This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
DragonflyBSD is a BSD too
[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 [ 31785] By: steveh                                on 2007/09/03  11:07:53
33         Log: Subject: Re: [patch-at-31775] Re: [PATCH-revised] [perl #44999] 
34              From: Vadim <vadim@vkonovalov.ru>
35              Date: Sun, 02 Sep 2007 02:52:13 +0400
36              Message-ID: <46D9ED1D.8060104@vkonovalov.ru>
37              
38              Better way to silence unwanted warnings. (The previous method didn't
39              work with an "all static" build made with #31784. This method does
40              work.)
41      Branch: perl
42            ! lib/ExtUtils/Constant/ProxySubs.pm
43 ____________________________________________________________________________
44 [ 31784] By: steveh                                on 2007/09/03  11:04:04
45         Log: Add Win32 makefile option to link all extensions statically
46              
47              Subject: [PATCH-at31768] RE: [PATCH at 31761] RE: MakeMaker + static misbehaviour
48              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@alcatel-lucent.com>
49              Date: Fri, 31 Aug 2007 08:56:47 +0200
50              Message-ID: <D16F05D0CAAA234BA2B753B80DE6100D448945@DEEXC1U02.de.lucent.com>
51              
52              (with a couple of tweaks to comments in Makefile, exclusion of one more
53              module (Hash/Utils) from the "all static" build option, plus the same
54              changes in makefile.mk)
55      Branch: perl
56            ! win32/FindExt.pm win32/Makefile win32/buildext.pl
57            ! win32/makefile.mk
58 ____________________________________________________________________________
59 [ 31783] By: rgs                                   on 2007/09/02  12:06:00
60         Log: Subject: [PATCH] Improved error messages for new comers and non-English speakers
61              From: "Gabor Szabo" <szabgab@gmail.com>
62              Date: Sun, 2 Sep 2007 11:12:53 +0300
63              Message-ID: <d8a74af10709020112o77419172q4cc2f2ff66dca385@mail.gmail.com>
64      Branch: perl
65            ! pod/perldiag.pod
66 ____________________________________________________________________________
67 [ 31782] By: rgs                                   on 2007/09/02  08:06:33
68         Log: Subject: [PATCH] Compress* 2.006
69              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
70              Date: Sat, 1 Sep 2007 20:41:57 +0100
71              Message-ID: <00f501c7ecd0$29b32ef0$6601a8c0@myopwv.com>
72      Branch: perl
73            ! ext/Compress/Raw/Zlib/Changes
74            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
75            ! ext/Compress/Raw/Zlib/Zlib.xs
76            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
77            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
78            ! ext/Compress/Zlib/README
79            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
80            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/14gzopen.t
81            ! ext/IO_Compress_Base/Changes ext/IO_Compress_Base/Makefile.PL
82            ! ext/IO_Compress_Base/README
83            ! ext/IO_Compress_Base/lib/IO/Compress/Base.pm
84            ! ext/IO_Compress_Base/lib/IO/Compress/Base/Common.pm
85            ! ext/IO_Compress_Base/lib/IO/Uncompress/AnyUncompress.pm
86            ! ext/IO_Compress_Base/lib/IO/Uncompress/Base.pm
87            ! ext/IO_Compress_Zlib/Changes ext/IO_Compress_Zlib/Makefile.PL
88            ! ext/IO_Compress_Zlib/README
89            ! ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Deflate.pm
90            ! ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Identity.pm
91            ! ext/IO_Compress_Zlib/lib/IO/Compress/Deflate.pm
92            ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip.pm
93            ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip/Constants.pm
94            ! ext/IO_Compress_Zlib/lib/IO/Compress/RawDeflate.pm
95            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zip.pm
96            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zip/Constants.pm
97            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Constants.pm
98            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Extra.pm
99            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Identity.pm
100            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
101            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/AnyInflate.pm
102            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Gunzip.pm
103            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Inflate.pm
104            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/RawInflate.pm
105            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Unzip.pm
106            ! t/lib/compress/generic.pl t/lib/compress/newtied.pl
107            ! t/lib/compress/tied.pl
108 ____________________________________________________________________________
109 [ 31781] By: rgs                                   on 2007/09/02  07:41:57
110         Log: Subject: [patch] perlhack.pod
111              From: Jim Cromie <jim.cromie@gmail.com>
112              Date: Sat, 01 Sep 2007 15:43:53 -0600
113              Message-ID: <46D9DD19.1050709@gmail.com>
114      Branch: perl
115            ! pod/perlhack.pod
116 ____________________________________________________________________________
117 [ 31780] By: rgs                                   on 2007/09/01  08:10:11
118         Log: Subject: [perl #45093] Can't find ODBM library while compiling 5.9.5 
119              From: Clinton Gormley (via RT) <perlbug-followup@perl.org>
120              Date: Fri, 31 Aug 2007 10:29:13 -0700
121              Message-ID: <rt-3.6.HEAD-10743-1188581353-593.45093-75-0@perl.org>
122      Branch: perl
123            ! ext/ODBM_File/hints/linux.pl
124 ____________________________________________________________________________
125 [ 31779] By: rgs                                   on 2007/09/01  07:48:31
126         Log: Subject: Re: RFC patch - display src-lines in B::Concise
127              From: Jim Cromie <jim.cromie@gmail.com>
128              Date: Thu, 16 Aug 2007 22:31:31 -0600
129              Message-ID: <46C524A3.2080708@gmail.com>
130      Branch: perl
131            ! ext/B/B/Concise.pm
132 ____________________________________________________________________________
133 [ 31778] By: rgs                                   on 2007/09/01  07:34:42
134         Log: Subject: Re: INC handlers and shutdown-time warnings
135              From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
136              Date: Thu, 9 Aug 2007 14:56:19 +0200
137              Message-ID: <b77c1dce0708090556k68768897yb8ccc1c0dd2ce714@mail.gmail.com>
138      Branch: perl
139            ! pp_ctl.c
140 ____________________________________________________________________________
141 [ 31777] By: craigb                                on 2007/08/31  23:02:38
142         Log: Subject: [patch@31750] rename directories on VMS like on UNIX
143              From: "John E. Malmberg" <wb8tyw@qsl.net>
144              Date: Thu, 30 Aug 2007 22:59:50 -0500
145              Message-id: <46D79236.4070207@qsl.net>
146              
147              More aggressive UNIX-like renaming of directories on VMS by analogy
148              with unlink() and rmdir().  Patch modified to compile under threads.
149
150      Branch: perl
151            ! vms/vms.c vms/vmsish.h
152 ____________________________________________________________________________
153 [ 31776] By: craigb                                on 2007/08/31  22:42:43
154         Log: Subject: [patch@31750] CPANPLUS extract.pm fixes for VMS.
155              From: "John E. Malmberg" <wb8tyw@qsl.net>
156              Date: Fri, 31 Aug 2007 00:21:52 -0500
157              Message-id: <46D7A570.4050801@qsl.net>
158
159              
160              catdir was used where catfile was meant.
161      Branch: perl
162            ! lib/CPANPLUS/Internals/Extract.pm
163 ____________________________________________________________________________
164 [ 31775] By: craigb                                on 2007/08/31  14:14:52
165         Log: Avoid infinite recursion in File::Path::_rmtree on VMS when there
166              is a file present with a single dot as the name.  Reported by
167              John Malmberg in <46D79A90.50405@qsl.net>.
168      Branch: perl
169            ! lib/File/Path.pm
170 ____________________________________________________________________________
171 [ 31774] By: rgs                                   on 2007/08/31  13:44:58
172         Log: Subject: [PATCH] Suppress Sys::Syslog diag msg (repost)
173              From: "Jerry D. Hedden" <jdhedden@cpan.org>
174              Date: Fri, 31 Aug 2007 09:42:31 -0400
175              Message-ID: <1ff86f510708310642mee767bdk6351a590c0f32d7a@mail.gmail.com>
176      Branch: perl
177            ! ext/Sys/Syslog/t/00-load.t
178 ____________________________________________________________________________
179 [ 31773] By: rgs                                   on 2007/08/31  13:28:46
180         Log: Following Jan's advice, remove Cygwin::is_textmount(),
181              which duplicates the functionality of is_binmount().
182      Branch: perl
183            ! README.cygwin cygwin/cygwin.c t/lib/cygwin.t
184 ____________________________________________________________________________
185 [ 31772] By: rgs                                   on 2007/08/31  13:23:29
186         Log: Bump $VERSION due to #31686
187      Branch: perl
188            ! lib/File/Spec/Unix.pm
189 ____________________________________________________________________________
190 [ 31771] By: rgs                                   on 2007/08/31  13:16:42
191         Log: Patch by Gerard Goosen to avoid building man pages for extensions
192              even if the Makefile.PL forgets to specify it.
193      Branch: perl
194            ! ext/util/make_ext
195 ____________________________________________________________________________
196 [ 31770] By: rgs                                   on 2007/08/31  09:07:51
197         Log: Subject: Re: optimize push @ISA, (was Re: parent.pm at http://corion.net/perl-dev)
198              From: "Brandon Black" <blblack@gmail.com>
199              Date: Sun, 12 Aug 2007 13:36:14 -0700
200              Message-ID: <84621a60708121336m13dcf9e5uac624fb246f2a79c@mail.gmail.com>
201      Branch: perl
202            ! av.c embedvar.h gv.h intrpvar.h lib/mro.pm mg.c perlapi.h pp.c
203            ! pp_hot.c sv.c
204 ____________________________________________________________________________
205 [ 31769] By: steveh                                on 2007/08/31  08:54:12
206         Log: Fix Win32 breakage (code before declaration) caused by #31766
207      Branch: perl
208            ! lib/ExtUtils/Constant/ProxySubs.pm
209 ____________________________________________________________________________
210 [ 31768] By: rgs                                   on 2007/08/30  16:12:06
211         Log: Need to bump MakeMaker's $VERSION too.
212      Branch: perl
213            ! lib/ExtUtils/MakeMaker.pm
214 ____________________________________________________________________________
215 [ 31767] By: rgs                                   on 2007/08/30  16:11:23
216         Log: Subject: [PATCH at 31761] RE: MakeMaker + static misbehaviour
217              From: "Konovalov, Vadim Vladimirovich \(Vadim\)** CTR **" <vkonovalov@alcatel-lucent.com>
218              Date: Thu, 30 Aug 2007 08:11:04 +0200
219              Message-ID: <D16F05D0CAAA234BA2B753B80DE6100D4486C3@DEEXC1U02.de.lucent.com>
220      Branch: perl
221            ! lib/ExtUtils/MakeMaker.pm
222 ____________________________________________________________________________
223 [ 31766] By: rgs                                   on 2007/08/30  14:01:25
224         Log: Subject: [PATCH-revised] [perl #44999] ExtUtils::Constant::ProxySubs not thread-safe
225              From: "Jerry D. Hedden" <jdhedden@cpan.org>
226              Date: Thu, 30 Aug 2007 09:37:59 -0400
227              Message-ID: <1ff86f510708300637i7fb7b790x3ea1c459a1debb33@mail.gmail.com>
228      Branch: perl
229            ! lib/ExtUtils/Constant/ProxySubs.pm
230 ____________________________________________________________________________
231 [ 31765] By: rgs                                   on 2007/08/30  13:49:14
232         Log: Subject: [PATCH] misc blead stuff
233              From: Jarkko Hietaniemi <jhi@iki.fi>
234              Date: Wed, 29 Aug 2007 21:04:53 -0400
235              Message-ID: <46D617B5.3000002@iki.fi>
236      Branch: perl
237            ! deb.c mg.c op.c pod/perlapi.pod pp.c pp_sys.c reentr.c
238            ! reentr.pl regexec.c sv.c
239 ____________________________________________________________________________
240 [ 31764] By: rgs                                   on 2007/08/30  13:19:44
241         Log: Subject: Re: [patch] First batch of whitespace patches (Test::Harness)
242              From: Max Maischein <corion@corion.net>
243              Date: Fri, 24 Aug 2007 22:04:56 +0200
244              Message-ID: <46CF39E8.8020707@corion.net>
245      Branch: perl
246            ! lib/Test/Harness/Straps.pm
247 ____________________________________________________________________________
248 [ 31763] By: rgs                                   on 2007/08/30  08:51:20
249         Log: Typo fix
250      Branch: perl
251            ! lib/Pod/Perldoc.pm
252 ____________________________________________________________________________
253 [ 31762] By: rgs                                   on 2007/08/30  08:50:11
254         Log: Subject: [PATCH] lib/Pod/Perldoc.pm - make -L more forgiving
255              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
256              Date: Thu, 23 Aug 2007 15:37:13 -0300
257              Message-ID: <73ddeb6c0708231137w2d436cfbo7409345c37280560@mail.gmail.com>
258      Branch: perl
259            ! lib/Pod/Perldoc.pm
260 ____________________________________________________________________________
261 [ 31761] By: steveh                                on 2007/08/29  16:58:25
262         Log: Add support for Visual C++ 2008 Express Edition (Beta 2)
263      Branch: perl
264            ! README.win32 makedef.pl win32/Makefile win32/makefile.mk
265 ____________________________________________________________________________
266 [ 31760] By: rgs                                   on 2007/08/29  08:55:17
267         Log: Subject: Re: [PATCH] Cygwin::mount_table, Cygwin::mount_flags
268              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
269              Date: Thu, 16 Aug 2007 13:25:53 -0700 (PDT)
270              Message-ID: <52892.64.81.167.122.1187295953.squirrel@webmail.efn.org>
271      Branch: perl
272            ! t/lib/cygwin.t
273 ____________________________________________________________________________
274 [ 31759] By: rgs                                   on 2007/08/28  16:57:23
275         Log: Subject: [patch@31750] Unit variable in /lib/File/Copy.pm
276              From: "John E. Malmberg" <wb8tyw@qsl.net>
277              Date: Mon, 27 Aug 2007 23:21:31 -0500
278              Message-ID: <46D3A2CB.8010205@qsl.net>
279      Branch: perl
280            ! lib/File/Copy.pm
281 ____________________________________________________________________________
282 [ 31758] By: rgs                                   on 2007/08/28  16:52:45
283         Log: Subject: [PATCH] Revert/fix 31731 - Empty PATH taint test on Cygwin
284              From: "Jerry D. Hedden" <jdhedden@cpan.org>
285              Date: Tue, 28 Aug 2007 10:43:41 -0400
286              Message-ID: <1ff86f510708280743n7c0424berb9a402f864dcd399@mail.gmail.com>
287      Branch: perl
288            ! t/op/taint.t
289 ____________________________________________________________________________
290 [ 31757] By: rgs                                   on 2007/08/28  08:56:29
291         Log: Subject: [PATCH pp_ctl.c]
292              From: "Robin Barker" <Robin.Barker@npl.co.uk>
293              Date: Wed, 22 Aug 2007 18:22:59 +0100
294              Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D18B@exchsvr1.npl.ad.local>
295      Branch: perl
296            ! pp_ctl.c
297 ____________________________________________________________________________
298 [ 31756] By: craigb                                on 2007/08/27  02:46:41
299         Log: Fix configure.com's d_fcntl_can_lock test to look for a file
300              that actually exists.
301      Branch: perl
302            ! configure.com
303 ____________________________________________________________________________
304 [ 31755] By: nicholas                              on 2007/08/25  22:05:55
305         Log: Erm. -u may have been superseded by the bytecode generator, but
306              we've recently removed it, having never let it pass beyond  
307              "experimental" status. So this paragraph is now wrong, although it's
308              not clear what we do recommend in place of -u.
309      Branch: perl
310            ! pod/perlrun.pod
311 ____________________________________________________________________________
312 [ 31754] By: nicholas                              on 2007/08/25  22:04:06
313         Log: Test that all the unknown command line flags are unknown.
314      Branch: perl
315            ! t/run/switches.t
316 ____________________________________________________________________________
317 [ 31753] By: ams                                   on 2007/08/25  02:26:09
318         Log: Subject: [patch] me, in AUTHORS
319              From: Ricardo SIGNES <rjbs-perl-p5p@lists.manxome.org>
320              Date: Fri, 24 Aug 2007 20:59:22 -0400
321              Message-Id: <20070825005922.GA388@knight.manxome.org>
322      Branch: perl
323            ! AUTHORS
324 ____________________________________________________________________________
325 [ 31752] By: craigb                                on 2007/08/24  21:08:33
326         Log: Subject: [patch@31739] ASTFLT in HiRes.t on VMS
327              From: "John E. Malmberg" <wb8tyw@qsl.net>
328              Date: Tue, 21 Aug 2007 22:44:58 -0500
329              Message-id: <46CBB13A.6090405@qsl.net>
330
331              
332              Skip test #17 because select() is not interruptible and we run afoul
333              of Perl's signal deferrals.
334      Branch: perl
335            ! ext/Time/HiRes/t/HiRes.t
336 ____________________________________________________________________________
337 [ 31751] By: craigb                                on 2007/08/24  20:31:14
338         Log: thinko in 10_Archive-Extract.t portion of #31747
339      Branch: perl
340            ! lib/Archive/Extract/t/01_Archive-Extract.t
341 ____________________________________________________________________________
342 [ 31750] By: stevep                                on 2007/08/23  15:15:07
343         Log: Subject: [PATCH] Upgrade Sys::Syslog to 0.19_01
344              From: Séstien Aperghis-Tramoni <maddingue@free.fr>
345              Date: Thu, 23 Aug 2007 16:04:46 +0200
346              Message-ID: <1187877886.46cd93fe13b12@imp.free.fr>
347      Branch: perl
348            + ext/Sys/Syslog/win32/PerlLog.mc
349            + ext/Sys/Syslog/win32/PerlLog_RES.uu
350            + ext/Sys/Syslog/win32/PerlLog_dll.uu
351            + ext/Sys/Syslog/win32/Win32.pm ext/Sys/Syslog/win32/compile.pl
352            ! MANIFEST ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
353            ! ext/Sys/Syslog/README ext/Sys/Syslog/Syslog.pm
354            ! ext/Sys/Syslog/Syslog.xs ext/Sys/Syslog/fallback/const-c.inc
355            ! ext/Sys/Syslog/t/00-load.t ext/Sys/Syslog/t/constants.t
356            ! ext/Sys/Syslog/t/syslog.t
357 ____________________________________________________________________________
358 [ 31749] By: stevep                                on 2007/08/22  15:15:10
359         Log: Upgrade to Text-Soundex-3.03
360      Branch: perl
361            ! ext/Text/Soundex/Soundex.pm ext/Text/Soundex/Soundex.xs
362 ____________________________________________________________________________
363 [ 31748] By: craigb                                on 2007/08/22  11:53:47
364         Log: Subject: [patch@31739] regop.t fix for VMS
365              From: "John E. Malmberg" <wb8tyw@qsl.net>
366              Date: Tue, 21 Aug 2007 20:38:41 -0500
367              Message-id: <46CB93A1.2090407@qsl.net>
368
369      Branch: perl
370            ! ext/re/t/regop.t
371 ____________________________________________________________________________
372 [ 31747] By: craigb                                on 2007/08/22  11:20:52
373         Log: Subject: [patch@31735]Archive Extract fix on VMS.
374              From: "John E. Malmberg" <wb8tyw@qsl.net>
375              Date: Mon, 20 Aug 2007 22:05:11 -0500
376              Message-id: <46CA5667.2050207@qsl.net>
377
378              
379              Quote -Z for unzip.
380      Branch: perl
381            ! lib/Archive/Extract.pm
382            ! lib/Archive/Extract/t/01_Archive-Extract.t
383 ____________________________________________________________________________
384 [ 31746] By: craigb                                on 2007/08/22  11:08:01
385         Log: Subject: [patch@31735] Module-load/require fixes for VMS
386              From: "John E. Malmberg" <wb8tyw@qsl.net>
387              Date: Mon, 20 Aug 2007 21:55:07 -0500
388              Message-id: <46CA540B.4070001@qsl.net>
389              
390              Avoid double module loads by populating %INC keys in unix format.
391      Branch: perl
392            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
393            ! lib/Module/Load/t/01_Module-Load.t pp_ctl.c
394 ____________________________________________________________________________
395 [ 31745] By: merijn                                on 2007/08/21  14:31:45
396         Log: bye bye charsize
397              it is^Wwas always 1
398      Branch: perl
399            ! Configure Cross/config.sh-arm-linux
400            ! Cross/config.sh-arm-linux-n770 NetWare/config.wc
401            ! Porting/Glossary Porting/config.sh plan9/config_sh.sample
402            ! symbian/config.sh uconfig.sh win32/config.bc win32/config.ce
403            ! win32/config.gc win32/config.vc win32/config.vc64
404 ____________________________________________________________________________
405 [ 31744] By: stevep                                on 2007/08/21  14:16:54
406         Log: Changes to unicore files to fix issues with certain quotation mark 
407              characters.  Fixes are noted at the Unicode web site 
408              <http://www.unicode.org/versions/corrigendum6.html>.  This fix
409              was pointed out by Jarkko.
410      Branch: perl
411            ! lib/unicore/BidiMirroring.txt lib/unicore/UnicodeData.txt
412 ____________________________________________________________________________
413 [ 31742] By: steveh                                on 2007/08/21  09:55:07
414         Log: Use -D_CRT_NONSTDC_NO_DEPRECATE rather than -wd4996 to suppress warnings
415              about POSIX CRT function names being deprecated in VC8
416              (-wd4996 suppresses all deprecated function warnings, so is more
417              wide-ranging than is required)
418      Branch: perl
419            ! pod/perltodo.pod win32/Makefile win32/makefile.mk
420 ____________________________________________________________________________
421 [ 31741] By: ams                                   on 2007/08/21  08:56:31
422         Log: Subject: [patch] File::CheckTree - a side effect of making the build whitespace safe(r)
423              From: Max Maischein <corion@corion.net>
424              Date: Sun, 19 Aug 2007 23:45:57 +0200
425              Message-Id: <46C8BA15.3080300@corion.net>
426              
427              (Applied with some tweaks.)
428      Branch: perl
429            ! lib/File/CheckTree.pm lib/File/CheckTree.t
430 ____________________________________________________________________________
431 [ 31740] By: ams                                   on 2007/08/21  08:25:55
432         Log: Subject: patch for lib/ExtUtils/t/Constant.t which failed on EBCDIC platform
433              From: Chun Bing Ge <gecb@cn.ibm.com>
434              Date: Tue, 21 Aug 2007 14:37:25 +0800
435              Message-Id: <OFF86FB888.70D5EF70-ON4825733E.0021A246-4825733E.00246265@IBMCN>
436      Branch: perl
437            ! lib/ExtUtils/Constant/Utils.pm
438 ____________________________________________________________________________
439 [ 31739] By: mhx                                   on 2007/08/20  17:31:12
440         Log: Upgrade to Devel::PPPort 3.11_05
441      Branch: perl
442            + ext/Devel/PPPort/parts/inc/shared_pv
443            + ext/Devel/PPPort/t/shared_pv.t
444            ! MANIFEST ext/Devel/PPPort/Changes
445            ! ext/Devel/PPPort/MANIFEST.SKIP ext/Devel/PPPort/PPPort_pm.PL
446            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/apicheck.pl
447            ! ext/Devel/PPPort/parts/base/5004000
448            ! ext/Devel/PPPort/parts/base/5009003
449            ! ext/Devel/PPPort/parts/inc/call
450            ! ext/Devel/PPPort/parts/inc/magic
451            ! ext/Devel/PPPort/parts/inc/misc
452            ! ext/Devel/PPPort/parts/inc/ppphbin
453            ! ext/Devel/PPPort/parts/inc/ppphtest
454            ! ext/Devel/PPPort/parts/inc/threads
455            ! ext/Devel/PPPort/parts/ppptools.pl
456            ! ext/Devel/PPPort/parts/todo/5007001 ext/Devel/PPPort/soak
457            ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/ppphtest.t
458 ____________________________________________________________________________
459 [ 31738] By: stevep                                on 2007/08/20  16:49:21
460         Log: Default LOG_PRIMASK for Sys-Syslog in cases where it is not
461              defined.
462      Branch: perl
463            ! ext/Sys/Syslog/Makefile.PL
464 ____________________________________________________________________________
465 [ 31737] By: stevep                                on 2007/08/20  13:16:19
466         Log: Subject: [PATCH] Get Cwd->cwd() to work under Cygwin
467              From: "Jerry D. Hedden" <jdhedden@cpan.org>
468              Date: Wed, 15 Aug 2007 10:39:41 -0400
469              Message-ID: <1ff86f510708150739q18fa5863s55010b538d11f77f@mail.gmail.com>
470              
471              Updated patch originally by Reini Urban.
472      Branch: perl
473            ! cygwin/cygwin.c t/lib/cygwin.t
474 ____________________________________________________________________________
475 [ 31736] By: ams                                   on 2007/08/20  08:19:13
476         Log: Subject: [PATCH] Fix some typos in threads.pm
477              From: "Jerry D. Hedden" <jdhedden@cpan.org>
478              Date: Sun, 19 Aug 2007 13:53:17 -0400
479              Message-Id: <1ff86f510708191053x36f35619yaa019db70a623612@mail.gmail.com>
480      Branch: perl
481            ! ext/threads/threads.pm
482 ____________________________________________________________________________
483 [ 31735] By: demerphq                              on 2007/08/18  13:07:06
484         Log: Typo prevented test from doing what it meant to do.
485      Branch: perl
486            ! t/op/regexp_notrie.t
487 ____________________________________________________________________________
488 [ 31734] By: demerphq                              on 2007/08/18  11:31:08
489         Log: Add note to regexp.h that modifying RXf_ type flags requires a regen.pl or regcomp.pl to update regnodes.h
490              
491              Currently the *NIX makefiles are not set up to update regnodes.h automatically when regexp.h is modified. 
492              This at least warns people modifying the list about what they should do. A better solution is needed.
493      Branch: perl
494            ! regcomp.h regexp.h regnodes.h
495 ____________________________________________________________________________
496 [ 31733] By: demerphq                              on 2007/08/18  11:15:19
497         Log: TRIE must use 'yes' state transitions when more than one match possible to ensure proper scope cleanup.
498              
499              Fix and test for issue raised in:
500              
501              Subject: Very strange interaction between regex and lexical array in blead
502              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
503              Date: Sat, 18 Aug 2007 01:55:37 +0200
504              Message-ID: <20070818015537.0088db31@r2d2>
505      Branch: perl
506            ! regexec.c regnodes.h t/op/pat.t
507 ____________________________________________________________________________
508 [ 31732] By: ams                                   on 2007/08/18  08:03:28
509         Log: Subject: [perl #44647] [PATCH] Add a test for overload::constant 'integer' across use's. 
510              From: Shlomi Fish <perlbug-followup@perl.org>
511              Date: Wed, 15 Aug 2007 04:19:53 -0700
512              Message-Id: <rt-3.6.HEAD-10743-1187176792-1816.44647-75-0@perl.org>
513      Branch: perl
514            + t/op/overload_integer.t
515            ! MANIFEST
516 ____________________________________________________________________________
517 [ 31731] By: ams                                   on 2007/08/18  08:01:15
518         Log: Subject: [PATCH] Change 31710 causes t/op/taint.t to fail
519              From: Reini Urban <rurban@x-ray.at>
520              Date: Fri, 17 Aug 2007 08:56:38 +0200
521              Message-Id: <46C546A6.6020000@x-ray.at>
522      Branch: perl
523            ! t/op/taint.t
524 ____________________________________________________________________________
525 [ 31730] By: ams                                   on 2007/08/18  07:59:56
526         Log: Subject: [PATCH blead] Re: t/op/taint.t failed on EBCDIC platform
527              From: Rick Delaney <rick@bort.ca>
528              Date: Thu, 16 Aug 2007 23:35:26 -0400
529              Message-Id: <20070817033526.GA9639@bort.ca>
530      Branch: perl
531            ! pp_sys.c
532 ____________________________________________________________________________
533 [ 31729] By: steveh                                on 2007/08/17  11:00:24
534         Log: Oops, forgot to bump $VERSION for #31728
535      Branch: perl
536            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
537 ____________________________________________________________________________
538 [ 31728] By: steveh                                on 2007/08/17  10:58:46
539         Log: Clean up debug symbol files (.pdb for VC++, .tds for BCC) when running
540              ExtUtils::CBuilder->new()->have_compiler()
541      Branch: perl
542            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
543 ____________________________________________________________________________
544 [ 31727] By: steveh                                on 2007/08/17  10:55:22
545         Log: Fix 01_Module_Load_Conditional.t on Win32 (broken by #31726)
546      Branch: perl
547            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
548 ____________________________________________________________________________
549 [ 31726] By: craigb                                on 2007/08/16  17:05:48
550         Log: Subject: [patch@31706]01_module_load_conditional.t fix for VMS
551              From: "John E. Malmberg" <wb8tyw@qsl.net>
552              Date: Thu, 16 Aug 2007 00:27:35 -0500
553              Message-id: <46C3E047.4010001@qsl.net>
554
555      Branch: perl
556            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
557 ____________________________________________________________________________
558 [ 31725] By: nicholas                              on 2007/08/16  11:14:34
559         Log: Correct parentheses. Calling Win32::GetOSVersion() on non-win32 would
560              be bad, m'kay.
561      Branch: perl
562            ! ext/POSIX/t/posix.t
563 ____________________________________________________________________________
564 [ 31724] By: ams                                   on 2007/08/16  10:12:11
565         Log: Bump version to 1.26_01 after #31707.
566      Branch: perl
567            ! lib/ExtUtils/Embed.pm
568 ____________________________________________________________________________
569 [ 31723] By: stevep                                on 2007/08/15  16:17:13
570         Log: Upgrade to CPANPLUS-0.82
571      Branch: perl
572            ! lib/CPANPLUS.pm lib/CPANPLUS/Backend.pm lib/CPANPLUS/Config.pm
573            ! lib/CPANPLUS/Configure.pm lib/CPANPLUS/Internals.pm
574            ! lib/CPANPLUS/Shell/Default.pm
575            ! lib/CPANPLUS/Shell/Default/Plugins/Remote.pm
576            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
577            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
578            ! r-0.01.tar.gz.packed
579            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
580            ! tar.gz.packed
581            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
582            ! r.gz.packed
583            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
584            ! tar.gz.packed
585            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
586            ! r.gz.packed
587            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
588            ! cked
589            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
590            ! lib/CPANPLUS/t/inc/conf.pl
591 ____________________________________________________________________________
592 [ 31722] By: stevep                                on 2007/08/15  14:58:57
593         Log: Upgrade to Archive-Tar-1.34.  Omitted re-addition of the Pod
594              tests.
595      Branch: perl
596            ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/File.pm
597            ! lib/Archive/Tar/t/03_file.t
598            ! lib/Archive/Tar/t/src/long/bar.tar.packed
599            ! lib/Archive/Tar/t/src/long/foo.tgz.packed
600            ! lib/Archive/Tar/t/src/short/bar.tar.packed
601            ! lib/Archive/Tar/t/src/short/foo.tgz.packed
602 ____________________________________________________________________________
603 [ 31721] By: steveh                                on 2007/08/15  12:44:08
604         Log: Skip the POSIX::strftime() time test with a 60sec parameter on Vista:
605              it seems to have the same problem as when built with the VC8 CRT
606              (Fixes perl #44589)
607              
608              Also, change the %D to the equivalent %m/%d/%y because %D isn't
609              supported at all by Microsoft's CRT and just converts to nothing
610              with VC6's CRT and causes another invalid parameter error with VC8
611              and Vista
612      Branch: perl
613            ! ext/POSIX/t/posix.t
614 ____________________________________________________________________________
615 [ 31720] By: steveh                                on 2007/08/15  10:06:20
616         Log: Fix syntax error introduced by #31715
617              
618              Fix "Useless use of a constant in void context" warning introduced by
619              #31709 which was causing failures in ext/Compress/Zlib/t/05examples.t
620              and ext/IO_Compress_Zlib/t/010examples.t on Win32.
621      Branch: perl
622            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Win32.pm
623 ____________________________________________________________________________
624 [ 31719] By: ams                                   on 2007/08/15  10:05:31
625         Log: Test update to demonstrate @ISA assignment bug:
626              
627              Subject: Optimized magic_setisa has bug
628              From: Rick Delaney <rick@bort.ca>
629              Date: Tue, 14 Aug 2007 01:45:17 -0400
630              Message-Id: <20070814054517.GA12709@bort.ca>
631      Branch: perl
632            ! t/mro/basic.t
633 ____________________________________________________________________________
634 [ 31718] By: ams                                   on 2007/08/15  09:59:16
635         Log: Document SvSHARED_HASH.
636              
637              Subject: Re: newSVpvn_share doesn't seem to correctly initialize the hash
638              value with perl >= 5.9.3
639              From: Vincent Pit <perl@profvince.com>
640              Date: Tue, 14 Aug 2007 20:54:36 +0200
641              Message-Id: <46C1FA6C.4090801@profvince.com>
642      Branch: perl
643            ! sv.c
644 ____________________________________________________________________________
645 [ 31717] By: ams                                   on 2007/08/15  09:57:02
646         Log: Subject: Harness prove-switches.t for fixed bug 30952
647              From: Reini Urban <rurban@x-ray.at>
648              Date: Tue, 14 Aug 2007 22:49:32 +0200
649              Message-Id: <46C2155C.3000905@x-ray.at>
650      Branch: perl
651            ! lib/Test/Harness/t/prove-switches.t
652 ____________________________________________________________________________
653 [ 31715] By: ams                                   on 2007/08/15  09:54:14
654         Log: Subject: Re: Test failure @recent bleadperls (31712,31711)
655              From: Reini Urban <rurban@x-ray.at>
656              Date: Wed, 15 Aug 2007 09:44:29 +0200
657              Message-Id: <46C2AEDD.80400@x-ray.at>
658      Branch: perl
659            ! lib/File/Spec/Cygwin.pm
660 ____________________________________________________________________________
661 [ 31714] By: craigb                                on 2007/08/15  02:33:24
662         Log: Subject: [patch@31701] /lib/File/Find/t/taint.t - VMS Symlinks Part 3 of ?
663              From: "John E. Malmberg" <wb8tyw@qsl.net>
664              Date: Mon, 13 Aug 2007 20:44:41 -0500
665              Message-id: <46C10909.6010805@qsl.net>
666
667      Branch: perl
668            ! lib/File/Find/t/taint.t
669 ____________________________________________________________________________
670 [ 31713] By: mhx                                   on 2007/08/14  19:22:20
671         Log: Upgrade to Devel::PPPort 3.11_03
672      Branch: perl
673            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
674            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/parts/inc/SvPV
675            ! ext/Devel/PPPort/parts/inc/ppphbin
676            ! ext/Devel/PPPort/parts/inc/version
677            ! ext/Devel/PPPort/parts/ppptools.pl ext/Devel/PPPort/soak
678 ____________________________________________________________________________
679 [ 31712] By: ams                                   on 2007/08/14  16:14:45
680         Log: Delete the files which #31710 should have removed.
681      Branch: perl
682            - cygwin/ld2.in cygwin/perlld.in
683            ! MANIFEST
684 ____________________________________________________________________________
685 [ 31711] By: ams                                   on 2007/08/14  07:04:16
686         Log: Subject: Re: [PATCH] get rid of cygwin perlld and ld2 - installperl also
687              From: Reini Urban <rurban@x-ray.at>
688              Date: Tue, 14 Aug 2007 08:59:58 +0200
689              Message-Id: <46C152EE.2080506@x-ray.at>
690      Branch: perl
691            ! installperl
692 ____________________________________________________________________________
693 [ 31710] By: ams                                   on 2007/08/14  06:58:22
694         Log: Subject: [PATCH] get rid of cygwin perlld and ld2
695              From: Reini Urban <rurban@x-ray.at>
696              Date: Tue, 14 Aug 2007 08:51:50 +0200
697              Message-Id: <46C15106.9080003@x-ray.at>
698      Branch: perl
699            ! cflags.SH cygwin/Makefile.SHs cygwin/ld2.in cygwin/perlld.in
700            ! hints/cygwin.sh
701 ____________________________________________________________________________
702 [ 31709] By: ams                                   on 2007/08/14  06:57:08
703         Log: Subject: [PATCH] CYG07-File-Spec-case_tolerant
704              From: Reini Urban <rurban@x-ray.at>
705              Date: Tue, 14 Aug 2007 08:45:34 +0200
706              Message-Id: <46C14F8E.9080402@x-ray.at>
707      Branch: perl
708            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Win32.pm
709 ____________________________________________________________________________
710 [ 31708] By: ams                                   on 2007/08/14  06:56:00
711         Log: Subject: [PATCH] Cygwin::mount_table, Cygwin::mount_flags
712              From: Reini Urban <rurban@x-ray.at>
713              Date: Tue, 14 Aug 2007 08:40:44 +0200
714              Message-Id: <46C14E6C.8020809@x-ray.at>
715      Branch: perl
716            ! README.cygwin cygwin/cygwin.c t/lib/cygwin.t
717 ____________________________________________________________________________
718 [ 31707] By: ams                                   on 2007/08/14  06:27:48
719         Log: Strip whitespace from the beginning of static_ext:
720              
721              Subject: [PATCH] CYG02lib-ExtUtils-Embed.patch
722              From: Reini Urban <rurban@x-ray.at>
723              Date: Tue, 14 Aug 2007 08:21:11 +0200
724              Message-Id: <46C149D7.5060307@x-ray.at>
725      Branch: perl
726            ! lib/ExtUtils/Embed.pm
727 ____________________________________________________________________________
728 [ 31706] By: craigb                                on 2007/08/13  03:04:37
729         Log: Subject: [patch@31670]File/Find.pm Find.t - VMS Symbolic Links Part 2 of ?
730              From: "John E. Malmberg" <wb8tyw@qsl.net>
731              Date: Sat, 11 Aug 2007 23:44:44 -0500
732              Message-id: <46BE903C.90403@qsl.net>
733
734              
735              VMS-specific File::Find changes to support symlinks
736      Branch: perl
737            ! lib/File/Find.pm lib/File/Find/t/find.t
738 ____________________________________________________________________________
739 [ 31705] By: mhx                                   on 2007/08/12  23:17:42
740         Log: Upgrade to Devel::PPPort 3.11_02
741      Branch: perl
742            + ext/Devel/PPPort/parts/ppport.fnc
743            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
744            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
745            ! ext/Devel/PPPort/devel/buildperl.pl
746            ! ext/Devel/PPPort/devel/devtools.pl
747            ! ext/Devel/PPPort/devel/mkapidoc.sh
748            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
749            ! ext/Devel/PPPort/devel/regenerate
750            ! ext/Devel/PPPort/devel/scanprov
751            ! ext/Devel/PPPort/parts/apicheck.pl
752            ! ext/Devel/PPPort/parts/apidoc.fnc
753            ! ext/Devel/PPPort/parts/base/5005000
754            ! ext/Devel/PPPort/parts/base/5006000
755            ! ext/Devel/PPPort/parts/base/5007001
756            ! ext/Devel/PPPort/parts/base/5007002
757            ! ext/Devel/PPPort/parts/base/5008001
758            ! ext/Devel/PPPort/parts/base/5009000
759            ! ext/Devel/PPPort/parts/base/5009002
760            ! ext/Devel/PPPort/parts/base/5009003
761            ! ext/Devel/PPPort/parts/base/5009004
762            ! ext/Devel/PPPort/parts/base/5009005
763            ! ext/Devel/PPPort/parts/embed.fnc
764            ! ext/Devel/PPPort/parts/inc/SvPV
765            ! ext/Devel/PPPort/parts/inc/call
766            ! ext/Devel/PPPort/parts/inc/grok
767            ! ext/Devel/PPPort/parts/inc/magic
768            ! ext/Devel/PPPort/parts/inc/misc
769            ! ext/Devel/PPPort/parts/inc/ppphbin
770            ! ext/Devel/PPPort/parts/inc/ppphdoc
771            ! ext/Devel/PPPort/parts/inc/ppphtest
772            ! ext/Devel/PPPort/parts/inc/pvs
773            ! ext/Devel/PPPort/parts/inc/sv_xpvf
774            ! ext/Devel/PPPort/parts/inc/uv
775            ! ext/Devel/PPPort/parts/inc/variables
776            ! ext/Devel/PPPort/parts/inc/warn
777            ! ext/Devel/PPPort/parts/ppptools.pl
778            ! ext/Devel/PPPort/parts/todo/5004000
779            ! ext/Devel/PPPort/parts/todo/5006000
780            ! ext/Devel/PPPort/parts/todo/5007001
781            ! ext/Devel/PPPort/parts/todo/5007002
782            ! ext/Devel/PPPort/parts/todo/5008001
783            ! ext/Devel/PPPort/parts/todo/5009000
784            ! ext/Devel/PPPort/parts/todo/5009005 ext/Devel/PPPort/soak
785            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/magic.t
786            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/variables.t
787 ____________________________________________________________________________
788 [ 31704] By: ams                                   on 2007/08/12  14:20:44
789         Log: Subject: Re: [PATCH] Optimize split //
790              From: Ã†var Arnfjörð Bjarmason <avarab@gmail.com>
791              Date: Sat, 11 Aug 2007 20:33:49 +0000
792              Message-Id: <51dd1af80708111333kfd82e12u145b5ba38e23dcce@mail.gmail.com>
793      Branch: perl
794            ! pp.c
795 ____________________________________________________________________________
796 [ 31703] By: ams                                   on 2007/08/12  14:17:26
797         Log: Subject: [PATCH] regcomp.c fix 64int warning
798              From: Reini Urban <rurban@x-ray.at>
799              Date: Sun, 12 Aug 2007 15:38:46 +0200
800              Message-Id: <46BF0D66.5020605@x-ray.at>
801      Branch: perl
802            ! regcomp.c
803 ____________________________________________________________________________
804 [ 31702] By: ams                                   on 2007/08/12  14:10:10
805         Log: Use sysconf/getpagesize/page.h to determine page size on Linux,
806              in that order.
807              
808              Subject: Re: [PATCH] Various Gentoo Patches
809              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
810              Date: Sun, 12 Aug 2007 13:16:52 +0200
811              Message-Id: <20070812131652.16ca5444@r2d2>
812      Branch: perl
813            ! ext/IPC/SysV/SysV.xs
814 ____________________________________________________________________________
815 [ 31701] By: craigb                                on 2007/08/10  16:28:34
816         Log: Skip a couple of case sensitive tests in Pod::Simple on VMS.
817      Branch: perl
818            ! lib/Pod/Simple/t/search20.t lib/Pod/Simple/t/search22.t
819 ____________________________________________________________________________
820 [ 31700] By: rgs                                   on 2007/08/10  13:37:42
821         Log: Fix compilation with threads
822      Branch: perl
823            ! toke.c
824 ____________________________________________________________________________
825 [ 31699] By: rgs                                   on 2007/08/10  09:57:08
826         Log: Subject: Re: [PATCH] Adding more information to "Unrecognized character" error in toke.c
827              From: Claes Jakobsson <claes@surfar.nu>
828              Date: Sat, 4 Aug 2007 16:00:19 +0200
829              Message-Id: <57CEC660-0020-48DF-A72A-931BCADC2AEE@surfar.nu>
830      Branch: perl
831            ! pod/perldiag.pod t/base/lex.t toke.c
832 ____________________________________________________________________________
833 [ 31698] By: rgs                                   on 2007/08/10  08:51:30
834         Log: Win32CORE can be upgraded separately (see change #31663)
835      Branch: perl
836            ! Porting/Maintainers.pl
837 ____________________________________________________________________________
838 [ 31697] By: ams                                   on 2007/08/10  05:42:26
839         Log: SWIG uses XS() like this (in the perlrun.swg template):
840              
841              typedef XS(SwigPerlWrapper);
842              typedef SwigPerlWrapper *SwigPerlWrapperPtr;
843              
844              This breaks if XS() includes the 'extern "C"' decoration under C++.
845              The appended patch provides an XSPROTO() macro that could be used
846              by SWIG instead.
847              
848              (Patch from Jan Dubois to fix breakage caused by #28734.)
849      Branch: perl
850            ! XSUB.h
851 ____________________________________________________________________________
852 [ 31696] By: rgs                                   on 2007/08/09  15:00:25
853         Log: Subject: [PATCH] Test '-x dir'
854              From: "Jerry D. Hedden" <jdhedden@cpan.org>
855              Date: Thu, 9 Aug 2007 08:28:17 -0400
856              Message-ID: <1ff86f510708090528w5579515bp6f862c613abccf84@mail.gmail.com>
857      Branch: perl
858            + t/run/switchx2.aux
859            ! MANIFEST t/run/switchx.aux t/run/switchx.t
860 ____________________________________________________________________________
861 [ 31695] By: rgs                                   on 2007/08/09  13:41:28
862         Log: Add an idea by Hugo
863      Branch: perl
864            ! pod/perltodo.pod
865 ____________________________________________________________________________
866 [ 31694] By: rgs                                   on 2007/08/09  10:17:07
867         Log: Fix a bunch of typos
868      Branch: perl
869            ! pod/perlreapi.pod
870 ____________________________________________________________________________
871 [ 31693] By: rgs                                   on 2007/08/09  10:10:37
872         Log: Subject: [PATCH] Optimize split //
873              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
874              Date: Thu, 9 Aug 2007 07:49:16 +0000
875              Message-ID: <51dd1af80708090049p2cf4810ep5a437ad53f64fa78@mail.gmail.com>
876      Branch: perl
877            ! pod/perlreapi.pod pp.c regcomp.c regexp.h
878 ____________________________________________________________________________
879 [ 31692] By: ams                                   on 2007/08/09  07:56:20
880         Log: Subject: Re: [PATCH] Re: [perl #44387] The blank in option '-x directory' should be deleted from perlrun.pod
881              From: "David Nicol" <davidnicol@gmail.com>
882              Date: Wed, 8 Aug 2007 18:06:16 -0500
883              Message-Id: <934f64a20708081606n441c392am615cf5461e4f3e94@mail.gmail.com>
884      Branch: perl
885            ! pod/perlrun.pod
886 ____________________________________________________________________________
887 [ 31691] By: ams                                   on 2007/08/08  21:58:29
888         Log: Revert #31690, because it can make -x eat arguments. Even if the
889              next argument happens to be a directory name, changing this does
890              not seem worthwhile. It's as likely as not to break something.
891              
892              The many -x users clamouring for consistency must go home
893              empty-handed, alas.
894      Branch: perl
895            ! perl.c
896 ____________________________________________________________________________
897 [ 31690] By: ams                                   on 2007/08/08  18:45:34
898         Log: Make '-xx' and '-x x' work the same way (see #44387).
899      Branch: perl
900            ! perl.c
901 ____________________________________________________________________________
902 [ 31689] By: ams                                   on 2007/08/08  17:27:48
903         Log: Subject: [PATCH] Move Tie::StdHandle into its own file.
904              From: Michael G Schwern <schwern@pobox.com>
905              Date: Tue, 07 Aug 2007 15:47:31 -0700
906              Message-Id: <46B8F683.7040607@pobox.com>
907      Branch: perl
908            + lib/Tie/Handle/stdhandle_from_handle.t lib/Tie/StdHandle.pm
909            ! MANIFEST lib/Tie/Handle.pm lib/Tie/Handle/stdhandle.t
910 ____________________________________________________________________________
911 [ 31688] By: ams                                   on 2007/08/08  16:52:41
912         Log: #31687-bis.
913      Branch: perl
914            - ext/threads/shared/Changes
915 ____________________________________________________________________________
916 [ 31687] By: ams                                   on 2007/08/08  16:43:49
917         Log: Subject: [PATCH] threads 1.64 (repost)
918              From: "Jerry D. Hedden" <jdhedden@cpan.org>
919              Date: Mon, 6 Aug 2007 15:09:41 -0400
920              Message-Id: <1ff86f510708061209m130fd1fbxe03dce2351ae37c9@mail.gmail.com>
921      Branch: perl
922            - ext/threads/Changes ext/threads/README
923            - ext/threads/shared/README
924            ! MANIFEST ext/threads/t/basic.t ext/threads/t/blocks.t
925            ! ext/threads/t/context.t ext/threads/t/end.t
926            ! ext/threads/t/exit.t ext/threads/t/free.t
927            ! ext/threads/t/free2.t ext/threads/t/join.t
928            ! ext/threads/t/kill.t ext/threads/t/problems.t
929            ! ext/threads/t/state.t ext/threads/t/thread.t
930            ! ext/threads/threads.pm
931 ____________________________________________________________________________
932 [ 31686] By: ams                                   on 2007/08/08  16:28:40
933         Log: From #43633: Cwd::cwd() use in File::Spec::Unix use causes unnecessary fork()
934      Branch: perl
935            ! lib/File/Spec/Unix.pm
936 ____________________________________________________________________________
937 [ 31685] By: rgs                                   on 2007/08/08  09:13:00
938         Log: Subject: patch for perlboot.pod
939              From: YAMASHINA Hio <hio@hio.jp>
940              Date: Wed, 8 Aug 2007 01:12:06 +0900
941              Message-Id: <20070808011206.db7d5184.hio@hio.jp>
942      Branch: perl
943            ! pod/perlboot.pod
944 ____________________________________________________________________________
945 [ 31684] By: rgs                                   on 2007/08/07  14:47:35
946         Log: The documentation for prototype() sounds a bit better like that.
947      Branch: perl
948            ! pod/perlfunc.pod
949 ____________________________________________________________________________
950 [ 31683] By: rgs                                   on 2007/08/07  09:41:31
951         Log: Documentation updates for new regexp features
952      Branch: perl
953            ! pod/perlop.pod pod/perlre.pod pod/perlreref.pod
954 ____________________________________________________________________________
955 [ 31682] By: ams                                   on 2007/08/04  01:53:19
956         Log: Subject: [PATCH] installperl patch
957              From: "Jerry D. Hedden" <jdhedden@cpan.org>
958              Date: Fri, 3 Aug 2007 09:55:10 -0400
959              Message-Id: <1ff86f510708030655tdef838p859bb1ac7b05dcf9@mail.gmail.com>
960              
961              (Applied after splitting up the tests a little.)
962      Branch: perl
963            ! installperl
964 ____________________________________________________________________________
965 [ 31681] By: ams                                   on 2007/08/04  01:40:18
966         Log: Subject: [PATCH] ssh-keygen usage in repository.pod out of date
967              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
968              Date: Fri, 3 Aug 2007 11:47:22 -0700 (PDT)
969              Message-Id: <37856.64.81.167.122.1186166842.squirrel@webmail.efn.org>
970      Branch: perl
971            ! Porting/repository.pod
972 ____________________________________________________________________________
973 [ 31680] By: ams                                   on 2007/08/03  11:41:29
974         Log: Subject: [PATCH] add BigInt changes to perl595delta.pod
975              From: Tels <nospam-abuse@bloodgate.com>
976              Date: Fri, 3 Aug 2007 13:19:17 +0200
977              Message-Id: <200708031319.18320@bloodgate.com>
978      Branch: perl
979            ! pod/perl595delta.pod
980 ____________________________________________________________________________
981 [ 31679] By: ams                                   on 2007/08/03  11:38:26
982         Log: Subject: [PATCH] fix typo in bigint POD
983              From: Tels <nospam-abuse@bloodgate.com>
984              Date: Fri, 3 Aug 2007 12:06:01 +0200
985              Message-Id: <200708031206.10365@bloodgate.com>
986      Branch: perl
987            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
988 ____________________________________________________________________________
989 [ 31678] By: ams                                   on 2007/08/03  07:49:28
990         Log: Subject: problems in ext/Storable/t/file_magic.t on EBCDIC platform
991              From: Chun Bing Ge <gecb@cn.ibm.com>
992              Date: Fri, 3 Aug 2007 14:16:34 +0800
993              Message-Id: <OF9205F187.AEDD9A24-ON4825732C.0021701B-4825732C.002279E4@IBMCN>
994      Branch: perl
995            ! ext/Storable/t/file_magic.t
996 ____________________________________________________________________________
997 [ 31677] By: ams                                   on 2007/08/03  04:25:43
998         Log: Subject: [perl #44349] DProf - poor timer resolution on BSDs (patch) 
999              From: "agrow@thegotonerd.com" <perlbug-followup@perl.org>
1000              Date: Thu, 02 Aug 2007 15:36:42 -0700
1001              Message-Id: <rt-3.6.HEAD-23341-1186094202-398.44349-75-0@perl.org>
1002      Branch: perl
1003            ! ext/Devel/DProf/DProf.xs
1004 ____________________________________________________________________________
1005 [ 31676] By: ams                                   on 2007/08/03  04:12:27
1006         Log: Make installperl skip lib/CPAN/SIGNATURE and PAUSE*.pub.
1007              
1008              Subject: [PATCH - revised] Fix CPAN issues in blead
1009              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1010              Date: Thu, 2 Aug 2007 23:05:14 -0400
1011              Message-Id: <1ff86f510708022005i2d73247eo96e692acd17a2547@mail.gmail.com>
1012      Branch: perl
1013            ! installperl
1014 ____________________________________________________________________________
1015 [ 31675] By: ams                                   on 2007/08/03  00:34:18
1016         Log: Applied after word-wrapping:
1017              
1018              Subject: [PATCH] Time::HiRes is a better suggestion than setitimer in perlfunc.
1019              From: Benjamin Smith <bsmith@cabbage.org.uk>
1020              Date: Thu, 2 Aug 2007 18:28:05 +0100
1021              Message-Id: <20070802172804.GA7856@vtrl.co.uk>
1022      Branch: perl
1023            ! pod/perlfunc.pod
1024 ____________________________________________________________________________
1025 [ 31674] By: craigb                                on 2007/08/02  12:54:40
1026         Log: Subject: [patch@31670] vms.c - Missing null terminator
1027              From: "John E. Malmberg" <wb8tyw@qsl.net>
1028              Date: Wed, 01 Aug 2007 08:25:22 -0500
1029              Message-id: <46B089C2.9000508@qsl.net>
1030
1031      Branch: perl
1032            ! vms/vms.c
1033 ____________________________________________________________________________
1034 [ 31673] By: ams                                   on 2007/08/01  18:37:04
1035         Log: MANIFEST.SKIP ought not to have been skipped after all.
1036      Branch: perl
1037            ! installperl
1038 ____________________________________________________________________________
1039 [ 31672] By: ams                                   on 2007/08/01  17:01:29
1040         Log: For files ignored by installperl:
1041              
1042              - Split README handling into a separate case.
1043              - Extend the MANIFEST pattern to include .SKIP.
1044              
1045              Based on the following:
1046              
1047              Subject: [PATCH] Don't install MANIFEST.SKIP files
1048              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1049              Date: Wed, 1 Aug 2007 12:28:49 -0400
1050              Message-Id: <1ff86f510708010928o48ea74d6je46148b0a409bffa@mail.gmail.com>
1051      Branch: perl
1052            ! installperl
1053 ____________________________________________________________________________
1054 [ 31671] By: craigb                                on 2007/08/01  12:35:11
1055         Log: Missing a couple of aTHX_'s in #31670.
1056      Branch: perl
1057            ! vms/vms.c
1058 ____________________________________________________________________________
1059 [ 31670] By: craigb                                on 2007/08/01  03:24:03
1060         Log: Subject: [patch@31688] VMS symbolic links - part 1 of ? 2nd try.
1061              From: "John E. Malmberg" <wb8tyw@qsl.net>
1062              Date: Mon, 30 Jul 2007 23:55:34 -0500
1063              Message-id: <46AEC0C6.5020702@qsl.net>
1064              
1065              Patch for VMS so that remove/delete/unlink/kill_file and 
1066              rmdir will work on symbolic links where support is available
1067              in VMS 8.3.
1068
1069      Branch: perl
1070            ! vms/vms.c
1071 ____________________________________________________________________________
1072 [ 31669] By: stevep                                on 2007/07/31  14:27:00
1073         Log: Upgrade to Net-Ping-2.32
1074      Branch: perl
1075            ! lib/Net/Ping.pm
1076 ____________________________________________________________________________
1077 [ 31668] By: nicholas                              on 2007/07/30  13:17:14
1078         Log: Fix typos in comments.
1079      Branch: perl
1080            ! t/uni/case.pl
1081 ____________________________________________________________________________
1082 [ 31667] By: rgs                                   on 2007/07/30  09:23:55
1083         Log: Subject: Example in perlthrtut.pod doesn't work
1084              From: Elizabeth Mattijsen <liz@dijkmat.nl>
1085              Date: Mon, 30 Jul 2007 11:19:01 +0200
1086              Message-Id: <p06230913c2d35ab76254@[10.0.1.200]>
1087      Branch: perl
1088            ! pod/perlothrtut.pod pod/perlthrtut.pod
1089 ____________________________________________________________________________
1090 [ 31666] By: craigb                                on 2007/07/29  18:13:46
1091         Log: Oops, 31665 was empty.
1092      Branch: perl
1093            ! t/op/stat.t
1094 ____________________________________________________________________________
1095 [ 31665] By: craigb                                on 2007/07/29  14:48:20
1096         Log: Subject: [patch@31553] t/op/stat.t Test $nlink if $Config{d_link}
1097              From: "John E. Malmberg" <wb8tyw@qsl.net>
1098              Date: Sun, 29 Jul 2007 07:56:22 -0500
1099              Message-id: <46AC8E76.5040902@qsl.net>
1100
1101
1102      Branch: perl
1103            ! t/op/stat.t
1104 ____________________________________________________________________________
1105 [ 31664] By: ams                                   on 2007/07/29  13:45:31
1106         Log: Subject: [rt.cpan.org #28537] PATCH for croak.t test failure 
1107              From: Slaven_Rezic via RT <bug-Storable@rt.cpan.org>
1108              Date: Sun, 29 Jul 2007 05:10:46 -0400
1109              Message-Id: <rt-3.6.HEAD-28249-1185700244-992.28537-4-0@rt.cpan.org>
1110              
1111              "The attached patch solves a possible failure in the croak.t
1112              test. It seems that in some version Config.pm pre-loads Carp.pm,
1113              causing the test to fail. The patch just makes sure that
1114              Config.pm is only loaded when building Storable within core
1115              perl."
1116      Branch: perl
1117            ! ext/Storable/t/croak.t
1118 ____________________________________________________________________________
1119 [ 31663] By: stevep                                on 2007/07/27  03:45:58
1120         Log: Subject: [PATCH] RE: Sorry, no Win32CORE-update for you unless you use development version...
1121              From: "Jan Dubois" <jand@activestate.com>
1122              Date: Thu, 26 Jul 2007 17:51:37 -0700
1123              Message-ID: <03a701c7cfe8$4989abf0$dc9d03d0$@com>
1124      Branch: perl
1125            ! META.yml
1126 ____________________________________________________________________________
1127 [ 31662] By: rgs                                   on 2007/07/26  10:01:31
1128         Log: Don't use C++ comments.
1129      Branch: perl
1130            ! ext/Data/Dumper/Dumper.xs
1131 ____________________________________________________________________________
1132 [ 31661] By: merijn                                on 2007/07/26  09:38:48
1133         Log: Subject: [patch@31658] Dynamically load dbg xterm on VMS
1134              From: "John E. Malmberg" <wb8tyw@qsl.net>
1135              Date: Thu, 26 Jul 2007 00:28:04 -0500
1136              Message-ID: <46A830E4.1040708@qsl.net>
1137      Branch: perl
1138            ! configure.com vms/descrip_mms.template vms/vms.c
1139 ____________________________________________________________________________
1140 [ 31660] By: ams                                   on 2007/07/26  01:49:15
1141         Log: Subject: [PATCH] Silence diag in ext/Data/Dumper/t/bless.t
1142              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1143              Date: Wed, 25 Jul 2007 14:27:44 -0400
1144              Message-Id: <1ff86f510707251127l3530b011q853608654a7347f7@mail.gmail.com>
1145              
1146              Subject: Cleanup CPANPLUS test dirs
1147              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1148              Date: Wed, 25 Jul 2007 14:30:25 -0400
1149              Message-Id: <1ff86f510707251130x771e3ccds55f20b83cc162818@mail.gmail.com>
1150      Branch: perl
1151            ! Makefile.SH ext/Data/Dumper/t/bless.t
1152 ____________________________________________________________________________
1153 [ 31659] By: demerphq                              on 2007/07/26  00:21:29
1154         Log: Rework Text::ParseWords regex so it doesnt core dump on older perls due to stack exhaustion.
1155              
1156              This makes of the (?>...) construct in the regex engine making Text::ParseWords not backwards compatible with Perls from 
1157              before the time this construct was added.
1158      Branch: perl
1159            ! lib/Text/ParseWords.pm
1160 ____________________________________________________________________________
1161 [ 31658] By: demerphq                              on 2007/07/25  19:13:56
1162         Log: Allow TEST_FILES make var to be used to pass an argument list through to harness when using the test_harness target.
1163              
1164              This allows things like 
1165              
1166              make test_harness TEST_FILES='-re x2p'
1167              
1168              which will run any test files that match the string 'x2p'. As x2p is the last test to be run this is kinda useful.
1169      Branch: perl
1170            ! Makefile.SH
1171 ____________________________________________________________________________
1172 [ 31657] By: ams                                   on 2007/07/25  19:02:44
1173         Log: Change stripRegex prototype to $$;$ because only one caller uses
1174              the third argument.
1175      Branch: perl
1176            ! x2p/s2p.PL
1177 ____________________________________________________________________________
1178 [ 31656] By: ams                                   on 2007/07/25  12:56:56
1179         Log: Subject: [PATCH] s2p.PL
1180              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
1181              Date: Mon, 23 Jul 2007 11:28:02 +0200
1182              Message-Id: <46A474A2.2060400@thalesgroup.com>
1183      Branch: perl
1184            ! x2p/s2p.PL
1185 ____________________________________________________________________________
1186 [ 31655] By: steveh                                on 2007/07/25  12:35:47
1187         Log: Update AUTHORS following change #31653
1188      Branch: perl
1189            ! AUTHORS
1190 ____________________________________________________________________________
1191 [ 31654] By: ams                                   on 2007/07/25  12:21:19
1192         Log: Fix incorrect =head1 NAME.
1193      Branch: perl
1194            ! lib/File/CheckTree.pm
1195 ____________________________________________________________________________
1196 [ 31653] By: steveh                                on 2007/07/25  12:15:18
1197         Log: Subject: [PATCH] XSUB.h - silence MSVC6 compiler warning
1198              From: "Robert May" <robertmay@cpan.org>
1199              Date: Sun, 22 Jul 2007 02:29:37 +0100
1200              Message-ID: <54bdc7510707211829t67e8b82eo7d8e722e73c6a3b3@mail.gmail.com>
1201      Branch: perl
1202            ! XSUB.h pod/perlxs.pod
1203 ____________________________________________________________________________
1204 [ 31652] By: merijn                                on 2007/07/25  08:49:23
1205         Log: Doc re-ordering to have ALIASES and CUSTOM ALIASES together
1206      Branch: perl
1207            ! lib/charnames.pm
1208 ____________________________________________________________________________
1209 [ 31651] By: stevep                                on 2007/07/24  20:42:14
1210         Log: Subject: [perl #39420] [PATCH] Data::Dumper fails to escape bless class name
1211              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
1212              Date: Tue, 24 Jul 2007 16:29:21 -0300
1213              Message-ID: <73ddeb6c0707241229of8f87d7r9315855344451b05@mail.gmail.com>
1214      Branch: perl
1215            + ext/Data/Dumper/t/bless.t
1216            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
1217 ____________________________________________________________________________
1218 [ 31650] By: merijn                                on 2007/07/24  13:05:54
1219         Log: Subject: [patch@31649] vms.c realpath prototype mismatch
1220              From: "John E. Malmberg" <wb8tyw@qsl.net>
1221              Date: Tue, 24 Jul 2007 07:56:39 -0500
1222              Message-ID: <46A5F707.1080502@qsl.net>
1223      Branch: perl
1224            ! vms/vms.c
1225 ____________________________________________________________________________
1226 [ 31649] By: nicholas                              on 2007/07/23  20:07:29
1227         Log: Need to run the plan() at BEGIN time, else the use_ok() will fail.
1228              However, it doesn't actually produce any output due to a known core
1229              bug: http://rt.cpan.org/Ticket/Display.html?id=28345
1230              (But the test count in the plan saves our bacon by alerting us)
1231      Branch: perl
1232            ! ext/Encode/t/mime_header_iso2022jp.t
1233 ____________________________________________________________________________
1234 [ 31648] By: stevep                                on 2007/07/23  13:42:24
1235         Log: Various fixes for EBCDIC platforms.
1236      Branch: perl
1237            ! ext/Encode/t/mime_header_iso2022jp.t t/io/layers.t
1238 ____________________________________________________________________________
1239 [ 31647] By: craigb                                on 2007/07/23  01:48:34
1240         Log: Update utility commands for VMS.
1241      Branch: perl
1242            ! configure.com
1243 ____________________________________________________________________________
1244 [ 31646] By: craigb                                on 2007/07/23  01:47:12
1245         Log: Make TabsWrap tests work around broken VMS pipes.
1246      Branch: perl
1247            ! lib/Text/TabsWrap/t/fill.t lib/Text/TabsWrap/t/tabs.t
1248 ____________________________________________________________________________
1249 [ 31645] By: demerphq                              on 2007/07/20  22:46:47
1250         Log: Update ExtUtils::Install, EU::Installed and EU::Packlist to the latest CPAN version 1.43
1251      Branch: perl
1252            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
1253            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Installed.t
1254 ____________________________________________________________________________
1255 [ 31644] By: merijn                                on 2007/07/20  09:53:20
1256         Log: Extend the update info regarding Configure changes
1257      Branch: perl
1258            ! pod/perl595delta.pod
1259 ____________________________________________________________________________
1260 [ 31643] By: steveh                                on 2007/07/20  09:05:32
1261         Log: Re-apply #31429, which was accidentally undone by #31632
1262              (and bump the $VERSION this time too).
1263      Branch: perl
1264            ! ext/Hash/Util/FieldHash/FieldHash.xs
1265            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
1266 ____________________________________________________________________________
1267 [ 31642] By: steveh                                on 2007/07/20  08:19:19
1268         Log: Updates to AUTHORS and Porting/CheckAUTHORS.pl
1269      Branch: perl
1270            ! AUTHORS Porting/checkAUTHORS.pl
1271 ____________________________________________________________________________
1272 [ 31641] By: steveh                                on 2007/07/20  08:02:15
1273         Log: I've had my email address changed
1274      Branch: perl
1275            ! AUTHORS Porting/checkAUTHORS.pl
1276 ____________________________________________________________________________
1277 [ 31640] By: steveh                                on 2007/07/20  07:50:22
1278         Log: Fix pod nit in perlunicode
1279      Branch: perl
1280            ! pod/perlunicode.pod
1281 ____________________________________________________________________________
1282 [ 31639] By: merijn                                on 2007/07/19  13:57:43
1283         Log: Subject: [PATCH] Various Gentoo Patches
1284              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
1285              Date: Wed, 18 Jul 2007 17:17:58 +0200
1286              Message-ID: <20070718171758.77912ed4@r2d2>
1287              
1288              perl-noksh.patch - http://bugs.gentoo.org/show_bug.cgi?id=42665
1289      Branch: perl
1290            ! Configure
1291 ____________________________________________________________________________
1292 [ 31637] By: merijn                                on 2007/07/19  12:30:44
1293         Log: Expand tabs, add -A ccflags=-DMACRO to -h
1294      Branch: perl
1295            ! Configure
1296 ____________________________________________________________________________
1297 [ 31636] By: demerphq                              on 2007/07/19  12:09:32
1298         Log: Change Porting/regcharclass.pl so it doesn't depend on unpack 'U0C*'
1299              Includes an updated regcharclass.h without datestamp in it so when it
1300              is trivially rebuilt it doesnt change in terms of contents.
1301      Branch: perl
1302            ! Porting/regcharclass.pl regcharclass.h
1303 ____________________________________________________________________________
1304 [ 31635] By: davem                                 on 2007/07/19  11:42:15
1305         Log: fix up some nested #ifdef indentation
1306      Branch: perl
1307            ! perl.c
1308 ____________________________________________________________________________
1309 [ 31634] By: davem                                 on 2007/07/19  11:26:40
1310         Log: silence 'unused var' compiler warning
1311      Branch: perl
1312            ! perl.c
1313 ____________________________________________________________________________
1314 [ 31633] By: rgs                                   on 2007/07/19  08:51:28
1315         Log: Add a TODO note about lc() etc. and the UTF-8 flag
1316      Branch: perl
1317            ! pod/perltodo.pod
1318 ____________________________________________________________________________
1319 [ 31632] By: rgs                                   on 2007/07/19  08:12:57
1320         Log: Subject: Re: [patch] Hash::Util::FieldHash v1.02
1321              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
1322              Date: Sun, 15 Jul 2007 15:02:11 +0200
1323              Message-Id: <490839CC-BF8E-44B9-AF88-EFBE9863EDB2@mailbox.tu-berlin.de>
1324      Branch: perl
1325            ! ext/Hash/Util/FieldHash/Changes
1326            ! ext/Hash/Util/FieldHash/FieldHash.xs
1327            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
1328            ! ext/Hash/Util/FieldHash/t/02_function.t
1329 ____________________________________________________________________________
1330 [ 31631] By: rgs                                   on 2007/07/19  07:44:19
1331         Log: Suggestion and fixes to the hash seed docs by Paul Johnson
1332      Branch: perl
1333            ! pod/perlrun.pod
1334 ____________________________________________________________________________
1335 [ 31630] By: stevep                                on 2007/07/18  19:05:05
1336         Log: Upgrade to IO-Zlib-1.06.  One bleadperl fix was added, but the other
1337              hasn't yet, so we keep the version bump.
1338      Branch: perl
1339            ! lib/IO/Zlib.pm
1340 ____________________________________________________________________________
1341 [ 31629] By: stevep                                on 2007/07/18  18:52:12
1342         Log: Upgrade to Math-BigRat-0.20
1343      Branch: perl
1344            + lib/Math/BigRat/t/biglog.t lib/Math/BigRat/t/bigroot.t
1345            ! MANIFEST lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
1346            ! lib/Math/BigRat/t/bigfltrt.t
1347 ____________________________________________________________________________
1348 [ 31628] By: stevep                                on 2007/07/18  17:37:53
1349         Log: The lib/Pod/Perldoc.pm portion of...
1350              
1351              Subject:  [PATCH] Various Gentoo Patches
1352              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
1353              Date: Wed, 18 Jul 2007 17:17:58 +0200
1354              Message-ID: <20070718171758.77912ed4@r2d2>
1355      Branch: perl
1356            ! lib/Pod/Perldoc.pm
1357 ____________________________________________________________________________
1358 [ 31627] By: rgs                                   on 2007/07/18  16:59:47
1359         Log: Subject: [PATCH] Win32API::File cleanup
1360              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1361              Date: Tue, 17 Jul 2007 14:21:00 -0400
1362              Message-ID: <1ff86f510707171121y3db38817ic4be4cbdd8c8696e@mail.gmail.com>
1363      Branch: perl
1364            ! ext/Win32API/File/Makefile.PL
1365 ____________________________________________________________________________
1366 [ 31626] By: rgs                                   on 2007/07/18  16:37:11
1367         Log: Subject: [PATCH] Change "Perl6" to "Perl 6" in pod/*
1368              From: chromatic <chromatic@wgz.org>
1369              Date: Fri, 13 Jul 2007 14:38:12 -0700
1370              Message-Id: <200707131438.12342.chromatic@wgz.org>
1371      Branch: perl
1372            ! pod/perlcommunity.pod pod/perliol.pod pod/perlre.pod
1373 ____________________________________________________________________________
1374 [ 31624] By: rgs                                   on 2007/07/18  10:26:31
1375         Log: Clarifications on the hash seed
1376      Branch: perl
1377            ! pod/perlrun.pod
1378 ____________________________________________________________________________
1379 [ 31623] By: rgs                                   on 2007/07/18  08:17:47
1380         Log: Subject: [PATCH] gethostbyname() example
1381              From: "Gabor Szabo" <szabgab@gmail.com>
1382              Date: Wed, 18 Jul 2007 08:47:40 +0300
1383              Message-ID: <d8a74af10707172247v2f761bebs30d054eddbe5861@mail.gmail.com>
1384      Branch: perl
1385            ! pod/perlfunc.pod
1386 ____________________________________________________________________________
1387 [ 31622] By: rgs                                   on 2007/07/18  08:12:17
1388         Log: Subject: [PATCH AUTHORS, porting/checkAUTHORS.pl] (was Re: perldelta)
1389              From: Abigail <abigail@abigail.be>
1390              Date: Wed, 18 Jul 2007 10:04:06 +0200
1391              Message-ID: <20070718080406.GE6316@abigail.be>
1392      Branch: perl
1393            ! AUTHORS Porting/checkAUTHORS.pl
1394 ____________________________________________________________________________
1395 [ 31621] By: rgs                                   on 2007/07/18  07:38:19
1396         Log: Miscellaneous modernisations and trimmings.
1397      Branch: perl
1398            ! INSTALL
1399 ____________________________________________________________________________
1400 [ 31620] By: rgs                                   on 2007/07/17  10:20:17
1401         Log: Fix references to perldelta.pod (this file doesn't exist in the
1402              source distribution).
1403              Remove paragraph on space requirements (space is now cheaper).
1404              Remove paragraph on I/O mechanisms (PerlIO is standard).
1405              Remove paragraph on coexistence with Perl 4.
1406      Branch: perl
1407            ! INSTALL
1408 ____________________________________________________________________________
1409 [ 31619] By: craigb                                on 2007/07/17  03:37:22
1410         Log: Inching towards Module::Build-ability on VMS.
1411      Branch: perl
1412            ! lib/Module/Build/Base.pm lib/Module/Build/Platform/VMS.pm
1413            ! lib/Module/Build/t/destinations.t
1414            ! lib/Module/Build/t/manifypods.t lib/Module/Build/t/xs.t
1415 ____________________________________________________________________________
1416 [ 31618] By: nicholas                              on 2007/07/16  22:20:26
1417         Log: Re-order struct yy_parser to save space on most systems.
1418              Re-order struct yy_stack_frame to save space on LP64 systems.
1419      Branch: perl
1420            ! parser.h
1421 ____________________________________________________________________________
1422 [ 31617] By: davem                                 on 2007/07/16  15:42:56
1423         Log: fourth attempt to silence S_emulate_eaccess compiler warning
1424      Branch: perl
1425            ! embed.fnc embed.h pp_sys.c proto.h
1426 ____________________________________________________________________________
1427 [ 31616] By: davem                                 on 2007/07/16  14:23:54
1428         Log: change #31615 added the new field in the wrong place
1429      Branch: perl
1430            ! parser.h
1431 ____________________________________________________________________________
1432 [ 31615] By: davem                                 on 2007/07/16  13:15:37
1433         Log: local $[: fix scoping during parser error handling.
1434              
1435              Change 22306# inadvertently made 'local $[' statement-scoped
1436              rather than block-scoped; so revert that change and add a
1437              different fix. The problem was to ensure that the savestack got
1438              popped correctly while popping errored tokens. We how record the
1439              current value of PL_savestack_ix with each pushed parser state. 
1440      Branch: perl
1441            ! op.c pad.c parser.h perly.act perly.c perly.tab perly.y
1442            ! t/op/local.t
1443 ____________________________________________________________________________
1444 [ 31614] By: craigb                                on 2007/07/14  02:21:14
1445         Log: VMS todo for threads exit test.
1446      Branch: perl
1447            ! ext/threads/t/exit.t
1448 ____________________________________________________________________________
1449 [ 31613] By: rgs                                   on 2007/07/13  15:18:59
1450         Log: Comment out links to docs that don't exist yet.
1451      Branch: perl
1452            ! pod/perlrebackslash.pod
1453 ____________________________________________________________________________
1454 [ 31612] By: rgs                                   on 2007/07/13  15:03:45
1455         Log: More typo fixes in the regexp docs
1456      Branch: perl
1457            ! pod/perlre.pod pod/perlrebackslash.pod
1458 ____________________________________________________________________________
1459 [ 31611] By: rgs                                   on 2007/07/13  14:49:41
1460         Log: Fix typos, readability nits
1461      Branch: perl
1462            ! ext/Hash/Util/lib/Hash/Util.pm
1463 ____________________________________________________________________________
1464 [ 31610] By: rgs                                   on 2007/07/13  14:16:57
1465         Log: Use new style L<> links in POD
1466      Branch: perl
1467            ! ext/Opcode/Opcode.pm ext/Opcode/Safe.pm ext/Opcode/ops.pm
1468 ____________________________________________________________________________
1469 [ 31609] By: rgs                                   on 2007/07/13  13:45:35
1470         Log: Subject: [PATCH] BigInt v1.88 take 1 (fix from_hex, from_oct, from_bin)
1471              From: Tels <nospam-abuse@bloodgate.com>
1472              Date: Thu, 12 Jul 2007 19:11:01 +0200
1473              Message-Id: <200707121911.02528@bloodgate.com>
1474      Branch: perl
1475            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
1476 ____________________________________________________________________________
1477 [ 31608] By: rgs                                   on 2007/07/13  12:13:09
1478         Log: Specify prototyping behaviour for Math::BigInt::FastCalc
1479      Branch: perl
1480            ! ext/Math/BigInt/FastCalc/FastCalc.xs
1481 ____________________________________________________________________________
1482 [ 31607] By: rgs                                   on 2007/07/13  08:43:50
1483         Log: Spelling and formatting nits
1484      Branch: perl
1485            ! Cross/README.new
1486 ____________________________________________________________________________
1487 [ 31606] By: rgs                                   on 2007/07/13  08:36:23
1488         Log: That's NAME, not TITLE.
1489      Branch: perl
1490            ! Porting/regcharclass.pl
1491 ____________________________________________________________________________
1492 [ 31605] By: rgs                                   on 2007/07/13  08:32:44
1493         Log: Put a proper title like in every man page
1494      Branch: perl
1495            ! hints/README.hints
1496 ____________________________________________________________________________
1497 [ 31604] By: rgs                                   on 2007/07/13  08:29:28
1498         Log: Avoid POD in test files
1499      Branch: perl
1500            ! lib/SelfLoader-buggy.t
1501 ____________________________________________________________________________
1502 [ 31603] By: rgs                                   on 2007/07/13  08:16:41
1503         Log: * make splitpod actually work if perl isn't installed
1504              * prevent doc extractors to extract POD from splitpod
1505      Branch: perl
1506            ! pod/splitpod
1507 ____________________________________________________________________________
1508 [ 31602] By: rgs                                   on 2007/07/13  07:59:15
1509         Log: Shorten description.
1510      Branch: perl
1511            ! lib/DB.pm
1512 ____________________________________________________________________________
1513 [ 31601] By: rgs                                   on 2007/07/13  06:12:50
1514         Log: Silence mandatory warning by using @# instead of $#.
1515              "no warnings" is probably a bit inappropriate for a
1516              base test. Putting -X on the command-line is probably
1517              not a good idea, since it may hide other interesting
1518              warnings in the future.
1519      Branch: perl
1520            ! t/base/lex.t
1521 ____________________________________________________________________________
1522 [ 31600] By: davem                                 on 2007/07/12  22:10:35
1523         Log: really really fix S_emulate_eaccess compiler warning (#31536 didn't)
1524      Branch: perl
1525            ! embed.fnc embed.h proto.h
1526 ____________________________________________________________________________
1527 [ 31599] By: rgs                                   on 2007/07/12  16:22:59
1528         Log: Subject: [PATCH] perlbug
1529              From: Alexandr Ciornii <alexchorny@gmail.com>
1530              Date: Thu, 12 Jul 2007 13:46:24 +0300
1531              Message-ID: <1367844687.20070712134624@gmail.com>
1532      Branch: perl
1533            ! utils/perlbug.PL
1534 ____________________________________________________________________________
1535 [ 31598] By: rgs                                   on 2007/07/12  15:16:56
1536         Log: Subject: [PATCH] Re: [PATCH] 'make veryclean' still dirty
1537              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1538              Date: Thu, 12 Jul 2007 10:49:29 -0400
1539              Message-ID: <1ff86f510707120749v3b4e12b4uf35d3673cce639f0@mail.gmail.com>
1540      Branch: perl
1541            ! Makefile.SH
1542 ____________________________________________________________________________
1543 [ 31597] By: craigb                                on 2007/07/12  10:57:36
1544         Log: Set $Config{PERL_PATCHLEVEL} as well as $Config{perl_patchlevel}, and
1545              grab the value from a MAINTXXX or SMOKEXXX line in patchlevel.h if present.
1546      Branch: perl
1547            ! configure.com
1548 ____________________________________________________________________________
1549 [ 31596] By: rgs                                   on 2007/07/12  09:56:38
1550         Log: Subject: mention of g and c modifiers missing from perlre.pod
1551              From: "David Nicol" <davidnicol@gmail.com>
1552              Date: Wed, 11 Jul 2007 17:31:45 -0500
1553              Message-ID: <934f64a20707111531m313e3a9at82f002c68eab5bee@mail.gmail.com>
1554      Branch: perl
1555            ! pod/perlre.pod
1556 ____________________________________________________________________________
1557 [ 31595] By: rgs                                   on 2007/07/12  08:50:56
1558         Log: Revert part of #31591
1559      Branch: perl
1560            ! Makefile.SH
1561 ____________________________________________________________________________
1562 [ 31594] By: rgs                                   on 2007/07/12  07:48:29
1563         Log: Link TODO test to appropriate RT ticket
1564      Branch: perl
1565            ! t/op/local.t
1566 ____________________________________________________________________________
1567 [ 31593] By: rgs                                   on 2007/07/12  07:39:53
1568         Log: A couple of additions in perltodo for the future
1569      Branch: perl
1570            ! pod/perltodo.pod
1571 ____________________________________________________________________________
1572 [ 31592] By: rgs                                   on 2007/07/12  05:51:35
1573         Log: More terminology updates for warnings
1574      Branch: perl
1575            ! pod/perldiag.pod pod/perllexwarn.pod
1576 ____________________________________________________________________________
1577 [ 31591] By: stevep                                on 2007/07/12  02:10:29
1578         Log: Subject: [PATCH] 'make veryclean' still dirty
1579              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1580              Date: Wed, 11 Jul 2007 20:06:39 -0400
1581              Message-ID: <1ff86f510707111706g7bfe8306o3c913409a307567c@mail.gmail.com>
1582      Branch: perl
1583            ! Makefile.SH x2p/Makefile.SH
1584 ____________________________________________________________________________
1585 [ 31590] By: rgs                                   on 2007/07/11  20:33:27
1586         Log: Better wording, suggested by Eric Cholet.
1587      Branch: perl
1588            ! pod/perldiag.pod
1589 ____________________________________________________________________________
1590 [ 31589] By: rgs                                   on 2007/07/11  19:31:40
1591         Log: Turn the "$# / $* is no longer supported" warnings into
1592              severe warnings (as suggested by Audrey Tang)
1593      Branch: perl
1594            ! gv.c pod/perldiag.pod t/lib/warnings/gv
1595 ____________________________________________________________________________
1596 [ 31588] By: rgs                                   on 2007/07/11  17:36:40
1597         Log: Subject: [PATCH] dump.c: do not use sv_len_utf8 because it modified the scalar
1598              From: Gerard Goossen <gerard@tty.nl>
1599              Date: Wed, 11 Jul 2007 19:19:11 +0200
1600              Message-ID: <20070711171911.GD8177@ostwald>
1601              
1602              do not use sv_len_utf8 because it modified the scalar.
1603              Add a test to Peek.t to check that dumping doesn't modify anything;
1604              the test is still TODO because hashiteration in dump.c set the OOK flag.
1605      Branch: perl
1606            ! dump.c ext/Devel/Peek/t/Peek.t
1607 ____________________________________________________________________________
1608 [ 31587] By: rgs                                   on 2007/07/11  12:02:11
1609         Log: Subject: [PATCH blead] Re: [perl #43545] 'no warnings' effects $@.
1610              From: Rick Delaney <rick@bort.ca>
1611              Date: Sat, 7 Jul 2007 23:06:11 -0400
1612              Message-ID: <20070708030611.GJ436@bort.ca>
1613      Branch: perl
1614            ! t/op/eval.t toke.c
1615 ____________________________________________________________________________
1616 [ 31586] By: steveh                                on 2007/07/11  09:00:49
1617         Log: Use Perl_croak() rather than DIE() in S_doeval() because "DIE()"
1618              becomes "return Perl_die()" and Perl_die() returns an OP*, which
1619              isn't appropriate to return from S_doeval.
1620      Branch: perl
1621            ! pp_ctl.c
1622 ____________________________________________________________________________
1623 [ 31585] By: rgs                                   on 2007/07/11  07:48:46
1624         Log: Less indirect object notation
1625      Branch: perl
1626            ! pod/perlfunc.pod
1627 ____________________________________________________________________________
1628 [ 31584] By: rgs                                   on 2007/07/11  07:40:17
1629         Log: Remove wrong equivalent to pop() (bug #43705)
1630      Branch: perl
1631            ! pod/perlfunc.pod
1632 ____________________________________________________________________________
1633 [ 31583] By: rgs                                   on 2007/07/11  07:35:27
1634         Log: Subject: Re: [PATCH] File-Path fix wrong skip count
1635              From: David Landgren <david@landgren.net>
1636              Date: Tue, 10 Jul 2007 22:48:53 +0200
1637              Message-ID: <4693F0B5.1030505@landgren.net>
1638      Branch: perl
1639            ! lib/File/Path.t
1640 ____________________________________________________________________________
1641 [ 31582] By: davem                                 on 2007/07/10  23:51:58
1642         Log: Fix assertion failure on failed magic eval - eg FETCH {eval'('}
1643              S_doeval()'s behaviour varies depending on whether the code
1644              compiles or not; on failure it pops the EVAL context block. This
1645              is bad because later on, S_docatch() assumes that the block is
1646              still there. Make docatch() return a boolean instead, indicating
1647              success. The value it formerly returned (the next op) can be deduced
1648              as PL_eval_start or PL_op->op_next on success/failure.
1649      Branch: perl
1650            ! embed.fnc pp_ctl.c proto.h t/op/eval.t
1651 ____________________________________________________________________________
1652 [ 31581] By: stevep                                on 2007/07/10  20:31:31
1653         Log: Add additional SUSV3 constants to Socket for use with setsockopt() 
1654              and getsockopt().
1655      Branch: perl
1656            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
1657 ____________________________________________________________________________
1658 [ 31580] By: rgs                                   on 2007/07/10  15:46:05
1659         Log: Subject: Re: Small addition to perlcheat.pod
1660              From: "Spiros Denaxas" <spiros@lokku.com>
1661              Date: Mon, 9 Jul 2007 17:14:43 +0100
1662              Message-ID: <bba689ec0707090914vc018f1cj2a45add2d7630c8f@mail.gmail.com>
1663      Branch: perl
1664            ! pod/perlcheat.pod
1665 ____________________________________________________________________________
1666 [ 31579] By: rgs                                   on 2007/07/10  14:10:43
1667         Log: Fix Digest::SHA test boilerplate.
1668      Branch: perl
1669            ! ext/Digest/SHA/t/allfcns.t ext/Digest/SHA/t/base64.t
1670            ! ext/Digest/SHA/t/bitbuf.t ext/Digest/SHA/t/dumpload.t
1671            ! ext/Digest/SHA/t/fips198.t ext/Digest/SHA/t/gg.t
1672            ! ext/Digest/SHA/t/gglong.t ext/Digest/SHA/t/hmacsha.t
1673            ! ext/Digest/SHA/t/ireland.t ext/Digest/SHA/t/methods.t
1674            ! ext/Digest/SHA/t/nistbit.t ext/Digest/SHA/t/nistbyte.t
1675            ! ext/Digest/SHA/t/rfc2202.t ext/Digest/SHA/t/sha1.t
1676            ! ext/Digest/SHA/t/sha224.t ext/Digest/SHA/t/sha256.t
1677            ! ext/Digest/SHA/t/sha384.t ext/Digest/SHA/t/sha512.t
1678            ! ext/Digest/SHA/t/woodbury.t
1679 ____________________________________________________________________________
1680 [ 31578] By: rgs                                   on 2007/07/10  14:08:35
1681         Log: Upgrade to Digest::SHA 5.45.
1682      Branch: perl
1683            + ext/Digest/SHA/t/allfcns.t ext/Digest/SHA/t/base64.t
1684            + ext/Digest/SHA/t/bitbuf.t ext/Digest/SHA/t/dumpload.t
1685            + ext/Digest/SHA/t/fips198.t ext/Digest/SHA/t/gg.t
1686            + ext/Digest/SHA/t/gglong.t ext/Digest/SHA/t/hmacsha.t
1687            + ext/Digest/SHA/t/ireland.t ext/Digest/SHA/t/methods.t
1688            + ext/Digest/SHA/t/nistbit.t ext/Digest/SHA/t/nistbyte.t
1689            + ext/Digest/SHA/t/rfc2202.t ext/Digest/SHA/t/sha1.t
1690            + ext/Digest/SHA/t/sha224.t ext/Digest/SHA/t/sha256.t
1691            + ext/Digest/SHA/t/sha384.t ext/Digest/SHA/t/sha512.t
1692            + ext/Digest/SHA/t/woodbury.t
1693            - ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/1-hello-world.t
1694            - ext/Digest/SHA/t/2-nist-sha-1.t
1695            - ext/Digest/SHA/t/2-nist-sha-224.t
1696            - ext/Digest/SHA/t/2-nist-sha-256.t
1697            - ext/Digest/SHA/t/2-nist-sha-384.t
1698            - ext/Digest/SHA/t/2-nist-sha-512.t
1699            - ext/Digest/SHA/t/2-nist-sha-base64.t
1700            - ext/Digest/SHA/t/2-nist-sha-oo.t
1701            - ext/Digest/SHA/t/2-nist-vectors-bit.t
1702            - ext/Digest/SHA/t/2-nist-vectors-byte.t
1703            - ext/Digest/SHA/t/3-gillogly-easy.t
1704            - ext/Digest/SHA/t/3-gillogly-hard.t
1705            - ext/Digest/SHA/t/4-bitstr-increasing.t
1706            - ext/Digest/SHA/t/4-bitstr-large.t
1707            - ext/Digest/SHA/t/4-bitstr-random.t
1708            - ext/Digest/SHA/t/5-hmac-fips198.t
1709            - ext/Digest/SHA/t/5-hmac-rfc2202.t
1710            - ext/Digest/SHA/t/5-hmac-sha-256.t
1711            - ext/Digest/SHA/t/5-hmac-woodbury.t
1712            - ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
1713            - ext/Digest/SHA/t/gillogly/state.011
1714            - ext/Digest/SHA/t/gillogly/state.110
1715            - ext/Digest/SHA/t/nist/COPYRIGHT
1716            - ext/Digest/SHA/t/nist/Readme.txt
1717            - ext/Digest/SHA/t/nist/bit-hashes.sha1
1718            - ext/Digest/SHA/t/nist/bit-messages.sha1
1719            - ext/Digest/SHA/t/nist/byte-hashes.sha1
1720            - ext/Digest/SHA/t/nist/byte-messages.sha1
1721            - ext/Digest/SHA/t/state/state.1
1722            - ext/Digest/SHA/t/state/state.256
1723            - ext/Digest/SHA/t/state/state.384
1724            - ext/Digest/SHA/t/state/state.512
1725            ! MANIFEST ext/Digest/SHA/Changes ext/Digest/SHA/README
1726            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/SHA.xs
1727            ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c
1728            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/hmacxtra.c
1729            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
1730 ____________________________________________________________________________
1731 [ 31577] By: stevep                                on 2007/07/10  13:18:20
1732         Log: How this got I got ext/Digest/MD5/t/files.t wrong for EBCDIC, I
1733              do not know.
1734      Branch: perl
1735            ! ext/Digest/MD5/t/files.t
1736 ____________________________________________________________________________
1737 [ 31576] By: rgs                                   on 2007/07/10  06:17:50
1738         Log: Modernize opendir() syntax
1739      Branch: perl
1740            ! pod/perlsub.pod
1741 ____________________________________________________________________________
1742 [ 31575] By: rgs                                   on 2007/07/10  06:16:43
1743         Log: Mention the two ways of overriding built-ins.
1744              Link to perlsub. Fix typos and indentation.
1745      Branch: perl
1746            ! lib/CORE.pod
1747 ____________________________________________________________________________
1748 [ 31574] By: stevep                                on 2007/07/09  18:25:29
1749         Log: Subject: [PATCH] CORE.pod
1750              From: Tels <nospam-abuse@bloodgate.com>
1751              Date: Mon, 9 Jul 2007 17:28:43 +0200
1752              Message-Id: <200707091728.43634@bloodgate.com>
1753      Branch: perl
1754            + lib/CORE.pod
1755            ! MANIFEST
1756 ____________________________________________________________________________
1757 [ 31573] By: merijn                                on 2007/07/09  14:21:00
1758         Log: PERL_PATCHNUM is dead. Long live SMOKEs!
1759              Started by Steve Hay <steve.hay@uk.radan.com>
1760              Subject: [PATCH] Re: patch level of blead/maintperl
1761              Date: Mon, 09 Jul 2007 13:10:11 +0100
1762              Message-ID: <469225A3.5010909@uk.radan.com>
1763      Branch: perl
1764            ! Configure
1765 ____________________________________________________________________________
1766 [ 31571] By: steveh                                on 2007/07/09  13:21:48
1767         Log: Update references to Win32's Platform SDK installation location.
1768              
1769              Different versions install into different default locations, as
1770              pointed out here:
1771              
1772              Subject: Building 5.9.5 with Win2k, MSVC8FREE
1773              From: Marvin Humphrey <marvin@rectangular.com>
1774              Date: Sun, 8 Jul 2007 08:27:44 -0700
1775              Message-Id: <1D149669-931C-4458-B073-789D25623D2D@rectangular.com>
1776      Branch: perl
1777            ! README.win32
1778 ____________________________________________________________________________
1779 [ 31570] By: steveh                                on 2007/07/09  13:15:05
1780         Log: Don't install static library files of statically linked extensions
1781              when using a shared perl library. The files are not needed, and this
1782              fixes a problem building PAR-Packer on Win32 with a debug build of
1783              perl. (If Win32CORE.lib gets installed then PAR-Packer wants to link
1784              against it and its PDB file, vc60.pdb, but the latter is not installed.)
1785              Also skip installing a few other unnecessary files.
1786              
1787              Subject: Re: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32
1788              From: Steve Hay <steve.hay@uk.radan.com>
1789              Date: Fri, 06 Jul 2007 12:20:06 +0100
1790              Message-ID: <468E2566.8090504@uk.radan.com>
1791      Branch: perl
1792            ! installperl
1793 ____________________________________________________________________________
1794 [ 31569] By: steveh                                on 2007/07/09  11:43:09
1795         Log: Some Win32 Config fixes for patchlevel and perl_patchlevel:
1796              - Set $Config{patchlevel} to PERL_VERSION (it was previously blank
1797              because it was wrongly being set from PATCHLEVEL, which was blank)
1798              - Set $Config{perl_patchlevel} and $Config{PERL_PATCHLEVEL} to the
1799              value in the top-level ".patch" file if it exists (the former was
1800              previously not set, while the latter was previously wrongly set to
1801              PERL_VERSION)
1802      Branch: perl
1803            ! win32/config.bc win32/config.ce win32/config.gc
1804            ! win32/config.vc win32/config.vc64 win32/config_sh.PL
1805 ____________________________________________________________________________
1806 [ 31568] By: rgs                                   on 2007/07/09  08:20:32
1807         Log: Subject: [PATCH] cygwin path conversions, take 4
1808              From: "Reini Urban" <rurban@x-ray.at>
1809              Date: Sat, 7 Jul 2007 15:00:54 +0200
1810              Message-ID: <6910a60707070600xa8638eak3c3f20b20ccc093a@mail.gmail.com>
1811      Branch: perl
1812            ! README.cygwin cygwin/cygwin.c t/lib/cygwin.t
1813 ____________________________________________________________________________
1814 [ 31567] By: rgs                                   on 2007/07/09  08:00:17
1815         Log: Subject: [PATCH] Update Filter::Call::Util version
1816              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
1817              Date: Sat, 7 Jul 2007 20:24:21 +0100
1818              Message-ID: <007e01c7c0cc$6d07af30$6801a8c0@myopwv.com>
1819      Branch: perl
1820            ! ext/Filter/Util/Call/Call.pm
1821 ____________________________________________________________________________
1822 [ 31566] By: rgs                                   on 2007/07/07  16:49:44
1823         Log: More missing dual-life modules
1824      Branch: perl
1825            ! Porting/Maintainers.pl
1826 ____________________________________________________________________________
1827 [ 31565] By: rgs                                   on 2007/07/07  16:37:33
1828         Log: Add CPANPLUS::Dist to Maintainers.pl
1829      Branch: perl
1830            ! Porting/Maintainers.pl
1831 ____________________________________________________________________________
1832 [ 31564] By: rgs                                   on 2007/07/07  16:34:50
1833         Log: Reinstate "DEVEL" in patchlevel
1834      Branch: perl
1835            ! patchlevel.h
1836 ____________________________________________________________________________
1837 [ 31563] By: rgs                                   on 2007/07/07  11:01:31
1838         Log: Regenerate Changes.
1839      Branch: perl
1840            ! Changes
1841 ____________________________________________________________________________
1842 [ 31562] By: rgs                                   on 2007/07/07  10:59:10
1843         Log: Fix corelist.pl after the reorganisation of the
1844              Compress modules in ext/. Re-update Module::CoreList.
1845      Branch: perl
1846            ! Porting/corelist.pl lib/Module/CoreList.pm
1847 ____________________________________________________________________________
1848 [ 31561] By: rgs                                   on 2007/07/07  10:51:08
1849         Log: Update Module::CoreList, regenerate META.yml,
1850              mention Log::Message::* in perldelta and
1851              update perlhist with 5.9.5
1852      Branch: perl
1853            ! META.yml lib/Module/CoreList.pm pod/perl595delta.pod
1854            ! pod/perlhist.pod
1855 ____________________________________________________________________________
1856 [ 31560] By: rgs                                   on 2007/07/07  10:38:56
1857         Log: Regenerate table of contents
1858      Branch: perl
1859            ! pod/perltoc.pod
1860 ____________________________________________________________________________
1861 [ 31559] By: rgs                                   on 2007/07/07  10:19:07
1862         Log: FAQ sync
1863      Branch: perl
1864            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
1865            ! pod/perlfaq8.pod
1866 ____________________________________________________________________________
1867 [ 31558] By: rgs                                   on 2007/07/07  09:44:34
1868         Log: Subject: [PATCH] Update CPANPLUS to 0.81_01
1869              From: "Jos I. Boumans" <kane@dwim.org>
1870              Date: Sat, 7 Jul 2007 11:39:12 +0200
1871              Message-Id: <87949855-9BDE-4823-9C28-BD639844CA41@dwim.org>
1872      Branch: perl
1873            ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm
1874            ! lib/CPANPLUS/Configure/Setup.pm lib/CPANPLUS/Internals.pm
1875            ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell/Default.pm
1876            ! lib/CPANPLUS/bin/cpan2dist
1877            ! lib/CPANPLUS/t/02_CPANPLUS-Internals.t
1878            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
1879            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
1880            ! r-0.01.tar.gz.packed
1881            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
1882            ! tar.gz.packed
1883            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
1884            ! tar.gz.packed
1885            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
1886            ! r.gz.packed
1887            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
1888            ! tar.gz.packed
1889            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
1890            ! r.gz.packed
1891            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
1892            ! cked
1893            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
1894 ____________________________________________________________________________
1895 [ 31557] By: rgs                                   on 2007/07/07  09:32:30
1896         Log: Desactive the "DEVEL" local patch tag for release.
1897      Branch: perl
1898            ! patchlevel.h
1899 ____________________________________________________________________________
1900 [ 31556] By: rgs                                   on 2007/07/07  09:03:41
1901         Log: Mention that pseudo-hashes are no longer supported
1902      Branch: perl
1903            ! pod/perl595delta.pod
1904 ____________________________________________________________________________
1905 [ 31555] By: rgs                                   on 2007/07/07  08:22:46
1906         Log: Update Changes
1907      Branch: perl
1908            ! Changes
1909 ____________________________________________________________________________
1910 [ 31554] By: rgs                                   on 2007/07/07  08:07:58
1911         Log: Subject: [PATCH] MAD: disable constant subs when PL_madskills
1912              From: Gerard Goossen <gerard@tty.nl>
1913              Date: Wed, 27 Jun 2007 13:04:00 +0200
1914              Message-ID: <20070627110400.GC11336@ostwald>
1915      Branch: perl
1916            ! mad/t/p55.t op.c toke.c
1917 ____________________________________________________________________________
1918 [ 31553] By: rgs                                   on 2007/07/07  08:05:24
1919         Log: Subject: [PATCH] p55: add 'declarator' to listop. Fixes 'pipe my ($r, $w)'
1920              From: Gerard Goossen <gerard@tty.nl>
1921              Date: Wed, 27 Jun 2007 11:58:28 +0200
1922              Message-ID: <20070627095828.GB11336@ostwald>
1923      Branch: perl
1924            ! mad/Nomad.pm mad/t/p55.t
1925 ____________________________________________________________________________
1926 [ 31552] By: rgs                                   on 2007/07/07  08:03:49
1927         Log: Subject: [PATCH] p55: correctly translate things like s//$#foo/ge
1928              From: Gerard Goossen <gerard@tty.nl>
1929              Date: Tue, 26 Jun 2007 20:33:50 +0200
1930              Message-ID: <20070626183350.GA11336@ostwald>
1931      Branch: perl
1932            ! mad/Nomad.pm mad/P5AST.pm mad/t/p55.t
1933 ____________________________________________________________________________
1934 [ 31551] By: rgs                                   on 2007/07/07  07:46:58
1935         Log: Subject: Re: [PATCH] Final Draft - pod/perlcommunity.pod - (was [PATCH] Draft - pod/perlcommunity.pod - Patches welcome)
1936              From: "Edgar Bering" <trizor@gmail.com>
1937              Date: Wed, 4 Jul 2007 11:51:53 +0200
1938              Message-ID: <e54ba1c30707040251o6814c0e4r64929702dc3b0eb7@mail.gmail.com>
1939      Branch: perl
1940            + pod/perlcommunity.pod
1941            ! MANIFEST pod.lst pod/perl.pod pod/perlmodlib.pod
1942            ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
1943 ____________________________________________________________________________
1944 [ 31550] By: rgs                                   on 2007/07/07  07:29:08
1945         Log: Add a note in perldelta about undefining *ISA
1946      Branch: perl
1947            ! pod/perl595delta.pod
1948 ____________________________________________________________________________
1949 [ 31549] By: rgs                                   on 2007/07/07  07:12:01
1950         Log: Subject: [patch]  add verbose mode to -DU debugging option
1951              From: Jim Cromie <jim.cromie@gmail.com>
1952              Date: Thu, 05 Jul 2007 10:17:24 -0600
1953              Message-ID: <468D1994.1090909@gmail.com>
1954      Branch: perl
1955            ! perl.h pod/perlrun.pod
1956 ____________________________________________________________________________
1957 [ 31548] By: rgs                                   on 2007/07/07  07:02:21
1958         Log: Make Perl_find_runcv a member of the public API
1959              (so Sub::Current works on Windows)
1960      Branch: perl
1961            ! embed.fnc embed.h global.sym pod/perlapi.pod
1962            ! pod/perlintern.pod
1963 ____________________________________________________________________________
1964 [ 31547] By: rgs                                   on 2007/07/07  06:56:48
1965         Log: Remove 5.10.0 section from perltodo
1966      Branch: perl
1967            ! pod/perltodo.pod
1968 ____________________________________________________________________________
1969 [ 31546] By: rgs                                   on 2007/07/07  06:52:39
1970         Log: Subject: [PATCH] Fix commented out function names in proto.h
1971              From: "Jan Dubois" <jand@activestate.com>
1972              Date: Fri, 6 Jul 2007 17:59:38 -0700
1973              Message-ID: <058b01c7c032$18a6a260$49f3e720$@com>
1974      Branch: perl
1975            ! embed.h embed.pl proto.h
1976 ____________________________________________________________________________
1977 [ 31545] By: rgs                                   on 2007/07/07  05:05:50
1978         Log: base.pm is belong to me
1979      Branch: perl
1980            ! Porting/Maintainers.pl
1981 ____________________________________________________________________________
1982 [ 31544] By: craigb                                on 2007/07/06  20:39:46
1983         Log: Fix the case of $Config{perl_patchlevel} on VMS.
1984      Branch: perl
1985            ! configure.com
1986 ____________________________________________________________________________
1987 [ 31543] By: steveh                                on 2007/07/06  16:24:07
1988         Log: Subject: Re: Beyond 5.10
1989              From: Abigail <abigail@abigail.be>
1990              Date: Thu, 5 Jul 2007 21:55:20 +0200
1991              Message-ID: <20070705195520.GB1314@abigail.nl>
1992              
1993              Cleans up Porting/checkAUTHORS.pl and adds missing alias mappings
1994              to it, and adds missing entries to AUTHORS.
1995      Branch: perl
1996            ! AUTHORS Porting/checkAUTHORS.pl
1997 ____________________________________________________________________________
1998 [ 31542] By: rgs                                   on 2007/07/06  16:00:57
1999         Log: Add test preambles
2000      Branch: perl
2001            ! lib/base/t/base.t lib/base/t/fields-base.t lib/base/t/fields.t
2002            ! lib/base/t/warnings.t
2003 ____________________________________________________________________________
2004 [ 31541] By: rgs                                   on 2007/07/06  15:52:40
2005         Log: Make this new test be skipped with 5.8.x
2006      Branch: perl
2007            ! lib/base/t/fields-base.t
2008 ____________________________________________________________________________
2009 [ 31540] By: rgs                                   on 2007/07/06  13:58:58
2010         Log: Upgrade to base and fields 2.12, mostly by Michael G Schwern
2011      Branch: perl
2012            + lib/base/Changes lib/base/t/sigdie.t lib/base/t/version.t
2013            + lib/base/t/warnings.t t/lib/Dummy.pm t/lib/HasSigDie.pm
2014            ! MANIFEST lib/base.pm lib/base/t/base.t
2015            ! lib/base/t/fields-base.t lib/base/t/fields.t lib/fields.pm
2016 ____________________________________________________________________________
2017 [ 31539] By: steveh                                on 2007/07/06  11:08:37
2018         Log: Add Borland linker option to not generate .map files
2019              (They are not generated by default by VC++ or MinGW, and there
2020              doesn't seem to be any need for them.)
2021      Branch: perl
2022            ! win32/makefile.mk
2023 ____________________________________________________________________________
2024 [ 31538] By: rgs                                   on 2007/07/06  08:09:12
2025         Log: Subject: [PATCH] Archive::Extract - small pod update
2026              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2027              Date: Thu, 5 Jul 2007 16:01:02 +0100
2028              Message-ID: <00ee01c7bf15$57bdbf60$3a3c140a@myopwv.com>
2029      Branch: perl
2030            ! lib/Archive/Extract.pm
2031 ____________________________________________________________________________
2032 [ 31537] By: davem                                 on 2007/07/04  23:09:02
2033         Log: clarify what text 'warn' appends to a newline-less string
2034      Branch: perl
2035            ! pod/perlfunc.pod
2036 ____________________________________________________________________________
2037 [ 31536] By: davem                                 on 2007/07/04  22:39:08
2038         Log: really fix S_emulate_eaccess compiler warning (#31418 didn't)
2039      Branch: perl
2040            ! embed.fnc
2041 ____________________________________________________________________________
2042 [ 31535] By: craigb                                on 2007/07/04  16:27:16
2043         Log: New File::Path tests require unix syntax on VMS.
2044      Branch: perl
2045            ! lib/File/Path.t
2046 ____________________________________________________________________________
2047 [ 31534] By: craigb                                on 2007/07/04  16:07:33
2048         Log: VMS syntax nit in new MakeMaker test.
2049      Branch: perl
2050            ! lib/ExtUtils/t/cd.t
2051 ____________________________________________________________________________
2052 [ 31533] By: craigb                                on 2007/07/04  15:35:56
2053         Log: Replace C<shrplib='define'> with C<useshrplib='true'> on VMS.
2054      Branch: perl
2055            ! configure.com
2056 ____________________________________________________________________________
2057 [ 31532] By: craigb                                on 2007/07/04  15:18:06
2058         Log: Remove vms/genconfig.pl and references to it; it was made obsolete way back
2059              in change #1084.  Remove references to vms/config.vms, which was removed in
2060              change #1084.
2061      Branch: perl
2062            - vms/genconfig.pl
2063            ! MANIFEST README.vms configure.com vms/myconfig.com
2064 ____________________________________________________________________________
2065 [ 31531] By: rgs                                   on 2007/07/04  14:13:55
2066         Log: Adapt perlivp to the ext/ reorganisation for Compress modules
2067      Branch: perl
2068            ! utils/perlivp.PL
2069 ____________________________________________________________________________
2070 [ 31530] By: rgs                                   on 2007/07/04  13:38:42
2071         Log: Subject: [perl #3589] [BUG#3589 bleadperl] 
2072              From: "Reini Urban via RT" <perlbug-followup@perl.org>
2073              Date: Mon, 02 Jul 2007 14:59:08 -0700
2074              Message-ID: <rt-3.6.HEAD-20473-1183413546-187.3589-15-0@perl.org>
2075      Branch: perl
2076            ! t/op/re_tests
2077 ____________________________________________________________________________
2078 [ 31529] By: rgs                                   on 2007/07/04  13:32:06
2079         Log: Subject: RE: [PATCH] lib/Net/Ping/t/500_ping_icmp.t requires admin
2080              From: "Jan Dubois" <jand@activestate.com>
2081              Date: Mon, 2 Jul 2007 14:21:06 -0700
2082              Message-ID: <007901c7bcee$e7b5d400$b7217c00$@com>
2083      Branch: perl
2084            ! lib/Net/Ping/t/500_ping_icmp.t
2085 ____________________________________________________________________________
2086 [ 31528] By: rgs                                   on 2007/07/04  08:20:47
2087         Log: Don't require to have at least DB_File or *DBM_File
2088      Branch: perl
2089            ! t/lib/commonsense.t
2090 ____________________________________________________________________________
2091 [ 31527] By: rgs                                   on 2007/07/04  08:11:36
2092         Log: regexp flags =~ s/k/p/
2093      Branch: perl
2094            ! pod/perlre.pod
2095 ____________________________________________________________________________
2096 [ 31526] By: steveh                                on 2007/07/03  16:13:58
2097         Log: Correct a couple more cases of $Config{useshrplib}
2098      Branch: perl
2099            ! hints/uts.sh lib/ExtUtils/MM_Unix.pm vms/genconfig.pl
2100 ____________________________________________________________________________
2101 [ 31525] By: rgs                                   on 2007/07/03  14:34:05
2102         Log: More tests for \g errors in regular expressions
2103      Branch: perl
2104            ! t/op/re_tests
2105 ____________________________________________________________________________
2106 [ 31524] By: rgs                                   on 2007/07/03  14:26:13
2107         Log: Forbid \g0. (tests coming later)
2108      Branch: perl
2109            ! pod/perldiag.pod regcomp.c
2110 ____________________________________________________________________________
2111 [ 31523] By: steveh                                on 2007/07/03  14:16:23
2112         Log: $Config{useshrplib} should be 'true' rather than 'yes' when using
2113              a shared perl library
2114      Branch: perl
2115            ! NetWare/config.wc win32/config.bc win32/config.ce
2116            ! win32/config.gc win32/config.vc win32/config.vc64
2117 ____________________________________________________________________________
2118 [ 31522] By: stevep                                on 2007/07/03  13:51:08
2119         Log: Upgrade to ExtUtils-MakeMaker-6.36
2120      Branch: perl
2121            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/prereq.t
2122 ____________________________________________________________________________
2123 [ 31521] By: stevep                                on 2007/07/02  18:23:50
2124         Log: Include file missed from change #31519.
2125      Branch: perl
2126            ! lib/ExtUtils/MakeMaker.pm
2127 ____________________________________________________________________________
2128 [ 31520] By: stevep                                on 2007/07/02  16:52:30
2129         Log: Subject: [PATCH] compression modules update to version 2.005
2130              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
2131              Date: Sun, 1 Jul 2007 00:50:01 +0100
2132              Message-ID: <000c01c7bb71$6189ae20$6601a8c0@myopwv.com>
2133      Branch: perl
2134            + ext/IO_Compress_Zlib/t/110encode-deflate.t
2135            + ext/IO_Compress_Zlib/t/110encode-gzip.t
2136            + ext/IO_Compress_Zlib/t/110encode-rawdeflate.t
2137            + ext/IO_Compress_Zlib/t/110encode-zip.t
2138            + t/lib/compress/encode.pl
2139            ! MANIFEST ext/Compress/Raw/Zlib/Changes
2140            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
2141            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
2142            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
2143            ! ext/Compress/Zlib/README
2144            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
2145            ! ext/Compress/Zlib/t/08encoding.t ext/IO_Compress_Base/Changes
2146            ! ext/IO_Compress_Base/README
2147            ! ext/IO_Compress_Base/lib/IO/Compress/Base.pm
2148            ! ext/IO_Compress_Base/lib/IO/Compress/Base/Common.pm
2149            ! ext/IO_Compress_Base/lib/IO/Uncompress/AnyUncompress.pm
2150            ! ext/IO_Compress_Base/lib/IO/Uncompress/Base.pm
2151            ! ext/IO_Compress_Zlib/Changes ext/IO_Compress_Zlib/Makefile.PL
2152            ! ext/IO_Compress_Zlib/README
2153            ! ext/IO_Compress_Zlib/examples/unzip
2154            ! ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Deflate.pm
2155            ! ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Identity.pm
2156            ! ext/IO_Compress_Zlib/lib/IO/Compress/Deflate.pm
2157            ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip.pm
2158            ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip/Constants.pm
2159            ! ext/IO_Compress_Zlib/lib/IO/Compress/RawDeflate.pm
2160            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zip.pm
2161            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zip/Constants.pm
2162            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Constants.pm
2163            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Extra.pm
2164            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Identity.pm
2165            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
2166            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/AnyInflate.pm
2167            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Gunzip.pm
2168            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Inflate.pm
2169            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/RawInflate.pm
2170            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Unzip.pm
2171            ! ext/IO_Compress_Zlib/t/004gziphdr.t
2172            ! ext/IO_Compress_Zlib/t/005defhdr.t t/lib/compress/generic.pl
2173            ! t/lib/compress/oneshot.pl t/lib/compress/tied.pl
2174 ____________________________________________________________________________
2175 [ 31519] By: stevep                                on 2007/07/02  15:39:52
2176         Log: Upgrade to ExtUtils-MakeMaker-6.35
2177      Branch: perl
2178            + lib/ExtUtils/t/WriteEmptyMakefile.t lib/ExtUtils/t/cd.t
2179            + lib/ExtUtils/t/fixin.t lib/ExtUtils/t/prereq.t
2180            ! MANIFEST lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Unix.pm
2181            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
2182            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/t/basic.t
2183            ! lib/ExtUtils/t/parse_version.t lib/ExtUtils/t/recurs.t
2184            ! lib/ExtUtils/t/writemakefile_args.t
2185            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
2186            ! t/lib/MakeMaker/Test/Utils.pm
2187 ____________________________________________________________________________
2188 [ 31518] By: rgs                                   on 2007/07/02  13:35:06
2189         Log: Subject: [PATCH] Add add-package.pl to the core (was Re: Why no (XML|DBI|WWW|Template) modules in the core?)
2190              From: "Jos I. Boumans" <kane@dwim.org>
2191              Date: Mon, 2 Jul 2007 15:20:37 +0200
2192              Message-Id: <A819F8C7-19C9-4ECE-8CF5-80FAAF54F890@dwim.org>
2193      Branch: perl
2194            + Porting/add-package.pl
2195            ! MANIFEST
2196 ____________________________________________________________________________
2197 [ 31517] By: rgs                                   on 2007/07/02  13:28:50
2198         Log: Subject: [PATCH-revised] Address 250_ping_hires.t failure
2199              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2200              Date: Sun, 1 Jul 2007 15:23:37 -0400
2201              Message-ID: <1ff86f510707011223u7557fc53m9df980815479892a@mail.gmail.com>
2202      Branch: perl
2203            ! lib/Net/Ping/t/250_ping_hires.t
2204 ____________________________________________________________________________
2205 [ 31516] By: rgs                                   on 2007/07/02  13:17:26
2206         Log: Subject: [PATCH] Fixes to threads tests
2207              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2208              Date: Sun, 1 Jul 2007 15:03:41 -0400
2209              Message-ID: <1ff86f510707011203qc90c31he6f6b86d08d34e39@mail.gmail.com>
2210      Branch: perl
2211            ! ext/threads/Changes ext/threads/t/stack.t
2212            ! ext/threads/t/stack_env.t ext/threads/t/stress_cv.t
2213            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
2214 ____________________________________________________________________________
2215 [ 31515] By: steveh                                on 2007/07/02  12:25:46
2216         Log: Apply win32/Makefile changes from #31102 and #31506 to win32/makefile.mk
2217      Branch: perl
2218            ! win32/makefile.mk
2219 ____________________________________________________________________________
2220 [ 31514] By: nicholas                              on 2007/07/01  14:45:47
2221         Log: Restore a comment from 30501 unintentionally deleted with change 31513.
2222      Branch: perl
2223            ! mro.c
2224 ____________________________________________________________________________
2225 [ 31513] By: nicholas                              on 2007/07/01  14:23:45
2226         Log: Avoid copying the AV in Perl_mro_get_linear_isa_dfs()
2227      Branch: perl
2228            ! mro.c
2229 ____________________________________________________________________________
2230 [ 31512] By: nicholas                              on 2007/07/01  12:33:39
2231         Log: Add some information to the comments describing SV flag bits.
2232      Branch: perl
2233            ! sv.h
2234 ____________________________________________________________________________
2235 [ 31511] By: davem                                 on 2007/07/01  12:30:50
2236         Log: test that localised tieing of a hash or array remains local
2237              (tests for change #31505)
2238      Branch: perl
2239            ! t/op/tie.t
2240 ____________________________________________________________________________
2241 [ 31510] By: demerphq                              on 2007/07/01  12:03:35
2242         Log: char is not a good type to use for array indexes;
2243              should have been U8 in the first place. 
2244              
2245              Originally noticed by Jerry Hedden in 
2246              Subject: [PATCH] Compiler warning in regcomp.c
2247              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2248              Date: Sat, 30 Jun 2007 16:34:06 -0400
2249              Message-ID: <1ff86f510706301334t337903a0k46abc6d2d25c68a5@mail.gmail.com>
2250      Branch: perl
2251            ! regcomp.c
2252 ____________________________________________________________________________
2253 [ 31509] By: demerphq                              on 2007/06/30  16:44:16
2254         Log: Subject: FYI: Math::BigInt v1.87 released [PATCH]
2255              From: Tels <nospam-abuse@bloodgate.com>
2256              Date: Sat, 30 Jun 2007 13:14:05 +0200
2257              Message-Id: <200706301314.07075@bloodgate.com>
2258      Branch: perl
2259            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2260 ____________________________________________________________________________
2261 [ 31508] By: demerphq                              on 2007/06/30  16:19:33
2262         Log: Subject: [PATCH pp_hot.c]  Comment typo fix
2263              From: Abigail <abigail@abigail.be>
2264              Date: Fri, 29 Jun 2007 22:49:35 +0200
2265              Message-ID: <20070629204935.GA13919@abigail.nl>
2266      Branch: perl
2267            ! pp_hot.c
2268 ____________________________________________________________________________
2269 [ 31507] By: demerphq                              on 2007/06/30  15:48:55
2270         Log: Subject: [PATCH regcomp.c] regclass on EBCDIC platforms
2271              From: Benjamin Carter <q.eibcartereio.=~m-b.{6}-cgimosx@gumdrop.flyinganvil.org>
2272              Date: Fri, 29 Jun 2007 23:42:59 -0500
2273              Message-ID: <20070630044259.GB22566@egg>
2274      Branch: perl
2275            ! regcomp.c
2276 ____________________________________________________________________________
2277 [ 31506] By: demerphq                              on 2007/06/30  15:37:41
2278         Log: Subject: /p vs (?p)
2279              From: Abigail <abigail@abigail.be>
2280              Date: Fri, 29 Jun 2007 23:38:07 +0200
2281              Message-ID: <20070629213807.GA14454@abigail.nl>
2282              
2283              Subject: [PATCH pod/perlre.pod] Keeping up with the changes.
2284              From: Abigail <abigail@abigail.be>
2285              Date: Sat, 30 Jun 2007 01:24:36 +0200
2286              Message-ID: <20070629232436.GA15326@abigail.nl>
2287              
2288              Plus tweaks, and debug enahancements.
2289      Branch: perl
2290            ! embed.fnc embed.h ext/re/re.pm globvar.sym pod/perlre.pod
2291            ! proto.h regcomp.c regcomp.h regcomp.pl regexp.h regnodes.h
2292            ! t/op/reg_pmod.t win32/Makefile
2293 ____________________________________________________________________________
2294 [ 31505] By: rgs                                   on 2007/06/29  16:28:34
2295         Log: Removes the code that is supposed to restore magic on leaving the
2296              localization of an array or a hash. This fixes some memory leaks.
2297              Basically we were overwriting the magic of the outer value (value
2298              from the outer scope) by the magic of the inner value (therefore making
2299              that outer magic leaking in memory). But that inner magic was created
2300              by mg_localize() by copying *some* of the outer magic. Consequently the
2301              outer value already has that magic. So just keep it and don't bother.
2302              
2303              That change might introduce obscure bugs. On the other hand, it might
2304              also cure obscure bugs, related to the inner value acquiring container
2305              magic during its lifetime, or to the outer value loosing non-container
2306              magic. No test in the test suite seems to test that.
2307      Branch: perl
2308            ! scope.c
2309 ____________________________________________________________________________
2310 [ 31504] By: stevep                                on 2007/06/29  16:10:13
2311         Log: Subject: [PATCH] Fix up change 31494
2312              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2313              Date: Fri, 29 Jun 2007 12:02:17 -0400
2314              Message-ID: <1ff86f510706290902k57b540a5n446fad22c1afdab0@mail.gmail.com>
2315      Branch: perl
2316            ! t/op/goto.t
2317 ____________________________________________________________________________
2318 [ 31503] By: rgs                                   on 2007/06/29  09:09:39
2319         Log: Update Changes
2320      Branch: perl
2321            ! Changes
2322 ____________________________________________________________________________
2323 [ 31502] By: rgs                                   on 2007/06/29  09:00:32
2324         Log: Revert change #31489.
2325              That change was adding a hook to cope with the case when one was
2326              undef'ining *ISA globs, in order to clean up correctly. However, this
2327              broke the case where one was assiging an array ref to @ISA, which
2328              is likely to be more common.
2329              Conclusion: don't undef *ISA. (or more generally don't undef globs
2330              that contain magical variables)
2331      Branch: perl
2332            ! embed.fnc embed.h hv.c mg.c mro.c perl.h proto.h sv.c
2333            ! t/mro/basic.t
2334 ____________________________________________________________________________
2335 [ 31501] By: rgs                                   on 2007/06/29  08:29:09
2336         Log: Subject: Re: valgrind findings
2337              From: "Brandon Black" <blblack@gmail.com>
2338              Date: Thu, 28 Jun 2007 15:58:32 -0500
2339              Message-ID: <84621a60706281358o3b379b20k2c1e53566587d79b@mail.gmail.com>
2340      Branch: perl
2341            ! mro.c
2342 ____________________________________________________________________________
2343 [ 31500] By: rgs                                   on 2007/06/29  07:58:19
2344         Log: Being tired of adjusting the test count of concise-xs.t
2345              all the time. Use no_plan instead.
2346      Branch: perl
2347            ! ext/B/t/concise-xs.t
2348 ____________________________________________________________________________
2349 [ 31499] By: rgs                                   on 2007/06/29  06:28:07
2350         Log: Small pod fix
2351      Branch: perl
2352            ! pod/perlreapi.pod
2353 ____________________________________________________________________________
2354 [ 31498] By: demerphq                              on 2007/06/29  00:05:57
2355         Log: fix overzealous search and replace
2356      Branch: perl
2357            ! regexp.h
2358 ____________________________________________________________________________
2359 [ 31497] By: demerphq                              on 2007/06/28  23:14:39
2360         Log: Rename various regex defined so that they have distinct prefixes based on their usage.
2361              
2362              RXf_ => flags used in pm_flags argument to regcomp 
2363              and stored in the regex via rx->extflags
2364              PREGf_ => flags stored in rx->intflags
2365              RXapif_ => argument flags for regex named capture api
2366              RX_BUFF_IDX_ => special indexes to represent $` $' $&
2367              used in the numeric capture buffer api
2368              
2369              PREGf is untouched by this change, but RXf_ is split into RXapif and RX_BUFF_IDX_.
2370      Branch: perl
2371            ! mg.c perl.h pod/perlreapi.pod regcomp.c regexp.h universal.c
2372 ____________________________________________________________________________
2373 [ 31496] By: demerphq                              on 2007/06/28  22:14:14
2374         Log: Replace pattern parsing logic with optree "parsing" logic.
2375      Branch: perl
2376            ! regcomp.c
2377 ____________________________________________________________________________
2378 [ 31495] By: demerphq                              on 2007/06/28  22:09:07
2379         Log: Subject: [PATCH] Move the RXf_WHITE logic for split " " into the regex engine
2380              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" 
2381              Date: Thu, 28 Jun 2007 20:06:50 +0000
2382              <avarab@gmail.com>
2383              Message-ID: <51dd1af80706281306i4dbba39em3eeb8da1d67ea27c@mail.gmail.com>
2384              
2385              (with tweaks)
2386      Branch: perl
2387            ! ext/B/t/concise-xs.t op.c op.h pod/perlreapi.pod regcomp.c
2388            ! regexp.h
2389 ____________________________________________________________________________
2390 [ 31494] By: stevep                                on 2007/06/28  20:33:32
2391         Log: Add a TODO test cases RT# 43403.
2392      Branch: perl
2393            ! t/op/goto.t
2394 ____________________________________________________________________________
2395 [ 31493] By: rgs                                   on 2007/06/28  15:05:42
2396         Log: Fix tests so they actually test $@. like() demands a qr//.
2397      Branch: perl
2398            ! t/op/vec.t
2399 ____________________________________________________________________________
2400 [ 31492] By: rgs                                   on 2007/06/28  10:55:04
2401         Log: New valgrind suppressions.
2402      Branch: perl
2403            ! t/perl.supp
2404 ____________________________________________________________________________
2405 [ 31491] By: steveh                                on 2007/06/28  10:46:39
2406         Log: Re-enable the setlocale() tests for Windows XP onwards
2407              since they seem to work OK. Not sure about older flavours
2408              of Windows, so leave them alone.
2409      Branch: perl
2410            ! lib/locale.t
2411 ____________________________________________________________________________
2412 [ 31490] By: steveh                                on 2007/06/28  10:11:15
2413         Log: Subject: RE: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32
2414              From: "Jan Dubois" <jand@activestate.com>
2415              Date: Wed, 27 Jun 2007 15:34:12 -0700
2416              Message-ID: <02bd01c7b90b$49863720$dc92a560$@com>
2417              
2418              Rearranges the initialization of Win32CORE. The Perl interpreter isn't
2419              fully initialized when Perl_init_os_extras() in win32/win32.c is called,
2420              so it is not safe to use the Perl calling mechanism yet. Fixes a problem
2421              building PAR-Packer on Win32.
2422      Branch: perl
2423            ! cygwin/cygwin.c ext/Win32CORE/Win32CORE.c
2424            ! ext/Win32CORE/Win32CORE.pm makedef.pl win32/win32.c
2425 ____________________________________________________________________________
2426 [ 31489] By: rgs                                   on 2007/06/28  06:32:01
2427         Log: Subject: Re: [perl #43357] *DESTROY = sub {} at runtime
2428              From: "Brandon Black" <blblack@gmail.com>
2429              Date: Wed, 27 Jun 2007 10:07:54 -0500
2430              Message-ID: <84621a60706270807r7af65546x8d959b131ffa28e6@mail.gmail.com>
2431      Branch: perl
2432            ! embed.fnc embed.h hv.c mg.c mro.c perl.h proto.h sv.c
2433            ! t/mro/basic.t
2434 ____________________________________________________________________________
2435 [ 31488] By: rgs                                   on 2007/06/28  06:17:04
2436         Log: Subject: [PATCH-revised] Move tests under 'threads' module
2437              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2438              Date: Wed, 27 Jun 2007 14:15:16 -0400
2439              Message-ID: <1ff86f510706271115n6c816334nbde6774792743a54@mail.gmail.com>
2440      Branch: perl
2441            ! ext/threads/t/thread.t t/op/threads.t
2442 ____________________________________________________________________________
2443 [ 31487] By: rgs                                   on 2007/06/28  06:13:31
2444         Log: Subject: Re: [PATCH-revised] ext/Win32/t/Unicode.t failures on FAT32 under Cygwin
2445              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2446              Date: Wed, 27 Jun 2007 20:46:39 -0400
2447              Message-ID: <1ff86f510706271746r62f921f4s3770df0b92cdf201@mail.gmail.com>
2448      Branch: perl
2449            ! ext/Win32/t/Unicode.t
2450 ____________________________________________________________________________
2451 [ 31486] By: rgs                                   on 2007/06/28  06:10:45
2452         Log: Subject: Math::BigFloat - fix bpi() and A [PATCH]
2453              From: Tels <nospam-abuse@bloodgate.com>
2454              Date: Wed, 27 Jun 2007 18:34:14 +0200
2455              Message-Id: <200706271834.14904@bloodgate.com>
2456      Branch: perl
2457            + lib/Math/BigInt/t/big_pi_e.t
2458            ! MANIFEST lib/Math/BigFloat.pm
2459 ____________________________________________________________________________
2460 [ 31485] By: rgs                                   on 2007/06/28  06:03:32
2461         Log: Subject: Re: Broken bignum tests [PATCH]
2462              From: Tels <nospam-abuse@bloodgate.com>
2463              Date: Wed, 27 Jun 2007 19:15:45 +0200
2464              Message-Id: <200706271915.46068@bloodgate.com>
2465      Branch: perl
2466            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/big_e_pi.t
2467            ! lib/bignum/t/bii_e_pi.t lib/bignum/t/bir_e_pi.t lib/bigrat.pm
2468 ____________________________________________________________________________
2469 [ 31484] By: rgs                                   on 2007/06/28  05:42:49
2470         Log: Subject: [PATCH] bring File-Path up to 2.01
2471              From: David Landgren <david@landgren.net>
2472              Date: Wed, 27 Jun 2007 21:46:39 +0200
2473              Message-ID: <4682BE9F.6080502@landgren.net>
2474      Branch: perl
2475            ! lib/File/Path.pm lib/File/Path.t
2476 ____________________________________________________________________________
2477 [ 31483] By: demerphq                              on 2007/06/28  00:01:54
2478         Log: Free memory in case of error/failure to compile.
2479              
2480              Hopefully valgrind will notice and like. :-)
2481      Branch: perl
2482            ! regcomp.c
2483 ____________________________________________________________________________
2484 [ 31482] By: steveh                                on 2007/06/27  17:08:01
2485         Log: Fix POSIX::setlocale(): the CRT function returns a pointer to a
2486              buffer that may be overwritten by subsequent calls to the CRT
2487              function, so we must make a safe copy of that buffer for our own
2488              use. This fixes lib/locale.t on Win32 with the Borland compiler,
2489              but presumably could affect other compilers too.
2490      Branch: perl
2491            ! ext/POSIX/POSIX.xs
2492 ____________________________________________________________________________
2493 [ 31481] By: rgs                                   on 2007/06/27  16:40:10
2494         Log: Revert change #31480. The PI and e functions can accept an argument.
2495      Branch: perl
2496            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
2497 ____________________________________________________________________________
2498 [ 31480] By: rgs                                   on 2007/06/27  13:02:02
2499         Log: Add an empty prototype to functions PI and e
2500      Branch: perl
2501            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
2502 ____________________________________________________________________________
2503 [ 31479] By: rgs                                   on 2007/06/27  12:57:52
2504         Log: Subject: Re: RFC: bigint et. al exporting PI method? [PATCH]
2505              From: Tels <nospam-abuse@bloodgate.com>
2506              Date: Tue, 26 Jun 2007 20:56:45 +0200
2507              Message-Id: <200706262056.47311@bloodgate.com>
2508      Branch: perl
2509            + lib/bignum/t/big_e_pi.t lib/bignum/t/bii_e_pi.t
2510            + lib/bignum/t/bir_e_pi.t
2511            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bigrat.pm
2512 ____________________________________________________________________________
2513 [ 31478] By: rgs                                   on 2007/06/27  12:51:22
2514         Log: Subject: Math::BigInt take 12 [PATCH]
2515              From: Tels <nospam-abuse@bloodgate.com>
2516              Date: Tue, 26 Jun 2007 21:00:53 +0200
2517              Message-Id: <200706262100.54138@bloodgate.com>
2518      Branch: perl
2519            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2520            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
2521            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
2522            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
2523            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
2524            ! lib/Math/BigInt/t/with_sub.t
2525 ____________________________________________________________________________
2526 [ 31477] By: rgs                                   on 2007/06/27  09:59:11
2527         Log: Subject: [PATCH-revised] threads 1.63
2528              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2529              Date: Tue, 26 Jun 2007 21:17:52 -0400
2530              Message-ID: <1ff86f510706261817o52ad2e23kbd4efb16b5bed98b@mail.gmail.com>
2531      Branch: perl
2532            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
2533            ! ext/threads/t/thread.t ext/threads/threads.pm
2534 ____________________________________________________________________________
2535 [ 31476] By: rgs                                   on 2007/06/27  08:53:02
2536         Log: Subject: [PATCH] B::Deparse cleanups
2537              From: Chia-liang Kao <clkao@bestpractical.com>
2538              Date: Wed, 27 Jun 2007 00:06:56 +0100
2539              Message-Id: <1182899216.22414.32.camel@localhost>
2540      Branch: perl
2541            ! ext/B/B/Deparse.pm ext/B/t/concise-xs.t ext/B/t/deparse.t
2542 ____________________________________________________________________________
2543 [ 31475] By: davem                                 on 2007/06/26  21:25:15
2544         Log: avoid double-free of the thread function
2545      Branch: perl
2546            ! ext/threads/threads.xs t/op/threads.t
2547 ____________________________________________________________________________
2548 [ 31474] By: davem                                 on 2007/06/26  21:07:02
2549         Log: make sure PL_Parser is NULL during early stage of thread clone
2550      Branch: perl
2551            ! sv.c
2552 ____________________________________________________________________________
2553 [ 31473] By: rgs                                   on 2007/06/26  16:12:27
2554         Log: Second patch from:
2555              Subject: Re: [perl #43357] *DESTROY = sub {} at runtime
2556              From: "Brandon Black" <blblack@gmail.com>
2557              Date: Tue, 26 Jun 2007 11:05:31 -0500
2558              Message-ID: <84621a60706260905x2da6eaf1x4bd7d5223951e52@mail.gmail.com>
2559              
2560              Fix MRO behaviour when one undefs @ISA
2561      Branch: perl
2562            ! av.c t/mro/basic.t
2563 ____________________________________________________________________________
2564 [ 31472] By: rgs                                   on 2007/06/26  16:10:11
2565         Log: First patch from:
2566              Subject: Re: [perl #43357] *DESTROY = sub {} at runtime
2567              From: "Brandon Black" <blblack@gmail.com>
2568              Date: Tue, 26 Jun 2007 11:05:31 -0500
2569              Message-ID: <84621a60706260905x2da6eaf1x4bd7d5223951e52@mail.gmail.com>
2570              
2571              Fix problem recently introduced with loosing a DESTROY when redefined
2572              at runtime.
2573      Branch: perl
2574            ! gv.c t/mro/basic.t
2575 ____________________________________________________________________________
2576 [ 31471] By: rgs                                   on 2007/06/26  15:48:51
2577         Log: Subject: [PATCH] Add TODO tests for refcount issues related to threads
2578              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2579              Date: Tue, 26 Jun 2007 11:26:25 -0400
2580              Message-ID: <1ff86f510706260826h79124373y51d899e53c96b50e@mail.gmail.com>
2581      Branch: perl
2582            ! t/op/threads.t
2583 ____________________________________________________________________________
2584 [ 31470] By: steveh                                on 2007/06/26  09:10:24
2585         Log: Upgrade to Win32-0.30
2586      Branch: perl
2587            + ext/Win32/t/GetShortPathName.t
2588            ! MANIFEST ext/Win32/Makefile.PL ext/Win32/Win32.pm
2589            ! ext/Win32/Win32.xs ext/Win32/t/Unicode.t
2590 ____________________________________________________________________________
2591 [ 31469] By: steveh                                on 2007/06/26  07:38:05
2592         Log: Subject: [PATCH] Remove dead code from win32/win32sck.c
2593              From: "Jan Dubois" <jand@activestate.com>
2594              Date: Mon, 25 Jun 2007 17:13:04 -0700
2595              Message-ID: <02bb01c7b786$c42099c0$4c61cd40$@com>
2596              
2597              Subject: RE: [PATCH] Remove dead code from win32/win32sck.c
2598              From: "Jan Dubois" <jand@activestate.com>
2599              Date: Mon, 25 Jun 2007 17:26:15 -0700
2600              Message-ID: <02c801c7b788$9bf7ebe0$d3e7c3a0$@com>
2601      Branch: perl
2602            ! win32/win32sck.c win32/wincesck.c
2603 ____________________________________________________________________________
2604 [ 31468] By: steveh                                on 2007/06/26  07:31:13
2605         Log: Subject: [PATCH] Win32 is dual-lived on CPAN
2606              From: "Jan Dubois" <jand@activestate.com>
2607              Date: Mon, 25 Jun 2007 17:02:24 -0700
2608              Message-ID: <02a501c7b785$4774f890$d65ee9b0$@com>
2609      Branch: perl
2610            ! Porting/Maintainers.pl
2611 ____________________________________________________________________________
2612 [ 31467] By: rgs                                   on 2007/06/26  07:22:36
2613         Log: Subject: [PATCH] Porting/corecpan.pl -f option doesn't work
2614              From: "Jan Dubois" <jand@activestate.com>
2615              Date: Mon, 25 Jun 2007 16:55:01 -0700
2616              Message-ID: <02a101c7b784$3f79c720$be6d5560$@com>
2617      Branch: perl
2618            ! Porting/corecpan.pl
2619 ____________________________________________________________________________
2620 [ 31466] By: steveh                                on 2007/06/25  15:10:34
2621         Log: Revert #30197 and #30219, which #31464 has just made redundant
2622      Branch: perl
2623            ! win32/Makefile win32/makefile.mk
2624 ____________________________________________________________________________
2625 [ 31465] By: rgs                                   on 2007/06/25  14:26:37
2626         Log: Subject: [PATCH] Accept file exists error in ext/Win32API/File/t/file.t
2627              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2628              Date: Mon, 25 Jun 2007 10:23:15 -0400
2629              Message-ID: <1ff86f510706250723r4d6c5f5dg203b3f61cdeaa14d@mail.gmail.com>
2630      Branch: perl
2631            ! ext/Win32API/File/t/file.t
2632 ____________________________________________________________________________
2633 [ 31464] By: rgs                                   on 2007/06/25  14:20:04
2634         Log: Rename README and Changes for more readability
2635      Branch: perl
2636           +> lib/Net/Changes lib/Net/README
2637            - lib/Net/Changes.libnet lib/Net/README.libnet
2638            ! MANIFEST Porting/Maintainers.pl
2639 ____________________________________________________________________________
2640 [ 31463] By: rgs                                   on 2007/06/25  14:16:28
2641         Log: Upgrade to libnet 1.21
2642      Branch: perl
2643            + lib/Net/Hostname.pm.eg
2644            - lib/Net/Hostname.eg
2645            ! MANIFEST lib/Net/Changes.libnet lib/Net/Cmd.pm
2646            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
2647            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
2648            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
2649            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
2650            ! lib/Net/libnetFAQ.pod
2651 ____________________________________________________________________________
2652 [ 31462] By: rgs                                   on 2007/06/25  12:10:10
2653         Log: Apply doc suggestion from:
2654              Subject: [perl #43287] perluniintro inaccurate answer to testing encoding validity 
2655              From: Danny Rathjens (via RT) <perlbug-followup@perl.org>
2656              Date: Thu, 21 Jun 2007 17:35:26 -0700
2657              Message-ID: <rt-3.6.HEAD-1276-1182472526-1129.43287-75-0@perl.org>
2658      Branch: perl
2659            ! pod/perluniintro.pod
2660 ____________________________________________________________________________
2661 [ 31461] By: rgs                                   on 2007/06/25  11:41:35
2662         Log: Subject: [PATCH] remove op_static
2663              From: Paul Johnson <paul@pjcj.net>
2664              Date: Fri, 22 Jun 2007 02:13:20 +0200
2665              Message-ID: <20070622001320.GD20560@pjcj.net>
2666              
2667              Plus version bumps
2668      Branch: perl
2669            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm op.c
2670            ! op.h
2671 ____________________________________________________________________________
2672 [ 31460] By: rgs                                   on 2007/06/25  10:23:47
2673         Log: That test too should be skipped in the core on EBCDIC platforms
2674              (because it requires Convert::EBCDIC)
2675      Branch: perl
2676            ! lib/Net/t/datasend.t
2677 ____________________________________________________________________________
2678 [ 31459] By: rgs                                   on 2007/06/25  09:45:21
2679         Log: Subject: [Caffeine-Patch] Math::BigInt 1.87 take 11 (add batan2, fix batan, speedup bpi()
2680              From: Tels <nospam-abuse@bloodgate.com>
2681              Date: Sat, 23 Jun 2007 15:30:49 +0200
2682              Message-Id: <200706231530.49865@bloodgate.com>
2683      Branch: perl
2684            - lib/Math/BigInt/t/fallback.t
2685            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2686            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc
2687            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/sub_mbf.t
2688            ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigInt/BareCalc.pm
2689 ____________________________________________________________________________
2690 [ 31458] By: rgs                                   on 2007/06/25  09:08:53
2691         Log: Remove now-irrelevant comment
2692      Branch: perl
2693            ! ext/Win32API/File/t/file.t
2694 ____________________________________________________________________________
2695 [ 31457] By: rgs                                   on 2007/06/25  09:08:04
2696         Log: Subject: [perl #43285] Win32API::File tests language specific 
2697              From: "Reini Urban via RT" <perlbug-followup@perl.org>
2698              Date: Sat, 23 Jun 2007 11:15:07 -0700
2699              Message-ID: <rt-3.6.HEAD-1276-1182622506-790.43285-15-0@perl.org>
2700      Branch: perl
2701            ! ext/Win32API/File/t/file.t
2702 ____________________________________________________________________________
2703 [ 31456] By: rgs                                   on 2007/06/25  09:02:18
2704         Log: PerlFAQ sync.
2705      Branch: perl
2706            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq4.pod
2707            ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfaq8.pod
2708 ____________________________________________________________________________
2709 [ 31455] By: nicholas                              on 2007/06/24  15:46:40
2710         Log: s/\bunicode\b/Unicode/; # For everything not dual life
2711      Branch: perl
2712            ! dump.c ext/Data/Dumper/Dumper.pm pod/perlapi.pod
2713            ! pod/perldiag.pod pod/perlhack.pod pod/perlpacktut.pod
2714            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod regcomp.c
2715            ! regcomp.h regexec.c utf8.c vms/vms.c
2716 ____________________________________________________________________________
2717 [ 31454] By: nicholas                              on 2007/06/24  13:32:42
2718         Log: Also get copy on write working with ithreads. It hadn't been working
2719              since change 26684 (which uses sv_setsv_flags to copy a value from an
2720              SV in one interpreter context to an SV in another), despite what
2721              change 31120 thought. ext/Compress/Raw/Zlib/t/07bufsize.t still fails.
2722      Branch: perl
2723            ! sv.c sv.h
2724 ____________________________________________________________________________
2725 [ 31453] By: demerphq                              on 2007/06/23  19:53:53
2726         Log: Rename test files starting with regexp_ that do not
2727              wrap regexp.t (and thus use re_tests) to reg_ to make
2728              it clear they are standalone.
2729      Branch: perl
2730           +> t/op/reg_email.t t/op/reg_mesg.t t/op/reg_namedcapture.t
2731           +> t/op/reg_nc_tie.t t/op/reg_pmod.t
2732            - t/op/regexp_email.t t/op/regexp_namedcapture.t
2733            - t/op/regexp_nc_tie.t t/op/regexp_pmod.t t/op/regmesg.t
2734            ! MANIFEST
2735 ____________________________________________________________________________
2736 [ 31451] By: demerphq                              on 2007/06/23  19:04:04
2737         Log: Resolve 
2738              http://www.nntp.perl.org/group/perl.perl5.porters/2007/06/msg125667.html
2739              by reverting part of change #29354. 
2740              
2741              Unfortunately match vars after a /g match in scalar context will be
2742              unsafe (again) after this, but such matches on long strings won't be
2743              as diabolically slow.
2744              
2745              Question: why does the new test in t/op/pat.t pass, but the same test
2746              in t/op/reg_unsafe.t fail? (Latter is TODO for now)
2747      Branch: perl
2748            + t/op/reg_unsafe.t
2749            ! MANIFEST pp_hot.c t/op/pat.t
2750 ____________________________________________________________________________
2751 [ 31450] By: rgs                                   on 2007/06/23  10:14:43
2752         Log: Tels' patch to defer overloading of hex and oct,
2753              to avoid magic leaking and smoke failures under
2754              utf-8 locales
2755      Branch: perl
2756            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm lib/charnames.pm
2757            ! lib/utf8.pm lib/utf8_heavy.pl
2758 ____________________________________________________________________________
2759 [ 31449] By: rgs                                   on 2007/06/23  09:19:03
2760         Log: Subject: [PATCH] Math::BigInt v1.87 take 10
2761              From: Tels <nospam-abuse@bloodgate.com>
2762              Date: Fri, 22 Jun 2007 19:02:22 +0200
2763              Message-Id: <200706221902.22487@bloodgate.com>
2764      Branch: perl
2765            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2766            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc
2767            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/fallback.t
2768            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
2769 ____________________________________________________________________________
2770 [ 31448] By: davem                                 on 2007/06/23  00:08:44
2771         Log: remove the test added by change #31447
2772              (I couldn't get a test that worked, and accidentally included my
2773              failed attempt in the patch).
2774      Branch: perl
2775            ! t/op/closure.t
2776 ____________________________________________________________________________
2777 [ 31447] By: davem                                 on 2007/06/22  23:46:36
2778         Log: safely handle cloning a stale lexical var
2779              This code:
2780              my $x if ...; sub { $x}
2781              could attempt to clone $x even if $x is stale.
2782      Branch: perl
2783            ! pad.c t/op/closure.t
2784 ____________________________________________________________________________
2785 [ 31446] By: rgs                                   on 2007/06/22  15:17:23
2786         Log: Subject: [PATCH] Remove orphaned (and unused) Test::Simple test
2787              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2788              Date: Thu, 21 Jun 2007 14:28:12 -0400
2789              Message-ID: <1ff86f510706211128h58cd5e98s49ec897bbdcce2a2@mail.gmail.com>
2790      Branch: perl
2791            - lib/Test/Simple/t/strays.t
2792            ! MANIFEST
2793 ____________________________________________________________________________
2794 [ 31445] By: merijn                                on 2007/06/22  14:55:47
2795         Log: Subject: [perl #43291] perl-5.8.8 - AIX 5.3 64bit build issues 
2796              From: Niklas Edmundsson (via RT) <perlbug-followup@perl.org>
2797              Date: Fri, 22 Jun 2007 00:30:36 -0700
2798              Message-ID: <rt-3.6.HEAD-1276-1182497436-1446.43291-75-0@perl.org>
2799      Branch: perl
2800            ! hints/aix.sh
2801 ____________________________________________________________________________
2802 [ 31444] By: merijn                                on 2007/06/22  10:21:12
2803         Log: Subject: [PATCH] perlopentut
2804              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
2805              Date: Fri, 22 Jun 2007 10:30:50 +0200
2806              Message-ID: <3852726AFA94DE4F87E616F13F416A5FB66C78@naimucu1.ffz00k.rootdom.net>
2807      Branch: perl
2808            ! pod/perlopentut.pod
2809 ____________________________________________________________________________
2810 [ 31443] By: demerphq                              on 2007/06/21  22:57:20
2811         Log: Add avar to the authors file... Apparently the 'ae' ligature sorts after z in Icelandic so he goes at the bottom of the file.
2812      Branch: perl
2813            ! AUTHORS
2814 ____________________________________________________________________________
2815 [ 31442] By: demerphq                              on 2007/06/21  22:23:20
2816         Log: Correct my email address. (My very first commit!)
2817      Branch: perl
2818            ! AUTHORS
2819 ____________________________________________________________________________
2820 [ 31441] By: rgs                                   on 2007/06/21  14:54:32
2821         Log: Subject: [PATCH] Remove unused Module::Build tests
2822              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2823              Date: Thu, 21 Jun 2007 10:24:01 -0400
2824              Message-ID: <1ff86f510706210724v5ccd24d0md024fd5a941ee769@mail.gmail.com>
2825      Branch: perl
2826            - lib/Module/Build/t/par.t lib/Module/Build/t/signature.t
2827            ! MANIFEST
2828 ____________________________________________________________________________
2829 [ 31440] By: rgs                                   on 2007/06/21  08:34:35
2830         Log: Subject: [PATCH] File::Spec::Cygwin more tests and silence warning
2831              From: Reini Urban <rurban@x-ray.at>
2832              Date: Wed, 20 Jun 2007 21:10:05 +0200
2833              Message-ID: <46797B8D.8040002@x-ray.at>
2834      Branch: perl
2835            ! lib/File/Spec/Cygwin.pm lib/File/Spec/t/Spec.t
2836 ____________________________________________________________________________
2837 [ 31439] By: rgs                                   on 2007/06/21  08:28:13
2838         Log: Subject: [perl #43265] cygwin/Makefile.SHs: miniperl -Ilib for a clean @INC 
2839              From: cygwin@cygwin.com (via RT) <perlbug-followup@perl.org>
2840              Date: Wed, 20 Jun 2007 09:39:31 -0700
2841              Message-ID: <rt-3.6.HEAD-1276-1182357570-46.43265-75-0@perl.org>
2842      Branch: perl
2843            ! cygwin/Makefile.SHs
2844 ____________________________________________________________________________
2845 [ 31438] By: rgs                                   on 2007/06/21  08:26:18
2846         Log: Subject: [PATCH] cloexec.t works under Cygwin
2847              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2848              Date: Wed, 20 Jun 2007 09:39:20 -0400
2849              Message-ID: <1ff86f510706200639t13f58ecbi286015713765c403@mail.gmail.com>
2850      Branch: perl
2851            ! t/run/cloexec.t
2852 ____________________________________________________________________________
2853 [ 31437] By: rgs                                   on 2007/06/21  08:24:26
2854         Log: Subject: [PATCH] Remove Archive::Test POD check
2855              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2856              Date: Wed, 20 Jun 2007 09:43:27 -0400
2857              Message-ID: <1ff86f510706200643s50cb5028ted455f52497f6af5@mail.gmail.com>
2858      Branch: perl
2859            - lib/Archive/Tar/t/99_pod.t
2860            ! MANIFEST
2861 ____________________________________________________________________________
2862 [ 31436] By: rgs                                   on 2007/06/21  08:18:54
2863         Log: Subject: [perl #40103] File::Spec->case_tolerant() should return true on Cygwin 
2864              From: "Reini Urban via RT" <perlbug-followup@perl.org>
2865              Date: Wed, 20 Jun 2007 11:50:21 -0700
2866              Message-ID: <rt-3.6.HEAD-1276-1182365420-145.40103-15-0@perl.org>
2867      Branch: perl
2868            ! lib/File/Spec/Cygwin.pm lib/File/Spec/t/Spec.t
2869 ____________________________________________________________________________
2870 [ 31435] By: rgs                                   on 2007/06/21  08:15:24
2871         Log: Subject: [perl #43273] Enable lib/User/*.t on cygwin 
2872              From: Reini Urban (via RT) <perlbug-followup@perl.org>
2873              Date: Wed, 20 Jun 2007 16:22:48 -0700
2874              Message-ID: <rt-3.6.HEAD-1276-1182381767-470.43273-75-0@perl.org>
2875      Branch: perl
2876            ! lib/User/grent.t lib/User/pwent.t
2877 ____________________________________________________________________________
2878 [ 31434] By: rgs                                   on 2007/06/21  08:13:37
2879         Log: Subject: [PATH] AUTHORS rurban
2880              From: Reini Urban <rurban@x-ray.at>
2881              Date: Wed, 20 Jun 2007 23:35:03 +0200
2882              Message-ID: <46799D87.50906@x-ray.at>
2883      Branch: perl
2884            ! AUTHORS
2885 ____________________________________________________________________________
2886 [ 31433] By: rgs                                   on 2007/06/21  08:12:09
2887         Log: Subject: [PATCH] pod/perlhack.pod where to go for information about smoke testing
2888              From: "Gabor Szabo" <szabgab@gmail.com>
2889              Date: Thu, 21 Jun 2007 08:19:33 +0300
2890              Message-ID: <d8a74af10706202219n4f4659eenef064752bd0a6954@mail.gmail.com>
2891      Branch: perl
2892            ! pod/perlhack.pod
2893 ____________________________________________________________________________
2894 [ 31432] By: craigb                                on 2007/06/21  03:24:02
2895         Log: Skip a test that causes list assignment to %ENV errors on VMS.
2896      Branch: perl
2897            ! lib/File/Spec/t/tmpdir.t
2898 ____________________________________________________________________________
2899 [ 31431] By: craigb                                on 2007/06/21  03:15:59
2900         Log: Make File::Spec::VMS->splitdir stop returning an empty first directory
2901              when passed a relative path.  Also, don't split on escaped directory 
2902              delimiters.
2903      Branch: perl
2904            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
2905 ____________________________________________________________________________
2906 [ 31430] By: steveh                                on 2007/06/20  16:26:01
2907         Log: Silence "signed/unsigned mismatch" warning from VC++ when building
2908              with -DPERL_DEBUGGING_MSTATS
2909      Branch: perl
2910            ! ext/Devel/Peek/Peek.xs
2911 ____________________________________________________________________________
2912 [ 31429] By: steveh                                on 2007/06/20  16:07:06
2913         Log: Stop the VC++ warning "'HUF_func_2mode' undefined; assuming extern
2914              returning int" by shuffling the functions around so that that
2915              function is defined before it is called (since there are no forward
2916              declarations of functions in this file)
2917      Branch: perl
2918            ! ext/Hash/Util/FieldHash/FieldHash.xs
2919 ____________________________________________________________________________
2920 [ 31428] By: steveh                                on 2007/06/20  16:03:10
2921         Log: Change #31426 should also be applied to the PERL_IMPLICIT_SYS
2922              version of ioctl()
2923      Branch: perl
2924            ! win32/perlhost.h
2925 ____________________________________________________________________________
2926 [ 31427] By: rgs                                   on 2007/06/20  14:36:19
2927         Log: Change #31426 should also be applied to the windows CE version
2928      Branch: perl
2929            ! win32/wincesck.c
2930 ____________________________________________________________________________
2931 [ 31426] By: rgs                                   on 2007/06/20  13:30:14
2932         Log: Subject: Re: Net::SMTP can't send large messages with bleadperl
2933              From: demerphq <demerphq@gmail.com>
2934              Date: Wed, 20 Jun 2007 15:22:31 +0200
2935              Message-ID: <9b18b3110706200622o344c417apbd50468c6e5eb533@mail.gmail.com>
2936      Branch: perl
2937            ! win32/win32sck.c
2938 ____________________________________________________________________________
2939 [ 31425] By: rgs                                   on 2007/06/20  07:45:43
2940         Log: A first stab at making perlreref.pod up to date
2941      Branch: perl
2942            ! pod/perlreref.pod
2943 ____________________________________________________________________________
2944 [ 31424] By: rgs                                   on 2007/06/20  07:41:15
2945         Log: Fix docs for \u ; plus a POD formatting nit
2946      Branch: perl
2947            ! pod/perlrebackslash.pod
2948 ____________________________________________________________________________
2949 [ 31423] By: nicholas                              on 2007/06/19  20:38:36
2950         Log: Subject: Re: Net::SMTP can't send large messages with bleadperl
2951              Message-ID: <9b18b3110706180943y22c0eaa7yf34565d87689dd9e@mail.gmail.com>
2952              From: demerphq <demerphq@gmail.com>
2953              Date: Mon, 18 Jun 2007 18:43:17 +0200
2954      Branch: perl
2955            ! ext/IO/lib/IO/Socket.pm
2956 ____________________________________________________________________________
2957 [ 31422] By: nicholas                              on 2007/06/19  18:32:59
2958         Log: Work on getting B compiling outside of the perl source tree.
2959      Branch: perl
2960            ! ext/B/Makefile.PL ext/B/defsubs_h.PL
2961 ____________________________________________________________________________
2962 [ 31421] By: craigb                                on 2007/06/19  12:29:32
2963         Log: Better handling of escapes in filenames when converting between VMS
2964              and Unix syntax.
2965      Branch: perl
2966            ! vms/vms.c
2967 ____________________________________________________________________________
2968 [ 31420] By: rgs                                   on 2007/06/19  12:13:20
2969         Log: Subject: [perl #43242] "use base" breaks code containing peculiarly named constant 
2970              From: Martin Becker (via RT) <perlbug-followup@perl.org>
2971              Date: Mon, 18 Jun 2007 09:48:54 -0700
2972              Message-ID: <rt-3.6.HEAD-7948-1182185333-640.43242-75-0@perl.org>
2973              
2974              plus a test case
2975      Branch: perl
2976            ! lib/base.pm lib/base/t/base.t
2977 ____________________________________________________________________________
2978 [ 31419] By: rgs                                   on 2007/06/19  09:43:21
2979         Log: Update list of files that need crlf line endings
2980      Branch: perl
2981            ! Porting/curliff.pl
2982 ____________________________________________________________________________
2983 [ 31418] By: davem                                 on 2007/06/18  22:48:25
2984         Log: fix S_emulate_eaccess compiler warning
2985      Branch: perl
2986            ! embed.fnc embed.h proto.h
2987 ____________________________________________________________________________
2988 [ 31417] By: davem                                 on 2007/06/18  15:10:32
2989         Log: 5.9.4 regexp capturing wrongly
2990              change #28398 accidently made the last branch of an alternation
2991              not restore the paren state after failure backtrack. Fix this by
2992              removing the last-branch-skips-pushing-a-state optimisation.
2993      Branch: perl
2994            ! regexec.c t/op/re_tests
2995 ____________________________________________________________________________
2996 [ 31416] By: rgs                                   on 2007/06/18  13:20:50
2997         Log: R stands for Report, not Reporting.
2998      Branch: perl
2999            ! META.yml Porting/makemeta
3000 ____________________________________________________________________________
3001 [ 31415] By: rgs                                   on 2007/06/18  13:19:23
3002         Log: Regenerate META.yml.
3003              Put MAD in Maintainers.pl.
3004      Branch: perl
3005            ! META.yml Porting/Maintainers.pl
3006 ____________________________________________________________________________
3007 [ 31414] By: rgs                                   on 2007/06/18  11:39:04
3008         Log: Regen pods
3009      Branch: perl
3010            ! pod/perlmodlib.pod pod/perltoc.pod
3011 ____________________________________________________________________________
3012 [ 31413] By: steveh                                on 2007/06/18  08:49:30
3013         Log: Subject: Re: Math::BigInt 1.87 problems? Re: FAIL DBI-1.56 i686-linux 2.4.27-3-686 [PATCH]
3014              From: Tels <nospam-abuse@bloodgate.com>
3015              Date: Fri, 15 Jun 2007 19:56:10 +0200
3016              Message-Id: <200706151956.11861@bloodgate.com>
3017      Branch: perl
3018            ! ext/Math/BigInt/FastCalc/FastCalc.xs
3019            ! ext/Math/BigInt/FastCalc/t/bigintfc.t
3020 ____________________________________________________________________________
3021 [ 31412] By: rgs                                   on 2007/06/18  08:27:59
3022         Log: Remove PERL_MAGIC_mutex
3023      Branch: perl
3024            ! dump.c perl.h pod/perlguts.pod
3025 ____________________________________________________________________________
3026 [ 31411] By: rgs                                   on 2007/06/18  07:53:05
3027         Log: Subject: [PATCH] perlreapi.pod documentation for flags & cleanup
3028              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
3029              Date: Sun, 17 Jun 2007 18:09:25 +0000
3030              Message-ID: <51dd1af80706171109r37c294c4h78a51083c3b851ba@mail.gmail.com>
3031      Branch: perl
3032            ! pod/perlreapi.pod
3033 ____________________________________________________________________________
3034 [ 31410] By: rgs                                   on 2007/06/18  07:48:56
3035         Log: Subject: [PATCH] POD Alignment for the magic table in perlapi.pod
3036              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
3037              Date: Sun, 17 Jun 2007 18:41:29 +0000
3038              Message-ID: <51dd1af80706171141w48cb717fr71ce7f214daebe36@mail.gmail.com>
3039      Branch: perl
3040            ! pod/perlguts.pod
3041 ____________________________________________________________________________
3042 [ 31409] By: rgs                                   on 2007/06/18  07:39:35
3043         Log: Subject: [PATCH] SvRX() and SvRXOK() macros
3044              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
3045              Date: Mon, 18 Jun 2007 03:33:34 +0000
3046              Message-ID: <51dd1af80706172033h1908aa0ge15698204e0b79ed@mail.gmail.com>
3047      Branch: perl
3048            ! embed.fnc ext/re/re.xs pod/perlapi.pod pod/perlreapi.pod
3049            ! proto.h regexp.h universal.c util.c
3050 ____________________________________________________________________________
3051 [ 31408] By: davem                                 on 2007/06/18  00:00:30
3052         Log: add test for, and update comments for, old defined($1) oddity.
3053              
3054              Some code in regexec.c had a comment to the effect that without
3055              this code, Dynaloader failed (this is back at 5.6.0). Replace the
3056              comments with something more specific, and add a test for it
3057              (basically without the code $1 is '' rather than undefined
3058              sometimes).
3059      Branch: perl
3060            ! regexec.c t/op/re_tests
3061 ____________________________________________________________________________
3062 [ 31407] By: rgs                                   on 2007/06/17  17:14:12
3063         Log: POD fixes in Hash::Util and Hash::Util::FieldHash
3064      Branch: perl
3065            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
3066            ! ext/Hash/Util/lib/Hash/Util.pm
3067 ____________________________________________________________________________
3068 [ 31406] By: rgs                                   on 2007/06/17  16:58:55
3069         Log: Subject: [patch] Hash::Util::FieldHash v1.01
3070              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
3071              Date: Sun, 17 Jun 2007 17:13:06 +0200
3072              Message-Id: <1750E68D-4F6E-48B9-A255-BCC0DA5C886E@mailbox.tu-berlin.de>
3073      Branch: perl
3074            ! ext/Hash/Util/FieldHash/Changes
3075            ! ext/Hash/Util/FieldHash/FieldHash.xs
3076            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
3077            ! ext/Hash/Util/FieldHash/t/02_function.t
3078            ! ext/Hash/Util/lib/Hash/Util.pm
3079 ____________________________________________________________________________
3080 [ 31404] By: rgs                                   on 2007/06/17  14:48:11
3081         Log: Patches to compile perl on Cray XT4 Catamount/Qk, by Jarkko
3082      Branch: perl
3083            + hints/catamount.sh
3084            ! Configure MANIFEST Makefile.SH doio.c ext/util/make_ext
3085            ! hints/linux.sh lib/ExtUtils/MM_Unix.pm perl.c perl.h pp_sys.c
3086            ! sv.c util.c
3087 ____________________________________________________________________________
3088 [ 31403] By: rgs                                   on 2007/06/17  13:28:00
3089         Log: Subject: bignum 0.22 take 4 (hex()/oct() overloading)
3090              From: Tels <nospam-abuse@bloodgate.com>
3091              Date: Sat, 16 Jun 2007 14:33:47 +0200
3092              Message-Id: <200706161433.47489@bloodgate.com>
3093      Branch: perl
3094            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
3095            ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
3096            ! lib/bignum/t/in_effect.t lib/bignum/t/scope_f.t
3097            ! lib/bignum/t/scope_i.t lib/bignum/t/scope_r.t lib/bigrat.pm
3098 ____________________________________________________________________________
3099 [ 31402] By: rgs                                   on 2007/06/17  12:54:12
3100         Log: Subject: [PATCH] EBCDIC fixes for gzip
3101              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
3102              Date: Sun, 17 Jun 2007 01:43:11 +0100
3103              Message-ID: <004001c7b078$7cc2e520$6701a8c0@myopwv.com>
3104      Branch: perl
3105            ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip/Constants.pm
3106            ! ext/IO_Compress_Zlib/t/004gziphdr.t
3107 ____________________________________________________________________________
3108 [ 31401] By: rgs                                   on 2007/06/17  12:51:30
3109         Log: Subject: [PATCH] CPANPLUS 0.80
3110              From: "Jos I. Boumans" <kane@dwim.org>
3111              Date: Sun, 17 Jun 2007 14:39:29 +0200
3112              Message-Id: <45B1EC67-D34B-404D-9801-449FAC1D75BA@dwim.org>
3113      Branch: perl
3114            ! MANIFEST lib/CPANPLUS.pm lib/CPANPLUS/Internals.pm
3115            ! lib/CPANPLUS/Shell/Default.pm
3116            ! lib/CPANPLUS/t/01_CPANPLUS-Configure.t
3117            ! lib/CPANPLUS/t/02_CPANPLUS-Internals.t
3118            ! lib/CPANPLUS/t/04_CPANPLUS-Module.t
3119            ! lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t
3120            ! lib/CPANPLUS/t/08_CPANPLUS-Backend.t
3121            ! lib/CPANPLUS/t/10_CPANPLUS-Error.t
3122            ! lib/CPANPLUS/t/19_CPANPLUS-Dist.t
3123            ! lib/CPANPLUS/t/20_CPANPLUS-Dist-MM.t
3124            ! lib/CPANPLUS/t/21_CPANPLUS-Dist-No-Build.t
3125            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
3126            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
3127            ! r-0.01.tar.gz.packed
3128            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
3129            ! tar.gz.packed
3130            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
3131            ! tar.gz.packed
3132            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
3133            ! r.gz.packed
3134            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
3135            ! tar.gz.packed
3136            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
3137            ! r.gz.packed
3138            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
3139            ! cked
3140            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
3141            ! lib/CPANPLUS/t/inc/conf.pl
3142 ____________________________________________________________________________
3143 [ 31400] By: rgs                                   on 2007/06/17  08:46:13
3144         Log: Subject: Math::BigInt take 9 (CORE::hex() vs. hex() in Calc.pm)
3145              From: Tels <nospam-abuse@bloodgate.com>
3146              Date: Sat, 16 Jun 2007 13:43:45 +0200
3147              Message-Id: <200706161343.47110@bloodgate.com>
3148      Branch: perl
3149            ! lib/Math/BigInt/Calc.pm
3150 ____________________________________________________________________________
3151 [ 31399] By: rgs                                   on 2007/06/17  08:10:59
3152         Log: Subject: [DOC PATCH] Pod nits in doc/perlpodspec.pod
3153              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
3154              Date: Sat, 16 Jun 2007 14:30:16 -0300
3155              Message-ID: <73ddeb6c0706161030nb489b0cx746daddc55b95987@mail.gmail.com>
3156      Branch: perl
3157            ! pod/perlpodspec.pod
3158 ____________________________________________________________________________
3159 [ 31398] By: rgs                                   on 2007/06/17  08:08:45
3160         Log: Subject: [PATCH] Test::Builder tickles Pod::Html parsing stupidity bug
3161              From: demerphq <demerphq@gmail.com>
3162              Date: Sat, 16 Jun 2007 18:47:22 +0200
3163              Message-ID: <9b18b3110706160947x5d3521b3kca1edf2d9ba65f37@mail.gmail.com>
3164      Branch: perl
3165            ! lib/Test/Builder.pm
3166 ____________________________________________________________________________
3167 [ 31397] By: rgs                                   on 2007/06/17  08:06:08
3168         Log: Subject: [DOC PATCH] MANIFEST: t/op/exec.t tests exec, system AND qx
3169              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
3170              Date: Sat, 16 Jun 2007 15:03:41 -0300
3171              Message-ID: <73ddeb6c0706161103oe4afe43i941223debc00543@mail.gmail.com>
3172      Branch: perl
3173            ! MANIFEST
3174 ____________________________________________________________________________
3175 [ 31396] By: rgs                                   on 2007/06/16  06:10:19
3176         Log: More portability nits by Jarkko
3177      Branch: perl
3178            ! ext/util/make_ext gv.h hv.c
3179 ____________________________________________________________________________
3180 [ 31395] By: merijn                                on 2007/06/16  05:56:15
3181         Log: Subject: [PATCH] Re: [perl #43216] Perl 5.8.8 does not compile on Solaris 8 with-Dusethreads
3182              From: Andy Dougherty <doughera@lafayette.edu>
3183              Date: Fri, 15 Jun 2007 12:05:36 -0400 (EDT)
3184              Message-ID: <Pine.LNX.4.64.0706151203200.14068@fractal.phys.lafayette.edu>
3185      Branch: perl
3186            ! Configure
3187 ____________________________________________________________________________
3188 [ 31393] By: craigb                                on 2007/06/15  21:21:25
3189         Log: Subject: [PATCH] Show warning bits on failure in t/op/caller.t
3190              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3191              Date: Fri, 15 Jun 2007 16:05:36 -0400
3192              Message-ID: <1ff86f510706151305j1ce8c46eib165ee9fad10b538@mail.gmail.com>
3193      Branch: perl
3194            ! t/op/caller.t
3195 ____________________________________________________________________________
3196 [ 31392] By: rgs                                   on 2007/06/15  15:29:53
3197         Log: Subject: [PATCH] checkAUTHORS.pl once more
3198              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3199              Date: Fri, 15 Jun 2007 10:54:28 -0400
3200              Message-ID: <1ff86f510706150754g59703eabs7072fb750e160a31@mail.gmail.com>
3201      Branch: perl
3202            ! Porting/checkAUTHORS.pl
3203 ____________________________________________________________________________
3204 [ 31391] By: rgs                                   on 2007/06/15  14:29:28
3205         Log: Subject: [PATCH] checkAUTHORS.pl again
3206              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3207              Date: Fri, 15 Jun 2007 10:16:38 -0400
3208              Message-ID: <1ff86f510706150716r5aef08fw12c9ea5d401f5f9a@mail.gmail.com>
3209      Branch: perl
3210            ! Porting/checkAUTHORS.pl
3211 ____________________________________________________________________________
3212 [ 31390] By: rgs                                   on 2007/06/15  13:59:55
3213         Log: Subject: [PATCH] I have a name
3214              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3215              Date: Fri, 15 Jun 2007 09:54:57 -0400
3216              Message-ID: <1ff86f510706150654t24817135t67803e81f444305b@mail.gmail.com>
3217      Branch: perl
3218            ! Porting/checkAUTHORS.pl
3219 ____________________________________________________________________________
3220 [ 31389] By: rgs                                   on 2007/06/15  13:52:34
3221         Log: Subject: [PATCH] Warning bit fixes to t/op/caller.t
3222              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3223              Date: Fri, 15 Jun 2007 09:49:47 -0400
3224              Message-ID: <1ff86f510706150649l320d629cl8820bfbf938c9f4d@mail.gmail.com>
3225      Branch: perl
3226            ! t/op/caller.t
3227 ____________________________________________________________________________
3228 [ 31388] By: rgs                                   on 2007/06/15  11:17:50
3229         Log: Subject: [PATCH] miscellanea
3230              From: Jarkko Hietaniemi <jhi@iki.fi>
3231              Date: Thu, 14 Jun 2007 22:32:49 -0400
3232              Message-ID: <4671FA51.4070001@iki.fi>
3233      Branch: perl
3234            ! Makefile.SH embed.fnc hv.h op.c proto.h sv.c util.c
3235 ____________________________________________________________________________
3236 [ 31387] By: rgs                                   on 2007/06/15  09:52:07
3237         Log: Subject: [PATCH] Re: vsprintf
3238              From: Andy Dougherty <doughera@lafayette.edu>
3239              Date: Thu, 14 Jun 2007 13:12:57 -0400 (EDT)
3240              Message-ID: <Pine.LNX.4.64.0706141312510.31762@fractal.phys.lafayette.edu>
3241      Branch: perl
3242            ! util.c
3243 ____________________________________________________________________________
3244 [ 31386] By: rgs                                   on 2007/06/15  08:55:38
3245         Log: Forgot to regen warnings
3246      Branch: perl
3247            ! lib/warnings.pm warnings.h
3248 ____________________________________________________________________________
3249 [ 31385] By: craigb                                on 2007/06/15  03:19:46
3250         Log: Don't let the home-grown readdir() on VMS return results with
3251              ODS-5 escapes (i.e., report foo.tar.gz, not foo^.tar.gz).
3252      Branch: perl
3253            ! vms/vms.c
3254 ____________________________________________________________________________
3255 [ 31384] By: craigb                                on 2007/06/14  18:23:18
3256         Log: Fix missing PerlIO_releaseFILE in VMS::Stdio::getname().
3257      Branch: perl
3258            ! vms/ext/Stdio/Stdio.xs
3259 ____________________________________________________________________________
3260 [ 31383] By: rgs                                   on 2007/06/14  15:36:16
3261         Log: Update Changes.
3262              Mention the removal of -A and assertions.pm in perldelta.
3263      Branch: perl
3264            ! Changes pod/perl595delta.pod
3265 ____________________________________________________________________________
3266 [ 31382] By: rgs                                   on 2007/06/14  14:12:35
3267         Log: Upgrade to PathTools 3.25
3268      Branch: perl
3269            ! ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/Cwd.pm
3270            ! lib/File/Spec.pm lib/File/Spec/OS2.pm lib/File/Spec/t/tmpdir.t
3271 ____________________________________________________________________________
3272 [ 31381] By: rgs                                   on 2007/06/14  13:12:56
3273         Log: Upgrade to ExtUtils::CBuilder 0.19
3274      Branch: perl
3275            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
3276            ! lib/ExtUtils/CBuilder/Changes
3277            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
3278            ! lib/ExtUtils/CBuilder/Platform/os2.pm
3279 ____________________________________________________________________________
3280 [ 31380] By: rgs                                   on 2007/06/14  13:06:13
3281         Log: Sync Archive::Extract with CPAN
3282      Branch: perl
3283            ! lib/Archive/Extract.pm
3284 ____________________________________________________________________________
3285 [ 31379] By: rgs                                   on 2007/06/14  12:38:16
3286         Log: Subject: [PATCH] Less sed'ing in Cygwin Makefile.SHs
3287              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3288              Date: Thu, 14 Jun 2007 08:13:29 -0400
3289              Message-ID: <1ff86f510706140513v5d3bb0e0l89dff31da83abfb9@mail.gmail.com>
3290      Branch: perl
3291            ! cygwin/Makefile.SHs
3292 ____________________________________________________________________________
3293 [ 31378] By: rgs                                   on 2007/06/14  12:27:41
3294         Log: assertions has been removed
3295      Branch: perl
3296            ! Porting/Maintainers.pl
3297 ____________________________________________________________________________
3298 [ 31377] By: rgs                                   on 2007/06/14  11:06:02
3299         Log: Fix [perl #43207] lc() or uc() inside sort affect the return value.
3300      Branch: perl
3301            ! pp.c t/op/lc.t
3302 ____________________________________________________________________________
3303 [ 31376] By: davem                                 on 2007/06/13  22:41:33
3304         Log: change #31134 broke DEBUG_LEAKING_SCALARS builds
3305      Branch: perl
3306            ! sv.c
3307 ____________________________________________________________________________
3308 [ 31375] By: merijn                                on 2007/06/13  20:15:28
3309         Log: Subject: Re: vsprintf
3310              From: Andy Dougherty <doughera@lafayette.edu>
3311              Date: Wed, 13 Jun 2007 14:41:44 -0400 (EDT)
3312              Message-ID: <Pine.LNX.4.64.0706131434120.18715@fractal.phys.lafayette.edu>
3313      Branch: perl
3314            ! Configure
3315 ____________________________________________________________________________
3316 [ 31373] By: merijn                                on 2007/06/13  20:11:10
3317         Log: Subject: [PATCH] Configure: Erroneous C++ message
3318              From: Andy Dougherty <doughera@lafayette.edu>
3319              Date: Wed, 13 Jun 2007 14:33:54 -0400 (EDT)
3320              Message-ID: <Pine.LNX.4.64.0706131428510.18715@fractal.phys.lafayette.edu>
3321      Branch: perl
3322            ! Configure
3323 ____________________________________________________________________________
3324 [ 31371] By: steveh                                on 2007/06/13  17:12:21
3325         Log: Fix random failures in CPANPLUS tests on Win32
3326              
3327              The failures were a result of calling Win32::GetShortPathName with
3328              the program argument " /nologo" appended to the path. Program
3329              arguments should not be passed to Win32::GetShortPathName.
3330              
3331              (The randomness occurred because random garbage was being produced
3332              due to a separate bug in that Win32 function, for which a fix is
3333              forthcoming...).
3334      Branch: perl
3335            ! lib/CPANPLUS/Config.pm
3336 ____________________________________________________________________________
3337 [ 31370] By: rgs                                   on 2007/06/13  13:24:09
3338         Log: Subject: yet another mro.c patch
3339              From: "Brandon Black" <blblack@gmail.com>
3340              Date: Wed, 13 Jun 2007 08:19:11 -0500
3341              Message-ID: <84621a60706130619g17c9d2fbi111cca567da3d500@mail.gmail.com>
3342      Branch: perl
3343            ! mro.c
3344 ____________________________________________________________________________
3345 [ 31369] By: rgs                                   on 2007/06/12  08:43:55
3346         Log: Subject: mad-const patch
3347              From: Jim Cromie <jim.cromie@gmail.com>
3348              Date: Mon, 11 Jun 2007 13:49:06 -0600
3349              Message-ID: <466DA732.3010608@gmail.com>
3350      Branch: perl
3351            ! dump.c embed.fnc proto.h
3352 ____________________________________________________________________________
3353 [ 31368] By: rgs                                   on 2007/06/12  08:39:00
3354         Log: Subject: Re: integer vs. bigint [PATCH]
3355              From: Tels <nospam-abuse@bloodgate.com>
3356              Date: Mon, 11 Jun 2007 19:31:16 +0200
3357              Message-Id: <200706111931.17616@bloodgate.com>
3358      Branch: perl
3359            ! lib/bigint.pm
3360 ____________________________________________________________________________
3361 [ 31367] By: rgs                                   on 2007/06/12  08:33:40
3362         Log: Subject: [PATCH] perltodo: more vtable musings
3363              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3364              Date: Tue, 12 Jun 2007 03:15:26 +0300 (EEST)
3365              Message-Id: <200706120015.l5C0FQH7512295@kosh.hut.fi>
3366      Branch: perl
3367            ! pod/perltodo.pod
3368 ____________________________________________________________________________
3369 [ 31366] By: rgs                                   on 2007/06/12  08:32:26
3370         Log: Subject: Re: [PATCH-at-31365] (was - configpm frustrations)
3371              From: Vadim <vadim@vkonovalov.ru>
3372              Date: Mon, 11 Jun 2007 19:19:31 +0400
3373              Message-ID: <466D6803.1020808@vkonovalov.ru>
3374      Branch: perl
3375            ! Makefile.SH configpm
3376 ____________________________________________________________________________
3377 [ 31365] By: rgs                                   on 2007/06/11  15:20:38
3378         Log: Subject: Math::BigInt v1.87 take 8
3379              From: Tels <nospam-abuse@bloodgate.com>
3380              Date: Sat, 9 Jun 2007 14:07:34 +0200
3381              Message-Id: <200706091407.36659@bloodgate.com>
3382      Branch: perl
3383            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3384            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
3385            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
3386            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
3387            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
3388            ! lib/Math/BigInt/t/with_sub.t
3389 ____________________________________________________________________________
3390 [ 31364] By: rgs                                   on 2007/06/11  15:18:27
3391         Log: Subject: pidigits benchmark and bpi() method in Math::BigFloat/Math::BigInt, take 7 [PATCH]
3392              From: Tels <nospam-abuse@bloodgate.com>
3393              Date: Fri, 8 Jun 2007 19:29:41 +0200
3394              Message-Id: <200706081929.44888@bloodgate.com>
3395      Branch: perl
3396            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3397            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
3398            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
3399            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
3400            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
3401            ! lib/Math/BigInt/t/with_sub.t
3402 ____________________________________________________________________________
3403 [ 31363] By: rgs                                   on 2007/06/11  14:27:40
3404         Log: Doc adjustments for the number localization and setlocale().
3405              See debian bug #379463.
3406      Branch: perl
3407            ! pod/perllocale.pod
3408 ____________________________________________________________________________
3409 [ 31362] By: rgs                                   on 2007/06/11  08:28:57
3410         Log: Subject: [PATCH] cross-compilation for linux
3411              From: "Konovalov, Vadim Vladimirovich \(Vadim\)** CTR **" <vkonovalov@alcatel-lucent.com>
3412              Date: Sat, 9 Jun 2007 19:41:44 +0200
3413              Message-ID: <D16F05D0CAAA234BA2B753B80DE6100D278EBC@DEEXC1U02.de.lucent.com>
3414      Branch: perl
3415            + Cross/README.new
3416            ! Cross/Makefile-cross-SH Cross/README Cross/build-arm-n770-sh
3417            ! MANIFEST README.ce win32/Makefile.ce
3418 ____________________________________________________________________________
3419 [ 31361] By: craigb                                on 2007/06/08  18:43:10
3420         Log: A couple of File::Path tests require unix syntax on VMS.
3421      Branch: perl
3422            ! lib/File/Path.t
3423 ____________________________________________________________________________
3424 [ 31360] By: craigb                                on 2007/06/08  15:28:29
3425         Log: Make pipe shutdown on VMS care about whether PerlIO has already
3426              shut down.
3427      Branch: perl
3428            ! vms/vms.c
3429 ____________________________________________________________________________
3430 [ 31359] By: craigb                                on 2007/06/08  15:25:22
3431         Log: Avoid multiply defined symbols in re extension following #31341.
3432      Branch: perl
3433            ! ext/re/re_top.h
3434 ____________________________________________________________________________
3435 [ 31358] By: craigb                                on 2007/06/08  15:21:24
3436         Log: Make symbols short enough for VMS after #31341.
3437      Branch: perl
3438            ! universal.c
3439 ____________________________________________________________________________
3440 [ 31357] By: steveh                                on 2007/06/08  10:35:34
3441         Log: Fix lib/File/Path.t failure on Win32
3442              (Create a 'ZZ' directory instead of 'Z' because we already have a 'z'
3443              which is the same as 'Z' on Win32's case-insensitive filesystem)
3444      Branch: perl
3445            ! lib/File/Path.pm lib/File/Path.t
3446 ____________________________________________________________________________
3447 [ 31356] By: steveh                                on 2007/06/08  09:07:46
3448         Log: Change 31347 should also have removed win32_free_argvw()
3449              because it now isn't used anywhere.
3450      Branch: perl
3451            ! win32/win32.c win32/wince.c
3452 ____________________________________________________________________________
3453 [ 31355] By: steveh                                on 2007/06/08  08:50:09
3454         Log: Remove dead Perl_sys_intern_clear() from wince.c
3455      Branch: perl
3456            ! win32/wince.c
3457 ____________________________________________________________________________
3458 [ 31354] By: steveh                                on 2007/06/08  08:36:05
3459         Log: Move win32_create_message_window() out of #ifdef HAVE_INTERP_INTERN
3460              section, where it didn't belong. (That section should (currently)
3461              only contain sys_intern_init(), sys_intern_clear() and
3462              sys_intern_dup() and related functionality such as
3463              win32_csighandler().)
3464      Branch: perl
3465            ! win32/win32.c
3466 ____________________________________________________________________________
3467 [ 31353] By: rgs                                   on 2007/06/08  08:30:25
3468         Log: encoding.pm doesn't give any details about ${^ENCODING},
3469              so don't mention it in perlvar
3470      Branch: perl
3471            ! pod/perlvar.pod
3472 ____________________________________________________________________________
3473 [ 31352] By: rgs                                   on 2007/06/07  16:09:54
3474         Log: Plug a memory leak (noticed by Yves)
3475      Branch: perl
3476            ! regcomp.c
3477 ____________________________________________________________________________
3478 [ 31351] By: rgs                                   on 2007/06/07  14:05:11
3479         Log: Subject: Re: [perl #43082] "$_[0]->method" interpolation 
3480              From: Father Chrysostomos <sprout@cpan.org>
3481              Date: Tue, 5 Jun 2007 13:25:39 -0700
3482              Message-Id: <064E3238-D26D-446D-9B7E-0DB8CEFDE0AD@cpan.org>
3483      Branch: perl
3484            ! t/comp/parser.t toke.c
3485 ____________________________________________________________________________
3486 [ 31350] By: steveh                                on 2007/06/07  13:49:04
3487         Log: Stop VC++ from warning "'getenv' : inconsistent dll linkage.
3488              dllexport assumed." when building with -DDEBUGGING by declaring
3489              getenv() with the same __declspec as in Microsoft's <stdlib.h>.
3490              MinGW/GCC is happy with that too, but Borland doesn't understand
3491              _CRTIMP so don't bother for Borland since it doesn't warn anyway.
3492      Branch: perl
3493            ! x2p/a2p.c
3494 ____________________________________________________________________________
3495 [ 31349] By: rgs                                   on 2007/06/07  13:23:07
3496         Log: Subject: Re: [PATCH] Update File-Path to 2.00
3497              From: David Landgren <david@landgren.net>
3498              Date: Thu, 07 Jun 2007 14:02:36 +0200
3499              Message-ID: <4667F3DC.9070203@landgren.net>
3500      Branch: perl
3501            ! lib/File/Path.pm
3502 ____________________________________________________________________________
3503 [ 31348] By: rgs                                   on 2007/06/07  12:12:39
3504         Log: Subject: [PATCHES] Silence compiler warnings
3505              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3506              Date: Wed, 6 Jun 2007 14:45:06 -0400
3507              Message-ID: <1ff86f510706061145r540c7f02kba96c04bc9dcf8b0@mail.gmail.com>
3508      Branch: perl
3509            ! mro.c pp_sys.c universal.c
3510 ____________________________________________________________________________
3511 [ 31347] By: steveh                                on 2007/06/07  11:48:47
3512         Log: Stop VC++ from warning "all references to 'SHELL32.dll' discarded
3513              by /OPT:REF" by removing the only reference to a SHELL32.dll function
3514              (namely, CommandLineToArgvW(), called from win32_argv2utf8(), which
3515              isn't actually used anywhere so delete it).
3516              
3517              That then caused the warning "/DELAYLOAD:shell32.dll ignored; no
3518              imports found from shell32.dll", so remove that /DELAYLOAD option too.
3519      Branch: perl
3520            ! win32/Makefile win32/makefile.mk win32/win32.c win32/win32.h
3521            ! win32/wince.c
3522 ____________________________________________________________________________
3523 [ 31346] By: rgs                                   on 2007/06/07  08:51:15
3524         Log: Subject: [patch] fix small errors in sv.c commentary
3525              From: Jim Cromie <jim.cromie@gmail.com>
3526              Date: Wed, 06 Jun 2007 23:38:53 -0600
3527              Message-ID: <466799ED.3090705@gmail.com>
3528      Branch: perl
3529            ! sv.c
3530 ____________________________________________________________________________
3531 [ 31345] By: rgs                                   on 2007/06/07  08:01:18
3532         Log: Subject: Re: [PATCH] Update File-Path to 2.00
3533              From: David Landgren <david@landgren.net>
3534              Date: Wed, 06 Jun 2007 23:57:34 +0200
3535              Message-ID: <46672DCE.2080508@landgren.net>
3536      Branch: perl
3537            ! lib/File/Path.pm lib/File/Path.t
3538 ____________________________________________________________________________
3539 [ 31344] By: steveh                                on 2007/06/06  16:48:46
3540         Log: Stop VC7 and VC8 warning about overriding /DPERLDLL with /UPERLDLL
3541              when compiling perlmain.c, and don't supply /DPERLDLL twice when
3542              compiling perlmainst.c
3543      Branch: perl
3544            ! win32/Makefile win32/makefile.mk
3545 ____________________________________________________________________________
3546 [ 31343] By: steveh                                on 2007/06/06  16:33:42
3547         Log: Stop VC7 and VC8 complaining about the DESCRIPTION statement
3548              in perldll.def (it isn't supported any more).
3549      Branch: perl
3550            ! makedef.pl
3551 ____________________________________________________________________________
3552 [ 31342] By: rgs                                   on 2007/06/06  14:58:27
3553         Log: Adjust test count (it shouldn't have changed with last patch)
3554      Branch: perl
3555            ! ext/B/t/concise-xs.t
3556 ____________________________________________________________________________
3557 [ 31341] By: rgs                                   on 2007/06/06  14:42:01
3558         Log: Subject: Re: [PATCH] Callbacks for named captures (%+ and %-)
3559              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
3560              Date: Sun, 3 Jun 2007 20:24:59 +0000
3561              Message-ID: <51dd1af80706031324y5618d519p460da27a2e7fe712@mail.gmail.com>
3562      Branch: perl
3563            + ext/re/t/qr.t t/op/regexp_nc_tie.t
3564            ! MANIFEST embed.fnc embed.h ext/B/t/concise-xs.t ext/re/re.pm
3565            ! ext/re/re.xs ext/re/re_top.h ext/re/t/re_funcs.t global.sym
3566            ! gv.c lib/Tie/Hash/NamedCapture.pm mg.c perl.h
3567            ! pod/perlreapi.pod proto.h regcomp.c regcomp.h regexp.h
3568            ! t/op/pat.t t/op/readdir.t universal.c
3569 ____________________________________________________________________________
3570 [ 31340] By: rgs                                   on 2007/06/06  12:27:36
3571         Log: Upgrade to encoding::warnings 0.11
3572      Branch: perl
3573            ! lib/encoding/warnings.pm
3574 ____________________________________________________________________________
3575 [ 31339] By: rgs                                   on 2007/06/06  12:07:13
3576         Log: A test file was removed from the latest Unicode::Normalize
3577      Branch: perl
3578            - ext/Unicode/Normalize/t/short.t
3579            ! MANIFEST
3580 ____________________________________________________________________________
3581 [ 31338] By: rgs                                   on 2007/06/06  12:03:00
3582         Log: Upgrade to Unicode::Normalize 1.02
3583      Branch: perl
3584            ! ext/Unicode/Normalize/Changes
3585            ! ext/Unicode/Normalize/Normalize.pm
3586            ! ext/Unicode/Normalize/Normalize.xs
3587            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
3588            ! ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/func.t
3589            ! ext/Unicode/Normalize/t/test.t
3590 ____________________________________________________________________________
3591 [ 31337] By: steveh                                on 2007/06/06  08:20:32
3592         Log: Subject: Re: [PATCH] Update File-Path to 2.00
3593              From: Joshua Juran <jjuran@gmail.com>
3594              Date: Wed, 6 Jun 2007 01:14:31 -0700
3595              Message-Id: <5F26D98D-8B6D-4F4A-B2E9-168F71B963DD@gmail.com>
3596              
3597              Fixes typo in the POD.
3598      Branch: perl
3599            ! lib/File/Path.pm
3600 ____________________________________________________________________________
3601 [ 31336] By: steveh                                on 2007/06/06  08:16:44
3602         Log: Subject: Re: [PATCH] Update File-Path to 2.00
3603              From: David Landgren <david@landgren.net>
3604              Date: Tue, 05 Jun 2007 23:21:40 +0200
3605              Message-ID: <4665D3E4.2030809@landgren.net>
3606              
3607              Silences some unnecessary carping (e.g. from ExtUtils::Command line 109
3608              when building perl).
3609      Branch: perl
3610            ! lib/File/Path.pm lib/File/Path.t
3611 ____________________________________________________________________________
3612 [ 31335] By: steveh                                on 2007/06/05  12:51:07
3613         Log: Silence another VC++ compiler warning (signed/unsigned mismatch in ==)
3614      Branch: perl
3615            ! regexec.c
3616 ____________________________________________________________________________
3617 [ 31334] By: rgs                                   on 2007/06/05  10:23:24
3618         Log: There is no more a ~~ feature, noticed by Moritz Lenz
3619      Branch: perl
3620            ! pod/perlsyn.pod
3621 ____________________________________________________________________________
3622 [ 31333] By: rgs                                   on 2007/06/05  10:10:33
3623         Log: Remove support for assertions and -A
3624      Branch: perl
3625            - lib/assertions.pm lib/assertions/activate.pm
3626            - lib/assertions/compat.pm t/comp/assertions.t
3627            - t/comp/asstcompat.t t/run/switch_A.t
3628            ! MANIFEST cv.h dump.c ext/B/B.xs ext/B/B/Concise.pm
3629            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL ext/B/t/concise-xs.t
3630            ! lib/perl5db.pl op.c perl.c perl.h pod/perl.pod
3631            ! pod/perldiag.pod pod/perllexwarn.pod pod/perlrun.pod
3632            ! pod/perltodo.pod pp_hot.c sv.c t/op/attrs.t toke.c warnings.pl
3633            ! xsutils.c
3634 ____________________________________________________________________________
3635 [ 31332] By: rgs                                   on 2007/06/04  08:04:13
3636         Log: Subject: another mro patch
3637              From: "Brandon Black" <blblack@gmail.com>
3638              Date: Mon, 4 Jun 2007 00:55:15 -0500
3639              Message-ID: <84621a60706032255g6702cd81ube1f582a1e07cf8a@mail.gmail.com>
3640      Branch: perl
3641            + t/mro/next_goto.t
3642            ! MANIFEST lib/mro.pm mro.c
3643 ____________________________________________________________________________
3644 [ 31331] By: craigb                                on 2007/06/03  22:26:20
3645         Log: cando_by_name again: work harder to identify directories 
3646              for fileification, plus a nit missed in #31326.
3647      Branch: perl
3648            ! vms/vms.c
3649 ____________________________________________________________________________
3650 [ 31330] By: rgs                                   on 2007/06/03  16:23:03
3651         Log: Subject: [PATCH] Math::BigInt v1.87 take 6
3652              From: Tels <nospam-abuse@bloodgate.com>
3653              Date: Sat, 2 Jun 2007 13:40:45 +0000
3654              Message-Id: <200706021340.46806@bloodgate.com>
3655      Branch: perl
3656            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3657 ____________________________________________________________________________
3658 [ 31329] By: rgs                                   on 2007/06/03  16:19:37
3659         Log: Subject: Re: [PATCH] Update File-Path to 2.00
3660              From: David Landgren <david@landgren.net>
3661              Date: Sat, 02 Jun 2007 20:58:16 +0200
3662              Message-ID: <4661BDC8.6040102@landgren.net>
3663      Branch: perl
3664            ! lib/File/Path.pm lib/File/Path.t
3665 ____________________________________________________________________________
3666 [ 31328] By: rgs                                   on 2007/06/03  15:36:25
3667         Log: Subject: [PATCH] Re: BBC(Bleadperl Breaks CPAN) Today: String::Multibyte
3668              From: demerphq <demerphq@gmail.com>
3669              Date: Sun, 3 Jun 2007 17:21:55 +0200
3670              Message-ID: <9b18b3110706030821u39460f96ic342dda8ba9fcdf7@mail.gmail.com>
3671      Branch: perl
3672            ! regcomp.c t/op/pat.t
3673 ____________________________________________________________________________
3674 [ 31327] By: craigb                                on 2007/06/02  17:47:37
3675         Log: In File::Path::_rmtree, we want a list of files, not directories (some of them 
3676              may be directory files, which is ok).
3677      Branch: perl
3678            ! lib/File/Path.pm
3679 ____________________________________________________________________________
3680 [ 31326] By: craigb                                on 2007/06/02  16:02:03
3681         Log: Assorted fixes for VMS version of cando_by_name:
3682              -- Restore pre-5.9.x behavior of expanding logical names and fileifying
3683              directory specs regardless of whether input spec is in VMS syntax.
3684              -- VMSify input spec unless explicitly told we don't need to (this was
3685              backwards since introduced in #27733).
3686              -- Various memory handling robustifications.
3687      Branch: perl
3688            ! vms/vms.c
3689 ____________________________________________________________________________
3690 [ 31325] By: rgs                                   on 2007/06/01  09:14:24
3691         Log: Subject: [perl #43094] Doc patch to perlre: modifiers => quantifiers 
3692              From: Brad Baxter (via RT) <perlbug-followup@perl.org>
3693              Date: Thu, 31 May 2007 15:04:55 -0700
3694              Message-ID: <rt-3.6.HEAD-1668-1180649095-1834.43094-75-0@perl.org>
3695      Branch: perl
3696            ! pod/perlre.pod
3697 ____________________________________________________________________________
3698 [ 31324] By: steveh                                on 2007/06/01  07:32:52
3699         Log: Subject: [PATCH] Fix DynaLoader::dl_findfile() to locate .so files again
3700              From: "Jan Dubois" <jand@activestate.com>
3701              Date: Thu, 31 May 2007 13:17:22 -0700
3702              Message-ID: <00a501c7a3c0$b2d880d0$18898270$@com>
3703      Branch: perl
3704            ! ext/DynaLoader/DynaLoader_pm.PL
3705 ____________________________________________________________________________
3706 [ 31323] By: merijn                                on 2007/06/01  06:39:32
3707         Log: Subject: [PATCH] Configure: O_NONBLOCK test uses fork() and pipe()
3708              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3709              Date: Fri, 1 Jun 2007 04:31:03 +0300 (EEST)
3710              Message-Id: <200706010131.l511V3kv417484@kosh.hut.fi>
3711      Branch: perl
3712            ! Configure
3713 ____________________________________________________________________________
3714 [ 31321] By: merijn                                on 2007/06/01  06:32:38
3715         Log: Subject: Updated email address for AUTHORS.txt
3716              From: perl@cadop.com
3717              Date: Thu, 31 May 2007 19:33:08 -0600 (MDT)
3718              Message-Id: <20070601013308.3B6A314ECA82@noop.cadop.com>
3719      Branch: perl
3720            ! AUTHORS
3721 ____________________________________________________________________________
3722 [ 31320] By: craigb                                on 2007/05/31  22:17:17
3723         Log: Maintain UAF context across calls to sys$check_access in cando_by_name.
3724      Branch: perl
3725            ! vms/vms.c
3726 ____________________________________________________________________________
3727 [ 31319] By: rgs                                   on 2007/05/31  16:13:07
3728         Log: Dave remarks that I have been too terse here.
3729      Branch: perl
3730            ! pod/perl595delta.pod
3731 ____________________________________________________________________________
3732 [ 31318] By: rgs                                   on 2007/05/31  16:09:22
3733         Log: Subject: [PATCH] Remove threads/typemap from Porting/Maintainers.pl
3734              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3735              Date: Thu, 31 May 2007 11:59:31 -0400
3736              Message-ID: <1ff86f510705310859y6c101c15t6d823d00ef25309b@mail.gmail.com>
3737      Branch: perl
3738            ! Porting/Maintainers.pl
3739 ____________________________________________________________________________
3740 [ 31317] By: rgs                                   on 2007/05/31  15:52:28
3741         Log: Actually, Log::Message::Simple comes from Jos, not Tels.
3742      Branch: perl
3743            ! Porting/Maintainers.pl
3744 ____________________________________________________________________________
3745 [ 31316] By: rgs                                   on 2007/05/31  12:11:40
3746         Log: Subject: [PATCH] minor assertions improvements
3747              From: Ricardo SIGNES <rjbs-perl-p5p@lists.manxome.org>
3748              Date: Wed, 30 May 2007 21:47:15 -0400
3749              Message-ID: <20070531014715.GA26562@knight.manxome.org>
3750      Branch: perl
3751            ! lib/assertions.pm lib/assertions/activate.pm
3752            ! t/comp/assertions.t
3753 ____________________________________________________________________________
3754 [ 31315] By: rgs                                   on 2007/05/31  09:42:05
3755         Log: Subject: [PATCH] Update File-Path to 2.00
3756              From: David Landgren <david@landgren.net>
3757              Date: Wed, 30 May 2007 19:50:38 +0200
3758              Message-ID: <465DB96E.1020106@landgren.net>
3759      Branch: perl
3760            ! lib/File/Path.pm lib/File/Path.t
3761 ____________________________________________________________________________
3762 [ 31314] By: rgs                                   on 2007/05/31  08:28:02
3763         Log: Subject: [PATCH] Gooder English
3764              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3765              Date: Wed, 30 May 2007 17:12:32 -0400
3766              Message-ID: <1ff86f510705301412v75fc5810vf28f5b62c0077585@mail.gmail.com>
3767      Branch: perl
3768            ! lib/Log/Message/Simple.pm
3769 ____________________________________________________________________________
3770 [ 31313] By: nicholas                              on 2007/05/31  08:25:57
3771         Log: blead segfaults on local *@; eval {1} because ERRSV assumes that
3772              GvSV(PL_errgv) is always non-NULL. That stopped being the case with
3773              change 25009 (ish) - when we stopped automatically creating a(n unused)
3774              SV at GV creation time.
3775      Branch: perl
3776            ! scope.c t/op/local.t
3777 ____________________________________________________________________________
3778 [ 31312] By: rgs                                   on 2007/05/30  15:21:10
3779         Log: Subject: Re: HvMROMETA
3780              From: "Brandon Black" <blblack@gmail.com>
3781              Date: Tue, 29 May 2007 19:08:13 -0500
3782              Message-ID: <84621a60705291708m3f106d74r473f3d91c780163d@mail.gmail.com>
3783      Branch: perl
3784            ! hv.h mro.c
3785 ____________________________________________________________________________
3786 [ 31311] By: rgs                                   on 2007/05/30  13:59:17
3787         Log: Subject: Re: localising hash element by variable 
3788              From: hv@crypt.org
3789              Date: Wed, 30 May 2007 13:21:15 +0100
3790              Message-Id: <200705301221.l4UCLFwf010411@zen.crypt.org>
3791      Branch: perl
3792            ! t/op/local.t
3793 ____________________________________________________________________________
3794 [ 31310] By: rgs                                   on 2007/05/30  10:45:08
3795         Log: Upgrade to Encode 2.23
3796      Branch: perl
3797            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
3798            ! ext/Encode/Makefile.PL ext/Encode/Unicode/Unicode.pm
3799 ____________________________________________________________________________
3800 [ 31309] By: steveh                                on 2007/05/30  07:38:30
3801         Log: Silence a couple of VC++ compiler warnings
3802      Branch: perl
3803            ! ext/Math/BigInt/FastCalc/FastCalc.pm
3804            ! ext/Math/BigInt/FastCalc/FastCalc.xs
3805 ____________________________________________________________________________
3806 [ 31308] By: nicholas                              on 2007/05/29  19:57:34
3807         Log: DBL_EPSILON DBL_MIN FLT_EPSILON FLT_MIN are not C constant expressions
3808              on z/OS, so move them to the list of non const constants.
3809      Branch: perl
3810            ! ext/POSIX/Makefile.PL
3811 ____________________________________________________________________________
3812 [ 31307] By: rgs                                   on 2007/05/29  15:48:27
3813         Log: Plug a memory leak in Encode
3814      Branch: perl
3815            ! ext/Encode/Encode.xs
3816 ____________________________________________________________________________
3817 [ 31306] By: stevep                                on 2007/05/29  14:42:24
3818         Log: Upgrade to CPAN-1.9102
3819      Branch: perl
3820            ! lib/CPAN.pm lib/CPAN/Kwalify.pm lib/CPAN/t/10version.t
3821 ____________________________________________________________________________
3822 [ 31305] By: rgs                                   on 2007/05/29  09:33:52
3823         Log: Upgrade to Encode 2.22
3824      Branch: perl
3825            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
3826            ! ext/Encode/t/fallback.t ext/Encode/t/mime-name.t
3827 ____________________________________________________________________________
3828 [ 31304] By: rgs                                   on 2007/05/29  08:59:05
3829         Log: Revert change #30530, following Jan's advice
3830      Branch: perl
3831            ! Makefile.SH
3832 ____________________________________________________________________________
3833 [ 31303] By: rgs                                   on 2007/05/29  08:49:06
3834         Log: Subject: Re: [perl #43015] regex /.*\z/ doesn't matches strings ending with \n
3835              From: demerphq <demerphq@gmail.com>
3836              Date: Mon, 28 May 2007 19:46:04 +0200
3837              Message-ID: <9b18b3110705281046ib37acb4i7960fe415325270f@mail.gmail.com>
3838      Branch: perl
3839            ! regcomp.c regexec.c t/op/re_tests
3840 ____________________________________________________________________________
3841 [ 31302] By: rgs                                   on 2007/05/29  08:43:29
3842         Log: Mention that last bugfix in perldelta
3843      Branch: perl
3844            ! pod/perl595delta.pod
3845 ____________________________________________________________________________
3846 [ 31301] By: rgs                                   on 2007/05/29  08:41:09
3847         Log: Subject: Re: localising hash element by variable
3848              From: Bo Lindbergh <blgl@hagernas.com>
3849              Date: Mon, 28 May 2007 20:26:00 +0200
3850              Message-Id: <BC2C451F-B286-4D38-923E-E3B473F7B5E1@hagernas.com>
3851      Branch: perl
3852            ! scope.c t/op/local.t
3853 ____________________________________________________________________________
3854 [ 31300] By: steveh                                on 2007/05/29  08:09:38
3855         Log: win32/makefile.mk doesn't support GSAR's old dmake (because of
3856              the use of || and && in conditional expressions, which that old
3857              dmake doesn't understand), so stop with a helpful error message
3858              if such a dmake is being used.
3859              
3860              There is now no need to have all the clutter of trying to support
3861              different backslash and newline semantics, so ditch that too.
3862      Branch: perl
3863            ! win32/makefile.mk
3864 ____________________________________________________________________________
3865 [ 31299] By: rgs                                   on 2007/05/29  07:57:33
3866         Log: Subject: Re: [PATCH] Update CPANPLUS to 0.79_03
3867              From: "Jos I. Boumans" <jos@dwim.org>
3868              Date: Tue, 29 May 2007 09:00:53 +0200
3869              Message-Id: <551932A2-91F8-4E7C-8939-4B71216976BA@dwim.org>
3870              
3871              Removed a fatal debug statement from cpan2dist.
3872      Branch: perl
3873            ! lib/CPANPLUS.pm lib/CPANPLUS/Internals.pm
3874            ! lib/CPANPLUS/Shell/Default.pm lib/CPANPLUS/bin/cpan2dist
3875            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
3876            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
3877            ! r-0.01.tar.gz.packed
3878            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
3879            ! tar.gz.packed
3880            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
3881            ! tar.gz.packed
3882            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
3883            ! r.gz.packed
3884            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
3885            ! tar.gz.packed
3886            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
3887            ! r.gz.packed
3888            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
3889            ! cked
3890            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
3891 ____________________________________________________________________________
3892 [ 31298] By: steveh                                on 2007/05/29  07:25:22
3893         Log: Silence the warning "Can't locate auto/POSIX/autosplit.ix in @INC"
3894              when building the POSIX extension
3895      Branch: perl
3896            ! lib/ExtUtils/Install.pm
3897 ____________________________________________________________________________
3898 [ 31297] By: merijn                                on 2007/05/29  06:12:06
3899         Log: Subject: [PATCH] perltodo tweak on virtualizing OS/FS access
3900              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
3901              Date: Tue, 29 May 2007 06:50:57 +0300 (EEST)
3902              Message-Id: <200705290350.l4T3ovWG275103@kosh.hut.fi>
3903      Branch: perl
3904            ! pod/perltodo.pod
3905 ____________________________________________________________________________
3906 [ 31296] By: nicholas                              on 2007/05/28  21:35:45
3907         Log: Subject: Re: Cross patch 31287 broke blead
3908              From: Vadim <vadim@vkonovalov.ru>
3909              Message-ID: <465B11AB.8000608@vkonovalov.ru>
3910              Date: Mon, 28 May 2007 21:30:19 +0400
3911      Branch: perl
3912           +> Cross/Makefile-cross-SH Cross/build-arm-n770-sh
3913            - Cross/Makefile-cross.SH Cross/build-arm-n770.sh
3914            ! MANIFEST
3915 ____________________________________________________________________________
3916 [ 31295] By: nicholas                              on 2007/05/28  18:50:23
3917         Log: Avoid calling SvEND() when SvPOKp() is not true.
3918              Remove an unneeded dupliate SvCUR_set() in Perl_sv_2pv_flags().
3919      Branch: perl
3920            ! sv.c
3921 ____________________________________________________________________________
3922 [ 31294] By: rgs                                   on 2007/05/28  13:36:43
3923         Log: Several POD fixes by Jonathan Stowe
3924      Branch: perl
3925            ! ext/B/B/Concise.pm ext/B/B/Lint.pm pod/perldebguts.pod
3926            ! symbian/PerlBase.pod
3927 ____________________________________________________________________________
3928 [ 31293] By: rgs                                   on 2007/05/28  13:21:23
3929         Log: Subject: [PATCH] Add /nologo to nmake in CPANPLUS::Dist::Build too
3930              From: "Jos I. Boumans" <kane@xs4all.nl>
3931              Date: Mon, 28 May 2007 15:06:52 +0200
3932              Message-Id: <90E1CAA6-8529-4DD1-9D42-A377538E9320@xs4all.nl>
3933      Branch: perl
3934            ! lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t
3935            ! lib/CPANPLUS/Dist/Build/t/src/noxs/Foo-Bar-0.01.tar.gz.packed
3936            ! lib/CPANPLUS/Dist/Build/t/src/xs/Foo-Bar-0.01.tar.gz.packed
3937 ____________________________________________________________________________
3938 [ 31292] By: rgs                                   on 2007/05/28  13:17:54
3939         Log: Subject: [PATCH] Update CPANPLUS to 0.79_03
3940              From: "Jos I. Boumans" <jos@dwim.org>
3941              Date: Mon, 28 May 2007 14:59:11 +0200
3942              Message-Id: <DDD60952-6B63-4AA5-9862-FAE3456AB7CA@dwim.org>
3943      Branch: perl
3944            ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm
3945            ! lib/CPANPLUS/Configure.pm lib/CPANPLUS/Dist.pm
3946            ! lib/CPANPLUS/Dist/MM.pm lib/CPANPLUS/Internals.pm
3947            ! lib/CPANPLUS/Internals/Constants.pm
3948            ! lib/CPANPLUS/Internals/Constants/Report.pm
3949            ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell/Default.pm
3950            ! lib/CPANPLUS/bin/cpan2dist
3951            ! lib/CPANPLUS/t/02_CPANPLUS-Internals.t
3952            ! lib/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t
3953            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
3954            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
3955            ! r-0.01.tar.gz.packed
3956            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
3957            ! tar.gz.packed
3958            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
3959            ! tar.gz.packed
3960            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
3961            ! r.gz.packed
3962            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
3963            ! tar.gz.packed
3964            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
3965            ! r.gz.packed
3966            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
3967            ! cked
3968            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
3969            ! lib/CPANPLUS/t/inc/conf.pl
3970 ____________________________________________________________________________
3971 [ 31291] By: rgs                                   on 2007/05/28  12:52:08
3972         Log: Mention new lexical pragmas big* in perldelta
3973      Branch: perl
3974            ! pod/perl595delta.pod
3975 ____________________________________________________________________________
3976 [ 31290] By: rgs                                   on 2007/05/28  12:47:32
3977         Log: Update Changes
3978      Branch: perl
3979            ! Changes
3980 ____________________________________________________________________________
3981 [ 31289] By: rgs                                   on 2007/05/28  12:44:29
3982         Log: Update outdated example
3983      Branch: perl
3984            ! pod/perlpod.pod
3985 ____________________________________________________________________________
3986 [ 31288] By: rgs                                   on 2007/05/28  12:33:05
3987         Log: Update to Archive::Extract 0.20, and re-apply patch #31158
3988      Branch: perl
3989            + lib/Archive/Extract/t/src/x.Z.packed
3990            ! MANIFEST lib/Archive/Extract.pm
3991            ! lib/Archive/Extract/t/01_Archive-Extract.t
3992            ! lib/Archive/Extract/t/src/double_dir.zip.packed
3993            ! lib/Archive/Extract/t/src/x.bz2.packed
3994            ! lib/Archive/Extract/t/src/x.gz.packed
3995            ! lib/Archive/Extract/t/src/x.jar.packed
3996            ! lib/Archive/Extract/t/src/x.par.packed
3997            ! lib/Archive/Extract/t/src/x.tar.gz.packed
3998            ! lib/Archive/Extract/t/src/x.tar.packed
3999            ! lib/Archive/Extract/t/src/x.tgz.packed
4000            ! lib/Archive/Extract/t/src/x.zip.packed
4001            ! lib/Archive/Extract/t/src/y.jar.packed
4002            ! lib/Archive/Extract/t/src/y.par.packed
4003            ! lib/Archive/Extract/t/src/y.tar.bz2.packed
4004            ! lib/Archive/Extract/t/src/y.tar.gz.packed
4005            ! lib/Archive/Extract/t/src/y.tar.packed
4006            ! lib/Archive/Extract/t/src/y.tbz.packed
4007            ! lib/Archive/Extract/t/src/y.tgz.packed
4008            ! lib/Archive/Extract/t/src/y.zip.packed
4009 ____________________________________________________________________________
4010 [ 31287] By: rgs                                   on 2007/05/28  12:03:25
4011         Log: Subject: linux arm cross-compilation
4012              From: Vadim <vadim@vkonovalov.ru>
4013              Date: Mon, 28 May 2007 01:23:46 +0400
4014              Message-ID: <4659F6E2.3090805@vkonovalov.ru>
4015              
4016              with adjustments to the MANIFEST
4017      Branch: perl
4018            + Cross/Makefile-cross.SH Cross/build-arm-n770.sh
4019            + Cross/cflags-cross-arm Cross/config.sh-arm-linux-n770
4020            + ext/util/make_ext_cross
4021            ! MANIFEST configpm
4022 ____________________________________________________________________________
4023 [ 31286] By: rgs                                   on 2007/05/28  11:14:32
4024         Log: Bump version number
4025              
4026              Subject: [PATCH] Update log::message::simple to 0.02
4027              From: "Jos I. Boumans" <jib@ripe.net>
4028              Date: Mon, 28 May 2007 12:04:02 +0200
4029              Message-Id: <EB397A0C-713C-4E42-92DB-DD8B808AE34C@ripe.net>
4030      Branch: perl
4031            ! lib/Log/Message/Simple.pm
4032 ____________________________________________________________________________
4033 [ 31285] By: rgs                                   on 2007/05/28  10:17:22
4034         Log: Subject: Re: [PATCH] Math::BigInt v1.87 take 5
4035              From: Tels <nospam-abuse@bloodgate.com>
4036              Date: Sun, 27 May 2007 15:54:29 +0000
4037              Message-Id: <200705271554.32054@bloodgate.com>
4038      Branch: perl
4039            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4040            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
4041 ____________________________________________________________________________
4042 [ 31284] By: rgs                                   on 2007/05/28  09:45:39
4043         Log: Subject: [PATCH] Math::BigInt::FastCalc v0.15
4044              From: Tels <nospam-abuse@bloodgate.com>
4045              Date: Sun, 27 May 2007 14:43:15 +0000
4046              Message-Id: <200705271443.16138@bloodgate.com>
4047      Branch: perl
4048            ! ext/Math/BigInt/FastCalc/FastCalc.pm
4049            ! ext/Math/BigInt/FastCalc/FastCalc.xs
4050            ! ext/Math/BigInt/FastCalc/Makefile.PL
4051            ! ext/Math/BigInt/FastCalc/t/leak.t
4052 ____________________________________________________________________________
4053 [ 31283] By: craigb                                on 2007/05/27  01:54:45
4054         Log: In the stat() wrapper for VMS, always allow extended characters
4055              (such as multiple dots) in the filename regardless of environment
4056              setting.
4057      Branch: perl
4058            ! vms/vms.c
4059 ____________________________________________________________________________
4060 [ 31282] By: craigb                                on 2007/05/27  01:50:46
4061         Log: In the homegrown readdir() for VMS, always treat unix-style paths
4062              appropriately regardless of environment setting, and also remove
4063              the escape characters from escaped dots.
4064      Branch: perl
4065            ! vms/vms.c
4066 ____________________________________________________________________________
4067 [ 31281] By: rgs                                   on 2007/05/26  06:54:40
4068         Log: Bad orientation in doc, noticed by Jan Dubois.
4069      Branch: perl
4070            ! pod/perl595delta.pod
4071 ____________________________________________________________________________
4072 [ 31280] By: davem                                 on 2007/05/25  23:26:33
4073         Log: delete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbg
4074              the first two aren't used, and the last two are just place holders
4075              to ensure that both runops functions get linked in; so make them
4076              global rather than per-interpeter
4077      Branch: perl
4078            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
4079 ____________________________________________________________________________
4080 [ 31279] By: craigb                                on 2007/05/25  22:19:40
4081         Log: Subject: Re: argproc.c license Re: [perl #43037] Bad license in perl distribution
4082              From: Mark Pizzolato <mark@infocomm.com>
4083              Date: Fri, 25 May 2007 13:31:17 -0700 (PDT)
4084              Message-ID: <288163.41670.qm@web83606.mail.sp1.yahoo.com>
4085      Branch: perl
4086            ! vms/vms.c
4087 ____________________________________________________________________________
4088 [ 31278] By: davem                                 on 2007/05/25  19:16:50
4089         Log: fix coredump in S_varname (tickled by Devel::Profile)
4090              a 'Use of uninitialized value' warning within a DB sub
4091              attempted to use the pad of the caller to locate the offending
4092              lexical
4093      Branch: perl
4094            ! sv.c
4095 ____________________________________________________________________________
4096 [ 31277] By: rgs                                   on 2007/05/25  13:29:34
4097         Log: \R can't be used in a char class
4098      Branch: perl
4099            ! pod/perlre.pod
4100 ____________________________________________________________________________
4101 [ 31276] By: rgs                                   on 2007/05/25  13:28:39
4102         Log: Document new escapes in perldelta
4103      Branch: perl
4104            ! pod/perl595delta.pod
4105 ____________________________________________________________________________
4106 [ 31275] By: steveh                                on 2007/05/25  10:15:54
4107         Log: Change #31270 should have updated proto.h to match
4108      Branch: perl
4109            ! embed.fnc proto.h
4110 ____________________________________________________________________________
4111 [ 31274] By: rgs                                   on 2007/05/25  09:57:33
4112         Log: Upgrade to Archive::Tar 1.32.
4113      Branch: perl
4114            ! lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
4115            ! lib/Archive/Tar/File.pm
4116            ! lib/Archive/Tar/t/src/long/bar.tar.packed
4117            ! lib/Archive/Tar/t/src/long/foo.tgz.packed
4118            ! lib/Archive/Tar/t/src/short/bar.tar.packed
4119            ! lib/Archive/Tar/t/src/short/foo.tgz.packed
4120 ____________________________________________________________________________
4121 [ 31273] By: rgs                                   on 2007/05/25  09:29:12
4122         Log: Document that ptardiff needs Text::Diff
4123      Branch: perl
4124            ! pod/perlutil.pod
4125 ____________________________________________________________________________
4126 [ 31272] By: rgs                                   on 2007/05/25  09:20:45
4127         Log: Document cpanp and cpan2dist
4128      Branch: perl
4129            ! pod/perl595delta.pod pod/perlutil.pod
4130 ____________________________________________________________________________
4131 [ 31271] By: steveh                                on 2007/05/25  09:18:45
4132         Log: Fix the ext/IO/t/io_sock.t failure when built with VC++ 2005
4133              
4134              Unknown to me win32/win32.h was defining USE_FIXED_OSFHANDLE, which
4135              arranged for a black magic fix to MSVCRT.DLL's _open_osfhandle() to
4136              be used. It seems that this is inappropriate for VC++ versions later
4137              than 6.x, since they don't use that DLL: simply not defining that
4138              symbol makes the io_sock.t failure go away.
4139              
4140              (Compare change #29233, which similarly disabled the fix to
4141              MSVCRT.DLL's read() for VC++ versions later than 6.x.)
4142      Branch: perl
4143            ! README.win32 win32/win32.h
4144 ____________________________________________________________________________
4145 [ 31270] By: rgs                                   on 2007/05/25  07:46:08
4146         Log: Subject: [PATCH] Consting dump.c
4147              From: Andy Lester <andy@petdance.com>
4148              Date: Thu, 24 May 2007 13:25:43 -0500
4149              Message-Id: <B46A083E-A133-4D38-9BE8-BE1EB0AAA326@petdance.com>
4150      Branch: perl
4151            ! XSUB.h doop.c dump.c
4152 ____________________________________________________________________________
4153 [ 31269] By: rgs                                   on 2007/05/24  17:18:24
4154         Log: Subject: Re: perl pragma [PATCH]
4155              From: Tels <nospam-abuse@bloodgate.com>
4156              Date: Wed, 23 May 2007 21:35:58 +0000
4157              Message-Id: <200705232135.59546@bloodgate.com>
4158      Branch: perl
4159            + lib/bignum/t/in_effect.t lib/bignum/t/scope_f.t
4160            + lib/bignum/t/scope_i.t lib/bignum/t/scope_r.t
4161            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bigrat.pm
4162 ____________________________________________________________________________
4163 [ 31268] By: rgs                                   on 2007/05/24  16:12:58
4164         Log: Subject: [perl #43010] [PATCH] Deparse, ''->(), ::(), sub :: {}, etc. 
4165              From: Father Chrysostomos (via RT) <perlbug-followup@perl.org>
4166              Date: Sun, 20 May 2007 21:44:42 -0700
4167              Message-ID: <rt-3.6.HEAD-4015-1179722682-636.43010-75-0@perl.org>
4168      Branch: perl
4169            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
4170 ____________________________________________________________________________
4171 [ 31267] By: rgs                                   on 2007/05/24  15:37:40
4172         Log: Adjustment to the test for importing feature bundles,
4173              found by Hugo
4174      Branch: perl
4175            ! lib/feature.pm
4176 ____________________________________________________________________________
4177 [ 31266] By: rgs                                   on 2007/05/24  15:12:41
4178         Log: Subject: [PATCH] update CPANPLUS::Dist::Build to 0.06_01
4179              From: "Jos I. Boumans" <kane@dwim.org>
4180              Date: Tue, 22 May 2007 14:45:19 +0200
4181              Message-Id: <208F4537-CCF8-401B-9F97-EF1902EA2FB6@dwim.org>
4182      Branch: perl
4183            ! lib/CPANPLUS/Dist/Build.pm
4184            ! lib/CPANPLUS/Dist/Build/t/01_CPANPLUS-Dist-Build-Constants.t
4185            ! lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t
4186            ! lib/CPANPLUS/Dist/Build/t/inc/conf.pl
4187            ! lib/CPANPLUS/Dist/Build/t/src/noxs/Foo-Bar-0.01.tar.gz.packed
4188            ! lib/CPANPLUS/Dist/Build/t/src/xs/Foo-Bar-0.01.tar.gz.packed
4189 ____________________________________________________________________________
4190 [ 31265] By: rgs                                   on 2007/05/24  13:29:01
4191         Log: It suddendly annoyed me that corelist returned sometimes two
4192              spaces in a row.
4193      Branch: perl
4194            ! lib/Module/CoreList/bin/corelist
4195 ____________________________________________________________________________
4196 [ 31264] By: rgs                                   on 2007/05/24  11:17:31
4197         Log: Doc nits by Steven Schubiger
4198      Branch: perl
4199            ! pod/perlintro.pod
4200 ____________________________________________________________________________
4201 [ 31263] By: rgs                                   on 2007/05/24  08:25:52
4202         Log: perldelta additions suggested by Steve Hay
4203      Branch: perl
4204            ! pod/perl595delta.pod
4205 ____________________________________________________________________________
4206 [ 31262] By: rgs                                   on 2007/05/24  08:18:31
4207         Log: Subject: [PATCH revised] threads::shared 1.12
4208              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4209              Date: Wed, 23 May 2007 09:28:28 -0400
4210              Message-ID: <1ff86f510705230628n73c16e2gc67a3ec05d57c5f3@mail.gmail.com>
4211      Branch: perl
4212            ! ext/threads/shared/Changes ext/threads/shared/README
4213            ! ext/threads/shared/shared.pm ext/threads/shared/t/wait.t
4214            ! ext/threads/shared/t/waithires.t
4215 ____________________________________________________________________________
4216 [ 31260] By: rgs                                   on 2007/05/23  10:20:29
4217         Log: Perldelta nit by Brandon Black
4218      Branch: perl
4219            ! pod/perl595delta.pod
4220 ____________________________________________________________________________
4221 [ 31259] By: steveh                                on 2007/05/23  08:12:14
4222         Log: Subject: RE: [PATCH] Skip ext/Win32/t/Unicode.t under Cygwin
4223              From: "Jan Dubois" <jand@activestate.com>
4224              Date: Tue, 22 May 2007 16:35:27 -0700
4225              Message-ID: <06dd01c79cc9$e101ce60$a3056b20$@com>
4226              
4227              Reinstates the test under Cygwin and fixes it.
4228      Branch: perl
4229            ! ext/Win32/t/Unicode.t
4230 ____________________________________________________________________________
4231 [ 31258] By: stevep                                on 2007/05/23  01:58:07
4232         Log: Subject: [PATCH] Forgotten Cygwin patch
4233              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4234              Date: Tue, 22 May 2007 20:58:04 -0400
4235              Message-ID: <1ff86f510705221758p71418517ncb89fac289d74c35@mail.gmail.com>
4236      Branch: perl
4237            ! cygwin/perlld.in
4238 ____________________________________________________________________________
4239 [ 31257] By: rgs                                   on 2007/05/22  14:12:18
4240         Log: Add MidnightBSD to the list of Unix-like OSes
4241      Branch: perl
4242            ! lib/Module/Build.pm
4243 ____________________________________________________________________________
4244 [ 31256] By: rgs                                   on 2007/05/22  10:07:09
4245         Log: Update perldelta
4246      Branch: perl
4247            ! pod/perl595delta.pod
4248 ____________________________________________________________________________
4249 [ 31255] By: davem                                 on 2007/05/21  22:35:15
4250         Log: move PL_error_count into the PL_parser struct
4251      Branch: perl
4252            ! embedvar.h intrpvar.h op.c parser.h perl.c perlapi.h pp_ctl.c
4253            ! sv.c toke.c
4254 ____________________________________________________________________________
4255 [ 31254] By: davem                                 on 2007/05/21  21:02:50
4256         Log: move PL_multi_end into the PL_parser struct
4257      Branch: perl
4258            ! embedvar.h intrpvar.h op.c parser.h perlapi.h sv.c toke.c
4259 ____________________________________________________________________________
4260 [ 31253] By: stevep                                on 2007/05/21  20:52:10
4261         Log: Subject: Re: Smoke failures with blead@31225 (Linux) [PATCH]
4262              From: Tels <nospam-abuse@bloodgate.com>
4263              Date: Mon, 21 May 2007 20:17:20 +0000
4264              Message-Id: <200705212017.23224@bloodgate.com>
4265      Branch: perl
4266            ! lib/Math/BigInt/Calc.pm
4267 ____________________________________________________________________________
4268 [ 31252] By: davem                                 on 2007/05/21  19:57:24
4269         Log: move PL_tokenbuf into the PL_parser struct
4270      Branch: perl
4271            ! embedvar.h intrpvar.h parser.h perlapi.h sv.c toke.c utf8.c
4272 ____________________________________________________________________________
4273 [ 31251] By: rgs                                   on 2007/05/21  16:46:04
4274         Log: Update Changes
4275      Branch: perl
4276            ! Changes
4277 ____________________________________________________________________________
4278 [ 31250] By: rgs                                   on 2007/05/21  14:29:02
4279         Log: Subject: [PATCH] Skip ext/Win32/t/Unicode.t under Cygwin
4280              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4281              Date: Sat, 19 May 2007 11:56:40 -0400
4282              Message-ID: <1ff86f510705190856o2a98f1a5sd6f316f863e60c87@mail.gmail.com>
4283      Branch: perl
4284            ! ext/Win32/t/Unicode.t
4285 ____________________________________________________________________________
4286 [ 31249] By: rgs                                   on 2007/05/21  14:27:03
4287         Log: Subject: [PATCH] Skip win32core.t under Cygwin
4288              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4289              Date: Sat, 19 May 2007 08:43:47 -0400
4290              Message-ID: <1ff86f510705190543r505cfc2fua18e87cd665b8f6e@mail.gmail.com>
4291      Branch: perl
4292            ! ext/Win32CORE/t/win32core.t
4293 ____________________________________________________________________________
4294 [ 31248] By: merijn                                on 2007/05/21  06:26:31
4295         Log: Subject: [PATCH] pp_sys.c: gethostbyaddr
4296              From: Jarkko Hietaniemi <jhi@iki.fi>
4297              Date: Mon, 21 May 2007 00:02:38 -0400
4298              Message-ID: <465119DE.6040208@iki.fi>
4299      Branch: perl
4300            ! pp_sys.c
4301 ____________________________________________________________________________
4302 [ 31247] By: craigb                                on 2007/05/21  04:33:27
4303         Log: VMSify uupacktool.pl and run it during VMS build.
4304      Branch: perl
4305            ! uupacktool.pl vms/descrip_mms.template
4306 ____________________________________________________________________________
4307 [ 31246] By: davem                                 on 2007/05/20  23:56:30
4308         Log: delete unused vars PL_av_fetch_sv, PL_hv_fetch_sv
4309              and fix 'duplicate symbol' warnings from embed.pl
4310              for utf8cache and sh_path
4311      Branch: perl
4312            ! embedvar.h intrpvar.h perlapi.h perlvars.h
4313 ____________________________________________________________________________
4314 [ 31245] By: davem                                 on 2007/05/20  23:10:15
4315         Log: delete thrdvar.h and move its contents to intrpvar.h
4316      Branch: perl
4317            - thrdvar.h
4318            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
4319            ! embed.pl embedvar.h global.sym intrpvar.h
4320            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm makedef.pl
4321            ! perl.c perl.h perlapi.c perlapi.h pod/perlapi.pod
4322            ! pod/perlintern.pod pod/perltodo.pod proto.h sv.c
4323            ! vms/descrip_mms.template win32/Makefile win32/Makefile.ce
4324            ! win32/makefile.mk
4325 ____________________________________________________________________________
4326 [ 31244] By: rgs                                   on 2007/05/20  12:58:53
4327         Log: Subject: [PATCH] Minor perlreapi.pod cleanup
4328              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
4329              Date: Wed, 16 May 2007 16:38:44 +0000
4330              Message-ID: <51dd1af80705160938w13789b63m6d5f4710441ceac@mail.gmail.com>
4331      Branch: perl
4332            ! pod/perlreapi.pod regexp.h
4333 ____________________________________________________________________________
4334 [ 31243] By: rgs                                   on 2007/05/20  12:55:20
4335         Log: Update Archive::Tar to 1.31
4336      Branch: perl
4337            + lib/Archive/Tar/t/99_pod.t lib/Archive/Tar/t/src/long/b
4338            + lib/Archive/Tar/t/src/long/bar.tar.packed
4339            + lib/Archive/Tar/t/src/long/foo.tgz.packed
4340            + lib/Archive/Tar/t/src/short/b
4341            + lib/Archive/Tar/t/src/short/bar.tar.packed
4342            + lib/Archive/Tar/t/src/short/foo.tgz.packed
4343            - lib/Archive/Tar/t/00_setup.t lib/Archive/Tar/t/99_clean.t
4344            ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/File.pm
4345            ! lib/Archive/Tar/t/02_methods.t
4346 ____________________________________________________________________________
4347 [ 31242] By: rgs                                   on 2007/05/20  12:50:02
4348         Log: Subject: RE: When is -DPERL_CORE required?
4349              From: "Jan Dubois" <jand@activestate.com>
4350              Date: Fri, 18 May 2007 10:57:35 -0700
4351              Message-ID: <044601c79976$046691d0$0d33b570$@com>
4352      Branch: perl
4353            ! win32/win32.h
4354 ____________________________________________________________________________
4355 [ 31241] By: rgs                                   on 2007/05/20  12:48:01
4356         Log: Subject: [PATCH] Don't use a regex match in lib/feature.pm
4357              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
4358              Date: Fri, 18 May 2007 20:16:53 +0000
4359              Message-ID: <51dd1af80705181316r15f65e45n55903de294565aa1@mail.gmail.com>
4360      Branch: perl
4361            ! lib/feature.pm
4362 ____________________________________________________________________________
4363 [ 31240] By: craigb                                on 2007/05/20  01:00:31
4364         Log: Make VMS's home-grown glob() recognize a directory even without
4365              tell-tale punctuation.
4366      Branch: perl
4367            ! vms/vms.c
4368 ____________________________________________________________________________
4369 [ 31239] By: craigb                                on 2007/05/19  01:00:15
4370         Log: Various mro updates from Brandon Black. References:
4371              <84621a60705111347q40f9dd9ciefa9468e9ff9ca6c@mail.gmail.com>
4372              <84621a60705121458i34ff361fh9166e8558781df41@mail.gmail.com>
4373              <84621a60705141111q70ed307r9181dfc2834a8f5c@mail.gmail.com>
4374              <84621a60705160937h53946fcfg70635908302724e8@mail.gmail.com>
4375      Branch: perl
4376            + t/mro/pkg_gen.t
4377            ! MANIFEST hv.h lib/mro.pm mg.c mro.c sv.c t/mro/basic.t
4378 ____________________________________________________________________________
4379 [ 31238] By: craigb                                on 2007/05/18  22:48:12
4380         Log: Subject: [PATCH] threads 1.62
4381              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4382              Date: Thu, 17 May 2007 12:21:46 -0400
4383              Message-ID: <1ff86f510705170921g77d87898ye2c081fc0df53a9e@mail.gmail.com>
4384      Branch: perl
4385            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
4386            ! ext/threads/t/free.t ext/threads/t/free2.t
4387            ! ext/threads/t/kill.t ext/threads/t/thread.t
4388            ! ext/threads/threads.pm ext/threads/threads.xs
4389 ____________________________________________________________________________
4390 [ 31237] By: craigb                                on 2007/05/18  22:01:51
4391         Log: Subject: [PATCH] Unicode::UCD: add general category and bidi type interfaces
4392              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4393              Date: Fri, 18 May 2007 03:45:29 +0300 (EEST)
4394              Message-Id: <200705180045.l4I0jTeI221780@kosh.hut.fi>
4395      Branch: perl
4396            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
4397 ____________________________________________________________________________
4398 [ 31236] By: craigb                                on 2007/05/18  21:42:56
4399         Log: When trimming long XS symbols on VMS, avoid warnings from operator
4400              precedence mistakes, but for now give the same symbol mangling
4401              results as before.
4402      Branch: perl
4403            ! vms/ext/XSSymSet.pm
4404 ____________________________________________________________________________
4405 [ 31235] By: steveh                                on 2007/05/18  10:46:57
4406         Log: Upgrade to Win32-0.29
4407      Branch: perl
4408            + ext/Win32/longpath.inc ext/Win32/t/CreateFile.t
4409            + ext/Win32/t/GetCurrentThreadId.t ext/Win32/t/Unicode.t
4410            ! MANIFEST ext/Win32/Makefile.PL ext/Win32/Win32.pm
4411            ! ext/Win32/Win32.xs ext/Win32/t/GetFileVersion.t
4412 ____________________________________________________________________________
4413 [ 31234] By: steveh                                on 2007/05/17  09:19:01
4414         Log: Subject: [PATCH] todos for perl 5.12
4415              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4416              Date: Thu, 17 May 2007 04:25:19 +0300 (EEST)
4417              Message-Id: <200705170125.l4H1PJNi198465@kosh.hut.fi>
4418              
4419              (plus a fix for 1 unescaped <>)
4420      Branch: perl
4421            ! pod/perltodo.pod
4422 ____________________________________________________________________________
4423 [ 31233] By: merijn                                on 2007/05/16  21:32:56
4424         Log: Subject: [PATCH] Re: Thread fail/hang on HP-UX 10.20
4425              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4426              Date: Wed, 16 May 2007 14:18:05 -0400
4427              Message-ID: <1ff86f510705161118x55e9d18crdf376ca469f97dc7@mail.gmail.com>
4428      Branch: perl
4429            ! ext/threads/shared/Changes ext/threads/shared/shared.pm
4430            ! ext/threads/shared/t/stress.t
4431 ____________________________________________________________________________
4432 [ 31232] By: merijn                                on 2007/05/16  17:36:15
4433         Log: Subject: [PATCH] Configure (and Makefile.SH): remove ODBM_File early if c++ (this time even with the Configure bits)
4434              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4435              Date: Wed, 16 May 2007 05:33:14 +0300 (EEST)
4436              Message-Id: <200705160233.l4G2XEET143034@kosh.hut.fi>
4437      Branch: perl
4438            ! Configure Makefile.SH
4439 ____________________________________________________________________________
4440 [ 31230] By: steveh                                on 2007/05/16  16:41:48
4441         Log: DynaLoader doesn't seem to need -DPERL_CORE, and no other extensions
4442              are compiled with it, so let's see if we can get away with removing
4443              it. Revert this change if it causes black smoke!
4444      Branch: perl
4445            ! ext/DynaLoader/Makefile.PL
4446 ____________________________________________________________________________
4447 [ 31229] By: steveh                                on 2007/05/16  08:26:09
4448         Log: A more general fix to non-threaded static extension build problems
4449              than #31220 was.
4450      Branch: perl
4451            ! ext/Win32CORE/Makefile.PL lib/ExtUtils/MM_Win32.pm
4452 ____________________________________________________________________________
4453 [ 31228] By: steveh                                on 2007/05/16  07:32:20
4454         Log: Remove comment added by #31218 since the rest of that change was
4455              reverted by #31224
4456      Branch: perl
4457            ! op.h
4458 ____________________________________________________________________________
4459 [ 31227] By: stevep                                on 2007/05/16  03:39:44
4460         Log: Subject: [PATCH] DBM_Filter test: use std test preamble
4461              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4462              Date: Wed, 16 May 2007 05:29:17 +0300 (EEST)
4463              Message-Id: <200705160229.l4G2THSE421947@kosh.hut.fi>
4464      Branch: perl
4465            ! lib/DBM_Filter/t/01error.t
4466 ____________________________________________________________________________
4467 [ 31226] By: craigb                                on 2007/05/16  03:08:51
4468         Log: Better suppression of Threads build (probably still needed on 5.8.x)
4469      Branch: perl
4470            ! configure.com
4471 ____________________________________________________________________________
4472 [ 31225] By: davem                                 on 2007/05/15  21:51:03
4473         Log: change 31200 broke src filters used within an eval
4474              eg BEGIN { eval q(use MyFilter) } would ignore the filter
4475      Branch: perl
4476            ! toke.c
4477 ____________________________________________________________________________
4478 [ 31224] By: stevep                                on 2007/05/15  18:56:23
4479         Log: Move pmop.op_pmflags back to its previous location.  The move in
4480              change #31218 was causing segfaults in miniperl on 32-bit
4481              environments.
4482      Branch: perl
4483            ! op.h
4484 ____________________________________________________________________________
4485 [ 31222] By: stevep                                on 2007/05/15  17:21:30
4486         Log: Subject: [PATCH] Math::BigInt v1.87
4487              From: Tels <nospam-abuse@bloodgate.com>
4488              Date: Sun, 13 May 2007 14:34:11 +0000
4489              Message-Id: <200705131434.11992@bloodgate.com>
4490              
4491              Subject: Re: [PATCH] Math::BigInt v1.87 (take 2)
4492              From: Tels <nospam-abuse@bloodgate.com>
4493              Date: Mon, 14 May 2007 15:41:36 +0000
4494              Message-Id: <200705141541.40678@bloodgate.com>
4495              
4496              Subject: Re: [PATCH] Math::BigInt v1.87 (take 3)
4497              From: Tels <nospam-abuse@bloodgate.com>
4498              Date: Tue, 15 May 2007 19:02:54 +0000
4499              Message-Id: <200705151902.57372@bloodgate.com>
4500      Branch: perl
4501            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4502            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
4503            ! lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/config.t
4504 ____________________________________________________________________________
4505 [ 31221] By: steveh                                on 2007/05/15  15:45:50
4506         Log: Subject: [PATCH] Win32CORE.c needed windows.h
4507              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4508              Date: Tue, 15 May 2007 09:10:00 -0400
4509              Message-ID: <1ff86f510705150609l1c178629i97091adbd02b6463@mail.gmail.com>
4510              
4511              (plus a #define to save windows.h pulling in so much stuff.)
4512              
4513              Fixes a build error on Cygwin caused by #31214.
4514      Branch: perl
4515            ! ext/Win32CORE/Win32CORE.c
4516 ____________________________________________________________________________
4517 [ 31220] By: steveh                                on 2007/05/15  08:19:56
4518         Log: Subject: RE: Smoke summary results for maint and current on Win32
4519              From: "Jan Dubois" <jand@activestate.com>
4520              Date: Mon, 14 May 2007 14:58:19 -0700
4521              Message-ID: <013401c79672$fbbdb320$f3391960$@com>
4522              
4523              Fixes non-threaded builds on Win32 (which had warnings with VC and
4524              errors with GCC) by compiling the statically linked extension
4525              Win32CORE with -DPERLDLL.
4526              
4527              The same fix should be applied more generally to all statically
4528              linked extensions so a further change may be forthcoming, but this
4529              at least gets the standard non-threaded build working again.
4530      Branch: perl
4531            ! ext/Win32CORE/Makefile.PL
4532 ____________________________________________________________________________
4533 [ 31219] By: steveh                                on 2007/05/15  08:15:32
4534         Log: Subject: RE: [perl #42925] Win32::GetLastError fails when first called
4535              From: "Jan Dubois" <jand@activestate.com>
4536              Date: Mon, 14 May 2007 15:18:22 -0700
4537              Message-ID: <014e01c79675$c8bfc6e0$5a3f54a0$@com>
4538              
4539              Improved test: make sure that Win32 isn't already loaded when you call
4540              Win32::GetLastError()
4541      Branch: perl
4542            ! ext/Win32CORE/t/win32core.t
4543 ____________________________________________________________________________
4544 [ 31218] By: nicholas                              on 2007/05/15  07:36:57
4545         Log: BASEOP isn't an exact multiple of 8 bytes, so reordering pmop and cop
4546              to put a 32 bit member first elimiates structure padding on LP64.
4547      Branch: perl
4548            ! cop.h op.h
4549 ____________________________________________________________________________
4550 [ 31217] By: nicholas                              on 2007/05/14  22:32:16
4551         Log: PERL_IMPLICIT_CONTEXT is usually defined for threads, so assume that
4552              its int needs a friend under LP64.
4553              gcc -Wpaddedspotted padding I'd missed in thrdvar.h
4554      Branch: perl
4555            ! intrpvar.h thrdvar.h
4556 ____________________________________________________________________________
4557 [ 31216] By: nicholas                              on 2007/05/14  22:16:04
4558         Log: Subject: [PATCH] threads::shared 1.11
4559              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4560              Message-ID: <1ff86f510705140517n1c140d96nca36667bcbbc27f@mail.gmail.com>
4561              Date: Mon, 14 May 2007 08:17:51 -0400
4562      Branch: perl
4563            ! ext/threads/shared/Changes ext/threads/shared/README
4564            ! ext/threads/shared/shared.pm
4565 ____________________________________________________________________________
4566 [ 31215] By: steveh                                on 2007/05/14  16:56:22
4567         Log: Test for [perl #42925], which was fixed by #31214
4568      Branch: perl
4569            ! ext/Win32CORE/t/win32core.t
4570 ____________________________________________________________________________
4571 [ 31214] By: steveh                                on 2007/05/14  16:54:30
4572         Log: Subject: RE: [perl #42925] Win32::GetLastError fails when first called 
4573              From: "Jan Dubois" <jand@activestate.com>
4574              Date: Fri, 11 May 2007 16:55:17 -0700
4575              Message-ID: <02bd01c79427$d36140b0$7a23c210$@com>
4576      Branch: perl
4577            ! ext/Win32CORE/Win32CORE.c
4578 ____________________________________________________________________________
4579 [ 31213] By: steveh                                on 2007/05/14  16:22:04
4580         Log: Older versions of windres interpret "-I" as the input format,
4581              so use the long option name "--include-dir" instead.
4582      Branch: perl
4583            ! win32/makefile.mk
4584 ____________________________________________________________________________
4585 [ 31212] By: stevep                                on 2007/05/13  16:47:40
4586         Log: Upgrade to Encode-2.21
4587      Branch: perl
4588            + ext/Encode/lib/Encode/MIME/Name.pm ext/Encode/t/mime-name.t
4589            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Encode.xs
4590            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
4591            ! ext/Encode/lib/Encode/Encoding.pm
4592 ____________________________________________________________________________
4593 [ 31211] By: stevep                                on 2007/05/13  16:35:02
4594         Log: Subject: [PATCH] Restore Windows NT support
4595              From: "Jan Dubois" <jand@activestate.com>
4596              Date: Fri, 11 May 2007 18:25:39 -0700
4597              Message-ID: <02d101c79434$743be100$5cb3a300$@com>
4598      Branch: perl
4599            ! win32/perllib.c win32/vdir.h win32/win32.c
4600 ____________________________________________________________________________
4601 [ 31209] By: davem                                 on 2007/05/13  01:17:42
4602         Log: fix some (mostly MAD) compiler warnings
4603      Branch: perl
4604            ! perly.act perly.tab perly.y toke.c
4605 ____________________________________________________________________________
4606 [ 31208] By: davem                                 on 2007/05/12  22:44:02
4607         Log: Give the 'local' declarator a new key, such that 'local our'
4608              declaration don't have multiple 'd' keys.
4609              
4610              Subject:  [PATCH] mad: different key for the locale declarator
4611              From:  Gerard Goossen <gerard@tty.nl>
4612              Date:    Tue May 8 17:42:45 2007 +0200
4613              Message-Id:  <20070508171125.GI17043@ostwald>
4614      Branch: perl
4615            ! mad/Nomad.pm op.h perly.act perly.y
4616 ____________________________________________________________________________
4617 [ 31207] By: davem                                 on 2007/05/12  22:43:01
4618         Log: move the logic of combining '_' and '#' with the previous logic
4619              from Nomad.pm to dump.c. So they are already combined in the XML
4620              dump.
4621              
4622              Subject:  [PATCH] mad: combine whitespace keys '_' '#' in dump.c instead of Nomad.pm
4623              From:  Gerard Goossen <gerard@tty.nl>
4624              Date:    Sun Mar 25 13:36:31 2007 +0200
4625              Message-Id:  <20070508170341.GH17043@ostwald>
4626      Branch: perl
4627            ! dump.c mad/Nomad.pm
4628 ____________________________________________________________________________
4629 [ 31206] By: davem                                 on 2007/05/12  22:42:09
4630         Log: Subject:  [PATCH] Disable slurping assigned of split when PL_madskills
4631              From:  Gerard Goossen <gerard@tty.nl>
4632              Date:    Tue May 8 15:15:09 2007 +0200
4633              Message-Id:  <20070508164400.GA15860@ostwald>
4634      Branch: perl
4635            ! mad/Nomad.pm op.c op.h
4636 ____________________________________________________________________________
4637 [ 31205] By: davem                                 on 2007/05/12  22:41:17
4638         Log: Subject:  [PATCH] Disable !a&&b, !b||a optimalization when PL_madskills
4639              From:  Gerard Goossen <gerard@tty.nl>
4640              Date:    Tue May 8 16:09:17 2007 +0200
4641              Message-Id:  <20070508164556.GB15860@ostwald>
4642      Branch: perl
4643            ! op.c
4644 ____________________________________________________________________________
4645 [ 31204] By: davem                                 on 2007/05/12  22:40:05
4646         Log: Disable operator target setting for 'my' variables (OPpTARGET_MY)
4647              when madskills is active. Remove the p55 code required for dealing
4648              with the optimized tree.
4649              
4650              Subject:  [PATCH] disable operator with target my when madskills enabled
4651              From:  Gerard Goossen <gerard@tty.nl>
4652              Date:    Thu Apr 19 15:31:27 2007 +0200
4653              Message-Id:  <20070419133822.GG19244@ostwald>
4654              
4655              also:
4656              
4657              Remove the just remove madprop 'M' doc
4658              
4659              Message-ID: <20070419134549.GH19244@ostwald>
4660      Branch: perl
4661            ! mad/Nomad.pm op.c op.h
4662 ____________________________________________________________________________
4663 [ 31203] By: davem                                 on 2007/05/12  22:17:40
4664         Log: move PL_in_my and PL_in_my_stash into the PL_parser struct
4665      Branch: perl
4666            ! embedvar.h intrpvar.h op.c pad.c parser.h perlapi.h perly.act
4667            ! perly.y sv.c toke.c utf8.c
4668 ____________________________________________________________________________
4669 [ 31202] By: davem                                 on 2007/05/12  20:06:41
4670         Log: eliminate a stray PL_lex_state
4671      Branch: perl
4672            ! toke.c
4673 ____________________________________________________________________________
4674 [ 31201] By: davem                                 on 2007/05/12  19:51:37
4675         Log: save old PL_curcop value in parser struct
4676      Branch: perl
4677            ! parser.h toke.c
4678 ____________________________________________________________________________
4679 [ 31200] By: davem                                 on 2007/05/12  19:21:02
4680         Log: move PL_rsfp_filters into the parser struct
4681      Branch: perl
4682            ! embed.fnc embed.h embedvar.h
4683            ! ext/Devel/PPPort/parts/inc/variables
4684            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
4685            ! intrpvar.h op.c parser.h perl.c perl.h perlapi.h perly.act
4686            ! perly.tab perly.y pp_ctl.c proto.h sv.c toke.c
4687 ____________________________________________________________________________
4688 [ 31199] By: davem                                 on 2007/05/11  23:22:24
4689         Log: move PL_rsfp into the PL_parser struct
4690              and simplify its creation and destruction
4691      Branch: perl
4692            ! embed.fnc embed.h embedvar.h
4693            ! ext/Devel/PPPort/parts/inc/variables intrpvar.h op.c parser.h
4694            ! perl.c perlapi.h pp_ctl.c proto.h sv.c toke.c
4695 ____________________________________________________________________________
4696 [ 31198] By: nicholas                              on 2007/05/10  22:32:57
4697         Log: Work around to get Unicode tests passing.
4698      Branch: perl
4699            ! ext/Unicode/Normalize/mkheader
4700 ____________________________________________________________________________
4701 [ 31197] By: stevep                                on 2007/05/10  20:34:21
4702         Log: Fix Pod nit in perlfunc
4703      Branch: perl
4704            ! pod/perlfunc.pod
4705 ____________________________________________________________________________
4706 [ 31196] By: rgs                                   on 2007/05/10  14:49:37
4707         Log: Update the *::Compress::* modules maintainers information
4708      Branch: perl
4709            ! Porting/Maintainers.pl
4710 ____________________________________________________________________________
4711 [ 31195] By: rgs                                   on 2007/05/10  13:12:38
4712         Log: Replace a call to utf8::encode by a pack/unpack combination,
4713              so that code runs under 5.6 too
4714      Branch: perl
4715            ! lib/CGI/Util.pm
4716 ____________________________________________________________________________
4717 [ 31194] By: rgs                                   on 2007/05/10  12:41:08
4718         Log: Subject: Re: Compress::Zlib, pack "C" and utf-8 [PATCH]
4719              From: Marc Lehmann <schmorp@schmorp.de>
4720              Date: Thu, 12 Apr 2007 08:41:53 +0200
4721              Message-ID: <20070412064153.GA22475@schmorp.de>
4722      Branch: perl
4723            ! ext/Encode/t/encoding.t ext/Storable/t/utf8hash.t
4724            ! ext/Unicode/Normalize/t/short.t lib/CGI/Util.pm
4725            ! pod/perlfunc.pod pp_pack.c t/op/chr.t t/op/pack.t
4726            ! t/op/utftaint.t
4727 ____________________________________________________________________________
4728 [ 31193] By: rgs                                   on 2007/05/10  10:39:13
4729         Log: New data for Unicode on older versions, thanks to Nicholas
4730              and Dave Rolsky
4731      Branch: perl
4732            ! lib/Module/CoreList.pm
4733 ____________________________________________________________________________
4734 [ 31192] By: rgs                                   on 2007/05/10  10:18:32
4735         Log: first_release() now returns the first release in the order of
4736              perl version numbers. Add a new method first_release_by_date()
4737              to keep the old behaviour available. Suggested by Michael G Schwern.
4738      Branch: perl
4739            ! lib/Module/CoreList.pm lib/Module/CoreList/t/corelist.t
4740 ____________________________________________________________________________
4741 [ 31191] By: rgs                                   on 2007/05/10  08:50:44
4742         Log: Subject: [PATCH] Fix bignum-0.21
4743              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4744              Date: Wed, 9 May 2007 21:05:52 -0400
4745              Message-ID: <1ff86f510705091805n37c4137u16a35ca27810979f@mail.gmail.com>
4746      Branch: perl
4747            ! lib/bignum.pm lib/bignum/t/option_l.t
4748 ____________________________________________________________________________
4749 [ 31190] By: rgs                                   on 2007/05/10  08:39:04
4750         Log: Small fix to a previous patch on magic $<digit> variables.
4751              
4752              Subject: [PATCH]
4753              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
4754              Date: Thu, 10 May 2007 02:24:48 +0000
4755              Message-ID: <51dd1af80705091924q77c2ca23n30359779b96ab909@mail.gmail.com>
4756      Branch: perl
4757            ! mg.c
4758 ____________________________________________________________________________
4759 [ 31189] By: rgs                                   on 2007/05/10  08:27:35
4760         Log: Regarding precedence, filetest operators are the same than
4761              unary operators, but not regarding parsing and parentheses
4762              (see toke.c). Spotted by Eirik Berg Hanssen.
4763      Branch: perl
4764            ! pod/perlfunc.pod
4765 ____________________________________________________________________________
4766 [ 31188] By: steveh                                on 2007/05/10  08:09:18
4767         Log: Subject: Re: [perl #42869] Problem killing a pseudo-forked child on Win32
4768              From: Dave Mitchell <davem@iabyn.com>
4769              Date: Thu, 3 May 2007 22:39:23 +0100
4770              Message-ID: <20070503213923.GH24804@iabyn.com>
4771              
4772              Fixes the failure to kill a pseudo-forked child on Win32 described in
4773              [perl #42869], but the "Free to wrong pool" error remains
4774      Branch: perl
4775            ! win32/win32.c
4776 ____________________________________________________________________________
4777 [ 31187] By: merijn                                on 2007/05/09  22:09:24
4778         Log: Subject: [PATCH] Syntax error in Configure in blead
4779              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
4780              Date: Wed, 9 May 2007 20:30:04 +0000
4781              Message-ID: <51dd1af80705091330h1bb9b508g2154b03868b71d07@mail.gmail.com>
4782      Branch: perl
4783            ! Configure
4784 ____________________________________________________________________________
4785 [ 31185] By: rgs                                   on 2007/05/09  17:20:35
4786         Log: Subject: [PATCH] Remove unused parms in S_isa_lookup
4787              From: Andy Lester <andy@petdance.com>
4788              Date: Wed, 9 May 2007 11:49:13 -0500
4789              Message-Id: <1CBA316A-EC1D-4E8F-8DEE-35322F390358@petdance.com>
4790      Branch: perl
4791            ! embed.fnc embed.h proto.h universal.c
4792 ____________________________________________________________________________
4793 [ 31184] By: stevep                                on 2007/05/09  17:19:10
4794         Log: Partial reversion of bignum-0.21 to get tests to pass again.
4795      Branch: perl
4796            ! lib/bignum.pm lib/bignum/t/option_l.t
4797 ____________________________________________________________________________
4798 [ 31183] By: merijn                                on 2007/05/09  16:54:21
4799         Log: Typing is for secretaries
4800      Branch: perl
4801            ! Configure
4802 ____________________________________________________________________________
4803 [ 31181] By: merijn                                on 2007/05/09  16:41:01
4804         Log: Better help ; regen after backport #31114 ; RT#42886 ' in uname
4805      Branch: perl
4806            ! Configure
4807 ____________________________________________________________________________
4808 [ 31178] By: rgs                                   on 2007/05/09  15:56:57
4809         Log: Bump the version of Module::CoreList and add docs
4810              for the Unicode module name, that Merijn just added
4811      Branch: perl
4812            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
4813 ____________________________________________________________________________
4814 [ 31177] By: merijn                                on 2007/05/09  15:39:40
4815         Log: Added all traceable Unicode versions
4816      Branch: perl
4817            ! lib/Module/CoreList.pm
4818 ____________________________________________________________________________
4819 [ 31176] By: merijn                                on 2007/05/09  14:17:57
4820         Log: 1. Add Unicode UCD version; 2. sort *unique*; 3. remove win32/ext
4821      Branch: perl
4822            ! Porting/corelist.pl
4823 ____________________________________________________________________________
4824 [ 31175] By: rgs                                   on 2007/05/09  07:57:50
4825         Log: Add examples for h2xs -X, by Andy Armstrong
4826      Branch: perl
4827            ! utils/h2xs.PL
4828 ____________________________________________________________________________
4829 [ 31174] By: rgs                                   on 2007/05/09  07:53:47
4830         Log: Subject: Re: mro c3 infinite recursion problem. Attemp to free unreferenced scalar
4831              From: "Brandon Black" <blblack@gmail.com>
4832              Date: Tue, 8 May 2007 15:15:29 -0500
4833              Message-ID: <84621a60705081315hca3885duc14b8c3e44080853@mail.gmail.com>
4834      Branch: perl
4835            ! mro.c t/mro/recursion_c3.t
4836 ____________________________________________________________________________
4837 [ 31173] By: rgs                                   on 2007/05/08  22:19:21
4838         Log: Reapply patch 31028, that wasn't integrated in CPANPLUS
4839      Branch: perl
4840            ! lib/CPANPLUS/t/inc/conf.pl
4841 ____________________________________________________________________________
4842 [ 31172] By: stevep                                on 2007/05/08  16:40:51
4843         Log: Upgrade to Math-BigInt-FastCalc-0.14
4844      Branch: perl
4845            ! ext/Math/BigInt/FastCalc/FastCalc.pm
4846            ! ext/Math/BigInt/FastCalc/Makefile.PL
4847            ! ext/Math/BigInt/FastCalc/t/bigintfc.t
4848 ____________________________________________________________________________
4849 [ 31171] By: stevep                                on 2007/05/08  16:34:36
4850         Log: Upgrade to Module-Build-0.2808
4851      Branch: perl
4852            + lib/Module/Build/t/help.t lib/Module/Build/t/par.t
4853            ! MANIFEST lib/Module/Build.pm lib/Module/Build/API.pod
4854            ! lib/Module/Build/Base.pm lib/Module/Build/Compat.pm
4855            ! lib/Module/Build/Notes.pm lib/Module/Build/t/basic.t
4856            ! lib/Module/Build/t/tilde.t lib/Module/Build/t/xs.t
4857 ____________________________________________________________________________
4858 [ 31170] By: stevep                                on 2007/05/08  15:09:20
4859         Log: Upgrade to CGI.pm-3.29
4860      Branch: perl
4861            ! lib/CGI.pm lib/CGI/Changes
4862 ____________________________________________________________________________
4863 [ 31169] By: stevep                                on 2007/05/08  14:36:47
4864         Log: Upgrage to bignum-0.21 and Math-BigRat-0.19
4865      Branch: perl
4866            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
4867            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/option_l.t
4868            ! lib/bigrat.pm
4869 ____________________________________________________________________________
4870 [ 31168] By: rgs                                   on 2007/05/08  12:38:04
4871         Log: Subject: [PATCH] Update CPANPLUS to 0.79_02
4872              From: "Jos I. Boumans" <kane@dwim.org>
4873              Date: Tue, 8 May 2007 14:05:34 +0200
4874              Message-Id: <D216B250-B8FA-488E-839B-27A187BAF04C@dwim.org>
4875      Branch: perl
4876            ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm
4877            ! lib/CPANPLUS/Dist/Base.pm lib/CPANPLUS/Dist/MM.pm
4878            ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell/Default.pm
4879            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
4880            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
4881            ! r-0.01.tar.gz.packed
4882            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
4883            ! tar.gz.packed
4884            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
4885            ! tar.gz.packed
4886            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
4887            ! r.gz.packed
4888            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
4889            ! tar.gz.packed
4890            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
4891            ! r.gz.packed
4892            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
4893            ! cked
4894            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
4895            ! lib/CPANPLUS/t/inc/conf.pl
4896 ____________________________________________________________________________
4897 [ 31167] By: rgs                                   on 2007/05/08  12:32:15
4898         Log: Subject: [PATCH] more consting
4899              From: andy@petdance.com (Andy Lester)
4900              Date: Mon, 7 May 2007 11:34:16 -0500
4901              Message-ID: <20070507163416.GA6187@petdance.com>
4902      Branch: perl
4903            ! hv.c mg.c mro.c sv.c
4904 ____________________________________________________________________________
4905 [ 31166] By: rgs                                   on 2007/05/07  15:39:49
4906         Log: Subject: Sync Tie::RefHash with CPAN (1.37)
4907              From: Yuval Kogman <nothingmuch@woobling.org>
4908              Date: Mon, 7 May 2007 18:35:08 +0300
4909              Message-ID: <20070507153508.GZ17982@woobling.org>
4910      Branch: perl
4911            ! lib/Tie/RefHash.pm lib/Tie/RefHash/threaded.t
4912 ____________________________________________________________________________
4913 [ 31165] By: nicholas                              on 2007/05/07  15:35:56
4914         Log: bytecode.pl:        Exterminate!
4915              ext/B/B/Asmdata.pm: Exterminate!
4916      Branch: perl
4917            - bytecode.pl ext/B/B/Asmdata.pm
4918            ! MANIFEST regen.pl vms/descrip_mms.template
4919 ____________________________________________________________________________
4920 [ 31164] By: nicholas                              on 2007/05/07  14:53:05
4921         Log: Given that @optype and @specialsv_name are hard coded tables, it seems
4922              more logical for them to be in B.pm, rather than in the "boilerplate"
4923              for the machine generated B/Asmdata.pm
4924      Branch: perl
4925            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Debug.pm
4926            ! ext/B/B/Terse.pm
4927 ____________________________________________________________________________
4928 [ 31163] By: rgs                                   on 2007/05/07  13:38:24
4929         Log: Fix [perl #42163] "use base" masks $SIG{__DIE__}
4930              adapted from a patch by Michael G Schwern
4931      Branch: perl
4932            ! lib/base.pm
4933 ____________________________________________________________________________
4934 [ 31159] By: rgs                                   on 2007/05/07  09:47:00
4935         Log: Upgrade to Math::BigInt 1.86
4936      Branch: perl
4937            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4938            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
4939            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
4940            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
4941            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
4942            ! lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/bigroot.t
4943            ! lib/Math/BigInt/t/lib_load.t lib/Math/BigInt/t/mbi_rand.t
4944            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
4945            ! lib/Math/BigInt/t/with_sub.t
4946 ____________________________________________________________________________
4947 [ 31158] By: craigb                                on 2007/05/05  23:53:58
4948         Log: Archive::Extract test tries to do the logically impossible.
4949      Branch: perl
4950            ! lib/Archive/Extract/t/01_Archive-Extract.t
4951 ____________________________________________________________________________
4952 [ 31157] By: craigb                                on 2007/05/05  23:44:01
4953         Log: Make ppptools.pl allow a trailing dot in filenames for VMS.
4954      Branch: perl
4955            ! ext/Devel/PPPort/parts/ppptools.pl
4956 ____________________________________________________________________________
4957 [ 31156] By: craigb                                on 2007/05/05  23:42:42
4958         Log: Some filename dot and extension help for Module::Build on VMS.
4959      Branch: perl
4960            ! lib/Module/Build/Base.pm lib/Module/Build/Platform/VMS.pm
4961 ____________________________________________________________________________
4962 [ 31154] By: davem                                 on 2007/05/05  17:38:12
4963         Log: move PL_lex_state into the PL_parser struct
4964      Branch: perl
4965            ! embedvar.h intrpvar.h mg.c op.c parser.h perl.c perlapi.h
4966            ! pp_ctl.c sv.c toke.c
4967 ____________________________________________________________________________
4968 [ 31153] By: nicholas                              on 2007/05/05  17:35:22
4969         Log: Tweak change 30841 so that B works on maint too.
4970      Branch: perl
4971            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/t/concise-xs.t
4972 ____________________________________________________________________________
4973 [ 31152] By: nicholas                              on 2007/05/05  13:26:28
4974         Log: Shuffling PL_gensym saves 8 bytes on LP64 systems.
4975      Branch: perl
4976            ! intrpvar.h
4977 ____________________________________________________________________________
4978 [ 31148] By: davem                                 on 2007/05/05  00:49:51
4979         Log: migrate more variables to PL_parser struct:
4980              PL_nexttoke PL_curforce PL_nextval PL_nexttype
4981      Branch: perl
4982            ! embedvar.h intrpvar.h parser.h perlapi.h sv.c toke.c
4983 ____________________________________________________________________________
4984 [ 31147] By: davem                                 on 2007/05/04  22:18:42
4985         Log: move some more variables into the PL_parser struct:
4986              PL_bufptr PL_oldbufptr PL_oldoldbufptr
4987              PL_linestart PL_bufend
4988              PL_last_uni PL_last_lop PL_last_lop_op
4989      Branch: perl
4990            ! embedvar.h intrpvar.h op.c parser.h perl.h perlapi.h sv.c
4991            ! toke.c
4992 ____________________________________________________________________________
4993 [ 31142] By: rgs                                   on 2007/05/04  15:33:22
4994         Log: Add a few manpages to Maintainers.pl
4995      Branch: perl
4996            ! Porting/Maintainers.pl
4997 ____________________________________________________________________________
4998 [ 31141] By: rgs                                   on 2007/05/04  14:45:09
4999         Log: Add CPANPLUS to Maintainers.pl
5000      Branch: perl
5001            ! Porting/Maintainers.pl
5002 ____________________________________________________________________________
5003 [ 31140] By: rgs                                   on 2007/05/04  14:33:07
5004         Log: Subject: [PATCH] Add CPANPLUS::Dist::Build to the core
5005              From: "Jos I. Boumans" <kane@dwim.org>
5006              Date: Fri, 4 May 2007 14:41:39 +0200
5007              Message-Id: <58AAEC18-D5B6-4840-9FA5-B121D95446A3@dwim.org>
5008      Branch: perl
5009            + lib/CPANPLUS/Dist/Build.pm
5010            + lib/CPANPLUS/Dist/Build/Constants.pm
5011            + lib/CPANPLUS/Dist/Build/t/01_CPANPLUS-Dist-Build-Constants.t
5012            + lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t
5013            + lib/CPANPLUS/Dist/Build/t/inc/conf.pl
5014            + lib/CPANPLUS/Dist/Build/t/src/noxs/Foo-Bar-0.01.tar.gz.packed
5015            + lib/CPANPLUS/Dist/Build/t/src/xs/Foo-Bar-0.01.tar.gz.packed
5016            ! MANIFEST
5017 ____________________________________________________________________________
5018 [ 31139] By: rgs                                   on 2007/05/04  14:17:54
5019         Log: A patch from ExtUtils::CBuilder::Base from :
5020              
5021              Subject: [PATCH] Add CPANPLUS::Dist::Build to the core
5022              From: "Jos I. Boumans" <kane@dwim.org>
5023              Date: Fri, 4 May 2007 14:41:39 +0200
5024              Message-Id: <58AAEC18-D5B6-4840-9FA5-B121D95446A3@dwim.org>
5025      Branch: perl
5026            ! lib/ExtUtils/CBuilder/Base.pm
5027 ____________________________________________________________________________
5028 [ 31138] By: rgs                                   on 2007/05/04  14:02:26
5029         Log: Subject: [perl #42844] careless use of gethostbyname() in Socket.xs 
5030              From: kan@dcit.cz (via RT) <perlbug-followup@perl.org>
5031              Date: Tue, 01 May 2007 09:17:22 -0700
5032              Message-ID: <rt-3.6.HEAD-6655-1178036242-364.42844-75-0@perl.org>
5033      Branch: perl
5034            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
5035 ____________________________________________________________________________
5036 [ 31137] By: rgs                                   on 2007/05/04  13:21:53
5037         Log: Subject: [PATCH] Documentation fixes for EGID/GID confusion
5038              From: David Leadbeater <dgl@dgl.cx>
5039              Date: Thu, 3 May 2007 18:27:13 +0100
5040              Message-ID: <20070503172713.GA23180@sirius.otherwize.co.uk>
5041      Branch: perl
5042            ! ext/POSIX/POSIX.pod pod/perlvar.pod
5043 ____________________________________________________________________________
5044 [ 31136] By: davem                                 on 2007/05/04  09:18:05
5045         Log: toke.c changes missed from change #31134
5046      Branch: perl
5047            ! toke.c
5048 ____________________________________________________________________________
5049 [ 31135] By: davem                                 on 2007/05/04  00:57:20
5050         Log: eliminate PL_bufend from util.c (missed from #30820)
5051      Branch: perl
5052            ! util.c
5053 ____________________________________________________________________________
5054 [ 31134] By: davem                                 on 2007/05/04  00:41:51
5055         Log: move PL_expect and PL_copline into the PL_parser structure
5056      Branch: perl
5057            ! embedvar.h ext/Devel/PPPort/parts/inc/variables intrpvar.h
5058            ! op.c parser.h perlapi.h perly.act perly.y sv.c
5059 ____________________________________________________________________________
5060 [ 31132] By: steveh                                on 2007/05/03  17:17:01
5061         Log: Fix breakages caused by #31130:
5062              report_uninit was not exported on Win32 and
5063              my_reg_numbered_buff_length had wrong prototype
5064      Branch: perl
5065            ! embed.fnc embed.h ext/re/re.xs global.sym proto.h
5066 ____________________________________________________________________________
5067 [ 31131] By: steveh                                on 2007/05/03  16:41:29
5068         Log: Silence some VC6 compiler warnings in the regex code
5069      Branch: perl
5070            ! embed.fnc ext/re/re.xs proto.h regcomp.c
5071 ____________________________________________________________________________
5072 [ 31130] By: rgs                                   on 2007/05/03  16:04:13
5073         Log: Subject: [PATCH] FETCH/STORE/LENGTH callbacks for numbered capture variables
5074              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
5075              Date: Tue, 1 May 2007 23:58:44 +0000
5076              Message-ID: <51dd1af80705011658g1156e14cw4d2b21a8d772ed41@mail.gmail.com>
5077      Branch: perl
5078            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym gv.c
5079            ! mg.c perl.h pod/perlreapi.pod proto.h regcomp.c regcomp.h
5080            ! regexp.h t/op/tr.t universal.c
5081 ____________________________________________________________________________
5082 [ 31127] By: nicholas                              on 2007/05/03  14:45:32
5083         Log: Move PL_delayedisa into a better spot in the interpreter structure.
5084      Branch: perl
5085            ! thrdvar.h
5086 ____________________________________________________________________________
5087 [ 31126] By: rgs                                   on 2007/05/03  14:30:49
5088         Log: Subject: [PATCH] Add John Peacock as maintainer of version.pm
5089              From: Gerard Goossen <gerard@tty.nl>
5090              Date: Thu, 3 May 2007 16:23:58 +0200
5091              Message-ID: <20070503142358.GE27210@ostwald>
5092      Branch: perl
5093            ! Porting/Maintainers.pl
5094 ____________________________________________________________________________
5095 [ 31125] By: nicholas                              on 2007/05/03  14:23:14
5096         Log: Initialise PL_delayedisa on thread clone.
5097      Branch: perl
5098            ! sv.c
5099 ____________________________________________________________________________
5100 [ 31124] By: rgs                                   on 2007/05/03  13:35:18
5101         Log: Subject: [PATCH lib/ExtUtils/t/MM_Unix.t]  Fix warning.
5102              From: Abigail <abigail@abigail.be>
5103              Date: Tue, 24 Apr 2007 00:37:15 +0200
5104              Message-ID: <20070423223715.GB544@abigail.nl>
5105      Branch: perl
5106            ! lib/ExtUtils/t/MM_Unix.t
5107 ____________________________________________________________________________
5108 [ 31123] By: rgs                                   on 2007/05/03  09:30:08
5109         Log: Subject: The revenge of the consts
5110              From: andy@petdance.com (Andy Lester)
5111              Date: Thu, 3 May 2007 00:45:54 -0500
5112              Message-ID: <20070503054554.GA30975@petdance.com>
5113      Branch: perl
5114            ! av.c embed.fnc numeric.c proto.h regcomp.c
5115 ____________________________________________________________________________
5116 [ 31122] By: rgs                                   on 2007/05/03  09:24:47
5117         Log: Subject: Re: mro status, etc
5118              From: "Brandon Black" <blblack@gmail.com>
5119              Date: Mon, 30 Apr 2007 16:45:54 -0500
5120              Message-ID: <84621a60704301445y37e9b05ey235210a8e5547cc1@mail.gmail.com>
5121      Branch: perl
5122            ! embedvar.h lib/mro.pm mg.c perlapi.h pp_hot.c
5123            ! t/mro/recursion_c3.t t/mro/recursion_dfs.t thrdvar.h
5124 ____________________________________________________________________________
5125 [ 31121] By: steveh                                on 2007/05/03  07:51:17
5126         Log: Fix a CPANPLUS test that fails when run on a read-only source tree
5127              (such as a p4 client repository)
5128      Branch: perl
5129            ! lib/CPANPLUS/Internals.pm lib/CPANPLUS/Internals/Source.pm
5130 ____________________________________________________________________________
5131 [ 31120] By: nicholas                              on 2007/05/02  16:26:24
5132         Log: Get PERL_OLD_COPY_ON_WRITE passing all tests, apart from
5133              ext/Compress/Raw/Zlib/t/07bufsize.t
5134              which still puzzles me.
5135      Branch: perl
5136            ! regcomp.c
5137 ____________________________________________________________________________
5138 [ 31119] By: rgs                                   on 2007/05/02  15:32:38
5139         Log: Subject: [perl #42839] Swatch hash cache has key mismatch 
5140              From: Jonathan Steinert (via RT) <perlbug-followup@perl.org>
5141              Date: Tue, 01 May 2007 05:18:52 -0700
5142              Message-ID: <rt-3.6.HEAD-30557-1178021932-1416.42839-75-0@perl.org>
5143      Branch: perl
5144            + t/uni/cache.t
5145            ! MANIFEST lib/utf8_heavy.pl
5146 ____________________________________________________________________________
5147 [ 31118] By: rgs                                   on 2007/05/02  14:28:45
5148         Log: Subject: [PATCH] tweak some regexp params to avoid warnings
5149              From: demerphq <demerphq@gmail.com>
5150              Date: Tue, 1 May 2007 23:46:40 +0200
5151              Message-ID: <9b18b3110705011446h2113221cndf70af928d72505@mail.gmail.com>
5152      Branch: perl
5153            ! embed.fnc perl.h proto.h regexec.c regexp.h
5154 ____________________________________________________________________________
5155 [ 31117] By: rgs                                   on 2007/05/02  12:42:04
5156         Log: Upgrade to XSLoader 0.08
5157      Branch: perl
5158            ! ext/DynaLoader/XSLoader_pm.PL
5159 ____________________________________________________________________________
5160 [ 31116] By: rgs                                   on 2007/05/02  12:17:22
5161         Log: Subject: [PATCH] When FETCHSIZE returns <0 perl segfaults
5162              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
5163              Date: Tue, 1 May 2007 21:06:47 +0000
5164              Message-ID: <51dd1af80705011406j7897772bm58e9c770183ef3ed@mail.gmail.com>
5165      Branch: perl
5166            ! mg.c pod/perldiag.pod t/op/tiearray.t
5167 ____________________________________________________________________________
5168 [ 31115] By: steveh                                on 2007/05/02  11:22:19
5169         Log: Fix threaded builds (broken by change #31112)
5170      Branch: perl
5171            ! embed.fnc embed.h proto.h util.c
5172 ____________________________________________________________________________
5173 [ 31114] By: steveh                                on 2007/05/02  08:43:08
5174         Log: Subject: [PATCH-revised] Remove ext/Thread
5175              From: "Jerry D. Hedden" <jdhedden@cpan.org>
5176              Date: Mon, 30 Apr 2007 17:06:28 -0400
5177              Message-ID: <1ff86f510704301406t6373912ame78fea5c7a148cf4@mail.gmail.com>
5178      Branch: perl
5179            - ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/Queue.pmx
5180            - ext/Thread/README ext/Thread/README.threads
5181            - ext/Thread/Semaphore.pmx ext/Thread/Thread.xs
5182            - ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
5183            - ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
5184            - ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
5185            - ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
5186            - ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
5187            - ext/Thread/unsync.tx ext/Thread/unsync2.tx
5188            - ext/Thread/unsync3.tx ext/Thread/unsync4.tx
5189            ! Configure Cross/config.sh-arm-linux INSTALL MANIFEST
5190            ! NetWare/Makefile NetWare/config.wc Porting/config.sh
5191            ! hints/vmesa.sh lib/Carp/Heavy.pm perl.h plan9/config_sh.sample
5192            ! pod/perlmodlib.pod pod/perlothrtut.pod pod/perlthrtut.pod
5193            ! toke.c win32/Makefile win32/Makefile.ce
5194            ! win32/ce-helpers/cecopy-lib.pl win32/config.bc win32/config.ce
5195            ! win32/config.gc win32/config.vc win32/config.vc64
5196            ! win32/config_sh.PL win32/makefile.mk
5197 ____________________________________________________________________________
5198 [ 31113] By: stevep                                on 2007/05/01  18:20:02
5199         Log: Fixing a Perl_my_dirfd() related test failure.
5200      Branch: perl
5201            ! t/op/chdir.t
5202 ____________________________________________________________________________
5203 [ 31112] By: stevep                                on 2007/05/01  15:32:15
5204         Log: Add Perl_my_dirfd() to util.c
5205      Branch: perl
5206            ! doio.c embed.fnc embed.h global.sym handy.h pp_sys.c proto.h
5207            ! t/op/stat.t util.c
5208 ____________________________________________________________________________
5209 [ 31111] By: rgs                                   on 2007/05/01  11:50:36
5210         Log: Subject: Re: [PATCH] Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE and unicode tr18
5211              From: demerphq <demerphq@gmail.com>
5212              Date: Tue, 1 May 2007 12:35:37 +0200
5213              Message-ID: <9b18b3110705010335w1924941ep3eb925a3ed597604@mail.gmail.com>
5214      Branch: perl
5215            ! regcomp.c
5216 ____________________________________________________________________________
5217 [ 31110] By: rgs                                   on 2007/04/30  15:34:29
5218         Log: Two new manpages, by Abigail
5219      Branch: perl
5220            + pod/perlrebackslash.pod pod/perlrecharclass.pod
5221            ! MANIFEST pod.lst pod/perl.pod vms/descrip_mms.template
5222            ! win32/pod.mak
5223 ____________________________________________________________________________
5224 [ 31109] By: rgs                                   on 2007/04/30  12:21:50
5225         Log: Signedness nit, found by Jarkko
5226      Branch: perl
5227            ! regexec.c
5228 ____________________________________________________________________________
5229 [ 31108] By: rgs                                   on 2007/04/30  10:18:15
5230         Log: Subject: [PATCH] make mad/PLXML.pm use strict
5231              From: Gerard Goossen <gerard@tty.nl>
5232              Date: Thu, 19 Apr 2007 14:56:13 +0200
5233              Message-ID: <20070419125613.GF19244@ostwald>
5234      Branch: perl
5235            ! mad/PLXML.pm
5236 ____________________________________________________________________________
5237 [ 31107] By: rgs                                   on 2007/04/30  09:22:58
5238         Log: Subject: Re: mro status, etc
5239              From: "Brandon Black" <blblack@gmail.com>
5240              Date: Sun, 29 Apr 2007 17:27:03 -0500
5241              Message-ID: <84621a60704291527y1b39be37l221ef66e4c828f66@mail.gmail.com>
5242      Branch: perl
5243            ! embedvar.h gv.c hv.c hv.h intrpvar.h lib/mro.pm mg.c mro.c
5244            ! op.c perl.c perlapi.h pod/perlapi.pod pod/perlboot.pod
5245            ! pod/perlobj.pod pod/perltoot.pod pp.c pp_hot.c scope.c sv.c
5246            ! t/mro/method_caching.t universal.c
5247 ____________________________________________________________________________
5248 [ 31106] By: rgs                                   on 2007/04/30  08:42:44
5249         Log: Subject: Re: [PATCH] Cleanup of the regexp API
5250              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
5251              Date: Fri, 27 Apr 2007 02:22:25 +0000
5252              Message-ID: <51dd1af80704261922j3db0615wa86ccc4cb65b2713@mail.gmail.com>
5253      Branch: perl
5254            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym
5255            ! perl.h pod/perlreapi.pod pp_hot.c proto.h regcomp.c regcomp.h
5256            ! regexec.c regexp.h
5257 ____________________________________________________________________________
5258 [ 31105] By: craigb                                on 2007/04/28  16:06:01
5259         Log: VMS-specific tweak to FindBin for when $0 returns a unix-style filespec.
5260      Branch: perl
5261            ! lib/FindBin.pm
5262 ____________________________________________________________________________
5263 [ 31104] By: craigb                                on 2007/04/28  14:28:00
5264         Log: Don't try to build old Thread extension on VMS when -Duseithreads
5265              has been chosen.
5266      Branch: perl
5267            ! configure.com
5268 ____________________________________________________________________________
5269 [ 31103] By: steveh                                on 2007/04/27  17:12:05
5270         Log: Do the same as #31095 for Win32
5271      Branch: perl
5272            ! win32/FindExt.pm
5273 ____________________________________________________________________________
5274 [ 31102] By: rgs                                   on 2007/04/27  14:19:15
5275         Log: Subject: Re: Analysis of problems with mixed encoding case insensitive matches in regex engine.
5276              From: demerphq <demerphq@gmail.com>
5277              Date: Fri, 27 Apr 2007 16:09:56 +0200
5278              Message-ID: <9b18b3110704270709y50ef652ci436b3bb29abca275@mail.gmail.com>
5279      Branch: perl
5280            ! Porting/regcharclass.pl regcharclass.h regcomp.c regexec.c
5281            ! t/op/pat.t win32/Makefile
5282 ____________________________________________________________________________
5283 [ 31101] By: rgs                                   on 2007/04/27  13:10:06
5284         Log: Reindent bash functions properly
5285      Branch: perl
5286            ! pod/perlhack.pod
5287 ____________________________________________________________________________
5288 [ 31098] By: rgs                                   on 2007/04/27  07:56:05
5289         Log: Subject: [PATCH] Cargo-cult fix for an AIX build problem
5290              From: "Jan Dubois" <jand@activestate.com>
5291              Date: Thu, 26 Apr 2007 17:02:01 -0700
5292              Message-ID: <048b01c7885f$48862510$d9926f30$@com>
5293      Branch: perl
5294            ! Makefile.SH
5295 ____________________________________________________________________________
5296 [ 31097] By: rgs                                   on 2007/04/27  07:55:34
5297         Log: Fix a signed/unsigned comparison warning
5298      Branch: perl
5299            ! regexec.c
5300 ____________________________________________________________________________
5301 [ 31096] By: merijn                                on 2007/04/27  06:16:02
5302         Log: More up-to-date info about the metaunits
5303      Branch: perl
5304            ! Porting/pumpkin.pod
5305 ____________________________________________________________________________
5306 [ 31095] By: merijn                                on 2007/04/27  06:03:52
5307         Log: Subject: [PATCH] special Configure handling for IO/Compress modules no longer needed
5308              From: "Craig A. Berry" <craigberry@mac.com>
5309              Date: Thu, 26 Apr 2007 18:59:15 -0500
5310              Message-Id: <p06240812c256eae2b552@[172.16.52.1]>
5311      Branch: perl
5312            ! Configure
5313 ____________________________________________________________________________
5314 [ 31093] By: nicholas                              on 2007/04/26  20:43:13
5315         Log: Avoid a SIGBUS caused by passing a U32 pointer to utf8_to_uvchr(),
5316              which expects a STRLEN pointer.
5317              Avoid some signed/unsigned casting warnings by adding casts.
5318      Branch: perl
5319            ! regcomp.c regexec.c
5320 ____________________________________________________________________________
5321 [ 31092] By: rgs                                   on 2007/04/26  16:57:55
5322         Log: strxfrm() returns a size_t, not a ssize_t. See:
5323              
5324              Subject: locale.c usage of strxfrm
5325              From: "Devin Heitmueller" <devin.heitmueller@gmail.com>
5326              Date: Fri, 20 Apr 2007 18:20:21 -0400
5327              Message-ID: <412bdbff0704201520i7aac0189n74f0cef5c5213f41@mail.gmail.com>
5328      Branch: perl
5329            ! locale.c
5330 ____________________________________________________________________________
5331 [ 31091] By: rgs                                   on 2007/04/26  16:29:01
5332         Log: Fix a bug in method caching. Better version (broader) of change #29336.
5333              
5334              Subject: Re: mro status, etc
5335              From: "Brandon Black" <blblack@gmail.com>
5336              Date: Thu, 26 Apr 2007 10:52:20 -0500
5337              Message-ID: <84621a60704260852y5a3dd2a5jeb633bb46cc7a8c0@mail.gmail.com>
5338      Branch: perl
5339            ! pp_hot.c sv.c t/mro/method_caching.t
5340 ____________________________________________________________________________
5341 [ 31090] By: rgs                                   on 2007/04/26  14:27:18
5342         Log: Doc nit, by Peter Scott
5343      Branch: perl
5344            ! README
5345 ____________________________________________________________________________
5346 [ 31089] By: nicholas                              on 2007/04/26  14:26:13
5347         Log: Subject: Re: VMS and Win32 Makefiles in change 31059
5348              From: Steve Hay <steve.hay@uk.radan.com>
5349              Message-ID: <46306D01.6070607@uk.radan.com>
5350              Date: Thu, 26 Apr 2007 10:12:33 +0100
5351      Branch: perl
5352            ! win32/Makefile win32/makefile.mk
5353 ____________________________________________________________________________
5354 [ 31088] By: rgs                                   on 2007/04/26  13:58:34
5355         Log: Remove the Thread typemap
5356      Branch: perl
5357            - ext/Thread/typemap
5358            ! MANIFEST
5359 ____________________________________________________________________________
5360 [ 31087] By: rgs                                   on 2007/04/26  13:15:14
5361         Log: Subject: mro status, etc
5362              From: "Brandon Black" <blblack@gmail.com>
5363              Date: Wed, 25 Apr 2007 18:37:21 -0500
5364              Message-ID: <84621a60704251637v1f4a3f84y19b39461166e3631@mail.gmail.com>
5365      Branch: perl
5366            ! mro.c
5367 ____________________________________________________________________________
5368 [ 31086] By: rgs                                   on 2007/04/26  13:05:29
5369         Log: Fix mro docs.
5370              
5371              Subject: Re: mro callbacks patch
5372              From: "Brandon Black" <blblack@gmail.com>
5373              Date: Mon, 23 Apr 2007 18:58:39 -0500
5374              Message-ID: <84621a60704231658o4c85783ere3c3e90dd614c30b@mail.gmail.com>
5375      Branch: perl
5376            ! embed.fnc embed.h global.sym mro.c pod/perlapi.pod
5377            ! pod/perlintern.pod proto.h
5378 ____________________________________________________________________________
5379 [ 31085] By: rgs                                   on 2007/04/26  12:53:30
5380         Log: Forgot to submit regcomp.c in change #31081
5381      Branch: perl
5382            ! regcomp.c
5383 ____________________________________________________________________________
5384 [ 31084] By: rgs                                   on 2007/04/26  12:47:57
5385         Log: Do the same thing as change #31082, but for warnings.pm.
5386      Branch: perl
5387            ! lib/warnings.pm warnings.pl
5388 ____________________________________________________________________________
5389 [ 31083] By: davem                                 on 2007/04/26  12:36:45
5390         Log: eliminate "unused var" warning
5391      Branch: perl
5392            ! perl.c
5393 ____________________________________________________________________________
5394 [ 31082] By: rgs                                   on 2007/04/26  10:51:36
5395         Log: Subject: Re: The Strict trap
5396              From: Johan Vromans <jvromans@squirrel.nl>
5397              Date: Wed, 25 Apr 2007 16:12:58 +0200
5398              Message-ID: <m2lkggilud.fsf@phoenix.squirrel.nl>
5399      Branch: perl
5400            ! ext/Storable/t/code.t lib/strict.pm
5401 ____________________________________________________________________________
5402 [ 31081] By: rgs                                   on 2007/04/26  10:23:30
5403         Log: Subject: Re: Analysis of problems with mixed encoding case insensitive matches in regex engine.
5404              From: demerphq <demerphq@gmail.com>
5405              Date: Tue, 24 Apr 2007 16:46:05 +0200
5406              Message-ID: <9b18b3110704240746u461e4bdcl208ef7d7f9c5ef64@mail.gmail.com>
5407      Branch: perl
5408            ! Porting/regcharclass.pl regcharclass.h regcomp.h regcomp.sym
5409            ! regexec.c regnodes.h t/op/pat.t
5410 ____________________________________________________________________________
5411 [ 31080] By: rgs                                   on 2007/04/26  07:09:32
5412         Log: Subject: [PATCH] fixed Fcntl::S_IFMT() breakage introduced by change 30674 (blead 26701)
5413              From: Alexey Tourbin <at@altlinux.ru>
5414              Date: Wed, 25 Apr 2007 18:12:22 +0400
5415              Message-ID: <20070425141222.GA24828@solemn.turbinal>
5416      Branch: perl
5417            + ext/Fcntl/t/mode.t
5418            ! MANIFEST ext/Fcntl/Fcntl.pm
5419 ____________________________________________________________________________
5420 [ 31079] By: rgs                                   on 2007/04/25  16:17:01
5421         Log: Subject: [PATCH] Safely store user locks in threads::shared
5422              From: "Jerry D. Hedden" <jdhedden@cpan.org>
5423              Date: Mon, 23 Apr 2007 13:21:11 -0400
5424              Message-ID: <1ff86f510704231021l6989ee0bkd68ab89e99bf8c6b@mail.gmail.com>
5425      Branch: perl
5426            ! ext/threads/shared/Changes ext/threads/shared/shared.pm
5427            ! ext/threads/shared/shared.xs
5428 ____________________________________________________________________________
5429 [ 31078] By: rgs                                   on 2007/04/25  16:13:54
5430         Log: Subject: [PATCH] Thread.xs doesn't need magic sig anymore
5431              From: "Jerry D. Hedden" <jdhedden@cpan.org>
5432              Date: Mon, 23 Apr 2007 13:25:20 -0400
5433              Message-ID: <1ff86f510704231025y22d30ecfk1ebc418f2b3a0bf7@mail.gmail.com>
5434      Branch: perl
5435            ! ext/Thread/Thread.xs
5436 ____________________________________________________________________________
5437 [ 31077] By: rgs                                   on 2007/04/25  15:31:29
5438         Log: Small perlivp.PL updates
5439              
5440              Subject: Re: [Andreas J. Koenig] C3 MRO breaks Params::Util and Graph
5441              From: Johan Vromans <jvromans@squirrel.nl>
5442              Date: Wed, 25 Apr 2007 14:37:16 +0200
5443              Message-ID: <m2r6q8iq9v.fsf@phoenix.squirrel.nl>
5444      Branch: perl
5445            ! utils/perlivp.PL
5446 ____________________________________________________________________________
5447 [ 31076] By: rgs                                   on 2007/04/25  15:19:21
5448         Log: overload must not load XS modules at compile time, or perl
5449              doesn't compile.
5450              overload must not clobber $! or $@ behind the scenes when
5451              loading an XS module.
5452      Branch: perl
5453            ! lib/overload.pm
5454 ____________________________________________________________________________
5455 [ 31075] By: rgs                                   on 2007/04/25  15:03:21
5456         Log: Remove a now redundant require
5457      Branch: perl
5458            ! lib/overload.pm
5459 ____________________________________________________________________________
5460 [ 31074] By: rgs                                   on 2007/04/25  14:53:57
5461         Log: Move the require at the top of the file.
5462              Else, Test::More has test failures.
5463      Branch: perl
5464            ! lib/overload.pm
5465 ____________________________________________________________________________
5466 [ 31073] By: rgs                                   on 2007/04/25  12:15:55
5467         Log: Subject: Re: [Andreas J. Koenig] C3 MRO breaks Params::Util and Graph
5468              From: "Brandon Black" <blblack@gmail.com>
5469              Date: Tue, 24 Apr 2007 07:58:44 -0500
5470              Message-ID: <84621a60704240558q7ff65863l803c6f9b9b8ca4a6@mail.gmail.com>
5471      Branch: perl
5472            ! ext/DynaLoader/t/DynaLoader.t lib/overload.pm
5473 ____________________________________________________________________________
5474 [ 31072] By: stevep                                on 2007/04/25  11:00:34
5475         Log: Upgrade to CPAN-1.9101
5476      Branch: perl
5477            ! lib/CPAN.pm lib/CPAN/Kwalify/distroprefs.dd
5478 ____________________________________________________________________________
5479 [ 31069] By: nicholas                              on 2007/04/25  09:54:17
5480         Log: Avoid the need for 2 casts added in 31055 by using a better type for
5481              the local variable. Add an assertion that another cast is not a data
5482              loss (and that there is no buffer overflow)
5483      Branch: perl
5484            ! ext/Devel/Peek/Peek.xs utf8.c
5485 ____________________________________________________________________________
5486 [ 31068] By: nicholas                              on 2007/04/25  09:32:50
5487         Log: Remove vestigical include of <ctype.h>, which came from a previous
5488              version that tried to make the initialiser out of a single "" string.
5489              (Which turned out to be over 509 characters long)
5490      Branch: perl
5491            ! generate_uudmap.c
5492 ____________________________________________________________________________
5493 [ 31067] By: rgs                                   on 2007/04/25  08:42:27
5494         Log: Subject: [PATCH] perlre.pod spellcheck
5495              From: "Alexandr Ciornii" <alexchorny@gmail.com>
5496              Date: Tue, 24 Apr 2007 00:45:05 +0300
5497              Message-ID: <2f1541220704231445w6fa7bfcbl41c9b6f56fb70feb@mail.gmail.com>
5498      Branch: perl
5499            ! pod/perlre.pod
5500 ____________________________________________________________________________
5501 [ 31066] By: merijn                                on 2007/04/25  08:12:16
5502         Log: Leave try.c and include files where they are if we need them later
5503      Branch: perl
5504            ! Configure
5505 ____________________________________________________________________________
5506 [ 31064] By: rgs                                   on 2007/04/25  08:10:05
5507         Log: Subject: [PATCH] Move hash action constants to hv.h
5508              From: "Jerry D. Hedden" <jdhedden@cpan.org>
5509              Date: Tue, 24 Apr 2007 10:35:43 -0400
5510              Message-ID: <1ff86f510704240735t50cfc159g59b55726ac5ac64b@mail.gmail.com>
5511      Branch: perl
5512            ! ext/Hash/Util/FieldHash/FieldHash.xs hv.c hv.h
5513 ____________________________________________________________________________
5514 [ 31063] By: rgs                                   on 2007/04/25  08:08:18
5515         Log: perlguts nit, found by Jerry D. Hedden
5516      Branch: perl
5517            ! pod/perlguts.pod
5518 ____________________________________________________________________________
5519 [ 31062] By: craigb                                on 2007/04/25  03:10:23
5520         Log: Work a little harder at building generate_uudmap on VMS.
5521      Branch: perl
5522            ! vms/descrip_mms.template
5523 ____________________________________________________________________________
5524 [ 31061] By: stevep                                on 2007/04/25  01:06:23
5525         Log: Upgrade to Encode-2.20
5526      Branch: perl
5527            + ext/Encode/lib/Encode/GSM0338.pm
5528            ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/Changes
5529            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
5530            ! ext/Encode/Makefile.PL ext/Encode/bin/piconv
5531            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Config.pm
5532            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/gsm0338.t
5533            ! ext/Encode/t/mime-header.t
5534 ____________________________________________________________________________
5535 [ 31060] By: nicholas                              on 2007/04/24  23:16:12
5536         Log: Ooops. It helps to p4 add the new file.
5537      Branch: perl
5538            + generate_uudmap.c
5539 ____________________________________________________________________________
5540 [ 31059] By: nicholas                              on 2007/04/24  23:10:05
5541         Log: Make PL_uudmap a constant global. Remove the run time initialisation
5542              code, and instead use it to generate a header at perl build time.
5543              By removing uudmap from the interpreter structure we save 256 bytes
5544              per child thread.
5545      Branch: perl
5546            ! MANIFEST Makefile.SH embedvar.h intrpvar.h perl.h perlapi.h
5547            ! pp_pack.c sv.c vms/descrip_mms.template win32/Makefile
5548            ! win32/makefile.mk
5549 ____________________________________________________________________________
5550 [ 31058] By: davem                                 on 2007/04/24  16:42:12
5551         Log: move PL_linestr from the interpreter struct to the parser struct
5552      Branch: perl
5553            ! cop.h embedvar.h intrpvar.h parser.h perl.c perlapi.h pp_ctl.c
5554            ! sv.c toke.c
5555 ____________________________________________________________________________
5556 [ 31057] By: steveh                                on 2007/04/24  13:31:29
5557         Log: Silence VC6 warning about not all control paths returning a value
5558      Branch: perl
5559            ! mro.c
5560 ____________________________________________________________________________
5561 [ 31056] By: steveh                                on 2007/04/24  13:11:50
5562         Log: Fix a function signature missed by #31027 to silence a VC6 warning
5563      Branch: perl
5564            ! ext/re/re.xs
5565 ____________________________________________________________________________
5566 [ 31055] By: steveh                                on 2007/04/24  12:17:00
5567         Log: Silence 5 "possible loss of data" warnings from VC6
5568      Branch: perl
5569            ! ext/Devel/Peek/Peek.xs toke.c utf8.c
5570 ____________________________________________________________________________
5571 [ 31054] By: steveh                                on 2007/04/24  12:16:07
5572         Log: Subject: [perl #42648] [PATCH] crash in win32/VMem.h when out of memory 
5573              From: "Devin Heitmueller" (via RT) <perlbug-followup@perl.org>
5574              Date: Fri, 20 Apr 2007 14:49:08 -0700
5575              Message-ID: <rt-3.6.HEAD-30201-1177105747-239.42648-75-0@perl.org>
5576      Branch: perl
5577            ! win32/vmem.h
5578 ____________________________________________________________________________
5579 [ 31053] By: rgs                                   on 2007/04/24  11:25:56
5580         Log: Adjust test count.
5581      Branch: perl
5582            ! ext/B/t/concise-xs.t
5583 ____________________________________________________________________________
5584 [ 31052] By: rgs                                   on 2007/04/24  10:35:15
5585         Log: Fix potential precedence problem
5586      Branch: perl
5587            ! op.c
5588 ____________________________________________________________________________
5589 [ 31051] By: rgs                                   on 2007/04/24  10:34:20
5590         Log: Remove unnecessarily paranoid protection in pp_defined
5591      Branch: perl
5592            ! pp_hot.c
5593 ____________________________________________________________________________
5594 [ 31050] By: rgs                                   on 2007/04/24  10:32:33
5595         Log: Fix a bug in dor assignment (@x //= 1 was triggering an
5596              assertion failure)
5597      Branch: perl
5598            ! op.c
5599 ____________________________________________________________________________
5600 [ 31049] By: rgs                                   on 2007/04/24  10:31:28
5601         Log: Remove the code that handles assignment to state variables
5602      Branch: perl
5603            ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlsub.pod
5604            ! pp_hot.c t/lib/warnings/op t/op/state.t
5605 ____________________________________________________________________________
5606 [ 31048] By: merijn                                on 2007/04/24  06:01:41
5607         Log: Subject: [PATCH t/base/num.t] Typo fix.
5608              From: Abigail <abigail@abigail.be>
5609              Date: Tue, 24 Apr 2007 00:48:26 +0200
5610              Message-ID: <20070423224826.GC544@abigail.nl>
5611      Branch: perl
5612            ! t/base/num.t
5613 ____________________________________________________________________________
5614 [ 31047] By: craigb                                on 2007/04/24  03:18:34
5615         Log: Reduce directory depth for IO::Compress modules.
5616      Branch: perl
5617           +> (branch 94 files)
5618            - ext/IO/Compress/Base/Changes ext/IO/Compress/Base/Makefile.PL
5619            - ext/IO/Compress/Base/README
5620            - ext/IO/Compress/Base/lib/File/GlobMapper.pm
5621            - ext/IO/Compress/Base/lib/IO/Compress/Base.pm
5622            - ext/IO/Compress/Base/lib/IO/Compress/Base/Common.pm
5623            - ext/IO/Compress/Base/lib/IO/Uncompress/AnyUncompress.pm
5624            - ext/IO/Compress/Base/lib/IO/Uncompress/Base.pm
5625            - ext/IO/Compress/Base/private/MakeUtil.pm
5626            - ext/IO/Compress/Base/t/01misc.t
5627            - ext/IO/Compress/Base/t/globmapper.t
5628            - ext/IO/Compress/Zlib/Changes ext/IO/Compress/Zlib/Makefile.PL
5629            - ext/IO/Compress/Zlib/README
5630            - ext/IO/Compress/Zlib/examples/gzappend
5631            - ext/IO/Compress/Zlib/examples/gzcat
5632            - ext/IO/Compress/Zlib/examples/gzgrep
5633            - ext/IO/Compress/Zlib/examples/gzstream
5634            - ext/IO/Compress/Zlib/examples/unzip
5635            - ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm
5636            - ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm
5637            - ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm
5638            - ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm
5639            - ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm
5640            - ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
5641            - ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm
5642            - ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm
5643            - ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm
5644            - ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm
5645            - ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
5646            - ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
5647            - ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
5648            - ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
5649            - ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
5650            - ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
5651            - ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
5652            - ext/IO/Compress/Zlib/private/MakeUtil.pm
5653            - ext/IO/Compress/Zlib/t/001zlib-generic-deflate.t
5654            - ext/IO/Compress/Zlib/t/001zlib-generic-gzip.t
5655            - ext/IO/Compress/Zlib/t/001zlib-generic-rawdeflate.t
5656            - ext/IO/Compress/Zlib/t/001zlib-generic-zip.t
5657            - ext/IO/Compress/Zlib/t/002any-deflate.t
5658            - ext/IO/Compress/Zlib/t/002any-gzip.t
5659            - ext/IO/Compress/Zlib/t/002any-rawdeflate.t
5660            - ext/IO/Compress/Zlib/t/002any-transparent.t
5661            - ext/IO/Compress/Zlib/t/002any-zip.t
5662            - ext/IO/Compress/Zlib/t/004gziphdr.t
5663            - ext/IO/Compress/Zlib/t/005defhdr.t
5664            - ext/IO/Compress/Zlib/t/010examples.t
5665            - ext/IO/Compress/Zlib/t/020isize.t
5666            - ext/IO/Compress/Zlib/t/050interop-gzip.t
5667            - ext/IO/Compress/Zlib/t/100generic-deflate.t
5668            - ext/IO/Compress/Zlib/t/100generic-gzip.t
5669            - ext/IO/Compress/Zlib/t/100generic-rawdeflate.t
5670            - ext/IO/Compress/Zlib/t/100generic-zip.t
5671            - ext/IO/Compress/Zlib/t/101truncate-deflate.t
5672            - ext/IO/Compress/Zlib/t/101truncate-gzip.t
5673            - ext/IO/Compress/Zlib/t/101truncate-rawdeflate.t
5674            - ext/IO/Compress/Zlib/t/101truncate-zip.t
5675            - ext/IO/Compress/Zlib/t/102tied-deflate.t
5676            - ext/IO/Compress/Zlib/t/102tied-gzip.t
5677            - ext/IO/Compress/Zlib/t/102tied-rawdeflate.t
5678            - ext/IO/Compress/Zlib/t/102tied-zip.t
5679            - ext/IO/Compress/Zlib/t/103newtied-deflate.t
5680            - ext/IO/Compress/Zlib/t/103newtied-gzip.t
5681            - ext/IO/Compress/Zlib/t/103newtied-rawdeflate.t
5682            - ext/IO/Compress/Zlib/t/103newtied-zip.t
5683            - ext/IO/Compress/Zlib/t/104destroy-deflate.t
5684            - ext/IO/Compress/Zlib/t/104destroy-gzip.t
5685            - ext/IO/Compress/Zlib/t/104destroy-rawdeflate.t
5686            - ext/IO/Compress/Zlib/t/104destroy-zip.t
5687            - ext/IO/Compress/Zlib/t/105oneshot-deflate.t
5688            - ext/IO/Compress/Zlib/t/105oneshot-gzip-only.t
5689            - ext/IO/Compress/Zlib/t/105oneshot-gzip.t
5690            - ext/IO/Compress/Zlib/t/105oneshot-rawdeflate.t
5691            - ext/IO/Compress/Zlib/t/105oneshot-zip-only.t
5692            - ext/IO/Compress/Zlib/t/105oneshot-zip.t
5693            - ext/IO/Compress/Zlib/t/106prime-deflate.t
5694            - ext/IO/Compress/Zlib/t/106prime-gzip.t
5695            - ext/IO/Compress/Zlib/t/106prime-rawdeflate.t
5696            - ext/IO/Compress/Zlib/t/106prime-zip.t
5697            - ext/IO/Compress/Zlib/t/107multi-deflate.t
5698            - ext/IO/Compress/Zlib/t/107multi-gzip.t
5699            - ext/IO/Compress/Zlib/t/107multi-rawdeflate.t
5700            - ext/IO/Compress/Zlib/t/107multi-zip.t
5701            - ext/IO/Compress/Zlib/t/108anyunc-deflate.t
5702            - ext/IO/Compress/Zlib/t/108anyunc-gzip.t
5703            - ext/IO/Compress/Zlib/t/108anyunc-rawdeflate.t
5704            - ext/IO/Compress/Zlib/t/108anyunc-transparent.t
5705            - ext/IO/Compress/Zlib/t/108anyunc-zip.t
5706            - ext/IO/Compress/Zlib/t/109merge-deflate.t
5707            - ext/IO/Compress/Zlib/t/109merge-gzip.t
5708            - ext/IO/Compress/Zlib/t/109merge-rawdeflate.t
5709            - ext/IO/Compress/Zlib/t/109merge-zip.t
5710            ! MANIFEST
5711 ____________________________________________________________________________
5712 [ 31046] By: davem                                 on 2007/04/23  23:01:18
5713         Log: eliminate some uses of PL_linestr in perl.c
5714      Branch: perl
5715            ! embed.fnc embed.h perl.c proto.h
5716 ____________________________________________________________________________
5717 [ 31045] By: davem                                 on 2007/04/23  22:27:27
5718         Log: inline S_init_lexer() and regen
5719      Branch: perl
5720            ! embed.fnc embed.h embedvar.h perl.c perlapi.h proto.h
5721 ____________________________________________________________________________
5722 [ 31044] By: davem                                 on 2007/04/23  22:04:59
5723         Log: make initialisation of PL_sv_no etc unconditional
5724      Branch: perl
5725            ! perl.c
5726 ____________________________________________________________________________
5727 [ 31043] By: merijn                                on 2007/04/23  20:55:05
5728         Log: Missed quotes in protocheck for rm_try
5729      Branch: perl
5730            ! Configure
5731 ____________________________________________________________________________
5732 [ 31040] By: merijn                                on 2007/04/23  17:35:53
5733         Log: Major *try* cleanup: introduce $rm_try; Some whitespace cleanups;
5734              Small textual nit from Jarkko
5735      Branch: perl
5736            ! Configure
5737 ____________________________________________________________________________
5738 [ 31038] By: nicholas                              on 2007/04/23  16:36:31
5739         Log: Remove the unnecessary allocation of and assignment to hunk[3], as the
5740              perl API functions called don't need a NUL terminated string.
5741      Branch: perl
5742            ! pp_pack.c
5743 ____________________________________________________________________________
5744 [ 31037] By: rgs                                   on 2007/04/23  15:31:48
5745         Log: Switch to hex format for integer constants in regcharclass.h
5746              (Yves Orton). Also, avoid trailing spaces.
5747      Branch: perl
5748            ! Porting/regcharclass.pl regcharclass.h
5749 ____________________________________________________________________________
5750 [ 31036] By: rgs                                   on 2007/04/23  15:07:52
5751         Log: Upgrade to Term::ANSIColor 1.12.
5752      Branch: perl
5753            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
5754            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/t/basic.t
5755 ____________________________________________________________________________
5756 [ 31034] By: nicholas                              on 2007/04/23  14:40:05
5757         Log: More variable reordering saves another 40 bytes from the interpreter
5758              structure. (on LP64). Zero cost space saving! Woohoo!
5759      Branch: perl
5760            ! intrpvar.h pod/perltodo.pod thrdvar.h
5761 ____________________________________________________________________________
5762 [ 31033] By: rgs                                   on 2007/04/23  13:17:05
5763         Log: Subject: [PATCH] Un-mathom Perl_save_I16
5764              From: "Jerry D. Hedden" <jdhedden@cpan.org>
5765              Date: Mon, 23 Apr 2007 09:10:01 -0400
5766              Message-ID: <1ff86f510704230610t13c62378s381eaceae3e7e9b1@mail.gmail.com>
5767      Branch: perl
5768            ! mathoms.c scope.c
5769 ____________________________________________________________________________
5770 [ 31032] By: rgs                                   on 2007/04/23  13:10:56
5771         Log: A safer version of CopFILE, by Jarkko
5772      Branch: perl
5773            ! cop.h
5774 ____________________________________________________________________________
5775 [ 31031] By: rgs                                   on 2007/04/23  12:30:12
5776         Log: Change boilerplate of regcharclass.h
5777      Branch: perl
5778            ! Porting/regcharclass.pl regcharclass.h
5779 ____________________________________________________________________________
5780 [ 31030] By: rgs                                   on 2007/04/23  12:25:10
5781         Log: Add Yves Orton's script to regenerate regcharclass.h
5782      Branch: perl
5783            + Porting/regcharclass.pl
5784            ! MANIFEST regcharclass.h
5785 ____________________________________________________________________________
5786 [ 31029] By: rgs                                   on 2007/04/23  10:02:13
5787         Log: Remove generated test files from CPANPLUS
5788      Branch: perl
5789            - lib/CPANPLUS/t/dummy-localmirror/01mailrc.txt.gz.packed
5790            - lib/CPANPLUS/t/dummy-localmirror/02packages.details.txt.gz.pac
5791            - ked lib/CPANPLUS/t/dummy-localmirror/03modlist.data.gz.packed
5792            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/Bundle
5793            - -Foo-Bar-0.01.tar.gz.packed
5794            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/CHECKS
5795            - UMS
5796            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/Foo-Ba
5797            - r-0.01.tar.gz.packed
5798            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/perl5.
5799            - 005_03.tar.gz.packed
5800            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUXS/CHECKSUM
5801            - S
5802            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUXS/Foo-Bar-
5803            - 0.01.tar.gz.packed
5804            - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBNOXS/CHECKS
5805            - UMS
5806            - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBNOXS/Foo-Ba
5807            - r-0.01.tar.gz.packed
5808            - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBXS/CHECKSUM
5809            - S
5810            - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBXS/Foo-Bar-
5811            - 0.01.tar.gz.packed
5812            ! MANIFEST
5813 ____________________________________________________________________________
5814 [ 31028] By: rgs                                   on 2007/04/23  09:53:41
5815         Log: Patch to config to avoid failures in the perl core due
5816              to too much verbosity (by Jos Boumans)
5817      Branch: perl
5818            ! lib/CPANPLUS/t/inc/conf.pl
5819 ____________________________________________________________________________
5820 [ 31027] By: rgs                                   on 2007/04/23  09:39:38
5821         Log: Subject: Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char* xend
5822              From: <avarab@gmail.com>
5823              Date: Sat, 21 Apr 2007 21:30:47 +0000
5824              Message-ID: <51dd1af80704211430m6ad1b4afy49b069faa61e33a9@mail.gmail.com>
5825      Branch: perl
5826            ! embed.fnc embed.h op.c perl.h pod/perlreapi.pod pp_ctl.c
5827            ! proto.h regcomp.c regexec.c regexp.h uupacktool.pl
5828 ____________________________________________________________________________
5829 [ 31026] By: rgs                                   on 2007/04/23  09:04:31
5830         Log: Subject: [PATCH] Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE and unicode tr18
5831              From: demerphq <demerphq@gmail.com>
5832              Date: Sun, 22 Apr 2007 23:34:55 +0200
5833              Message-ID: <9b18b3110704221434g43457742p28cab00289f83639@mail.gmail.com>
5834      Branch: perl
5835            + regcharclass.h
5836            ! MANIFEST lib/unicore/mktables pod/perlre.pod regcomp.c
5837            ! regcomp.h regcomp.sym regexec.c regnodes.h t/op/pat.t
5838            ! t/op/re_tests t/op/regexp.t
5839 ____________________________________________________________________________
5840 [ 31025] By: rgs                                   on 2007/04/23  08:21:50
5841         Log: An optimisation to the MRO code, by Brandon Black,
5842              plus more comments.
5843      Branch: perl
5844            ! mro.c
5845 ____________________________________________________________________________
5846 [ 31024] By: craigb                                on 2007/04/23  03:14:53
5847         Log: Shorten long symbols in mro.c to avoid name mangling on VMS.
5848      Branch: perl
5849            ! mro.c
5850 ____________________________________________________________________________
5851 [ 31023] By: nicholas                              on 2007/04/22  22:57:54
5852         Log: Fix problems caused by downsizing in change 31017. (Which don't show
5853              up until you test on a "real" architecture)
5854      Branch: perl
5855            ! pp_ctl.c utf8.c
5856 ____________________________________________________________________________
5857 [ 31022] By: rgs                                   on 2007/04/22  15:08:45
5858         Log: Reflect change of path for Module::Pluggable's tests in Maintainers.pl
5859      Branch: perl
5860            ! Porting/Maintainers.pl
5861 ____________________________________________________________________________
5862 [ 31021] By: rgs                                   on 2007/04/22  15:03:27
5863         Log: Add missing file to MANIFEST
5864      Branch: perl
5865            ! MANIFEST
5866 ____________________________________________________________________________
5867 [ 31020] By: rgs                                   on 2007/04/22  15:03:13
5868         Log: Subject: [PATCH] Update CPANPLUS to 0.79_01
5869              From: "Jos I. Boumans" <kane@xs4all.nl>
5870              Date: Sun, 22 Apr 2007 10:18:10 +0200
5871              Message-Id: <BDAACA85-8D3E-4104-9B03-9DB247EDA080@xs4all.nl>
5872      Branch: perl
5873            + lib/CPANPLUS/t/15_CPANPLUS-Shell.t
5874            ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm lib/CPANPLUS/Dist/MM.pm
5875            ! lib/CPANPLUS/Internals.pm lib/CPANPLUS/Internals/Constants.pm
5876            ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell.pm
5877            ! lib/CPANPLUS/Shell/Default.pm
5878            ! lib/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t
5879            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
5880            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
5881            ! r-0.01.tar.gz.packed
5882            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
5883            ! tar.gz.packed
5884            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
5885            ! tar.gz.packed
5886            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
5887            ! r.gz.packed
5888            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
5889            ! tar.gz.packed
5890            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
5891            ! r.gz.packed
5892            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
5893            ! cked
5894            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
5895            ! lib/CPANPLUS/t/inc/conf.pl
5896 ____________________________________________________________________________
5897 [ 31019] By: craigb                                on 2007/04/22  14:34:28
5898         Log: Move Module::Pluggable tests up under main test directory.
5899      Branch: perl
5900           +> (branch 50 files)
5901            - lib/Module/Pluggable/t/01use.t
5902            - lib/Module/Pluggable/t/02alsoworks.t
5903            - lib/Module/Pluggable/t/02works.t
5904            - lib/Module/Pluggable/t/02works_taint.t
5905            - lib/Module/Pluggable/t/03diffname.t
5906            - lib/Module/Pluggable/t/04acmedir.t
5907            - lib/Module/Pluggable/t/04acmedir_single.t
5908            - lib/Module/Pluggable/t/04acmepath.t
5909            - lib/Module/Pluggable/t/04acmepath_single.t
5910            - lib/Module/Pluggable/t/05postpath.t
5911            - lib/Module/Pluggable/t/06multipath.t
5912            - lib/Module/Pluggable/t/07instantiate.t
5913            - lib/Module/Pluggable/t/08nothing.t
5914            - lib/Module/Pluggable/t/09require.t
5915            - lib/Module/Pluggable/t/10innerpack.t
5916            - lib/Module/Pluggable/t/10innerpack_inner.t
5917            - lib/Module/Pluggable/t/10innerpack_noinner.t
5918            - lib/Module/Pluggable/t/10innerpack_override.t
5919            - lib/Module/Pluggable/t/11usetwice.t
5920            - lib/Module/Pluggable/t/12only.t
5921            - lib/Module/Pluggable/t/12onlyarray.t
5922            - lib/Module/Pluggable/t/12onlyregex.t
5923            - lib/Module/Pluggable/t/13except.t
5924            - lib/Module/Pluggable/t/13exceptarray.t
5925            - lib/Module/Pluggable/t/13exceptregex.t
5926            - lib/Module/Pluggable/t/14package.t
5927            - lib/Module/Pluggable/t/15topicsafe.t
5928            - lib/Module/Pluggable/t/16different_extension.t
5929            - lib/Module/Pluggable/t/17devel_inner_package.t
5930            - lib/Module/Pluggable/t/18skipped_package.t
5931            - lib/Module/Pluggable/t/19can_ok_clobber.t
5932            - lib/Module/Pluggable/t/20dodgy_files.t
5933            - lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
5934            - lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
5935            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
5936            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
5937            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
5938            - lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm
5939            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
5940            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
5941            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
5942            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
5943            - lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
5944            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm
5945            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm
5946            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
5947            - lib/Module/Pluggable/t/lib/No/Middle.pm
5948            - lib/Module/Pluggable/t/lib/OddTest/Plugin/-Dodgy.pm
5949            - lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm
5950            - lib/Module/Pluggable/t/lib/TA/C/A/I.pm
5951            ! MANIFEST t/TEST t/harness
5952 ____________________________________________________________________________
5953 [ 31018] By: craigb                                on 2007/04/22  00:50:18
5954         Log: Make t/harness find the t/mro tests
5955      Branch: perl
5956            ! t/harness
5957 ____________________________________________________________________________
5958 [ 31017] By: nicholas                              on 2007/04/21  21:47:34
5959         Log: Various variables in intrpvar.h and thrdvar.h are considerably larger
5960              than they need to be.
5961      Branch: perl
5962            ! intrpvar.h pad.c thrdvar.h
5963 ____________________________________________________________________________
5964 [ 31016] By: nicholas                              on 2007/04/21  21:46:27
5965         Log: Fix bug in change 31015 - saving the wrong size of variable.
5966      Branch: perl
5967            ! toke.c
5968 ____________________________________________________________________________
5969 [ 31015] By: nicholas                              on 2007/04/21  19:05:08
5970         Log: Several members of struct yy_parser can go on a diet. Some I32s were
5971              actually only holding chars.
5972      Branch: perl
5973            ! intrpvar.h op.c parser.h perl.h toke.c
5974 ____________________________________________________________________________
5975 [ 31014] By: nicholas                              on 2007/04/21  18:41:39
5976         Log: By re-ordering declarations in interpvar.h and thrdvar.h, reduce the
5977              size of the interpreter structure. (For LP64, from 3712 to 3584, for
5978              ILP32, from 2288 to 2248).
5979      Branch: perl
5980            ! intrpvar.h thrdvar.h
5981 ____________________________________________________________________________
5982 [ 31013] By: nicholas                              on 2007/04/21  17:01:53
5983         Log: Remove widesyscalls and numeric_compat1, two unused per-interpreter
5984              variables retained for binary compatibility, something which we no
5985              longer maintain back to 5.6.x.
5986      Branch: perl
5987            ! intrpvar.h
5988 ____________________________________________________________________________
5989 [ 31012] By: nicholas                              on 2007/04/21  13:54:28
5990         Log: Eliminate Internals::inc_sub_generation, which nothing now calls.
5991      Branch: perl
5992            ! universal.c
5993 ____________________________________________________________________________
5994 [ 31010] By: nicholas                              on 2007/04/21  11:42:43
5995         Log: Where possible, use SvIV instead of SvIVX, SvNV instead of SvNVX,
5996              SvUV instead of SvUVX, and SvPV* variants instead of SvPVX*.
5997              Document that the non-x variants are preferable whenever the expression
5998              has no side effects. (Compilers perform common subexression
5999              elimination). Likewise SvREFCNT_inc simple variants are valid for all
6000              cases apart from expressions with side effects.
6001      Branch: perl
6002            ! doio.c op.c pod/perlapi.pod pp.c pp_ctl.c pp_sys.c sv.c sv.h
6003 ____________________________________________________________________________
6004 [ 31009] By: nicholas                              on 2007/04/21  10:28:59
6005         Log: Storing PL_sv_yes over itself is as cheap as calling hv_exists(), so
6006              always store it, to save the (second) store call. SvIVx is more
6007              expensive than SvIVX, so use the latter. Reorder the other call to
6008              hv_store() to be immediately after the call to hv_exists(), to try to
6009              avoid thrashing the CPU cache.
6010      Branch: perl
6011            ! mro.c
6012 ____________________________________________________________________________
6013 [ 31008] By: nicholas                              on 2007/04/21  09:43:27
6014         Log: In Perl_mro_get_linear_isa_dfs(), by treating the local variable sv as
6015              an array of size 1, we can merge two arms and reduce code duplication.
6016      Branch: perl
6017            ! mro.c
6018 ____________________________________________________________________________
6019 [ 31007] By: rgs                                   on 2007/04/21  09:29:45
6020         Log: Typo fix by Abigail
6021      Branch: perl
6022            ! ext/Hash/Util/FieldHash/t/02_function.t
6023 ____________________________________________________________________________
6024 [ 31005] By: rgs                                   on 2007/04/21  09:20:56
6025         Log: Upgrade to version-0.7203.
6026              Plus a change in Module::Build::Version, specific to bleadperl.
6027      Branch: perl
6028            ! ext/DynaLoader/t/XSLoader.t lib/Module/Build/Version.pm
6029            ! lib/Module/Build/t/metadata.t lib/Module/Build/t/moduleinfo.t
6030            ! lib/version.pm lib/version.pod lib/version.t perl.c
6031            ! t/comp/use.t t/op/sprintf.t universal.c util.c
6032 ____________________________________________________________________________
6033 [ 31004] By: rgs                                   on 2007/04/21  09:08:04
6034         Log: Completely remove Test::More from the MRO tests, by Brandon Black
6035      Branch: perl
6036            ! t/mro/basic.t t/mro/basic_01_c3.t t/mro/basic_01_dfs.t
6037            ! t/mro/basic_02_c3.t t/mro/basic_02_dfs.t t/mro/basic_03_c3.t
6038            ! t/mro/basic_03_dfs.t t/mro/basic_04_c3.t t/mro/basic_04_dfs.t
6039            ! t/mro/basic_05_c3.t t/mro/basic_05_dfs.t t/mro/complex_c3.t
6040            ! t/mro/complex_dfs.t t/mro/dbic_c3.t t/mro/dbic_dfs.t
6041            ! t/mro/next_method.t t/mro/next_skip.t t/mro/vulcan_c3.t
6042            ! t/mro/vulcan_dfs.t
6043 ____________________________________________________________________________
6044 [ 31003] By: rgs                                   on 2007/04/21  09:06:38
6045         Log: Small optimisations, by Brandon Black
6046      Branch: perl
6047            ! mro.c
6048 ____________________________________________________________________________
6049 [ 31002] By: rgs                                   on 2007/04/21  09:05:41
6050         Log: Code comments, by Brandon Black
6051      Branch: perl
6052            ! mro.c
6053 ____________________________________________________________________________
6054 [ 31001] By: rgs                                   on 2007/04/21  08:55:16
6055         Log: Subject: [PATCH] Bug in Hash::Util::FieldHash
6056              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
6057              Date: Sat, 21 Apr 2007 02:11:00 +0200
6058              Message-Id: <DFEC2420-9301-40EC-A986-80D0290B2C8F@mailbox.tu-berlin.de>
6059      Branch: perl
6060            ! ext/Hash/Util/FieldHash/Changes
6061            ! ext/Hash/Util/FieldHash/FieldHash.xs
6062            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
6063            ! ext/Hash/Util/FieldHash/t/02_function.t
6064 ____________________________________________________________________________
6065 [ 31000] By: nicholas                              on 2007/04/20  19:34:15
6066         Log: Terser source code in Perl_mro_meta_dup()
6067      Branch: perl
6068            ! mro.c
6069 ____________________________________________________________________________
6070 [ 30999] By: nicholas                              on 2007/04/20  16:09:31
6071         Log: Make struct mro_meta 4(ish) bytes smaller.
6072      Branch: perl
6073            ! hv.h
6074 ____________________________________________________________________________
6075 [ 30998] By: rgs                                   on 2007/04/20  15:38:47
6076         Log: Shorten some file names
6077      Branch: perl
6078           +> t/mro/next_NEXT.t t/mro/next_edgecases.t t/mro/next_inanon.t
6079           +> t/mro/next_ineval.t t/mro/next_skip.t
6080            - t/mro/next_method_edge_cases.t t/mro/next_method_in_anon.t
6081            - t/mro/next_method_in_eval.t t/mro/next_method_skip.t
6082            - t/mro/next_method_used_with_NEXT.t
6083            ! MANIFEST
6084 ____________________________________________________________________________
6085 [ 30997] By: rgs                                   on 2007/04/20  15:03:57
6086         Log: Silence some diagnostic messages when running within the core tests.
6087              By Jerry D. Hedden
6088      Branch: perl
6089            ! lib/Archive/Extract/t/01_Archive-Extract.t
6090            ! lib/Archive/Tar/t/02_methods.t
6091 ____________________________________________________________________________
6092 [ 30996] By: rgs                                   on 2007/04/20  14:22:26
6093         Log: Nit to S_isa_lookup by Brandon Black
6094      Branch: perl
6095            ! universal.c
6096 ____________________________________________________________________________
6097 [ 30995] By: rgs                                   on 2007/04/20  14:20:42
6098         Log: Additions to perldiag for MRO, by Brandon Black.
6099      Branch: perl
6100            ! pod/perldiag.pod
6101 ____________________________________________________________________________
6102 [ 30994] By: rgs                                   on 2007/04/20  13:54:26
6103         Log: A little bit more safe version of HvMROMETA
6104      Branch: perl
6105            ! hv.h
6106 ____________________________________________________________________________
6107 [ 30993] By: rgs                                   on 2007/04/20  13:42:21
6108         Log: Don't use Test::More in core tests (at least, where
6109              that's possible, that is where is_deeply() isn't used)
6110      Branch: perl
6111            ! t/mro/c3_with_overload.t t/mro/inconsistent_c3.t
6112            ! t/mro/method_caching.t t/mro/next_method_edge_cases.t
6113            ! t/mro/next_method_in_anon.t t/mro/next_method_in_eval.t
6114            ! t/mro/next_method_used_with_NEXT.t t/mro/overload_c3.t
6115            ! t/mro/overload_dfs.t t/mro/recursion_c3.t
6116            ! t/mro/recursion_dfs.t
6117 ____________________________________________________________________________
6118 [ 30992] By: rgs                                   on 2007/04/20  11:55:37
6119         Log: Subject: Re: [PATCH] madprop about forced words
6120              From: Gerard Goossen <gerard@tty.nl>
6121              Date: Thu, 19 Apr 2007 13:33:21 +0200
6122              Message-ID: <20070419113321.GE19244@ostwald>
6123      Branch: perl
6124            ! op.h toke.c
6125 ____________________________________________________________________________
6126 [ 30991] By: rgs                                   on 2007/04/20  11:49:36
6127         Log: Subject: [perl #42614] NAN_COMPARE_BROKEN.DIV_BY_NAN_BUG (with patch) 
6128              From: patrick.dugnolle@bnpparibas.com (via RT) <perlbug-followup@perl.org>
6129              Date: Thu, 19 Apr 2007 06:34:18 -0700
6130              Message-ID: <rt-3.6.HEAD-6655-1176989657-125.42614-75-0@perl.org>
6131      Branch: perl
6132            ! pp.c
6133 ____________________________________________________________________________
6134 [ 30990] By: rgs                                   on 2007/04/20  08:04:41
6135         Log: Clean the MRO documentation up
6136      Branch: perl
6137            ! lib/mro.pm
6138 ____________________________________________________________________________
6139 [ 30989] By: stevep                                on 2007/04/20  01:58:55
6140         Log: Upgrade to CPAN-1.91
6141      Branch: perl
6142            ! lib/CPAN.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm
6143            ! lib/CPAN/t/10version.t
6144 ____________________________________________________________________________
6145 [ 30988] By: rgs                                   on 2007/04/19  17:28:38
6146         Log: Simpler version, and that zeroes the allocated memory
6147      Branch: perl
6148            ! mro.c
6149 ____________________________________________________________________________
6150 [ 30987] By: rgs                                   on 2007/04/19  17:15:25
6151         Log: Use Newxc instead of casting by hand
6152      Branch: perl
6153            ! mro.c
6154 ____________________________________________________________________________
6155 [ 30986] By: rgs                                   on 2007/04/19  17:07:14
6156         Log: A Tolkien quote for mro.c, found by Audrey Tang.
6157      Branch: perl
6158            ! mro.c
6159 ____________________________________________________________________________
6160 [ 30985] By: steveh                                on 2007/04/19  16:20:09
6161         Log: Fix non-threaded build on Win32 following #30980
6162      Branch: perl
6163            ! makedef.pl
6164 ____________________________________________________________________________
6165 [ 30984] By: rgs                                   on 2007/04/19  15:06:53
6166         Log: Fix compilation error with threads
6167      Branch: perl
6168            ! mro.c
6169 ____________________________________________________________________________
6170 [ 30983] By: rgs                                   on 2007/04/19  15:04:19
6171         Log: Adjust the warning category in the test, too
6172      Branch: perl
6173            ! t/lib/warnings/gv
6174 ____________________________________________________________________________
6175 [ 30982] By: rgs                                   on 2007/04/19  14:53:36
6176         Log: Put the "Can't locate package..." warnings in the "syntax"
6177              category, as documented
6178      Branch: perl
6179            ! gv.c mro.c universal.c
6180 ____________________________________________________________________________
6181 [ 30981] By: rgs                                   on 2007/04/19  14:50:11
6182         Log: Change an "Internal error" message to the more common "panic"
6183              in the C3 MRO code
6184      Branch: perl
6185            ! mro.c
6186 ____________________________________________________________________________
6187 [ 30980] By: rgs                                   on 2007/04/19  14:48:20
6188         Log: Subject: Re: new C3 MRO patch
6189              From: "Brandon Black" <blblack@gmail.com>
6190              Date: Tue, 17 Apr 2007 13:14:36 -0500
6191              Message-ID: <84621a60704171114k29b0460el5b08ce5185d55ed5@mail.gmail.com>
6192      Branch: perl
6193            + lib/mro.pm mro.c t/mro/basic.t t/mro/basic_01_c3.t
6194            + t/mro/basic_01_dfs.t t/mro/basic_02_c3.t t/mro/basic_02_dfs.t
6195            + t/mro/basic_03_c3.t t/mro/basic_03_dfs.t t/mro/basic_04_c3.t
6196            + t/mro/basic_04_dfs.t t/mro/basic_05_c3.t t/mro/basic_05_dfs.t
6197            + t/mro/c3_with_overload.t t/mro/complex_c3.t
6198            + t/mro/complex_dfs.t t/mro/dbic_c3.t t/mro/dbic_dfs.t
6199            + t/mro/inconsistent_c3.t t/mro/method_caching.t
6200            + t/mro/next_method.t t/mro/next_method_edge_cases.t
6201            + t/mro/next_method_in_anon.t t/mro/next_method_in_eval.t
6202            + t/mro/next_method_skip.t t/mro/next_method_used_with_NEXT.t
6203            + t/mro/overload_c3.t t/mro/overload_dfs.t t/mro/recursion_c3.t
6204            + t/mro/recursion_dfs.t t/mro/vulcan_c3.t t/mro/vulcan_dfs.t
6205            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.fnc
6206            ! embed.h ext/B/t/b.t global.sym gv.c hv.c hv.h lib/constant.pm
6207            ! lib/overload.pm mg.c op.c perl.c pod/perlapi.pod pp_hot.c
6208            ! proto.h scope.c sv.c t/TEST t/op/magic.t universal.c
6209            ! vms/descrip_mms.template win32/Makefile win32/Makefile.ce
6210            ! win32/makefile.mk
6211 ____________________________________________________________________________
6212 [ 30979] By: steveh                                on 2007/04/19  12:15:30
6213         Log: Subject: [PATCH] Allow sending SIGINT to child processes on Windows *if* they are running Perl
6214              From: "Jan Dubois" <jand@activestate.com>
6215              Date: Mon, 16 Apr 2007 17:52:25 -0700
6216              Message-ID: <01e301c7808a$ac0cca30$04265e90$@com>
6217      Branch: perl
6218            ! win32/win32.c
6219 ____________________________________________________________________________
6220 [ 30978] By: steveh                                on 2007/04/19  07:54:42
6221         Log: Subject: [PATCH - again] Re: [perl #41574] cond_wait hang ups under MSWin32
6222              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6223              Date: Wed, 18 Apr 2007 14:32:16 -0400
6224              Message-ID: <1ff86f510704181132qf94b413mfda6aaa0f347df28@mail.gmail.com>
6225              
6226              Makes the test "TODO" on Win32, where it is not reliable, and turns
6227              the 50 separate tests in one single test for less line noise
6228      Branch: perl
6229            ! ext/threads/shared/Changes ext/threads/shared/shared.pm
6230            ! ext/threads/shared/t/stress.t
6231 ____________________________________________________________________________
6232 [ 30977] By: merijn                                on 2007/04/18  19:04:40
6233         Log: 1. Move #30327 to the generation location
6234              2. Regen after backports
6235              3. Include Jarkko's $run and \n patch
6236      Branch: perl
6237            ! Configure Porting/config_h.pl config_h.SH
6238 ____________________________________________________________________________
6239 [ 30973] By: steveh                                on 2007/04/18  08:40:42
6240         Log: Add a test for the bug fixed by #30970
6241      Branch: perl
6242            + t/op/kill0.t
6243            ! MANIFEST
6244 ____________________________________________________________________________
6245 [ 30972] By: rgs                                   on 2007/04/18  08:36:24
6246         Log: Sys::Syslog was missing from Maintainers.pl
6247      Branch: perl
6248            ! Porting/Maintainers.pl
6249 ____________________________________________________________________________
6250 [ 30971] By: steveh                                on 2007/04/17  17:12:23
6251         Log: These test scripts probably wanted BEGIN blocks,
6252              not just blocks with "BEGIN:" labels.
6253      Branch: perl
6254            ! t/comp/multiline.t t/op/exec.t
6255 ____________________________________________________________________________
6256 [ 30970] By: steveh                                on 2007/04/17  11:13:23
6257         Log: Subject: [PATCH] Fix kill(0, $pid) on Windows
6258              From: "Jan Dubois" <jand@activestate.com>
6259              Date: Mon, 16 Apr 2007 17:35:48 -0700
6260              Message-ID: <01df01c78088$59718d30$0c54a790$@com>
6261              
6262              Fixes breakage caused by #29605.
6263      Branch: perl
6264            ! win32/win32.c
6265 ____________________________________________________________________________
6266 [ 30969] By: nicholas                              on 2007/04/16  16:17:05
6267         Log: Remove the "performance hack" that suppressed used only once warnings
6268              for files in the standard library.
6269      Branch: perl
6270            ! gv.c
6271 ____________________________________________________________________________
6272 [ 30968] By: merijn                                on 2007/04/16  15:01:31
6273         Log: Subject: Re: [PATCH] Mention sorting MANIFEST in perlhack.pod
6274              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6275              Date: Mon, 16 Apr 2007 10:44:36 -0400
6276              Message-ID: <1ff86f510704160744j9ae934cv9fef077afe3ca516@mail.gmail.com>
6277      Branch: perl
6278            ! pod/perlhack.pod
6279 ____________________________________________________________________________
6280 [ 30967] By: rgs                                   on 2007/04/16  13:37:05
6281         Log: Subject: [PATCH] Re: Thread.t hangs, even under normal test...
6282              From: "Jerry D. Hedden" <jdhedden@gmail.com>
6283              Date: Mon, 16 Apr 2007 09:31:39 -0400
6284              Message-ID: <1ff86f510704160631ue286a97kb66a0ce649c9aae4@mail.gmail.com>
6285      Branch: perl
6286            ! lib/Thread.t
6287 ____________________________________________________________________________
6288 [ 30966] By: merijn                                on 2007/04/16  11:44:54
6289         Log: Subject: [PATCH] sv.c: %d ne size_t
6290              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
6291              Date: Mon, 16 Apr 2007 14:31:42 +0300 (EEST)
6292              Message-Id: <200704161131.l3GBVg3n104476@kosh.hut.fi>
6293      Branch: perl
6294            ! sv.c
6295 ____________________________________________________________________________
6296 [ 30965] By: davem                                 on 2007/04/15  23:33:13
6297         Log: fix casting warning in pp_ord()
6298      Branch: perl
6299            ! pp.c
6300 ____________________________________________________________________________
6301 [ 30964] By: davem                                 on 2007/04/15  23:24:21
6302         Log: get rid of warning due to empty dangling else in malloc.c
6303      Branch: perl
6304            ! malloc.c
6305 ____________________________________________________________________________
6306 [ 30963] By: davem                                 on 2007/04/15  21:10:55
6307         Log: follow PL_watchaddr when cloning a thread
6308      Branch: perl
6309            ! sv.c
6310 ____________________________________________________________________________
6311 [ 30962] By: davem                                 on 2007/04/15  16:32:42
6312         Log: with DEBUG_LEAKING_SCALARS, dump multiply-freed scalars
6313      Branch: perl
6314            ! sv.c
6315 ____________________________________________________________________________
6316 [ 30958] By: nicholas                              on 2007/04/15  12:37:44
6317         Log: Remove wince/ from checkcfgvar.pl, now that it is gone in 5.8.x too.
6318      Branch: perl
6319            ! Porting/checkcfgvar.pl
6320 ____________________________________________________________________________
6321 [ 30957] By: rgs                                   on 2007/04/15  12:35:38
6322         Log: Add the Default Unicode Collation Element Table for UCD 5.0.0
6323              to Unicode::Collate
6324      Branch: perl
6325            + lib/Unicode/Collate/allkeys.txt
6326            ! MANIFEST
6327 ____________________________________________________________________________
6328 [ 30955] By: rgs                                   on 2007/04/15  07:26:28
6329         Log: Change prototype of async() to be compatible with the one
6330              of threads::async()
6331      Branch: perl
6332            ! lib/Thread.pm
6333 ____________________________________________________________________________
6334 [ 30954] By: rgs                                   on 2007/04/15  07:16:44
6335         Log: Subject: [PATCH] Remove 5005threads from Thread.pm
6336              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6337              Date: Fri, 13 Apr 2007 13:19:26 -0400
6338              Message-ID: <1ff86f510704131019i3ea1f99es7067ba2ef60171ca@mail.gmail.com>
6339      Branch: perl
6340            ! lib/Thread.pm
6341 ____________________________________________________________________________
6342 [ 30953] By: rgs                                   on 2007/04/15  07:12:33
6343         Log: Subject: [PATCH] Fix Thread.pm
6344              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6345              Date: Fri, 13 Apr 2007 12:51:40 -0400
6346              Message-ID: <1ff86f510704130951t5f66baa0m4ed13018539976a3@mail.gmail.com>
6347      Branch: perl
6348            + lib/Thread.t
6349            ! MANIFEST lib/Thread.pm
6350 ____________________________________________________________________________
6351 [ 30952] By: davem                                 on 2007/04/14  21:53:17
6352         Log: Move PL_comppad nulling from do_clean_all to sv_clear
6353      Branch: perl
6354            ! sv.c
6355 ____________________________________________________________________________
6356 [ 30951] By: merijn                                on 2007/04/14  20:52:56
6357         Log: Typo in croak message
6358      Branch: perl
6359            ! universal.c
6360 ____________________________________________________________________________
6361 [ 30950] By: merijn                                on 2007/04/14  17:38:23
6362         Log: Subject: [PATCH pod/perlfunc.pod] Typo in =item say
6363              From: Abigail <abigail@abigail.be>
6364              Date: Sat, 14 Apr 2007 19:22:41 +0200
6365              Message-ID: <20070414172241.GB3191@abigail.nl>
6366      Branch: perl
6367            ! pod/perlfunc.pod
6368 ____________________________________________________________________________
6369 [ 30943] By: rgs                                   on 2007/04/13  12:14:06
6370         Log: Subject: RE: [PATCH] Restore Win64 compilation with the Windows Platform SDK
6371              From: "Jan Dubois" <jand@activestate.com>
6372              Date: Tue, 10 Apr 2007 16:49:21 -0700
6373              Message-ID: <001b01c77bca$dcae7720$960b6560$@com>
6374      Branch: perl
6375            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
6376 ____________________________________________________________________________
6377 [ 30940] By: nicholas                              on 2007/04/12  21:03:08
6378         Log: Bump the VERSION of ExtUtils::Constant::Base.
6379      Branch: perl
6380            ! lib/ExtUtils/Constant/Base.pm
6381 ____________________________________________________________________________
6382 [ 30939] By: nicholas                              on 2007/04/12  20:45:21
6383         Log: PL_madskills is a bool, so save it as one (else Solaris rightly
6384              SIGBUSes)
6385      Branch: perl
6386            ! pp_ctl.c
6387 ____________________________________________________________________________
6388 [ 30936] By: nicholas                              on 2007/04/12  18:52:49
6389         Log: Fix two errors in the OP debugging code. Now all test errors relate
6390              to newCONSTSUB().
6391      Branch: perl
6392            ! op.c sv.c
6393 ____________________________________________________________________________
6394 [ 30932] By: rgs                                   on 2007/04/12  15:54:33
6395         Log: Subject: Re: [PATCH] Add CPANPLUS 0.78 to the core
6396              From: demerphq <demerphq@gmail.com>
6397              Date: Tue, 10 Apr 2007 18:31:28 +0200
6398              Message-ID: <9b18b3110704100931t5c0c97e0n9d3c059e6f404dd5@mail.gmail.com>
6399      Branch: perl
6400            ! lib/ExtUtils/MM_Unix.pm
6401 ____________________________________________________________________________
6402 [ 30931] By: nicholas                              on 2007/04/12  15:51:58
6403         Log: Change 18797 (Patch for [perl #9402], known also as "glibc _moddi3 bug
6404              with negative quads", or also as RedHat bug #65612.) was a bit brute
6405              force. In reality, we don't need to have an auto-detecting pp_i_modulo
6406              unless we're compiled with 64 bit IVs and on glibc.
6407      Branch: perl
6408            ! pp.c
6409 ____________________________________________________________________________
6410 [ 30926] By: rgs                                   on 2007/04/12  14:50:04
6411         Log: Run buildtoc --build-all
6412      Branch: perl
6413            ! MANIFEST pod/perltoc.pod vms/descrip_mms.template
6414            ! win32/pod.mak
6415 ____________________________________________________________________________
6416 [ 30925] By: rgs                                   on 2007/04/12  14:37:35
6417         Log: Subject: [PATCH] Add $VERSION to Module::Build::Version
6418              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6419              Date: Wed, 11 Apr 2007 12:45:19 -0400
6420              Message-ID: <1ff86f510704110945q173f2ac8p399171428fd182cd@mail.gmail.com>
6421      Branch: perl
6422            ! lib/Module/Build/Version.pm
6423 ____________________________________________________________________________
6424 [ 30923] By: rgs                                   on 2007/04/12  14:33:33
6425         Log: Upgrade to Archive::Extract 0.18
6426      Branch: perl
6427            ! lib/Archive/Extract.pm
6428            ! lib/Archive/Extract/t/src/double_dir.zip.packed
6429            ! lib/Archive/Extract/t/src/x.bz2.packed
6430            ! lib/Archive/Extract/t/src/x.gz.packed
6431            ! lib/Archive/Extract/t/src/x.jar.packed
6432            ! lib/Archive/Extract/t/src/x.par.packed
6433            ! lib/Archive/Extract/t/src/x.tar.gz.packed
6434            ! lib/Archive/Extract/t/src/x.tar.packed
6435            ! lib/Archive/Extract/t/src/x.tgz.packed
6436            ! lib/Archive/Extract/t/src/x.zip.packed
6437            ! lib/Archive/Extract/t/src/y.jar.packed
6438            ! lib/Archive/Extract/t/src/y.par.packed
6439            ! lib/Archive/Extract/t/src/y.tar.bz2.packed
6440            ! lib/Archive/Extract/t/src/y.tar.gz.packed
6441            ! lib/Archive/Extract/t/src/y.tar.packed
6442            ! lib/Archive/Extract/t/src/y.tbz.packed
6443            ! lib/Archive/Extract/t/src/y.tgz.packed
6444            ! lib/Archive/Extract/t/src/y.zip.packed
6445 ____________________________________________________________________________
6446 [ 30922] By: rgs                                   on 2007/04/12  14:27:23
6447         Log: Add the perlreapi man page, by Ã†var Arnfjörð Bjarmason
6448              (largely from perlreguts)
6449      Branch: perl
6450            + pod/perlreapi.pod
6451            ! MANIFEST pod.lst pod/perl.pod pod/perlreguts.pod
6452            ! vms/descrip_mms.template win32/pod.mak
6453 ____________________________________________________________________________
6454 [ 30921] By: rgs                                   on 2007/04/12  14:05:17
6455         Log: Subject: Re: [PATCH] extflags/pmflags Change 30841, in dump.c:pm_description regex does not have to exist
6456              From: avarab@gmail.com
6457              Date: Wed, 11 Apr 2007 20:54:43 +0000
6458              Message-ID: <51dd1af80704111354h4bbd0212hc96a9f1911d2ffb4@mail.gmail.com>
6459      Branch: perl
6460            ! dump.c
6461 ____________________________________________________________________________
6462 [ 30920] By: rgs                                   on 2007/04/12  13:57:49
6463         Log: Subject: Re: [PATCH] perlreguts.pod: use the unicode name for ÃŸ and show the codepoint
6464              From: avarab@gmail.com
6465              Date: Fri, 6 Apr 2007 21:41:57 +0000
6466              Message-ID: <51dd1af80704061441v4b972257ta4c95230bdbc47c5@mail.gmail.com>
6467      Branch: perl
6468            ! pod/perlreguts.pod
6469 ____________________________________________________________________________
6470 [ 30919] By: nicholas                              on 2007/04/12  11:57:26
6471         Log: When removing the test program source, also remove the compiled
6472              executable.
6473      Branch: perl
6474            ! Configure
6475 ____________________________________________________________________________
6476 [ 30918] By: merijn                                on 2007/04/12  06:15:36
6477         Log: Subject: [PATCH] g++ in Tru64: align sockaddr and sockaddr_in defs
6478              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
6479              Date: Thu, 12 Apr 2007 05:19:30 +0300 (EEST)
6480              Message-Id: <200704120219.l3C2JUGZ294947@kosh.hut.fi>
6481      Branch: perl
6482            ! hints/dec_osf.sh
6483 ____________________________________________________________________________
6484 [ 30915] By: nicholas                              on 2007/04/11  19:48:36
6485         Log: For symbolic references test the defined path through the pp functions.
6486      Branch: perl
6487            ! t/op/ref.t
6488 ____________________________________________________________________________
6489 [ 30913] By: nicholas                              on 2007/04/11  17:51:02
6490         Log: Be a bit more specific in what our second typeglob isn't. It is actually
6491              expected to be undef.
6492      Branch: perl
6493            ! t/op/ref.t
6494 ____________________________________________________________________________
6495 [ 30912] By: stevep                                on 2007/04/11  17:16:00
6496         Log: Fix spelling nit.
6497      Branch: perl
6498            ! ext/POSIX/t/posix.t
6499 ____________________________________________________________________________
6500 [ 30910] By: nicholas                              on 2007/04/11  14:15:19
6501         Log: Run pod/buildtoc --build-all
6502      Branch: perl
6503            ! MANIFEST pod/perltoc.pod vms/descrip_mms.template
6504 ____________________________________________________________________________
6505 [ 30909] By: nicholas                              on 2007/04/11  14:09:31
6506         Log: perl5.9.5delta is about 5, not 4.
6507      Branch: perl
6508            ! pod.lst
6509 ____________________________________________________________________________
6510 [ 30908] By: nicholas                              on 2007/04/11  13:52:43
6511         Log: Update MANIFEST to include 3 files added in change 30893.
6512      Branch: perl
6513            ! MANIFEST
6514 ____________________________________________________________________________
6515 [ 30907] By: rgs                                   on 2007/04/11  13:08:49
6516         Log: Subject: [PATCH] Correct Shell.pm POD regarding $Shell::capture_stderr
6517              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6518              Date: Tue, 10 Apr 2007 13:54:10 -0400
6519              Message-ID: <1ff86f510704101054q2ccc7c10l66d62971716877f9@mail.gmail.com>
6520      Branch: perl
6521            ! lib/Shell.pm
6522 ____________________________________________________________________________
6523 [ 30906] By: rgs                                   on 2007/04/11  13:06:49
6524         Log: Add Shell.pm to the list of dual-life modules
6525      Branch: perl
6526            ! Porting/Maintainers.pl
6527 ____________________________________________________________________________
6528 [ 30905] By: rgs                                   on 2007/04/11  13:05:28
6529         Log: Upgrade to Shell 0.72 (noticed by Jerry D. Hedden)
6530      Branch: perl
6531            ! lib/Shell.pm lib/Shell.t
6532 ____________________________________________________________________________
6533 [ 30904] By: nicholas                              on 2007/04/11  08:02:43
6534         Log: If the test programs for strtoul(), strtoull() or strtouq() fail, don't
6535              assume that the functions work.
6536      Branch: perl
6537            ! Configure
6538 ____________________________________________________________________________
6539 [ 30903] By: nicholas                              on 2007/04/11  07:39:21
6540         Log: Work round what appears to be a bug in Sun C++ 5.8 2005/10/13
6541              If we just cast GvSVn(gv) to void, it ignores evaluating it for
6542              its side effect.
6543      Branch: perl
6544            ! gv.c
6545 ____________________________________________________________________________
6546 [ 30902] By: craigb                                on 2007/04/11  04:08:47
6547         Log: Fully VMSify CPANPLUS util names following #30885
6548      Branch: perl
6549            ! vms/descrip_mms.template
6550 ____________________________________________________________________________
6551 [ 30900] By: nicholas                              on 2007/04/10  19:39:01
6552         Log: Silence the g++ warnings "right-hand operand of comma has no effect"
6553      Branch: perl
6554            ! perl.c perly.act perly.h perly.tab perly.y regcomp.c
6555 ____________________________________________________________________________
6556 [ 30898] By: nicholas                              on 2007/04/10  18:56:17
6557         Log: Cast needed to get POSIX compiling with g++ on FreeBSD.
6558      Branch: perl
6559            ! ext/POSIX/POSIX.xs
6560 ____________________________________________________________________________
6561 [ 30897] By: nicholas                              on 2007/04/10  18:30:04
6562         Log: Make the don't-use-nm symbol table probes work under C++.
6563      Branch: perl
6564            ! Configure
6565 ____________________________________________________________________________
6566 [ 30896] By: stevep                                on 2007/04/10  16:36:08
6567         Log: Version change to ExtUtils::MM_Unix missed in change #30380.
6568      Branch: perl
6569            ! lib/ExtUtils/MM_Unix.pm
6570 ____________________________________________________________________________
6571 [ 30895] By: stevep                                on 2007/04/10  16:23:10
6572         Log: Somehow, version.pm was missed from change #30629.
6573      Branch: perl
6574            ! lib/version.pm
6575 ____________________________________________________________________________
6576 [ 30894] By: nicholas                              on 2007/04/10  16:11:41
6577         Log: Undo the non-maint part of change 30816. Silly Nicholas.
6578      Branch: perl
6579            ! hints/freebsd.sh
6580 ____________________________________________________________________________
6581 [ 30893] By: stevep                                on 2007/04/10  15:44:51
6582         Log: Upgrade to Module-Build-0.2807
6583      Branch: perl
6584            + lib/Module/Build/t/new_from_context.t
6585            + lib/Module/Build/t/test_type.t lib/Module/Build/t/test_types.t
6586            ! lib/Module/Build.pm lib/Module/Build/API.pod
6587            ! lib/Module/Build/Base.pm lib/Module/Build/ModuleInfo.pm
6588            ! lib/Module/Build/Version.pm lib/Module/Build/YAML.pm
6589            ! lib/Module/Build/t/extend.t lib/Module/Build/t/lib/MBTest.pm
6590            ! lib/Module/Build/t/manifypods.t lib/Module/Build/t/metadata.t
6591            ! lib/Module/Build/t/moduleinfo.t lib/Module/Build/t/ppm.t
6592            ! lib/Module/Build/t/tilde.t
6593 ____________________________________________________________________________
6594 [ 30891] By: nicholas                              on 2007/04/10  14:49:31
6595         Log: S_forget_pmop() only needs a flags argument for the ithreads case,
6596              because PmopSTASH_free() is a no-op in an unthreaded perl.
6597      Branch: perl
6598            ! embed.fnc embed.h op.c op.h proto.h
6599 ____________________________________________________________________________
6600 [ 30888] By: nicholas                              on 2007/04/10  11:48:07
6601         Log: If PL_curpm is pointing to an op that is getting freed, reset it to
6602              NULL. Otherwise we have a pointer dangling into undefined behaviour.
6603      Branch: perl
6604            ! op.c
6605 ____________________________________________________________________________
6606 [ 30887] By: rgs                                   on 2007/04/10  09:43:34
6607         Log: Could someone explain why this file was added twice.
6608      Branch: perl
6609            ! ext/threads/shared/t/stress.t
6610 ____________________________________________________________________________
6611 [ 30886] By: rgs                                   on 2007/04/10  09:41:00
6612         Log: Upgrade to threads::shared 1.09 :
6613              - Fix casting issue under MSWin32
6614              - Modify stress test to not hang under MSWin32
6615      Branch: perl
6616            + ext/threads/shared/t/stress.t
6617            ! MANIFEST ext/threads/shared/Changes ext/threads/shared/README
6618            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
6619            ! ext/threads/shared/t/cond.t
6620 ____________________________________________________________________________
6621 [ 30885] By: rgs                                   on 2007/04/10  09:23:43
6622         Log: Add the new CPANPLUS utilities to the VMS build process.
6623      Branch: perl
6624            ! vms/descrip_mms.template
6625 ____________________________________________________________________________
6626 [ 30884] By: rgs                                   on 2007/04/10  07:44:50
6627         Log: Sync MANIFEST. Files have disappeared ?
6628      Branch: perl
6629            ! MANIFEST
6630 ____________________________________________________________________________
6631 [ 30883] By: rgs                                   on 2007/04/10  07:42:33
6632         Log: Add CPANPLUS 0.78
6633      Branch: perl
6634            + lib/CPANPLUS.pm lib/CPANPLUS/Backend.pm
6635            + lib/CPANPLUS/Backend/RV.pm lib/CPANPLUS/Config.pm
6636            + lib/CPANPLUS/Configure.pm lib/CPANPLUS/Configure/Setup.pm
6637            + lib/CPANPLUS/Dist.pm lib/CPANPLUS/Dist/Base.pm
6638            + lib/CPANPLUS/Dist/MM.pm lib/CPANPLUS/Dist/Sample.pm
6639            + lib/CPANPLUS/Error.pm lib/CPANPLUS/FAQ.pod
6640            + lib/CPANPLUS/Hacking.pod lib/CPANPLUS/Internals.pm
6641            + lib/CPANPLUS/Internals/Constants.pm
6642            + lib/CPANPLUS/Internals/Constants/Report.pm
6643            + lib/CPANPLUS/Internals/Extract.pm
6644            + lib/CPANPLUS/Internals/Fetch.pm
6645            + lib/CPANPLUS/Internals/Report.pm
6646            + lib/CPANPLUS/Internals/Search.pm
6647            + lib/CPANPLUS/Internals/Source.pm
6648            + lib/CPANPLUS/Internals/Utils.pm
6649            + lib/CPANPLUS/Internals/Utils/Autoflush.pm
6650            + lib/CPANPLUS/Module.pm lib/CPANPLUS/Module/Author.pm
6651            + lib/CPANPLUS/Module/Author/Fake.pm
6652            + lib/CPANPLUS/Module/Checksums.pm lib/CPANPLUS/Module/Fake.pm
6653            + lib/CPANPLUS/Module/Signature.pm lib/CPANPLUS/Selfupdate.pm
6654            + lib/CPANPLUS/Shell.pm lib/CPANPLUS/Shell/Classic.pm
6655            + lib/CPANPLUS/Shell/Default.pm
6656            + lib/CPANPLUS/Shell/Default/Plugins/HOWTO.pod
6657            + lib/CPANPLUS/Shell/Default/Plugins/Remote.pm
6658            + lib/CPANPLUS/Shell/Default/Plugins/Source.pm
6659            + lib/CPANPLUS/bin/cpan2dist lib/CPANPLUS/bin/cpanp
6660            + lib/CPANPLUS/bin/cpanp-run-perl lib/CPANPLUS/inc.pm
6661            + lib/CPANPLUS/t/00_CPANPLUS-Inc.t
6662            + lib/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t
6663            + lib/CPANPLUS/t/01_CPANPLUS-Configure.t
6664            + lib/CPANPLUS/t/02_CPANPLUS-Internals.t
6665            + lib/CPANPLUS/t/03_CPANPLUS-Internals-Source.t
6666            + lib/CPANPLUS/t/04_CPANPLUS-Module.t
6667            + lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t
6668            + lib/CPANPLUS/t/06_CPANPLUS-Internals-Constants.t
6669            + lib/CPANPLUS/t/07_CPANPLUS-Internals-Extract.t
6670            + lib/CPANPLUS/t/08_CPANPLUS-Backend.t
6671            + lib/CPANPLUS/t/09_CPANPLUS-Internals-Search.t
6672            + lib/CPANPLUS/t/10_CPANPLUS-Error.t
6673            + lib/CPANPLUS/t/19_CPANPLUS-Dist.t
6674            + lib/CPANPLUS/t/20_CPANPLUS-Dist-MM.t
6675            + lib/CPANPLUS/t/21_CPANPLUS-Dist-No-Build.t
6676            + lib/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t
6677            + lib/CPANPLUS/t/40_CPANPLUS-Internals-Report.t
6678            + lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
6679            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
6680            + r-0.01.tar.gz.packed
6681            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/CHECKSUMS
6682            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
6683            + readme
6684            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
6685            + tar.gz.packed
6686            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
6687            + tar.gz.packed
6688            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/CHECKSUMS
6689            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.re
6690            + adme
6691            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
6692            + r.gz.packed
6693            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/CHECKSUMS
6694            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
6695            + readme
6696            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
6697            + tar.gz.packed
6698            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/CHECKSUMS
6699            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.re
6700            + adme
6701            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
6702            + r.gz.packed
6703            + lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
6704            + cked
6705            + lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
6706            + lib/CPANPLUS/t/dummy-localmirror/01mailrc.txt.gz.packed
6707            + lib/CPANPLUS/t/dummy-localmirror/02packages.details.txt.gz.pac
6708            + ked lib/CPANPLUS/t/dummy-localmirror/03modlist.data.gz.packed
6709            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/Bundle
6710            + -Foo-Bar-0.01.tar.gz.packed
6711            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/CHECKS
6712            + UMS
6713            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/Foo-Ba
6714            + r-0.01.tar.gz.packed
6715            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/perl5.
6716            + 005_03.tar.gz.packed
6717            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUXS/CHECKSUM
6718            + S
6719            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUXS/Foo-Bar-
6720            + 0.01.tar.gz.packed
6721            + lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBNOXS/CHECKS
6722            + UMS
6723            + lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBNOXS/Foo-Ba
6724            + r-0.01.tar.gz.packed
6725            + lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBXS/CHECKSUM
6726            + S
6727            + lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBXS/Foo-Bar-
6728            + 0.01.tar.gz.packed lib/CPANPLUS/t/inc/conf.pl
6729            + utils/cpan2dist.PL utils/cpanp-run-perl.PL utils/cpanp.PL
6730            ! MANIFEST installperl utils.lst utils/Makefile win32/Makefile
6731            ! win32/makefile.mk
6732 ____________________________________________________________________________
6733 [ 30882] By: rgs                                   on 2007/04/10  06:46:54
6734         Log: Fix new tests
6735      Branch: perl
6736            ! t/op/pat.t
6737 ____________________________________________________________________________
6738 [ 30881] By: stevep                                on 2007/04/10  02:53:34
6739         Log: Subject: Re: [PATCH] length() on magic capture variables
6740              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
6741              Date: Mon, 9 Apr 2007 22:02:42 +0000
6742              Message-ID: <51dd1af80704091502m19130c28y29e6e656516fabfd@mail.gmail.com>
6743      Branch: perl
6744            ! t/op/pat.t
6745 ____________________________________________________________________________
6746 [ 30880] By: stevep                                on 2007/04/10  02:49:07
6747         Log: Subject: [PATCH] Test for the qr// construct
6748              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
6749              Date: Mon, 9 Apr 2007 20:36:58 +0000
6750              Message-ID: <51dd1af80704091336q335f0584o602b5e245bc210fe@mail.gmail.com>
6751              
6752              Includes add to the MANIFEST
6753      Branch: perl
6754            + t/op/qr.t
6755            ! MANIFEST
6756 ____________________________________________________________________________
6757 [ 30879] By: stevep                                on 2007/04/10  02:37:04
6758         Log: Subject: [PATCH] Cast markstack values to I32
6759              From: Jan Dubois <jand@ActiveState.com>
6760              Date: Mon, 09 Apr 2007 18:11:32 -0700
6761              Message-ID: <prol131i8b27re246alnhmem4mj13fcl2b@4ax.com>
6762      Branch: perl
6763            ! XSUB.h pp.h
6764 ____________________________________________________________________________
6765 [ 30878] By: stevep                                on 2007/04/10  02:30:38
6766         Log: Subject: [PATCH] Restore Win64 compilation with the Windows Platform SDK
6767              From: Jan Dubois <jand@ActiveState.com>
6768              Date: Mon, 09 Apr 2007 17:27:17 -0700
6769              Message-ID: <4kll13df3tndn8alp54gi9ur9jmq063aij@4ax.com>   
6770      Branch: perl
6771            ! lib/ExtUtils/MM_Win32.pm win32/win32.c
6772 ____________________________________________________________________________
6773 [ 30877] By: stevep                                on 2007/04/10  02:18:24
6774         Log: Upgrade to bignum-0.20 and Math-BigRat-0.18.
6775      Branch: perl
6776            + lib/bignum/t/bigexp.t
6777            ! MANIFEST lib/Math/BigRat.pm lib/bignum.pm
6778 ____________________________________________________________________________
6779 [ 30876] By: stevep                                on 2007/04/10  02:11:02
6780         Log: Subject: BigInt, FastCalc, BitRat, bignum released to CPAN [PATCH]
6781              From: Tels <nospam-abuse@bloodgate.com>
6782              Date: Mon, 9 Apr 2007 20:59:22 +0000
6783              Message-Id: <200704092059.24058@bloodgate.com>
6784      Branch: perl
6785            ! ext/Math/BigInt/FastCalc/FastCalc.pm
6786            ! ext/Math/BigInt/FastCalc/FastCalc.xs
6787            ! ext/Math/BigInt/FastCalc/t/leak.t lib/Math/BigFloat.pm
6788            ! lib/Math/BigInt.pm lib/Math/BigInt/t/biglog.t
6789            ! lib/Math/BigInt/t/fallback.t
6790 ____________________________________________________________________________
6791 [ 30875] By: stevep                                on 2007/04/09  14:06:22
6792         Log: Upgrade to CPAN-1.90.
6793      Branch: perl
6794            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Queue.pm
6795 ____________________________________________________________________________
6796 [ 30871] By: rgs                                   on 2007/04/08  07:58:39
6797         Log: Subject: [PATCH] RXf_WHITE never used due to small bug in regcomp.c
6798              From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
6799              Date: Sat, 7 Apr 2007 00:17:05 +0000
6800              Message-ID: <51dd1af80704061717s44107fb9jf468ef28080d33a6@mail.gmail.com>
6801      Branch: perl
6802            ! regcomp.c
6803 ____________________________________________________________________________
6804 [ 30870] By: rgs                                   on 2007/04/08  07:55:04
6805         Log: Subject: [PATCH] makedepend.SH syntax error
6806              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
6807              Date: Sat, 7 Apr 2007 23:32:44 -0700 (PDT)
6808              Message-ID: <41520.67.40.29.216.1176013964.squirrel@webmail.efn.org>
6809      Branch: perl
6810            ! makedepend.SH
6811 ____________________________________________________________________________
6812 [ 30869] By: nicholas                              on 2007/04/07  21:36:19
6813         Log: Upgrade to Module-Pluggable 3.6
6814      Branch: perl
6815            ! lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
6816 ____________________________________________________________________________
6817 [ 30868] By: nicholas                              on 2007/04/07  20:43:14
6818         Log: Ensure PL_last_in_gv doesn't end up pointing to garbage by NULLing it
6819              if the GV it is pointing to gets freed.
6820      Branch: perl
6821            ! sv.c
6822 ____________________________________________________________________________
6823 [ 30867] By: nicholas                              on 2007/04/07  17:14:11
6824         Log: Under PERL_DEBUG_READONLY_OPS don't panic if you can't find the slab
6825              being freed. Also, need to set the slab to read/write before
6826              incrementing or decrementing an op's reference count.
6827              With this we can build all extentions, and run test_harness.
6828      Branch: perl
6829            ! embed.fnc op.c op.h proto.h
6830 ____________________________________________________________________________
6831 [ 30866] By: nicholas                              on 2007/04/07  12:45:44
6832         Log: Upgrade to Encode 2.19
6833      Branch: perl
6834            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
6835            ! ext/Encode/Encode.xs ext/Encode/bin/piconv
6836            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
6837            ! ext/Encode/lib/Encode/CJKConstants.pm
6838            ! ext/Encode/lib/Encode/JP/H2Z.pm
6839            ! ext/Encode/lib/Encode/JP/JIS7.pm
6840            ! ext/Encode/lib/Encode/MIME/Header.pm
6841            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Aliases.t
6842            ! ext/Encode/t/mime-header.t
6843 ____________________________________________________________________________
6844 [ 30865] By: nicholas                              on 2007/04/07  12:15:40
6845         Log: Turn op_pmreplroot in struct pmop into a real union.
6846      Branch: perl
6847            ! dump.c ext/B/B.xs op.c op.h pp.c pp_hot.c
6848 ____________________________________________________________________________
6849 [ 30863] By: nicholas                              on 2007/04/07  10:48:08
6850         Log: Remove a now un-needed goto from Perl_peep().
6851      Branch: perl
6852            ! op.c
6853 ____________________________________________________________________________
6854 [ 30862] By: nicholas                              on 2007/04/07  10:43:37
6855         Log: Rejig Perl_peep() to assume that ops are optimised by default. The
6856              source code is simpler, and the object code slightly smaller.
6857      Branch: perl
6858            ! op.c
6859 ____________________________________________________________________________
6860 [ 30861] By: nicholas                              on 2007/04/07  08:32:46
6861         Log: Re-ordering OP_STUB in the switch statement in Perl_peep saves a goto.
6862      Branch: perl
6863            ! op.c
6864 ____________________________________________________________________________
6865 [ 30860] By: nicholas                              on 2007/04/06  23:31:14
6866         Log: Merge op_pmreplstart and op_pmstash/op_pmstashpv into a union in
6867              PMOP, as both pointers never need to be set at the same time.
6868      Branch: perl
6869            ! dump.c ext/B/B.xs op.c op.h pp_ctl.c
6870 ____________________________________________________________________________
6871 [ 30859] By: nicholas                              on 2007/04/06  22:32:02
6872         Log: assert() that OP_QR and OP_MATCH never set op_pmreplstart, which
6873              simplifies the peep hole optimiser slightly.
6874      Branch: perl
6875            ! op.c
6876 ____________________________________________________________________________
6877 [ 30858] By: nicholas                              on 2007/04/06  22:08:20
6878         Log: Add editor block.
6879      Branch: perl
6880            ! op.h
6881 ____________________________________________________________________________
6882 [ 30857] By: nicholas                              on 2007/04/06  21:53:46
6883         Log: Only append ?? match ops to the list used by reset. This saves memory
6884              and time.
6885      Branch: perl
6886            ! op.c op.h toke.c
6887 ____________________________________________________________________________
6888 [ 30856] By: nicholas                              on 2007/04/06  20:57:34
6889         Log: Avoid accessing free()d memory when calling reset in one thread, after
6890              deleting pattern match ops in another thread.
6891      Branch: perl
6892            ! embed.fnc embed.h op.c proto.h t/op/reset.t
6893 ____________________________________________________________________________
6894 [ 30855] By: nicholas                              on 2007/04/06  20:46:47
6895         Log: Give accurate failure diagnostics when unlike() fails.
6896      Branch: perl
6897            ! t/test.pl
6898 ____________________________________________________________________________
6899 [ 30854] By: nicholas                              on 2007/04/06  20:17:14
6900         Log: Ooops. Forgot to update proto.h in change 30853.
6901      Branch: perl
6902            ! proto.h
6903 ____________________________________________________________________________
6904 [ 30853] By: nicholas                              on 2007/04/06  19:50:12
6905         Log: Remove op_pmnext from PMOPs, and instead store the list for reset as
6906              an array hanging from the mg_ptr of the symbol table magic.
6907              (Previously the linked list head was in the mg_obj member)
6908      Branch: perl
6909            ! embed.fnc embed.h ext/B/B.xs op.c op.h sv.c
6910 ____________________________________________________________________________
6911 [ 30852] By: rgs                                   on 2007/04/06  14:15:44
6912         Log: Subject: [PATCH] Allow any *DBM_File to work for DynaLoader testing
6913              From: "Jerry D. Hedden" <jdhedden@1979.usna.com>
6914              Date: Wed, 4 Apr 2007 09:57:16 -0400
6915              Message-ID: <1ff86f510704040657t732af552jbcbdb8804d134ff7@mail.gmail.com>
6916      Branch: perl
6917            ! ext/DynaLoader/t/DynaLoader.t ext/DynaLoader/t/XSLoader.t
6918 ____________________________________________________________________________
6919 [ 30851] By: rgs                                   on 2007/04/06  13:35:15
6920         Log: Subject: [PATCH] MAD do not ignore errors from 'use'
6921              From: Gerard Goossen <gerard@tty.nl>
6922              Date: Thu, 29 Mar 2007 18:02:29 +0200
6923              Message-ID: <20070329160229.GF20231@ostwald>
6924              
6925              plus another similar correction
6926      Branch: perl
6927            ! perl.c
6928 ____________________________________________________________________________
6929 [ 30850] By: rgs                                   on 2007/04/06  13:19:44
6930         Log: Subject: [PATCH] madprop about forced words
6931              From: Gerard Goossen <gerard@tty.nl>
6932              Date: Thu, 29 Mar 2007 18:10:42 +0200
6933              Message-ID: <20070329161042.GG20231@ostwald>
6934      Branch: perl
6935            ! toke.c
6936 ____________________________________________________________________________
6937 [ 30849] By: rgs                                   on 2007/04/06  12:13:14
6938         Log: Subject: Re: Proposed changes and to regular expression interfaces in core
6939              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
6940              Date: Thu, 29 Mar 2007 22:52:49 +0000
6941              Message-ID: <51dd1af80703291552y1073bcb6r954b043eb68a4459@mail.gmail.com>
6942      Branch: perl
6943            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym
6944            ! perl.h pp_hot.c proto.h regcomp.c regcomp.h regexp.h
6945 ____________________________________________________________________________
6946 [ 30848] By: stevep                                on 2007/04/05  16:32:19
6947         Log: g++ on NetBSD needs to have environ declared as well.
6948      Branch: perl
6949            ! perl.h
6950 ____________________________________________________________________________
6951 [ 30847] By: rgs                                   on 2007/04/05  16:26:18
6952         Log: C++ compilation fix by Steve Peters
6953      Branch: perl
6954            ! perl.h
6955 ____________________________________________________________________________
6956 [ 30846] By: nicholas                              on 2007/04/05  08:56:10
6957         Log: S_op_destroy() was not static. Also tidy all other STATIC/static
6958              declarations onto the same line as the return type, to make checking
6959              this easier.
6960      Branch: perl
6961            ! dump.c op.c pp_ctl.c pp_pack.c
6962 ____________________________________________________________________________
6963 [ 30845] By: nicholas                              on 2007/04/04  21:42:26
6964         Log: Add TODO tests for the (sometimes) crashing threads/op deletion/reset
6965              combination.
6966      Branch: perl
6967            ! t/op/reset.t
6968 ____________________________________________________________________________
6969 [ 30844] By: nicholas                              on 2007/04/04  19:55:23
6970         Log: A test for reset.
6971      Branch: perl
6972            + t/op/reset.t
6973            ! MANIFEST
6974 ____________________________________________________________________________
6975 [ 30843] By: nicholas                              on 2007/04/04  17:22:02
6976         Log: Get further through the build with read-only optrees. Free()ing cops
6977              as currently implemented seems to want write activity to them. Also we
6978              save a field in PL_curcop at one point, and sometimes this can be in
6979              a read only COP. If so, the end of scope restoration is always to the
6980              same value, but it's easier to cheat and skip the restoration than to
6981              dig around and avoid the save.
6982      Branch: perl
6983            ! op.c scope.c
6984 ____________________________________________________________________________
6985 [ 30842] By: rgs                                   on 2007/04/04  08:40:52
6986         Log: Symbol export nit, found by Yves
6987      Branch: perl
6988            ! makedef.pl
6989 ____________________________________________________________________________
6990 [ 30841] By: rgs                                   on 2007/04/04  08:32:37
6991         Log: Subject: Re: pmdynflags and thread safety
6992              From: demerphq <demerphq@gmail.com>
6993              Date: Wed, 4 Apr 2007 01:46:26 +0200
6994              Message-ID: <9b18b3110704031646p7ac8dbearf9e41397a5f884d8@mail.gmail.com>
6995      Branch: perl
6996            ! bytecode.pl dump.c embed.fnc ext/B/B.pm ext/B/B.xs
6997            ! ext/B/B/Asmdata.pm ext/B/B/Deparse.pm ext/B/defsubs_h.PL
6998            ! ext/B/t/concise-xs.t ext/re/re.xs op.c op.h pod/perlreguts.pod
6999            ! pod/perltoc.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
7000            ! regexec.c regexp.h sv.c toke.c
7001 ____________________________________________________________________________
7002 [ 30840] By: rgs                                   on 2007/04/04  06:46:46
7003         Log: Subject: [PATCH] ext\ExtUtils\t\Embed.t fails test when upgrading a perl with different core headers.
7004              From: demerphq <demerphq@gmail.com>
7005              Date: Wed, 4 Apr 2007 03:17:21 +0200
7006              Message-ID: <9b18b3110704031817l37c034d3gf3d2b1cd205ac517@mail.gmail.com>
7007      Branch: perl
7008            ! lib/ExtUtils/t/Embed.t
7009 ____________________________________________________________________________
7010 [ 30839] By: rgs                                   on 2007/04/04  06:39:46
7011         Log: Subject: [PATCH] Re: [PATCH] microperl plus missing config vars
7012              From: Jarkko Hietaniemi <jhi@iki.fi>
7013              Date: Tue, 03 Apr 2007 18:28:30 -0400
7014              Message-ID: <4612D50E.5010105@iki.fi>
7015      Branch: perl
7016            ! Porting/checkcfgvar.pl win32/config.gc
7017 ____________________________________________________________________________
7018 [ 30838] By: rgs                                   on 2007/04/03  16:17:01
7019         Log: Subject: Re: [PATCH] MAD prototype checking
7020              From: Gerard Goossen <gerard@tty.nl>
7021              Date: Thu, 29 Mar 2007 17:34:23 +0200
7022              Message-ID: <20070329153423.GE20231@ostwald>
7023      Branch: perl
7024            ! op.c
7025 ____________________________________________________________________________
7026 [ 30837] By: rgs                                   on 2007/04/03  16:12:08
7027         Log: Subject: Re: [PATCH] MAD disable constant inlining
7028              From: Gerard Goossen <gerard@tty.nl>
7029              Date: Thu, 29 Mar 2007 17:31:32 +0200
7030              Message-ID: <20070329153132.GD20231@ostwald>
7031      Branch: perl
7032            ! toke.c
7033 ____________________________________________________________________________
7034 [ 30836] By: rgs                                   on 2007/04/03  08:34:09
7035         Log: C++ compilation patch by Jarkko
7036      Branch: perl
7037            ! ext/Encode/bin/enc2xs
7038 ____________________________________________________________________________
7039 [ 30835] By: nicholas                              on 2007/04/02  21:27:26
7040         Log: We may not even have a list of slabs when Perl_Slab_Free is called.
7041      Branch: perl
7042            ! op.c
7043 ____________________________________________________________________________
7044 [ 30834] By: nicholas                              on 2007/04/02  21:25:03
7045         Log: Cleanups for PERL_DEBUG_READONLY_OPS debugging code - remove a now-
7046              unneeded include of <sys/mman.h>, and make PERL_DEBUG_READONLY_OPS
7047              appear in -V output.
7048      Branch: perl
7049            ! perl.c
7050 ____________________________________________________________________________
7051 [ 30833] By: rgs                                   on 2007/04/02  19:53:08
7052         Log: Subject: [PATCH] Allow testing of DBM_Filter with any *DBM_File
7053              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
7054              Date: Mon, 2 Apr 2007 10:15:47 -0700 (PDT)
7055              Message-ID: <642435.53086.qm@web30215.mail.mud.yahoo.com>
7056      Branch: perl
7057            ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
7058            ! lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
7059            ! lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
7060            ! lib/DBM_Filter/t/utf8.t
7061 ____________________________________________________________________________
7062 [ 30832] By: nicholas                              on 2007/04/02  19:53:06
7063         Log: For Perl_Slab_Alloc(), eliminate the unused parameter 'm'.
7064      Branch: perl
7065            ! embed.fnc embed.h op.c op.h proto.h
7066 ____________________________________________________________________________
7067 [ 30831] By: rgs                                   on 2007/04/02  19:51:08
7068         Log: Subject: [PATCH] Don't install dbm_filter_util.pl
7069              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
7070              Date: Mon, 2 Apr 2007 09:31:13 -0700 (PDT)
7071              Message-ID: <721682.89546.qm@web30209.mail.mud.yahoo.com>
7072      Branch: perl
7073            ! installperl
7074 ____________________________________________________________________________
7075 [ 30830] By: nicholas                              on 2007/04/02  19:25:53
7076         Log: The op slab allocator can call calloc() instead of malloc(), and save
7077              a Zero(). Also, argument m is unused.
7078      Branch: perl
7079            ! op.c
7080 ____________________________________________________________________________
7081 [ 30829] By: nicholas                              on 2007/04/02  19:03:55
7082         Log: Add a new compile option PERL_DEBUG_READONLY_OPS which marks the optree
7083              as read only (or as much of it as it practical). This makes it trivial
7084              to detect buggy code that is modifying the optree at runtime.
7085      Branch: perl
7086            ! embed.fnc embed.h embedvar.h intrpvar.h op.c perl.c perlapi.h
7087            ! pod/perlhack.pod proto.h
7088 ____________________________________________________________________________
7089 [ 30828] By: rgs                                   on 2007/04/02  08:50:23
7090         Log: Subject: [PATCH?] perlfunc.pod: Lexical visibility hint in require docu
7091              From: Christian Winter <bitpoet@linux-config.de>
7092              Date: Sun, 01 Apr 2007 18:01:24 +0200
7093              Message-ID: <460FD754.8050106@linux-config.de>
7094      Branch: perl
7095            ! pod/perlfunc.pod
7096 ____________________________________________________________________________
7097 [ 30827] By: craigb                                on 2007/04/01  18:11:28
7098         Log: Update name of Perl executable on VMS following #30414.
7099      Branch: perl
7100            ! t/op/taint.t
7101 ____________________________________________________________________________
7102 [ 30826] By: craigb                                on 2007/04/01  18:01:01
7103         Log: Mark new regex glob test as a TODO on VMS.
7104      Branch: perl
7105            ! ext/File/Glob/t/basic.t
7106 ____________________________________________________________________________
7107 [ 30825] By: merijn                                on 2007/04/01  15:44:33
7108         Log: Subject: README.$OS URLs
7109              From: Steffen Mueller <o6hhmk002@sneakemail.com>
7110              Date: Sat, 31 Mar 2007 16:37:56 +0200
7111              Message-ID: <20070331143757.26271.qmail@lists.develooper.com>
7112      Branch: perl
7113            ! README.amiga README.cn README.dos README.jp README.netware
7114            ! README.tw
7115 ____________________________________________________________________________
7116 [ 30824] By: stevep                                on 2007/04/01  13:10:11
7117         Log: Subject: [PATCH] Symbian sync
7118              From: Jarkko Hietaniemi <jhi@iki.fi>
7119              Date: Sat, 31 Mar 2007 15:30:09 -0400
7120              Message-ID: <460EB6C1.4020406@iki.fi>
7121      Branch: perl
7122            ! README.symbian lib/AutoSplit.pm lib/constant.pm regcomp.pl
7123            ! regnodes.h symbian/port.pl symbian/sdk.pl
7124 ____________________________________________________________________________
7125 [ 30823] By: stevep                                on 2007/04/01  12:57:24
7126         Log: Subject: [PATCH] microperl plus missing config vars
7127              From: Jarkko Hietaniemi <jhi@iki.fi>
7128              Date: Sat, 31 Mar 2007 17:50:18 -0400
7129              Message-ID: <460ED79A.5030809@iki.fi>
7130      Branch: perl
7131            ! Cross/config.sh-arm-linux Makefile.micro NetWare/config.wc
7132            ! Porting/checkcfgvar.pl README.micro epoc/config.sh
7133            ! plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh
7134            ! win32/config.bc win32/config.ce win32/config.vc
7135            ! win32/config.vc64
7136 ____________________________________________________________________________
7137 [ 30822] By: davem                                 on 2007/04/01  01:27:57
7138         Log: Make parser_free() be called slightly later,
7139              i.e. at the point where lexer vars are being restored in a LEAVE,
7140              rather than at the end of yyparse()
7141      Branch: perl
7142            ! perly.c toke.c
7143 ____________________________________________________________________________
7144 [ 30821] By: davem                                 on 2007/04/01  01:22:20
7145         Log: Eliminate the use of PL_curforce outside of toke.c
7146      Branch: perl
7147            ! perl.c toke.c
7148 ____________________________________________________________________________
7149 [ 30820] By: davem                                 on 2007/04/01  01:20:02
7150         Log: Eliminate the use of PL_bufend outside of toke.c:
7151              give Perl_scan_vstring() an explicit 'end' arg rather than using
7152              PL_bufend, and replace it with a local var in Perl_find_script()
7153      Branch: perl
7154            ! embed.fnc embed.h proto.h sv.c toke.c
7155 ____________________________________________________________________________
7156 [ 30819] By: davem                                 on 2007/04/01  00:51:00
7157         Log: free backtrack track when on unexpected exit, eg /(?{ die })/
7158      Branch: perl
7159            ! regexec.c
7160 ____________________________________________________________________________
7161 [ 30818] By: davem                                 on 2007/04/01  00:27:02
7162         Log: fix $^R scoping bug.
7163              By setting the outer saved $^R to the current $^R just at the
7164              end of a successful match, and ensuring that that the savestack
7165              doesn't get popped beforehand, the code is simplified and fixes a
7166              bug.
7167      Branch: perl
7168            ! regexec.c t/op/pat.t
7169 ____________________________________________________________________________
7170 [ 30817] By: nicholas                              on 2007/03/31  23:15:15
7171         Log: Rearrange members of structures to reduce memory size on some
7172              platforms. On LP64 structs stackinfo, refcounted_he, and magic shrink
7173              by 8 bytes, struct yy_parser by 16.
7174      Branch: perl
7175            ! cop.h gv.h hv.h mg.h parser.h perl.h
7176 ____________________________________________________________________________
7177 [ 30815] By: nicholas                              on 2007/03/31  20:52:53
7178         Log: Reorder the members of various regexp structs to reduce their size on
7179              LP64 platforms, by pairing up I32 and U32 members. Notably structs
7180              _reg_trie_data, reg_ac_data, regexp and regmatch_state down by 8 bytes,
7181              re_save_state by 16, and regmatch_slab up by 48 (ie one more state per
7182              slab)
7183      Branch: perl
7184            ! regcomp.h regexp.h
7185 ____________________________________________________________________________
7186 [ 30814] By: craigb                                on 2007/03/31  19:42:35
7187         Log: Fix URL rot in README.vms
7188      Branch: perl
7189            ! README.vms
7190 ____________________________________________________________________________
7191 [ 30813] By: craigb                                on 2007/03/31  19:40:43
7192         Log: Make Perl_vms_start_glob return the input pattern when there are
7193              no matches.  
7194      Branch: perl
7195            ! vms/vms.c
7196 ____________________________________________________________________________
7197 [ 30812] By: nicholas                              on 2007/03/31  15:50:05
7198         Log: precomp in struct regexp can be const char *.
7199      Branch: perl
7200            ! regexp.h
7201 ____________________________________________________________________________
7202 [ 30811] By: rgs                                   on 2007/03/31  14:11:40
7203         Log: Fix bug #42224, perl -MO=Deparse -e 'print readpipe $x, $y' broken
7204      Branch: perl
7205            ! ext/B/B/Deparse.pm
7206 ____________________________________________________________________________
7207 [ 30806] By: rgs                                   on 2007/03/31  06:23:12
7208         Log: Fix the error message "Can't call method "DOES" on unblessed
7209              reference".
7210      Branch: perl
7211            ! pp_hot.c t/op/universal.t universal.c
7212 ____________________________________________________________________________
7213 [ 30805] By: rgs                                   on 2007/03/31  06:16:09
7214         Log: Don't use utf8.pm in the test (avoiding embedding utf8 in the test
7215              file), and use greek to test for something out of 8-bit latin, as
7216              Jarkko suggested. Everything flows.
7217      Branch: perl
7218            ! t/io/dup.t
7219 ____________________________________________________________________________
7220 [ 30804] By: ams                                   on 2007/03/31  00:51:55
7221         Log: This was released as 2.16.
7222      Branch: perl
7223            ! ext/Storable/Storable.pm
7224 ____________________________________________________________________________
7225 [ 30803] By: ams                                   on 2007/03/31  00:34:13
7226         Log: Add new hints files.
7227      Branch: perl
7228            ! ext/Storable/MANIFEST
7229 ____________________________________________________________________________
7230 [ 30791] By: nicholas                              on 2007/03/30  16:17:25
7231         Log: Bump File::Glob's VERSION to go with change 30103.
7232      Branch: perl
7233            ! ext/File/Glob/Glob.pm
7234 ____________________________________________________________________________
7235 [ 30785] By: nicholas                              on 2007/03/30  11:52:43
7236         Log: Remove the never-used numeric and character switch ops.
7237      Branch: perl
7238            ! opcode.pl
7239 ____________________________________________________________________________
7240 [ 30784] By: nicholas                              on 2007/03/30  11:48:54
7241         Log: A logical rearrangement of ops, to get the post 5.005 ops to their
7242              logical groups.
7243      Branch: perl
7244            ! ext/B/t/b.t opcode.h opcode.pl opnames.h pp.sym pp_proto.h
7245 ____________________________________________________________________________
7246 [ 30783] By: nicholas                              on 2007/03/30  10:53:31
7247         Log: Oops. Failed to remove the now obsolete comment about custom ops.
7248      Branch: perl
7249            ! opcode.pl
7250 ____________________________________________________________________________
7251 [ 30782] By: nicholas                              on 2007/03/30  10:50:10
7252         Log: Remove the restriction that op_custom has to be the last op.
7253              This allows more ops to be added during the life of a stable release.
7254      Branch: perl
7255            ! opcode.h opcode.pl
7256 ____________________________________________________________________________
7257 [ 30781] By: rgs                                   on 2007/03/30  08:30:35
7258         Log: When dup'ing a filehandle, retain the :utf8 layer
7259      Branch: perl
7260            ! perlio.c t/io/dup.t
7261 ____________________________________________________________________________
7262 [ 30780] By: rgs                                   on 2007/03/30  07:48:59
7263         Log: Add two deprecation warnings:
7264              Opening dirhandle %s also as a file
7265              Opening filehandle %s also as a directory
7266      Branch: perl
7267            ! pod/perldiag.pod pp_sys.c t/lib/warnings/pp_sys t/op/chdir.t
7268 ____________________________________________________________________________
7269 [ 30779] By: stevep                                on 2007/03/30  03:24:22
7270         Log: Subject: [PATCH] cflags.SH: 30327 wasn't portable Bourne (avoid '!: not found')
7271              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
7272              Date: Fri, 30 Mar 2007 04:44:11 +0300 (EEST)
7273              Message-Id: <200703300144.l2U1iBSA490663@kosh.hut.fi>
7274      Branch: perl
7275            ! cflags.SH
7276 ____________________________________________________________________________
7277 [ 30778] By: stevep                                on 2007/03/29  23:11:29
7278         Log: Upgrade to CGI.pm-3.28
7279      Branch: perl
7280            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
7281 ____________________________________________________________________________
7282 [ 30777] By: rgs                                   on 2007/03/29  13:03:54
7283         Log: Subject: [PATCH] Shorten 'skipping...' test message
7284              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
7285              Date: Thu, 29 Mar 2007 05:56:51 -0700 (PDT)
7286              Message-ID: <213529.35369.qm@web30214.mail.mud.yahoo.com>
7287      Branch: perl
7288            ! t/TEST
7289 ____________________________________________________________________________
7290 [ 30776] By: rgs                                   on 2007/03/29  07:56:11
7291         Log: Back out changes 30762 and 30763
7292      Branch: perl
7293            ! pp.c
7294 ____________________________________________________________________________
7295 [ 30775] By: rgs                                   on 2007/03/28  08:43:10
7296         Log: Subject: [PATCH?]: perlguts.pod
7297              From: "John P. Linderman" <jpl@research.att.com>
7298              Date: Tue, 27 Mar 2007 12:33:39 -0400
7299              Message-Id: <200703271633.l2RGXd3u3443680@raptor.research.att.com>
7300      Branch: perl
7301            ! pod/perlguts.pod
7302 ____________________________________________________________________________
7303 [ 30774] By: merijn                                on 2007/03/27  12:30:11
7304         Log: Subject: [PATCH] stop the cargo cult of (MEM_SIZE)~0
7305              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
7306              Date: Tue, 27 Mar 2007 15:07:52 +0300 (EEST)
7307              Message-Id: <200703271207.l2RC7qOC443040@kosh.hut.fi>
7308      Branch: perl
7309            ! handy.h pp.c util.c
7310 ____________________________________________________________________________
7311 [ 30773] By: rgs                                   on 2007/03/27  11:15:51
7312         Log: Compress::Zlib isn't a good example of extra modules,
7313              since it's now core
7314      Branch: perl
7315            ! INSTALL
7316 ____________________________________________________________________________
7317 [ 30772] By: rgs                                   on 2007/03/27  09:42:44
7318         Log: Fix return value of state assignment ($x=state $y=$z).
7319              Fix a form of state assignment (state($x)=$y).
7320              Minor optimisation in pp_aassign for state variables.
7321              New tests.
7322      Branch: perl
7323            ! op.c pp_hot.c t/op/state.t
7324 ____________________________________________________________________________
7325 [ 30771] By: merijn                                on 2007/03/27  06:17:25
7326         Log: Subject: [PATCH] util.c [PATCH] perlhack.pod (Was: Re: threads crashes in Tru64)
7327              From: Jarkko Hietaniemi <jhi@iki.fi>
7328              Date: Mon, 26 Mar 2007 19:50:11 -0400
7329              Message-ID: <46085C33.1030601@iki.fi>
7330      Branch: perl
7331            ! pod/perlhack.pod util.c
7332 ____________________________________________________________________________
7333 [ 30770] By: merijn                                on 2007/03/27  06:15:21
7334         Log: Documented the PA-RISC End-Of_Life plan; more servers; some IPF
7335              remarks. TODO: the various locations for downloading prebuilt
7336              depots, and what their specifics are. The first is now in, but
7337              no specifics yet.
7338      Branch: perl
7339            ! README.hpux
7340 ____________________________________________________________________________
7341 [ 30769] By: nicholas                              on 2007/03/26  22:52:18
7342         Log: In struct regexp replace the two arrays of I32s accessed via startp
7343              and endp with a single array of struct regexp_paren_pair, which has 2
7344              I32 members. PL_regstartp and PL_regendp are replaced with a pointer
7345              to regexp_paren_pair. The regexp swap structure now only has one
7346              member, so abolish it and store the pointer to the swap array directly.
7347              Hopefully keeping the corresponding start and end adjacent in memory
7348              will help with cache coherency.
7349      Branch: perl
7350            ! mg.c pp.c pp_ctl.c pp_hot.c regcomp.c regexec.c regexp.h sv.c
7351            ! universal.c
7352 ____________________________________________________________________________
7353 [ 30768] By: davem                                 on 2007/03/26  21:48:48
7354         Log: add p55.t MAD tests, and convert renamed mad/nomad into a module
7355              Subject: Re: [PATCH] p55 tests
7356              From: Gerard Goossen <gerard@tty.nl>
7357              Message-ID: <20070322174056.GE24152@ostwald>
7358      Branch: perl
7359            + mad/t/p55.t
7360            ! MANIFEST mad/Nomad.pm
7361 ____________________________________________________________________________
7362 [ 30767] By: davem                                 on 2007/03/26  21:42:48
7363         Log: Rename mad/nomad to mad/Nomad.pm
7364              
7365              Subject: Re: [PATCH] p55 tests
7366              From: Gerard Goossen <gerard@tty.nl>
7367              Message-ID: <20070322174056.GE24152@ostwald>
7368      Branch: perl
7369           +> mad/Nomad.pm
7370            - mad/nomad
7371            ! MANIFEST
7372 ____________________________________________________________________________
7373 [ 30766] By: nicholas                              on 2007/03/26  21:40:12
7374         Log: Move the declaration of two variables into the only block that uses
7375              them.
7376      Branch: perl
7377            ! regexec.c
7378 ____________________________________________________________________________
7379 [ 30763] By: rgs                                   on 2007/03/26  14:36:17
7380         Log: Nit to change 30762 by Gisle.
7381              Avoids storing the chars removed by 4-arg substr() in void context.
7382      Branch: perl
7383            ! pp.c
7384 ____________________________________________________________________________
7385 [ 30762] By: rgs                                   on 2007/03/26  14:33:41
7386         Log: Subject: [PATCH] Re: substr($megabytes, 30) = 
7387              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
7388              Date: Mon, 12 Feb 2007 22:13:50 -0800 (PST)
7389              Message-ID: <1119.63.226.247.186.1171347230.squirrel@63.226.247.186>
7390      Branch: perl
7391            ! pp.c
7392 ____________________________________________________________________________
7393 [ 30761] By: rgs                                   on 2007/03/26  14:21:39
7394         Log: Make the warning "interpreted as function" a bit less annoying,
7395              and test it properly
7396      Branch: perl
7397            ! t/lib/warnings/toke toke.c
7398 ____________________________________________________________________________
7399 [ 30760] By: rgs                                   on 2007/03/26  13:51:30
7400         Log: say() should parse exactly like print()
7401      Branch: perl
7402            ! sv.c toke.c
7403 ____________________________________________________________________________
7404 [ 30759] By: rgs                                   on 2007/03/26  11:52:21
7405         Log: Remove the object_compatibility placeholder in the interpreter struct
7406      Branch: perl
7407            ! perl.h
7408 ____________________________________________________________________________
7409 [ 30758] By: rgs                                   on 2007/03/26  10:09:21
7410         Log: On Linux, don't compile with -DTHREADS_HAVE_PIDS if the
7411              kernel uses the NPTL threading model
7412      Branch: perl
7413            ! hints/linux.sh
7414 ____________________________________________________________________________
7415 [ 30757] By: nicholas                              on 2007/03/26  08:39:43
7416         Log: Simplify the logic in Perl_re_dup() - copy the structure as 1 block,
7417              then fix up what differs. Curiously -Os with gcc x86 produces the same
7418              sized object code.
7419      Branch: perl
7420            ! regcomp.c
7421 ____________________________________________________________________________
7422 [ 30756] By: nicholas                              on 2007/03/25  23:40:00
7423         Log: Change 30753 forgot to remove 2 now unused variables.
7424      Branch: perl
7425            ! regcomp.c
7426 ____________________________________________________________________________
7427 [ 30755] By: nicholas                              on 2007/03/25  23:34:58
7428         Log: Looks like re_dup has been leaking references on 2 SVs for most regexps
7429              since dot (only to be recovered for certain at thread exit).
7430      Branch: perl
7431            ! regcomp.c
7432 ____________________________________________________________________________
7433 [ 30754] By: nicholas                              on 2007/03/25  22:32:11
7434         Log: A more efficient copy in  Perl_reg_temp_copy()
7435      Branch: perl
7436            ! regcomp.c
7437 ____________________________________________________________________________
7438 [ 30753] By: nicholas                              on 2007/03/25  21:59:58
7439         Log: Subject: Re: The performance problem of 30678
7440              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
7441              Message-ID: <20070324185511.02f84668@r2d2>
7442              Date: Sat, 24 Mar 2007 18:55:11 +0100
7443      Branch: perl
7444            ! regcomp.c
7445 ____________________________________________________________________________
7446 [ 30750] By: rgs                                   on 2007/03/24  21:14:22
7447         Log: Make readline() default to *ARGV.
7448              Plus MAD fixes.
7449      Branch: perl
7450            ! embed.fnc embed.h op.c opcode.h opcode.pl pod/perlfunc.pod
7451            ! pp.sym pp_proto.h proto.h t/op/readline.t
7452 ____________________________________________________________________________
7453 [ 30749] By: rgs                                   on 2007/03/24  16:58:28
7454         Log: Now that readpipe defaults to $_, I should update the prototype table
7455              in opcode.pl too.
7456      Branch: perl
7457            ! opcode.h opcode.pl t/op/cproto.t
7458 ____________________________________________________________________________
7459 [ 30748] By: rgs                                   on 2007/03/24  16:51:13
7460         Log: Make sure readpipe without argument can be followed by //
7461      Branch: perl
7462            ! toke.c
7463 ____________________________________________________________________________
7464 [ 30747] By: rgs                                   on 2007/03/24  16:46:02
7465         Log: Make readpipe default to $_
7466      Branch: perl
7467            ! op.c pod/perlfunc.pod t/op/exec.t
7468 ____________________________________________________________________________
7469 [ 30745] By: nicholas                              on 2007/03/24  14:44:28
7470         Log: startp and endp can allocate their array of I32s from the same block of
7471              memory, and Copy() and free it as one.
7472              Probably these two pointers to array should merge into single pointer
7473              to an array of structs.
7474      Branch: perl
7475            ! regcomp.c regexec.c
7476 ____________________________________________________________________________
7477 [ 30740] By: nicholas                              on 2007/03/23  23:32:19
7478         Log: It's possible to write the dup of struct reg_substr_datum with a
7479              memcpy() replacing the member by member copy. Curiously gcc's -Os
7480              produces the same sized code, but not all optimisers may manage this.
7481              Also, by reading and re-assigning to the copied data for the sv_dup()s
7482              we hope to avoid any cache misses on the copied from data.
7483      Branch: perl
7484            ! regcomp.c
7485 ____________________________________________________________________________
7486 [ 30730] By: rgs                                   on 2007/03/23  18:25:43
7487         Log: Don't use PL_na.
7488      Branch: perl
7489            ! universal.c
7490 ____________________________________________________________________________
7491 [ 30729] By: rgs                                   on 2007/03/23  17:34:48
7492         Log: Subject: [perl #41775] Memoize bug (and patch): problem with LIST_CACHE => MERGE 
7493              From: Father Chrysostomos (via RT) <perlbug-followup@perl.org>
7494              Date: Sat, 10 Mar 2007 12:18:35 -0800
7495              Message-ID: <rt-3.6.HEAD-30201-1173557915-1780.41775-75-0@perl.org>
7496      Branch: perl
7497            ! lib/Memoize.pm
7498 ____________________________________________________________________________
7499 [ 30728] By: mhx                                   on 2007/03/23  17:21:15
7500         Log: Upgrade to Devel::PPPort 3.11_01
7501      Branch: perl
7502            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
7503            ! ext/Devel/PPPort/parts/inc/call
7504            ! ext/Devel/PPPort/parts/inc/variables
7505            ! ext/Devel/PPPort/parts/todo/5006000 ext/Devel/PPPort/soak
7506            ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/variables.t
7507 ____________________________________________________________________________
7508 [ 30726] By: nicholas                              on 2007/03/23  16:55:13
7509         Log: Move CHECK_WORD in regcomp.c to a more generic memEQs() in handy.h
7510              and provide memNEs() too.
7511      Branch: perl
7512            ! handy.h regcomp.c
7513 ____________________________________________________________________________
7514 [ 30725] By: rgs                                   on 2007/03/23  16:45:14
7515         Log: Subject: [PATCH] Silence compiler warning in util.c
7516              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
7517              Date: Fri, 23 Mar 2007 09:40:02 -0700 (PDT)
7518              Message-ID: <256688.25862.qm@web30215.mail.mud.yahoo.com>
7519      Branch: perl
7520            ! util.c
7521 ____________________________________________________________________________
7522 [ 30724] By: nicholas                              on 2007/03/23  16:15:58
7523         Log: Change 30080 was wrong to swap the BEGIN test to memEQ
7524      Branch: perl
7525            ! op.c
7526 ____________________________________________________________________________
7527 [ 30722] By: rgs                                   on 2007/03/23  14:47:09
7528         Log: Subject: Re: [perl #41683] [PATCH] v5.8.8 pod2html -- incorrect treatment of non-manual page refs like "this(c)"
7529              From: Jari Aalto <jari.aalto@cante.net>
7530              Date: Wed, 07 Mar 2007 11:08:24 +0200
7531              Message-ID: <87ejo1s9o7.fsf@w2kpicasso.cante.net>
7532              
7533              with adjustments to the regexp
7534      Branch: perl
7535            ! lib/Pod/Html.pm
7536 ____________________________________________________________________________
7537 [ 30721] By: rgs                                   on 2007/03/23  14:33:22
7538         Log: PerlFAQ sync.
7539              Also, use a svn checkout done under an English locale, to
7540              avoid having French dates in the headers. Hateful.
7541      Branch: perl
7542            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
7543            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7544            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
7545            ! pod/perlfaq9.pod
7546 ____________________________________________________________________________
7547 [ 30718] By: rgs                                   on 2007/03/23  11:59:55
7548         Log: Subject: [PATCH] Cwd doesn't need ppport.h in core
7549              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
7550              Date: Tue, 20 Mar 2007 13:16:46 -0700 (PDT)
7551              Message-ID: <196803.14702.qm@web30215.mail.mud.yahoo.com>
7552      Branch: perl
7553            ! ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/Cwd.pm mkppport.lst
7554 ____________________________________________________________________________
7555 [ 30716] By: rgs                                   on 2007/03/23  11:41:58
7556         Log: Subject: symbol-exports needed for Data::Alias
7557              From: Matthijs van Duin <xmath@cpan.org>
7558              Date: Tue, 20 Mar 2007 14:59:15 +0100
7559              Message-ID: <20070320135915.GA25192@cds.nl>
7560      Branch: perl
7561            ! embed.fnc embed.h global.sym
7562 ____________________________________________________________________________
7563 [ 30715] By: rgs                                   on 2007/03/23  10:48:41
7564         Log: Convert file to proper line-endings
7565      Branch: perl
7566            ! lib/Pod/Simple/t/items02.t
7567 ____________________________________________________________________________
7568 [ 30714] By: rgs                                   on 2007/03/23  10:43:04
7569         Log: Missing file in MANIFEST
7570      Branch: perl
7571            ! MANIFEST
7572 ____________________________________________________________________________
7573 [ 30713] By: rgs                                   on 2007/03/23  08:48:33
7574         Log: Fix path of a test file for running in the core
7575      Branch: perl
7576            ! lib/Pod/Simple/t/reinit.t
7577 ____________________________________________________________________________
7578 [ 30712] By: stevep                                on 2007/03/23  03:45:30
7579         Log: Upgrade to CPAN-1.88_79
7580      Branch: perl
7581            ! lib/CPAN.pm
7582 ____________________________________________________________________________
7583 [ 30711] By: stevep                                on 2007/03/23  03:36:47
7584         Log: Upgrade to Test-Simple-0.70
7585      Branch: perl
7586            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
7587            ! lib/Test/Simple/Changes lib/Test/Simple/t/is_fh.t
7588 ____________________________________________________________________________
7589 [ 30710] By: stevep                                on 2007/03/23  02:17:50
7590         Log: Re-sorting the MANIFEST after the mess made of it with the
7591              Pod-Simple renamings
7592      Branch: perl
7593            ! MANIFEST
7594 ____________________________________________________________________________
7595 [ 30709] By: stevep                                on 2007/03/23  02:06:06
7596         Log: Perforce appararently didn't like integrating this file, since
7597              I had done it twice.  It looks like an add will have to do instead.
7598      Branch: perl
7599            + lib/Pod/Simple/t/perlvaro.txt
7600 ____________________________________________________________________________
7601 [ 30708] By: stevep                                on 2007/03/23  01:54:54
7602         Log: fix instalhtml and Pod::HTML issues.
7603              From: demerphq <demerphq@gmail.com>
7604              Date: Thu, 22 Mar 2007 19:42:54 +0100
7605              Message-ID: <9b18b3110703221142g4955362atffee33d05e30bd27@mail.gmail.com>
7606              
7607              Just the changes to installhtml and Pod::HTML in this patch.
7608      Branch: perl
7609            ! installhtml lib/Pod/Html.pm
7610 ____________________________________________________________________________
7611 [ 30707] By: stevep                                on 2007/03/23  01:47:41
7612         Log: Additional test file edits needed for Pod-Simple-3.05 that couldn't
7613              be included due to the integrates being performed in the previous
7614              change.
7615      Branch: perl
7616            ! lib/Pod/Simple/t/htmlbat.t lib/Pod/Simple/t/render.t
7617            ! lib/Pod/Simple/t/search10.t lib/Pod/Simple/t/search12.t
7618            ! lib/Pod/Simple/t/search20.t lib/Pod/Simple/t/search22.t
7619            ! lib/Pod/Simple/t/search25.t lib/Pod/Simple/t/search26.t
7620            ! lib/Pod/Simple/t/search27.t lib/Pod/Simple/t/search28.t
7621            ! lib/Pod/Simple/t/search29.t
7622 ____________________________________________________________________________
7623 [ 30706] By: stevep                                on 2007/03/23  01:43:11
7624         Log: Upgrade to Pod-Simple-3.05.
7625      Branch: perl
7626            + lib/Pod/Simple/t/20_skip.t lib/Pod/Simple/t/accept01.t
7627            + lib/Pod/Simple/t/corpus/2202jp.txt.packed
7628            + lib/Pod/Simple/t/corpus/2202jpx.txt.packed
7629            + lib/Pod/Simple/t/corpus/2202jpy.txt.packed
7630            + lib/Pod/Simple/t/corpus2/polish_utf16be_bom.txt.packed
7631            + lib/Pod/Simple/t/corpus2/polish_utf16le_bom.txt.packed
7632            + lib/Pod/Simple/t/reinit.t
7633           +> (branch 87 files)
7634            - lib/Pod/Simple/t/20_skip_before_58.t
7635            - lib/Pod/Simple/t/ac_c_extend.t lib/Pod/Simple/t/ac_c_simple.t
7636            - lib/Pod/Simple/t/beginend.t
7637            - lib/Pod/Simple/t/corpus/buniya_cp1256.txt
7638            - lib/Pod/Simple/t/corpus/buniya_cp1256.xml
7639            - lib/Pod/Simple/t/corpus/buniya_iso6.txt
7640            - lib/Pod/Simple/t/corpus/buniya_iso6.xml
7641            - lib/Pod/Simple/t/corpus/fet_contradiction.txt
7642            - lib/Pod/Simple/t/corpus/fet_contradiction.xml
7643            - lib/Pod/Simple/t/corpus/fet_duplication.txt
7644            - lib/Pod/Simple/t/corpus/fet_duplication.xml
7645            - lib/Pod/Simple/t/corpus/fet_when_koi8r.txt
7646            - lib/Pod/Simple/t/corpus/fet_when_koi8r.xml
7647            - lib/Pod/Simple/t/corpus/french_implicit_latin1.txt
7648            - lib/Pod/Simple/t/corpus/french_implicit_latin1.xml
7649            - lib/Pod/Simple/t/corpus/french_latin1.txt
7650            - lib/Pod/Simple/t/corpus/french_latin1.xml
7651            - lib/Pod/Simple/t/corpus/greek_iso_8859_7.pod
7652            - lib/Pod/Simple/t/corpus/greek_iso_8859_7.xml
7653            - lib/Pod/Simple/t/corpus/haiku-iso2202jp.xml
7654            - lib/Pod/Simple/t/corpus/haiku-iso2202jpx.xml
7655            - lib/Pod/Simple/t/corpus/haiku-iso2202jpy.xml
7656            - lib/Pod/Simple/t/corpus/haiku-iso2202jpz.txt
7657            - lib/Pod/Simple/t/corpus/haiku-iso2202jpz.xml
7658            - lib/Pod/Simple/t/corpus_not_yet_impl/fiqhakbar_iso6.txt
7659            - lib/Pod/Simple/t/corpus_not_yet_impl/fiqhakbar_iso6.xml
7660            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_implicit_utf8.txt
7661            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom.txt
7662            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom.xml
7663            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom2.txt
7664            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom2.xml
7665            - lib/Pod/Simple/t/corpustest.t
7666            - lib/Pod/Simple/t/encoding_nonesuch.t
7667            - lib/Pod/Simple/t/encoding_not_error.t
7668            - lib/Pod/Simple/t/encoding_not_error0.t
7669            - lib/Pod/Simple/t/fcodes_ee.t lib/Pod/Simple/t/fcodes_ell.t
7670            - lib/Pod/Simple/t/fcodes_ess.t
7671            - lib/Pod/Simple/t/fullstop_spaces.t
7672            - lib/Pod/Simple/t/head_ends_over.t lib/Pod/Simple/t/html-para.t
7673            - lib/Pod/Simple/t/html-styles.t lib/Pod/Simple/t/html-title.t
7674            - lib/Pod/Simple/t/htmlbatch_01.t lib/Pod/Simple/t/itemadapt.t
7675            - lib/Pod/Simple/t/junk1_out.txt lib/Pod/Simple/t/junk2_out.txt
7676            - lib/Pod/Simple/t/linkclass.t
7677            - lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm
7678            - lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod
7679            - lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm
7680            - lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt
7681            - lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod
7682            - lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod
7683            - lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm
7684            - lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
7685            - lib/Pod/Simple/t/perlcyg_out.txt lib/Pod/Simple/t/perlfaq3.pod
7686            - lib/Pod/Simple/t/perlfaq3_out.txt
7687            - lib/Pod/Simple/t/perlvar_out.txt lib/Pod/Simple/t/pulltitle.t
7688            - lib/Pod/Simple/t/sanity_tfh.t lib/Pod/Simple/t/search_05sane.t
7689            - lib/Pod/Simple/t/search_10survey_specific.t
7690            - lib/Pod/Simple/t/search_12survey_cwd.t
7691            - lib/Pod/Simple/t/search_20survey_two.t
7692            - lib/Pod/Simple/t/search_22survey_two_shadowing.t
7693            - lib/Pod/Simple/t/search_25_glob_squaa.t
7694            - lib/Pod/Simple/t/search_26_glob_kleene_k.t
7695            - lib/Pod/Simple/t/search_27_glob_squaa_kleene.t
7696            - lib/Pod/Simple/t/search_28_glob_z_kleene_k.t
7697            - lib/Pod/Simple/t/search_29_glob_z_qmark_k.t
7698            - lib/Pod/Simple/t/search_50survey_inc.t
7699            - lib/Pod/Simple/t/test_lib/Blorm.pm
7700            - lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt
7701            - lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm
7702            - lib/Pod/Simple/t/test_lib/Zonk/Veng.pm
7703            - lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod
7704            - lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm
7705            - lib/Pod/Simple/t/test_lib/hink_honk/readme.txt
7706            - lib/Pod/Simple/t/test_lib/pod/perlfliff.pod
7707            - lib/Pod/Simple/t/test_lib/pod/perlthang.pod
7708            - lib/Pod/Simple/t/test_lib/squaa.pm
7709            - lib/Pod/Simple/t/test_lib/squaa/Glunk.pod
7710            - lib/Pod/Simple/t/test_lib/squaa/Vliff.pm
7711            - lib/Pod/Simple/t/test_lib/zikzik.pod
7712            - lib/Pod/Simple/t/verbatim_formatted.t
7713            - lib/Pod/Simple/t/verbatims.t
7714            - lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm
7715            ! MANIFEST lib/Pod/Simple.pm lib/Pod/Simple/ChangeLog
7716            ! lib/Pod/Simple/Search.pm
7717 ____________________________________________________________________________
7718 [ 30700] By: nicholas                              on 2007/03/22  22:21:54
7719         Log: Can use memEQ instead of strnEQ in CHECK_WORD()
7720      Branch: perl
7721            ! regcomp.c
7722 ____________________________________________________________________________
7723 [ 30693] By: rgs                                   on 2007/03/22  18:26:36
7724         Log: Subject: [PATCH] Re: [perl #32687] Encode::is_utf8 on tainted UTF8 string
7725              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
7726              Date: Thu, 16 Nov 2006 17:36:44 +0100
7727              Message-ID: <20061116173644.4412f66f@grubert.mandriva.com>
7728      Branch: perl
7729            ! ext/Encode/Encode.xs
7730 ____________________________________________________________________________
7731 [ 30691] By: steveh                                on 2007/03/22  17:46:43
7732         Log: Make sure Win32CORE.pm gets cleaned up
7733              
7734              Normally it happens anyway, but sometimes when running 'distclean'
7735              on a half-built source tree it gets left behind.
7736      Branch: perl
7737            ! win32/Makefile win32/makefile.mk
7738 ____________________________________________________________________________
7739 [ 30688] By: rgs                                   on 2007/03/22  14:45:36
7740         Log: Misc. L<> fixes in core docs : don't link to man pages;
7741              provide full urls when linking to web sites.
7742      Branch: perl
7743            ! pod/perlipc.pod pod/perllocale.pod pod/perlpacktut.pod
7744 ____________________________________________________________________________
7745 [ 30687] By: stevep                                on 2007/03/22  14:43:32
7746         Log: Subject: [PATCH] Fix to threads::shared t/waithires.t
7747              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
7748              Date: Thu, 22 Mar 2007 07:34:23 -0700 (PDT)
7749              Message-ID: <381102.32342.qm@web30207.mail.mud.yahoo.com>
7750      Branch: perl
7751            ! ext/threads/shared/t/waithires.t
7752 ____________________________________________________________________________
7753 [ 30686] By: rgs                                   on 2007/03/22  14:41:17
7754         Log: Fix a broken link and a meaningless phrase in perldebguts
7755      Branch: perl
7756            ! pod/perldebguts.pod
7757 ____________________________________________________________________________
7758 [ 30685] By: rgs                                   on 2007/03/22  14:37:43
7759         Log: Remove references to perlcc from the core docs.
7760      Branch: perl
7761            ! pod/perlfunc.pod pod/perlmod.pod pod/perlutil.pod
7762            ! pod/perlvar.pod
7763 ____________________________________________________________________________
7764 [ 30684] By: rgs                                   on 2007/03/22  14:25:54
7765         Log: Fix internal POD link
7766      Branch: perl
7767            ! lib/Term/ANSIColor.pm
7768 ____________________________________________________________________________
7769 [ 30683] By: nicholas                              on 2007/03/22  14:00:14
7770         Log: Re-order the flags values for struct refcounted_he to allow the
7771              possibility of storing 2 futher types. Add a void * to the union
7772              as it won't increase the size, but may become useful.
7773      Branch: perl
7774            ! hv.c hv.h
7775 ____________________________________________________________________________
7776 [ 30681] By: rgs                                   on 2007/03/22  09:28:15
7777         Log: Subject: [PATCH] Re: [PATCH] lib/Pod/Html.pm plus a funky UT8-8 regex bug
7778              From: Jarkko Hietaniemi <jhi@iki.fi>
7779              Date: Wed, 21 Mar 2007 08:01:14 -0400
7780              Message-ID: <46011E8A.1080009@iki.fi>
7781      Branch: perl
7782            ! lib/Pod/Html.pm
7783 ____________________________________________________________________________
7784 [ 30680] By: rgs                                   on 2007/03/22  09:19:22
7785         Log: regexp refcount is an integer, not a pointer
7786      Branch: perl
7787            ! dump.c
7788 ____________________________________________________________________________
7789 [ 30679] By: rgs                                   on 2007/03/22  09:16:37
7790         Log: Fix error message for re::regnames_iterinit()
7791      Branch: perl
7792            ! universal.c
7793 ____________________________________________________________________________
7794 [ 30678] By: rgs                                   on 2007/03/22  09:01:37
7795         Log: Subject: [PATCH] Resolve PL_curpm issues with (??{}) and fix corruption of match results when pattern is a qr.
7796              From: demerphq <demerphq@gmail.com>
7797              Date: Wed, 21 Mar 2007 10:39:24 +0100
7798              Message-ID: <9b18b3110703210239x540f5ad9mdb41c2ea6229ac31@mail.gmail.com>
7799              
7800              plus two follow-up patches (minor tweaks)
7801      Branch: perl
7802            ! dump.c embed.fnc embed.h ext/Devel/Peek/t/Peek.t
7803            ! ext/Encode/t/Aliases.t ext/re/re.pm ext/re/t/re_funcs.t
7804            ! global.sym lib/Tie/Hash/NamedCapture.pm pp_ctl.c proto.h
7805            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t universal.c
7806 ____________________________________________________________________________
7807 [ 30677] By: rgs                                   on 2007/03/22  08:34:42
7808         Log: Subject: [PATCH] threads 1.61
7809              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
7810              Date: Wed, 21 Mar 2007 13:15:53 -0700 (PDT)
7811              Message-ID: <999680.51877.qm@web30208.mail.mud.yahoo.com>
7812              
7813              Fix 'list/array' context - both keywords are supported
7814      Branch: perl
7815            ! ext/threads/Changes ext/threads/README ext/threads/t/context.t
7816            ! ext/threads/t/exit.t ext/threads/t/thread.t
7817            ! ext/threads/threads.pm ext/threads/threads.xs
7818 ____________________________________________________________________________
7819 [ 30676] By: davem                                 on 2007/03/22  00:16:23
7820         Log: fix MAD compilation of C-style for loop
7821              
7822              Subject:  [PATCH] MAD C-style for loop
7823              From:  Gerard Goossen <gerard@tty.nl>
7824              Date:  Wed, 21 Mar 2007 19:18:52 +0100
7825              Message-Id:  <20070321181852.GD31539@ostwald>
7826      Branch: perl
7827            ! perly.act perly.y
7828 ____________________________________________________________________________
7829 [ 30675] By: stevep                                on 2007/03/21  23:21:46
7830         Log: Silence a couple of warnings caused by change #30672.
7831      Branch: perl
7832            ! doio.c
7833 ____________________________________________________________________________
7834 [ 30673] By: nicholas                              on 2007/03/21  22:59:47
7835         Log: Adjust test count for 5.8.x
7836      Branch: perl
7837            ! ext/B/t/concise-xs.t
7838 ____________________________________________________________________________
7839 [ 30672] By: stevep                                on 2007/03/21  22:44:10
7840         Log: Make gcc warn in case code is not C++ compatible.
7841      Branch: perl
7842            ! cflags.SH
7843 ____________________________________________________________________________
7844 [ 30671] By: nicholas                              on 2007/03/21  22:01:32
7845         Log: Only use proxy constant subroutines for 5.9.x.
7846      Branch: perl
7847            ! ext/Fcntl/Makefile.PL ext/POSIX/Makefile.PL
7848            ! ext/Socket/Makefile.PL
7849 ____________________________________________________________________________
7850 [ 30670] By: nicholas                              on 2007/03/21  21:28:35
7851         Log: Subject: [PATCH] Change 30661 could result in undefined variable
7852              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
7853              Message-ID: <915076.64236.qm@web30212.mail.mud.yahoo.com>
7854              Date: Wed, 21 Mar 2007 12:47:52 -0700 (PDT)
7855      Branch: perl
7856            ! util.c
7857 ____________________________________________________________________________
7858 [ 30667] By: nicholas                              on 2007/03/21  19:02:50
7859         Log: Add some PERL_MEM* defines to the -V output that were missing.
7860              "Correct" the whitespace on the only inconsistent #ifdef/#endif
7861      Branch: perl
7862            ! perl.c
7863 ____________________________________________________________________________
7864 [ 30661] By: nicholas                              on 2007/03/21  16:31:52
7865         Log: Remove the (sometimes) unused variable from change 30652.
7866      Branch: perl
7867            ! util.c
7868 ____________________________________________________________________________
7869 [ 30660] By: stevep                                on 2007/03/21  13:32:22
7870         Log: Pod fix to h2ph from John Morrissey on the Debian bug list.
7871      Branch: perl
7872            ! utils/h2ph.PL
7873 ____________________________________________________________________________
7874 [ 30659] By: nicholas                              on 2007/03/21  12:53:56
7875         Log: Don't try to set the NV on a typeglob-in-action. Should cure bug
7876              41920.
7877      Branch: perl
7878            ! sv.c
7879 ____________________________________________________________________________
7880 [ 30658] By: nicholas                              on 2007/03/21  12:20:03
7881         Log: AVs and HVs never had the NV slot. (Not that this error mattered, as
7882              you can't upgrade from them, and the only code path that uses the
7883              flag in sv_upgrade isn't reached when upgrading to AVs or HVs)
7884      Branch: perl
7885            ! sv.c
7886 ____________________________________________________________________________
7887 [ 30657] By: rgs                                   on 2007/03/21  10:43:52
7888         Log: Subject: [PATCH] Sys::Syslog doesn't need ppport.h in core
7889              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
7890              Date: Tue, 20 Mar 2007 13:15:31 -0700 (PDT)
7891              Message-ID: <203426.48736.qm@web30214.mail.mud.yahoo.com>
7892      Branch: perl
7893            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
7894            ! ext/Sys/Syslog/Syslog.xs mkppport.lst
7895 ____________________________________________________________________________
7896 [ 30656] By: rgs                                   on 2007/03/21  10:24:52
7897         Log: Subject: [PATCH] Data::Dumper doesn't need ppport.h in core
7898              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
7899              Date: Tue, 20 Mar 2007 11:48:24 -0700 (PDT)
7900              Message-ID: <627715.37131.qm@web30212.mail.mud.yahoo.com>
7901      Branch: perl
7902            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
7903            ! ext/Data/Dumper/Makefile.PL mkppport.lst
7904 ____________________________________________________________________________
7905 [ 30655] By: rgs                                   on 2007/03/21  09:27:40
7906         Log: Subject: [PATCH] Compress::Raw::Zlib doesn't need ppport.h in core [REVISED]
7907              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
7908              Date: Tue, 20 Mar 2007 14:05:46 -0700 (PDT)
7909              Message-ID: <855257.38889.qm@web30205.mail.mud.yahoo.com>
7910      Branch: perl
7911            ! ext/Compress/Raw/Zlib/Makefile.PL
7912            ! ext/Compress/Raw/Zlib/Zlib.xs
7913            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm mkppport.lst
7914 ____________________________________________________________________________
7915 [ 30654] By: rgs                                   on 2007/03/21  09:20:30
7916         Log: Subject: [PATCH] Remove unneeded pragma line from B/t/OptreeCheck.pm
7917              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
7918              Date: Tue, 20 Mar 2007 16:43:02 -0700 (PDT)
7919              Message-ID: <376615.72521.qm@web30204.mail.mud.yahoo.com>
7920      Branch: perl
7921            ! ext/B/t/OptreeCheck.pm
7922 ____________________________________________________________________________
7923 [ 30653] By: rgs                                   on 2007/03/21  08:57:22
7924         Log: Don't install XS::APItest and XS::Typemap
7925      Branch: perl
7926            ! installperl utils/perlivp.PL
7927 ____________________________________________________________________________
7928 [ 30652] By: nicholas                              on 2007/03/20  23:20:46
7929         Log: In safecalloc, use the system calloc() for the non-DEBUGGING case, as
7930              it may be able to memset() to 0 for free. 
7931      Branch: perl
7932            ! util.c
7933 ____________________________________________________________________________
7934 [ 30651] By: rgs                                   on 2007/03/20  16:15:55
7935         Log: Subject: [PATCH] Re: ppport.h in core
7936              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
7937              Date: Tue, 20 Mar 2007 09:08:19 -0700 (PDT)
7938              Message-ID: <319763.15276.qm@web30202.mail.mud.yahoo.com>
7939              
7940              Digest::SHA no longer uses ppport.h
7941      Branch: perl
7942            ! mkppport.lst
7943 ____________________________________________________________________________
7944 [ 30649] By: merijn                                on 2007/03/20  16:06:11
7945         Log: Subject: [PATCH] my email address changed
7946              From: Michael Stevens <mstevens@etla.org>
7947              Date: Tue, 20 Mar 2007 15:49:12 +0000
7948              Message-ID: <20070320154912.GE50318@etla.org>
7949      Branch: perl
7950            ! AUTHORS
7951 ____________________________________________________________________________
7952 [ 30648] By: rgs                                   on 2007/03/20  11:39:16
7953         Log: More nits in the PERL5LIB docs, suggested by Andreas.
7954      Branch: perl
7955            ! pod/perlrun.pod
7956 ____________________________________________________________________________
7957 [ 30647] By: rgs                                   on 2007/03/20  09:01:05
7958         Log: Subject: [PATCH] feel the the baß (encoding problems in the regex engine)
7959              From: demerphq <demerphq@gmail.com>
7960              Date: Tue, 20 Mar 2007 01:40:34 +0100
7961              Message-ID: <9b18b3110703191740m6bf21942p6521f3016ed8092f@mail.gmail.com>
7962      Branch: perl
7963            ! pod/perlreguts.pod regcomp.c regexec.c t/op/pat.t
7964 ____________________________________________________________________________
7965 [ 30646] By: rgs                                   on 2007/03/19  23:59:54
7966         Log: Better wording for the return value of select()
7967              (bug #41907)
7968      Branch: perl
7969            ! pod/perlfunc.pod
7970 ____________________________________________________________________________
7971 [ 30645] By: rgs                                   on 2007/03/19  23:34:50
7972         Log: More adjustments to the PERL5LIB docs by Rick
7973              Delaney and myself
7974      Branch: perl
7975            ! pod/perlrun.pod
7976 ____________________________________________________________________________
7977 [ 30644] By: rgs                                   on 2007/03/19  23:11:12
7978         Log: Let %^H be modifiable in eval-strings (bug #41531),
7979              by adding a meaning for OPf_SPECIAL on OP_CONST.
7980              Patch by Yves Orton.
7981      Branch: perl
7982            ! op.c op.h pp_hot.c t/comp/hints.t
7983 ____________________________________________________________________________
7984 [ 30643] By: rgs                                   on 2007/03/19  22:44:18
7985         Log: Subject: Re: Composing @INC from PERL5LIB
7986              From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig)
7987              Date: Mon, 19 Mar 2007 23:35:10 +0100
7988              Message-ID: <87ircwkgkh.fsf@k75.linux.bogus>
7989      Branch: perl
7990            ! pod/perlrun.pod
7991 ____________________________________________________________________________
7992 [ 30634] By: rgs                                   on 2007/03/19  15:42:58
7993         Log: Adjust timing tolerance in threads tests, by Jerry D. Hedden
7994      Branch: perl
7995            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
7996            ! ext/threads/shared/t/waithires.t
7997 ____________________________________________________________________________
7998 [ 30633] By: nicholas                              on 2007/03/19  15:17:27
7999         Log: PerlIO_exportFILE() and PerlIO_releaseFILE() should manage the fd
8000              reference counts correctly.
8001      Branch: perl
8002            ! ext/XS/Typemap/Typemap.xs perlio.c
8003 ____________________________________________________________________________
8004 [ 30631] By: rgs                                   on 2007/03/19  09:34:32
8005         Log: Subject: Re: [perl #41691] [PATCH] v5.8.8 pod2html -- Convert RFC links to point ot IETF pages
8006              From: Jari Aalto <jari.aalto@cante.net>
8007              Date: Sat, 17 Mar 2007 11:11:17 +0300
8008              Message-ID: <87k5xg9tne.fsf@w2kpicasso.cante.net>
8009      Branch: perl
8010            ! lib/Pod/Html.pm
8011 ____________________________________________________________________________
8012 [ 30630] By: rgs                                   on 2007/03/19  09:27:29
8013         Log: Subject: Re: perlreguts: Copy-editing and wishlist
8014              From: Marvin Humphrey <marvin@rectangular.com>
8015              Date: Fri, 16 Mar 2007 12:44:55 -0700
8016              Message-Id: <F6284B08-4B4E-467A-AFB2-8A71154FDD08@rectangular.com>
8017      Branch: perl
8018            ! pod/perlreguts.pod
8019 ____________________________________________________________________________
8020 [ 30629] By: rgs                                   on 2007/03/19  08:58:08
8021         Log: Upgrade to version.pm 0.71, by John Peacock
8022      Branch: perl
8023            ! embed.fnc embed.h gv.c lib/version.t perl.c pod/perlapi.pod
8024            ! pp_ctl.c proto.h t/comp/use.t t/op/universal.t universal.c
8025            ! util.c
8026 ____________________________________________________________________________
8027 [ 30628] By: davem                                 on 2007/03/19  00:00:46
8028         Log: minor code simplification made possible by change #30627
8029      Branch: perl
8030            ! mg.c
8031 ____________________________________________________________________________
8032 [ 30627] By: davem                                 on 2007/03/18  23:43:05
8033         Log: When restoring localised values, call set only on container magic.
8034              Avoids (among other things), localised pos index being trashed at
8035              scope exit.
8036      Branch: perl
8037            ! mg.c t/op/pos.t
8038 ____________________________________________________________________________
8039 [ 30624] By: davem                                 on 2007/03/18  23:17:04
8040         Log: move magic container/value test into separate function
8041      Branch: perl
8042            ! mg.c
8043 ____________________________________________________________________________
8044 [ 30618] By: nicholas                              on 2007/03/18  21:14:16
8045         Log: The test case applied in change 29502 really should have gone at the
8046              end of the file t/op/re_tests.
8047      Branch: perl
8048            ! t/op/re_tests
8049 ____________________________________________________________________________
8050 [ 30614] By: nicholas                              on 2007/03/18  19:44:42
8051         Log: Subject: 29044 broke Fatal.pm
8052              From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig)
8053              Message-ID: <87slc37y99.fsf@k75.linux.bogus>
8054              Date: Sun, 18 Mar 2007 09:26:58 +0100
8055      Branch: perl
8056            ! lib/Fatal.pm lib/Fatal.t
8057 ____________________________________________________________________________
8058 [ 30610] By: nicholas                              on 2007/03/17  18:42:30
8059         Log: PerlIO_importFILE() should increase the reference count on the fd
8060              that it brings into PerlIO managed space. (A long standing problem
8061              reported by Steve Hay)
8062      Branch: perl
8063            ! perlio.c
8064 ____________________________________________________________________________
8065 [ 30609] By: rgs                                   on 2007/03/17  17:43:48
8066         Log: Subject: [PATCH] perl5db.t: skip test when /dev/tty is not available
8067              From: Alexey Tourbin <at@altlinux.ru>
8068              Date: Sat, 17 Mar 2007 19:28:33 +0300
8069              Message-ID: <20070317162833.GA10670@solemn.turbinal>
8070      Branch: perl
8071            ! lib/perl5db.t
8072 ____________________________________________________________________________
8073 [ 30608] By: nicholas                              on 2007/03/17  16:58:00
8074         Log: Test case from Karl Chen in RT #41831
8075              (The bug was already fixed in blead, merged to maint, and it seems
8076              better to adapt the sample code rather than add the whole new test)
8077      Branch: perl
8078            ! t/op/taint.t
8079 ____________________________________________________________________________
8080 [ 30607] By: nicholas                              on 2007/03/17  15:14:38
8081         Log: Remove the other 4 bits of MAD code designed to abort on local $^L.
8082      Branch: perl
8083            ! scope.c
8084 ____________________________________________________________________________
8085 [ 30606] By: nicholas                              on 2007/03/17  13:01:18
8086         Log: The code in newCONDOP can be made visibly simpler by using intermediate
8087              variables. It's also 8 bytes smaller with -Os
8088      Branch: perl
8089            ! op.c
8090 ____________________________________________________________________________
8091 [ 30605] By: nicholas                              on 2007/03/16  19:29:04
8092         Log: Under -Dmad, free the ops representing the dead code when a branch
8093              conditional value is actually a constant. Previously this was leaking
8094              ops, and more visibly shared hash keys.
8095      Branch: perl
8096            ! op.c
8097 ____________________________________________________________________________
8098 [ 30604] By: rgs                                   on 2007/03/16  15:18:07
8099         Log: Subject: Re: [perl #41691] [PATCH] v5.8.8 pod2html -- Convert RFC links to point ot IETF pages
8100              From: Jari Aalto <jari.aalto@cante.net>
8101              Date: Wed, 14 Mar 2007 21:56:14 +0300
8102              Message-ID: <87hcsnbqnl.fsf@w2kpicasso.cante.net>
8103      Branch: perl
8104            ! lib/Pod/Html.pm
8105 ____________________________________________________________________________
8106 [ 30603] By: nicholas                              on 2007/03/16  08:41:02
8107         Log: Remove the abort() trap, which Larry said was actually only ever
8108              intended as a way to enter gdb by using local $^L
8109      Branch: perl
8110            ! scope.c
8111 ____________________________________________________________________________
8112 [ 30602] By: craigb                                on 2007/03/16  01:40:50
8113         Log: Make sure escaped dots in filenames are preserved when translating
8114              filenames from VMS to UNIX syntax.
8115      Branch: perl
8116            ! vms/ext/filespec.t vms/vms.c
8117 ____________________________________________________________________________
8118 [ 30601] By: rgs                                   on 2007/03/15  17:43:43
8119         Log: Patch by Abigail to avoid using $& in diagnostics.pm.
8120      Branch: perl
8121            ! lib/diagnostics.pm
8122 ____________________________________________________________________________
8123 [ 30600] By: rgs                                   on 2007/03/15  17:18:18
8124         Log: Subject: [PATCH] Re: Smoke [5.8.8] 30522 FAIL(XF) Solaris 2.10 (i386/1 cpu)
8125              From: Abe Timmerman <abe@ztreet.demon.nl>
8126              Date: Thu, 15 Mar 2007 18:06:25 +0100
8127              Message-ID: <45F97D11.2080009@ztreet.demon.nl>
8128              
8129              skips some tests when perl is built without useperlio
8130      Branch: perl
8131            ! ext/PerlIO/encoding/t/nolooping.t t/op/inccode.t
8132 ____________________________________________________________________________
8133 [ 30599] By: rgs                                   on 2007/03/15  16:14:22
8134         Log: Patch by Gerard Goossen to add madprops to "require" opcode
8135      Branch: perl
8136            ! perly.act perly.h perly.tab perly.y
8137 ____________________________________________________________________________
8138 [ 30597] By: rgs                                   on 2007/03/15  16:01:33
8139         Log: Patch by Gerard Goossen to have nomad print also
8140              the [ ] { } madprops.
8141      Branch: perl
8142            ! mad/nomad
8143 ____________________________________________________________________________
8144 [ 30596] By: rgs                                   on 2007/03/15  15:53:28
8145         Log: Don't mention DynaLoader.a in INSTALL,
8146              since it doesn't exist anymore
8147      Branch: perl
8148            ! INSTALL
8149 ____________________________________________________________________________
8150 [ 30595] By: nicholas                              on 2007/03/15  15:02:55
8151         Log: Seems that 5.6.x needs the same fix as 5.005_xx for dclone.t
8152      Branch: perl
8153            ! ext/Storable/Storable.xs
8154 ____________________________________________________________________________
8155 [ 30594] By: nicholas                              on 2007/03/15  13:23:49
8156         Log: Subject: Re: [Patch] Fix some of the tests of Storable on Perl 5.004
8157              From: Sébastien Aperghis-Tramoni <saper@cpan.org>
8158              Message-ID: <1173961567.45f93b5f0fc9f@imp.free.fr>
8159              Date: Thu, 15 Mar 2007 13:26:07 +0100
8160      Branch: perl
8161            ! ext/Storable/Storable.pm ext/Storable/t/file_magic.t
8162            ! ext/Storable/t/threads.t
8163 ____________________________________________________________________________
8164 [ 30593] By: nicholas                              on 2007/03/15  11:35:26
8165         Log: Tweak to Storable to make dclone.t pass on 5.005_03.
8166      Branch: perl
8167            ! ext/Storable/Storable.xs
8168 ____________________________________________________________________________
8169 [ 30592] By: nicholas                              on 2007/03/15  11:32:38
8170         Log: Subject: [PATCH blead] Re: What is this MAD stuff all about?
8171              From: Rick Delaney <rick@bort.ca>
8172              Message-ID: <20070313001511.GJ6001@bort.ca>
8173              Date: Mon, 12 Mar 2007 20:15:12 -0400
8174      Branch: perl
8175            ! toke.c
8176 ____________________________________________________________________________
8177 [ 30591] By: rgs                                   on 2007/03/15  09:52:05
8178         Log: Upgrade to threads::shared 1.08 :
8179              - Sub-second resolution for cont_timedwait under WIN32
8180              (courtesy of Dean Arnold)
8181              - Fix compiler warnings
8182      Branch: perl
8183            + ext/threads/shared/t/waithires.t
8184            ! MANIFEST ext/threads/shared/Changes ext/threads/shared/README
8185            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
8186            ! ext/threads/shared/t/blessed.t
8187 ____________________________________________________________________________
8188 [ 30590] By: rgs                                   on 2007/03/15  09:35:14
8189         Log: Make the isdst argument to asctime and mktime default to -1
8190              instead of 0, as suggested by Mike Schilli.
8191      Branch: perl
8192            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
8193 ____________________________________________________________________________
8194 [ 30589] By: nicholas                              on 2007/03/14  23:33:02
8195         Log: Changes needed to get Storable to compile on 5.005_03.
8196              Passing tests is a different matter...
8197      Branch: perl
8198            ! ext/Storable/Storable.xs
8199 ____________________________________________________________________________
8200 [ 30584] By: rgs                                   on 2007/03/14  16:18:33
8201         Log: Subject: Re: [perl #41687] [PATCH] v5.8.8 pod2html -- Add --[no]fragmentuniq to support more readable <a name=..> refs
8202              From: Jari Aalto <jari.aalto@cante.net>
8203              Date: Wed, 07 Mar 2007 10:04:15 +0200
8204              Message-ID: <87y7m9scn4.fsf@w2kpicasso.cante.net>
8205              
8206              with test adjustments
8207      Branch: perl
8208            ! lib/Pod/Html.pm lib/Pod/t/htmllink.t lib/Pod/t/htmlview.t
8209 ____________________________________________________________________________
8210 [ 30583] By: rgs                                   on 2007/03/14  15:50:21
8211         Log: Subject: [perl #41698] [PATCH] v5.8.8 pod2html -- Add <div>..</div> around the outputted INDEX section 
8212              From: Jari Aalto (via RT) <perlbug-followup@perl.org>
8213              Date: Sun, 04 Mar 2007 13:33:20 -0800
8214              Message-ID: <rt-3.6.HEAD-2051-1173043999-1740.41698-75-0@perl.org>
8215              
8216              plus test adjustments
8217      Branch: perl
8218            ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmllink.t
8219            ! lib/Pod/t/htmlview.t
8220 ____________________________________________________________________________
8221 [ 30582] By: rgs                                   on 2007/03/14  15:40:54
8222         Log: Subject: [perl #41701] [PATCH] v5.8.8. pod2html -- F<filename> should add 'class="file"' in the HTML output 
8223              From: Jari Aalto (via RT) <perlbug-followup@perl.org>
8224              Date: Mon, 05 Mar 2007 02:05:38 -0800
8225              Message-ID: <rt-3.6.HEAD-2051-1173089138-1801.41701-75-0@perl.org>
8226              
8227              plus adjustments to tests
8228      Branch: perl
8229            ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmlview.t
8230 ____________________________________________________________________________
8231 [ 30580] By: rgs                                   on 2007/03/14  13:38:15
8232         Log: De-hardcode a path in a Test::Simple test, so it works
8233              when integrated to the core.
8234      Branch: perl
8235            ! lib/Test/Simple/t/fail-more.t
8236 ____________________________________________________________________________
8237 [ 30578] By: stevep                                on 2007/03/14  13:17:42
8238         Log: Upgrade to Test-Simple-0.68.  Includes a tweak to
8239              lib/Test/Simple/t/fail-more.t so that all of its tests pass within
8240              the Perl core.
8241      Branch: perl
8242            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
8243            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
8244            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/is_fh.t
8245            ! lib/Test/Simple/t/overload.t
8246 ____________________________________________________________________________
8247 [ 30577] By: davem                                 on 2007/03/14  12:34:05
8248         Log: use a fresh stack when loading Errno.pm etc.
8249              Stops 'use vars qw($!)' in lib/vars.t segfaulting.
8250              (This can be reduced to 'my $sym = "!"; *$sym = \$$sym')
8251      Branch: perl
8252            ! gv.c
8253 ____________________________________________________________________________
8254 [ 30576] By: rgs                                   on 2007/03/14  09:43:21
8255         Log: Patch by Sébastien Aperghis-Tramoni to avoid encoding
8256              everything that goes through Net::Cmd as UTF-8
8257              (regression as of Net::Cmd 2.27, see CPAN RT #24835)
8258      Branch: perl
8259            ! lib/Net/Cmd.pm
8260 ____________________________________________________________________________
8261 [ 30575] By: rgs                                   on 2007/03/14  07:51:57
8262         Log: Subject: [PATCH] perlfunc.pod (ref results), perlop.pod (qr// result) 
8263              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
8264              Date: Wed, 14 Mar 2007 07:56:45 +0100
8265              Message-ID: <45F79CAD.5050005@thalesgroup.com>
8266      Branch: perl
8267            ! pod/perlfunc.pod pod/perlop.pod
8268 ____________________________________________________________________________
8269 [ 30574] By: nicholas                              on 2007/03/13  23:10:11
8270         Log: The dMY_CXT added in change 27938 isn't needed when in the PERL_CORE.
8271      Branch: perl
8272            ! regexec.c
8273 ____________________________________________________________________________
8274 [ 30572] By: nicholas                              on 2007/03/13  22:48:46
8275         Log: Check that stat and -X favours the file handle over the directory
8276              handle when using *THINGY{IO} syntax too.
8277      Branch: perl
8278            ! t/op/stat.t
8279 ____________________________________________________________________________
8280 [ 30571] By: nicholas                              on 2007/03/13  22:24:54
8281         Log: Check that stat and -X on barewords favour the file handle over the
8282              directory handle for the ambiguous case.
8283      Branch: perl
8284            ! t/op/stat.t
8285 ____________________________________________________________________________
8286 [ 30569] By: nicholas                              on 2007/03/13  20:48:17
8287         Log: Bump versions of modules that are currently on "dev" releases in maint.
8288      Branch: perl
8289            ! ext/B/B/Debug.pm ext/B/B/Terse.pm
8290 ____________________________________________________________________________
8291 [ 30566] By: nicholas                              on 2007/03/13  19:33:02
8292         Log: Integrate:
8293              [ 30565]
8294              Make the constant AVf_REAL conditional on Perl version.
8295      Branch: perl
8296           !> ext/B/defsubs_h.PL
8297 ____________________________________________________________________________
8298 [ 30563] By: nicholas                              on 2007/03/13  17:35:05
8299         Log: 5.8's B.xs exports AVf_REAL, so need to jiggle the test count by 1.
8300              (And then merge the difference back into blead)
8301      Branch: perl
8302            ! ext/B/t/concise-xs.t
8303 ____________________________________________________________________________
8304 [ 30562] By: stevep                                on 2007/03/13  15:54:56
8305         Log: Subject: [PATCH] DB_File with g++ and db v1
8306              From: Jarkko Hietaniemi <jhi@iki.fi>
8307              Date: Mon, 12 Mar 2007 22:01:34 -0400
8308              Message-ID: <45F605FE.1090606@iki.fi>
8309      Branch: perl
8310            ! ext/DB_File/DB_File.xs
8311 ____________________________________________________________________________
8312 [ 30561] By: rgs                                   on 2007/03/13  11:13:20
8313         Log: Subject: [PATCH] inform constant.pm about UNITCHECK
8314              From: "Joshua ben Jore" <twists@gmail.com>
8315              Date: Tue, 13 Mar 2007 00:35:11 -0700
8316              Message-ID: <dc5c751d0703130035o1a739f45g1ea559d110bd5dd8@mail.gmail.com>
8317      Branch: perl
8318            ! lib/constant.pm lib/constant.t
8319 ____________________________________________________________________________
8320 [ 30560] By: rgs                                   on 2007/03/13  11:02:03
8321         Log: Need a SPAGAIN here because the stack pointer might have
8322              moved when evaluating a tied hash in scalar context.
8323      Branch: perl
8324            ! pp_hot.c
8325 ____________________________________________________________________________
8326 [ 30558] By: nicholas                              on 2007/03/13  00:01:42
8327         Log: Get B compiling and passing all tests on both 5.9.x and 5.8.x
8328      Branch: perl
8329            ! ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
8330            ! ext/B/t/OptreeCheck.pm ext/B/t/concise-xs.t ext/B/t/f_sort.t
8331            ! ext/B/t/optree_constants.t ext/B/t/optree_specials.t
8332            ! ext/B/t/pragma.t
8333 ____________________________________________________________________________
8334 [ 30557] By: rgs                                   on 2007/03/12  22:14:27
8335         Log: Fix a couple of minor typos in comments
8336      Branch: perl
8337            ! dump.c
8338 ____________________________________________________________________________
8339 [ 30556] By: rgs                                   on 2007/03/12  21:58:19
8340         Log: Better wording for (?|...) in perlre, from a suggestion by Ruud.
8341      Branch: perl
8342            ! pod/perlre.pod
8343 ____________________________________________________________________________
8344 [ 30555] By: rgs                                   on 2007/03/12  21:22:55
8345         Log: Remove notes about experimental functions in the utf8 module.
8346              Also, document that the internal utf8 functions can be used
8347              without loading utf8.pm. (Suggested by Juerd)
8348      Branch: perl
8349            ! lib/utf8.pm
8350 ____________________________________________________________________________
8351 [ 30554] By: rgs                                   on 2007/03/12  21:00:05
8352         Log: warn() without args doesn't take a default message in $_, but in $@
8353      Branch: perl
8354            ! pod/perldiag.pod
8355 ____________________________________________________________________________
8356 [ 30553] By: nicholas                              on 2007/03/12  18:21:56
8357         Log: Fix the partially passing TODO test in optree_constants.t by
8358              making the tests for PL_sv_yes and PL_sv_no run as separate programs,
8359              rather than code eval'd in the current program, as under ithreads
8360              whether you get the real thing or a copy depends on whether any
8361              previous code has that SV in a PAD op.
8362      Branch: perl
8363            ! ext/B/t/optree_constants.t
8364 ____________________________________________________________________________
8365 [ 30552] By: nicholas                              on 2007/03/12  15:30:39
8366         Log: With the demise of ByteLoader in blead, unshare_hek can return to the
8367              backwaters of 'p'. Not being visible to 'EX'tensions means that there's
8368              less exposure to maintenance compatibility concerns.
8369      Branch: perl
8370            ! embed.fnc embed.h global.sym
8371 ____________________________________________________________________________
8372 [ 30551] By: stevep                                on 2007/03/12  15:12:39
8373         Log: Upgrade to CPAN-1.88_78
8374      Branch: perl
8375            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Kwalify.pm
8376            ! lib/CPAN/Kwalify/distroprefs.dd
8377            ! lib/CPAN/Kwalify/distroprefs.yml lib/CPAN/bin/cpan
8378 ____________________________________________________________________________
8379 [ 30550] By: nicholas                              on 2007/03/12  15:03:29
8380         Log: Bitten again by the snakes in the MANIFEST spec - tabs, not spaces.
8381      Branch: perl
8382            ! MANIFEST
8383 ____________________________________________________________________________
8384 [ 30548] By: rgs                                   on 2007/03/12  14:33:01
8385         Log: Like fake scalars, state variables shouldn't get new pad entries
8386              at each recursion, in order to be truly stateful. (bug #41789)
8387      Branch: perl
8388            ! pad.c t/op/state.t
8389 ____________________________________________________________________________
8390 [ 30544] By: craigb                                on 2007/03/11  23:42:14
8391         Log: ExtUtils::Manifest fix-ups for VMS:
8392              - don't use multiple dots in .bak filenames
8393              - remove VMS-specific clobbering of keys with values in mkmanifest()
8394              patch also in RT at <http://rt.cpan.org//Ticket/Display.html?id=25377>
8395      Branch: perl
8396            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
8397 ____________________________________________________________________________
8398 [ 30543] By: craigb                                on 2007/03/11  21:05:08
8399         Log: Upgrade inplace.t and iprefix.t to use test.pl, avoiding a lot
8400              of OS-specific shenanigans.
8401      Branch: perl
8402            ! t/io/inplace.t t/io/iprefix.t
8403 ____________________________________________________________________________
8404 [ 30542] By: craigb                                on 2007/03/11  21:01:35
8405         Log: Add directory depth check for older VMS systems to check83.pl
8406      Branch: perl
8407            ! Porting/check83.pl
8408 ____________________________________________________________________________
8409 [ 30537] By: nicholas                              on 2007/03/10  16:56:21
8410         Log: Test that format references can't be wrongly dereferenced.
8411              Test that a glob dereference of a PVIO correctly sets the IO of the
8412              temporary glob that it creates.
8413      Branch: perl
8414            ! t/op/ref.t
8415 ____________________________________________________________________________
8416 [ 30535] By: nicholas                              on 2007/03/10  16:20:31
8417         Log: Bump Exporter's $VERSION.
8418      Branch: perl
8419            ! lib/Exporter.pm
8420 ____________________________________________________________________________
8421 [ 30533] By: nicholas                              on 2007/03/10  15:34:34
8422         Log: A test case for change 30527 (chdir bareword ambiguity with dirhandles
8423              and filehandles)
8424      Branch: perl
8425            ! t/op/chdir.t
8426 ____________________________________________________________________________
8427 [ 30532] By: nicholas                              on 2007/03/10  15:30:46
8428         Log: Refactor the "has fchdir" and "has dirfd" logic to one place.
8429      Branch: perl
8430            ! t/op/chdir.t
8431 ____________________________________________________________________________
8432 [ 30531] By: nicholas                              on 2007/03/09  20:49:47
8433         Log: Don't swallow up other warnings in Exporter's test. Remove a needless
8434              eval that happened to generate 4 warnings.
8435      Branch: perl
8436            ! lib/Exporter.t
8437 ____________________________________________________________________________
8438 [ 30530] By: merijn                                on 2007/03/09  19:47:15
8439         Log: Subject: [perl #41587] [PATCH] 5.8.8 make sure we get the proper ldflags on libperl.so 
8440              From: Tom Callaway (via RT) <perlbug-followup@perl.org>
8441              Date: Thu, 22 Feb 2007 14:39:02 -0800
8442              Message-ID: <rt-3.6.HEAD-28041-1172183942-1615.41587-75-0@perl.org>
8443      Branch: perl
8444            ! Makefile.SH
8445 ____________________________________________________________________________
8446 [ 30529] By: nicholas                              on 2007/03/09  19:23:57
8447         Log: Make Exporter::Heavy correctly not warn when exporting a symbol only
8448              declared in the export specification. Ensure that the test actually
8449              tests this.
8450      Branch: perl
8451            ! lib/Exporter.t lib/Exporter/Heavy.pm
8452 ____________________________________________________________________________
8453 [ 30528] By: merijn                                on 2007/03/09  19:02:23
8454         Log: Tom Callaway's Redhat patches
8455              
8456              Subject: [perl #41595] [PATCH] 5.8.8 Use CFLAGS for all compiler invocations
8457              From: Tom Callaway (via RT) <perlbug-followup@perl.org>
8458              Date: Thu, 22 Feb 2007 19:33:45 -0800
8459              Message-ID: <rt-3.6.HEAD-28041-1172201625-659.41595-75-0@perl.org>
8460              
8461              Subject: [perl #41589] [PATCH] 5.8.8 Linux needs -FPIC too
8462              From: Tom Callaway (via RT) <perlbug-followup@perl.org>
8463              Date: Thu, 22 Feb 2007 14:56:24 -0800
8464              Message-ID: <rt-3.6.HEAD-18680-1172184984-1237.41589-75-0@perl.org>
8465      Branch: perl
8466            ! Configure
8467 ____________________________________________________________________________
8468 [ 30527] By: stevep                                on 2007/03/09  18:30:16
8469         Log: Prefer dirhandles to filehandles when passing a bareword typeglob
8470              to chdir() and the typeglob has both a dirhandle and a 
8471              filehandle assigned to it.
8472      Branch: perl
8473            ! pp_sys.c
8474 ____________________________________________________________________________
8475 [ 30525] By: rgs                                   on 2007/03/09  17:47:22
8476         Log: Mention Perl::Unsafe::Signals in the core docs en passant.
8477      Branch: perl
8478            ! pod/perlipc.pod
8479 ____________________________________________________________________________
8480 [ 30521] By: craigb                                on 2007/03/09  00:46:34
8481         Log: In ExtUtils::Liblist::Kid::_vms_ext(), escape the dollar, not the
8482              minus (there was no intention to use $\ or $- here).
8483      Branch: perl
8484            ! lib/ExtUtils/Liblist/Kid.pm
8485 ____________________________________________________________________________
8486 [ 30520] By: rgs                                   on 2007/03/08  16:31:36
8487         Log: The HePV macro was borked.
8488      Branch: perl
8489            ! hv.h
8490 ____________________________________________________________________________
8491 [ 30519] By: rgs                                   on 2007/03/08  16:12:29
8492         Log: Warning fix. Since HePV's second argument is supposed
8493              to be an unsigned integer, there's not point in comparing
8494              it to 0.
8495      Branch: perl
8496            ! hv.h
8497 ____________________________________________________________________________
8498 [ 30518] By: rgs                                   on 2007/03/08  15:48:53
8499         Log: Subject: Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe
8500              From: demerphq <demerphq@gmail.com>
8501              Date: Thu, 8 Mar 2007 10:20:50 +0100
8502              Message-ID: <9b18b3110703080120s41147a4fh4f4c1f9817079be3@mail.gmail.com>
8503      Branch: perl
8504            ! gv.c lib/Tie/Hash/NamedCapture.pm t/op/regexp_namedcapture.t
8505 ____________________________________________________________________________
8506 [ 30517] By: rgs                                   on 2007/03/08  15:06:49
8507         Log: Subject: Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe
8508              From: demerphq <demerphq@gmail.com>
8509              Date: Wed, 7 Mar 2007 20:44:52 +0100
8510              Message-ID: <9b18b3110703071144t787e028s8a79fa1986624b54@mail.gmail.com>
8511      Branch: perl
8512            + lib/Tie/Hash/NamedCapture.pm t/op/regexp_namedcapture.t
8513            - ext/re/lib/re/Tie/Hash/NamedCapture.pm
8514            ! MANIFEST embed.fnc ext/re/re.xs ext/re/t/re_funcs.t global.sym
8515            ! gv.c pod/perl595delta.pod pod/perlvar.pod proto.h universal.c
8516 ____________________________________________________________________________
8517 [ 30516] By: steveh                                on 2007/03/08  14:13:11
8518         Log: Subject: RE: $Win32::VERSION problem
8519              From: "Jan Dubois" <jand@activestate.com>
8520              Date: Wed, 7 Mar 2007 12:26:01 -0800
8521              Message-ID: <00b301c760f6$d28129d0$77837d70$@com>
8522              
8523              Adds the tests from the dual-lived CPAN distribution Win32-0.27
8524              and removes two old t/win32 tests which are now redundant
8525      Branch: perl
8526            + ext/Win32/t/ExpandEnvironmentStrings.t
8527            + ext/Win32/t/GetFileVersion.t ext/Win32/t/GetFolderPath.t
8528            + ext/Win32/t/GetFullPathName.t ext/Win32/t/GetLongPathName.t
8529            + ext/Win32/t/GetOSVersion.t ext/Win32/t/GuidGen.t
8530            - t/win32/getosversion.t t/win32/longpath.t
8531            ! MANIFEST
8532 ____________________________________________________________________________
8533 [ 30515] By: rgs                                   on 2007/03/08  13:49:42
8534         Log: Subject: debugger history save and load
8535              From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig)
8536              Date: Wed, 07 Mar 2007 14:53:58 +0100
8537              Message-ID: <87y7m99n2h.fsf@k75.linux.bogus>
8538      Branch: perl
8539            ! lib/perl5db.pl
8540 ____________________________________________________________________________
8541 [ 30514] By: rgs                                   on 2007/03/08  13:46:16
8542         Log: Better docs for C<no VERSION>
8543      Branch: perl
8544            ! pod/perl593delta.pod pod/perlfunc.pod
8545 ____________________________________________________________________________
8546 [ 30513] By: rgs                                   on 2007/03/08  11:19:38
8547         Log: Need to extend the stack when using warn() without
8548              an argument (this fixes bug #41716)
8549      Branch: perl
8550            ! pp_sys.c
8551 ____________________________________________________________________________
8552 [ 30512] By: rgs                                   on 2007/03/08  11:17:21
8553         Log: Subject: [PATCH] Default to ELF on FreeBSD when objformat is not there
8554              From: Anton Berezin <tobez@tobez.org>
8555              Date: Thu, 8 Mar 2007 12:08:45 +0100
8556              Message-ID: <20070308110845.GA24332@heechee.tobez.org>
8557      Branch: perl
8558            ! hints/freebsd.sh
8559 ____________________________________________________________________________
8560 [ 30511] By: craigb                                on 2007/03/08  03:50:32
8561         Log: MM->{ldflags} may not be defined and wouldn't help us locate
8562              the perlshr library anyway (follow-up to #30462).
8563      Branch: perl
8564            ! lib/ExtUtils/Liblist/Kid.pm
8565 ____________________________________________________________________________
8566 [ 30510] By: craigb                                on 2007/03/08  03:06:53
8567         Log: Make vms/gen_shrfls.pl better able to detect header transitions with
8568              various compiler versions (needed after #30463).
8569      Branch: perl
8570            ! vms/gen_shrfls.pl
8571 ____________________________________________________________________________
8572 [ 30500] By: rgs                                   on 2007/03/07  17:08:54
8573         Log: Regenerates internal and external API docs
8574      Branch: perl
8575            ! pod/perlapi.pod pod/perlintern.pod
8576 ____________________________________________________________________________
8577 [ 30499] By: rgs                                   on 2007/03/07  17:05:29
8578         Log: Add the new man page, perlunifaq, in relevant places
8579      Branch: perl
8580            ! plan9/mkfile pod.lst pod/perl.pod vms/descrip_mms.template
8581            ! win32/pod.mak
8582 ____________________________________________________________________________
8583 [ 30497] By: rgs                                   on 2007/03/07  16:36:20
8584         Log: Syntax nit in ExtUtils::Liblist::Kid, noticed by Yves Orton
8585      Branch: perl
8586            ! lib/ExtUtils/Liblist/Kid.pm
8587 ____________________________________________________________________________
8588 [ 30496] By: rgs                                   on 2007/03/07  16:32:48
8589         Log: Use another method to avoid the "possible interpolation" warning
8590              for @- and @+ : do this directly from the lexer (patch by Yves
8591              Orton.) This way, @- and @+ aren't preloaded anymore.
8592              Avoid to require re::Tie::Hash::NamedCapture when the *- or *+
8593              globs are created, this was breaking the build due to miniperl's
8594              inability to load it.
8595      Branch: perl
8596            ! gv.c perl.c toke.c
8597 ____________________________________________________________________________
8598 [ 30493] By: merijn                                on 2007/03/07  13:23:23
8599         Log: Subject: Re: [PATCH] (Re: [PATCH] unicode/utf8 pod)
8600              From: Juerd Waalboer <juerd@convolution.nl>
8601              Date: Sun, 4 Mar 2007 16:00:19 +0100
8602              Message-ID: <20070304150019.GN4723@c4.convolution.nl>
8603      Branch: perl
8604            + pod/perlunifaq.pod
8605            ! MANIFEST ext/Encode/Encode.pm ext/Encode/encoding.pm
8606            ! lib/PerlIO.pm lib/utf8.pm pod/perlapi.pod pod/perldata.pod
8607            ! pod/perldiag.pod pod/perlfunc.pod pod/perlguts.pod
8608            ! pod/perlpacktut.pod pod/perlport.pod pod/perlretut.pod
8609            ! pod/perlunicode.pod pod/perluniintro.pod pod/perlunitut.pod
8610            ! pod/perlvar.pod sv.c
8611 ____________________________________________________________________________
8612 [ 30492] By: rgs                                   on 2007/03/07  11:00:07
8613         Log: Localize $! in splainthis() too. (see bug #41717)
8614      Branch: perl
8615            ! lib/diagnostics.pm
8616 ____________________________________________________________________________
8617 [ 30491] By: rgs                                   on 2007/03/07  10:57:11
8618         Log: Better localisation of $_ in diagnostics.
8619              This fixes bug #41717.
8620      Branch: perl
8621            ! lib/diagnostics.pm
8622 ____________________________________________________________________________
8623 [ 30490] By: rgs                                   on 2007/03/07  10:33:38
8624         Log: Avoid to load the *+ and *- globs too early.
8625              To silence spurious interpolation warnings, merely
8626              create the stash entry for them. Ensure that the
8627              re::Tie::Hash::NamedCapture module is always loaded
8628              when we have created the tied hashes %+ and %-.
8629              Revert change #30483, which is now unnecessary.
8630      Branch: perl
8631            ! gv.c lib/dumpvar.pl perl.c
8632 ____________________________________________________________________________
8633 [ 30489] By: stevep                                on 2007/03/06  16:49:47
8634         Log: Upgrade to IO-Zlib-1.05.  There are updates to the core that have
8635              not yet been included in the CPAN distribution, so the core 
8636              module has a version bump.
8637      Branch: perl
8638            ! lib/IO/Zlib.pm lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/getline.t
8639 ____________________________________________________________________________
8640 [ 30488] By: rgs                                   on 2007/03/06  15:51:06
8641         Log: Fix error messages returned by S_require_tie_mod. Fix small leaks
8642              happening in there too. More importantly, call it when we load both
8643              a hash or a glob.
8644      Branch: perl
8645            ! gv.c
8646 ____________________________________________________________________________
8647 [ 30487] By: rgs                                   on 2007/03/06  15:04:03
8648         Log: Fix a small leak on loading *+ and *- globs
8649      Branch: perl
8650            ! gv.c
8651 ____________________________________________________________________________
8652 [ 30486] By: stevep                                on 2007/03/06  13:52:56
8653         Log: Upgrade to CGI.pm-3.27
8654      Branch: perl
8655            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Util.pm
8656            ! lib/CGI/t/form.t lib/CGI/t/util.t
8657 ____________________________________________________________________________
8658 [ 30485] By: rgs                                   on 2007/03/06  11:19:04
8659         Log: Subject: [PATCH] 'Unknown PerlIO layer "encoding"...' message
8660              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
8661              Date: Fri, 2 Mar 2007 06:59:41 -0800 (PST)
8662              Message-ID: <794180.55454.qm@web30208.mail.mud.yahoo.com>
8663      Branch: perl
8664            ! lib/Pod/t/man.t
8665 ____________________________________________________________________________
8666 [ 30484] By: rgs                                   on 2007/03/06  11:10:26
8667         Log: Doc patch about PerlIO::encoding:
8668              
8669              Subject: [PATCH] Re: 'Unknown PerlIO layer "encoding"...' message
8670              From: Tels <nospam-abuse@bloodgate.com>
8671              Date: Fri, 2 Mar 2007 11:31:39 +0000
8672              Message-Id: <200703021131.41085@bloodgate.com>
8673      Branch: perl
8674            ! pod/perlfunc.pod
8675 ____________________________________________________________________________
8676 [ 30483] By: rgs                                   on 2007/03/06  10:32:01
8677         Log: dumpvar.pl must load re::Tie::Hash::NamedCapture if it wants
8678              to dump %+ and %-.
8679      Branch: perl
8680            ! lib/dumpvar.pl
8681 ____________________________________________________________________________
8682 [ 30482] By: steveh                                on 2007/03/06  09:20:51
8683         Log: Reinstate part of #28744 that was accidentally reverted in #30454
8684              to suppress a couple of warnings (at least on Win32)
8685      Branch: perl
8686            ! ext/Math/BigInt/FastCalc/FastCalc.pm
8687            ! ext/Math/BigInt/FastCalc/FastCalc.xs
8688 ____________________________________________________________________________
8689 [ 30481] By: nicholas                              on 2007/03/05  23:52:09
8690         Log: As SvUPGRADE() is a macro wrapping a call to sv_upgrade() inside
8691              a check on the existing SvTYPE(), there's no need to wrap it inside
8692              another explcit check of SvTYPE(). This won't make any difference to
8693              the output of an optimising compiler, but it makes the source clearer.
8694      Branch: perl
8695            ! pp_ctl.c sv.c
8696 ____________________________________________________________________________
8697 [ 30464] By: nicholas                              on 2007/03/05  12:26:46
8698         Log: Change 30461 was wrong. As ext/re (re)builds the regexp engine with
8699              -DDEBUGGING, it's going to need PL_reg_name even if core perl doesn't.
8700              So something is always going to use it, so always define it, and always
8701              export it. (But only define it once, so that static builds work.)
8702      Branch: perl
8703            ! makedef.pl regcomp.pl regnodes.h
8704 ____________________________________________________________________________
8705 [ 30463] By: craigb                                on 2007/03/05  00:13:50
8706         Log: In vms/gen_shrfls.pl, no more special handling of vars from
8707              regcomp.h -- just process the file. (Needed for PL_reg_name.)
8708      Branch: perl
8709            ! vms/gen_shrfls.pl
8710 ____________________________________________________________________________
8711 [ 30462] By: craigb                                on 2007/03/04  22:58:29
8712         Log: Use linker flags rather than compiler flags in ExtUtils::Liblist::Kid::_vms_ext 
8713              when determining whether the perlshr library was linked debug. Also submitted 
8714              to CPAN RT queue at <http://rt.cpan.org/Ticket/Display.html?id=25268>.
8715      Branch: perl
8716            ! lib/ExtUtils/Liblist/Kid.pm
8717 ____________________________________________________________________________
8718 [ 30461] By: nicholas                              on 2007/03/04  19:22:45
8719         Log: It seems that change 30451 should also have arranged to export
8720              PL_reg_name properly. Hopefuly this will fix it, but I don't have
8721              access to any platform where I can test this directly.
8722      Branch: perl
8723            ! globvar.sym makedef.pl
8724 ____________________________________________________________________________
8725 [ 30460] By: stevep                                on 2007/03/04  17:15:38
8726         Log: Subject: [PATCH] Math::BigInt 1.80
8727              From: Tels <nospam-abuse@bloodgate.com>
8728              Date: Sun, 4 Mar 2007 15:57:01 +0000
8729              Message-Id: <200703041557.02996@bloodgate.com>
8730      Branch: perl
8731            + lib/Math/BigInt/t/nan_cmp.t lib/Math/BigInt/t/new_ovld.t
8732            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
8733            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
8734            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
8735            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/biglog.t
8736            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/upgrade.inc
8737 ____________________________________________________________________________
8738 [ 30459] By: nicholas                              on 2007/03/04  11:51:08
8739         Log: Rename exception() to apitest_exception() in XS/APItest, so that it
8740              doesn't clash with the exception() in Devel/PPPort. This way, all
8741              tests pass when both modules are staticly linked.
8742      Branch: perl
8743            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
8744            ! ext/XS/APItest/exception.c ext/XS/APItest/t/exception.t
8745 ____________________________________________________________________________
8746 [ 30458] By: stevep                                on 2007/03/04  07:01:34
8747         Log: Upgrade to IO-Compress-Base-2.004, Compress-Raw-Zlib-2.004, 
8748              IO-Compress-Zlib-2.004, and Compress-Zlib-2.004.
8749      Branch: perl
8750            ! ext/Compress/Raw/Zlib/Changes
8751            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
8752            ! ext/Compress/Raw/Zlib/Zlib.xs
8753            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
8754            ! ext/Compress/Raw/Zlib/t/02zlib.t ext/Compress/Zlib/Changes
8755            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
8756            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
8757            ! ext/Compress/Zlib/t/03zlib-v1.t ext/IO/Compress/Base/Changes
8758            ! ext/IO/Compress/Base/Makefile.PL ext/IO/Compress/Base/README
8759            ! ext/IO/Compress/Base/lib/IO/Compress/Base.pm
8760            ! ext/IO/Compress/Base/lib/IO/Compress/Base/Common.pm
8761            ! ext/IO/Compress/Base/lib/IO/Uncompress/AnyUncompress.pm
8762            ! ext/IO/Compress/Base/lib/IO/Uncompress/Base.pm
8763            ! ext/IO/Compress/Zlib/Changes ext/IO/Compress/Zlib/Makefile.PL
8764            ! ext/IO/Compress/Zlib/README
8765            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm
8766            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm
8767            ! ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm
8768            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm
8769            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm
8770            ! ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
8771            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm
8772            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm
8773            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm
8774            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm
8775            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
8776            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
8777            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
8778            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
8779            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
8780            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
8781            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
8782            ! ext/IO/Compress/Zlib/t/050interop-gzip.t
8783            ! t/lib/compress/generic.pl t/lib/compress/merge.pl
8784 ____________________________________________________________________________
8785 [ 30457] By: stevep                                on 2007/03/04  04:51:28
8786         Log: Upgrade to Time-HiRes-1.9707
8787      Branch: perl
8788            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/t/HiRes.t
8789            ! pod/perlretut.pod
8790 ____________________________________________________________________________
8791 [ 30456] By: craigb                                on 2007/03/03  23:26:33
8792         Log: Clean up the right file in vms/test.com (following #30414).
8793      Branch: perl
8794            ! vms/test.com
8795 ____________________________________________________________________________
8796 [ 30455] By: rgs                                   on 2007/03/03  18:19:01
8797         Log: Add missing file from change #30454
8798      Branch: perl
8799            + ext/Math/BigInt/FastCalc/t/leak.t
8800 ____________________________________________________________________________
8801 [ 30454] By: nicholas                              on 2007/03/03  16:47:05
8802         Log: Subject: [PATCH] Math::BigInt::FastCalc 0.12 (plug leaks)
8803              From: Tels <nospam-abuse@bloodgate.com>
8804              Date: Sat, 3 Mar 2007 17:09:58 +0000
8805              Message-Id: <200703031710.00203@bloodgate.com>
8806      Branch: perl
8807            ! MANIFEST ext/Math/BigInt/FastCalc/FastCalc.pm
8808            ! ext/Math/BigInt/FastCalc/FastCalc.xs
8809 ____________________________________________________________________________
8810 [ 30453] By: nicholas                              on 2007/03/03  15:50:33
8811         Log: Must only use dynamic extensions in the Dynaloader test. If the
8812              extensions are static, it doesn't work :-)
8813      Branch: perl
8814            ! ext/DynaLoader/t/DynaLoader.t
8815 ____________________________________________________________________________
8816 [ 30452] By: nicholas                              on 2007/03/03  15:28:39
8817         Log: As the test is about the parser, not actually running the code, better
8818              to avoid running <STDOUT> rather than run it with warnings disabled.
8819      Branch: perl
8820            ! t/op/gv.t
8821 ____________________________________________________________________________
8822 [ 30451] By: nicholas                              on 2007/03/03  12:22:19
8823         Log: Define and initialise reg_name only once.
8824              This allows re to be a static extension.
8825              As it's now no-longer a static variable in regcomp.c, it needs a PL_
8826              prefix.
8827      Branch: perl
8828            ! regcomp.c regcomp.pl regexec.c regnodes.h
8829 ____________________________________________________________________________
8830 [ 30450] By: rgs                                   on 2007/03/03  10:09:49
8831         Log: Don't let feature.pm interfere with the tests for use VERSION.
8832              That probably needs to be refined.
8833      Branch: perl
8834            ! t/comp/use.t
8835 ____________________________________________________________________________
8836 [ 30449] By: rgs                                   on 2007/03/03  09:39:55
8837         Log: Subject: [PATCH] Don't copy DynaLoader.o unnecessarily
8838              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
8839              Date: Thu, 1 Mar 2007 08:47:30 -0800 (PST)
8840              Message-ID: <566598.96493.qm@web30204.mail.mud.yahoo.com>
8841      Branch: perl
8842            ! ext/DynaLoader/Makefile.PL
8843 ____________________________________________________________________________
8844 [ 30448] By: rgs                                   on 2007/03/03  09:36:54
8845         Log: Add a volatile modifier to avoid possible cloberring by longjmp,
8846              as the compiler used by Jerry D. Hedden warns.
8847      Branch: perl
8848            ! perl.c
8849 ____________________________________________________________________________
8850 [ 30447] By: rgs                                   on 2007/03/03  09:34:23
8851         Log: Compilation warnings fixes by Jerry D. Hedden
8852      Branch: perl
8853            ! perlio.c pp_sys.c universal.c xsutils.c
8854 ____________________________________________________________________________
8855 [ 30446] By: rgs                                   on 2007/03/03  09:29:37
8856         Log: Make use VERSION also load feature.pm
8857      Branch: perl
8858            + t/lib/feature/implicit
8859            ! MANIFEST lib/feature.pm pod/perlfunc.pod pp_ctl.c
8860 ____________________________________________________________________________
8861 [ 30445] By: craigb                                on 2007/03/03  04:35:24
8862         Log: Fix a few errors and ambiguities in configure.com caught by
8863              Charlie Hammond's DCL Checker.
8864      Branch: perl
8865            ! configure.com
8866 ____________________________________________________________________________
8867 [ 30444] By: nicholas                              on 2007/03/02  15:02:43
8868         Log: Avoid an assertion failure when overloading readpipe.
8869      Branch: perl
8870            ! t/op/gv.t toke.c
8871 ____________________________________________________________________________
8872 [ 30443] By: nicholas                              on 2007/03/02  14:42:27
8873         Log: More assertion failures, found by auditing the code.
8874      Branch: perl
8875            ! gv.c t/op/gv.t toke.c universal.c
8876 ____________________________________________________________________________
8877 [ 30442] By: nicholas                              on 2007/03/02  13:23:22
8878         Log: Don't crash if the symbol table entry for ISA isn't a typeglob.
8879      Branch: perl
8880            ! gv.c t/op/gv.t
8881 ____________________________________________________________________________
8882 [ 30441] By: rgs                                   on 2007/03/02  12:58:04
8883         Log: More work on perldelta
8884      Branch: perl
8885            ! pod/perl595delta.pod
8886 ____________________________________________________________________________
8887 [ 30440] By: nicholas                              on 2007/03/01  17:46:49
8888         Log: The bug fixed by change 29610 would have been avoided with this
8889              assertion - ensure that the hek argument to Perl_unshare_hek() is not
8890              NULL, because if it is, then S_unshare_hek_or_pvn() will merrily
8891              unshare the string "" instead.
8892      Branch: perl
8893            ! hv.c
8894 ____________________________________________________________________________
8895 [ 30439] By: nicholas                              on 2007/03/01  16:09:31
8896         Log: Don't SEGV when dumping an undefined typeglob. The HEK used to store
8897              the GV's name can be NULL.
8898      Branch: perl
8899            ! gv.h
8900 ____________________________________________________________________________
8901 [ 30438] By: rgs                                   on 2007/03/01  15:22:52
8902         Log: Mention the syntax C<use feature ':5.10'> in feature.pm's synopsis
8903      Branch: perl
8904            ! lib/feature.pm
8905 ____________________________________________________________________________
8906 [ 30437] By: rgs                                   on 2007/03/01  11:20:14
8907         Log: Upgrade to Params::Check 0.26
8908      Branch: perl
8909            ! lib/Params/Check.pm lib/Params/Check/t/01_Params-Check.t
8910 ____________________________________________________________________________
8911 [ 30436] By: rgs                                   on 2007/03/01  10:54:09
8912         Log: Subject: Re: New file: t/op/regexp_email.t
8913              From: demerphq <demerphq@gmail.com>
8914              Date: Wed, 28 Feb 2007 17:45:33 +0100
8915              Message-ID: <9b18b3110702280845p7860ca08taf1aead39a178aa4@mail.gmail.com>
8916      Branch: perl
8917            + t/op/regexp_email.t
8918            ! MANIFEST ext/re/re.pm regcomp.h regexec.c
8919 ____________________________________________________________________________
8920 [ 30435] By: rgs                                   on 2007/03/01  10:30:04
8921         Log: A new test by Abigail: Check that certain modules don't
8922              get loaded when other modules are used.
8923      Branch: perl
8924            + t/lib/no_load.t
8925            ! MANIFEST
8926 ____________________________________________________________________________
8927 [ 30434] By: rgs                                   on 2007/03/01  10:21:58
8928         Log: Subject: [PATCH] Re: Revisits in 'make install'
8929              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
8930              Date: Wed, 28 Feb 2007 10:59:49 -0800 (PST)
8931              Message-ID: <95346.11233.qm@web30207.mail.mud.yahoo.com>
8932      Branch: perl
8933            ! Makefile.SH
8934 ____________________________________________________________________________
8935 [ 30433] By: rgs                                   on 2007/03/01  10:10:41
8936         Log: A couple of casting nits by Jarkko
8937      Branch: perl
8938            ! op.c pp_hot.c
8939 ____________________________________________________________________________
8940 [ 30432] By: rgs                                   on 2007/03/01  09:19:07
8941         Log: Teach Module::Build about DragonflyBSD
8942      Branch: perl
8943            ! lib/Module/Build.pm
8944 ____________________________________________________________________________
8945 [ 30431] By: rgs                                   on 2007/02/28  15:27:23
8946         Log: Missing dual-lived modules in maintainers list
8947      Branch: perl
8948            ! Porting/Maintainers.pl
8949 ____________________________________________________________________________
8950 [ 30430] By: rgs                                   on 2007/02/28  14:51:41
8951         Log: Update my email address
8952      Branch: perl
8953            ! AUTHORS Porting/checkAUTHORS.pl
8954 ____________________________________________________________________________
8955 [ 30429] By: steveh                                on 2007/02/28  12:29:35
8956         Log: Subject: [PATCH] Win32 doc update for Win32CORE changes
8957              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
8958              Date: Mon, 26 Feb 2007 11:28:00 -0800 (PST)
8959              Message-ID: <13678.68.166.55.187.1172518080.squirrel@68.166.55.187>
8960      Branch: perl
8961            ! ext/Win32/Win32.pm ext/Win32CORE/Win32CORE.pm
8962 ____________________________________________________________________________
8963 [ 30428] By: rgs                                   on 2007/02/28  10:42:03
8964         Log: Subject: [PATCH t/japh/abigail.t] Unexpected output
8965              From: Abigail <abigail@abigail.be>
8966              Date: Tue, 27 Feb 2007 23:00:28 +0100
8967              Message-ID: <20070227220028.GA460@abigail.nl>
8968      Branch: perl
8969            ! t/japh/abigail.t
8970 ____________________________________________________________________________
8971 [ 30427] By: rgs                                   on 2007/02/28  09:22:56
8972         Log: Remove obsolete test for the deprecation warning I just removed.
8973      Branch: perl
8974            ! t/op/regmesg.t
8975 ____________________________________________________________________________
8976 [ 30426] By: steveh                                on 2007/02/28  09:13:43
8977         Log: Subject: [PATCH] Fix ext/Win32API/File/t/file.t under test harness
8978              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
8979              Date: Tue, 27 Feb 2007 09:38:15 -0800 (PST)
8980              Message-ID: <994673.36516.qm@web30215.mail.mud.yahoo.com>
8981      Branch: perl
8982            ! ext/Win32API/File/t/file.t
8983 ____________________________________________________________________________
8984 [ 30425] By: steveh                                on 2007/02/28  09:11:19
8985         Log: Subject: Re: [PATCH] Re: Math::BigInt and Win32API::File whines a lot during make test...
8986              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
8987              Date: Tue, 27 Feb 2007 10:33:36 -0800 (PST)
8988              Message-ID: <738238.57355.qm@web30201.mail.mud.yahoo.com>
8989              
8990              (Silences warnings about math lib(s), avoids using Math::BigInt
8991              when using 64-bit ints and changes "new" to "->new()")
8992      Branch: perl
8993            ! ext/Win32API/File/File.pm
8994 ____________________________________________________________________________
8995 [ 30424] By: rgs                                   on 2007/02/28  08:54:05
8996         Log: (?p{}) has been deprecated for a long time.
8997              Remove it, so people are not confused with regard to the
8998              new /p regexp modifier.
8999      Branch: perl
9000            ! regcomp.c t/lib/warnings/regcomp toke.c
9001 ____________________________________________________________________________
9002 [ 30423] By: rgs                                   on 2007/02/28  08:45:55
9003         Log: Add new tests for keys in %+ and %-
9004      Branch: perl
9005            ! t/op/pat.t
9006 ____________________________________________________________________________
9007 [ 30422] By: rgs                                   on 2007/02/28  08:45:13
9008         Log: perltodo nit for SelfLoader
9009      Branch: perl
9010            ! pod/perltodo.pod
9011 ____________________________________________________________________________
9012 [ 30421] By: rgs                                   on 2007/02/28  08:44:16
9013         Log: Fix a couple of typos in internal docs
9014      Branch: perl
9015            ! hv.c util.c
9016 ____________________________________________________________________________
9017 [ 30420] By: nicholas                              on 2007/02/27  23:07:39
9018         Log: Subject: [PATCH AUTHORS] Change of email address.
9019              From: Abigail <abigail@abigail.be>
9020              Message-ID: <20070227225456.GA1808@abigail.nl>
9021              Date: Tue, 27 Feb 2007 23:54:56 +0100
9022      Branch: perl
9023            ! AUTHORS
9024 ____________________________________________________________________________
9025 [ 30419] By: nicholas                              on 2007/02/27  20:36:14
9026         Log: Subject: [PATCH] Skip tests if Encode not built
9027              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
9028              Date: Tue, 27 Feb 2007 11:27:58 -0800 (PST)
9029              Message-ID: <176638.9767.qm@web30207.mail.mud.yahoo.com>
9030      Branch: perl
9031            ! lib/Pod/Simple/t/corpustest.t
9032            ! lib/encoding/warnings/t/4-lexical.t
9033 ____________________________________________________________________________
9034 [ 30418] By: rgs                                   on 2007/02/27  14:07:28
9035         Log: Disable the strict pragma before eval'ing selfloaded code.
9036      Branch: perl
9037            ! lib/SelfLoader.pm
9038 ____________________________________________________________________________
9039 [ 30417] By: rgs                                   on 2007/02/27  13:39:03
9040         Log: dmq points out that %+ and %- are not arrays. Fix the doc.
9041      Branch: perl
9042            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm
9043 ____________________________________________________________________________
9044 [ 30416] By: rgs                                   on 2007/02/27  13:16:46
9045         Log: Update Changes
9046      Branch: perl
9047            ! Changes
9048 ____________________________________________________________________________
9049 [ 30415] By: rgs                                   on 2007/02/27  10:56:17
9050         Log: Rework and fix docs for %+, %- and re::Tie::Hash::NamedCapture.
9051      Branch: perl
9052            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm pod/perlvar.pod
9053 ____________________________________________________________________________
9054 [ 30414] By: craigb                                on 2007/02/27  01:41:31
9055         Log: On VMS, use the normal executable file extension for the copy of 
9056              Perl used to run the test suite.  Not doing so was confusing
9057              some of the Module::Build tests.
9058      Branch: perl
9059            ! vms/descrip_mms.template vms/test.com
9060 ____________________________________________________________________________
9061 [ 30413] By: rgs                                   on 2007/02/26  17:10:33
9062         Log: Subject: Re: [perl #41565] qr// memory corruption
9063              From: demerphq <demerphq@gmail.com>
9064              Date: Mon, 26 Feb 2007 16:45:23 +0100
9065              Message-ID: <9b18b3110702260745u373980e8x19ba3afdf33bd424@mail.gmail.com>
9066      Branch: perl
9067            ! ext/re/t/regop.t regcomp.c regexec.c
9068 ____________________________________________________________________________
9069 [ 30412] By: rgs                                   on 2007/02/26  16:49:45
9070         Log: Subject: Re: Regexp recursion limit too low?
9071              From: demerphq <demerphq@gmail.com>
9072              Date: Thu, 15 Feb 2007 17:22:16 +0100
9073              Message-ID: <9b18b3110702150822o13a4f240g86463c60e625fb8f@mail.gmail.com>
9074      Branch: perl
9075            ! regexec.c regexp.h
9076 ____________________________________________________________________________
9077 [ 30411] By: steveh                                on 2007/02/26  13:45:23
9078         Log: Bump $Win32API::File::VERSION for change #30409
9079      Branch: perl
9080            ! ext/Win32API/File/File.pm
9081 ____________________________________________________________________________
9082 [ 30410] By: craigb                                on 2007/02/26  13:36:41
9083         Log: In configure.com, include the Win32 extensions in $Config{known_extensions},
9084              but not it $Config{extensions}.  This way t/TEST knows to exclude them.
9085      Branch: perl
9086            ! configure.com
9087 ____________________________________________________________________________
9088 [ 30409] By: steveh                                on 2007/02/26  13:27:58
9089         Log: Subject: [PATCH] Re: [PATCH] Re: Win32 modules & cygwin
9090              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
9091              Date: Mon, 26 Feb 2007 00:45:10 -0800 (PST)
9092              Message-ID: <1300.63.226.247.142.1172479510.squirrel@63.226.247.142>
9093              
9094              (Stops Win32* extension tests from being run when the
9095              corresponding extensions haven't been built)
9096      Branch: perl
9097            ! ext/Win32API/File/t/file.t ext/Win32API/File/t/tie.t
9098            ! ext/Win32CORE/t/win32core.t
9099 ____________________________________________________________________________
9100 [ 30408] By: nicholas                              on 2007/02/26  11:59:27
9101         Log: Update the FSF's address. Plus some other whitespace and NON-WHITESPACE
9102              changes that have crept into the GPL v2.
9103      Branch: perl
9104            ! README emacs/cperl-mode.el lib/Tie/File.pm pod/perlgpl.pod
9105 ____________________________________________________________________________
9106 [ 30407] By: nicholas                              on 2007/02/26  11:07:06
9107         Log: Fix bug #41550 -  AUTOLOAD :lvalue not working the same in blead as in
9108              5.8.8 (a code example from "Extending and Embedding Perl")
9109      Branch: perl
9110            ! op.h t/op/sub_lval.t
9111 ____________________________________________________________________________
9112 [ 30406] By: nicholas                              on 2007/02/26  09:33:15
9113         Log: Convert t/op/sub_lval.t to test.pl
9114      Branch: perl
9115            ! t/op/sub_lval.t
9116 ____________________________________________________________________________
9117 [ 30405] By: rgs                                   on 2007/02/26  06:59:44
9118         Log: Module::Pluggable wasn't in the maintainers list
9119      Branch: perl
9120            ! Porting/Maintainers.pl
9121 ____________________________________________________________________________
9122 [ 30404] By: rgs                                   on 2007/02/26  06:57:22
9123         Log: Add a version number to Module::Pluggable::Object and
9124              bump the version number of Module::Pluggable
9125      Branch: perl
9126            ! lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
9127 ____________________________________________________________________________
9128 [ 30403] By: craigb                                on 2007/02/26  04:35:18
9129         Log: In perlport, refine description of eight-level directory depth
9130              limitation on older VMS systems and add example of how to tell 
9131              when we're in trouble.
9132      Branch: perl
9133            ! pod/perlport.pod
9134 ____________________________________________________________________________
9135 [ 30402] By: craigb                                on 2007/02/26  01:08:07
9136         Log: Assorted updates to vms/vms.c to fix compiler errors on VAX.
9137      Branch: perl
9138            ! vms/vms.c
9139 ____________________________________________________________________________
9140 [ 30401] By: craigb                                on 2007/02/26  01:06:30
9141         Log: One more longdouble nit for configure.com, following 30217, 30325, and 30329.
9142      Branch: perl
9143            ! configure.com
9144 ____________________________________________________________________________
9145 [ 30400] By: craigb                                on 2007/02/26  00:42:30
9146         Log: Module::Pluggable::Object::search_paths portability update prompted by
9147              VMS test failures.  Patch also submitted to CPAN RT queue at 
9148              <http://rt.cpan.org/Public/Bug/Display.html?id=13607>.
9149      Branch: perl
9150            ! lib/Module/Pluggable/Object.pm
9151            ! lib/Module/Pluggable/t/20dodgy_files.t
9152 ____________________________________________________________________________
9153 [ 30399] By: rgs                                   on 2007/02/25  17:00:26
9154         Log: Subject: [PATCH] sigtrap.pm (handler_traceback): do not clobber $_
9155              From: Alexey Tourbin <at@altlinux.ru>
9156              Date: Sat, 24 Feb 2007 21:24:32 +0300
9157              Message-ID: <20070224182432.GA14446@localhost.localdomain>
9158      Branch: perl
9159            ! lib/sigtrap.pm
9160 ____________________________________________________________________________
9161 [ 30398] By: rgs                                   on 2007/02/25  16:44:52
9162         Log: Subject: [perl #41560] [PATCH] crash in Perl_vmess when GvIOp is null 
9163              From: "Devin Heitmueller" (via RT) <perlbug-followup@perl.org>
9164              Date: Tue, 20 Feb 2007 16:38:20 -0800
9165              Message-ID: <rt-3.6.HEAD-24617-1172018300-131.41560-75-0@perl.org>
9166      Branch: perl
9167            ! util.c
9168 ____________________________________________________________________________
9169 [ 30397] By: rgs                                   on 2007/02/25  16:19:07
9170         Log: Subject: Re: [perl #41513] (parsing?)problem when using a '/' followed by a Switch statement
9171              From: "Wolfgang Laun" <wolfgang.laun@gmail.com>
9172              Date: Sat, 24 Feb 2007 15:08:44 +0100
9173              Message-ID: <17de7ee80702240608n1411ef67xcdd1ffb238742bc1@mail.gmail.com>
9174      Branch: perl
9175            ! lib/Switch.pm
9176 ____________________________________________________________________________
9177 [ 30396] By: rgs                                   on 2007/02/25  15:29:20
9178         Log: - Use the same regexp as in change #30395 to parse subroutine
9179              declarations
9180              - Make SelfLoader strict-compliant
9181              - Constant fold debug code out
9182      Branch: perl
9183            ! lib/SelfLoader.pm
9184 ____________________________________________________________________________
9185 [ 30395] By: rgs                                   on 2007/02/25  15:04:17
9186         Log: Factorize three regexps into one, using new regexp features
9187              (with some help from Yves Orton). (Now the compatibilty of this
9188              module with 5.8.x perls is doomed.)
9189      Branch: perl
9190            ! lib/AutoSplit.pm
9191 ____________________________________________________________________________
9192 [ 30394] By: rgs                                   on 2007/02/25  14:42:11
9193         Log: Don't clobber $_ by using "my $_". Potential bug found by Alexey Tourbin.
9194      Branch: perl
9195            ! lib/AutoSplit.pm
9196 ____________________________________________________________________________
9197 [ 30393] By: craigb                                on 2007/02/25  00:54:14
9198         Log: Add a comment to mg.c to clarify that words like "raise" and
9199              "pending" in the context of Perl's deferred signals bear only
9200              an analogous relationship to the underlying signal mechanism.
9201      Branch: perl
9202            ! mg.c
9203 ____________________________________________________________________________
9204 [ 30392] By: craigb                                on 2007/02/24  21:52:23
9205         Log: Update descriptions of long-running ops and non-deferrable
9206              signals in perlipc.pod.
9207      Branch: perl
9208            ! pod/perlipc.pod
9209 ____________________________________________________________________________
9210 [ 30391] By: rgs                                   on 2007/02/24  15:55:06
9211         Log: Subject: [PATCH] ExtUtils/Constant/Base.pm: use constant folding to eliminated dead code
9212              From: Alexey Tourbin <at@altlinux.ru>
9213              Date: Sat, 24 Feb 2007 15:52:23 +0300
9214              Message-ID: <20070224125223.GA17227@localhost.localdomain>
9215      Branch: perl
9216            ! lib/ExtUtils/Constant/Base.pm
9217 ____________________________________________________________________________
9218 [ 30390] By: rgs                                   on 2007/02/24  15:48:49
9219         Log: Subject: [PATCH] ExtUtils/MM_Unix.pm (fixin): do not clobber $/
9220              From: Alexey Tourbin <at@altlinux.ru>
9221              Date: Sat, 24 Feb 2007 15:38:58 +0300
9222              Message-ID: <20070224123858.GA11434@localhost.localdomain>
9223      Branch: perl
9224            ! lib/ExtUtils/MM_Unix.pm
9225 ____________________________________________________________________________
9226 [ 30389] By: rgs                                   on 2007/02/24  15:42:45
9227         Log: Subject: [PATCH] perlio.c (PerlIO_tmpfile): fix memory leak
9228              From: Alexey Tourbin <at@altlinux.ru>
9229              Date: Sat, 24 Feb 2007 14:47:35 +0300
9230              Message-ID: <20070224114735.GA3454@localhost.localdomain>
9231      Branch: perl
9232            ! perlio.c
9233 ____________________________________________________________________________
9234 [ 30388] By: rgs                                   on 2007/02/24  09:53:56
9235         Log: Add a new test for undef and delete on stash entries that
9236              are bound to subroutines or methods. Based on a test by
9237              Robert 'phaylon' Sedlacek.
9238      Branch: perl
9239            + t/op/symbolcache.t
9240            ! MANIFEST
9241 ____________________________________________________________________________
9242 [ 30387] By: rgs                                   on 2007/02/24  09:29:20
9243         Log: C<keys %+> should not warn. Don't make scan_ident test for
9244              ambiguous unary ops when the following token is a hash identifier.
9245              (like with scalars and arrays)
9246      Branch: perl
9247            ! t/lib/warnings/toke toke.c
9248 ____________________________________________________________________________
9249 [ 30386] By: rgs                                   on 2007/02/24  09:04:10
9250         Log: Indexing and POD fixes
9251      Branch: perl
9252            ! pod/perlop.pod
9253 ____________________________________________________________________________
9254 [ 30385] By: rgs                                   on 2007/02/24  08:51:29
9255         Log: Subject: [PATCH] perlretut.pod, 2nd version
9256              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
9257              Date: Thu, 22 Feb 2007 09:36:19 +0100
9258              Message-ID: <45DD5603.1040402@thalesgroup.com>
9259      Branch: perl
9260            ! pod/perlretut.pod
9261 ____________________________________________________________________________
9262 [ 30384] By: rgs                                   on 2007/02/24  07:22:05
9263         Log: At least, fix the MakeMaker build_man tests.
9264      Branch: perl
9265            ! lib/ExtUtils/t/build_man.t
9266 ____________________________________________________________________________
9267 [ 30383] By: rgs                                   on 2007/02/23  18:19:32
9268         Log: Subject: [PATCH blead] Re: [perl #41546] perl 5.8.x bug: overloaded 'eq' does not work with 'nomethod'
9269              From: Rick Delaney <rick@bort.ca>
9270              Date: Wed, 21 Feb 2007 16:53:16 -0500
9271              Message-ID: <20070221215316.GF5646@bort.ca>
9272      Branch: perl
9273            ! gv.c lib/overload.t
9274 ____________________________________________________________________________
9275 [ 30382] By: rgs                                   on 2007/02/22  18:29:18
9276         Log: Reinstate tests removed by change #30381, but don't
9277              "use Config" in the test, because that will overwrite
9278              %main::Config with the real Config hash, not the fake
9279              one from MakeMaker.
9280      Branch: perl
9281            ! lib/ExtUtils/t/build_man.t
9282 ____________________________________________________________________________
9283 [ 30381] By: stevep                                on 2007/02/22  18:09:06
9284         Log: Revert changes to lib/ExtUtils/t/build_man.t from change 
9285              #30380.  The changes in that test write to the now
9286              readonly %Config.
9287      Branch: perl
9288            ! lib/ExtUtils/t/build_man.t
9289 ____________________________________________________________________________
9290 [ 30380] By: stevep                                on 2007/02/22  14:36:27
9291         Log: Upgrade to ExtUtils-MakeMaker-6.32.  Included a version
9292              bump to ExtUtils::MakeMaker to 6.32_01 because changes
9293              #29266 and #29583 were missing from the new release.
9294      Branch: perl
9295            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist.pm
9296            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM.pm
9297            ! lib/ExtUtils/MM_AIX.pm lib/ExtUtils/MM_Any.pm
9298            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
9299            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
9300            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
9301            ! lib/ExtUtils/MM_QNX.pm lib/ExtUtils/MM_UWIN.pm
9302            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
9303            ! lib/ExtUtils/MM_VOS.pm lib/ExtUtils/MM_Win32.pm
9304            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
9305            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Config.pm
9306            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/MakeMaker/bytes.pm
9307            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Mkbootstrap.pm
9308            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/build_man.t
9309            ! lib/ExtUtils/testlib.pm
9310 ____________________________________________________________________________
9311 [ 30379] By: steveh                                on 2007/02/22  09:09:31
9312         Log: Subject: [PATCH] Re: Win32 modules & cygwin
9313              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
9314              Date: Tue, 20 Feb 2007 01:50:18 -0800 (PST)
9315              Message-ID: <1254.67.42.109.122.1171965018.squirrel@67.42.109.122>
9316              
9317              Also includes integration & deletion of win32/ext/Win32API to
9318              ext/Win32API, and addition of copyright message and corrections to
9319              spacing/tabbing as suggested by Jan Dubois.
9320      Branch: perl
9321            + ext/Win32API/File/t/file.t ext/Win32CORE/Makefile.PL
9322            + ext/Win32CORE/Win32CORE.c ext/Win32CORE/Win32CORE.pm
9323            + ext/Win32CORE/t/win32core.t
9324           +> ext/Win32API/File/Changes
9325           +> ext/Win32API/File/ExtUtils/Myconst2perl.pm
9326           +> ext/Win32API/File/File.pm ext/Win32API/File/File.xs
9327           +> ext/Win32API/File/Makefile.PL ext/Win32API/File/README
9328           +> ext/Win32API/File/buffers.h ext/Win32API/File/cFile.h
9329           +> ext/Win32API/File/cFile.pc ext/Win32API/File/const2perl.h
9330           +> ext/Win32API/File/t/tie.t ext/Win32API/File/typemap
9331            - win32/ext/Win32API/File/Changes
9332            - win32/ext/Win32API/File/ExtUtils/Myconst2perl.pm
9333            - win32/ext/Win32API/File/File.pm
9334            - win32/ext/Win32API/File/File.xs
9335            - win32/ext/Win32API/File/Makefile.PL
9336            - win32/ext/Win32API/File/README
9337            - win32/ext/Win32API/File/buffers.h
9338            - win32/ext/Win32API/File/cFile.h
9339            - win32/ext/Win32API/File/cFile.pc
9340            - win32/ext/Win32API/File/const2perl.h
9341            - win32/ext/Win32API/File/t/file.t
9342            - win32/ext/Win32API/File/t/tie.t
9343            - win32/ext/Win32API/File/typemap
9344            ! Configure MANIFEST Porting/Maintainers.pl cygwin/cygwin.c
9345            ! hints/cygwin.sh mkppport.lst win32/FindExt.pm win32/Makefile
9346            ! win32/config_sh.PL win32/makefile.mk win32/win32.c
9347 ____________________________________________________________________________
9348 [ 30378] By: stevep                                on 2007/02/21  17:50:37
9349         Log: Upgrade to CPAN-1.88_77.
9350      Branch: perl
9351            ! lib/CPAN.pm
9352 ____________________________________________________________________________
9353 [ 30376] By: rgs                                   on 2007/02/21  17:33:54
9354         Log: Subject: [PATCH] Re: [PATCH] Test with Errno in autouse.t
9355              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
9356              Date: Wed, 21 Feb 2007 09:27:20 -0800 (PST)
9357              Message-ID: <619324.6794.qm@web30207.mail.mud.yahoo.com>
9358      Branch: perl
9359            ! lib/autouse.t
9360 ____________________________________________________________________________
9361 [ 30375] By: steveh                                on 2007/02/21  13:36:14
9362         Log: Remove unreferenced local variable
9363      Branch: perl
9364            ! ext/threads/threads.pm ext/threads/threads.xs
9365 ____________________________________________________________________________
9366 [ 30374] By: steveh                                on 2007/02/21  08:40:18
9367         Log: Fix Win32 compilation error following #30372
9368      Branch: perl
9369            ! regcomp.c
9370 ____________________________________________________________________________
9371 [ 30373] By: craigb                                on 2007/02/21  01:55:37
9372         Log: Fix VMS exit handling broken in Test::Harness 2.64. Also
9373              submitted as http://rt.cpan.org/Public/Bug/Display.html?id=24985
9374              on CPAN RT queue.
9375      Branch: perl
9376            ! lib/Test/Harness/Results.pm lib/Test/Harness/Straps.pm
9377 ____________________________________________________________________________
9378 [ 30372] By: stevep                                on 2007/02/20  13:24:38
9379         Log: Silence a couple of compile warnings.
9380      Branch: perl
9381            ! regcomp.c regexec.c
9382 ____________________________________________________________________________
9383 [ 30371] By: rgs                                   on 2007/02/20  11:05:15
9384         Log: Some INSTALL nits by Andy Dougherty
9385      Branch: perl
9386            ! INSTALL
9387 ____________________________________________________________________________
9388 [ 30370] By: rgs                                   on 2007/02/20  10:44:44
9389         Log: Skip test when Encode isn't built
9390              (noticed by Jerry D. Hedden)
9391      Branch: perl
9392            ! ext/PerlIO/encoding/t/nolooping.t
9393 ____________________________________________________________________________
9394 [ 30369] By: rgs                                   on 2007/02/20  10:39:52
9395         Log: Subject: [PATCH] Test with Errno in autouse.t
9396              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
9397              Date: Sun, 18 Feb 2007 09:09:23 -0800 (PST)
9398              Message-ID: <834019.44481.qm@web30203.mail.mud.yahoo.com>
9399      Branch: perl
9400            ! lib/autouse.t
9401 ____________________________________________________________________________
9402 [ 30368] By: rgs                                   on 2007/02/20  09:31:59
9403         Log: A few nits to perlfunc/map.
9404      Branch: perl
9405            ! pod/perlfunc.pod
9406 ____________________________________________________________________________
9407 [ 30367] By: stevep                                on 2007/02/20  03:55:21
9408         Log: Subject: [PATCH] regexec.c: S_ stands for static
9409              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
9410              Date: Tue, 20 Feb 2007 03:03:03 +0200 (EET)
9411              Message-Id: <20070220010303.2380A43A67@anubis.hut.fi>
9412      Branch: perl
9413            ! regexec.c
9414 ____________________________________________________________________________
9415 [ 30366] By: stevep                                on 2007/02/20  03:52:37
9416         Log: Subject: [PATCH] dump.c: format fixes
9417              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
9418              Date: Tue, 20 Feb 2007 03:00:50 +0200 (EET)
9419              Message-Id: <20070220010050.CCDAF43A67@anubis.hut.fi>
9420      Branch: perl
9421            ! dump.c
9422 ____________________________________________________________________________
9423 [ 30365] By: nicholas                              on 2007/02/19  23:58:53
9424         Log: Avoid *some* g++ errors. (But not all yet)
9425      Branch: perl
9426            ! sv.c warnings.h warnings.pl
9427 ____________________________________________________________________________
9428 [ 30362] By: stevep                                on 2007/02/19  20:51:10
9429         Log: Subject: [PATCH] blead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVATE needs tweaking
9430              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
9431              Date: Mon, 19 Feb 2007 19:41:07 +0200 (EET)
9432              Message-Id: <20070219174107.63EEB43A67@anubis.hut.fi>
9433              
9434              Plus a regen picked up changes in pod/perlapi.pod related to change
9435              #30347.
9436      Branch: perl
9437            ! opcode.h opcode.pl pod/perlapi.pod sv.c util.c
9438 ____________________________________________________________________________
9439 [ 30361] By: stevep                                on 2007/02/19  19:42:47
9440         Log: Upgrade to CPAN-1.88_76
9441      Branch: perl
9442            ! lib/CPAN.pm
9443 ____________________________________________________________________________
9444 [ 30360] By: stevep                                on 2007/02/19  19:27:27
9445         Log: Subject: [PATCH] integrate bignum 0.19
9446              From: Tels <nospam-abuse@bloodgate.com>
9447              Date: Sat, 3 Feb 2007 13:42:20 +0100
9448              Message-Id: <200702031342.21634@bloodgate.com>
9449      Branch: perl
9450            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
9451            ! lib/bigrat.pm
9452 ____________________________________________________________________________
9453 [ 30359] By: stevep                                on 2007/02/19  19:23:03
9454         Log: Subject: [PATCH] Integrate BigRat 0.17
9455              From: Tels <nospam-abuse@bloodgate.com>
9456              Date: Sat, 3 Feb 2007 13:10:57 +0100
9457              Message-Id: <200702031310.58656@bloodgate.com>
9458      Branch: perl
9459            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
9460 ____________________________________________________________________________
9461 [ 30358] By: stevep                                on 2007/02/19  19:15:15
9462         Log: Subject: [PATCH] integrate Math::BigInt 1.79 and Math::BigInt::FastCalc 0.11
9463              From: Tels <nospam-abuse@bloodgate.com>
9464              Date: Fri, 2 Feb 2007 15:37:36 +0100
9465              Message-Id: <200702021537.38442@bloodgate.com>
9466              
9467              Subject: Re: [PATCH] integrate Math::BigInt 1.79 and Math::BigInt::FastCalc 0.11
9468              From: Tels <nospam-abuse@bloodgate.com>
9469              Date: Tue, 6 Feb 2007 20:18:48 +0100
9470              Message-Id: <200702062019.05487@bloodgate.com>
9471              
9472              Also, a fix for @INC in lib/Math/BigInt/t/calling.t
9473              
9474              Additional tests to perform Pod and Pod coverage testing
9475              were left out based on removal of similar test files previously.
9476      Branch: perl
9477            ! ext/Math/BigInt/FastCalc/FastCalc.pm
9478            ! ext/Math/BigInt/FastCalc/Makefile.PL lib/Math/BigFloat.pm
9479            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
9480            ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbf.t
9481            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
9482            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
9483            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
9484            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/sub_mbf.t
9485            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
9486            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
9487            ! t/lib/Math/BigInt/BareCalc.pm t/lib/Math/BigInt/Scalar.pm
9488            ! t/lib/Math/BigInt/Subclass.pm
9489 ____________________________________________________________________________
9490 [ 30357] By: rgs                                   on 2007/02/19  18:23:51
9491         Log: Revert change #28980 per Jarkko's suggestion
9492              (it was actually breaking g++ builds)
9493      Branch: perl
9494            ! ext/Encode/bin/enc2xs
9495 ____________________________________________________________________________
9496 [ 30352] By: rgs                                   on 2007/02/19  13:41:41
9497         Log: Actually, only changes to regexec.c from #30081 needed to be reverted.
9498      Branch: perl
9499            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm ext/re/re.pm regcomp.c
9500 ____________________________________________________________________________
9501 [ 30351] By: rgs                                   on 2007/02/19  13:08:03
9502         Log: Revert change #30081 at dmq's request, and mark its tests
9503              as TODO. (This should restore compilation with g++)
9504      Branch: perl
9505            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm ext/re/re.pm regcomp.c
9506            ! regexec.c t/op/pat.t
9507 ____________________________________________________________________________
9508 [ 30349] By: rgs                                   on 2007/02/19  10:08:38
9509         Log: Add a cast for C++ compilation
9510      Branch: perl
9511            ! mg.c
9512 ____________________________________________________________________________
9513 [ 30348] By: nicholas                              on 2007/02/18  20:07:39
9514         Log: More efficient to call newSV_type() then SvGROW() instead of newSV()
9515              with a size then sv_upgrade(), as the latter calls sv_upgrade() twice.
9516      Branch: perl
9517            ! perl.c toke.c
9518 ____________________________________________________________________________
9519 [ 30347] By: nicholas                              on 2007/02/18  19:40:43
9520         Log: Add a new API function newSV_type, to replace the idiom:
9521              sv = newSV(0);
9522              sv_upgrade(sv, type);
9523      Branch: perl
9524            ! av.c embed.fnc embed.h global.sym gv.c hv.c mathoms.c op.c
9525            ! pad.c perl.c pp.c pp_ctl.c pp_hot.c proto.h sv.c toke.c
9526 ____________________________________________________________________________
9527 [ 30346] By: nicholas                              on 2007/02/18  18:33:04
9528         Log: Properly handle the differences in hints in the optree with/without
9529              use open; by adding the with-open hints to all the golden results,
9530              and providing a new flag strip_open_hint to checkOptree().
9531      Branch: perl
9532            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
9533            ! ext/B/t/optree_concise.t ext/B/t/optree_constants.t
9534            ! ext/B/t/optree_misc.t ext/B/t/optree_samples.t
9535            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
9536            ! ext/B/t/optree_varinit.t
9537 ____________________________________________________________________________
9538 [ 30345] By: nicholas                              on 2007/02/18  17:56:13
9539         Log: newHV doesn't need to turn off POK or NOK, as they will default to not
9540              being set.
9541      Branch: perl
9542            ! hv.c
9543 ____________________________________________________________________________
9544 [ 30344] By: nicholas                              on 2007/02/18  14:18:01
9545         Log: test.pl should locally increase $Level, rather than setting it to a
9546              hard value, so that callers of like and unlike can present diagnostics
9547              with the line number of their own caller.
9548      Branch: perl
9549            ! t/test.pl
9550 ____________________________________________________________________________
9551 [ 30343] By: craigb                                on 2007/02/18  03:54:46
9552         Log: Make vms/munchconfig.c able to take a list of substitutions from
9553              a file so we don't overflow the command buffer on older systems.
9554      Branch: perl
9555            ! configure.com vms/munchconfig.c
9556 ____________________________________________________________________________
9557 [ 30342] By: craigb                                on 2007/02/17  22:40:51
9558         Log: Make configure.com's manifest checker more robust when handling files with 
9559              multiple dots that also have an underscore in the name (e.g., foo_bar.tar.gz).
9560              Various archive utilities will create that as foo_bar_tar.gz or foo_bar.tar_gz,
9561              at least on ODS-2 volumes.
9562      Branch: perl
9563            ! configure.com
9564 ____________________________________________________________________________
9565 [ 30335] By: nicholas                              on 2007/02/17  14:12:07
9566         Log: Missed an aTHX_ in B's call to Perl_emulate_cop_io.
9567              Missed that global.sym was modified.
9568      Branch: perl
9569            ! ext/B/B.xs global.sym
9570 ____________________________________________________________________________
9571 [ 30334] By: nicholas                              on 2007/02/17  12:39:17
9572         Log: Split the storage of the layers specificied by open.pm into one hint
9573              for input, and one for output, as this better reflects how they are
9574              used. The original "concatenate with \0" plan was really only a
9575              compramise to avoid needing to increase every COP by 2 pointers.
9576      Branch: perl
9577            ! embed.fnc embed.h ext/B/B.xs ext/B/B/Concise.pm
9578            ! ext/B/t/OptreeCheck.pm mg.c perl.h perlio.c proto.h
9579 ____________________________________________________________________________
9580 [ 30333] By: nicholas                              on 2007/02/16  23:54:33
9581         Log: Move all the cut&paste open TODO logic into OptreeCheck.pm, where it
9582              should have been in the first place. Apply strict and warnings to
9583              OptreeCheck.pm, and remove dead code they show up.
9584      Branch: perl
9585            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
9586            ! ext/B/t/optree_concise.t ext/B/t/optree_constants.t
9587            ! ext/B/t/optree_misc.t ext/B/t/optree_samples.t
9588            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
9589            ! ext/B/t/optree_varinit.t
9590 ____________________________________________________________________________
9591 [ 30332] By: stevep                                on 2007/02/16  20:19:16
9592         Log: Subject: [perl #41521] Fix for IO::Socket send method
9593              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
9594              Date: Fri, 16 Feb 2007 11:26:45 -0800
9595              Message-ID: <rt-3.6.HEAD-24617-1171654005-819.41521-75-0@perl.org>
9596      Branch: perl
9597            ! ext/IO/lib/IO/Socket.pm
9598 ____________________________________________________________________________
9599 [ 30331] By: steveh                                on 2007/02/16  18:14:58
9600         Log: Fix Win32 build after unusual breakage caused by #30327
9601              (Boy, did that take some tracking down!)
9602      Branch: perl
9603            ! win32/config_h.PL
9604 ____________________________________________________________________________
9605 [ 30330] By: rgs                                   on 2007/02/16  15:38:39
9606         Log: Update Changes
9607      Branch: perl
9608            ! Changes
9609 ____________________________________________________________________________
9610 [ 30329] By: craigb                                on 2007/02/16  14:41:18
9611         Log: In configure.com, put the "use" back in useieee (typo in #30325)
9612      Branch: perl
9613            ! configure.com
9614 ____________________________________________________________________________
9615 [ 30327] By: rgs                                   on 2007/02/16  10:30:57
9616         Log: Avoid to run config_h.SH twice during configuration.
9617      Branch: perl
9618            ! cflags.SH config_h.SH
9619 ____________________________________________________________________________
9620 [ 30325] By: craigb                                on 2007/02/16  00:43:07
9621         Log: In configure.com, further disambiguate -Duselongdouble and its 
9622              prerequisites from other 64-bit options.
9623      Branch: perl
9624            ! configure.com
9625 ____________________________________________________________________________
9626 [ 30317] By: rgs                                   on 2007/02/15  14:16:56
9627         Log: Hakim Cassimally is the new maintainer of the Perldoc modules
9628      Branch: perl
9629            ! Porting/Maintainers.pl
9630 ____________________________________________________________________________
9631 [ 30315] By: rgs                                   on 2007/02/15  13:10:31
9632         Log: Subject: Re: Patch for Deep recursion in B::Deparse
9633              From: Ash Berlin <ash_cpan@firemirror.com>
9634              Date: Thu, 15 Feb 2007 10:47:15 +0000
9635              Message-ID: <45D43A33.6070101@firemirror.com>
9636      Branch: perl
9637            ! ext/B/B/Deparse.pm
9638 ____________________________________________________________________________
9639 [ 30313] By: rgs                                   on 2007/02/15  12:39:46
9640         Log: Subject: Re: [perl #41491] Incorrect regexp warning.
9641              From: demerphq <demerphq@gmail.com>
9642              Date: Thu, 15 Feb 2007 12:07:40 +0100
9643              Message-ID: <9b18b3110702150307t21b5efd2jfdeebccdff9175b1@mail.gmail.com>
9644      Branch: perl
9645            ! regcomp.c
9646 ____________________________________________________________________________
9647 [ 30310] By: rgs                                   on 2007/02/15  09:34:01
9648         Log: Subject: [PATCH] Use newer 'threads' constructs
9649              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
9650              Date: Mon, 12 Feb 2007 12:04:33 -0800 (PST)
9651              Message-ID: <844555.64815.qm@web30202.mail.mud.yahoo.com>
9652      Branch: perl
9653            ! ext/XS/APItest/t/my_cxt.t ext/threads/shared/t/blessed.t
9654            ! ext/threads/shared/t/cond.t ext/threads/shared/t/hv_refs.t
9655            ! ext/threads/threads.xs lib/Thread/Queue.t lib/perl5db.pl
9656            ! pod/perlapi.pod pod/perlxs.pod sv.c t/op/threads.t
9657 ____________________________________________________________________________
9658 [ 30298] By: nicholas                              on 2007/02/14  20:59:02
9659         Log: There's no need to special case SVt_NULL in the print code, as it's
9660              only 0.01% of the cases called, and the call to SvPV_const() will
9661              issue the same warning and return the same empty string result for us.
9662              Unfortunately changing the switch statement to an if results in lots of
9663              whitespace changes, hence this change appears much larger than it is.
9664      Branch: perl
9665            ! doio.c
9666 ____________________________________________________________________________
9667 [ 30293] By: rgs                                   on 2007/02/14  17:29:53
9668         Log: Allow to override MAX_RECURSE_EVAL_NOCHANGE_DEPTH,
9669              introduced in change 28939 (this should be documented)
9670      Branch: perl
9671            ! regexp.h
9672 ____________________________________________________________________________
9673 [ 30280] By: mhx                                   on 2007/02/14  13:23:50
9674         Log: Upgrade to Devel::PPPort 3.11
9675      Branch: perl
9676            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
9677            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort_pm.PL
9678            ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/README
9679            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
9680            ! ext/Devel/PPPort/mktests.PL ext/Devel/PPPort/module2.c
9681            ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/parts/apicheck.pl
9682            ! ext/Devel/PPPort/parts/inc/MY_CXT
9683            ! ext/Devel/PPPort/parts/inc/SvPV
9684            ! ext/Devel/PPPort/parts/inc/SvREFCNT
9685            ! ext/Devel/PPPort/parts/inc/Sv_set
9686            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
9687            ! ext/Devel/PPPort/parts/inc/exception
9688            ! ext/Devel/PPPort/parts/inc/format
9689            ! ext/Devel/PPPort/parts/inc/grok
9690            ! ext/Devel/PPPort/parts/inc/limits
9691            ! ext/Devel/PPPort/parts/inc/mPUSH
9692            ! ext/Devel/PPPort/parts/inc/magic
9693            ! ext/Devel/PPPort/parts/inc/memory
9694            ! ext/Devel/PPPort/parts/inc/misc
9695            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
9696            ! ext/Devel/PPPort/parts/inc/newRV
9697            ! ext/Devel/PPPort/parts/inc/podtest
9698            ! ext/Devel/PPPort/parts/inc/ppphbin
9699            ! ext/Devel/PPPort/parts/inc/ppphdoc
9700            ! ext/Devel/PPPort/parts/inc/ppphtest
9701            ! ext/Devel/PPPort/parts/inc/pvs
9702            ! ext/Devel/PPPort/parts/inc/snprintf
9703            ! ext/Devel/PPPort/parts/inc/strlfuncs
9704            ! ext/Devel/PPPort/parts/inc/sv_xpvf
9705            ! ext/Devel/PPPort/parts/inc/threads
9706            ! ext/Devel/PPPort/parts/inc/uv
9707            ! ext/Devel/PPPort/parts/inc/variables
9708            ! ext/Devel/PPPort/parts/inc/version
9709            ! ext/Devel/PPPort/parts/inc/warn
9710            ! ext/Devel/PPPort/parts/ppptools.pl ext/Devel/PPPort/soak
9711            ! ext/Devel/PPPort/typemap
9712 ____________________________________________________________________________
9713 [ 30278] By: merijn                                on 2007/02/14  07:54:59
9714         Log: Subject: Re: [PATCH] Document that m//k works
9715              From: demerphq <demerphq@gmail.com>
9716              Date: Tue, 13 Feb 2007 22:04:54 +0100
9717              Message-ID: <9b18b3110702131304q370f3530j463c1a59c5ac1dfe@mail.gmail.com>
9718      Branch: perl
9719            + t/op/regexp_pmod.t
9720            - t/op/regexp_kmod.t
9721            ! MANIFEST ext/re/t/re_funcs.t pod/perlop.pod pod/perlre.pod
9722            ! pod/perlvar.pod regexp.h
9723 ____________________________________________________________________________
9724 [ 30277] By: nicholas                              on 2007/02/14  00:04:54
9725         Log: Change 30276 wasn't meant do mess with t/lib/common.pl. Oops.
9726              Undo the mistake.
9727      Branch: perl
9728            ! t/lib/common.pl
9729 ____________________________________________________________________________
9730 [ 30268] By: nicholas                              on 2007/02/13  20:11:53
9731         Log: Invoke minitrue to ensure that my spelling had always been correct.
9732              [We] thank Big Brother for raising the chocolate ration to twenty
9733              grammes a week.
9734      Branch: perl
9735            ! Changes
9736 ____________________________________________________________________________
9737 [ 30267] By: merijn                                on 2007/02/13  20:11:08
9738         Log: Subject: Re: Segmentation fault at undeclared for loop variable
9739              From: Robin Houston <robin@cpan.org>
9740              Date: Tue, 13 Feb 2007 16:50:08 +0000
9741              Message-Id: <C8B8E41C-C6FE-4822-918B-C62C916194DF@cpan.org>
9742      Branch: perl
9743            ! op.c
9744 ____________________________________________________________________________
9745 [ 30265] By: merijn                                on 2007/02/13  19:43:15
9746         Log: Subject: [PATCH] add hooks for capture buffers into regex engine.
9747              From: demerphq <demerphq@gmail.com>
9748              Date: Tue, 13 Feb 2007 20:27:33 +0100
9749              Message-ID: <9b18b3110702131127q79cc6df1lb1480d9a40d15213@mail.gmail.com>
9750      Branch: perl
9751            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h mg.c perl.h
9752            ! proto.h regcomp.c regcomp.h regexp.h
9753 ____________________________________________________________________________
9754 [ 30264] By: merijn                                on 2007/02/13  19:36:56
9755         Log: Subject: Re: [perl #41491] Incorrect regexp warning.
9756              From: demerphq <demerphq@gmail.com>
9757              Date: Tue, 13 Feb 2007 19:09:17 +0100
9758              Message-ID: <9b18b3110702131009l6a0867a3m8317c9d62328f834@mail.gmail.com>
9759      Branch: perl
9760            ! regcomp.c
9761 ____________________________________________________________________________
9762 [ 30258] By: steveh                                on 2007/02/13  16:02:42
9763         Log: Vadim did the static build change
9764      Branch: perl
9765            ! pod/perl595delta.pod
9766 ____________________________________________________________________________
9767 [ 30257] By: rgs                                   on 2007/02/13  15:30:12
9768         Log: A few more details in perldelta
9769      Branch: perl
9770            ! pod/perl595delta.pod
9771 ____________________________________________________________________________
9772 [ 30256] By: stevep                                on 2007/02/13  15:23:00
9773         Log: Upgrade to CPAN-1.88_72
9774      Branch: perl
9775            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
9776            ! lib/CPAN/Queue.pm lib/CPAN/Tarzip.pm
9777 ____________________________________________________________________________
9778 [ 30255] By: nicholas                              on 2007/02/13  14:22:32
9779         Log: Change 26487 left some debugging code in, and through the wonders of
9780              autovivification, that code actually introduced a bug, most easily
9781              visible for the for the non-5.9.x case.
9782      Branch: perl
9783            ! ext/B/t/optree_constants.t lib/constant.pm
9784 ____________________________________________________________________________
9785 [ 30254] By: stevep                                on 2007/02/13  03:19:05
9786         Log: Subject: [PATCH] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.70.tar.gz
9787              From: John Peacock <jpeacock@rowman.com>
9788              Date: Mon, 12 Feb 2007 21:51:23 -0500
9789              Message-ID: <45D127AB.3050904@rowman.com>
9790      Branch: perl
9791            ! lib/version.pm lib/version.pod lib/version.t util.c
9792 ____________________________________________________________________________
9793 [ 30240] By: nicholas                              on 2007/02/12  20:29:43
9794         Log: Integrate:
9795              [ 29832]
9796              Avoid a SEGV in DBI's test suite, discovered by Andreas.
9797              Probably need to go through and audit to see if there are analagous
9798              places that need tweaking.
9799      Branch: perl
9800           !> perl.c
9801 ____________________________________________________________________________
9802 [ 30236] By: merijn                                on 2007/02/12  18:33:45
9803         Log: Subject: Re: [perl #41492] Incorrect match with /(?(DEFINE)(?<A> (?&B)+)(?<B> a))/
9804              From: demerphq <demerphq@gmail.com>
9805              Date: Mon, 12 Feb 2007 19:15:33 +0100
9806              Message-ID: <9b18b3110702121015o1c84ff6hfd69cfa645fae0bf@mail.gmail.com>
9807      Branch: perl
9808            ! regexec.c t/op/re_tests
9809 ____________________________________________________________________________
9810 [ 30235] By: nicholas                              on 2007/02/12  18:25:07
9811         Log: Integrate:
9812              [ 24458]
9813              Fix from Steve Peters
9814              
9815              [ 24464]
9816              Subject: RE: 5.8.7-tobe fails to compile on AIX 4.3.3
9817              From: "Jan Dubois" <jand@ActiveState.com>
9818              Message-Id: <200505131921.j4DJLgG5007986@smtp3.ActiveState.com>
9819              Date: Fri, 13 May 2005 12:21:40 -0700
9820              
9821              
9822              and then regenerate reentr.h, with the , no longer inside
9823              REENTR_MEMZERO(). This keeps macros looking like functions.
9824      Branch: perl
9825            ! reentr.h
9826           !> reentr.pl
9827 ____________________________________________________________________________
9828 [ 30234] By: merijn                                on 2007/02/12  17:46:46
9829         Log: Subject: Re: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
9830              From: Paul Johnson <paul@pjcj.net>
9831              Date: Sat, 10 Feb 2007 23:10:31 +0100
9832              Message-ID: <20070210221031.GB31280@pjcj.net>
9833      Branch: perl
9834            ! README.hpux pod/perlre.pod
9835 ____________________________________________________________________________
9836 [ 30233] By: rgs                                   on 2007/02/12  17:00:09
9837         Log: Skip this test if "use open" fails due to an unknown encoding
9838      Branch: perl
9839            ! ext/PerlIO/encoding/t/nolooping.t
9840 ____________________________________________________________________________
9841 [ 30229] By: rgs                                   on 2007/02/12  15:31:56
9842         Log: Un-TODO tests avec change #30228
9843      Branch: perl
9844            ! t/comp/parser.t
9845 ____________________________________________________________________________
9846 [ 30228] By: rgs                                   on 2007/02/12  15:27:31
9847         Log: Subject: Re: PL_copline inconsistency
9848              From: Rick Delaney <rick@bort.ca>
9849              Date: Sat, 27 Jan 2007 20:29:02 -0500
9850              Message-ID: <20070128012902.GA21572@bort.ca>
9851      Branch: perl
9852            ! toke.c
9853 ____________________________________________________________________________
9854 [ 30221] By: nicholas                              on 2007/02/12  10:52:28
9855         Log: Note why storing a reference as an integer in %^H is not threadsafe.
9856      Branch: perl
9857            ! pod/perlpragma.pod
9858 ____________________________________________________________________________
9859 [ 30220] By: rgs                                   on 2007/02/12  09:05:38
9860         Log: Document that m//k works, by Ã†var Arnfjörð Bjarmason
9861      Branch: perl
9862            ! pod/perlop.pod
9863 ____________________________________________________________________________
9864 [ 30219] By: steveh                                on 2007/02/12  09:04:41
9865         Log: Apply #30197 to win32/makefile.mk too
9866      Branch: perl
9867            ! win32/makefile.mk
9868 ____________________________________________________________________________
9869 [ 30218] By: rgs                                   on 2007/02/12  09:01:30
9870         Log: FAQ sync
9871      Branch: perl
9872            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
9873            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
9874            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
9875 ____________________________________________________________________________
9876 [ 30217] By: craigb                                on 2007/02/11  23:52:35
9877         Log: Check for the presence of signbit() on VMS. It currently only works
9878              on IEEE double, not IEEE long double or any other floating point format.
9879              Also, begin to disentangle -Duselongdouble configuration support from
9880              its other 64-bit brethren.
9881      Branch: perl
9882            ! configure.com
9883 ____________________________________________________________________________
9884 [ 30216] By: craigb                                on 2007/02/11  23:48:46
9885         Log: In vms/vms.c's declaration of the LIB$INITIALIZE psect, try to get
9886              all of the attributes we need without any of the ones we don't, and
9887              try to be friendly to older compilers without too much damage to 
9888              readability.  Thanks to Saku Setala for the problem report.
9889      Branch: perl
9890            ! vms/vms.c
9891 ____________________________________________________________________________
9892 [ 30215] By: rgs                                   on 2007/02/11  17:29:04
9893         Log: Another tiny typo in File::Copy (found by Ruud.)
9894      Branch: perl
9895            ! lib/File/Copy.pm
9896 ____________________________________________________________________________
9897 [ 30214] By: rgs                                   on 2007/02/11  17:23:51
9898         Log: Explicitly load PerlIO::encoding when testing it.
9899              (so we know what we're testing)
9900      Branch: perl
9901            ! ext/PerlIO/encoding/t/nolooping.t
9902 ____________________________________________________________________________
9903 [ 30213] By: rgs                                   on 2007/02/11  17:13:44
9904         Log: Subject: Re: [perl #41442] segfault (dead loop) with Encoding, use open :locale, print STDERR
9905              From: Slaven Rezic <slaven@rezic.de>
9906              Date: 05 Feb 2007 23:04:07 +0100
9907              Message-ID: <87veiggt2g.fsf@biokovo.herceg.de>
9908      Branch: perl
9909            + ext/PerlIO/encoding/t/nolooping.t
9910            ! MANIFEST ext/PerlIO/encoding/encoding.pm
9911            ! ext/PerlIO/encoding/encoding.xs
9912 ____________________________________________________________________________
9913 [ 30212] By: rgs                                   on 2007/02/11  16:26:47
9914         Log: Convert new test to using t/test.pl.
9915              (No idea where it could fit better. And since it uses the stack,
9916              it's a bit fragile)
9917      Branch: perl
9918            ! t/op/qrstack.t
9919 ____________________________________________________________________________
9920 [ 30211] By: rgs                                   on 2007/02/11  16:20:15
9921         Log: Subject: [perl #41484] qr// stack bug 
9922              From: knew-p5p@pimb.org (via RT) <perlbug-followup@perl.org>
9923              Date: Sat, 10 Feb 2007 19:32:17 -0800
9924              Message-ID: <rt-3.6.HEAD-14573-1171164736-117.41484-75-0@perl.org>
9925      Branch: perl
9926            + t/op/qrstack.t
9927            ! MANIFEST pp_hot.c
9928 ____________________________________________________________________________
9929 [ 30200] By: merijn                                on 2007/02/10  20:41:31
9930         Log: Subject: Re: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
9931              From: demerphq <demerphq@gmail.com>
9932              Date: Sat, 10 Feb 2007 21:31:55 +0100
9933              Message-ID: <9b18b3110702101231j5e91cc20g780a8c581af02dd5@mail.gmail.com>
9934      Branch: perl
9935            ! regcomp.c t/op/pat.t
9936 ____________________________________________________________________________
9937 [ 30197] By: nicholas                              on 2007/02/10  19:35:09
9938         Log: Subject: [PATCH] Defend against cmd.exe stupidity (on Win2k at least)
9939              From: demerphq <demerphq@gmail.com>
9940              Message-ID: <9b18b3110702101100n76f65136ke65113bf0dbd01f@mail.gmail.com>
9941              Date: Sat, 10 Feb 2007 20:00:10 +0100
9942      Branch: perl
9943            ! win32/Makefile
9944 ____________________________________________________________________________
9945 [ 30195] By: nicholas                              on 2007/02/10  18:51:31
9946         Log: These casts to GV are no longer needed.
9947      Branch: perl
9948            ! pp.c
9949 ____________________________________________________________________________
9950 [ 30192] By: merijn                                on 2007/02/10  17:22:04
9951         Log: Subject: [PATCH] signbit detection (was [perl #39875] -0.0 loses signedness upon numeric comparison)
9952              From: Andy Dougherty <doughera@lafayette.edu>
9953              Date: Fri, 9 Feb 2007 11:40:51 -0500 (EST)
9954              Message-ID: <Pine.LNX.4.62.0702091121400.10202@fractal.phys.lafayette.edu>
9955      Branch: perl
9956            ! Configure Porting/Glossary config_h.SH embed.fnc embed.h
9957            ! global.sym numeric.c perl.h pod/perlapi.pod proto.h
9958 ____________________________________________________________________________
9959 [ 30188] By: nicholas                              on 2007/02/09  23:36:46
9960         Log: Fix Pod errors.
9961      Branch: perl
9962            ! README.mpeix gv.c pod/perl595delta.pod pod/perlapi.pod
9963 ____________________________________________________________________________
9964 [ 30184] By: merijn                                on 2007/02/09  20:06:44
9965         Log: Subject: Re: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
9966              From: demerphq <demerphq@gmail.com>
9967              Date: Fri, 9 Feb 2007 20:40:17 +0100
9968              Message-ID: <9b18b3110702091140k12d60712uf9fffbf77141247c@mail.gmail.com>
9969      Branch: perl
9970            ! regcomp.c
9971 ____________________________________________________________________________
9972 [ 30183] By: nicholas                              on 2007/02/09  19:39:45
9973         Log: Unknown formatting code U<> spotted by Jesse - presumably it should be
9974              L<>
9975      Branch: perl
9976            ! pod/perlfaq1.pod
9977 ____________________________________________________________________________
9978 [ 30178] By: nicholas                              on 2007/02/09  12:20:49
9979         Log: Update the lists of files that makerel needs to process. Remove the
9980              "used only once" warning.
9981      Branch: perl
9982            ! Porting/makerel
9983 ____________________________________________________________________________
9984 [ 30177] By: craigb                                on 2007/02/08  18:42:44
9985         Log: Switch from Carp to plain old warn in vms/ext/XSSymSet.pm
9986              because Carp now in some cases depends on things that may not
9987              be available from miniperl or before extensions are built.
9988      Branch: perl
9989            ! vms/ext/XSSymSet.pm
9990 ____________________________________________________________________________
9991 [ 30172] By: rgs                                   on 2007/02/08  14:14:25
9992         Log: Typo fix, by John P. Linderman
9993      Branch: perl
9994            ! lib/File/Copy.pm
9995 ____________________________________________________________________________
9996 [ 30171] By: nicholas                              on 2007/02/08  13:46:31
9997         Log: Subject: [PATCH] Re: Change 29193 is a regression
9998              From: Rick Delaney <rick@bort.ca>
9999              Date: Thu, 8 Feb 2007 08:21:37 -0500
10000              Message-ID: <20070208132137.GA24202@bort.ca>
10001      Branch: perl
10002            ! pp_ctl.c t/op/taint.t
10003 ____________________________________________________________________________
10004 [ 30170] By: rgs                                   on 2007/02/08  10:16:14
10005         Log: Remove dead code that was emitting warnings.
10006      Branch: perl
10007            ! regcomp.c
10008 ____________________________________________________________________________
10009 [ 30169] By: merijn                                on 2007/02/08  08:19:24
10010         Log: Subject: Re: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
10011              From: demerphq <demerphq@gmail.com>
10012              Date: Wed, 7 Feb 2007 22:53:25 +0100
10013              Message-ID: <9b18b3110702071353l250d8a67x188c4e234e8905c7@mail.gmail.com>
10014      Branch: perl
10015            ! pod/perlre.pod regcomp.c t/op/re_tests
10016 ____________________________________________________________________________
10017 [ 30168] By: nicholas                              on 2007/02/07  23:54:53
10018         Log: opening $0 doesn't work if you change directory. So use test.pl
10019      Branch: perl
10020            ! t/op/taint.t
10021 ____________________________________________________________________________
10022 [ 30167] By: nicholas                              on 2007/02/07  23:49:44
10023         Log: TODO tests for eval of tainted scalars. (change 29193's regression)
10024      Branch: perl
10025            ! t/op/taint.t
10026 ____________________________________________________________________________
10027 [ 30157] By: stevep                                on 2007/02/07  14:56:05
10028         Log: Upgrade to Time-HiRes-1.9705
10029      Branch: perl
10030            + ext/Time/HiRes/hints/linux.pl
10031            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
10032            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
10033            ! ext/Time/HiRes/t/HiRes.t
10034 ____________________________________________________________________________
10035 [ 30156] By: rgs                                   on 2007/02/07  13:58:10
10036         Log: Subject: [PATCH] Fix to Dynaloader.t for missing modules
10037              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
10038              Date: Wed, 7 Feb 2007 05:18:43 -0800 (PST)
10039              Message-ID: <618512.39885.qm@web30212.mail.mud.yahoo.com>
10040      Branch: perl
10041            ! ext/DynaLoader/t/DynaLoader.t
10042 ____________________________________________________________________________
10043 [ 30155] By: rgs                                   on 2007/02/07  12:27:58
10044         Log: Subject: [PATCH hints/linux.sh] libdb may require pthread
10045              From: Jonathan Stowe <jns@gellyfish.com>
10046              Date: Wed, 07 Feb 2007 11:56:17 +0000
10047              Message-Id: <1170849377.13207.14.camel@coriolanus.gellyfish.com>
10048      Branch: perl
10049            ! hints/linux.sh
10050 ____________________________________________________________________________
10051 [ 30153] By: rgs                                   on 2007/02/07  09:04:56
10052         Log: Wrap the SvTYPE macro definition in parens.
10053      Branch: perl
10054            ! sv.h
10055 ____________________________________________________________________________
10056 [ 30152] By: rgs                                   on 2007/02/06  22:37:34
10057         Log: Upgrade to threads.pm 1.59 (doc tweaks)
10058      Branch: perl
10059            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
10060            ! ext/threads/t/thread.t ext/threads/threads.pm
10061 ____________________________________________________________________________
10062 [ 30151] By: rgs                                   on 2007/02/06  22:35:29
10063         Log: Upgrade to threads::shared 1.07 (doc tweaks)
10064      Branch: perl
10065            ! ext/threads/shared/Changes ext/threads/shared/README
10066            ! ext/threads/shared/shared.pm
10067 ____________________________________________________________________________
10068 [ 30150] By: rgs                                   on 2007/02/06  22:33:23
10069         Log: Subject: [PATCH] perlop.pod - proposal to add an explanation of \c
10070              From: "Wolfgang Laun" <wolfgang.laun@gmail.com>
10071              Date: Sat, 3 Feb 2007 16:23:48 +0100
10072              Message-ID: <17de7ee80702030723m4265bbfkc83644d55a24aa0@mail.gmail.com>
10073      Branch: perl
10074            ! pod/perlop.pod
10075 ____________________________________________________________________________
10076 [ 30149] By: rgs                                   on 2007/02/06  22:29:45
10077         Log: Avoid obscure failures when a regexp hasn't matched
10078      Branch: perl
10079            ! t/op/bless.t
10080 ____________________________________________________________________________
10081 [ 30148] By: rgs                                   on 2007/02/06  21:54:12
10082         Log: Subject: [PATCH] current status on Unicode Regular Expressions
10083              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10084              Date: Sat, 03 Feb 2007 17:01:52 +0900
10085              Message-Id: <20070203170135.3B43.BQW10602@nifty.com>
10086      Branch: perl
10087            ! lib/unicore/mktables pod/perlunicode.pod t/op/pat.t
10088 ____________________________________________________________________________
10089 [ 30147] By: rgs                                   on 2007/02/06  21:48:59
10090         Log: Subject: [PATCH] fix 2 environment handling bugs
10091              From: Jan Dubois <jand@ActiveState.com>
10092              Date: Mon, 05 Feb 2007 21:45:36 -0800
10093              Message-ID: <p81gs2pggh04cngqjam0ejite7ksamiprt@4ax.com>
10094      Branch: perl
10095            ! perl.c
10096 ____________________________________________________________________________
10097 [ 30146] By: stevep                                on 2007/02/06  21:43:13
10098         Log: Upgrade to ExtUtils-Command-1.13
10099      Branch: perl
10100            ! lib/ExtUtils/Command.pm
10101 ____________________________________________________________________________
10102 [ 30144] By: stevep                                on 2007/02/06  17:29:09
10103         Log: Upgrade to libnet-1.20.  Includes some additional version bumps where bleadperl
10104              differs from the CPAN version (Net::FTP and Net::NNTP).
10105      Branch: perl
10106            ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
10107            ! lib/Net/FTP/A.pm lib/Net/NNTP.pm lib/Net/POP3.pm
10108            ! lib/Net/SMTP.pm
10109 ____________________________________________________________________________
10110 [ 30143] By: stevep                                on 2007/02/06  16:42:50
10111         Log: Upgrade to Module-Pluggable-3.5
10112      Branch: perl
10113            ! lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
10114 ____________________________________________________________________________
10115 [ 30142] By: nicholas                              on 2007/02/05  23:52:23
10116         Log: Make a dummy OPpPAD_STATE and a dummy PL_unitcheck_save available to
10117              pre 5.9.x.
10118      Branch: perl
10119            ! ext/B/B.xs ext/B/defsubs_h.PL
10120 ____________________________________________________________________________
10121 [ 30136] By: nicholas                              on 2007/02/05  18:53:18
10122         Log: t/lib/common.pl can be warnings clean.
10123      Branch: perl
10124            ! t/lib/common.pl
10125 ____________________________________________________________________________
10126 [ 30134] By: nicholas                              on 2007/02/05  18:35:47
10127         Log: Upgrade to ExtUtils-ParseXS-2.18
10128      Branch: perl
10129            ! lib/ExtUtils/ParseXS.pm
10130 ____________________________________________________________________________
10131 [ 30129] By: rgs                                   on 2007/02/05  15:35:56
10132         Log: Subject: [PATCH] cygwin: disable effect of -ansi -std=c89 on system include 
10133              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
10134              Date: Mon, 5 Feb 2007 03:32:59 -0800 (PST)
10135              Message-ID: <1344.63.226.247.186.1170675179.squirrel@63.226.247.186>
10136      Branch: perl
10137            ! hints/cygwin.sh
10138 ____________________________________________________________________________
10139 [ 30128] By: rgs                                   on 2007/02/05  12:24:24
10140         Log: Upgrade to DB_File 1.815
10141      Branch: perl
10142            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10143            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
10144 ____________________________________________________________________________
10145 [ 30126] By: rgs                                   on 2007/02/05  11:29:08
10146         Log: Subject: [PATCH] minor improvements for perlre.pod
10147              From: "Wolfgang Laun" <wolfgang.laun@gmail.com>
10148              Date: Sun, 4 Feb 2007 16:26:14 +0100
10149              Message-ID: <17de7ee80702040726v23f54266g3c352d353a30c430@mail.gmail.com>
10150      Branch: perl
10151            ! pod/perlre.pod
10152 ____________________________________________________________________________
10153 [ 30125] By: rgs                                   on 2007/02/05  10:05:10
10154         Log: Quote fix by Jarkko
10155      Branch: perl
10156            ! cflags.SH
10157 ____________________________________________________________________________
10158 [ 30124] By: nicholas                              on 2007/02/05  00:13:08
10159         Log: Use the new conditional TODOs to mark as TODO the warning tests
10160              failing due to HEKs leaked by OPs for unthreaded perls tested with
10161              a UTF-8 locale.
10162      Branch: perl
10163            ! lib/warnings.t t/lib/warnings/7fatal
10164 ____________________________________________________________________________
10165 [ 30123] By: nicholas                              on 2007/02/05  00:12:25
10166         Log: Enhance t/lib/common.pl to provide conditional TODOs using eval'd code.
10167      Branch: perl
10168            ! t/lib/common.pl
10169 ____________________________________________________________________________
10170 [ 30120] By: craigb                                on 2007/02/04  20:43:46
10171         Log: In vms/gen_shrfls.pl, consider EXTERN_C declarations as function
10172              candidates, not global variable candidates.  Currently only needed
10173              for PerlIO_teardown.
10174      Branch: perl
10175            ! vms/gen_shrfls.pl
10176 ____________________________________________________________________________
10177 [ 30119] By: nicholas                              on 2007/02/04  20:32:13
10178         Log: Change 23753 wasn't quite a perfect refactoring, as it omitted calling
10179              PERL_SET_THX(my_perl); when !PL_curinterp for non-ithreads.
10180              However, this would not have made a difference for any configuration
10181              buildable from the blead source alone.
10182      Branch: perl
10183            ! perl.c
10184 ____________________________________________________________________________
10185 [ 30114] By: nicholas                              on 2007/02/04  18:38:59
10186         Log: Currently Changes is in ISO-8859-1, not UTF-8, so correct change 28226
10187              which had an e accute in UTF-8.
10188      Branch: perl
10189            ! Changes
10190 ____________________________________________________________________________
10191 [ 30111] By: craigb                                on 2007/02/03  23:53:06
10192         Log: Install overload.h on VMS, plus more case fix-ups in descrip_mms.template.
10193      Branch: perl
10194            ! vms/descrip_mms.template
10195 ____________________________________________________________________________
10196 [ 30108] By: craigb                                on 2007/02/03  18:52:02
10197         Log: Install parser.h on VMS, plus fix some case typos in descrip_mms.template.
10198      Branch: perl
10199            ! vms/descrip_mms.template
10200 ____________________________________________________________________________
10201 [ 30105] By: nicholas                              on 2007/02/03  15:23:52
10202         Log: Purge all references to 5005 threads variables in the code.
10203              (Retain the aides memoire in makedef.pl)
10204      Branch: perl
10205            ! Porting/findvars gv.c hv.c op.c perl.c pp_ctl.c sv.c
10206 ____________________________________________________________________________
10207 [ 30104] By: stevep                                on 2007/02/03  06:25:11
10208         Log: Subject: Re: prerelease checklist for Perl 5.10
10209              From: demerphq <demerphq@gmail.com>
10210              Date: Thu, 1 Feb 2007 17:06:37 +0100
10211              Message-ID: <9b18b3110702010806n7e095317v77f5dc1eb765f8d@mail.gmail.com>
10212              
10213              Subject: Re: prerelease checklist for Perl 5.10
10214              From: demerphq <demerphq@gmail.com>
10215              Date: Fri, 2 Feb 2007 18:10:14 +0100
10216              Message-ID: <9b18b3110702020910l31c7784fi5e37bf777b6eafb3@mail.gmail.com>
10217              
10218              Regular expression changes to fix failing tests in XML::Twig and
10219              Mail::SpamAssassin.  The breakages occured in changes #28785 and
10220              #29279.
10221      Branch: perl
10222            ! embed.fnc embed.h proto.h regexec.c regexp.h t/op/re_tests
10223 ____________________________________________________________________________
10224 [ 30103] By: nicholas                              on 2007/02/02  23:35:22
10225         Log: Subject: Re: [perl #41421] glob() produces spurious results with brackets in braces
10226              From: Slaven Rezic <slaven@rezic.de>
10227              Message-ID: <87r6t81acj.fsf@biokovo.herceg.de>
10228              Date: 02 Feb 2007 23:08:28 +0100
10229      Branch: perl
10230            ! ext/File/Glob/bsd_glob.c ext/File/Glob/t/basic.t
10231 ____________________________________________________________________________
10232 [ 30101] By: nicholas                              on 2007/02/02  22:10:39
10233         Log: A few more places where we know the length for sv_setpv() or sv_catpv()
10234      Branch: perl
10235            ! mg.c op.c pp_ctl.c toke.c
10236 ____________________________________________________________________________
10237 [ 30093] By: nicholas                              on 2007/02/02  16:25:23
10238         Log: Testing every pattern by also upgrading to UTF-8 would have caught the
10239              bug added by change 29502, fixed in change 30092.
10240      Branch: perl
10241            ! t/op/regexp.t
10242 ____________________________________________________________________________
10243 [ 30092] By: nicholas                              on 2007/02/02  14:37:31
10244         Log: Change 29502 wasn't perfect - you need to remove any extra trailing
10245              "\n" added by fbm_compile(), before recompiling with the same flags.
10246              In turn, to do that, it's best to store the flags even for short
10247              "PVBM"s.
10248      Branch: perl
10249            ! regexec.c util.c
10250 ____________________________________________________________________________
10251 [ 30091] By: nicholas                              on 2007/02/02  14:35:51
10252         Log: Better dump reporting of "PVBM"s.
10253      Branch: perl
10254            ! dump.c
10255 ____________________________________________________________________________
10256 [ 30090] By: nicholas                              on 2007/02/01  23:32:22
10257         Log: Allow regexp.t to take a command line argument for the filename of
10258              tests. Read the tests into memory, to avoid seeking the FH.
10259      Branch: perl
10260            ! t/op/regexp.t
10261 ____________________________________________________________________________
10262 [ 30089] By: nicholas                              on 2007/02/01  16:49:12
10263         Log: Make t/op/regexp.t warnings clean.
10264      Branch: perl
10265            ! t/op/regexp.t
10266 ____________________________________________________________________________
10267 [ 30088] By: nicholas                              on 2007/02/01  16:27:00
10268         Log: Make t/op/regexp.t run under use strict; including removing the
10269              vestiges of change 1195 not removed by change 1244.
10270      Branch: perl
10271            ! t/op/re_tests t/op/regexp.t
10272 ____________________________________________________________________________
10273 [ 30087] By: merijn                                on 2007/01/31  15:38:06
10274         Log: alloca () might end up unreferenced during linking.
10275              Thanks Steve
10276      Branch: perl
10277            ! cygwin/cygwin.c
10278 ____________________________________________________________________________
10279 [ 30086] By: rgs                                   on 2007/01/31  13:58:40
10280         Log: Upgrade to Getopt::Long 2.36
10281      Branch: perl
10282            + lib/Getopt/Long/t/gol-xargv.t lib/Getopt/Long/t/gol-xstring.t
10283            ! MANIFEST lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
10284            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
10285            ! lib/Getopt/Long/t/gol-linkage.t
10286 ____________________________________________________________________________
10287 [ 30085] By: nicholas                              on 2007/01/31  12:14:05
10288         Log: You can't have special blocks if the subroutine has an "anonymous"
10289              name for the debugger, so don't bother checking.
10290      Branch: perl
10291            ! op.c
10292 ____________________________________________________________________________
10293 [ 30084] By: merijn                                on 2007/01/31  10:29:59
10294         Log: Subject: [PATCH] Improve regex stringification code
10295              From: demerphq <demerphq@gmail.com>
10296              Date: Tue, 30 Jan 2007 23:58:31 +0100
10297              Message-ID: <9b18b3110701301458k2f6a8254hea6c6db28489c38b@mail.gmail.com>
10298      Branch: perl
10299            ! embed.fnc embed.h ext/re/re.xs ext/re/t/re_funcs.t op.c perl.h
10300            ! pod/perlapi.pod proto.h regcomp.c regcomp.h regexec.c regexp.h
10301 ____________________________________________________________________________
10302 [ 30083] By: merijn                                on 2007/01/31  09:51:48
10303         Log: Subject: [PATCH] regcomp.c: remove some gotos that cause compiler consternation.
10304              From: demerphq <demerphq@gmail.com>
10305              Date: Wed, 31 Jan 2007 10:28:34 +0100
10306      Branch: perl
10307            ! regcomp.c
10308 ____________________________________________________________________________
10309 [ 30082] By: merijn                                on 2007/01/31  07:49:12
10310         Log: Subject: [PATCH] Improve regex stringification code
10311              From: demerphq <demerphq@gmail.com>
10312              Date: Tue, 30 Jan 2007 23:58:31 +0100
10313              Message-ID: <9b18b3110701301458k2f6a8254hea6c6db28489c38b@mail.gmail.com>
10314      Branch: perl
10315            ! embed.fnc embed.h ext/re/re.xs ext/re/t/re_funcs.t op.c perl.h
10316            ! proto.h regcomp.c regcomp.h regexec.c regexp.h
10317 ____________________________________________________________________________
10318 [ 30081] By: merijn                                on 2007/01/31  07:34:39
10319         Log: Subject: [PATCH] $1 in nested regex EVAL doesnt work correctly.
10320              From: demerphq <demerphq@gmail.com>
10321              Date: Tue, 30 Jan 2007 23:51:27 +0100
10322              Message-ID: <9b18b3110701301451l1443a186p39df7a6e8b65ea3c@mail.gmail.com>
10323      Branch: perl
10324            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm ext/re/re.pm regcomp.c
10325            ! regexec.c t/op/pat.t
10326 ____________________________________________________________________________
10327 [ 30080] By: nicholas                              on 2007/01/30  23:53:56
10328         Log: Refactor the code used to check/execute BEGIN/UNITCHECK/CHECK/INIT/END
10329              duplicated in newATTRSUB and newXS into a new static function
10330              process_special_blocks()
10331      Branch: perl
10332            ! embed.fnc embed.h op.c proto.h
10333 ____________________________________________________________________________
10334 [ 30079] By: merijn                                on 2007/01/30  17:39:58
10335         Log: Subject: [PATCH] one more iteration on PerlIO_teardown prototype
10336              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
10337              Date: Tue, 30 Jan 2007 04:20:21 +0200 (EET)
10338              Message-Id: <20070130022021.6051443A67@anubis.hut.fi>
10339      Branch: perl
10340            ! perl.h perliol.h
10341 ____________________________________________________________________________
10342 [ 30078] By: gisle                                 on 2007/01/30  11:13:51
10343         Log: Subject: [PATCH] Re: run/cloexec.t is failing
10344              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
10345              Date: Sat, 13 Jan 2007 18:44:53 +0100
10346              Message-ID: <20070113184453.7cd54bcf@r2d2>
10347      Branch: perl
10348            ! t/run/cloexec.t
10349 ____________________________________________________________________________
10350 [ 30076] By: nicholas                              on 2007/01/29  23:36:02
10351         Log: Also check BEGIN/UNITCHECK/CHECK/INIT/END for require.
10352      Branch: perl
10353            + ext/XS/APItest/t/xs_special_subs_require.t
10354            ! MANIFEST ext/XS/APItest/t/xs_special_subs.t
10355 ____________________________________________________________________________
10356 [ 30072] By: nicholas                              on 2007/01/29  22:40:01
10357         Log: UNITCHECK for XS code. Turned out to be harder that expected.
10358              We need to get the XS BOOT section to run any UNITCHECK blocks for us.
10359      Branch: perl
10360            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
10361            ! ext/XS/APItest/t/xs_special_subs.t lib/ExtUtils/ParseXS.pm
10362            ! op.c
10363 ____________________________________________________________________________
10364 [ 30067] By: nicholas                              on 2007/01/29  20:05:52
10365         Log: BEGIN blocks in XS should work. (Given that CHECK, INIT and END all do)
10366      Branch: perl
10367            + ext/XS/APItest/t/xs_special_subs.t
10368            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
10369            ! op.c
10370 ____________________________________________________________________________
10371 [ 30064] By: nicholas                              on 2007/01/29  18:28:16
10372         Log: Add av_create_and_push() and av_create_and_unshift_one() to refactor
10373              out two repeated idioms.
10374      Branch: perl
10375            ! av.c doio.c embed.fnc op.c perl.c pod/perlapi.pod proto.h
10376 ____________________________________________________________________________
10377 [ 30059] By: gisle                                 on 2007/01/29  16:54:38
10378         Log: Avoid test failure with for a -Dusesitecustomize perl.
10379      Branch: perl
10380            ! t/run/switchd.t
10381 ____________________________________________________________________________
10382 [ 30052] By: nicholas                              on 2007/01/28  22:30:18
10383         Log: Convert ext/B/t/debug.t to Test::More. (Diagnostics are good, m'kay)
10384      Branch: perl
10385            ! ext/B/t/debug.t
10386 ____________________________________________________________________________
10387 [ 30050] By: rgs                                   on 2007/01/28  17:26:02
10388         Log: Subject: [PATCH] g++ wants cast
10389              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
10390              Date: Sun, 28 Jan 2007 17:04:44 +0200 (EET)
10391              Message-Id: <20070128150444.AC62043A57@anubis.hut.fi>
10392      Branch: perl
10393            ! sv.c
10394 ____________________________________________________________________________
10395 [ 30044] By: nicholas                              on 2007/01/27  22:49:10
10396         Log: As we're not using UVf in the core, don't even define in when PERL_CORE
10397              is true.
10398      Branch: perl
10399            ! perl.h
10400 ____________________________________________________________________________
10401 [ 30043] By: nicholas                              on 2007/01/27  22:48:39
10402         Log: Change 30034 wasn't enough to silence the warnings - also need to
10403              pass a never-NULL parameter to newPADOP from newGVOP
10404      Branch: perl
10405            ! op.c
10406 ____________________________________________________________________________
10407 [ 30041] By: craigb                                on 2007/01/27  22:08:55
10408         Log: Subject: [perl@30030] blead on OpenVMS doesn't build
10409              From: Abe Timmerman <abe@ztreet.demon.nl>
10410              Date: Sat, 27 Jan 2007 17:26:47 +0100
10411              Message-Id: <200701271726.48347.abe@ztreet.demon.nl>
10412              
10413              Disable DECterm support by default, and when we enable it, 
10414              make sure the image we need is installed, not merely present.
10415      Branch: perl
10416            ! configure.com
10417 ____________________________________________________________________________
10418 [ 30037] By: craigb                                on 2007/01/27  17:45:27
10419         Log: For FindBin to work as advertised on VMS, $FindBin::Bin
10420              must be in unix syntax.
10421      Branch: perl
10422            ! lib/FindBin.pm
10423 ____________________________________________________________________________
10424 [ 30035] By: craigb                                on 2007/01/27  17:19:12
10425         Log: For VMS, a belated entry into the $^O jungle that is File::Find::_find_dir.
10426      Branch: perl
10427            ! lib/File/Find.pm
10428 ____________________________________________________________________________
10429 [ 30034] By: nicholas                              on 2007/01/27  17:03:59
10430         Log: newPADOP()'s sv parameter is never NULL, so mark it as so.
10431              (Well, in theory it could be NULL if someone is creating ops during
10432              symbol table destruction, but snowballs in hell, etc.
10433              This is usually the point where Jarkko observes that the aliens are
10434              looking for a free slot in their diaries...)
10435      Branch: perl
10436            ! embed.fnc op.c proto.h
10437 ____________________________________________________________________________
10438 [ 30032] By: nicholas                              on 2007/01/27  15:36:49
10439         Log: newPADOP is only used under ithreads, so don't waste space by compiling
10440              it for non-threaded builds.
10441      Branch: perl
10442            ! embed.fnc embed.h makedef.pl op.c proto.h
10443 ____________________________________________________________________________
10444 [ 30030] By: nicholas                              on 2007/01/27  14:03:01
10445         Log: One last gv_fetchpv() that should be GV_ADD rather than TRUE.
10446      Branch: perl
10447            ! toke.c
10448 ____________________________________________________________________________
10449 [ 30028] By: nicholas                              on 2007/01/27  12:55:31
10450         Log: Using gv_stashsv() and sv_setsv() in Perl_package reduces source and
10451              object code size.
10452      Branch: perl
10453            ! op.c
10454 ____________________________________________________________________________
10455 [ 30025] By: rgs                                   on 2007/01/27  09:42:32
10456         Log: Change Tels' contact address
10457      Branch: perl
10458            ! Porting/Maintainers.pl
10459 ____________________________________________________________________________
10460 [ 30024] By: nicholas                              on 2007/01/27  00:45:30
10461         Log: A test to exercise the smallbuf overflow code in S_incline, and a
10462              refactoring of that code to use only one 128 char array, not two.
10463      Branch: perl
10464            ! t/comp/parser.t toke.c
10465 ____________________________________________________________________________
10466 [ 30019] By: rgs                                   on 2007/01/26  18:28:42
10467         Log: cflags.SH was broken: it was compiling a C file for testing available
10468              command-line options, but this C file was including perl.h, which in
10469              turn includes config.h, which might not be present at that time. So
10470              force the generation of config.h.
10471      Branch: perl
10472            ! cflags.SH
10473 ____________________________________________________________________________
10474 [ 30017] By: rgs                                   on 2007/01/26  16:41:52
10475         Log: Silence a few pedantic warnings
10476      Branch: perl
10477            ! sv.c
10478 ____________________________________________________________________________
10479 [ 30016] By: rgs                                   on 2007/01/26  16:39:40
10480         Log: If we have specified -Dgccansipedantic on the Configure command-line,
10481              assume we really want it
10482      Branch: perl
10483            ! cflags.SH
10484 ____________________________________________________________________________
10485 [ 30015] By: nicholas                              on 2007/01/26  16:16:29
10486         Log: Stop S_incline needing to temporarily write a '\0' into its passed-in
10487              buffer. (Requires adding gv_fetchfile_flags(), savesharedpvn() and
10488              CopFILE_setn() to provide pointer/length versions of APIs)
10489      Branch: perl
10490            ! cop.h embed.fnc embed.h global.sym gv.c pod/perlapi.pod
10491            ! proto.h toke.c util.c
10492 ____________________________________________________________________________
10493 [ 30014] By: stevep                                on 2007/01/26  16:12:58
10494         Log: Fix ext/POSIX/t/sysconf.t failures on Cygwin.
10495      Branch: perl
10496            ! ext/POSIX/t/sysconf.t
10497 ____________________________________________________________________________
10498 [ 30013] By: rgs                                   on 2007/01/26  16:06:47
10499         Log: Subject: Re: [perl #32135] File::Copy module
10500              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
10501              Date: Fri, 26 Jan 2007 12:56:18 -0200
10502              Message-ID: <73ddeb6c0701260656i1c35b207r1f9624edd3503fa6@mail.gmail.com>
10503      Branch: perl
10504            ! lib/File/Copy.pm
10505 ____________________________________________________________________________
10506 [ 30012] By: rgs                                   on 2007/01/26  15:21:37
10507         Log: Subject: [PATCH] Add Archive::Extract 0.16 to the core
10508              From: "Jos Boumans" <kane@dwim.org>
10509              Date: Fri, 26 Jan 2007 15:02:36 +0100 (CET)
10510              Message-ID: <21170.80.127.35.68.1169820156.squirrel@webmail.xs4all.nl>
10511      Branch: perl
10512            + lib/Archive/Extract.pm
10513            + lib/Archive/Extract/t/01_Archive-Extract.t
10514            + lib/Archive/Extract/t/src/double_dir.zip.packed
10515            + lib/Archive/Extract/t/src/x.bz2.packed
10516            + lib/Archive/Extract/t/src/x.gz.packed
10517            + lib/Archive/Extract/t/src/x.jar.packed
10518            + lib/Archive/Extract/t/src/x.par.packed
10519            + lib/Archive/Extract/t/src/x.tar.gz.packed
10520            + lib/Archive/Extract/t/src/x.tar.packed
10521            + lib/Archive/Extract/t/src/x.tgz.packed
10522            + lib/Archive/Extract/t/src/x.zip.packed
10523            + lib/Archive/Extract/t/src/y.jar.packed
10524            + lib/Archive/Extract/t/src/y.par.packed
10525            + lib/Archive/Extract/t/src/y.tar.bz2.packed
10526            + lib/Archive/Extract/t/src/y.tar.gz.packed
10527            + lib/Archive/Extract/t/src/y.tar.packed
10528            + lib/Archive/Extract/t/src/y.tbz.packed
10529            + lib/Archive/Extract/t/src/y.tgz.packed
10530            + lib/Archive/Extract/t/src/y.zip.packed
10531            ! MANIFEST
10532 ____________________________________________________________________________
10533 [ 30010] By: rgs                                   on 2007/01/26  14:03:34
10534         Log: Subject: [PATCH] Small bugfixes to uupacktool.pl
10535              From: "Jos Boumans" <kane@dwim.org>
10536              Date: Fri, 26 Jan 2007 14:50:29 +0100 (CET)
10537              Message-ID: <16773.80.127.35.68.1169819429.squirrel@webmail.xs4all.nl>
10538      Branch: perl
10539            ! uupacktool.pl
10540 ____________________________________________________________________________
10541 [ 30009] By: rgs                                   on 2007/01/26  13:58:56
10542         Log: Subject: [PATCH] still some Symbian/S90 tweaks
10543              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
10544              Date: Fri, 26 Jan 2007 15:40:58 +0200 (EET)
10545              Message-Id: <20070126134058.83B0643A57@anubis.hut.fi>
10546      Branch: perl
10547            ! README.symbian symbian/config.sh symbian/xsbuild.pl
10548 ____________________________________________________________________________
10549 [ 30008] By: rgs                                   on 2007/01/26  13:56:29
10550         Log: Upgrade to File::Fetch 0.10, by Jos Boumans
10551      Branch: perl
10552            - lib/File/Fetch/Item.pm
10553            ! MANIFEST lib/File/Fetch.pm lib/File/Fetch/t/01_File-Fetch.t
10554 ____________________________________________________________________________
10555 [ 30002] By: rgs                                   on 2007/01/26  11:21:17
10556         Log: Let File::Path report the extended system error message
10557              when available (Ilya Zakharevich)
10558      Branch: perl
10559            ! lib/File/Path.pm
10560 ____________________________________________________________________________
10561 [ 30000] By: nicholas                              on 2007/01/26  11:18:02
10562         Log: As we're not passing over (or copying in) a NUL, don't need that extra
10563              byte for it, so correct the < to <= so that we use the smallbuf
10564              whenever possible.
10565      Branch: perl
10566            ! gv.c toke.c
10567 ____________________________________________________________________________
10568 [ 29998] By: rgs                                   on 2007/01/26  10:55:50
10569         Log: Mention //w in perltodo.
10570      Branch: perl
10571            ! pod/perltodo.pod
10572 ____________________________________________________________________________
10573 [ 29994] By: rgs                                   on 2007/01/26  09:17:56
10574         Log: Upgrade to Time::Local 1.17
10575      Branch: perl
10576            ! lib/Time/Local.pm lib/Time/Local.t
10577 ____________________________________________________________________________
10578 [ 29992] By: rgs                                   on 2007/01/26  09:03:27
10579         Log: Subject: [PATCH] utf8.pm doc patch
10580              From: Audrey Tang <audreyt@audreyt.org>
10581              Date: Fri, 26 Jan 2007 05:38:39 +0800
10582              Message-Id: <5BDAD0DE-3434-4A29-82C6-35AE3EFD27CC@audreyt.org>
10583      Branch: perl
10584            ! lib/utf8.pm
10585 ____________________________________________________________________________
10586 [ 29991] By: rgs                                   on 2007/01/26  09:01:01
10587         Log: Some variables are used only with DEBUGGING
10588      Branch: perl
10589            ! regcomp.c
10590 ____________________________________________________________________________
10591 [ 29990] By: rgs                                   on 2007/01/26  08:39:07
10592         Log: Subject: [PATCH] further Symbian/S90 fixes from alexander smishlajev
10593              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
10594              Date: Fri, 26 Jan 2007 05:51:50 +0200 (EET)
10595              Message-Id: <20070126035150.41A4143A67@anubis.hut.fi>
10596      Branch: perl
10597            ! README.symbian ext/Data/Dumper/Dumper.xs symbian/PerlBase.cpp
10598            ! symbian/config.sh symbian/symbianish.h symbian/xsbuild.pl
10599 ____________________________________________________________________________
10600 [ 29989] By: rgs                                   on 2007/01/26  08:27:23
10601         Log: Upgrade to Module::Load::Conditional 0.16, by Jos Boumans
10602      Branch: perl
10603            + lib/Module/Load/Conditional/t/02_Parse_Version.t
10604            ! MANIFEST lib/Module/Load/Conditional.pm
10605            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
10606 ____________________________________________________________________________
10607 [ 29987] By: nicholas                              on 2007/01/25  23:18:25
10608         Log: Convert the last remaining 256 byte "small"bufs to 128 bytes.
10609              (The actual size doesn't matter, as the buffers are only there to
10610              save a malloc() for the common, short, case. Coverage reports suggest
10611              that we aren't actually testing the long case. Yet - will fix this)
10612      Branch: perl
10613            ! gv.c toke.c
10614 ____________________________________________________________________________
10615 [ 29983] By: nicholas                              on 2007/01/25  22:39:08
10616         Log: Neither gv_fetchpvn_flags() nor hv_fetch() need a NUL terminated
10617              string, so don't bother allocating buffer space or adding a NUL.
10618      Branch: perl
10619            ! gv.c toke.c
10620 ____________________________________________________________________________
10621 [ 29977] By: nicholas                              on 2007/01/25  20:57:56
10622         Log: The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask
10623              of flags, not a boolean, so correct the documenation and callers.
10624      Branch: perl
10625            ! embed.fnc ext/B/B.xs ext/IPC/SysV/SysV.xs
10626            ! ext/PerlIO/via/via.xs ext/Storable/Storable.xs gv.c op.c
10627            ! perlio.c pod/perlapi.pod pod/perlguts.pod pp.c pp_hot.c
10628            ! pp_sys.c proto.h sv.c toke.c universal.c utf8.c
10629 ____________________________________________________________________________
10630 [ 29975] By: rgs                                   on 2007/01/25  17:22:40
10631         Log: Subject: split by " \0" (const string staring with a SPACE followed by NULL)
10632              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10633              Date: Fri, 19 Jan 2007 22:21:48 +0900
10634              Message-Id: <20070119221905.D162.BQW10602@nifty.com>
10635      Branch: perl
10636            ! op.c t/op/split.t
10637 ____________________________________________________________________________
10638 [ 29973] By: rgs                                   on 2007/01/25  14:48:49
10639         Log: Upgrade to threads 1.58:
10640              * Ignore thread return value(s) in void context
10641              * Check for missing args for 'use threads' options
10642              * Check that stack size argument is numeric
10643      Branch: perl
10644            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
10645            ! ext/threads/t/thread.t ext/threads/threads.pm
10646            ! ext/threads/threads.xs
10647 ____________________________________________________________________________
10648 [ 29972] By: rgs                                   on 2007/01/25  12:23:45
10649         Log: Subject: Re: [perl #41283] B::walkoptree_slow fails for 'our @foo = split( m/ /, "hello" )'
10650              From: "Joshua ben Jore" <twists@gmail.com>
10651              Date: Wed, 17 Jan 2007 17:49:22 -0800
10652              Message-ID: <dc5c751d0701171749x3f2dfd00tc523d33bc234c530@mail.gmail.com>
10653      Branch: perl
10654            ! ext/B/B.pm
10655 ____________________________________________________________________________
10656 [ 29970] By: nicholas                              on 2007/01/25  11:41:13
10657         Log: Change 28058 hadn't been tested with -DPERL_CREATE_GVSV
10658      Branch: perl
10659            ! gv.c
10660 ____________________________________________________________________________
10661 [ 29960] By: nicholas                              on 2007/01/24  21:42:53
10662         Log: Display the process id as part of the trace output if running with -Dv
10663              (Might be nice to display the thread ID too under ithreads, but I can't
10664              see a clean way to get that)
10665      Branch: perl
10666            ! deb.c
10667 ____________________________________________________________________________
10668 [ 29956] By: nicholas                              on 2007/01/24  19:07:49
10669         Log: Fix typo in the description of change 27911
10670      Branch: perl
10671            ! Changes
10672 ____________________________________________________________________________
10673 [ 29954] By: nicholas                              on 2007/01/24  18:44:51
10674         Log: Wrap the macro arguments for ck_proto in ().
10675      Branch: perl
10676            ! op.h
10677 ____________________________________________________________________________
10678 [ 29942] By: rgs                                   on 2007/01/24  11:32:24
10679         Log: Subject: [PATCH] fix a few references in perlfunc.html
10680              From: Jan Dubois <jand@ActiveState.com>
10681              Date: Tue, 23 Jan 2007 18:25:02 -0800
10682              Message-ID: <oggdr2pfqj8bb2o47ikmmq9gmjebhr8ht6@4ax.com>
10683      Branch: perl
10684            ! pod/perlfunc.pod
10685 ____________________________________________________________________________
10686 [ 29941] By: rgs                                   on 2007/01/24  11:22:17
10687         Log: Subject: [PATCH] Improve documentation PERLIO default value in perlrun.pod
10688              From: Jan Dubois <jand@ActiveState.com>
10689              Date: Tue, 23 Jan 2007 18:43:55 -0800
10690              Message-ID: <jhhdr21vmlo5ccbfd8la2di4bq8crv3s8t@4ax.com>
10691      Branch: perl
10692            ! pod/perlrun.pod
10693 ____________________________________________________________________________
10694 [ 29940] By: rgs                                   on 2007/01/24  11:02:24
10695         Log: Upgrade to Time::Local 1.16
10696      Branch: perl
10697            ! lib/Time/Local.pm lib/Time/Local.t
10698 ____________________________________________________________________________
10699 [ 29938] By: nicholas                              on 2007/01/23  22:54:00
10700         Log: Add lib to @INC so that ./perl t/op/local.t works.
10701      Branch: perl
10702            ! t/op/local.t
10703 ____________________________________________________________________________
10704 [ 29937] By: nicholas                              on 2007/01/23  21:07:06
10705         Log: Change 29936 missed a ;
10706      Branch: perl
10707            ! lib/Time/Local.pm
10708 ____________________________________________________________________________
10709 [ 29936] By: stevep                                on 2007/01/23  18:43:50
10710         Log: Fix to Time::Local to fix problems with leap year calculation.
10711      Branch: perl
10712            ! lib/Time/Local.pm
10713 ____________________________________________________________________________
10714 [ 29935] By: stevep                                on 2007/01/23  15:02:56
10715         Log: Upgrade to File-Temp-0.18.
10716      Branch: perl
10717            + lib/File/Temp/t/cmp.t
10718            ! MANIFEST lib/File/Temp.pm
10719 ____________________________________________________________________________
10720 [ 29934] By: stevep                                on 2007/01/23  14:29:55
10721         Log: Upgrade to AutoLoader-5.63
10722      Branch: perl
10723            ! lib/AutoLoader.pm
10724 ____________________________________________________________________________
10725 [ 29933] By: stevep                                on 2007/01/23  02:20:31
10726         Log: Upgrade to Test-Simple-0.67
10727      Branch: perl
10728            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
10729            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
10730 ____________________________________________________________________________
10731 [ 29932] By: stevep                                on 2007/01/23  02:14:57
10732         Log: Upgrade to Math-Complex-1.37.
10733      Branch: perl
10734            ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Math/Trig.t
10735 ____________________________________________________________________________
10736 [ 29931] By: stevep                                on 2007/01/23  01:55:48
10737         Log: Subject: [PATCH] Time::Local patch take 2
10738              From: Dave Rolsky <autarch@urth.org>
10739              Date: Mon, 22 Jan 2007 09:46:08 -0600 (CST)
10740              Message-ID: <Pine.LNX.4.64.0701220945040.28849@urth.org>
10741      Branch: perl
10742            ! lib/Time/Local.pm lib/Time/Local.t
10743 ____________________________________________________________________________
10744 [ 29930] By: stevep                                on 2007/01/23  01:52:16
10745         Log: Subject: [perl #41318] Patch: win32.c typo in #define MULTIPLICITY
10746              From: "Devin Heitmueller" (via RT) <perlbug-followup@perl.org>
10747              Date: Mon, 22 Jan 2007 14:46:15 -0800
10748              Message-ID: <rt-3.6.HEAD-1834-1169505975-229.41318-75-0@perl.org>
10749      Branch: perl
10750            ! win32/win32.c
10751 ____________________________________________________________________________
10752 [ 29923] By: nicholas                              on 2007/01/22  19:39:28
10753         Log: Subject: [PATCH] Disable positive lookaround optimisations
10754              From: demerphq <demerphq@gmail.com>
10755              Message-ID: <9b18b3110701210953l4df6198re36a9342e6049583@mail.gmail.com>
10756              Date: Sun, 21 Jan 2007 18:53:38 +0100
10757      Branch: perl
10758            ! regcomp.h t/op/re_tests
10759 ____________________________________________________________________________
10760 [ 29922] By: nicholas                              on 2007/01/22  19:38:12
10761         Log: Fix a typo and some doubled spaces in comments.
10762      Branch: perl
10763            ! cop.h pod/perlapi.pod sv.h
10764 ____________________________________________________________________________
10765 [ 29921] By: nicholas                              on 2007/01/22  19:21:21
10766         Log: Remove duplicate assignment to PL_eval_root in Perl_create_eval_scope
10767      Branch: perl
10768            ! pp_ctl.c
10769 ____________________________________________________________________________
10770 [ 29917] By: nicholas                              on 2007/01/22  17:03:48
10771         Log: Fix my typo, as spotted by Steve Peters
10772      Branch: perl
10773            ! Changes
10774 ____________________________________________________________________________
10775 [ 29911] By: nicholas                              on 2007/01/21  23:18:20
10776         Log: Assignments to function pointers can't be NULL, as that's a pointer to
10777              data, and assigning pointers to data to pointers to functions is not
10778              ANSI-conformant.
10779      Branch: perl
10780            ! perl.h
10781 ____________________________________________________________________________
10782 [ 29910] By: nicholas                              on 2007/01/21  23:11:30
10783         Log: Restore the const to vtbl in Perl_mg_localize() removed in change
10784              26924.
10785      Branch: perl
10786            ! mg.c
10787 ____________________________________________________________________________
10788 [ 29907] By: nicholas                              on 2007/01/21  20:06:45
10789         Log: Remove register keyword from dSP; (at least for now)
10790      Branch: perl
10791            ! pp.h
10792 ____________________________________________________________________________
10793 [ 29905] By: nicholas                              on 2007/01/21  11:44:16
10794         Log: Refactor the common soft-reference code from pp_rv2sv and pp_rv2av
10795              into a single routine Perl_softref2xv(). As soft references are
10796              rarely used compared with true references, move this code from pp_hot.c
10797      Branch: perl
10798            ! embed.fnc embed.h pp.c pp_hot.c proto.h
10799 ____________________________________________________________________________
10800 [ 29900] By: nicholas                              on 2007/01/20  23:40:23
10801         Log: defined @$foo and defined %$bar should be subject to strict 'refs';
10802      Branch: perl
10803            ! lib/DBM_Filter.pm pp_hot.c t/lib/strict/refs
10804 ____________________________________________________________________________
10805 [ 29895] By: stevep                                on 2007/01/20  03:51:26
10806         Log: Upgrade to version-0.69
10807      Branch: perl
10808            ! lib/version.pm
10809 ____________________________________________________________________________
10810 [ 29894] By: stevep                                on 2007/01/20  03:40:23
10811         Log: Subject: [PATCH] Re: Race condition in IPC::Open3 / Mac OS?
10812              From: Bo Lindbergh <blgl@hagernas.com>
10813              Date: Sat, 20 Jan 2007 02:39:57 +0100
10814              Message-Id: <D256CF03-D814-4973-9DF6-60EA4F26FE10@hagernas.com>
10815      Branch: perl
10816            ! perlio.c
10817 ____________________________________________________________________________
10818 [ 29893] By: stevep                                on 2007/01/20  03:28:48
10819         Log: Add PAUSE2007.pub key
10820      Branch: perl
10821            + lib/CPAN/PAUSE2007.pub
10822            ! MANIFEST
10823 ____________________________________________________________________________
10824 [ 29892] By: stevep                                on 2007/01/20  03:20:11
10825         Log: Upgrade to CPAN-1.88_69.
10826      Branch: perl
10827            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
10828 ____________________________________________________________________________
10829 [ 29887] By: nicholas                              on 2007/01/19  21:11:40
10830         Log: Subject: Re: [PATCH] fix unicode split /\s+/
10831              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10832              Message-Id: <20070120005232.D9CC.BQW10602@nifty.com>
10833              Date: Sat, 20 Jan 2007 00:52:42 +0900
10834      Branch: perl
10835            ! pp.c t/op/split.t
10836 ____________________________________________________________________________
10837 [ 29885] By: nicholas                              on 2007/01/19  20:13:46
10838         Log: Yves spotted that I'd not regenerated perlapi.pod when I added
10839              get_cvn_flags().
10840      Branch: perl
10841            ! pod/perlapi.pod
10842 ____________________________________________________________________________
10843 [ 29884] By: nicholas                              on 2007/01/19  19:27:59
10844         Log: Marcus Holland-Moritz notes that the first argument to
10845              refcounted_he_fetch() can be NULL.
10846      Branch: perl
10847            ! embed.fnc proto.h
10848 ____________________________________________________________________________
10849 [ 29883] By: nicholas                              on 2007/01/19  18:07:23
10850         Log: Fix breakage for -DDEBUGGING accidentally introduced with change 29882.
10851      Branch: perl
10852            ! sv.c
10853 ____________________________________________________________________________
10854 [ 29882] By: nicholas                              on 2007/01/19  17:36:10
10855         Log: Add a parameter to Perl_get_arena() to pass in the SV type, and record
10856              this in the arena description. Change all sizes to unsigned values.
10857              Make Perl_sv_free_arenas() loop downwards to free memory, simplifying
10858              the logic. Remove my erroneous comment added in change 29881.
10859      Branch: perl
10860            ! embed.fnc hv.c proto.h sv.c
10861 ____________________________________________________________________________
10862 [ 29881] By: nicholas                              on 2007/01/19  11:45:24
10863         Log: I think that it's clearer if aroot is only struct arena_set *
10864              (rather than ** and constantly dereferneced). Move the declaration
10865              of new_root into the block it is used in. Add a comment describing
10866              where the arenas for arena_sets themselves aren't rooted anywhere.
10867      Branch: perl
10868            ! sv.c
10869 ____________________________________________________________________________
10870 [ 29880] By: rgs                                   on 2007/01/19  09:33:00
10871         Log: Subject: [PATCH] fix unicode split /\s+/
10872              From: demerphq <demerphq@gmail.com>
10873              Date: Fri, 19 Jan 2007 02:14:06 +0100
10874              Message-ID: <9b18b3110701181714r4f3bc9ebq9ba462eba8338734@mail.gmail.com>
10875      Branch: perl
10876            ! pp.c t/op/split.t
10877 ____________________________________________________________________________
10878 [ 29879] By: nicholas                              on 2007/01/19  00:13:02
10879         Log: As Perl_get_arena() is dealing with sizes, use size_t rather than int,
10880              as it's both unsigned and semantically the correct width for a size.
10881              As all arenas get cleared later on, can use Newx() rather than Newxz().
10882      Branch: perl
10883            ! embed.fnc proto.h sv.c
10884 ____________________________________________________________________________
10885 [ 29878] By: nicholas                              on 2007/01/18  23:52:11
10886         Log: Move C<static bool done_sanity_check;> inside the only function that
10887              uses it.
10888      Branch: perl
10889            ! sv.c
10890 ____________________________________________________________________________
10891 [ 29877] By: nicholas                              on 2007/01/18  23:51:45
10892         Log: Add in missing dVAR that prevents compilation with
10893              -DPERL_GLOBAL_STRUCT_PRIVATE
10894      Branch: perl
10895            ! perl.c
10896 ____________________________________________________________________________
10897 [ 29876] By: nicholas                              on 2007/01/18  23:36:57
10898         Log: Move the flag checking for isGV_with_GP() into the call to visit()
10899      Branch: perl
10900            ! sv.c
10901 ____________________________________________________________________________
10902 [ 29875] By: mhx                                   on 2007/01/18  16:52:37
10903         Log: Add missing SVfARG()s in require_tie_mod().
10904      Branch: perl
10905            ! gv.c
10906 ____________________________________________________________________________
10907 [ 29872] By: nicholas                              on 2007/01/18  15:48:13
10908         Log: Given that we now do the tests in S_visit() to avoid calling the
10909              helper function when skippable, no need to retain those tests
10910              inside the helper functions do_clean_objs() and do_clean_named_objs().
10911      Branch: perl
10912            ! sv.c
10913 ____________________________________________________________________________
10914 [ 29871] By: merijn                                on 2007/01/18  14:03:21
10915         Log: perl rebuilds because of gcc's -g flag
10916              Subject: [PATCH] Re: [perl #41058] make rebuilds perl everytime
10917              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
10918              Date: Thu, 18 Jan 2007 14:27:55 +0100
10919              Message-ID: <20070118142755.28e7f724@r2d2>
10920      Branch: perl
10921            ! makedepend.SH
10922 ____________________________________________________________________________
10923 [ 29868] By: steveh                                on 2007/01/18  11:36:05
10924         Log: Subject: Re: [PATCH] win32_async_check() can still loop indefinitely
10925              From: Jan Dubois <jand@ActiveState.com>
10926              Date: Mon, 15 Jan 2007 19:25:11 -0800
10927              Message-ID: <rigoq25vda3sg4i7ppdb5o2jhvuiq15kqj@4ax.com>
10928      Branch: perl
10929            ! win32/win32.c
10930 ____________________________________________________________________________
10931 [ 29867] By: nicholas                              on 2007/01/18  11:16:09
10932         Log: As PVLVs can hold globs in some cases, I think that we should be
10933              treating them as a strict subclass of PVGV. Hence drop through into
10934              the PVGV handling code.
10935      Branch: perl
10936            ! sv.c
10937 ____________________________________________________________________________
10938 [ 29866] By: davem                                 on 2007/01/18  02:14:48
10939         Log: disable parser stack cleanup on reduce croak (too fragile)
10940      Branch: perl
10941            ! perly.c
10942 ____________________________________________________________________________
10943 [ 29857] By: mhx                                   on 2007/01/17  21:06:11
10944         Log: Fix a typo in Dynaloader_pm.PL.
10945      Branch: perl
10946            ! ext/DynaLoader/DynaLoader_pm.PL
10947 ____________________________________________________________________________
10948 [ 29855] By: nicholas                              on 2007/01/17  19:22:47
10949         Log: Replace SvRELEASE_IVX(dstr) with SvOOK_off(dstr) in sv_setsv_flags(),
10950              because it's not possible for dstr to be COW at this point, due to an
10951              earlier force_normal.
10952      Branch: perl
10953            ! sv.c
10954 ____________________________________________________________________________
10955 [ 29853] By: nicholas                              on 2007/01/17  18:24:50
10956         Log: Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv_release_IVX().
10957              (Currently it fails ext/Compress/Raw/Zlib/t/07bufsize.t)
10958      Branch: perl
10959            ! embed.fnc embed.h global.sym makedef.pl proto.h sv.c sv.h
10960 ____________________________________________________________________________
10961 [ 29852] By: nicholas                              on 2007/01/17  15:42:54
10962         Log: If we use SvUPGRADE() rather than sv_upgrade() then it can make the
10963              decision on not "up"grading PVLV to PVGV for us. However, it appears
10964              that the other actions conducted for "not-yet-a-glob" are useful here.
10965      Branch: perl
10966            ! sv.c
10967 ____________________________________________________________________________
10968 [ 29848] By: merijn                                on 2007/01/17  13:38:05
10969         Log: Subject: Re: [PATCH] symbian/xsbuild.pl patching continues
10970              From: Jarkko Hietaniemi <jhi@iki.fi>
10971              Date: Wed, 17 Jan 2007 08:27:03 -0500
10972              Message-ID: <45AE2427.7080907@iki.fi>
10973      Branch: perl
10974            ! symbian/xsbuild.pl
10975 ____________________________________________________________________________
10976 [ 29845] By: stevep                                on 2007/01/16  22:15:05
10977         Log: Reentrant functions appear to still be broken in NetBSD 3.1.
10978      Branch: perl
10979            ! hints/netbsd.sh
10980 ____________________________________________________________________________
10981 [ 29844] By: merijn                                on 2007/01/16  16:17:03
10982         Log: Subject: [PATCH] Re: Dual-lived AutoLoader
10983              From: Steffen Mueller <o6hhmk002@sneakemail.com>
10984              Date: Tue, 16 Jan 2007 15:29:44 +0100
10985              Message-ID: <45ACE158.4080102@sneakemail.com>
10986      Branch: perl
10987            ! Porting/Maintainers.pl
10988 ____________________________________________________________________________
10989 [ 29843] By: rgs                                   on 2007/01/16  15:32:30
10990         Log: Subject: Re: [PATCH] Change implementation of %+ to use a proper tied hash interface and add support for %-
10991              From: demerphq <demerphq@gmail.com>
10992              Date: Mon, 15 Jan 2007 23:06:44 +0100
10993              Message-ID: <9b18b3110701151406p7168b20byf873ee2e58091ca3@mail.gmail.com>
10994      Branch: perl
10995            ! regcomp.h
10996 ____________________________________________________________________________
10997 [ 29842] By: rgs                                   on 2007/01/16  10:56:46
10998         Log: Subject: [PATCH] Make offsets support conditional
10999              From: demerphq <demerphq@gmail.com>
11000              Date: Sun, 14 Jan 2007 15:24:25 +0100
11001              Message-ID: <9b18b3110701140624v452f7684x5e9d2890805489fd@mail.gmail.com>
11002      Branch: perl
11003            ! ext/re/t/regop.t regcomp.c regcomp.h
11004 ____________________________________________________________________________
11005 [ 29841] By: rgs                                   on 2007/01/16  10:17:43
11006         Log: Typo fix, by Robin Barker
11007      Branch: perl
11008            ! Porting/Maintainers.pl
11009 ____________________________________________________________________________
11010 [ 29839] By: davem                                 on 2007/01/15  18:33:02
11011         Log: make Dump display the SVf_BREAK flag
11012      Branch: perl
11013            ! dump.c
11014 ____________________________________________________________________________
11015 [ 29838] By: rgs                                   on 2007/01/15  18:25:45
11016         Log: Enable the ~~ operator by default.
11017              Remove the ~~ feature.
11018      Branch: perl
11019            - t/lib/feature/smartmatch
11020            ! MANIFEST lib/feature.pm t/op/smartmatch.t toke.c
11021 ____________________________________________________________________________
11022 [ 29837] By: davem                                 on 2007/01/15  18:19:20
11023         Log: when cloning  PL_regex_pad, copy SVf_BREAK flag too
11024      Branch: perl
11025            ! sv.c
11026 ____________________________________________________________________________
11027 [ 29836] By: nicholas                              on 2007/01/15  18:15:54
11028         Log: pp_rv2av and pp_rv2hv have a lot of common code, so it's certainly a
11029              space saving to merge them. Hopefully this will reduce L2 cache misses.
11030      Branch: perl
11031            ! mathoms.c opcode.h opcode.pl pp.h pp_hot.c
11032 ____________________________________________________________________________
11033 [ 29835] By: nicholas                              on 2007/01/15  17:18:03
11034         Log: Make changes analagous to pp_rv2hv's 21394 and 24489 in pp_rv2av.
11035      Branch: perl
11036            ! pp_hot.c
11037 ____________________________________________________________________________
11038 [ 29834] By: rgs                                   on 2007/01/15  16:37:21
11039         Log: Subject: Re: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, ${^POSTMATCH}
11040              From: demerphq <demerphq@gmail.com>
11041              Date: Sat, 13 Jan 2007 17:18:01 +0100
11042              Message-ID: <9b18b3110701130818h6badbd3o1b38f2660d258173@mail.gmail.com>
11043              
11044              macroize regexp modifiers
11045      Branch: perl
11046            ! perl.h regcomp.c regexp.h toke.c
11047 ____________________________________________________________________________
11048 [ 29831] By: rgs                                   on 2007/01/15  16:26:17
11049         Log: Subject: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, ${^POSTMATCH}
11050              From: demerphq <demerphq@gmail.com>
11051              Date: Fri, 12 Jan 2007 02:31:12 +0100
11052              Message-ID: <9b18b3110701111731x29b1c63i57b1698f769b3bbc@mail.gmail.com>
11053              (with tweaks)
11054      Branch: perl
11055            + t/op/regexp_kmod.t
11056            ! MANIFEST ext/B/t/concise-xs.t gv.c mg.c op.h pod/perlop.pod
11057            ! pod/perlre.pod pod/perlvar.pod pp_hot.c regcomp.c regcomp.h
11058            ! regexp.h t/op/regexp.t toke.c
11059 ____________________________________________________________________________
11060 [ 29830] By: nicholas                              on 2007/01/15  14:38:58
11061         Log: Add get_cvn_flags(), which is like get_cv() but takes a length. This
11062              allows symbolic code references with embeded NULs to work.
11063      Branch: perl
11064            ! embed.fnc embed.h global.sym gv.c gv.h op.c perl.c perlio.c
11065            ! pp_ctl.c pp_hot.c proto.h t/op/ref.t toke.c
11066 ____________________________________________________________________________
11067 [ 29829] By: rgs                                   on 2007/01/15  14:32:26
11068         Log: Subject: [PATCH] symbian/xsbuild.pl
11069              From: Jarkko Hietaniemi <jhi@iki.fi>
11070              Date: Mon, 15 Jan 2007 08:49:56 -0500
11071              Message-ID: <45AB8684.70906@iki.fi>
11072      Branch: perl
11073            ! symbian/xsbuild.pl
11074 ____________________________________________________________________________
11075 [ 29827] By: davem                                 on 2007/01/15  14:16:53
11076         Log: extend threads 'veto cleanup' to perl_free and system stuff
11077      Branch: perl
11078            ! embedvar.h perl.c perlapi.h perlvars.h unixish.h
11079 ____________________________________________________________________________
11080 [ 29826] By: rgs                                   on 2007/01/15  14:15:35
11081         Log: Proper symbian fix (replacing change #29813) by Jarkko
11082      Branch: perl
11083            ! perl.h
11084 ____________________________________________________________________________
11085 [ 29825] By: rgs                                   on 2007/01/15  13:45:40
11086         Log: Use the $Is_MacOS variable
11087      Branch: perl
11088            ! t/lib/common.pl
11089 ____________________________________________________________________________
11090 [ 29824] By: rgs                                   on 2007/01/15  13:44:39
11091         Log: Simplify the ok/not ok logic
11092              (another refactorisation by Schwern)
11093      Branch: perl
11094            ! t/lib/common.pl
11095 ____________________________________________________________________________
11096 [ 29823] By: rgs                                   on 2007/01/15  13:40:18
11097         Log: Various cleanup and factorization by Schwern
11098              for tests for warnings and features
11099      Branch: perl
11100            ! t/lib/common.pl
11101 ____________________________________________________________________________
11102 [ 29822] By: rgs                                   on 2007/01/15  13:30:51
11103         Log: Introduce the :5.10.0 feature bundle, and make :5.10 an
11104              alias to it (aimed at be an alias to the latest :5.10.X)
11105      Branch: perl
11106            ! lib/feature.pm
11107 ____________________________________________________________________________
11108 [ 29821] By: rgs                                   on 2007/01/15  12:44:45
11109         Log: Fix link to perlsyn (thanks to Michael G Schwern)
11110      Branch: perl
11111            ! lib/feature.pm
11112 ____________________________________________________________________________
11113 [ 29820] By: rgs                                   on 2007/01/15  12:42:36
11114         Log: Remove the "dor" feature alias.
11115      Branch: perl
11116            ! lib/feature.pm
11117 ____________________________________________________________________________
11118 [ 29819] By: rgs                                   on 2007/01/15  12:41:28
11119         Log: Document "no feature" (Michael G Schwern)
11120      Branch: perl
11121            ! lib/feature.pm
11122 ____________________________________________________________________________
11123 [ 29818] By: rgs                                   on 2007/01/15  12:37:27
11124         Log: Move the documentation of the lexical effect of feature.pm to its own
11125              section thus removing a lot of redundant redundant documentation about
11126              it cluttering up the feature documentation. (by Michael G Schwern)
11127      Branch: perl
11128            ! lib/feature.pm
11129 ____________________________________________________________________________
11130 [ 29817] By: rgs                                   on 2007/01/15  12:34:00
11131         Log: Remove obsolete notes and TODOs from feature.pm
11132      Branch: perl
11133            ! lib/feature.pm
11134 ____________________________________________________________________________
11135 [ 29816] By: rgs                                   on 2007/01/15  12:30:56
11136         Log: Add a reference to the docs for state() variables in feature.pm
11137              (suggested by Michael G Schwern)
11138      Branch: perl
11139            ! lib/feature.pm
11140 ____________________________________________________________________________
11141 [ 29815] By: rgs                                   on 2007/01/15  12:29:14
11142         Log: Factorise croak() calls and error messages in feature.pm
11143              (suggested by Michael G Schwern)
11144      Branch: perl
11145            ! lib/feature.pm
11146 ____________________________________________________________________________
11147 [ 29814] By: nicholas                              on 2007/01/15  12:13:24
11148         Log: Test that names with embedded NULs work for symbolic array, hash and
11149              typeglob references.
11150      Branch: perl
11151            ! t/op/ref.t
11152 ____________________________________________________________________________
11153 [ 29813] By: rgs                                   on 2007/01/15  08:22:08
11154         Log: Revert perl.h part of change 29811, which breaks compilation with gcc
11155      Branch: perl
11156            ! perl.h
11157 ____________________________________________________________________________
11158 [ 29812] By: merijn                                on 2007/01/15  07:45:28
11159         Log: Subject: [PATCH] g++ fixes
11160              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
11161              Date: Mon, 15 Jan 2007 06:09:30 +0200 (EET)
11162              Message-Id: <20070115040930.8685843A67@anubis.hut.fi>
11163      Branch: perl
11164            ! op.c toke.c
11165 ____________________________________________________________________________
11166 [ 29811] By: merijn                                on 2007/01/15  07:42:37
11167         Log: Subject: [PATCH] Symbian/S90 further fixes
11168              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
11169              Date: Mon, 15 Jan 2007 06:11:52 +0200 (EET)
11170              Message-Id: <20070115041152.374AB43A67@anubis.hut.fi>
11171      Branch: perl
11172            ! perl.h symbian/PerlBase.cpp symbian/config.sh
11173 ____________________________________________________________________________
11174 [ 29810] By: davem                                 on 2007/01/14  23:58:49
11175         Log: make S_ithread_run() call S_ithread_free() in main context
11176              
11177              Fixes a race condition between detach clearing a thread's
11178              interpreter, and S_ithread_run() freeing itself while
11179              assuming that it's own interpreter still exists.
11180      Branch: perl
11181            ! ext/threads/threads.xs
11182 ____________________________________________________________________________
11183 [ 29805] By: davem                                 on 2007/01/14  12:43:39
11184         Log: further refinement to #29796 (cleanup veto)
11185      Branch: perl
11186            ! ext/threads/threads.xs
11187 ____________________________________________________________________________
11188 [ 29803] By: rgs                                   on 2007/01/14  10:12:08
11189         Log: Subject: Re: Memory...growing, and growing
11190              From: Marvin Humphrey <marvin@rectangular.com>
11191              Date: Sat, 13 Jan 2007 12:05:30 -0800
11192              Message-Id: <3CCCF699-345E-4C65-BCCB-1549EB99547A@rectangular.com>
11193              
11194              Document -DDL_UNLOAD_ALL_AT_EXIT
11195      Branch: perl
11196            ! pod/perlhack.pod
11197 ____________________________________________________________________________
11198 [ 29796] By: davem                                 on 2007/01/13  22:57:26
11199         Log: unfreed threads should trigger cleanup veto
11200              
11201              The thread pool struct is allocated in the main interpreter, so
11202              don't clean that up if any threads remain, regardless of what
11203              state they are in
11204      Branch: perl
11205            ! ext/threads/threads.xs
11206 ____________________________________________________________________________
11207 [ 29790] By: nicholas                              on 2007/01/13  18:21:19
11208         Log: In S_hfreeentries, orig_array can be const.
11209      Branch: perl
11210            ! hv.c
11211 ____________________________________________________________________________
11212 [ 29786] By: rgs                                   on 2007/01/13  17:17:40
11213         Log: TODO: yada yada yada
11214      Branch: perl
11215            ! pod/perltodo.pod
11216 ____________________________________________________________________________
11217 [ 29784] By: rgs                                   on 2007/01/13  16:56:02
11218         Log: Subject:  Re: AW: umask handling in File::Temp
11219              From:  Gisle Aas <gisle@activestate.com>
11220              Date:  12 Jan 2007 16:10:16 +0100
11221              Message-ID:  <877ivs1dt3.fsf@ask.g.aas.no>
11222      Branch: perl
11223            ! pp_sys.c
11224 ____________________________________________________________________________
11225 [ 29781] By: rgs                                   on 2007/01/13  11:06:06
11226         Log: Subject: [PATCH] perlthrtut.pod (based on perl-current@29766)
11227              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
11228              Date: Fri, 12 Jan 2007 17:37:58 +0100
11229              Message-ID: <45A7B966.1040307@thalesgroup.com>
11230      Branch: perl
11231            ! pod/perlthrtut.pod
11232 ____________________________________________________________________________
11233 [ 29780] By: davem                                 on 2007/01/12  21:49:13
11234         Log: fix PL_parser_dup symbol (again)
11235      Branch: perl
11236            ! embed.fnc embed.h global.sym
11237 ____________________________________________________________________________
11238 [ 29779] By: davem                                 on 2007/01/12  19:56:40
11239         Log: Rationalise refcounting of thread structures
11240              Formerly there could be races with multiple destroys of a thread
11241              structure.
11242      Branch: perl
11243            ! ext/threads/threads.xs
11244 ____________________________________________________________________________
11245 [ 29778] By: merijn                                on 2007/01/12  16:06:23
11246         Log: Superdome now also in Itanium series (sx1000 & sx2000),
11247              cx2600 is Madison 6
11248      Branch: perl
11249            ! README.hpux
11250 ____________________________________________________________________________
11251 [ 29777] By: merijn                                on 2007/01/12  15:15:13
11252         Log: gcc -dumpversion is at least supported back to 2.7.x and
11253              thus seems to be much more defensive against upcoming version
11254              reporting format changes.
11255      Branch: perl
11256            ! hints/aix.sh hints/aix_3.sh hints/aix_4.sh hints/dec_osf.sh
11257            ! hints/hpux.sh hints/svr5.sh hints/vos.sh
11258 ____________________________________________________________________________
11259 [ 29774] By: rgs                                   on 2007/01/12  13:57:45
11260         Log: makedef.pl should be able to load "strict"
11261      Branch: perl
11262            ! makedef.pl
11263 ____________________________________________________________________________
11264 [ 29768] By: rgs                                   on 2007/01/12  11:44:04
11265         Log: Upgrade to ExtUtils::Manifest 1.51
11266      Branch: perl
11267            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
11268 ____________________________________________________________________________
11269 [ 29767] By: davem                                 on 2007/01/12  11:26:14
11270         Log: fix typo in hv.c
11271      Branch: perl
11272            ! hv.c
11273 ____________________________________________________________________________
11274 [ 29766] By: davem                                 on 2007/01/12  11:13:49
11275         Log: fix PL_parser_dup symbol
11276      Branch: perl
11277            ! embed.fnc embed.h makedef.pl
11278 ____________________________________________________________________________
11279 [ 29765] By: davem                                 on 2007/01/12  10:42:05
11280         Log: make tr/// threadsafe by moving swash into pad
11281      Branch: perl
11282            ! doop.c op.c
11283 ____________________________________________________________________________
11284 [ 29764] By: rgs                                   on 2007/01/12  10:24:55
11285         Log: Subject: [PATCH] trivia in perlthrtut.pod
11286              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
11287              Date: Thu, 11 Jan 2007 16:57:29 +0100
11288              Message-ID: <45A65E69.8010400@thalesgroup.com>
11289      Branch: perl
11290            ! pod/perlthrtut.pod
11291 ____________________________________________________________________________
11292 [ 29762] By: steveh                                on 2007/01/11  17:27:02
11293         Log: Update copyright year in "perl -v" output
11294      Branch: perl
11295            ! perl.c
11296 ____________________________________________________________________________
11297 [ 29761] By: rgs                                   on 2007/01/11  17:12:08
11298         Log: Fix bug [perl #41234] : the tokenizer understands "=cute"
11299              or other words that begin with "cut" as synonyms for "=cut"
11300      Branch: perl
11301            ! toke.c
11302 ____________________________________________________________________________
11303 [ 29758] By: nicholas                              on 2007/01/11  15:37:12
11304         Log: Change 29753 messed up do_hv_dump() [my fault]
11305      Branch: perl
11306            ! embed.fnc proto.h
11307 ____________________________________________________________________________
11308 [ 29757] By: rgs                                   on 2007/01/11  15:07:28
11309         Log: Silence an "unused parameter" warning in Perl_reg_numbered_buff_get().
11310              This parameter might become handy in the future, so keep it.
11311      Branch: perl
11312            ! regcomp.c
11313 ____________________________________________________________________________
11314 [ 29756] By: rgs                                   on 2007/01/11  14:47:01
11315         Log: Subject: [PATCH] Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, cleanup and more docs for regatom()
11316              From: demerphq <demerphq@gmail.com>
11317              Date: Wed, 10 Jan 2007 20:33:39 +0100
11318              Message-ID: <9b18b3110701101133i46dc5fd0p1476a0f1dd1e9c5a@mail.gmail.com>
11319              
11320              (plus POD nits by Merijn and myself)
11321      Branch: perl
11322            ! pod/perl595delta.pod pod/perlre.pod regcomp.c regcomp.sym
11323            ! regexec.c regexp.h regnodes.h t/op/pat.t
11324 ____________________________________________________________________________
11325 [ 29753] By: nicholas                              on 2007/01/11  13:23:40
11326         Log: do_gv_dump, do_gvgv_dump and do_hv_dump call all actually take a NULL
11327              parameter. Patch for do_hv_dump supplied by Brandon L Black, other
11328              two added after code inspection.
11329      Branch: perl
11330            ! embed.fnc proto.h
11331 ____________________________________________________________________________
11332 [ 29751] By: rgs                                   on 2007/01/11  10:34:02
11333         Log: Fix bug #40407: after a seek on a PerlIO::scalar filehandle,
11334              ensure there's a string buffer in the scalar
11335      Branch: perl
11336            ! ext/PerlIO/scalar/scalar.xs
11337 ____________________________________________________________________________
11338 [ 29750] By: rgs                                   on 2007/01/11  09:51:56
11339         Log: Subject: [PATCH] AutoLoader fix, part 2
11340              From: Steffen Mueller <rt8363b02@sneakemail.com>
11341              Date: Wed, 10 Jan 2007 18:52:23 +0100
11342              Message-ID: <20070110175148.26694.qmail@lists.develooper.com>
11343      Branch: perl
11344            ! lib/AutoLoader.pm lib/AutoLoader.t
11345 ____________________________________________________________________________
11346 [ 29749] By: nicholas                              on 2007/01/11  00:24:48
11347         Log: In toke.c, merge S_update_debugger_info_pv() and
11348              S_update_debugger_info_sv() into S_update_debugger_info().
11349      Branch: perl
11350            ! embed.fnc embed.h proto.h toke.c
11351 ____________________________________________________________________________
11352 [ 29748] By: nicholas                              on 2007/01/10  16:24:27
11353         Log: An implementation of change 29735 for blead (PL_curcop could be NULL)
11354              given that blead's refactoring is not yet in maint.
11355      Branch: perl
11356            ! gv.c
11357 ____________________________________________________________________________
11358 [ 29747] By: rgs                                   on 2007/01/10  16:00:17
11359         Log: Regenerate all files
11360      Branch: perl
11361            ! embed.h keywords.h reentr.c reentr.h
11362 ____________________________________________________________________________
11363 [ 29745] By: rgs                                   on 2007/01/10  13:21:03
11364         Log: Subject: PATCH: perlfunc.pod / warn
11365              From: Peter Scott <Peter@PSDT.com>
11366              Date: Wed, 10 Jan 2007 05:18:52 -0800
11367              Message-Id: <pan.2007.01.10.13.18.52.834683@PSDT.com>
11368      Branch: perl
11369            ! pod/perlfunc.pod
11370 ____________________________________________________________________________
11371 [ 29744] By: rgs                                   on 2007/01/10  13:17:37
11372         Log: Subject: Re: [perl #41215] % on scalars sometimes throws away fractions 
11373              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
11374              Date: Tue, 09 Jan 2007 23:39:42 +0900
11375              Message-Id: <20070109233928.07AF.BQW10602@nifty.com>
11376              
11377              plus nits by Dominic Dunlop
11378      Branch: perl
11379            ! pod/perlop.pod
11380 ____________________________________________________________________________
11381 [ 29743] By: rgs                                   on 2007/01/10  10:54:27
11382         Log: Subject: Bug in AutoLoader.pm causing endless loop
11383              From: Steffen Mueller <rt8363b02@sneakemail.com>
11384              Date: Tue, 09 Jan 2007 19:15:36 +0100
11385              Message-ID: <45A3DBC8.4010203@sneakemail.com>
11386      Branch: perl
11387            ! lib/AutoLoader.pm
11388 ____________________________________________________________________________
11389 [ 29742] By: rgs                                   on 2007/01/10  10:25:02
11390         Log: Subject: ./miniperl minimod.pl ... Can't locate strict.pm
11391              From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig)
11392              Date: Wed, 10 Jan 2007 04:55:55 +0100
11393              Message-ID: <87lkkbk01g.fsf@k75.linux.bogus>
11394      Branch: perl
11395            ! minimod.pl
11396 ____________________________________________________________________________
11397 [ 29741] By: nicholas                              on 2007/01/09  21:46:28
11398         Log: Make minimod.pl warnings and strict clean.
11399      Branch: perl
11400            ! minimod.pl
11401 ____________________________________________________________________________
11402 [ 29740] By: nicholas                              on 2007/01/09  21:44:05
11403         Log: Make makedef.pl warnings and strict clean.
11404      Branch: perl
11405            ! makedef.pl
11406 ____________________________________________________________________________
11407 [ 29739] By: nicholas                              on 2007/01/09  21:37:31
11408         Log: Make keywords.pl strict and warnings clean.
11409      Branch: perl
11410            ! keywords.pl
11411 ____________________________________________________________________________
11412 [ 29738] By: nicholas                              on 2007/01/09  21:34:50
11413         Log: Make autodoc.pl strict clean.
11414      Branch: perl
11415            ! autodoc.pl
11416 ____________________________________________________________________________
11417 [ 29736] By: nicholas                              on 2007/01/09  21:21:56
11418         Log: Make opcode.pl strict and warnings clean.
11419      Branch: perl
11420            ! opcode.pl
11421 ____________________________________________________________________________
11422 [ 29734] By: steveh                                on 2007/01/09  12:44:15
11423         Log: Subject: Re: Change 29723 breaks t/op/inccode-tie.t on Win32
11424              From: Nicholas Clark <nick@ccl4.org>
11425              Date: Tue, 9 Jan 2007 12:31:17 +0000
11426              Message-ID: <20070109123116.GC30742@plum.flirble.org>
11427      Branch: perl
11428            ! t/op/inccode-tie.t
11429 ____________________________________________________________________________
11430 [ 29732] By: steveh                                on 2007/01/09  10:40:23
11431         Log: Subject: Re: [PATCH] ANSIfy the PATH environment variable on Windows
11432              From: Jan Dubois <jand@ActiveState.com>
11433              Date: Mon, 08 Jan 2007 14:58:12 -0800
11434              Message-ID: <eei5q29hrchpam2i5g0000mbvu0b1hrm83@4ax.com>
11435              
11436              Fixes the Borland build, in which the PATH was getting corrupted
11437              when the variable that was just putenv()'d got free()'d
11438      Branch: perl
11439            ! win32/win32.c
11440 ____________________________________________________________________________
11441 [ 29731] By: rgs                                   on 2007/01/09  10:33:56
11442         Log: Subject: [PATCH] Change #29711 broke tr//c on Win32.
11443              From: demerphq <demerphq@gmail.com>
11444              Date: Mon, 8 Jan 2007 20:31:26 +0100
11445              Message-ID: <9b18b3110701081131v392597c6veed493407c1eede7@mail.gmail.com>
11446      Branch: perl
11447            ! op.c
11448 ____________________________________________________________________________
11449 [ 29730] By: rgs                                   on 2007/01/09  10:04:37
11450         Log: Subject: [PATCH] Let the regex parser decide if we have a special pattern or not.
11451              From: demerphq <demerphq@gmail.com>
11452              Date: Tue, 9 Jan 2007 00:46:31 +0100
11453              Message-ID: <9b18b3110701081546n2c3f19acy29adc0d233bb848c@mail.gmail.com>
11454      Branch: perl
11455            ! op.c op.h pp.c pp_ctl.c regcomp.c regexp.h
11456 ____________________________________________________________________________
11457 [ 29729] By: nicholas                              on 2007/01/09  09:58:17
11458         Log: socketpair.t was written in 2001. At that time, Test::More got confused
11459              if you forked under it. Test::More 0.47 added support to detect forking
11460              which resolves this. Hence there is now no need to fork() in a BEGIN
11461              block, which causes issues on Win32 due to how pseudofork works.
11462      Branch: perl
11463            ! ext/Socket/t/socketpair.t
11464 ____________________________________________________________________________
11465 [ 29728] By: rgs                                   on 2007/01/09  09:28:52
11466         Log: Revert change #29708 (useless)
11467      Branch: perl
11468            ! win32/win32.c
11469 ____________________________________________________________________________
11470 [ 29727] By: nicholas                              on 2007/01/08  23:27:26
11471         Log: Eliminate pp_threadsv, as it was only ever used by 5005 threads.
11472      Branch: perl
11473            ! dump.c ext/Opcode/Opcode.pm op.c opcode.h opcode.pl opnames.h
11474            ! pp.sym pp_proto.h
11475 ____________________________________________________________________________
11476 [ 29724] By: nicholas                              on 2007/01/08  21:52:32
11477         Log: do or die; for all the List::Util pure perl tests.
11478      Branch: perl
11479            ! ext/List/Util/t/p_blessed.t ext/List/Util/t/p_first.t
11480            ! ext/List/Util/t/p_lln.t ext/List/Util/t/p_max.t
11481            ! ext/List/Util/t/p_maxstr.t ext/List/Util/t/p_min.t
11482            ! ext/List/Util/t/p_minstr.t ext/List/Util/t/p_openhan.t
11483            ! ext/List/Util/t/p_readonly.t ext/List/Util/t/p_reduce.t
11484            ! ext/List/Util/t/p_refaddr.t ext/List/Util/t/p_reftype.t
11485            ! ext/List/Util/t/p_shuffle.t ext/List/Util/t/p_sum.t
11486            ! ext/List/Util/t/p_tainted.t
11487 ____________________________________________________________________________
11488 [ 29723] By: nicholas                              on 2007/01/08  21:20:26
11489         Log: do $file; won't propagate errors from die, as do is an implicit eval.
11490              So need to propagate errors with $@.
11491      Branch: perl
11492            ! ext/DynaLoader/hints/gnukfreebsd.pl
11493            ! ext/DynaLoader/hints/gnuknetbsd.pl
11494            ! ext/NDBM_File/hints/gnukfreebsd.pl
11495            ! ext/NDBM_File/hints/gnuknetbsd.pl
11496            ! ext/ODBM_File/hints/gnukfreebsd.pl
11497            ! ext/ODBM_File/hints/gnuknetbsd.pl
11498            ! ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
11499            ! ext/Storable/hints/gnukfreebsd.pl
11500            ! ext/Storable/hints/gnuknetbsd.pl lib/perl5db.pl
11501            ! lib/utf8_heavy.pl symbian/config.pl symbian/makesis.pl
11502            ! symbian/xsbuild.pl t/comp/require.t t/op/caller.t t/op/do.t
11503            ! t/op/inccode-tie.t t/op/regexp_noamp.t t/op/regexp_notrie.t
11504            ! t/op/regexp_qr.t t/op/regexp_qr_embed.t t/op/regexp_trielist.t
11505            ! t/op/threads.t t/uni/case.pl win32/ce-helpers/makedist.pl
11506 ____________________________________________________________________________
11507 [ 29719] By: nicholas                              on 2007/01/08  14:28:17
11508         Log: Mention -C on #! line in perltodo. Remove some trailing whitespace that
11509              podchecker warned over.
11510      Branch: perl
11511            ! pod/perltodo.pod
11512 ____________________________________________________________________________
11513 [ 29718] By: rgs                                   on 2007/01/08  11:09:10
11514         Log: Change the API doc for some of the SvXXX testing macros.
11515              Often, those macros simply test a bit in sv_flags, so
11516              the return value should be assigned to a U32 instead of
11517              a bool to avoid truncation. (bug perl #32884)
11518      Branch: perl
11519            ! pod/perlapi.pod sv.h
11520 ____________________________________________________________________________
11521 [ 29717] By: rgs                                   on 2007/01/08  10:35:04
11522         Log: Turn taint warnings (-t) into severe warnings, so they're
11523              on by default, without having to play games with the
11524              warning bits. Add a test for -t.
11525      Branch: perl
11526            ! perl.c pp_ctl.c t/lib/warnings/taint taint.c warnings.h
11527            ! warnings.pl
11528 ____________________________________________________________________________
11529 [ 29716] By: rgs                                   on 2007/01/08  09:26:01
11530         Log: Silence casting warnings
11531      Branch: perl
11532            ! regcomp.c
11533 ____________________________________________________________________________
11534 [ 29715] By: merijn                                on 2007/01/08  07:34:29
11535         Log: Default "$undef" for NV_PRESERVES_UV_BITS causes compilation
11536              failure of sv.c when triggered
11537              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
11538              Date: Mon, 8 Jan 2007 00:49:11 +0100
11539              Message-ID: <20070108004911.7022445c@r2d2>
11540      Branch: perl
11541            ! Configure
11542 ____________________________________________________________________________
11543 [ 29713] By: merijn                                on 2007/01/08  07:19:02
11544         Log: Subject: help cygwin find its dlls even on taint tests with no path
11545              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
11546              Date: Sun, 7 Jan 2007 16:56:28 -0800 (PST)
11547              Message-ID: <2437.63.226.247.31.1168217788.squirrel@63.226.247.31>
11548      Branch: perl
11549            ! cygwin/Makefile.SHs t/op/taint.t
11550 ____________________________________________________________________________
11551 [ 29712] By: davem                                 on 2007/01/08  00:14:22
11552         Log: fix occasional op/time.t failure
11553              test 2 uses far more sys than user time, so it's possible to burn
11554              20 secs of wall time without an apparent increase in user time
11555      Branch: perl
11556            ! t/op/time.t
11557 ____________________________________________________________________________
11558 [ 29711] By: davem                                 on 2007/01/08  00:06:44
11559         Log: allocate op_pv strings from shared mem pool
11560      Branch: perl
11561            ! op.c toke.c
11562 ____________________________________________________________________________
11563 [ 29710] By: rgs                                   on 2007/01/07  23:27:03
11564         Log: In the new test for less.pm, call use_ok at compile-time
11565              and add -w.
11566      Branch: perl
11567            ! lib/less.t
11568 ____________________________________________________________________________
11569 [ 29709] By: rgs                                   on 2007/01/07  23:24:31
11570         Log: Subject: [PATCH] less useful
11571              From: "Joshua ben Jore" <twists@gmail.com>
11572              Date: Sat, 6 Jan 2007 13:33:15 -0800
11573              Message-ID: <dc5c751d0701061333w7b89ea48kf5c8993e3de19b44@mail.gmail.com>
11574      Branch: perl
11575            ! lib/less.pm lib/less.t
11576 ____________________________________________________________________________
11577 [ 29708] By: rgs                                   on 2007/01/07  23:12:26
11578         Log: Subject: Re: [PATCH] ANSIfy the PATH environment variable on Windows
11579              From: demerphq <demerphq@gmail.com>
11580              Date: Sun, 7 Jan 2007 20:51:43 +0100
11581              Message-ID: <9b18b3110701071151y13eaa554w257d2d5016ee0983@mail.gmail.com>
11582      Branch: perl
11583            ! win32/win32.c
11584 ____________________________________________________________________________
11585 [ 29707] By: rgs                                   on 2007/01/07  23:08:04
11586         Log: Subject: DynaLoader test failure on cygwin
11587              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
11588              Date: Sun, 7 Jan 2007 11:56:21 -0800 (PST)
11589              Message-ID: <1675.63.226.247.31.1168199781.squirrel@63.226.247.31>
11590      Branch: perl
11591            ! ext/DynaLoader/t/DynaLoader.t
11592 ____________________________________________________________________________
11593 [ 29706] By: davem                                 on 2007/01/07  14:55:27
11594         Log: silence a warning in perly.c
11595      Branch: perl
11596            ! perly.c
11597 ____________________________________________________________________________
11598 [ 29705] By: rgs                                   on 2007/01/06  07:19:09
11599         Log: Subject: patch: shorten perl.h by six lines
11600              From: "David Nicol" <davidnicol@gmail.com>
11601              Date: Sat, 6 Jan 2007 00:02:24 -0600
11602              Message-ID: <934f64a20701052202p1c77a226w32634a1c69f584c7@mail.gmail.com>
11603      Branch: perl
11604            ! perl.h
11605 ____________________________________________________________________________
11606 [ 29704] By: rgs                                   on 2007/01/06  06:58:41
11607         Log: Add 2007 copyrights in a few more .pl files that
11608              generate code (thanks to Jarkko)
11609      Branch: perl
11610            ! overload.pl reentr.pl
11611 ____________________________________________________________________________
11612 [ 29703] By: rgs                                   on 2007/01/05  23:15:38
11613         Log: Silence a gcc warning, spotted by Tels
11614      Branch: perl
11615            ! regcomp.c
11616 ____________________________________________________________________________
11617 [ 29702] By: rgs                                   on 2007/01/05  18:30:52
11618         Log: Bump version of PerlIO::via after last change
11619      Branch: perl
11620            ! ext/PerlIO/via/via.pm
11621 ____________________________________________________________________________
11622 [ 29701] By: rgs                                   on 2007/01/05  18:26:43
11623         Log: Subject: [PATCH] ext/PerlIO/via/via.xs freeing the wrong thing
11624              From: Bo Lindbergh <blgl@hagernas.com>
11625              Date: Fri, 5 Jan 2007 19:19:53 +0100
11626              Message-Id: <C7070BEE-BFB6-4FA2-A50B-BF20CDB3B61F@hagernas.com>
11627      Branch: perl
11628            ! ext/PerlIO/via/via.xs
11629 ____________________________________________________________________________
11630 [ 29700] By: rgs                                   on 2007/01/05  15:37:54
11631         Log: Normalize copyright of perlio.c for years >= 2006
11632      Branch: perl
11633            ! perlio.c
11634 ____________________________________________________________________________
11635 [ 29699] By: steveh                                on 2007/01/05  15:04:59
11636         Log: Do the same as #29697 for Win32
11637      Branch: perl
11638            ! win32/Makefile win32/makefile.mk
11639 ____________________________________________________________________________
11640 [ 29698] By: rgs                                   on 2007/01/05  14:37:31
11641         Log: Fix the interaction of -w and -t when provided on the command-line
11642              and/or on the shebang line : do not reset the warning bits to
11643              'only taint'.
11644      Branch: perl
11645            ! perl.c pp_ctl.c
11646 ____________________________________________________________________________
11647 [ 29697] By: rgs                                   on 2007/01/05  12:27:22
11648         Log: Fix distclean now that we have re::Tie::Hash::NamedCapture
11649      Branch: perl
11650            ! Makefile.SH
11651 ____________________________________________________________________________
11652 [ 29696] By: rgs                                   on 2007/01/05  10:47:58
11653         Log: Update copyright years in .c files
11654      Branch: perl
11655            ! doio.c doop.c gv.c miniperlmain.c pad.c perl.c pp.c pp_ctl.c
11656            ! pp_hot.c pp_sort.c pp_sys.c regcomp.c regexec.c scope.c
11657            ! universal.c utf8.c
11658 ____________________________________________________________________________
11659 [ 29695] By: rgs                                   on 2007/01/05  10:34:36
11660         Log: Update copyright years in .h files. Also, in .pl
11661              files that generate .h files, so they'll be ready
11662              next time.
11663      Branch: perl
11664            ! XSUB.h keywords.pl op.h opcode.pl pad.h perlio.h perlsdio.h
11665            ! perlsfio.h pp.h regcomp.h regexp.h scope.h thrdvar.h unixish.h
11666            ! utf8.h utfebcdic.h util.h
11667 ____________________________________________________________________________
11668 [ 29694] By: rgs                                   on 2007/01/05  10:21:58
11669         Log: Update copyright for perlio.c
11670      Branch: perl
11671            ! perlio.c
11672 ____________________________________________________________________________
11673 [ 29693] By: rgs                                   on 2007/01/05  09:55:22
11674         Log: Subject: Re: What if NV_PRESERVES_UV_BITS is undef? (was: Re: [PATCH] Configure test code fails to compile if SIGFPE is undefined)
11675              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
11676              Date: Thu, 04 Jan 2007 00:21:02 +0900
11677              Message-Id: <20070104001943.6BC2.BQW10602@nifty.com>
11678      Branch: perl
11679            ! ext/Data/Dumper/t/dumper.t ext/Devel/Peek/t/Peek.t
11680 ____________________________________________________________________________
11681 [ 29692] By: steveh                                on 2007/01/05  09:45:08
11682         Log: Silence various VC6 warnings
11683      Branch: perl
11684            ! ext/B/B.xs perly.c regexec.c util.c win32/win32.c
11685 ____________________________________________________________________________
11686 [ 29691] By: rgs                                   on 2007/01/05  09:11:30
11687         Log: Subject: Re: [PATCH] perlio.c repair
11688              From: Bo Lindbergh <blgl@hagernas.com>
11689              Date: Thu, 4 Jan 2007 18:22:09 +0100
11690              Message-Id: <E22DC961-6821-4AC2-BA2F-9B5B06927758@hagernas.com>
11691      Branch: perl
11692            ! perlio.c
11693 ____________________________________________________________________________
11694 [ 29690] By: rgs                                   on 2007/01/05  07:49:03
11695         Log: Subject: [PATCH] ANSIfy the PATH environment variable on Windows
11696              From: Jan Dubois <jand@ActiveState.com>
11697              Date: Thu, 04 Jan 2007 12:37:48 -0800
11698              Message-ID: <7coqp2pme3r30qaonticuv6c6licieg4cg@4ax.com>
11699      Branch: perl
11700            ! win32/perllib.c win32/win32.c
11701 ____________________________________________________________________________
11702 [ 29689] By: rgs                                   on 2007/01/05  07:47:08
11703         Log: Subject: [PATCH] Add error handling to win32_ansipath
11704              From: Jan Dubois <jand@ActiveState.com>
11705              Date: Thu, 04 Jan 2007 12:20:21 -0800
11706              Message-ID: <f2oqp2dbdglim8bda4q1kajt9k3cvpqqga@4ax.com>
11707      Branch: perl
11708            ! win32/win32.c
11709 ____________________________________________________________________________
11710 [ 29688] By: rgs                                   on 2007/01/04  17:04:11
11711         Log: Upgrade Module::Load::Conditional to 0.14
11712      Branch: perl
11713            + lib/Module/Load/Conditional/t/to_load/InPod.pm
11714            ! MANIFEST lib/Module/Load/Conditional.pm
11715            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
11716            ! lib/Module/Load/Conditional/t/to_load/Commented.pm
11717            ! lib/Module/Load/Conditional/t/to_load/LoadIt.pm
11718            ! lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm
11719 ____________________________________________________________________________
11720 [ 29687] By: rgs                                   on 2007/01/04  15:33:16
11721         Log: 4th patch from: 
11722              
11723              Subject: [PATCH] Cleanup SVf arguments (2nd try)
11724              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
11725              Date: Mon, 1 Jan 2007 20:16:13 +0100
11726              Message-ID: <20070101201613.4120d9ef@r2d2>
11727              
11728              Introduce an SVfARG() macro for %SVf (%-p here) arguments to
11729              perl's printf
11730      Branch: perl
11731            ! XSUB.h doio.c gv.c hv.c mg.c op.c pad.c perl.c perl.h perlio.c
11732            ! pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c regexec.c
11733            ! sv.c toke.c universal.c utf8.c
11734 ____________________________________________________________________________
11735 [ 29686] By: rgs                                   on 2007/01/04  15:29:02
11736         Log: The first three patches from:
11737              
11738              Subject: [PATCH] Cleanup SVf arguments (2nd try)
11739              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
11740              Date: Mon, 1 Jan 2007 20:16:13 +0100
11741              Message-ID: <20070101201613.4120d9ef@r2d2>
11742              
11743              Adds (void*) casts to %-p and %p printf arguments
11744      Branch: perl
11745            ! XSUB.h doio.c hv.c mg.c perl.c perlio.c pp.c pp_hot.c
11746            ! regcomp.c regexec.c scope.c sv.c util.c
11747 ____________________________________________________________________________
11748 [ 29685] By: steveh                                on 2007/01/04  15:21:50
11749         Log: Subject: Re: [PATCH] Symbian port: add Series 90 support
11750              From: Jarkko Hietaniemi <jhi@iki.fi>
11751              Date: Thu, 04 Jan 2007 03:35:54 -0500
11752              Message-ID: <459CBC6A.4060806@iki.fi>
11753              
11754              Fixes a VC7/VC7.1 linker error following #29650/#29651
11755      Branch: perl
11756            ! perl.h util.c
11757 ____________________________________________________________________________
11758 [ 29684] By: rgs                                   on 2007/01/04  14:40:18
11759         Log: Remove no longer used magic vtable
11760      Branch: perl
11761            ! XSUB.h perl.h
11762 ____________________________________________________________________________
11763 [ 29683] By: rgs                                   on 2007/01/04  14:39:08
11764         Log: Silence a 'null argument' warning
11765      Branch: perl
11766            ! dump.c
11767 ____________________________________________________________________________
11768 [ 29682] By: rgs                                   on 2007/01/04  14:30:02
11769         Log: Subject: Re: [PATCH] Change implementation of %+ to use a proper tied hash interface and add support for %-
11770              From: demerphq <demerphq@gmail.com>
11771              Date: Fri, 29 Dec 2006 21:45:51 +0100
11772              Message-ID: <9b18b3110612291245q792fe91cu69422d2b81bb4f0b@mail.gmail.com>
11773      Branch: perl
11774            + ext/re/lib/re/Tie/Hash/NamedCapture.pm
11775            ! MANIFEST doop.c dump.c embed.fnc embed.h ext/re/re.pm
11776            ! ext/re/re.xs ext/re/t/re_funcs.t global.sym gv.c hv.c mg.c
11777            ! perl.h pod/perlapi.pod pod/perlintern.pod pod/perlvar.pod
11778            ! proto.h regcomp.c sv.c t/op/pat.t
11779 ____________________________________________________________________________
11780 [ 29681] By: rgs                                   on 2007/01/04  10:32:13
11781         Log: Subject: [PATCH] Add note to perltodo.pod about Unicode and file globbing
11782              From: Jan Dubois <jand@ActiveState.com>
11783              Date: Thu, 28 Dec 2006 19:06:00 -0800
11784              Message-ID: <4e19p2lgme9qbqjkv78q7154vg6hlaar19@4ax.com>
11785      Branch: perl
11786            ! pod/perltodo.pod
11787 ____________________________________________________________________________
11788 [ 29680] By: davem                                 on 2007/01/04  01:03:22
11789         Log: make parser_free actually free the parser!
11790              also remove two SAVEs left over from #29655
11791      Branch: perl
11792            ! perly.c toke.c
11793 ____________________________________________________________________________
11794 [ 29679] By: nicholas                              on 2007/01/03  23:13:43
11795         Log: Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOURSTASH_set.
11796      Branch: perl
11797            ! dump.c pad.c pad.h sv.c sv.h
11798 ____________________________________________________________________________
11799 [ 29678] By: davem                                 on 2007/01/03  22:17:48
11800         Log: handle cloning of parsers on the save stack
11801      Branch: perl
11802            ! perly.c scope.c scope.h sv.c
11803 ____________________________________________________________________________
11804 [ 29677] By: nicholas                              on 2007/01/03  22:02:49
11805         Log: Teach dump about OURSTASH and COP ranges stored in the NV union.
11806      Branch: perl
11807            ! dump.c
11808 ____________________________________________________________________________
11809 [ 29676] By: stevep                                on 2007/01/03  18:23:32
11810         Log: Subject: [PATCH] Update change 29607 to affect only Win32
11811              From: Jan Dubois <jand@ActiveState.com>
11812              Date: Wed, 03 Jan 2007 08:48:22 -0800
11813              Message-ID: <f9nnp2lf4hsb74jf9unlsj59ahsf4f1o1v@4ax.com>
11814      Branch: perl
11815            ! lib/blib.pm
11816 ____________________________________________________________________________
11817 [ 29675] By: steveh                                on 2007/01/03  17:56:16
11818         Log: Subject: [PATCH] Use short pathnames in $^X and @INC if the long form cannot be represented in the current codepage
11819              From: Jan Dubois <jand@ActiveState.com>
11820              Date: Thu, 28 Dec 2006 18:59:40 -0800
11821              Message-ID: <vq09p2p09k6rcu6c9t0mab3vnc335ghg9m@4ax.com>
11822              
11823              Subject: Re: [PATCH] Use short pathnames in $^X and @INC if the long form cannot be represented in the current codepage
11824              From: Jan Dubois <jand@ActiveState.com>
11825              Date: Wed, 03 Jan 2007 08:12:35 -0800
11826              Message-ID: <orknp2pj17265modfosjkp2qtt4bdgtgjp@4ax.com>
11827      Branch: perl
11828            ! makedef.pl win32/perlhost.h win32/perllib.c win32/vdir.h
11829            ! win32/win32.c win32/win32iop.h
11830 ____________________________________________________________________________
11831 [ 29674] By: stevep                                on 2007/01/03  17:02:53
11832         Log: Subject: [PATCH] Re: g++ unhappy
11833              From: Jarkko Hietaniemi <jhi@iki.fi>
11834              Date: Mon, 01 Jan 2007 14:35:46 -0500
11835              Message-ID: <45996292.5090000@iki.fi>
11836      Branch: perl
11837            ! regcomp.c
11838 ____________________________________________________________________________
11839 [ 29673] By: nicholas                              on 2007/01/03  15:17:29
11840         Log: Make the ptr_table functions available in an unthreaded perl, as other
11841              code (such as Storable) can take advantage of them.
11842      Branch: perl
11843            ! embed.fnc embed.h intrpvar.h makedef.pl proto.h sv.c
11844 ____________________________________________________________________________
11845 [ 29672] By: stevep                                on 2007/01/03  13:56:57
11846         Log: Subject: [PATCH] IO::Compress::* 2.003
11847              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
11848              Date: Tue, 2 Jan 2007 13:14:26 -0000
11849              Message-ID: <02ca01c72e6f$eef88360$6401a8c0@myopwv.com>
11850      Branch: perl
11851            ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README
11852            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
11853            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
11854            ! ext/Compress/Zlib/README
11855            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
11856            ! ext/IO/Compress/Base/Changes ext/IO/Compress/Base/README
11857            ! ext/IO/Compress/Base/lib/IO/Compress/Base.pm
11858            ! ext/IO/Compress/Base/lib/IO/Compress/Base/Common.pm
11859            ! ext/IO/Compress/Base/lib/IO/Uncompress/AnyUncompress.pm
11860            ! ext/IO/Compress/Base/lib/IO/Uncompress/Base.pm
11861            ! ext/IO/Compress/Zlib/Changes ext/IO/Compress/Zlib/Makefile.PL
11862            ! ext/IO/Compress/Zlib/README
11863            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm
11864            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm
11865            ! ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm
11866            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm
11867            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm
11868            ! ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
11869            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm
11870            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm
11871            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm
11872            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm
11873            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
11874            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
11875            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
11876            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
11877            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
11878            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
11879            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
11880 ____________________________________________________________________________
11881 [ 29671] By: stevep                                on 2007/01/03  01:46:41
11882         Log: Upgrade to Time-HiRes-1.9704
11883      Branch: perl
11884            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
11885            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
11886 ____________________________________________________________________________
11887 [ 29670] By: nicholas                              on 2007/01/02  21:45:08
11888         Log: Update copyright years to include 2007. (Plus a couple of 2006s and
11889              earlier we missed in av.h and hv.h)
11890      Branch: perl
11891            ! av.h cv.h dump.c hv.h op.c parser.h perly.c sv.h
11892 ____________________________________________________________________________
11893 [ 29669] By: nicholas                              on 2007/01/02  21:10:13
11894         Log: Assignment to a tainted variable was causing confusion if the source
11895              value was an NV too large for an IV (bug #40708). Fix the confusion
11896              by not promoting private flags to public flags in S_save_magic if
11897              there are already public flags.
11898      Branch: perl
11899            ! mg.c t/op/taint.t
11900 ____________________________________________________________________________
11901 [ 29668] By: nicholas                              on 2007/01/02  20:47:31
11902         Log: PVMG can be isUV too.
11903      Branch: perl
11904            ! dump.c ext/Devel/Peek/t/Peek.t
11905 ____________________________________________________________________________
11906 [ 29667] By: davem                                 on 2007/01/02  19:44:23
11907         Log: fix -Mad build breakage
11908      Branch: perl
11909            ! perly.c
11910 ____________________________________________________________________________
11911 [ 29666] By: nicholas                              on 2007/01/02  18:14:26
11912         Log: Copying to FORMATs should work (and not fail assertions if the value
11913              is floating point). Copying to ARRAYs and HASHes can't work and should
11914              croak.
11915      Branch: perl
11916            ! pod/perldiag.pod sv.c
11917 ____________________________________________________________________________
11918 [ 29665] By: nicholas                              on 2007/01/02  17:41:06
11919         Log: It's good to be able to dump FORMATs too :-)
11920      Branch: perl
11921            ! cv.h
11922 ____________________________________________________________________________
11923 [ 29664] By: nicholas                              on 2007/01/02  16:28:48
11924         Log: Remove the vestigal "#if 0"s from header files that defined same-sized
11925              *allocated structs, as these are not going to be needed again.
11926      Branch: perl
11927            ! av.h hv.h sv.h
11928 ____________________________________________________________________________
11929 [ 29663] By: nicholas                              on 2007/01/02  16:05:02
11930         Log: Probably better to make PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI special
11931              cases, instead of scanning pad.h to find them, and picking up 3 other
11932              superfluous definitions as a side effect.
11933      Branch: perl
11934            ! ext/B/defsubs_h.PL ext/B/t/concise-xs.t
11935 ____________________________________________________________________________
11936 [ 29662] By: nicholas                              on 2007/01/02  14:55:29
11937         Log: Note that the examples for the structure copying bug example are no
11938              longer relevant because of the XPVGV re-ordering.
11939      Branch: perl
11940            ! sv.c
11941 ____________________________________________________________________________
11942 [ 29661] By: steveh                                on 2007/01/02  14:50:56
11943         Log: Fix a couple of linker errors on Win32
11944      Branch: perl
11945            ! makedef.pl
11946 ____________________________________________________________________________
11947 [ 29660] By: davem                                 on 2007/01/02  14:02:40
11948         Log: remove conflict in pending_ident function and field name
11949      Branch: perl
11950            ! embed.fnc embed.h proto.h toke.c
11951 ____________________________________________________________________________
11952 [ 29659] By: steveh                                on 2007/01/02  11:18:26
11953         Log: Check miniperl exists before using it to run uupacktool.pl
11954              during distclean
11955      Branch: perl
11956            ! win32/Makefile win32/makefile.mk
11957 ____________________________________________________________________________
11958 [ 29658] By: merijn                                on 2007/01/02  07:15:38
11959         Log: Subject: [PATCH] Configure test code fails to compile if SIGFPE is undefined
11960              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
11961              Date: Tue, 2 Jan 2007 00:08:27 +0100
11962              Message-ID: <20070102000827.7acf11c8@r2d2>
11963      Branch: perl
11964            ! Configure
11965 ____________________________________________________________________________
11966 [ 29656] By: davem                                 on 2007/01/02  02:19:20
11967         Log: Subject:  [PATCH] really should test compile in AIX or something (fixup after the Series 90 patch)
11968              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
11969              Date:  Tue, 2 Jan 2007 03:15:42 +0200 (EET)
11970              Message-Id:  <200701020115.l021FgtC495074@kosh.hut.fi>
11971      Branch: perl
11972            ! makedef.pl
11973 ____________________________________________________________________________
11974 [ 29655] By: davem                                 on 2007/01/02  01:51:05
11975         Log: move easy lexer state variables into PL_parser
11976              (where "easy" == "only appear in toke.c")
11977      Branch: perl
11978            ! embed.fnc embed.h embedvar.h intrpvar.h parser.h perl.h
11979            ! perlapi.h perly.c proto.h sv.c toke.c
11980 ____________________________________________________________________________
11981 [ 29654] By: stevep                                on 2007/01/02  00:07:52
11982         Log: Quiet a smoke warning in toke.c and bump the copyright year.
11983      Branch: perl
11984            ! toke.c
11985 ____________________________________________________________________________
11986 [ 29653] By: stevep                                on 2007/01/01  22:48:33
11987         Log: Welcome to 2007!  Time to update copyrights from changes earlier
11988              today.
11989      Branch: perl
11990            ! embed.h embed.pl embedvar.h global.sym hv.c mg.c perl.h
11991            ! perlapi.c perlapi.h proto.h sv.c util.c
11992 ____________________________________________________________________________
11993 [ 29652] By: davem                                 on 2007/01/01  22:37:40
11994         Log: split parser initialisation from parser execution
11995      Branch: perl
11996            ! embed.fnc embed.h parser.h perly.c proto.h toke.c
11997 ____________________________________________________________________________
11998 [ 29651] By: stevep                                on 2007/01/01  19:30:05
11999         Log: Add file missed in change #29650.
12000      Branch: perl
12001            + symbian/PerlUiS90.rss
12002 ____________________________________________________________________________
12003 [ 29650] By: stevep                                on 2007/01/01  15:41:48
12004         Log: Subject: [PATCH] Symbian port: add Series 90 support
12005              From: Jarkko Hietaniemi <jhi@iki.fi>
12006              Date: Mon, 01 Jan 2007 08:49:03 -0500
12007              Message-ID: <4599114F.8020307@iki.fi>
12008      Branch: perl
12009            ! MANIFEST README.symbian embed.fnc embed.h embedvar.h
12010            ! global.sym hv.c intrpvar.h lib/ExtUtils/Constant/ProxySubs.pm
12011            ! mg.c perl.h perlapi.h perlio.c pod/perlapi.pod proto.h sv.c
12012            ! symbian/PerlApp.cpp symbian/PerlApp.h symbian/PerlUi.cpp
12013            ! symbian/PerlUi.h symbian/config.pl symbian/config.sh
12014            ! symbian/cwd.pl symbian/install.cfg symbian/makesis.pl
12015            ! symbian/sdk.pl symbian/xsbuild.pl util.c
12016 ____________________________________________________________________________
12017 [ 29649] By: davem                                 on 2007/01/01  11:24:07
12018         Log: split parser stack from parser object
12019      Branch: perl
12020            ! parser.h perly.c
12021 ____________________________________________________________________________
12022 [ 29648] By: davem                                 on 2006/12/31  18:56:37
12023         Log: in lex_start(), ensure that all lexer state vars are saved
12024              and re-initialised. This is mostly overkill, but mimicks the
12025              effect of having all the vars in a single parser object.
12026      Branch: perl
12027            ! toke.c
12028 ____________________________________________________________________________
12029 [ 29647] By: nicholas                              on 2006/12/31  16:58:18
12030         Log: Rationalise the logic in lex_start for creating a new temporary if the
12031              passed in SV is read only or doesn't end in ';'. Also, allow a NULL
12032              pointer to imply a zero length string, which saves creating a mortal
12033              in pp_require, only for it to be ignored in favour of a new SV.
12034      Branch: perl
12035            ! embed.fnc pp_ctl.c proto.h toke.c
12036 ____________________________________________________________________________
12037 [ 29646] By: stevep                                on 2006/12/31  16:37:54
12038         Log: Fix to test failures caused by change #29606 when PERLIO=stdio.
12039              Based on suggestions from Ilya Zakharevich in 
12040              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-12/msg00646.html
12041      Branch: perl
12042            ! lib/SelfLoader.pm
12043 ____________________________________________________________________________
12044 [ 29645] By: merijn                                on 2006/12/31  13:58:57
12045         Log: Subject: [PATCH] smoke signs suppression
12046              From: Jarkko Hietaniemi <jhi@iki.fi>
12047              Date: Sun, 31 Dec 2006 08:51:52 -0500
12048              Message-ID: <4597C078.4000503@iki.fi>
12049      Branch: perl
12050            ! iperlsys.h perly.c regcomp.c
12051 ____________________________________________________________________________
12052 [ 29644] By: nicholas                              on 2006/12/31  12:31:09
12053         Log: As freeing up PL_linestr is now done via the scope stack, there's no
12054              need to make any temporary varariable a mortal, and waste effort on
12055              the temp stack (not) clearing it up.
12056      Branch: perl
12057            ! toke.c
12058 ____________________________________________________________________________
12059 [ 29643] By: nicholas                              on 2006/12/31  12:07:37
12060         Log: PL_linestr needs to survive until the end of scope, not just the next
12061              FREETMPS. Fixes the underlying cause of the thread cloning SEGV
12062              reported in http://www.nntp.perl.org/group/perl.perl5.porters/63123
12063      Branch: perl
12064            + t/op/threads_create.pl
12065            ! MANIFEST sv.c t/op/threads.t toke.c
12066 ____________________________________________________________________________
12067 [ 29642] By: nicholas                              on 2006/12/31  00:08:00
12068         Log: Move SVt_BIND to be the lowest type after SVt_NULL. This will force all
12069              code attempting to upgrade a BIND to anything into sv_upgrade(), which
12070              for now will croak, but in future can DTRT, for whatever TRT is decided
12071              to be. Make SvOK() check the flags of the referenant for a BIND, as I
12072              envisage that the only flag bit that will get set on a BIND is SVf_UTF8
12073              even if the referant has a defined value.
12074      Branch: perl
12075            ! dump.c ext/B/B.xs sv.c sv.h
12076 ____________________________________________________________________________
12077 [ 29641] By: stevep                                on 2006/12/30  05:55:53
12078         Log: Subject: [PATCH] Update Compress Modules to version 2.002
12079              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
12080              Date: Fri, 29 Dec 2006 20:50:26 -0000
12081              Message-ID: <000501c72b8a$f96b2ba0$6401a8c0@myopwv.com>
12082      Branch: perl
12083            ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README
12084            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
12085            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
12086            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
12087            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/14gzopen.t
12088            ! ext/IO/Compress/Base/Changes ext/IO/Compress/Base/README
12089            ! ext/IO/Compress/Base/lib/IO/Compress/Base.pm
12090            ! ext/IO/Compress/Base/lib/IO/Compress/Base/Common.pm
12091            ! ext/IO/Compress/Base/lib/IO/Uncompress/AnyUncompress.pm
12092            ! ext/IO/Compress/Base/lib/IO/Uncompress/Base.pm
12093            ! ext/IO/Compress/Base/t/01misc.t ext/IO/Compress/Zlib/Changes
12094            ! ext/IO/Compress/Zlib/README
12095            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm
12096            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm
12097            ! ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm
12098            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm
12099            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm
12100            ! ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
12101            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm
12102            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm
12103            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm
12104            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm
12105            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
12106            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
12107            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
12108            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
12109            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
12110            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
12111            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
12112            ! t/lib/compress/CompTestUtils.pm t/lib/compress/multi.pl
12113            ! t/lib/compress/oneshot.pl
12114 ____________________________________________________________________________
12115 [ 29640] By: davem                                 on 2006/12/30  01:18:18
12116         Log: fix a test failing under -Dmad
12117      Branch: perl
12118            ! ext/List/Util/t/weak.t
12119 ____________________________________________________________________________
12120 [ 29639] By: nicholas                              on 2006/12/29  16:20:39
12121         Log: With xlow and xhigh as U32, PAD_MAX shouldn't be IV_MAX, as on a 64 bit
12122              system this can't be stored.
12123      Branch: perl
12124            ! pad.c
12125 ____________________________________________________________________________
12126 [ 29638] By: nicholas                              on 2006/12/29  14:42:03
12127         Log: I failed to run regen.pl to propagate my pad.c changes to perlintern.pod
12128      Branch: perl
12129            ! pod/perlintern.pod
12130 ____________________________________________________________________________
12131 [ 29637] By: nicholas                              on 2006/12/29  00:17:18
12132         Log: In Perl_fbm_compile, really rarest should be U32 not I32, as it is
12133              set from a U32, and used as an array index.
12134      Branch: perl
12135            ! util.c
12136 ____________________________________________________________________________
12137 [ 29636] By: davem                                 on 2006/12/29  00:08:35
12138         Log: further fix for #29543: fix parser leaks caused by croaking
12139      Branch: perl
12140            ! dump.c op.c op.h perly.c t/comp/parser.t
12141 ____________________________________________________________________________
12142 [ 29635] By: nicholas                              on 2006/12/28  23:57:16
12143         Log: Eliminate BmPREVIOUS_set - with the complexity gone from how the datum
12144              is stored, there's no need for it.
12145      Branch: perl
12146            ! sv.h util.c
12147 ____________________________________________________________________________
12148 [ 29634] By: nicholas                              on 2006/12/28  23:35:54
12149         Log: Move all the FBM data fields from the table into a struct xbm_s which
12150              is part of the xnv union.
12151      Branch: perl
12152            ! av.h cv.h hv.h sv.h util.c
12153 ____________________________________________________________________________
12154 [ 29633] By: nicholas                              on 2006/12/28  22:40:37
12155         Log: With PAD_COMPNAME_GEN in SvUVX, SvCUR is trustworthy once more.
12156      Branch: perl
12157            ! op.c pad.h sv.c
12158 ____________________________________________________________________________
12159 [ 29632] By: nicholas                              on 2006/12/28  22:03:56
12160         Log: Move PAD_COMPNAME_GEN from SvCUR to SvUVX.
12161      Branch: perl
12162            ! op.c pad.c pad.h
12163 ____________________________________________________________________________
12164 [ 29631] By: nicholas                              on 2006/12/28  21:41:52
12165         Log: Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad.h, export them via
12166              B.pm, so that B::Concise doesn't need to hard code magic numbers.
12167      Branch: perl
12168            ! ext/B/B/Concise.pm ext/B/defsubs_h.PL ext/B/t/concise-xs.t
12169            ! pad.c pad.h
12170 ____________________________________________________________________________
12171 [ 29630] By: nicholas                              on 2006/12/28  21:21:22
12172         Log: Move the low/high cop sequences from NVX/IVX to a two U32 structure
12173              in the xnv union. This frees up IVX for the PL_generation code, which
12174              in turn will allow SvCUR to return to its real purpose.
12175      Branch: perl
12176            ! av.h cv.h hv.h pad.c pad.h sv.h
12177 ____________________________________________________________________________
12178 [ 29629] By: nicholas                              on 2006/12/28  20:02:03
12179         Log: Abstract the pad code's overloaded use of SvNVX and SvIVX into
12180              4 macros COP_SEQ_RANGE_LOW, COP_SEQ_RANGE_HIGH, PARENT_PAD_INDEX
12181              and PARENT_FAKELEX_FLAGS
12182      Branch: perl
12183            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Deparse.pm
12184            ! pad.c pad.h
12185 ____________________________________________________________________________
12186 [ 29628] By: nicholas                              on 2006/12/28  17:55:06
12187         Log: Change PAD_MAX to something a bit less FORTRAN-ish than 999999999.
12188      Branch: perl
12189            ! pad.c
12190 ____________________________________________________________________________
12191 [ 29627] By: stevep                                on 2006/12/27  19:36:13
12192         Log: Upgrade to Errno-1.10 (!).  I have left the core tests as is for
12193              now as well as for Makefile.PL, which need some looking into.
12194      Branch: perl
12195            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
12196 ____________________________________________________________________________
12197 [ 29626] By: nicholas                              on 2006/12/27  15:27:58
12198         Log: Subject: [PATCH] Macroize char class tests in case to remove duplicated code.
12199              From: demerphq <demerphq@gmail.com>
12200              Message-ID: <9b18b3110612270237i40e5ef34ud80898459ee338eb@mail.gmail.com>
12201              Date: Wed, 27 Dec 2006 11:37:36 +0100
12202      Branch: perl
12203            ! regcomp.c
12204 ____________________________________________________________________________
12205 [ 29625] By: stevep                                on 2006/12/27  14:13:27
12206         Log: Upgrade to CPAN-1.83_66.
12207      Branch: perl
12208            + lib/CPAN/Kwalify.pm lib/CPAN/Kwalify/distroprefs.dd
12209            + lib/CPAN/Kwalify/distroprefs.yml
12210            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm
12211            ! lib/CPAN/HandleConfig.pm lib/CPAN/Version.pm
12212            ! lib/CPAN/t/10version.t
12213 ____________________________________________________________________________
12214 [ 29624] By: stevep                                on 2006/12/26  15:53:57
12215         Log: Cannot use a L<> within a preformatted section of a Pod document.
12216      Branch: perl
12217            ! pod/perlreref.pod
12218 ____________________________________________________________________________
12219 [ 29623] By: rgs                                   on 2006/12/26  14:22:15
12220         Log: Subject: Re: Named-capture regex syntax
12221              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
12222              Date: Tue, 26 Dec 2006 23:11:38 +0900
12223              Message-Id: <20061226231027.8320.BQW10602@nifty.com>
12224      Branch: perl
12225            ! t/op/pat.t
12226 ____________________________________________________________________________
12227 [ 29622] By: rgs                                   on 2006/12/25  17:09:07
12228         Log: Fix a couple of warnings
12229      Branch: perl
12230            ! regcomp.c
12231 ____________________________________________________________________________
12232 [ 29621] By: rgs                                   on 2006/12/25  17:03:14
12233         Log: Subject: Re: Named-capture regex syntax
12234              From: demerphq <demerphq@gmail.com>
12235              Date: Sun, 24 Dec 2006 14:38:15 +0100
12236              Message-ID: <9b18b3110612240538m5c45654br7d27171835f6664@mail.gmail.com>
12237      Branch: perl
12238            ! pod/perldiag.pod pod/perlre.pod regcomp.c regcomp.h t/op/pat.t
12239            ! t/op/re_tests
12240 ____________________________________________________________________________
12241 [ 29620] By: rgs                                   on 2006/12/24  09:28:22
12242         Log: The PERLIO environment variable, when unset, doesn't default to :stdio.
12243      Branch: perl
12244            ! pod/perlrun.pod
12245 ____________________________________________________________________________
12246 [ 29619] By: rgs                                   on 2006/12/23  16:15:50
12247         Log: Fix #6006 for taint mode too.
12248      Branch: perl
12249            ! op.c t/op/subst.t
12250 ____________________________________________________________________________
12251 [ 29618] By: rgs                                   on 2006/12/23  15:52:27
12252         Log: Remove -T from op/subst.t, and add a new test file, substT.t,
12253              to run the s/// tests under taint mode; mark the test for
12254              RT #6006 as TODO, but only with -T.
12255      Branch: perl
12256            + t/op/substT.t
12257            ! MANIFEST t/op/subst.t
12258 ____________________________________________________________________________
12259 [ 29617] By: rgs                                   on 2006/12/23  15:38:50
12260         Log: A better fix for RT #6006: revert change 29616, which was bogus,
12261              and add OP_SCOPE to the list of "dangerous" ops that might appear
12262              on the right side of s///.
12263              However, this fix does not work under taint mode, and op/subst.t
12264              has -T.
12265      Branch: perl
12266            ! op.c
12267 ____________________________________________________________________________
12268 [ 29616] By: rgs                                   on 2006/12/23  13:52:02
12269         Log: Fix RT #6006: Regexp replaces using large replacement variables fail
12270              some of the time (i.e. when the substitution contains something
12271              like ${10}). Patch derived from a patch by Hugo van der Sanden;
12272              added also a second test (Yves Orton already added a TODO test
12273              for this.)
12274      Branch: perl
12275            ! op.c t/op/subst.t
12276 ____________________________________________________________________________
12277 [ 29615] By: rgs                                   on 2006/12/23  12:31:26
12278         Log: Upgrade to Module::Build 0.2806
12279      Branch: perl
12280            + lib/Module/Build/Config.pm
12281            ! MANIFEST lib/Module/Build.pm lib/Module/Build/API.pod
12282            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
12283            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
12284            ! lib/Module/Build/Cookbook.pm lib/Module/Build/ModuleInfo.pm
12285            ! lib/Module/Build/PPMMaker.pm
12286            ! lib/Module/Build/Platform/Amiga.pm
12287            ! lib/Module/Build/Platform/Default.pm
12288            ! lib/Module/Build/Platform/EBCDIC.pm
12289            ! lib/Module/Build/Platform/MPEiX.pm
12290            ! lib/Module/Build/Platform/MacOS.pm
12291            ! lib/Module/Build/Platform/RiscOS.pm
12292            ! lib/Module/Build/Platform/Unix.pm
12293            ! lib/Module/Build/Platform/VMS.pm
12294            ! lib/Module/Build/Platform/VOS.pm
12295            ! lib/Module/Build/Platform/Windows.pm
12296            ! lib/Module/Build/Platform/aix.pm
12297            ! lib/Module/Build/Platform/darwin.pm
12298            ! lib/Module/Build/Platform/os2.pm lib/Module/Build/Version.pm
12299            ! lib/Module/Build/t/basic.t lib/Module/Build/t/ext.t
12300            ! lib/Module/Build/t/extend.t lib/Module/Build/t/metadata.t
12301            ! lib/Module/Build/t/moduleinfo.t lib/Module/Build/t/xs.t
12302 ____________________________________________________________________________
12303 [ 29614] By: rgs                                   on 2006/12/23  11:45:28
12304         Log: syswrite() wasn't reporting a warning when writing to a filehandle
12305              opened only for input.
12306      Branch: perl
12307            ! pp_sys.c t/lib/warnings/pp_sys
12308 ____________________________________________________________________________
12309 [ 29613] By: rgs                                   on 2006/12/22  15:44:51
12310         Log: The Perl 6 specification is still evolving, so don't refer to it.
12311      Branch: perl
12312            ! pod/perlsyn.pod
12313 ____________________________________________________________________________
12314 [ 29612] By: stevep                                on 2006/12/22  15:18:02
12315         Log: miniperl may not have been successfully built before running a
12316              "make distclean".
12317      Branch: perl
12318            ! Makefile.SH
12319 ____________________________________________________________________________
12320 [ 29611] By: stevep                                on 2006/12/22  14:53:17
12321         Log: Silence an unused variable warning in sv.c.
12322      Branch: perl
12323            ! sv.h
12324 ____________________________________________________________________________
12325 [ 29610] By: rgs                                   on 2006/12/22  11:30:47
12326         Log: Unshare the shared string gp_file_hek only if it exists in a GP.
12327              Not doing this will produce invalid frees in the global destruction
12328              process, probably because the empty string will get freed several
12329              times. This should be safe since gp_file_hek is only assigned a
12330              new value with share_hek().
12331      Branch: perl
12332            ! gv.c
12333 ____________________________________________________________________________
12334 [ 29609] By: rgs                                   on 2006/12/21  10:24:05
12335         Log: Upgrade to Text::Balanced 2.0.0
12336      Branch: perl
12337            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
12338            ! lib/Text/Balanced/README lib/Text/Balanced/t/extqlk.t
12339 ____________________________________________________________________________
12340 [ 29608] By: rgs                                   on 2006/12/21  10:12:14
12341         Log: Subject: [PATCH] threads 1.57
12342              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12343              Date: Wed, 20 Dec 2006 10:30:21 -0800 (PST)
12344              Message-ID: <20061220183021.79793.qmail@web30205.mail.mud.yahoo.com>
12345      Branch: perl
12346            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
12347            ! ext/threads/t/join.t ext/threads/t/state.t
12348            ! ext/threads/t/thread.t ext/threads/threads.pm
12349            ! ext/threads/threads.xs
12350 ____________________________________________________________________________
12351 [ 29607] By: rgs                                   on 2006/12/21  09:47:34
12352         Log: Subject: [PATCH] allow blib.pm to be used for testing Win32 module (again)
12353              From: Jan Dubois <jand@ActiveState.com>
12354              Date: Wed, 20 Dec 2006 18:53:51 -0800
12355              Message-ID: <vjtjo21l5ksgeab6k9l46d9pvlg5vf86rt@4ax.com>
12356      Branch: perl
12357            ! lib/blib.pm
12358 ____________________________________________________________________________
12359 [ 29606] By: stevep                                on 2006/12/21  05:47:31
12360         Log: Subject: [PATCH 5.8.8] SelfLoader after fork()
12361              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12362              Date: Mon, 18 Dec 2006 01:13:59 -0800
12363              Message-ID: <20061218091359.GA14985@powdermilk.math.berkeley.edu>
12364      Branch: perl
12365            ! lib/SelfLoader.pm
12366 ____________________________________________________________________________
12367 [ 29605] By: stevep                                on 2006/12/21  05:12:28
12368         Log: Subject: [PATCH] Implement killpg() for MSWin32
12369              From: Jan Dubois <jand@ActiveState.com>
12370              Date: Wed, 20 Dec 2006 15:41:00 -0800
12371              Message-ID: <m8hjo2pasv3hdbhd1sj9sasen7tm38hrhp@4ax.com>
12372      Branch: perl
12373            ! win32/config.bc win32/config.gc win32/config.vc
12374            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
12375            ! win32/config_H.vc win32/config_H.vc64 win32/perlhost.h
12376            ! win32/win32.c win32/win32.h
12377 ____________________________________________________________________________
12378 [ 29604] By: rgs                                   on 2006/12/20  16:13:32
12379         Log: Subject: Re: [PATCH] Making adding binary files possible
12380              From: demerphq <demerphq@gmail.com>
12381              Date: Wed, 20 Dec 2006 16:00:33 +0100
12382              Message-ID: <9b18b3110612200700k48157cd1n1f2305f306b7de32@mail.gmail.com>
12383              
12384              plus matching updates to Makefile.SH and patching.pod
12385      Branch: perl
12386            + uupacktool.pl win32/perlexe.ico.packd
12387            - pack.pl packed_files.pl win32/makeico.pl
12388            ! MANIFEST Makefile.SH Porting/patching.pod win32/Makefile
12389            ! win32/Makefile.ce win32/makefile.mk
12390 ____________________________________________________________________________
12391 [ 29603] By: merijn                                on 2006/12/20  12:58:41
12392         Log: Open Configure to the world of 64bitonly environments
12393      Branch: perl
12394            ! Configure
12395 ____________________________________________________________________________
12396 [ 29601] By: rgs                                   on 2006/12/20  11:15:29
12397         Log: Fix leaks in label strings allocation in COPs
12398      Branch: perl
12399            ! cop.h perly.act perly.h perly.tab perly.y toke.c
12400 ____________________________________________________________________________
12401 [ 29600] By: rgs                                   on 2006/12/20  09:30:06
12402         Log: Don't free the original label string when assigning it to cop_label,
12403              since it comes directly from the parser. (That was making op/goto.t
12404              fail under threads and without debugging on some platforms.)
12405      Branch: perl
12406            ! cop.h
12407 ____________________________________________________________________________
12408 [ 29599] By: stevep                                on 2006/12/20  04:20:14
12409         Log: Subject: [PATCH] threads::shared 1.06
12410              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12411              Date: Tue, 19 Dec 2006 10:30:47 -0800 (PST)
12412              Message-ID: <525867.40748.qm@web30207.mail.mud.yahoo.com>
12413      Branch: perl
12414            ! ext/threads/shared/Changes ext/threads/shared/README
12415            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12416            ! ext/threads/shared/t/cond.t
12417 ____________________________________________________________________________
12418 [ 29598] By: stevep                                on 2006/12/20  04:14:06
12419         Log: Subject: [PATCH] Update cwd() to return the "short" pathname if the long one doesn't fit the codepage
12420              From: Jan Dubois <jand@ActiveState.com>
12421              Date: Mon, 18 Dec 2006 21:37:25 -0800
12422              Message-ID: <3rteo219or8hqr511e4vg1fnsgvgemb4sh@4ax.com>
12423      Branch: perl
12424            ! win32/perlhost.h win32/vdir.h
12425 ____________________________________________________________________________
12426 [ 29597] By: stevep                                on 2006/12/20  04:07:11
12427         Log: Subject: [PATCH] let readdir() return the alternate (short) filename if the long name is outside the current codepage
12428              From: Jan Dubois <jand@ActiveState.com>
12429              Date: Tue, 19 Dec 2006 13:49:40 -0800
12430              Message-ID: <8nmgo2dr5gtmv00gtfu07g7rdgitr859jk@4ax.com>
12431      Branch: perl
12432            ! win32/win32.c
12433 ____________________________________________________________________________
12434 [ 29596] By: merijn                                on 2006/12/19  19:48:51
12435         Log: Subject: [PATCH] Re: 'localtime' not thread-safe under HP-UX B.11.11/64
12436              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12437              Date: Mon, 18 Dec 2006 10:18:28 -0800 (PST)
12438              Message-ID: <31291.28361.qm@web30205.mail.mud.yahoo.com>
12439      Branch: perl
12440            ! hints/hpux.sh
12441 ____________________________________________________________________________
12442 [ 29595] By: rgs                                   on 2006/12/19  15:22:24
12443         Log: Proper cleanup for Errno.pm
12444      Branch: perl
12445            ! ext/Errno/Makefile.PL
12446 ____________________________________________________________________________
12447 [ 29594] By: rgs                                   on 2006/12/19  15:14:47
12448         Log: Fix paths of pack.pl in patching.pod
12449      Branch: perl
12450            ! Porting/patching.pod
12451 ____________________________________________________________________________
12452 [ 29593] By: rgs                                   on 2006/12/19  15:07:45
12453         Log: Subject: [PATCH] Making adding binary files possible
12454              From: "Jos Boumans" <kane@dwim.org>
12455              Date: Fri, 15 Dec 2006 20:51:45 +0100 (CET)
12456              Message-ID: <19978.80.127.35.68.1166212305.squirrel@webmail.xs4all.nl>
12457              
12458              with a few tweaks
12459      Branch: perl
12460            + pack.pl packed_files.pl
12461            ! MANIFEST Makefile.SH Porting/patching.pod
12462 ____________________________________________________________________________
12463 [ 29592] By: rgs                                   on 2006/12/19  10:50:13
12464         Log: Add a regression test to verify that POSIX::AUTOLOAD works,
12465              and silence a potential warning from it.
12466      Branch: perl
12467            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
12468 ____________________________________________________________________________
12469 [ 29591] By: rgs                                   on 2006/12/19  10:23:29
12470         Log: Disable strictures in POSIX AUTOLOAD
12471      Branch: perl
12472            ! ext/POSIX/POSIX.pm
12473 ____________________________________________________________________________
12474 [ 29590] By: rgs                                   on 2006/12/19  09:49:30
12475         Log: Subject: [PATCH] Don't destroy the Unicode system environment on Perl startup
12476              From: Jan Dubois <jand@ActiveState.com>
12477              Date: Mon, 18 Dec 2006 16:34:33 -0800
12478              Message-ID: <bsbeo2hama2sdo3kqdbrdhp505caeft6h9@4ax.com>
12479      Branch: perl
12480            ! perl.c
12481 ____________________________________________________________________________
12482 [ 29589] By: davem                                 on 2006/12/19  02:25:19
12483         Log: make -Dpv print 8 parser stack items, not 9
12484      Branch: perl
12485            ! perly.c
12486 ____________________________________________________________________________
12487 [ 29588] By: nicholas                              on 2006/12/18  22:12:36
12488         Log: Making strict et al propagate into autoloaded subroutines seems a
12489              worthy todo.
12490      Branch: perl
12491            ! pod/perltodo.pod
12492 ____________________________________________________________________________
12493 [ 29587] By: nicholas                              on 2006/12/18  22:04:19
12494         Log: Ensure that POSIX.pm is strict and warnings compliant throughout if
12495              the __END__ is temporarily removed.
12496      Branch: perl
12497            ! ext/POSIX/POSIX.pm
12498 ____________________________________________________________________________
12499 [ 29586] By: nicholas                              on 2006/12/18  21:23:43
12500         Log: Given that POSIX already has AutoLoader loaded, move as much as
12501              possible of POSIX::SigRt out to AutoLoadLand, so that it won't be
12502              loaded unless someone starts using the realtime signals interface.
12503      Branch: perl
12504            ! ext/POSIX/POSIX.pm
12505 ____________________________________________________________________________
12506 [ 29585] By: rgs                                   on 2006/12/18  16:06:38
12507         Log: Subject: Re: [PATCH] do not meddle in the affairs of PERL_TRACK_MEMPOOL
12508              From: Jarkko Hietaniemi <jhi@iki.fi>
12509              Date: Sun, 17 Dec 2006 22:17:34 -0500
12510              Message-ID: <4586084E.8040706@iki.fi>
12511              
12512              Introduce CopLABEL() macro to deal with labels attached to COPs.
12513      Branch: perl
12514            ! cop.h op.c scope.h
12515 ____________________________________________________________________________
12516 [ 29584] By: stevep                                on 2006/12/18  15:36:11
12517         Log: Subject: [PATCH blead] Re: [perl #41071] require stringifies code references in tied @INC
12518              From: Rick Delaney <rick@bort.ca>
12519              Date: Fri, 15 Dec 2006 23:28:25 -0500
12520              Message-ID: <20061216042825.GB23501@localhost.localdomain>
12521      Branch: perl
12522            + t/op/inccode-tie.t
12523            ! MANIFEST pp_ctl.c t/op/inccode.t
12524 ____________________________________________________________________________
12525 [ 29583] By: rgs                                   on 2006/12/18  14:43:58
12526         Log: ExtUtils/MakeMaker.pm: WriteEmptyMakefile() was ignoring FIRST_MAKEFILE
12527              
12528              Subject: [PATCH 5.8.8] OS/2 build, small change
12529              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12530              Date: Mon, 18 Dec 2006 01:20:12 -0800
12531              Message-ID: <20061218092012.GA15022@powdermilk.math.berkeley.edu>
12532      Branch: perl
12533            ! lib/ExtUtils/MakeMaker.pm
12534 ____________________________________________________________________________
12535 [ 29582] By: rgs                                   on 2006/12/18  14:43:05
12536         Log: lib/perl5db.pl: Remove code now moved to OS2::Process
12537              
12538              Subject: [PATCH 5.8.8] OS/2 build, small change
12539              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12540              Date: Mon, 18 Dec 2006 01:20:12 -0800
12541              Message-ID: <20061218092012.GA15022@powdermilk.math.berkeley.edu>
12542      Branch: perl
12543            ! lib/perl5db.pl
12544 ____________________________________________________________________________
12545 [ 29581] By: rgs                                   on 2006/12/18  13:35:18
12546         Log: Bump version number of ExtUtils::MM_Unix after last change
12547      Branch: perl
12548            ! lib/ExtUtils/MM_Unix.pm
12549 ____________________________________________________________________________
12550 [ 29580] By: rgs                                   on 2006/12/18  13:34:00
12551         Log: Subject: [PATCH 5.8.8] OS/2-specific fixes, round II
12552              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12553              Date: Mon, 18 Dec 2006 00:45:24 -0800
12554              Message-ID: <20061218084524.GA14866@powdermilk.math.berkeley.edu>
12555      Branch: perl
12556            + os2/OS2/Process/t/os2_atoms.t
12557            + os2/OS2/Process/t/os2_clipboard.t os2/os2_pipe.t
12558            ! MANIFEST emacs/ptags ext/DynaLoader/XSLoader_pm.PL
12559            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
12560            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
12561            ! os2/OS2/Process/t/os2_process.t os2/OS2/REXX/DLL/Changes
12562            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h perl.c util.c
12563 ____________________________________________________________________________
12564 [ 29579] By: rgs                                   on 2006/12/18  11:53:54
12565         Log: ExtUtils::Command is now maintained separately from MakeMaker
12566      Branch: perl
12567            ! Porting/Maintainers.pl
12568 ____________________________________________________________________________
12569 [ 29578] By: rgs                                   on 2006/12/18  11:47:56
12570         Log: Subject: [PATCH 5.8.8] Fixes for the test suite on OS/2
12571              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12572              Date: Wed, 13 Dec 2006 18:32:22 -0800
12573              Message-ID: <20061214023222.GA29084@powdermilk.math.berkeley.edu>
12574      Branch: perl
12575            ! ext/IO/t/io_unix.t lib/ExtUtils/t/eu_command.t
12576            ! lib/Time/Local.t os2/OS2/ExtAttr/t/os2_ea.t t/io/fs.t
12577            ! t/op/stat.t
12578 ____________________________________________________________________________
12579 [ 29577] By: rgs                                   on 2006/12/18  10:49:15
12580         Log: Subject: [PATCH 5.8.8] OS/2: survive SIGCHLD
12581              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12582              Date: Mon, 18 Dec 2006 00:55:19 -0800
12583              Message-ID: <20061218085519.GA14893@powdermilk.math.berkeley.edu>
12584              
12585              plus a perldiag entry for the new error,
12586              "Maximal count of pending signals (%s) exceeded"
12587      Branch: perl
12588            ! mg.c pod/perldiag.pod
12589 ____________________________________________________________________________
12590 [ 29576] By: rgs                                   on 2006/12/18  10:07:10
12591         Log: Subject: [PATCH] C++: regcomp.c and ext/Time/Piece/Piece.xs
12592              From: Jarkko Hietaniemi <jhi@iki.fi>
12593              Date: Sun, 17 Dec 2006 22:45:29 -0500
12594              Message-ID: <45860ED9.9090808@iki.fi>
12595      Branch: perl
12596            ! ext/Time/Piece/Piece.xs regcomp.c
12597 ____________________________________________________________________________
12598 [ 29575] By: rgs                                   on 2006/12/18  09:58:48
12599         Log: Subject: PATCH: Add =encoding directive to non-latin READMEs
12600              From: Slaven Rezic <slaven@rezic.de>
12601              Date: 16 Dec 2006 11:20:36 +0100
12602              Message-ID: <87wt4sdtvv.fsf@biokovo.herceg.de>
12603      Branch: perl
12604            ! README.cn README.jp README.ko README.tw
12605 ____________________________________________________________________________
12606 [ 29574] By: rgs                                   on 2006/12/18  09:51:09
12607         Log: Subject: [PATCH] perl.c: leak avoidance
12608              From: Jarkko Hietaniemi <jhi@iki.fi>
12609              Date: Sat, 16 Dec 2006 11:48:13 -0500
12610              Message-ID: <4584234D.7070209@iki.fi>
12611      Branch: perl
12612            ! perl.c
12613 ____________________________________________________________________________
12614 [ 29573] By: craigb                                on 2006/12/18  01:15:43
12615         Log: In vms/vms.c, don't prototype decw$term_port until after 
12616              config.h (via perl.h) is included.  That's where USE_VMS_DECTERM
12617              is defined.
12618      Branch: perl
12619            ! vms/vms.c
12620 ____________________________________________________________________________
12621 [ 29572] By: craigb                                on 2006/12/18  01:11:41
12622         Log: Don't try to build Win32 on VMS
12623      Branch: perl
12624            ! configure.com
12625 ____________________________________________________________________________
12626 [ 29571] By: nicholas                              on 2006/12/18  00:27:43
12627         Log: POSIX::SigAction::new can be moved into the AUTOLOAD section.
12628      Branch: perl
12629            ! ext/POSIX/POSIX.pm
12630 ____________________________________________________________________________
12631 [ 29570] By: davem                                 on 2006/12/18  00:24:01
12632         Log: move parser state into new parser object, PL_parser
12633      Branch: perl
12634            + parser.h
12635            ! MANIFEST embedvar.h intrpvar.h perl.h perlapi.h perly.c
12636            ! pod/perlapi.pod pod/perlintern.pod toke.c
12637 ____________________________________________________________________________
12638 [ 29569] By: davem                                 on 2006/12/17  22:21:40
12639         Log: merge the four parser stacks into one
12640      Branch: perl
12641            ! perly.act perly.c regen_perly.pl
12642 ____________________________________________________________________________
12643 [ 29568] By: davem                                 on 2006/12/17  20:00:19
12644         Log: delete dead code and macros from perly.c
12645      Branch: perl
12646            ! perly.c
12647 ____________________________________________________________________________
12648 [ 29567] By: davem                                 on 2006/12/17  19:42:35
12649         Log: unify stacks arithmetic in parser
12650      Branch: perl
12651            ! perly.c
12652 ____________________________________________________________________________
12653 [ 29566] By: nicholas                              on 2006/12/16  23:03:42
12654         Log: Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym for SVf_SCREAM)
12655              to note when a proxy constant subroutine is copied. This allows us to
12656              correctly set GvIMPORTED_CV_on() if the symbol is ever turned into a
12657              real GV.
12658      Branch: perl
12659            + t/lib/proxy_constant_subs.t
12660            ! MANIFEST dump.c gv.c pp_hot.c sv.h
12661 ____________________________________________________________________________
12662 [ 29565] By: nicholas                              on 2006/12/16  16:54:06
12663         Log: Split out the use of SVp_SCREAM for GVs with GPs into a new symbolic
12664              flag SVpgv_GP, and use this in isGV_with_GP_on/off.
12665      Branch: perl
12666            ! dump.c ext/Devel/Peek/t/Peek.t gv.c mg.c sv.c sv.h
12667 ____________________________________________________________________________
12668 [ 29564] By: davem                                 on 2006/12/16  15:37:32
12669         Log: remove extraneous declaration prom perly.tab
12670      Branch: perl
12671            ! perly.tab regen_perly.pl
12672 ____________________________________________________________________________
12673 [ 29563] By: rgs                                   on 2006/12/16  10:03:23
12674         Log: Subject: [PATCH] threads 1.56
12675              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12676              Date: Fri, 15 Dec 2006 09:22:17 -0800 (PST)
12677              Message-ID: <20061215172217.10959.qmail@web30211.mail.mud.yahoo.com>
12678      Branch: perl
12679            ! ext/threads/Changes ext/threads/README ext/threads/t/err.t
12680            ! ext/threads/t/exit.t ext/threads/t/thread.t
12681            ! ext/threads/threads.pm
12682 ____________________________________________________________________________
12683 [ 29562] By: rgs                                   on 2006/12/16  09:54:47
12684         Log: TODO addition by Jerry D. Hedden.
12685      Branch: perl
12686            ! pod/perltodo.pod
12687 ____________________________________________________________________________
12688 [ 29561] By: davem                                 on 2006/12/16  02:53:59
12689         Log: don't include MAD code when its not needed
12690      Branch: perl
12691            ! op.c
12692 ____________________________________________________________________________
12693 [ 29560] By: davem                                 on 2006/12/16  01:36:28
12694         Log: fix a cast warning in perly.c
12695      Branch: perl
12696            ! perly.c
12697 ____________________________________________________________________________
12698 [ 29559] By: nicholas                              on 2006/12/15  20:14:07
12699         Log: Better documentation for SVf_UTF8. Including SvPV() 1st, SvUTF() 2nd.
12700      Branch: perl
12701            ! sv.h
12702 ____________________________________________________________________________
12703 [ 29558] By: rgs                                   on 2006/12/15  13:51:44
12704         Log: Subject: Re: [PATCH] Errno doesnt rebuild when things it depends on in Config.pm change
12705              From: demerphq <demerphq@gmail.com>
12706              Date: Fri, 15 Dec 2006 12:52:45 +0100
12707              Message-ID: <9b18b3110612150352y2394954bg5acd5ec5fd320d33@mail.gmail.com>
12708      Branch: perl
12709            ! ext/Errno/Makefile.PL
12710 ____________________________________________________________________________
12711 [ 29557] By: rgs                                   on 2006/12/15  10:14:16
12712         Log: Subject: [PATCH] threads 1.54 - Adds ->error() method
12713              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12714              Date: Thu, 14 Dec 2006 11:17:47 -0800 (PST)
12715              Message-ID: <20061214191748.98286.qmail@web30209.mail.mud.yahoo.com>
12716      Branch: perl
12717            + ext/threads/t/err.t
12718            ! MANIFEST ext/threads/Changes ext/threads/README
12719            ! ext/threads/t/exit.t ext/threads/t/libc.t
12720            ! ext/threads/t/thread.t ext/threads/threads.pm
12721            ! ext/threads/threads.xs
12722 ____________________________________________________________________________
12723 [ 29556] By: steveh                                on 2006/12/14  16:24:29
12724         Log: Silence a warning from (MinGW's) gcc
12725      Branch: perl
12726            ! ext/Time/Piece/Piece.xs
12727 ____________________________________________________________________________
12728 [ 29555] By: rgs                                   on 2006/12/14  12:43:20
12729         Log: Subject: [PATCH] perl5db.pl Mac OS X fix
12730              From: Bo Lindbergh <blgl@hagernas.com>
12731              Date: Thu, 14 Dec 2006 13:34:06 +0100
12732              Message-Id: <658AFA03-517E-4068-93CA-06D4A93B5CA5@hagernas.com>
12733      Branch: perl
12734            ! lib/perl5db.pl
12735 ____________________________________________________________________________
12736 [ 29554] By: nicholas                              on 2006/12/14  11:23:16
12737         Log: Turn a tab into 2 spaces to make more room for comments about SV flags.
12738              Sorry about damaging the change history - dig through this change with
12739              http://public.activestate.com/cgi-bin/perlbrowse?show_blame=Show+Annotated+File&filename=sv.h&rev=&change=29552
12740      Branch: perl
12741            ! sv.h
12742 ____________________________________________________________________________
12743 [ 29553] By: steveh                                on 2006/12/14  09:37:45
12744         Log: Silence a VC compiler warning
12745      Branch: perl
12746            ! op.c
12747 ____________________________________________________________________________
12748 [ 29552] By: nicholas                              on 2006/12/13  20:56:24
12749         Log: Swap the order of PERL_FBM_PREVIOUS_{L,H}_OFFSET_FROM_TABLE on little
12750              endian machines to hint to the compiler that a 16 bit read could work.
12751      Branch: perl
12752            ! sv.h
12753 ____________________________________________________________________________
12754 [ 29551] By: nicholas                              on 2006/12/13  19:55:08
12755         Log: Restore the two comments describing BmRARE and BmPREVIOUS that I'd
12756              inadvertently deleted. Explain the setting and testing of
12757              SVpbm_VALID.
12758      Branch: perl
12759            ! sv.h
12760 ____________________________________________________________________________
12761 [ 29550] By: stevep                                on 2006/12/13  19:53:02
12762         Log: Subject: [PATCH 5.8.8] Text mode wrongly set on pipe file descriptors
12763              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
12764              Date: Tue, 12 Dec 2006 23:28:25 -0800
12765              Message-ID: <20061213072825.GA26300@powdermilk.math.berkeley.edu>
12766      Branch: perl
12767            ! t/io/pipe.t util.c
12768 ____________________________________________________________________________
12769 [ 29549] By: davem                                 on 2006/12/13  17:24:49
12770         Log: make -Dpv display the parser stack before reduction
12771              (rather than afterwards)
12772      Branch: perl
12773            ! perly.c
12774 ____________________________________________________________________________
12775 [ 29548] By: davem                                 on 2006/12/13  17:16:22
12776         Log: misc MAD coredump fixes and parser leak fixes
12777              
12778              - fix MAD coredump in tr///
12779              - fix mad coredump in multi-line string literals
12780              - kill some MAD uninit value warnings
12781              - don't allow assignment to $n in perly.y
12782              - make op_dump handle op_latefree flags
12783      Branch: perl
12784            ! dump.c op.c perly.act perly.h perly.tab perly.y regen_perly.pl
12785            ! toke.c
12786 ____________________________________________________________________________
12787 [ 29547] By: davem                                 on 2006/12/13  12:47:35
12788         Log: fix double free introduced by #29543 (spotted by Nicholas)
12789      Branch: perl
12790            ! op.c
12791 ____________________________________________________________________________
12792 [ 29546] By: rgs                                   on 2006/12/13  10:40:36
12793         Log: Subject: [PATCH] t/op/groups.t: prevent failure on modern FreeBSDs
12794              From: Anton Berezin <tobez@tobez.org>
12795              Date: Tue, 12 Dec 2006 19:59:38 +0100
12796              Message-ID: <20061212185938.GB49084@heechee.tobez.org>
12797      Branch: perl
12798            ! t/op/groups.t
12799 ____________________________________________________________________________
12800 [ 29545] By: steveh                                on 2006/12/13  10:37:11
12801         Log: Do the same as #29514 for Win32
12802      Branch: perl
12803            ! win32/FindExt.pm
12804 ____________________________________________________________________________
12805 [ 29544] By: nicholas                              on 2006/12/13  08:35:43
12806         Log: Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.
12807              Add the placeholder for new type, temporarily named BIND, for binding
12808              and aliasing in 6 on 5.
12809      Branch: perl
12810            ! dump.c ext/B/B.xs ext/Storable/Storable.xs op.h
12811            ! pod/perltodo.pod pp_hot.c sv.c sv.h util.c
12812 ____________________________________________________________________________
12813 [ 29543] By: davem                                 on 2006/12/13  01:47:34
12814         Log: fix parser leaks caused by croaking while shifting or reducing
12815              e.g. these no longer leak:
12816              eval q[my $x; local $x] while 1;
12817              eval q[$s = sub <> {}]  while 1;
12818      Branch: perl
12819            ! op.c op.h perly.c
12820 ____________________________________________________________________________
12821 [ 29542] By: davem                                 on 2006/12/13  00:16:18
12822         Log: fixup some ival/opval type changes from perly.y/madly.y merger
12823      Branch: perl
12824            ! perly.act perly.h perly.tab perly.y
12825 ____________________________________________________________________________
12826 [ 29541] By: nicholas                              on 2006/12/12  23:02:56
12827         Log: In theory Perl_magic_setbm() should clear SvTAIL() too. In practice,
12828              I don't think that it matters as this routine is never actualy called
12829              because nothing exposes PVBMs to the world so that the world can assign
12830              to them.
12831      Branch: perl
12832            ! mg.c
12833 ____________________________________________________________________________
12834 [ 29540] By: nicholas                              on 2006/12/12  22:30:29
12835         Log: Correct the dumping logic for the various bits of flag bending
12836              associated with change 27313 or therabouts.
12837      Branch: perl
12838            ! dump.c
12839 ____________________________________________________________________________
12840 [ 29539] By: nicholas                              on 2006/12/12  22:03:21
12841         Log: Oops. As of some point one stopped being able to assign integers and
12842              floating point values to typeglobs.
12843      Branch: perl
12844            ! sv.c t/op/glob.t
12845 ____________________________________________________________________________
12846 [ 29538] By: nicholas                              on 2006/12/12  21:54:22
12847         Log: Correct some assumptions about PVBM table offset in B.xs
12848      Branch: perl
12849            ! ext/B/B.xs
12850 ____________________________________________________________________________
12851 [ 29537] By: nicholas                              on 2006/12/12  21:31:10
12852         Log: Assert that SvPAD_TYPED_on(), SvPAD_OUR_on() and SvPAD_STATE_on()
12853              are never called on PVGVs.
12854      Branch: perl
12855            ! sv.h
12856 ____________________________________________________________________________
12857 [ 29536] By: nicholas                              on 2006/12/12  21:00:37
12858         Log: Assert that PVGVs are never SvVALID() in the PVBM sense.
12859      Branch: perl
12860            ! gv.h sv.h
12861 ____________________________________________________________________________
12862 [ 29535] By: nicholas                              on 2006/12/12  19:54:05
12863         Log: pads haven't actually contained any PVGVs since change 27313.
12864              So correct the docs and assert this in the code.
12865      Branch: perl
12866            ! pad.c sv.c
12867 ____________________________________________________________________________
12868 [ 29534] By: nicholas                              on 2006/12/12  18:52:55
12869         Log: Shrink Perl_sv_peek() and Perl_do_sv_dump() by using type to name
12870              lookup tables.
12871      Branch: perl
12872            ! dump.c
12873 ____________________________________________________________________________
12874 [ 29533] By: steveh                                on 2006/12/12  18:02:19
12875         Log: Restore (differently) the setting of $Config{osvers} on Win32
12876              that was removed by #29509
12877      Branch: perl
12878            ! win32/config_sh.PL
12879 ____________________________________________________________________________
12880 [ 29532] By: steveh                                on 2006/12/12  17:49:51
12881         Log: Silence VC warnings about possible operator precedence problems
12882              and signed/unsigned mismatches
12883      Branch: perl
12884            ! regexec.c sv.h util.c
12885 ____________________________________________________________________________
12886 [ 29531] By: rgs                                   on 2006/12/12  13:32:01
12887         Log: Subject: [PATCH] mg.c: #ifdef only the different bits
12888              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
12889              Date: Tue, 12 Dec 2006 15:18:53 +0200 (EET)
12890              Message-Id: <20061212131853.C2CBA43A67@anubis.hut.fi>
12891      Branch: perl
12892            ! mg.c
12893 ____________________________________________________________________________
12894 [ 29530] By: merijn                                on 2006/12/12  11:36:41
12895         Log: The overly-picky AIX xlc compiler doesn't like the style
12896              from patch #29446
12897      Branch: perl
12898            ! mg.c
12899 ____________________________________________________________________________
12900 [ 29529] By: rgs                                   on 2006/12/12  11:07:27
12901         Log: Skip IO::Compress::Zlib in perlivp, since that's a distribution name,
12902              not a proper module name.
12903      Branch: perl
12904            ! utils/perlivp.PL
12905 ____________________________________________________________________________
12906 [ 29528] By: rgs                                   on 2006/12/12  10:20:04
12907         Log: Subject: [PATCH] get ext/Win32/Win32.xs to compile on cygwin
12908              From: Jan Dubois <jand@ActiveState.com>
12909              Date: Mon, 11 Dec 2006 13:09:09 -0800
12910              Message-ID: <isfrn2tbfleo1svmmi5kh673f4uh69am11@4ax.com>
12911              
12912              and:
12913              Date: Mon, 11 Dec 2006 15:08:53 -0800
12914              Message-ID: <kvorn2h0d14jo3khmmj2a9svsp2mplrodv@4ax.com>
12915      Branch: perl
12916            ! ext/Win32/Win32.xs win32/win32.c
12917 ____________________________________________________________________________
12918 [ 29527] By: nicholas                              on 2006/12/12  00:07:48
12919         Log: By moving xbm_previous into the SvPVX, we save a U16 from struct xpvbm,
12920              which will likely equate to 4 bytes with padding. (But we add 2 bytes
12921              to the SvPVX buffer...). However, the real win is that xpvbm is now
12922              identical to xpvmg, and all active FBM compiled strings are SvVALID()
12923              true, so now we can eliminate xpvbm, freeing a type for 6 on 5 proxies.
12924      Branch: perl
12925            ! sv.h
12926 ____________________________________________________________________________
12927 [ 29526] By: nicholas                              on 2006/12/11  23:44:30
12928         Log: Fix allocation bug in change 29524.
12929      Branch: perl
12930            ! util.c
12931 ____________________________________________________________________________
12932 [ 29525] By: nicholas                              on 2006/12/11  22:52:46
12933         Log: Add BmPREVIOUS_set(), and use it in the one place that BmPREVIOUS is
12934              modified.
12935      Branch: perl
12936            ! sv.h util.c
12937 ____________________________________________________________________________
12938 [ 29524] By: nicholas                              on 2006/12/11  22:18:53
12939         Log: Move PERL_FBM_TABLE_OFFSET and PERL_FBM_FLAGS_OFFSET_FROM_TABLE to sv.h
12940              Stow BmRARE in the SvPVX, and so delete xbm_rare.
12941              Can you see what it is yet?
12942      Branch: perl
12943            ! sv.h util.c
12944 ____________________________________________________________________________
12945 [ 29523] By: nicholas                              on 2006/12/11  21:52:12
12946         Log: Fix typo in change 29518 which broke non-debugging builds.
12947              (Here Mark, you can have the spare ; back again)
12948      Branch: perl
12949            ! sv.h
12950 ____________________________________________________________________________
12951 [ 29522] By: nicholas                              on 2006/12/11  21:21:09
12952         Log: Convert the -1 to a more explicit PERL_FBM_FLAGS_OFFSET_FROM_TABLE.
12953      Branch: perl
12954            ! util.c
12955 ____________________________________________________________________________
12956 [ 29521] By: nicholas                              on 2006/12/11  21:15:06
12957         Log: Assert that BmRARE() BmPREVIOUS() and BmUSEFUL() are only called on
12958              valid PVBMs.
12959      Branch: perl
12960            ! sv.h
12961 ____________________________________________________________________________
12962 [ 29520] By: nicholas                              on 2006/12/11  20:55:20
12963         Log: Rename FBM_TABLE_OFFSET to PERL_FBM_TABLE_OFFSET prior to moving it
12964              to a header.
12965      Branch: perl
12966            ! util.c
12967 ____________________________________________________________________________
12968 [ 29519] By: rgs                                   on 2006/12/11  18:33:21
12969         Log: Don't load the Win32 module on non-win32 platforms
12970      Branch: perl
12971            ! lib/File/CheckTree.t
12972 ____________________________________________________________________________
12973 [ 29518] By: nicholas                              on 2006/12/11  18:26:31
12974         Log: Change SvTAIL() to check that both SVpbm_TAIL|SVpbm_VALID are true.
12975              SVpbm_VALID is the same bit value is SVf_IVisUV, which means that
12976              PVBMs can't actually ever be IOK. Therefore move BmUSEFUL() into the
12977              IV union, and save one I32 per PVBM.
12978      Branch: perl
12979            ! sv.h util.c
12980 ____________________________________________________________________________
12981 [ 29516] By: rgs                                   on 2006/12/11  17:09:17
12982         Log: Changes and README are not needed for Switch.pm
12983      Branch: perl
12984            - lib/Switch/Changes lib/Switch/README
12985            ! MANIFEST
12986 ____________________________________________________________________________
12987 [ 29515] By: rgs                                   on 2006/12/11  16:53:58
12988         Log: As pointed out by Valentin Guignon, there is most
12989              probably one \n too many in the end-of-pod marker.
12990      Branch: perl
12991            ! lib/Switch.pm
12992 ____________________________________________________________________________
12993 [ 29514] By: rgs                                   on 2006/12/11  16:49:06
12994         Log: Configure needs to know about the extensions IO/Compress/Base
12995              and IO/Compress/Zlib, so they get built.
12996      Branch: perl
12997            ! Configure
12998 ____________________________________________________________________________
12999 [ 29513] By: rgs                                   on 2006/12/11  16:16:46
13000         Log: Move files from ext/Compress/IO to ext/IO/Compress
13001      Branch: perl
13002           +> (branch 94 files)
13003            - ext/Compress/IO/Base/Changes ext/Compress/IO/Base/Makefile.PL
13004            - ext/Compress/IO/Base/README
13005            - ext/Compress/IO/Base/lib/File/GlobMapper.pm
13006            - ext/Compress/IO/Base/lib/IO/Compress/Base.pm
13007            - ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
13008            - ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
13009            - ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
13010            - ext/Compress/IO/Base/private/MakeUtil.pm
13011            - ext/Compress/IO/Base/t/01misc.t
13012            - ext/Compress/IO/Base/t/globmapper.t
13013            - ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/Makefile.PL
13014            - ext/Compress/IO/Zlib/README
13015            - ext/Compress/IO/Zlib/examples/gzappend
13016            - ext/Compress/IO/Zlib/examples/gzcat
13017            - ext/Compress/IO/Zlib/examples/gzgrep
13018            - ext/Compress/IO/Zlib/examples/gzstream
13019            - ext/Compress/IO/Zlib/examples/unzip
13020            - ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
13021            - ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
13022            - ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
13023            - ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
13024            - ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
13025            - ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
13026            - ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
13027            - ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
13028            - ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
13029            - ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
13030            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
13031            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
13032            - ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
13033            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
13034            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
13035            - ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
13036            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
13037            - ext/Compress/IO/Zlib/private/MakeUtil.pm
13038            - ext/Compress/IO/Zlib/t/001zlib-generic-deflate.t
13039            - ext/Compress/IO/Zlib/t/001zlib-generic-gzip.t
13040            - ext/Compress/IO/Zlib/t/001zlib-generic-rawdeflate.t
13041            - ext/Compress/IO/Zlib/t/001zlib-generic-zip.t
13042            - ext/Compress/IO/Zlib/t/002any-deflate.t
13043            - ext/Compress/IO/Zlib/t/002any-gzip.t
13044            - ext/Compress/IO/Zlib/t/002any-rawdeflate.t
13045            - ext/Compress/IO/Zlib/t/002any-transparent.t
13046            - ext/Compress/IO/Zlib/t/002any-zip.t
13047            - ext/Compress/IO/Zlib/t/004gziphdr.t
13048            - ext/Compress/IO/Zlib/t/005defhdr.t
13049            - ext/Compress/IO/Zlib/t/010examples.t
13050            - ext/Compress/IO/Zlib/t/020isize.t
13051            - ext/Compress/IO/Zlib/t/050interop-gzip.t
13052            - ext/Compress/IO/Zlib/t/100generic-deflate.t
13053            - ext/Compress/IO/Zlib/t/100generic-gzip.t
13054            - ext/Compress/IO/Zlib/t/100generic-rawdeflate.t
13055            - ext/Compress/IO/Zlib/t/100generic-zip.t
13056            - ext/Compress/IO/Zlib/t/101truncate-deflate.t
13057            - ext/Compress/IO/Zlib/t/101truncate-gzip.t
13058            - ext/Compress/IO/Zlib/t/101truncate-rawdeflate.t
13059            - ext/Compress/IO/Zlib/t/101truncate-zip.t
13060            - ext/Compress/IO/Zlib/t/102tied-deflate.t
13061            - ext/Compress/IO/Zlib/t/102tied-gzip.t
13062            - ext/Compress/IO/Zlib/t/102tied-rawdeflate.t
13063            - ext/Compress/IO/Zlib/t/102tied-zip.t
13064            - ext/Compress/IO/Zlib/t/103newtied-deflate.t
13065            - ext/Compress/IO/Zlib/t/103newtied-gzip.t
13066            - ext/Compress/IO/Zlib/t/103newtied-rawdeflate.t
13067            - ext/Compress/IO/Zlib/t/103newtied-zip.t
13068            - ext/Compress/IO/Zlib/t/104destroy-deflate.t
13069            - ext/Compress/IO/Zlib/t/104destroy-gzip.t
13070            - ext/Compress/IO/Zlib/t/104destroy-rawdeflate.t
13071            - ext/Compress/IO/Zlib/t/104destroy-zip.t
13072            - ext/Compress/IO/Zlib/t/105oneshot-deflate.t
13073            - ext/Compress/IO/Zlib/t/105oneshot-gzip-only.t
13074            - ext/Compress/IO/Zlib/t/105oneshot-gzip.t
13075            - ext/Compress/IO/Zlib/t/105oneshot-rawdeflate.t
13076            - ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
13077            - ext/Compress/IO/Zlib/t/105oneshot-zip.t
13078            - ext/Compress/IO/Zlib/t/106prime-deflate.t
13079            - ext/Compress/IO/Zlib/t/106prime-gzip.t
13080            - ext/Compress/IO/Zlib/t/106prime-rawdeflate.t
13081            - ext/Compress/IO/Zlib/t/106prime-zip.t
13082            - ext/Compress/IO/Zlib/t/107multi-deflate.t
13083            - ext/Compress/IO/Zlib/t/107multi-gzip.t
13084            - ext/Compress/IO/Zlib/t/107multi-rawdeflate.t
13085            - ext/Compress/IO/Zlib/t/107multi-zip.t
13086            - ext/Compress/IO/Zlib/t/108anyunc-deflate.t
13087            - ext/Compress/IO/Zlib/t/108anyunc-gzip.t
13088            - ext/Compress/IO/Zlib/t/108anyunc-rawdeflate.t
13089            - ext/Compress/IO/Zlib/t/108anyunc-transparent.t
13090            - ext/Compress/IO/Zlib/t/108anyunc-zip.t
13091            - ext/Compress/IO/Zlib/t/109merge-deflate.t
13092            - ext/Compress/IO/Zlib/t/109merge-gzip.t
13093            - ext/Compress/IO/Zlib/t/109merge-rawdeflate.t
13094            - ext/Compress/IO/Zlib/t/109merge-zip.t
13095            ! MANIFEST
13096 ____________________________________________________________________________
13097 [ 29512] By: rgs                                   on 2006/12/11  14:58:43
13098         Log: Subject: Re: [PATCH] Deparse.pm bugfix
13099              From: Bo Lindbergh <blgl@hagernas.com>
13100              Date: Sat, 9 Dec 2006 12:17:53 +0100
13101              Message-Id: <A4BDE74B-DB3A-41C0-B2BE-FCEE0E15AB54@hagernas.com>
13102      Branch: perl
13103            ! ext/B/B/Deparse.pm ext/B/t/concise-xs.t
13104 ____________________________________________________________________________
13105 [ 29511] By: rgs                                   on 2006/12/11  13:23:55
13106         Log: Subject: re: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs
13107              From: Jan Dubois <jand@ActiveState.com>
13108              Date: Sun, 10 Dec 2006 11:47:58 -0800
13109              Message-ID: <9moon29qtn5c23t9fer229ealsu06bkf11@4ax.com>
13110      Branch: perl
13111            ! ext/Storable/Storable.xs ext/Win32/Win32.pm win32/win32.c
13112 ____________________________________________________________________________
13113 [ 29510] By: rgs                                   on 2006/12/11  13:22:11
13114         Log: Second patch from:
13115              Subject: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs
13116              From: Jan Dubois <jand@ActiveState.com>
13117              Date: Fri, 08 Dec 2006 19:07:06 -0800
13118              Message-ID: <lc9kn2tb0p5sdd4q69rbc7067r4imar59r@4ax.com>
13119      Branch: perl
13120            ! ext/Win32/Win32.xs win32/win32.c
13121 ____________________________________________________________________________
13122 [ 29509] By: rgs                                   on 2006/12/11  13:21:28
13123         Log: First patch from:
13124              Subject: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs
13125              From: Jan Dubois <jand@ActiveState.com>
13126              Date: Fri, 08 Dec 2006 19:07:06 -0800
13127              Message-ID: <lc9kn2tb0p5sdd4q69rbc7067r4imar59r@4ax.com>
13128      Branch: perl
13129            ! ext/SDBM_File/Makefile.PL lib/Cwd.pm lib/ExtUtils/MM.pm
13130            ! lib/File/CheckTree.t lib/File/Copy.pm t/op/fork.t
13131            ! win32/FindExt.pm win32/config_sh.PL
13132            ! win32/ext/Win32API/File/t/file.t
13133 ____________________________________________________________________________
13134 [ 29508] By: davem                                 on 2006/12/11  11:41:10
13135         Log: remove extraneous debugging code introduced by #29504
13136      Branch: perl
13137            ! perly.c
13138 ____________________________________________________________________________
13139 [ 29507] By: rgs                                   on 2006/12/11  10:32:47
13140         Log: Subject: [PATCH] Fatal v1.03
13141              From: Jerrad Pierce <belg4mit@MIT.EDU>
13142              Date: Sun, 10 Dec 2006 14:38:18 -0500
13143              Message-Id: <200612101938.kBAJcI9D008026@all-night-tool.mit.edu>
13144              
13145              Allow to make fatal built-ins in CORE::GLOBAL
13146      Branch: perl
13147            ! lib/Fatal.pm
13148 ____________________________________________________________________________
13149 [ 29506] By: rgs                                   on 2006/12/11  10:28:13
13150         Log: Subject: [PATCH] Re: [perl #41065] Out of memory!, while extending scalar
13151              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
13152              Date: Sun, 10 Dec 2006 22:32:32 +0100
13153              Message-ID: <20061210223232.0f3a5318@r2d2>
13154      Branch: perl
13155            ! doop.c
13156 ____________________________________________________________________________
13157 [ 29505] By: rgs                                   on 2006/12/11  09:41:45
13158         Log: perlhack.pod nit by Jarkko
13159      Branch: perl
13160            ! pod/perlhack.pod
13161 ____________________________________________________________________________
13162 [ 29504] By: davem                                 on 2006/12/11  00:48:06
13163         Log: fix eval qw(BEGIN{die}) style leaks (second attempt).
13164              
13165              Repeat of change #28319 (backed out by change #28720), this time
13166              freeing ops using the right pad. Also backs out the remempad
13167              parser addition from change #29501; instead a new auxiliary
13168              paser stack is added, which records the current value of
13169              PL_comppad for every state.
13170      Branch: perl
13171            ! perly.act perly.c perly.h perly.tab perly.y t/comp/parser.t
13172 ____________________________________________________________________________
13173 [ 29503] By: nicholas                              on 2006/12/10  23:05:25
13174         Log: Remove code duplication in S_to_utf8_substr() and S_to_byte_substr()
13175              by taking advantage of how anchored_* and float_* are stored in arrays
13176              to use a loop.
13177      Branch: perl
13178            ! regcomp.h regexec.c
13179 ____________________________________________________________________________
13180 [ 29502] By: nicholas                              on 2006/12/10  22:31:56
13181         Log: Downgrading a fixed or floating substring of a pattern whilst matching
13182              a studied string seems to get to a "should not happen" [bug #41067]
13183              It seems that Perl_regexec_flags() assumes that if the pre-downgraded
13184              substring is FBM compiled, then the downgraded version will be too,
13185              hence changing the downgrade and upgrade routines to FBM compile seems
13186              to be a correct fix.
13187      Branch: perl
13188            ! regexec.c t/op/re_tests
13189 ____________________________________________________________________________
13190 [ 29501] By: davem                                 on 2006/12/10  18:50:05
13191         Log: #28315 could crash when freeing ops with different pads
13192              Add hook to parser to record current PL_comppad, then use this
13193              when popping ops off the parser stack after parser error
13194      Branch: perl
13195            ! perly.act perly.c perly.h perly.tab perly.y t/comp/parser.t
13196 ____________________________________________________________________________
13197 [ 29500] By: davem                                 on 2006/12/10  17:18:00
13198         Log: parser: expand yy_is_opval[] to include all value types
13199              and rename to yy_type_tab[]. Then use this table to improve stack
13200              dumping with -Dpv
13201      Branch: perl
13202            ! perly.act perly.c perly.h perly.tab perly.y regen_perly.pl
13203 ____________________________________________________________________________
13204 [ 29499] By: gbarr                                 on 2006/12/10  16:28:34
13205         Log: Restore change 27486 accidently removed (also added to 1.19 before release)
13206      Branch: perl
13207            ! ext/List/Util/multicall.h
13208 ____________________________________________________________________________
13209 [ 29498] By: gbarr                                 on 2006/12/10  16:17:14
13210         Log: Upgrade to Scalar-List-Utils-1.19
13211      Branch: perl
13212            ! ext/List/Util/Changes ext/List/Util/README
13213            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
13214            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/multicall.h
13215 ____________________________________________________________________________
13216 [ 29497] By: stevep                                on 2006/12/10  02:23:10
13217         Log: Subject: Re: [PATCH 5.8.8] Build on OS/2 - missing part
13218              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
13219              Date: Sat, 9 Dec 2006 16:33:41 -0800
13220              Message-ID: <20061210003341.GA14200@powdermilk.math.berkeley.edu>
13221      Branch: perl
13222            ! Makefile.SH os2/Makefile.SHs
13223 ____________________________________________________________________________
13224 [ 29496] By: nicholas                              on 2006/12/10  01:13:09
13225         Log: Swap SVpbm_TAIL and SVpbm_VALID.
13226      Branch: perl
13227            ! sv.h
13228 ____________________________________________________________________________
13229 [ 29495] By: stevep                                on 2006/12/09  22:44:27
13230         Log: Upgrade to Time-HiRes-1.9703
13231      Branch: perl
13232            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
13233            ! ext/Time/HiRes/Makefile.PL
13234 ____________________________________________________________________________
13235 [ 29494] By: nicholas                              on 2006/12/09  21:19:45
13236         Log: PVBMs mustn't enter anything that turns SVIVisUV_on().
13237      Branch: perl
13238            ! sv.c
13239 ____________________________________________________________________________
13240 [ 29493] By: nicholas                              on 2006/12/09  21:17:37
13241         Log: Exterminate! 2 pieces of superfluous code related to UV setting.
13242      Branch: perl
13243            ! sv.c
13244 ____________________________________________________________________________
13245 [ 29492] By: nicholas                              on 2006/12/08  23:49:51
13246         Log: In Perl_fbm_instr(), no need to calculate the address of the table if
13247              we're going to return anyway.
13248      Branch: perl
13249            ! util.c
13250 ____________________________________________________________________________
13251 [ 29491] By: nicholas                              on 2006/12/08  23:22:31
13252         Log: assert that SvTAIL() isn't being called on PVAVs or PVHVs
13253      Branch: perl
13254            ! sv.h
13255 ____________________________________________________________________________
13256 [ 29490] By: nicholas                              on 2006/12/08  22:56:54
13257         Log: Wrap some macro arguments in () to avoid precedence problems.
13258      Branch: perl
13259            ! sv.h
13260 ____________________________________________________________________________
13261 [ 29489] By: nicholas                              on 2006/12/08  22:56:08
13262         Log: Perl_screaminstr() must be called with littlestr as a PVBM.
13263      Branch: perl
13264            ! util.c
13265 ____________________________________________________________________________
13266 [ 29488] By: davem                                 on 2006/12/08  22:20:41
13267         Log: add missing OP_REFCNT_LOCK/UNLOCKs and document it
13268      Branch: perl
13269            ! op.h sv.c
13270 ____________________________________________________________________________
13271 [ 29487] By: nicholas                              on 2006/12/08  22:11:56
13272         Log: Assert that BmRARE, BmUSEFUL and BmPREVIOUS are only called on SVtPVBM
13273      Branch: perl
13274            ! sv.h
13275 ____________________________________________________________________________
13276 [ 29486] By: nicholas                              on 2006/12/08  21:09:57
13277         Log: No need to upgrade if all we're going to do is return.
13278      Branch: perl
13279            ! util.c
13280 ____________________________________________________________________________
13281 [ 29485] By: steveh                                on 2006/12/07  12:34:10
13282         Log: Make use of $Config{d_pseudofork} in a couple of core tests
13283              
13284              Can't really use it in ext/IO/t/*.t and lib/Test/Simple/t/fork.t
13285              because they are dual-lived modules and must work with older perls
13286              that don't have d_pseudofork
13287      Branch: perl
13288            ! ext/Socket/t/socketpair.t t/op/fork.t
13289 ____________________________________________________________________________
13290 [ 29483] By: steveh                                on 2006/12/07  09:12:45
13291         Log: Subject: [PATCH] Move Win32 from win32/ext/Win32 to ext/Win32
13292              From: Jan Dubois <jand@ActiveState.com>
13293              Date: Wed, 06 Dec 2006 16:31:42 -0800
13294              Message-ID: <1unen2lsrq4pnnt06933h96pqj1d8luh3b@4ax.com>
13295      Branch: perl
13296           +> ext/Win32/Makefile.PL ext/Win32/Win32.pm ext/Win32/Win32.xs
13297            - win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
13298            - win32/ext/Win32/Win32.xs
13299            ! Configure MANIFEST
13300 ____________________________________________________________________________
13301 [ 29482] By: rgs                                   on 2006/12/07  09:07:25
13302         Log: Subject: [PATCH] Perl_save_destructor is not a mathom
13303              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
13304              Date: Wed, 6 Dec 2006 11:12:13 -0800 (PST)
13305              Message-ID: <20061206191213.35036.qmail@web30206.mail.mud.yahoo.com>
13306      Branch: perl
13307            ! mathoms.c scope.c
13308 ____________________________________________________________________________
13309 [ 29481] By: steveh                                on 2006/12/07  08:53:15
13310         Log: Subject: [PATCH] Makefile.PL changes to compiler Win32.xs using cygwin
13311              From: Jan Dubois <jand@ActiveState.com>
13312              Date: Wed, 06 Dec 2006 16:26:38 -0800
13313              Message-ID: <5nnen2p2h4lhremj0qf1tmpkl0asvk87hr@4ax.com>
13314      Branch: perl
13315            ! win32/ext/Win32/Makefile.PL
13316 ____________________________________________________________________________
13317 [ 29480] By: steveh                                on 2006/12/06  17:28:03
13318         Log: Better fix than #29479 for exporting refcounted_he_chain_2hv
13319      Branch: perl
13320            ! embed.fnc pod/perlapi.pod pod/perlintern.pod
13321 ____________________________________________________________________________
13322 [ 29479] By: rgs                                   on 2006/12/06  17:05:18
13323         Log: Subject: Re: [PATCH] User pragmas now accessible from B
13324              From: demerphq <demerphq@gmail.com>
13325              Date: Wed, 6 Dec 2006 17:52:08 +0100
13326              Message-ID: <9b18b3110612060852s7cfbba66id5aae25e5bb20ae0@mail.gmail.com>
13327      Branch: perl
13328            ! embed.fnc embed.h ext/B/B.xs global.sym pod/perlapi.pod
13329            ! pod/perlintern.pod
13330 ____________________________________________________________________________
13331 [ 29478] By: steveh                                on 2006/12/06  14:19:55
13332         Log: Upgrade to Time-HiRes 1.9702
13333      Branch: perl
13334            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
13335            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
13336            ! ext/Time/HiRes/t/HiRes.t
13337 ____________________________________________________________________________
13338 [ 29477] By: steveh                                on 2006/12/06  14:08:49
13339         Log: Subject: [PATCH] Re: When should PERL_SYS_TERM() be called? [was: Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testing]
13340              From: Jarkko Hietaniemi <jhi@iki.fi>
13341              Date: Tue, 05 Dec 2006 16:08:33 -0500
13342              Message-ID: <4575DFD1.1060108@iki.fi>
13343              
13344              Fixes a problem spotted by Jan Dubois:
13345              
13346              The PerlMemShared pool is only shared between the interpreters that
13347              can share data structures (interpreters created by perl_clone(), which
13348              mean pseudo-fork, and threads.xs).  The pool is not shared between
13349              interpreters that are created separately by perl_alloc().
13350              [...]
13351              I guess this means PL_perlio_fd_refcnt needs to be allocated and
13352              freed by standard malloc() and not go through any abstraction.
13353      Branch: perl
13354            ! perlio.c
13355 ____________________________________________________________________________
13356 [ 29476] By: rgs                                   on 2006/12/06  13:26:18
13357         Log: save_I8 is not a mathom.
13358      Branch: perl
13359            ! mathoms.c scope.c
13360 ____________________________________________________________________________
13361 [ 29475] By: rgs                                   on 2006/12/06  12:51:34
13362         Log: Subject: [PATCH] User pragmas now accessible from B
13363              From: "Joshua ben Jore" <twists@gmail.com>
13364              Date: Tue, 5 Dec 2006 13:18:21 -0800
13365              Message-ID: <dc5c751d0612051318n2e2f08bfh185fab6323a980b@mail.gmail.com>
13366      Branch: perl
13367            + ext/B/t/pragma.t
13368            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/typemap t/lib/mypragma.pm
13369            ! t/lib/mypragma.t
13370 ____________________________________________________________________________
13371 [ 29474] By: craigb                                on 2006/12/06  05:29:50
13372         Log: Avoid my_regdupe type mismatch warning after #29430
13373      Branch: perl
13374            ! ext/re/re.xs
13375 ____________________________________________________________________________
13376 [ 29473] By: craigb                                on 2006/12/06  04:48:35
13377         Log: d_pseudofork for configure.com
13378      Branch: perl
13379            ! configure.com
13380 ____________________________________________________________________________
13381 [ 29472] By: nicholas                              on 2006/12/05  22:40:56
13382         Log: Subject: Re: [PATCH] Further tweaks to make it easier to create regexp engine plug ins.
13383              From: demerphq <demerphq@gmail.com>
13384              Message-ID: <9b18b3110612051353k7745792byabfdf98e18eb48c9@mail.gmail.com>
13385              Date: Tue, 5 Dec 2006 22:53:48 +0100
13386              
13387              Fixes a minor bug in change 29468.
13388      Branch: perl
13389            ! regcomp.c
13390 ____________________________________________________________________________
13391 [ 29471] By: stevep                                on 2006/12/05  21:00:38
13392         Log: Silence a warning from Module::CoreList that occurs when the module version is
13393              something like X.XX_XX.
13394      Branch: perl
13395            ! lib/Module/CoreList.pm
13396 ____________________________________________________________________________
13397 [ 29470] By: steveh                                on 2006/12/05  16:41:55
13398         Log: Make the check for PERL_IMPLICIT_SYS better
13399      Branch: perl
13400            ! win32/config_sh.PL
13401 ____________________________________________________________________________
13402 [ 29469] By: steveh                                on 2006/12/05  16:06:31
13403         Log: Extend d_pseudofork to Win32-land and set it when appropriate
13404              (namely, when we have USE_ITHREADS and PERL_IMPLICIT_SYSTEM)
13405      Branch: perl
13406            ! win32/config.bc win32/config.gc win32/config.vc
13407            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
13408            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
13409 ____________________________________________________________________________
13410 [ 29468] By: rgs                                   on 2006/12/05  15:39:39
13411         Log: Subject: [PATCH] Further tweaks to make it easier to create regexp engine plug ins.
13412              From: demerphq <demerphq@gmail.com>
13413              Date: Tue, 5 Dec 2006 16:13:36 +0100
13414              Message-ID: <9b18b3110612050713g77cac516x46fb5baac99b47c9@mail.gmail.com>
13415              
13416              (with tweaks)
13417      Branch: perl
13418            ! regcomp.c regcomp.h regexp.h
13419 ____________________________________________________________________________
13420 [ 29467] By: merijn                                on 2006/12/05  14:55:14
13421         Log: Introduction of d_pseudofork
13422      Branch: perl
13423            ! Configure Porting/Glossary Porting/config.sh config_h.SH
13424            ! handy.h uconfig.sh
13425 ____________________________________________________________________________
13426 [ 29465] By: steveh                                on 2006/12/05  09:41:44
13427         Log: Subject: [PATCH] Re: When should PERL_SYS_TERM() be called? [was: Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testing]
13428              From: Jarkko Hietaniemi <jhi@iki.fi>
13429              Date: Mon, 04 Dec 2006 22:53:03 -0500
13430              Message-ID: <4574ED1F.40508@iki.fi>
13431              
13432              Re-instates #29424 (previously reverted by #29451), now fixed to work
13433              with PERL_IMPLICIT_SYS, thanks to Jan Dubois. Also adds PERLIO_TERM to
13434              the Symbian port.
13435      Branch: perl
13436            ! perlio.c symbian/symbianish.h win32/win32.c win32/wince.c
13437 ____________________________________________________________________________
13438 [ 29464] By: steveh                                on 2006/12/05  09:38:14
13439         Log: Skip Perl_regdupe_internal rather than Perl_regdupe
13440              when building on Win32 without ithreads (see #29430)
13441      Branch: perl
13442            ! makedef.pl
13443 ____________________________________________________________________________
13444 [ 29463] By: nicholas                              on 2006/12/04  22:50:09
13445         Log: Move Perl_get_db_sub() from pp_hot.c to util.c
13446      Branch: perl
13447            ! pp_hot.c util.c
13448 ____________________________________________________________________________
13449 [ 29462] By: merijn                                on 2006/12/04  18:09:20
13450         Log: Revert #29454
13451      Branch: perl
13452            ! Configure
13453 ____________________________________________________________________________
13454 [ 29461] By: davem                                 on 2006/12/04  18:08:31
13455         Log: fix some casting issues with perly.y / madly.y merger
13456      Branch: perl
13457            ! perly.act perly.h perly.tab perly.y
13458 ____________________________________________________________________________
13459 [ 29459] By: rgs                                   on 2006/12/04  17:50:51
13460         Log: Better version of last patch, by Yves Orton.
13461              Actually the regexp engine structure only needs
13462              one compilation function hook.
13463      Branch: perl
13464            ! ext/re/re.xs ext/re/re_top.h regcomp.c regcomp.h regexp.h
13465 ____________________________________________________________________________
13466 [ 29458] By: rgs                                   on 2006/12/04  17:22:02
13467         Log: The new regexp compilation function must be added to the engine structure.
13468      Branch: perl
13469            ! ext/re/re.xs ext/re/re_top.h regcomp.h regexp.h
13470 ____________________________________________________________________________
13471 [ 29457] By: rgs                                   on 2006/12/04  16:24:09
13472         Log: Actually submit previous change.
13473      Branch: perl
13474            ! embed.fnc embed.h global.sym proto.h regcomp.c
13475 ____________________________________________________________________________
13476 [ 29456] By: rgs                                   on 2006/12/04  16:15:54
13477         Log: Split Perl_pregcomp in two functions. Patch by Audrey Tang,
13478              to facilitate pluging in other regexp engines.
13479      Branch: perl
13480            ! embed.fnc embed.h global.sym proto.h regcomp.c
13481 ____________________________________________________________________________
13482 [ 29455] By: davem                                 on 2006/12/04  15:38:05
13483         Log: merge perly.y and madlu.y
13484      Branch: perl
13485            - madly.act madly.h madly.tab madly.y
13486            ! MANIFEST Makefile.SH madly.c perly.act perly.c perly.h
13487            ! perly.tab perly.y
13488 ____________________________________________________________________________
13489 [ 29454] By: merijn                                on 2006/12/04  15:20:53
13490         Log: Subject: Re: install misses Compress/IO/{Base,Zlib}
13491              From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
13492              Date: Mon, 4 Dec 2006 15:48:12 +0100
13493              Message-ID: <b77c1dce0612040648j411247c5i27a305c86cbac401@mail.gmail.com>
13494      Branch: perl
13495            ! Configure
13496 ____________________________________________________________________________
13497 [ 29452] By: rgs                                   on 2006/12/04  15:06:34
13498         Log: Subject: [PATCH] Add File::Fetch to the core
13499              From: "Jos Boumans" <kane@dwim.org>
13500              Date: Fri, 1 Dec 2006 12:24:08 +0100 (CET)
13501              Message-ID: <22195.80.127.35.68.1164972248.squirrel@webmail.xs4all.nl>
13502      Branch: perl
13503            + lib/File/Fetch.pm lib/File/Fetch/Item.pm
13504            + lib/File/Fetch/t/01_File-Fetch.t
13505            ! MANIFEST
13506 ____________________________________________________________________________
13507 [ 29451] By: steveh                                on 2006/12/04  14:31:08
13508         Log: Change #29424 may well be correct in itself, but currently doesn't
13509              work when perl is built with PERL_IMPLICIT_SYS because PERLIO_TERM
13510              uses PerlMemShared_free() which, in that case, involves the perlhost
13511              that has already been freed itself by perl_free(), which is called
13512              before PERL_SYS_TERM().
13513              
13514              The order of perl_destruct(), perl_free(), PERL_SYS_TERM() cannot
13515              be changed (it is advertised in perlembed for a start), so just
13516              revert #29424 and the appropriate parts of #29442 for now.
13517              
13518              Perhaps PL_perlio_fd_refcnt needs allocating differently, or else
13519              the perlhost needs freeing later (after PerlIO)?
13520      Branch: perl
13521            ! win32/perllib.c win32/win32.c win32/wince.c
13522 ____________________________________________________________________________
13523 [ 29450] By: rgs                                   on 2006/12/04  13:49:20
13524         Log: Subject: [PATCH] Minor pod nit in perlre.
13525              From: demerphq <demerphq@gmail.com>
13526              Date: Mon, 4 Dec 2006 14:47:07 +0100
13527              Message-ID: <9b18b3110612040547k1bcff290qb8c9b0d7c9ed9640@mail.gmail.com>
13528      Branch: perl
13529            ! pod/perlre.pod
13530 ____________________________________________________________________________
13531 [ 29449] By: davem                                 on 2006/12/04  12:08:56
13532         Log: another fix for bison 2.3
13533      Branch: perl
13534            ! regen_perly.pl
13535 ____________________________________________________________________________
13536 [ 29448] By: merijn                                on 2006/12/04  11:24:57
13537         Log: Subject: -DDEBUGGING=both doesn't set -g
13538              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
13539              Date: Mon, 4 Dec 2006 03:10:31 -0800 (PST)
13540              Message-ID: <1176.63.226.246.123.1165230631.squirrel@63.226.246.123>
13541      Branch: perl
13542            ! Configure
13543 ____________________________________________________________________________
13544 [ 29446] By: rgs                                   on 2006/12/04  09:36:15
13545         Log: Subject: Re: [perl #38868] Changing $0 on darwin leads to excessive padding in 'ps'
13546              From: Chris Dolan <chris@chrisdolan.net>
13547              Date: Sat, 2 Dec 2006 09:37:08 -0600
13548              Message-Id: <005671A0-5C2B-464C-85B9-A91E52278194@chrisdolan.net>
13549      Branch: perl
13550            ! mg.c
13551 ____________________________________________________________________________
13552 [ 29445] By: rgs                                   on 2006/12/04  09:21:16
13553         Log: Subject: [PATCH] \R is supposed to mean something else so switch to \g and make it more useful in the process
13554              From: demerphq <demerphq@gmail.com>
13555              Date: Sun, 3 Dec 2006 16:55:55 +0100
13556              Message-ID: <9b18b3110612030755o241e6372o9870ecce9c42e3d5@mail.gmail.com>
13557      Branch: perl
13558            ! pod/perl595delta.pod pod/perldiag.pod pod/perlre.pod regcomp.c
13559            ! regexec.c t/op/pat.t t/op/re_tests
13560 ____________________________________________________________________________
13561 [ 29444] By: stevep                                on 2006/12/04  02:48:24
13562         Log: Upgrade to Test-Simple-0.66.
13563      Branch: perl
13564            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
13565            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
13566 ____________________________________________________________________________
13567 [ 29443] By: davem                                 on 2006/12/03  22:08:57
13568         Log: add support for bison 2.3
13569      Branch: perl
13570            ! perly.c regen_perly.pl
13571 ____________________________________________________________________________
13572 [ 29442] By: rgs                                   on 2006/12/03  19:16:17
13573         Log: Subject: Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testing
13574              From: demerphq <demerphq@gmail.com>
13575              Date: Sat, 2 Dec 2006 14:48:54 +0100
13576              Message-ID: <9b18b3110612020548l7c5aefd4m19cb0b5c4395abb4@mail.gmail.com>
13577      Branch: perl
13578            ! perlio.c win32/perllib.c
13579 ____________________________________________________________________________
13580 [ 29441] By: rgs                                   on 2006/12/03  18:37:15
13581         Log: Subject: Re: [perl #41010] (?(COND)) in pattern matching not working properly
13582              From: demerphq <demerphq@gmail.com>
13583              Date: Thu, 30 Nov 2006 01:12:25 +0100
13584              Message-ID: <9b18b3110611291612i137803f4lab2739e3d9af40f7@mail.gmail.com>
13585      Branch: perl
13586            ! embed.fnc embed.h proto.h regcomp.c t/op/pat.t
13587 ____________________________________________________________________________
13588 [ 29440] By: davem                                 on 2006/12/03  15:52:59
13589         Log: merge perly.c and madly.c
13590              
13591              madly.c is now just a wrapper that #includes perly.c
13592      Branch: perl
13593            ! madly.c perly.c
13594 ____________________________________________________________________________
13595 [ 29439] By: rgs                                   on 2006/12/03  13:58:52
13596         Log: Subject: Minor patch for Benchmark.pm
13597              From: christophe grosjean <christophe.grosjean@gmail.com>
13598              Date: Sun, 03 Dec 2006 01:31:58 +0100
13599              Message-Id: <1165105918.2718.90.camel@localhost.localdomain>
13600      Branch: perl
13601            ! lib/Benchmark.pm
13602 ____________________________________________________________________________
13603 [ 29438] By: davem                                 on 2006/12/02  18:38:35
13604         Log: synchronise perly.c and madly.c
13605      Branch: perl
13606            ! madly.c perly.c
13607 ____________________________________________________________________________
13608 [ 29437] By: mhx                                   on 2006/12/02  17:25:55
13609         Log: Upgrade to Devel::PPPort 3.10_02
13610      Branch: perl
13611            + ext/Devel/PPPort/parts/base/5009005
13612            + ext/Devel/PPPort/parts/todo/5009005
13613            ! MANIFEST ext/Devel/PPPort/Changes
13614            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/soak
13615 ____________________________________________________________________________
13616 [ 29436] By: mhx                                   on 2006/12/02  17:13:26
13617         Log: Upgrade to Devel::PPPort 3.10_01
13618      Branch: perl
13619            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
13620            ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/TODO
13621            ! ext/Devel/PPPort/devel/buildperl.pl
13622            ! ext/Devel/PPPort/mktests.PL
13623            ! ext/Devel/PPPort/parts/base/5005000
13624            ! ext/Devel/PPPort/parts/base/5007002
13625            ! ext/Devel/PPPort/parts/base/5009001
13626            ! ext/Devel/PPPort/parts/base/5009004
13627            ! ext/Devel/PPPort/parts/embed.fnc
13628            ! ext/Devel/PPPort/parts/inc/misc
13629            ! ext/Devel/PPPort/parts/inc/threads
13630            ! ext/Devel/PPPort/parts/inc/variables
13631            ! ext/Devel/PPPort/parts/todo/5009001
13632            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
13633            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
13634            ! ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/Sv_set.t
13635            ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/cop.t
13636            ! ext/Devel/PPPort/t/exception.t ext/Devel/PPPort/t/grok.t
13637            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
13638            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/memory.t
13639            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/newCONSTSUB.t
13640            ! ext/Devel/PPPort/t/newRV.t ext/Devel/PPPort/t/podtest.t
13641            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
13642            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/strlfuncs.t
13643            ! ext/Devel/PPPort/t/sv_xpvf.t ext/Devel/PPPort/t/threads.t
13644            ! ext/Devel/PPPort/t/uv.t ext/Devel/PPPort/t/variables.t
13645            ! ext/Devel/PPPort/t/warn.t
13646 ____________________________________________________________________________
13647 [ 29435] By: rgs                                   on 2006/12/02  09:10:01
13648         Log: Subject: [PATCH] perltodo.pod: add perlio todos/thinkabouts
13649              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
13650              Date: Fri, 1 Dec 2006 22:05:17 +0200 (EET)
13651              Message-Id: <200612012005.kB1K5Hn3448004@kosh.hut.fi>
13652      Branch: perl
13653            ! pod/perltodo.pod
13654 ____________________________________________________________________________
13655 [ 29434] By: nicholas                              on 2006/12/01  22:51:22
13656         Log: Make get_db_sub non-static, and call it from pp_goto, which allows the
13657              removal of duplicate code. (The conversion of GvSV(PL_DBsub) to
13658              GvSVn(PL_DBsub) implicit in this change should fix a failure with
13659              Devel::SmallProf.)
13660      Branch: perl
13661            ! embed.fnc embed.h pp_ctl.c pp_hot.c proto.h
13662 ____________________________________________________________________________
13663 [ 29433] By: nicholas                              on 2006/12/01  22:28:11
13664         Log: Remove the pp_entersub specific logic from S_get_db_sub.
13665      Branch: perl
13666            ! embed.fnc pp_ctl.c pp_hot.c proto.h
13667 ____________________________________________________________________________
13668 [ 29432] By: rgs                                   on 2006/12/01  16:56:01
13669         Log: Subject: Re: [PATCH] Make B::Lint use Module::Pluggable
13670              From: "Joshua ben Jore" <twists@gmail.com>
13671              Date: Wed, 29 Nov 2006 16:26:25 -0800
13672              Message-ID: <dc5c751d0611291626w51f85791h93d0c6b7d13ed4a2@mail.gmail.com>
13673      Branch: perl
13674            + ext/B/t/pluglib/B/Lint/Plugin/Test.pm
13675            ! MANIFEST ext/B/B/Lint.pm ext/B/t/lint.t
13676 ____________________________________________________________________________
13677 [ 29431] By: rgs                                   on 2006/12/01  14:03:22
13678         Log: Remove unused variable
13679      Branch: perl
13680            ! regcomp.c
13681 ____________________________________________________________________________
13682 [ 29430] By: rgs                                   on 2006/12/01  13:59:27
13683         Log: Subject: [PATCH] Continue split of perl internal regexp structures from ones that are engine specific.
13684              From: demerphq <demerphq@gmail.com>
13685              Date: Thu, 30 Nov 2006 22:06:38 +0100
13686              Message-ID: <9b18b3110611301306p5cad5deal4aa55559b8c8defd@mail.gmail.com>
13687      Branch: perl
13688            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym
13689            ! perl.h pod/perlreguts.pod proto.h regcomp.c regcomp.h regexp.h
13690            ! sv.c
13691 ____________________________________________________________________________
13692 [ 29429] By: rgs                                   on 2006/12/01  10:28:36
13693         Log: Verify that the debugger has an array where to store lines before
13694              doing so. This fixes an assertion failure when parsing a script
13695              that begins with '#!perl -d'.
13696              Also, code factorization in toke.c.
13697      Branch: perl
13698            ! embed.fnc embed.h op.c proto.h toke.c
13699 ____________________________________________________________________________
13700 [ 29428] By: steveh                                on 2006/12/01  09:41:47
13701         Log: Fix Time-HiRes linker error on Win32 introduced by upgrades
13702              from version 1.94 (#29423 and #29426)
13703              
13704              Subject: Re: Time::HiRes not happy?
13705              From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
13706              Date: Fri, 1 Dec 2006 10:26:48 +0100
13707              Message-ID: <b77c1dce0612010126o799d5b8bs4ef37d22d5c7e50@mail.gmail.com>
13708      Branch: perl
13709            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
13710 ____________________________________________________________________________
13711 [ 29427] By: stevep                                on 2006/11/30  14:21:40
13712         Log: -Dprefix failed on Cygwin unless the directory ${installbin} already
13713              existed prior to running make.
13714      Branch: perl
13715            ! cygwin/Makefile.SHs
13716 ____________________________________________________________________________
13717 [ 29426] By: stevep                                on 2006/11/30  14:11:57
13718         Log: Upgrade to Time-HiRes-1.96.
13719      Branch: perl
13720            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
13721            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
13722 ____________________________________________________________________________
13723 [ 29425] By: steveh                                on 2006/11/30  10:13:40
13724         Log: Don't try to export fd_refcnt symbols when building without USE_PERLIO
13725              to keep the Win32 linker happy
13726      Branch: perl
13727            ! makedef.pl
13728 ____________________________________________________________________________
13729 [ 29424] By: steveh                                on 2006/11/30  09:45:47
13730         Log: I think #29060 / #29073 missed this
13731      Branch: perl
13732            ! win32/win32.c win32/wince.c
13733 ____________________________________________________________________________
13734 [ 29423] By: stevep                                on 2006/11/30  04:44:54
13735         Log: Upgrade to Time-HiRes-1.95
13736      Branch: perl
13737            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
13738            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/fallback/const-c.inc
13739 ____________________________________________________________________________
13740 [ 29422] By: stevep                                on 2006/11/30  04:24:10
13741         Log: Subject: [PATCH] No code specified for -.
13742              From: Jarkko Hietaniemi <jhi@iki.fi>
13743              Date: Wed, 29 Nov 2006 19:06:09 -0500
13744              Message-ID: <456E2071.3010404@iki.fi>
13745      Branch: perl
13746            ! perl.c
13747 ____________________________________________________________________________
13748 [ 29421] By: stevep                                on 2006/11/29  15:32:58
13749         Log: Upgrade to CPAN-1.88_63.
13750      Branch: perl
13751            ! lib/CPAN.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm
13752 ____________________________________________________________________________
13753 [ 29420] By: rgs                                   on 2006/11/29  15:26:00
13754         Log: Subject: Re: Fix \k<foo> preceded by literal
13755              From: demerphq <demerphq@gmail.com>
13756              Date: Wed, 29 Nov 2006 16:18:34 +0100
13757              Message-ID: <9b18b3110611290718o685a07ddja39f595ed97c231a@mail.gmail.com>
13758      Branch: perl
13759            ! regcomp.c regcomp.h t/op/re_tests
13760 ____________________________________________________________________________
13761 [ 29419] By: stevep                                on 2006/11/29  15:24:21
13762         Log: Upgrade to Tie-RefHash-1.35_01, which is just a version change for
13763              bleadperl.
13764      Branch: perl
13765            ! lib/Tie/RefHash.pm
13766 ____________________________________________________________________________
13767 [ 29418] By: stevep                                on 2006/11/29  15:17:59
13768         Log: Upgrade to ExtUtils-ParseXS-2.17.  Actuall just caught up with 
13769              most of the patches to bleadperl.  The remaining change missing
13770              is #29252, so, the version has been bumped to 2.17_01.
13771      Branch: perl
13772            ! lib/ExtUtils/ParseXS.pm
13773 ____________________________________________________________________________
13774 [ 29417] By: rgs                                   on 2006/11/29  12:08:35
13775         Log: Patch by Derek Price to Time::Piece for CPAN bug #21255:
13776              NOTDATE - DATE should stringify DATE and let Perl handle things
13777      Branch: perl
13778            ! ext/Time/Piece/Piece.pm ext/Time/Piece/t/06subclass.t
13779 ____________________________________________________________________________
13780 [ 29416] By: rgs                                   on 2006/11/29  11:34:10
13781         Log: Subject: [perl #41008] Setting $0 invalidates environment shown by ps 
13782              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
13783              Date: Tue, 28 Nov 2006 05:09:31 -0800
13784              Message-ID: <rt-3.5.HEAD-32013-1164719371-480.41008-75-0@perl.org>
13785      Branch: perl
13786            ! mg.c
13787 ____________________________________________________________________________
13788 [ 29415] By: rgs                                   on 2006/11/29  11:01:06
13789         Log: Subject: [PATCH perl5db.pl] MacOSX debugger fork support
13790              From: Richard Foley <Richard.Foley@rfi.net>
13791              Date: Wed, 29 Nov 2006 12:00:53 +0100
13792              Message-Id: <200611291200.53429.Richard.Foley@rfi.net>
13793      Branch: perl
13794            ! lib/perl5db.pl
13795 ____________________________________________________________________________
13796 [ 29414] By: nicholas                              on 2006/11/29  10:19:19
13797         Log: Fix Attribute::Handlers to cope with proxy constant subroutines.
13798      Branch: perl
13799            + lib/Attribute/Handlers/t/constants.t
13800            ! MANIFEST lib/Attribute/Handlers.pm
13801 ____________________________________________________________________________
13802 [ 29413] By: rgs                                   on 2006/11/29  09:30:02
13803         Log: Change in handling of \RNNN inside nested patterns
13804              Subject: Re: New development release in sight
13805              From: demerphq <demerphq@gmail.com>
13806              Date: Wed, 29 Nov 2006 01:07:43 +0100
13807              Message-ID: <9b18b3110611281607i3d583febtd549989dc3cabc8a@mail.gmail.com>
13808      Branch: perl
13809            ! pod/perlre.pod regcomp.c t/op/pat.t t/op/re_tests
13810 ____________________________________________________________________________
13811 [ 29412] By: nicholas                              on 2006/11/28  23:31:15
13812         Log: Bring the joy of strict to Attribute::Handlers.
13813      Branch: perl
13814            ! lib/Attribute/Handlers.pm
13815 ____________________________________________________________________________
13816 [ 29411] By: rgs                                   on 2006/11/28  17:19:40
13817         Log: Remove DOS line endings
13818              (perforce should take care of line encodings on checkout)
13819      Branch: perl
13820            ! lib/IPC/Cmd/t/02_Interactive.t lib/Log/Message.pm
13821            ! lib/Log/Message/Config.pm lib/Log/Message/Handlers.pm
13822            ! lib/Log/Message/Item.pm lib/Log/Message/t/conf/config_file
13823            ! lib/Module/Load/Conditional/t/to_load/Commented.pm
13824            ! lib/Module/Load/Conditional/t/to_load/LoadIt.pm
13825            ! lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm
13826 ____________________________________________________________________________
13827 [ 29410] By: steveh                                on 2006/11/28  16:43:17
13828         Log: Fix IPC-Cmd test failure on Win32: check current directory as well
13829              as those listed in $ENV{PATH} when searching for binaries
13830      Branch: perl
13831            ! lib/IPC/Cmd.pm
13832 ____________________________________________________________________________
13833 [ 29409] By: steveh                                on 2006/11/28  16:01:55
13834         Log: Building with Visual C++ 2005 now works except for one test failure
13835      Branch: perl
13836            ! README.win32 win32/Makefile win32/makefile.mk
13837 ____________________________________________________________________________
13838 [ 29408] By: steveh                                on 2006/11/28  15:57:45
13839         Log: Silence VC++ 8 warnings about "possible loss of data"
13840      Branch: perl
13841            ! ext/POSIX/POSIX.xs pp_sys.c
13842 ____________________________________________________________________________
13843 [ 29407] By: rgs                                   on 2006/11/28  14:59:03
13844         Log: OS/2 compilation fixes by Ilya
13845              
13846              Subject: [PATCH 5.8.8] Build on OS/2
13847              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
13848              Date: Tue, 28 Nov 2006 03:36:29 -0800
13849              Message-ID: <20061128113629.GA18108@powdermilk.math.berkeley.edu>
13850      Branch: perl
13851            ! config_h.SH perlvars.h
13852 ____________________________________________________________________________
13853 [ 29406] By: steveh                                on 2006/11/28  14:58:14
13854         Log: Silence 4 "unreferenced local variable" warnings from VC++
13855      Branch: perl
13856            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
13857 ____________________________________________________________________________
13858 [ 29405] By: rgs                                   on 2006/11/28  14:39:58
13859         Log: Subject: Re: [PATCH 5.8.8] Build on OS/2
13860              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
13861              Date: Tue, 28 Nov 2006 05:02:20 -0800
13862              Message-ID: <20061128130220.GA18386@powdermilk.math.berkeley.edu>
13863      Branch: perl
13864            ! ext/Devel/DProf/DProf.xs
13865 ____________________________________________________________________________
13866 [ 29404] By: rgs                                   on 2006/11/28  13:50:37
13867         Log: Add Module::Pluggable
13868              (required by CPANPLUS)
13869      Branch: perl
13870            + lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
13871            + lib/Module/Pluggable/t/01use.t
13872            + lib/Module/Pluggable/t/02alsoworks.t
13873            + lib/Module/Pluggable/t/02works.t
13874            + lib/Module/Pluggable/t/02works_taint.t
13875            + lib/Module/Pluggable/t/03diffname.t
13876            + lib/Module/Pluggable/t/04acmedir.t
13877            + lib/Module/Pluggable/t/04acmedir_single.t
13878            + lib/Module/Pluggable/t/04acmepath.t
13879            + lib/Module/Pluggable/t/04acmepath_single.t
13880            + lib/Module/Pluggable/t/05postpath.t
13881            + lib/Module/Pluggable/t/06multipath.t
13882            + lib/Module/Pluggable/t/07instantiate.t
13883            + lib/Module/Pluggable/t/08nothing.t
13884            + lib/Module/Pluggable/t/09require.t
13885            + lib/Module/Pluggable/t/10innerpack.t
13886            + lib/Module/Pluggable/t/10innerpack_inner.t
13887            + lib/Module/Pluggable/t/10innerpack_noinner.t
13888            + lib/Module/Pluggable/t/10innerpack_override.t
13889            + lib/Module/Pluggable/t/11usetwice.t
13890            + lib/Module/Pluggable/t/12only.t
13891            + lib/Module/Pluggable/t/12onlyarray.t
13892            + lib/Module/Pluggable/t/12onlyregex.t
13893            + lib/Module/Pluggable/t/13except.t
13894            + lib/Module/Pluggable/t/13exceptarray.t
13895            + lib/Module/Pluggable/t/13exceptregex.t
13896            + lib/Module/Pluggable/t/14package.t
13897            + lib/Module/Pluggable/t/15topicsafe.t
13898            + lib/Module/Pluggable/t/16different_extension.t
13899            + lib/Module/Pluggable/t/17devel_inner_package.t
13900            + lib/Module/Pluggable/t/18skipped_package.t
13901            + lib/Module/Pluggable/t/19can_ok_clobber.t
13902            + lib/Module/Pluggable/t/20dodgy_files.t
13903            + lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
13904            + lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
13905            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
13906            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
13907            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
13908            + lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm
13909            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
13910            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
13911            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
13912            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
13913            + lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
13914            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm
13915            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm
13916            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
13917            + lib/Module/Pluggable/t/lib/No/Middle.pm
13918            + lib/Module/Pluggable/t/lib/OddTest/Plugin/-Dodgy.pm
13919            + lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm
13920            + lib/Module/Pluggable/t/lib/TA/C/A/I.pm
13921            ! MANIFEST
13922 ____________________________________________________________________________
13923 [ 29403] By: rgs                                   on 2006/11/28  13:32:26
13924         Log: Subject: [PATCH 5.8.8] perl5db on miniperl
13925              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
13926              Date: Tue, 28 Nov 2006 03:39:05 -0800
13927              Message-ID: <20061128113905.GA18135@powdermilk.math.berkeley.edu>
13928      Branch: perl
13929            ! lib/perl5db.pl
13930 ____________________________________________________________________________
13931 [ 29402] By: steveh                                on 2006/11/28  11:57:35
13932         Log: Give perl.exe an icon when built with MinGW and Borland
13933              
13934              It already gets an icon when built with VC++, but the MinGW and Borland
13935              builds were not making any use of the resource file.
13936              
13937              Also add the top-level directory into MinGW's resource compiler search
13938              path to assist ActivePerl builds: see:
13939              http://downloads.activestate.com/ActivePerl/src/5.8/AP819_diff.txt
13940      Branch: perl
13941            ! win32/makefile.mk
13942 ____________________________________________________________________________
13943 [ 29401] By: rgs                                   on 2006/11/28  10:45:06
13944         Log: Add IPC::Cmd to the core
13945      Branch: perl
13946            + lib/IPC/Cmd.pm lib/IPC/Cmd/t/01_IPC-Cmd.t
13947            + lib/IPC/Cmd/t/02_Interactive.t lib/IPC/Cmd/t/src/child.pl
13948            ! MANIFEST
13949 ____________________________________________________________________________
13950 [ 29400] By: rgs                                   on 2006/11/28  10:09:01
13951         Log: Typo fix (by Dominic Dunlop)
13952      Branch: perl
13953            ! cflags.SH
13954 ____________________________________________________________________________
13955 [ 29399] By: rgs                                   on 2006/11/28  09:57:24
13956         Log: Subject: [PATCH[ threads 1.53
13957              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
13958              Date: Mon, 27 Nov 2006 09:26:08 -0800 (PST)
13959              Message-ID: <965653.3725.qm@web30206.mail.mud.yahoo.com>
13960      Branch: perl
13961            ! ext/threads/Changes ext/threads/README
13962            ! ext/threads/shared/t/cond.t ext/threads/t/exit.t
13963            ! ext/threads/t/libc.t ext/threads/t/stress_re.t
13964            ! ext/threads/t/thread.t ext/threads/threads.pm
13965            ! ext/threads/threads.xs
13966 ____________________________________________________________________________
13967 [ 29398] By: stevep                                on 2006/11/28  01:32:07
13968         Log: Subject: [PATCH] Re: [PATCH] perlhack: some portability updates
13969              From: Dominic Dunlop <shouldbedomo@mac.com>
13970              Date: Sun, 26 Nov 2006 12:01:16 +0100
13971              Message-Id: <253514EB-BA57-4A43-93FA-75D6F3CF27BC@mac.com>
13972      Branch: perl
13973            ! cflags.SH perl.h pod/perlhack.pod
13974 ____________________________________________________________________________
13975 [ 29397] By: steveh                                on 2006/11/27  17:44:27
13976         Log: Add missing d_printf_format_null/PRINTF_FORMAT_NULL_OK to Win32 canned
13977              configs
13978              
13979              See:
13980              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00923.html
13981      Branch: perl
13982            ! perl.h win32/config.bc win32/config.gc win32/config.vc
13983            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
13984            ! win32/config_H.vc win32/config_H.vc64
13985 ____________________________________________________________________________
13986 [ 29396] By: steveh                                on 2006/11/27  17:39:00
13987         Log: Make the win32/makefile.mk a little safer
13988              
13989              - Add a few missing s,\,$B, substitutions. We were living dangerously
13990              with various unescaped backslashes not causing problems purely because
13991              they don't make valid ecape codes anyway, e.g. ..\perl59.dll was only
13992              working because \p isn't an escape code so it didn't get mapped to
13993              anything nasty.
13994              
13995              - Move the $(BLINK_FLAGS) out of $(mktmp ...)'s because it could contain
13996              backslashes which would otherwise need escaping. (Adding in the
13997              escaping would be another fix but other cases don't put $(BLINK_FLAGS)
13998              into $(mktmp ...) files in the first place.)
13999      Branch: perl
14000            ! win32/makefile.mk
14001 ____________________________________________________________________________
14002 [ 29395] By: rgs                                   on 2006/11/27  16:54:26
14003         Log: Add missing file to MANIFEST
14004      Branch: perl
14005            ! MANIFEST
14006 ____________________________________________________________________________
14007 [ 29394] By: nicholas                              on 2006/11/27  08:02:35
14008         Log: Move words and revcharmap out of struct _rev_trie_data and duplicate
14009              them on thread clone.
14010      Branch: perl
14011            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
14012 ____________________________________________________________________________
14013 [ 29393] By: nicholas                              on 2006/11/26  23:32:29
14014         Log: Move widecharmap out of the shared structure _reg_trie_data into the
14015              top level regdata array, so that it can be correctly duplicated on
14016              thread clone.
14017      Branch: perl
14018            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
14019 ____________________________________________________________________________
14020 [ 29392] By: nicholas                              on 2006/11/26  23:01:46
14021         Log: Swap _reg_ac_data.trie to U32 offset into the regdata array, as
14022              preliminary to moving _reg_trie_data.widecharmap out too.
14023      Branch: perl
14024            ! regcomp.c regcomp.h regexec.c
14025 ____________________________________________________________________________
14026 [ 29391] By: nicholas                              on 2006/11/26  22:21:02
14027         Log: Moving the reference count to the front of both _reg_trie_data and
14028              _reg_ac_data allows smaller code in Perl_regdupe.
14029      Branch: perl
14030            ! regcomp.c regcomp.h
14031 ____________________________________________________________________________
14032 [ 29390] By: nicholas                              on 2006/11/26  20:52:49
14033         Log: A little reodering of the switch statement in Perl_regdupe makes a 
14034              smaller executable.
14035      Branch: perl
14036            ! regcomp.c
14037 ____________________________________________________________________________
14038 [ 29389] By: nicholas                              on 2006/11/26  20:03:16
14039         Log: Eliminated unitialised clone_params value bug accidentally added with
14040              change 28229.
14041      Branch: perl
14042            ! ext/threads/threads.xs
14043 ____________________________________________________________________________
14044 [ 29388] By: nicholas                              on 2006/11/26  20:00:36
14045         Log: Stage 1 of threadsafe-ing the trie strucutres - use shared malloc.
14046      Branch: perl
14047            ! regcomp.c
14048 ____________________________________________________________________________
14049 [ 29387] By: nicholas                              on 2006/11/26  18:44:57
14050         Log: Simplify S_add_data(), given that realloc will NULL acts as malloc().
14051      Branch: perl
14052            ! regcomp.c
14053 ____________________________________________________________________________
14054 [ 29386] By: nicholas                              on 2006/11/26  18:26:53
14055         Log: Change (well, correct) S_add_data to take and return a U32.
14056      Branch: perl
14057            ! embed.fnc proto.h regcomp.c
14058 ____________________________________________________________________________
14059 [ 29385] By: nicholas                              on 2006/11/26  18:00:05
14060         Log: Make the cache in Carp::trusts actually persist across calls :-)
14061              I made a similar mistake once long ago, and now spot the pattern.
14062      Branch: perl
14063            ! lib/Carp/Heavy.pm
14064 ____________________________________________________________________________
14065 [ 29384] By: nicholas                              on 2006/11/26  17:33:05
14066         Log: Remove unused lexical present since change 13426.
14067      Branch: perl
14068            ! lib/Carp/Heavy.pm
14069 ____________________________________________________________________________
14070 [ 29383] By: stevep                                on 2006/11/26  14:14:54
14071         Log: Adding Time::Piece to the core...again.
14072      Branch: perl
14073            + ext/Time/Piece/Changes ext/Time/Piece/Makefile.PL
14074            + ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
14075            + ext/Time/Piece/README ext/Time/Piece/Seconds.pm
14076            + ext/Time/Piece/t/01base.t ext/Time/Piece/t/02core.t
14077            + ext/Time/Piece/t/03compare.t ext/Time/Piece/t/04mjd.t
14078            + ext/Time/Piece/t/05overload.t ext/Time/Piece/t/06subclass.t
14079            ! MANIFEST Porting/Maintainers.pl
14080 ____________________________________________________________________________
14081 [ 29382] By: nicholas                              on 2006/11/26  12:38:20
14082         Log: Stop mod_perl looping forever in &Carp::shortmess_jmp as it somehow
14083              manages to forcibly re-load Carp.pm without re-loading Carp/Heavy.pm
14084      Branch: perl
14085            ! lib/Carp.pm lib/Carp/Heavy.pm
14086 ____________________________________________________________________________
14087 [ 29381] By: stevep                                on 2006/11/25  23:11:36
14088         Log: Skip test for Module::Load::Conditional that appears to be setting
14089              $^X, but not getting it right.  I'll wait to see if Jos has a fix.
14090      Branch: perl
14091            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
14092 ____________________________________________________________________________
14093 [ 29380] By: craigb                                on 2006/11/25  22:19:14
14094         Log: xterm debugger support for VMS from John Malmberg (with revisions)
14095      Branch: perl
14096            ! configure.com lib/perl5db.pl vms/descrip_mms.template
14097            ! vms/vms.c
14098 ____________________________________________________________________________
14099 [ 29379] By: stevep                                on 2006/11/25  17:49:26
14100         Log: Subject: [PATCH] Add Module::Load::Conditional to the core
14101              From: "Jos Boumans" <kane@dwim.org>
14102              Date: Fri, 24 Nov 2006 18:07:54 +0100 (CET)
14103              Message-ID: <23336.80.127.35.68.1164388074.squirrel@webmail.xs4all.nl>
14104      Branch: perl
14105            + lib/Module/Load/Conditional.pm
14106            + lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
14107            + lib/Module/Load/Conditional/t/to_load/Commented.pm
14108            + lib/Module/Load/Conditional/t/to_load/LoadIt.pm
14109            + lib/Module/Load/Conditional/t/to_load/LoadMe.pl
14110            + lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm
14111            + lib/Module/Load/Conditional/t/to_load/ToBeLoaded
14112            ! MANIFEST
14113 ____________________________________________________________________________
14114 [ 29378] By: stevep                                on 2006/11/25  17:34:09
14115         Log: Subject: [PATCH] smoke signs suppression
14116              From: Jarkko Hietaniemi <jhi@iki.fi>
14117              Date: Sat, 25 Nov 2006 11:45:24 -0500
14118              Message-ID: <45687324.3040102@iki.fi>
14119      Branch: perl
14120            ! ext/re/re.xs iperlsys.h pp_hot.c regcomp.c regexec.c
14121 ____________________________________________________________________________
14122 [ 29377] By: stevep                                on 2006/11/25  17:29:55
14123         Log: Subject: [PATCH] perlhack: some portability updates
14124              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
14125              Date: Sat, 25 Nov 2006 17:57:23 +0200 (EET)
14126              Message-Id: <200611251557.kAPFvNKw011342@kosh.hut.fi>
14127      Branch: perl
14128            ! pod/perlhack.pod
14129 ____________________________________________________________________________
14130 [ 29376] By: steveh                                on 2006/11/24  17:11:34
14131         Log: Remove redundant macros from win32 makefiles
14132              
14133              In the course of removing redundant ByteLoader references I found that
14134              various long lists of extensions are hopelessly out of date, e.g.
14135              Compress/Zlib should be Compress/Raw/Zlib and PerlIO/*, threads/* and
14136              others are missing. It seems that these lists of extensions serve no
14137              useful purpose anyway: in Makefile they are used to delete files that
14138              should already have been deleted by the Makefile for each module, and
14139              in makefile.mk DYNAMIC_EXT wasn't used at all! So the simplest remedy
14140              is to remove them. One less maintenance headache.
14141      Branch: perl
14142            ! win32/Makefile win32/makefile.mk
14143 ____________________________________________________________________________
14144 [ 29375] By: steveh                                on 2006/11/24  15:44:23
14145         Log: Cleanup manifest file left by test script when using VC8
14146      Branch: perl
14147            ! lib/ExtUtils/t/Embed.t
14148 ____________________________________________________________________________
14149 [ 29374] By: steveh                                on 2006/11/24  15:38:24
14150         Log: Embed manifest files in DLLs built with Module-Build when using VC8
14151              
14152              This change does for Module-Build what part of #29266 did for
14153              ExtUtils-MakeMaker.
14154      Branch: perl
14155            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
14156 ____________________________________________________________________________
14157 [ 29373] By: rgs                                   on 2006/11/24  15:03:55
14158         Log: Subject: [perl #36689] &=, |= and ^= overloads are nbot documented
14159              From: "Adriano Rodrigues" <a.r.ferreira@gmail.com>
14160              Date: Thu, 23 Nov 2006 17:43:12 -0200
14161              Message-ID: <73ddeb6c0611231143y1e3461dbqf30f5fce16698b5c@mail.gmail.com>
14162      Branch: perl
14163            ! lib/overload.pm lib/overload.t
14164 ____________________________________________________________________________
14165 [ 29372] By: rgs                                   on 2006/11/24  10:16:07
14166         Log: Revert change #29098 (that introduced a new warning,
14167              "Variable length character upgraded in print")
14168      Branch: perl
14169            ! doio.c pod/perl595delta.pod pod/perldiag.pod
14170 ____________________________________________________________________________
14171 [ 29371] By: rgs                                   on 2006/11/24  09:58:43
14172         Log: Un-TODO one test in pat.t ($1 kept safe after a /g match)
14173      Branch: perl
14174            ! t/op/pat.t
14175 ____________________________________________________________________________
14176 [ 29370] By: craigb                                on 2006/11/24  04:45:30
14177         Log: Even better configure.com handling for checkcfgvar.pl
14178      Branch: perl
14179            ! Porting/checkcfgvar.pl
14180 ____________________________________________________________________________
14181 [ 29369] By: craigb                                on 2006/11/24  04:42:43
14182         Log: Initialize targetarch in configure.com
14183      Branch: perl
14184            ! configure.com
14185 ____________________________________________________________________________
14186 [ 29368] By: nicholas                              on 2006/11/23  23:17:44
14187         Log: Subject: Re: [PATCH] Cleanup regexp flags and structure
14188              From: demerphq <demerphq@gmail.com>
14189              Message-ID: <9b18b3110611231021l561a9cb4te985db3f0648e097@mail.gmail.com>
14190              Date: Thu, 23 Nov 2006 19:21:38 +0100
14191              
14192              Attached patch completes the splitting out of the core from the regexp
14193              internal data.
14194      Branch: perl
14195            ! regcomp.c regexec.c regexp.h
14196 ____________________________________________________________________________
14197 [ 29367] By: stevep                                on 2006/11/23  20:51:11
14198         Log: Module::Pluggable diff had some hidden binary files in it.  I'm
14199              backing it out while Jos verifies whether those files are actually
14200              needed in the distribution or not.
14201      Branch: perl
14202            - lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
14203            - lib/Module/Pluggable/t/01use.t
14204            - lib/Module/Pluggable/t/02alsoworks.t
14205            - lib/Module/Pluggable/t/02works.t
14206            - lib/Module/Pluggable/t/03diffname.t
14207            - lib/Module/Pluggable/t/04acmedir.t
14208            - lib/Module/Pluggable/t/04acmedir_single.t
14209            - lib/Module/Pluggable/t/04acmepath.t
14210            - lib/Module/Pluggable/t/04acmepath_single.t
14211            - lib/Module/Pluggable/t/05postpath.t
14212            - lib/Module/Pluggable/t/06multipath.t
14213            - lib/Module/Pluggable/t/07instantiate.t
14214            - lib/Module/Pluggable/t/08nothing.t
14215            - lib/Module/Pluggable/t/09require.t
14216            - lib/Module/Pluggable/t/10innerpack.t
14217            - lib/Module/Pluggable/t/10innerpack_inner.t
14218            - lib/Module/Pluggable/t/10innerpack_noinner.t
14219            - lib/Module/Pluggable/t/10innerpack_override.t
14220            - lib/Module/Pluggable/t/11usetwice.t
14221            - lib/Module/Pluggable/t/12only.t
14222            - lib/Module/Pluggable/t/12onlyarray.t
14223            - lib/Module/Pluggable/t/12onlyregex.t
14224            - lib/Module/Pluggable/t/13except.t
14225            - lib/Module/Pluggable/t/13exceptarray.t
14226            - lib/Module/Pluggable/t/13exceptregex.t
14227            - lib/Module/Pluggable/t/14package.t
14228            - lib/Module/Pluggable/t/15topicsafe.t
14229            - lib/Module/Pluggable/t/16different_extension.t
14230            - lib/Module/Pluggable/t/17devel_inner_package.t
14231            - lib/Module/Pluggable/t/18skipped_package.t
14232            - lib/Module/Pluggable/t/19can_ok_clobber.t
14233            - lib/Module/Pluggable/t/20dodgy_files.t
14234            - lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
14235            - lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
14236            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
14237            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
14238            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
14239            - lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm
14240            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
14241            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
14242            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
14243            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
14244            - lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
14245            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm
14246            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm
14247            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
14248            - lib/Module/Pluggable/t/lib/No/Middle.pm
14249            - lib/Module/Pluggable/t/lib/OddTest/Plugin/%23Dodgy.pm
14250            - lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm
14251            - lib/Module/Pluggable/t/lib/TA/C/A/I.pm
14252            ! MANIFEST
14253 ____________________________________________________________________________
14254 [ 29366] By: stevep                                on 2006/11/23  20:09:57
14255         Log: Subject: [PATCH] Add Module::Pluggable to the core
14256              From: "Jos Boumans" <kane@xs4all.net>
14257              Date: Sun, 19 Nov 2006 16:06:00 +0100 (CET)
14258              Message-ID: <4188.80.127.35.68.1163948760.squirrel@webmail.xs4all.nl>
14259      Branch: perl
14260            + lib/Devel/InnerPackage.pm lib/Module/Pluggable.pm
14261            + lib/Module/Pluggable/Object.pm lib/Module/Pluggable/t/01use.t
14262            + lib/Module/Pluggable/t/02alsoworks.t
14263            + lib/Module/Pluggable/t/02works.t
14264            + lib/Module/Pluggable/t/03diffname.t
14265            + lib/Module/Pluggable/t/04acmedir.t
14266            + lib/Module/Pluggable/t/04acmedir_single.t
14267            + lib/Module/Pluggable/t/04acmepath.t
14268            + lib/Module/Pluggable/t/04acmepath_single.t
14269            + lib/Module/Pluggable/t/05postpath.t
14270            + lib/Module/Pluggable/t/06multipath.t
14271            + lib/Module/Pluggable/t/07instantiate.t
14272            + lib/Module/Pluggable/t/08nothing.t
14273            + lib/Module/Pluggable/t/09require.t
14274            + lib/Module/Pluggable/t/10innerpack.t
14275            + lib/Module/Pluggable/t/10innerpack_inner.t
14276            + lib/Module/Pluggable/t/10innerpack_noinner.t
14277            + lib/Module/Pluggable/t/10innerpack_override.t
14278            + lib/Module/Pluggable/t/11usetwice.t
14279            + lib/Module/Pluggable/t/12only.t
14280            + lib/Module/Pluggable/t/12onlyarray.t
14281            + lib/Module/Pluggable/t/12onlyregex.t
14282            + lib/Module/Pluggable/t/13except.t
14283            + lib/Module/Pluggable/t/13exceptarray.t
14284            + lib/Module/Pluggable/t/13exceptregex.t
14285            + lib/Module/Pluggable/t/14package.t
14286            + lib/Module/Pluggable/t/15topicsafe.t
14287            + lib/Module/Pluggable/t/16different_extension.t
14288            + lib/Module/Pluggable/t/17devel_inner_package.t
14289            + lib/Module/Pluggable/t/18skipped_package.t
14290            + lib/Module/Pluggable/t/19can_ok_clobber.t
14291            + lib/Module/Pluggable/t/20dodgy_files.t
14292            + lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
14293            + lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
14294            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
14295            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
14296            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
14297            + lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm
14298            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
14299            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
14300            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
14301            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
14302            + lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
14303            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm
14304            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm
14305            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
14306            + lib/Module/Pluggable/t/lib/No/Middle.pm
14307            + lib/Module/Pluggable/t/lib/OddTest/Plugin/%23Dodgy.pm
14308            + lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm
14309            + lib/Module/Pluggable/t/lib/TA/C/A/I.pm
14310            ! MANIFEST
14311 ____________________________________________________________________________
14312 [ 29365] By: nicholas                              on 2006/11/23  19:29:57
14313         Log: Change 29364 forgot to turn the POK flag on.
14314      Branch: perl
14315            ! sv.c
14316 ____________________________________________________________________________
14317 [ 29364] By: nicholas                              on 2006/11/23  17:16:34
14318         Log: Assigning to a PVCV effectively just sets the prototype, so make this
14319              the exact behaviour. (Fixes bug #40681, which prevents mod_perl from
14320              building)
14321      Branch: perl
14322            ! sv.c
14323 ____________________________________________________________________________
14324 [ 29363] By: nicholas                              on 2006/11/23  16:59:04
14325         Log: Remove superfluous SvROK()
14326      Branch: perl
14327            ! sv.c
14328 ____________________________________________________________________________
14329 [ 29362] By: craigb                                on 2006/11/23  16:11:16
14330         Log: Tune configure.com checking to ignore trailing comments.
14331      Branch: perl
14332            ! Porting/checkcfgvar.pl
14333 ____________________________________________________________________________
14334 [ 29361] By: rgs                                   on 2006/11/23  15:55:47
14335         Log: Fix for bug #38631: tied variables don't work with .= <>
14336      Branch: perl
14337            ! pp_hot.c t/op/readline.t
14338 ____________________________________________________________________________
14339 [ 29360] By: rgs                                   on 2006/11/23  12:57:18
14340         Log: Subject: [PATCH] Cleanup regexp flags and structure
14341              From: demerphq <demerphq@gmail.com>
14342              Date: Thu, 23 Nov 2006 12:36:24 +0100
14343              Message-ID: <9b18b3110611230336p3ce3b16du47cd5398dea8d873@mail.gmail.com>
14344      Branch: perl
14345            ! dump.c ext/re/re.xs mg.c op.c op.h pp.c pp_hot.c regcomp.c
14346            ! regexec.c regexp.h
14347 ____________________________________________________________________________
14348 [ 29359] By: rgs                                   on 2006/11/23  11:28:28
14349         Log: More safety in free()s
14350      Branch: perl
14351            ! op.c
14352 ____________________________________________________________________________
14353 [ 29358] By: steveh                                on 2006/11/23  11:06:47
14354         Log: Silence VC8's warnings about "unsafe" CRT functions and POSIX CRT
14355              function names being deprecated, and add a note to perltodo to
14356              revisit this one day.
14357      Branch: perl
14358            ! pod/perltodo.pod win32/Makefile win32/makefile.mk
14359 ____________________________________________________________________________
14360 [ 29357] By: rgs                                   on 2006/11/23  10:05:43
14361         Log: Subject: [PATCH lib/ExtUtils/t/build_man.t] installman3dir is null
14362              From: "Robin Barker" <Robin.Barker@npl.co.uk>
14363              Date: Tue, 21 Nov 2006 16:48:35 -0000
14364              Message-ID: <2C2E01334A940D4792B3E115F95B7226120ABE@exchsvr1.npl.ad.local>
14365      Branch: perl
14366            ! lib/ExtUtils/t/build_man.t
14367 ____________________________________________________________________________
14368 [ 29356] By: stevep                                on 2006/11/23  03:09:08
14369         Log: Upgrade to PathTools-3.24.
14370      Branch: perl
14371            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
14372            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
14373 ____________________________________________________________________________
14374 [ 29355] By: steveh                                on 2006/11/22  17:20:05
14375         Log: Update makefile.mk as per Makefile w.r.t. #29308 and #29323
14376      Branch: perl
14377            ! win32/makefile.mk
14378 ____________________________________________________________________________
14379 [ 29354] By: rgs                                   on 2006/11/22  17:09:33
14380         Log: Subject: \G with /g results in infinite loop in 5.6 and later
14381              From: demerphq <demerphq@gmail.com>
14382              Date: Wed, 22 Nov 2006 17:11:02 +0100
14383              Message-ID: <9b18b3110611220811k1a54f650t1bd7c6a9450b0a7e@mail.gmail.com>
14384      Branch: perl
14385            ! pod/perldiag.pod pod/perlre.pod pp_hot.c regcomp.c regcomp.h
14386            ! regcomp.sym regexec.c regexp.h t/op/pat.t t/op/regmesg.t
14387 ____________________________________________________________________________
14388 [ 29353] By: stevep                                on 2006/11/22  17:00:54
14389         Log: Subject: POSIX::remove() and directories
14390              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
14391              Date: Wed, 22 Nov 2006 17:41:55 +0100
14392              Message-ID: <3852726AFA94DE4F87E616F13F416A5F0A912F@naimucu1.ffz00k.rootdom.net>
14393      Branch: perl
14394            ! ext/POSIX/POSIX.pm
14395 ____________________________________________________________________________
14396 [ 29352] By: steveh                                on 2006/11/22  16:49:10
14397         Log: VC8 regards 60 seconds as an invalid parameter for strftime()
14398              so skip the test in that case.
14399      Branch: perl
14400            ! ext/POSIX/t/posix.t
14401 ____________________________________________________________________________
14402 [ 29351] By: rgs                                   on 2006/11/22  15:17:54
14403         Log: Don't AUTOLOAD DESTROY from Attribute::Handlers.
14404              (patch by Jerry D. Hedden for CPAN bug #1911)
14405      Branch: perl
14406            ! lib/Attribute/Handlers.pm
14407 ____________________________________________________________________________
14408 [ 29350] By: steveh                                on 2006/11/22  15:11:41
14409         Log: Fix infinite loop in Perl_my_strftime() for failing strftime()
14410      Branch: perl
14411            ! util.c
14412 ____________________________________________________________________________
14413 [ 29349] By: rgs                                   on 2006/11/22  14:30:19
14414         Log: More doc nits on Switch, and bump version to 2.11 for upcoming CPAN release.
14415      Branch: perl
14416            ! lib/Switch.pm
14417 ____________________________________________________________________________
14418 [ 29348] By: stevep                                on 2006/11/22  14:10:07
14419         Log: Subject: Re: [perl #40917] Benchmark fails under -Mbignum
14420              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14421              Date: Wed, 22 Nov 2006 22:32:46 +0900
14422              Message-Id: <20061122223227.193E.BQW10602@nifty.com>
14423      Branch: perl
14424            ! lib/Benchmark.pm
14425 ____________________________________________________________________________
14426 [ 29347] By: rgs                                   on 2006/11/22  13:57:12
14427         Log: Fix a number of documentation issues in Switch.pm (code examples
14428              that do not compile, typos, obscure examples)
14429      Branch: perl
14430            ! lib/Switch.pm
14431 ____________________________________________________________________________
14432 [ 29346] By: rgs                                   on 2006/11/22  10:03:51
14433         Log: Remove tests for POD or POD coverage -- they're always skipped.
14434      Branch: perl
14435            - ext/Compress/IO/Base/t/99pod.t ext/Compress/IO/Zlib/t/999pod.t
14436            - ext/Compress/Raw/Zlib/t/99pod.t ext/Compress/Zlib/t/99pod.t
14437            - ext/Digest/SHA/t/0-pod-coverage.t ext/Digest/SHA/t/0-pod.t
14438            - lib/Term/ANSIColor/t/pod.t lib/Test/Harness/t/pod.t
14439            - lib/Text/Balanced/t/pod-coverage.t lib/Text/Balanced/t/pod.t
14440            ! MANIFEST
14441 ____________________________________________________________________________
14442 [ 29345] By: rgs                                   on 2006/11/22  09:56:14
14443         Log: - Restore two Text::Balanced tests, more comprehensive in bleadperl than
14444              in CPAN.
14445              - Restore a local bugfix, tested by the above tests.
14446              - Fix a few typos in the POD for Text::Balanced
14447              - Bump version of Text::Balanced
14448      Branch: perl
14449            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extmul.t
14450            ! lib/Text/Balanced/t/extqlk.t
14451 ____________________________________________________________________________
14452 [ 29344] By: rgs                                   on 2006/11/22  09:12:16
14453         Log: Sync Text::Balanced with the CPAN version (1.99.1)
14454      Branch: perl
14455            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
14456            ! lib/Text/Balanced/README lib/Text/Balanced/t/extmul.t
14457            ! lib/Text/Balanced/t/extqlk.t
14458 ____________________________________________________________________________
14459 [ 29343] By: rgs                                   on 2006/11/21  17:24:19
14460         Log: Remove assertions.pm review from perltodo
14461      Branch: perl
14462            ! pod/perltodo.pod
14463 ____________________________________________________________________________
14464 [ 29342] By: rgs                                   on 2006/11/21  16:32:42
14465         Log: Subject: [PATCH] threads 1.52
14466              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
14467              Date: Tue, 21 Nov 2006 08:26:28 -0800 (PST)
14468              Message-ID: <204140.57721.qm@web30207.mail.mud.yahoo.com>
14469      Branch: perl
14470            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
14471            ! ext/threads/t/thread.t ext/threads/threads.pm
14472            ! ext/threads/threads.xs
14473 ____________________________________________________________________________
14474 [ 29341] By: merijn                                on 2006/11/21  16:18:49
14475         Log: Upgrade warning should only be issued if upgrade happens
14476      Branch: perl
14477            ! hints/hpux.sh
14478 ____________________________________________________________________________
14479 [ 29340] By: rgs                                   on 2006/11/21  16:08:34
14480         Log: Regenerate Changes, add nits in perldelta
14481      Branch: perl
14482            ! Changes pod/perl595delta.pod
14483 ____________________________________________________________________________
14484 [ 29339] By: merijn                                on 2006/11/21  16:03:30
14485         Log: Silence some warnings during Configure
14486      Branch: perl
14487            ! hints/hpux.sh
14488 ____________________________________________________________________________
14489 [ 29338] By: merijn                                on 2006/11/21  15:16:46
14490         Log: No more 5005thread messages from Configure for 5.9.x and up
14491      Branch: perl
14492            ! Configure Porting/Glossary config_h.SH
14493 ____________________________________________________________________________
14494 [ 29336] By: rgs                                   on 2006/11/21  14:45:19
14495         Log: Invalidate the method lookup cache when assigning to a glob
14496              named "isa". (That happens when importing "isa" from UNIVERSAL,
14497              for example.) Fixes bug #24824.
14498      Branch: perl
14499            ! pp_hot.c t/op/universal.t
14500 ____________________________________________________________________________
14501 [ 29335] By: rgs                                   on 2006/11/21  10:22:21
14502         Log: Remove warnings against WHOA THERE warnings from the hints files.
14503      Branch: perl
14504            ! hints/machten.sh hints/machten_2.sh hints/sco.sh
14505            ! hints/solaris_2.sh hints/sunos_4_1.sh hints/ultrix_4.sh
14506            ! hints/umips.sh
14507 ____________________________________________________________________________
14508 [ 29334] By: rgs                                   on 2006/11/21  10:17:36
14509         Log: Remove description of WHOA THERE messages for recommended hint values,
14510              removed by change #29288.
14511      Branch: perl
14512            ! INSTALL
14513 ____________________________________________________________________________
14514 [ 29333] By: rgs                                   on 2006/11/21  09:15:43
14515         Log: Remove the test counter checker at the end of t/op/pat.t : it
14516              doesn't get updated correctly.
14517      Branch: perl
14518            ! t/op/pat.t
14519 ____________________________________________________________________________
14520 [ 29332] By: stevep                                on 2006/11/21  03:59:34
14521         Log: "This is going to be slow."  This change switches OpenBSD locale
14522              tests from the spaghetti doneness test to specifically testing
14523              locales in its /usr/share/locale.  Speeds up lib/locale.t to 
14524              13 minutes a run vs. the previous time of over two hours.
14525      Branch: perl
14526            ! lib/locale.t
14527 ____________________________________________________________________________
14528 [ 29331] By: nicholas                              on 2006/11/20  22:53:39
14529         Log: Correct typo in test description.
14530      Branch: perl
14531            ! t/op/pat.t
14532 ____________________________________________________________________________
14533 [ 29330] By: rgs                                   on 2006/11/20  18:03:43
14534         Log: Unify the two warnings "Can't declare %s in %s", in line with what's
14535              documented in perldiag.
14536      Branch: perl
14537            ! op.c t/op/attrs.t
14538 ____________________________________________________________________________
14539 [ 29329] By: rgs                                   on 2006/11/20  16:05:33
14540         Log: Subject: [PATCH] Re: thread free problem
14541              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
14542              Date: Mon, 20 Nov 2006 07:32:36 -0800 (PST)
14543              Message-ID: <696736.39963.qm@web30204.mail.mud.yahoo.com>
14544      Branch: perl
14545            ! op.c
14546 ____________________________________________________________________________
14547 [ 29328] By: rgs                                   on 2006/11/20  15:31:03
14548         Log: Actually, undef $SIG{FOO} should restore the default signal
14549              handler. Else, once we exit a block where the signal handler was
14550              localized, it becomes ignored.
14551      Branch: perl
14552            ! mg.c
14553 ____________________________________________________________________________
14554 [ 29327] By: rgs                                   on 2006/11/20  15:19:36
14555         Log: Make undef $SIG{FOO} ignore the signal FOO
14556      Branch: perl
14557            ! mg.c
14558 ____________________________________________________________________________
14559 [ 29326] By: rgs                                   on 2006/11/20  14:51:46
14560         Log: Subject: [patch@29297] perl5db.pl detecting forked debugger on VMS.
14561              From: "John E. Malmberg" <wb8tyw@qsl.net>
14562              Date: Sat, 18 Nov 2006 23:07:17 -0500
14563              Message-ID: <455FD875.8050007@qsl.net>
14564      Branch: perl
14565            ! lib/perl5db.pl
14566 ____________________________________________________________________________
14567 [ 29325] By: rgs                                   on 2006/11/20  14:04:22
14568         Log: Fix precedence problem
14569      Branch: perl
14570            ! mg.c
14571 ____________________________________________________________________________
14572 [ 29324] By: rgs                                   on 2006/11/20  13:36:10
14573         Log: Patch by Yves Orton to fix the regression reported in :
14574              Subject: 28325/6 break DateTime::Format::Strptime
14575              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
14576              Date: Sun, 19 Nov 2006 05:41:53 +0100
14577              Message-ID: <877ixs6oa6.fsf@k75.linux.bogus>
14578      Branch: perl
14579            ! ext/re/t/lexical_debug.pl ext/re/t/lexical_debug.t
14580            ! ext/re/t/regop.t pp.sym pp_proto.h regcomp.c regexec.c
14581            ! t/op/pat.t
14582 ____________________________________________________________________________
14583 [ 29323] By: rgs                                   on 2006/11/20  11:19:29
14584         Log: Extend the test-reonly make target on windows (Yves Orton)
14585      Branch: perl
14586            ! win32/Makefile
14587 ____________________________________________________________________________
14588 [ 29322] By: rgs                                   on 2006/11/20  11:18:03
14589         Log: Un-TODO tests for bug #32840, plus some new tests,
14590              by Yves Orton
14591      Branch: perl
14592            ! t/op/rxcode.t
14593 ____________________________________________________________________________
14594 [ 29321] By: steveh                                on 2006/11/20  10:38:07
14595         Log: Revert #29307. It doesn't fix the XXX after all. Using "$(shell @type )"
14596              on a temporary file just inserts the contents of the file in question
14597              into the command-line, exactly like putting the data there in the first
14598              place would achieve. It doesn't avoid creating a long command-line as we
14599              would like to do.
14600      Branch: perl
14601            ! win32/makefile.mk
14602 ____________________________________________________________________________
14603 [ 29320] By: rgs                                   on 2006/11/20  09:54:10
14604         Log: Update Text::Tabs and Text::Wrap to version 2006.1117
14605      Branch: perl
14606            + lib/Text/TabsWrap/t/Jacobson.t lib/Text/TabsWrap/t/Jacobson2.t
14607            ! MANIFEST lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG
14608            ! lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
14609            ! lib/Text/Wrap.pm
14610 ____________________________________________________________________________
14611 [ 29319] By: rgs                                   on 2006/11/19  15:36:29
14612         Log: Subject: [PATCH] ExtUtils/typemap: better error messages + constant string optimization
14613              From: Alexey Tourbin <at@altlinux.ru>
14614              Date: Sat, 18 Nov 2006 05:06:47 +0300
14615              Message-ID: <20061118020647.GA23287@localhost.localdomain>
14616      Branch: perl
14617            ! lib/ExtUtils/typemap
14618 ____________________________________________________________________________
14619 [ 29318] By: rgs                                   on 2006/11/19  13:56:32
14620         Log: Subject: Re: [PATCH] Study SUSPEND (and recursion) properly
14621              From: demerphq <demerphq@gmail.com>
14622              Date: Fri, 17 Nov 2006 13:34:42 +0100
14623              Message-ID: <9b18b3110611170434w218b4e86x7d61df2d1166a746@mail.gmail.com>
14624      Branch: perl
14625            ! regcomp.c
14626 ____________________________________________________________________________
14627 [ 29317] By: craigb                                on 2006/11/18  17:02:38
14628         Log: Update skip count for VMS.
14629      Branch: perl
14630            ! t/uni/class.t
14631 ____________________________________________________________________________
14632 [ 29316] By: nicholas                              on 2006/11/18  16:14:18
14633         Log: Subject: [perl #40921] shellwords.pl cannot handle trailing backslash
14634              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
14635              Message-ID: <rt-3.5.HEAD-32013-1163784707-1469.40921-75-0@perl.org>
14636              Date: Fri, 17 Nov 2006 09:31:48 -0800
14637              
14638              (and convert the example to a test)
14639      Branch: perl
14640            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
14641 ____________________________________________________________________________
14642 [ 29315] By: nicholas                              on 2006/11/18  15:32:04
14643         Log: Convert lib/Text/ParseWords.t to Test::More
14644      Branch: perl
14645            ! lib/Text/ParseWords.t
14646 ____________________________________________________________________________
14647 [ 29314] By: stevep                                on 2006/11/18  05:42:14
14648         Log: Sync up the function definitions for Perl_my_popen with the prototype.
14649      Branch: perl
14650            ! util.c
14651 ____________________________________________________________________________
14652 [ 29313] By: stevep                                on 2006/11/18  05:04:42
14653         Log: Tweaks needed to get Perl compiling with g++ on OpenBSD.
14654      Branch: perl
14655            ! perl.h perlio.c
14656 ____________________________________________________________________________
14657 [ 29312] By: merijn                                on 2006/11/17  20:46:20
14658         Log: Subject: [perl #18209] bug in regex s/\s$word\s/ /gi; and $& 
14659              From: "yves orton via RT" <perlbug-followup@perl.org>
14660              Date: Fri, 17 Nov 2006 10:17:48 -0800
14661              Message-ID: <rt-3.5.HEAD-1713-1163787467-1300.18209-15-0@perl.org>
14662      Branch: perl
14663            ! mg.c t/op/pat.t
14664 ____________________________________________________________________________
14665 [ 29311] By: merijn                                on 2006/11/17  20:28:27
14666         Log: Subject: [perl #18209] bug in regex s/\s$word\s/ /gi; and $& 
14667              From: "yves orton via RT" <perlbug-followup@perl.org>
14668              Date: Fri, 17 Nov 2006 10:17:48 -0800
14669              Message-ID: <rt-3.5.HEAD-1713-1163787467-1300.18209-15-0@perl.org>
14670      Branch: perl
14671            ! t/op/pat.t
14672 ____________________________________________________________________________
14673 [ 29310] By: merijn                                on 2006/11/17  20:25:27
14674         Log: Subject: [perl #22395] regexp /(.*)[bc]/ 10000 times slower in 5.8.0 vs 5.6.1 
14675              From: "yves orton via RT" <perlbug-followup@perl.org>
14676              Date: Fri, 17 Nov 2006 09:48:14 -0800
14677              Message-ID: <rt-3.5.HEAD-1666-1163785693-404.22395-15-0@perl.org>
14678      Branch: perl
14679            ! regcomp.c t/op/pat.t
14680 ____________________________________________________________________________
14681 [ 29309] By: merijn                                on 2006/11/17  20:12:20
14682         Log: Subject: [perl #17542] regex confusion 
14683              From: "yves orton via RT" <perlbug-followup@perl.org>
14684              Date: Fri, 17 Nov 2006 07:40:15 -0800
14685              Message-ID: <rt-3.5.HEAD-32013-1163778013-580.17542-15-0@perl.org>
14686      Branch: perl
14687            ! t/op/subst.t
14688 ____________________________________________________________________________
14689 [ 29308] By: merijn                                on 2006/11/17  19:54:49
14690         Log: Subject: [perl #36909] $^R undefined on matches involving backreferences
14691              From: yves orton via RT <bugs-perl5@bugs6.perl.org>
14692              Date: Nov 17, 2006 4:07 PM
14693      Branch: perl
14694            ! regcomp.c regexec.c t/op/pat.t t/op/subst.t win32/Makefile
14695 ____________________________________________________________________________
14696 [ 29307] By: steveh                                on 2006/11/17  17:07:33
14697         Log: Fix the XXX in #29303
14698      Branch: perl
14699            ! win32/makefile.mk
14700 ____________________________________________________________________________
14701 [ 29306] By: steveh                                on 2006/11/17  15:55:51
14702         Log: Tidy up Makefile part of #29260 and apply to makefile.mk too
14703      Branch: perl
14704            ! win32/Makefile win32/makefile.mk
14705 ____________________________________________________________________________
14706 [ 29305] By: steveh                                on 2006/11/17  15:45:26
14707         Log: Install perl-static.exe if it was built
14708              
14709              Perhaps this should be done via "installperl" so as to get, e.g.,
14710              perl5.9.5-static.exe and honour INST_VER and INST_ARCH?
14711              
14712              Just do it quick-and-dirty for now, as is done for wperl.exe. It
14713              can always be fixed later if anyone wants it.
14714      Branch: perl
14715            ! win32/Makefile win32/makefile.mk
14716 ____________________________________________________________________________
14717 [ 29304] By: rgs                                   on 2006/11/17  15:45:23
14718         Log: Subject: [patch@29297] d_printf_format_null needed in configure.com
14719              From: "John E. Malmberg" <wb8tyw@qsl.net>
14720              Date: Fri, 17 Nov 2006 10:22:50 -0500
14721              Message-ID: <455DD3CA.6050405@qsl.net>
14722      Branch: perl
14723            ! configure.com
14724 ____________________________________________________________________________
14725 [ 29303] By: steveh                                on 2006/11/17  15:12:12
14726         Log: Add perl-static.exe support to win32/makefile.mk
14727              
14728              This applies the same changes that were made in win32/Makefile by
14729              changes #29285 and #29296, plus a tweak to win32/runperl.c to fix
14730              a linker error when using MinGW/gcc
14731      Branch: perl
14732            ! win32/makefile.mk win32/runperl.c
14733 ____________________________________________________________________________
14734 [ 29302] By: nicholas                              on 2006/11/17  13:01:51
14735         Log: Change 29297 omitted a semicolon.
14736      Branch: perl
14737            ! t/op/taint.t
14738 ____________________________________________________________________________
14739 [ 29301] By: rgs                                   on 2006/11/17  11:06:48
14740         Log: Subject: [PATCH] Study SUSPEND (and recursion) properly
14741              From: demerphq <demerphq@gmail.com>
14742              Date: Thu, 16 Nov 2006 20:32:11 +0100
14743              Message-ID: <9b18b3110611161132j695ee86ata939a149b08efb11@mail.gmail.com>
14744      Branch: perl
14745            ! regcomp.c t/op/pat.t
14746 ____________________________________________________________________________
14747 [ 29300] By: rgs                                   on 2006/11/17  09:45:56
14748         Log: Doc nits to re.pm
14749      Branch: perl
14750            ! ext/re/re.pm
14751 ____________________________________________________________________________
14752 [ 29299] By: rgs                                   on 2006/11/17  09:38:56
14753         Log: Subject: [PATCH] add regmust() to re.pm/re.xs
14754              From: demerphq <demerphq@gmail.com>
14755              Date: Fri, 17 Nov 2006 00:54:13 +0100
14756              Message-ID: <9b18b3110611161554m222446bay7912ec1f778d3aaa@mail.gmail.com>
14757      Branch: perl
14758            ! ext/re/re.pm ext/re/re.xs ext/re/t/re_funcs.t pod/perltodo.pod
14759 ____________________________________________________________________________
14760 [ 29298] By: steveh                                on 2006/11/17  08:53:21
14761         Log: Add missing d_ctermid/HAS_CTERMID to Win32 canned configs
14762      Branch: perl
14763            ! win32/config.bc win32/config.gc win32/config.vc
14764            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
14765            ! win32/config_H.vc win32/config_H.vc64
14766 ____________________________________________________________________________
14767 [ 29297] By: stevep                                on 2006/11/17  04:20:01
14768         Log: Change #27951 added tests to t/op/taint.t involving taint, opening 
14769              "|-".  Unfortunately, this usually reacts badly on OpenBSD with
14770              threaded Perls, causing zombie processes nearly every time this is run.
14771              For now, skipping the test seem reasonable while working on a solution
14772              to the problem.
14773      Branch: perl
14774            ! t/op/taint.t
14775 ____________________________________________________________________________
14776 [ 29296] By: steveh                                on 2006/11/16  14:28:59
14777         Log: Fix Extensions_static dependencies to avoid relinking every time
14778              
14779              Subject: Re: [PATCH@29224] RE: [patch-at-29217] static linkage for perl.ex e fo r win32
14780              From: demerphq <demerphq@gmail.com>
14781              Date: Thu, 16 Nov 2006 13:58:32 +0100
14782              Message-ID: <9b18b3110611160458r6bebb7f6k8421abe68b474997@mail.gmail.com>
14783      Branch: perl
14784            ! win32/Makefile
14785 ____________________________________________________________________________
14786 [ 29295] By: rgs                                   on 2006/11/16  13:35:14
14787         Log: Remove duplicate declaration
14788      Branch: perl
14789            ! regexp.h
14790 ____________________________________________________________________________
14791 [ 29294] By: rgs                                   on 2006/11/16  11:55:07
14792         Log: Clarifications to close() docs, pointed out by Peter Dintelmann
14793      Branch: perl
14794            ! pod/perlfunc.pod
14795 ____________________________________________________________________________
14796 [ 29293] By: rgs                                   on 2006/11/16  10:24:47
14797         Log: Subject: [PATCH] threads 1.51
14798              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
14799              Date: Wed, 15 Nov 2006 11:36:58 -0800 (PST)
14800              Message-ID: <71793.95536.qm@web30213.mail.mud.yahoo.com>
14801      Branch: perl
14802            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
14803            ! ext/threads/t/thread.t ext/threads/threads.pm
14804            ! ext/threads/threads.xs
14805 ____________________________________________________________________________
14806 [ 29292] By: steveh                                on 2006/11/16  09:30:48
14807         Log: Update checkcfgvars.pl: config.ce is in win32/ in 5.9.x
14808              Leave wince/config.ce in the list as well, though, because that still
14809              exists in 5.8.x
14810      Branch: perl
14811            ! Porting/checkcfgvar.pl
14812 ____________________________________________________________________________
14813 [ 29291] By: merijn                                on 2006/11/16  09:13:08
14814         Log: Extended uconfig.sh based on Porting/checkcfgvar.pl findings
14815      Branch: perl
14816            ! uconfig.sh
14817 ____________________________________________________________________________
14818 [ 29289] By: merijn                                on 2006/11/16  08:07:33
14819         Log: Yet another step in generation a more reliable Glossary
14820      Branch: perl
14821            ! Porting/Glossary Porting/config.sh
14822 ____________________________________________________________________________
14823 [ 29288] By: merijn                                on 2006/11/15  21:36:30
14824         Log: 1. Less Whoa there, based on a suggestion by Andy Dougherty
14825              2. d_printf_format_null, based on a patch by Robin Barker
14826      Branch: perl
14827            ! Configure Porting/Glossary config_h.SH
14828 ____________________________________________________________________________
14829 [ 29285] By: steveh                                on 2006/11/15  18:07:44
14830         Log: Add support for building a perl-static.exe that doesn't depend on
14831              the perl59.dll. It currently can't load DLL extension modules, so
14832              any that are required must be statically linked too. This may be
14833              fixed sometime.  Changes to win32/makefile.mk also to follow.
14834              
14835              Subject: RE: [PATCH@29224] RE: [patch-at-29217] static linkage for perl.exe fo r win32
14836              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
14837              Date: Mon, 13 Nov 2006 19:45:05 +0100
14838              Message-ID: <E3FB32585BF1D411B9E900805FF51A080207FA41@ru0022exch001u.ru.lucent.com>
14839              
14840              (with minor tweaks for cleanup and embedding manifest file)
14841      Branch: perl
14842            ! win32/Makefile
14843 ____________________________________________________________________________
14844 [ 29284] By: steveh                                on 2006/11/15  17:32:24
14845         Log: Fix tests added by #29248 and #29249
14846      Branch: perl
14847            ! ext/XS/APItest/APItest.xs ext/XS/APItest/core_or_not.inc
14848 ____________________________________________________________________________
14849 [ 29283] By: rgs                                   on 2006/11/15  15:28:53
14850         Log: Subject: [perl #39026] Tie::Memoize::EXISTS not caching the value 
14851              From: Len Weisberg (via RT) <perlbug-followup@perl.org>
14852              Date: Fri, 28 Apr 2006 20:36:05 -0700
14853              Message-ID: <rt-3.0.11-39026-132847.17.5801704932685@perl.org>
14854      Branch: perl
14855            ! lib/Tie/Memoize.pm
14856 ____________________________________________________________________________
14857 [ 29282] By: rgs                                   on 2006/11/15  13:56:52
14858         Log: FAQ sync
14859      Branch: perl
14860            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
14861            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
14862            ! pod/perlfaq9.pod
14863 ____________________________________________________________________________
14864 [ 29281] By: rgs                                   on 2006/11/15  13:03:34
14865         Log: Fix a signedness cast warning
14866      Branch: perl
14867            ! sv.c
14868 ____________________________________________________________________________
14869 [ 29280] By: rgs                                   on 2006/11/15  12:51:48
14870         Log: Tweaks to the debugger test by Richard Foley,
14871              plus fix auxiliary file path
14872      Branch: perl
14873            ! lib/perl5db.t
14874 ____________________________________________________________________________
14875 [ 29279] By: rgs                                   on 2006/11/15  12:41:24
14876         Log: Subject: Re: [PATCH] Fix RT#19049 and add relative backreferences
14877              From: demerphq <demerphq@gmail.com>
14878              Date: Wed, 15 Nov 2006 12:29:39 +0100
14879              Message-ID: <9b18b3110611150329l206e4552w887ae5f0a3f7ca80@mail.gmail.com>
14880      Branch: perl
14881            ! ext/re/re.xs pod/perl595delta.pod pod/perldiag.pod
14882            ! pod/perlre.pod pod/perlreguts.pod regcomp.c regexec.c regexp.h
14883            ! t/op/pat.t t/op/re_tests
14884 ____________________________________________________________________________
14885 [ 29278] By: rgs                                   on 2006/11/15  11:12:30
14886         Log: Move the test files for the debugger in a t/ subdirectory, so they
14887              don't get installed
14888      Branch: perl
14889           +> lib/perl5db/t/eval-line-bug
14890            - lib/perl5db/eval-line-bug
14891            ! MANIFEST
14892 ____________________________________________________________________________
14893 [ 29277] By: rgs                                   on 2006/11/15  10:37:58
14894         Log: Subject: Re: Fix linker error on Win32
14895              From: demerphq <demerphq@gmail.com>
14896              Date: Wed, 15 Nov 2006 10:36:34 +0100
14897              Message-ID: <9b18b3110611150136n7c90d187t5cf49847f153a537@mail.gmail.com>
14898      Branch: perl
14899            ! ext/XS/APItest/core_or_not.inc
14900 ____________________________________________________________________________
14901 [ 29276] By: stevep                                on 2006/11/15  04:33:20
14902         Log: Subject: [PATCH] Makefile.SH: lib/re.pm often messes restarted parallel makes
14903              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
14904              Date: Wed, 15 Nov 2006 05:48:32 +0200 (EET)
14905              Message-Id: <20061115034832.43B7E8B3E7@seth.hut.fi>
14906      Branch: perl
14907            ! Makefile.SH
14908 ____________________________________________________________________________
14909 [ 29275] By: davem                                 on 2006/11/14  23:24:45
14910         Log: debugger test could hang if run with umask 0002
14911      Branch: perl
14912            ! lib/perl5db.t
14913 ____________________________________________________________________________
14914 [ 29274] By: rgs                                   on 2006/11/14  16:59:45
14915         Log: A first regression test for the debugger, by Shlomi Fish
14916              and Richard Foley.
14917      Branch: perl
14918            + lib/perl5db.t lib/perl5db/eval-line-bug
14919            ! MANIFEST
14920 ____________________________________________________________________________
14921 [ 29273] By: rgs                                   on 2006/11/14  14:19:46
14922         Log: Fix bug #39037: rcatline doesn't stringify references
14923      Branch: perl
14924            ! pp_hot.c t/op/readline.t
14925 ____________________________________________________________________________
14926 [ 29272] By: rgs                                   on 2006/11/14  12:36:15
14927         Log: Doc patch by Thomas O Smailus :
14928              Subject: Fwd: [perl #40866] Error on doc page? (File::Basename)
14929              From: "Adriano Rodrigues" <a.r.ferreira@gmail.com>
14930              Date: Tue, 14 Nov 2006 10:24:38 -0200
14931              Message-ID: <73ddeb6c0611140424t26b01d0aq667ca95e77f25e6@mail.gmail.com>
14932      Branch: perl
14933            ! lib/File/Basename.pm
14934 ____________________________________________________________________________
14935 [ 29271] By: rgs                                   on 2006/11/14  11:35:04
14936         Log: Assert that we don't access strings saved for $1 etc. out of bounds
14937      Branch: perl
14938            ! mg.c
14939 ____________________________________________________________________________
14940 [ 29270] By: rgs                                   on 2006/11/14  10:18:00
14941         Log: Subject: Re: Why aren't %Carp::Internal and %Carp::CarpInternal documented?
14942              From: "Ben Tilly" <btilly@gmail.com>
14943              Date: Sun, 22 Oct 2006 14:07:23 -0700
14944              Message-ID: <acc274b30610221407o39e0157gad44ad5828c2bc21@mail.gmail.com>
14945      Branch: perl
14946            ! lib/Carp.pm lib/Carp.t lib/Carp/Heavy.pm
14947 ____________________________________________________________________________
14948 [ 29269] By: rgs                                   on 2006/11/14  09:40:43
14949         Log: Subject: [PATCH] ParseXS.pm: small optimization for "Usage: ..." constant strings
14950              From: Alexey Tourbin <at@altlinux.ru>
14951              Date: Tue, 14 Nov 2006 05:45:40 +0300
14952              Message-ID: <20061114024540.GA21986@localhost.localdomain>
14953      Branch: perl
14954            ! lib/ExtUtils/ParseXS.pm
14955 ____________________________________________________________________________
14956 [ 29268] By: rgs                                   on 2006/11/14  09:36:17
14957         Log: Subject: Fwd: Memory leak with s/// and hashes
14958              From: demerphq <demerphq@gmail.com>
14959              Date: Tue, 14 Nov 2006 00:38:31 +0100
14960              Message-ID: <9b18b3110611131538kc00175ft4db7ff71df22e766@mail.gmail.com>
14961      Branch: perl
14962            ! regcomp.c regexec.c regexp.h
14963 ____________________________________________________________________________
14964 [ 29267] By: rgs                                   on 2006/11/14  06:59:03
14965         Log: Subject: [PATCH] Allow negative indexing in recursive patterns
14966              From: demerphq <demerphq@gmail.com>
14967              Date: Mon, 13 Nov 2006 18:59:32 +0100
14968              Message-ID: <9b18b3110611130959k1fdd2485yd8eb1cd428de570a@mail.gmail.com>
14969      Branch: perl
14970            ! pod/perlre.pod regcomp.c t/op/pat.t t/op/re_tests
14971 ____________________________________________________________________________
14972 [ 29266] By: steveh                                on 2006/11/13  18:09:58
14973         Log: Embed manifest files in EXEs and DLLs when building with VC++ 8.x
14974              
14975              See the thread starting here for details:
14976              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00398.html
14977              
14978              (Still need to do something for Module::Build somtime...)
14979      Branch: perl
14980            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
14981            ! win32/Makefile win32/makefile.mk
14982 ____________________________________________________________________________
14983 [ 29265] By: rgs                                   on 2006/11/13  15:52:54
14984         Log: Todo (nice to have): an improvement to ~~
14985      Branch: perl
14986            ! pod/perltodo.pod
14987 ____________________________________________________________________________
14988 [ 29264] By: stevep                                on 2006/11/13  15:10:16
14989         Log: Upgrade to CPAN-1.88_62
14990      Branch: perl
14991            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
14992            ! lib/CPAN/SIGNATURE
14993 ____________________________________________________________________________
14994 [ 29263] By: rgs                                   on 2006/11/13  15:05:27
14995         Log: Fix a bug in the debugger tracing variables when one was eval'ing
14996              a string including a "#line" directive containing the actual
14997              name of the file already. (following-up change #25409)
14998      Branch: perl
14999            ! toke.c
15000 ____________________________________________________________________________
15001 [ 29262] By: rgs                                   on 2006/11/13  14:30:15
15002         Log: The latest regression test to Scalar::Util doesn't pass with threaded perls
15003      Branch: perl
15004            ! ext/List/Util/t/readonly.t
15005 ____________________________________________________________________________
15006 [ 29261] By: rgs                                   on 2006/11/13  14:15:33
15007         Log: A new regression test from:
15008              
15009              Subject: [PATHCH]  Scalar::Util::readonly &  compression (was RE: Change 29117: [PATCH] IO::Compress modules)
15010              From: "Paul Marquess" <paul.marquess@ntlworld.com>
15011              Date: Sun, 29 Oct 2006 21:03:21 -0000
15012              Message-ID: <02cf01c6fb9d$ade808a0$6501a8c0@myopwv.com>
15013      Branch: perl
15014            ! ext/List/Util/t/readonly.t
15015 ____________________________________________________________________________
15016 [ 29260] By: rgs                                   on 2006/11/13  14:00:41
15017         Log: Subject: Re: [PATCH] New regex syntax omnibus
15018              From: demerphq <demerphq@gmail.com>
15019              Date: Thu, 9 Nov 2006 17:09:34 +0100
15020              Message-ID: <9b18b3110611090809l667860c9t6c27453d7c86a21e@mail.gmail.com>
15021      Branch: perl
15022            ! pod/perl595delta.pod pod/perlre.pod regcomp.c regcomp.h
15023            ! regcomp.pl regcomp.sym regexec.c regexp.h regnodes.h
15024            ! t/op/pat.t win32/Makefile
15025 ____________________________________________________________________________
15026 [ 29259] By: rgs                                   on 2006/11/13  11:38:02
15027         Log: Subject: [PATCH] was RE: Perl_die() / Perl_croak()
15028              From: "Robin Barker" <Robin.Barker@npl.co.uk>
15029              Date: Mon, 13 Nov 2006 10:25:08 -0000
15030              Message-ID: <2C2E01334A940D4792B3E115F95B7226149377@exchsvr1.npl.ad.local>
15031      Branch: perl
15032            ! embed.fnc embed.pl perl.h proto.h
15033 ____________________________________________________________________________
15034 [ 29258] By: rgs                                   on 2006/11/13  11:17:10
15035         Log: Parsing fix: it wasn't possible to call a function with a (_) prototype
15036              (that is, a function mimicing an unary op) without parentheses.
15037              Bug reported by Ã†var Arnfjörð Bjarmason.
15038      Branch: perl
15039            ! madly.act madly.tab madly.y perly.act perly.tab perly.y
15040            ! t/comp/uproto.t
15041 ____________________________________________________________________________
15042 [ 29257] By: rgs                                   on 2006/11/13  10:13:52
15043         Log: Subject: Re: [perl #27053] /^/m doesn't match after a newline at the end of the string
15044              From: demerphq <demerphq@gmail.com>
15045              Date: Sat, 11 Nov 2006 16:25:17 +0100
15046              Message-ID: <9b18b3110611110725t3dc1e447v751ef5880363aa9b@mail.gmail.com>
15047      Branch: perl
15048            ! pod/perlre.pod
15049 ____________________________________________________________________________
15050 [ 29256] By: rgs                                   on 2006/11/13  10:12:34
15051         Log: Casting nit
15052      Branch: perl
15053            ! regcomp.c
15054 ____________________________________________________________________________
15055 [ 29255] By: rgs                                   on 2006/11/13  09:55:11
15056         Log: POD fixes and nits in re.pm
15057      Branch: perl
15058            ! ext/re/re.pm
15059 ____________________________________________________________________________
15060 [ 29254] By: rgs                                   on 2006/11/13  09:40:35
15061         Log: Subject: [PATCH DOC] minor nit in binmode docs
15062              From: Paul Johnson <paul@pjcj.net>
15063              Date: Fri, 10 Nov 2006 12:17:37 +0100
15064              Message-ID: <20061110111737.GP17047@pjcj.net>
15065      Branch: perl
15066            ! pod/perlfunc.pod
15067 ____________________________________________________________________________
15068 [ 29253] By: stevep                                on 2006/11/13  02:23:29
15069         Log: The DynaLoader test isn't happy with OpenBSD's libc.so.39.3.
15070      Branch: perl
15071            ! ext/DynaLoader/t/DynaLoader.t
15072 ____________________________________________________________________________
15073 [ 29252] By: stevep                                on 2006/11/13  02:19:12
15074         Log: Subject: [PATCH] Regex Utility Functions and Substituion Fix (XML::Twig core dump)
15075              From: demerphq <demerphq@gmail.com>
15076              Date: Sun, 12 Nov 2006 23:29:41 +0100
15077              Message-ID: <9b18b3110611121429g1fc9d6c1t4007dc711f9e8396@mail.gmail.com>
15078              
15079              Plus a couple tweaks to ext/re/re.pm and t/op/pat.t to those patches
15080              to apply cleanly.
15081      Branch: perl
15082            + ext/re/t/re_funcs.t
15083            ! MANIFEST embed.fnc embed.h ext/re/re.pm ext/re/re.xs
15084            ! ext/re/re_top.h lib/ExtUtils/ParseXS.pm perl.h
15085            ! pod/perlreguts.pod pp.c pp_hot.c proto.h regcomp.c regcomp.h
15086            ! regexp.h sv.c t/op/pat.t
15087 ____________________________________________________________________________
15088 [ 29251] By: nicholas                              on 2006/11/12  23:09:46
15089         Log: Re-order ops to the implementation order in pp_sys.c - this makes a
15090              branch table corresponding to a switch statement slightly smaller.
15091      Branch: perl
15092            ! opcode.h opcode.pl opnames.h
15093 ____________________________________________________________________________
15094 [ 29250] By: nicholas                              on 2006/11/12  22:17:30
15095         Log: Avoid ext/Safe/t/safeops.t needing to keep its tests in lockstep with
15096              opcode.pl OP order.
15097      Branch: perl
15098            ! ext/Safe/t/safeops.t
15099 ____________________________________________________________________________
15100 [ 29249] By: nicholas                              on 2006/11/12  21:57:22
15101         Log: Forgot to add the new files for 29248.
15102      Branch: perl
15103            + ext/XS/APItest/core.c ext/XS/APItest/core_or_not.inc
15104            + ext/XS/APItest/notcore.c ext/XS/APItest/t/svsetsv.t
15105 ____________________________________________________________________________
15106 [ 29248] By: nicholas                              on 2006/11/12  20:22:28
15107         Log: Change 24714 was arguably over-ambitious, in that non-core modules
15108              can't be expected to know that sv_setsv() may now not "really" copy a
15109              scalar. So arrange things so that COW of shared hash key scalars is
15110              only done for calls within the the PERL_CORE.
15111      Branch: perl
15112            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
15113            ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL sv.c sv.h
15114 ____________________________________________________________________________
15115 [ 29247] By: nicholas                              on 2006/11/12  18:16:52
15116         Log: Looks like I didn't actually test the COW conditional code in
15117              change 27533. Perl now compiles, but
15118              ext/Compress/Raw/Zlib/t/07bufsize.t fails.
15119      Branch: perl
15120            ! pp_ctl.c regexec.c
15121 ____________________________________________________________________________
15122 [ 29246] By: rgs                                   on 2006/11/12  13:35:24
15123         Log: Subject: [PATCH] (2nd version) small tweaks based on smoke signs
15124              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
15125              Date: Sat, 11 Nov 2006 06:18:56 +0200 (EET)
15126              Message-Id: <200611110418.kAB4Ium5350338@kosh.hut.fi>
15127      Branch: perl
15128            ! hv.c regcomp.c regexec.c
15129 ____________________________________________________________________________
15130 [ 29245] By: rgs                                   on 2006/11/12  13:11:07
15131         Log: Reinstate warning 'Useless use of "re" pragma'
15132      Branch: perl
15133            ! ext/re/re.pm
15134 ____________________________________________________________________________
15135 [ 29244] By: stevep                                on 2006/11/10  22:55:01
15136         Log: Upgrade to Test-Simple-0.65.
15137      Branch: perl
15138            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
15139            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
15140            ! lib/Test/Simple/Changes
15141 ____________________________________________________________________________
15142 [ 29243] By: rgs                                   on 2006/11/09  15:58:11
15143         Log: Add to Attribute::Handlers the ability to report caller's file and line
15144              number. Based on:
15145              
15146              Subject: FW: Attribute::Handlers
15147              From: "David Feldman" <David.Feldman@tudor.com>
15148              Date: Wed, 25 Oct 2006 16:34:26 -0400
15149              Message-ID: <BA9AB162DD5CED46AC03DC5904B19C5B3736B4@tudor.com>
15150              
15151              plus docs and tests.
15152      Branch: perl
15153            + lib/Attribute/Handlers/t/linerep.t
15154            ! MANIFEST lib/Attribute/Handlers.pm
15155            ! lib/Attribute/Handlers/t/multi.t
15156 ____________________________________________________________________________
15157 [ 29242] By: rgs                                   on 2006/11/09  13:33:57
15158         Log: Silence warnings in Pod::Man
15159      Branch: perl
15160            ! lib/Pod/t/man.t
15161 ____________________________________________________________________________
15162 [ 29241] By: rgs                                   on 2006/11/09  12:32:41
15163         Log: Subject: [PATCH regexec.c regexp.h] ***speculative***  was RE: [PATCH] regexec.c - silence compiler warning
15164              From: "Robin Barker" <Robin.Barker@npl.co.uk>
15165              Date: Wed, 8 Nov 2006 15:29:47 -0000
15166              Message-ID: <2C2E01334A940D4792B3E115F95B7226120AA6@exchsvr1.npl.ad.local>
15167      Branch: perl
15168            ! regexec.c regexp.h
15169 ____________________________________________________________________________
15170 [ 29240] By: rgs                                   on 2006/11/09  11:05:24
15171         Log: Subject: [PATCH] regcomp.c: printf arg casts
15172              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
15173              Date: Thu, 9 Nov 2006 06:47:53 +0200 (EET)
15174              Message-Id: <200611090447.kA94lreg223840@kosh.hut.fi>
15175      Branch: perl
15176            ! regcomp.c
15177 ____________________________________________________________________________
15178 [ 29239] By: davem                                 on 2006/11/08  19:13:57
15179         Log: perl parser bug leading to memory corruption
15180              quoted-string parser naughtily maintained a pointer into an SV
15181              which could get realloc()ed.
15182      Branch: perl
15183            ! toke.c
15184 ____________________________________________________________________________
15185 [ 29238] By: merijn                                on 2006/11/08  16:39:21
15186         Log: Subject: Configure patch to add detection for DIR.dd_fd member variable
15187              From: "Steve Peters" <steve.peters@gmail.com>
15188              Date: Sun, 5 Nov 2006 01:40:34 -0600
15189              Message-ID: <fd7a59d30611042340p5543442ctad306aeb748b6bfe@mail.gmail.com>
15190      Branch: perl
15191            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
15192            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
15193            ! handy.h plan9/config_sh.sample symbian/config.sh uconfig.sh
15194            ! win32/config.bc win32/config.gc win32/config.vc
15195            ! win32/config.vc64
15196 ____________________________________________________________________________
15197 [ 29236] By: rgs                                   on 2006/11/08  15:33:02
15198         Log: Subject: [PATCH t/op/inccode.t] fails under minitest
15199              From: "Robin Barker" <Robin.Barker@npl.co.uk>
15200              Date: Wed, 8 Nov 2006 15:18:23 -0000
15201              Message-ID: <2C2E01334A940D4792B3E115F95B7226120AA5@exchsvr1.npl.ad.local>
15202      Branch: perl
15203            ! t/op/inccode.t
15204 ____________________________________________________________________________
15205 [ 29235] By: rgs                                   on 2006/11/08  15:14:31
15206         Log: Change the documentation of the return values of @INC-hooks to match
15207              what is tested to work. (It's a bit confusing that optional values
15208              might appear at the middle, too.)
15209      Branch: perl
15210            ! pod/perlfunc.pod
15211 ____________________________________________________________________________
15212 [ 29234] By: rgs                                   on 2006/11/08  14:02:46
15213         Log: Subject: [PATCH] Supress df warning in stat.t on OS X
15214              From: Michael G Schwern <schwern@gmail.com>
15215              Date: Wed, 08 Nov 2006 08:51:50 -0500
15216              Message-ID: <4551E0F6.20108@gmail.com>
15217      Branch: perl
15218            ! t/op/stat.t
15219 ____________________________________________________________________________
15220 [ 29233] By: steveh                                on 2006/11/08  13:53:52
15221         Log: Don't use the PERL_MSVCRT_READFIX when using VC++ 7.x onwards.
15222              
15223              VC++ 7.x onwards use their own MSVCR7x.dll, MSVCR8x.dll, etc, rather
15224              than MSVCRT.dll, so they do not require the read() fix.
15225              
15226              Therefore, we also don't need to update the ioinfo struct used by the
15227              read() fix w.r.t. VC++ 8.x, so back out that part of change #29218
15228      Branch: perl
15229            ! win32/Makefile win32/makefile.mk win32/win32.h
15230 ____________________________________________________________________________
15231 [ 29232] By: rgs                                   on 2006/11/08  13:27:14
15232         Log: Type change to avoid signed/unsigned compiler warnings
15233              (thanks to Robin Barker)
15234      Branch: perl
15235            ! regexec.c
15236 ____________________________________________________________________________
15237 [ 29231] By: rgs                                   on 2006/11/08  13:14:20
15238         Log: Regenerate Changes; update perldelta
15239      Branch: perl
15240            ! Changes pod/perl595delta.pod
15241 ____________________________________________________________________________
15242 [ 29230] By: rgs                                   on 2006/11/08  11:23:13
15243         Log: Subject: Re: New version diagnostic breaks a bunch of modules.
15244              From: Glenn Linderman <perl@NevCal.com>
15245              Date: Mon, 30 Oct 2006 12:50:21 -0800
15246              Message-ID: <4546658D.6090507@NevCal.com>
15247      Branch: perl
15248            ! pod/perlfunc.pod
15249 ____________________________________________________________________________
15250 [ 29229] By: rgs                                   on 2006/11/08  10:43:52
15251         Log: Subject: [PATCH] Perl_die() / Perl_croak()
15252              From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
15253              Date: Tue, 07 Nov 2006 23:27:40 -0800
15254              Message-ID: <455186EC.8010906@p6m7g8.com>
15255              
15256              (backported to embed.fnc)
15257      Branch: perl
15258            ! embed.fnc proto.h
15259 ____________________________________________________________________________
15260 [ 29228] By: rgs                                   on 2006/11/08  10:28:49
15261         Log: Subject: Patch for bug in SelfLoader.pm
15262              From: Mike Schilli <m@perlmeister.com>
15263              Date: Tue, 7 Nov 2006 13:39:30 -0800 (PST)
15264              Message-ID: <20061107132809.I31331@spiral.corp.yahoo.com>
15265      Branch: perl
15266            ! lib/SelfLoader.pm
15267 ____________________________________________________________________________
15268 [ 29227] By: rgs                                   on 2006/11/07  17:31:02
15269         Log: Use $HOME/localperl as default prefix for installing perl
15270              in the terse installation instructions in README.
15271      Branch: perl
15272            ! README
15273 ____________________________________________________________________________
15274 [ 29226] By: rgs                                   on 2006/11/07  16:50:47
15275         Log: More notes in perldelta
15276      Branch: perl
15277            ! pod/perl595delta.pod
15278 ____________________________________________________________________________
15279 [ 29225] By: rgs                                   on 2006/11/07  14:23:08
15280         Log: Forbid using tainted formats in printf and sprintf
15281      Branch: perl
15282            ! pod/perl595delta.pod pp.c pp_sys.c t/op/taint.t
15283 ____________________________________________________________________________
15284 [ 29224] By: rgs                                   on 2006/11/07  11:16:54
15285         Log: Subject: Re: [PATCH] [perl #40668] Data::Dumper fails to dump all hash keys when itertaor is not at start
15286              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
15287              Date: Mon, 6 Nov 2006 08:57:04 -0800 (PST)
15288              Message-ID: <20061106165704.939.qmail@web30214.mail.mud.yahoo.com>
15289      Branch: perl
15290            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/bugs.t
15291 ____________________________________________________________________________
15292 [ 29223] By: rgs                                   on 2006/11/07  10:45:26
15293         Log: Subject: Because I like pain. An update to README
15294              From: Jesse Vincent <jesse@fsck.com>
15295              Date: Mon, 6 Nov 2006 19:52:35 -0500
15296              Message-Id: <7BF48AB1-5285-4A9D-929B-8DD697348664@fsck.com>
15297      Branch: perl
15298            ! README
15299 ____________________________________________________________________________
15300 [ 29222] By: rgs                                   on 2006/11/07  10:21:25
15301         Log: Subject: [PATCH] New regex syntax omnibus
15302              From: demerphq <demerphq@gmail.com>
15303              Date: Mon, 6 Nov 2006 13:06:28 +0100
15304              Message-ID: <9b18b3110611060406u2fa1572as57073949a5df9e62@mail.gmail.com>
15305              
15306              Plus a portability fix (in string comparison for regex verbs)
15307              and doc tweaks / podchecker fixes
15308      Branch: perl
15309            ! embed.fnc embed.h ext/re/t/regop.t pod/perl595delta.pod
15310            ! pod/perldiag.pod pod/perlre.pod proto.h regcomp.c regcomp.h
15311            ! regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
15312            ! t/op/re_tests
15313 ____________________________________________________________________________
15314 [ 29221] By: nicholas                              on 2006/11/06  22:21:05
15315         Log: assert() that SvPV_set() isn't used on arrays.
15316      Branch: perl
15317            ! av.c cop.h mathoms.c pp.c pp_ctl.c pp_hot.c pp_sort.c sv.c
15318            ! sv.h
15319 ____________________________________________________________________________
15320 [ 29220] By: nicholas                              on 2006/11/06  21:05:59
15321         Log: assert() that SvPV_set() isn't used on hashes.
15322      Branch: perl
15323            ! sv.c sv.h
15324 ____________________________________________________________________________
15325 [ 29219] By: nicholas                              on 2006/11/06  20:02:38
15326         Log: assert() that scalars are of the correct type in *set macros.
15327      Branch: perl
15328            ! sv.h
15329 ____________________________________________________________________________
15330 [ 29218] By: steveh                                on 2006/11/06  16:26:48
15331         Log: Get Visual C++ 2005 (aka Visual C++ 8.x) support off the ground
15332              
15333              This is not a complete fix yet by any means (there are lots of compiler
15334              warnings and lots of test failures), but it's a step in the right
15335              direction.
15336              
15337              See the thread starting here:
15338              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-10/msg00893.html
15339              and continuing here:
15340              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00102.html
15341              for further information
15342      Branch: perl
15343            ! win32/Makefile win32/makefile.mk win32/win32.c win32/win32.h
15344 ____________________________________________________________________________
15345 [ 29217] By: merijn                                on 2006/11/06  15:19:38
15346         Log: Subject: Re: [PATCH] Detecting bad /dev/null's in Configure
15347              From: Michael Cummings <mcummings@gentoo.org>
15348              Date: Fri, 25 Aug 2006 15:48:44 -0400
15349              Message-ID: <44EF541C.7050801@gentoo.org>
15350      Branch: perl
15351            ! Configure
15352 ____________________________________________________________________________
15353 [ 29215] By: rgs                                   on 2006/11/06  14:37:32
15354         Log: Subject: Re: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.
15355              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15356              Date: Mon, 06 Nov 2006 23:31:50 +0900
15357              Message-Id: <20061106233139.A2BC.BQW10602@nifty.com>
15358      Branch: perl
15359            ! t/op/time.t
15360 ____________________________________________________________________________
15361 [ 29214] By: rgs                                   on 2006/11/06  14:05:41
15362         Log: Sync Pod::Usage with the CPAN version
15363      Branch: perl
15364            ! lib/Pod/Usage.pm
15365 ____________________________________________________________________________
15366 [ 29213] By: merijn                                on 2006/11/06  13:58:56
15367         Log: The non-unix parts for localtime_r_needs_tzset
15368              Plus forced Glossary entry. That is a TODO for automation
15369      Branch: perl
15370            ! Cross/config.sh-arm-linux NetWare/config.wc Porting/Glossary
15371            ! Porting/config_H config_h.SH configure.com epoc/config.sh
15372            ! handy.h plan9/config.plan9 plan9/config_h.sample
15373            ! plan9/config_sh.sample uconfig.sh win32/config.bc
15374            ! win32/config.ce win32/config.gc win32/config.vc
15375            ! win32/config.vc64 win32/config_H.bc win32/config_H.ce
15376            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
15377 ____________________________________________________________________________
15378 [ 29212] By: rgs                                   on 2006/11/06  13:18:25
15379         Log: Subject: [PATCH] Re: the new t/run/cloexec.t failing in Solaris and Tru64
15380              From: Andrew Savige <ajsavige@yahoo.com.au>
15381              Date: Tue, 7 Nov 2006 00:06:46 +1100 (EST)
15382              Message-ID: <20061106130647.57891.qmail@web56411.mail.re3.yahoo.com>
15383      Branch: perl
15384            ! t/run/cloexec.t
15385 ____________________________________________________________________________
15386 [ 29211] By: rgs                                   on 2006/11/06  10:59:16
15387         Log: Upgrade to Test::Simple 0.64_03
15388      Branch: perl
15389            + lib/Test/Simple/t/carp.t
15390            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
15391            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
15392            ! lib/Test/Simple/Changes
15393            ! lib/Test/Simple/t/00test_harness_check.t
15394            ! lib/Test/Simple/t/tbt_01basic.t
15395            ! lib/Test/Simple/t/tbt_02fhrestore.t
15396            ! lib/Test/Simple/t/tbt_03die.t
15397            ! lib/Test/Simple/t/tbt_04line_num.t
15398            ! lib/Test/Simple/t/tbt_05faildiag.t
15399            ! lib/Test/Simple/t/tbt_06errormess.t
15400            ! lib/Test/Simple/t/tbt_07args.t
15401 ____________________________________________________________________________
15402 [ 29210] By: rgs                                   on 2006/11/06  10:09:12
15403         Log: Change reentr.pl to generate reentr.h accordingly to change 29209
15404      Branch: perl
15405            ! reentr.pl
15406 ____________________________________________________________________________
15407 [ 29209] By: merijn                                on 2006/11/06  09:43:30
15408         Log: RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.
15409              From: "Benjamin Holzman" <bholzman@longitude.com>
15410              Date: Wed, 19 Jul 2006 07:11:09 -0400
15411              Message-ID: <010801c6ab24$09b9ed30$ce0515ac@office.iseoptions.com>
15412      Branch: perl
15413            ! Configure Porting/Glossary config_h.SH reentr.h t/op/time.t
15414 ____________________________________________________________________________
15415 [ 29208] By: rgs                                   on 2006/11/06  09:30:41
15416         Log: Silence a cast warning
15417      Branch: perl
15418            ! regcomp.c
15419 ____________________________________________________________________________
15420 [ 29206] By: nicholas                              on 2006/11/06  08:13:09
15421         Log: PVCVs no longer allocate memory for the SvNVX slot, so assert that
15422              no-one is trying to access it.
15423      Branch: perl
15424            ! sv.h
15425 ____________________________________________________________________________
15426 [ 29205] By: craigb                                on 2006/11/06  01:37:13
15427         Log: In pipe_exit_routine in vms/vms.c, mark a subprocess we've deleted
15428              as done.  Courtesy of Scott Lepage.
15429      Branch: perl
15430            ! vms/vms.c
15431 ____________________________________________________________________________
15432 [ 29204] By: merijn                                on 2006/11/04  19:15:19
15433         Log: Subject: Re: [perl #40641] crash with unicode characters in regex comment
15434              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15435              Date: Sat, 04 Nov 2006 21:53:50 +0900
15436              Message-Id: <20061104215302.3325.BQW10602@nifty.com>
15437      Branch: perl
15438            + t/uni/greek.t t/uni/latin2.t
15439            ! MANIFEST embed.fnc embed.h global.sym pod/perldiag.pod proto.h
15440            ! regcomp.c t/uni/tr_utf8.t
15441 ____________________________________________________________________________
15442 [ 29203] By: nicholas                              on 2006/11/04  18:56:33
15443         Log: Change 27506 wasn't quite correct - the copy of the AMAGIC flag should
15444              be as part of RvDEEPCP() in gv.c (Perl_amagic_call())
15445      Branch: perl
15446            ! gv.c sv.c
15447 ____________________________________________________________________________
15448 [ 29202] By: stevep                                on 2006/11/04  15:39:57
15449         Log: Subject: [PATCH] New test for close-on-exec ($^F): t/run/cloexec.t
15450              From: Andrew Savige <ajsavige@yahoo.com.au>
15451              Date: Sat, 4 Nov 2006 21:24:14 +1100 (EST)
15452              Message-ID: <20061104102414.78987.qmail@web56403.mail.re3.yahoo.com>
15453      Branch: perl
15454            + t/run/cloexec.t
15455            ! MANIFEST
15456 ____________________________________________________________________________
15457 [ 29201] By: rgs                                   on 2006/11/03  16:04:48
15458         Log: Subject: [PATCH] replace S_sv_pos_b2u_forwards with utf8_length (was: sv_pos_b2u dislikes the extended UTF-8)
15459              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15460              Date: Sun, 21 May 2006 14:00:43 +0900
15461              Message-Id: <20060521140011.358D.BQW10602@nifty.com>
15462      Branch: perl
15463            ! embed.fnc embed.h proto.h sv.c t/op/index.t
15464 ____________________________________________________________________________
15465 [ 29200] By: rgs                                   on 2006/11/03  15:04:15
15466         Log: The assignment to $VERSION must be on its own line, for
15467              ExtUtils::MM_Unix::parse_version to be happy.
15468      Branch: perl
15469            ! ext/DynaLoader/DynaLoader_pm.PL
15470 ____________________________________________________________________________
15471 [ 29199] By: rgs                                   on 2006/11/03  14:01:30
15472         Log: Subject: [PATCH] threads 1.49
15473              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
15474              Date: Fri, 3 Nov 2006 05:37:16 -0800 (PST)
15475              Message-ID: <20061103133716.95143.qmail@web30214.mail.mud.yahoo.com>
15476      Branch: perl
15477            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
15478            ! ext/threads/t/thread.t ext/threads/threads.pm
15479            ! ext/threads/threads.xs
15480 ____________________________________________________________________________
15481 [ 29198] By: rgs                                   on 2006/11/03  13:32:31
15482         Log: Wrap the $VERSION initialization of DynaLoader in a BEGIN block
15483              
15484              Subject: [perl #40651] (Obscure) Bug in Dynaloader 
15485              From: gml4410@ggr.co.uk (via RT) <perlbug-followup@perl.org>
15486              Date: Thu, 02 Nov 2006 09:30:34 -0800
15487              Message-ID: <rt-3.5.HEAD-4979-1162488633-1267.40651-75-0@perl.org>
15488      Branch: perl
15489            ! ext/DynaLoader/DynaLoader_pm.PL
15490 ____________________________________________________________________________
15491 [ 29197] By: rgs                                   on 2006/11/03  10:09:19
15492         Log: When code is loaded through an @INC-hook, and when this hook
15493              has set a filename entry in %INC, make sure __FILE__ is set
15494              for this code accordingly to the contents of that %INC entry.
15495      Branch: perl
15496            ! pp_ctl.c t/op/inccode.t
15497 ____________________________________________________________________________
15498 [ 29196] By: gisle                                 on 2006/11/03  07:08:18
15499         Log: Typo fixes by Troy Topnik.
15500      Branch: perl
15501            ! pod/perlretut.pod
15502 ____________________________________________________________________________
15503 [ 29195] By: merijn                                on 2006/11/02  17:49:53
15504         Log: Change #29193 makes this addition unneeded
15505      Branch: perl
15506            ! t/lib/common.pl
15507 ____________________________________________________________________________
15508 [ 29194] By: davem                                 on 2006/11/02  17:36:33
15509         Log: add test that eval undef clears $@
15510      Branch: perl
15511            ! t/op/eval.t
15512 ____________________________________________________________________________
15513 [ 29193] By: davem                                 on 2006/11/02  17:07:00
15514         Log: eval $undef should emit one warning, not three.
15515              Also ensure that eval $undef clears $@ (it did, but only by luck)
15516      Branch: perl
15517            ! pp_ctl.c t/lib/warnings/9uninit toke.c
15518 ____________________________________________________________________________
15519 [ 29192] By: rgs                                   on 2006/11/02  16:45:13
15520         Log: Fix case in external pod link
15521      Branch: perl
15522            ! pod/perlop.pod
15523 ____________________________________________________________________________
15524 [ 29191] By: rgs                                   on 2006/11/02  13:51:21
15525         Log: say() has the same syntax than print(), so forbid to override it
15526              (like print())
15527      Branch: perl
15528            ! perl_keyword.pl t/op/cproto.t toke.c
15529 ____________________________________________________________________________
15530 [ 29190] By: rgs                                   on 2006/11/02  13:04:10
15531         Log: This volatile modifier is not on the referent, but on the pointer
15532              (see change 28606)
15533      Branch: perl
15534            ! op.c
15535 ____________________________________________________________________________
15536 [ 29189] By: rgs                                   on 2006/11/02  12:26:47
15537         Log: Subject: [PATCH] Add more backtracking control verbs to regex engine (?CUT), (?ERROR)
15538              From: demerphq <demerphq@gmail.com>
15539              Date: Thu, 2 Nov 2006 12:35:10 +0100
15540              Message-ID: <9b18b3110611020335h7ea469a8g28ca483f6832816d@mail.gmail.com>
15541      Branch: perl
15542            ! embed.fnc ext/re/re.pm pod/perl595delta.pod pod/perlre.pod
15543            ! proto.h regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
15544            ! regexp.h regnodes.h t/op/pat.t
15545 ____________________________________________________________________________
15546 [ 29188] By: rgs                                   on 2006/11/02  11:59:23
15547         Log: Subject: [patch at 21983] factor out $^O eq 'darwin' from XSLoader.pm
15548              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
15549              Date: Thu, 2 Nov 2006 12:36:49 +0100 
15550              Message-ID: <E3FB32585BF1D411B9E900805FF51A080204E833@ru0022exch001u.ru.lucent.com>
15551      Branch: perl
15552            ! ext/DynaLoader/XSLoader_pm.PL
15553 ____________________________________________________________________________
15554 [ 29187] By: rgs                                   on 2006/11/02  11:14:42
15555         Log: Subject: Re: $, and say
15556              From: Gisle Aas <gisle@ActiveState.com>
15557              Date: 27 Jan 2006 14:46:00 -0800
15558              Message-ID: <lrek2t1e8n.fsf@caliper.activestate.com>
15559              
15560              with tweaks so "say;" continues to default to $_
15561              plus a regression test
15562      Branch: perl
15563            ! embed.fnc embed.h op.c opcode.h opcode.pl pod/perlfunc.pod
15564            ! pp.sym pp_hot.c pp_proto.h proto.h t/io/say.t
15565 ____________________________________________________________________________
15566 [ 29186] By: rgs                                   on 2006/11/02  11:01:29
15567         Log: Silence a gcc warning
15568      Branch: perl
15569            ! regexec.c
15570 ____________________________________________________________________________
15571 [ 29185] By: rgs                                   on 2006/11/02  10:32:18
15572         Log: More regression tests for the _ prototype
15573      Branch: perl
15574            ! t/comp/uproto.t
15575 ____________________________________________________________________________
15576 [ 29184] By: rgs                                   on 2006/11/02  10:06:37
15577         Log: More heuristics to make warnings.t pass under different
15578              combinations of PERL_UNICODE / locale
15579      Branch: perl
15580            ! t/lib/common.pl
15581 ____________________________________________________________________________
15582 [ 29183] By: rgs                                   on 2006/11/01  17:05:03
15583         Log: Subject: [PATCH] Add a commit verb to regex engine to allow fine tuning of backtracking control.
15584              From: demerphq <demerphq@gmail.com>
15585              Date: Tue, 31 Oct 2006 22:49:57 +0100
15586              Message-ID: <9b18b3110610311349n5947cc8fsf0b2e6ddd9a7ee01@mail.gmail.com>
15587      Branch: perl
15588            ! pod/perlre.pod regcomp.c regcomp.sym regexec.c regnodes.h
15589            ! t/op/pat.t
15590 ____________________________________________________________________________
15591 [ 29182] By: rgs                                   on 2006/11/01  16:29:05
15592         Log: Fix the failures in warnings tests when PERL_UNICODE is defined
15593              that show up in the smokes under UTF-8 locales. Based on :
15594              
15595              Subject: Re: UTF-8 Failures in smoke ($PERL_UNICODE)
15596              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
15597              Date: Wed, 1 Nov 2006 17:03:55 +0100
15598              Message-ID: <20061101170355.7c57b515@pc09>
15599      Branch: perl
15600            ! t/lib/common.pl t/lib/warnings/9uninit
15601 ____________________________________________________________________________
15602 [ 29181] By: steveh                                on 2006/11/01  13:22:16
15603         Log: Forgot to bump Time-HiRes $VERSION in change #29180
15604              (IO's $VERSION is bumped already)
15605      Branch: perl
15606            ! ext/Time/HiRes/HiRes.pm
15607 ____________________________________________________________________________
15608 [ 29180] By: steveh                                on 2006/11/01  13:07:37
15609         Log: Silence VC++ compiler warnings
15610              See: http://www.nntp.perl.org/group/perl.daily-build.reports/42208
15611      Branch: perl
15612            ! ext/IO/IO.xs ext/Time/HiRes/HiRes.xs regexec.c
15613 ____________________________________________________________________________
15614 [ 29179] By: rgs                                   on 2006/11/01  12:39:39
15615         Log: Subject: [PATCH] Remove beta status from compression modules
15616              From: "Paul Marquess" <paul.marquess@ntlworld.com>
15617              Date: Wed, 1 Nov 2006 10:34:52 -0000
15618              Message-ID: <02b301c6fda1$5d799950$4e3c140a@myopwv.com>
15619      Branch: perl
15620            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
15621            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
15622            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
15623            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
15624            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
15625            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/README
15626            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
15627            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
15628            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
15629            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
15630            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
15631            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
15632            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
15633            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
15634            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
15635            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
15636            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
15637            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
15638            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
15639            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
15640            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
15641            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
15642            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
15643            ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README
15644            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
15645            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
15646            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
15647 ____________________________________________________________________________
15648 [ 29178] By: rgs                                   on 2006/11/01  10:44:58
15649         Log: Regression test by Yves Orton for : [perl #36046] Special var @-
15650              becomes arbitrarily large
15651      Branch: perl
15652            ! t/op/pat.t
15653 ____________________________________________________________________________
15654 [ 29177] By: nicholas                              on 2006/10/31  22:36:40
15655         Log: Missed a ) in a comment.
15656      Branch: perl
15657            ! perl.c
15658 ____________________________________________________________________________
15659 [ 29176] By: rgs                                   on 2006/10/31  16:28:33
15660         Log: Don't run ext/Sys/Syslog/t/constants.t with taint mode, so it's
15661              not systematically skipped
15662      Branch: perl
15663            ! ext/Sys/Syslog/t/constants.t
15664 ____________________________________________________________________________
15665 [ 29175] By: rgs                                   on 2006/10/31  16:02:03
15666         Log: Some diagnostic output was giving warnings in op/pack.t
15667              under UTF-8 locales, and warnings where fatal by default.
15668              Make them non-fatal for diagnostics.
15669      Branch: perl
15670            ! t/op/pack.t
15671 ____________________________________________________________________________
15672 [ 29174] By: rgs                                   on 2006/10/31  14:47:25
15673         Log: Fix a case of segfault in ithread destruction
15674      Branch: perl
15675            ! ext/threads/threads.xs
15676 ____________________________________________________________________________
15677 [ 29173] By: rgs                                   on 2006/10/31  14:29:07
15678         Log: Doc clarification for PerlIO::encoding
15679              (thanks to Steve Hay)
15680      Branch: perl
15681            ! ext/PerlIO/encoding/encoding.pm
15682 ____________________________________________________________________________
15683 [ 29172] By: rgs                                   on 2006/10/31  14:10:25
15684         Log: threads::shared doesn't use ppport.h in the core
15685      Branch: perl
15686            ! mkppport.lst
15687 ____________________________________________________________________________
15688 [ 29171] By: rgs                                   on 2006/10/31  14:03:30
15689         Log: Subject: [PATCH] threads 1.47
15690              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
15691              Date: Tue, 31 Oct 2006 05:26:25 -0800 (PST)
15692              Message-ID: <20061031132626.18317.qmail@web30214.mail.mud.yahoo.com>
15693      Branch: perl
15694            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
15695            ! ext/threads/t/stack.t ext/threads/t/thread.t
15696            ! ext/threads/threads.pm ext/threads/threads.xs
15697 ____________________________________________________________________________
15698 [ 29170] By: rgs                                   on 2006/10/31  13:51:38
15699         Log: Silence a warning and call readpipe_override() correctly.
15700      Branch: perl
15701            ! toke.c
15702 ____________________________________________________________________________
15703 [ 29169] By: rgs                                   on 2006/10/31  13:49:26
15704         Log: Make S_readpipe_override() compile with threads; regenerate perlapi.pod
15705      Branch: perl
15706            ! embed.fnc embed.h pod/perlapi.pod proto.h toke.c
15707 ____________________________________________________________________________
15708 [ 29168] By: rgs                                   on 2006/10/31  13:34:30
15709         Log: Make readpipe() overridable (and also `` and qx//)
15710      Branch: perl
15711            ! opcode.h opcode.pl pod/perlsub.pod pod/perltodo.pod pp.c
15712            ! t/op/cproto.t t/op/override.t toke.c
15713 ____________________________________________________________________________
15714 [ 29167] By: rgs                                   on 2006/10/31  10:59:02
15715         Log: Remove duplicated entries
15716      Branch: perl
15717            ! pod/perltodo.pod
15718 ____________________________________________________________________________
15719 [ 29166] By: gisle                                 on 2006/10/30  20:13:04
15720         Log: Improve documentation of av_len and av_fill.
15721      Branch: perl
15722            ! av.c
15723 ____________________________________________________________________________
15724 [ 29165] By: nicholas                              on 2006/10/30  18:37:41
15725         Log: Avoid Devel::DProf failing an assertion during global destruction.
15726      Branch: perl
15727            ! ext/Devel/DProf/DProf.xs
15728 ____________________________________________________________________________
15729 [ 29164] By: stevep                                on 2006/10/30  18:29:30
15730         Log: It seems only HWND__* is needed by MinGW g++.
15731      Branch: perl
15732            ! win32/win32.c
15733 ____________________________________________________________________________
15734 [ 29162] By: rgs                                   on 2006/10/30  17:56:33
15735         Log: The second patch from:
15736              Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively
15737              From: demerphq <demerphq@gmail.com>
15738              Date: Mon, 30 Oct 2006 19:15:13 +0200
15739              Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com>
15740      Branch: perl
15741            ! pod/perldiag.pod regcomp.c regcomp.sym regexec.c regnodes.h
15742 ____________________________________________________________________________
15743 [ 29161] By: rgs                                   on 2006/10/30  17:36:18
15744         Log: The first patch from:
15745              Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively
15746              From: demerphq <demerphq@gmail.com>
15747              Date: Mon, 30 Oct 2006 19:15:13 +0200
15748              Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com>
15749      Branch: perl
15750            ! embed.fnc embed.h proto.h regcomp.c regcomp.sym regexec.c
15751            ! regnodes.h
15752 ____________________________________________________________________________
15753 [ 29160] By: rgs                                   on 2006/10/30  17:07:46
15754         Log: Mention that field hashes are for inside-out objects
15755              (this will be useful for perl5100delta.)
15756      Branch: perl
15757            ! pod/perl594delta.pod
15758 ____________________________________________________________________________
15759 [ 29159] By: stevep                                on 2006/10/30  16:46:13
15760         Log: Subject: Patch 29155 breaks VC
15761              From: demerphq <demerphq@gmail.com>
15762              Date: Mon, 30 Oct 2006 18:08:17 +0200
15763              Message-ID: <9b18b3110610300808u39cc6cefxbee1468a149dc186@mail.gmail.com>
15764              
15765              Plus an additional casting.
15766      Branch: perl
15767            ! win32/win32.c
15768 ____________________________________________________________________________
15769 [ 29158] By: rgs                                   on 2006/10/30  16:29:35
15770         Log: Update perldelta with changes up to 28867
15771      Branch: perl
15772            ! pod/perl595delta.pod
15773 ____________________________________________________________________________
15774 [ 29157] By: stevep                                on 2006/10/30  15:53:50
15775         Log: VOL should be used instead of volatile in the core.
15776      Branch: perl
15777            ! op.c perl.c
15778 ____________________________________________________________________________
15779 [ 29156] By: merijn                                on 2006/10/30  14:14:25
15780         Log: $hex is already hex, so cannot be used in %X if starting with [A-F]
15781      Branch: perl
15782            ! lib/charnames.pm
15783 ____________________________________________________________________________
15784 [ 29155] By: stevep                                on 2006/10/30  13:58:15
15785         Log: Initial cleanups to support compiling Win32 with MinGW g++.
15786      Branch: perl
15787            ! perlio.c win32/win32.c
15788 ____________________________________________________________________________
15789 [ 29154] By: rgs                                   on 2006/10/30  11:25:39
15790         Log: Subject: Re: Closures with named subs
15791              From: Christian Winter <bitpoet@linux-config.de>
15792              Date: Sun, 29 Oct 2006 21:34:25 +0100
15793              Message-ID: <45451051.4080200@linux-config.de>
15794      Branch: perl
15795            ! pod/perlref.pod
15796 ____________________________________________________________________________
15797 [ 29153] By: rgs                                   on 2006/10/30  10:38:09
15798         Log: Subject: [PATCH] threads 1.46
15799              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
15800              Date: Fri, 27 Oct 2006 17:01:11 -0700 (PDT)
15801              Message-ID: <20061028000111.23729.qmail@web30207.mail.mud.yahoo.com>
15802      Branch: perl
15803            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
15804            ! ext/threads/threads.pm ext/threads/threads.xs
15805 ____________________________________________________________________________
15806 [ 29152] By: rgs                                   on 2006/10/30  10:13:22
15807         Log: Silence a g++ warning reported by Jarkko.
15808      Branch: perl
15809            ! ext/Data/Dumper/Dumper.xs
15810 ____________________________________________________________________________
15811 [ 29151] By: rgs                                   on 2006/10/30  10:08:24
15812         Log: Delete Encode's MANIFEST (or else the make process complains
15813              about the missing Encode's META.yml file)
15814      Branch: perl
15815            - ext/Encode/MANIFEST
15816            ! MANIFEST
15817 ____________________________________________________________________________
15818 [ 29150] By: steveh                                on 2006/10/30  10:02:35
15819         Log: Bump $VERSION in Term::UI following change #29120
15820      Branch: perl
15821            ! lib/Term/UI.pm
15822 ____________________________________________________________________________
15823 [ 29149] By: rgs                                   on 2006/10/30  09:52:05
15824         Log: Subject: [PATCH] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.68.tar.gz
15825              From: John Peacock <jpeacock@rowman.com>
15826              Date: Sun, 29 Oct 2006 14:47:51 -0500
15827              Message-ID: <45450567.7040609@rowman.com>
15828      Branch: perl
15829            ! lib/version.pm lib/version.t
15830 ____________________________________________________________________________
15831 [ 29148] By: rgs                                   on 2006/10/30  09:43:30
15832         Log: Subject: [patch] simplify optree test support
15833              From: Jim Cromie <jim.cromie@gmail.com>
15834              Date: Sun, 29 Oct 2006 14:50:02 -0700
15835              Message-ID: <4545220A.6060500@gmail.com>
15836      Branch: perl
15837            ! ext/B/t/OptreeCheck.pm
15838 ____________________________________________________________________________
15839 [ 29147] By: steveh                                on 2006/10/30  09:38:21
15840         Log: Add some missing targets to win32/makefile.mk
15841              
15842              This updates makefile.mk w.r.t. Makefile, following changes #28293,
15843              #28832, #28904 and #29131
15844      Branch: perl
15845            ! win32/makefile.mk
15846 ____________________________________________________________________________
15847 [ 29146] By: rgs                                   on 2006/10/30  09:33:33
15848         Log: In vim, modelines are not taken into account if they begin on the
15849              first character. Also, regenerate perlintern.pod.
15850      Branch: perl
15851            ! autodoc.pl pod/perlapi.pod pod/perlintern.pod
15852 ____________________________________________________________________________
15853 [ 29145] By: merijn                                on 2006/10/30  07:17:18
15854         Log: Subject: [PATCH@29157] wince patch
15855              From: Vadim <vadim@vkonovalov.ru>
15856              Date: Sat, 28 Oct 2006 23:48:46 +0400
15857              Message-ID: <4543B41E.3070006@vkonovalov.ru>
15858      Branch: perl
15859            ! README.ce win32/Makefile.ce
15860 ____________________________________________________________________________
15861 [ 29144] By: craigb                                on 2006/10/30  00:33:34
15862         Log: When we open a file and pass it along to PerlIO, be sure to enter the
15863              PerlIO world via Unix I/O.  If you start from stdio, a Unix I/O counter
15864              will get decremented on close even though it was never incremented (and 
15865              may not even exist).  Exposed by #29065.
15866      Branch: perl
15867            ! vms/ext/Stdio/Stdio.xs
15868 ____________________________________________________________________________
15869 [ 29143] By: craigb                                on 2006/10/30  00:23:35
15870         Log: Change the non-mkstemp, non-win32 code path of PerlIO_tmpfile
15871              to use PerlIO_fdopen so that when the tmpfile is closed we do
15872              not decrement a ref count that doesn't exist or is zero.
15873      Branch: perl
15874            ! perlio.c
15875 ____________________________________________________________________________
15876 [ 29142] By: stevep                                on 2006/10/30  00:22:00
15877         Log: Changes to get perl to compile with g++ on Cygwin.  Some additional
15878              changes will be needed to get it to link though.
15879      Branch: perl
15880            ! cygwin/cygwin.c malloc.c perl.h sv.c
15881 ____________________________________________________________________________
15882 [ 29140] By: nicholas                              on 2006/10/29  22:01:17
15883         Log: Subject: [PATHCH]  Scalar::Util::readonly &  compression (was RE: Change 29117: [PATCH] IO::Compress modules)
15884              From: "Paul Marquess" <paul.marquess@ntlworld.com>
15885              Message-ID: <02cf01c6fb9d$ade808a0$6501a8c0@myopwv.com>
15886              Date: Sun, 29 Oct 2006 21:03:21 -0000
15887      Branch: perl
15888            ! ext/Compress/IO/Base/t/01misc.t t/lib/compress/oneshot.pl
15889 ____________________________________________________________________________
15890 [ 29139] By: nicholas                              on 2006/10/29  21:54:29
15891         Log: Fix a typo in my description for change 26427.
15892      Branch: perl
15893            ! Changes
15894 ____________________________________________________________________________
15895 [ 29138] By: nicholas                              on 2006/10/29  21:23:12
15896         Log: Modify autodoc.pl to add read-only editor boilerplate for perlapi.pod
15897              and perlguts.pod
15898      Branch: perl
15899            ! autodoc.pl pod/perlapi.pod pod/perlguts.pod
15900 ____________________________________________________________________________
15901 [ 29133] By: nicholas                              on 2006/10/29  19:27:45
15902         Log: Subject: [PATCH] Re: Deparse bug?
15903              From: Stephen McCamant <smcc@mit.edu>
15904              Message-ID: <17732.55694.646895.706177@apocalypse.OCF.Berkeley.EDU>
15905              Date: Sun, 29 Oct 2006 08:40:46 -0800
15906      Branch: perl
15907            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
15908 ____________________________________________________________________________
15909 [ 29131] By: merijn                                on 2006/10/29  18:32:55
15910         Log: Subject: [PATCH] Add a few useful developers maketargets to win32/Makefile
15911              From: demerphq <demerphq@gmail.com>
15912              Date: Sun, 29 Oct 2006 13:28:31 +0200
15913              Message-ID: <9b18b3110610290328v71956891s7df10e40efd2350c@mail.gmail.com>
15914      Branch: perl
15915            ! win32/Makefile
15916 ____________________________________________________________________________
15917 [ 29130] By: nicholas                              on 2006/10/29  18:30:25
15918         Log: Add the note from change 25773 about auditing for destruction ordering.
15919      Branch: perl
15920            ! pod/perltodo.pod
15921 ____________________________________________________________________________
15922 [ 29128] By: nicholas                              on 2006/10/29  18:23:01
15923         Log: I shrunk struct context, so remove it from perltodo.
15924      Branch: perl
15925            ! pod/perltodo.pod
15926 ____________________________________________________________________________
15927 [ 29127] By: nicholas                              on 2006/10/27  21:40:40
15928         Log: Change 27779 failed to free() memory in two places in Perl_magic_set(),
15929              and hence was leaking like the proverbial Jumblie maritime craft.
15930      Branch: perl
15931            ! mg.c
15932 ____________________________________________________________________________
15933 [ 29126] By: stevep                                on 2006/10/27  13:29:05
15934         Log: Upgrade to Pod-Parser-1.35.
15935      Branch: perl
15936            + t/pod/p2u_data.pl t/pod/twice.t
15937            ! MANIFEST lib/Pod/Checker.pm lib/Pod/ParseUtils.pm
15938            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
15939            ! lib/Pod/Usage.pm t/pod/testcmp.pl
15940 ____________________________________________________________________________
15941 [ 29125] By: rgs                                   on 2006/10/27  09:45:33
15942         Log: Document the limitation of Attribute::Handlers w.r.t. UNITCHECK blocks.
15943      Branch: perl
15944            ! lib/Attribute/Handlers.pm
15945 ____________________________________________________________________________
15946 [ 29124] By: rgs                                   on 2006/10/27  08:43:26
15947         Log: Subject: [PATCH] Change MY_CXT ref in perl.h
15948              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
15949              Date: Thu, 26 Oct 2006 08:35:46 -0700 (PDT)
15950              Message-ID: <20061026153546.71547.qmail@web30214.mail.mud.yahoo.com>
15951      Branch: perl
15952            ! perl.h
15953 ____________________________________________________________________________
15954 [ 29123] By: rgs                                   on 2006/10/27  08:41:45
15955         Log: Subject: [PATCH] Make 'threads' conform to perlguts
15956              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
15957              Date: Thu, 26 Oct 2006 11:10:57 -0700 (PDT)
15958              Message-ID: <20061026181057.74650.qmail@web30211.mail.mud.yahoo.com>
15959      Branch: perl
15960            ! ext/threads/threads.xs
15961 ____________________________________________________________________________
15962 [ 29122] By: stevep                                on 2006/10/27  04:48:43
15963         Log: Spelling fixes for re.pm.
15964      Branch: perl
15965            ! ext/re/re.pm
15966 ____________________________________________________________________________
15967 [ 29121] By: stevep                                on 2006/10/27  03:48:34
15968         Log: Spelling nits from Debian bug list...
15969              
15970              Subject: Bug#395426: perl: spelling errors
15971              From: Matt Taggart <taggart@debian.org>
15972              Date: Thu, 26 Oct 2006 15:23:29 -0700
15973              Message-Id: <20061026222329.8B8CF1AAC6D@cyrix.home.bogus>
15974      Branch: perl
15975            ! ext/Encode/bin/enc2xs lib/ExtUtils/xsubpp x2p/find2perl.PL
15976            ! x2p/s2p.PL
15977 ____________________________________________________________________________
15978 [ 29120] By: steveh                                on 2006/10/26  16:26:56
15979         Log: Close temporary test file before unlinking (for the sake of Win32)
15980      Branch: perl
15981            ! lib/Term/UI/t/02_ui.t
15982 ____________________________________________________________________________
15983 [ 29119] By: rgs                                   on 2006/10/26  16:11:26
15984         Log: Document the new (?FAIL) assertion (Yves Orton)
15985      Branch: perl
15986            ! pod/perlre.pod
15987 ____________________________________________________________________________
15988 [ 29118] By: rgs                                   on 2006/10/26  15:58:18
15989         Log: Subject: [PATCH] Fix a problem with jump-tries, add (?FAIL) pattern.
15990              From: demerphq <demerphq@gmail.com>
15991              Date: Thu, 26 Oct 2006 14:59:11 +0200
15992              Message-ID: <9b18b3110610260559k3efa98barc28987e88c581a8a@mail.gmail.com>
15993      Branch: perl
15994            ! regcomp.c regcomp.sym regexec.c regexp.h regnodes.h
15995            ! t/op/re_tests
15996 ____________________________________________________________________________
15997 [ 29117] By: rgs                                   on 2006/10/26  15:42:40
15998         Log: Subject: [PATCH] IO::Compress modules
15999              From: "Paul Marquess" <paul.marquess@ntlworld.com>
16000              Date: Thu, 26 Oct 2006 15:29:43 +0100
16001              Message-ID: <028201c6f90b$2de7a4b0$4e3c140a@myopwv.com>
16002      Branch: perl
16003            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/Makefile.PL
16004            ! ext/Compress/IO/Base/README
16005            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
16006            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
16007            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
16008            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
16009            ! ext/Compress/IO/Base/private/MakeUtil.pm
16010            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
16011            ! ext/Compress/IO/Zlib/README
16012            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
16013            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
16014            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
16015            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
16016            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
16017            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
16018            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
16019            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
16020            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
16021            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
16022            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
16023            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
16024            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
16025            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
16026            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
16027            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
16028            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
16029            ! ext/Compress/IO/Zlib/private/MakeUtil.pm
16030            ! ext/Compress/Raw/Zlib/Changes
16031            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
16032            ! ext/Compress/Raw/Zlib/Zlib.xs
16033            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
16034            ! ext/Compress/Raw/Zlib/private/MakeUtil.pm
16035            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
16036            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
16037            ! ext/Compress/Zlib/private/MakeUtil.pm
16038            ! t/lib/compress/CompTestUtils.pm t/lib/compress/generic.pl
16039            ! t/lib/compress/multi.pl t/lib/compress/oneshot.pl
16040 ____________________________________________________________________________
16041 [ 29116] By: rgs                                   on 2006/10/26  15:30:52
16042         Log: Subject: Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix
16043              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16044              Date: Fri, 27 Oct 2006 00:19:34 +0900
16045              Message-Id: <20061027001924.B158.BQW10602@nifty.com>
16046      Branch: perl
16047            ! pod/perlfunc.pod sv.c t/op/sprintf.t
16048 ____________________________________________________________________________
16049 [ 29115] By: merijn                                on 2006/10/26  14:08:03
16050         Log: Subject: [PATCH] Fix typo in File::Find POD
16051              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
16052              Date: Thu, 26 Oct 2006 06:50:04 -0700 (PDT)
16053              Message-ID: <20061026135004.79720.qmail@web30211.mail.mud.yahoo.com>
16054      Branch: perl
16055            ! lib/File/Find.pm
16056 ____________________________________________________________________________
16057 [ 29114] By: rgs                                   on 2006/10/26  12:22:07
16058         Log: Add Term::UI and Object::Accessor to the list of dual-life modules
16059      Branch: perl
16060            ! Porting/Maintainers.pl
16061 ____________________________________________________________________________
16062 [ 29113] By: rgs                                   on 2006/10/26  12:16:49
16063         Log: Subject: [PATCH] Add Object::Accessor to the core
16064              From: "Jos Boumans" <kane@xs4all.net>
16065              Date: Thu, 26 Oct 2006 14:04:44 +0200 (CEST)
16066              Message-ID: <18983.80.127.35.68.1161864284.squirrel@webmail.xs4all.nl>
16067      Branch: perl
16068            + lib/Object/Accessor.pm
16069            + lib/Object/Accessor/t/00_Object-Accessor.t
16070            + lib/Object/Accessor/t/01_Object-Accessor-Subclassed.t
16071            + lib/Object/Accessor/t/02_Object-Accessor-allow.t
16072            + lib/Object/Accessor/t/03_Object-Accessor-local.t
16073            + lib/Object/Accessor/t/04_Object-Accessor-lvalue.t
16074            + lib/Object/Accessor/t/05_Object-Accessor-callback.t
16075            ! MANIFEST
16076 ____________________________________________________________________________
16077 [ 29112] By: rgs                                   on 2006/10/26  12:13:59
16078         Log: Subject: [PATCH] Add Term::UI to the core
16079              From: "Jos Boumans" <kane@xs4all.net>
16080              Date: Mon, 23 Oct 2006 12:07:23 +0200 (CEST)
16081              Message-ID: <19689.80.127.35.68.1161598043.squirrel@webmail.xs4all.nl>
16082      Branch: perl
16083            + lib/Term/UI.pm lib/Term/UI/History.pm lib/Term/UI/t/00_load.t
16084            + lib/Term/UI/t/01_history.t lib/Term/UI/t/02_ui.t
16085            ! MANIFEST
16086 ____________________________________________________________________________
16087 [ 29111] By: rgs                                   on 2006/10/26  11:02:15
16088         Log: Fix a memory leak :
16089              Subject: Re: Valgrind findings
16090              From: demerphq <demerphq@gmail.com>
16091              Date: Thu, 26 Oct 2006 12:34:43 +0200
16092              Message-ID: <9b18b3110610260334t6b77c2dbu2ca8207d822402da@mail.gmail.com>
16093      Branch: perl
16094            ! regexec.c
16095 ____________________________________________________________________________
16096 [ 29110] By: rgs                                   on 2006/10/26  10:42:03
16097         Log: Subject: [PATCH] threads-shared 1.05
16098              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
16099              Date: Wed, 25 Oct 2006 11:27:15 -0700 (PDT)
16100              Message-ID: <20061025182715.561.qmail@web30211.mail.mud.yahoo.com>
16101      Branch: perl
16102            ! ext/threads/shared/Changes ext/threads/shared/Makefile.PL
16103            ! ext/threads/shared/README ext/threads/shared/shared.pm
16104            ! ext/threads/shared/shared.xs
16105 ____________________________________________________________________________
16106 [ 29109] By: rgs                                   on 2006/10/26  10:37:43
16107         Log: Subject: [PATCH] threads 1.45
16108              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
16109              Date: Wed, 25 Oct 2006 11:26:29 -0700 (PDT)
16110              Message-ID: <20061025182629.16434.qmail@web30209.mail.mud.yahoo.com>
16111      Branch: perl
16112            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
16113            ! ext/threads/t/thread.t ext/threads/threads.pm
16114 ____________________________________________________________________________
16115 [ 29108] By: rgs                                   on 2006/10/25  16:19:50
16116         Log: Fix small leak with -F at interpreter destruction
16117      Branch: perl
16118            ! perl.c
16119 ____________________________________________________________________________
16120 [ 29107] By: rgs                                   on 2006/10/25  13:51:55
16121         Log: Plug a memory leak in newCONSTSUB
16122      Branch: perl
16123            ! op.c
16124 ____________________________________________________________________________
16125 [ 29106] By: rgs                                   on 2006/10/25  12:16:08
16126         Log: I'll finally get it right. (thanks to Sadahiro Tomoyuki)
16127      Branch: perl
16128            ! pod/perlfunc.pod
16129 ____________________________________________________________________________
16130 [ 29105] By: rgs                                   on 2006/10/25  11:18:27
16131         Log: Fix nit in previous patch, spotted by Gisle
16132      Branch: perl
16133            ! pod/perlfunc.pod
16134 ____________________________________________________________________________
16135 [ 29104] By: rgs                                   on 2006/10/25  10:59:55
16136         Log: Add a %B sprintf format
16137              
16138              Subject: Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix
16139              From: Nicholas Clark <nick@ccl4.org>
16140              Date: Mon, 23 Oct 2006 18:19:51 +0100
16141              Message-ID: <20061023171951.GA3262@plum.flirble.org>
16142              (plus docs)
16143      Branch: perl
16144            ! pod/perlfunc.pod sv.c t/op/sprintf.t
16145 ____________________________________________________________________________
16146 [ 29103] By: rgs                                   on 2006/10/25  10:27:05
16147         Log: Subject: [PATCH] FindBin.pm: better fix for PATH entries
16148              From: Alexey Tourbin <at@altlinux.ru>
16149              Date: Wed, 25 Oct 2006 14:02:55 +0400
16150              Message-ID: <20061025100255.GE7821@localhost.localdomain>
16151      Branch: perl
16152            ! lib/FindBin.pm
16153 ____________________________________________________________________________
16154 [ 29102] By: rgs                                   on 2006/10/25  09:56:06
16155         Log: Document that warnings.pm doesn't load Carp anymore
16156      Branch: perl
16157            ! pod/perl595delta.pod
16158 ____________________________________________________________________________
16159 [ 29101] By: craigb                                on 2006/10/25  03:58:38
16160         Log: Initialize d_ctermid and i_gdbm in configure.com.
16161      Branch: perl
16162            ! configure.com
16163 ____________________________________________________________________________
16164 [ 29100] By: stevep                                on 2006/10/24  15:44:22
16165         Log: Upgrade to CPAN-1.88_57.
16166      Branch: perl
16167            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
16168            ! lib/CPAN/SIGNATURE
16169 ____________________________________________________________________________
16170 [ 29099] By: rgs                                   on 2006/10/24  14:42:13
16171         Log: Silence an expected warning (when playing with utf8ness and string overloading)
16172      Branch: perl
16173            ! t/uni/overload.t
16174 ____________________________________________________________________________
16175 [ 29098] By: rgs                                   on 2006/10/24  12:53:14
16176         Log: New UTF-8 warning : Variable length character upgraded in print.
16177              
16178              Subject: Re: Changing the internal encoding (was: Re: utf8 regexp performance problem)
16179              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16180              Date: Sun, 22 Oct 2006 14:32:34 +0900
16181              Message-Id: <20061022142512.A7D3.BQW10602@nifty.com>
16182              
16183              (but with ckWARN_d replaced by ckWARN)
16184      Branch: perl
16185            ! doio.c pod/perldiag.pod
16186 ____________________________________________________________________________
16187 [ 29097] By: rgs                                   on 2006/10/24  09:46:57
16188         Log: No warning was produced if perl failed to load PerlIO::scalar
16189              (contrary to other PerlIO layers.)
16190      Branch: perl
16191            ! perlio.c
16192 ____________________________________________________________________________
16193 [ 29096] By: merijn                                on 2006/10/23  15:43:15
16194         Log: Fix for RT#38169 & RT#38945
16195              Configure won't handle versions 5.10.0 or 5.8.10.
16196      Branch: perl
16197            ! Configure config_h.SH
16198 ____________________________________________________________________________
16199 [ 29093] By: rgs                                   on 2006/10/23  13:43:32
16200         Log: Document that the %#X printf format prefixes the output with 0X, not 0x.
16201      Branch: perl
16202            ! pod/perlfunc.pod
16203 ____________________________________________________________________________
16204 [ 29092] By: rgs                                   on 2006/10/23  09:33:26
16205         Log: Update Changes
16206      Branch: perl
16207            ! Changes
16208 ____________________________________________________________________________
16209 [ 29091] By: rgs                                   on 2006/10/23  09:22:05
16210         Log: Some notes about the recent changes in perldelta
16211      Branch: perl
16212            ! pod/perl595delta.pod
16213 ____________________________________________________________________________
16214 [ 29090] By: rgs                                   on 2006/10/23  08:51:02
16215         Log: Subject: [PATCH] base.pm
16216              From: Ovid <publiustemp-p5p3@yahoo.com>
16217              Date: Thu, 19 Oct 2006 08:47:48 -0700 (PDT)
16218              Message-ID: <20061019154748.87433.qmail@web60824.mail.yahoo.com>
16219      Branch: perl
16220            ! lib/base.pm lib/base/t/base.t
16221 ____________________________________________________________________________
16222 [ 29089] By: rgs                                   on 2006/10/23  08:28:08
16223         Log: Protection against overwriting defsubs.h via a symlink
16224              (by Jim Cromie)
16225      Branch: perl
16226            ! ext/B/defsubs_h.PL
16227 ____________________________________________________________________________
16228 [ 29088] By: rgs                                   on 2006/10/23  08:27:05
16229         Log: Subject: [patch] make test.valgrind capable of running cachegrind
16230              From: Jim Cromie <jim.cromie@gmail.com>
16231              Date: Fri, 20 Oct 2006 14:49:03 -0600
16232              Message-ID: <4539363F.9020205@gmail.com>
16233      Branch: perl
16234            ! t/TEST
16235 ____________________________________________________________________________
16236 [ 29086] By: nicholas                              on 2006/10/22  22:51:59
16237         Log: Fix the other bug introduced by change 29079
16238      Branch: perl
16239            ! sv.c
16240 ____________________________________________________________________________
16241 [ 29085] By: nicholas                              on 2006/10/22  22:35:42
16242         Log: Fix bug in change 27321 - Perl_ss_dup should also have been updated.
16243      Branch: perl
16244            ! sv.c
16245 ____________________________________________________________________________
16246 [ 29084] By: nicholas                              on 2006/10/22  22:12:57
16247         Log: Fix a bug introduced by change 29079
16248      Branch: perl
16249            ! sv.c
16250 ____________________________________________________________________________
16251 [ 29083] By: stevep                                on 2006/10/22  21:47:11
16252         Log: Removed typo that caused a variable to shadow an existing variable
16253              in an external scope.
16254      Branch: perl
16255            ! ext/threads/Makefile.PL
16256 ____________________________________________________________________________
16257 [ 29082] By: nicholas                              on 2006/10/22  21:02:28
16258         Log: Merge cases in Perl_ss_dup().
16259      Branch: perl
16260            ! sv.c
16261 ____________________________________________________________________________
16262 [ 29079] By: nicholas                              on 2006/10/22  19:06:14
16263         Log: const the variable used for the save stack type in Perl_ss_dup().
16264      Branch: perl
16265            ! sv.c
16266 ____________________________________________________________________________
16267 [ 29078] By: rgs                                   on 2006/10/22  13:15:39
16268         Log: Make the overrides of built-ins in the bytes pragma use the new prototype _.
16269      Branch: perl
16270            ! lib/bytes.pm lib/bytes_heavy.pl
16271 ____________________________________________________________________________
16272 [ 29077] By: nicholas                              on 2006/10/21  23:01:45
16273         Log: Add PERLIO_INIT and PERLIO_TERM to PERL_SYS_INIT* and PERL_SYS_TERM*
16274              in */*ish.h headers.
16275      Branch: perl
16276            ! epoc/epocish.h mpeix/mpeixish.h os2/os2ish.h plan9/plan9ish.h
16277            ! vms/vmsish.h
16278 ____________________________________________________________________________
16279 [ 29076] By: nicholas                              on 2006/10/21  22:40:28
16280         Log: Subject: Re: Change 29050: Memory leak fix, by Jarkko
16281              From: Jarkko Hietaniemi <jhi@iki.fi>
16282              Message-ID: <453A97FA.5090403@iki.fi>
16283              Date: Sat, 21 Oct 2006 17:58:18 -0400
16284              
16285              (Make AIX linker happy)
16286      Branch: perl
16287            ! makedef.pl
16288 ____________________________________________________________________________
16289 [ 29075] By: nicholas                              on 2006/10/21  21:53:48
16290         Log: Semicolon consistency between PERL_FPU_INIT and the other INITs.
16291      Branch: perl
16292            ! perl.h unixish.h
16293 ____________________________________________________________________________
16294 [ 29074] By: nicholas                              on 2006/10/21  21:31:20
16295         Log: Add PERLIO_INIT to PERL_SYS_INIT.
16296              I infer that this was accidentally omitted from change 29060
16297      Branch: perl
16298            ! dosish.h perl.h unixish.h
16299 ____________________________________________________________________________
16300 [ 29073] By: nicholas                              on 2006/10/21  21:02:53
16301         Log: Always defining PERLIO_TERM, even if it's empty, makes for a simpler
16302              PERL_SYS_TERM
16303      Branch: perl
16304            ! dosish.h perl.h unixish.h
16305 ____________________________________________________________________________
16306 [ 29072] By: stevep                                on 2006/10/21  18:16:53
16307         Log: Changes for threads::shared to all building with g++.
16308      Branch: perl
16309            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.xs
16310 ____________________________________________________________________________
16311 [ 29071] By: stevep                                on 2006/10/21  16:45:38
16312         Log: Fixes for Storable.xs when compiling a threaded Perl with g++.
16313      Branch: perl
16314            ! ext/Storable/Storable.xs
16315 ____________________________________________________________________________
16316 [ 29070] By: stevep                                on 2006/10/21  16:17:58
16317         Log: Fix in perl.h for compiling with g++.
16318      Branch: perl
16319            ! perl.h
16320 ____________________________________________________________________________
16321 [ 29069] By: stevep                                on 2006/10/21  13:28:13
16322         Log: Better solution to silencing prereq warnings from threads's
16323              Makefile.PL
16324      Branch: perl
16325            ! ext/threads/Makefile.PL
16326 ____________________________________________________________________________
16327 [ 29068] By: stevep                                on 2006/10/21  02:04:19
16328         Log: Quiet a warning in pp_sys.c on AIX.
16329      Branch: perl
16330            ! pp_sys.c
16331 ____________________________________________________________________________
16332 [ 29067] By: stevep                                on 2006/10/20  19:28:46
16333         Log: Comment out Hash::Util and IO::File from prereqs of threads, since
16334              they are both available in the core.
16335      Branch: perl
16336            ! ext/threads/Makefile.PL
16337 ____________________________________________________________________________
16338 [ 29066] By: rgs                                   on 2006/10/20  15:31:36
16339         Log: Adjustment to symbol lists after latest changes (by Jarkko)
16340      Branch: perl
16341            ! makedef.pl perlio.sym
16342 ____________________________________________________________________________
16343 [ 29065] By: rgs                                   on 2006/10/20  15:04:47
16344         Log: Enable perlio mutexes under threads (by Jarkko)
16345      Branch: perl
16346            ! perlio.c perlvars.h
16347 ____________________________________________________________________________
16348 [ 29064] By: rgs                                   on 2006/10/20  13:01:14
16349         Log: regen headers
16350      Branch: perl
16351            ! embedvar.h perlapi.h
16352 ____________________________________________________________________________
16353 [ 29063] By: davem                                 on 2006/10/20  13:00:52
16354         Log: only do \C hackery if \C is seen
16355              
16356              From: demerphq <demerphq@gmail.com>
16357              Date: Fri, 20 Oct 2006 12:38:13 +0200
16358              Subject: Re: utf8 regexp performance problem
16359              Message-ID: <9b18b3110610200338k5df1d3afpf829fbc0f3663a75@mail.gmail.com>
16360      Branch: perl
16361            ! mg.c
16362 ____________________________________________________________________________
16363 [ 29062] By: rgs                                   on 2006/10/20  11:51:57
16364         Log: Subject: [PATCH] B:: changes for UNITCHECK blocks
16365              From: Alex Gough <alex-p5p@earth.li>
16366              Date: Fri, 20 Oct 2006 02:05:20 +0100
16367              Message-ID: <20061020010520.GC12290@the.earth.li>
16368      Branch: perl
16369            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Deparse.pm
16370            ! ext/B/t/concise-xs.t ext/B/t/optree_specials.t
16371 ____________________________________________________________________________
16372 [ 29061] By: rgs                                   on 2006/10/20  10:32:20
16373         Log: Let's undocument -Dusesfio in INSTALL.
16374      Branch: perl
16375            ! INSTALL
16376 ____________________________________________________________________________
16377 [ 29060] By: rgs                                   on 2006/10/20  10:20:18
16378         Log: More leak fixes, by Jarkko
16379      Branch: perl
16380            ! dosish.h perl.h perlio.c perliol.h perlvars.h unixish.h
16381 ____________________________________________________________________________
16382 [ 29059] By: davem                                 on 2006/10/20  10:06:57
16383         Log: zero length $1 took too long to detect utf8-ness
16384      Branch: perl
16385            ! mg.c
16386 ____________________________________________________________________________
16387 [ 29058] By: rgs                                   on 2006/10/20  09:04:49
16388         Log: Silence some warnings
16389      Branch: perl
16390            ! pp_ctl.c regcomp.c
16391 ____________________________________________________________________________
16392 [ 29057] By: nicholas                              on 2006/10/19  20:52:31
16393         Log: Subject: Re: Off by one in the trie code?
16394              From: demerphq <demerphq@gmail.com>
16395              Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com>
16396              Date: Wed, 18 Oct 2006 20:51:41 +0200
16397              
16398              1. code necessary to make patterns with interpolated vars behave
16399              correctly under lexical re 'debug', including additional tests.
16400              2. changes necessary to resolve the off by one error,
16401              3. tweaks to re.pm to document that re 'debug' is lexical,
16402      Branch: perl
16403            ! ext/re/re.pm ext/re/t/lexical_debug.pl
16404            ! ext/re/t/lexical_debug.t ext/re/t/regop.pl ext/re/t/regop.t
16405            ! pp_ctl.c regcomp.c regcomp.h
16406 ____________________________________________________________________________
16407 [ 29056] By: nicholas                              on 2006/10/19  20:47:53
16408         Log: Subject: Re: Off by one in the trie code?
16409              From: demerphq <demerphq@gmail.com>
16410              Date: Wed, 18 Oct 2006 20:51:41 +0200
16411              Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com>
16412              
16413              change test files that do a require "./test.pl"; without a BEGIN block
16414              to ensure prototypes are seen, plus fix any breakage this reveals.
16415      Branch: perl
16416            ! ext/Devel/Peek/t/Peek.t ext/POSIX/t/posix.t lib/vmsish.t
16417            ! t/comp/parser.t t/comp/utf.t t/io/argv.t t/io/utf8.t
16418            ! t/op/stash.t t/run/switchC.t t/run/switchd.t t/run/switches.t
16419 ____________________________________________________________________________
16420 [ 29055] By: merijn                                on 2006/10/19  16:40:08
16421         Log: <tr> isnb't the same as C<tr>, and <tr> looks so stupid in man
16422      Branch: perl
16423            ! pod/perlop.pod
16424 ____________________________________________________________________________
16425 [ 29054] By: rgs                                   on 2006/10/19  16:20:41
16426         Log: Trim perltodo.
16427      Branch: perl
16428            ! pod/perltodo.pod
16429 ____________________________________________________________________________
16430 [ 29053] By: rgs                                   on 2006/10/19  15:54:15
16431         Log: Subject: [PATCH] stab at UNITCHECK blocks
16432              From: Alex Gough <alex-p5p@earth.li>
16433              Date: Thu, 19 Oct 2006 13:04:12 +0100
16434              Message-ID: <20061019120412.GA12290@the.earth.li>
16435      Branch: perl
16436            + t/op/blocks.t
16437            ! MANIFEST cv.h embedvar.h intrpvar.h keywords.h keywords.pl
16438            ! madly.act madly.h madly.tab madly.y op.c perl.c
16439            ! perl_keyword.pl perlapi.h perly.act perly.tab perly.y
16440            ! pod/perldebug.pod pod/perldiag.pod pod/perlfunc.pod
16441            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod pp_ctl.c sv.c
16442            ! toke.c
16443 ____________________________________________________________________________
16444 [ 29052] By: stevep                                on 2006/10/19  13:49:56
16445         Log: Subject: [PATCH] Add Log::Message and Log::Message::Simple to the core
16446              From: "Jos Boumans" <kane@xs4all.net>
16447              Date: Fri, 13 Oct 2006 17:12:57 +0200 (CEST)
16448              Message-ID: <13003.80.127.35.68.1160752377.squirrel@webmail.xs4all.nl>
16449      Branch: perl
16450            + lib/Log/Message.pm lib/Log/Message/Config.pm
16451            + lib/Log/Message/Handlers.pm lib/Log/Message/Item.pm
16452            + lib/Log/Message/Simple.pm lib/Log/Message/Simple/t/01_use.t
16453            + lib/Log/Message/Simple/t/02_imports.t
16454            + lib/Log/Message/Simple/t/03_functions.t
16455            + lib/Log/Message/t/01_Log-Message-Config.t
16456            + lib/Log/Message/t/02_Log-Message.t
16457            + lib/Log/Message/t/conf/LoadMe.pl
16458            + lib/Log/Message/t/conf/config_file
16459            ! MANIFEST Porting/Maintainers.pl
16460 ____________________________________________________________________________
16461 [ 29051] By: rgs                                   on 2006/10/19  12:17:18
16462         Log: Make prototype("CORE::mkdir") work. That's a special case,
16463              since from the OA_* flags we can't figure out which parameter
16464              is going to default to $_.
16465      Branch: perl
16466            ! pp.c t/op/cproto.t
16467 ____________________________________________________________________________
16468 [ 29050] By: rgs                                   on 2006/10/19  12:08:24
16469         Log: Memory leak fix, by Jarkko
16470      Branch: perl
16471            ! perlio.c
16472 ____________________________________________________________________________
16473 [ 29049] By: rgs                                   on 2006/10/19  10:27:20
16474         Log: Adjust documentation for previous change
16475      Branch: perl
16476            ! pod/perlsub.pod
16477 ____________________________________________________________________________
16478 [ 29048] By: rgs                                   on 2006/10/19  10:26:54
16479         Log: Allow the _ prototype character to be followed by optional arguments
16480      Branch: perl
16481            ! op.c t/comp/uproto.t
16482 ____________________________________________________________________________
16483 [ 29047] By: rgs                                   on 2006/10/19  08:56:14
16484         Log: Make all JAPH tests pass
16485      Branch: perl
16486            ! t/japh/abigail.t
16487 ____________________________________________________________________________
16488 [ 29046] By: rgs                                   on 2006/10/19  08:04:04
16489         Log: Remove free() part of change #29045, which causes
16490              panics from miniperl in FreeBSD/multithreaded
16491      Branch: perl
16492            ! perlio.c
16493 ____________________________________________________________________________
16494 [ 29045] By: stevep                                on 2006/10/19  01:18:50
16495         Log: Subject: [PATCH] blead valgrind finding
16496              From: Jarkko Hietaniemi <jhi@iki.fi>
16497              Date: Wed, 18 Oct 2006 20:07:54 -0400
16498              Message-ID: <4536C1DA.4060600@iki.fi>
16499      Branch: perl
16500            ! perlio.c
16501 ____________________________________________________________________________
16502 [ 29044] By: rgs                                   on 2006/10/18  20:26:37
16503         Log: Make prototype("CORE::foo") return prototypes with _ when it should
16504              (except for mkdir)
16505      Branch: perl
16506            ! pp.c t/op/cproto.t
16507 ____________________________________________________________________________
16508 [ 29043] By: rgs                                   on 2006/10/18  19:37:01
16509         Log: Add a regression test for change #29041
16510      Branch: perl
16511            ! t/comp/uproto.t
16512 ____________________________________________________________________________
16513 [ 29042] By: nicholas                              on 2006/10/18  19:11:55
16514         Log: Using explicit printf-like APIs with a format of "%s" isn't the world's
16515              most efficient idea.
16516      Branch: perl
16517            ! XSUB.h dump.c
16518 ____________________________________________________________________________
16519 [ 29041] By: rgs                                   on 2006/10/18  17:40:57
16520         Log: Functions with a (_) prototype should behave as unary operators
16521              (which is not the case of functions with a (;$) prototype)
16522      Branch: perl
16523            ! toke.c
16524 ____________________________________________________________________________
16525 [ 29040] By: nicholas                              on 2006/10/18  17:35:06
16526         Log: panic if we attempt to sv_setsv to or from an already freed SV.
16527      Branch: perl
16528            ! sv.c
16529 ____________________________________________________________________________
16530 [ 29039] By: rgs                                   on 2006/10/18  14:41:26
16531         Log: Test for the interaction between ; and _ in prototypes
16532      Branch: perl
16533            ! t/comp/uproto.t
16534 ____________________________________________________________________________
16535 [ 29038] By: rgs                                   on 2006/10/18  14:34:26
16536         Log: Document _ prototype in perlsub
16537      Branch: perl
16538            ! pod/perlsub.pod
16539 ____________________________________________________________________________
16540 [ 29037] By: rgs                                   on 2006/10/18  14:30:57
16541         Log: Fix prototype to mimic built-in in perlsub examples
16542      Branch: perl
16543            ! pod/perlsub.pod
16544 ____________________________________________________________________________
16545 [ 29036] By: rgs                                   on 2006/10/18  14:01:59
16546         Log: The _ character is only allowed to be at the end of prototypes
16547      Branch: perl
16548            ! op.c t/comp/uproto.t
16549 ____________________________________________________________________________
16550 [ 29035] By: rgs                                   on 2006/10/18  12:54:34
16551         Log: Improvements and fixes to the _ prototype
16552      Branch: perl
16553            ! op.c t/comp/uproto.t
16554 ____________________________________________________________________________
16555 [ 29034] By: rgs                                   on 2006/10/18  08:49:01
16556         Log: FAQ sync
16557      Branch: perl
16558            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
16559            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
16560            ! pod/perlfaq7.pod pod/perlfaq9.pod
16561 ____________________________________________________________________________
16562 [ 29033] By: rgs                                   on 2006/10/18  08:24:30
16563         Log: Subject: [perl #40557] regexec.c saves context stack position improperly 
16564              From: Dave Bailey (via RT) <perlbug-followup@perl.org>
16565              Date: Tue, 17 Oct 2006 09:37:28 -0700
16566              Message-ID: <rt-3.5.HEAD-4979-1161103047-337.40557-75-0@perl.org>
16567      Branch: perl
16568            ! regexec.c scope.c scope.h
16569 ____________________________________________________________________________
16570 [ 29032] By: rgs                                   on 2006/10/17  16:07:04
16571         Log: First attempt at implementing the _ prototype
16572      Branch: perl
16573            + t/comp/uproto.t
16574            ! MANIFEST op.c toke.c
16575 ____________________________________________________________________________
16576 [ 29031] By: stevep                                on 2006/10/17  15:43:05
16577         Log: Upgrade to Time-HiRes-1.94.
16578      Branch: perl
16579            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
16580            ! ext/Time/HiRes/t/HiRes.t
16581 ____________________________________________________________________________
16582 [ 29030] By: rgs                                   on 2006/10/17  14:13:52
16583         Log: Subject: Re: [PATCH] remove leaveit from toke.c:scan_const
16584              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16585              Date: Tue, 17 Oct 2006 23:10:04 +0900
16586              Message-Id: <20061017230958.41A2.BQW10602@nifty.com>
16587      Branch: perl
16588            ! pod/perldiag.pod
16589 ____________________________________________________________________________
16590 [ 29029] By: stevep                                on 2006/10/17  12:42:04
16591         Log: Upgrade to CPAN-1.88_55.
16592      Branch: perl
16593            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/SIGNATURE
16594 ____________________________________________________________________________
16595 [ 29028] By: rgs                                   on 2006/10/17  07:44:09
16596         Log: Less brace nesting.
16597      Branch: perl
16598            ! toke.c
16599 ____________________________________________________________________________
16600 [ 29027] By: rgs                                   on 2006/10/16  12:59:07
16601         Log: The "Unrecognized escape" warning can now be emitted in category
16602              "regexp" after change 29026 
16603      Branch: perl
16604            ! pod/perldiag.pod
16605 ____________________________________________________________________________
16606 [ 29026] By: rgs                                   on 2006/10/16  12:55:28
16607         Log: Subject: [PATCH] remove leaveit from toke.c:scan_const
16608              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16609              Date: Sun, 15 Oct 2006 22:23:00 +0900
16610              Message-Id: <20061015222223.BC38.BQW10602@nifty.com>
16611      Branch: perl
16612            ! pod/perlop.pod t/lib/warnings/regcomp t/lib/warnings/toke
16613            ! t/op/pat.t t/op/regmesg.t toke.c
16614 ____________________________________________________________________________
16615 [ 29025] By: rgs                                   on 2006/10/16  09:26:17
16616         Log: Subject: [PATCH] Re: sprintf 64 test
16617              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16618              Date: Sun, 15 Oct 2006 16:51:34 +0900
16619              Message-Id: <20061015165052.77AD.BQW10602@nifty.com>
16620              
16621              1. nullify 0 flag in integer conversions when precision is given
16622              2. ignore space after a plus sign as a sign for a nonnegative number
16623              3. make a negative precision through * working as if the precision
16624              is omitted
16625      Branch: perl
16626            ! pod/perlfunc.pod sv.c t/op/sprintf.t t/op/sprintf2.t
16627 ____________________________________________________________________________
16628 [ 29024] By: nicholas                              on 2006/10/16  04:41:30
16629         Log: Fix change 28770 to cope with the strange 32 bit bool type on VMS.
16630              (I should have seen this one coming - the two structures weren't
16631              textually identical)
16632      Branch: perl
16633            ! cop.h
16634 ____________________________________________________________________________
16635 [ 29023] By: stevep                                on 2006/10/15  17:17:32
16636         Log: Upgrade to Time-HiRes-1.93.
16637      Branch: perl
16638            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
16639            ! ext/Time/HiRes/t/HiRes.t
16640 ____________________________________________________________________________
16641 [ 29020] By: stevep                                on 2006/10/14  23:18:29
16642         Log: Upgrade to CPAN-1.88_54.
16643      Branch: perl
16644            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
16645 ____________________________________________________________________________
16646 [ 29019] By: stevep                                on 2006/10/14  23:11:23
16647         Log: Upgrade to Digest-SHA-5.44.
16648      Branch: perl
16649            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
16650            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/SHA.xs
16651            ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c
16652            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
16653            ! ext/Digest/SHA/src/sha.h
16654 ____________________________________________________________________________
16655 [ 29018] By: nicholas                              on 2006/10/14  23:06:52
16656         Log: Avoid undefined behaviour for -DPERL_MEM_LOG by not using a
16657              dereference of member of the structure being reallocated as part of
16658              the size calculation. (This one was well hidden by macros)
16659      Branch: perl
16660            ! regcomp.c
16661 ____________________________________________________________________________
16662 [ 29017] By: stevep                                on 2006/10/14  23:00:35
16663         Log: Upgrade to XSLoader-0.07.
16664      Branch: perl
16665            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
16666 ____________________________________________________________________________
16667 [ 29016] By: nicholas                              on 2006/10/14  22:40:00
16668         Log: Avoid undefined behaviour for -DPERL_MEM_LOG by not using a direct
16669              dereference of member of the structure being reallocated as part of
16670              the size calculation. (There may be other similar bugs).
16671      Branch: perl
16672            ! regcomp.c
16673 ____________________________________________________________________________
16674 [ 29015] By: nicholas                              on 2006/10/14  20:38:59
16675         Log: Use Perl_croak_nocontext() rather than Perl_croak() for the snprintf()
16676              and vsnprintf() macros.
16677      Branch: perl
16678            ! perl.h
16679 ____________________________________________________________________________
16680 [ 29012] By: nicholas                              on 2006/10/14  14:32:28
16681         Log: Fix typo.
16682      Branch: perl
16683            ! Changes
16684 ____________________________________________________________________________
16685 [ 29011] By: nicholas                              on 2006/10/13  20:35:44
16686         Log: Subject: Re: SVpvs vs SVpvn
16687              From: Jim Cromie <jim.cromie@gmail.com>
16688              Message-ID: <452FED1D.1000504@gmail.com>
16689              Date: Fri, 13 Oct 2006 13:46:37 -0600
16690              
16691              plus the last newSVpvn() in toke.c that his regexp missed.
16692      Branch: perl
16693            ! toke.c
16694 ____________________________________________________________________________
16695 [ 29010] By: stevep                                on 2006/10/13  14:11:04
16696         Log: Upgrade to Time-HiRes-1.92.
16697      Branch: perl
16698            + ext/Time/HiRes/hints/aix.pl
16699            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
16700            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
16701            ! ext/Time/HiRes/t/HiRes.t
16702 ____________________________________________________________________________
16703 [ 29009] By: nicholas                              on 2006/10/13  13:53:16
16704         Log: Correct one "parenthesis" to "parentheses".
16705      Branch: perl
16706            ! pod/perlre.pod
16707 ____________________________________________________________________________
16708 [ 29008] By: rgs                                   on 2006/10/13  12:12:04
16709         Log: Don't bother checking for bad characters in prototypes if we're not
16710              going to warn about them.
16711      Branch: perl
16712            ! toke.c
16713 ____________________________________________________________________________
16714 [ 29007] By: rgs                                   on 2006/10/13  11:27:54
16715         Log: Subject: [PATCH] compiler warning noreturn
16716              From: "Robin Barker" <Robin.Barker@npl.co.uk>
16717              Date: Fri, 13 Oct 2006 11:49:11 +0100
16718              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A70@exchsvr1.npl.ad.local>
16719      Branch: perl
16720            ! doio.c
16721 ____________________________________________________________________________
16722 [ 29006] By: rgs                                   on 2006/10/13  09:15:43
16723         Log: Fix nit in possessive quantifier descriptions.
16724              Add some =head3 headings.
16725      Branch: perl
16726            ! pod/perlre.pod
16727 ____________________________________________________________________________
16728 [ 29005] By: rgs                                   on 2006/10/13  09:02:05
16729         Log: Subject: [PATCH] Add possessive quantifiers to regex engine.
16730              From: demerphq <demerphq@gmail.com>
16731              Date: Thu, 12 Oct 2006 21:23:15 +0200
16732              Message-ID: <9b18b3110610121223m191e47ddtce3398cb0e8ba320@mail.gmail.com>
16733              
16734              With doc tweaks
16735      Branch: perl
16736            ! pod/perl595delta.pod pod/perlre.pod pod/perltodo.pod regcomp.c
16737            ! regcomp.h t/op/re_tests t/op/regexp.t
16738 ____________________________________________________________________________
16739 [ 29004] By: stevep                                on 2006/10/12  15:07:17
16740         Log: Upgrade to PathTools-3.23.
16741      Branch: perl
16742            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
16743            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
16744 ____________________________________________________________________________
16745 [ 29003] By: rgs                                   on 2006/10/12  14:52:42
16746         Log: Subject: [PATCH] threads::shared 1.04
16747              From: Jerry Hedden <jdhedden@yahoo.com>
16748              Date: Thu, 12 Oct 2006 07:47:37 -0700 (PDT)
16749              Message-ID: <20061012144737.56305.qmail@web30207.mail.mud.yahoo.com>
16750      Branch: perl
16751            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
16752            ! ext/threads/shared/shared.pm
16753 ____________________________________________________________________________
16754 [ 29002] By: rgs                                   on 2006/10/12  14:26:37
16755         Log: Subject: [PATCH] threads 1.44
16756              From: Jerry Hedden <jdhedden@yahoo.com>
16757              Date: Wed, 11 Oct 2006 05:57:43 -0700 (PDT)
16758              Message-ID: <20061011125743.68567.qmail@web30211.mail.mud.yahoo.com>
16759      Branch: perl
16760            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
16761            ! ext/threads/threads.pm
16762 ____________________________________________________________________________
16763 [ 29001] By: rgs                                   on 2006/10/12  14:19:33
16764         Log: Subject: [PATCH] fix format errors; was RE: g++ compile and make test 100%
16765              From: "Robin Barker" <Robin.Barker@npl.co.uk>
16766              Date: Wed, 11 Oct 2006 17:02:01 +0100
16767              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A69@exchsvr1.npl.ad.local>
16768      Branch: perl
16769            ! regcomp.c
16770 ____________________________________________________________________________
16771 [ 29000] By: rgs                                   on 2006/10/12  14:03:55
16772         Log: Subject: [PATCH] RE: g++ compile and make test 100%
16773              From: "Robin Barker" <Robin.Barker@npl.co.uk>
16774              Date: Wed, 11 Oct 2006 16:58:10 +0100
16775              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A68@exchsvr1.npl.ad.local>
16776      Branch: perl
16777            ! ext/ODBM_File/t/odbm.t
16778 ____________________________________________________________________________
16779 [ 28999] By: rgs                                   on 2006/10/12  13:57:57
16780         Log: Subject: [PATCH] More regexp documentation
16781              From: demerphq <demerphq@gmail.com>
16782              Date: Thu, 12 Oct 2006 14:45:25 +0200
16783              Message-ID: <9b18b3110610120545m3002e17cqace30f908b0e2277@mail.gmail.com>
16784      Branch: perl
16785            ! pod/perlre.pod pod/perlreguts.pod regcomp.c
16786 ____________________________________________________________________________
16787 [ 28998] By: rgs                                   on 2006/10/12  08:43:20
16788         Log: Subject: [PATCH] Add Regex conditionals. Various bugfixes. More tests.
16789              From: demerphq <demerphq@gmail.com>
16790              Date: Thu, 12 Oct 2006 00:46:50 +0200
16791              Message-ID: <9b18b3110610111546j74ca490dg21bd9fd1e7e10d42@mail.gmail.com>
16792      Branch: perl
16793            ! embed.fnc embed.h pod/perlre.pod proto.h regcomp.c regcomp.sym
16794            ! regexec.c regnodes.h t/op/pat.t t/op/re_tests
16795 ____________________________________________________________________________
16796 [ 28997] By: rgs                                   on 2006/10/11  15:01:52
16797         Log: Subject: RE: g++ compile and make test 100%
16798              From: "Robin Barker" <Robin.Barker@npl.co.uk>
16799              Date: Wed, 11 Oct 2006 15:29:43 +0100
16800              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A65@exchsvr1.npl.ad.local>
16801      Branch: perl
16802            ! ext/NDBM_File/typemap
16803 ____________________________________________________________________________
16804 [ 28996] By: stevep                                on 2006/10/11  14:48:45
16805         Log: Fix typo in NDBM_File.xs and bump up the version number.
16806      Branch: perl
16807            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
16808 ____________________________________________________________________________
16809 [ 28995] By: rgs                                   on 2006/10/11  09:59:15
16810         Log: Fix aliasing to an non-existent element of %+
16811              (by Yves Orton)
16812      Branch: perl
16813            ! hv.c
16814 ____________________________________________________________________________
16815 [ 28994] By: rgs                                   on 2006/10/11  09:38:37
16816         Log: Update comment (by Yves Orton), plus POD fixes
16817      Branch: perl
16818            ! ext/re/re.pm
16819 ____________________________________________________________________________
16820 [ 28993] By: rgs                                   on 2006/10/11  08:03:03
16821         Log: Missing % in format string
16822      Branch: perl
16823            ! perl.h
16824 ____________________________________________________________________________
16825 [ 28992] By: merijn                                on 2006/10/11  07:02:56
16826         Log: Subject: [PATCH] ext re: C++: EXTERN_C needed, and where did sub install() go?
16827              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
16828              Date: Wed, 11 Oct 2006 09:53:59 +0300 (EEST)
16829              Message-Id: <20061011065359.DFC4C8B3A1@seth.hut.fi>
16830      Branch: perl
16831            ! ext/re/re.pm ext/re/re.xs
16832 ____________________________________________________________________________
16833 [ 28991] By: stevep                                on 2006/10/11  00:52:58
16834         Log: Grrr...moved the files, but forgot to update Soundex.pm
16835      Branch: perl
16836            ! ext/Text/Soundex/Soundex.pm
16837 ____________________________________________________________________________
16838 [ 28990] By: rgs                                   on 2006/10/10  16:26:31
16839         Log: Subject: [PATCH] C++: class is a keyword
16840              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
16841              Date: Tue, 10 Oct 2006 19:20:26 +0300 (EEST)
16842              Message-Id: <20061010162026.190BE8B37C@seth.hut.fi>
16843      Branch: perl
16844            ! lib/ExtUtils/ParseXS/t/XSTest.xs
16845 ____________________________________________________________________________
16846 [ 28989] By: rgs                                   on 2006/10/10  16:23:48
16847         Log: Adjust test count for ExtUtils::Command
16848      Branch: perl
16849            ! lib/ExtUtils/t/eu_command.t
16850 ____________________________________________________________________________
16851 [ 28988] By: stevep                                on 2006/10/10  15:04:09
16852         Log: Upgrade to ExtUtils-Manifest-1.49.
16853      Branch: perl
16854            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
16855 ____________________________________________________________________________
16856 [ 28987] By: stevep                                on 2006/10/10  15:01:21
16857         Log: Upgrade to ExtUtils-Command-1.12.
16858      Branch: perl
16859            ! lib/ExtUtils/Command.pm lib/ExtUtils/t/eu_command.t
16860 ____________________________________________________________________________
16861 [ 28986] By: stevep                                on 2006/10/10  14:49:47
16862         Log: Upgrade to CPAN-1.88_53.
16863      Branch: perl
16864            ! lib/CPAN.pm lib/CPAN/HandleConfig.pm lib/CPAN/Queue.pm
16865            ! lib/CPAN/SIGNATURE
16866 ____________________________________________________________________________
16867 [ 28985] By: rgs                                   on 2006/10/10  14:36:49
16868         Log: Subject: [perl #40473] sprintf width+precision fails on wide chars 
16869              From: Anatoly Vorobey (via RT) <perlbug-followup@perl.org>
16870              Date: Sun, 08 Oct 2006 17:58:16 -0700
16871              Message-ID: <rt-3.5.HEAD-31259-1160355496-1702.40473-75-0@perl.org>
16872      Branch: perl
16873            ! sv.c t/op/sprintf2.t
16874 ____________________________________________________________________________
16875 [ 28984] By: stevep                                on 2006/10/10  14:33:53
16876         Log: Upgrade to ExtUtils-Makemaker-6.31.
16877      Branch: perl
16878            ! lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
16879            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
16880            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_AIX.pm
16881            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
16882            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
16883            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
16884            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_QNX.pm
16885            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
16886            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_VOS.pm
16887            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
16888            ! lib/ExtUtils/MY.pm lib/ExtUtils/MakeMaker.pm
16889            ! lib/ExtUtils/MakeMaker/Config.pm
16890            ! lib/ExtUtils/MakeMaker/bytes.pm
16891            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Mkbootstrap.pm
16892            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/README
16893            ! lib/ExtUtils/TODO lib/ExtUtils/t/basic.t
16894            ! lib/ExtUtils/testlib.pm
16895 ____________________________________________________________________________
16896 [ 28983] By: stevep                                on 2006/10/10  14:05:52
16897         Log: Update to PathTools-3.22.
16898      Branch: perl
16899            ! ext/Cwd/Changes ext/Text/Soundex/Soundex.xs lib/Cwd.pm
16900            ! lib/File/Spec.pm lib/File/Spec/Unix.pm lib/File/Spec/t/Spec.t
16901            ! lib/File/Spec/t/crossplatform.t
16902 ____________________________________________________________________________
16903 [ 28982] By: merijn                                on 2006/10/10  14:02:16
16904         Log: New shiny models
16905      Branch: perl
16906            ! README.hpux
16907 ____________________________________________________________________________
16908 [ 28981] By: rgs                                   on 2006/10/10  13:13:18
16909         Log: Subject: [PATCH] Regexp Recurse by name.
16910              From: demerphq <demerphq@gmail.com>
16911              Date: Mon, 9 Oct 2006 20:36:20 +0200
16912              Message-ID: <9b18b3110610091136g48e5b154tf16d00d38e80a6dc@mail.gmail.com>
16913              
16914              (with doc nits)
16915      Branch: perl
16916            ! embed.fnc embed.h ext/re/re.pm pod/perlre.pod proto.h
16917            ! regcomp.c t/op/re_tests
16918 ____________________________________________________________________________
16919 [ 28980] By: rgs                                   on 2006/10/10  11:25:58
16920         Log: Subject: [PATCH] enc2xs and C++: add extern "C" to  data
16921              From: Jarkko Hietaniemi <jhi@iki.fi>
16922              Date: Tue, 10 Oct 2006 13:52:57 +0300
16923              Message-ID: <452B7B89.201@iki.fi>
16924      Branch: perl
16925            ! ext/Encode/bin/enc2xs
16926 ____________________________________________________________________________
16927 [ 28979] By: rgs                                   on 2006/10/10  11:20:19
16928         Log: Subject: [PATCH] Linux and Solaris hints: C++ vs dlerror
16929              From: Jarkko Hietaniemi <jhi@iki.fi>
16930              Date: Tue, 10 Oct 2006 14:00:40 +0300
16931              Message-ID: <452B7D58.1090009@iki.fi>
16932      Branch: perl
16933            ! hints/linux.sh hints/solaris_2.sh
16934 ____________________________________________________________________________
16935 [ 28978] By: steveh                                on 2006/10/10  10:25:06
16936         Log: Updates for building on Win32 with Visual C++ 2005 Express Edition
16937              
16938              Add some instructions in README.win32, clarify macro comments and add
16939              missing macros to makefile.mk, and drop the GLOBEXEBUILD macro from
16940              Makefile--the Express Edition of Visual C++ 2005 is free and includes
16941              setargv.obj, so there is no need to support the .NET 2.0 SDK compiler
16942              which didn't include it.
16943              
16944              Unfortunately, the build still doesn't work yet--my attempt got as far
16945              as building extensions, but miniperl.exe crashed.  Hopefully this can
16946              be sorted out soon.
16947      Branch: perl
16948            ! README.win32 win32/Makefile win32/makefile.mk
16949 ____________________________________________________________________________
16950 [ 28977] By: craigb                                on 2006/10/10  03:29:50
16951         Log: fix a doc typo and a warning typo in VMS::DCLsym
16952      Branch: perl
16953            ! vms/ext/DCLsym/DCLsym.pm
16954 ____________________________________________________________________________
16955 [ 28976] By: stevep                                on 2006/10/09  20:17:07
16956         Log: Make g++ happy when compiling NDBM_File on a system that
16957              is likely using the GDBM compatibility headers that 
16958              g++ (and other C++ implementations) cannot handle.
16959      Branch: perl
16960            ! ext/NDBM_File/Makefile.PL ext/NDBM_File/NDBM_File.xs
16961 ____________________________________________________________________________
16962 [ 28975] By: davem                                 on 2006/10/09  16:35:02
16963         Log: fix bad free in do_exec3()
16964      Branch: perl
16965            ! doio.c
16966 ____________________________________________________________________________
16967 [ 28974] By: rgs                                   on 2006/10/09  14:29:52
16968         Log: Subject: [PATCH] Encode.xs: add an explicit cast to make g++ happier
16969              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
16970              Date: Mon,  9 Oct 2006 16:54:12 +0300 (EEST)
16971              Message-Id: <20061009135412.47F7A8B3A0@seth.hut.fi>
16972      Branch: perl
16973            ! ext/Encode/Encode.xs
16974 ____________________________________________________________________________
16975 [ 28973] By: rgs                                   on 2006/10/09  14:13:25
16976         Log: Address update for Jerry D. Hedden
16977      Branch: perl
16978            ! AUTHORS
16979 ____________________________________________________________________________
16980 [ 28972] By: rgs                                   on 2006/10/09  12:53:40
16981         Log: Update perldelta for recent regexp changes, based on a text by Yves Orton.
16982      Branch: perl
16983            ! pod/perl595delta.pod
16984 ____________________________________________________________________________
16985 [ 28971] By: rgs                                   on 2006/10/09  12:28:11
16986         Log: Subject: [PATCH] Digest::SHA 5.43_01 - ANSIfy src/hmac.c
16987              From: Jarkko Hietaniemi <jhi@iki.fi>
16988              Date: Mon, 09 Oct 2006 14:24:09 +0300
16989              Message-ID: <452A3159.3060003@iki.fi>
16990      Branch: perl
16991            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/hmac.c
16992 ____________________________________________________________________________
16993 [ 28970] By: rgs                                   on 2006/10/09  10:32:06
16994         Log: Add perl595delta
16995      Branch: perl
16996            + pod/perl595delta.pod
16997            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
16998            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
16999            ! win32/pod.mak
17000 ____________________________________________________________________________
17001 [ 28969] By: rgs                                   on 2006/10/09  10:11:09
17002         Log: Bump version to 5.9.5
17003      Branch: perl
17004            ! Cross/config.sh-arm-linux NetWare/Makefile NetWare/config_H.wc
17005            ! epoc/config.sh epoc/createpkg.pl patchlevel.h
17006            ! plan9/config.plan9 win32/Makefile win32/Makefile.ce
17007            ! win32/config_H.bc win32/config_H.ce win32/config_H.gc
17008            ! win32/config_H.vc win32/config_H.vc64 win32/makefile.mk
17009 ____________________________________________________________________________
17010 [ 28968] By: rgs                                   on 2006/10/09  10:02:08
17011         Log: Subject: Re: [PATCH] regexec.c: goto crossing initialization
17012              From: Jarkko Hietaniemi <jhi@iki.fi>
17013              Date: Mon, 09 Oct 2006 12:47:11 +0300
17014              Message-ID: <452A1A9F.4080103@iki.fi>
17015      Branch: perl
17016            ! regexec.c
17017 ____________________________________________________________________________
17018 [ 28967] By: rgs                                   on 2006/10/08  19:53:10
17019         Log: Subject: Re: [perl #40468] Not OK: perl 5.9.4 +patchaperlup: on i686-linux-64int 2.6.17-2-k7 (UNINSTALLED)
17020              From: demerphq <demerphq@gmail.com>
17021              Date: Sun, 8 Oct 2006 20:14:24 +0200
17022              Message-ID: <9b18b3110610081114g11dabafaw860181598ab54bd6@mail.gmail.com>
17023      Branch: perl
17024            ! hv.c regcomp.c t/op/pat.t
17025 ____________________________________________________________________________
17026 [ 28966] By: rgs                                   on 2006/10/08  19:39:00
17027         Log: Revert change 28962 (at least until a better solution is found)
17028      Branch: perl
17029            ! XSUB.h perl.h sv.c
17030 ____________________________________________________________________________
17031 [ 28965] By: rgs                                   on 2006/10/08  17:07:42
17032         Log: Clarifications on the usage of setlocale() and LC_NUMERIC to
17033              affect the decimal point in output, by Jarkko.
17034      Branch: perl
17035            ! pod/perldata.pod pod/perlfunc.pod pod/perllocale.pod
17036 ____________________________________________________________________________
17037 [ 28964] By: nicholas                              on 2006/10/08  00:25:07
17038         Log: Document the growth policy, and Yves suggested a better arbitary
17039              constant. (The original plan was add 80 if free space is less than 80,
17040              which wasn't a noticable improvement. Hence 40 was 80/2 for plan B)
17041      Branch: perl
17042            ! ext/Data/Dumper/Dumper.xs
17043 ____________________________________________________________________________
17044 [ 28963] By: nicholas                              on 2006/10/07  23:42:56
17045         Log: Yves said that the XS version of Data::Dumper was inefficient because
17046              it keeps triggering realloc() due to sv_cat(). Here's a rather brute
17047              force approach to pre-stretching the buffer - if there are less than
17048              40 bytes free, grow it by 50%.
17049              
17050              Surprisingly effective for my test program
17051              ./perl -Ilib -MData::Dumper -MStorable=retrieve -we \
17052              'print Dumper(retrieve(shift))' ~/.cpan/Metadata >/dev/null
17053              
17054              Before
17055              real    2m42.921s
17056              user    1m43.321s
17057              sys     0m55.611s
17058              
17059              
17060              After
17061              real    0m5.205s
17062              user    0m4.885s
17063              sys     0m0.255s
17064              
17065              Same 25M of output, byte for byte. :-)
17066      Branch: perl
17067            ! ext/Data/Dumper/Dumper.xs
17068 ____________________________________________________________________________
17069 [ 28962] By: nicholas                              on 2006/10/07  22:24:28
17070         Log: No need to create a new magic vtable if it's all 0 pointers.
17071              [And these are function pointers, so they're not NULL :-)]
17072      Branch: perl
17073            ! XSUB.h perl.h sv.c
17074 ____________________________________________________________________________
17075 [ 28961] By: nicholas                              on 2006/10/07  22:06:19
17076         Log: Make reference stringification (blessed and unblessed) about as fast as
17077              is possible, because I'm told it's used quite frequently.
17078      Branch: perl
17079            ! sv.c
17080 ____________________________________________________________________________
17081 [ 28960] By: nicholas                              on 2006/10/07  17:16:01
17082         Log: Use packed addresses for the seen tracking hash, rather than
17083              "stringified" references. These use less memory, and should be faster
17084              as there is no call to sprintf().
17085      Branch: perl
17086            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
17087 ____________________________________________________________________________
17088 [ 28959] By: nicholas                              on 2006/10/07  16:08:04
17089         Log: Eliminate two more unneeded strlen()s from Dumper.xs
17090      Branch: perl
17091            ! ext/Data/Dumper/Dumper.xs
17092 ____________________________________________________________________________
17093 [ 28958] By: rgs                                   on 2006/10/07  16:01:55
17094         Log: Subject: [PATCH] threads 1.43 - stringify
17095              From: Jerry Hedden <jdhedden@yahoo.com>
17096              Date: Fri, 6 Oct 2006 12:19:41 -0700 (PDT)
17097              Message-ID: <20061006191941.22457.qmail@web30205.mail.mud.yahoo.com>
17098      Branch: perl
17099            - ext/threads/typemap
17100            ! MANIFEST ext/threads/Changes ext/threads/Makefile.PL
17101            ! ext/threads/README ext/threads/t/basic.t
17102            ! ext/threads/t/thread.t ext/threads/threads.pm
17103 ____________________________________________________________________________
17104 [ 28957] By: rgs                                   on 2006/10/07  14:30:32
17105         Log: Subject: Re: [PATCH] Initial attempt at named captures for perls regexp engine
17106              From: demerphq <demerphq@gmail.com>
17107              Date: Fri, 6 Oct 2006 19:16:01 +0200
17108              Message-ID: <9b18b3110610061016x5ddce965u30d9a821f632d450@mail.gmail.com>
17109      Branch: perl
17110            ! XSUB.h doop.c dump.c embed.fnc embed.h gv.c hv.c perl.h
17111            ! pod/perlre.pod pod/perltodo.pod pod/perlvar.pod pp.c proto.h
17112            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
17113            ! sv.c t/op/pat.t t/op/re_tests t/op/regexp.t toke.c
17114 ____________________________________________________________________________
17115 [ 28956] By: nicholas                              on 2006/10/07  13:53:36
17116         Log: Change sprintf() to my_sprintf(), and use the returned length from
17117              that and my_snprintf() to avoid calls to strlen()
17118      Branch: perl
17119            ! ext/Data/Dumper/Dumper.xs
17120 ____________________________________________________________________________
17121 [ 28955] By: merijn                                on 2006/10/07  11:56:31
17122         Log: Subject: [PATCH] cflags.SH: strip -std=c89 for g++
17123              From: Jarkko Hietaniemi <jhi@iki.fi>
17124              Date: Sat, 07 Oct 2006 13:37:04 +0300
17125              Message-ID: <45278350.8020707@iki.fi>
17126      Branch: perl
17127            ! cflags.SH
17128 ____________________________________________________________________________
17129 [ 28954] By: merijn                                on 2006/10/07  11:52:04
17130         Log: Subject: [PATCH] another g++ patch (Util.xs)
17131              From: "Paul Marquess" <paul.marquess@ntlworld.com>
17132              Date: Fri, 6 Oct 2006 11:14:03 +0100
17133              Message-ID: <00ea01c6e930$269f3d70$4e3c140a@myopwv.com>
17134      Branch: perl
17135            ! ext/List/Util/Util.xs
17136 ____________________________________________________________________________
17137 [ 28953] By: stevep                                on 2006/10/07  01:34:15
17138         Log: Upgrade to Test-Harness-2.64
17139      Branch: perl
17140            + lib/Test/Harness/Results.pm
17141            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
17142            ! lib/Test/Harness/Straps.pm lib/Test/Harness/Util.pm
17143            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
17144            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/failure.t
17145            ! lib/Test/Harness/t/prove-switches.t
17146            ! lib/Test/Harness/t/strap-analyze.t
17147            ! lib/Test/Harness/t/test-harness.t
17148 ____________________________________________________________________________
17149 [ 28952] By: nicholas                              on 2006/10/06  21:56:46
17150         Log: Make the executable slightly smaller by using PL_hexdigit in
17151              Perl_sv_vcatpvfn.
17152      Branch: perl
17153            ! sv.c
17154 ____________________________________________________________________________
17155 [ 28951] By: nicholas                              on 2006/10/06  21:27:13
17156         Log: Fix typo spotted by Rafael. Close the file handle explicity and check
17157              for errors. Add overload.pl to regen.pl
17158      Branch: perl
17159            ! overload.pl regen.pl
17160 ____________________________________________________________________________
17161 [ 28950] By: nicholas                              on 2006/10/06  21:19:26
17162         Log: Generate the overload enum and names array programatically, which
17163              allows experimentation with the order. The new order shaves nearly
17164              900 bytes from gv.o, because the compiler can make smaller branch
17165              tables for switch statements.
17166      Branch: perl
17167            + overload.h overload.pl
17168            ! MANIFEST perl.h
17169 ____________________________________________________________________________
17170 [ 28949] By: nicholas                              on 2006/10/06  21:01:00
17171         Log: Reoder struct am_table and am_table_short to save 8 bytes on LP64
17172              systems, by placing the two U32 fields next to each other.
17173      Branch: perl
17174            ! perl.h
17175 ____________________________________________________________________________
17176 [ 28948] By: stevep                                on 2006/10/06  20:02:48
17177         Log: Upgrade to PathTools-3.21
17178      Branch: perl
17179            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
17180            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
17181            ! lib/File/Spec/t/Spec.t
17182 ____________________________________________________________________________
17183 [ 28947] By: nicholas                              on 2006/10/06  18:05:45
17184         Log: Don't bother generating the "Operation \"%s\": no method found..."
17185              message text if we're not going to use it.
17186      Branch: perl
17187            ! gv.c
17188 ____________________________________________________________________________
17189 [ 28946] By: davem                                 on 2006/10/05  18:16:19
17190         Log: Document the new regmatch() backtracking mechanism
17191      Branch: perl
17192            ! regexec.c
17193 ____________________________________________________________________________
17194 [ 28945] By: davem                                 on 2006/10/05  16:05:57
17195         Log: remove REGMATCH detritus and shrink the size of the backtrack structure
17196      Branch: perl
17197            ! regexec.c regexp.h
17198 ____________________________________________________________________________
17199 [ 28944] By: davem                                 on 2006/10/05  14:00:38
17200         Log: migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigm
17201      Branch: perl
17202            ! regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
17203 ____________________________________________________________________________
17204 [ 28943] By: rgs                                   on 2006/10/05  12:39:53
17205         Log: Subject: Re: [perl #8835] fairly large regex optimization bug with 5.7.3
17206              From: demerphq <demerphq@gmail.com>
17207              Date: Wed, 4 Oct 2006 19:08:47 +0200
17208              Message-ID: <9b18b3110610041008v2bd63d14g9294f93804122dec@mail.gmail.com>
17209      Branch: perl
17210            ! regcomp.c regcomp.h
17211 ____________________________________________________________________________
17212 [ 28942] By: rgs                                   on 2006/10/05  12:23:24
17213         Log: Nit in regcomp, discovered by a gcc warning, fixed by Yves
17214      Branch: perl
17215            ! regcomp.c
17216 ____________________________________________________________________________
17217 [ 28941] By: rgs                                   on 2006/10/05  12:20:28
17218         Log: Fix a couple of casting warnings
17219      Branch: perl
17220            ! regcomp.c
17221 ____________________________________________________________________________
17222 [ 28940] By: stevep                                on 2006/10/05  11:30:56
17223         Log: Fix a few pod nits in perlre.
17224      Branch: perl
17225            ! pod/perlre.pod
17226 ____________________________________________________________________________
17227 [ 28939] By: rgs                                   on 2006/10/05  10:23:08
17228         Log: Subject: Re: [PATCH] Add recursive regexes similar to PCRE
17229              From: demerphq <demerphq@gmail.com>
17230              Date: Wed, 4 Oct 2006 15:45:15 +0200
17231              Message-ID: <9b18b3110610040645s563220a2id6f235494b497e90@mail.gmail.com>
17232              
17233              Subject: Re: [PATCH] Add recursive regexes similar to PCRE
17234              From: demerphq <demerphq@gmail.com>
17235              Date: Wed, 4 Oct 2006 21:05:10 +0200
17236              Message-ID: <9b18b3110610041205m2660eb43m1315cf4b0653db96@mail.gmail.com>
17237      Branch: perl
17238            ! embed.fnc embed.h pod/perlre.pod pod/perltodo.pod proto.h
17239            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c regexp.h
17240            ! regnodes.h t/op/pat.t t/op/re_tests
17241 ____________________________________________________________________________
17242 [ 28938] By: rgs                                   on 2006/10/05  08:43:25
17243         Log: Upgrade to Module::CoreList 2.09:
17244              - make the dependency on version.pm optional
17245              - improve doc of corelist(1)
17246      Branch: perl
17247            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
17248 ____________________________________________________________________________
17249 [ 28937] By: rgs                                   on 2006/10/05  08:00:57
17250         Log: Change md5sum of MD5.xs after change 28936 (on UNIX, might
17251              need adjustments on other platforms)
17252      Branch: perl
17253            ! ext/Digest/MD5/t/files.t
17254 ____________________________________________________________________________
17255 [ 28936] By: stevep                                on 2006/10/04  19:56:13
17256         Log: Change to sv_reftype return value caused compile for Digest::MD5
17257              with g++ to fail.
17258      Branch: perl
17259            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
17260 ____________________________________________________________________________
17261 [ 28935] By: stevep                                on 2006/10/04  19:44:58
17262         Log: Subject: [PATCH] Give zlib the ASNI C treatmant
17263              From: "Paul Marquess" <paul.marquess@ntlworld.com>
17264              Date: Wed, 4 Oct 2006 17:14:05 +0100
17265              Message-ID: <018901c6e7d0$1f06c8f0$7565140a@myopwv.com>
17266      Branch: perl
17267            ! ext/Compress/Raw/Zlib/zlib-src/adler32.c
17268            ! ext/Compress/Raw/Zlib/zlib-src/compress.c
17269            ! ext/Compress/Raw/Zlib/zlib-src/crc32.c
17270            ! ext/Compress/Raw/Zlib/zlib-src/deflate.c
17271            ! ext/Compress/Raw/Zlib/zlib-src/infback.c
17272            ! ext/Compress/Raw/Zlib/zlib-src/inffast.c
17273            ! ext/Compress/Raw/Zlib/zlib-src/inflate.c
17274            ! ext/Compress/Raw/Zlib/zlib-src/inftrees.c
17275            ! ext/Compress/Raw/Zlib/zlib-src/trees.c
17276            ! ext/Compress/Raw/Zlib/zlib-src/uncompr.c
17277            ! ext/Compress/Raw/Zlib/zlib-src/zutil.c
17278 ____________________________________________________________________________
17279 [ 28934] By: stevep                                on 2006/10/04  18:45:37
17280         Log: Fixes to compile Perl with g++ and DEBUGGING.
17281      Branch: perl
17282            ! regcomp.pl regnodes.h x2p/a2p.c
17283 ____________________________________________________________________________
17284 [ 28933] By: rgs                                   on 2006/10/04  07:16:04
17285         Log: Subject: [PATCH] Update Stratus VOS files.
17286              From: "Green, Paul" <Paul.Green@stratus.com>
17287              Date: Tue, 3 Oct 2006 17:40:03 -0400
17288              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB022CA121@EXNA.corp.stratus.com>
17289      Branch: perl
17290            + vos/syslog.h
17291            ! MANIFEST vos/Changes vos/vos.c
17292 ____________________________________________________________________________
17293 [ 28932] By: rgs                                   on 2006/10/03  16:39:58
17294         Log: Text::Soundex is now dual-lived.
17295      Branch: perl
17296            ! Porting/Maintainers.pl
17297 ____________________________________________________________________________
17298 [ 28931] By: rgs                                   on 2006/10/03  15:52:33
17299         Log: Subject: [PATCH] threads-shared 1.03 - Changes, Makefile.PL
17300              From: Jerry Hedden <jdhedden@yahoo.com>
17301              Date: Tue, 3 Oct 2006 07:49:37 -0700 (PDT)
17302              Message-ID: <20061003144937.58522.qmail@web30202.mail.mud.yahoo.com>
17303      Branch: perl
17304            + ext/threads/shared/Changes
17305            ! MANIFEST ext/threads/shared/Makefile.PL
17306 ____________________________________________________________________________
17307 [ 28930] By: stevep                                on 2006/10/03  15:36:55
17308         Log: Upgrade to CGI.pm-3.25
17309      Branch: perl
17310            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Util.pm
17311 ____________________________________________________________________________
17312 [ 28929] By: stevep                                on 2006/10/03  15:08:35
17313         Log: Quiet warnings in new test for ExtUtils::Command.
17314      Branch: perl
17315            ! lib/ExtUtils/t/eu_command.t
17316 ____________________________________________________________________________
17317 [ 28928] By: rgs                                   on 2006/10/03  14:53:33
17318         Log: Subject: PATCH: clarify docs for lib.pm
17319              From: Mark Stosberg <mark@summersault.com>
17320              Date: Mon, 25 Sep 2006 15:53:44 -0400
17321              Message-ID: <20060925195512.27418.qmail@lists.develooper.com>
17322              
17323              (further modified by Merijn)
17324      Branch: perl
17325            ! lib/lib_pm.PL
17326 ____________________________________________________________________________
17327 [ 28927] By: stevep                                on 2006/10/03  14:52:45
17328         Log: Move Text::Soundex from lib/ to ext/ and upgrade it to 
17329              Text-Soundex-3.02.
17330      Branch: perl
17331            + ext/Text/Soundex/Changes ext/Text/Soundex/Makefile.PL
17332            + ext/Text/Soundex/README ext/Text/Soundex/Soundex.pm
17333            + ext/Text/Soundex/Soundex.xs
17334           +> ext/Text/Soundex/t/Soundex.t
17335            - lib/Text/Soundex.pm lib/Text/Soundex.t
17336            ! MANIFEST
17337 ____________________________________________________________________________
17338 [ 28926] By: rgs                                   on 2006/10/03  14:36:59
17339         Log: Subject: [patch] convert spare debug flag to DEBUG_U, for Unofficial, User hacking.
17340              From: Jim Cromie <jim.cromie@gmail.com>
17341              Date: Fri, 29 Sep 2006 12:38:56 -0600
17342              Message-ID: <451D6840.3020408@gmail.com>
17343      Branch: perl
17344            ! perl.c perl.h
17345 ____________________________________________________________________________
17346 [ 28925] By: rgs                                   on 2006/10/03  14:29:48
17347         Log: Un-TODO some B tests
17348      Branch: perl
17349            ! ext/B/t/optree_constants.t
17350 ____________________________________________________________________________
17351 [ 28924] By: stevep                                on 2006/10/03  13:51:30
17352         Log: Upgrade to version-0.6701  
17353      Branch: perl
17354            ! lib/version.pm
17355 ____________________________________________________________________________
17356 [ 28923] By: stevep                                on 2006/10/03  13:46:26
17357         Log: Upgrade to threads-shared-1.03
17358      Branch: perl
17359            ! ext/threads/shared/README ext/threads/shared/shared.pm
17360            ! ext/threads/shared/shared.xs ext/threads/shared/t/0nothread.t
17361            ! ext/threads/shared/t/av_refs.t
17362            ! ext/threads/shared/t/av_simple.t
17363            ! ext/threads/shared/t/blessed.t ext/threads/shared/t/cond.t
17364            ! ext/threads/shared/t/disabled.t ext/threads/shared/t/hv_refs.t
17365            ! ext/threads/shared/t/hv_simple.t
17366            ! ext/threads/shared/t/no_share.t
17367            ! ext/threads/shared/t/shared_attr.t
17368            ! ext/threads/shared/t/sv_refs.t
17369            ! ext/threads/shared/t/sv_simple.t ext/threads/shared/t/wait.t
17370            ! mkppport.lst
17371 ____________________________________________________________________________
17372 [ 28922] By: stevep                                on 2006/10/03  13:28:30
17373         Log: Upgrade to threads-1.42
17374      Branch: perl
17375            ! ext/threads/Changes ext/threads/README ext/threads/t/libc.t
17376            ! ext/threads/t/thread.t ext/threads/threads.pm
17377 ____________________________________________________________________________
17378 [ 28921] By: stevep                                on 2006/10/03  13:19:48
17379         Log: Upgrade to ExtUtils-Manifest-1.48
17380      Branch: perl
17381            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
17382 ____________________________________________________________________________
17383 [ 28920] By: stevep                                on 2006/10/03  13:13:53
17384         Log: Upgrade to CPAN-1.88_52
17385      Branch: perl
17386            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm
17387            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
17388            ! lib/CPAN/t/10version.t
17389 ____________________________________________________________________________
17390 [ 28919] By: stevep                                on 2006/10/03  13:08:35
17391         Log: Upgrade to Time-HiRes-1.91
17392      Branch: perl
17393            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
17394            ! ext/Time/HiRes/HiRes.xs
17395 ____________________________________________________________________________
17396 [ 28918] By: stevep                                on 2006/10/03  13:06:06
17397         Log: Update to ExtUtils-Command-1.11
17398      Branch: perl
17399            + lib/ExtUtils/t/eu_command.t
17400            - lib/ExtUtils/t/Command.t
17401            ! MANIFEST lib/ExtUtils/Command.pm
17402 ____________________________________________________________________________
17403 [ 28917] By: rgs                                   on 2006/10/03  11:58:46
17404         Log: Subject: [perl #40427] Segfault in pack 
17405              From: dgay@acm.org (via RT) <perlbug-followup@perl.org>
17406              Date: Thu, 28 Sep 2006 17:30:37 -0700
17407              Message-ID: <rt-3.5.HEAD-31259-1159489837-428.40427-75-0@perl.org>
17408      Branch: perl
17409            ! pp_pack.c
17410 ____________________________________________________________________________
17411 [ 28916] By: rgs                                   on 2006/10/03  07:51:03
17412         Log: Regenerate proto.h
17413      Branch: perl
17414            ! proto.h
17415 ____________________________________________________________________________
17416 [ 28915] By: merijn                                on 2006/10/03  06:56:41
17417         Log: Subject: [PATCH] const sv_reftype
17418              From: Jarkko Hietaniemi <jhi@iki.fi>
17419              Date: Tue, 03 Oct 2006 08:05:24 +0300
17420              Message-ID: <4521EF94.5080602@iki.fi>
17421      Branch: perl
17422            ! embed.fnc pod/perlapi.pod sv.c
17423 ____________________________________________________________________________
17424 [ 28914] By: merijn                                on 2006/10/02  20:50:18
17425         Log: Subject: Re: [PATCH] cflags.SH: rethink of the gcc -std=c89 and -pedantic
17426              From: Jarkko Hietaniemi <jhi@iki.fi>
17427              Date: Mon, 02 Oct 2006 13:04:14 +0300
17428              Message-ID: <4520E41E.8040300@iki.fi>
17429      Branch: perl
17430            ! cflags.SH
17431 ____________________________________________________________________________
17432 [ 28913] By: merijn                                on 2006/10/02  11:10:21
17433         Log: doc typo change on jhi's request
17434      Branch: perl
17435            ! pod/perldiag.pod
17436 ____________________________________________________________________________
17437 [ 28912] By: merijn                                on 2006/10/02  10:09:48
17438         Log: Subject: [PATCH] perldiag.pod: followup on the PerlIO::scalar patch
17439              From: Jarkko Hietaniemi <jhi@iki.fi>
17440              Date: Mon, 02 Oct 2006 12:58:18 +0300
17441              Message-ID: <4520E2BA.1000309@iki.fi>
17442      Branch: perl
17443            ! pod/perldiag.pod
17444 ____________________________________________________________________________
17445 [ 28911] By: nicholas                              on 2006/10/01  20:22:02
17446         Log: In PerlIO_debug(), if tainting or set*id, set PL_perlio_debug_fd to -1
17447              first time through to reduce the checks on subsequent calls.
17448      Branch: perl
17449            ! perlio.c
17450 ____________________________________________________________________________
17451 [ 28910] By: nicholas                              on 2006/10/01  19:29:50
17452         Log: In pp_binmode, call mode_from_discipline() once and remember the result.
17453      Branch: perl
17454            ! pp_sys.c
17455 ____________________________________________________________________________
17456 [ 28909] By: stevep                                on 2006/09/30  14:17:55
17457         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.88_51.tar.gz
17458              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
17459              Date: Sat, 30 Sep 2006 13:44:02 +0200
17460              Message-ID: <87ejttmvel.fsf@k75.linux.bogus>
17461      Branch: perl
17462            + lib/CPAN/Queue.pm
17463            ! MANIFEST lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
17464            ! lib/CPAN/HandleConfig.pm lib/CPAN/SIGNATURE
17465            ! lib/CPAN/t/03pkgs.t
17466 ____________________________________________________________________________
17467 [ 28908] By: davem                                 on 2006/09/30  11:31:14
17468         Log: remove backing up outercc->cur in regmatch()/WHILEM
17469      Branch: perl
17470            ! regexec.c
17471 ____________________________________________________________________________
17472 [ 28907] By: davem                                 on 2006/09/30  00:29:10
17473         Log: assert that backing up outercc->cur in regmatch()/WHILEM is not needed
17474      Branch: perl
17475            ! regexec.c
17476 ____________________________________________________________________________
17477 [ 28906] By: davem                                 on 2006/09/30  00:22:20
17478         Log: add stress test for CURLYX/WHILEM regex ops
17479      Branch: perl
17480            ! t/op/pat.t
17481 ____________________________________________________________________________
17482 [ 28905] By: davem                                 on 2006/09/30  00:07:49
17483         Log: rationalise sayYES and sayNO code in regmatch()
17484      Branch: perl
17485            ! regexec.c regexp.h
17486 ____________________________________________________________________________
17487 [ 28904] By: merijn                                on 2006/09/29  17:54:12
17488         Log: Subject: [PATCH] Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns.
17489              From: demerphq <demerphq@gmail.com>
17490              Date: Fri, 29 Sep 2006 17:39:16 +0200
17491              Message-ID: <9b18b3110609290839i58fa703u59259e4ec1d9f2d9@mail.gmail.com>
17492      Branch: perl
17493            ! ext/re/re.pm regcomp.c regcomp.h win32/Makefile
17494 ____________________________________________________________________________
17495 [ 28903] By: stevep                                on 2006/09/29  15:10:41
17496         Log: Subject: [PATCH] PerlIO::scalar (aka open(my $fh, >\$foo)): zero-filling seekand don't talk to negative strangers
17497              From: Jarkko Hietaniemi <jhi@iki.fi>
17498              Date: Fri, 29 Sep 2006 17:41:28 +0300
17499              Message-ID: <451D3098.1000305@iki.fi>
17500      Branch: perl
17501            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
17502            ! pod/perldiag.pod
17503 ____________________________________________________________________________
17504 [ 28902] By: merijn                                on 2006/09/29  15:05:22
17505         Log: Subject: Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re pluggable under threads)
17506              From: demerphq <demerphq@gmail.com>
17507              Date: Fri, 29 Sep 2006 16:57:07 +0200
17508              Message-ID: <9b18b3110609290757n62b3484i7bb948f965524191@mail.gmail.com>
17509      Branch: perl
17510            ! perl.h regcomp.c regexp.h
17511 ____________________________________________________________________________
17512 [ 28901] By: stevep                                on 2006/09/29  13:55:55
17513         Log: Fix debug format in regcomp.c that was failing under
17514              -Doptimize="-g"
17515      Branch: perl
17516            ! regcomp.c
17517 ____________________________________________________________________________
17518 [ 28900] By: merijn                                on 2006/09/29  12:29:24
17519         Log: Subject: Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re pluggable under threads)
17520              From: demerphq <demerphq@gmail.com>
17521              Date: Fri, 29 Sep 2006 12:41:26 +0200
17522              Message-ID: <9b18b3110609290341p11767110sec20a6fee2038a00@mail.gmail.com>
17523      Branch: perl
17524            + ext/re/t/lexical_debug.pl ext/re/t/lexical_debug.t
17525            ! MANIFEST embed.fnc embed.h embedvar.h ext/re/re.pm
17526            ! ext/re/re.xs ext/re/t/re.t op.c perl.h perlapi.h pp.c pp_ctl.c
17527            ! pp_hot.c proto.h regcomp.c regcomp.h regcomp.pl regexec.c
17528            ! regexp.h regnodes.h sv.c thrdvar.h
17529 ____________________________________________________________________________
17530 [ 28899] By: nicholas                              on 2006/09/28  22:15:57
17531         Log: Silence two warnings from gcc when being -pedantic
17532      Branch: perl
17533            ! perl.h
17534 ____________________________________________________________________________
17535 [ 28898] By: merijn                                on 2006/09/28  11:23:38
17536         Log: Subject: Re: reentr reshuffle
17537              From: Jarkko Hietaniemi <jhi@iki.fi>
17538              Date: Thu, 28 Sep 2006 14:15:45 +0300
17539              Message-ID: <451BAEE1.1070509@iki.fi>
17540      Branch: perl
17541            ! reentr.h reentr.pl
17542 ____________________________________________________________________________
17543 [ 28897] By: merijn                                on 2006/09/28  10:36:00
17544         Log: Regen for #28896
17545      Branch: perl
17546            ! reentr.c reentr.h
17547 ____________________________________________________________________________
17548 [ 28896] By: merijn                                on 2006/09/28  10:30:21
17549         Log: Subject: reentr reshuffle
17550              From: Jarkko Hietaniemi <jhi@iki.fi>
17551              Date: Thu, 28 Sep 2006 12:40:04 +0300
17552              Message-ID: <451B9874.7060000@iki.fi>
17553      Branch: perl
17554            ! pod/perlembed.pod pod/perlxs.pod reentr.pl
17555 ____________________________________________________________________________
17556 [ 28895] By: rgs                                   on 2006/09/27  08:45:02
17557         Log: Saddest patch I ever had to apply.
17558      Branch: perl
17559            ! Porting/Maintainers.pl
17560 ____________________________________________________________________________
17561 [ 28894] By: steveh                                on 2006/09/27  08:37:23
17562         Log: I think we need to skip PL_regdupe as well as Perl_regdupe
17563              when USE_ITHREADS is not defined
17564              
17565              See: http://www.nntp.perl.org/group/perl.daily-build.reports/41274
17566      Branch: perl
17567            ! makedef.pl
17568 ____________________________________________________________________________
17569 [ 28893] By: nicholas                              on 2006/09/26  22:29:09
17570         Log: Make Perl_regdupe only exist for threaded perls.
17571      Branch: perl
17572            ! embed.fnc embed.h ext/re/re.xs makedef.pl proto.h regcomp.c
17573            ! thrdvar.h
17574 ____________________________________________________________________________
17575 [ 28892] By: davem                                 on 2006/09/25  22:01:36
17576         Log: Automate generation of the regmatch() state constants
17577              
17578              Subject:  Re: Problem with EVAL handling in bleads iterative regex code.
17579              From:  demerphq <demerphq@gmail.com>
17580              Date:  Mon, 25 Sep 2006 20:09:07 +0200
17581              Message-Id:  <9b18b3110609251109t4cb1d443y87d7a7dc94fcfc24@mail.gmail.com>
17582      Branch: perl
17583            ! regcomp.c regcomp.pl regcomp.sym regexec.c regnodes.h
17584 ____________________________________________________________________________
17585 [ 28891] By: nicholas                              on 2006/09/25  20:47:34
17586         Log: Subject: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re
17587              From: demerphq <demerphq@gmail.com>
17588              Message-ID: <9b18b3110609170557r73d94c18v90285bd57a38b876@mail.gmail.com>
17589              Date: Sun, 17 Sep 2006 14:57:57 +0200
17590      Branch: perl
17591            ! embed.fnc embed.h embedvar.h ext/re/re.xs ext/re/re_top.h
17592            ! global.sym perl.h perlapi.h proto.h regcomp.c sv.c thrdvar.h
17593 ____________________________________________________________________________
17594 [ 28890] By: rgs                                   on 2006/09/25  13:28:24
17595         Log: Remove three X<...> that cannot be handled by pod2text currently
17596              (spotted by David Landgren)
17597      Branch: perl
17598            ! pod/perlref.pod
17599 ____________________________________________________________________________
17600 [ 28889] By: rgs                                   on 2006/09/25  13:10:45
17601         Log: Subject: [PATCH] perlref clarification (was: Re: Is this a bug or a feature?)
17602              From: David Landgren <david@landgren.net>
17603              Date: Mon, 25 Sep 2006 15:03:33 +0200
17604              Message-ID: <4517D3A5.4010200@landgren.net>
17605      Branch: perl
17606            ! pod/perlref.pod
17607 ____________________________________________________________________________
17608 [ 28888] By: davem                                 on 2006/09/25  10:03:41
17609         Log: Fix re debug formatting nits
17610              
17611              From: demerphq <demerphq@gmail.com>
17612              Message-ID: <9b18b3110609250237h4dcf1784s487f1979b2b431b9@mail.gmail.com>
17613              Date: Mon, 25 Sep 2006 11:37:36 +0200
17614              Subject: Re: Problem with EVAL handling in bleads iterative regex code.
17615      Branch: perl
17616            ! regexec.c
17617 ____________________________________________________________________________
17618 [ 28887] By: rgs                                   on 2006/09/25  08:31:37
17619         Log: Typo fix in overload docs
17620      Branch: perl
17621            ! lib/overload.pm
17622 ____________________________________________________________________________
17623 [ 28886] By: nicholas                              on 2006/09/25  07:12:36
17624         Log: Subject: Re: Change 28877: [PATCH] deal with some gcc warnings
17625              From: Jarkko Hietaniemi <jhi@iki.fi>
17626              Message-ID: <45175CA4.3020900@iki.fi>
17627              Date: Mon, 25 Sep 2006 07:35:48 +0300
17628              
17629              remove casts that were causing failure on FreeBSD -Duse64bitint, and
17630              some other cleanups.
17631      Branch: perl
17632            ! doio.c reentr.c reentr.pl
17633 ____________________________________________________________________________
17634 [ 28885] By: davem                                 on 2006/09/25  01:23:31
17635         Log: eliminate PL_regindent and improve -Mre=Debug,STATE output
17636      Branch: perl
17637            ! perl.c regexec.c regexp.h
17638 ____________________________________________________________________________
17639 [ 28884] By: davem                                 on 2006/09/24  22:31:59
17640         Log: fix regression introduced in #27778: must backtrack into inner regex
17641              "aa" =~ /(??{"a+"})a/
17642      Branch: perl
17643            ! regexec.c regexp.h t/op/pat.t t/op/re_tests
17644 ____________________________________________________________________________
17645 [ 28883] By: davem                                 on 2006/09/24  22:03:05
17646         Log: in S_regmatch(), convert state var st->cc into local var cur_curlyx
17647      Branch: perl
17648            ! regexec.c regexp.h
17649 ____________________________________________________________________________
17650 [ 28882] By: davem                                 on 2006/09/24  21:23:28
17651         Log: allow fields in re_tests to include \x{nnn} etc
17652      Branch: perl
17653            ! t/op/re_tests t/op/regexp.t
17654 ____________________________________________________________________________
17655 [ 28881] By: stevep                                on 2006/09/23  16:58:17
17656         Log: Upgrade to CPAN-1.8801.
17657      Branch: perl
17658            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Tarzip.pm
17659 ____________________________________________________________________________
17660 [ 28880] By: rgs                                   on 2006/09/21  15:08:54
17661         Log: Document the values that mad_key can hold
17662              (by Larry)
17663      Branch: perl
17664            ! op.h
17665 ____________________________________________________________________________
17666 [ 28879] By: rgs                                   on 2006/09/21  14:52:15
17667         Log: Subject: RE: Combining UTF-16 output with :crlf is awkward
17668              From: "Jan Dubois" <jand@ActiveState.com>
17669              Date: Thu, 6 Apr 2006 18:37:21 -0700
17670              Message-ID: <0bbe01c659e3$d0c334a0$2217a8c0@candy>
17671      Branch: perl
17672            ! perlio.c
17673 ____________________________________________________________________________
17674 [ 28878] By: merijn                                on 2006/09/21  12:02:14
17675         Log: Subject: Re: \N{...} in regular expression [PATCH]
17676              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17677              Date: Thu, 21 Sep 2006 20:47:02 +0900
17678              Message-Id: <20060921204520.80A6.BQW10602@nifty.com>
17679      Branch: perl
17680            ! pod/perlop.pod
17681 ____________________________________________________________________________
17682 [ 28877] By: rgs                                   on 2006/09/21  07:54:10
17683         Log: Subject: [PATCH] deal with some gcc warnings
17684              From: Jarkko Hietaniemi <jhi@iki.fi>
17685              Date: Thu, 21 Sep 2006 09:08:47 +0300
17686              Message-ID: <45122C6F.9080904@iki.fi>
17687      Branch: perl
17688            ! doio.c reentr.c reentr.pl regcomp.c regexec.c sv.c toke.c
17689            ! util.c
17690 ____________________________________________________________________________
17691 [ 28876] By: stevep                                on 2006/09/21  02:17:30
17692         Log: Subject: [perl #40369] File::Find mishandles non-dangling symlinks
17693              From: ammon@rhythm.com (via RT) <perlbug-followup@perl.org>
17694              Date: Tue, 19 Sep 2006 20:56:32 -0700
17695              Message-ID: <rt-3.5.HEAD-31258-1158724592-1714.40369-75-0@perl.org>
17696      Branch: perl
17697            ! lib/File/Find.pm
17698 ____________________________________________________________________________
17699 [ 28875] By: rgs                                   on 2006/09/20  16:12:14
17700         Log: Deliver SIGILL, SIGBUS and SIGSEGV always in an "unsafe" manner.
17701              
17702              Subject: Safe signals and SIGSEGV
17703              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
17704              Date: Fri, 8 Sep 2006 17:43:41 +0200
17705              Message-ID: <20060908174341.0cc7988f@grubert.mandriva.com>
17706      Branch: perl
17707            ! mg.c
17708 ____________________________________________________________________________
17709 [ 28874] By: rgs                                   on 2006/09/20  15:22:22
17710         Log: prototype() wasn't working to get the prototype of optional core
17711              keywords (like say, err, given.) Fix this by adding a parameter to
17712              Perl_keyword to always get the keyword number, even if the feature
17713              isn't in effect.
17714      Branch: perl
17715            ! embed.fnc embed.h perl_keyword.pl pp.c proto.h t/op/cproto.t
17716            ! toke.c
17717 ____________________________________________________________________________
17718 [ 28873] By: rgs                                   on 2006/09/20  11:53:59
17719         Log: Subject: Re: [PATCH] Patch for win32.c to fix #38723 and #39531
17720              From: Andrew Savige <ajsavige@yahoo.com.au>
17721              Date: Tue, 19 Sep 2006 23:42:31 +1000 (EST)
17722              Message-ID: <20060919134231.87370.qmail@web56407.mail.re3.yahoo.com>
17723      Branch: perl
17724            ! win32/win32.c
17725 ____________________________________________________________________________
17726 [ 28872] By: merijn                                on 2006/09/19  19:09:36
17727         Log: Subject: Re: \N{...} in regular expression [PATCH]
17728              From: demerphq <demerphq@gmail.com>
17729              Date: Tue, 19 Sep 2006 20:36:17 +0200
17730              Message-ID: <9b18b3110609191136v4d595f37pa0a52b8c20851588@mail.gmail.com>
17731      Branch: perl
17732            ! regcomp.c
17733 ____________________________________________________________________________
17734 [ 28871] By: rgs                                   on 2006/09/19  14:05:48
17735         Log: Upgrade to podlators 2.0.5
17736      Branch: perl
17737            + lib/Pod/t/pod-parser.t
17738            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/t/basic.man
17739            ! lib/Pod/t/basic.t lib/Pod/t/filehandle.t lib/Pod/t/man.t
17740 ____________________________________________________________________________
17741 [ 28870] By: merijn                                on 2006/09/19  11:16:11
17742         Log: Changed +DA2.0w to +DD64; Added notes about C ANSI C updates
17743              on HP-UX 11.00.
17744      Branch: perl
17745            ! README.hpux
17746 ____________________________________________________________________________
17747 [ 28869] By: rgs                                   on 2006/09/19  07:54:24
17748         Log: Subject: Re: [PATCH] lib/File/Copy.t - test descriptions and minor fixes
17749              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
17750              Date: Mon, 18 Sep 2006 17:36:50 -0300
17751              Message-ID: <73ddeb6c0609181336g53a90dceo9a29777f7686e372@mail.gmail.com>
17752      Branch: perl
17753            ! lib/File/Copy.t
17754 ____________________________________________________________________________
17755 [ 28868] By: merijn                                on 2006/09/19  06:56:36
17756         Log: Subject: Re: \N{...} in regular expression [PATCH]
17757              From: demerphq <demerphq@gmail.com>
17758              Date: Tue, 19 Sep 2006 01:37:19 +0200
17759              Message-ID: <9b18b3110609181637m796d6c16o1b2741edc5f09eb2@mail.gmail.com>
17760      Branch: perl
17761            + t/lib/Cname.pm
17762            ! MANIFEST embed.fnc embed.h pod/perldiag.pod proto.h regcomp.c
17763            ! regexec.c t/op/pat.t toke.c
17764 ____________________________________________________________________________
17765 [ 28867] By: merijn                                on 2006/09/19  06:45:26
17766         Log: Subject: [PATCH] C++: add -Wno-used-parameter, and drop ODBM_File
17767              From: Jarkko Hietaniemi <jhi@iki.fi>
17768              Date: Tue, 19 Sep 2006 09:19:22 +0300
17769              Message-ID: <450F8BEA.1010802@iki.fi>
17770      Branch: perl
17771            ! Makefile.SH cflags.SH
17772 ____________________________________________________________________________
17773 [ 28866] By: rgs                                   on 2006/09/18  09:04:02
17774         Log: Fix declaration-after-statement problem
17775              
17776              Subject: [bug] IO::Socket's IO.xs fails to compile
17777              From: Sebastian Steinlechner <steinlechner@gmx.net>
17778              Date: Mon, 18 Sep 2006 01:38:31 +0200
17779              Message-ID: <450DDC77.2060405@gmx.net>
17780      Branch: perl
17781            ! ext/IO/IO.xs
17782 ____________________________________________________________________________
17783 [ 28865] By: rgs                                   on 2006/09/18  08:37:21
17784         Log: Subject: [PATCH] bleed -  silence warning in sv.c
17785              From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
17786              Date: Mon, 18 Sep 2006 01:30:05 -0700
17787              Message-ID: <450E590D.1060205@p6m7g8.com>
17788      Branch: perl
17789            ! sv.c
17790 ____________________________________________________________________________
17791 [ 28864] By: rgs                                   on 2006/09/18  08:35:21
17792         Log: Subject: [PATCH] Re: [perl #37714] XSUB.h version check may fail due to locale
17793              From: John Peacock <jpeacock@rowman.com>
17794              Date: Sun, 17 Sep 2006 16:58:58 -0400
17795              Message-ID: <450DB712.4040703@rowman.com>
17796      Branch: perl
17797            ! universal.c util.c
17798 ____________________________________________________________________________
17799 [ 28863] By: nicholas                              on 2006/09/17  19:26:01
17800         Log: Fix one genuine unitialised code path spotted by gcc, and a signed/
17801              unsigned warning.
17802      Branch: perl
17803            ! doio.c
17804 ____________________________________________________________________________
17805 [ 28862] By: nicholas                              on 2006/09/17  18:52:00
17806         Log: Avoid compiler warning about a variable that isn't used when
17807              -DDEBUGGING is not in force.
17808      Branch: perl
17809            ! regcomp.c
17810 ____________________________________________________________________________
17811 [ 28861] By: rgs                                   on 2006/09/17  13:32:18
17812         Log: A better version of change #28847
17813      Branch: perl
17814            ! universal.c util.c
17815 ____________________________________________________________________________
17816 [ 28860] By: rgs                                   on 2006/09/17  12:07:27
17817         Log: Subject: [PATCH] util.c: restore Perl_my_setenv() to pre-28814
17818              From: Jarkko Hietaniemi <jhi@iki.fi>
17819              Date: Sun, 17 Sep 2006 10:29:08 +0300
17820              Message-ID: <450CF944.7000402@iki.fi>
17821      Branch: perl
17822            ! util.c
17823 ____________________________________________________________________________
17824 [ 28859] By: nicholas                              on 2006/09/17  10:39:27
17825         Log: Some notes about struct block_loop
17826      Branch: perl
17827            ! cop.h
17828 ____________________________________________________________________________
17829 [ 28858] By: nicholas                              on 2006/09/17  00:06:53
17830         Log: Store a pointer to the op in struct block_loop, rather than the 
17831              pointers to last and redo. (for ithreads also drop the next pointer,
17832              as pp_ctl.c doesn't re-write it for ithreads). This shrinks the struct
17833              to 40 bytes on ILP32 systems, and therefore struct block to 64 bytes.
17834      Branch: perl
17835            ! cop.h pp_ctl.c scope.c sv.c
17836 ____________________________________________________________________________
17837 [ 28857] By: stevep                                on 2006/09/16  20:19:08
17838         Log: Upgrade to CPAN-CPAN-1.87_64
17839      Branch: perl
17840            ! lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
17841            ! lib/CPAN/HandleConfig.pm lib/CPAN/Nox.pm lib/CPAN/SIGNATURE
17842            ! lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
17843 ____________________________________________________________________________
17844 [ 28856] By: stevep                                on 2006/09/16  19:37:51
17845         Log: Upgrade to ExtUtils-ParseXS-2.16.  There actually are a couple of
17846              changes in bleadperl not in the new version, so version was bumped
17847              to 2.16_01.
17848      Branch: perl
17849            ! lib/ExtUtils/ParseXS.pm
17850 ____________________________________________________________________________
17851 [ 28855] By: nicholas                              on 2006/09/16  17:59:17
17852         Log: Shrink the interpreter structure by 4 bytes (usually) by making
17853              PL_in_eval a U8 and PL_delaymagic a U16. (And corresponding changes
17854              in struct block_eval in cop.h to avoid any possible compiler warnings)
17855      Branch: perl
17856            ! cop.h thrdvar.h
17857 ____________________________________________________________________________
17858 [ 28853] By: nicholas                              on 2006/09/16  17:07:03
17859         Log: Revert changes 28772, 28773, 28774 as they won't gain us anything - I
17860              failed to realise that struct block_sub is not the largest of the
17861              4 structures in the block.blk_u union. (It's actually block_loop)
17862      Branch: perl
17863            ! cop.h pp_ctl.c pp_hot.c scope.c sv.c
17864 ____________________________________________________________________________
17865 [ 28851] By: craigb                                on 2006/09/16  15:14:36
17866         Log: return value of -1 without errno set is ok in 
17867              ext/POSIX/t/sysconf.t (it just means the feature is
17868              not implemented, not defined, or has no limit)
17869      Branch: perl
17870            ! ext/POSIX/t/sysconf.t
17871 ____________________________________________________________________________
17872 [ 28850] By: rgs                                   on 2006/09/16  06:32:36
17873         Log: No declarations after statements ! (noticed by Sadahiro Tomoyuki)
17874      Branch: perl
17875            ! util.c
17876 ____________________________________________________________________________
17877 [ 28849] By: nicholas                              on 2006/09/15  22:03:53
17878         Log: Avoid warnings when $Config{d_cplusplus} is undefined.
17879      Branch: perl
17880            ! ext/Encode/bin/enc2xs
17881 ____________________________________________________________________________
17882 [ 28848] By: craigb                                on 2006/09/15  00:39:32
17883         Log: More hacking in util.c's ifdef jungle following 28844 to avoid
17884              duplicate definition of Perl_my_setenv on VMS.
17885      Branch: perl
17886            ! util.c
17887 ____________________________________________________________________________
17888 [ 28847] By: rgs                                   on 2006/09/14  15:31:22
17889         Log: Fix for bug #37714: XSUB.h version check may fail due to locale
17890              Always convert version to number under C locale settings
17891      Branch: perl
17892            ! util.c
17893 ____________________________________________________________________________
17894 [ 28846] By: stevep                                on 2006/09/14  15:24:04
17895         Log: Subject: [PATCH] C++ Encode
17896              From: Jarkko Hietaniemi <jhi@iki.fi>
17897              Date: Thu, 14 Sep 2006 09:05:10 +0300
17898              Message-ID: <4508F116.40606@iki.fi>
17899      Branch: perl
17900            ! ext/Encode/bin/enc2xs
17901 ____________________________________________________________________________
17902 [ 28845] By: rgs                                   on 2006/09/14  14:18:32
17903         Log: MakeMaker is being split in new sub-distributions on CPAN
17904      Branch: perl
17905            ! Porting/Maintainers.pl
17906 ____________________________________________________________________________
17907 [ 28844] By: rgs                                   on 2006/09/14  12:39:16
17908         Log: Subject: Re: Re: [PATCH] C++: Solaris CC now compiles "perl"
17909              From: demerphq <demerphq@gmail.com>
17910              Date: Thu, 14 Sep 2006 14:28:16 +0200
17911              Message-ID: <9b18b3110609140528x49e063aay724169d7f1e49531@mail.gmail.com>
17912      Branch: perl
17913            ! util.c
17914 ____________________________________________________________________________
17915 [ 28843] By: craigb                                on 2006/09/14  03:50:18
17916         Log: Define d_cplusplus on VMS when appropriate
17917      Branch: perl
17918            ! configure.com
17919 ____________________________________________________________________________
17920 [ 28842] By: stevep                                on 2006/09/14  01:36:13
17921         Log: Subject: [PATCH] (1) g++ 4.x (or Mac OS X) (2) Solaris g++ or CC
17922              From: Jarkko Hietaniemi <jhi@iki.fi>
17923              Date: Wed, 13 Sep 2006 20:19:04 +0300
17924              Message-ID: <45083D88.7050207@iki.fi>
17925              
17926              Plus a tweak to the name of CC.
17927      Branch: perl
17928            ! cflags.SH hints/solaris_2.sh perl.h
17929 ____________________________________________________________________________
17930 [ 28841] By: stevep                                on 2006/09/14  01:10:01
17931         Log: Regenerated mktables.lst per Yves Orton's suggestion.
17932      Branch: perl
17933            ! lib/unicore/mktables.lst
17934 ____________________________________________________________________________
17935 [ 28840] By: stevep                                on 2006/09/13  16:05:33
17936         Log: darwin also seems to be lacking a dl_unload_file() in its
17937              DynaLoader, so some additional skips are needed.  If I only
17938              had a NeXT to test with now...
17939      Branch: perl
17940            ! ext/DynaLoader/t/DynaLoader.t
17941 ____________________________________________________________________________
17942 [ 28839] By: stevep                                on 2006/09/13  15:34:46
17943         Log: Add darwin to the list of OS's that fail to pass test 
17944              op/sprintf.t #157.  Newer versions appear to be OK, 
17945              but Mac OS X 10.2.X regularly fail with this test.
17946      Branch: perl
17947            ! t/op/sprintf.t
17948 ____________________________________________________________________________
17949 [ 28838] By: stevep                                on 2006/09/13  14:59:01
17950         Log: Test cases for version cannot handle Test::More versions that
17951              end with _0X.  TODO-ing the failing test cases for now.
17952      Branch: perl
17953            ! lib/version.t
17954 ____________________________________________________________________________
17955 [ 28837] By: rgs                                   on 2006/09/13  14:23:38
17956         Log: Upgrade to CPAN 1.87_63
17957      Branch: perl
17958            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
17959            ! lib/CPAN/SIGNATURE
17960 ____________________________________________________________________________
17961 [ 28836] By: stevep                                on 2006/09/13  13:35:32
17962         Log: Upgrade to Test-Simple-0.64_02
17963      Branch: perl
17964            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
17965            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
17966            ! lib/Test/Simple/Changes
17967            ! lib/Test/Simple/t/00test_harness_check.t
17968            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
17969            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
17970            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/fail_one.t
17971            ! lib/Test/Simple/t/harness_active.t
17972            ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/is_fh.t
17973            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
17974            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_bad.t
17975            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/sort_bug.t
17976            ! lib/Test/Simple/t/threads.t
17977 ____________________________________________________________________________
17978 [ 28835] By: rgs                                   on 2006/09/13  13:27:05
17979         Log: Bump version and other misc. changes. 3rd patch from:
17980              
17981              Subject: [PATCH] thread 1.41 - A drama in three parts
17982              From: "Jerry D. Hedden" <jdhedden@cpan.org>
17983              Date: Sun, 10 Sep 2006 09:12:06 -0700
17984              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
17985      Branch: perl
17986            ! ext/threads/Changes ext/threads/README ext/threads/t/state.t
17987            ! ext/threads/t/thread.t ext/threads/threads.pm
17988            ! ext/threads/threads.xs
17989 ____________________________________________________________________________
17990 [ 28834] By: rgs                                   on 2006/09/13  13:21:07
17991         Log: Statically allocate the main thread.
17992              2nd patch from:
17993              
17994              Subject: [PATCH] thread 1.41 - A drama in three parts
17995              From: "Jerry D. Hedden" <jdhedden@cpan.org>
17996              Date: Sun, 10 Sep 2006 09:12:06 -0700
17997              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
17998      Branch: perl
17999            ! ext/threads/threads.xs
18000 ____________________________________________________________________________
18001 [ 28833] By: rgs                                   on 2006/09/13  13:15:44
18002         Log: Race condition fix in threads.pm
18003              First patch from:
18004              
18005              Subject: [PATCH] thread 1.41 - A drama in three parts
18006              From: "Jerry D. Hedden" <jdhedden@cpan.org>
18007              Date: Sun, 10 Sep 2006 09:12:06 -0700
18008              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
18009      Branch: perl
18010            ! ext/threads/threads.xs
18011 ____________________________________________________________________________
18012 [ 28832] By: rgs                                   on 2006/09/13  09:55:09
18013         Log: Subject: mktables executes seven time per build sigh
18014              From: demerphq <demerphq@gmail.com>
18015              Date: Sun, 10 Sep 2006 17:52:10 +0200
18016              Message-ID: <9b18b3110609100852q2cfc2497ufceda5ff5d0875e3@mail.gmail.com>
18017              
18018              (Fix for Windows)
18019      Branch: perl
18020            ! lib/unicore/mktables win32/Makefile
18021 ____________________________________________________________________________
18022 [ 28831] By: rgs                                   on 2006/09/13  09:44:26
18023         Log: Subject: [perl #40328] B::Deparse pod does not list failure to grok outer lexical scopes in BUGS section 
18024              From: David Nicol (via RT) <perlbug-followup@perl.org>
18025              Date: Tue, 12 Sep 2006 13:21:24 -0700
18026              Message-ID: <rt-3.5.HEAD-31259-1158092484-244.40328-75-0@perl.org>
18027      Branch: perl
18028            ! ext/B/B/Deparse.pm
18029 ____________________________________________________________________________
18030 [ 28830] By: rgs                                   on 2006/09/13  09:36:11
18031         Log: Subject: [perl #40327] Doc patch for perlfunc.pod 
18032              From: merijnb@ms.com (via RT) <perlbug-followup@perl.org>
18033              Date: Tue, 12 Sep 2006 09:12:12 -0700
18034              Message-ID: <rt-3.5.HEAD-31259-1158077531-1067.40327-75-0@perl.org>
18035      Branch: perl
18036            ! pod/perlfunc.pod
18037 ____________________________________________________________________________
18038 [ 28829] By: merijn                                on 2006/09/13  06:51:55
18039         Log: Accumulated fixes from earlier backports, amongst of which:
18040              Subject: [PATCH] remove -Wdeclaration-after-statement scan from Configure
18041              From: Jarkko Hietaniemi <jhi@iki.fi>
18042              Date: Tue, 12 Sep 2006 07:19:32 +0300
18043              Message-ID: <45063554.1040301@iki.fi>
18044      Branch: perl
18045            ! Configure Porting/Glossary config_h.SH
18046 ____________________________________________________________________________
18047 [ 28827] By: rgs                                   on 2006/09/12  15:51:53
18048         Log: Disable study() for utf-8 strings
18049              
18050              Subject: Re: Re: [Fwd: Smoke [5.9.4] 28821 FAIL(XF) OSF1 V5.1 (EV6/4 cpu)]
18051              From: demerphq <demerphq@gmail.com>
18052              Date: Tue, 12 Sep 2006 17:08:55 +0200
18053              Message-ID: <9b18b3110609120808jceb84ces55ef29c2f2b73ebc@mail.gmail.com>
18054      Branch: perl
18055            ! pp.c
18056 ____________________________________________________________________________
18057 [ 28826] By: stevep                                on 2006/09/12  15:30:57
18058         Log: Upgrade to CPAN-1.87_62
18059      Branch: perl
18060            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
18061 ____________________________________________________________________________
18062 [ 28825] By: rgs                                   on 2006/09/12  14:49:21
18063         Log: Upgrade to MakeMaker 6.30_04
18064      Branch: perl
18065            + lib/ExtUtils/t/build_man.t lib/ExtUtils/t/pm.t
18066            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Any.pm
18067            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
18068            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
18069            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
18070            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/MM_Win32.t
18071            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/revision.t
18072 ____________________________________________________________________________
18073 [ 28824] By: rgs                                   on 2006/09/12  14:04:54
18074         Log: More warnings silencing, including suggestions by Dominic Dunlop
18075      Branch: perl
18076            ! regcomp.c regexec.c
18077 ____________________________________________________________________________
18078 [ 28823] By: rgs                                   on 2006/09/12  07:26:46
18079         Log: Subject: [PATCH] Re: C++ status [Fwd: Smoke [5.9.4] 28776 FAIL(FM) OSF1 V5.1 (EV6/4 cpu)]
18080              From: Dominic Dunlop <domo@computer.org>
18081              Date: Tue, 12 Sep 2006 09:13:41 +0200
18082              Message-Id: <6FD7503D-349B-4BE4-B457-D79458900FA0@computer.org>
18083      Branch: perl
18084            ! sv.c
18085 ____________________________________________________________________________
18086 [ 28822] By: rgs                                   on 2006/09/12  07:22:40
18087         Log: Another warning-silencing cast
18088      Branch: perl
18089            ! regcomp.c
18090 ____________________________________________________________________________
18091 [ 28821] By: rgs                                   on 2006/09/11  13:05:16
18092         Log: POD fixes in perlce manpage
18093      Branch: perl
18094            ! README.ce
18095 ____________________________________________________________________________
18096 [ 28820] By: rgs                                   on 2006/09/11  12:32:35
18097         Log: FAQ sync
18098      Branch: perl
18099            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
18100            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
18101            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
18102            ! pod/perlfaq9.pod
18103 ____________________________________________________________________________
18104 [ 28819] By: rgs                                   on 2006/09/11  11:51:04
18105         Log: Fix a few more printf format warnings
18106      Branch: perl
18107            ! regexec.c
18108 ____________________________________________________________________________
18109 [ 28818] By: rgs                                   on 2006/09/11  10:19:20
18110         Log: Fix definition of macro HOP3 (spotted by a gcc warning)
18111      Branch: perl
18112            ! regexec.c
18113 ____________________________________________________________________________
18114 [ 28817] By: rgs                                   on 2006/09/11  10:12:32
18115         Log: Fix some compilation warnings
18116      Branch: perl
18117            ! regcomp.c
18118 ____________________________________________________________________________
18119 [ 28816] By: rgs                                   on 2006/09/11  10:04:19
18120         Log: Subject: [PATCH] Teach regex optimiser how to handle (?=) and (?<=) properly.
18121              From: demerphq <demerphq@gmail.com>
18122              Date: Sat, 9 Sep 2006 22:00:05 +0200
18123              Message-ID: <9b18b3110609091300x1fd0b15dt32932902a0a80674@mail.gmail.com>
18124      Branch: perl
18125            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regcomp.sym
18126            ! regexec.c regnodes.h sv.c t/op/re_tests t/op/regexp.t
18127 ____________________________________________________________________________
18128 [ 28815] By: rgs                                   on 2006/09/11  09:14:58
18129         Log: Subject: Re: [perl #40302] sigtrap(3pm) man page is vague
18130              From: "David Nicol" <davidnicol@gmail.com>
18131              Date: Fri, 8 Sep 2006 11:19:23 -0500
18132              Message-ID: <934f64a20609080919g3d0add8cr1ca3d1c7ea9a5d32@mail.gmail.com>
18133      Branch: perl
18134            ! lib/sigtrap.pm
18135 ____________________________________________________________________________
18136 [ 28814] By: rgs                                   on 2006/09/11  08:56:21
18137         Log: Subject: [PATCH] C++: Solaris CC now compiles "perl"
18138              From: Jarkko Hietaniemi <jhi@iki.fi>
18139              Date: Sat, 09 Sep 2006 15:29:12 +0300
18140              Message-ID: <4502B398.6060505@iki.fi>
18141      Branch: perl
18142            ! hints/solaris_2.sh opcode.h opcode.pl perl.h perlio.c
18143            ! unixish.h util.c
18144 ____________________________________________________________________________
18145 [ 28813] By: rgs                                   on 2006/09/11  08:41:50
18146         Log: Subject: NULL and sv_setpv vs. newSVpv
18147              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
18148              Date: Sun, 10 Sep 2006 20:31:46 -0700 (PDT)
18149              Message-ID: <8750.24.19.24.170.1157945506.squirrel@24.19.24.170>
18150      Branch: perl
18151            ! sv.c
18152 ____________________________________________________________________________
18153 [ 28812] By: steveh                                on 2006/09/08  16:08:53
18154         Log: Update Porting/Maintainers.pl w.r.t. #28811
18155      Branch: perl
18156            ! Porting/Maintainers.pl
18157 ____________________________________________________________________________
18158 [ 28811] By: steveh                                on 2006/09/08  16:05:53
18159         Log: Subject: [PATCH] Add Params::Check to the core
18160              From: "Jos Boumans" <kane@dwim.org>
18161              Date: Fri, 8 Sep 2006 13:57:16 +0200 (CEST)
18162              Message-ID: <8319.80.127.35.68.1157716636.squirrel@webmail.xs4all.nl>
18163              
18164              (Just the Params-Check part: Locale-Maketext-Simple has already been
18165              added by change #28809)
18166      Branch: perl
18167            + lib/Params/Check.pm lib/Params/Check/t/01_Params-Check.t
18168            ! MANIFEST
18169 ____________________________________________________________________________
18170 [ 28810] By: steveh                                on 2006/09/08  15:33:18
18171         Log: Update Porting/Maintainers.pl w.r.t. #28809
18172      Branch: perl
18173            ! Porting/Maintainers.pl
18174 ____________________________________________________________________________
18175 [ 28809] By: steveh                                on 2006/09/08  15:19:50
18176         Log: Subject: Re: [PATCH] Add Locale::Maketext::Simple to the core
18177              From: kane@xs4all.nl
18178              Date: Sun, 13 Aug 2006 15:51:58 +0200 (CEST)
18179              Message-ID: <24406.80.127.35.68.1155477118.squirrel@webmail.xs4all.nl>
18180              
18181              Actually added 0.18, rather than 0.17 which this PATCH contained, for
18182              an updated licence statement.
18183      Branch: perl
18184            + lib/Locale/Maketext/Simple.pm
18185            + lib/Locale/Maketext/Simple/t/0-signature.t
18186            + lib/Locale/Maketext/Simple/t/1-basic.t
18187            ! MANIFEST
18188 ____________________________________________________________________________
18189 [ 28808] By: rgs                                   on 2006/09/08  08:36:32
18190         Log: Use %^H instead of $^H for the assertions pragma
18191      Branch: perl
18192            ! lib/assertions.pm op.c perl.h
18193 ____________________________________________________________________________
18194 [ 28807] By: rgs                                   on 2006/09/08  07:39:10
18195         Log: Remove empty typemap file
18196      Branch: perl
18197            - ext/threads/shared/typemap
18198            ! MANIFEST
18199 ____________________________________________________________________________
18200 [ 28806] By: craigb                                on 2006/09/08  02:07:30
18201         Log: declaration after code nit in vms/vms.c (from Martin Vorlaender)
18202      Branch: perl
18203            ! vms/vms.c
18204 ____________________________________________________________________________
18205 [ 28805] By: stevep                                on 2006/09/07  18:39:22
18206         Log: Clean up some comments.
18207      Branch: perl
18208            ! cygwin/ld2.in
18209 ____________________________________________________________________________
18210 [ 28804] By: rgs                                   on 2006/09/07  15:21:56
18211         Log: Typo fix in #ifdef
18212      Branch: perl
18213            ! toke.c
18214 ____________________________________________________________________________
18215 [ 28803] By: stevep                                on 2006/09/07  14:24:18
18216         Log: Fix to first problem causing Cygwin Perl to fail to build 
18217              in a path with spaces in it. 
18218      Branch: perl
18219            ! cygwin/Makefile.SHs
18220 ____________________________________________________________________________
18221 [ 28802] By: gisle                                 on 2006/09/07  14:12:14
18222         Log: Document mkpath() return value in scalar context.
18223              Document that rmtree() return value include deleted
18224              directories.
18225      Branch: perl
18226            ! lib/File/Path.pm
18227 ____________________________________________________________________________
18228 [ 28801] By: rgs                                   on 2006/09/07  13:16:12
18229         Log: Subject: Re: [perl #40262] kill( 0, ... ) does not return alive status of child process
18230              From: "David Nicol" <davidnicol@gmail.com>
18231              Date: Fri, 1 Sep 2006 17:26:34 -0500
18232              Message-ID: <934f64a20609011526odd7f5bta847a3be1f6fa5f0@mail.gmail.com>
18233      Branch: perl
18234            ! pod/perlfunc.pod
18235 ____________________________________________________________________________
18236 [ 28800] By: rgs                                   on 2006/09/07  13:13:05
18237         Log: Subject: [perl #40293] perlsec talks erroneously about "Non-Finite Automaton" 
18238              From: premchai21@yahoo.com (via RT) <perlbug-followup@perl.org>
18239              Date: Wed, 06 Sep 2006 23:11:10 -0700
18240              Message-ID: <rt-3.5.HEAD-31258-1157609470-1994.40293-75-0@perl.org>
18241      Branch: perl
18242            ! pod/perlsec.pod
18243 ____________________________________________________________________________
18244 [ 28799] By: rgs                                   on 2006/09/07  11:46:40
18245         Log: Bump version of PerlIO::scalar
18246      Branch: perl
18247            ! ext/PerlIO/scalar/scalar.pm
18248 ____________________________________________________________________________
18249 [ 28798] By: rgs                                   on 2006/09/07  11:45:36
18250         Log: Fix for [perl #40267] PerlIO::scalar doesn't respect readonly-ness
18251      Branch: perl
18252            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
18253 ____________________________________________________________________________
18254 [ 28797] By: rgs                                   on 2006/09/07  09:49:31
18255         Log: Invalidate ISA and method caches when calling a safe compartment
18256              (bug #39887)
18257              
18258              Remove XS_VERSION, make it equal to VERSION
18259      Branch: perl
18260            ! ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm
18261            ! ext/Opcode/Opcode.xs
18262 ____________________________________________________________________________
18263 [ 28796] By: rgs                                   on 2006/09/07  09:25:18
18264         Log: Add Exporter in the dual-lived module list
18265      Branch: perl
18266            ! Porting/Maintainers.pl
18267 ____________________________________________________________________________
18268 [ 28795] By: rgs                                   on 2006/09/07  09:21:56
18269         Log: Subject: Dual life for Exporter
18270              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
18271              Date: Wed, 6 Sep 2006 16:40:28 -0300
18272              Message-ID: <73ddeb6c0609061240g34f60d9fodaf7727575778d8e@mail.gmail.com>
18273      Branch: perl
18274            ! lib/Exporter.t
18275 ____________________________________________________________________________
18276 [ 28794] By: stevep                                on 2006/09/07  02:07:57
18277         Log: Convert Errno.t to Test::More.  Increase the test coverage
18278              while in there as well. 
18279      Branch: perl
18280            ! ext/Errno/t/Errno.t
18281 ____________________________________________________________________________
18282 [ 28793] By: steveh                                on 2006/09/06  16:54:19
18283         Log: cxtype is a U16, not a U32 (Stops VC++ complaining)
18284      Branch: perl
18285            ! pp_ctl.c
18286 ____________________________________________________________________________
18287 [ 28792] By: stevep                                on 2006/09/06  14:33:06
18288         Log: Removed some leftover debugging accidentally added with
18289              change #28788.
18290      Branch: perl
18291            ! regexec.c
18292 ____________________________________________________________________________
18293 [ 28791] By: rgs                                   on 2006/09/06  14:11:09
18294         Log: Revert accidental file deletion
18295      Branch: perl
18296            + ext/threads/shared/typemap
18297 ____________________________________________________________________________
18298 [ 28790] By: rgs                                   on 2006/09/06  14:04:33
18299         Log: Remove perlcc and the byteloader
18300      Branch: perl
18301            - ext/B/B/Assembler.pm ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
18302            - ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Disassembler.pm
18303            - ext/B/B/Stackobj.pm ext/B/B/Stash.pm ext/B/B/assemble
18304            - ext/B/B/cc_harness ext/B/B/disassemble ext/B/B/makeliblinks
18305            - ext/B/C/C.xs ext/B/C/Makefile.PL ext/B/NOTES ext/B/README
18306            - ext/B/TESTS ext/B/Todo ext/B/ramblings/cc.notes
18307            - ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop
18308            - ext/B/ramblings/magic ext/B/ramblings/reg.alloc
18309            - ext/B/ramblings/runtime.porting ext/B/t/asmdata.t
18310            - ext/B/t/assembler.t ext/B/t/bblock.t ext/B/t/bytecode.t
18311            - ext/B/t/stash.t ext/ByteLoader/ByteLoader.pm
18312            - ext/ByteLoader/ByteLoader.xs ext/ByteLoader/Makefile.PL
18313            - ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
18314            - ext/ByteLoader/byterun.h ext/ByteLoader/hints/sunos.pl
18315            - ext/threads/shared/typemap utils/perlcc.PL
18316            ! MANIFEST Makefile.SH NetWare/Makefile bytecode.pl
18317            ! configure.com ext/B/B/Asmdata.pm pod/Makefile.SH
18318            ! pod/perlcompile.pod regen.pl t/TEST t/harness
18319            ! t/lib/1_compile.t utils.lst utils/Makefile
18320            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
18321            ! win32/pod.mak x2p/Makefile.SH
18322 ____________________________________________________________________________
18323 [ 28789] By: rgs                                   on 2006/09/06  09:18:31
18324         Log: Remove JPL
18325      Branch: perl
18326            - jpl/ChangeLog jpl/JNI/Changes jpl/JNI/Closer.java
18327            - jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/JNIConfig
18328            - jpl/JNI/JNIConfig.Win32 jpl/JNI/JNIConfig.kaffe
18329            - jpl/JNI/JNIConfig.noembed jpl/JNI/JNIConfig.standard
18330            - jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
18331            - jpl/JNI/typemap.gcc jpl/JNI/typemap.win32
18332            - jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
18333            - jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
18334            - jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
18335            - jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile.PL
18336            - jpl/PerlInterpreter/PerlInterpreter.c
18337            - jpl/PerlInterpreter/PerlInterpreter.h
18338            - jpl/PerlInterpreter/PerlInterpreter.java jpl/README
18339            - jpl/README.JUST-JNI jpl/SETVARS.PL jpl/Sample/Makefile.PL
18340            - jpl/Sample/Sample.jpl jpl/Test/Makefile.PL jpl/Test/Test.jpl
18341            - jpl/bin/jpl jpl/docs/Tutorial.pod jpl/get_jdk/README
18342            - jpl/get_jdk/get_jdk.pl jpl/get_jdk/jdk_hosts jpl/install-jpl
18343            ! MANIFEST
18344 ____________________________________________________________________________
18345 [ 28788] By: stevep                                on 2006/09/06  00:35:15
18346         Log: Subject: [PATCH] UCD 5.0.0
18347              From: Jarkko Hietaniemi <jhi@iki.fi>
18348              Date: Tue, 05 Sep 2006 21:29:45 +0300
18349              Message-ID: <44FDC219.8010006@iki.fi>
18350      Branch: perl
18351            + lib/unicore/NamedSqProv.txt
18352            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabicShaping.txt
18353            ! lib/unicore/BidiMirroring.txt lib/unicore/Blocks.txt
18354            ! lib/unicore/CaseFolding.txt
18355            ! lib/unicore/CompositionExclusions.txt
18356            ! lib/unicore/EastAsianWidth.txt
18357            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
18358            ! lib/unicore/Jamo.txt lib/unicore/LineBreak.txt
18359            ! lib/unicore/NamedSequences.txt lib/unicore/NamesList.txt
18360            ! lib/unicore/NormalizationCorrections.txt
18361            ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt
18362            ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl
18363            ! lib/unicore/Scripts.txt lib/unicore/SpecialCasing.txt
18364            ! lib/unicore/StandardizedVariants.txt
18365            ! lib/unicore/UnicodeData.txt lib/unicore/version regexec.c
18366            ! t/uni/class.t
18367 ____________________________________________________________________________
18368 [ 28787] By: rgs                                   on 2006/09/05  11:09:03
18369         Log: Fix a few warnings
18370      Branch: perl
18371            ! regcomp.c regexec.c
18372 ____________________________________________________________________________
18373 [ 28786] By: rgs                                   on 2006/09/05  10:40:25
18374         Log: Subject: [PATCH perl-current]; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warnings
18375              From: "Robin Barker" <Robin.Barker@npl.co.uk>
18376              Date: Fri, 1 Sep 2006 16:10:25 +0100
18377              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A21@exchsvr1.npl.ad.local>
18378      Branch: perl
18379            ! dump.c perl.h perlio.c pp.c pp_pack.c sv.c utf8.c
18380 ____________________________________________________________________________
18381 [ 28785] By: rgs                                   on 2006/09/05  10:21:57
18382         Log: Subject: Re: [PATCH] Trie jumping
18383              From: demerphq <demerphq@gmail.com>
18384              Date: Sat, 2 Sep 2006 16:40:12 +0200
18385              Message-ID: <9b18b3110609020740y2eb9004cpab313c3353a437ca@mail.gmail.com>
18386      Branch: perl
18387            ! embed.fnc embed.h ext/re/re.pm opcode.h proto.h regcomp.c
18388            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
18389            ! t/op/re_tests
18390 ____________________________________________________________________________
18391 [ 28783] By: rgs                                   on 2006/09/04  16:54:36
18392         Log: Subject: [perl #40239] New hints file for MidnightBSD 
18393              From: Lucas Holt (via RT) <perlbug-followup@perl.org>
18394              Date: Fri, 25 Aug 2006 20:16:40 -0700
18395              Message-ID: <rt-3.5.HEAD-31263-1156562199-1390.40239-75-0@perl.org>
18396      Branch: perl
18397            + hints/midnightbsd.sh
18398            ! MANIFEST
18399 ____________________________________________________________________________
18400 [ 28782] By: rgs                                   on 2006/09/04  15:50:17
18401         Log: Upgrade to Sys::Syslog 0.18
18402      Branch: perl
18403            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
18404            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
18405 ____________________________________________________________________________
18406 [ 28781] By: rgs                                   on 2006/09/04  14:53:00
18407         Log: Subject: [perl #40272] subroutine call with & in perlop example 
18408              From: yath-perlbug@yath.de (via RT) <perlbug-followup@perl.org>
18409              Date: Sun, 03 Sep 2006 13:03:28 -0700
18410              Message-ID: <rt-3.5.HEAD-31251-1157313807-430.40272-75-0@perl.org>
18411      Branch: perl
18412            ! pod/perlop.pod
18413 ____________________________________________________________________________
18414 [ 28780] By: rgs                                   on 2006/09/04  13:12:20
18415         Log: Documentation nit, found by Dr Ruud.
18416      Branch: perl
18417            ! pod/perldsc.pod
18418 ____________________________________________________________________________
18419 [ 28779] By: rgs                                   on 2006/09/04  13:11:01
18420         Log: Subject: [PATCH] Correction to POD for FETCH_*_ATTRIBUTES 
18421              From: "Jerry D. Hedden" <jerry@hedden.us>
18422              Date: Fri, 01 Sep 2006 12:43:46 -0700
18423              Message-ID: <20060901124346.fb30e530d17747c2b054d625b8945d88.0cfdb87cb8.wbe@email.secureserver.net>
18424      Branch: perl
18425            ! lib/attributes.pm
18426 ____________________________________________________________________________
18427 [ 28778] By: rgs                                   on 2006/09/04  12:41:39
18428         Log: Subject: Re: AW: [PATCH pod/*] Use Direct Object Constructor Calls
18429              From: chromatic <chromatic@wgz.org>
18430              Date: Fri, 1 Sep 2006 09:12:45 -0700
18431              Message-Id: <200609010912.46314.chromatic@wgz.org>
18432      Branch: perl
18433            ! pod/perllexwarn.pod pod/perlmodlib.PL pod/perlop.pod
18434            ! pod/perlothrtut.pod pod/perlref.pod pod/perltie.pod
18435 ____________________________________________________________________________
18436 [ 28777] By: rgs                                   on 2006/09/04  12:30:36
18437         Log: Subject: [PATCH pod/perlfunc.pod] Add Index Numbers to caller() Docs
18438              From: chromatic <chromatic@wgz.org>
18439              Date: Fri, 1 Sep 2006 05:42:17 -0700
18440              Message-Id: <200609010542.17571.chromatic@wgz.org>
18441      Branch: perl
18442            ! pod/perlfunc.pod
18443 ____________________________________________________________________________
18444 [ 28776] By: rgs                                   on 2006/09/03  12:51:57
18445         Log: Remove dead code from sort.pm
18446      Branch: perl
18447            ! lib/sort.pm
18448 ____________________________________________________________________________
18449 [ 28774] By: nicholas                              on 2006/09/01  17:25:50
18450         Log: Merge lval and hasargs into one U8 in struct block_sub
18451      Branch: perl
18452            ! cop.h
18453 ____________________________________________________________________________
18454 [ 28773] By: nicholas                              on 2006/09/01  16:27:48
18455         Log: Access to cx->blk_sub.lval via macros (as it's about to move).
18456      Branch: perl
18457            ! cop.h pp_ctl.c pp_hot.c scope.c sv.c
18458 ____________________________________________________________________________
18459 [ 28772] By: nicholas                              on 2006/09/01  15:05:10
18460         Log: Access cx->blk_sub.hasargs via a pair of macros (as it's about to
18461              move)
18462      Branch: perl
18463            ! cop.h pp_ctl.c scope.c sv.c
18464 ____________________________________________________________________________
18465 [ 28771] By: nicholas                              on 2006/08/31  09:05:50
18466         Log: Change the generation of {} and [] from 3 ops to 1, and avoid 1 mortal
18467              on the tempstack, by augmenting pp_anonlist and pp_anonhash to accept
18468              OPf_SPECIAL to mean "return a reference to the aggregate" on the stack
18469              rather than the aggregate itself.
18470      Branch: perl
18471            ! ext/B/B/Deparse.pm ext/B/t/concise-xs.t ext/B/t/f_map.t
18472            ! ext/B/t/f_sort.t ext/Devel/Peek/t/Peek.t op.c op.h pp.c
18473 ____________________________________________________________________________
18474 [ 28770] By: nicholas                              on 2006/08/31  08:26:13
18475         Log: Save 4 bytes from struct context (on ILP32) by moving cx_type into
18476              struct block and struct subst.
18477      Branch: perl
18478            ! cop.h
18479 ____________________________________________________________________________
18480 [ 28769] By: steveh                                on 2006/08/30  15:57:13
18481         Log: Silence some more Borland compiler warnings
18482              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471)
18483              
18484              - Change the cryptic pragma warn strings into numbers that are more
18485              easily recognized, and add a new one (8027).
18486              
18487              - Add a similar pragma warn line to fcrypt.c, which doesn't use
18488              win32.h.
18489      Branch: perl
18490            ! win32/fcrypt.c win32/win32.h
18491 ____________________________________________________________________________
18492 [ 28768] By: steveh                                on 2006/08/29  13:24:56
18493         Log: Silence Borland compiler warnings in XS::APItest and Win32
18494              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471)
18495      Branch: perl
18496            ! ext/XS/APItest/APItest.xs win32/ext/Win32/Win32.pm
18497            ! win32/ext/Win32/Win32.xs
18498 ____________________________________________________________________________
18499 [ 28767] By: rgs                                   on 2006/08/28  12:52:00
18500         Log: Revert bogus change 28763.
18501      Branch: perl
18502            ! EXTERN.h INTERN.h
18503 ____________________________________________________________________________
18504 [ 28766] By: rgs                                   on 2006/08/28  09:26:52
18505         Log: Fix PerlIO::scalar fileno() documentation as suggested in:
18506              Subject: [perl #40245] POD error for PerlIO::scalar in 5.8.8 
18507              From: "Shawn Boyette" (via RT) <perlbug-followup@perl.org>
18508              Date: Mon, 28 Aug 2006 00:21:25 -0700
18509              Message-ID: <rt-3.5.HEAD-31263-1156749685-634.40245-75-0@perl.org>
18510      Branch: perl
18511            ! ext/PerlIO/scalar/scalar.pm
18512 ____________________________________________________________________________
18513 [ 28765] By: stevep                                on 2006/08/27  17:53:17
18514         Log: Added an additional #ifndef based on comments by Jarkko and
18515              John Malmberg.
18516      Branch: perl
18517            ! x2p/INTERN.h
18518 ____________________________________________________________________________
18519 [ 28764] By: rgs                                   on 2006/08/27  16:05:09
18520         Log: Subject: [PATCH DOC] perlsyn incomplete duplicate definition of truth
18521              From: Daniel Frederick Crisman <daniel@crisman.org>
18522              Date: Thu, 24 Aug 2006 17:29:57 -0400
18523              Message-ID: <20060824212957.GA32557@fury.crisman.org>
18524      Branch: perl
18525            ! pod/perlsyn.pod
18526 ____________________________________________________________________________
18527 [ 28763] By: rgs                                   on 2006/08/27  15:57:39
18528         Log: More conditional defines of EXTERN_C, by Jarkko
18529      Branch: perl
18530            ! EXTERN.h INTERN.h
18531 ____________________________________________________________________________
18532 [ 28762] By: rgs                                   on 2006/08/27  15:51:25
18533         Log: Subject: [PATCH] Change #24364 broke Data::Dumper::Seen()
18534              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
18535              Date: Fri, 25 Aug 2006 22:35:33 +0200
18536              Message-ID: <20060825223533.04efdf2d@r2d2>
18537      Branch: perl
18538            ! ext/Data/Dumper/Dumper.pm
18539 ____________________________________________________________________________
18540 [ 28761] By: rgs                                   on 2006/08/27  15:46:54
18541         Log: Regression test for attributes 'reserved' warning,
18542              by Jerry D. Hedden
18543      Branch: perl
18544            ! t/op/attrs.t
18545 ____________________________________________________________________________
18546 [ 28760] By: rgs                                   on 2006/08/25  16:47:08
18547         Log: Put a plan in the last added test
18548      Branch: perl
18549            ! lib/SelfLoader-buggy.t
18550 ____________________________________________________________________________
18551 [ 28759] By: steveh                                on 2006/08/25  16:12:52
18552         Log: Silence a bunch of Borland compiler warnings in SDBM_File
18553              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40283)
18554      Branch: perl
18555            ! XSUB.h
18556 ____________________________________________________________________________
18557 [ 28758] By: rgs                                   on 2006/08/25  15:58:41
18558         Log: Subject: Re: [perl #40216] SelfLoader::croak doesn't protect $@ from being clobbered by require
18559              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
18560              Date: Thu, 24 Aug 2006 10:20:43 -0300
18561              Message-ID: <73ddeb6c0608240620s207124d1mc202aea6a4598576@mail.gmail.com>
18562      Branch: perl
18563            + lib/SelfLoader-buggy.t
18564            ! MANIFEST lib/SelfLoader.pm
18565 ____________________________________________________________________________
18566 [ 28757] By: rgs                                   on 2006/08/25  15:45:08
18567         Log: Following Jarkko's advice, it seems that ODBM_File cannot be
18568              compiled as C++ as-is.
18569      Branch: perl
18570            ! ext/ODBM_File/ODBM_File.xs
18571 ____________________________________________________________________________
18572 [ 28756] By: rgs                                   on 2006/08/25  15:24:28
18573         Log: Subject: [PATCH] RE: [perl #40227] 'reserved' warning not working
18574              From: "Jerry D. Hedden" <jdhedden@cpan.org>
18575              Date: Thu, 24 Aug 2006 09:04:12 -0700
18576              Message-ID: <20060824090412.fb30e530d17747c2b054d625b8945d88.e8ae12ccab.wbe@email.secureserver.net>
18577      Branch: perl
18578            ! lib/attributes.pm xsutils.c
18579 ____________________________________________________________________________
18580 [ 28755] By: stevep                                on 2006/08/24  15:07:58
18581         Log: Upgrade to File-Temp-0.17.  Also, a change to Tim Jenness's email.
18582      Branch: perl
18583            + lib/File/Temp/t/seekable.t
18584            ! AUTHORS MANIFEST lib/File/Temp.pm
18585 ____________________________________________________________________________
18586 [ 28754] By: rgs                                   on 2006/08/24  12:36:08
18587         Log: Subject: [PATCH ext/ODBM_File/ODBM_File.xs] change 28744 broke ODBM_File
18588              From: "Robin Barker" <Robin.Barker@npl.co.uk>
18589              Date: Thu, 24 Aug 2006 13:22:47 +0100
18590              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A1A@exchsvr1.npl.ad.local>
18591      Branch: perl
18592            ! ext/ODBM_File/ODBM_File.xs
18593 ____________________________________________________________________________
18594 [ 28753] By: rgs                                   on 2006/08/24  12:23:15
18595         Log: Subject: [PATCH] Don't promulgate Perl attributes
18596              From: "Jerry D. Hedden" <jdhedden@cpan.org>
18597              Date: Wed, 23 Aug 2006 10:07:05 -0700
18598              Message-ID: <20060823100705.fb30e530d17747c2b054d625b8945d88.87c0ee9326.wbe@email.secureserver.net>
18599      Branch: perl
18600            ! lib/attributes.pm xsutils.c
18601 ____________________________________________________________________________
18602 [ 28752] By: stevep                                on 2006/08/24  01:27:08
18603         Log: Upgrade to CGI.pm-3.22.
18604      Branch: perl
18605            ! lib/CGI.pm lib/CGI/Changes
18606 ____________________________________________________________________________
18607 [ 28751] By: stevep                                on 2006/08/23  16:08:17
18608         Log: Subject: [perl #40161] ccversion fix for hpux
18609              From: smoketst@hp46t243.cup.hp.com (via RT) <perlbug-followup@perl.org>
18610              Date: Wed, 16 Aug 2006 23:10:52 -0700
18611              Message-ID: <rt-3.5.HEAD-31263-1155795052-1297.40161-75-0@perl.org>
18612      Branch: perl
18613            ! hints/hpux.sh
18614 ____________________________________________________________________________
18615 [ 28750] By: stevep                                on 2006/08/23  03:04:47
18616         Log: The previous change causes compile failures with threaded Perls.
18617      Branch: perl
18618            ! reentr.h reentr.pl
18619 ____________________________________________________________________________
18620 [ 28749] By: stevep                                on 2006/08/22  20:16:55
18621         Log: Part of one of Jarkko's g++ patches that was missed.
18622      Branch: perl
18623            ! reentr.h reentr.pl
18624 ____________________________________________________________________________
18625 [ 28748] By: stevep                                on 2006/08/22  17:41:33
18626         Log: Update to Time-HiRes-1.90.
18627      Branch: perl
18628            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
18629            ! ext/Time/HiRes/HiRes.xs
18630 ____________________________________________________________________________
18631 [ 28747] By: stevep                                on 2006/08/22  16:43:52
18632         Log: Upgrade to Time-HiRes-1.89.
18633      Branch: perl
18634            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
18635            ! ext/Time/HiRes/HiRes.xs
18636 ____________________________________________________________________________
18637 [ 28746] By: stevep                                on 2006/08/22  14:18:16
18638         Log: Upgrade to CGI.pm-3.21
18639      Branch: perl
18640            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
18641 ____________________________________________________________________________
18642 [ 28745] By: stevep                                on 2006/08/22  14:14:23
18643         Log: Upgrade to Time-HiRes-1.88.
18644      Branch: perl
18645            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
18646            ! ext/Time/HiRes/HiRes.xs
18647 ____________________________________________________________________________
18648 [ 28744] By: stevep                                on 2006/08/22  14:07:13
18649         Log: Subject: [PATCH] g++: fix Digest::MD5, Math::BigInt::FastCalc, ODBM_File, XS::APItest (and Time::HiRes 1.88 in CPAN)
18650              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
18651              Date: Tue, 22 Aug 2006 10:45:41 +0300 (EEST)
18652              Message-Id: <200608220745.k7M7jfjP050939@kosh.hut.fi>
18653              
18654              ...plus various version bumps and Digest::MD5 test file fixes.
18655      Branch: perl
18656            ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs
18657            ! ext/Digest/MD5/t/files.t ext/Math/BigInt/FastCalc/FastCalc.pm
18658            ! ext/Math/BigInt/FastCalc/FastCalc.xs
18659            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
18660            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
18661 ____________________________________________________________________________
18662 [ 28743] By: stevep                                on 2006/08/22  02:12:16
18663         Log: Subject: [PATCH] perlhack.pod: small porta-tweaks (this time without pod2man :-)
18664              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
18665              Date: Mon, 21 Aug 2006 22:39:35 +0300 (EEST)
18666              Message-Id: <200608211939.k7LJdZ9P170671@kosh.hut.fi>
18667      Branch: perl
18668            ! pod/perlhack.pod
18669 ____________________________________________________________________________
18670 [ 28742] By: stevep                                on 2006/08/22  01:03:05
18671         Log: Subject: [PATCH] g++/x2p (better version)
18672              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
18673              Date: Mon, 21 Aug 2006 14:48:26 +0300 (EEST)
18674              Message-Id: <200608211148.k7LBmQGL161830@kosh.hut.fi>
18675      Branch: perl
18676            ! x2p/EXTERN.h x2p/INTERN.h x2p/hash.h
18677 ____________________________________________________________________________
18678 [ 28741] By: rgs                                   on 2006/08/21  10:15:30
18679         Log: Subject: [PATCH] g++/Tru64: got perl linking once got the linkage right
18680              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
18681              Date: Fri, 18 Aug 2006 13:03:17 +0300 (EEST)
18682              Message-Id: <200608181003.k7IA3Hso276655@kosh.hut.fi>
18683      Branch: perl
18684            ! hints/dec_osf.sh perl.h pp_sys.c
18685 ____________________________________________________________________________
18686 [ 28740] By: rgs                                   on 2006/08/20  10:13:12
18687         Log: Amendment to change #28739
18688      Branch: perl
18689            ! ext/B/B/Assembler.pm
18690 ____________________________________________________________________________
18691 [ 28739] By: rgs                                   on 2006/08/20  09:25:59
18692         Log: Subject: [PATCH] bytecode.t failures in Tru64: svtype (enum) is int, not long
18693              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
18694              Date: Sat, 19 Aug 2006 14:34:53 +0300 (EEST)
18695              Message-Id: <200608191134.k7JBYroK518962@kosh.hut.fi>
18696      Branch: perl
18697            ! ext/B/B/Assembler.pm
18698 ____________________________________________________________________________
18699 [ 28738] By: rgs                                   on 2006/08/20  09:15:21
18700         Log: perlthrtut update, by Jerry D. Hedden.
18701      Branch: perl
18702            ! pod/perlthrtut.pod
18703 ____________________________________________________________________________
18704 [ 28737] By: rgs                                   on 2006/08/20  08:46:33
18705         Log: Subject: [PATCH] g++/Solaris: force d_dlopen=define
18706              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
18707              Date: Fri, 18 Aug 2006 15:48:34 +0300 (EEST)
18708              Message-Id: <200608181248.k7ICmY2W028375@vipunen.hut.fi>
18709      Branch: perl
18710            ! hints/solaris_2.sh
18711 ____________________________________________________________________________
18712 [ 28736] By: rgs                                   on 2006/08/18  16:22:18
18713         Log: Phrasing nit in perlxstut (by Ville Koskinen)
18714      Branch: perl
18715            ! pod/perlxstut.pod
18716 ____________________________________________________________________________
18717 [ 28735] By: rgs                                   on 2006/08/18  15:46:18
18718         Log: A type change that apparently works around a compiler bug
18719              (gcc 4.1.1 on Solaris) (by Robin Barker)
18720      Branch: perl
18721            ! pp_hot.c
18722 ____________________________________________________________________________
18723 [ 28734] By: stevep                                on 2006/08/17  20:28:36
18724         Log: Subject: [PATCH] Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)
18725              From: Jarkko Hietaniemi <jhi@iki.fi>
18726              Date: Thu, 17 Aug 2006 19:16:09 +0300
18727              Message-ID: <44E49649.9090307@iki.fi>
18728      Branch: perl
18729            ! XSUB.h mathoms.c op.h perl.h perlio.c utf8.c
18730 ____________________________________________________________________________
18731 [ 28733] By: stevep                                on 2006/08/17  17:57:33
18732         Log: syscall() declaration in perl.h needs to have an EXTERN_C prefixing
18733              it for some C++ compiles.  Might as well fix usleep()'s 
18734              declaration too.
18735      Branch: perl
18736            ! perl.h
18737 ____________________________________________________________________________
18738 [ 28732] By: stevep                                on 2006/08/17  15:28:36
18739         Log: Fix to problem where CGI can lose the filehandle during an upload.
18740              Patch posted to the Debian bug list by Eric Wong 
18741              <eric@petta-tech.com>.
18742      Branch: perl
18743            ! lib/CGI.pm
18744 ____________________________________________________________________________
18745 [ 28731] By: stevep                                on 2006/08/17  14:50:36
18746         Log: gcc-4.1.1 on Fedora optimized away NULL chacks in Perl_do_close(),
18747              which caused core dumps.
18748      Branch: perl
18749            ! embed.fnc proto.h
18750 ____________________________________________________________________________
18751 [ 28730] By: stevep                                on 2006/08/16  17:44:44
18752         Log: Cast needed to compile bsd_glob.c with C++
18753      Branch: perl
18754            ! ext/File/Glob/bsd_glob.c
18755 ____________________________________________________________________________
18756 [ 28729] By: stevep                                on 2006/08/16  13:11:15
18757         Log: Additional changes to get C++ a little closer to a clean compile
18758              of Perl.
18759      Branch: perl
18760            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/bytecode.h
18761            ! ext/ByteLoader/byterun.c ext/DB_File/DB_File.pm
18762            ! ext/DB_File/DB_File.xs ext/Hash/Util/FieldHash/FieldHash.xs
18763            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
18764            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
18765 ____________________________________________________________________________
18766 [ 28728] By: stevep                                on 2006/08/15  18:57:11
18767         Log: Additional floating point strictness is needed to get Intel cc to pass
18768              its tests.
18769      Branch: perl
18770            ! hints/linux.sh
18771 ____________________________________________________________________________
18772 [ 28727] By: rgs                                   on 2006/08/15  10:01:48
18773         Log: Update Changes
18774      Branch: perl
18775            ! Changes
18776 ____________________________________________________________________________
18777 [ 28726] By: rgs                                   on 2006/08/15  09:59:24
18778         Log: Update Module::CoreList data with 5.9.4
18779      Branch: perl
18780            ! lib/Module/CoreList.pm
18781 ____________________________________________________________________________
18782 [ 28725] By: rgs                                   on 2006/08/15  09:55:27
18783         Log: 5.9.4 is today.
18784      Branch: perl
18785            ! pod/perlhist.pod
18786 ____________________________________________________________________________
18787 [ 28724] By: rgs                                   on 2006/08/15  09:54:02
18788         Log: Actually, Richard Clamp doesn't maintain Module::CoreList anymore.
18789      Branch: perl
18790            ! Porting/Maintainers.pl
18791 ____________________________________________________________________________
18792 [ 28723] By: rgs                                   on 2006/08/15  09:43:40
18793         Log: Regenerate perlmodlib and perltoc
18794      Branch: perl
18795            ! pod/perlmodlib.pod pod/perltoc.pod
18796 ____________________________________________________________________________
18797 [ 28722] By: rgs                                   on 2006/08/15  09:40:08
18798         Log: POD formatting nit
18799      Branch: perl
18800            ! pod/perl594delta.pod
18801 ____________________________________________________________________________
18802 [ 28721] By: rgs                                   on 2006/08/15  09:29:03
18803         Log: Remove some of the known problems documented in perldelta, which were
18804              caused by change #28319, just backed out. Add some Windows news (by
18805              Steve Hay)
18806      Branch: perl
18807            ! pod/perl594delta.pod
18808 ____________________________________________________________________________
18809 [ 28720] By: rgs                                   on 2006/08/15  09:22:54
18810         Log: Revert change 28319, which may cause segfaults with threaded perls
18811              on eval("syntax error") statements
18812      Branch: perl
18813            ! perly.c
18814 ____________________________________________________________________________
18815 [ 28719] By: rgs                                   on 2006/08/15  07:57:54
18816         Log: More perldelta nits found by my reviewers
18817      Branch: perl
18818            ! pod/perl594delta.pod
18819 ____________________________________________________________________________
18820 [ 28718] By: rgs                                   on 2006/08/14  22:30:18
18821         Log: Spelling fixes, thanks to Nicholas and to Ronald Kimball
18822      Branch: perl
18823            ! pod/perl594delta.pod
18824 ____________________________________________________________________________
18825 [ 28717] By: rgs                                   on 2006/08/14  21:58:15
18826         Log: More perldelta entries and fixes
18827      Branch: perl
18828            ! pod/perl594delta.pod
18829 ____________________________________________________________________________
18830 [ 28716] By: rgs                                   on 2006/08/14  21:31:43
18831         Log: Typo fix in the documentation of source filters in @INC
18832      Branch: perl
18833            ! pod/perlfunc.pod
18834 ____________________________________________________________________________
18835 [ 28715] By: mhx                                   on 2006/08/14  20:29:57
18836         Log: Only copy ppport.h to destination if it is different.
18837              This avoids unneccessary rebuilds.
18838      Branch: perl
18839            ! mkppport
18840 ____________________________________________________________________________
18841 [ 28714] By: mhx                                   on 2006/08/14  19:43:23
18842         Log: Upgrade to Devel::PPPort 3.10
18843      Branch: perl
18844            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
18845            ! ext/Devel/PPPort/soak
18846 ____________________________________________________________________________
18847 [ 28713] By: rgs                                   on 2006/08/14  19:30:17
18848         Log: perldelta entry describing regexp work, by Yves Orton
18849      Branch: perl
18850            ! pod/perl594delta.pod
18851 ____________________________________________________________________________
18852 [ 28712] By: rgs                                   on 2006/08/14  15:27:51
18853         Log: Regenerate metafile
18854      Branch: perl
18855            ! META.yml
18856 ____________________________________________________________________________
18857 [ 28711] By: rgs                                   on 2006/08/14  14:24:19
18858         Log: New authors
18859      Branch: perl
18860            ! AUTHORS
18861 ____________________________________________________________________________
18862 [ 28710] By: rgs                                   on 2006/08/14  12:45:59
18863         Log: More perldelta entries; plus, credits.
18864      Branch: perl
18865            ! pod/perl594delta.pod
18866 ____________________________________________________________________________
18867 [ 28709] By: rgs                                   on 2006/08/14  12:35:13
18868         Log: Typo fix in perldiag
18869      Branch: perl
18870            ! pod/perldiag.pod
18871 ____________________________________________________________________________
18872 [ 28708] By: steveh                                on 2006/08/14  10:20:13
18873         Log: Update pod/perl594delta.pod w.r.t. #28706, and arrange list of modules
18874              alphabetically.
18875      Branch: perl
18876            ! pod/perl594delta.pod
18877 ____________________________________________________________________________
18878 [ 28707] By: steveh                                on 2006/08/14  10:15:04
18879         Log: Update Porting/Maintainers.pl w.r.t. #28695, #28703 and #28706.
18880      Branch: perl
18881            ! Porting/Maintainers.pl
18882 ____________________________________________________________________________
18883 [ 28706] By: steveh                                on 2006/08/14  10:10:07
18884         Log: Subject: [PATCH] Add Module::Loaded to the core
18885              From: kane@xs4all.nl
18886              Date: Sun, 13 Aug 2006 16:22:09 +0200 (CEST)
18887              Message-ID: <9310.80.127.35.68.1155478929.squirrel@webmail.xs4all.nl>
18888      Branch: perl
18889            + lib/Module/Loaded.pm lib/Module/Loaded/t/01_Module-Loaded.t
18890            ! MANIFEST
18891 ____________________________________________________________________________
18892 [ 28705] By: rgs                                   on 2006/08/14  09:30:38
18893         Log: More perldelta nits.
18894      Branch: perl
18895            ! pod/perl594delta.pod
18896 ____________________________________________________________________________
18897 [ 28704] By: rgs                                   on 2006/08/14  09:19:02
18898         Log: Make the NAME section of Package::Constants more conformant to
18899              man page conventions
18900      Branch: perl
18901            ! lib/Package/Constants.pm
18902 ____________________________________________________________________________
18903 [ 28703] By: steveh                                on 2006/08/14  09:09:40
18904         Log: Subject: [PATCH] Add Package::Constants to the core
18905              From: kane@xs4all.nl
18906              Date: Sat, 12 Aug 2006 23:57:58 +0200 (CEST)
18907              Message-ID: <9749.80.127.35.68.1155419878.squirrel@webmail.xs4all.nl>
18908      Branch: perl
18909            + lib/Package/Constants.pm lib/Package/Constants/t/01_list.t
18910            ! MANIFEST
18911 ____________________________________________________________________________
18912 [ 28702] By: nicholas                              on 2006/08/13  19:51:41
18913         Log: Regularise the indents of Changes to placate Porting/checkAUTHORS.pl
18914      Branch: perl
18915            ! Changes
18916 ____________________________________________________________________________
18917 [ 28701] By: rgs                                   on 2006/08/13  13:53:54
18918         Log: Fix URL of perlbug database
18919      Branch: perl
18920            ! pod/perl594delta.pod
18921 ____________________________________________________________________________
18922 [ 28700] By: rgs                                   on 2006/08/13  12:44:18
18923         Log: More perldelta entries
18924      Branch: perl
18925            ! pod/perl594delta.pod
18926 ____________________________________________________________________________
18927 [ 28699] By: rgs                                   on 2006/08/13  07:51:46
18928         Log: Fix a couple URLs in perlhack
18929      Branch: perl
18930            ! pod/perlhack.pod
18931 ____________________________________________________________________________
18932 [ 28698] By: rgs                                   on 2006/08/12  12:53:32
18933         Log: Subject: [PATCH] perlhack.pod: more portability pitfalls
18934              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
18935              Date: Sat, 12 Aug 2006 10:33:38 +0300 (EEST)
18936              Message-Id: <200608120733.k7C7XcU0268432@kosh.hut.fi>
18937      Branch: perl
18938            ! pod/perlhack.pod
18939 ____________________________________________________________________________
18940 [ 28697] By: steveh                                on 2006/08/11  17:31:45
18941         Log: Resync win32/config_H.* and win32/config.* with config_h.SH
18942              and Porting/config.sh respectively
18943              
18944              No real changes except for the addition of the missing
18945              HAS_C99_VARIADIC_MACROS to win32/config_H.* and
18946              initialinstalllocation, madlyh, madlyobj and madlysrc to
18947              win32/config.*
18948      Branch: perl
18949            ! win32/config.bc win32/config.gc win32/config.vc
18950            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
18951            ! win32/config_H.vc win32/config_H.vc64
18952 ____________________________________________________________________________
18953 [ 28696] By: rgs                                   on 2006/08/11  16:02:32
18954         Log: More perldelta notes. Also, I did forget things
18955              in perl593delta...
18956      Branch: perl
18957            ! pod/perl593delta.pod pod/perl594delta.pod
18958 ____________________________________________________________________________
18959 [ 28695] By: steveh                                on 2006/08/11  12:52:51
18960         Log: Subject: [PATCH] Add Module::Load to 5.9.x
18961              From: kane@xs4all.nl
18962              Date: Wed, 9 Aug 2006 12:23:42 +0200 (CEST)
18963              Message-ID: <9866.194.109.0.185.1155119022.squirrel@webmail.xs4all.nl>
18964      Branch: perl
18965            + lib/Module/Load.pm lib/Module/Load/t/01_Module-Load.t
18966            + lib/Module/Load/t/to_load/LoadIt.pm
18967            + lib/Module/Load/t/to_load/LoadMe.pl
18968            + lib/Module/Load/t/to_load/Must/Be/Loaded.pm
18969            + lib/Module/Load/t/to_load/TestModule.pm
18970            + lib/Module/Load/t/to_load/ToBeLoaded
18971            + lib/Module/Load/t/to_load/config_file
18972            ! MANIFEST
18973 ____________________________________________________________________________
18974 [ 28694] By: steveh                                on 2006/08/11  12:49:00
18975         Log: Close file before unlinking (on Win32 at least!)
18976      Branch: perl
18977            ! t/op/stat.t
18978 ____________________________________________________________________________
18979 [ 28693] By: rgs                                   on 2006/08/10  16:46:07
18980         Log: Subject: [PATCH] Re: Smoke [5.9.4] 28683 FAIL(F) Solaris 2.11 (i386/1 cpu)
18981              From: Andrew Dougherty <doughera@lafayette.edu>
18982              Date: Thu, 10 Aug 2006 12:37:39 -0400 (EDT)
18983              Message-ID: <Pine.LNX.4.62.0608101230260.12531@fractal.phys.lafayette.edu>
18984      Branch: perl
18985            ! lib/open.t
18986 ____________________________________________________________________________
18987 [ 28692] By: rgs                                   on 2006/08/10  14:27:44
18988         Log: Update Changes
18989      Branch: perl
18990            ! Changes
18991 ____________________________________________________________________________
18992 [ 28691] By: rgs                                   on 2006/08/10  13:17:51
18993         Log: Some updates to the cross-compilation config script
18994      Branch: perl
18995            ! Cross/config.sh-arm-linux
18996 ____________________________________________________________________________
18997 [ 28690] By: rgs                                   on 2006/08/10  09:46:34
18998         Log: lstat on *GLOB{IO} with warnings on would segfault
18999              (noticed by Andrew Dougherty)
19000      Branch: perl
19001            ! pp_sys.c
19002 ____________________________________________________________________________
19003 [ 28689] By: rgs                                   on 2006/08/10  08:23:31
19004         Log: Subject: [PATCH] g++: gethostbyaddr, and more Tru64 defines
19005              From: Jarkko Hietaniemi <jhi@iki.fi>
19006              Date: Thu, 10 Aug 2006 09:00:44 +0300
19007              Message-ID: <44DACB8C.1080708@iki.fi>
19008      Branch: perl
19009            ! hints/dec_osf.sh pp_sys.c
19010 ____________________________________________________________________________
19011 [ 28688] By: rgs                                   on 2006/08/10  08:22:01
19012         Log: Subject: [PATCH] doio.c: vararg NULLs must be cast right
19013              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19014              Date: Thu, 10 Aug 2006 08:35:53 +0300 (EEST)
19015              Message-Id: <200608100535.k7A5Zr2Z156515@kosh.hut.fi>
19016      Branch: perl
19017            ! doio.c
19018 ____________________________________________________________________________
19019 [ 28687] By: rgs                                   on 2006/08/10  08:14:46
19020         Log: Upgrade to version.pm 0.67
19021      Branch: perl
19022            ! lib/version.pm lib/version.pod lib/version.t
19023 ____________________________________________________________________________
19024 [ 28686] By: stevep                                on 2006/08/09  21:54:08
19025         Log: A couple const's and a cast to get Sun CC to compile these files.
19026              Perl, however, still will not build with the Sun CC.  
19027      Branch: perl
19028            ! op.c pp_sort.c toke.c
19029 ____________________________________________________________________________
19030 [ 28685] By: stevep                                on 2006/08/09  19:45:06
19031         Log: Fix comment nit in config.h
19032      Branch: perl
19033            ! config_h.SH
19034 ____________________________________________________________________________
19035 [ 28684] By: rgs                                   on 2006/08/09  15:46:55
19036         Log: Subject: Re: [perl #37731] junk and uninit'ed values in tied scalars
19037              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19038              Date: Mon, 28 Nov 2005 01:26:31 -0800
19039              Message-ID: <20051128092605.GA2328@efn.org>
19040              
19041              plus a regression test
19042      Branch: perl
19043            ! sv.c t/op/tie.t
19044 ____________________________________________________________________________
19045 [ 28683] By: rgs                                   on 2006/08/09  12:43:19
19046         Log: Subject: PATCH: Sync Time::Local in blead to 1.13 on CPAN
19047              From: Dave Rolsky <autarch@urth.org>
19048              Date: Wed, 9 Aug 2006 04:38:28 -0500 (CDT)
19049              Message-ID: <Pine.LNX.4.64.0608090422450.8735@urth.org>
19050      Branch: perl
19051            ! lib/Time/Local.pm lib/Time/Local.t
19052 ____________________________________________________________________________
19053 [ 28682] By: rgs                                   on 2006/08/09  09:58:52
19054         Log: Add OS-specific core modules in Module::CoreList for 5.8.[78] and 5.9.[23]
19055      Branch: perl
19056            ! lib/Module/CoreList.pm
19057 ____________________________________________________________________________
19058 [ 28681] By: rgs                                   on 2006/08/09  09:52:38
19059         Log: Add OS-specific modules in Module::Corelist generation script
19060              (hinted by Steve Hay)
19061      Branch: perl
19062            ! Porting/corelist.pl
19063 ____________________________________________________________________________
19064 [ 28680] By: rgs                                   on 2006/08/09  09:42:34
19065         Log: Fix data for 5.9.2, 5.9.3, 5.8.7 and 5.8.8
19066      Branch: perl
19067            ! lib/Module/CoreList.pm
19068 ____________________________________________________________________________
19069 [ 28679] By: rgs                                   on 2006/08/09  09:23:02
19070         Log: More fixes in the Module::Corelist data generation process
19071      Branch: perl
19072            ! Porting/corelist.pl
19073 ____________________________________________________________________________
19074 [ 28678] By: rgs                                   on 2006/08/09  09:01:25
19075         Log: Really submit previous change
19076      Branch: perl
19077            ! Porting/corelist.pl
19078 ____________________________________________________________________________
19079 [ 28677] By: rgs                                   on 2006/08/09  08:34:42
19080         Log: Several fixes in Porting/corelist.pl
19081              - make it run with 5.8.x perls
19082              - make it handle new modules layout in bleadperl
19083      Branch: perl
19084            ! Porting/corelist.pl
19085 ____________________________________________________________________________
19086 [ 28676] By: rgs                                   on 2006/08/08  09:39:35
19087         Log: Subject: [PATCH] Small precision about $SIG{__WARN__}
19088              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
19089              Date: Tue, 08 Aug 2006 11:17:58 +0200
19090              Message-ID: <1155028678.44d856c64fa0d@imp6-g19.free.fr>
19091      Branch: perl
19092            ! pod/perlvar.pod
19093 ____________________________________________________________________________
19094 [ 28675] By: rgs                                   on 2006/08/08  09:22:27
19095         Log: Simplification in Perl_magic_clearsig, plus a fix similar and
19096              symmetrical to the one implemented in change #28669.
19097      Branch: perl
19098            ! mg.c
19099 ____________________________________________________________________________
19100 [ 28674] By: stevep                                on 2006/08/08  03:55:13
19101         Log: Subject: [PATCH] g++ stage 1 reached
19102              From: Jarkko Hietaniemi <jhi@iki.fi>
19103              Date: Tue, 08 Aug 2006 00:02:35 +0300
19104              Message-ID: <44D7AA6B.4040802@iki.fi>
19105      Branch: perl
19106            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
19107            ! Porting/config_H cflags.SH config_h.SH configure.com deb.c
19108            ! dump.c epoc/config.sh gv.c mathoms.c mg.c op.c opcode.h
19109            ! plan9/config.plan9 plan9/config_h.sample symbian/config.sh
19110            ! uconfig.h uconfig.sh win32/config.bc win32/config.ce
19111            ! win32/config.gc win32/config.vc win32/config.vc64
19112            ! win32/config_H.bc win32/config_H.ce win32/config_H.gc
19113            ! win32/config_H.vc win32/config_H.vc64
19114 ____________________________________________________________________________
19115 [ 28673] By: stevep                                on 2006/08/07  19:54:51
19116         Log: Upgrade to Module-Build-0.2805
19117      Branch: perl
19118            ! lib/Module/Build.pm lib/Module/Build/API.pod
19119            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
19120            ! lib/Module/Build/Changes lib/Module/Build/ModuleInfo.pm
19121            ! lib/Module/Build/Platform/MacOS.pm lib/Module/Build/Version.pm
19122            ! lib/Module/Build/t/moduleinfo.t
19123 ____________________________________________________________________________
19124 [ 28672] By: stevep                                on 2006/08/07  19:37:28
19125         Log: Upgrade to Digest-SHA-5.43
19126      Branch: perl
19127            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
19128            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
19129            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
19130            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
19131            ! ext/Digest/SHA/src/sha64bit.c
19132 ____________________________________________________________________________
19133 [ 28671] By: steveh                                on 2006/08/07  16:58:16
19134         Log: Subject: Define PERL_NO_DEV_RANDOM on Windows
19135              From: "Davies, Alex" <adavies@ptc.com>
19136              Date: Thu, 3 Aug 2006 13:31:14 -0400
19137              Message-ID: <A69AA663CE9BBC44AE1DA72483DE15DE04622D66@HQ-MAIL3.ptcnet.ptc.com>
19138              
19139              This stops perl from trying to read C:\dev\urandom on Windows
19140      Branch: perl
19141            ! dosish.h
19142 ____________________________________________________________________________
19143 [ 28670] By: steveh                                on 2006/08/07  16:21:40
19144         Log: Fixups for test failures caused by #28667 and #28668
19145      Branch: perl
19146            ! ext/B/B/Assembler.pm ext/B/t/assembler.t
19147 ____________________________________________________________________________
19148 [ 28669] By: rgs                                   on 2006/08/07  14:10:15
19149         Log: We shouldn't try to decrement the refcount of PL_warnhook
19150              if it has been set to PERL_WARNHOOK_FATAL.
19151      Branch: perl
19152            ! mg.c
19153 ____________________________________________________________________________
19154 [ 28668] By: steveh                                on 2006/08/07  10:24:39
19155         Log: Provide a BGET_svtype, required by #28667
19156      Branch: perl
19157            ! ext/ByteLoader/bytecode.h
19158 ____________________________________________________________________________
19159 [ 28667] By: rgs                                   on 2006/08/07  09:43:20
19160         Log: Try to reinstate the fix of change #28638 by patching bytecode.pl and
19161              not the file it generates
19162      Branch: perl
19163            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
19164 ____________________________________________________________________________
19165 [ 28666] By: rgs                                   on 2006/08/07  09:23:35
19166         Log: Restore modification in warnings.h from change 28662 by backporting it
19167              to warnings.pl
19168      Branch: perl
19169            ! warnings.h warnings.pl
19170 ____________________________________________________________________________
19171 [ 28665] By: rgs                                   on 2006/08/07  09:13:42
19172         Log: Subject: [PATCH] File::Basename add X<> tags, replace regex delimiters
19173              From: "Gabor Szabo" <szabgab@gmail.com>
19174              Date: Sat, 5 Aug 2006 23:00:14 +0300
19175              Message-ID: <d8a74af10608051300m4a1ebd93j491889b9b4e8523d@mail.gmail.com>
19176      Branch: perl
19177            ! lib/File/Basename.pm
19178 ____________________________________________________________________________
19179 [ 28664] By: rgs                                   on 2006/08/07  08:28:50
19180         Log: Subject: [PATCH] adding X<> to perlvar
19181              From: "Gabor Szabo" <szabgab@gmail.com>
19182              Date: Sun, 6 Aug 2006 13:59:28 +0300
19183              Message-ID: <d8a74af10608060359g7d4726dalf947f051a51c10e@mail.gmail.com>
19184      Branch: perl
19185            ! pod/perlvar.pod
19186 ____________________________________________________________________________
19187 [ 28663] By: rgs                                   on 2006/08/07  08:23:13
19188         Log: Regenerate files after previous change
19189      Branch: perl
19190            ! ext/ByteLoader/byterun.c warnings.h
19191 ____________________________________________________________________________
19192 [ 28662] By: rgs                                   on 2006/08/07  08:15:39
19193         Log: Subject: [PATCH] g++ large patch
19194              From: Jarkko Hietaniemi <jhi@iki.fi>
19195              Date: Fri, 04 Aug 2006 08:58:27 +0300
19196              Message-ID: <44D2E203.5050201@iki.fi>
19197      Branch: perl
19198            ! cflags.SH deb.c dump.c embed.fnc embed.h gv.c hv.c mathoms.c
19199            ! mg.c op.c perl.h perlio.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
19200            ! proto.h regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c
19201            ! warnings.h
19202 ____________________________________________________________________________
19203 [ 28661] By: rgs                                   on 2006/08/05  15:46:34
19204         Log: Subject: [PATCH] perlfunc.pod - unite gmtime and localtime
19205              From: "Gabor Szabo" <szabgab@gmail.com>
19206              Date: Thu, 27 Jul 2006 09:25:02 +0300
19207              Message-ID: <d8a74af10607262325n472b424cr78c9591c31ffe190@mail.gmail.com>
19208      Branch: perl
19209            ! pod/perlfunc.pod
19210 ____________________________________________________________________________
19211 [ 28660] By: rgs                                   on 2006/08/05  15:28:39
19212         Log: Subject: [PATCH] add more X<> tags to perlfunc
19213              From: "Gabor Szabo" <szabgab@gmail.com>
19214              Date: Thu, 27 Jul 2006 00:27:06 +0300
19215              Message-ID: <d8a74af10607261427g142f0c6bge6f77c2f5e59da40@mail.gmail.com>
19216      Branch: perl
19217            ! pod/perlfunc.pod
19218 ____________________________________________________________________________
19219 [ 28659] By: rgs                                   on 2006/08/05  15:22:18
19220         Log: Subject: [PATCH] File::Copy pod updated adding X<>
19221              From: "Gabor Szabo" <szabgab@gmail.com>
19222              Date: Tue, 1 Aug 2006 08:55:37 +0200
19223              Message-ID: <d8a74af10607312355t7f3fed91g1459cb74b9b50fcd@mail.gmail.com>
19224      Branch: perl
19225            ! lib/File/Copy.pm
19226 ____________________________________________________________________________
19227 [ 28658] By: stevep                                on 2006/08/04  16:42:54
19228         Log: Sorting the MANIFEST
19229      Branch: perl
19230            ! MANIFEST
19231 ____________________________________________________________________________
19232 [ 28657] By: rgs                                   on 2006/08/04  09:45:37
19233         Log: Subject: [PATCH blead] Re: [perl #39882] inconsistent list slice behaviour
19234              From: Rick Delaney <rick@bort.ca>
19235              Date: Thu, 3 Aug 2006 21:48:07 -0400
19236              Message-ID: <20060804014807.GW21381@localhost.localdomain>
19237      Branch: perl
19238            ! pp.c t/op/list.t
19239 ____________________________________________________________________________
19240 [ 28656] By: rgs                                   on 2006/08/04  09:20:31
19241         Log: Subject: [PATCH blead] Re: [perl #40055] B::Deparse double do
19242              From: Rick Delaney <rick@bort.ca>
19243              Date: Thu, 3 Aug 2006 17:30:06 -0400
19244              Message-ID: <20060803213006.GU21381@localhost.localdomain>
19245      Branch: perl
19246            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
19247 ____________________________________________________________________________
19248 [ 28655] By: stevep                                on 2006/08/03  20:18:28
19249         Log: Subject: [PATCH] Tru64 oops
19250              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19251              Date: Thu, 3 Aug 2006 22:59:37 +0300 (EEST)
19252              Message-Id: <200608031959.k73JxbsC395856@kosh.hut.fi>
19253      Branch: perl
19254            ! pp_sys.c
19255 ____________________________________________________________________________
19256 [ 28654] By: rgs                                   on 2006/08/03  08:15:51
19257         Log: Subject: [PATCH] more g++ in Tru64
19258              From: Jarkko Hietaniemi <jhi@iki.fi>
19259              Date: Thu, 03 Aug 2006 09:04:45 +0300
19260              Message-ID: <44D191FD.9030902@iki.fi>
19261      Branch: perl
19262            ! hints/dec_osf.sh perlio.c pp_sys.c
19263 ____________________________________________________________________________
19264 [ 28653] By: stevep                                on 2006/08/02  17:47:34
19265         Log: Upgrade to Archive-Tar-1.30.  Since change #27571 is not included,
19266              the bleadperl version is bumped to 1.30_01.
19267      Branch: perl
19268            ! lib/Archive/Tar.pm
19269 ____________________________________________________________________________
19270 [ 28652] By: rgs                                   on 2006/08/02  13:11:25
19271         Log: Cross-compilation makefile fails to copy Config_heavy.pl
19272              (noticed by Alexandre Jousset <mid@gtmp.org>)
19273      Branch: perl
19274            ! Cross/Makefile
19275 ____________________________________________________________________________
19276 [ 28651] By: merijn                                on 2006/08/02  11:21:30
19277         Log: Subject: [PATCH] g++ heavy shoveling
19278              From: Jarkko Hietaniemi <jhi@iki.fi>
19279              Date: Wed, 02 Aug 2006 00:04:42 +0300
19280              Message-ID: <44CFC1EA.2050702@iki.fi>
19281      Branch: perl
19282            ! Configure
19283 ____________________________________________________________________________
19284 [ 28649] By: rgs                                   on 2006/08/02  09:49:10
19285         Log: Subject: [PATCH blead] Re: [perl #39733] $AUTOLOAD is never tainted
19286              From: Rick Delaney <rick@bort.ca>
19287              Date: Sun, 9 Jul 2006 15:01:50 -0400
19288              Message-ID: <20060709190150.GA1922@localhost.localdomain>
19289              
19290              Plus a note in perldelta
19291      Branch: perl
19292            ! gv.c pod/perl594delta.pod t/op/taint.t
19293 ____________________________________________________________________________
19294 [ 28645] By: stevep                                on 2006/08/02  03:11:51
19295         Log: Subject: [PATCH] g++ heavy shoveling
19296              From: Jarkko Hietaniemi <jhi@iki.fi>
19297              Date: Wed, 02 Aug 2006 00:04:42 +0300
19298              Message-ID: <44CFC1EA.2050702@iki.fi>
19299      Branch: perl
19300            ! cflags.SH hints/linux.sh perl.h
19301 ____________________________________________________________________________
19302 [ 28644] By: rgs                                   on 2006/08/01  16:47:01
19303         Log: Subject: Re: New perltrap?
19304              From: Rick Delaney <rick@bort.ca>
19305              Date: Tue, 1 Aug 2006 08:43:36 -0400
19306              Message-ID: <20060801124336.GM21381@localhost.localdomain>
19307      Branch: perl
19308            ! pod/perlsec.pod
19309 ____________________________________________________________________________
19310 [ 28643] By: steveh                                on 2006/08/01  16:17:47
19311         Log: Silence a couple of Borland compiler warnings
19312      Branch: perl
19313            ! cop.h regexec.c win32/win32.h
19314 ____________________________________________________________________________
19315 [ 28642] By: rgs                                   on 2006/08/01  16:11:24
19316         Log: Subject: [PATCH] threads 1.38
19317              From: "Jerry D. Hedden" <jerry@hedden.us>
19318              Date: Tue, 01 Aug 2006 08:58:52 -0700
19319              Message-ID: <20060801085852.fb30e530d17747c2b054d625b8945d88.ad7fb0a136.wbe@email.secureserver.net>
19320      Branch: perl
19321            ! ext/threads/Changes ext/threads/README ext/threads/t/free.t
19322            ! ext/threads/t/free2.t ext/threads/t/thread.t
19323            ! ext/threads/threads.pm ext/threads/threads.xs
19324 ____________________________________________________________________________
19325 [ 28641] By: rgs                                   on 2006/08/01  15:11:15
19326         Log: Bump version of Module::CoreList
19327      Branch: perl
19328            ! lib/Module/CoreList.pm
19329 ____________________________________________________________________________
19330 [ 28640] By: rgs                                   on 2006/08/01  14:59:36
19331         Log: Patch by Marius Feraru <altblue@n0i.net> to handle dotted perl versions
19332              in the corelist utility, and to add an easy way to determine what was
19333              some module's version bundled with a specified Perl release.
19334      Branch: perl
19335            ! lib/Module/CoreList/bin/corelist
19336 ____________________________________________________________________________
19337 [ 28639] By: merijn                                on 2006/08/01  12:13:53
19338         Log: Subject: [PATCH] g++ dNOOP (luckily one can mix code and decls in C++)
19339              Somewhat modifies as per Steve Hay's comment
19340              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19341              Date: Tue, 1 Aug 2006 08:46:15 +0300 (EEST)
19342              Message-Id: <200608010546.k715kEdP017064@kosh.hut.fi>
19343      Branch: perl
19344            ! perl.h
19345 ____________________________________________________________________________
19346 [ 28638] By: steveh                                on 2006/08/01  11:20:47
19347         Log: Silence the VC7 compiler warning in the following smoke:
19348              http://www.nntp.perl.org/group/perl.daily-build.reports/39824
19349      Branch: perl
19350            ! ext/ByteLoader/byterun.c
19351 ____________________________________________________________________________
19352 [ 28637] By: merijn                                on 2006/08/01  08:44:58
19353         Log: ANSI-C headers in test snippets to please g++ (and the rest)
19354              Subject: [PATCH]  (back) towards g++ compilation (in Tru64, and elsewhere)
19355              From: Jarkko Hietaniemi <jhi@iki.fi>
19356              Date: Mon, 31 Jul 2006 23:44:55 +0300
19357              Message-ID: <44CE6BC7.8060805@iki.fi>
19358      Branch: perl
19359            ! Configure
19360 ____________________________________________________________________________
19361 [ 28635] By: steveh                                on 2006/08/01  08:10:07
19362         Log: Subject: [PATCH] op/stat.t: SKIP count fix in case of no dirfd()
19363              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19364              Date: Tue, 1 Aug 2006 08:04:26 +0300 (EEST)
19365              Message-Id: <200608010504.k7154QT3178692@kosh.hut.fi>
19366      Branch: perl
19367            ! t/op/stat.t
19368 ____________________________________________________________________________
19369 [ 28634] By: stevep                                on 2006/08/01  00:17:19
19370         Log: Subject: [PATCH] solution(?) to the "warning: comparison is always false dueto limited range of data type" with New*()
19371              From: Jarkko Hietaniemi <jhi@iki.fi>
19372              Date: Fri, 28 Jul 2006 09:00:28 +0300
19373              Message-ID: <44C9A7FC.1060801@iki.fi>
19374      Branch: perl
19375            ! handy.h
19376 ____________________________________________________________________________
19377 [ 28633] By: stevep                                on 2006/08/01  00:10:06
19378         Log: Subject: [PATCH] (back) towards g++ compilation (in Tru64, and elsewhere)
19379              From: Jarkko Hietaniemi <jhi@iki.fi>
19380              Date: Mon, 31 Jul 2006 23:44:55 +0300
19381              Message-ID: <44CE6BC7.8060805@iki.fi>
19382              
19383              Just the hints/dec_osf.sh changes from this set of patches.
19384      Branch: perl
19385            ! hints/dec_osf.sh
19386 ____________________________________________________________________________
19387 [ 28632] By: stevep                                on 2006/07/30  17:03:10
19388         Log: Tests to go with change #28628.
19389      Branch: perl
19390            ! t/op/stat.t
19391 ____________________________________________________________________________
19392 [ 28631] By: stevep                                on 2006/07/30  16:20:58
19393         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.87_55.tar.gz
19394              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
19395              Date: Sat, 29 Jul 2006 22:06:31 +0200
19396              Message-ID: <877j1w2n20.fsf@k75.linux.bogus>
19397      Branch: perl
19398            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
19399            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
19400 ____________________________________________________________________________
19401 [ 28630] By: steveh                                on 2006/07/28  16:37:48
19402         Log: Remove a (UINT) cast to silence a VC6 compiler warning
19403              (this was added by #27352, but Digest-SHA-5.37 changed the
19404              loop variable to be signed so the cast now needs to go).
19405              Also bump the VERSION since #27482 has not yet been applied
19406              to the CPAN version.
19407      Branch: perl
19408            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/sha.c
19409 ____________________________________________________________________________
19410 [ 28629] By: merijn                                on 2006/07/28  08:04:01
19411         Log: Subject: [PATCH] z/OS: an easy test nit
19412              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19413              Date: Thu, 27 Jul 2006 20:00:02 +0300 (EEST)
19414              Message-Id: <200607271700.k6RH02V1355005@kosh.hut.fi>
19415      Branch: perl
19416            ! ext/PerlIO/t/encoding.t
19417 ____________________________________________________________________________
19418 [ 28628] By: stevep                                on 2006/07/28  00:42:04
19419         Log: Change stat() and -X filetests so that they treat *FILE{IO} 
19420              filehandles like *FILE filehandles.  This resolves RT #8244.
19421      Branch: perl
19422            ! doio.c pp_sys.c
19423 ____________________________________________________________________________
19424 [ 28627] By: stevep                                on 2006/07/27  21:17:10
19425         Log: Upgrade to Digest-SHA-5.42
19426      Branch: perl
19427            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
19428            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
19429            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
19430            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
19431            ! ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/2-nist-sha-oo.t
19432            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
19433            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
19434            ! ext/Digest/SHA/t/3-gillogly-hard.t
19435            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
19436 ____________________________________________________________________________
19437 [ 28626] By: steveh                                on 2006/07/27  16:25:41
19438         Log: Clear up most of the VC6 compiler warnings in the following smoke:
19439              http://www.nntp.perl.org/group/perl.daily-build.reports/39733
19440      Branch: perl
19441            ! doio.c ext/B/B.xs ext/XS/APItest/APItest.xs hv.c op.c pp.c
19442            ! pp_pack.c utf8.c
19443 ____________________________________________________________________________
19444 [ 28625] By: merijn                                on 2006/07/27  15:33:07
19445         Log: #7217: config.h comments for HAS_POLL incorrect
19446              http://rt.perl.org/rt3/Ticket/Display.html?id=7217
19447              Date: Mon, 2 Jul 2001 14:58:27 -0700
19448              From: David Dyck <dcd@tc.fluke.com>
19449              Subject: config.h comments for HAS_POLL incorrect
19450      Branch: perl
19451            ! config_h.SH
19452 ____________________________________________________________________________
19453 [ 28623] By: craigb                                on 2006/07/27  13:54:55
19454         Log: Subject: Re: Silence/fix more warnings from the regex engine
19455              From: demerphq <demerphq@gmail.com>
19456              Date: Tue, 18 Jul 2006 21:57:15 +0200
19457              Message-ID: <9b18b3110607181257l28cc424aj1de28ebfc4c196d7@mail.gmail.com>
19458              
19459              REGCP_SET should only set a value, not check the previous value of its arg
19460      Branch: perl
19461            ! regexec.c
19462 ____________________________________________________________________________
19463 [ 28622] By: stevep                                on 2006/07/27  11:00:18
19464         Log: Subject: [perl #39835] Patch for perlipc.pod to update TCP server example wrt safe signals and accept()
19465              From: Andy Wardley (via RT) <perlbug-followup@perl.org>
19466              Date: Fri, 14 Jul 2006 10:11:44 -0700      
19467              Message-ID: <rt-3.6.HEAD-20371-1152897103-1865.39835-75-0@perl.org>
19468      Branch: perl
19469            ! pod/perlipc.pod
19470 ____________________________________________________________________________
19471 [ 28621] By: rgs                                   on 2006/07/26  20:36:19
19472         Log: Some notes in perl594delta.
19473      Branch: perl
19474            ! pod/perl594delta.pod
19475 ____________________________________________________________________________
19476 [ 28620] By: rgs                                   on 2006/07/26  20:32:08
19477         Log: Subject: interpolation of @- (and @+) in patterns ([perl #27940] comes back)
19478              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19479              Date: Tue, 25 Jul 2006 00:15:50 +0900
19480              Message-Id: <20060725001517.3C5D.BQW10602@nifty.com>
19481      Branch: perl
19482            ! pod/perlop.pod t/op/pat.t t/op/subst.t t/op/tr.t toke.c
19483 ____________________________________________________________________________
19484 [ 28619] By: stevep                                on 2006/07/26  13:54:28
19485         Log: Added tests from CGI.pm that had not been integrated into core.
19486      Branch: perl
19487            + lib/CGI/t/start_end_asterisk.t lib/CGI/t/start_end_end.t
19488            + lib/CGI/t/start_end_start.t
19489            ! MANIFEST
19490 ____________________________________________________________________________
19491 [ 28618] By: rgs                                   on 2006/07/26  06:41:56
19492         Log: Add a few links to standard modules in perlfunc, by Gabor Szabo.
19493      Branch: perl
19494            ! pod/perlfunc.pod
19495 ____________________________________________________________________________
19496 [ 28617] By: stevep                                on 2006/07/26  01:59:06
19497         Log: Subject: [PATCH] Re: [ID 20000816.012] *foo = *_ is broken
19498              From: Mike Guy <mjtg@cam.ac.uk>
19499              Date: Thu, 17 Aug 2000 16:26:56 +0100
19500              Message-Id: <E13PRZI-0007Ge-00@libra.cus.cam.ac.uk>
19501              
19502              Only part regarding @ARG missing from the documentation was applied.
19503      Branch: perl
19504            ! pod/perlvar.pod
19505 ____________________________________________________________________________
19506 [ 28616] By: mhx                                   on 2006/07/25  18:54:08
19507         Log: Upgrade to Devel::PPPort 3.09_02
19508      Branch: perl
19509            + ext/Devel/PPPort/parts/inc/strlfuncs
19510            + ext/Devel/PPPort/t/strlfuncs.t
19511            ! MANIFEST ext/Devel/PPPort/Changes
19512            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
19513            ! ext/Devel/PPPort/parts/apicheck.pl
19514            ! ext/Devel/PPPort/parts/base/5009004
19515            ! ext/Devel/PPPort/parts/embed.fnc
19516            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
19517 ____________________________________________________________________________
19518 [ 28615] By: mhx                                   on 2006/07/25  18:42:26
19519         Log: Very recent development versions of gcc (4.2.0 20060715) seem
19520              to have switched from '<command line>' to '<command-line>'.
19521      Branch: perl
19522            ! makedepend.SH
19523 ____________________________________________________________________________
19524 [ 28614] By: stevep                                on 2006/07/24  17:30:38
19525         Log: Replace some sprintf()'s in Data::Dumper with my_snprintf()'s
19526      Branch: perl
19527            ! ext/Data/Dumper/Dumper.xs mkppport.lst
19528 ____________________________________________________________________________
19529 [ 28613] By: rgs                                   on 2006/07/23  20:32:33
19530         Log: Revert change 28603: this was a wrong fix, that didn't prevent
19531              a later crash. Reindent a bit of the same function.
19532      Branch: perl
19533            ! pp_hot.c
19534 ____________________________________________________________________________
19535 [ 28612] By: rgs                                   on 2006/07/23  19:59:55
19536         Log: Subject: [PATCH document] perlop: parsing quoted constructs 
19537              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19538              Date: Sun, 16 Jul 2006 20:06:33 +0900
19539              Message-Id: <20060716200218.2CE6.BQW10602@nifty.com>
19540      Branch: perl
19541            ! pod/perlop.pod
19542 ____________________________________________________________________________
19543 [ 28611] By: stevep                                on 2006/07/23  13:46:05
19544         Log: The rest of the changes for Sys-Syslog-0.17 which my new patch no
19545              longer automatically "p4 edits" for me.
19546      Branch: perl
19547            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
19548            ! ext/Sys/Syslog/README ext/Sys/Syslog/t/syslog.t
19549 ____________________________________________________________________________
19550 [ 28610] By: stevep                                on 2006/07/23  13:42:55
19551         Log: Upgrade to Sys-Syslog-0.17
19552      Branch: perl
19553            ! ext/Sys/Syslog/Syslog.pm
19554 ____________________________________________________________________________
19555 [ 28609] By: stevep                                on 2006/07/23  13:20:07
19556         Log: Subject: [PATCH] Tru64: if cc given both -O and -g, -g must be -g3
19557              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19558              Date: Sun, 23 Jul 2006 10:18:11 +0300 (EEST)
19559              Message-Id: <200607230718.k6N7IB4u009170@kosh.hut.fi>
19560      Branch: perl
19561            ! hints/dec_osf.sh
19562 ____________________________________________________________________________
19563 [ 28608] By: rgs                                   on 2006/07/23  13:17:48
19564         Log: Revert part of last change, that was causing utf8 test failures
19565      Branch: perl
19566            ! toke.c
19567 ____________________________________________________________________________
19568 [ 28607] By: rgs                                   on 2006/07/23  13:04:10
19569         Log: Subject: [PATCH] z/OS: pp_sys.c, reg*.c, toke.c, utf8.c
19570              From: Jarkko Hietaniemi <jhi@iki.fi>
19571              Date: Sat, 22 Jul 2006 18:51:48 +0300
19572              Message-ID: <44C24994.6020008@iki.fi>
19573      Branch: perl
19574            ! pp_sys.c regcomp.c regexec.c toke.c utf8.c
19575 ____________________________________________________________________________
19576 [ 28606] By: rgs                                   on 2006/07/23  12:51:02
19577         Log: Add another volatile modifier to protect against longjmp clobbering
19578      Branch: perl
19579            ! op.c
19580 ____________________________________________________________________________
19581 [ 28605] By: mhx                                   on 2006/07/21  17:56:39
19582         Log: Upgrade to Devel::PPPort 3.09_01
19583      Branch: perl
19584            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
19585            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
19586            ! ext/Devel/PPPort/mktests.PL ext/Devel/PPPort/parts/ppptools.pl
19587            ! ext/Devel/PPPort/soak
19588 ____________________________________________________________________________
19589 [ 28604] By: rgs                                   on 2006/07/21  15:27:20
19590         Log: More tweaks to threads 1.37, by Jerry D. Hedden
19591      Branch: perl
19592            ! ext/threads/Changes ext/threads/t/exit.t
19593            ! ext/threads/t/thread.t ext/threads/threads.pm
19594            ! ext/threads/threads.xs
19595 ____________________________________________________________________________
19596 [ 28603] By: rgs                                   on 2006/07/20  22:03:59
19597         Log: In pp_entersub, accept to handle a CV with a NULL padlist.
19598              This fixes a crash with mod_perl 1.29.
19599      Branch: perl
19600            ! pp_hot.c
19601 ____________________________________________________________________________
19602 [ 28602] By: rgs                                   on 2006/07/20  21:36:25
19603         Log: Upgrade to threads 1.37, by Jerry D. Hedden
19604      Branch: perl
19605            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
19606            ! ext/threads/t/thread.t ext/threads/threads.pm
19607            ! ext/threads/threads.xs
19608 ____________________________________________________________________________
19609 [ 28601] By: rgs                                   on 2006/07/19  21:34:05
19610         Log: Band-aid for segfault in ext/threads/t/blocks.t on SMP machines
19611      Branch: perl
19612            ! pp_hot.c
19613 ____________________________________________________________________________
19614 [ 28600] By: stevep                                on 2006/07/19  14:59:24
19615         Log: Subject: [perl #39876] Time::gmtime 1.02 examples patch
19616              From: Alexandr Ciornii (via RT) <perlbug-followup@perl.org>
19617              Date: Wed, 19 Jul 2006 05:46:36 -0700
19618              Message-ID: <rt-3.6.HEAD-25412-1153313196-897.39876-75-0@perl.org>
19619              
19620              Pod fixes for Time::gmtime.pm
19621      Branch: perl
19622            ! lib/Time/gmtime.pm
19623 ____________________________________________________________________________
19624 [ 28599] By: rgs                                   on 2006/07/18  21:43:52
19625         Log: Subject: [PATCH] make magic vtables const if PERL_GLOBAL_STRUCT_PRIVATE
19626              From: Jarkko Hietaniemi <jhi@iki.fi>
19627              Date: Mon, 17 Jul 2006 09:09:24 +0300
19628              Message-ID: <44BB2994.5090609@iki.fi>
19629      Branch: perl
19630            ! perl.h pod/perlguts.pod pod/perlhack.pod
19631 ____________________________________________________________________________
19632 [ 28598] By: rgs                                   on 2006/07/18  21:02:39
19633         Log: Subject: [PATCH] [Fwd: Smoke [5.9.4] 28575 FAIL(XF) OSF1 V5.1 (EV6/4 cpu)]
19634              From: "Jerry D. Hedden" <jerry@hedden.us>
19635              Date: Mon, 17 Jul 2006 05:00:01 -0700
19636              Message-ID: <20060717050001.fb30e530d17747c2b054d625b8945d88.b729fe881f.wbe@email.secureserver.net>
19637      Branch: perl
19638            ! ext/threads/t/basic.t ext/threads/t/free.t
19639 ____________________________________________________________________________
19640 [ 28597] By: steveh                                on 2006/07/18  12:11:36
19641         Log: Fix Borland problem with quoted pre-processor macros in response files
19642              
19643              This should clear up the errors from Module/Build/t/ppm.t and
19644              Module/Build/t/xs.t in the Borland smokes.
19645              
19646              Subject: Re: Smoke [5.9.4] 27656 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
19647              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
19648              Date: Thu, 06 Apr 2006 22:33:04 -0400
19649              Message-ID: <4435CF60.1000707@thepierianspring.org>
19650              
19651              See the thread here for details:
19652              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00027.html
19653      Branch: perl
19654            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
19655 ____________________________________________________________________________
19656 [ 28596] By: stevep                                on 2006/07/18  03:10:51
19657         Log: Additional reason for ssh passphrase failures.
19658      Branch: perl
19659            ! Porting/repository.pod
19660 ____________________________________________________________________________
19661 [ 28595] By: rgs                                   on 2006/07/17  21:11:52
19662         Log: Remove the C89 checking with gcc
19663              (but leave a note in perlhack)
19664      Branch: perl
19665            ! cflags.SH pod/perlhack.pod
19666 ____________________________________________________________________________
19667 [ 28594] By: steveh                                on 2006/07/17  14:32:19
19668         Log: Subject: Silence system warning during tests (only on win32 for now)
19669              From: demerphq <demerphq@gmail.com>
19670              Date: Sat, 15 Jul 2006 18:21:15 +0200
19671              Message-ID: <9b18b3110607150921p33be8e87wd51b2fd317a81587@mail.gmail.com>
19672      Branch: perl
19673            ! t/comp/opsubs.t
19674 ____________________________________________________________________________
19675 [ 28593] By: steveh                                on 2006/07/17  14:23:59
19676         Log: Avoid an error that VC++'s resource compiler seems to have
19677              with a reference to "perly.y" in "perly.h"
19678              
19679              See the thread here for details:
19680              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-07/msg00460.html
19681      Branch: perl
19682            ! perly.h regen_perly.pl
19683 ____________________________________________________________________________
19684 [ 28592] By: merijn                                on 2006/07/17  06:51:54
19685         Log: Cygwin doesn't cope (yet) with gcc flags -std=c89
19686      Branch: perl
19687            ! cflags.SH
19688 ____________________________________________________________________________
19689 [ 28591] By: rgs                                   on 2006/07/16  21:42:59
19690         Log: Check for taintedness of PERL5SHELL on Windows
19691              (bug #39832)
19692      Branch: perl
19693            ! taint.c
19694 ____________________________________________________________________________
19695 [ 28590] By: stevep                                on 2006/07/16  19:18:27
19696         Log: Subject: [PATCH] MIME::Base64 quoted-print.t: z/OS (EBCDIC)
19697              From: Jarkko Hietaniemi <jhi@iki.fi>
19698              Date: Sun, 16 Jul 2006 13:11:15 +0300
19699              Message-ID: <44BA10C3.8040007@iki.fi>
19700      Branch: perl
19701            ! ext/MIME/Base64/t/quoted-print.t
19702 ____________________________________________________________________________
19703 [ 28589] By: stevep                                on 2006/07/16  19:12:28
19704         Log: Subject: Re: Fix loads of warnings from the last escaping patch...
19705              From: demerphq <demerphq@gmail.com>
19706              Date: Sun, 16 Jul 2006 19:59:02 +0200
19707              Message-ID: <9b18b3110607161059j276ac869p450aa178150044ae@mail.gmail.com>
19708      Branch: perl
19709            ! dump.c embed.fnc ext/re/re.pm pod/perlapi.pod proto.h
19710            ! regcomp.c regcomp.h
19711 ____________________________________________________________________________
19712 [ 28588] By: stevep                                on 2006/07/16  19:06:01
19713         Log: Subject: [PATCH] perlhack: advertise Configure -Dgccansipedantic
19714              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19715              Date: Sun, 16 Jul 2006 20:27:20 +0300 (EEST)
19716              Message-Id: <200607161727.k6GHRKFk069579@kosh.hut.fi>
19717      Branch: perl
19718            ! pod/perlhack.pod
19719 ____________________________________________________________________________
19720 [ 28587] By: stevep                                on 2006/07/16  15:40:29
19721         Log: Upgrade to Module-Build-0.2803
19722      Branch: perl
19723            ! lib/Module/Build.pm lib/Module/Build/Base.pm
19724            ! lib/Module/Build/Changes
19725 ____________________________________________________________________________
19726 [ 28586] By: stevep                                on 2006/07/16  14:54:58
19727         Log: Upgrade to Test-Simple-0.64
19728      Branch: perl
19729            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
19730            ! lib/Test/Simple/Changes lib/Test/Simple/t/skip.t
19731            ! lib/Test/Simple/t/tbt_01basic.t
19732            ! lib/Test/Simple/t/tbt_05faildiag.t
19733            ! lib/Test/Simple/t/tbt_06errormess.t
19734            ! lib/Test/Simple/t/tbt_07args.t
19735 ____________________________________________________________________________
19736 [ 28585] By: stevep                                on 2006/07/16  13:46:35
19737         Log: various safety/portability tweaks
19738              From: Jarkko Hietaniemi <jhi@iki.fi>
19739              Date: Sat, 15 Jul 2006 22:15:29 +0300
19740              Message-ID: <44B93ED1.7080000@iki.fi>
19741              
19742              Fix for change #28578.
19743      Branch: perl
19744            ! util.c
19745 ____________________________________________________________________________
19746 [ 28584] By: davem                                 on 2006/07/16  00:20:25
19747         Log: run regen_headerds
19748      Branch: perl
19749            ! embed.h global.sym proto.h
19750 ____________________________________________________________________________
19751 [ 28583] By: davem                                 on 2006/07/15  22:14:46
19752         Log: Subject:  [PATCH] comment update for scan_const
19753              From:  SADAHIRO Tomoyuki <bqw10602@nifty.com>
19754              Date:  Sat, 15 Jul 2006 20:16:01 +0900
19755              Message-Id:  <20060715201552.9FA5.BQW10602@nifty.com>
19756      Branch: perl
19757            ! toke.c
19758 ____________________________________________________________________________
19759 [ 28582] By: davem                                 on 2006/07/15  21:59:43
19760         Log: Subject:  Updated escaping code. utf8 regex debug output improvements
19761              From:  demerphq <demerphq@gmail.com>
19762              Date:  Sat, 15 Jul 2006 18:56:03 +0200
19763              Message-Id:  <9b18b3110607150956o6273a16clb1518911d1945d4@mail.gmail.com>
19764      Branch: perl
19765            ! dump.c embed.fnc ext/re/re.pm perl.h regcomp.c regcomp.h
19766            ! regexec.c
19767 ____________________________________________________________________________
19768 [ 28581] By: stevep                                on 2006/07/15  18:57:39
19769         Log: Adding Module::Build::Version missed in upgrade.
19770      Branch: perl
19771            + lib/Module/Build/Version.pm
19772            ! MANIFEST
19773 ____________________________________________________________________________
19774 [ 28580] By: stevep                                on 2006/07/15  15:22:35
19775         Log: Upgrade to ANSIColor-1.11
19776      Branch: perl
19777            + lib/Term/ANSIColor/t/basic.t lib/Term/ANSIColor/t/pod.t
19778            - lib/Term/ANSIColor/test.pl
19779            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
19780            ! lib/Term/ANSIColor/README
19781 ____________________________________________________________________________
19782 [ 28579] By: stevep                                on 2006/07/15  14:46:53
19783         Log: Upgrade to Module-Build-0.2802
19784      Branch: perl
19785            ! lib/Module/Build.pm lib/Module/Build/Base.pm
19786            ! lib/Module/Build/Changes lib/Module/Build/ModuleInfo.pm
19787            ! lib/Module/Build/t/moduleinfo.t
19788            ! lib/Module/Build/t/runthrough.t
19789 ____________________________________________________________________________
19790 [ 28578] By: merijn                                on 2006/07/15  11:53:36
19791         Log: Subject: [PATCH] various safety/portability tweaks
19792              From: Jarkko Hietaniemi <jhi@iki.fi>
19793              Date: Sat, 15 Jul 2006 13:14:32 +0300
19794              Message-ID: <44B8C008.4030300@iki.fi>
19795      Branch: perl
19796            ! pod/perlhack.pod pod/perltodo.pod pp_sys.c sv.c util.c
19797 ____________________________________________________________________________
19798 [ 28577] By: merijn                                on 2006/07/15  11:45:15
19799         Log: Subject: [PATCH] cflags.SH: add missing C files
19800              From: Jarkko Hietaniemi <jhi@iki.fi>
19801              Date: Sat, 15 Jul 2006 12:30:25 +0300
19802              Message-ID: <44B8B5B1.2050902@iki.fi>
19803      Branch: perl
19804            ! cflags.SH
19805 ____________________________________________________________________________
19806 [ 28576] By: merijn                                on 2006/07/15  11:41:59
19807         Log: Subject: [PATCH] Re: [PATCH] cflags.SH: add -std=c89
19808              From: Jarkko Hietaniemi <jhi@iki.fi>
19809              Date: Sat, 15 Jul 2006 12:19:45 +0300
19810              Message-ID: <44B8B331.8090009@iki.fi>
19811      Branch: perl
19812            ! cflags.SH
19813 ____________________________________________________________________________
19814 [ 28575] By: craigb                                on 2006/07/14  18:18:18
19815         Log: overload.t has same locale problem with VMS that it has with dec_osf
19816      Branch: perl
19817            ! t/uni/overload.t
19818 ____________________________________________________________________________
19819 [ 28574] By: craigb                                on 2006/07/14  18:09:40
19820         Log: Make sysconf tests handle unimplemented success indications
19821              for the benefit of Mac OS X and VMS.
19822      Branch: perl
19823            ! ext/POSIX/t/sysconf.t
19824 ____________________________________________________________________________
19825 [ 28573] By: steveh                                on 2006/07/14  14:42:57
19826         Log: Silence a compiler warning on Win32/VC++
19827              
19828              Subject: Re: Smoke [5.9.4] 28569 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
19829              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
19830              Date: Fri, 14 Jul 2006 16:33:01 +0200
19831              Message-Id: <8CC2FF7E-42EE-4B28-A9D2-4FCD8C745004@mailbox.tu-berlin.de>
19832      Branch: perl
19833            ! ext/Hash/Util/FieldHash/FieldHash.xs
19834 ____________________________________________________________________________
19835 [ 28572] By: stevep                                on 2006/07/14  14:38:28
19836         Log: Skip tests for pathconf() and fpathconf() on HP-UX for 
19837              _PC_CHOWN_RESTRICTED.  The HP-UX manpage suggests not trying
19838              to do it, and that the errno will not be set on failure.
19839      Branch: perl
19840            ! ext/POSIX/t/sysconf.t
19841 ____________________________________________________________________________
19842 [ 28571] By: davem                                 on 2006/07/14  11:50:37
19843         Log: remove regex postive super-linear cache code
19844              (it wasn't actually achieving anything)
19845      Branch: perl
19846            ! regexec.c t/op/re_tests
19847 ____________________________________________________________________________
19848 [ 28570] By: merijn                                on 2006/07/14  07:03:08
19849         Log: Subject: [PATCH] -DPERL_GLOBAL_STRUCT_PRIVATE tweaks (done_sanity_check global? yech!)
19850              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19851              Date: Fri, 14 Jul 2006 09:34:09 +0300 (EEST)
19852              Message-Id: <200607140634.k6E6Y9Ia471707@kosh.hut.fi>
19853      Branch: perl
19854            ! hv.c sv.c
19855 ____________________________________________________________________________
19856 [ 28569] By: stevep                                on 2006/07/13  20:31:59
19857         Log: Version bumps for z/OS fixes.
19858      Branch: perl
19859            ! ext/Encode/Encode.pm ext/MIME/Base64/Base64.pm
19860            ! ext/threads/shared/shared.pm
19861 ____________________________________________________________________________
19862 [ 28568] By: stevep                                on 2006/07/13  20:18:59
19863         Log: Subject: [PATCH] z/OS: CPAN-ized ext/ and lib/
19864              From: Jarkko Hietaniemi <jhi@iki.fi>
19865              Date: Thu, 13 Jul 2006 23:10:27 +0300
19866              Message-ID: <44B6A8B3.5070605@iki.fi>
19867      Branch: perl
19868            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
19869            ! ext/Encode/Encode.xs ext/Encode/t/utf8strict.t
19870            ! ext/MIME/Base64/Base64.xs ext/Storable/t/downgrade.t
19871            ! ext/Storable/t/overload.t ext/threads/shared/shared.xs
19872            ! lib/CGI/t/util-58.t lib/Digest/t/base.t lib/Digest/t/file.t
19873            ! lib/Pod/t/pod2html-lib.pl lib/Tie/File/t/09_gen_rs.t
19874 ____________________________________________________________________________
19875 [ 28567] By: merijn                                on 2006/07/13  17:12:00
19876         Log: Subject: [PATCH] z/OS: non-CPAN ext and lib + main() without the third arg + Stephen McCamant's comment
19877              From: Jarkko Hietaniemi <jhi@iki.fi>
19878              Date: Thu, 13 Jul 2006 19:47:29 +0300
19879              Message-ID: <44B67921.6090901@iki.fi>
19880      Branch: perl
19881            ! ext/B/B/Deparse.pm lib/AutoLoader.t lib/DBM_Filter/t/encode.t
19882            ! lib/DBM_Filter/t/utf8.t lib/ExtUtils/Constant/Utils.pm
19883            ! lib/ExtUtils/Embed.pm lib/ExtUtils/t/Embed.t
19884            ! lib/PerlIO/via/t/QuotedPrint.t lib/bytes.t lib/dumpvar.pl
19885            ! lib/utf8.t miniperlmain.c perl.h
19886 ____________________________________________________________________________
19887 [ 28566] By: stevep                                on 2006/07/13  15:46:11
19888         Log: Keep Intel C++ from claiming that it is gcc.
19889      Branch: perl
19890            ! hints/linux.sh
19891 ____________________________________________________________________________
19892 [ 28565] By: stevep                                on 2006/07/13  14:04:18
19893         Log: Clear up a few more warnings from blead.
19894      Branch: perl
19895            ! op.c perl.c reentr.c reentr.pl regexec.c
19896 ____________________________________________________________________________
19897 [ 28564] By: rgs                                   on 2006/07/13  08:46:30
19898         Log: Not everybody has env
19899      Branch: perl
19900            ! pod/perlintro.pod
19901 ____________________________________________________________________________
19902 [ 28563] By: rgs                                   on 2006/07/13  08:40:12
19903         Log: Subject: Re: Misunderstanding escapes in heredocs?
19904              From: demerphq <demerphq@gmail.com>
19905              Date: Sun, 9 Jul 2006 16:42:45 +0200
19906              Message-ID: <9b18b3110607090742gc55b4ffl402d5fadc5bd231e@mail.gmail.com>
19907              
19908              with formatting nits
19909      Branch: perl
19910            ! pod/perlop.pod
19911 ____________________________________________________________________________
19912 [ 28562] By: rgs                                   on 2006/07/13  08:17:04
19913         Log: Additions to perlhack based on a patch by Gabor Szabo
19914      Branch: perl
19915            ! pod/perlhack.pod
19916 ____________________________________________________________________________
19917 [ 28561] By: rgs                                   on 2006/07/13  08:04:44
19918         Log: Nits to the perlintro safety net (by Gabor Szabo and Merijn)
19919      Branch: perl
19920            ! pod/perlintro.pod
19921 ____________________________________________________________________________
19922 [ 28560] By: merijn                                on 2006/07/13  06:50:55
19923         Log: Relink to use temp file forced on current dir in mpeix
19924              Subject: [PATCH] mpeix/relink: tweak from Donna Garverick
19925              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19926              Date: Thu, 13 Jul 2006 08:25:59 +0300 (EEST)
19927              Message-Id: <200607130525.k6D5PxFp251263@kosh.hut.fi>
19928      Branch: perl
19929            ! mpeix/relink
19930 ____________________________________________________________________________
19931 [ 28559] By: rgs                                   on 2006/07/12  13:19:04
19932         Log: Cleanup and conversion to t/test.pl
19933      Branch: perl
19934            ! ext/Devel/Peek/t/Peek.t
19935 ____________________________________________________________________________
19936 [ 28558] By: rgs                                   on 2006/07/12  12:29:58
19937         Log: I prefer array indexes that start from 0 in beginner docs
19938      Branch: perl
19939            ! pod/perlintro.pod
19940 ____________________________________________________________________________
19941 [ 28557] By: rgs                                   on 2006/07/12  12:28:34
19942         Log: Integration of strlcat is to-done (noticed by Yves)
19943      Branch: perl
19944            ! pod/perltodo.pod
19945 ____________________________________________________________________________
19946 [ 28556] By: steveh                                on 2006/07/12  10:28:39
19947         Log: Fix change #28552: VC++ doesn't like code before declarations
19948      Branch: perl
19949            ! ext/Hash/Util/FieldHash/FieldHash.xs
19950 ____________________________________________________________________________
19951 [ 28555] By: rgs                                   on 2006/07/12  09:56:04
19952         Log: Additions and removals in perltodo
19953      Branch: perl
19954            ! pod/perltodo.pod
19955 ____________________________________________________________________________
19956 [ 28554] By: merijn                                on 2006/07/12  09:40:14
19957         Log: Subject: [PATCH] more strictness in perlintro
19958              From: "Gabor Szabo" <szabgab@gmail.com>
19959              Date: Wed, 12 Jul 2006 10:30:06 +0300
19960              Message-ID: <d8a74af10607120030p1964b935y9493e29994a5b371@mail.gmail.com>
19961      Branch: perl
19962            ! pod/perlintro.pod
19963 ____________________________________________________________________________
19964 [ 28553] By: merijn                                on 2006/07/12  09:27:59
19965         Log: Subject: [PATCH] perlinro (use $fh filehandler + not to use built in function name in sub example)
19966              From: "Gabor Szabo" <szabgab@gmail.com>
19967              Date: Wed, 12 Jul 2006 10:51:03 +0300
19968              Message-ID: <d8a74af10607120051t10382a7fw95ce094f0f395490@mail.gmail.com>
19969      Branch: perl
19970            ! pod/perlintro.pod
19971 ____________________________________________________________________________
19972 [ 28552] By: rgs                                   on 2006/07/12  09:00:01
19973         Log: Subject: Re: [PATCH] FieldHash coverity-compliant
19974              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
19975              Date: Wed, 12 Jul 2006 00:45:44 +0200
19976              Message-Id: <7AEBF247-0AF7-46A8-9D61-D38B45FD21EA@mailbox.tu-berlin.de>
19977      Branch: perl
19978            ! ext/Hash/Util/FieldHash/FieldHash.xs
19979 ____________________________________________________________________________
19980 [ 28551] By: rgs                                   on 2006/07/12  08:49:17
19981         Log: Upgrade to PathTools 3.19
19982      Branch: perl
19983            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
19984            ! lib/File/Spec/Unix.pm lib/File/Spec/t/Spec.t
19985 ____________________________________________________________________________
19986 [ 28550] By: merijn                                on 2006/07/12  06:53:22
19987         Log: Subject: [PATCH] z/OS: t/ - mostly EBCDIC fixes
19988              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19989              Date: Wed, 12 Jul 2006 00:01:29 +0300 (EEST)
19990              Message-Id: <200607112101.k6BL1TGr321715@kosh.hut.fi>
19991      Branch: perl
19992            ! t/comp/parser.t t/op/caller.t t/op/chop.t t/op/exec.t
19993            ! t/op/index.t t/op/pack.t t/op/pat.t t/op/sprintf.t
19994            ! t/op/utfhash.t t/run/fresh_perl.t t/uni/case.pl t/uni/class.t
19995 ____________________________________________________________________________
19996 [ 28549] By: rgs                                   on 2006/07/11  17:00:26
19997         Log: A few rough notes for the next perldelta
19998      Branch: perl
19999            ! pod/perl594delta.pod
20000 ____________________________________________________________________________
20001 [ 28548] By: rgs                                   on 2006/07/11  14:55:17
20002         Log: Revert bogus fix for bug #27940, which wasn't really a bug,
20003              and a new test item, as found and suggested by Sadahiro Tomoyuki.
20004      Branch: perl
20005            ! t/op/pat.t toke.c
20006 ____________________________________________________________________________
20007 [ 28547] By: rgs                                   on 2006/07/11  14:06:08
20008         Log: Subject: Re: Misunderstanding escapes in heredocs?
20009              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20010              Date: Sun, 09 Jul 2006 11:57:42 +0900
20011              Message-Id: <20060709115613.78FF.BQW10602@nifty.com>
20012      Branch: perl
20013            ! pod/perlop.pod
20014 ____________________________________________________________________________
20015 [ 28546] By: stevep                                on 2006/07/11  12:31:10
20016         Log: Upgrade to Text-Tabs+Wrap-2006.0711.  Keep the local changes from
20017              change #27541.  Also, leave out the test files Jacobson.t and 
20018              Jacobson2.t which both generated several warnings.
20019      Branch: perl
20020            + lib/Text/TabsWrap/t/37000.t lib/Text/TabsWrap/t/39548.t
20021            + lib/Text/TabsWrap/t/Jochen.t lib/Text/TabsWrap/t/belg4mit.t
20022            + lib/Text/TabsWrap/t/sep.t lib/Text/TabsWrap/t/sep2.t
20023            ! MANIFEST lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG
20024            ! lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
20025 ____________________________________________________________________________
20026 [ 28545] By: steveh                                on 2006/07/11  11:26:17
20027         Log: Fix change #28533: my_strlcpy does not return the dest str!
20028      Branch: perl
20029            ! util.c
20030 ____________________________________________________________________________
20031 [ 28544] By: rgs                                   on 2006/07/11  09:29:23
20032         Log: Adjust test count in threads test
20033      Branch: perl
20034            ! ext/threads/t/kill.t
20035 ____________________________________________________________________________
20036 [ 28543] By: rgs                                   on 2006/07/11  09:27:25
20037         Log: Subject: [PATCH] threads 1.36 - Signalling terminated threads core dumps
20038              From: "Jerry D. Hedden" <jerry@hedden.us>
20039              Date: Mon, 10 Jul 2006 13:28:25 -0700
20040              Message-ID: <20060710132825.fb30e530d17747c2b054d625b8945d88.5bdc82d2c0.wbe@email.secureserver.net>
20041      Branch: perl
20042            ! ext/threads/Changes ext/threads/README ext/threads/t/kill.t
20043            ! ext/threads/t/thread.t ext/threads/threads.pm
20044            ! ext/threads/threads.xs
20045 ____________________________________________________________________________
20046 [ 28542] By: rgs                                   on 2006/07/11  08:06:26
20047         Log: Subject: [PATCH] FieldHash coverity-compliant
20048              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
20049              Date: Mon, 10 Jul 2006 21:30:15 +0200
20050              Message-Id: <9C6C104C-8040-489A-BB35-40D22BC48AFC@mailbox.tu-berlin.de>
20051      Branch: perl
20052            ! ext/Hash/Util/FieldHash/FieldHash.xs
20053            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
20054            ! ext/Hash/Util/FieldHash/t/02_function.t
20055            ! ext/Hash/Util/FieldHash/t/04_thread.t
20056 ____________________________________________________________________________
20057 [ 28541] By: rgs                                   on 2006/07/11  07:55:21
20058         Log: Subject: [PATCH] Re: [perl #39634] gcc 3.3 has problems with __attribute__((unused))
20059              From: Andy Dougherty <doughera@lafayette.edu>
20060              Date: Mon, 10 Jul 2006 13:16:27 -0400 (EDT)
20061              Message-ID: <Pine.LNX.4.62.0607101312540.24708@fractal.phys.lafayette.edu>
20062      Branch: perl
20063            ! perl.h
20064 ____________________________________________________________________________
20065 [ 28540] By: rgs                                   on 2006/07/11  07:48:24
20066         Log: Subject: [PATCH] sysconf.t: still failing in tru64, try harder to skip
20067              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
20068              Date: Tue, 11 Jul 2006 09:23:08 +0300 (EEST)
20069              Message-Id: <200607110623.k6B6N8Ni488812@kosh.hut.fi>
20070      Branch: perl
20071            ! ext/POSIX/t/sysconf.t
20072 ____________________________________________________________________________
20073 [ 28539] By: rgs                                   on 2006/07/10  20:14:34
20074         Log: Subject: [PATCH] z/OS: hints/os390.sh and Makefile.SH
20075              From: Jarkko Hietaniemi <jhi@iki.fi>
20076              Date: Mon, 10 Jul 2006 22:55:33 +0300
20077              Message-ID: <44B2B0B5.3000008@iki.fi>
20078      Branch: perl
20079            ! Makefile.SH hints/os390.sh
20080 ____________________________________________________________________________
20081 [ 28538] By: rgs                                   on 2006/07/10  19:42:18
20082         Log: Update Changes
20083      Branch: perl
20084            ! Changes
20085 ____________________________________________________________________________
20086 [ 28537] By: stevep                                on 2006/07/10  19:28:54
20087         Log: Subject: [PATCH] perlhack: argh...
20088              From: Jarkko Hietaniemi <jhi@iki.fi>
20089              Date: Mon, 10 Jul 2006 21:07:35 +0300
20090              Message-ID: <44B29767.4040606@iki.fi>
20091      Branch: perl
20092            ! pod/perlhack.pod
20093 ____________________________________________________________________________
20094 [ 28536] By: stevep                                on 2006/07/10  19:12:07
20095         Log: Restoring change #28523 accidentilly reverted with change #28528.
20096      Branch: perl
20097            ! doio.c
20098 ____________________________________________________________________________
20099 [ 28535] By: stevep                                on 2006/07/10  18:26:25
20100         Log: Fix another empty if-statement warning
20101      Branch: perl
20102            ! sv.c
20103 ____________________________________________________________________________
20104 [ 28534] By: stevep                                on 2006/07/10  18:17:30
20105         Log: Silence empty if-statement warning.
20106      Branch: perl
20107            ! universal.c
20108 ____________________________________________________________________________
20109 [ 28533] By: stevep                                on 2006/07/10  17:23:02
20110         Log: Convert some low hanging fruit to my_strlcpy/my_strlcat.
20111      Branch: perl
20112            ! doio.c mg.c pp_sys.c toke.c util.c
20113 ____________________________________________________________________________
20114 [ 28532] By: rgs                                   on 2006/07/10  17:09:38
20115         Log: POD fixes in perlhack
20116      Branch: perl
20117            ! pod/perlhack.pod
20118 ____________________________________________________________________________
20119 [ 28531] By: rgs                                   on 2006/07/10  17:07:43
20120         Log: Typo found by Craig Berry
20121      Branch: perl
20122            ! pod/perlhack.pod
20123 ____________________________________________________________________________
20124 [ 28530] By: rgs                                   on 2006/07/10  17:05:12
20125         Log: More perlhack portability additions by Jarkko
20126      Branch: perl
20127            ! pod/perlhack.pod
20128 ____________________________________________________________________________
20129 [ 28529] By: rgs                                   on 2006/07/10  14:04:00
20130         Log: Subject: [PATCH] threads 1.35 - Borland compiler fix
20131              From: "Jerry D. Hedden" <jerry@hedden.us>
20132              Date: Mon, 10 Jul 2006 06:49:34 -0700
20133              Message-ID: <20060710064934.fb30e530d17747c2b054d625b8945d88.384e3b280c.wbe@email.secureserver.net>
20134      Branch: perl
20135            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
20136            ! ext/threads/threads.pm ext/threads/threads.xs
20137 ____________________________________________________________________________
20138 [ 28528] By: stevep                                on 2006/07/10  13:55:39
20139         Log: Change existing uses of strlcpy()/strlcat() to use new my_strlcpy()/
20140              my_strlcat() API.  Convert ext/File/Glob/bsd_glob.c to use 
20141              my_strlcat().  Add to the strlcy()/strlcat() todo entry.
20142      Branch: perl
20143            ! doio.c ext/File/Glob/bsd_glob.c pod/perltodo.pod pp_ctl.c
20144            ! util.c
20145 ____________________________________________________________________________
20146 [ 28527] By: rgs                                   on 2006/07/10  12:46:41
20147         Log: Subject: [PATCH] perlhack: more portability musings
20148              From: Jarkko Hietaniemi <jhi@iki.fi>
20149              Date: Mon, 10 Jul 2006 15:41:10 +0300
20150              Message-ID: <44B24AE6.6030708@iki.fi>
20151      Branch: perl
20152            ! pod/perlhack.pod
20153 ____________________________________________________________________________
20154 [ 28526] By: rgs                                   on 2006/07/10  12:01:20
20155         Log: Subject: examples in the core documentation
20156              From: "Gabor Szabo" <szabgab@gmail.com>
20157              Date: Sun, 9 Jul 2006 15:44:47 +0200
20158              Message-ID: <d8a74af10607090644o5c1ee3b2p98f6aa9301898b44@mail.gmail.com>
20159      Branch: perl
20160            ! pod/perlfunc.pod
20161 ____________________________________________________________________________
20162 [ 28525] By: stevep                                on 2006/07/10  11:28:24
20163         Log: Add Russ Allbery's public domain implementations of strlcat and
20164              strlcpy as Perl_my_strlcat and Perl_my_strlcpy to the Perl core.
20165              Thanks Russ!
20166      Branch: perl
20167            ! embed.fnc embed.h global.sym perl.h proto.h util.c
20168 ____________________________________________________________________________
20169 [ 28524] By: rgs                                   on 2006/07/10  10:16:53
20170         Log: Add a macro to remove duplicated code
20171              
20172              Subject: Re: cut-and-paste findings for blead 28504
20173              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20174              Date: Sun, 09 Jul 2006 13:47:04 +0900
20175              Message-Id: <20060709134236.E51A.BQW10602@nifty.com>
20176      Branch: perl
20177            ! pp_sort.c
20178 ____________________________________________________________________________
20179 [ 28523] By: rgs                                   on 2006/07/10  10:11:22
20180         Log: Fix a signed/unsigned warning
20181      Branch: perl
20182            ! doio.c
20183 ____________________________________________________________________________
20184 [ 28522] By: rgs                                   on 2006/07/10  09:53:33
20185         Log: Pod cleanup in Shell.pm
20186      Branch: perl
20187            ! lib/Shell.pm
20188 ____________________________________________________________________________
20189 [ 28521] By: merijn                                on 2006/07/10  07:41:25
20190         Log: Even Jarkko's patches should go in only once
20191              Subject: [PATCH] undouble Jarkko's patch
20192              From: andy@petdance.com (Andy Lester)
20193              Date: Mon, 10 Jul 2006 00:22:18 -0500
20194              Message-ID: <20060710052218.GA7477@petdance.com>
20195      Branch: perl
20196            ! pod/perlhack.pod
20197 ____________________________________________________________________________
20198 [ 28520] By: stevep                                on 2006/07/10  03:07:59
20199         Log: Subject: [PATCH] Skip tests of a POSIX constant on Mac OS X because saved IDs are borked
20200              From: Dominic Dunlop <shouldbedomo@mac.com>
20201              Date: Sun, 9 Jul 2006 22:22:14 +0200
20202              Message-Id: <F1942C06-CDE3-47C6-AC5A-4358960E0F6E@mac.com>
20203      Branch: perl
20204            ! ext/POSIX/t/sysconf.t
20205 ____________________________________________________________________________
20206 [ 28519] By: stevep                                on 2006/07/10  00:29:02
20207         Log: Clear up test based on line number differences between the core and the
20208              Test-Simple version.
20209      Branch: perl
20210            ! lib/Test/Simple/t/tbt_01basic.t
20211 ____________________________________________________________________________
20212 [ 28518] By: nicholas                              on 2006/07/09  21:56:18
20213         Log: Tweak for Jarkko's addition to perlhack, suggested by Yves.
20214      Branch: perl
20215            ! pod/perlhack.pod
20216 ____________________________________________________________________________
20217 [ 28517] By: stevep                                on 2006/07/09  20:51:48
20218         Log: Hmmm...patch didn't warn about rejects in tbt_01basic.t.
20219      Branch: perl
20220            ! lib/Test/Simple/t/tbt_01basic.t
20221 ____________________________________________________________________________
20222 [ 28516] By: merijn                                on 2006/07/09  18:50:01
20223         Log: Subject: [PATCH] some coding guidelines/tips to perlhack (+ one perltodo)
20224              From: Jarkko Hietaniemi <jhi@iki.fi>
20225              Date: Sun, 09 Jul 2006 19:42:10 +0300
20226              Message-ID: <44B131E2.8050805@iki.fi>
20227      Branch: perl
20228            ! pod/perlhack.pod pod/perltodo.pod
20229 ____________________________________________________________________________
20230 [ 28515] By: stevep                                on 2006/07/09  13:57:25
20231         Log: Subject: [PATCH] perlhack.pod
20232              From: Jarkko Hietaniemi <jhi@iki.fi>
20233              Date: Sun, 09 Jul 2006 14:55:20 +0300
20234              Message-ID: <44B0EEA8.4080003@iki.fi>
20235      Branch: perl
20236            ! pod/perlhack.pod
20237 ____________________________________________________________________________
20238 [ 28514] By: stevep                                on 2006/07/09  13:51:37
20239         Log: Upgrade to Test-Simple-0.63
20240      Branch: perl
20241            ! lib/Test/Builder.pm lib/Test/Builder/Tester.pm
20242            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
20243            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/tbt_01basic.t
20244            ! lib/Test/Simple/t/tbt_05faildiag.t
20245 ____________________________________________________________________________
20246 [ 28513] By: mhx                                   on 2006/07/09  08:19:33
20247         Log: Integrate mkppport. All ppport.h files in the core will now
20248              be autogenerated at build time (and removed during cleanup).
20249      Branch: perl
20250            + mkppport mkppport.lst
20251            - ext/Compress/Raw/Zlib/ppport.h ext/Cwd/ppport.h
20252            - ext/Digest/SHA/ppport.h ext/Sys/Syslog/ppport.h
20253            - ext/Time/HiRes/ppport.h win32/ext/Win32API/File/ppport.h
20254            ! MANIFEST Makefile.SH vms/descrip_mms.template win32/Makefile
20255            ! win32/Makefile.ce win32/makefile.mk
20256 ____________________________________________________________________________
20257 [ 28512] By: stevep                                on 2006/07/08  18:08:07
20258         Log: Subject: [PATCH] Macroize vast tracks of duplicated code in regexec.c
20259              From: demerphq <demerphq@gmail.com>
20260              Date: Sat, 8 Jul 2006 17:48:34 +0200
20261              Message-ID: <9b18b3110607080848u663b114ag86f76ac5c9c9d5e@mail.gmail.com>
20262              
20263              Removing duplicated regexp trie-related code.
20264      Branch: perl
20265            ! regexec.c
20266 ____________________________________________________________________________
20267 [ 28511] By: stevep                                on 2006/07/08  18:00:17
20268         Log: Subject: [PATCH] optimisation for File::Spec::abs2rel where both args are relative
20269              From: Brendan O'Dea <bod@debian.org>
20270              Date: Thu, 6 Jul 2006 01:02:41 +1000
20271              Message-ID: <20060705150241.GA2244@londo.c47.org>
20272      Branch: perl
20273            ! lib/File/Spec/Unix.pm
20274 ____________________________________________________________________________
20275 [ 28510] By: stevep                                on 2006/07/08  17:51:43
20276         Log: Subject: [PATCH] perl5db.pl: read full lines from remote socket
20277              From: Brendan O'Dea <bod@debian.org>
20278              Date: Sat, 8 Jul 2006 13:27:50 +1000
20279              Message-ID: <20060708032750.GA20454@londo.c47.org>
20280      Branch: perl
20281            ! lib/perl5db.pl
20282 ____________________________________________________________________________
20283 [ 28509] By: stevep                                on 2006/07/08  17:47:24
20284         Log: Making encoding::warnings lexical is to-done.
20285      Branch: perl
20286            ! pod/perltodo.pod
20287 ____________________________________________________________________________
20288 [ 28508] By: stevep                                on 2006/07/08  17:28:36
20289         Log: Subject: Skip some POSIX tests when the thing they are testing is unimplemented
20290              From: demerphq <demerphq@gmail.com>
20291              Date: Sat, 8 Jul 2006 17:55:09 +0200
20292              Message-ID: <9b18b3110607080855g73407c4fx41a578815c2a6da2@mail.gmail.com>
20293      Branch: perl
20294            ! ext/POSIX/t/sysconf.t ext/POSIX/t/termios.t
20295 ____________________________________________________________________________
20296 [ 28507] By: mhx                                   on 2006/07/08  16:27:10
20297         Log: Upgrade to Devel::PPPort 3.09
20298      Branch: perl
20299            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
20300            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort_pm.PL
20301            ! ext/Devel/PPPort/parts/apidoc.fnc
20302            ! ext/Devel/PPPort/parts/base/5009004
20303            ! ext/Devel/PPPort/parts/embed.fnc
20304            ! ext/Devel/PPPort/parts/inc/podtest
20305            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
20306            ! ext/Devel/PPPort/t/podtest.t
20307 ____________________________________________________________________________
20308 [ 28506] By: stevep                                on 2006/07/08  14:50:33
20309         Log: Update Audrey Tang's email throughout various files.
20310      Branch: perl
20311            ! AUTHORS Porting/Maintainers.pl Porting/checkAUTHORS.pl
20312 ____________________________________________________________________________
20313 [ 28505] By: merijn                                on 2006/07/08  09:04:56
20314         Log: POSIX test improvements on True64
20315              Subject: [PATCH] the new POSIX tests
20316              From: Jarkko Hietaniemi <jhi@iki.fi>
20317              Date: Sat, 08 Jul 2006 11:43:05 +0300
20318              Message-ID: <44AF7019.3070509@iki.fi>
20319      Branch: perl
20320            ! ext/POSIX/POSIX.pod ext/POSIX/t/sysconf.t
20321            ! ext/POSIX/t/termios.t
20322 ____________________________________________________________________________
20323 [ 28504] By: stevep                                on 2006/07/08  01:14:28
20324         Log: Upgrade to encoding-warnings-0.10
20325      Branch: perl
20326            + lib/encoding/warnings/t/4-lexical.t
20327            ! MANIFEST lib/encoding/warnings.pm
20328            ! lib/encoding/warnings/t/3-normal.t
20329 ____________________________________________________________________________
20330 [ 28503] By: stevep                                on 2006/07/07  18:38:01
20331         Log: Subject: [PATCH] Test scripts for I18N::Langinfo and POSIX
20332              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
20333              Date: Fri, 07 Jul 2006 11:02:31 +0200
20334              Message-ID: <1152262951.44ae23272ffa0@imp3-g19.free.fr>
20335              
20336              Only includes changes to:
20337              * ext/I18N/Langinfo/t/Langinfo.t
20338              * ext/POSIX/t/sysconf.t
20339              * ext/POSIX/t/termios.t
20340      Branch: perl
20341            + ext/POSIX/t/sysconf.t ext/POSIX/t/termios.t
20342            ! MANIFEST ext/I18N/Langinfo/t/Langinfo.t
20343 ____________________________________________________________________________
20344 [ 28502] By: rgs                                   on 2006/07/07  14:52:15
20345         Log: Subject: Re: Dual life for Shell.pm
20346              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
20347              Date: Thu, 6 Jul 2006 13:02:23 -0300
20348              Message-ID: <73ddeb6c0607060902tc471f84sf1bb841b6e9ecddf@mail.gmail.com>
20349      Branch: perl
20350            ! lib/Shell.pm lib/Shell.t
20351 ____________________________________________________________________________
20352 [ 28501] By: rgs                                   on 2006/07/07  14:12:59
20353         Log: Subject: [PATCH] threads 1.34 - state methods
20354              From: "Jerry D. Hedden" <jerry@hedden.us>
20355              Date: Thu, 06 Jul 2006 07:33:13 -0700
20356              Message-ID: <20060706073313.fb30e530d17747c2b054d625b8945d88.baa39d91bc.wbe@email.secureserver.net>
20357      Branch: perl
20358            + ext/threads/t/state.t
20359            ! MANIFEST ext/threads/Changes ext/threads/README
20360            ! ext/threads/t/context.t ext/threads/t/thread.t
20361            ! ext/threads/threads.pm ext/threads/threads.xs
20362 ____________________________________________________________________________
20363 [ 28500] By: rgs                                   on 2006/07/07  13:23:45
20364         Log: Subject: More escaping in the RE
20365              From: demerphq <demerphq@gmail.com>
20366              Date: Fri, 7 Jul 2006 10:40:40 +0200
20367              Message-ID: <9b18b3110607070140p5cb2c58ftcadbcd113a58c3af@mail.gmail.com>
20368              
20369              (with tweaks)
20370      Branch: perl
20371            ! regcomp.c regcomp.h regexec.c
20372 ____________________________________________________________________________
20373 [ 28499] By: rgs                                   on 2006/07/07  09:50:35
20374         Log: Fix the implementation of list assignment to state().
20375      Branch: perl
20376            ! op.c t/lib/warnings/op t/op/state.t
20377 ____________________________________________________________________________
20378 [ 28498] By: rgs                                   on 2006/07/06  16:55:57
20379         Log: The state() implementation is not yet perfect. Check in a new todo test
20380      Branch: perl
20381            ! t/op/state.t
20382 ____________________________________________________________________________
20383 [ 28497] By: rgs                                   on 2006/07/06  16:35:37
20384         Log: Error in the formulation of the new warning, spotted by Dominic Dunlop
20385      Branch: perl
20386            ! pod/perldiag.pod
20387 ____________________________________________________________________________
20388 [ 28496] By: rgs                                   on 2006/07/06  15:49:30
20389         Log: Add a new warning, "State variable %s will be reinitialized"
20390      Branch: perl
20391            ! op.c pod/perldiag.pod t/lib/warnings/op
20392 ____________________________________________________________________________
20393 [ 28495] By: stevep                                on 2006/07/06  15:38:51
20394         Log: Upgrade to Module-Build-0.2801.
20395      Branch: perl
20396            ! lib/Module/Build.pm lib/Module/Build/Base.pm
20397            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
20398            ! lib/Module/Build/Cookbook.pm lib/Module/Build/Platform/Unix.pm
20399            ! lib/Module/Build/Platform/Windows.pm lib/Module/Build/YAML.pm
20400            ! lib/Module/Build/t/extend.t lib/Module/Build/t/lib/MBTest.pm
20401            ! lib/Module/Build/t/mbyaml.t lib/Module/Build/t/runthrough.t
20402 ____________________________________________________________________________
20403 [ 28494] By: stevep                                on 2006/07/06  15:18:58
20404         Log: Math-Complex now dual-lived with Jarkko Hietaniemi as the maintainer.
20405              Also, sync'ing up with the CPAN version of the module.
20406      Branch: perl
20407            ! Porting/Maintainers.pl lib/Math/Complex.pm lib/Math/Complex.t
20408            ! lib/Math/Trig.pm lib/Math/Trig.t
20409 ____________________________________________________________________________
20410 [ 28493] By: rgs                                   on 2006/07/06  14:31:55
20411         Log: Document state() variables in perlsub
20412      Branch: perl
20413            ! pod/perlsub.pod
20414 ____________________________________________________________________________
20415 [ 28492] By: stevep                                on 2006/07/06  14:12:56
20416         Log: Alphabetizing function names in perlfunc lists. 
20417      Branch: perl
20418            ! pod/perlfunc.pod
20419 ____________________________________________________________________________
20420 [ 28491] By: rgs                                   on 2006/07/06  13:36:57
20421         Log: Mention state variables in perldiag. Add switch-related keywords
20422              in the keyword listing section in perlfunc. Add a summary of
20423              C<state> in perlfunc. Fix a typo in the synopsis for C<our>.
20424              Don't say that C<my $_> is illegal in perlsub.
20425      Branch: perl
20426            ! pod/perldiag.pod pod/perlfunc.pod pod/perlsub.pod
20427 ____________________________________________________________________________
20428 [ 28490] By: rgs                                   on 2006/07/06  09:01:16
20429         Log: Introduce a new function, pv_escape(), to display contents of PVs
20430              that might contain non printable chars.
20431              
20432              Subject: Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
20433              From: demerphq <demerphq@gmail.com>
20434              Date: Wed, 5 Jul 2006 20:40:58 +0200
20435              Message-ID: <9b18b3110607051140n10c211a1jf17d3b7914d6f68b@mail.gmail.com>
20436      Branch: perl
20437            ! dump.c embed.fnc embed.h global.sym perl.h pod/perlapi.pod
20438            ! proto.h reentr.c regexec.c t/lib/warnings/9uninit
20439 ____________________________________________________________________________
20440 [ 28489] By: rgs                                   on 2006/07/05  21:00:31
20441         Log: Implement handling of state variables in list assignment
20442      Branch: perl
20443            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/state.t
20444 ____________________________________________________________________________
20445 [ 28488] By: rgs                                   on 2006/07/05  20:00:10
20446         Log: Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN op when the left
20447              side is made out a list declared with our(). In this case OPpLVAL_INTRO
20448              isn't set on the left op, so we just remove that check. Add new tests.
20449      Branch: perl
20450            ! op.c t/op/array.t
20451 ____________________________________________________________________________
20452 [ 28487] By: rgs                                   on 2006/07/05  19:49:36
20453         Log: Adjust test count after introducing new constants in POSIX
20454      Branch: perl
20455            ! ext/B/t/concise-xs.t
20456 ____________________________________________________________________________
20457 [ 28486] By: stevep                                on 2006/07/05  16:27:16
20458         Log: Add constants needed for recvmsg()/sendmsg() support.
20459      Branch: perl
20460            ! ext/POSIX/Makefile.PL
20461 ____________________________________________________________________________
20462 [ 28485] By: stevep                                on 2006/07/05  15:40:05
20463         Log: Skip lib/Memoize/t/tie_ndbm.t if $TMP is not writable.
20464      Branch: perl
20465            ! lib/Memoize/t/tie_ndbm.t
20466 ____________________________________________________________________________
20467 [ 28484] By: rgs                                   on 2006/07/05  14:10:18
20468         Log: Add a TODO test for list assignment to a list of state variables.
20469              Not sure yet how to encode in the optree the information that
20470              state($x, $y) and (state $x, state $y) must be treated differently.
20471      Branch: perl
20472            ! t/op/state.t
20473 ____________________________________________________________________________
20474 [ 28483] By: rgs                                   on 2006/07/05  12:48:57
20475         Log: Don't add extra warning flags for gcc versions < 3.
20476      Branch: perl
20477            ! cflags.SH
20478 ____________________________________________________________________________
20479 [ 28482] By: rgs                                   on 2006/07/05  08:53:56
20480         Log: Make the distclean target remove lib/Hash correctly
20481      Branch: perl
20482            ! Makefile.SH
20483 ____________________________________________________________________________
20484 [ 28481] By: craigb                                on 2006/07/05  02:31:06
20485         Log: Subject: [PATCH] RE: [PATCH] threads 1.33
20486              From: "Jerry D. Hedden" <jdhedden@cpan.org>
20487              Message-id: <20060704171845.fb30e530d17747c2b054d625b8945d88.f0db2cab53.wbe@email.secureserver.net>
20488              Date: Tue, 04 Jul 2006 17:18:45 -0700
20489              
20490              exiting from threads works differently on VMS
20491      Branch: perl
20492            ! ext/threads/t/exit.t
20493 ____________________________________________________________________________
20494 [ 28480] By: craigb                                on 2006/07/04  21:27:42
20495         Log: fix signed/unsigned nit in reentr.c
20496      Branch: perl
20497            ! reentr.c
20498 ____________________________________________________________________________
20499 [ 28479] By: craigb                                on 2006/07/04  19:08:16
20500         Log: fix type mismatch warning caused by return statement lurking in DIE macro
20501      Branch: perl
20502            ! doio.c
20503 ____________________________________________________________________________
20504 [ 28478] By: nicholas                              on 2006/07/04  18:58:10
20505         Log: Subject: [PATCH] more warning-silencing in FieldHash
20506              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
20507              Message-Id: <CE8BC13E-8BE5-4743-803C-6DF0D1FB2010@mailbox.tu-berlin.de>
20508              Date: Tue, 4 Jul 2006 19:42:12 +0200
20509      Branch: perl
20510            ! ext/Hash/Util/FieldHash/FieldHash.xs
20511            ! ext/Hash/Util/FieldHash/t/02_function.t
20512            ! ext/Hash/Util/FieldHash/t/05_perlhook.t
20513 ____________________________________________________________________________
20514 [ 28477] By: rgs                                   on 2006/07/04  12:04:58
20515         Log: Subject: [PATCH] consting and localizing in universal.c
20516              From: andy@petdance.com (Andy Lester)
20517              Date: Mon, 3 Jul 2006 17:41:48 -0500
20518              Message-ID: <20060703224148.GA14449@petdance.com>
20519      Branch: perl
20520            ! embed.fnc proto.h universal.c
20521 ____________________________________________________________________________
20522 [ 28476] By: rgs                                   on 2006/07/04  09:42:12
20523         Log: Subject: [PATCH] toke.c consting and localizing
20524              From: andy@petdance.com (Andy Lester)
20525              Date: Mon, 3 Jul 2006 17:42:50 -0500
20526              Message-ID: <20060703224250.GA14481@petdance.com>
20527      Branch: perl
20528            ! toke.c
20529 ____________________________________________________________________________
20530 [ 28475] By: rgs                                   on 2006/07/04  09:37:10
20531         Log: Subject: [PATCH] threads 1.33
20532              From: "Jerry D. Hedden" <jdhedden@cpan.org>
20533              Date: Mon, 03 Jul 2006 09:01:53 -0700
20534              Message-ID: <20060703090153.fb30e530d17747c2b054d625b8945d88.b26e047e0f.wbe@email.secureserver.net>
20535      Branch: perl
20536            + ext/threads/t/exit.t
20537            ! MANIFEST ext/threads/Changes ext/threads/README
20538            ! ext/threads/t/blocks.t ext/threads/t/context.t
20539            ! ext/threads/t/end.t ext/threads/t/free.t ext/threads/t/free2.t
20540            ! ext/threads/t/join.t ext/threads/t/thread.t
20541            ! ext/threads/threads.pm ext/threads/threads.xs
20542 ____________________________________________________________________________
20543 [ 28474] By: mhx                                   on 2006/07/03  21:40:58
20544         Log: Upgrade to Devel::PPPort 3.08_07
20545      Branch: perl
20546            + ext/Devel/PPPort/PPPort.xs
20547            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
20548            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
20549            ! ext/Devel/PPPort/parts/inc/ppphbin
20550            ! ext/Devel/PPPort/parts/inc/ppphdoc
20551            ! ext/Devel/PPPort/parts/inc/ppphtest ext/Devel/PPPort/soak
20552            ! ext/Devel/PPPort/t/ppphtest.t
20553 ____________________________________________________________________________
20554 [ 28473] By: stevep                                on 2006/07/03  18:09:01
20555         Log: Allow stat() and -X file tests work on dirhandles.
20556      Branch: perl
20557            ! doio.c pod/perlfunc.pod pp_sys.c t/op/stat.t
20558 ____________________________________________________________________________
20559 [ 28472] By: rgs                                   on 2006/07/03  16:51:05
20560         Log: Subject: [PATCH] embed.pl enhancements
20561              From: andy@petdance.com (Andy Lester)
20562              Date: Sun, 2 Jul 2006 12:11:39 -0500
20563              Message-ID: <20060702171139.GA20266@petdance.com>
20564              
20565              Add experimental (and optional) splint support
20566      Branch: perl
20567            ! embed.pl perlapi.c
20568 ____________________________________________________________________________
20569 [ 28471] By: rgs                                   on 2006/07/03  16:40:19
20570         Log: Subject: [PATCH] Makefile splint support
20571              From: andy@petdance.com (Andy Lester)
20572              Date: Sun, 2 Jul 2006 12:19:08 -0500
20573              Message-ID: <20060702171908.GA20443@petdance.com>
20574      Branch: perl
20575            ! Makefile.SH
20576 ____________________________________________________________________________
20577 [ 28470] By: rgs                                   on 2006/07/03  16:36:14
20578         Log: Subject: [PATCH] DProf.xs patch
20579              From: andy@petdance.com (Andy Lester)
20580              Date: Sun, 2 Jul 2006 12:17:08 -0500
20581              Message-ID: <20060702171708.GA20392@petdance.com>
20582      Branch: perl
20583            ! ext/Devel/DProf/DProf.xs
20584 ____________________________________________________________________________
20585 [ 28469] By: rgs                                   on 2006/07/03  09:39:42
20586         Log: Subject: [PATCH] mg.c cleanups
20587              From: andy@petdance.com (Andy Lester)
20588              Date: Sun, 2 Jul 2006 12:33:36 -0500
20589              Message-ID: <20060702173336.GA20641@petdance.com>
20590      Branch: perl
20591            ! mg.c
20592 ____________________________________________________________________________
20593 [ 28468] By: rgs                                   on 2006/07/03  09:34:44
20594         Log: Subject: [PATCH] Clean up mathoms.c
20595              From: andy@petdance.com (Andy Lester)
20596              Date: Sun, 2 Jul 2006 12:24:45 -0500
20597              Message-ID: <20060702172445.GA20521@petdance.com>
20598      Branch: perl
20599            ! mathoms.c
20600 ____________________________________________________________________________
20601 [ 28467] By: steveh                                on 2006/07/03  08:23:03
20602         Log: Subject: Re: Win32API::File now in core
20603              From: demerphq <demerphq@gmail.com>
20604              Date: Sun, 2 Jul 2006 15:19:58 +0200
20605              Message-ID: <9b18b3110607020619s4c4480d8ra3e681aee69a8d7@mail.gmail.com>
20606              
20607              Sync blead with Win32API-File-0.1001
20608              (plus change to sync README too)
20609      Branch: perl
20610            ! win32/ext/Win32API/File/Changes
20611            ! win32/ext/Win32API/File/File.pm win32/ext/Win32API/File/README
20612 ____________________________________________________________________________
20613 [ 28466] By: davem                                 on 2006/07/02  22:47:24
20614         Log: silence a compiler warning
20615      Branch: perl
20616            ! regexec.c
20617 ____________________________________________________________________________
20618 [ 28465] By: davem                                 on 2006/07/02  19:30:49
20619         Log: remove some unnecessary uses of WITH_THR
20620      Branch: perl
20621            ! mg.c op.c
20622 ____________________________________________________________________________
20623 [ 28464] By: craigb                                on 2006/07/02  18:06:36
20624         Log: s/have a more/have more/ typo fix in perlfaq4
20625      Branch: perl
20626            ! pod/perlfaq4.pod
20627 ____________________________________________________________________________
20628 [ 28463] By: davem                                 on 2006/07/02  16:31:10
20629         Log: Subject:  [PATCH] Synchronize ExtUtils::Instal 1.41
20630              From:  demerphq <demerphq@gmail.com>
20631              Date:  Sun, 2 Jul 2006 16:23:21 +0200
20632              Message-Id:  <9b18b3110607020723h1765f051hda802b6682a99df0@mail.gmail.com>
20633              
20634              Sync ExtUtils::Install with CPAN (just trivially change version nos)
20635      Branch: perl
20636            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
20637            ! lib/ExtUtils/Packlist.pm
20638 ____________________________________________________________________________
20639 [ 28462] By: davem                                 on 2006/07/02  15:34:23
20640         Log: 
20641              From: demerphq <demerphq@gmail.com>
20642              Date: Sun, 2 Jul 2006 15:13:20 +0200
20643              Subject: Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
20644              Message-ID: <9b18b3110607020613u1ab782dam2c425da61deb1876@mail.gmail.com>
20645              
20646              add test for patch #28417
20647      Branch: perl
20648            ! t/op/pat.t
20649 ____________________________________________________________________________
20650 [ 28461] By: rgs                                   on 2006/06/30  16:33:57
20651         Log: Must not forget that.
20652      Branch: perl
20653            ! pod/perltodo.pod
20654 ____________________________________________________________________________
20655 [ 28460] By: steveh                                on 2006/06/30  13:46:06
20656         Log: Add Win32API::File to the core
20657              
20658              For discussions, see the thread starting here:
20659              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-06/msg00710.html
20660      Branch: perl
20661            + win32/ext/Win32API/File/Changes
20662            + win32/ext/Win32API/File/ExtUtils/Myconst2perl.pm
20663            + win32/ext/Win32API/File/File.pm
20664            + win32/ext/Win32API/File/File.xs
20665            + win32/ext/Win32API/File/Makefile.PL
20666            + win32/ext/Win32API/File/README
20667            + win32/ext/Win32API/File/buffers.h
20668            + win32/ext/Win32API/File/cFile.h
20669            + win32/ext/Win32API/File/cFile.pc
20670            + win32/ext/Win32API/File/const2perl.h
20671            + win32/ext/Win32API/File/ppport.h
20672            + win32/ext/Win32API/File/t/file.t
20673            + win32/ext/Win32API/File/t/tie.t
20674            + win32/ext/Win32API/File/typemap
20675            ! MANIFEST Porting/Maintainers.pl t/TEST t/harness
20676            ! win32/Makefile win32/config_sh.PL win32/makefile.mk
20677 ____________________________________________________________________________
20678 [ 28459] By: rgs                                   on 2006/06/30  13:28:46
20679         Log: Fix casting warnings related to snprintf/vsnprintf
20680      Branch: perl
20681            ! perl.h util.c
20682 ____________________________________________________________________________
20683 [ 28458] By: merijn                                on 2006/06/30  13:17:59
20684         Log: Solaris' sh doesn't like empty if's
20685      Branch: perl
20686            ! hints/solaris_2.sh
20687 ____________________________________________________________________________
20688 [ 28457] By: rgs                                   on 2006/06/30  13:09:40
20689         Log: PERL_UNUSED_CONTEXT is not enough to silence warnings when pTHXx
20690              is used.
20691      Branch: perl
20692            ! perl.c
20693 ____________________________________________________________________________
20694 [ 28456] By: rgs                                   on 2006/06/30  12:56:59
20695         Log: Fix a couple of compilation warnings
20696      Branch: perl
20697            ! regcomp.c toke.c
20698 ____________________________________________________________________________
20699 [ 28455] By: davem                                 on 2006/06/30  12:07:01
20700         Log: migrate CURLY/PLUS/STAR branch in regmatch() to new FSM-esque paradigm
20701      Branch: perl
20702            ! regexec.c regexp.h
20703 ____________________________________________________________________________
20704 [ 28454] By: rgs                                   on 2006/06/30  08:13:24
20705         Log: Small adjustment to the Plan
20706      Branch: perl
20707            ! pod/perltodo.pod
20708 ____________________________________________________________________________
20709 [ 28453] By: merijn                                on 2006/06/30  05:00:22
20710         Log: HASATTRIBUTE_UNUSED works for gcc-3.3, but not for g++-3.3
20711              Subject: Re: [PATCH] Re: [perl #39634] gcc 3.3 has problems with __attribute__((unused))
20712              From: Andrew Dougherty <doughera@lafayette.edu>
20713              Date: Thu, 29 Jun 2006 13:41:28 -0400 (EDT)
20714              Message-ID: <Pine.LNX.4.62.0606291327130.16718@fractal.phys.lafayette.edu>
20715      Branch: perl
20716            ! perl.h
20717 ____________________________________________________________________________
20718 [ 28452] By: rgs                                   on 2006/06/29  16:47:32
20719         Log: Another typo fix.
20720      Branch: perl
20721            ! pod/perlre.pod
20722 ____________________________________________________________________________
20723 [ 28451] By: rgs                                   on 2006/06/29  16:12:05
20724         Log: Typo fix.
20725      Branch: perl
20726            ! pod/perlre.pod
20727 ____________________________________________________________________________
20728 [ 28450] By: rgs                                   on 2006/06/29  15:53:43
20729         Log: Subject: [PATCH] Small precision about \Q \E inside m//x
20730              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
20731              Date: Thu, 29 Jun 2006 17:46:57 +0200
20732              Message-ID: <1151596017.44a3f5f105205@imp1-g19.free.fr>
20733      Branch: perl
20734            ! pod/perlre.pod
20735 ____________________________________________________________________________
20736 [ 28449] By: rgs                                   on 2006/06/29  14:53:38
20737         Log: Subject: [PATCH] Cleanup in Hash::Util::FieldHash
20738              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
20739              Date: Wed, 28 Jun 2006 19:20:14 +0200
20740              Message-Id: <B45A1CCD-ECCA-44EB-97A6-1DA9F5E4DE81@mailbox.tu-berlin.de>
20741      Branch: perl
20742            ! ext/Hash/Util/FieldHash/FieldHash.xs
20743            ! ext/Hash/Util/FieldHash/Makefile.PL
20744            ! ext/Hash/Util/FieldHash/t/01_load.t
20745 ____________________________________________________________________________
20746 [ 28448] By: craigb                                on 2006/06/29  14:21:35
20747         Log: Updated handling of signal names and signals for VMS
20748      Branch: perl
20749            ! configure.com vms/vms.c
20750 ____________________________________________________________________________
20751 [ 28447] By: rgs                                   on 2006/06/29  12:12:00
20752         Log: Some CPP macro sanitization by Sadahiro Tomoyuki
20753      Branch: perl
20754            ! utfebcdic.h
20755 ____________________________________________________________________________
20756 [ 28446] By: merijn                                on 2006/06/28  17:51:28
20757         Log: Solaris hints: gcc flags confuse Configure
20758              Subject: [PATCH] (Was Re: [perl #39636] Configure fails)
20759              From: Andy Dougherty <doughera@lafayette.edu>
20760              Date: Wed, 28 Jun 2006 13:37:54 -0400 (EDT)
20761              Message-ID: <Pine.LNX.4.62.0606281331350.3867@fractal.phys.lafayette.edu>
20762      Branch: perl
20763            ! hints/solaris_2.sh
20764 ____________________________________________________________________________
20765 [ 28445] By: rgs                                   on 2006/06/28  14:37:03
20766         Log: Subject: [PATCH] Update for IO::Uncompress::Base
20767              From: "Paul Marquess" <paul.marquess@ntlworld.com>
20768              Date: Wed, 28 Jun 2006 14:22:46 +0100
20769              Message-ID: <001701c69ab5$f4d5d3d0$2405140a@myopwv.com>
20770      Branch: perl
20771            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
20772            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
20773            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
20774            ! t/lib/compress/CompTestUtils.pm t/lib/compress/any.pl
20775            ! t/lib/compress/anyunc.pl t/lib/compress/multi.pl
20776            ! t/lib/compress/oneshot.pl
20777 ____________________________________________________________________________
20778 [ 28444] By: rgs                                   on 2006/06/28  08:42:09
20779         Log: Subject: [perl #39639] perldoc -f waitpid has wrong code example 
20780              From: Alexander_Gernler@genua.de (via RT) <perlbug-followup@perl.org>
20781              Date: Tue, 27 Jun 2006 07:23:59 -0700
20782              Message-ID: <rt-3.0.11-39639-135396.19.0765391798804@perl.org>
20783      Branch: perl
20784            ! pod/perlfunc.pod
20785 ____________________________________________________________________________
20786 [ 28435] By: rgs                                   on 2006/06/27  14:01:30
20787         Log: Nits in the perlpragma manpage
20788      Branch: perl
20789            ! pod/perlpragma.pod
20790 ____________________________________________________________________________
20791 [ 28434] By: rgs                                   on 2006/06/27  08:48:45
20792         Log: Subject: [PATCH] cflags.SH: scan the gcc warning flags only once, during .SH expansion
20793              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
20794              Date: Mon, 26 Jun 2006 22:12:37 +0300 (EEST)
20795              Message-Id: <20060626191237.8A0936CF04@seth.hut.fi>
20796      Branch: perl
20797            ! cflags.SH
20798 ____________________________________________________________________________
20799 [ 28433] By: rgs                                   on 2006/06/26  17:17:57
20800         Log: Adjust test preamble for Hash::Util tests too.
20801      Branch: perl
20802            ! ext/Hash/Util/t/Util.t
20803 ____________________________________________________________________________
20804 [ 28432] By: rgs                                   on 2006/06/26  16:50:58
20805         Log: Adjust test preambles for Hash::Util::FieldHash tests to change
20806              the @INC path only when testing inside the core
20807      Branch: perl
20808            ! ext/Hash/Util/FieldHash/t/01_load.t
20809            ! ext/Hash/Util/FieldHash/t/02_function.t
20810            ! ext/Hash/Util/FieldHash/t/03_class.t
20811            ! ext/Hash/Util/FieldHash/t/04_thread.t
20812            ! ext/Hash/Util/FieldHash/t/05_perlhook.t
20813            ! ext/Hash/Util/FieldHash/t/10_hash.t
20814            ! ext/Hash/Util/FieldHash/t/11_hashassign.t
20815            ! ext/Hash/Util/FieldHash/t/12_hashwarn.t
20816 ____________________________________________________________________________
20817 [ 28431] By: rgs                                   on 2006/06/26  16:32:16
20818         Log: Subject: Re: [PATCH] Hash::Util::FieldHash
20819              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
20820              Date: Mon, 26 Jun 2006 18:05:53 +0200
20821              Message-Id: <133195AB-599D-49EC-8CFE-D67299D947EB@mailbox.tu-berlin.de>
20822      Branch: perl
20823            ! ext/Hash/Util/FieldHash/Changes
20824            ! ext/Hash/Util/FieldHash/FieldHash.xs
20825            ! ext/Hash/Util/FieldHash/Makefile.PL
20826 ____________________________________________________________________________
20827 [ 28430] By: rgs                                   on 2006/06/26  16:29:06
20828         Log: Remove notes about removed 5005-threads from perlguts.
20829      Branch: perl
20830            ! pod/perlguts.pod
20831 ____________________________________________________________________________
20832 [ 28429] By: rgs                                   on 2006/06/26  12:31:19
20833         Log: Subject: [patch@28427] vms.c - null termination of string missing.
20834              From: "John E. Malmberg" <wb8tyw@qsl.net>
20835              Date: Mon, 26 Jun 2006 08:24:57 -0400
20836              Message-ID: <449FD219.5060900@qsl.net>
20837      Branch: perl
20838            ! vms/vms.c
20839 ____________________________________________________________________________
20840 [ 28428] By: rgs                                   on 2006/06/26  08:55:56
20841         Log: More perlreguts nits by Dominic Dunlop,
20842              plus fix a broken internal POD link
20843      Branch: perl
20844            ! pod/perlreguts.pod
20845 ____________________________________________________________________________
20846 [ 28427] By: rgs                                   on 2006/06/25  22:23:46
20847         Log: Nits about lock() in perlthrtut by Daniel Frederick Crisman,
20848              plus other nits by rgs
20849      Branch: perl
20850            ! pod/perlthrtut.pod
20851 ____________________________________________________________________________
20852 [ 28426] By: rgs                                   on 2006/06/25  21:57:30
20853         Log: Compilation fixes for VMS by John E. Malmberg
20854      Branch: perl
20855            ! ext/Hash/Util/FieldHash/FieldHash.xs
20856 ____________________________________________________________________________
20857 [ 28425] By: rgs                                   on 2006/06/25  21:12:06
20858         Log: Nits to perlreguts.pod by Dominic Dunlop
20859      Branch: perl
20860            ! pod/perlreguts.pod
20861 ____________________________________________________________________________
20862 [ 28424] By: mhx                                   on 2006/06/25  08:13:33
20863         Log: Upgrade to Devel::PPPort 3.08_06
20864      Branch: perl
20865            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
20866            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/mktests.PL
20867            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
20868            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
20869            ! ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/Sv_set.t
20870            ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/cop.t
20871            ! ext/Devel/PPPort/t/exception.t ext/Devel/PPPort/t/grok.t
20872            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
20873            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/memory.t
20874            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/newCONSTSUB.t
20875            ! ext/Devel/PPPort/t/newRV.t ext/Devel/PPPort/t/podtest.t
20876            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
20877            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/sv_xpvf.t
20878            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
20879            ! ext/Devel/PPPort/t/variables.t ext/Devel/PPPort/t/warn.t
20880 ____________________________________________________________________________
20881 [ 28423] By: stevep                                on 2006/06/25  01:45:51
20882         Log: Re: [PATCH] Hash::Util::FieldHash
20883              From: demerphq <demerphq@gmail.com>
20884              Date: Sat, 24 Jun 2006 13:19:35 +0200
20885              Message-ID: <9b18b3110606240419p1b5a2072t3867306925a3ce46@mail.gmail.com>
20886      Branch: perl
20887            ! ext/Hash/Util/FieldHash/Makefile.PL
20888 ____________________________________________________________________________
20889 [ 28422] By: davem                                 on 2006/06/24  23:31:33
20890         Log: quieten warning by avoiding a comment-within-a-comment
20891      Branch: perl
20892            ! regcomp.c
20893 ____________________________________________________________________________
20894 [ 28421] By: davem                                 on 2006/06/23  22:26:02
20895         Log: migrate TRIE branch in regmatch() to new FSM-esque paradigm
20896      Branch: perl
20897            ! regexec.c regexp.h
20898 ____________________________________________________________________________
20899 [ 28420] By: mhx                                   on 2006/06/23  19:06:43
20900         Log: Upgrade to Devel::PPPort 3.08_05
20901      Branch: perl
20902            - ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
20903            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
20904            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/soak
20905 ____________________________________________________________________________
20906 [ 28419] By: rgs                                   on 2006/06/23  16:28:03
20907         Log: Subject: Re: [PATCH] Hash::Util::FieldHash
20908              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
20909              Date: Wed, 21 Jun 2006 22:39:51 +0200
20910              Message-Id: <974A5B4B-7614-4F3F-BA7C-828960D82C55@mailbox.tu-berlin.de>
20911      Branch: perl
20912            + ext/Hash/Util/FieldHash/Changes
20913            + ext/Hash/Util/FieldHash/FieldHash.xs
20914            + ext/Hash/Util/FieldHash/Makefile.PL
20915            + ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
20916            + ext/Hash/Util/FieldHash/t/01_load.t
20917            + ext/Hash/Util/FieldHash/t/02_function.t
20918            + ext/Hash/Util/FieldHash/t/03_class.t
20919            + ext/Hash/Util/FieldHash/t/04_thread.t
20920            + ext/Hash/Util/FieldHash/t/05_perlhook.t
20921            + ext/Hash/Util/FieldHash/t/10_hash.t
20922            + ext/Hash/Util/FieldHash/t/11_hashassign.t
20923            + ext/Hash/Util/FieldHash/t/12_hashwarn.t
20924            ! MANIFEST embed.fnc embed.h ext/Hash/Util/Changes
20925            ! ext/Hash/Util/Makefile.PL ext/Hash/Util/lib/Hash/Util.pm hv.c
20926            ! mg.c pod/perlapi.pod pod/perlguts.pod proto.h sv.c
20927 ____________________________________________________________________________
20928 [ 28418] By: rgs                                   on 2006/06/23  14:00:59
20929         Log: Subject: Re: [PATCH] perlhack.pod
20930              From: "Dr.Ruud" <rvtol+news@isolution.nl>
20931              Date: Thu, 22 Jun 2006 23:42:53 +0200
20932              Message-ID: <20060622215407.9605.qmail@lists.develooper.com>
20933      Branch: perl
20934            ! pod/perlhack.pod
20935 ____________________________________________________________________________
20936 [ 28417] By: rgs                                   on 2006/06/23  10:50:29
20937         Log: Subject: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
20938              From: demerphq <demerphq@gmail.com>
20939              Date: Fri, 23 Jun 2006 11:54:19 +0200
20940              Message-ID: <9b18b3110606230254m6afd620bjde6322aefda6f199@mail.gmail.com>
20941      Branch: perl
20942            ! regexec.c
20943 ____________________________________________________________________________
20944 [ 28416] By: rgs                                   on 2006/06/23  09:41:36
20945         Log: perltodo additions by Vadim Konovalov
20946      Branch: perl
20947            ! pod/perltodo.pod
20948 ____________________________________________________________________________
20949 [ 28415] By: stevep                                on 2006/06/22  11:34:20
20950         Log: Subject: [PATCH] IO::Compress::Base
20951              From: "Paul Marquess" <paul.marquess@ntlworld.com>
20952              Date: Thu, 22 Jun 2006 11:40:10 +0100
20953              Message-ID: <01f701c695e8$3d035e20$2405140a@myopwv.com>
20954      Branch: perl
20955            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
20956            ! t/lib/compress/merge.pl
20957 ____________________________________________________________________________
20958 [ 28414] By: steveh                                on 2006/06/22  08:05:14
20959         Log: Subject: Re: Smoke [5.9.4] 28410 FAIL(Fm) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
20960              From: demerphq <demerphq@gmail.com>
20961              Date: Wed, 21 Jun 2006 22:51:03 +0200
20962              Message-ID: <9b18b3110606211351v5b052103i4d727ad464a162e@mail.gmail.com>
20963      Branch: perl
20964            ! regcomp.c
20965 ____________________________________________________________________________
20966 [ 28413] By: rgs                                   on 2006/06/21  08:15:38
20967         Log: Subject: [PATCH] <toke.c> isALNUM(*s) && *s != '_'
20968              From: "Dr.Ruud" <rvtol+news@isolution.nl>
20969              Date: Wed, 21 Jun 2006 01:58:19 +0200
20970              Message-ID: <20060621000237.24398.qmail@lists.develooper.com>
20971      Branch: perl
20972            ! toke.c
20973 ____________________________________________________________________________
20974 [ 28412] By: steveh                                on 2006/06/21  08:07:21
20975         Log: Fix code before declaration error introduced by #28405
20976      Branch: perl
20977            ! regcomp.c
20978 ____________________________________________________________________________
20979 [ 28411] By: rgs                                   on 2006/06/21  07:44:24
20980         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary string using vector flag
20981              From: Dominic Dunlop <shouldbedomo@mac.com>
20982              Date: Tue, 20 Jun 2006 21:49:07 +0200
20983              Message-Id: <C48A3CD4-DDA5-43AD-8DDC-20375A187EFD@mac.com>
20984      Branch: perl
20985            ! t/op/sprintf.t
20986 ____________________________________________________________________________
20987 [ 28410] By: rgs                                   on 2006/06/20  22:01:16
20988         Log: Upgrade to Sys::Syslog 0.16
20989      Branch: perl
20990            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm
20991            ! ext/Sys/Syslog/t/syslog.t
20992 ____________________________________________________________________________
20993 [ 28409] By: rgs                                   on 2006/06/20  17:22:15
20994         Log: Change 28404 broke the construct s/foo/<<BAR/e. So, try to be more
20995              clever. If the right hand side of s///e contains a #, then maybe
20996              it's a comment, so add a \n after it. Obviously, this is fast, but
20997              won't cover all possible cases.
20998      Branch: perl
20999            ! toke.c
21000 ____________________________________________________________________________
21001 [ 28408] By: rgs                                   on 2006/06/20  14:18:28
21002         Log: Subject: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary string using vector flag
21003              From: Dominic Dunlop <shouldbedomo@mac.com>
21004              Date: Tue, 20 Jun 2006 16:02:38 +0200
21005              Message-Id: <D223CF35-9AC3-4351-A0C9-F4E224AAC19E@mac.com>
21006      Branch: perl
21007            ! sv.c t/op/sprintf.t
21008 ____________________________________________________________________________
21009 [ 28407] By: rgs                                   on 2006/06/20  12:51:31
21010         Log: Subject: [PATCH] IO::Compress::* 2.000_13
21011              From: "Paul Marquess" <paul.marquess@ntlworld.com>
21012              Date: Tue, 20 Jun 2006 13:40:47 +0100
21013              Message-ID: <00b101c69466$c18f0af0$2405140a@myopwv.com>
21014      Branch: perl
21015            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
21016            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
21017            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
21018            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
21019            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
21020            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
21021            ! ext/Compress/IO/Zlib/README
21022            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
21023            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
21024            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
21025            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
21026            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
21027            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
21028            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
21029            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
21030            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
21031            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
21032            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
21033            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
21034            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
21035            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
21036            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
21037            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
21038            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
21039            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
21040            ! ext/Compress/Raw/Zlib/README
21041            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
21042            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
21043            ! ext/Compress/Zlib/lib/Compress/Zlib.pm t/lib/compress/multi.pl
21044            ! t/lib/compress/oneshot.pl
21045 ____________________________________________________________________________
21046 [ 28406] By: rgs                                   on 2006/06/20  12:44:27
21047         Log: Upgrade to Unicode::Normalize 1.01
21048      Branch: perl
21049            + ext/Unicode/Normalize/t/tie.t
21050            ! MANIFEST ext/Unicode/Normalize/Changes
21051            ! ext/Unicode/Normalize/Normalize.pm
21052            ! ext/Unicode/Normalize/Normalize.xs
21053            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
21054            ! ext/Unicode/Normalize/t/illegal.t
21055 ____________________________________________________________________________
21056 [ 28405] By: stevep                                on 2006/06/20  12:14:27
21057         Log: Clean up a few warnings in regcomp.c under -Dgccansipedantic.
21058      Branch: perl
21059            ! regcomp.c
21060 ____________________________________________________________________________
21061 [ 28404] By: rgs                                   on 2006/06/20  08:52:12
21062         Log: Subject: [perl #39365] Bug in toke.c (eval in subst) 
21063              From: bcarter@gumdrop.flyinganvil.org (via RT) <perlbug-followup@perl.org>
21064              Date: Fri, 09 Jun 2006 02:08:44 -0700
21065              Message-ID: <rt-3.0.11-39365-134716.18.9775670722527@perl.org>
21066              
21067              plus a regression test.
21068      Branch: perl
21069            ! t/comp/parser.t toke.c
21070 ____________________________________________________________________________
21071 [ 28403] By: rgs                                   on 2006/06/20  08:16:58
21072         Log: Subject: [PATCH lib/UNIVERSAL.pm] Add Documentation for DOES()
21073              From: chromatic <chromatic@wgz.org>
21074              Date: Sat, 17 Jun 2006 17:24:03 -0700
21075              Message-Id: <200606171724.04302.chromatic@wgz.org>
21076      Branch: perl
21077            ! lib/UNIVERSAL.pm
21078 ____________________________________________________________________________
21079 [ 28402] By: rgs                                   on 2006/06/19  11:27:03
21080         Log: Subject: RE: [PATCH] cflags.SH: rework the gcc warnings selection
21081              From: "Green, Paul" <Paul.Green@stratus.com>
21082              Date: Sun, 18 Jun 2006 19:41:50 -0400
21083              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB02026106@EXNA.corp.stratus.com>
21084      Branch: perl
21085            ! cflags.SH
21086 ____________________________________________________________________________
21087 [ 28401] By: davem                                 on 2006/06/18  09:58:08
21088         Log: Subject:  [PATCH] Re: blead trie problems in tru64 with -DDEBUGGING
21089              From:  Jarkko Hietaniemi <jhi@iki.fi>
21090              Date:  Sun, 18 Jun 2006 01:04:46 +0300
21091              Message-Id:  <44947C7E.7090100@iki.fi>
21092      Branch: perl
21093            ! regexec.c
21094 ____________________________________________________________________________
21095 [ 28400] By: davem                                 on 2006/06/17  20:01:38
21096         Log: Subject:  [PATCH] Comply with the 0x80th commandment
21097              From:  demerphq <demerphq@gmail.com>
21098              Date:  Sat, 17 Jun 2006 16:44:17 +0200
21099              Message-Id:  <9b18b3110606170744x60f4074bg11bf0f4c87eeb6c1@mail.gmail.com>
21100              
21101              add some (U8) casts
21102      Branch: perl
21103            ! regcomp.h
21104 ____________________________________________________________________________
21105 [ 28399] By: davem                                 on 2006/06/17  16:39:53
21106         Log: dont warn at exit of detatched threads still running
21107      Branch: perl
21108            ! ext/threads/t/blocks.t ext/threads/threads.xs
21109 ____________________________________________________________________________
21110 [ 28398] By: davem                                 on 2006/06/16  23:25:51
21111         Log: start turning regmatch() main loop into a FSM
21112              also make BRANCH use the state stack rather than its own unwind struct
21113      Branch: perl
21114            ! regcomp.pl regexec.c regexp.h regnodes.h t/op/re_tests
21115 ____________________________________________________________________________
21116 [ 28397] By: rgs                                   on 2006/06/15  10:01:14
21117         Log: Subject: [PATCH] cflags.SH: rework the gcc warnings selection
21118              From: Jarkko Hietaniemi <jhi@iki.fi>
21119              Date: Thu, 15 Jun 2006 09:12:53 +0300
21120              Message-ID: <4490FA65.70006@iki.fi>
21121      Branch: perl
21122            ! cflags.SH
21123 ____________________________________________________________________________
21124 [ 28396] By: craigb                                on 2006/06/15  03:20:48
21125         Log: only use NAML$M_OPEN_SPECIAL where it exists
21126      Branch: perl
21127            ! vms/vms.c
21128 ____________________________________________________________________________
21129 [ 28395] By: craigb                                on 2006/06/15  03:16:34
21130         Log: signedness nit in Unicode::Normalize::decompose
21131      Branch: perl
21132            ! ext/Unicode/Normalize/Normalize.xs
21133 ____________________________________________________________________________
21134 [ 28394] By: rgs                                   on 2006/06/14  14:58:14
21135         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)
21136              From: demerphq <demerphq@gmail.com>
21137              Date: Wed, 14 Jun 2006 14:33:24 +0200
21138              Message-ID: <9b18b3110606140533k583fdd3bh6c4b292e7ff4cf13@mail.gmail.com>
21139      Branch: perl
21140            ! regcomp.c regcomp.h
21141 ____________________________________________________________________________
21142 [ 28393] By: rgs                                   on 2006/06/14  12:11:13
21143         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)
21144              From: demerphq <demerphq@gmail.com>
21145              Date: Wed, 14 Jun 2006 13:54:04 +0200
21146              Message-ID: <9b18b3110606140454p19f4241exae6528f1c7bb32d7@mail.gmail.com>
21147      Branch: perl
21148            ! ext/re/t/regop.pl lib/Benchmark.pm regcomp.c regcomp.h
21149            ! regexec.c
21150 ____________________________________________________________________________
21151 [ 28392] By: rgs                                   on 2006/06/13  09:23:23
21152         Log: I thought I had fixed the spelling of DOES() in universal.t, but
21153              apparently no.
21154      Branch: perl
21155            ! t/op/universal.t
21156 ____________________________________________________________________________
21157 [ 28391] By: rgs                                   on 2006/06/13  08:32:04
21158         Log: Subject: Guard clause should happen first, otherwise its not a guard clause.
21159              From: demerphq <demerphq@gmail.com>
21160              Date: Tue, 13 Jun 2006 09:39:42 +0200
21161              Message-ID: <9b18b3110606130039v1c6a3fe6s448e92ab2a05888a@mail.gmail.com>
21162      Branch: perl
21163            ! regcomp.c regexec.c
21164 ____________________________________________________________________________
21165 [ 28390] By: stevep                                on 2006/06/13  01:15:21
21166         Log: Upgrade to Digest-SHA-5.41
21167      Branch: perl
21168            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
21169            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
21170            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
21171            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
21172            ! ext/Digest/SHA/t/2-nist-sha-oo.t
21173 ____________________________________________________________________________
21174 [ 28389] By: stevep                                on 2006/06/13  01:00:02
21175         Log: Upgrade to Unicode-Normalize-1.00
21176      Branch: perl
21177            ! ext/Unicode/Normalize/Changes
21178            ! ext/Unicode/Normalize/Normalize.pm
21179            ! ext/Unicode/Normalize/Normalize.xs
21180            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
21181            ! ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/func.t
21182            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/null.t
21183            ! ext/Unicode/Normalize/t/test.t
21184 ____________________________________________________________________________
21185 [ 28388] By: rgs                                   on 2006/06/12  17:21:22
21186         Log: Subject: Re: Segv from new regex code when under threads.
21187              From: demerphq <demerphq@gmail.com>
21188              Date: Mon, 12 Jun 2006 19:17:30 +0200
21189              Message-ID: <9b18b3110606121017t3af81484t4fb13015fac74592@mail.gmail.com>
21190      Branch: perl
21191            ! regcomp.c win32/vmem.h
21192 ____________________________________________________________________________
21193 [ 28387] By: rgs                                   on 2006/06/12  16:41:44
21194         Log: Add the new method UNIVERSAL::DOES() and the API function sv_does()
21195              
21196              Subject: Re: [PROPOSED PATCH: universal.c, t/op/universal.t] Add does()
21197              From: chromatic <chromatic@wgz.org>
21198              Date: Tue, 30 May 2006 17:41:08 -0700
21199              Message-Id: <200605301741.08363.chromatic@wgz.org>
21200      Branch: perl
21201            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h
21202            ! t/op/universal.t universal.c
21203 ____________________________________________________________________________
21204 [ 28386] By: rgs                                   on 2006/06/12  14:35:22
21205         Log: Adapt the new Test::Harness test to the core
21206      Branch: perl
21207            ! lib/Test/Harness/t/failure.t
21208 ____________________________________________________________________________
21209 [ 28385] By: rgs                                   on 2006/06/12  14:12:18
21210         Log: Subject: [PATCH] Static cleanup in pp_sort.c
21211              From: andy@petdance.com (Andy Lester)
21212              Date: Mon, 12 Jun 2006 08:59:34 -0500
21213              Message-ID: <20060612135934.GA2202@petdance.com>
21214      Branch: perl
21215            ! embed.fnc embed.h pp_sort.c proto.h
21216 ____________________________________________________________________________
21217 [ 28384] By: rgs                                   on 2006/06/12  14:08:09
21218         Log: Upgrade to Test::Harness 2.62
21219      Branch: perl
21220            + lib/Test/Harness/t/failure.t
21221            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
21222 ____________________________________________________________________________
21223 [ 28383] By: rgs                                   on 2006/06/12  13:01:43
21224         Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.15.tar.gz
21225              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
21226              Date: Sun, 11 Jun 2006 02:30:54 +0200
21227              Message-ID: <1149985854.448b643e27a1f@imp5-g19.free.fr>
21228      Branch: perl
21229            + ext/Sys/Syslog/ppport.h
21230            ! MANIFEST ext/Sys/Syslog/Changes ext/Sys/Syslog/README
21231            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/Syslog.xs
21232            ! ext/Sys/Syslog/t/syslog.t
21233 ____________________________________________________________________________
21234 [ 28382] By: rgs                                   on 2006/06/12  12:08:54
21235         Log: Subject: Re: [PATCH DOC] Three minor fixes related to perlop
21236              From: Daniel Frederick Crisman <daniel@crisman.org>
21237              Date: Sat, 10 Jun 2006 10:49:29 -0400
21238              Message-ID: <20060610144929.GA10201@fury.crisman.org>
21239      Branch: perl
21240            ! pod/perldiag.pod pod/perlop.pod
21241 ____________________________________________________________________________
21242 [ 28381] By: rgs                                   on 2006/06/12  10:07:18
21243         Log: Subject: [PATCH] Proper use of enums
21244              From: andy@petdance.com (Andy Lester)
21245              Date: Sun, 11 Jun 2006 22:44:34 -0500
21246              Message-ID: <20060612034434.GA21588@petdance.com>
21247      Branch: perl
21248            ! embed.fnc gv.c op.c perlio.c pod/perlapi.pod pp.c proto.h sv.c
21249            ! sv.h
21250 ____________________________________________________________________________
21251 [ 28380] By: rgs                                   on 2006/06/11  23:08:32
21252         Log: Subject: Re: [PATCH] regexec/regcomp.c cleanups
21253              From: demerphq <demerphq@gmail.com>
21254              Date: Sun, 11 Jun 2006 23:01:14 +0200
21255              Message-ID: <9b18b3110606111401o143b2f57rd17bf117979853e7@mail.gmail.com>
21256      Branch: perl
21257            ! ext/re/re.pm pod/perlreguts.pod regcomp.c regcomp.h regexec.c
21258            ! regexp.h sv.c
21259 ____________________________________________________________________________
21260 [ 28379] By: rgs                                   on 2006/06/11  22:00:03
21261         Log: Subject: Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.
21262              From: demerphq <demerphq@gmail.com>
21263              Date: Fri, 9 Jun 2006 19:48:11 +0200
21264              Message-ID: <9b18b3110606091048n4d1f3b17vc608943044d4532a@mail.gmail.com>
21265      Branch: perl
21266            ! ext/re/re.pm regcomp.c regexec.c regexp.h
21267 ____________________________________________________________________________
21268 [ 28378] By: nicholas                              on 2006/06/11  20:52:36
21269         Log: A little more work needed to get ext/re/t/re.t test 14 (no segv) passing
21270              with PERL_DESTRUCT_LEVEL=2.
21271      Branch: perl
21272            ! gv.c regcomp.h
21273 ____________________________________________________________________________
21274 [ 28377] By: rgs                                   on 2006/06/09  16:40:52
21275         Log: Mark the 1st argument to S_exec_failed as non null
21276      Branch: perl
21277            ! embed.fnc proto.h
21278 ____________________________________________________________________________
21279 [ 28376] By: rgs                                   on 2006/06/09  16:15:08
21280         Log: Subject: [PATCH] Add error checks after execing PL_cshname or PL_sh_path
21281              From: "Jan Dubois" <jand@activestate.com>
21282              Date: Wed, 7 Jun 2006 15:53:02 -0700
21283              Message-ID: <002301c68a85$21aa7320$d045a8c0@candy>
21284      Branch: perl
21285            ! doio.c embed.fnc embed.h proto.h
21286 ____________________________________________________________________________
21287 [ 28375] By: rgs                                   on 2006/06/09  16:03:03
21288         Log: Subject: [patch] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.64.tar.gz
21289              From: John Peacock <jpeacock@rowman.com>
21290              Date: Thu, 08 Jun 2006 21:14:04 -0400
21291              Message-ID: <4488CB5C.4070702@rowman.com>
21292      Branch: perl
21293            ! lib/version.pm lib/version.pod lib/version.t universal.c
21294            ! util.c
21295 ____________________________________________________________________________
21296 [ 28374] By: rgs                                   on 2006/06/09  14:39:31
21297         Log: Subject: [PATCH] sv_dup
21298              From: andy@petdance.com (Andy Lester)
21299              Date: Fri, 9 Jun 2006 00:39:25 -0500
21300              Message-ID: <20060609053925.GA30698@petdance.com>
21301      Branch: perl
21302            ! sv.c
21303 ____________________________________________________________________________
21304 [ 28373] By: rgs                                   on 2006/06/09  14:06:24
21305         Log: Subject: Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.
21306              From: demerphq <demerphq@gmail.com>
21307              Date: Fri, 9 Jun 2006 00:56:37 +0200
21308              Message-ID: <9b18b3110606081556t779de698r82f361d82a05fbc8@mail.gmail.com>
21309              
21310              (with tweaks)
21311      Branch: perl
21312            ! embed.fnc embed.h ext/re/t/re.t ext/re/t/regop.pl
21313            ! ext/re/t/regop.t proto.h regcomp.c regcomp.h regexec.c sv.c
21314 ____________________________________________________________________________
21315 [ 28372] By: rgs                                   on 2006/06/08  14:11:29
21316         Log: Add the perlreguts manpage, by Yves Orton
21317      Branch: perl
21318            + pod/perlreguts.pod
21319            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
21320            ! vms/descrip_mms.template win32/pod.mak
21321 ____________________________________________________________________________
21322 [ 28371] By: rgs                                   on 2006/06/08  13:00:18
21323         Log: Subject: [PATCH] Re: range operator vs. unicode
21324              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
21325              Date: Thu, 8 Jun 2006 02:33:43 -0700
21326              Message-ID: <20060608093343.GD2676@efn.org>
21327              
21328              with tweaks
21329      Branch: perl
21330            ! pod/perlop.pod
21331 ____________________________________________________________________________
21332 [ 28370] By: rgs                                   on 2006/06/07  20:47:20
21333         Log: Revert change #20462 (except the regression test),
21334              since the bug has been really fixed by change #22074,
21335              as explained in :
21336              Subject: Re: [perl #39247] defined-ness of substrings disappear over repeated calls
21337              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
21338              Date: Thu, 01 Jun 2006 08:16:51 +0900
21339              Message-Id: <20060601081304.7A39.BQW10602@nifty.com>
21340      Branch: perl
21341            ! pp.c
21342 ____________________________________________________________________________
21343 [ 28369] By: nicholas                              on 2006/06/07  17:36:32
21344         Log: The binmode in t/iop/utf8.t doesn't need to be conditional on ${^OPEN}
21345      Branch: perl
21346            ! t/io/utf8.t
21347 ____________________________________________________________________________
21348 [ 28368] By: craigb                                on 2006/06/07  12:29:32
21349         Log: autosplit one level deeper so we don't miss anything
21350              on a second pass (where lib/auto already exists)
21351      Branch: perl
21352            ! vms/descrip_mms.template
21353 ____________________________________________________________________________
21354 [ 28367] By: craigb                                on 2006/06/07  12:14:39
21355         Log: Subject: [patch@28349] vmsify - full EFS charset support
21356              From: "John E. Malmberg" <wb8tyw@qsl.net>
21357              Date: Mon, 05 Jun 2006 23:39:32 -0400
21358              Message-id: <4484F8F4.7040902@qsl.net>
21359
21360      Branch: perl
21361            ! vms/vms.c vms/vmsish.h
21362 ____________________________________________________________________________
21363 [ 28366] By: rgs                                   on 2006/06/07  09:13:51
21364         Log: Add a regression test to ensure that charnames pragma
21365              is propagated to eval("")
21366      Branch: perl
21367            ! lib/charnames.t
21368 ____________________________________________________________________________
21369 [ 28365] By: rgs                                   on 2006/06/07  08:47:49
21370         Log: Make "use feature 'dor'" an alias for "use feature 'err'"
21371      Branch: perl
21372            ! lib/feature.pm
21373 ____________________________________________________________________________
21374 [ 28364] By: rgs                                   on 2006/06/07  08:33:35
21375         Log: Subject: [PATCH] exhausting <> in BEGIN{} gets ARGVOUT used only once warning
21376              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
21377              Date: Tue, 6 Jun 2006 22:24:46 -0700
21378              Message-ID: <20060607052446.GA3240@efn.org>
21379      Branch: perl
21380            ! gv.c t/op/readline.t
21381 ____________________________________________________________________________
21382 [ 28363] By: rgs                                   on 2006/06/07  08:30:03
21383         Log: Subject: [PATCH] dump.c patches
21384              From: andy@petdance.com (Andy Lester)
21385              Date: Tue, 6 Jun 2006 10:01:37 -0500
21386              Message-ID: <20060606150137.GA4434@petdance.com>
21387      Branch: perl
21388            ! doop.c dump.c
21389 ____________________________________________________________________________
21390 [ 28362] By: merijn                                on 2006/06/06  18:33:52
21391         Log: Subject: [PATCH]Teach Configure that icc is not gcc
21392              From: Steve Peters <steve@fisharerojo.org>
21393              Date: Tue, 6 Jun 2006 10:33:12 -0500
21394              Message-ID: <20060606153312.GA5542@fisharerojo.org>
21395      Branch: perl
21396            ! Configure
21397 ____________________________________________________________________________
21398 [ 28360] By: rgs                                   on 2006/06/06  16:30:36
21399         Log: Upgrade to Module::CoreList 2.05
21400              (contains a patch by Adriano Ferreira to make corelist accept
21401              regexps as arguments)
21402      Branch: perl
21403            + lib/Module/CoreList/t/find_modules.t
21404            ! MANIFEST lib/Module/CoreList.pm
21405            ! lib/Module/CoreList/bin/corelist
21406 ____________________________________________________________________________
21407 [ 28359] By: rgs                                   on 2006/06/06  12:37:34
21408         Log: Upgrade to Encode 2.18
21409      Branch: perl
21410            ! ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm ext/Encode/Changes
21411            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/Encode.pm
21412            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
21413            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
21414            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
21415            ! ext/Encode/lib/Encode/Alias.pm
21416            ! ext/Encode/lib/Encode/CJKConstants.pm
21417            ! ext/Encode/lib/Encode/CN/HZ.pm ext/Encode/lib/Encode/Config.pm
21418            ! ext/Encode/lib/Encode/Encoding.pm
21419            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
21420            ! ext/Encode/lib/Encode/JP/JIS7.pm
21421            ! ext/Encode/lib/Encode/KR/2022_KR.pm
21422            ! ext/Encode/lib/Encode/MIME/Header.pm
21423            ! ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
21424            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
21425 ____________________________________________________________________________
21426 [ 28358] By: rgs                                   on 2006/06/06  11:27:19
21427         Log: Subject: [PATCH] more accumulated cleanups
21428              From: andy@petdance.com (Andy Lester)
21429              Date: Tue, 6 Jun 2006 00:25:01 -0500
21430              Message-ID: <20060606052501.GA30469@petdance.com>
21431      Branch: perl
21432            ! av.c doio.c utf8.c util.c
21433 ____________________________________________________________________________
21434 [ 28357] By: rgs                                   on 2006/06/06  11:17:22
21435         Log: Subject: [PATCH] Accumulated toke.c cleanups
21436              From: andy@petdance.com (Andy Lester)
21437              Date: Tue, 6 Jun 2006 00:07:36 -0500
21438              Message-ID: <20060606050736.GA30291@petdance.com>
21439      Branch: perl
21440            ! toke.c
21441 ____________________________________________________________________________
21442 [ 28356] By: rgs                                   on 2006/06/06  11:05:46
21443         Log: Subject: [PATCH] random thread test failure
21444              From: "Jerry D. Hedden" <jerry@hedden.us>
21445              Date: Mon, 05 Jun 2006 13:28:51 -0700
21446              Message-ID: <20060605132851.fb30e530d17747c2b054d625b8945d88.65486bb40b.wbe@email.secureserver.net>
21447      Branch: perl
21448            ! ext/threads/t/thread.t
21449 ____________________________________________________________________________
21450 [ 28355] By: rgs                                   on 2006/06/06  11:02:14
21451         Log: Subject: [PATCH] threads 1.32
21452              From: "Jerry D. Hedden" <jerry@hedden.us>
21453              Date: Mon, 05 Jun 2006 06:34:56 -0700
21454              Message-ID: <20060605063456.fb30e530d17747c2b054d625b8945d88.21396dde59.wbe@email.secureserver.net>
21455      Branch: perl
21456            + ext/threads/hints/hpux.pl
21457            ! MANIFEST ext/threads/Changes ext/threads/README
21458            ! ext/threads/t/blocks.t ext/threads/t/context.t
21459            ! ext/threads/t/end.t ext/threads/t/free.t ext/threads/t/free2.t
21460            ! ext/threads/t/join.t ext/threads/t/kill.t ext/threads/t/libc.t
21461            ! ext/threads/t/problems.t ext/threads/t/thread.t
21462            ! ext/threads/threads.pm ext/threads/threads.xs
21463 ____________________________________________________________________________
21464 [ 28354] By: nicholas                              on 2006/06/05  21:39:40
21465         Log: Eliminate most of the UTF-8 black smoke by skipping optree tests when
21466              ${^OPEN} is set, and tweaking hints.t to understand that $^H is
21467              different when -C has been used.
21468      Branch: perl
21469            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
21470            ! ext/B/t/optree_constants.t ext/B/t/optree_misc.t
21471            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
21472            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
21473            ! t/comp/hints.t
21474 ____________________________________________________________________________
21475 [ 28353] By: nicholas                              on 2006/06/05  21:38:38
21476         Log: Add the missing ${^OPEN} hints flag to B::Concise
21477      Branch: perl
21478            ! ext/B/B/Concise.pm
21479 ____________________________________________________________________________
21480 [ 28352] By: rgs                                   on 2006/06/05  16:22:46
21481         Log: Subject: [DOCPATCH perlunicode.pod] paragraphing nit
21482              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
21483              Date: Sun, 04 Jun 2006 15:52:54 +0900
21484              Message-Id: <20060604155149.0913.BQW10602@nifty.com>
21485      Branch: perl
21486            ! pod/perlunicode.pod
21487 ____________________________________________________________________________
21488 [ 28351] By: rgs                                   on 2006/06/05  08:35:45
21489         Log: Subject: [PATCH] mg.c: using #ifdef inside a macro call ENONPORTABLE (causes e.g. AIX to barf)
21490              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
21491              Date: Sun, 4 Jun 2006 11:21:30 +0300 (EEST)
21492              Message-Id: <200606040821.k548LUYu010965@vipunen.hut.fi>
21493      Branch: perl
21494            ! mg.c
21495 ____________________________________________________________________________
21496 [ 28350] By: rgs                                   on 2006/06/05  07:50:12
21497         Log: Use POSIX::_exit instead of exit in IPC::Open when exiting after an
21498              exec() failure, as suggested by Salvador Fandino after change #28347
21499      Branch: perl
21500            ! lib/IPC/Open3.pm
21501 ____________________________________________________________________________
21502 [ 28349] By: rgs                                   on 2006/06/04  22:32:50
21503         Log: The smart match table was duplicated in source code and in perlsyn,
21504              so remove the one in the source code
21505      Branch: perl
21506            ! pod/perlsyn.pod pp_ctl.c
21507 ____________________________________________________________________________
21508 [ 28348] By: craigb                                on 2006/06/02  23:18:08
21509         Log: It's all relative -- better handling of tainted directories
21510              in PATH on VMS (and scrubbing them in t/test.pl).
21511      Branch: perl
21512            ! mg.c t/test.pl
21513 ____________________________________________________________________________
21514 [ 28347] By: davem                                 on 2006/06/02  19:53:52
21515         Log: IPC::Open3 handled exec failure badly
21516              When you're in the child, don't croak - you may get trapped by
21517              eval. Also clarify the documentation
21518      Branch: perl
21519            ! lib/IPC/Open3.pm
21520 ____________________________________________________________________________
21521 [ 28346] By: stevep                                on 2006/06/01  19:11:38
21522         Log: Subject: [perl #39178] IO::Socket::connect returns wrong errno on timeout
21523              From: "mlelstv@serpens.de (via RT)" <perlbug-followup@perl.org>
21524              Date: Sun, 21 May 2006 04:23:38 -0700
21525              Message-ID: <rt-3.0.11-39178-133695.13.7935957232893@perl.org>
21526      Branch: perl
21527            ! ext/IO/lib/IO/Socket.pm
21528 ____________________________________________________________________________
21529 [ 28345] By: rgs                                   on 2006/06/01  14:50:50
21530         Log: Add the perlunitut manpage, by Juerd Waalboer
21531      Branch: perl
21532            + pod/perlunitut.pod
21533            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
21534            ! vms/descrip_mms.template win32/pod.mak
21535 ____________________________________________________________________________
21536 [ 28344] By: rgs                                   on 2006/06/01  12:16:09
21537         Log: Subject: [PATCH: installperl] Was: Bug#369481: perl-base: 5.8.4-8sarge4 seemed to trigger "weak references not implemented"
21538              From: Brendan O'Dea <bod@debian.org>
21539              Date: Wed, 31 May 2006 22:51:48 +1000
21540              Message-ID: <20060531125148.GA20658@londo.c47.org>
21541      Branch: perl
21542            ! installperl
21543 ____________________________________________________________________________
21544 [ 28343] By: rgs                                   on 2006/06/01  11:40:34
21545         Log: Add a few more built-in types in perlfunc/ref()
21546      Branch: perl
21547            ! pod/perlfunc.pod
21548 ____________________________________________________________________________
21549 [ 28342] By: rgs                                   on 2006/06/01  07:08:36
21550         Log: Remove duplicate file in manifest
21551      Branch: perl
21552            ! MANIFEST
21553 ____________________________________________________________________________
21554 [ 28341] By: rgs                                   on 2006/06/01  07:07:43
21555         Log: Add missing file to MANIFEST
21556      Branch: perl
21557            ! MANIFEST
21558 ____________________________________________________________________________
21559 [ 28340] By: craigb                                on 2006/05/31  03:31:54
21560         Log: Teach incfilter.t some DCL.
21561      Branch: perl
21562            ! t/op/incfilter.t
21563 ____________________________________________________________________________
21564 [ 28339] By: craigb                                on 2006/05/31  03:19:27
21565         Log: Make VMS-specific device name encoding routine say no more politely.
21566      Branch: perl
21567            ! vms/vms.c
21568 ____________________________________________________________________________
21569 [ 28338] By: rgs                                   on 2006/05/30  12:21:17
21570         Log: Subject: Re: B::Lint changes
21571              From: "Joshua ben Jore" <twists@gmail.com>
21572              Date: Thu, 18 May 2006 08:45:30 -0500
21573              Message-ID: <dc5c751d0605180645q63ddba5fga354d2660a4877f5@mail.gmail.com>
21574      Branch: perl
21575            ! ext/B/B/Lint.pm ext/B/t/lint.t
21576 ____________________________________________________________________________
21577 [ 28337] By: nicholas                              on 2006/05/30  11:59:26
21578         Log: Fix bugs in the bytecode system caused by the abolition of cop_io.
21579      Branch: perl
21580            ! ext/B/B.xs ext/B/B/Bytecode.pm
21581 ____________________________________________________________________________
21582 [ 28336] By: rgs                                   on 2006/05/30  08:32:00
21583         Log: Subject: C is not perl, AV's dont just magically free themselves...
21584              From: demerphq <demerphq@gmail.com>
21585              Date: Tue, 30 May 2006 10:23:19 +0200
21586              Message-ID: <9b18b3110605300123t467f14eerf30a149f253be281@mail.gmail.com>
21587      Branch: perl
21588            ! regcomp.c
21589 ____________________________________________________________________________
21590 [ 28335] By: nicholas                              on 2006/05/29  22:58:46
21591         Log: Comprehensive regression tests for Perl_refcounted_he_fetch().
21592              Fix a bug due to the fact that Perl's typedef'd "bool" type isn't
21593              actually boolean.
21594      Branch: perl
21595            + ext/XS/APItest/t/op.t t/op/caller.pl
21596            ! MANIFEST ext/XS/APItest/APItest.xs hv.c t/op/caller.t
21597 ____________________________________________________________________________
21598 [ 28334] By: craigb                                on 2006/05/29  22:34:23
21599         Log: Subject: [PATCH] redo part of change 27374
21600              From: Abe Timmerman <abe@ztreet.demon.nl>
21601              Date: Mon, 29 May 2006 23:24:51 +0200
21602              Message-id: <200605292324.51714.abe@ztreet.demon.nl>
21603
21604      Branch: perl
21605            ! configure.com
21606 ____________________________________________________________________________
21607 [ 28333] By: craigb                                on 2006/05/29  19:37:41
21608         Log: And some more DynaLoader things that should not be tested on
21609              VMS since they are not part of the implementation.
21610      Branch: perl
21611            ! ext/DynaLoader/t/DynaLoader.t
21612 ____________________________________________________________________________
21613 [ 28332] By: mhx                                   on 2006/05/29  17:50:48
21614         Log: Upgrade to Devel::PPPort 3.08_04
21615      Branch: perl
21616            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
21617            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
21618            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
21619            ! ext/Devel/PPPort/apicheck_c.PL
21620            ! ext/Devel/PPPort/devel/buildperl.pl
21621            ! ext/Devel/PPPort/devel/devtools.pl
21622            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
21623            ! ext/Devel/PPPort/devel/regenerate
21624            ! ext/Devel/PPPort/parts/apicheck.pl
21625            ! ext/Devel/PPPort/parts/base/5004000
21626            ! ext/Devel/PPPort/parts/base/5004050
21627            ! ext/Devel/PPPort/parts/base/5005000
21628            ! ext/Devel/PPPort/parts/base/5005030
21629            ! ext/Devel/PPPort/parts/base/5006000
21630            ! ext/Devel/PPPort/parts/base/5006001
21631            ! ext/Devel/PPPort/parts/base/5007001
21632            ! ext/Devel/PPPort/parts/base/5007002
21633            ! ext/Devel/PPPort/parts/base/5007003
21634            ! ext/Devel/PPPort/parts/base/5008000
21635            ! ext/Devel/PPPort/parts/base/5008001
21636            ! ext/Devel/PPPort/parts/base/5009000
21637            ! ext/Devel/PPPort/parts/base/5009001
21638            ! ext/Devel/PPPort/parts/base/5009002
21639            ! ext/Devel/PPPort/parts/base/5009003
21640            ! ext/Devel/PPPort/parts/base/5009004
21641            ! ext/Devel/PPPort/parts/inc/podtest
21642            ! ext/Devel/PPPort/parts/todo/5004000
21643            ! ext/Devel/PPPort/parts/todo/5005000
21644            ! ext/Devel/PPPort/parts/todo/5005030
21645            ! ext/Devel/PPPort/parts/todo/5006000
21646            ! ext/Devel/PPPort/parts/todo/5006001
21647            ! ext/Devel/PPPort/parts/todo/5007001
21648            ! ext/Devel/PPPort/parts/todo/5007002
21649            ! ext/Devel/PPPort/parts/todo/5007003
21650            ! ext/Devel/PPPort/parts/todo/5008000
21651            ! ext/Devel/PPPort/parts/todo/5008001
21652            ! ext/Devel/PPPort/parts/todo/5009000
21653            ! ext/Devel/PPPort/parts/todo/5009001
21654            ! ext/Devel/PPPort/parts/todo/5009002
21655            ! ext/Devel/PPPort/parts/todo/5009003
21656            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
21657            ! ext/Devel/PPPort/t/podtest.t
21658 ____________________________________________________________________________
21659 [ 28331] By: davem                                 on 2006/05/29  15:27:02
21660         Log: make require report too many open files error
21661              ie don't continue searching the rest of @INC
21662      Branch: perl
21663            ! pp_ctl.c
21664 ____________________________________________________________________________
21665 [ 28330] By: davem                                 on 2006/05/29  14:12:13
21666         Log: ensure failure to load Carp::Heavy gets reported
21667      Branch: perl
21668            ! lib/Carp.pm
21669 ____________________________________________________________________________
21670 [ 28329] By: rgs                                   on 2006/05/29  14:08:42
21671         Log: Revert change 28322, which makes ithreads panic
21672      Branch: perl
21673            ! perlio.c
21674 ____________________________________________________________________________
21675 [ 28328] By: rgs                                   on 2006/05/29  13:41:24
21676         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. 
21677              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
21678              Date: Sun, 21 May 2006 19:33:21 +0900
21679              Message-Id: <20060521193259.81E5.BQW10602@nifty.com>
21680              
21681              with test tweaks further suggested by the same
21682      Branch: perl
21683            ! sv.c t/op/sprintf2.t
21684 ____________________________________________________________________________
21685 [ 28327] By: rgs                                   on 2006/05/29  13:10:45
21686         Log: Silence a warning
21687      Branch: perl
21688            ! regcomp.c
21689 ____________________________________________________________________________
21690 [ 28326] By: rgs                                   on 2006/05/29  12:40:15
21691         Log: Regen headers following change 28325. Also, make it compile
21692              with gcc by forward-declaring struct _reg_trie_data; and
21693              tweak the new re test to use test.pl, in order to portably
21694              run a new interpreter
21695      Branch: perl
21696            ! embed.h ext/re/t/regop.t perl.h proto.h regcomp.c regcomp.h
21697            ! regexec.c regnodes.h
21698 ____________________________________________________________________________
21699 [ 28325] By: rgs                                   on 2006/05/29  12:38:09
21700         Log: Subject: Re: [PATCH] More regex optimisations and debug enhancements (including Andys stuff too)
21701              From: demerphq <demerphq@gmail.com>
21702              Date: Sun, 28 May 2006 16:24:59 +0200
21703              Message-ID: <9b18b3110605280724u54a9c53bn3b20692b6fe4f1c3@mail.gmail.com>
21704      Branch: perl
21705            + ext/re/t/regop.pl ext/re/t/regop.t
21706            ! MANIFEST embed.fnc ext/re/re.pm regcomp.c regcomp.h regcomp.pl
21707            ! regcomp.sym regexec.c t/op/re_tests
21708 ____________________________________________________________________________
21709 [ 28324] By: rgs                                   on 2006/05/29  09:39:06
21710         Log: Subject: [PATCH] skip t/op/incfilter.t for "make clean;make miniperl;make minitest"
21711              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
21712              Date: Sun, 28 May 2006 14:11:02 +0300 (EEST)
21713              Message-Id: <200605281111.k4SBB2jc133843@kosh.hut.fi>
21714      Branch: perl
21715            ! t/op/incfilter.t
21716 ____________________________________________________________________________
21717 [ 28323] By: rgs                                   on 2006/05/29  08:20:36
21718         Log: Subject: [PATCH] gv.c consting
21719              From: andy@petdance.com (Andy Lester)
21720              Date: Sun, 28 May 2006 12:24:25 -0500
21721              Message-ID: <20060528172425.GA8291@petdance.com>
21722              
21723              Subject: [PATCH] mg.c consting
21724              From: andy@petdance.com (Andy Lester)
21725              Date: Sun, 28 May 2006 11:34:33 -0500
21726              Message-ID: <20060528163433.GA5518@petdance.com>
21727      Branch: perl
21728            ! embed.fnc gv.c mg.c proto.h
21729 ____________________________________________________________________________
21730 [ 28322] By: rgs                                   on 2006/05/29  08:00:04
21731         Log: Subject: [PATCH] perlio.c: nobody was freeing PL_perlio_fd_refcnt, now PerlIO_cleanup() is
21732              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
21733              Date: Sun, 28 May 2006 18:15:35 +0300 (EEST)
21734              Message-Id: <20060528151535.BEA3E6D08C@seth.hut.fi>
21735      Branch: perl
21736            ! perlio.c
21737 ____________________________________________________________________________
21738 [ 28321] By: nicholas                              on 2006/05/28  10:55:17
21739         Log: Subject: [PATCH] DynaLoader.t: less assumptions
21740              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
21741              Message-ID: <44796AF2.8060903@gmail.com>
21742              Date: Sun, 28 May 2006 12:18:42 +0300
21743      Branch: perl
21744            ! ext/DynaLoader/t/DynaLoader.t
21745 ____________________________________________________________________________
21746 [ 28320] By: nicholas                              on 2006/05/28  10:40:48
21747         Log: Perl_refcounted_he_chain_2hv()'s code to skip duplicate keys was far
21748              too lax.
21749      Branch: perl
21750            ! hv.c t/op/caller.t
21751 ____________________________________________________________________________
21752 [ 28319] By: davem                                 on 2006/05/27  21:16:30
21753         Log: fix eval qw(BEGIN{die}) style leaks.
21754              death while exdcuting code while parsing meant that the current
21755              parse stack got quiety abandonded, thus leaking a bunch of OPs.
21756              Register a destructor to be called when this happens.
21757      Branch: perl
21758            ! perly.c
21759 ____________________________________________________________________________
21760 [ 28318] By: craigb                                on 2006/05/27  18:00:31
21761         Log: use the same arg names everyone else does and handle undef filename
21762      Branch: perl
21763            ! ext/DynaLoader/dl_vms.xs
21764 ____________________________________________________________________________
21765 [ 28317] By: davem                                 on 2006/05/27  15:05:30
21766         Log: Subject:  RE: perlhack.pod confused about POPSTACK
21767              From:  "Jan Dubois" <jand@activestate.com>
21768              Date:  Thu, 25 May 2006 18:20:25 -0700
21769              Message-Id:  <059101c68062$9143d550$2217a8c0@candy>
21770              
21771              more fixing of the PUSHMARK example
21772      Branch: perl
21773            ! pod/perlhack.pod
21774 ____________________________________________________________________________
21775 [ 28316] By: davem                                 on 2006/05/27  00:54:18
21776         Log: make -Dpv display OP names ons the parser stack
21777      Branch: perl
21778            ! perly.c
21779 ____________________________________________________________________________
21780 [ 28315] By: davem                                 on 2006/05/27  00:31:33
21781         Log: stop OPs leaking in eval "syntax error"
21782              When bison pops states during error recovery, any states holding
21783              an OP would leak the OP. Create an extra YY table that tells us
21784              which states are of type opval, and when popping one of those,
21785              free the op.
21786      Branch: perl
21787            ! madly.tab perly.c perly.tab regen_perly.pl
21788 ____________________________________________________________________________
21789 [ 28314] By: davem                                 on 2006/05/26  18:50:34
21790         Log: stop eval "sub{" leaking
21791      Branch: perl
21792            ! madly.act madly.h madly.tab madly.y perly.act perly.h
21793            ! perly.tab perly.y
21794 ____________________________________________________________________________
21795 [ 28313] By: stevep                                on 2006/05/26  15:03:12
21796         Log: Subject: [PATCH] SysV IPC
21797              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
21798              Date: Thu, 25 May 2006 18:49:33 +0300
21799              Message-ID: <4475D20D.9010600@gmail.com>
21800      Branch: perl
21801            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
21802            ! ext/IPC/SysV/SysV.pm pod/perlipc.pod
21803 ____________________________________________________________________________
21804 [ 28312] By: stevep                                on 2006/05/26  14:45:01
21805         Log: Upgrade to Sys-Syslog-0.14
21806      Branch: perl
21807            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
21808            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/fallback/const-c.inc
21809            ! ext/Sys/Syslog/t/constants.t ext/Sys/Syslog/t/syslog.t
21810 ____________________________________________________________________________
21811 [ 28311] By: stevep                                on 2006/05/26  13:39:06
21812         Log: Fix pod nit in perltodo.
21813      Branch: perl
21814            ! pod/perltodo.pod
21815 ____________________________________________________________________________
21816 [ 28310] By: stevep                                on 2006/05/26  13:38:16
21817         Log: Stop a warning generated from thread's Makefile.PL
21818      Branch: perl
21819            ! ext/threads/Makefile.PL
21820 ____________________________________________________________________________
21821 [ 28309] By: stevep                                on 2006/05/26  13:33:54
21822         Log: Sun C on Linux doesn't complain about the attributes sprinkled 
21823              through the code in all cases, even though attributes are not
21824              supported.  In some cases, however, it does.  
21825      Branch: perl
21826            ! hints/linux.sh
21827 ____________________________________________________________________________
21828 [ 28308] By: rgs                                   on 2006/05/26  13:01:35
21829         Log: Subject: Re: [PATCH] Test script for DynaLoader
21830              From: demerphq <demerphq@gmail.com>
21831              Date: Thu, 25 May 2006 13:20:53 +0200
21832              Message-ID: <9b18b3110605250420m7431bfbeve44aada2025264f7@mail.gmail.com>
21833      Branch: perl
21834            ! ext/DynaLoader/t/DynaLoader.t
21835 ____________________________________________________________________________
21836 [ 28307] By: mhx                                   on 2006/05/25  15:52:02
21837         Log: Upgrade to Devel::PPPort 3.08_03
21838      Branch: perl
21839            + ext/Devel/PPPort/devel/devtools.pl
21840            + ext/Devel/PPPort/devel/regenerate
21841            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
21842            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
21843            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
21844            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
21845            ! ext/Devel/PPPort/parts/apicheck.pl
21846            ! ext/Devel/PPPort/parts/apidoc.fnc
21847            ! ext/Devel/PPPort/parts/base/5006000
21848            ! ext/Devel/PPPort/parts/base/5009003
21849            ! ext/Devel/PPPort/parts/base/5009004
21850            ! ext/Devel/PPPort/parts/embed.fnc
21851            ! ext/Devel/PPPort/parts/inc/podtest
21852            ! ext/Devel/PPPort/parts/inc/ppphtest
21853            ! ext/Devel/PPPort/parts/todo/5009003
21854            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
21855            ! ext/Devel/PPPort/t/podtest.t ext/Devel/PPPort/t/ppphtest.t
21856 ____________________________________________________________________________
21857 [ 28306] By: stevep                                on 2006/05/25  13:48:56
21858         Log: Upgrade to Digest-SHA-5.38.
21859      Branch: perl
21860            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
21861            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
21862            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
21863            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
21864            ! ext/Digest/SHA/t/2-nist-sha-oo.t
21865 ____________________________________________________________________________
21866 [ 28305] By: gisle                                 on 2006/05/25  07:09:15
21867         Log: Subject: Pod::Html should not convert "foo" in `foo''
21868              From: Gisle Aas <gisle@ActiveState.com>
21869              Date: 24 May 2006 14:09:49 -0700
21870              Message-ID: <lr1wujqgde.fsf@caliper.activestate.com>
21871      Branch: perl
21872            ! lib/Pod/Html.pm
21873 ____________________________________________________________________________
21874 [ 28304] By: stevep                                on 2006/05/25  02:17:21
21875         Log: Upgrade to Test-Harness-2.60
21876      Branch: perl
21877            ! lib/Test/Harness.pm lib/Test/Harness/Changes
21878 ____________________________________________________________________________
21879 [ 28303] By: davem                                 on 2006/05/25  00:21:21
21880         Log: Subject:  RE: perlhack.pod confused about POPSTACK
21881              From:  "Jan Dubois" <jand@activestate.com>
21882              Date:  Wed, 24 May 2006 16:35:14 -0700
21883              Message-Id:  <03ee01c67f8a$b4d6aca0$2217a8c0@candy>
21884              
21885              clean up davem's doc thinko of change #28292
21886      Branch: perl
21887            ! pod/perlhack.pod
21888 ____________________________________________________________________________
21889 [ 28302] By: mhx                                   on 2006/05/24  17:44:20
21890         Log: Run 'make regen' for changes 28299, 28300, 28301.
21891      Branch: perl
21892            ! pod/perlapi.pod proto.h
21893 ____________________________________________________________________________
21894 [ 28301] By: mhx                                   on 2006/05/24  17:40:01
21895         Log: The sv_catpvs() and sv_setpvs() macros also return void.
21896      Branch: perl
21897            ! handy.h
21898 ____________________________________________________________________________
21899 [ 28300] By: mhx                                   on 2006/05/24  17:38:08
21900         Log: The SvREFCNT_*void* macros return void, not SV*.
21901      Branch: perl
21902            ! sv.h
21903 ____________________________________________________________________________
21904 [ 28299] By: mhx                                   on 2006/05/24  17:31:28
21905         Log: The 'f' flag was missing for my_snprintf().
21906      Branch: perl
21907            ! embed.fnc
21908 ____________________________________________________________________________
21909 [ 28298] By: rgs                                   on 2006/05/24  13:34:45
21910         Log: Fix segfault in SDBM_File when the destructor is called multiple times
21911      Branch: perl
21912            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
21913 ____________________________________________________________________________
21914 [ 28297] By: rgs                                   on 2006/05/24  12:39:31
21915         Log: Subject: [PATCH] Stop harness from printing summary table header for each row in table
21916              From: demerphq <demerphq@gmail.com>
21917              Date: Tue, 23 May 2006 22:27:40 +0200
21918              Message-ID: <9b18b3110605231327t316104caoce301668178ee442@mail.gmail.com>
21919      Branch: perl
21920            ! lib/Test/Harness.pm
21921 ____________________________________________________________________________
21922 [ 28296] By: rgs                                   on 2006/05/24  12:24:27
21923         Log: Subject: [PATCH] Refactoring in av.c
21924              From: andy@petdance.com (Andy Lester)
21925              Date: Wed, 24 May 2006 00:16:40 -0500
21926              Message-ID: <20060524051640.GA4713@petdance.com>
21927      Branch: perl
21928            ! av.c cop.h
21929 ____________________________________________________________________________
21930 [ 28295] By: rgs                                   on 2006/05/24  07:27:47
21931         Log: Subject: [PATCH lib/AutoLoader.pm lib/AutoLoader.t] Export can() with AUTOLOAD()
21932              From: chromatic <chromatic@wgz.org>
21933              Date: Sat, 20 May 2006 11:40:27 -0700
21934              Message-Id: <200605201140.27789.chromatic@wgz.org>
21935              
21936              With tweaks: use built-in ref() instead of Scalar::Util::blessed
21937      Branch: perl
21938            ! lib/AutoLoader.pm lib/AutoLoader.t
21939 ____________________________________________________________________________
21940 [ 28294] By: stevep                                on 2006/05/24  02:56:23
21941         Log: Subject: [PATCH] Make t/TEST more helpful
21942              From: andy@petdance.com (Andy Lester)
21943              Date: Tue, 23 May 2006 21:07:48 -0500
21944              Message-ID: <20060524020748.GA16729@petdance.com>
21945      Branch: perl
21946            ! t/TEST
21947 ____________________________________________________________________________
21948 [ 28293] By: stevep                                on 2006/05/24  02:53:38
21949         Log: Subject: Re: [patch] win32/buildext.pl to handle inclusions and not just exclusions
21950              From: demerphq <demerphq@gmail.com>
21951              Date: Sun, 21 May 2006 12:20:12 +0200
21952              Message-ID: <9b18b3110605210320h5adc9df4hbee2302722b3dd6e@mail.gmail.com>
21953      Branch: perl
21954            ! win32/Makefile win32/buildext.pl
21955 ____________________________________________________________________________
21956 [ 28292] By: davem                                 on 2006/05/23  22:16:28
21957         Log: correct POPSTACK/POPMARK confusion in perlhack.pod
21958      Branch: perl
21959            ! pod/perlhack.pod
21960 ____________________________________________________________________________
21961 [ 28291] By: rgs                                   on 2006/05/23  08:05:56
21962         Log: Typo fix
21963      Branch: perl
21964            ! ext/threads/threads.pm
21965 ____________________________________________________________________________
21966 [ 28290] By: rgs                                   on 2006/05/23  08:03:08
21967         Log: Subject: [PATCH] Explicit thread context
21968              From: "Jerry D. Hedden" <jerry@hedden.us>
21969              Date: Fri, 19 May 2006 13:42:50 -0700
21970              Message-ID: <20060519134250.fb30e530d17747c2b054d625b8945d88.933b701674.wbe@email.secureserver.net>
21971      Branch: perl
21972            + ext/threads/t/context.t
21973            ! MANIFEST ext/threads/Changes ext/threads/README
21974            ! ext/threads/threads.pm ext/threads/threads.xs
21975 ____________________________________________________________________________
21976 [ 28289] By: rgs                                   on 2006/05/23  07:27:11
21977         Log: Subject: [PATCH] clean some lint findings
21978              From: andy@petdance.com (Andy Lester)
21979              Date: Sun, 21 May 2006 00:02:40 -0500
21980              Message-ID: <20060521050240.GA21051@petdance.com>
21981      Branch: perl
21982            ! embed.fnc embed.h hv.c perlio.c pp_pack.c proto.h
21983 ____________________________________________________________________________
21984 [ 28288] By: rgs                                   on 2006/05/23  07:23:48
21985         Log: Subject: Re: [PATCH - DUH] Synchronize bleadperl with version-0.60
21986              From: John Peacock <jpeacock@rowman.com>
21987              Date: Mon, 22 May 2006 19:08:03 -0400
21988              Message-ID: <44724453.5090606@rowman.com>
21989      Branch: perl
21990            ! lib/version.pm lib/version.t
21991 ____________________________________________________________________________
21992 [ 28287] By: rgs                                   on 2006/05/23  07:20:15
21993         Log: Fix a syntax error in test
21994      Branch: perl
21995            ! lib/Text/Balanced/t/00-load.t
21996 ____________________________________________________________________________
21997 [ 28286] By: merijn                                on 2006/05/23  06:17:26
21998         Log: HAS_HAS WAS NOW HAS
21999      Branch: perl
22000            ! handy.h
22001 ____________________________________________________________________________
22002 [ 28285] By: stevep                                on 2006/05/22  20:30:14
22003         Log: Subject: [PATCH] IO::Compress::Base::Common
22004              From: "Paul Marquess" <paul.marquess@openwave.com>
22005              Date: Sat, 20 May 2006 11:55:21 +0100
22006              Message-ID: <3F2DD0FCF1E2EA4D974C6195B482FD8801C339EF@bfs-exch-prd1.myopwv.com>
22007      Branch: perl
22008            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
22009 ____________________________________________________________________________
22010 [ 28284] By: merijn                                on 2006/05/22  17:39:47
22011         Log: If I needed this now, I'll probably need it next time too :)
22012      Branch: perl
22013            ! handy.h
22014 ____________________________________________________________________________
22015 [ 28283] By: merijn                                on 2006/05/22  17:37:33
22016         Log: Re-generation after backports of
22017              #28188 Only ask about MAD for 5.9.0 and greater. Otherwise silently
22018              #28189 A Configure probe for C99 variadic macros, based on code from
22019              #28202 Take advantage of the bug that binexp ignores the Configure
22020              #28263 Oops. Fix bad #! lines when not using userelocatableinc
22021              One small cleanup fix added. Some small re-ordering. Some whitespace.
22022      Branch: perl
22023            ! Configure Porting/Glossary Porting/config.sh config_h.SH
22024 ____________________________________________________________________________
22025 [ 28280] By: rgs                                   on 2006/05/22  16:51:36
22026         Log: Amend version.pm so it correctly loads the XS version of qv()
22027      Branch: perl
22028            ! lib/version.pm
22029 ____________________________________________________________________________
22030 [ 28279] By: rgs                                   on 2006/05/22  16:41:56
22031         Log: Subject: [PATCH] pp_sys cleanup again
22032              From: andy@petdance.com (Andy Lester)
22033              Date: Sat, 20 May 2006 16:20:20 -0500
22034              Message-ID: <20060520212020.GA30688@petdance.com>
22035      Branch: perl
22036            ! pp_sys.c
22037 ____________________________________________________________________________
22038 [ 28277] By: steveh                                on 2006/05/22  15:18:33
22039         Log: Fix Win32 linker error
22040              
22041              See:
22042              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-05/msg00758.html
22043      Branch: perl
22044            ! embed.fnc embed.h global.sym
22045 ____________________________________________________________________________
22046 [ 28276] By: rgs                                   on 2006/05/22  15:02:08
22047         Log: Upgrade to version.pm 0.60
22048      Branch: perl
22049            ! lib/version.pm lib/version.t universal.c util.c
22050 ____________________________________________________________________________
22051 [ 28275] By: rgs                                   on 2006/05/22  14:49:05
22052         Log: Subject: Perl_PerlIO_context_layers and PerlIO_apply_layers, as well as other unexported/undefined entities... (patch 28258/28264 incomplete?)
22053              From: demerphq <demerphq@gmail.com>
22054              Date: Sun, 21 May 2006 15:06:20 +0200
22055              Message-ID: <9b18b3110605210606l441b69b3lf6934a15d9a26e4b@mail.gmail.com>
22056              
22057              (only the makedef.pl and perlio.c patches)
22058      Branch: perl
22059            ! makedef.pl perlio.c
22060 ____________________________________________________________________________
22061 [ 28274] By: merijn                                on 2006/05/22  14:42:47
22062         Log: Better handling for error-checking
22063              From: IRC/#p5p/Maddingue (Sebastien Aperghis-Tramoni)
22064      Branch: perl
22065            ! ext/DynaLoader/t/DynaLoader.t
22066 ____________________________________________________________________________
22067 [ 28273] By: rgs                                   on 2006/05/22  13:58:45
22068         Log: Subject: [PATCH] literal string macros
22069              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
22070              Date: Mon, 22 May 2006 13:39:33 +0200
22071              Message-ID: <20060522133933.65ea93ce@r2d2>
22072      Branch: perl
22073            ! handy.h pod/perlapi.pod
22074 ____________________________________________________________________________
22075 [ 28272] By: stevep                                on 2006/05/22  13:57:54
22076         Log: Additional perlpragma.pod nits.
22077      Branch: perl
22078            ! pod/perlpragma.pod
22079 ____________________________________________________________________________
22080 [ 28271] By: rgs                                   on 2006/05/22  13:47:19
22081         Log: More nits in perlpragma, and remove the warning about %^H being
22082              strictly internal in perlvar.
22083      Branch: perl
22084            ! pod/perlpragma.pod pod/perlvar.pod
22085 ____________________________________________________________________________
22086 [ 28270] By: stevep                                on 2006/05/22  13:46:30
22087         Log: Silence Text::Balanced's 00-load.t when PERL_CORE is defined.
22088      Branch: perl
22089            ! lib/Text/Balanced/t/00-load.t
22090 ____________________________________________________________________________
22091 [ 28269] By: rgs                                   on 2006/05/22  13:09:12
22092         Log: Subject: Re: [PATCH] optimize /[x]/ to /x/.
22093              From: demerphq <demerphq@gmail.com>
22094              Date: Sun, 21 May 2006 19:32:15 +0200
22095              Message-ID: <9b18b3110605211032n5035d2cfne703514d8271e181@mail.gmail.com>
22096              
22097              New tests.
22098      Branch: perl
22099            ! t/op/re_tests
22100 ____________________________________________________________________________
22101 [ 28268] By: rgs                                   on 2006/05/22  12:55:13
22102         Log: Fix two nits in perlpragma.pod
22103      Branch: perl
22104            ! pod/perlpragma.pod
22105 ____________________________________________________________________________
22106 [ 28267] By: mhx                                   on 2006/05/22  11:31:57
22107         Log: Upgrade to Devel::PPPort 3.08_02
22108      Branch: perl
22109            + ext/Devel/PPPort/parts/inc/SvREFCNT
22110            + ext/Devel/PPPort/parts/inc/podtest
22111            + ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/podtest.t
22112            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
22113            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
22114            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/mktests.PL
22115            ! ext/Devel/PPPort/parts/apidoc.fnc
22116            ! ext/Devel/PPPort/parts/base/5009004
22117            ! ext/Devel/PPPort/parts/embed.fnc
22118            ! ext/Devel/PPPort/parts/inc/memory
22119            ! ext/Devel/PPPort/parts/inc/misc
22120            ! ext/Devel/PPPort/parts/inc/ppphbin
22121            ! ext/Devel/PPPort/parts/inc/ppphdoc
22122            ! ext/Devel/PPPort/parts/inc/pvs
22123            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
22124            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
22125            ! ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/call.t
22126            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/exception.t
22127            ! ext/Devel/PPPort/t/grok.t ext/Devel/PPPort/t/limits.t
22128            ! ext/Devel/PPPort/t/mPUSH.t ext/Devel/PPPort/t/magic.t
22129            ! ext/Devel/PPPort/t/memory.t ext/Devel/PPPort/t/misc.t
22130            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
22131            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
22132            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/sv_xpvf.t
22133            ! ext/Devel/PPPort/t/testutil.pl ext/Devel/PPPort/t/threads.t
22134            ! ext/Devel/PPPort/t/uv.t ext/Devel/PPPort/t/variables.t
22135            ! ext/Devel/PPPort/t/warn.t
22136 ____________________________________________________________________________
22137 [ 28266] By: mhx                                   on 2006/05/21  22:34:29
22138         Log: Remove duplicate documentation for SvREFCNT_inc().
22139              Add documentation for SvREFCNT_inc_simple_void_NN().
22140              Wrap SvREFCNT_inc_simple_void() in STMT_START/STMT_END.
22141      Branch: perl
22142            ! sv.h
22143 ____________________________________________________________________________
22144 [ 28265] By: mhx                                   on 2006/05/21  22:20:48
22145         Log: Document PoisonFree() instead of documenting Poison() twice.
22146      Branch: perl
22147            ! handy.h
22148 ____________________________________________________________________________
22149 [ 28264] By: stevep                                on 2006/05/21  03:47:18
22150         Log: Add Perl_PerlIO_context_layers() to the public API to fix Win32 builds.
22151              Also, picked up a missed change for pod/perlapi.pod.
22152      Branch: perl
22153            ! embed.fnc embed.h global.sym pod/perlapi.pod
22154 ____________________________________________________________________________
22155 [ 28263] By: nicholas                              on 2006/05/20  23:08:40
22156         Log: Oops. Fix bad #! lines when not using userelocatableinc
22157      Branch: perl
22158            ! Configure
22159 ____________________________________________________________________________
22160 [ 28262] By: davem                                 on 2006/05/20  22:23:21
22161         Log: Subject:  [PATCH] optimize /[x]/ to /x/.
22162              From:  demerphq <demerphq@gmail.com>
22163              Date:  Sat, 20 May 2006 23:16:33 +0200
22164              Message-Id:  <9b18b3110605201416i3dc44c39k86cd9b2f47f5cda0@mail.gmail.com>
22165      Branch: perl
22166            ! regcomp.c
22167 ____________________________________________________________________________
22168 [ 28261] By: nicholas                              on 2006/05/20  22:17:07
22169         Log: Fix bug in change 28258. So how come I thought I'd passed all tests?
22170      Branch: perl
22171            ! ext/B/B.xs
22172 ____________________________________________________________________________
22173 [ 28260] By: davem                                 on 2006/05/20  21:07:34
22174         Log: don't try to dump GVish parts of an LV if it hasn't got GVish parts
22175      Branch: perl
22176            ! dump.c
22177 ____________________________________________________________________________
22178 [ 28259] By: mhx                                   on 2006/05/20  18:22:00
22179         Log: Upgrade to Devel::PPPort 3.08_01
22180      Branch: perl
22181            + ext/Devel/PPPort/parts/base/5008008
22182            + ext/Devel/PPPort/parts/base/5009004
22183            + ext/Devel/PPPort/parts/inc/pvs
22184            + ext/Devel/PPPort/parts/inc/snprintf
22185            + ext/Devel/PPPort/parts/inc/warn
22186            + ext/Devel/PPPort/parts/todo/5008008
22187            + ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/t/pvs.t
22188            + ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/warn.t
22189            - ext/Devel/PPPort/MANIFEST
22190            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
22191            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
22192            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
22193            ! ext/Devel/PPPort/parts/apicheck.pl
22194            ! ext/Devel/PPPort/parts/apidoc.fnc
22195            ! ext/Devel/PPPort/parts/base/5004050
22196            ! ext/Devel/PPPort/parts/base/5006000
22197            ! ext/Devel/PPPort/parts/base/5006001
22198            ! ext/Devel/PPPort/parts/base/5007002
22199            ! ext/Devel/PPPort/parts/base/5007003
22200            ! ext/Devel/PPPort/parts/base/5008000
22201            ! ext/Devel/PPPort/parts/base/5008001
22202            ! ext/Devel/PPPort/parts/base/5009000
22203            ! ext/Devel/PPPort/parts/base/5009003
22204            ! ext/Devel/PPPort/parts/embed.fnc
22205            ! ext/Devel/PPPort/parts/inc/Sv_set
22206            ! ext/Devel/PPPort/parts/inc/magic
22207            ! ext/Devel/PPPort/parts/inc/misc
22208            ! ext/Devel/PPPort/parts/todo/5004000
22209            ! ext/Devel/PPPort/parts/todo/5005000
22210            ! ext/Devel/PPPort/parts/todo/5006000
22211            ! ext/Devel/PPPort/parts/todo/5006001
22212            ! ext/Devel/PPPort/parts/todo/5007003
22213            ! ext/Devel/PPPort/parts/todo/5009003 ext/Devel/PPPort/soak
22214            ! ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/magic.t
22215            ! ext/Devel/PPPort/t/misc.t
22216 ____________________________________________________________________________
22217 [ 28258] By: nicholas                              on 2006/05/20  17:29:52
22218         Log: Abolish cop_io (the simple way) by storing the value in cop_hints_hash.
22219              Todo - store the in and out values under 2 keys, and avoid the need to
22220              create a temporary mortal SV while checking it.
22221      Branch: perl
22222            ! bytecode.pl cop.h embed.fnc embed.h ext/B/B.xs
22223            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
22224            ! ext/ByteLoader/byterun.h mg.c op.c perl.c perl.h perlio.c
22225            ! perlio.h pp_ctl.c pp_sys.c proto.h sv.c
22226 ____________________________________________________________________________
22227 [ 28257] By: nicholas                              on 2006/05/20  15:27:28
22228         Log: Move the hints from op_private into cop_hints. This allows all 32 bits
22229              to be stored. Make B::Concise display the new hints field, and modify
22230              B::Deparse to use it.
22231      Branch: perl
22232            ! cop.h ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm
22233            ! ext/B/B/Deparse.pm ext/B/t/f_map.t ext/B/t/f_sort.t
22234            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
22235            ! ext/B/t/optree_constants.t ext/B/t/optree_misc.t
22236            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
22237            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
22238            ! ext/ByteLoader/bytecode.h op.c perl.h
22239 ____________________________________________________________________________
22240 [ 28255] By: merijn                                on 2006/05/20  15:16:29
22241         Log: Small typo correction
22242      Branch: perl
22243            ! INSTALL
22244 ____________________________________________________________________________
22245 [ 28254] By: davem                                 on 2006/05/20  14:30:50
22246         Log: eval { s/$foo/die/e } leaked a scalar
22247      Branch: perl
22248            ! pp_ctl.c pp_hot.c
22249 ____________________________________________________________________________
22250 [ 28253] By: merijn                                on 2006/05/20  13:26:51
22251         Log: Subject: Re: Over-pious message from Configure?
22252              From: Dominic Dunlop <shouldbedomo@mac.com>
22253              Date: Thu, 18 May 2006 15:47:27 +0200
22254              Message-Id: <90C6E6BF-D1B1-4346-A893-1708E8E50534@mac.com>
22255      Branch: perl
22256            ! INSTALL
22257 ____________________________________________________________________________
22258 [ 28252] By: nicholas                              on 2006/05/20  12:31:09
22259         Log: Rename cop_hints to cop_hints_hash
22260      Branch: perl
22261            ! cop.h mg.c op.c perl.c pod/perlintern.pod pp_ctl.c scope.c
22262            ! scope.h sv.c
22263 ____________________________________________________________________________
22264 [ 28251] By: davem                                 on 2006/05/20  11:58:07
22265         Log: Perl segfaults; test case available
22266              sub f { s/$var/f()/e } could free the wrong RE
22267      Branch: perl
22268            ! cop.h pp_ctl.c pp_hot.c
22269 ____________________________________________________________________________
22270 [ 28250] By: nicholas                              on 2006/05/20  11:29:26
22271         Log: Abolish cop_arybase. Signal a non zero $[ with a hint flag, and store
22272              the value in the hints structure used for %^H.
22273      Branch: perl
22274            ! cop.h embed.fnc embed.h global.sym hv.c op.c perl.h proto.h
22275 ____________________________________________________________________________
22276 [ 28249] By: nicholas                              on 2006/05/20  10:27:23
22277         Log: Solaris was happy, but change 28247 removed the wrong dTHX as far as
22278              some other operating systems were concerned.
22279      Branch: perl
22280            ! perlio.c
22281 ____________________________________________________________________________
22282 [ 28248] By: davem                                 on 2006/05/20  00:43:42
22283         Log: SEGV with complicated regexp and long string
22284              PL_reg_maxiter was wrapping to a negative value
22285      Branch: perl
22286            ! op.c regexec.c
22287 ____________________________________________________________________________
22288 [ 28247] By: nicholas                              on 2006/05/19  22:48:38
22289         Log: Perl_croak() needs an aTHX_ in PerlIO_vsprintf().
22290      Branch: perl
22291            ! perlio.c
22292 ____________________________________________________________________________
22293 [ 28246] By: mhx                                   on 2006/05/19  22:11:44
22294         Log: There is no STASH type.
22295      Branch: perl
22296            ! sv.h
22297 ____________________________________________________________________________
22298 [ 28245] By: nicholas                              on 2006/05/19  21:44:14
22299         Log: Correct Perl_refcounted_he_chain_2hv() and its caller - it doesn't
22300              store a reference to the value, so don't pass it in a new SV.
22301      Branch: perl
22302            ! hv.c mg.c pod/perlintern.pod
22303 ____________________________________________________________________________
22304 [ 28244] By: stevep                                on 2006/05/19  20:15:10
22305         Log: Grrr...Perforce decided not to add the MANIFEST changes for change
22306              #28243.  Hateful indeed!
22307      Branch: perl
22308            ! MANIFEST
22309 ____________________________________________________________________________
22310 [ 28243] By: stevep                                on 2006/05/19  20:12:23
22311         Log: Shortening name of a Pod::Simple test case to allow the test to be 
22312              run on the VOS operating system.  Fixes "RT #38645: Test case name
22313              is too long".
22314      Branch: perl
22315           +> lib/Pod/Simple/t/search_25_glob_squaa.t
22316            - lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
22317 ____________________________________________________________________________
22318 [ 28242] By: nicholas                              on 2006/05/19  20:11:57
22319         Log: Rebuild perltoc.pod.
22320      Branch: perl
22321            ! pod/perltoc.pod
22322 ____________________________________________________________________________
22323 [ 28241] By: nicholas                              on 2006/05/19  20:10:47
22324         Log: Add perlpragma.pod, which describes how to implement user pragmata.
22325      Branch: perl
22326            + pod/perlpragma.pod
22327            ! MANIFEST pod.lst pod/perl.pod vms/descrip_mms.template
22328            ! win32/pod.mak
22329 ____________________________________________________________________________
22330 [ 28239] By: nicholas                              on 2006/05/19  20:08:46
22331         Log: Add README.riscos to pod.lst
22332      Branch: perl
22333            ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile
22334            ! win32/makefile.mk
22335 ____________________________________________________________________________
22336 [ 28238] By: nicholas                              on 2006/05/19  20:08:21
22337         Log: pod/buildtoc has fussy ideas about the order of MANIFEST
22338      Branch: perl
22339            ! MANIFEST
22340 ____________________________________________________________________________
22341 [ 28237] By: stevep                                on 2006/05/19  18:36:13
22342         Log: Subject: [PATCH] strlcat aaargh
22343              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
22344              Date: Fri, 19 May 2006 20:44:46 +0300
22345              Message-ID: <446E040E.8030205@gmail.com>
22346      Branch: perl
22347            ! doio.c
22348 ____________________________________________________________________________
22349 [ 28236] By: nicholas                              on 2006/05/19  16:31:35
22350         Log: strlen(foo) rather than strchr(foo, 0) makes simpler code, and is
22351              likely to be a more efficient implementation.
22352      Branch: perl
22353            ! perlio.c
22354 ____________________________________________________________________________
22355 [ 28235] By: davem                                 on 2006/05/19  16:06:58
22356         Log: give a more useful example for $^V
22357      Branch: perl
22358            ! pod/perlvar.pod
22359 ____________________________________________________________________________
22360 [ 28234] By: rgs                                   on 2006/05/19  15:17:00
22361         Log: Subject: [PATCH] Re: [PATCH] Re: Change 28183 has broken 64-bit builds?
22362              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
22363              Date: Thu, 18 May 2006 22:44:14 +0300
22364              Message-ID: <446CCE8E.8010407@gmail.com>
22365      Branch: perl
22366            ! perl.h perlio.c util.c
22367 ____________________________________________________________________________
22368 [ 28232] By: rgs                                   on 2006/05/19  08:46:09
22369         Log: Adjust test following change #28225
22370      Branch: perl
22371            ! t/lib/h2ph.pht
22372 ____________________________________________________________________________
22373 [ 28231] By: davem                                 on 2006/05/19  00:14:15
22374         Log: lots of warnings with diagnostics and (warn or die)
22375              stop C<use diagnostics; warn "\n">  outputing lots of 'uninit'
22376              warnings.
22377      Branch: perl
22378            ! lib/diagnostics.pm
22379 ____________________________________________________________________________
22380 [ 28230] By: davem                                 on 2006/05/18  23:50:51
22381         Log: test some die codepaths in pp_enterwrite
22382      Branch: perl
22383            ! t/op/write.t
22384 ____________________________________________________________________________
22385 [ 28229] By: davem                                 on 2006/05/18  23:16:16
22386         Log: Subject:  [PATCH] threads core dump in BEGIN
22387              From:  "Jerry D. Hedden" <jerry@hedden.us>
22388              Date:  Thu, 18 May 2006 13:22:20 -0700
22389              Message-Id:  <20060518132220.fb30e530d17747c2b054d625b8945d88.f45de90925.wbe@email.secureserver.net>
22390      Branch: perl
22391            + ext/threads/t/blocks.t
22392            ! MANIFEST ext/threads/Changes ext/threads/README
22393            ! ext/threads/threads.pm ext/threads/threads.xs
22394 ____________________________________________________________________________
22395 [ 28228] By: rgs                                   on 2006/05/18  15:45:49
22396         Log: We can now remove DynaLoader from 1_compile.t
22397      Branch: perl
22398            ! t/lib/1_compile.t
22399 ____________________________________________________________________________
22400 [ 28227] By: rgs                                   on 2006/05/18  15:43:25
22401         Log: Nits in the DynaLoader test: make it warning-clean,
22402              and avoid checking OS- and locale-specific messages
22403      Branch: perl
22404            ! ext/DynaLoader/t/DynaLoader.t
22405 ____________________________________________________________________________
22406 [ 28226] By: stevep                                on 2006/05/18  15:16:40
22407         Log: Subject: [PATCH] Test script for DynaLoader
22408              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
22409              Date: Thu, 18 May 2006 16:46:00 +0200
22410              Message-ID: <1147963560.446c88a8891e1@imp1-g19.free.fr>
22411      Branch: perl
22412            + ext/DynaLoader/t/DynaLoader.t
22413            ! MANIFEST
22414 ____________________________________________________________________________
22415 [ 28225] By: rgs                                   on 2006/05/18  12:52:34
22416         Log: Subject: [perl #39130] h2ph generates incorrect code for '#if defined A || defined B' 
22417              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
22418              Date: Thu, 11 May 2006 11:00:42 -0700
22419              Message-ID: <rt-3.0.11-39130-133411.1.91055283125046@perl.org>
22420      Branch: perl
22421            ! utils/h2ph.PL
22422 ____________________________________________________________________________
22423 [ 28224] By: rgs                                   on 2006/05/18  12:34:35
22424         Log: Subject: Re: [perl #39152] diagnostics.pm: "-traceonly" vs "-trace"
22425              From: "Fergal Daly" <fergal@esatclear.ie>
22426              Date: Wed, 17 May 2006 18:59:50 +0100
22427              Message-ID: <875029960605171059y286fe449nd39d6830ef2b229a@mail.gmail.com>
22428      Branch: perl
22429            ! lib/diagnostics.pm
22430 ____________________________________________________________________________
22431 [ 28223] By: rgs                                   on 2006/05/18  11:38:00
22432         Log: Subject: [PATCH] threads 1.28
22433              From: "Jerry D. Hedden" <jerry@hedden.us>
22434              Date: Wed, 17 May 2006 11:45:32 -0700
22435              Message-ID: <20060517114532.fb30e530d17747c2b054d625b8945d88.ca725822fc.wbe@email.secureserver.net>
22436      Branch: perl
22437            ! ext/threads/Changes ext/threads/README ext/threads/t/kill.t
22438            ! ext/threads/threads.pm ext/threads/threads.xs
22439 ____________________________________________________________________________
22440 [ 28222] By: rgs                                   on 2006/05/18  06:30:09
22441         Log: Adjust calling of Perl_va_copy(), noticed by Jarkko
22442      Branch: perl
22443            ! util.c
22444 ____________________________________________________________________________
22445 [ 28221] By: nicholas                              on 2006/05/17  23:13:51
22446         Log: Another SvVOK(). I believe that this is the last.
22447      Branch: perl
22448            ! util.c
22449 ____________________________________________________________________________
22450 [ 28219] By: rgs                                   on 2006/05/17  21:01:54
22451         Log: Oops, missed a SvVOK.
22452      Branch: perl
22453            ! util.c
22454 ____________________________________________________________________________
22455 [ 28218] By: rgs                                   on 2006/05/17  20:54:23
22456         Log: Add a new macro SvVSTRING_mg that returns vstring magic, if any.
22457              SvVOK used to do that, in stealth mode, but now it returns a
22458              boolean like it used to. Patch suggested by John Peacock.
22459      Branch: perl
22460            ! sv.c sv.h
22461 ____________________________________________________________________________
22462 [ 28217] By: rgs                                   on 2006/05/17  19:55:30
22463         Log: Parenthesize uses of macro arguments
22464      Branch: perl
22465            ! perl.h
22466 ____________________________________________________________________________
22467 [ 28216] By: rgs                                   on 2006/05/17  19:50:54
22468         Log: Subject: Re: Change 28183 has broken 64-bit builds?
22469              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
22470              Date: Wed, 17 May 2006 22:19:51 +0300
22471              Message-ID: <446B7757.8030301@gmail.com>
22472      Branch: perl
22473            ! perl.h perlio.c pod/perlapi.pod util.c
22474 ____________________________________________________________________________
22475 [ 28215] By: steveh                                on 2006/05/17  17:06:26
22476         Log: Subject: Re: [perl #39145] win32, @_ and fork crashing in dounwind
22477              From: Dave Mitchell <davem@iabyn.com>
22478              Date: Wed, 17 May 2006 17:38:16 +0100
22479              Message-ID: <20060517163816.GN17109@iabyn.com>
22480              
22481              (Dave's fix, plus a test taken from [perl #39145])
22482      Branch: perl
22483            ! sv.c t/op/fork.t
22484 ____________________________________________________________________________
22485 [ 28214] By: stevep                                on 2006/05/17  15:02:45
22486         Log: Subject: [PATCH] IO::Compress* 2.000_12
22487              From: "Paul Marquess" <paul.marquess@ntlworld.com>
22488              Date: Wed, 17 May 2006 13:45:16 +0100
22489              Message-ID: <00c101c679af$c0305af0$2405140a@myopwv.com>
22490      Branch: perl
22491            + ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
22492            + ext/Compress/Raw/Zlib/Changes
22493            ! MANIFEST ext/Compress/IO/Base/README
22494            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
22495            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
22496            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
22497            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
22498            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
22499            ! ext/Compress/IO/Zlib/README
22500            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
22501            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
22502            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
22503            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
22504            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
22505            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
22506            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
22507            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
22508            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
22509            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
22510            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
22511            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
22512            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
22513            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
22514            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
22515            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
22516            ! ext/Compress/IO/Zlib/t/004gziphdr.t
22517            ! ext/Compress/IO/Zlib/t/101truncate-zip.t
22518            ! ext/Compress/Raw/Zlib/README
22519            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
22520            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
22521            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
22522            ! t/lib/compress/CompTestUtils.pm x2p/find2perl.PL
22523 ____________________________________________________________________________
22524 [ 28210] By: nicholas                              on 2006/05/16  16:41:45
22525         Log: Revert change 27513
22526              [Make the original versions of relocated paths available from
22527              %Config::Config with the prefix "raw_". Not sure if "raw_" is the
22528              best choice.]
22529      Branch: perl
22530            ! configpm
22531 ____________________________________________________________________________
22532 [ 28209] By: rgs                                   on 2006/05/16  16:14:46
22533         Log: Subject: Re: [PATCH]  upgrade bytes_to_uni
22534              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
22535              Date: Mon, 15 May 2006 22:39:58 +0900
22536              Message-Id: <20060515223901.F3B0.BQW10602@nifty.com>
22537      Branch: perl
22538            ! pp_pack.c
22539 ____________________________________________________________________________
22540 [ 28206] By: rgs                                   on 2006/05/16  13:14:12
22541         Log: Subject: [PATCH] Refactoring reghops
22542              From: andy@petdance.com (Andy Lester)
22543              Date: Mon, 15 May 2006 08:54:24 -0500
22544              Message-ID: <20060515135424.GA31585@petdance.com>
22545      Branch: perl
22546            ! embed.fnc proto.h regexec.c
22547 ____________________________________________________________________________
22548 [ 28205] By: rgs                                   on 2006/05/16  13:09:17
22549         Log: Subject: [PATCH] refactoring out S_regoptail
22550              From: andy@petdance.com (Andy Lester)
22551              Date: Sun, 14 May 2006 23:15:18 -0500
22552              Message-ID: <20060515041518.GA15745@petdance.com>
22553      Branch: perl
22554            ! embed.fnc embed.h proto.h regcomp.c
22555 ____________________________________________________________________________
22556 [ 28202] By: nicholas                              on 2006/05/16  10:00:55
22557         Log: Take advantage of the bug that binexp ignores the Configure
22558              installprefix, by using initialinstalllocation rather than binexp
22559              to determine the #! line for installed scripts. This way they are at
22560              least correct initially for a relocatable @INC perl, rather than
22561              starting as .../../bin/perl
22562      Branch: perl
22563            ! Configure
22564 ____________________________________________________________________________
22565 [ 28200] By: stevep                                on 2006/05/15  16:43:44
22566         Log: Clarification on what Perl does to floating points in the modulus 
22567              operation.
22568      Branch: perl
22569            ! pod/perlop.pod
22570 ____________________________________________________________________________
22571 [ 28198] By: nicholas                              on 2006/05/15  15:11:15
22572         Log: Encode run-time relocation of file names in packlist with a relocate_as
22573              attribute. With this, unmodified instmodsh correctly verifies installed
22574              modules even after relocation.
22575      Branch: perl
22576            ! lib/ExtUtils/Packlist.pm
22577 ____________________________________________________________________________
22578 [ 28197] By: stevep                                on 2006/05/15  14:13:46
22579         Log: Upgrade to Digest-SHA-5.37
22580      Branch: perl
22581            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
22582            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
22583            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
22584            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
22585 ____________________________________________________________________________
22586 [ 28196] By: nicholas                              on 2006/05/15  13:57:25
22587         Log: Simplify the implementation in ExtUtils::Packlist::read.
22588      Branch: perl
22589            ! lib/ExtUtils/Packlist.pm
22590 ____________________________________________________________________________
22591 [ 28195] By: rgs                                   on 2006/05/15  11:29:59
22592         Log: Subject: [REPATCH universal.c] Make sv_derived_from Documentation Clearer
22593              From: chromatic <chromatic@wgz.org>
22594              Date: Sun, 14 May 2006 16:51:36 -0700
22595              Message-Id: <200605141651.37181.chromatic@wgz.org>
22596      Branch: perl
22597            ! pod/perlapi.pod universal.c
22598 ____________________________________________________________________________
22599 [ 28194] By: rgs                                   on 2006/05/15  09:43:02
22600         Log: Subject: [PATCH] S_reguni should return its length
22601              From: andy@petdance.com (Andy Lester)
22602              Date: Sun, 14 May 2006 09:46:32 -0500
22603              Message-ID: <20060514144632.GA20935@petdance.com>
22604      Branch: perl
22605            ! embed.fnc embed.h proto.h regcomp.c
22606 ____________________________________________________________________________
22607 [ 28193] By: rgs                                   on 2006/05/15  08:33:53
22608         Log: Subject: [PATCH] strange encodings upsets pp_chr
22609              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
22610              Date: Sun, 14 May 2006 19:57:28 +0900
22611              Message-Id: <20060514195532.5422.BQW10602@nifty.com>
22612      Branch: perl
22613            + t/uni/chr.t
22614            ! MANIFEST pp.c t/op/chr.t t/op/ord.t
22615 ____________________________________________________________________________
22616 [ 28192] By: nicholas                              on 2006/05/14  12:27:19
22617         Log: TEST needs to binmode the file handle that is reading the TAP, else it
22618              can get killed if TEST's environment has made it default all opens to
22619              UTF-8 but the TAP is not UTF-8.
22620      Branch: perl
22621            ! t/TEST
22622 ____________________________________________________________________________
22623 [ 28190] By: nicholas                              on 2006/05/14  10:33:39
22624         Log: Upgrade to Test::Harness 2.58.
22625      Branch: perl
22626            ! lib/Test/Harness.pm
22627 ____________________________________________________________________________
22628 [ 28189] By: nicholas                              on 2006/05/13  15:48:24
22629         Log: A Configure probe for C99 variadic macros, based on code from Jarkko.
22630      Branch: perl
22631            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
22632            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
22633            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
22634            ! win32/config.bc win32/config.gc win32/config.vc
22635            ! win32/config.vc64
22636 ____________________________________________________________________________
22637 [ 28188] By: nicholas                              on 2006/05/13  12:57:50
22638         Log: Only ask about MAD for 5.9.0 and greater. Otherwise silently select
22639              'n'.
22640      Branch: perl
22641            ! Configure
22642 ____________________________________________________________________________
22643 [ 28187] By: nicholas                              on 2006/05/13  11:26:04
22644         Log: Subject: t/uni/overload.t
22645              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
22646              Message-ID: <4465988C.9080407@gmail.com>
22647              Date: Sat, 13 May 2006 11:27:56 +0300
22648      Branch: perl
22649            ! t/uni/overload.t
22650 ____________________________________________________________________________
22651 [ 28186] By: nicholas                              on 2006/05/13  10:36:49
22652         Log: Subject: [PATCH] sv.c: printf %d wants int not size_t
22653              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
22654              Message-Id: <200605130715.k4D7FWg3089581@kosh.hut.fi>
22655              Date: Sat, 13 May 2006 10:15:32 +0300 (EEST)
22656      Branch: perl
22657            ! sv.c
22658 ____________________________________________________________________________
22659 [ 28185] By: nicholas                              on 2006/05/13  10:36:18
22660         Log: Can't do require Foo if $tainted; because taint tunnels.
22661              (Documented, but I regard this as a serious practical deficiency in
22662              tainting) 
22663      Branch: perl
22664            ! lib/Tie/RefHash.pm
22665 ____________________________________________________________________________
22666 [ 28183] By: rgs                                   on 2006/05/12  20:57:07
22667         Log: Subject: Re: [PATCH] my_snprintf
22668              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
22669              Date: Fri, 12 May 2006 22:28:49 +0300
22670              Message-ID: <4464E1F1.9010706@gmail.com>
22671      Branch: perl
22672            ! embed.fnc global.sym perl.h perlio.c pod/perlapi.pod pp_ctl.c
22673            ! proto.h regcomp.c sv.c toke.c universal.c util.c
22674 ____________________________________________________________________________
22675 [ 28181] By: rgs                                   on 2006/05/12  16:55:36
22676         Log: Subject: AW: question on "len item/string item" with unpack()
22677              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
22678              Date: Fri, 5 May 2006 13:20:24 +0200 
22679              Message-ID: <E9A2605289D8D7468B1A21EC24E59D2104979424@naimucx5.muc.allianz>
22680      Branch: perl
22681            ! pod/perlfunc.pod
22682 ____________________________________________________________________________
22683 [ 28180] By: rgs                                   on 2006/05/12  15:48:43
22684         Log: Subject: [PATCH]  upgrade bytes_to_uni
22685              From: andy@petdance.com (Andy Lester)
22686              Date: Fri, 12 May 2006 00:21:23 -0500
22687              Message-ID: <20060512052123.GA21648@petdance.com>
22688      Branch: perl
22689            ! embed.fnc embed.h pp_pack.c proto.h
22690 ____________________________________________________________________________
22691 [ 28179] By: rgs                                   on 2006/05/12  14:33:40
22692         Log: Subject: [PATCH] Proper use of static funcs in toke.c and pp_sys.c
22693              From: andy@petdance.com (Andy Lester)
22694              Date: Tue, 9 May 2006 12:27:30 -0500
22695              Message-ID: <20060509172730.GA5272@petdance.com>
22696      Branch: perl
22697            ! embed.fnc embed.h pp_sys.c proto.h toke.c
22698 ____________________________________________________________________________
22699 [ 28178] By: nicholas                              on 2006/05/12  14:08:45
22700         Log: The upgrade/croak order in Perl_sv_utf8_encode() seemed utterly
22701              backwards. It now checks for readonly *first*.
22702      Branch: perl
22703            ! sv.c
22704 ____________________________________________________________________________
22705 [ 28177] By: rgs                                   on 2006/05/12  13:09:29
22706         Log: Upgrade to Tie::RefHash 1.34, by Yuval Kogman
22707      Branch: perl
22708            + lib/Tie/RefHash/rebless.t lib/Tie/RefHash/storable.t
22709            ! MANIFEST lib/Tie/RefHash.pm lib/Tie/RefHash/refhash.t
22710            ! lib/Tie/RefHash/threaded.t
22711 ____________________________________________________________________________
22712 [ 28176] By: rgs                                   on 2006/05/12  12:23:03
22713         Log: Subject: [PATCH] Speed up utf8.c a bit
22714              From: andy@petdance.com (Andy Lester)
22715              Date: Thu, 11 May 2006 22:41:01 -0500
22716              Message-ID: <20060512034101.GA10709@petdance.com>
22717      Branch: perl
22718            ! utf8.c
22719 ____________________________________________________________________________
22720 [ 28175] By: rgs                                   on 2006/05/12  12:13:03
22721         Log: Subject: [PATCH] Fixing embed.fnc
22722              From: andy@petdance.com (Andy Lester)
22723              Date: Thu, 11 May 2006 21:54:10 -0500
22724              Message-ID: <20060512025410.GA32709@petdance.com>
22725      Branch: perl
22726            ! embed.fnc proto.h
22727 ____________________________________________________________________________
22728 [ 28174] By: nicholas                              on 2006/05/12  11:47:40
22729         Log: Threads and signals. Delicious. Tweak change 28168 to add a local
22730              signal handler in the sleeping thread, because some operating systems
22731              deliver the SIGINT to that thread rather than the signalling thread.
22732      Branch: perl
22733            ! ext/threads/t/kill.t
22734 ____________________________________________________________________________
22735 [ 28173] By: rgs                                   on 2006/05/12  11:40:51
22736         Log: Subject: [PATCH] Better unsafe signals info in threads.pm
22737              From: "Jerry D. Hedden" <jerry@hedden.us>
22738              Date: Thu, 11 May 2006 11:50:15 -0700
22739              Message-ID: <20060511115015.fb30e530d17747c2b054d625b8945d88.8b4855700b.wbe@email.secureserver.net>
22740      Branch: perl
22741            ! ext/threads/threads.pm
22742 ____________________________________________________________________________
22743 [ 28172] By: nicholas                              on 2006/05/12  09:47:29
22744         Log: Fix concise-xs.t following the changes to B::Deparse.
22745      Branch: perl
22746            ! ext/B/t/concise-xs.t
22747 ____________________________________________________________________________
22748 [ 28171] By: nicholas                              on 2006/05/11  21:44:06
22749         Log: Tk spots that S_glob_2pv might be called from *_nolen, so we need to
22750              check that len is non-NULL before assigning to it.
22751      Branch: perl
22752            ! sv.c
22753 ____________________________________________________________________________
22754 [ 28168] By: rgs                                   on 2006/05/11  16:47:33
22755         Log: Subject: [PATCH] Thread signalling [REVISED]
22756              From: "Jerry D. Hedden" <jerry@hedden.us>
22757              Date: Thu, 11 May 2006 08:55:39 -0700
22758              Message-ID: <20060511085539.fb30e530d17747c2b054d625b8945d88.a90037f085.wbe@email.secureserver.net>
22759      Branch: perl
22760            + ext/threads/t/kill.t
22761            ! MANIFEST ext/threads/Changes ext/threads/Makefile.PL
22762            ! ext/threads/threads.pm ext/threads/threads.xs
22763 ____________________________________________________________________________
22764 [ 28166] By: rgs                                   on 2006/05/11  16:06:06
22765         Log: Deparse state variables.
22766      Branch: perl
22767            ! ext/B/B/Deparse.pm
22768 ____________________________________________________________________________
22769 [ 28156] By: stevep                                on 2006/05/11  00:09:53
22770         Log: Adding a mention of STDIN processing by qx// as requested by 
22771              RT #34288: perlop: qx/STRING/: mention STDIN
22772      Branch: perl
22773            ! pod/perlop.pod
22774 ____________________________________________________________________________
22775 [ 28155] By: stevep                                on 2006/05/10  23:02:20
22776         Log: Add -fno-delete-null-pointer-checks to ccflags on Itaniums when 
22777              compiling with gcc's 3.2, 3.3, or 3.4.  This fixes RT #37156.
22778      Branch: perl
22779            ! hints/linux.sh
22780 ____________________________________________________________________________
22781 [ 28152] By: stevep                                on 2006/05/10  15:03:03
22782         Log: Upgrade to Encode-2.17
22783      Branch: perl
22784            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/encoding.pm
22785 ____________________________________________________________________________
22786 [ 28150] By: nicholas                              on 2006/05/10  14:08:43
22787         Log: no 5.9.4; should fail in version 5.9.4.
22788              Improve the diagnostics and test names in t/comp/use.t
22789      Branch: perl
22790            ! pp_ctl.c t/comp/use.t
22791 ____________________________________________________________________________
22792 [ 28149] By: nicholas                              on 2006/05/10  13:08:49
22793         Log: Convert use.t to an inlined is/isnt/like implementation, to give better
22794              diagnostics.
22795      Branch: perl
22796            ! t/comp/use.t
22797 ____________________________________________________________________________
22798 [ 28148] By: davem                                 on 2006/05/10  01:32:10
22799         Log: disable WARN and DIE hooks during constant folding
22800      Branch: perl
22801            ! op.c t/comp/fold.t util.c warnings.h warnings.pl
22802 ____________________________________________________________________________
22803 [ 28146] By: nicholas                              on 2006/05/09  21:42:18
22804         Log: Change 28145 means that Perl_allocmy() can take a const char *name.
22805      Branch: perl
22806            ! embed.fnc op.c proto.h
22807 ____________________________________________________________________________
22808 [ 28145] By: nicholas                              on 2006/05/09  20:42:03
22809         Log: Simplify the non-printable name error reporting code in Perl_allocmy().
22810      Branch: perl
22811            ! op.c
22812 ____________________________________________________________________________
22813 [ 28144] By: nicholas                              on 2006/05/09  20:10:12
22814         Log: In Perl_Gv_AMupdate(), there's no need to call sv_unmagic() if we know
22815              the magic isn't there.
22816      Branch: perl
22817            ! gv.c
22818 ____________________________________________________________________________
22819 [ 28143] By: nicholas                              on 2006/05/09  19:31:04
22820         Log: Gv_AMupdate() always creates magic, so mg can never be NULL.
22821      Branch: perl
22822            ! gv.c
22823 ____________________________________________________________________________
22824 [ 28142] By: nicholas                              on 2006/05/09  16:35:25
22825         Log: Two signed array indicies that Coverity spots should be unsigned.
22826      Branch: perl
22827            ! ext/POSIX/POSIX.xs
22828 ____________________________________________________________________________
22829 [ 28141] By: nicholas                              on 2006/05/09  16:04:25
22830         Log: Ressurect change 27824, which plugs a resource leak in uncalled code.
22831      Branch: perl
22832            ! ext/Encode/Encode.xs
22833 ____________________________________________________________________________
22834 [ 28140] By: rgs                                   on 2006/05/09  15:23:55
22835         Log: Subject: wince crosscompile patch for 28132
22836              From: Vadim <vadim@vkonovalov.ru>
22837              Date: Tue, 09 May 2006 15:09:43 +0400
22838              Message-ID: <44607877.90603@vkonovalov.ru>
22839      Branch: perl
22840            ! INSTALL perl.h perlio.c win32/Makefile.ce win32/config.ce
22841            ! win32/config_H.ce
22842 ____________________________________________________________________________
22843 [ 28139] By: rgs                                   on 2006/05/09  14:03:30
22844         Log: POD fixes
22845      Branch: perl
22846            ! lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
22847            ! lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
22848            ! lib/DBM_Filter/utf8.pm
22849 ____________________________________________________________________________
22850 [ 28138] By: rgs                                   on 2006/05/09  13:45:43
22851         Log: Subject: Re: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
22852              From: David Landgren <david@landgren.net>
22853              Date: Tue, 09 May 2006 13:03:22 +0200
22854              Message-ID: <446076FA.6010409@landgren.net>
22855      Branch: perl
22856            ! ext/IPC/SysV/t/sem.t
22857 ____________________________________________________________________________
22858 [ 28137] By: rgs                                   on 2006/05/09  13:18:34
22859         Log: Fix another Coverity problem by adding an assert that says that
22860              some string we got from the lexer is null-terminated
22861      Branch: perl
22862            ! op.c
22863 ____________________________________________________________________________
22864 [ 28136] By: rgs                                   on 2006/05/09  13:10:01
22865         Log: Fix a logic error in conditional found by Coverity
22866      Branch: perl
22867            ! op.c
22868 ____________________________________________________________________________
22869 [ 28135] By: davem                                 on 2006/05/09  11:43:55
22870         Log: allow exit during fold_constants
22871              eg BEGIN { $SIG{__WARN__} = sub{exit};} "a" == "b" 
22872      Branch: perl
22873            ! op.c
22874 ____________________________________________________________________________
22875 [ 28134] By: steveh                                on 2006/05/09  08:04:29
22876         Log: Subject: [PATCH] 'threads' patch to fix threaded build on Win32
22877              From: "Jerry D. Hedden" <jerry@hedden.us>
22878              Date: Mon, 08 May 2006 10:23:33 -0700
22879              Message-ID: <20060508102333.fb30e530d17747c2b054d625b8945d88.1e447744fc.wbe@email.secureserver.net>
22880      Branch: perl
22881            ! ext/threads/Changes ext/threads/README ext/threads/threads.pm
22882            ! ext/threads/threads.xs
22883 ____________________________________________________________________________
22884 [ 28133] By: rgs                                   on 2006/05/09  07:27:37
22885         Log: Subject: perlop.pod doc patch: I/O operators
22886              From: Ash Berlin <ash@cpan.org>
22887              Date: Sat, 06 May 2006 14:16:00 +0100
22888              Message-ID: <445CA190.1070105@cpan.org>
22889      Branch: perl
22890            ! pod/perlop.pod
22891 ____________________________________________________________________________
22892 [ 28132] By: stevep                                on 2006/05/09  02:16:18
22893         Log: Subject: [PATCH] PERL_MEM_LOG enhancements
22894              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
22895              Date: Sat, 06 May 2006 11:21:02 +0300
22896              Message-ID: <445C5C6E.6070201@gmail.com>
22897      Branch: perl
22898            ! util.c
22899 ____________________________________________________________________________
22900 [ 28131] By: nicholas                              on 2006/05/08  21:11:37
22901         Log: Subject: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
22902              From: David Landgren <david@landgren.net>
22903              Message-ID: <445B694B.8060901@landgren.net>
22904              Date: Fri, 05 May 2006 17:03:39 +0200
22905              
22906              Subject: Re: [PATCH] ext/IPC/SysV/t/sem.t using test.pl
22907              From: David Landgren <david@landgren.net>
22908              Message-ID: <445B75EF.3000100@landgren.net>
22909              Date: Fri, 05 May 2006 17:57:35 +0200
22910      Branch: perl
22911            ! ext/IPC/SysV/t/ipcsysv.t ext/IPC/SysV/t/sem.t
22912 ____________________________________________________________________________
22913 [ 28127] By: stevep                                on 2006/05/08  19:01:56
22914         Log: Rename lib/Text/Balanced/t/00.load.t to 
22915              lib/Text/Balanced/t/00-load.t and restore a test to 
22916              lib/Text/Balanced/t/extmul.t.
22917      Branch: perl
22918           +> lib/Text/Balanced/t/00-load.t
22919            - lib/Text/Balanced/t/00.load.t
22920            ! MANIFEST lib/Text/Balanced/t/extmul.t
22921 ____________________________________________________________________________
22922 [ 28126] By: stevep                                on 2006/05/08  18:46:16
22923         Log: Version bump and typo fix from change #28125.
22924      Branch: perl
22925            ! lib/Text/Balanced.pm
22926 ____________________________________________________________________________
22927 [ 28125] By: stevep                                on 2006/05/08  18:37:47
22928         Log: Rollback two changes in Text::Balanced which cause test failures in the
22929              CPAN and bleadperl version of the tests.  Also, the previous bleadperl
22930              version of one test file is a bit more comprehensive than what was in
22931              CPAN, so it has been completely restored.
22932      Branch: perl
22933            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extqlk.t
22934 ____________________________________________________________________________
22935 [ 28122] By: stevep                                on 2006/05/08  16:47:39
22936         Log: Upgrade to Digest-SHA-5.36.  Actually bumped to 5.36_01 as
22937              change #27352 has not yet been applied to the CPAN version.
22938      Branch: perl
22939            ! ext/Digest/SHA/Changes ext/Digest/SHA/Makefile.PL
22940            ! ext/Digest/SHA/README ext/Digest/SHA/SHA.pm
22941            ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c
22942            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
22943            ! ext/Digest/SHA/src/sha.h ext/Digest/SHA/t/nist/Readme.txt
22944            ! ext/Digest/SHA/t/nist/bit-hashes.sha1
22945            ! ext/Digest/SHA/t/nist/bit-messages.sha1
22946            ! ext/Digest/SHA/t/nist/byte-hashes.sha1
22947            ! ext/Digest/SHA/t/nist/byte-messages.sha1
22948 ____________________________________________________________________________
22949 [ 28118] By: nicholas                              on 2006/05/08  11:23:15
22950         Log: Tie::RefHash is now dual life, maintained by Yuval Kogman.
22951      Branch: perl
22952            ! Porting/Maintainers.pl
22953 ____________________________________________________________________________
22954 [ 28116] By: merijn                                on 2006/05/07  14:18:45
22955         Log: Remvove code that gets undone in the next line.
22956              Keep the documentation part.
22957      Branch: perl
22958            ! hints/hpux.sh
22959 ____________________________________________________________________________
22960 [ 28108] By: stevep                                on 2006/05/05  16:26:48
22961         Log: These Module::Build tests depended on STDIN.  Unfortunately, cron
22962              closes STDIN, so these build failures were only seen while 
22963              running smokes through cron.
22964      Branch: perl
22965            ! lib/Module/Build/t/extend.t
22966 ____________________________________________________________________________
22967 [ 28106] By: rgs                                   on 2006/05/05  12:48:19
22968         Log: Implement state array and state hashes. Initialisation assignment
22969              to state arrays or hashes is not implemented yet.
22970      Branch: perl
22971            ! ext/B/B/Concise.pm pp.c t/op/state.t
22972 ____________________________________________________________________________
22973 [ 28105] By: stevep                                on 2006/05/05  12:40:41
22974         Log: Upgrade to Text-Balanced-1.98
22975      Branch: perl
22976            + lib/Text/Balanced/t/00.load.t
22977            + lib/Text/Balanced/t/pod-coverage.t lib/Text/Balanced/t/pod.t
22978            ! MANIFEST lib/Text/Balanced.pm lib/Text/Balanced/Changes
22979            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extmul.t
22980            ! lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
22981            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
22982 ____________________________________________________________________________
22983 [ 28104] By: rgs                                   on 2006/05/05  11:32:36
22984         Log: Subject: [PATCH] threads - stack size support
22985              From: "Jerry D. Hedden" <jerry@hedden.us>
22986              Date: Thu, 04 May 2006 10:07:58 -0700
22987              Message-ID: <20060504100758.fb30e530d17747c2b054d625b8945d88.1ee893a99c.wbe@email.secureserver.net>
22988      Branch: perl
22989            + ext/threads/t/stack.t ext/threads/t/stack_env.t
22990            ! MANIFEST ext/threads/Changes ext/threads/README
22991            ! ext/threads/threads.pm ext/threads/threads.xs
22992 ____________________________________________________________________________
22993 [ 28103] By: stevep                                on 2006/05/05  01:26:08
22994         Log: Teach checkAUTHORS.pl about Sarathy's new email address.
22995      Branch: perl
22996            ! Porting/checkAUTHORS.pl
22997 ____________________________________________________________________________
22998 [ 28102] By: stevep                                on 2006/05/05  01:12:41
22999         Log: Subject: [PATCH] Email address changes
23000              From: "Jan Dubois" <jand@activestate.com>
23001              Date: Thu, 4 May 2006 15:28:19 -0700
23002              Message-ID: <007101c66fca$0b651a50$2217a8c0@candy>
23003      Branch: perl
23004            ! AUTHORS
23005 ____________________________________________________________________________
23006 [ 28101] By: stevep                                on 2006/05/04  20:03:42
23007         Log: Upgrade to ExtUtils-Install-1.40
23008      Branch: perl
23009            ! lib/ExtUtils/Install.pm
23010 ____________________________________________________________________________
23011 [ 28100] By: rgs                                   on 2006/05/04  16:37:28
23012         Log: Subject: RE: [PATCH-for-28089] wince yet another step
23013              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
23014              Date: Thu, 4 May 2006 17:32:12 +0200 
23015              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCB454@ru0022exch001u.ru.lucent.com>
23016      Branch: perl
23017            ! README.ce win32/perllib.c win32/vmem.h win32/win32.h
23018 ____________________________________________________________________________
23019 [ 28099] By: rgs                                   on 2006/05/04  12:51:51
23020         Log: Subject: [PATCH] threads - formatting [REVISED]
23021              From: "Jerry D. Hedden" <jerry@hedden.us>
23022              Date: Wed, 03 May 2006 12:34:34 -0700
23023              Message-ID: <20060503123433.fb30e530d17747c2b054d625b8945d88.d352e5da51.wbe@email.secureserver.net>
23024      Branch: perl
23025            ! ext/threads/README ext/threads/t/basic.t ext/threads/t/end.t
23026            ! ext/threads/t/join.t ext/threads/t/libc.t ext/threads/t/list.t
23027            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
23028            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
23029            ! ext/threads/t/thread.t ext/threads/threads.pm
23030            ! ext/threads/threads.xs
23031 ____________________________________________________________________________
23032 [ 28098] By: rgs                                   on 2006/05/04  12:06:33
23033         Log: Upgrade to Encode 2.16
23034      Branch: perl
23035            ! ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
23036            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
23037            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
23038            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.pm
23039            ! ext/Encode/Encode.xs ext/Encode/Encode/Makefile_PL.e2x
23040            ! ext/Encode/Encode/encode.h ext/Encode/JP/JP.pm
23041            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
23042            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
23043            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
23044            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
23045            ! ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
23046            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
23047            ! ext/Encode/bin/piconv ext/Encode/bin/ucm2table
23048            ! ext/Encode/bin/ucmlint ext/Encode/bin/ucmsort
23049            ! ext/Encode/bin/unidump ext/Encode/encengine.c
23050            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
23051            ! ext/Encode/lib/Encode/CJKConstants.pm
23052            ! ext/Encode/lib/Encode/CN/HZ.pm ext/Encode/lib/Encode/Config.pm
23053            ! ext/Encode/lib/Encode/Encoder.pm
23054            ! ext/Encode/lib/Encode/Encoding.pm
23055            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
23056            ! ext/Encode/lib/Encode/JP/JIS7.pm
23057            ! ext/Encode/lib/Encode/KR/2022_KR.pm
23058            ! ext/Encode/lib/Encode/MIME/Header.pm
23059            ! ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
23060            ! ext/Encode/lib/Encode/PerlIO.pod
23061            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Aliases.t
23062            ! ext/Encode/t/CJKT.t ext/Encode/t/Encode.t
23063            ! ext/Encode/t/Unicode.t ext/Encode/t/at-cn.t
23064            ! ext/Encode/t/at-tw.t ext/Encode/t/enc_data.t
23065            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
23066            ! ext/Encode/t/enc_utf8.t ext/Encode/t/encoding.t
23067            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
23068            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
23069            ! ext/Encode/t/mime_header_iso2022jp.t ext/Encode/t/perlio.t
23070            ! ext/Encode/t/rt.pl ext/Encode/t/unibench.pl
23071            ! ext/Encode/t/utf8strict.t
23072 ____________________________________________________________________________
23073 [ 28097] By: rgs                                   on 2006/05/04  11:32:05
23074         Log: Resubmit change #28095
23075      Branch: perl
23076            ! t/op/grep.t
23077 ____________________________________________________________________________
23078 [ 28096] By: steveh                                on 2006/05/04  11:22:04
23079         Log: Subject: [PATCH-for-28089] wince yet another step
23080              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
23081              Date: Thu, 4 May 2006 13:04:45 +0200 
23082              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCB1EE@ru0022exch001u.ru.lucent.com>
23083      Branch: perl
23084            ! win32/Makefile.ce
23085 ____________________________________________________________________________
23086 [ 28095] By: rgs                                   on 2006/05/04  10:00:14
23087         Log: Subject: [PATCH] t/op/grep.t using test.pl
23088              From: David Landgren <david@landgren.net>
23089              Date: Wed, 03 May 2006 15:53:38 +0200
23090              Message-ID: <4458B5E2.7090103@landgren.net>
23091      Branch: perl
23092            ! t/op/grep.t
23093 ____________________________________________________________________________
23094 [ 28094] By: rgs                                   on 2006/05/04  09:58:28
23095         Log: Subject: [PATCH] t/op/context.t using test.pl
23096              From: David Landgren <david@landgren.net>
23097              Date: Wed, 03 May 2006 16:20:40 +0200
23098              Message-ID: <4458BC38.6050600@landgren.net>
23099      Branch: perl
23100            ! t/op/context.t
23101 ____________________________________________________________________________
23102 [ 28093] By: rgs                                   on 2006/05/04  09:56:56
23103         Log: Subject: [PATCH] t/op/list.t using test.pl
23104              From: David Landgren <david@landgren.net>
23105              Date: Wed, 03 May 2006 19:40:40 +0200
23106              Message-ID: <4458EB18.8070904@landgren.net>
23107      Branch: perl
23108            ! t/op/list.t
23109 ____________________________________________________________________________
23110 [ 28092] By: rgs                                   on 2006/05/04  09:43:51
23111         Log: Document order of evaluation for the comma operator
23112              
23113              Subject: [PATCH] Re: Kill select((select(OUTPUT_HANDLE), $| = 1)[0]);
23114              From: Paul Johnson <paul@pjcj.net>
23115              Date: Wed, 26 Apr 2006 22:38:43 +0200
23116              Message-ID: <20060426203843.GE21543@pjcj.net>
23117      Branch: perl
23118            ! pod/perlop.pod
23119 ____________________________________________________________________________
23120 [ 28091] By: steveh                                on 2006/05/04  08:24:06
23121         Log: Subject: RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
23122              From: "Jan Dubois" <jand@activestate.com>
23123              Date: Wed, 3 May 2006 12:41:23 -0700
23124              Message-ID: <013f01c66ee9$8f1437a0$d045a8c0@candy>
23125      Branch: perl
23126            ! pod/perlport.pod
23127 ____________________________________________________________________________
23128 [ 28090] By: rgs                                   on 2006/05/04  07:42:27
23129         Log: Another test for state variables and closures,
23130              adapted from a Perl 6 example, pointed out by
23131              Joshua "Limbic_Region" Gatcomb
23132      Branch: perl
23133            ! t/op/state.t
23134 ____________________________________________________________________________
23135 [ 28089] By: rgs                                   on 2006/05/03  22:49:14
23136         Log: Ensure that C<(state $x) = $y> is not a state assignment
23137              (due to the parentheses that make it a regular assignment
23138              to a variable declared inside a list)
23139      Branch: perl
23140            ! t/op/state.t
23141 ____________________________________________________________________________
23142 [ 28088] By: rgs                                   on 2006/05/03  22:40:28
23143         Log: New test case for state variables with ties, suggested by Nicholas
23144      Branch: perl
23145            ! t/op/state.t
23146 ____________________________________________________________________________
23147 [ 28087] By: rgs                                   on 2006/05/03  22:01:41
23148         Log: Add "state" feature
23149      Branch: perl
23150            ! lib/feature.pm perl_keyword.pl t/op/state.t toke.c
23151 ____________________________________________________________________________
23152 [ 28086] By: rgs                                   on 2006/05/03  21:46:02
23153         Log: Introduce a new keyword, state, for state variables.
23154      Branch: perl
23155            + t/op/state.t
23156            ! MANIFEST dump.c embed.fnc embed.h ext/B/B/Concise.pm
23157            ! ext/B/t/concise-xs.t keywords.h keywords.pl op.c op.h pad.c
23158            ! perl.h perl_keyword.pl pod/perlintern.pod pp_hot.c proto.h
23159            ! sv.h toke.c
23160 ____________________________________________________________________________
23161 [ 28085] By: rgs                                   on 2006/05/03  19:15:00
23162         Log: Subject: [PATCH] wince another step
23163              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **"
23164              Date: Wed, 3 May 2006 20:11:11 +0200 
23165              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCAE1F@ru0022exch001u.ru.lucent.com>
23166      Branch: perl
23167            - win32/xconfig.h
23168            ! MANIFEST win32/Makefile.ce
23169 ____________________________________________________________________________
23170 [ 28084] By: rgs                                   on 2006/05/03  19:10:29
23171         Log: Subject: [PATCH] Clarify hard link support on Windows
23172              From: "Jan Dubois" <jand@activestate.com>
23173              Date: Wed, 3 May 2006 11:30:03 -0700
23174              Message-ID: <013a01c66edf$982ebcc0$d045a8c0@candy>
23175      Branch: perl
23176            ! pod/perlport.pod
23177 ____________________________________________________________________________
23178 [ 28083] By: rgs                                   on 2006/05/03  19:06:26
23179         Log: Subject: RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
23180              From: "Jan Dubois" <jand@activestate.com>
23181              Date: Wed, 3 May 2006 11:18:30 -0700
23182              Message-ID: <013901c66edd$fb8ae750$d045a8c0@candy>
23183      Branch: perl
23184            ! pod/perlvar.pod
23185 ____________________________________________________________________________
23186 [ 28082] By: stevep                                on 2006/05/03  17:56:37
23187         Log: Upgrade to CGI-3.20
23188      Branch: perl
23189            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
23190            ! lib/CGI/t/cookie.t lib/CGI/t/function.t
23191 ____________________________________________________________________________
23192 [ 28081] By: rgs                                   on 2006/05/03  16:24:04
23193         Log: Subject: [PATCH] more logic localizations
23194              From: andy@petdance.com (Andy Lester)
23195              Date: Tue, 11 Apr 2006 14:14:45 -0500
23196              Message-ID: <20060411191445.GA4938@petdance.com>
23197      Branch: perl
23198            ! mg.c
23199 ____________________________________________________________________________
23200 [ 28080] By: rgs                                   on 2006/05/03  16:09:48
23201         Log: Subject: -Dmad breaks a few tests
23202              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
23203              Date: Tue, 2 May 2006 01:37:03 +0200
23204              Message-Id: <64F8ECEA-D96B-11DA-AA80-000502F3279F@free.fr>
23205              
23206              (part of, with tweaks)
23207      Branch: perl
23208            ! t/op/incfilter.t
23209 ____________________________________________________________________________
23210 [ 28079] By: rgs                                   on 2006/05/03  09:04:30
23211         Log: Subject: [PATCH] Remove an unnecessary goto
23212              From: andy@petdance.com (Andy Lester)
23213              Date: Wed, 3 May 2006 00:54:30 -0500
23214              Message-ID: <20060503055430.GA4922@petdance.com>
23215      Branch: perl
23216            ! op.c
23217 ____________________________________________________________________________
23218 [ 28078] By: rgs                                   on 2006/05/03  09:00:39
23219         Log: Subject: [PATCH] optimize S_find_array_subscript
23220              From: andy@petdance.com (Andy Lester)
23221              Date: Tue, 2 May 2006 21:09:08 -0500
23222              Message-ID: <20060503020908.GA2234@petdance.com>
23223      Branch: perl
23224            ! sv.c
23225 ____________________________________________________________________________
23226 [ 28077] By: rgs                                   on 2006/05/03  08:57:45
23227         Log: Subject: [PATCH] clean up loops in doio.c and dump.c
23228              From: andy@petdance.com (Andy Lester)
23229              Date: Tue, 2 May 2006 13:38:15 -0500
23230              Message-ID: <20060502183815.GA7979@petdance.com>
23231      Branch: perl
23232            ! doio.c dump.c embed.fnc embed.h proto.h
23233 ____________________________________________________________________________
23234 [ 28076] By: rgs                                   on 2006/05/03  08:52:01
23235         Log: Subject: [PATCH] pp_sys.c: U8* cast
23236              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23237              Date: Tue, 2 May 2006 20:04:33 +0300 (EEST)
23238              Message-Id: <200605021704.k42H4XIh255652@kosh.hut.fi>
23239      Branch: perl
23240            ! pp_sys.c
23241 ____________________________________________________________________________
23242 [ 28075] By: rgs                                   on 2006/05/03  08:51:14
23243         Log: Subject: [PATCH] hv.c: do zeroing via mem wrap check
23244              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23245              Date: Tue, 2 May 2006 20:03:01 +0300 (EEST)
23246              Message-Id: <200605021703.k42H31PF216868@kosh.hut.fi>
23247      Branch: perl
23248            ! hv.c
23249 ____________________________________________________________________________
23250 [ 28074] By: rgs                                   on 2006/05/03  08:38:39
23251         Log: Subject: [PATCH] microperl update
23252              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
23253              Date: Wed, 03 May 2006 08:20:31 +0300
23254              Message-ID: <44583D9F.8060401@gmail.com>
23255      Branch: perl
23256            ! Makefile.micro README.micro uconfig.h uconfig.sh
23257 ____________________________________________________________________________
23258 [ 28073] By: steveh                                on 2006/05/03  08:25:27
23259         Log: Make Perl_unshare_hek visible to core extensions without being public
23260              
23261              See the comments in:
23262              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00480.html
23263              (which were put into practice in changes #27800 and #27848)
23264      Branch: perl
23265            ! embed.fnc embed.h
23266 ____________________________________________________________________________
23267 [ 28072] By: steveh                                on 2006/05/03  08:03:50
23268         Log: Subject: Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
23269              From: Vadim <vadim@vkonovalov.ru>
23270              Date: Wed, 03 May 2006 06:10:59 +0400
23271              Message-ID: <44581133.8080100@vkonovalov.ru>
23272      Branch: perl
23273           +> win32/perlmaince.c
23274            - win32/perlmain.c
23275            ! MANIFEST
23276 ____________________________________________________________________________
23277 [ 28071] By: stevep                                on 2006/05/03  01:46:27
23278         Log: Subject: Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
23279              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23280              Date: Wed, 03 May 2006 10:00:03 +0900
23281              Message-Id: <20060503095420.0357.BQW10602@nifty.com>
23282      Branch: perl
23283            ! embed.fnc embed.h global.sym
23284 ____________________________________________________________________________
23285 [ 28070] By: nicholas                              on 2006/05/02  22:38:52
23286         Log: Remove a variable left unused since change 28065.
23287      Branch: perl
23288            ! sv.c
23289 ____________________________________________________________________________
23290 [ 28069] By: nicholas                              on 2006/05/02  22:19:56
23291         Log: Add a new hash key flag HVhek_UNSHARED, to mark all unshared hash keys.
23292              Otherwise Perl_newSVhek(), called by Perl_hv_iterkeysv(), naively
23293              assumes that it can share any hash key directly.
23294      Branch: perl
23295            ! hv.c hv.h sv.c
23296 ____________________________________________________________________________
23297 [ 28068] By: nicholas                              on 2006/05/02  22:16:25
23298         Log: cumulative totals and list reverse for checkAUTHORS.pl
23299      Branch: perl
23300            ! Porting/checkAUTHORS.pl
23301 ____________________________________________________________________________
23302 [ 28067] By: stevep                                on 2006/05/02  18:03:57
23303         Log: Another place where Intel C++ pretending to be gcc is a really
23304              bad thing.
23305      Branch: perl
23306            ! gv.h
23307 ____________________________________________________________________________
23308 [ 28066] By: nicholas                              on 2006/05/02  17:46:38
23309         Log: *static* pointers to newXSUB(), dammit!
23310      Branch: perl
23311            ! writemain.SH xsutils.c
23312 ____________________________________________________________________________
23313 [ 28065] By: nicholas                              on 2006/05/02  17:00:56
23314         Log: Assert that SvMAGIC() isn't being called on PVMGs which are using the
23315              same union to store the stash for our.
23316      Branch: perl
23317            ! sv.c sv.h
23318 ____________________________________________________________________________
23319 [ 28064] By: nicholas                              on 2006/05/02  16:24:14
23320         Log: Change 28063 forgot 1 key line - acutally use the correct filename
23321              storage.
23322      Branch: perl
23323            ! op.c
23324 ____________________________________________________________________________
23325 [ 28063] By: nicholas                              on 2006/05/02  15:55:25
23326         Log: Fix bug in DynaLoader, which has been passing a filename in dynamic
23327              storage to newXS() seemingly forever. This involves creating
23328              newXS_flags(), with the first flag being "arrange to copy the 
23329              filename and free it at the right time".
23330      Branch: perl
23331            ! XSUB.h cv.h embed.fnc embed.h ext/DynaLoader/dl_aix.xs
23332            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dld.xs
23333            ! ext/DynaLoader/dl_dllload.xs ext/DynaLoader/dl_dlopen.xs
23334            ! ext/DynaLoader/dl_dyld.xs ext/DynaLoader/dl_hpux.xs
23335            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_mpeix.xs
23336            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_symbian.xs
23337            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs op.c
23338            ! pod/perlapi.pod proto.h
23339 ____________________________________________________________________________
23340 [ 28062] By: rgs                                   on 2006/05/02  15:37:35
23341         Log: Move some scripts under win32/ce-helpers.
23342              
23343              Subject: RE: Merge WinCE into Win32 directory and remove the the WinCE dir ectory
23344              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
23345              Date: Tue, 2 May 2006 17:30:59 +0200 
23346              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BB3F03@ru0022exch001u.ru.lucent.com>
23347      Branch: perl
23348           +> win32/ce-helpers/cecopy-lib.pl win32/ce-helpers/comp.pl
23349           +> win32/ce-helpers/compile-all.bat win32/ce-helpers/compile.bat
23350           +> win32/ce-helpers/makedist.pl win32/ce-helpers/registry.bat
23351            - win32/cecopy-lib.pl win32/comp.pl win32/compile-all.bat
23352            - win32/compile.bat win32/makedist.pl win32/registry.bat
23353            - win32/win32-d.h
23354            ! MANIFEST win32/Makefile.ce
23355 ____________________________________________________________________________
23356 [ 28061] By: rgs                                   on 2006/05/02  14:28:31
23357         Log: Subject: Re: Merge WinCE into Win32 directory and remove the the WinCE directory
23358              From: demerphq <demerphq@gmail.com>
23359              Date: Mon, 1 May 2006 19:02:09 +0200
23360              Message-ID: <9b18b3110605011002m56c0db99n169ae677efb6d059@mail.gmail.com>
23361              
23362              Plus adjustements to MANIFEST. Also, perlmain.c seemed to be missing
23363              from the patch.
23364      Branch: perl
23365            + win32/Makefile.ce win32/cecopy-lib.pl win32/comp.pl
23366            + win32/compile-all.bat win32/compile.bat win32/config.ce
23367            + win32/config_H.ce win32/makedist.pl win32/perl.rc
23368            + win32/perlmain.c win32/registry.bat win32/win32-d.h
23369            + win32/win32ceio.c win32/win32iop-o.h win32/wince.c
23370            + win32/wince.h win32/wincesck.c win32/xconfig.h
23371            - wince/Makefile.ce wince/bin/exetype.pl wince/bin/perlglob.pl
23372            - wince/bin/pl2bat.pl wince/bin/runperl.pl wince/bin/search.pl
23373            - wince/cecopy-lib.pl wince/comp.pl wince/compile-all.bat
23374            - wince/compile.bat wince/config.ce wince/config_H.ce
23375            - wince/config_h.PL wince/config_sh.PL wince/dl_win32.xs
23376            - wince/include/arpa/inet.h wince/include/sys/socket.h
23377            - wince/makedist.pl wince/makeico.pl wince/perl.rc
23378            - wince/perlhost.h wince/perllib.c wince/perlmain.c
23379            - wince/registry.bat wince/runperl.c wince/splittree.pl
23380            - wince/vdir.h wince/vmem.h wince/win32.h wince/win32io.c
23381            - wince/win32iop.h wince/win32thread.c wince/win32thread.h
23382            - wince/wince.c wince/wince.h wince/wincesck.c
23383            ! MANIFEST win32/include/sys/socket.h win32/win32.h
23384            ! win32/win32thread.h
23385 ____________________________________________________________________________
23386 [ 28060] By: nicholas                              on 2006/05/02  12:41:43
23387         Log: GvFILE() cannot be a pointer to the memory owned by the COP, because
23388              COPs created by use can be freed along this memory, but the GP
23389              remains. Given that several GVs may refer to the same file, use a
23390              shared string rather than an individual allocation per GP.
23391      Branch: perl
23392            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
23393            ! gv.c gv.h sv.c
23394 ____________________________________________________________________________
23395 [ 28059] By: nicholas                              on 2006/05/02  12:02:32
23396         Log: Change 28037 broke t/op/each.t when running with TEST.
23397      Branch: perl
23398            ! t/test.pl
23399 ____________________________________________________________________________
23400 [ 28058] By: nicholas                              on 2006/05/02  11:15:26
23401         Log: De-duplicate the code that creates new GPs into Perl_newGP().
23402      Branch: perl
23403            ! embed.fnc embed.h gv.c proto.h scope.c
23404 ____________________________________________________________________________
23405 [ 28057] By: rgs                                   on 2006/05/02  10:39:01
23406         Log: Subject: Re: [PATCH] t/op/glob.t using test.pl
23407              From: David Landgren <david@landgren.net>
23408              Date: Sat, 29 Apr 2006 15:32:07 +0200
23409              Message-ID: <44536AD7.4060608@landgren.net>
23410      Branch: perl
23411            ! t/op/glob.t
23412 ____________________________________________________________________________
23413 [ 28056] By: rgs                                   on 2006/05/02  10:36:39
23414         Log: Subject: [PATCH] t/op/hashwarn.t using test.pl
23415              From: David Landgren <david@landgren.net>
23416              Date: Sat, 29 Apr 2006 17:51:28 +0200
23417              Message-ID: <44538B80.2060503@landgren.net>
23418      Branch: perl
23419            ! t/op/hashwarn.t
23420 ____________________________________________________________________________
23421 [ 28055] By: rgs                                   on 2006/05/02  10:16:23
23422         Log: Subject: [PATCH] toke.c: function pointer to data pointer
23423              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23424              Date: Tue, 2 May 2006 08:25:55 +0300 (EEST)
23425              Message-Id: <200605020525.k425Ptik165705@kosh.hut.fi>
23426      Branch: perl
23427            ! toke.c
23428 ____________________________________________________________________________
23429 [ 28054] By: rgs                                   on 2006/05/02  10:11:10
23430         Log: Subject: [DOC PATCH] chop warning in perlport
23431              From: Xavier Noria <fxn@hashref.com>
23432              Date: Tue, 2 May 2006 12:08:34 +0200
23433              Message-Id: <E06C0594-CAF6-4822-8EB4-8E06EAD4A889@hashref.com>
23434      Branch: perl
23435            ! pod/perlport.pod
23436 ____________________________________________________________________________
23437 [ 28053] By: steveh                                on 2006/05/02  09:59:23
23438         Log: Sigh. Third time lucky.
23439      Branch: perl
23440            ! win32/win32.h
23441 ____________________________________________________________________________
23442 [ 28052] By: steveh                                on 2006/05/02  09:46:41
23443         Log: Ahem. And here's the rest of #28051...
23444      Branch: perl
23445            ! win32/win32.h
23446 ____________________________________________________________________________
23447 [ 28051] By: steveh                                on 2006/05/02  09:39:01
23448         Log: Subject: RE: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
23449              From: "Jan Dubois" <jand@ActiveState.com>
23450              Date: Mon, 1 May 2006 18:55:11 -0700
23451              Message-ID: <08ff01c66d8b$7282e320$2217a8c0@candy>
23452              
23453              Subject: Re: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m)
23454              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
23455              Date: Tue, 2 May 2006 09:23:51 +0200
23456              Message-ID: <20060502092351.7bae0896@pc09>
23457      Branch: perl
23458            ! win32/config.vc win32/config.vc64 win32/config_H.vc
23459            ! win32/config_H.vc64
23460 ____________________________________________________________________________
23461 [ 28050] By: rgs                                   on 2006/05/02  09:13:19
23462         Log: Subject: [PATCH] pp.c casting, take two
23463              From: andy@petdance.com (Andy Lester)
23464              Date: Sun, 30 Apr 2006 19:48:26 -0500
23465              Message-ID: <20060501004826.GA4744@petdance.com>
23466              
23467              (with adjustements, some of the code has already
23468              been touched since)
23469      Branch: perl
23470            ! pp.c
23471 ____________________________________________________________________________
23472 [ 28049] By: rgs                                   on 2006/05/02  08:50:05
23473         Log: Subject: [PATCH] Some more SvREFCNT_inc updates
23474              From: andy@petdance.com (Andy Lester)
23475              Date: Sun, 30 Apr 2006 13:24:14 -0500
23476              Message-ID: <20060430182414.GA18094@petdance.com>
23477      Branch: perl
23478            ! cop.h pp_ctl.c
23479 ____________________________________________________________________________
23480 [ 28048] By: rgs                                   on 2006/05/02  08:48:04
23481         Log: Subject: [PATCH] quiet some perlio.c warnings
23482              From: andy@petdance.com (Andy Lester)
23483              Date: Sun, 30 Apr 2006 13:23:22 -0500
23484              Message-ID: <20060430182322.GA18064@petdance.com>
23485      Branch: perl
23486            ! perlio.c
23487 ____________________________________________________________________________
23488 [ 28047] By: rgs                                   on 2006/05/02  08:45:26
23489         Log: Subject: [PATCH] More tweaking of SvREFCNT_inc calls
23490              From: andy@petdance.com (Andy Lester)
23491              Date: Sun, 30 Apr 2006 12:06:21 -0500
23492              Message-ID: <20060430170621.GA4054@petdance.com>
23493      Branch: perl
23494            ! mg.c
23495 ____________________________________________________________________________
23496 [ 28046] By: stevep                                on 2006/05/02  02:50:33
23497         Log: One too many ('s in change #28043. 
23498      Branch: perl
23499            ! ext/Errno/Errno_pm.PL
23500 ____________________________________________________________________________
23501 [ 28045] By: stevep                                on 2006/05/02  02:47:43
23502         Log: Escape prompts with #'s to avoid causing tests to fail from
23503              the unexpected output.
23504      Branch: perl
23505            ! lib/Module/Build/t/extend.t
23506 ____________________________________________________________________________
23507 [ 28044] By: stevep                                on 2006/05/02  01:55:53
23508         Log: Fix for RT #25366: h2xs 1.23 from "Aaron Kaplan".
23509      Branch: perl
23510            ! utils/h2xs.PL
23511 ____________________________________________________________________________
23512 [ 28043] By: stevep                                on 2006/05/02  00:23:05
23513         Log: Fix for RT #7916: perl 5.6.1 with Intel's icc on RedHat 
23514              Linux 7.2.  The original fix, change #13053, added a check
23515              for $Config{gccversion} which is now populated by newer
23516              Intel compilers.  This additional change checks to see
23517              if Intel is in $Config{gccversion}.  If it is, its not
23518              a gcc.
23519      Branch: perl
23520            ! ext/Errno/Errno_pm.PL
23521 ____________________________________________________________________________
23522 [ 28042] By: stevep                                on 2006/05/01  23:30:59
23523         Log: Subject: [PATCH] signed vs unsigned char * nit
23524              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23525              Date: Sat, 29 Apr 2006 20:59:29 +0300 (EEST)
23526              Message-Id: <200604291759.k3THxTji032009@kosh.hut.fi>
23527      Branch: perl
23528            ! pp.c
23529 ____________________________________________________________________________
23530 [ 28041] By: stevep                                on 2006/05/01  23:25:30
23531         Log: Reverting context removal from change #27992.  This should
23532              clear up threaded builds on Win32 and VMS. 
23533      Branch: perl
23534            ! embed.fnc embed.h pp_ctl.c proto.h
23535 ____________________________________________________________________________
23536 [ 28040] By: rgs                                   on 2006/05/01  20:25:17
23537         Log: Add a BUGS section to Fatal.pm, see bug #38790
23538      Branch: perl
23539            ! lib/Fatal.pm
23540 ____________________________________________________________________________
23541 [ 28039] By: nicholas                              on 2006/05/01  19:07:06
23542         Log: Disable SIGRTMAX and SIGRTMIN in POSIX if Configure's probes found that
23543              they aren't viable. (Certain glibcs are "interesting")
23544      Branch: perl
23545            ! ext/POSIX/Makefile.PL
23546 ____________________________________________________________________________
23547 [ 28038] By: nicholas                              on 2006/05/01  17:28:43
23548         Log: Allow a macro of "0" to mean "#if 0" for convenient elimination of
23549              constants.
23550      Branch: perl
23551            ! lib/ExtUtils/Constant/Base.pm
23552 ____________________________________________________________________________
23553 [ 28037] By: merijn                                on 2006/05/01  14:18:16
23554         Log: Subject: Re: [PATCH] provide diag() and don't use ++ in test.pl
23555              From: David Landgren <david@landgren.net>
23556              Date: Mon, 01 May 2006 15:50:03 +0200
23557              Message-ID: <4456120B.3000302@landgren.net>
23558              
23559              Plus some additional comment (also from David) about WHY not to
23560              use ++ in test.pl
23561      Branch: perl
23562            ! t/test.pl
23563 ____________________________________________________________________________
23564 [ 28036] By: merijn                                on 2006/05/01  12:56:54
23565         Log: Subject: Re: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
23566              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23567              Date: Mon, 01 May 2006 21:34:33 +0900
23568              Message-Id: <20060501213249.814E.BQW10602@nifty.com>
23569      Branch: perl
23570            ! win32/config.vc64
23571 ____________________________________________________________________________
23572 [ 28035] By: nicholas                              on 2006/05/01  11:16:13
23573         Log: Re-order one DO_UTF8 to be after the SvPV.
23574      Branch: perl
23575            ! ext/Data/Dumper/Dumper.xs
23576 ____________________________________________________________________________
23577 [ 28034] By: nicholas                              on 2006/04/30  23:08:17
23578         Log: Fix two errors found by Coverity.
23579      Branch: perl
23580            ! pp_sys.c
23581 ____________________________________________________________________________
23582 [ 28033] By: nicholas                              on 2006/04/30  23:02:46
23583         Log: Add a --percentage option to checkAUTHORS.pl to show rankings as
23584              percentages.
23585      Branch: perl
23586            ! Porting/checkAUTHORS.pl
23587 ____________________________________________________________________________
23588 [ 28032] By: nicholas                              on 2006/04/30  22:00:34
23589         Log: Replace a STRLEN no_len; with a _nolen macro call.
23590      Branch: perl
23591            ! pp_pack.c
23592 ____________________________________________________________________________
23593 [ 28031] By: nicholas                              on 2006/04/30  21:27:20
23594         Log: Perl_pack_cat() is a mathom too!
23595      Branch: perl
23596            ! mathoms.c pod/perlapi.pod pp_pack.c
23597 ____________________________________________________________________________
23598 [ 28030] By: nicholas                              on 2006/04/30  20:41:29
23599         Log: One part of pp_pack couldn't correctly handle surprises from UTF-8
23600              overloading.
23601      Branch: perl
23602            ! pp_pack.c t/uni/overload.t
23603 ____________________________________________________________________________
23604 [ 28029] By: nicholas                              on 2006/04/30  19:07:43
23605         Log: do_vop() couldn't correctly handle surprises from UTF-8 overloading.
23606      Branch: perl
23607            ! doop.c t/uni/overload.t
23608 ____________________________________________________________________________
23609 [ 28028] By: nicholas                              on 2006/04/30  17:58:53
23610         Log: We had no tests that covered the grow paths in pp_uc and pp_lc.
23611      Branch: perl
23612            ! t/op/lc.t
23613 ____________________________________________________________________________
23614 [ 28027] By: nicholas                              on 2006/04/30  17:23:44
23615         Log: Dave noticed that change 28022 was wrong - should read is_index
23616              rather than just index.
23617      Branch: perl
23618            ! pp.c
23619 ____________________________________________________________________________
23620 [ 28026] By: merijn                                on 2006/04/30  15:22:12
23621         Log: Subject: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
23622              From: Abe Timmerman <abe@ztreet.demon.nl>
23623              Date: Sun, 30 Apr 2006 15:15:24 +0200
23624              Message-Id: <200604301515.24580.abe@ztreet.demon.nl>
23625      Branch: perl
23626            ! win32/config.vc win32/config_H.vc
23627 ____________________________________________________________________________
23628 [ 28025] By: stevep                                on 2006/04/30  14:27:08
23629         Log: I was mistaken.  Borland and gcc do have snprintf() and vsnprintf()
23630              on Win32.
23631      Branch: perl
23632            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23633            ! win32/config_H.vc64
23634 ____________________________________________________________________________
23635 [ 28024] By: stevep                                on 2006/04/30  13:14:25
23636         Log: OK, Win32 must no have snprintf()/vsnprintf 
23637      Branch: perl
23638            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23639            ! win32/config_H.vc64
23640 ____________________________________________________________________________
23641 [ 28023] By: davem                                 on 2006/04/30  12:32:09
23642         Log: remove a compiler warning by making HOPBACKc only hop *back*
23643      Branch: perl
23644            ! regexec.c
23645 ____________________________________________________________________________
23646 [ 28022] By: nicholas                              on 2006/04/30  11:14:04
23647         Log: index and rindex couldn't correctly handle surprises from UTF-8
23648              overloading.
23649      Branch: perl
23650            ! pp.c t/lib/warnings/9uninit t/uni/overload.t
23651 ____________________________________________________________________________
23652 [ 28021] By: nicholas                              on 2006/04/30  10:58:11
23653         Log: Document SvGAMAGIC(), and its significance w.r.t. the side effects of
23654              inadvertently calling magic and overloading too often.
23655      Branch: perl
23656            ! pod/perlapi.pod sv.h
23657 ____________________________________________________________________________
23658 [ 28020] By: nicholas                              on 2006/04/29  23:35:52
23659         Log: Coverity disliked us passing a negative length to vsnprintf().
23660      Branch: perl
23661            ! perlio.c
23662 ____________________________________________________________________________
23663 [ 28019] By: nicholas                              on 2006/04/29  23:33:36
23664         Log: syswrite couldn't correctly handle surprises from UTF-8 overloading.
23665              As part of fixing this, syswrite now tries to take advantage of the
23666              UTF-8 cache logic for lengths and offsets on regular scalars.
23667      Branch: perl
23668            ! pp_sys.c t/lib/warnings/9uninit t/uni/overload.t
23669 ____________________________________________________________________________
23670 [ 28018] By: nicholas                              on 2006/04/29  23:32:06
23671         Log: More tests for syswrite with UTF-8 data.
23672      Branch: perl
23673            ! lib/open.t
23674 ____________________________________________________________________________
23675 [ 28017] By: nicholas                              on 2006/04/29  21:54:38
23676         Log: It should never be possible for SvGMAGICAL() to be true on SVt_IV.
23677      Branch: perl
23678            ! doio.c
23679 ____________________________________________________________________________
23680 [ 28016] By: nicholas                              on 2006/04/29  17:38:08
23681         Log: print couldn't correctly handle surprises from UTF-8 overloading.
23682      Branch: perl
23683            ! doio.c t/uni/overload.t
23684 ____________________________________________________________________________
23685 [ 28015] By: nicholas                              on 2006/04/29  17:31:27
23686         Log: Add a cross reference to bytes_from_utf8() in the documentation for
23687              utf8_to_bytes(). Regenerate perlapi.pod.
23688      Branch: perl
23689            ! pod/perlapi.pod utf8.c
23690 ____________________________________________________________________________
23691 [ 28014] By: nicholas                              on 2006/04/29  16:07:31
23692         Log: There were more ways to break uc/lc/ucfirst/lcfirst even without
23693              use 'locale'; so test for them too. Correct the skip count.
23694      Branch: perl
23695            ! t/uni/overload.t
23696 ____________________________________________________________________________
23697 [ 28013] By: nicholas                              on 2006/04/29  15:55:51
23698         Log: lcfirst/ucfist plus an 8 bit locale could mangle UTF-8 values
23699              returned by overloaded stringification.
23700      Branch: perl
23701            ! pp.c t/uni/overload.t
23702 ____________________________________________________________________________
23703 [ 28012] By: nicholas                              on 2006/04/29  14:05:55
23704         Log: uc plus an 8 bit locale could get confused by UTF-8 values returned by
23705              overloaded stringification.
23706      Branch: perl
23707            ! pp.c t/uni/overload.t
23708 ____________________________________________________________________________
23709 [ 28011] By: nicholas                              on 2006/04/29  13:43:26
23710         Log: lc plus an 8 bit locale could mangle UTF-8 values returned by
23711              overloaded stringification.
23712      Branch: perl
23713            ! pp.c t/uni/overload.t
23714 ____________________________________________________________________________
23715 [ 28010] By: stevep                                on 2006/04/29  13:09:18
23716         Log: Subject: [PATCH] more -ansi -pedantic cleanliness
23717              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
23718              Date: Sat, 29 Apr 2006 11:13:24 +0300
23719              Message-ID: <44532024.9070303@gmail.com>
23720      Branch: perl
23721            ! cop.h gv.c regcomp.c regexec.c sv.c toke.c
23722 ____________________________________________________________________________
23723 [ 28009] By: stevep                                on 2006/04/28  20:53:07
23724         Log: Subject: Re: [ANNOUNCE] Module::Build 0.28 -> CPAN
23725              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
23726              Date: Fri, 28 Apr 2006 15:31:55 -0400
23727              Message-ID: <44526DAB.8070408@thepierianspring.org>
23728      Branch: perl
23729            ! lib/Module/Build/ConfigData.pm
23730 ____________________________________________________________________________
23731 [ 28008] By: stevep                                on 2006/04/28  20:40:41
23732         Log: Subject: [PATCH] reduce gcc -ansi -pedantic noise plus a suggestion
23733              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
23734              Date: Fri, 28 Apr 2006 22:58:58 +0300
23735              Message-ID: <44527402.8000506@gmail.com>
23736      Branch: perl
23737            ! doio.c gv.c hv.c op.c pad.c perl.c perl.h perlio.c pp.c
23738            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c toke.c
23739            ! universal.c utf8.c
23740 ____________________________________________________________________________
23741 [ 28007] By: stevep                                on 2006/04/28  19:14:22
23742         Log: Subject: two [PATCH]es: dVAR for malloc.c, and a signed/unsigned char*
23743              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
23744              Date: Fri, 28 Apr 2006 21:04:59 +0300
23745              Message-ID: <4452594B.4040609@gmail.com>
23746      Branch: perl
23747            ! malloc.c pp.c
23748 ____________________________________________________________________________
23749 [ 28006] By: nicholas                              on 2006/04/28  16:34:14
23750         Log: Fix bug 34297 (length of overloaded UTF-8 strings)
23751      Branch: perl
23752            + t/uni/overload.t
23753            ! MANIFEST pp.c
23754 ____________________________________________________________________________
23755 [ 28005] By: stevep                                on 2006/04/28  16:15:25
23756         Log: Typo in MANIFEST from change #27997.  Mustn't touch Perl before coffee.
23757      Branch: perl
23758            ! MANIFEST
23759 ____________________________________________________________________________
23760 [ 28004] By: stevep                                on 2006/04/28  15:35:37
23761         Log: Added Changes file left out from change #28001.
23762      Branch: perl
23763            ! ext/Cwd/Changes
23764 ____________________________________________________________________________
23765 [ 28003] By: rgs                                   on 2006/04/28  15:29:30
23766         Log: Subject: Merge WinCE and Win32 directories -- Initial patch
23767              From: demerphq <demerphq@gmail.com>
23768              Date: 27-Apr-2006 23:30
23769              Message-ID: <9b18b3110604271430k4de84685jec6535ded195ed94@mail.gmail.com>
23770      Branch: perl
23771            ! win32/config_h.PL win32/dl_win32.xs win32/include/sys/socket.h
23772            ! win32/makeico.pl win32/perlhost.h win32/perllib.c win32/vdir.h
23773            ! win32/vmem.h win32/win32.h
23774 ____________________________________________________________________________
23775 [ 28001] By: stevep                                on 2006/04/28  13:34:39
23776         Log: Upgrade to Pathtools-3.18
23777      Branch: perl
23778            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
23779            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
23780 ____________________________________________________________________________
23781 [ 28000] By: rgs                                   on 2006/04/28  13:33:37
23782         Log: Subject: [PATCH] t/op/defins.pl using test.pl
23783              From: David Landgren <david@landgren.net>
23784              Date: Fri, 28 Apr 2006 14:27:39 +0200
23785              Message-ID: <44520A3B.1080707@landgren.net>
23786      Branch: perl
23787            ! t/op/defins.t
23788 ____________________________________________________________________________
23789 [ 27999] By: rgs                                   on 2006/04/28  13:33:11
23790         Log: Subject: [PATCH] t/op/delete.t using test.pl
23791              From: David Landgren <david@landgren.net>
23792              Date: Fri, 28 Apr 2006 15:03:39 +0200
23793              Message-ID: <445212AB.4080404@landgren.net>
23794      Branch: perl
23795            ! t/op/delete.t
23796 ____________________________________________________________________________
23797 [ 27998] By: rgs                                   on 2006/04/28  13:32:53
23798         Log: Subject: [PATCH] t/op/auto.pl using test.pl
23799              From: David Landgren <david@landgren.net>
23800              Date: Fri, 28 Apr 2006 13:56:30 +0200
23801              Message-ID: <445202EE.6000604@landgren.net>
23802      Branch: perl
23803            ! t/op/auto.t
23804 ____________________________________________________________________________
23805 [ 27997] By: stevep                                on 2006/04/28  13:29:41
23806         Log: Upgrade to Module-Build-0.28
23807      Branch: perl
23808            + lib/Module/Build/API.pod
23809            ! MANIFEST lib/Module/Build.pm lib/Module/Build/Authoring.pod
23810            ! lib/Module/Build/Base.pm lib/Module/Build/Changes
23811            ! lib/Module/Build/Compat.pm lib/Module/Build/Cookbook.pm
23812            ! lib/Module/Build/ModuleInfo.pm
23813            ! lib/Module/Build/Platform/MacOS.pm
23814            ! lib/Module/Build/Platform/VMS.pm
23815            ! lib/Module/Build/Platform/Windows.pm
23816            ! lib/Module/Build/Platform/os2.pm lib/Module/Build/YAML.pm
23817            ! lib/Module/Build/t/bundled/Tie/CPHash.pm
23818            ! lib/Module/Build/t/destinations.t lib/Module/Build/t/extend.t
23819            ! lib/Module/Build/t/mbyaml.t
23820 ____________________________________________________________________________
23821 [ 27995] By: nicholas                              on 2006/04/28  12:48:27
23822         Log: Anton Berezin says that on FreeBSD we're wrong to be using -lc_r, and
23823              should just be using -pthread on the linker line.
23824              This stops the new taint tests looping infinitely. It also seems to
23825              cure the TODO test in posix.t - masked SIGINT is now received.
23826      Branch: perl
23827            ! hints/freebsd.sh
23828 ____________________________________________________________________________
23829 [ 27994] By: rgs                                   on 2006/04/28  12:10:24
23830         Log: Subject: [PATCH] threads - miscellaneous
23831              From: "Jerry D. Hedden" <jerry@hedden.us>
23832              Date: Wed, 26 Apr 2006 11:24:05 -0700
23833              Message-ID: <20060426112405.fb30e530d17747c2b054d625b8945d88.4331e666e7.wbe@email.secureserver.net>
23834      Branch: perl
23835            ! ext/threads/Changes ext/threads/Makefile.PL
23836            ! ext/threads/t/end.t ext/threads/t/join.t ext/threads/t/libc.t
23837            ! ext/threads/t/problems.t ext/threads/threads.xs
23838 ____________________________________________________________________________
23839 [ 27993] By: rgs                                   on 2006/04/28  09:14:17
23840         Log: Subject: [PATCH] t/op/sort.t using test.pl
23841              From: David Landgren <david@landgren.net>
23842              Date: Thu, 27 Apr 2006 18:25:56 +0200
23843              Message-ID: <4450F094.2010907@landgren.net>
23844      Branch: perl
23845            ! t/op/sort.t
23846 ____________________________________________________________________________
23847 [ 27992] By: rgs                                   on 2006/04/28  09:04:36
23848         Log: Subject: [PATCH] Removing another context parm
23849              From: andy@petdance.com (Andy Lester)
23850              Date: Thu, 27 Apr 2006 10:31:56 -0500
23851              Message-ID: <20060427153156.GA11445@petdance.com>
23852      Branch: perl
23853            ! embed.fnc embed.h pp_ctl.c proto.h
23854 ____________________________________________________________________________
23855 [ 27991] By: rgs                                   on 2006/04/28  08:53:51
23856         Log: Subject: [PATCH] t/op/loopctl.t using test.pl
23857              From: David Landgren <david@landgren.net>
23858              Date: Thu, 27 Apr 2006 19:13:28 +0200
23859              Message-ID: <4450FBB8.8070203@landgren.net>
23860      Branch: perl
23861            ! t/op/loopctl.t
23862 ____________________________________________________________________________
23863 [ 27990] By: rgs                                   on 2006/04/28  08:51:09
23864         Log: Subject: [PATCH] dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update
23865              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
23866              Date: Thu, 27 Apr 2006 21:18:30 +0300
23867              Message-ID: <44510AF6.6040603@gmail.com>
23868      Branch: perl
23869            ! hv.c perl.h perlio.c sv.c
23870 ____________________________________________________________________________
23871 [ 27989] By: rgs                                   on 2006/04/28  08:41:25
23872         Log: Typo fix in perlretut by Simon Taylor
23873      Branch: perl
23874            ! pod/perlretut.pod
23875 ____________________________________________________________________________
23876 [ 27988] By: rgs                                   on 2006/04/28  07:58:16
23877         Log: Fix typo in function call
23878      Branch: perl
23879            ! perlio.c
23880 ____________________________________________________________________________
23881 [ 27987] By: stevep                                on 2006/04/28  02:12:03
23882         Log: Subject: Re: [PATCH] use snprintf/strlcpy/strlcat when useful
23883              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
23884              Date: Tue, 25 Apr 2006 18:23:39 +0300
23885              Message-ID: <444E3EFB.8020503@gmail.com>
23886      Branch: perl
23887            ! op.c perl.h perlio.c pp_ctl.c regcomp.c sv.c toke.c
23888            ! universal.c util.c
23889 ____________________________________________________________________________
23890 [ 27986] By: davem                                 on 2006/04/27  23:15:02
23891         Log: another REIFY bug
23892      Branch: perl
23893            ! scope.c t/op/local.t
23894 ____________________________________________________________________________
23895 [ 27983] By: stevep                                on 2006/04/27  18:06:12
23896         Log: Upgrade to ExtUtils-Install-1.39
23897      Branch: perl
23898            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
23899            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Install.t
23900            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/Packlist.t
23901 ____________________________________________________________________________
23902 [ 27982] By: stevep                                on 2006/04/27  17:53:11
23903         Log: Upgrade to Encode-2.15
23904      Branch: perl
23905            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
23906            ! ext/Encode/Unicode/Unicode.xs
23907            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
23908 ____________________________________________________________________________
23909 [ 27976] By: rgs                                   on 2006/04/27  12:29:47
23910         Log: Subject: [PATCH] Removing unused context
23911              From: andy@petdance.com (Andy Lester)
23912              Date: Thu, 27 Apr 2006 00:32:15 -0500
23913              Message-ID: <20060427053215.GA31445@petdance.com>
23914      Branch: perl
23915            ! embed.fnc embed.h proto.h sv.c
23916 ____________________________________________________________________________
23917 [ 27968] By: mhx                                   on 2006/04/26  19:18:09
23918         Log: Change type of temporary padoff_du used in dUNDERBAR
23919              from I32 to PADOFFSET, which is more correct (and fixes
23920              a warning in Devel::PPPort).
23921      Branch: perl
23922            ! XSUB.h
23923 ____________________________________________________________________________
23924 [ 27962] By: rgs                                   on 2006/04/26  07:53:36
23925         Log: Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
23926              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
23927              Date: Mon, 24 Apr 2006 23:20:38 +0200
23928              Message-ID: <20060424232038.7550f9b6@r2d2>
23929      Branch: perl
23930            ! deb.c doio.c doop.c dump.c gv.c handy.h
23931            ! lib/ExtUtils/Constant/ProxySubs.pm mg.c op.c patchlevel.h
23932            ! perl.c perlio.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
23933            ! regexec.c scope.h sv.c toke.c util.c
23934 ____________________________________________________________________________
23935 [ 27961] By: rgs                                   on 2006/04/26  07:38:38
23936         Log: Subject: [PATCH] threads - consolidate XS functions
23937              From: "Jerry D. Hedden" <jerry@hedden.us>
23938              Date: Tue, 25 Apr 2006 07:50:05 -0700
23939              Message-ID: <20060425075005.fb30e530d17747c2b054d625b8945d88.e23f2fed42.wbe@email.secureserver.net>
23940      Branch: perl
23941            ! ext/threads/threads.pm ext/threads/threads.xs
23942 ____________________________________________________________________________
23943 [ 27960] By: steveh                                on 2006/04/25  16:23:38
23944         Log: Make Module-Build aware of new Test-Harness output
23945              
23946              See also:
23947              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00755.html
23948      Branch: perl
23949            ! lib/Module/Build/t/compat.t
23950 ____________________________________________________________________________
23951 [ 27959] By: nicholas                              on 2006/04/25  12:51:40
23952         Log: Coverity has started to notice another inconsistency in our NULL
23953              pointer checking.
23954      Branch: perl
23955            ! pp_ctl.c
23956 ____________________________________________________________________________
23957 [ 27958] By: rgs                                   on 2006/04/25  08:41:38
23958         Log: Subject: [PATCH] use NOOP macro
23959              From: andy@petdance.com (Andy Lester)
23960              Date: Mon, 24 Apr 2006 13:44:51 -0500
23961              Message-ID: <20060424184451.GA1479@petdance.com>
23962      Branch: perl
23963            ! gv.c gv.h hv.c op.c pad.c perl.h perlio.c pp.c pp_ctl.c
23964            ! pp_hot.c regcomp.c regexec.c sv.c toke.c utf8.c
23965 ____________________________________________________________________________
23966 [ 27957] By: rgs                                   on 2006/04/25  08:35:22
23967         Log: Subject: [PATCH] Continuing threads sync
23968              From: "Jerry D. Hedden" <jerry@hedden.us>
23969              Date: Mon, 24 Apr 2006 13:00:23 -0700
23970              Message-ID: <20060424130023.fb30e530d17747c2b054d625b8945d88.969ed54130.wbe@email.secureserver.net>
23971      Branch: perl
23972            ! ext/threads/t/free.t ext/threads/threads.pm
23973            ! ext/threads/threads.xs
23974 ____________________________________________________________________________
23975 [ 27956] By: nicholas                              on 2006/04/24  16:38:09
23976         Log: Perl_unpack_str() is a mathom!
23977      Branch: perl
23978            ! mathoms.c pp_pack.c
23979 ____________________________________________________________________________
23980 [ 27955] By: stevep                                on 2006/04/24  16:31:24
23981         Log: Really bump the version of File::Find.
23982      Branch: perl
23983            ! lib/File/Find.pm
23984 ____________________________________________________________________________
23985 [ 27954] By: stevep                                on 2006/04/24  16:29:59
23986         Log: Reverting change #27953, as it appears that File::Find has 
23987              localized the C<$_> usable by the wanted function since 
23988              version 1.04 (change #18501, to be exact).  Update the 
23989              docs to express this change.  Finally, bump the version.
23990      Branch: perl
23991            ! lib/File/Find.pm
23992 ____________________________________________________________________________
23993 [ 27953] By: stevep                                on 2006/04/24  15:27:39
23994         Log: Subject: Re: [perl #38965] File::Find documentation - is "Don't modify thesevariables" still valid?
23995              From: David Landgren <david@landgren.net>
23996              Date: Mon, 24 Apr 2006 13:02:02 +0200
23997              Message-ID: <444CB02A.2000604@landgren.net>
23998      Branch: perl
23999            ! lib/File/Find.pm
24000 ____________________________________________________________________________
24001 [ 27952] By: nicholas                              on 2006/04/24  13:21:09
24002         Log: Subject: Re: recursion now removed from the regex engine
24003              From: demerphq <demerphq@gmail.com>
24004              Message-ID: <9b18b3110604231210w5deff59el3a1a79c98f34e0fd@mail.gmail.com>
24005              Date: Sun, 23 Apr 2006 21:10:34 +0200
24006      Branch: perl
24007            ! regcomp.sym regnodes.h
24008 ____________________________________________________________________________
24009 [ 27951] By: rgs                                   on 2006/04/24  12:15:58
24010         Log: Subject: [perl #38709] Opening '|-' triggers unjustified taint check 
24011              From: mhasch@cpan.org (via RT) <perlbug-followup@perl.org>
24012              Date: Fri, 10 Mar 2006 20:10:49 -0800
24013              Message-ID: <rt-3.0.11-38709-130993.2.89182805885773@perl.org>
24014      Branch: perl
24015            ! doio.c t/op/taint.t
24016 ____________________________________________________________________________
24017 [ 27950] By: rgs                                   on 2006/04/24  11:59:25
24018         Log: Add regression test for bug #38475
24019      Branch: perl
24020            + t/op/attrhand.t
24021            ! MANIFEST
24022 ____________________________________________________________________________
24023 [ 27949] By: nicholas                              on 2006/04/24  10:52:09
24024         Log: Change 27947 forgot to remove one now-unneeded cast.
24025      Branch: perl
24026            ! sv.c
24027 ____________________________________________________________________________
24028 [ 27948] By: rgs                                   on 2006/04/24  10:33:34
24029         Log: Subject: [perl #38475] attribute multiline fix (in tokenizer) 
24030              From: bas@quarantainenet.nl (via RT) <perlbug-followup@perl.org>
24031              Date: Thu, 09 Feb 2006 06:33:51 -0800
24032              Message-ID: <rt-3.0.11-38475-129844.11.5904582303176@perl.org>
24033      Branch: perl
24034            ! toke.c
24035 ____________________________________________________________________________
24036 [ 27947] By: nicholas                              on 2006/04/24  09:40:58
24037         Log: Following change 27942 it's clear that the return type of
24038              glob_2inpuv_number() should change. Rename it and glob_2inpuv() to
24039              reflect what they do.
24040      Branch: perl
24041            ! embed.fnc embed.h proto.h sv.c
24042 ____________________________________________________________________________
24043 [ 27946] By: rgs                                   on 2006/04/24  08:08:03
24044         Log: Cleanup some gcc warnings
24045              Third and fourth patches from:
24046              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
24047              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
24048              Date: Sun, 23 Apr 2006 04:47:04 +0200
24049              Message-ID: <20060423044704.6a383ee8@r2d2>
24050      Branch: perl
24051            ! mg.c perl.h toke.c
24052 ____________________________________________________________________________
24053 [ 27945] By: rgs                                   on 2006/04/24  08:04:11
24054         Log: A couple of casts to PADOFFSET.
24055              2nd patch from :
24056              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
24057              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
24058              Date: Sun, 23 Apr 2006 04:47:04 +0200
24059              Message-ID: <20060423044704.6a383ee8@r2d2>
24060      Branch: perl
24061            ! op.c pad.c pp.c toke.c
24062 ____________________________________________________________________________
24063 [ 27944] By: rgs                                   on 2006/04/24  08:01:32
24064         Log: Ensure GvNAME doesn't return NULL
24065              First patch from :
24066              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
24067              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
24068              Date: Sun, 23 Apr 2006 04:47:04 +0200
24069              Message-ID: <20060423044704.6a383ee8@r2d2>
24070      Branch: perl
24071            ! embed.fnc gv.c gv.h proto.h
24072 ____________________________________________________________________________
24073 [ 27943] By: rgs                                   on 2006/04/24  07:39:23
24074         Log: Subject: [PATCH] doop.c consting, take 2
24075              From: andy@petdance.com (Andy Lester)
24076              Date: Sun, 23 Apr 2006 20:45:09 -0500
24077              Message-ID: <20060424014509.GA29642@petdance.com>
24078      Branch: perl
24079            ! doop.c embed.fnc proto.h
24080 ____________________________________________________________________________
24081 [ 27942] By: rgs                                   on 2006/04/24  07:27:33
24082         Log: Subject: [PATCH] Refactor S_glob_2inpuv
24083              From: andy@petdance.com (Andy Lester)
24084              Date: Sun, 23 Apr 2006 21:12:39 -0500
24085              Message-ID: <20060424021239.GA5449@petdance.com>
24086      Branch: perl
24087            ! embed.fnc embed.h proto.h sv.c
24088 ____________________________________________________________________________
24089 [ 27941] By: rgs                                   on 2006/04/24  07:14:49
24090         Log: Subject: [PATCH] Inlining static funcs in perl.c
24091              From: andy@petdance.com (Andy Lester)
24092              Date: Sun, 23 Apr 2006 21:50:27 -0500
24093              Message-ID: <20060424025027.GA25998@petdance.com>
24094      Branch: perl
24095            ! embed.fnc embed.h perl.c proto.h
24096 ____________________________________________________________________________
24097 [ 27940] By: nicholas                              on 2006/04/23  20:48:25
24098         Log: Assimilate Test::Harness 2.57_06
24099      Branch: perl
24100            ! lib/Test/Harness.pm lib/Test/Harness/Changes
24101            ! lib/Test/Harness/Straps.pm lib/Test/Harness/bin/prove
24102            ! lib/Test/Harness/t/version.t
24103 ____________________________________________________________________________
24104 [ 27939] By: stevep                                on 2006/04/22  23:08:50
24105         Log: Subject: Update to AUTHORS file
24106              From: Joshua Rodd <joshua@rodd.us>
24107              Date: Sat, 22 Apr 2006 14:39:11 -0400
24108              Message-ID: <20060422183911.GA19435@rodd.us>
24109      Branch: perl
24110            ! AUTHORS
24111 ____________________________________________________________________________
24112 [ 27938] By: nicholas                              on 2006/04/22  09:31:16
24113         Log: "Don't Repeat Yourself" on the "We *really* need to overwrite these
24114              symbols" section.
24115              Minor tweaks to make it possible to use the code unchanged with 5.8.x
24116      Branch: perl
24117            + ext/re/re_comp.h ext/re/re_top.h
24118            ! MANIFEST regcomp.c regexec.c
24119 ____________________________________________________________________________
24120 [ 27937] By: nicholas                              on 2006/04/21  23:08:59
24121         Log: Remove the enable_debugging member from the structure, and instead
24122              decree that state & 1 indicates debugging. This is simpler.
24123      Branch: perl
24124            ! ext/re/re.xs
24125 ____________________________________________________________________________
24126 [ 27936] By: nicholas                              on 2006/04/21  21:40:49
24127         Log: Use a struct to hold the regexp engine state information, to make
24128              swapping possible between more two alternatives.
24129      Branch: perl
24130            ! ext/re/re.xs
24131 ____________________________________________________________________________
24132 [ 27935] By: nicholas                              on 2006/04/21  21:01:42
24133         Log: Merge the install and uninstall routines.
24134      Branch: perl
24135            ! ext/re/re.pm ext/re/re.xs
24136 ____________________________________________________________________________
24137 [ 27934] By: nicholas                              on 2006/04/21  20:38:15
24138         Log: Refactor re.pm slightly. This has no change to documented behaviour,
24139              but anyone mad enought to set ${^RE_DEBUG_FLAGS} and then do
24140              no re 'Debug'; will now find that it will load the debuging version of
24141              the regexp engine.
24142      Branch: perl
24143            ! ext/re/re.pm
24144 ____________________________________________________________________________
24145 [ 27933] By: rgs                                   on 2006/04/21  15:55:38
24146         Log: Subject: [PATCH] Rework threads destruct call
24147              From: "Jerry D. Hedden" <jerry@hedden.us>
24148              Date: Thu, 20 Apr 2006 13:53:20 -0700
24149              Message-ID: <20060420135320.fb30e530d17747c2b054d625b8945d88.ef565d84db.wbe@email.secureserver.net>
24150      Branch: perl
24151            + ext/threads/t/free.t ext/threads/t/free2.t
24152            ! MANIFEST ext/threads/threads.xs
24153 ____________________________________________________________________________
24154 [ 27932] By: rgs                                   on 2006/04/21  13:01:09
24155         Log: Subject: Re: [perl #38904] Text::ParseWords doesn't always handle backslashes correctly 
24156              From: Alexey Toptygin <alexeyt@freeshell.org>
24157              Date: Thu, 20 Apr 2006 15:42:20 +0000 (UTC)
24158              Message-ID: <Pine.NEB.4.62.0604201539380.20332@otaku.freeshell.org>
24159      Branch: perl
24160            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
24161 ____________________________________________________________________________
24162 [ 27931] By: nicholas                              on 2006/04/21  12:46:43
24163         Log: Why hide functions (and duplicate them) when you can just avoid
24164              compiling them in the first place?
24165      Branch: perl
24166            ! regcomp.c regexec.c
24167 ____________________________________________________________________________
24168 [ 27930] By: nicholas                              on 2006/04/21  11:38:24
24169         Log: Given that use re 'debug' can turn on DEBUGGING even on a non-DEBUGGING
24170              build, we cannot assume that PL_reg_starttry isn't needed. So copy it
24171              in Perl_ss_dup.
24172      Branch: perl
24173            ! sv.c
24174 ____________________________________________________________________________
24175 [ 27927] By: nicholas                              on 2006/04/20  21:27:21
24176         Log: Remove the last traces of explicitly setting HINT_LOCALIZE_HH from
24177              perl modules.
24178      Branch: perl
24179            ! lib/charnames.pm lib/open.pm lib/open.t lib/overload.pm
24180 ____________________________________________________________________________
24181 [ 27925] By: stevep                                on 2006/04/20  20:55:09
24182         Log: Subject: Re: TODO tests and test::harness
24183              From: demerphq <demerphq@gmail.com>
24184              Date: Thu, 20 Apr 2006 22:36:08 +0200
24185              Message-ID: <9b18b3110604201336k5a974f28h732a2819853b995@mail.gmail.com>
24186      Branch: perl
24187            ! lib/Test/Harness.pm lib/Test/Harness/t/version.t
24188 ____________________________________________________________________________
24189 [ 27923] By: rgs                                   on 2006/04/20  20:24:46
24190         Log: Add test boilerplate and use test.pl instead of Test::More
24191      Branch: perl
24192            ! t/op/rxcode.t
24193 ____________________________________________________________________________
24194 [ 27922] By: rgs                                   on 2006/04/20  20:22:23
24195         Log: Add new tests for bug #32840 provided by David Landgren,
24196              as a new file rxcode.t (they mostly test $^R for now)
24197      Branch: perl
24198            + t/op/rxcode.t
24199            ! MANIFEST
24200 ____________________________________________________________________________
24201 [ 27919] By: nicholas                              on 2006/04/20  18:51:02
24202         Log: Tweak change 23256 to continue passing on 5.8.x
24203      Branch: perl
24204            ! lib/base/t/fields.t
24205 ____________________________________________________________________________
24206 [ 27918] By: nicholas                              on 2006/04/20  17:37:31
24207         Log: Convert two ok()s to better constructions.
24208      Branch: perl
24209            ! lib/base/t/fields.t
24210 ____________________________________________________________________________
24211 [ 27917] By: rgs                                   on 2006/04/20  17:25:43
24212         Log: Subject: [REPOST] [PATCH] Remove superfluous counter in threads
24213              From: "Jerry D. Hedden" <jerry@hedden.us>
24214              Date: Wed, 19 Apr 2006 05:32:14 -0700
24215              Message-ID: <20060419053214.fb30e530d17747c2b054d625b8945d88.4606123135.wbe@email.secureserver.net>
24216      Branch: perl
24217            ! ext/threads/threads.pm ext/threads/threads.xs
24218 ____________________________________________________________________________
24219 [ 27913] By: nicholas                              on 2006/04/20  13:54:45
24220         Log: Fix typo in the description of change 21323.
24221      Branch: perl
24222            ! Changes
24223 ____________________________________________________________________________
24224 [ 27912] By: rgs                                   on 2006/04/20  12:59:50
24225         Log: New test for the "Assignment to both a list and a scalar" error,
24226              suggested by Stephen McCamant
24227      Branch: perl
24228            ! t/comp/parser.t
24229 ____________________________________________________________________________
24230 [ 27911] By: davem                                 on 2006/04/20  12:33:09
24231         Log: regmatch(): replace magic value -1000 with symbolic CHRTEST_VOID
24232      Branch: perl
24233            ! regexec.c
24234 ____________________________________________________________________________
24235 [ 27910] By: rgs                                   on 2006/04/20  10:02:25
24236         Log: Subject: [PATCH] op_type shrinking
24237              From: andy@petdance.com (Andy Lester)
24238              Date: Wed, 19 Apr 2006 23:16:53 -0500
24239              Message-ID: <20060420041653.GA28523@petdance.com>
24240      Branch: perl
24241            ! dump.c sv.c
24242 ____________________________________________________________________________
24243 [ 27909] By: rgs                                   on 2006/04/20  09:35:00
24244         Log: Subject: [PATCH] regexec consting & localizing
24245              From: andy@petdance.com (Andy Lester)
24246              Date: Wed, 19 Apr 2006 12:35:43 -0500
24247              Message-ID: <20060419173543.GA8268@petdance.com>
24248      Branch: perl
24249            ! regexec.c
24250 ____________________________________________________________________________
24251 [ 27908] By: rgs                                   on 2006/04/20  09:04:46
24252         Log: Subject: [PATCH] Localizing vars
24253              From: andy@petdance.com (Andy Lester)
24254              Date: Wed, 19 Apr 2006 23:44:01 -0500
24255              Message-ID: <20060420044401.GA2792@petdance.com>
24256      Branch: perl
24257            ! util.c
24258 ____________________________________________________________________________
24259 [ 27907] By: davem                                 on 2006/04/20  00:30:53
24260         Log: regmatch: merge the greedy and non-greedy branches of CURLYM
24261      Branch: perl
24262            ! regexec.c regexp.h
24263 ____________________________________________________________________________
24264 [ 27906] By: stevep                                on 2006/04/19  16:40:56
24265         Log: Subject: [perl #38892] PATCH: remove spurious warning from Benchmark.pm
24266              From: Linda Walsh (via RT) <perlbug-followup@perl.org>
24267              Date: Mon, 10 Apr 2006 18:53:46 -0700
24268              Message-ID: <rt-3.0.11-38892-132143.0.516271519365361@perl.org>
24269      Branch: perl
24270            ! lib/Benchmark.pm
24271 ____________________________________________________________________________
24272 [ 27905] By: stevep                                on 2006/04/19  16:32:26
24273         Log: Changes to perlfaq8 "How do I find out if I'm running interactively 
24274              or not?" suggested by Slaven Rezic in RT #38901: perlfaq8 correction
24275      Branch: perl
24276            ! pod/perlfaq8.pod
24277 ____________________________________________________________________________
24278 [ 27904] By: stevep                                on 2006/04/19  14:57:36
24279         Log: Add a TODO test for RT #1085: "what should be output of perl -we
24280              'print do { foreach (1, 2) { 1; } }'"
24281      Branch: perl
24282            ! t/cmd/for.t
24283 ____________________________________________________________________________
24284 [ 27903] By: davem                                 on 2006/04/19  13:56:07
24285         Log: regmatch(): make IFMATCH use PUSH_STACK rather than fake recursion
24286      Branch: perl
24287            ! regexec.c regexp.h t/op/re_tests
24288 ____________________________________________________________________________
24289 [ 27902] By: rgs                                   on 2006/04/19  11:38:11
24290         Log: Upgrade to Test::Harness 2.57_05
24291      Branch: perl
24292            + lib/Test/Harness/Util.pm
24293            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
24294            ! lib/Test/Harness/Changes lib/Test/Harness/Point.pm
24295            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
24296            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
24297            ! lib/Test/Harness/t/prove-globbing.t
24298            ! lib/Test/Harness/t/prove-switches.t lib/Test/Harness/t/strap.t
24299            ! lib/Test/Harness/t/test-harness.t
24300 ____________________________________________________________________________
24301 [ 27901] By: nicholas                              on 2006/04/19  11:20:08
24302         Log: newCONSTSUB needs to be robust in case CopFILE is NULL.
24303      Branch: perl
24304            ! op.c
24305 ____________________________________________________________________________
24306 [ 27900] By: nicholas                              on 2006/04/19  09:58:19
24307         Log: Oops. Need a macro to convert cv_ckproto() to cv_ckproto_len().
24308      Branch: perl
24309            ! op.h
24310 ____________________________________________________________________________
24311 [ 27899] By: rgs                                   on 2006/04/19  09:34:48
24312         Log: There's a macro to get ${^RE_DEBUG_FLAGS} when debugging,
24313              so use it (and this fixes a valgrind memory access error)
24314      Branch: perl
24315            ! regcomp.c
24316 ____________________________________________________________________________
24317 [ 27898] By: nicholas                              on 2006/04/19  09:22:03
24318         Log: Avoid temporarily writing over the prototype when reporting an error.
24319              (And beef up the relevant tests to really check that it all works).
24320      Branch: perl
24321            ! op.c t/comp/proto.t
24322 ____________________________________________________________________________
24323 [ 27897] By: rgs                                   on 2006/04/19  09:09:14
24324         Log: Replace some Copy() by Move() calls, because valgrind reports
24325              we can have overlapping memory areas here
24326      Branch: perl
24327            ! doop.c
24328 ____________________________________________________________________________
24329 [ 27896] By: nicholas                              on 2006/04/19  08:42:18
24330         Log: Calling cv_undef() on the CV created by newCONSTSUB() would leak like
24331              a Jumblie's preferred maritime craft. To free CvFILE for this case,
24332              take advantage of the 0 length prototype that will also be there,
24333              and hang it from the prototype. To do this properly means changing
24334              code to actually pay attention to SvCUR() on prototypes. It turns out
24335              that we always know the length of the prototype string, so this may
24336              be faster. Certainly, it's a memory saving (even ignoring the leak).
24337      Branch: perl
24338            ! dump.c embed.fnc embed.h global.sym mathoms.c op.c
24339            ! pod/perlapi.pod proto.h sv.c util.c
24340 ____________________________________________________________________________
24341 [ 27895] By: nicholas                              on 2006/04/19  07:55:18
24342         Log: Fix compilation of microperl, which doesn't have INT_MAX.
24343      Branch: perl
24344            ! toke.c
24345 ____________________________________________________________________________
24346 [ 27894] By: nicholas                              on 2006/04/18  19:52:19
24347         Log: Revert 27869 at Jarkko's request.
24348      Branch: perl
24349            ! regcomp.c
24350 ____________________________________________________________________________
24351 [ 27893] By: davem                                 on 2006/04/18  17:03:15
24352         Log: regmatch: fix a || vs | typo in CACHEsayYES and add a test from Hugo.
24353              Also defer altering the cache bit until CACHEsayYES/NO is called
24354      Branch: perl
24355            ! regexec.c t/op/re_tests
24356 ____________________________________________________________________________
24357 [ 27892] By: stevep                                on 2006/04/18  16:47:58
24358         Log: Add a TODO regarding merging the win32 and wince codebases.
24359      Branch: perl
24360            ! pod/perltodo.pod
24361 ____________________________________________________________________________
24362 [ 27891] By: rgs                                   on 2006/04/18  16:05:15
24363         Log: When checking whether perl is built with -g in optimisation
24364              flags, use a more tolerant regexp, because we can now have
24365              things like '-O2 -g'.
24366      Branch: perl
24367            ! Makefile.SH
24368 ____________________________________________________________________________
24369 [ 27890] By: nicholas                              on 2006/04/18  16:03:10
24370         Log: Expand "am I hot or not" into a more general "Profile Perl" section.
24371      Branch: perl
24372            ! pod/perltodo.pod
24373 ____________________________________________________________________________
24374 [ 27889] By: stevep                                on 2006/04/18  15:47:48
24375         Log: A fix to change #27845 to get it to compile with -DPERL_MAD.
24376      Branch: perl
24377            ! dump.c
24378 ____________________________________________________________________________
24379 [ 27888] By: steveh                                on 2006/04/18  15:17:52
24380         Log: Subject: [PATCH] win32/Makefile changes for Windows 64 bit
24381              From: "Jan Dubois" <jand@ActiveState.com>
24382              Date: Mon, 17 Apr 2006 01:48:34 -0700
24383              Message-ID: <036401c661fb$bc7a1200$2217a8c0@candy>
24384              
24385              and make similar changes to win32/makefile.mk
24386              and delete a spurious extra line from that file
24387      Branch: perl
24388            ! win32/Makefile win32/makefile.mk
24389 ____________________________________________________________________________
24390 [ 27887] By: rgs                                   on 2006/04/18  14:02:23
24391         Log: Addition to README.riscos suggested by Nicholas
24392      Branch: perl
24393            ! README.riscos
24394 ____________________________________________________________________________
24395 [ 27886] By: nicholas                              on 2006/04/18  13:18:27
24396         Log: Note that Rafael has done the first cut of state variables.
24397              Document that UTF-8 cleansing the tokeniser and the pads is TODO.
24398      Branch: perl
24399            ! pod/perltodo.pod
24400 ____________________________________________________________________________
24401 [ 27885] By: nicholas                              on 2006/04/18  13:10:35
24402         Log: Relocatable @INC and parallel builds pretty much work now.
24403      Branch: perl
24404            ! pod/perltodo.pod
24405 ____________________________________________________________________________
24406 [ 27884] By: rgs                                   on 2006/04/18  12:48:31
24407         Log: Subject: [PATCH] Support compiling for RISC OS
24408              From: Alex Waugh <alex@alexwaugh.com>
24409              Date: Mon, 17 Apr 2006 00:14:26 +0100
24410              Message-ID: <2498b2184e.ajw498@caramel.cp15.org>
24411      Branch: perl
24412            + README.riscos hints/riscos.sh
24413            ! MANIFEST ext/Errno/Errno_pm.PL hv.c util.c
24414 ____________________________________________________________________________
24415 [ 27883] By: nicholas                              on 2006/04/18  11:18:12
24416         Log: Coverity still thinks that there is a route through do_vop that can
24417              leak resources. I believe that it's spotted that you can skip all the
24418              cases in the switch. Plug that hole.
24419      Branch: perl
24420            ! doop.c
24421 ____________________________________________________________________________
24422 [ 27882] By: nicholas                              on 2006/04/18  10:54:15
24423         Log: Coverity insists that if we deference a pointer without checking, and
24424              subsequently check that same pointer before deferencing it, something
24425              in our code or our logic is bogus. So assert() that it's safe the
24426              first time and remove the second check.
24427      Branch: perl
24428            ! regcomp.c
24429 ____________________________________________________________________________
24430 [ 27881] By: nicholas                              on 2006/04/17  20:50:34
24431         Log: Fix an error, spotted by Tim Bunce.
24432      Branch: perl
24433            ! pod/perlfunc.pod
24434 ____________________________________________________________________________
24435 [ 27880] By: nicholas                              on 2006/04/17  20:41:00
24436         Log: Coderefs in @INC are done and documented.
24437      Branch: perl
24438            ! pod/perltodo.pod
24439 ____________________________________________________________________________
24440 [ 27879] By: nicholas                              on 2006/04/17  20:35:52
24441         Log: Document all the return values that code references in @INC can return.
24442      Branch: perl
24443            ! pod/perlfunc.pod
24444 ____________________________________________________________________________
24445 [ 27878] By: stevep                                on 2006/04/17  20:05:03
24446         Log: Patch to fix RT #31227: perldoc -f, -q ignores extra arguments with no notice.
24447              Never made it to the mailing list though, so, was never found.  Patch
24448              previously provided to the Pod-Perldoc CPAN RT queue.
24449      Branch: perl
24450            ! lib/Pod/Perldoc.pm
24451 ____________________________________________________________________________
24452 [ 27877] By: nicholas                              on 2006/04/17  19:12:23
24453         Log: Coverity is upset about a signed int in ext/Filter/Util/Call/Call.xs,
24454              but the real problem is down in Perl_filter_read() in toke.c.
24455      Branch: perl
24456            ! toke.c
24457 ____________________________________________________________________________
24458 [ 27876] By: nicholas                              on 2006/04/17  18:30:59
24459         Log: Coverity is a persistent beast. Hot on the tails of fixing one leak,
24460              it notices a slightly earlier leak.
24461              (Which also suggests that marking bugs as RESOLVED isn't a great plan,
24462              as it's not clear whether that calls off the dogs of war. I'd much
24463              prefer it to be forced to scan again, and give a positve "all clear"
24464              (or more accurately "nowt wrong I can see with that"))
24465      Branch: perl
24466            ! ext/Storable/Storable.xs
24467 ____________________________________________________________________________
24468 [ 27875] By: nicholas                              on 2006/04/17  16:52:54
24469         Log: Turn on UTF8 cache assertions with -Ca
24470      Branch: perl
24471            ! locale.c perl.c perl.h pod/perlrun.pod util.c
24472 ____________________________________________________________________________
24473 [ 27874] By: nicholas                              on 2006/04/17  16:52:07
24474         Log: Oops. Change 27826 had an error in the definition of BGET_PADOFFSET().
24475      Branch: perl
24476            ! ext/ByteLoader/bytecode.h
24477 ____________________________________________________________________________
24478 [ 27873] By: stevep                                on 2006/04/17  16:49:51
24479         Log: Upgrade to CGI.pm-3.19.
24480      Branch: perl
24481            ! lib/CGI.pm lib/CGI/Changes
24482 ____________________________________________________________________________
24483 [ 27872] By: nicholas                              on 2006/04/17  15:33:21
24484         Log: Note that PVIOs probably aren't worth shrinking. Note 3 possible
24485              subflags for -C if the two Unicode TODOs are done.
24486      Branch: perl
24487            ! pod/perlrun.pod pod/perltodo.pod
24488 ____________________________________________________________________________
24489 [ 27871] By: nicholas                              on 2006/04/17  15:11:03
24490         Log: Subject: Re: [PATCH] update to pp_complement() via Coverity
24491              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24492              Message-Id: <20060416184044.4ADB.BQW10602@nifty.com>
24493              Date: Sun, 16 Apr 2006 18:45:37 +0900
24494              
24495              Subject: Re: [PATCH] update to pp_complement() via Coverity
24496              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24497              Message-Id: <20060417230614.20A5.BQW10602@nifty.com>
24498              Date: Mon, 17 Apr 2006 23:06:21 +0900
24499      Branch: perl
24500            ! pp.c t/op/bop.t
24501 ____________________________________________________________________________
24502 [ 27870] By: nicholas                              on 2006/04/17  14:48:13
24503         Log: In Change 27764 I forgot to at PL_hints_mutex to the list of symbols to
24504              exclude when not compiling with ithreads. It would be good to automate
24505              the processing of this.
24506      Branch: perl
24507            ! makedef.pl
24508 ____________________________________________________________________________
24509 [ 27869] By: nicholas                              on 2006/04/17  13:38:30
24510         Log: Subject: [PATCH] (tentative) regcomp.c: try convincing Coverity that data ptr in study_chunk is non-NULL when needed
24511              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
24512              Message-Id: <20060416092648.812D36CF2D@aprikoosi.hut.fi>
24513              Date: Sun, 16 Apr 2006 12:26:48 +0300 (EEST)
24514      Branch: perl
24515            ! regcomp.c
24516 ____________________________________________________________________________
24517 [ 27868] By: nicholas                              on 2006/04/17  13:15:34
24518         Log: Note in av_store() that S_regclass relies on being able to pass NULL.
24519      Branch: perl
24520            ! av.c
24521 ____________________________________________________________________________
24522 [ 27867] By: nicholas                              on 2006/04/17  13:14:55
24523         Log: Add assertions to cover cases where the Coverity scanner thinks we
24524              could are deferencing a NULL pointer, but we think it missed something
24525              it should have been capable of figuring out.
24526      Branch: perl
24527            ! hv.c op.c
24528 ____________________________________________________________________________
24529 [ 27866] By: nicholas                              on 2006/04/17  12:48:43
24530         Log: Add Dave's explainations of why certain pointers are always non-NULL,
24531              and assert() that it is true.
24532      Branch: perl
24533            ! regexec.c
24534 ____________________________________________________________________________
24535 [ 27865] By: stevep                                on 2006/04/17  12:30:08
24536         Log: Subject: [PATCH] fix cygwin build
24537              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
24538              Date: Sun, 16 Apr 2006 18:05:20 -0700
24539              Message-ID: <20060417010520.GA2888@efn.org>
24540      Branch: perl
24541            ! cygwin/Makefile.SHs
24542 ____________________________________________________________________________
24543 [ 27863] By: merijn                                on 2006/04/17  12:18:07
24544         Log: Support for -DDEBUGGING and its alias -DEBUGGING
24545      Branch: perl
24546            ! Configure INSTALL config_h.SH
24547 ____________________________________________________________________________
24548 [ 27862] By: nicholas                              on 2006/04/17  12:07:23
24549         Log: Revert change 27818, as change 27853 fixes the real bug.
24550      Branch: perl
24551            ! sv.c
24552 ____________________________________________________________________________
24553 [ 27861] By: stevep                                on 2006/04/17  11:53:04
24554         Log: Subject: [PATCH] Compress::Zlib
24555              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
24556              Date: Mon, 17 Apr 2006 10:58:30 +0100
24557              Message-ID: <019b01c66205$7dc7ea50$6601a8c0@myopwv.com>
24558      Branch: perl
24559            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
24560            ! ext/Compress/Zlib/t/14gzopen.t
24561 ____________________________________________________________________________
24562 [ 27860] By: nicholas                              on 2006/04/17  11:39:27
24563         Log: Subject: [PATCH] pp_ctl.c caching
24564              From: andy@petdance.com (Andy Lester)
24565              Message-ID: <20060417044035.GA28818@petdance.com>
24566              Date: Sun, 16 Apr 2006 23:40:35 -0500
24567      Branch: perl
24568            ! pp_ctl.c
24569 ____________________________________________________________________________
24570 [ 27859] By: nicholas                              on 2006/04/17  11:37:38
24571         Log: Subject: [PATCH] dooop.c: the strong asserts in Sv* macros could cause memory leakage -- move the macro calls earlier (Coverity CID 84)
24572              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
24573              Message-Id: <20060417071937.C13346CF2D@aprikoosi.hut.fi>
24574              Date: Mon, 17 Apr 2006 10:19:37 +0300 (EEST)
24575      Branch: perl
24576            ! doop.c
24577 ____________________________________________________________________________
24578 [ 27857] By: nicholas                              on 2006/04/17  10:28:40
24579         Log: Revert 27856.
24580      Branch: perl
24581            ! doop.c
24582 ____________________________________________________________________________
24583 [ 27856] By: nicholas                              on 2006/04/17  10:24:58
24584         Log: The danger of piping an mbox to patch is that it contains more than
24585              one message. So both:
24586              
24587              Subject: [PATCH] doop.c: one more code path where memory could leak (Coverity)
24588              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
24589              Message-Id: <20060416081925.680336CF2D@aprikoosi.hut.fi>
24590              Date: Sun, 16 Apr 2006 11:19:25 +0300 (EEST)
24591              
24592              and
24593              
24594              Subject: [PATCH] doop.c: one more code path where memory could leak (Coverity)
24595              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
24596              Message-Id: <20060416081925.680336CF2D@aprikoosi.hut.fi>
24597              Date: Sun, 16 Apr 2006 11:19:25 +0300 (EEST)
24598      Branch: perl
24599            ! doop.c
24600 ____________________________________________________________________________
24601 [ 27855] By: davem                                 on 2006/04/16  23:30:36
24602         Log: generalize the 'continue on success' mechanism of deferred REs
24603      Branch: perl
24604            ! regexec.c regexp.h
24605 ____________________________________________________________________________
24606 [ 27854] By: davem                                 on 2006/04/16  23:12:31
24607         Log: abstract regmatch slab access with SLAB_FIRST and SLAB_LAST macros
24608      Branch: perl
24609            ! regexec.c
24610 ____________________________________________________________________________
24611 [ 27853] By: davem                                 on 2006/04/16  23:07:13
24612         Log: stop PL_op and PL_curpad referring to different pads at start of doeval
24613              (this could make find_uninit_var do Bad Things)
24614      Branch: perl
24615            ! pp_ctl.c
24616 ____________________________________________________________________________
24617 [ 27852] By: nicholas                              on 2006/04/16  21:44:59
24618         Log: Fix bug introduced with change 27841. (len + 1, not just len).
24619      Branch: perl
24620            ! sv.c
24621 ____________________________________________________________________________
24622 [ 27851] By: nicholas                              on 2006/04/16  19:06:19
24623         Log: Coverity is flagging a potential problem because it sees a check for
24624              NULL and assumes that this means that the variable host could be
24625              NULL. It can't, and the check added in change 13291 was a little bit
24626              more than the minimal solution needed for the bug report
24627              [ID 20011126.148]
24628              Hence remove the NULL check.
24629      Branch: perl
24630            ! ext/Socket/Socket.xs
24631 ____________________________________________________________________________
24632 [ 27850] By: nicholas                              on 2006/04/16  18:09:33
24633         Log: Subject: [PATCH] op.c patch, 2nd version
24634              From: andy@petdance.com (Andy Lester)
24635              Message-ID: <20060415042924.GA1786@petdance.com>
24636              Date: Fri, 14 Apr 2006 23:29:24 -0500
24637      Branch: perl
24638            ! op.c
24639 ____________________________________________________________________________
24640 [ 27849] By: nicholas                              on 2006/04/16  15:04:36
24641         Log: A scalar reference returned from a coderef in @INC is treated as the
24642              initial "content" of the file. When it is exhausted input is taken
24643              from a real file handle, or a generator sub, if either exists.
24644      Branch: perl
24645            ! pp_ctl.c t/op/incfilter.t
24646 ____________________________________________________________________________
24647 [ 27848] By: stevep                                on 2006/04/16  14:03:59
24648         Log: Subject: [PATCH] remove some cruft from makedef.pl
24649              From: "Jan Dubois" <jand@ActiveState.com>
24650              Date: Sun, 16 Apr 2006 02:05:00 -0700
24651              Message-ID: <022e01c66134$d7a8dec0$2217a8c0@candy>
24652      Branch: perl
24653            ! embed.fnc global.sym makedef.pl
24654 ____________________________________________________________________________
24655 [ 27847] By: stevep                                on 2006/04/16  13:52:47
24656         Log: Subject: [PATCH] testcase for change #27832
24657              From: "Jan Dubois" <jand@ActiveState.com>
24658              Date: Sun, 16 Apr 2006 00:57:00 -0700
24659              Message-ID: <022a01c6612b$575cb7e0$2217a8c0@candy>
24660      Branch: perl
24661            ! lib/Pod/Html.pm lib/Pod/t/htmllink.pod
24662 ____________________________________________________________________________
24663 [ 27846] By: stevep                                on 2006/04/16  13:44:47
24664         Log: Stray pod/perlapi.pod change found after a regen.
24665      Branch: perl
24666            ! pod/perlapi.pod
24667 ____________________________________________________________________________
24668 [ 27845] By: stevep                                on 2006/04/16  13:43:01
24669         Log: Subject: [PATCH] dump.c patch redux
24670              From: andy@petdance.com (Andy Lester)
24671              Date: Sun, 16 Apr 2006 00:29:36 -0500
24672              Message-ID: <20060416052936.GA19143@petdance.com>
24673      Branch: perl
24674            ! dump.c embed.fnc embed.h proto.h
24675 ____________________________________________________________________________
24676 [ 27843] By: nicholas                              on 2006/04/16  13:25:18
24677         Log: Perl_do_vop can profitably use Perl_sv_usepvn_flags, as it has
24678              allocated space for an initialised a trailing NUL.
24679      Branch: perl
24680            ! doop.c
24681 ____________________________________________________________________________
24682 [ 27842] By: nicholas                              on 2006/04/16  12:06:57
24683         Log: In Perl_sv_usepvn_flags, assert() that the caller has RTFM.
24684      Branch: perl
24685            ! sv.c
24686 ____________________________________________________________________________
24687 [ 27841] By: nicholas                              on 2006/04/16  11:35:38
24688         Log: Provide a new flag for sv_usepvn_flags, SV_HAS_TRAILING_NUL, which
24689              signals that the buffer passed in is already well-formed for use as
24690              SvPVX (i.e. it is followed by a trailing NUL), and hence the realloc()
24691              to add a NUL can be skipped.
24692      Branch: perl
24693            ! pp.c sv.c sv.h
24694 ____________________________________________________________________________
24695 [ 27840] By: nicholas                              on 2006/04/16  11:03:28
24696         Log: Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" the
24697              other two to mathoms.c
24698      Branch: perl
24699            ! embed.fnc embed.h global.sym mathoms.c proto.h sv.c sv.h
24700 ____________________________________________________________________________
24701 [ 27839] By: nicholas                              on 2006/04/16  10:37:46
24702         Log: In Perl_sv_usepvn(), force a move under DEBUGGING to shake out caller
24703              bugs.
24704      Branch: perl
24705            ! sv.c
24706 ____________________________________________________________________________
24707 [ 27838] By: nicholas                              on 2006/04/16  10:37:04
24708         Log: Fix htmllink.t to cater for the case where perladmin isn't an empty
24709              string.
24710      Branch: perl
24711            ! lib/Pod/t/htmllink.t
24712 ____________________________________________________________________________
24713 [ 27837] By: nicholas                              on 2006/04/16  09:36:18
24714         Log: Coverity notes that we might be dereferencing fgv before a check that
24715              it's not NULL. In fact, the code ordering meant that one "if (fgv)"
24716              would always be true. So fix this.
24717      Branch: perl
24718            ! pp_sys.c
24719 ____________________________________________________________________________
24720 [ 27836] By: stevep                                on 2006/04/16  05:24:04
24721         Log: Subject: [PATCH] update to pp_complement() via Coverity
24722              From: andy@petdance.com (Andy Lester)
24723              Date: Sun, 16 Apr 2006 00:14:23 -0500
24724              Message-ID: <20060416051423.GA17063@petdance.com>
24725      Branch: perl
24726            ! pp.c
24727 ____________________________________________________________________________
24728 [ 27835] By: stevep                                on 2006/04/16  05:17:57
24729         Log: Subject: [PATCH] clean up hv_assert()
24730              From: andy@petdance.com (Andy Lester)
24731              Date: Sat, 15 Apr 2006 23:18:27 -0500
24732              Message-ID: <20060416041827.GA3031@petdance.com>
24733      Branch: perl
24734            ! hv.c
24735 ____________________________________________________________________________
24736 [ 27834] By: stevep                                on 2006/04/16  05:12:56
24737         Log: Subject: [PATCH] Removed unused var in a macro
24738              From: andy@petdance.com (Andy Lester)
24739              Date: Sat, 15 Apr 2006 23:32:53 -0500
24740              Message-ID: <20060416043253.GA3438@petdance.com>
24741      Branch: perl
24742            ! thread.h
24743 ____________________________________________________________________________
24744 [ 27833] By: stevep                                on 2006/04/16  04:59:19
24745         Log: Subject: [PATCH] Change anchor generation in Pod::Html for "=item item 2"
24746              From: "Jan Dubois" <jand@ActiveState.com>
24747              Date: Fri, 14 Apr 2006 13:13:20 -0700
24748              Message-ID: <017a01c65fff$dfd0f370$2217a8c0@candy>
24749      Branch: perl
24750            ! lib/Pod/Html.pm lib/Pod/t/htmllink.t
24751 ____________________________________________________________________________
24752 [ 27832] By: stevep                                on 2006/04/16  04:50:15
24753         Log: Subject: [PATCH] Pod::Html::depod() doesn't work correctly for multi-line strings
24754              From: "Jan Dubois" <jand@ActiveState.com>
24755              Date: Mon, 10 Apr 2006 15:32:23 -0700
24756              Message-ID: <017b01c65cee$a2f5fe00$6062a8c0@candy>
24757      Branch: perl
24758            ! lib/Pod/Html.pm
24759 ____________________________________________________________________________
24760 [ 27831] By: stevep                                on 2006/04/16  04:41:34
24761         Log: Subject: [PATCH] Missing part of change 25186
24762              From: "Jan Dubois" <jand@ActiveState.com>
24763              Date: Thu, 13 Apr 2006 18:26:29 -0700
24764              Message-ID: <009401c65f62$74fded70$2217a8c0@candy>
24765      Branch: perl
24766            ! lib/Pod/t/htmllink.t
24767 ____________________________________________________________________________
24768 [ 27830] By: stevep                                on 2006/04/16  04:37:46
24769         Log: Subject: [PATCH] Missing part of change 25676
24770              From: "Jan Dubois" <jand@ActiveState.com>
24771              Date: Thu, 13 Apr 2006 18:19:26 -0700
24772              Message-ID: <009001c65f61$78866d60$2217a8c0@candy>
24773      Branch: perl
24774            ! lib/Pod/t/htmllink.t
24775 ____________________________________________________________________________
24776 [ 27829] By: nicholas                              on 2006/04/15  23:51:10
24777         Log: Subject: [PATCH] Handle null io in leavewrite (not possible?) (Coverity)
24778              From: bah@longitude.com
24779              Message-ID: <1661.38.96.138.153.1145124821.squirrel@mail.longitude.com>
24780              Date: Sat, 15 Apr 2006 14:13:41 -0400 (EDT)
24781      Branch: perl
24782            ! pp_sys.c
24783 ____________________________________________________________________________
24784 [ 27828] By: nicholas                              on 2006/04/15  23:41:23
24785         Log: Subject: [PATCH] Potential (?) memory leak in Storable.xs (Coverity)
24786              From: bah@longitude.com
24787              Message-ID: <1561.38.96.138.153.1145123650.squirrel@mail.longitude.com>
24788              Date: Sat, 15 Apr 2006 13:54:10 -0400 (EDT)
24789      Branch: perl
24790            ! ext/Storable/Storable.xs
24791 ____________________________________________________________________________
24792 [ 27827] By: nicholas                              on 2006/04/15  22:44:30
24793         Log: Teach Perl_do_sv_dump how to cope with IOs that have bogus things in
24794              GV slots. (Which source filters are prone to do to them).
24795      Branch: perl
24796            ! dump.c
24797 ____________________________________________________________________________
24798 [ 27826] By: nicholas                              on 2006/04/15  21:50:12
24799         Log: Coverity was getting upset about an assignment from a function
24800              returning int to a U8 variable. Curiously it was only getting upset
24801              about the first of many.
24802              However, we are doing NO ERROR CHECKING on whether we read in the
24803              requested number of bytes of bytecode. All except BGET_op_tr_array
24804              will now croak on a short read.
24805      Branch: perl
24806            ! ext/ByteLoader/bytecode.h
24807 ____________________________________________________________________________
24808 [ 27825] By: nicholas                              on 2006/04/15  21:43:13
24809         Log: Coverity reports that Storable can potentially cause a NULL pointer
24810              dereference while iterating a hash. This should never happen unless
24811              the hash lies about how many keys it has, so croak if a fib is spotted.
24812      Branch: perl
24813            ! ext/Storable/Storable.xs
24814 ____________________________________________________________________________
24815 [ 27824] By: nicholas                              on 2006/04/15  21:11:44
24816         Log: Coverity notes that resource are leaked in the unfinished and never
24817              called function _utf8_to_bytes.
24818      Branch: perl
24819            ! ext/Encode/Encode.xs
24820 ____________________________________________________________________________
24821 [ 27823] By: nicholas                              on 2006/04/15  20:55:20
24822         Log: Coverity correctly reports that gv might (just) be NULL. So don't
24823              derefernece it if it is.
24824      Branch: perl
24825            ! ext/IO/IO.pm ext/IO/IO.xs
24826 ____________________________________________________________________________
24827 [ 27822] By: nicholas                              on 2006/04/15  20:54:44
24828         Log: Update the assertion to a croak "Out of range special SV number"
24829              to give ByteLoader more meaningful failure diagnostics.
24830      Branch: perl
24831            ! ext/ByteLoader/bytecode.h
24832 ____________________________________________________________________________
24833 [ 27821] By: nicholas                              on 2006/04/15  20:19:22
24834         Log: I believe that it makes little sense for the simple user filters
24835              provided by coderefs to be run in block mode. Hence always read from
24836              the upstream filter in line mode, and always call the user's filter
24837              with 1 line.
24838      Branch: perl
24839            ! pp_ctl.c
24840 ____________________________________________________________________________
24841 [ 27820] By: nicholas                              on 2006/04/15  20:01:58
24842         Log: Fix a bug - the introduction of the caching code means that we should
24843              initialise the SV upstream after it.
24844              assert that filter_sub is always non-null now.
24845      Branch: perl
24846            ! pp_ctl.c
24847 ____________________________________________________________________________
24848 [ 27819] By: nicholas                              on 2006/04/15  19:37:32
24849         Log: Augment the user filter caching code so that if the user filter returns
24850              multiple lines, only one line at a time is returned.
24851              Rename the variable len to status, as it is the status value.
24852      Branch: perl
24853            ! pp_ctl.c t/op/incfilter.t
24854 ____________________________________________________________________________
24855 [ 27818] By: nicholas                              on 2006/04/15  19:17:51
24856         Log: Deep in the bowels of creating new and exciting bugs, I managed to
24857              segfault the uninitialised value reporting code. This protects against
24858              the segfault.
24859      Branch: perl
24860            ! sv.c
24861 ____________________________________________________________________________
24862 [ 27817] By: nicholas                              on 2006/04/15  18:08:04
24863         Log: $foo .= $bar doesn't warn if $foo is undefined, so simplify code.
24864      Branch: perl
24865            ! t/op/incfilter.t
24866 ____________________________________________________________________________
24867 [ 27816] By: nicholas                              on 2006/04/15  18:05:12
24868         Log: If the downstream caller wants block mode, and we're in line mode,
24869              then don't return more bytes than they asked for. Hold bytes over
24870              until next time if necessary.
24871      Branch: perl
24872            ! pp_ctl.c t/op/incfilter.t
24873 ____________________________________________________________________________
24874 [ 27815] By: nicholas                              on 2006/04/15  17:00:54
24875         Log: Eliminate the filter_child_proc hack from pp_require.
24876      Branch: perl
24877            ! pp_ctl.c
24878 ____________________________________________________________________________
24879 [ 27814] By: nicholas                              on 2006/04/15  16:43:22
24880         Log: If you return void from a filter subroutine, the caller's status is
24881              used. If not, your last statement is the return value, and if it keeps
24882              being +ve you'll never hit EOF.
24883              The probably should be a sanity check for this in toke.c, but I'm not
24884              sure how.
24885      Branch: perl
24886            ! t/op/incfilter.t
24887 ____________________________________________________________________________
24888 [ 27813] By: nicholas                              on 2006/04/15  16:42:23
24889         Log: Tests for having multiple pipes open simultaneously.
24890              (See comment added in change 3771 about this apparently being buggy)
24891      Branch: perl
24892            ! t/op/inccode.t
24893 ____________________________________________________________________________
24894 [ 27812] By: nicholas                              on 2006/04/15  13:45:13
24895         Log: Add more tests for the builtin source filter implementation, and fix
24896              two bugs - it would loop infinitely if data were already in the read
24897              buffer, and it would process those data twice.
24898      Branch: perl
24899            ! pp_ctl.c t/op/incfilter.t
24900 ____________________________________________________________________________
24901 [ 27811] By: nicholas                              on 2006/04/15  11:59:26
24902         Log: Add a test for source filters returned from code references in @INC.
24903      Branch: perl
24904            + t/op/incfilter.t
24905            ! MANIFEST
24906 ____________________________________________________________________________
24907 [ 27810] By: nicholas                              on 2006/04/15  11:22:29
24908         Log: Bump the expect file count in readdir.t. We keep writing more tests.
24909      Branch: perl
24910            ! t/op/readdir.t
24911 ____________________________________________________________________________
24912 [ 27809] By: nicholas                              on 2006/04/15  10:51:48
24913         Log: Subject: [PATCH] perlio.c: layer data might be allocated and unused (Coverity)
24914              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
24915              Message-Id: <20060415082417.24F0A6D08C@ugli.hut.fi>
24916              Date: Sat, 15 Apr 2006 11:24:17 +0300 (EEST)
24917              
24918              (with a correction)
24919      Branch: perl
24920            ! perlio.c
24921 ____________________________________________________________________________
24922 [ 27808] By: craigb                                on 2006/04/15  06:05:44
24923         Log: Fix bug in prime_env_iter where the terms of a comparison were reversed
24924              so we thought we didn't have a logical name table when we did.  Reported as:
24925              Subject: LWP::Simple crashes on VMSperl
24926              From: "juna" <ggl.20.jj...@spamgourmet.com>
24927              Date: 24 Mar 2006 13:52:41 -0800
24928              Newsgroups: comp.os.vms,comp.lang.perl.misc
24929              Message-ID: <1143237161.931669.48370@t31g2000cwb.googlegroups.com>
24930      Branch: perl
24931            ! vms/vms.c
24932 ____________________________________________________________________________
24933 [ 27807] By: craigb                                on 2006/04/15  00:45:26
24934         Log: Honor READALL privilege in cando_by_name (from Scott
24935              Lepage of HP OpenVMS Engineering)
24936      Branch: perl
24937            ! vms/vms.c
24938 ____________________________________________________________________________
24939 [ 27806] By: craigb                                on 2006/04/15  00:42:41
24940         Log: Don't die after SS$_NOPRIV in Perl_vmssetenv, courtesy
24941              of Scott Lepage at HP.
24942      Branch: perl
24943            ! vms/vms.c
24944 ____________________________________________________________________________
24945 [ 27805] By: nicholas                              on 2006/04/14  20:44:27
24946         Log: Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used to
24947              save the warnings on PL_compiling, so constraining its use to what we
24948              can test seems to make sense. Particularly as testing Perl_ss_dup is
24949              tricky.
24950      Branch: perl
24951            ! op.c pp_ctl.c scope.c scope.h sv.c
24952 ____________________________________________________________________________
24953 [ 27804] By: nicholas                              on 2006/04/14  19:44:34
24954         Log: In the description of require, clarify the file handle return and why
24955              C<INC> must be qualified.
24956      Branch: perl
24957            ! pod/perlfunc.pod
24958 ____________________________________________________________________________
24959 [ 27803] By: nicholas                              on 2006/04/14  16:43:03
24960         Log: S_glob_2inpuv() did not check if lenp was NULL. Oops.
24961      Branch: perl
24962            ! sv.c
24963 ____________________________________________________________________________
24964 [ 27802] By: nicholas                              on 2006/04/14  16:18:30
24965         Log: Replace explict "/dev/null" with BIT_BUCKET, which varies by platform.
24966      Branch: perl
24967            ! pp_ctl.c
24968 ____________________________________________________________________________
24969 [ 27801] By: rgs                                   on 2006/04/14  16:11:19
24970         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)
24971              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
24972              Date: Thu, 13 Apr 2006 19:20:46 +0300 (EEST)
24973              Message-Id: <20060413162046.5F9636D08C@ugli.hut.fi>
24974      Branch: perl
24975            ! doop.c pod/perlapi.pod sv.c t/op/bop.t
24976 ____________________________________________________________________________
24977 [ 27800] By: nicholas                              on 2006/04/14  14:45:04
24978         Log: Mark new_warnings_bitfield as XE, and add it to __DATA__ in makedef.pl
24979              Remove a reference to the deleted function Perl_refcounted_he_dup.
24980      Branch: perl
24981            ! embed.fnc embed.h global.sym makedef.pl
24982 ____________________________________________________________________________
24983 [ 27799] By: stevep                                on 2006/04/14  12:16:01
24984         Log: Subject: [PATCH] IO::Compress::*
24985              From: Paul Marquess <paul.marquess@ntlworld.com>
24986              Date: Fri, 14 Apr 2006 09:05:39 +0100
24987              Message-ID: <004f01c65f9a$3871eb30$2405140a@myopwv.com>
24988      Branch: perl
24989            ! ext/Compress/IO/Base/Changes
24990            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
24991            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
24992            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
24993            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
24994            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/README
24995            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
24996            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
24997            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
24998            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
24999            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
25000            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
25001            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
25002            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
25003            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
25004            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
25005            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
25006            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
25007            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
25008            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
25009            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
25010            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
25011            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
25012            ! ext/Compress/Raw/Zlib/README
25013            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
25014            ! ext/Compress/Zlib/README
25015            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
25016            ! t/lib/compress/generic.pl
25017 ____________________________________________________________________________
25018 [ 27798] By: nicholas                              on 2006/04/14  11:50:56
25019         Log: Subject: [PATCH] perlio.c: (Coverity) eliminate temp ptr that confuses Coverity into thinking there is a resource leak
25020              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
25021              Message-Id: <20060414085644.94A076D08C@ugli.hut.fi>
25022              Date: Fri, 14 Apr 2006 11:56:44 +0300 (EEST)
25023      Branch: perl
25024            ! perlio.c
25025 ____________________________________________________________________________
25026 [ 27797] By: stevep                                on 2006/04/14  11:26:59
25027         Log: Reverting change #27791 which may cause corruption addition corruption
25028              within a regular expression.
25029      Branch: perl
25030            ! regexec.c
25031 ____________________________________________________________________________
25032 [ 27796] By: rgs                                   on 2006/04/14  08:42:27
25033         Log: Fix implementation of threads->_handle on unixes.
25034              See :
25035              Subject: RE: [PATCH] 2nd patch to sync blead 'threads' with CPAN [REPOST]
25036              From: "Jerry D. Hedden" <jerry@hedden.us>
25037              Date: Tue, 04 Apr 2006 09:25:20 -0700
25038              Message-ID: <20060404092520.fb30e530d17747c2b054d625b8945d88.4a8a6b16c9.wbe@email.email.secureserver.net>
25039      Branch: perl
25040            ! ext/threads/threads.xs
25041 ____________________________________________________________________________
25042 [ 27795] By: nicholas                              on 2006/04/13  21:59:52
25043         Log: (Hopefully) fix coredumps in ByteLoader, which were a side effect of
25044              fixing a bug in B, and non-robust autogenerated code. When
25045              autogenerating initialiser statements for an array, it's a bad plan to
25046              have the size of that array hard coded.
25047      Branch: perl
25048            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
25049 ____________________________________________________________________________
25050 [ 27794] By: davem                                 on 2006/04/13  18:31:54
25051         Log: eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_ganch PL_reg_sv
25052              (only another 434 to go ...)
25053      Branch: perl
25054            ! embed.fnc proto.h regexec.c regexp.h sv.c
25055 ____________________________________________________________________________
25056 [ 27793] By: davem                                 on 2006/04/13  17:16:41
25057         Log: disable 'split /(?{ split "" })/' test until recursive split is fixed
25058      Branch: perl
25059            ! t/op/pat.t
25060 ____________________________________________________________________________
25061 [ 27792] By: nicholas                              on 2006/04/13  16:14:23
25062         Log: Remove SAVEt_FREESHAREDPV, as nothing is using it, and it isn't catered
25063              for in Perl_ss_dup, hence nothing is testing it and nothing will alert
25064              us if it breaks.
25065      Branch: perl
25066            ! scope.c scope.h
25067 ____________________________________________________________________________
25068 [ 27791] By: stevep                                on 2006/04/13  15:08:04
25069         Log: Add another NULL check thanks to Coverity.
25070      Branch: perl
25071            ! regexec.c
25072 ____________________________________________________________________________
25073 [ 27790] By: nicholas                              on 2006/04/13  14:14:57
25074         Log: For duping SAVEHINTS it rather helps if you pay attention to what is
25075              actually being pushed onto the save stack.
25076      Branch: perl
25077            ! sv.c
25078 ____________________________________________________________________________
25079 [ 27789] By: nicholas                              on 2006/04/13  13:53:55
25080         Log: Subject: [PATCH] regexec.c: (Coverity) add NULL check
25081              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
25082              Message-Id: <200604131252.k3DCqFUL497781@kosh.hut.fi>
25083              Date: Thu, 13 Apr 2006 15:52:15 +0300 (EEST)
25084      Branch: perl
25085            ! regexec.c
25086 ____________________________________________________________________________
25087 [ 27788] By: nicholas                              on 2006/04/13  13:28:50
25088         Log: Subject: [PATCH] regexec.c: (Coverity) move NULL check even earlier
25089              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
25090              Message-Id: <200604131239.k3DCdXhe124107@kosh.hut.fi>
25091              Date: Thu, 13 Apr 2006 15:39:33 +0300 (EEST)
25092      Branch: perl
25093            ! regexec.c
25094 ____________________________________________________________________________
25095 [ 27787] By: nicholas                              on 2006/04/13  13:02:30
25096         Log: Add a break; to the end of the SAVEt_COP_WARNINGS case, and don't try
25097              to dereference cop_hints if it's NULL.
25098      Branch: perl
25099            ! sv.c
25100 ____________________________________________________________________________
25101 [ 27786] By: nicholas                              on 2006/04/13  12:40:24
25102         Log: Fix B and ByteLoader to cope with cop_warnings no longer being an SV.
25103      Branch: perl
25104            ! bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
25105            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
25106 ____________________________________________________________________________
25107 [ 27785] By: nicholas                              on 2006/04/13  10:46:32
25108         Log: Add SAVEt_COP_WARNINGS to ss_dup.
25109      Branch: perl
25110            ! sv.c
25111 ____________________________________________________________________________
25112 [ 27784] By: nicholas                              on 2006/04/13  10:09:20
25113         Log: Subject: Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield()
25114              From: Steve Hay <steve.hay@uk.radan.com>
25115              Message-ID: <443E1998.9090909@uk.radan.com>
25116              Date: Thu, 13 Apr 2006 10:27:52 +0100
25117      Branch: perl
25118            ! embed.fnc mg.c perl.c pp_ctl.c proto.h util.c
25119 ____________________________________________________________________________
25120 [ 27783] By: davem                                 on 2006/04/13  02:20:33
25121         Log: eliminate PL_reg_re
25122              (only another 439 to go ...)
25123      Branch: perl
25124            ! embed.fnc embed.h pod/perlintern.pod proto.h regcomp.c
25125            ! regexec.c regexp.h sv.c
25126 ____________________________________________________________________________
25127 [ 27782] By: davem                                 on 2006/04/12  23:51:57
25128         Log: Subject: [perl #38906] Regex engine does not release MINMOD
25129              From: "Animator via RT" <perlbug-followup@perl.org>
25130              Message-ID: <rt-3.0.11-38906-132222.3.24032491323436@perl.org>
25131              Date: Wed, 12 Apr 2006 15:27:41 -0700
25132              
25133              zero-length minimum matches that failed could leak into a following
25134              maximal match
25135      Branch: perl
25136            ! regexec.c t/op/re_tests
25137 ____________________________________________________________________________
25138 [ 27781] By: nicholas                              on 2006/04/12  23:17:18
25139         Log: D'oh! Don't try to do #ifdefs inside "functions" that are actually
25140              macros.
25141      Branch: perl
25142            ! hv.c
25143 ____________________________________________________________________________
25144 [ 27780] By: nicholas                              on 2006/04/12  22:49:58
25145         Log: Add tests for all the other types that %^H serialisation is supposed
25146              to support. In the process, found and corrected a bug.
25147              Tests are good, m'kay.
25148      Branch: perl
25149            ! hv.c t/op/caller.t
25150 ____________________________________________________________________________
25151 [ 27779] By: nicholas                              on 2006/04/12  22:45:12
25152         Log: Change cop_warnings from an SV holding the warnings bitmask to a
25153              directly (shared) malloc()ed buffer holding the warnings bitmask.
25154              This avoids bugs/crashes when the interpreter that created an optree
25155              is freed but the optree remains in use by other interpreters.
25156      Branch: perl
25157            ! cop.h embed.fnc embed.h mg.c op.c perl.c pp_ctl.c proto.h
25158            ! scope.c scope.h sv.c util.c warnings.h warnings.pl
25159 ____________________________________________________________________________
25160 [ 27778] By: davem                                 on 2006/04/12  22:43:03
25161         Log: Remove the final recursion path from S_regmatch:  (??{...})
25162              Also put PUSH/POP_STATE infastructure in place
25163              Also eliminate PL_reg_call_cc
25164              (only another 440 global vars to go ...)
25165      Branch: perl
25166            ! regexec.c regexp.h sv.c
25167 ____________________________________________________________________________
25168 [ 27777] By: nicholas                              on 2006/04/12  16:18:30
25169         Log: Test that we can do embedded 0 bytes in hints.
25170      Branch: perl
25171            ! t/op/caller.t
25172 ____________________________________________________________________________
25173 [ 27776] By: nicholas                              on 2006/04/12  16:01:08
25174         Log: Store cop_hints as a shared structure without using any SVs (on
25175              ithreads).
25176      Branch: perl
25177            ! hv.c hv.h
25178 ____________________________________________________________________________
25179 [ 27775] By: nicholas                              on 2006/04/12  14:14:50
25180         Log: Remove Perl_refcounted_he_copy and Perl_refcounted_he_dup.
25181      Branch: perl
25182            ! embed.fnc embed.h hv.c proto.h
25183 ____________________________________________________________________________
25184 [ 27774] By: nicholas                              on 2006/04/12  12:31:29
25185         Log: Newxz() can use calloc() rather than malloc(), as the implementation
25186              of calloc() may know that it has fresh pages from the OS, and so
25187              doesn't need to zero them itself. Plus our object code should be
25188              slightly smaller.
25189      Branch: perl
25190            ! handy.h
25191 ____________________________________________________________________________
25192 [ 27773] By: nicholas                              on 2006/04/12  12:01:38
25193         Log: As OPs are shared between threads, they should be using
25194              PerlMemShared_*alloc functions, rather than per-thread *alloc()s.
25195      Branch: perl
25196            ! op.c op.h
25197 ____________________________________________________________________________
25198 [ 27772] By: nicholas                              on 2006/04/11  22:17:25
25199         Log: Subject: [PATCH] regexec.c: move NULL check earlier to make Coverity happier
25200              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
25201              Message-Id: <200604112004.k3BK4mV3097400@kosh.hut.fi>
25202              Date: Tue, 11 Apr 2006 23:04:48 +0300 (EEST)
25203      Branch: perl
25204            ! regexec.c
25205 ____________________________________________________________________________
25206 [ 27771] By: nicholas                              on 2006/04/11  21:53:33
25207         Log: Subject: [PATCH] regcomp.c (try II): use &PL_sv_undef for listsv as suggested by Nick
25208              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
25209              Message-Id: <200604112053.k3BKrPgk310001@kosh.hut.fi>
25210              Date: Tue, 11 Apr 2006 23:53:25 +0300 (EEST)
25211      Branch: perl
25212            ! regcomp.c
25213 ____________________________________________________________________________
25214 [ 27770] By: nicholas                              on 2006/04/11  21:03:48
25215         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
25216              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
25217              Message-Id: <200604112039.k3BKdWix334525@kosh.hut.fi>
25218              Date: Tue, 11 Apr 2006 23:39:32 +0300 (EEST)
25219      Branch: perl
25220            ! perlio.c
25221 ____________________________________________________________________________
25222 [ 27769] By: nicholas                              on 2006/04/11  19:47:15
25223         Log: Subject: [PATCH] locale.c: more Safefree() (Coverity finding)
25224              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
25225              Message-Id: <200604111908.k3BJ8ewn030950@kosh.hut.fi>
25226              Date: Tue, 11 Apr 2006 22:08:40 +0300 (EEST)
25227      Branch: perl
25228            ! locale.c
25229 ____________________________________________________________________________
25230 [ 27768] By: nicholas                              on 2006/04/11  19:26:48
25231         Log: First stab at using the pad to store the serialised hints data.
25232              This approach is almost certainly not only wrong, but also doomed.
25233              But it's needed to build a correct solution.
25234      Branch: perl
25235            ! hv.c hv.h op.c pp_ctl.c scope.h sv.c
25236 ____________________________________________________________________________
25237 [ 27767] By: nicholas                              on 2006/04/11  18:06:30
25238         Log: Within Perl_newSVhek, inline most of newSVpvn_share(), because
25239              share_hek_hek() is far more efficient than sharepvn().
25240      Branch: perl
25241            ! sv.c
25242 ____________________________________________________________________________
25243 [ 27766] By: nicholas                              on 2006/04/11  16:17:13
25244         Log: Stop Perl_newSVpvn_share() potentially leaking the return result from
25245              bytes_from_utf8().
25246      Branch: perl
25247            ! sv.c
25248 ____________________________________________________________________________
25249 [ 27764] By: nicholas                              on 2006/04/11  13:47:05
25250         Log: Need to migrate the refcounted_he structure to be properly shared.
25251              Add a mutex for manipulated their reference counts.
25252              Unwrap the structure, so that for ithreads it can store SVs in pads.
25253      Branch: perl
25254            ! dosish.h embedvar.h hv.c hv.h perl.c perlapi.h perlvars.h
25255            ! symbian/symbianish.h unixish.h vms/vmsish.h win32/win32.c
25256            ! wince/wince.c
25257 ____________________________________________________________________________
25258 [ 27763] By: rgs                                   on 2006/04/11  07:54:23
25259         Log: Subject: [PATCH] Quiet a coverity problem
25260              From: andy@petdance.com (Andy Lester)
25261              Date: Mon, 10 Apr 2006 23:51:50 -0500
25262              Message-ID: <20060411045150.GA1422@petdance.com>
25263      Branch: perl
25264            ! pp.c
25265 ____________________________________________________________________________
25266 [ 27762] By: nicholas                              on 2006/04/10  19:55:49
25267         Log: All S_dumpuntil()'s regnode pointer arguments can be const.
25268      Branch: perl
25269            ! embed.fnc proto.h regcomp.c
25270 ____________________________________________________________________________
25271 [ 27761] By: nicholas                              on 2006/04/10  17:48:04
25272         Log: Perl_unsharepvn() was no longer being used in core, and changes to
25273              S_unshare_hek_or_pvn() had broken it. Now fixed and tested.
25274      Branch: perl
25275            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
25276 ____________________________________________________________________________
25277 [ 27760] By: merijn                                on 2006/04/10  16:35:30
25278         Log: config_H being the last part of my mkglossary work
25279      Branch: perl
25280            ! Porting/config_H
25281 ____________________________________________________________________________
25282 [ 27758] By: merijn                                on 2006/04/10  16:14:32
25283         Log: Regeneration of Glossary and the underlying tools.
25284      Branch: perl
25285            ! Porting/Glossary Porting/config.sh
25286 ____________________________________________________________________________
25287 [ 27757] By: rgs                                   on 2006/04/10  15:46:27
25288         Log: Subject: [PATCH] Fix coverity warning in utf8.c
25289              From: Andy Dougherty <doughera@lafayette.edu>
25290              Date: Mon, 10 Apr 2006 11:18:35 -0400 (EDT)
25291              Message-ID: <Pine.SOC.4.62.0604101117450.22851@maxwell.phys.lafayette.edu>
25292      Branch: perl
25293            ! utf8.c
25294 ____________________________________________________________________________
25295 [ 27756] By: nicholas                              on 2006/04/10  12:21:34
25296         Log: Subject: [PATCH] pp_sys.c: some Coverity findings: NULL guards for format cv
25297              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
25298              Message-Id: <20060408155541.46B796D08C@ugli.hut.fi>
25299              Date: Sat,  8 Apr 2006 18:55:41 +0300 (EEST)
25300      Branch: perl
25301            ! pp_sys.c t/op/write.t
25302 ____________________________________________________________________________
25303 [ 27755] By: nicholas                              on 2006/04/10  11:56:21
25304         Log: Subject: [PATCH] pp_sys.c: some Coverity findings: NULL guards for io pointers
25305              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
25306              Message-Id: <20060408155232.4C9726D08C@ugli.hut.fi>
25307              Date: Sat,  8 Apr 2006 18:52:32 +0300 (EEST)
25308      Branch: perl
25309            ! pp_sys.c
25310 ____________________________________________________________________________
25311 [ 27754] By: nicholas                              on 2006/04/10  11:12:26
25312         Log: Subject: [PATCH]es: quiet some warnings (with a free AIX cpp insanity avoidance tip)
25313              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
25314              Message-ID: <44375F23.6030900@gmail.com>
25315              Date: Sat, 08 Apr 2006 09:58:43 +0300
25316      Branch: perl
25317            ! op.c pad.h pp_sys.c
25318 ____________________________________________________________________________
25319 [ 27753] By: davem                                 on 2006/04/10  09:10:37
25320         Log: Subject:  [PATCH] True consting goodness in regexes
25321              From:  andy@petdance.com (Andy Lester)
25322              Date:  Mon, 10 Apr 2006 02:15:58 -0500
25323              Message-Id:  <20060410071558.GA24756@petdance.com>
25324      Branch: perl
25325            ! embed.fnc proto.h regcomp.c regexec.c
25326 ____________________________________________________________________________
25327 [ 27752] By: nicholas                              on 2006/04/09  21:07:48
25328         Log: Fix pointer error in change 27741, spotted by John E. Malmberg.
25329      Branch: perl
25330            ! sv.c
25331 ____________________________________________________________________________
25332 [ 27751] By: stevep                                on 2006/04/09  19:28:35
25333         Log: Subject: Re: [PATCH] perlio.c: Coverity finding: finding false (Coverity notable to follow vtable logic) but adding an assert
25334              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
25335              Date: Sun, 09 Apr 2006 10:18:52 +0300
25336              Message-ID: <4438B55C.9010604@gmail.com>
25337      Branch: perl
25338            ! perlio.c
25339 ____________________________________________________________________________
25340 [ 27750] By: stevep                                on 2006/04/09  18:55:07
25341         Log: Subject: Re: [PATCH] locale.c: Coverity finding
25342              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
25343              Date: Sun, 09 Apr 2006 10:31:32 +0300
25344              Message-ID: <4438B854.6040301@gmail.com>
25345      Branch: perl
25346            ! locale.c
25347 ____________________________________________________________________________
25348 [ 27749] By: stevep                                on 2006/04/09  18:44:17
25349         Log: Subject: [PATCH] Rename variables in some mg_* funcs
25350              From: andy@petdance.com (Andy Lester)
25351              Date: Sun, 9 Apr 2006 00:20:12 -0500
25352              Message-ID: <20060409052012.GA15887@petdance.com>
25353      Branch: perl
25354            ! mg.c
25355 ____________________________________________________________________________
25356 [ 27746] By: davem                                 on 2006/04/08  23:58:51
25357         Log: fix potential null deref introduced by change #27716
25358      Branch: perl
25359            ! regexec.c
25360 ____________________________________________________________________________
25361 [ 27745] By: nicholas                              on 2006/04/08  22:37:29
25362         Log: Subject: [PATCH] perlio.c: Coverity finding: finding false (Coverity not able to follow vtable logic) but adding an assert
25363              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
25364              Message-Id: <20060408161136.CEAC86D08C@ugli.hut.fi>
25365              Date: Sat,  8 Apr 2006 19:11:36 +0300 (EEST)
25366      Branch: perl
25367            ! perlio.c
25368 ____________________________________________________________________________
25369 [ 27744] By: nicholas                              on 2006/04/08  22:23:26
25370         Log: Subject: [PATCH] sv.c, rs.t, perlvar.pod (Coverity finding: did you know what happens with $/=\0?)
25371              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
25372              Message-Id: <20060408152533.C4D5F6D08C@ugli.hut.fi>
25373              Date: Sat,  8 Apr 2006 18:25:33 +0300 (EEST)
25374              
25375              (although I should add that this version of Coverity is actually
25376              raising a false positive here, albeit something still interesting)
25377      Branch: perl
25378            ! pod/perlvar.pod sv.c t/base/rs.t
25379 ____________________________________________________________________________
25380 [ 27741] By: nicholas                              on 2006/04/08  15:14:13
25381         Log: As av_dup, gv_dup and hv_dup are the same as sv_dup, code in various
25382              branches of Perl_ss_dup() is actually duplicated, so can be merged.
25383      Branch: perl
25384            ! sv.c
25385 ____________________________________________________________________________
25386 [ 27740] By: nicholas                              on 2006/04/08  14:46:53
25387         Log: By swapping the order of pushes onto the save stack for
25388              SAVEt_GENERIC_PVREF, we can merge it with SAVEt_PPTR in Perl_ss_dup().
25389      Branch: perl
25390            ! scope.c sv.c
25391 ____________________________________________________________________________
25392 [ 27739] By: nicholas                              on 2006/04/08  13:43:46
25393         Log: Teach ss_dup about SAVEt_RE_STATE. (As correctly as it ever was before)
25394      Branch: perl
25395            ! sv.c
25396 ____________________________________________________________________________
25397 [ 27738] By: nicholas                              on 2006/04/08  12:50:13
25398         Log: ss_dup of SAVEt_COP_ARYBASE can use the same code as SAVEt_I8.
25399      Branch: perl
25400            ! sv.c
25401 ____________________________________________________________________________
25402 [ 27737] By: nicholas                              on 2006/04/07  21:24:35
25403         Log: Give more information in the panic in ss_dup. (Although I'm not sure
25404              if croak() works at this point, given PerlIO's dependency on a
25405              functional interpreter.)
25406      Branch: perl
25407            ! sv.c
25408 ____________________________________________________________________________
25409 [ 27736] By: gisle                                 on 2006/04/07  16:08:26
25410         Log: Make perl_fini() run when compiling perl with
25411              the Sun WorkShop compiler.
25412      Branch: perl
25413            ! perl.c
25414 ____________________________________________________________________________
25415 [ 27735] By: steveh                                on 2006/04/07  14:55:41
25416         Log: Patch from Jarkko to fix breakage caused by change #27649
25417              see: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00144.html
25418      Branch: perl
25419            ! malloc.c perl.h
25420 ____________________________________________________________________________
25421 [ 27734] By: nicholas                              on 2006/04/07  12:49:11
25422         Log: Oops. Being too terse for my own good - it's not a great idea to chain
25423              assignment of char * to struct pmop *, even when the value is NULL.
25424      Branch: perl
25425            ! perl.c
25426 ____________________________________________________________________________
25427 [ 27733] By: craigb                                on 2006/04/07  02:53:52
25428         Log: Subject: [patch@27694] VMS RMSEXPAND/PERL_CANDO fixes
25429              From: "John E. Malmberg" <wb8tyw@qsl.net>
25430              Date: Mon, 03 Apr 2006 07:39:10 -0400
25431              Message-id: <4431095E.8030003@qsl.net>
25432      Branch: perl
25433            ! vms/vms.c vms/vmsish.h
25434 ____________________________________________________________________________
25435 [ 27732] By: nicholas                              on 2006/04/06  15:52:37
25436         Log: Move all the regexp state variables into a single structure.
25437              This allows it to be saved, restored and cloned with a single Copy()
25438              (but inevitably still some fixup)
25439      Branch: perl
25440            ! embedvar.h perl.c perlapi.h regcomp.c regexp.h scope.c sv.c
25441            ! thrdvar.h
25442 ____________________________________________________________________________
25443 [ 27731] By: steveh                                on 2006/04/06  14:55:40
25444         Log: Subject: Re: Smoke [5.9.4] 27728 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
25445              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
25446              Date: Thu, 6 Apr 2006 14:32:50 +0200
25447              Message-ID: <20060406143250.5a7de4b8@grubert.mandriva.com>
25448      Branch: perl
25449            ! mg.c
25450 ____________________________________________________________________________
25451 [ 27729] By: steveh                                on 2006/04/06  12:16:53
25452         Log: Fix skip count in ext\B\t\lint.t
25453      Branch: perl
25454            ! ext/B/t/lint.t
25455 ____________________________________________________________________________
25456 [ 27728] By: nicholas                              on 2006/04/05  21:40:11
25457         Log: Save the regexp engine state as 1 block on the save stack.
25458      Branch: perl
25459            ! regcomp.c regexp.h scope.c scope.h
25460 ____________________________________________________________________________
25461 [ 27727] By: rgs                                   on 2006/04/05  20:59:53
25462         Log: Subject: Re: expr foreach (...) isn't a B::Lint warning anymore
25463              From: "Joshua ben Jore" <twists@gmail.com>
25464              Date: Wed, 5 Apr 2006 01:11:11 -0500
25465              Message-ID: <dc5c751d0604042311v354547aanf482b3259e56ebb8@mail.gmail.com>
25466      Branch: perl
25467            ! ext/B/B/Lint.pm ext/B/t/lint.t
25468 ____________________________________________________________________________
25469 [ 27726] By: nicholas                              on 2006/04/05  20:19:34
25470         Log: Perl_save_alloc can use the new(er) SSGROW rather than looping.
25471      Branch: perl
25472            ! scope.c
25473 ____________________________________________________________________________
25474 [ 27725] By: rgs                                   on 2006/04/05  19:45:42
25475         Log: Assigning undef to an entry in %ENV shouldn't produce warnings, even
25476              though it's silently converted to ""
25477      Branch: perl
25478            ! mg.c t/lib/warnings/mg
25479 ____________________________________________________________________________
25480 [ 27724] By: stevep                                on 2006/04/05  16:15:41
25481         Log: Try not to use negative values when accessing arrays in C.  Yet another
25482              Coverity catch.
25483      Branch: perl
25484            ! util.c
25485 ____________________________________________________________________________
25486 [ 27723] By: stevep                                on 2006/04/05  15:31:18
25487         Log: Initializing variables is good.  This is another Coverity catch.
25488      Branch: perl
25489            ! gv.c
25490 ____________________________________________________________________________
25491 [ 27722] By: rgs                                   on 2006/04/05  14:44:11
25492         Log: Subject: perlio.c breaks on Solaris/gcc when > 256 FDs are available
25493              From: Alan Burlison <Alan.Burlison@sun.com>
25494              Date: Wed, 05 Apr 2006 15:52:14 +0100
25495              Message-ID: <4433D99E.40800@sun.com>
25496      Branch: perl
25497            ! perlio.c
25498 ____________________________________________________________________________
25499 [ 27721] By: rgs                                   on 2006/04/05  12:56:10
25500         Log: There should be only one META.yml file
25501      Branch: perl
25502            - ext/Devel/PPPort/META.yml ext/Encode/META.yml
25503            ! MANIFEST
25504 ____________________________________________________________________________
25505 [ 27720] By: rgs                                   on 2006/04/05  12:19:11
25506         Log: Fix test portability on non-ASCII platforms
25507              
25508              Subject: Re: lib/ExtUtils/t/Constant.t problem on z/OS
25509              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25510              Date: Wed, 05 Apr 2006 21:13:02 +0900
25511              Message-Id: <20060405210426.F99D.BQW10602@nifty.com>
25512      Branch: perl
25513            ! lib/ExtUtils/t/Constant.t
25514 ____________________________________________________________________________
25515 [ 27719] By: stevep                                on 2006/04/05  11:49:23
25516         Log: Document the functions htmlify() and anchorify() in Pod::Html.
25517      Branch: perl
25518            ! lib/Pod/Html.pm
25519 ____________________________________________________________________________
25520 [ 27718] By: steveh                                on 2006/04/05  10:35:58
25521         Log: Simplify tests for fork() capabilities
25522              
25523              Jarkko pointed out that change #27710 was causing some
25524              black smoke so makes the tests for fork() simpler, as
25525              per lib\Test\Simple\t\fork.t for now. (Ideally we want
25526              a $Config{d_pseudofork}, as suggested by Andy Dougherty,
25527              but that'll have to wait until I get some more tuits.)
25528      Branch: perl
25529            ! ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_sock.t
25530 ____________________________________________________________________________
25531 [ 27717] By: davem                                 on 2006/04/05  03:17:50
25532         Log: (??{...}) didn't always restore PL_reg_re.
25533              Also trie debugging output was using a var that was no longer
25534              valid
25535      Branch: perl
25536            ! regexec.c
25537 ____________________________________________________________________________
25538 [ 27716] By: davem                                 on 2006/04/05  01:50:33
25539         Log: eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdata
25540              (only another 441 global vars to go ...)
25541      Branch: perl
25542            ! embed.fnc embed.h embedvar.h perlapi.h proto.h regcomp.c
25543            ! regexec.c sv.c thrdvar.h
25544 ____________________________________________________________________________
25545 [ 27715] By: davem                                 on 2006/04/05  01:26:59
25546         Log: restructure the EVAL branch of regmatch() to minimise local var scope
25547              (no changes to functionality)
25548      Branch: perl
25549            ! regexec.c
25550 ____________________________________________________________________________
25551 [ 27714] By: rgs                                   on 2006/04/04  15:15:19
25552         Log: Subject: Re: Making IO::Socket pass test on Win32
25553              From: Jim Cromie <jim.cromie@gmail.com>
25554              Date: Tue, 04 Apr 2006 11:07:03 -0400
25555              Message-ID: <44328B97.2060903@gmail.com>
25556      Branch: perl
25557            ! ext/B/t/concise-xs.t
25558 ____________________________________________________________________________
25559 [ 27713] By: rgs                                   on 2006/04/04  12:42:44
25560         Log: FEATURE_IS_ENABLED takes only one parameter now, so reflect that in
25561              perl_keyword.pl
25562      Branch: perl
25563            ! perl_keyword.pl
25564 ____________________________________________________________________________
25565 [ 27712] By: rgs                                   on 2006/04/04  11:42:05
25566         Log: Subject: [PATCH] threads.pm should overload != operator
25567              From: "Jan Dubois" <jand@ActiveState.com>
25568              Date: Mon, 3 Apr 2006 18:06:24 -0700
25569              Message-ID: <02fc01c65783$fe4820f0$2217a8c0@candy>
25570      Branch: perl
25571            ! ext/threads/t/basic.t ext/threads/threads.pm
25572 ____________________________________________________________________________
25573 [ 27711] By: rgs                                   on 2006/04/04  11:14:27
25574         Log: Fix syntax error in io_pipe test
25575      Branch: perl
25576            ! ext/IO/t/io_pipe.t
25577 ____________________________________________________________________________
25578 [ 27710] By: steveh                                on 2006/04/04  10:34:10
25579         Log: Subject: Re: Making IO::Socket pass test on Win32
25580              From: demerphq <demerphq@gmail.com>
25581              Date: Sun, 2 Apr 2006 11:07:19 +0200
25582              Message-ID: <9b18b3110604020107o6a0b594cwfc2344a172c360b0@mail.gmail.com>
25583              
25584              plus extra $Config{d_fork} changes to io_pipe.t and io_multihomed.t
25585      Branch: perl
25586            ! ext/IO/lib/IO/Socket.pm ext/IO/t/io_multihomed.t
25587            ! ext/IO/t/io_pipe.t ext/IO/t/io_sock.t ext/IO/t/io_unix.t
25588 ____________________________________________________________________________
25589 [ 27709] By: rgs                                   on 2006/04/04  08:54:05
25590         Log: Subject: [PATCH] Move conditional SOCKS5 code into #ifdefs
25591              From: andy@petdance.com (Andy Lester)
25592              Date: Mon, 3 Apr 2006 08:28:18 -0500
25593              Message-ID: <20060403132818.GA7820@petdance.com>
25594      Branch: perl
25595            ! perlio.c
25596 ____________________________________________________________________________
25597 [ 27708] By: gisle                                 on 2006/04/04  08:36:02
25598         Log: Change 27592 disabled the building of manpages for non core-extensions
25599              The init_MAN3PODS method need to be called when no INSTALLMAN3DIR is
25600              present in the first place.
25601      Branch: perl
25602            ! lib/ExtUtils/MM_Unix.pm
25603 ____________________________________________________________________________
25604 [ 27707] By: rgs                                   on 2006/04/04  07:39:59
25605         Log: Subject: [PATCH] "smart match" description in overload.pm is in the middle of "fallback" section
25606              From: "Jan Dubois" <jand@ActiveState.com>
25607              Date: Mon, 3 Apr 2006 18:11:55 -0700
25608              Message-ID: <02fd01c65784$c3f3c430$2217a8c0@candy>
25609      Branch: perl
25610            ! lib/overload.pm
25611 ____________________________________________________________________________
25612 [ 27706] By: craigb                                on 2006/04/04  03:12:34
25613         Log: sort out some utime() issues on VMS
25614      Branch: perl
25615            ! vms/perlvms.pod vms/vms.c
25616 ____________________________________________________________________________
25617 [ 27705] By: rgs                                   on 2006/04/03  16:21:57
25618         Log: Subject: [PATCH] 2nd patch to sync blead 'threads' with CPAN [REPOST]
25619              From: "Jerry D. Hedden" <jerry@hedden.us>
25620              Date: Mon, 03 Apr 2006 06:10:35 -0700
25621              Message-ID: <20060403061035.fb30e530d17747c2b054d625b8945d88.7482c755b8.wbe@email.email.secureserver.net>
25622      Branch: perl
25623            ! ext/threads/Changes ext/threads/README ext/threads/t/basic.t
25624            ! ext/threads/t/join.t ext/threads/t/list.t
25625            ! ext/threads/t/problems.t ext/threads/t/thread.t
25626            ! ext/threads/threads.pm ext/threads/threads.xs
25627 ____________________________________________________________________________
25628 [ 27704] By: nicholas                              on 2006/04/03  11:32:44
25629         Log: Two modules in ext/ have dependencies that are post-miniperl.
25630              Encode this information in the Makefile for now.
25631      Branch: perl
25632            ! Makefile.SH
25633 ____________________________________________________________________________
25634 [ 27703] By: merijn                                on 2006/04/03  10:02:37
25635         Log: Regeneration after backports of #27447, #27484, #27485, #27488,
25636              #27489, #27490, #27491, and #27632
25637      Branch: perl
25638            ! Configure config_h.SH
25639 ____________________________________________________________________________
25640 [ 27702] By: davem                                 on 2006/04/03  09:56:29
25641         Log: undo #27700 and add a missing Safefree()
25642      Branch: perl
25643            ! regexec.c
25644 ____________________________________________________________________________
25645 [ 27701] By: rgs                                   on 2006/04/03  09:50:45
25646         Log: Subject: [PATCH] SvREFCNT_inc tweaks
25647              From: andy@petdance.com (Andy Lester)
25648              Date: Sat, 1 Apr 2006 02:01:30 -0600
25649              Message-ID: <20060401080130.GA19372@petdance.com>
25650      Branch: perl
25651            ! op.c pad.c perlio.c
25652 ____________________________________________________________________________
25653 [ 27700] By: rgs                                   on 2006/04/03  09:07:20
25654         Log: Subject: [PATCH] Removed unused code in regexec.c
25655              From: andy@petdance.com (Andy Lester)
25656              Date: Mon, 3 Apr 2006 00:00:50 -0500
25657              Message-ID: <20060403050050.GA19055@petdance.com>
25658      Branch: perl
25659            ! regexec.c
25660 ____________________________________________________________________________
25661 [ 27699] By: rgs                                   on 2006/04/03  08:57:57
25662         Log: Subject: [PATCH] ext/IO/t/io_unix.t
25663              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
25664              Date: Sun, 02 Apr 2006 21:57:19 +0300
25665              Message-ID: <44301E8F.2060503@gmail.com>
25666      Branch: perl
25667            ! ext/IO/t/io_unix.t
25668 ____________________________________________________________________________
25669 [ 27698] By: rgs                                   on 2006/04/03  08:50:28
25670         Log: Subject: revisited: pow.t test failures on AIX 5.1 perl588 with -Duselongdouble
25671              From: "John L. Allen" <allen@grumman.com>
25672              Date: Thu, 30 Mar 2006 17:53:13 -0500 (EST)
25673              Message-ID: <Pine.GSO.4.53.0603301710140.24672@gateway.northropgrumman.com>
25674      Branch: perl
25675            ! pp.c
25676 ____________________________________________________________________________
25677 [ 27697] By: rgs                                   on 2006/04/03  08:30:27
25678         Log: Document that the regexp engine is not currently reentrant
25679              
25680              Subject: Re: [perl #33936] segment fault when using split() in regexp with (??{...})
25681              From: Dominic Dunlop <domo@computer.org>
25682              Date: Sun, 2 Apr 2006 21:13:59 +0200
25683              Message-Id: <AD104FE7-2BD6-49B6-A845-46458179A4B1@computer.org>
25684      Branch: perl
25685            ! pod/perlre.pod
25686 ____________________________________________________________________________
25687 [ 27696] By: rgs                                   on 2006/04/03  08:22:15
25688         Log: Take splint into account for PERL_UNUSED_ARG (patch by Jarkko)
25689      Branch: perl
25690            ! XSUB.h perl.h
25691 ____________________________________________________________________________
25692 [ 27694] By: davem                                 on 2006/04/03  01:31:12
25693         Log: anonymous unions aren't legal ANSI c
25694      Branch: perl
25695            ! regexec.c regexp.h
25696 ____________________________________________________________________________
25697 [ 27693] By: nicholas                              on 2006/04/03  00:25:45
25698         Log: The make_ext script should pass MAKE=$MAKE to submakes it invokes for
25699              extentions, as they in turn may invoke $MAKE, and should invoke the
25700              same $MAKE as at the top level, which may not be $Config{make}
25701      Branch: perl
25702            ! ext/util/make_ext
25703 ____________________________________________________________________________
25704 [ 27692] By: davem                                 on 2006/04/02  23:50:25
25705         Log: whoops, change 27691 blew away the regexec.c changes from 27688
25706      Branch: perl
25707            ! regexec.c
25708 ____________________________________________________________________________
25709 [ 27691] By: davem                                 on 2006/04/02  22:37:57
25710         Log: subsume CURCUR (current curly) struct within the main regmatch_state
25711      Branch: perl
25712            ! regexec.c regexp.h
25713 ____________________________________________________________________________
25714 [ 27690] By: rgs                                   on 2006/04/02  21:41:28
25715         Log: Subject: [PATCH] Removed unnecessary pointers checks
25716              From: andy@petdance.com (Andy Lester)
25717              Date: Sat, 1 Apr 2006 01:01:32 -0600
25718              Message-ID: <20060401070132.GA6616@petdance.com>
25719      Branch: perl
25720            ! gv.c
25721 ____________________________________________________________________________
25722 [ 27689] By: rgs                                   on 2006/04/02  21:13:16
25723         Log: Subject: [PATCH] Prevent "use sort 'stable'" from reversing the order
25724              From: Robin Houston <robin@cpan.org>
25725              Date: Sun, 2 Apr 2006 17:20:24 +0100
25726              Message-ID: <20060402162024.GA3854@rpc142.cs.man.ac.uk>
25727      Branch: perl
25728            ! lib/sort.t pp_sort.c
25729 ____________________________________________________________________________
25730 [ 27688] By: rgs                                   on 2006/04/02  20:58:59
25731         Log: Subject: Re: [perl #38293] chr(65535) should be allowed in regexes
25732              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25733              Date: Sun, 02 Apr 2006 22:48:44 +0900
25734              Message-Id: <20060402224657.B942.BQW10602@nifty.com>
25735      Branch: perl
25736            ! doop.c op.c regcomp.c regexec.c t/op/pat.t t/op/tr.t utf8.h
25737 ____________________________________________________________________________
25738 [ 27687] By: nicholas                              on 2006/04/02  20:27:24
25739         Log: Change 27677 missed two direct accesses to op_private in COPs.
25740              I believe that all are now found, as redefining CopHINTS_get(c)
25741              to (~(c)->op_private) (with corresponding changes to CopHINTS_set()
25742              and the initialisation of PL_compiling) works.
25743      Branch: perl
25744            ! perl.h pp_ctl.c utf8.h
25745 ____________________________________________________________________________
25746 [ 27686] By: merijn                                on 2006/04/02  19:10:55
25747         Log: First stab at a more reliable Glossary. This now is (again)
25748              mostly generated. (Well, It's a repair to the existing version
25749              "based on" a generated version, which is now well sorted, but
25750              still incomplete for less obvious reasons).
25751      Branch: perl
25752            ! Porting/Glossary
25753 ____________________________________________________________________________
25754 [ 27685] By: davem                                 on 2006/04/02  18:32:32
25755         Log: make parts of struct regmatch_state unions
25756              This reduces its size from 120 to 72 bytes
25757      Branch: perl
25758            ! regexec.c regexp.h
25759 ____________________________________________________________________________
25760 [ 27681] By: nicholas                              on 2006/04/02  17:05:34
25761         Log: Better failure diagnostics from switch.t.
25762      Branch: perl
25763            ! t/op/switch.t
25764 ____________________________________________________________________________
25765 [ 27680] By: nicholas                              on 2006/04/02  16:51:53
25766         Log: Subject: Re: recent changes have some unmatching of parameters and types
25767              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25768              Message-Id: <20060402122547.0037.BQW10602@nifty.com>
25769              Date: Sun, 02 Apr 2006 12:32:53 +0900
25770      Branch: perl
25771            ! embed.fnc pod/perlintern.pod proto.h
25772 ____________________________________________________________________________
25773 [ 27679] By: davem                                 on 2006/04/02  16:32:10
25774         Log: use slabs to allocate save state space in regmatch() 
25775      Branch: perl
25776            ! embedvar.h perl.c perl.h perlapi.h regcomp.h regexec.c
25777            ! regexp.h sv.c thrdvar.h
25778 ____________________________________________________________________________
25779 [ 27677] By: nicholas                              on 2006/04/02  11:17:58
25780         Log: Abstract all reads/writes of the hints in COPs with 2 new macros,
25781              CopHINTS_get() and CopHINTS_set().
25782      Branch: perl
25783            ! cop.h op.c pp_ctl.c utf8.c
25784 ____________________________________________________________________________
25785 [ 27676] By: nicholas                              on 2006/04/02  10:55:36
25786         Log: 'SvIOK(sv) ? SvIVX(sv) : sv_2iv(sv)' is 'SvIV(sv)' so write it as such.
25787      Branch: perl
25788            ! mg.c
25789 ____________________________________________________________________________
25790 [ 27674] By: nicholas                              on 2006/04/02  10:41:30
25791         Log: Convert ByteLoader to use CopARYBASE_set().
25792      Branch: perl
25793            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
25794 ____________________________________________________________________________
25795 [ 27671] By: nicholas                              on 2006/04/02  10:08:04
25796         Log: Abstract all the accesses to cop_arybase (apart from ByteLoader)
25797      Branch: perl
25798            ! cop.h ext/B/B.xs mg.c op.c pp.c pp_ctl.c pp_hot.c scope.c
25799            ! scope.h toke.c
25800 ____________________________________________________________________________
25801 [ 27669] By: craigb                                on 2006/04/02  01:09:38
25802         Log: fix typo in vms/gen_shrfls.pl itanium detector
25803      Branch: perl
25804            ! vms/gen_shrfls.pl
25805 ____________________________________________________________________________
25806 [ 27668] By: nicholas                              on 2006/04/01  23:34:10
25807         Log: If the passed in target rv for Perl_newSVrv() was already a reference
25808              to something, it would leak the reference count on that thing.
25809      Branch: perl
25810            ! sv.c
25811 ____________________________________________________________________________
25812 [ 27667] By: nicholas                              on 2006/04/01  23:09:34
25813         Log: Test no mypragma;
25814      Branch: perl
25815            ! t/lib/mypragma.t
25816 ____________________________________________________________________________
25817 [ 27666] By: nicholas                              on 2006/04/01  21:17:46
25818         Log: Automatically set HINT_LOCALIZE_HH whenever %^H is modified.
25819      Branch: perl
25820            ! embed.fnc embed.h hv.c lib/feature.pm lib/sort.pm mg.c op.c
25821            ! proto.h scope.c scope.h t/lib/mypragma.pm
25822 ____________________________________________________________________________
25823 [ 27665] By: nicholas                              on 2006/04/01  19:38:31
25824         Log: The call to Perl_hv_assert(aTHX_ hv) should be wrapped in a DEBUG_A().
25825      Branch: perl
25826            ! hv.c
25827 ____________________________________________________________________________
25828 [ 27664] By: nicholas                              on 2006/04/01  15:26:48
25829         Log: Test that user pragmas work inside string eval.
25830      Branch: perl
25831            ! t/lib/mypragma.t
25832 ____________________________________________________________________________
25833 [ 27663] By: nicholas                              on 2006/04/01  15:22:54
25834         Log: Add Rafael's example user pragma, and convert his demo to a test.
25835      Branch: perl
25836            + t/lib/mypragma.pm t/lib/mypragma.t
25837            ! MANIFEST
25838 ____________________________________________________________________________
25839 [ 27662] By: nicholas                              on 2006/04/01  15:21:56
25840         Log: If the comment says "(and not ours)" then it should be tested.
25841      Branch: perl
25842            ! t/op/getppid.t
25843 ____________________________________________________________________________
25844 [ 27660] By: nicholas                              on 2006/04/01  15:11:11
25845         Log: Rewrite t/op/getppid.t to remove the assumption that init has PID of 1.
25846      Branch: perl
25847            ! t/op/getppid.t
25848 ____________________________________________________________________________
25849 [ 27659] By: nicholas                              on 2006/04/01  14:31:37
25850         Log: Propagate cop_hints inside string evals. For the unthreaded case this
25851              is easy. For the threaded case it's not, because the current OP may
25852              be shared with another thread, so solve this by copying the hints
25853              chain.
25854      Branch: perl
25855            ! embed.fnc embed.h hv.c pod/perlintern.pod pp_ctl.c proto.h
25856            ! t/op/caller.t
25857 ____________________________________________________________________________
25858 [ 27657] By: nicholas                              on 2006/04/01  12:32:23
25859         Log: Inconsistencies in paramter const-ness noticed by SADAHIRO Tomoyuki.
25860      Branch: perl
25861            ! embed.fnc proto.h sv.c
25862 ____________________________________________________________________________
25863 [ 27656] By: rgs                                   on 2006/03/31  21:53:22
25864         Log: Subject: [PATCH] Re: recursion now removed from the regex engine
25865              From: Dominic Dunlop <shouldbedomo@mac.com>
25866              Date: Thu, 30 Mar 2006 10:31:55 +0200
25867              Message-Id: <C4D69F9F-FB90-4564-8C46-E51765EB0440@mac.com>
25868      Branch: perl
25869            ! t/op/pat.t
25870 ____________________________________________________________________________
25871 [ 27653] By: rgs                                   on 2006/03/31  20:02:40
25872         Log: Updated version of the grumpy comment deleted by change #27649,
25873              by Jarkko
25874      Branch: perl
25875            ! perl.h
25876 ____________________________________________________________________________
25877 [ 27652] By: merijn                                on 2006/03/31  19:36:44
25878         Log: Glossary part for #27447 (madlyh, madlyobj, madlysrc)
25879      Branch: perl
25880            ! Porting/Glossary
25881 ____________________________________________________________________________
25882 [ 27650] By: nicholas                              on 2006/03/31  19:30:09
25883         Log: Need to dup any hints HV stored on the save stack.
25884      Branch: perl
25885            ! sv.c
25886 ____________________________________________________________________________
25887 [ 27649] By: rgs                                   on 2006/03/31  16:59:53
25888         Log: Subject: [PATCH] Redo PERL_UNUSED_DECL
25889              From: andy@petdance.com (Andy Lester)
25890              Date: Fri, 31 Mar 2006 00:54:58 -0600
25891              Message-ID: <20060331065458.GA28571@petdance.com>
25892      Branch: perl
25893            ! malloc.c perl.h
25894 ____________________________________________________________________________
25895 [ 27648] By: craigb                                on 2006/03/31  16:31:28
25896         Log: Subject: [patch@27638] Enable standard stat for VMS >=8.2
25897              From: "John E. Malmberg" <wb8tyw@qsl.net>
25898              Date: Fri, 31 Mar 2006 00:39:23 -0500
25899              Message-id: <442CC08A.30409@qsl.net>
25900      Branch: perl
25901            ! configure.com vms/vms.c vms/vmsish.h
25902 ____________________________________________________________________________
25903 [ 27647] By: nicholas                              on 2006/03/31  16:22:13
25904         Log: Note future possible flexibility for Perl_magic_sethint().
25905      Branch: perl
25906            ! mg.c
25907 ____________________________________________________________________________
25908 [ 27646] By: nicholas                              on 2006/03/31  16:19:38
25909         Log: Test that entries in %^H are actually independant.
25910      Branch: perl
25911            ! t/op/caller.t
25912 ____________________________________________________________________________
25913 [ 27645] By: nicholas                              on 2006/03/31  14:10:39
25914         Log: I can't spell.
25915      Branch: perl
25916            ! op.c
25917 ____________________________________________________________________________
25918 [ 27644] By: rgs                                   on 2006/03/31  14:08:12
25919         Log: Document new magic types in perlguts. Fix a comment about sort hints.
25920      Branch: perl
25921            ! perl.h pod/perlguts.pod
25922 ____________________________________________________________________________
25923 [ 27643] By: nicholas                              on 2006/03/31  13:45:57
25924         Log: Serialise changes to %^H onto the current COP. Return the compile time
25925              state of %^H as an eleventh value from caller. This allows users to
25926              write pragmas.
25927      Branch: perl
25928            ! cop.h dump.c embed.fnc embed.h gv.c hv.c hv.h makedef.pl mg.c
25929            ! op.c perl.c perl.h pod/perlfunc.pod pod/perlintern.pod
25930            ! pp_ctl.c proto.h scope.c scope.h sv.c t/op/caller.t
25931 ____________________________________________________________________________
25932 [ 27642] By: rgs                                   on 2006/03/31  13:22:00
25933         Log: Upgrade to Time::Local 1.12_01
25934      Branch: perl
25935            ! lib/Time/Local.pm lib/Time/Local.t
25936 ____________________________________________________________________________
25937 [ 27641] By: rgs                                   on 2006/03/31  12:30:31
25938         Log: Subject: [PATCH] Random accumulated patches
25939              From: andy@petdance.com (Andy Lester)
25940              Date: Thu, 30 Mar 2006 23:42:28 -0600
25941              Message-ID: <20060331054228.GA18940@petdance.com>
25942      Branch: perl
25943            ! cop.h doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c op.c perl.c
25944            ! perl.h pp.c pp_ctl.c pp_hot.c pp_sort.c proto.h regcomp.c sv.c
25945            ! sv.h toke.c utf8.c
25946 ____________________________________________________________________________
25947 [ 27640] By: rgs                                   on 2006/03/31  12:10:57
25948         Log: Subject: [PATCH] IO::Compress::Zip
25949              From: "Paul Marquess" <paul.marquess@ntlworld.com>
25950              Date: Fri, 31 Mar 2006 09:48:36 +0100
25951              Message-ID: <005201c6549f$e7374490$2405140a@myopwv.com>
25952      Branch: perl
25953            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
25954 ____________________________________________________________________________
25955 [ 27639] By: rgs                                   on 2006/03/31  08:00:08
25956         Log: Test for fileno definedness instead of truth
25957              Don't load Config.pm, which isn't used
25958      Branch: perl
25959            ! lib/FileCache.pm
25960 ____________________________________________________________________________
25961 [ 27638] By: nicholas                              on 2006/03/30  20:55:17
25962         Log: Localising hash slices with UTF-8 encoded keys was also buggy.
25963              (See also change 27637)
25964      Branch: perl
25965            ! pp.c t/op/local.t
25966 ____________________________________________________________________________
25967 [ 27637] By: nicholas                              on 2006/03/30  20:37:03
25968         Log: Fix bug #38815 (localising keys which are UTF-8 encoded didn't delete
25969              them correctly on scope exit)
25970      Branch: perl
25971            ! pp_hot.c scope.c t/op/local.t
25972 ____________________________________________________________________________
25973 [ 27636] By: nicholas                              on 2006/03/30  18:18:27
25974         Log: Fix bug 36267 - assigning to a tied hash shouldn't change the
25975              underlying hash. (It used to, if the underlying hash had had storage
25976              allocated). This has the side effect of changing the return value from
25977              hv_store and hv_store_ent for some tied hash scenarios. But *to*
25978              something consistent (ly crazy)
25979      Branch: perl
25980            ! ext/XS/APItest/t/hash.t hv.c t/op/tie.t
25981 ____________________________________________________________________________
25982 [ 27635] By: stevep                                on 2006/03/30  12:49:28
25983         Log: Pod nit mentioned in Debian bug #358455.
25984      Branch: perl
25985            ! pod/perlsec.pod
25986 ____________________________________________________________________________
25987 [ 27634] By: gisle                                 on 2006/03/30  12:31:26
25988         Log: Populate pre-canned config.sh files with
25989              d_archlib and d_inc_version_list.
25990              Ref change 27632.
25991      Branch: perl
25992            ! configure.com symbian/config.sh win32/config.bc
25993            ! win32/config.gc win32/config.vc win32/config.vc64
25994            ! wince/config.ce
25995 ____________________________________________________________________________
25996 [ 27633] By: rgs                                   on 2006/03/30  12:15:35
25997         Log: Subject: PATCH t/op/tie.t
25998              From: Robin Barker <Robin.Barker@npl.co.uk>
25999              Date: Thu, 30 Mar 2006 13:07:47 +0100
26000              Message-ID: <533D273D4014D411AB1D00062938C4D90849C9CA@hotel.npl.ad.local>
26001      Branch: perl
26002            ! t/op/tie.t
26003 ____________________________________________________________________________
26004 [ 27632] By: gisle                                 on 2006/03/30  12:13:54
26005         Log: Introduce d_sitearch and d_inc_version_list config.sh variables.
26006              These allow me to set sitearch and sitelib to be the same without
26007              ending up with duplicate entries in @INC.
26008              
26009              Basically the same way the old d_archlib variable is used.
26010      Branch: perl
26011            ! Configure Porting/Glossary config_h.SH perl.c
26012 ____________________________________________________________________________
26013 [ 27631] By: rgs                                   on 2006/03/30  08:28:38
26014         Log: Subject: Re: New Module::Build released
26015              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
26016              Date: Wed, 29 Mar 2006 14:10:32 -0500
26017              Message-ID: <442ADBA8.4000203@thepierianspring.org>
26018      Branch: perl
26019            + lib/Module/Build/YAML.pm lib/Module/Build/t/mbyaml.t
26020            ! MANIFEST lib/ExtUtils/CBuilder.pm
26021            ! lib/ExtUtils/CBuilder/Changes
26022            ! lib/ExtUtils/CBuilder/Platform/VMS.pm lib/Module/Build.pm
26023            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
26024            ! lib/Module/Build/Changes lib/Module/Build/Platform/MacOS.pm
26025            ! lib/Module/Build/Platform/VMS.pm
26026            ! lib/Module/Build/Platform/Windows.pm
26027            ! lib/Module/Build/Platform/os2.pm
26028            ! lib/Module/Build/t/bundled/Tie/CPHash.pm
26029            ! lib/Module/Build/t/lib/DistGen.pm
26030            ! lib/Module/Build/t/metadata.t
26031 ____________________________________________________________________________
26032 [ 27630] By: rgs                                   on 2006/03/30  08:17:12
26033         Log: Subject: [PATCH] Clean up regexec.c, and remove two functions
26034              From: andy@petdance.com (Andy Lester)
26035              Date: Wed, 29 Mar 2006 10:13:36 -0600
26036              Message-ID: <20060329161336.GA12456@petdance.com>
26037      Branch: perl
26038            ! embed.fnc embed.h proto.h regexec.c
26039 ____________________________________________________________________________
26040 [ 27629] By: rgs                                   on 2006/03/29  12:30:56
26041         Log: Subject: child's processor time
26042              From: hv@crypt.org <hv@crypt.org>
26043              Date: Mar 29, 2006 2:34 PM
26044              Message-Id: <200603291234.k2TCY6r29535@zen.crypt.org>
26045      Branch: perl
26046            ! pod/perlfunc.pod
26047 ____________________________________________________________________________
26048 [ 27628] By: rgs                                   on 2006/03/29  09:26:01
26049         Log: Subject: CLONE for Tie::RefHash
26050              From: Yuval Kogman <nothingmuch@woobling.org>
26051              Date: Mon, 27 Mar 2006 15:34:07 +0200
26052              Message-ID: <20060327133407.GA16901@woobling.org>
26053              
26054              (also rename old Tie::RefHash test, so several test files
26055              are allowed.)
26056      Branch: perl
26057            + lib/Tie/RefHash/threaded.t
26058           +> lib/Tie/RefHash/refhash.t
26059            - lib/Tie/RefHash.t
26060            ! MANIFEST lib/Tie/RefHash.pm
26061 ____________________________________________________________________________
26062 [ 27627] By: rgs                                   on 2006/03/29  09:01:21
26063         Log: Subject: [PATCH] Devel::DProf consting
26064              From: andy@petdance.com (Andy Lester)
26065              Date: Sat, 25 Mar 2006 23:32:13 -0600
26066              Message-ID: <20060326053213.GA10401@petdance.com>
26067      Branch: perl
26068            ! ext/Devel/DProf/DProf.xs
26069 ____________________________________________________________________________
26070 [ 27626] By: rgs                                   on 2006/03/29  08:55:21
26071         Log: Subject: re-[PATCH] Re: [PATCH] Poison now in two different flavours!
26072              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
26073              Date: Sun, 26 Mar 2006 14:53:56 +0300
26074              Message-ID: <442680D4.3000809@gmail.com>
26075      Branch: perl
26076            ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod
26077            ! pp_ctl.c scope.c sv.c util.c
26078 ____________________________________________________________________________
26079 [ 27625] By: rgs                                   on 2006/03/29  08:42:28
26080         Log: Subject: [doc-patch] clarify -Accflags in INSTALL
26081              From: Jim Cromie <jim.cromie@gmail.com>
26082              Date: Sun, 26 Mar 2006 20:33:23 -0500
26083              Message-ID: <442740E3.8030006@gmail.com>
26084      Branch: perl
26085            ! INSTALL
26086 ____________________________________________________________________________
26087 [ 27622] By: nicholas                              on 2006/03/28  15:43:59
26088         Log: Only compile Perl_hv_assert with DEBUGGING.
26089      Branch: perl
26090            ! hv.c makedef.pl
26091 ____________________________________________________________________________
26092 [ 27621] By: nicholas                              on 2006/03/28  15:17:06
26093         Log: Having tested IPv6 support in all builtins for TCP and UDP, it all
26094              seem to work perfectly. So remove from perltodo.pod.
26095      Branch: perl
26096            ! pod/perltodo.pod
26097 ____________________________________________________________________________
26098 [ 27620] By: gisle                                 on 2006/03/28  11:18:52
26099         Log: Improved description of the tmon.out format.
26100              The / lines where undocumented.
26101      Branch: perl
26102            ! ext/Devel/DProf/DProf.pm
26103 ____________________________________________________________________________
26104 [ 27619] By: steveh                                on 2006/03/28  10:38:52
26105         Log: Subject: [PATCH lib/Term/ReadLine] Re: [cpan #17773] Bug in Term::ReadKey being trigger by a bug in Term::ReadLine
26106              From: Jonathan Stowe <jns@gellyfish.com>
26107              Date: Mon, 13 Mar 2006 16:09:44 +0000
26108              Message-Id: <1142266184.5811.141.camel@orpheus.gellyfish.com>
26109      Branch: perl
26110            ! lib/Term/ReadLine.pm
26111 ____________________________________________________________________________
26112 [ 27618] By: craigb                                on 2006/03/28  04:01:21
26113         Log: Subject: [patch@27613] VMS long file path support active.
26114              From: "John E. Malmberg" <wb8tyw@qsl.net>
26115              Date: Mon, 27 Mar 2006 08:05:33 -0500
26116              Message-id: <4427E31D.2030801@qsl.net>
26117
26118      Branch: perl
26119            ! vms/vms.c vms/vmsish.h
26120 ____________________________________________________________________________
26121 [ 27617] By: nicholas                              on 2006/03/27  21:04:58
26122         Log: Merge the cut & paste code from Perl_call_sv/Perl_fold_constants with
26123              the near identical code in pp_entertry into Perl_create_eval_scope.
26124              Move the cut & paste code from Perl_call_sv/Perl_fold_constants into
26125              Perl_delete_eval_scope.
26126      Branch: perl
26127            ! cop.h embed.fnc embed.h ext/B/t/concise-xs.t op.c perl.c
26128            ! pp_ctl.c proto.h
26129 ____________________________________________________________________________
26130 [ 27616] By: nicholas                              on 2006/03/27  20:31:52
26131         Log: It helps to actually add the files you add to MANIFEST. (Thanks Dave
26132              for spotting my mistake).
26133      Branch: perl
26134            + t/comp/fold.t
26135 ____________________________________________________________________________
26136 [ 27615] By: nicholas                              on 2006/03/27  19:25:02
26137         Log: If constant folding fails, don't fold constants, rather than reporting
26138              the error at compile time. This allows illegal constant expressions in
26139              dead code to be ignored.
26140      Branch: perl
26141            ! MANIFEST op.c pod/perldiag.pod pod/perltodo.pod
26142 ____________________________________________________________________________
26143 [ 27613] By: craigb                                on 2006/03/27  00:04:10
26144         Log: EU::MM::MM_VMS::one_liner must quote "--" argument
26145      Branch: perl
26146            ! lib/ExtUtils/MM_VMS.pm
26147 ____________________________________________________________________________
26148 [ 27612] By: nicholas                              on 2006/03/26  22:12:57
26149         Log: Replace all sv_mortalcopy(&PL_sv_no); sv_set*(...) with
26150              sv2mortal(newSV*(...)) to avoid needless upgrades to PVNV and needless
26151              allocation of a copy of "".
26152      Branch: perl
26153            ! pp_sys.c
26154 ____________________________________________________________________________
26155 [ 27611] By: craigb                                on 2006/03/26  21:58:49
26156         Log: Subject: [patch@27609] vms pool corruption fix for _NLA0:
26157              From: "John E. Malmberg" <wb8tyw@qsl.net>
26158              Date: Sun, 26 Mar 2006 14:32:30 -0500
26159              Message-id: <4426EC4E.8030801@qsl.net>
26160      Branch: perl
26161            ! vms/vms.c
26162 ____________________________________________________________________________
26163 [ 27610] By: gisle                                 on 2006/03/26  09:15:01
26164         Log: REXEC_ML is unused.
26165      Branch: perl
26166            ! regexp.h
26167 ____________________________________________________________________________
26168 [ 27609] By: gbarr                                 on 2006/03/26  02:49:11
26169         Log: Update to IO-1.23
26170      Branch: perl
26171            ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/lib/IO/Dir.pm
26172            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
26173            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
26174            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IO/t/io_multihomed.t
26175            ! ext/IO/t/io_pipe.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
26176            ! ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
26177 ____________________________________________________________________________
26178 [ 27608] By: nicholas                              on 2006/03/25  22:45:34
26179         Log: Add S_space_join_names_mortal() which joins a char** array with " "s,
26180              replacing 5 instances of the same code.
26181      Branch: perl
26182            ! embed.fnc embed.h pp_sys.c proto.h
26183 ____________________________________________________________________________
26184 [ 27607] By: nicholas                              on 2006/03/25  22:10:27
26185         Log: Silence 3 (spurious) gcc warnings about "maybe used uninitialized".
26186      Branch: perl
26187            ! regexec.c sv.c
26188 ____________________________________________________________________________
26189 [ 27603] By: davem                                 on 2006/03/25  14:57:19
26190         Log: make configpm only update Config.pm, Config_heavy.pl if changed.
26191              Should stop spurious rebuilding of extensions.
26192              Also add documentation and copyright to top of file.
26193      Branch: perl
26194            ! configpm
26195 ____________________________________________________________________________
26196 [ 27602] By: nicholas                              on 2006/03/25  14:46:09
26197         Log: PL_multiline isn't referenced, and can be removed.
26198      Branch: perl
26199            ! embedvar.h intrpvar.h perl.c perlapi.h sv.c
26200 ____________________________________________________________________________
26201 [ 27601] By: rgs                                   on 2006/03/25  13:42:38
26202         Log: Subject: [PATCH] ext/Compress/IO/Zlib/t/050interop-gzip.t
26203              From: "Paul Marquess" <paul.marquess@ntlworld.com>
26204              Date: Fri, 24 Mar 2006 16:19:05 -0000
26205              Message-ID: <001b01c64f5e$ad8284d0$6b65140a@myopwv.com>
26206      Branch: perl
26207            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
26208 ____________________________________________________________________________
26209 [ 27600] By: nicholas                              on 2006/03/25  11:35:33
26210         Log: Free the regexp state when exiting "recursion".
26211      Branch: perl
26212            ! regexec.c
26213 ____________________________________________________________________________
26214 [ 27599] By: davem                                 on 2006/03/24  23:21:52
26215         Log: remove unused PL_regcc variable
26216      Branch: perl
26217            ! embedvar.h perlapi.h regcomp.c sv.c thrdvar.h
26218 ____________________________________________________________________________
26219 [ 27598] By: davem                                 on 2006/03/24  23:05:11
26220         Log: make S_regmatch() iterative rather than recursive.
26221              Goodbye stack-bustng regexes!
26222      Branch: perl
26223            ! regexec.c
26224 ____________________________________________________________________________
26225 [ 27597] By: craigb                                on 2006/03/24  21:05:45
26226         Log: restore EU::MM test fixes from 26079, 26813, and 26919
26227              that were lost in 27590
26228      Branch: perl
26229            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/FIRST_MAKEFILE.t
26230            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
26231 ____________________________________________________________________________
26232 [ 27596] By: rgs                                   on 2006/03/24  13:51:15
26233         Log: Bump version number of ExtUtils::MM_Win32
26234      Branch: perl
26235            ! lib/ExtUtils/MM_Win32.pm
26236 ____________________________________________________________________________
26237 [ 27595] By: steveh                                on 2006/03/24  13:01:32
26238         Log: Fix broken MM_Win32.t tests following 27590
26239              
26240              Test 31 was failing because 27590 had undone part of 25627.
26241              Test 41 was failing because the change to pasthru() in MM_Win32.pm
26242              means that $self->{MAKE} now needs to be initialized.
26243      Branch: perl
26244            ! lib/ExtUtils/t/MM_Win32.t
26245 ____________________________________________________________________________
26246 [ 27594] By: rgs                                   on 2006/03/24  11:01:01
26247         Log: Subject: [PATCH] (2nd revised) 1st patch to sync blead 'threads' with CPAN
26248              From: "Jerry D. Hedden" <jerry@hedden.us>
26249              Date: Thu, 23 Mar 2006 09:19:54 -0700
26250              Message-ID: <20060323091954.fb30e530d17747c2b054d625b8945d88.884826707f.wbe@email.email.secureserver.net>
26251      Branch: perl
26252            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
26253            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
26254            ! ext/threads/t/libc.t ext/threads/t/list.t
26255            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
26256            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
26257            ! ext/threads/t/thread.t ext/threads/threads.pm
26258            ! ext/threads/threads.xs
26259 ____________________________________________________________________________
26260 [ 27593] By: craigb                                on 2006/03/23  23:19:38
26261         Log: improve thread linking options on VMS
26262      Branch: perl
26263            ! configure.com vms/descrip_mms.template
26264 ____________________________________________________________________________
26265 [ 27592] By: rgs                                   on 2006/03/23  22:13:13
26266         Log: When MAN3PODS is forced to {} in a Makefile.PL, manpages should not be
26267              built from pods. This change fixes bleadperl compilation -- trying to
26268              build manpages with miniperl causes a bootstrapping problem.
26269      Branch: perl
26270            ! lib/ExtUtils/MM_Unix.pm
26271 ____________________________________________________________________________
26272 [ 27591] By: rgs                                   on 2006/03/23  17:50:29
26273         Log: No reason to ship MakeMaker's META.yml
26274      Branch: perl
26275            - lib/ExtUtils/META.yml
26276            ! MANIFEST
26277 ____________________________________________________________________________
26278 [ 27590] By: rgs                                   on 2006/03/23  17:43:26
26279         Log: Merge changes from CPAN's EU:MM 6.30_01.
26280              The modules that have local changes have superior
26281              version numbers than the CPAN counterparts.
26282      Branch: perl
26283            + lib/ExtUtils/t/INSTALL_BASE.t lib/ExtUtils/t/make.t
26284            + lib/ExtUtils/t/revision.t
26285            - lib/ExtUtils/t/installbase.t
26286            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
26287            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
26288            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
26289            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
26290            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
26291            ! lib/ExtUtils/PATCHING lib/ExtUtils/t/Command.t
26292            ! lib/ExtUtils/t/FIRST_MAKEFILE.t lib/ExtUtils/t/MM_NW5.t
26293            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
26294            ! lib/ExtUtils/t/basic.t
26295 ____________________________________________________________________________
26296 [ 27589] By: nicholas                              on 2006/03/23  16:27:42
26297         Log: Document the values for ${^UTF8CACHE}
26298      Branch: perl
26299            ! pod/perlvar.pod
26300 ____________________________________________________________________________
26301 [ 27588] By: nicholas                              on 2006/03/23  16:25:51
26302         Log: Rejig the location of the cache assertion code in Perl_sv_pos_b2u().
26303      Branch: perl
26304            ! sv.c
26305 ____________________________________________________________________________
26306 [ 27587] By: rgs                                   on 2006/03/23  15:27:15
26307         Log: Get version numbers in line with what's in the CPAN
26308              EU::MM 6.30_01 tarball. (ExtUtils::Install has local changes,
26309              so bump its version number.)
26310      Branch: perl
26311            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
26312            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
26313            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
26314 ____________________________________________________________________________
26315 [ 27586] By: nicholas                              on 2006/03/23  14:31:28
26316         Log: Move orphaned documentation back to its functions
26317              Document the new static functions, and how the cache works.
26318      Branch: perl
26319            ! pod/perltodo.pod sv.c
26320 ____________________________________________________________________________
26321 [ 27585] By: nicholas                              on 2006/03/23  14:09:33
26322         Log: Make S_sv_pos_u2b_cached use both cache pairs.
26323      Branch: perl
26324            ! sv.c
26325 ____________________________________________________________________________
26326 [ 27584] By: nicholas                              on 2006/03/23  13:47:41
26327         Log: Use both cache entries for Perl_sv_pos_b2u().
26328      Branch: perl
26329            ! sv.c
26330 ____________________________________________________________________________
26331 [ 27583] By: nicholas                              on 2006/03/23  13:16:53
26332         Log: Complete the other 2 arms of the cache update code.
26333      Branch: perl
26334            ! sv.c
26335 ____________________________________________________________________________
26336 [ 27582] By: nicholas                              on 2006/03/23  12:44:35
26337         Log: Pass the (byte) length of the entire string into
26338              utf8_mg_pos_cache_update()
26339              Start to use the cache to store two pairs of byte/utf-8 pairs.
26340              Add the first third of the cache update code.
26341      Branch: perl
26342            ! embed.fnc embed.h proto.h sv.c
26343 ____________________________________________________________________________
26344 [ 27581] By: rgs                                   on 2006/03/23  12:30:39
26345         Log: Upgrade to Time::Local 1.12
26346      Branch: perl
26347            ! lib/Time/Local.pm lib/Time/Local.t
26348 ____________________________________________________________________________
26349 [ 27580] By: nicholas                              on 2006/03/23  11:33:48
26350         Log: Add all new static functions to embed.fnc
26351              Remove old unused static functions.
26352              Remove references to cache[2] and cache[3].
26353      Branch: perl
26354            ! embed.fnc embed.h proto.h sv.c
26355 ____________________________________________________________________________
26356 [ 27579] By: nicholas                              on 2006/03/23  11:06:52
26357         Log: Use the cache in S_sv_pos_u2b_cached() when the desired offset is
26358              between the start of the string and the cached location.
26359              Remove unneccesary else from Perl_sv_pos_b2u().
26360      Branch: perl
26361            ! sv.c
26362 ____________________________________________________________________________
26363 [ 27578] By: nicholas                              on 2006/03/23  10:42:26
26364         Log: Use the cache in S_sv_pos_u2b_cached when the sought offset is after
26365              the first cache entry.
26366      Branch: perl
26367            ! sv.c
26368 ____________________________________________________________________________
26369 [ 27577] By: rgs                                   on 2006/03/23  10:01:48
26370         Log: Further adjustement to change #27576 by Jan Dubois
26371              (this change being blead-specific, while #27576 is
26372              integrable to maint)
26373      Branch: perl
26374            ! sv.c
26375 ____________________________________________________________________________
26376 [ 27576] By: rgs                                   on 2006/03/23  09:58:22
26377         Log: Subject: RE: [PATCH, no, really!] Re: [perl #38779] NAN's on Win32
26378              From: "Jan Dubois" <jand@ActiveState.com>
26379              Date: Wed, 22 Mar 2006 22:49:11 -0800
26380              Message-ID: <060201c64e45$e4ca7020$2217a8c0@candy>
26381              
26382              Also, back out change #27567.
26383      Branch: perl
26384            ! README.win32 pp.c pp_hot.c sv.c win32/win32.h
26385 ____________________________________________________________________________
26386 [ 27575] By: nicholas                              on 2006/03/23  00:14:53
26387         Log: Call S_utf8_mg_pos_cache_update() from S_sv_pos_u2b_cached().
26388              S_utf8_mg_pos_cache_update() can't use S_sv_pos_b2u_forwards() in the
26389              cache assertion code as it triggers warnings about surrogates.
26390      Branch: perl
26391            ! sv.c
26392 ____________________________________________________________________________
26393 [ 27574] By: nicholas                              on 2006/03/22  22:49:42
26394         Log: Take advantage of uoffset >= uoffset0, to simplify some logic.
26395      Branch: perl
26396            ! sv.c
26397 ____________________________________________________________________________
26398 [ 27573] By: nicholas                              on 2006/03/22  21:19:50
26399         Log: Add S_sv_pos_u2b_midway for when we know the utf-8/bytes offsets on
26400              both sides of the desired offset, so could count either way.
26401              Use cached utf-8 length in S_sv_pos_u2b_cached.
26402              Check the results if PL_utf8cache < 0.
26403      Branch: perl
26404            ! sv.c
26405 ____________________________________________________________________________
26406 [ 27572] By: nicholas                              on 2006/03/22  20:38:20
26407         Log: Create S_sv_pos_u2b_cached, which abstracts away utf-8 to byte
26408              conversions, hiding the complexity of any cache lookup.
26409      Branch: perl
26410            ! sv.c
26411 ____________________________________________________________________________
26412 [ 27571] By: rgs                                   on 2006/03/22  20:33:56
26413         Log: Subject: Uninitialized value in Archive::Tar
26414              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
26415              Date: Mon, 20 Mar 2006 06:37:31 -0500
26416              Message-ID: <441E93FB.3050906@thepierianspring.org>
26417      Branch: perl
26418            ! lib/Archive/Tar.pm
26419 ____________________________________________________________________________
26420 [ 27570] By: nicholas                              on 2006/03/22  18:13:06
26421         Log: The simplest way to start on Perl_sv_pos_u2b seems to be to take out
26422              all of the caching code.
26423      Branch: perl
26424            ! sv.c
26425 ____________________________________________________________________________
26426 [ 27569] By: davem                                 on 2006/03/22  16:05:16
26427         Log: remove idential code branch from regmatch()
26428      Branch: perl
26429            ! regexec.c
26430 ____________________________________________________________________________
26431 [ 27568] By: stevep                                on 2006/03/22  15:59:07
26432         Log: Fix some test failures in t/op/cmp.t when compiling with the Intel
26433              C++ Compiler on Linux.
26434      Branch: perl
26435            ! hints/linux.sh
26436 ____________________________________________________________________________
26437 [ 27567] By: rgs                                   on 2006/03/22  14:27:21
26438         Log: Subject: [PATCH] Re: [perl #38779] NAN's on Win32
26439              From: Dominic Dunlop <shouldbedomo@mac.com>
26440              Date: Wed, 22 Mar 2006 15:18:33 +0100
26441              Message-Id: <E44A2151-DE7F-4C5D-8A4B-DDA0412229C2@mac.com>
26442      Branch: perl
26443            ! README.win32
26444 ____________________________________________________________________________
26445 [ 27566] By: gisle                                 on 2006/03/22  13:37:19
26446         Log: Adjust docs to reflect that DynaLoader, as of change 27549,
26447              is part of libperl.
26448      Branch: perl
26449            ! lib/ExtUtils/Embed.pm
26450 ____________________________________________________________________________
26451 [ 27565] By: stevep                                on 2006/03/22  02:18:58
26452         Log: Increase the length of content compressed as a kludge to get 
26453              around incompatibilities in OpenBSD's gzip.
26454      Branch: perl
26455            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
26456 ____________________________________________________________________________
26457 [ 27564] By: nicholas                              on 2006/03/21  22:09:51
26458         Log: (Hopefully) make VMS happy.
26459      Branch: perl
26460            ! sv.c
26461 ____________________________________________________________________________
26462 [ 27563] By: craigb                                on 2006/03/21  13:01:47
26463         Log: Subject: [patch@27529] thread.h - VMS needs more stack
26464              From: "John E. Malmberg" <wb8tyw@qsl.net>
26465              Date: Fri, 17 Mar 2006 11:05:33 -0500
26466              Message-id: <441ADE4D.2090207@qsl.net>
26467
26468      Branch: perl
26469            ! thread.h
26470 ____________________________________________________________________________
26471 [ 27562] By: gisle                                 on 2006/03/21  11:34:38
26472         Log: Upgrade to Digest-1.15
26473      Branch: perl
26474            ! lib/Digest.pm lib/Digest/Changes
26475 ____________________________________________________________________________
26476 [ 27561] By: rgs                                   on 2006/03/21  10:49:14
26477         Log: Subject: [patch@27538] utime patch for VMS
26478              From: "John E. Malmberg" <wb8tyw@qsl.net>
26479              Date: Mon, 20 Mar 2006 08:12:19 -0500
26480              Message-ID: <441EAA33.6010603@qsl.net>
26481      Branch: perl
26482            ! configure.com vms/vms.c vms/vmsish.h
26483 ____________________________________________________________________________
26484 [ 27560] By: gisle                                 on 2006/03/21  10:16:43
26485         Log: Test croak(NULL)
26486      Branch: perl
26487            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/exception.t
26488 ____________________________________________________________________________
26489 [ 27559] By: nicholas                              on 2006/03/20  19:30:48
26490         Log: Extend change 27558 - if we know the character offset of the end, but
26491              don't have a cache for intermediate offsets, we can still use the end
26492              offset.
26493      Branch: perl
26494            ! sv.c
26495 ____________________________________________________________________________
26496 [ 27558] By: nicholas                              on 2006/03/20  18:54:32
26497         Log: In Perl_sv_pos_b2u, if we know the character offset of the end, we
26498              can take advantage of this to count backwards if close.
26499              Remove some now unnecessary casts.
26500      Branch: perl
26501            ! sv.c
26502 ____________________________________________________________________________
26503 [ 27557] By: nicholas                              on 2006/03/20  18:17:39
26504         Log: Abstract the string walking functionality from Perl_sv_pos_b2u into
26505              static functions, and make it respect PL_utf8cache.
26506      Branch: perl
26507            ! sv.c
26508 ____________________________________________________________________________
26509 [ 27556] By: steveh                                on 2006/03/20  17:32:25
26510         Log: Merge some more changes from ActivePerl 5.8.8.816
26511              
26512              See (again):
26513              http://downloads.activestate.com/ActivePerl/src/5.8/AP816_diff.txt
26514              
26515              These changes improve support for the MS 64-bit compiler in
26516              win32/Makefile (and tentatively make the same changes to
26517              win32/makefile.mk), and also switches the now deprecated -Gf switch to
26518              -GF for all flavours of VC++ instead of just the latest ones.
26519              
26520              (See:
26521              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-02/msg00353.html
26522              for a comment on the s/-Gf/-GF/ change.)
26523      Branch: perl
26524            ! win32/Makefile win32/makefile.mk
26525 ____________________________________________________________________________
26526 [ 27555] By: steveh                                on 2006/03/20  17:21:15
26527         Log: Merge some changes from ActivePerl 5.8.8.816
26528              
26529              See:
26530              http://downloads.activestate.com/ActivePerl/src/5.8/AP816_diff.txt
26531              
26532              These changes provide better support for building XS extension modules
26533              using VC++ or MinGW when perl itself was built with the opposite of
26534              those two compilers.
26535      Branch: perl
26536            ! win32/config_H.gc win32/config_H.vc
26537 ____________________________________________________________________________
26538 [ 27554] By: rgs                                   on 2006/03/20  13:03:07
26539         Log: Revert part of change 27546 related to a /dev/null bug
26540              workaround on VMS, as requested by John E. Malmberg
26541      Branch: perl
26542            ! vms/vms.c
26543 ____________________________________________________________________________
26544 [ 27553] By: nicholas                              on 2006/03/20  12:37:22
26545         Log: Perl_utf8_distance can be implemented as a call to Perl_utf8_length.
26546      Branch: perl
26547            ! utf8.c
26548 ____________________________________________________________________________
26549 [ 27552] By: nicholas                              on 2006/03/20  12:13:46
26550         Log: The two loops in Perl_utf8_distance can be merged.
26551      Branch: perl
26552            ! utf8.c
26553 ____________________________________________________________________________
26554 [ 27551] By: gisle                                 on 2006/03/20  10:51:36
26555         Log: Avoid "uninitialized value" warnings during 'make test'.
26556              My system is set up with a few PATH entries I'm not allowed
26557              to access, so stat() fails for these.
26558      Branch: perl
26559            ! t/test.pl
26560 ____________________________________________________________________________
26561 [ 27550] By: gisle                                 on 2006/03/20  10:44:08
26562         Log: Also strip $ENV{PATH} dirs writable by world.
26563              The stripping was introduced in change 27364 to improve taint handling.
26564      Branch: perl
26565            ! t/test.pl
26566 ____________________________________________________________________________
26567 [ 27549] By: gisle                                 on 2006/03/20  10:21:50
26568         Log: Move DynaLoader.o into libperl.so.
26569              
26570              This avoids the need to statically link DynaLoader into the stub perl
26571              executable and make libperl.so provide all the code needed to get a
26572              functional embedded perl interpreter up running.  As a side effect
26573              this also moves DynaLoader into libperl.a for non-useshrplib builds.
26574              
26575              Fixes [perl #32539]
26576      Branch: perl
26577            ! Makefile.SH ext/DynaLoader/Makefile.PL ext/util/make_ext
26578            ! writemain.SH
26579 ____________________________________________________________________________
26580 [ 27548] By: nicholas                              on 2006/03/20  10:13:38
26581         Log: If the scalar has just been upgraded to SVt_RV, there's no way SvPVX
26582              can be non-NULL, so no need to check.
26583      Branch: perl
26584            ! pp.c
26585 ____________________________________________________________________________
26586 [ 27547] By: rgs                                   on 2006/03/20  10:11:21
26587         Log: Subject: [PATCH blead] Re: [perl #38710] localised stash slice
26588              From: Rick Delaney <rick@bort.ca>
26589              Date: Sat, 18 Mar 2006 19:52:11 -0500
26590              Message-ID: <20060319005211.GM25733@localhost.localdomain>
26591              
26592              One can now localize slices.
26593      Branch: perl
26594            ! pp.c t/op/local.t
26595 ____________________________________________________________________________
26596 [ 27546] By: rgs                                   on 2006/03/20  09:53:17
26597         Log: Subject: [patch@27538] Misc vms.c fixes for buffer sizes.
26598              From: "John E. Malmberg" <wb8tyw@qsl.net>
26599              Date: Sun, 19 Mar 2006 20:08:34 -0500
26600              Message-ID: <441E0092.2010405@qsl.net>
26601      Branch: perl
26602            ! vms/vms.c
26603 ____________________________________________________________________________
26604 [ 27545] By: steveh                                on 2006/03/20  09:34:57
26605         Log: Subject: [PATCH] win32_async_check must *always* check for pending signals
26606              From: "Jan Dubois" <jand@ActiveState.com>
26607              Date: Fri, 17 Mar 2006 12:23:01 -0800
26608              Message-ID: <00d401c64a00$96af8ae0$2217a8c0@candy>
26609      Branch: perl
26610            ! win32/win32.c
26611 ____________________________________________________________________________
26612 [ 27544] By: davem                                 on 2006/03/20  00:52:09
26613         Log: merge the TRIEF/TRIEFL and TRIE branches in regmatch(),
26614              expunge a couple of macros, and move some variable declarations
26615              inwards
26616      Branch: perl
26617            ! regexec.c
26618 ____________________________________________________________________________
26619 [ 27543] By: nicholas                              on 2006/03/19  19:26:05
26620         Log: Remove a redundant test on mg->mg_ptr. (It had to be non-NULL to get
26621              into this block).
26622      Branch: perl
26623            ! sv.c
26624 ____________________________________________________________________________
26625 [ 27542] By: stevep                                on 2006/03/19  16:38:11
26626         Log: Subject: [PATCH] Change the semantics of S_isa_lookup
26627              From: Andy Lester <andy@petdance.com>
26628              Date: Sat, 18 Mar 2006 00:28:45 -0600
26629              Message-ID: <20060318062845.GA11607@petdance.com>
26630      Branch: perl
26631            ! embed.fnc proto.h universal.c
26632 ____________________________________________________________________________
26633 [ 27541] By: stevep                                on 2006/03/19  16:32:16
26634         Log: Subject: [PATCH] a bit 'use strict' cleanliness
26635              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
26636              Date: Sun, 19 Mar 2006 13:21:37 +0200
26637              Message-ID: <441D3EC1.20902@gmail.com>
26638      Branch: perl
26639            ! lib/English.pm lib/Text/Tabs.pm lib/Tie/Hash.pm
26640            ! lib/Tie/Scalar.pm
26641 ____________________________________________________________________________
26642 [ 27540] By: stevep                                on 2006/03/19  16:24:22
26643         Log: Subject: [PATCH] Data::Dumper consting
26644              From: Andy Lester <andy@petdance.com>
26645              Date: Sun, 19 Mar 2006 01:22:04 -0600
26646              Message-ID: <20060319072204.GB5596@petdance.com>
26647      Branch: perl
26648            ! ext/Data/Dumper/Dumper.xs
26649 ____________________________________________________________________________
26650 [ 27539] By: stevep                                on 2006/03/19  16:21:29
26651         Log: Subject: [PATCH] Cleanups in op.c
26652              From: Andy Lester <andy@petdance.com>
26653              Date: Sun, 19 Mar 2006 00:30:29 -0600
26654              Message-ID: <20060319063029.GA5077@petdance.com>
26655      Branch: perl
26656            ! op.c
26657 ____________________________________________________________________________
26658 [ 27538] By: nicholas                              on 2006/03/17  22:12:27
26659         Log: Make Perl_sv_len_utf8 honour the new ${^UTF8CACHE}.
26660              If PERL_UTF8_CACHE_ASSERT is defined, default ${^UTF8CACHE} to -1
26661              (assertion mode). Need a way to turn this on with existing command
26662              line flags.
26663      Branch: perl
26664            ! intrpvar.h sv.c
26665 ____________________________________________________________________________
26666 [ 27537] By: nicholas                              on 2006/03/17  20:39:47
26667         Log: Remove a duplicated conditional test by putting everything for the
26668              not readonly case inside one block.
26669      Branch: perl
26670            ! sv.c
26671 ____________________________________________________________________________
26672 [ 27536] By: nicholas                              on 2006/03/17  19:37:41
26673         Log: Properly set/reset the UTF-8 length cache in regcomp.c.
26674      Branch: perl
26675            ! regcomp.c sv.c
26676 ____________________________________________________________________________
26677 [ 27535] By: nicholas                              on 2006/03/17  16:46:44
26678         Log: Restore a bit of change 27533 that change 27534 inadvertently unwound.
26679      Branch: perl
26680            ! regexec.c
26681 ____________________________________________________________________________
26682 [ 27534] By: davem                                 on 2006/03/17  15:58:45
26683         Log: inline, then delete, S_regrepeat_hard()
26684      Branch: perl
26685            ! embed.fnc embed.h proto.h regexec.c
26686 ____________________________________________________________________________
26687 [ 27533] By: nicholas                              on 2006/03/17  13:38:34
26688         Log: sv_find() returning false, followed by sv_magic() to add the magic,
26689              followed immediately by sv_find() to find it, is somewhat wasteful.
26690              So use sv_magicext(). (All cases are also correct w.r.t. SvREADONLY())
26691      Branch: perl
26692            ! mg.c pp_ctl.c pp_hot.c regexec.c sv.c
26693 ____________________________________________________________________________
26694 [ 27532] By: steveh                                on 2006/03/17  13:20:11
26695         Log: Make "distclean" target on Win32 clean up temporary HTML directory
26696              that gets left behind after running the "install" target.
26697              Also clean up a couple of leftover pod2html cache files.
26698      Branch: perl
26699            ! win32/Makefile win32/makefile.mk
26700 ____________________________________________________________________________
26701 [ 27531] By: rgs                                   on 2006/03/17  13:18:38
26702         Log: Upgrade to ExtUtils::CBuilder 0.17
26703      Branch: perl
26704            + lib/ExtUtils/CBuilder/Changes
26705            ! MANIFEST lib/ExtUtils/CBuilder.pm
26706            ! lib/ExtUtils/CBuilder/Base.pm
26707            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
26708            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
26709 ____________________________________________________________________________
26710 [ 27530] By: steveh                                on 2006/03/17  11:10:41
26711         Log: Install POD files into "lib\pods" rather than "lib\pod" on Win32
26712              to avoid clashing with "lib\Pod" (cf. perl change #26363)
26713              
26714              Also remove a couple of unused macros from the makefiles
26715      Branch: perl
26716            ! installperl win32/Makefile win32/makefile.mk
26717 ____________________________________________________________________________
26718 [ 27529] By: stevep                                on 2006/03/17  04:40:24
26719         Log: Subject: [PATCH] threads.xs broken under PERL_IMPLICIT_SYS; 5.8.8 regression 
26720              From: Jan Dubois <jand@ActiveState.com> 
26721              Date: Thu, 16 Mar 2006 19:34:00 -0800
26722              Message-ID: <02e601c64973$a1960cf0$6062a8c0@candy> 
26723              
26724              Also includes a version bump to ext/threads/threads.pm.
26725      Branch: perl
26726            ! ext/threads/threads.pm ext/threads/threads.xs
26727 ____________________________________________________________________________
26728 [ 27528] By: stevep                                on 2006/03/17  04:29:30
26729         Log: Subject: [PATCH] win32_pclose() error exit doesn't unlock mutex
26730              From: Jan Dubois <jand@ActiveState.com>
26731              Date: Thu, 16 Mar 2006 16:30:23 -0800
26732              Message-ID: <02c701c64959$fac63ad0$6062a8c0@candy>
26733      Branch: perl
26734            ! win32/win32.c wince/wince.c
26735 ____________________________________________________________________________
26736 [ 27527] By: stevep                                on 2006/03/17  04:19:01
26737         Log: Subject: [PATCH] win32_async_check() can loop indefinitely; 5.8.8 regression
26738              From: Jan Dubois <jand@ActiveState.com>
26739              Date: Thu, 16 Mar 2006 16:11:48 -0800
26740              Message-ID: <02ab01c64957$62142e70$6062a8c0@candy>
26741      Branch: perl
26742            ! win32/win32.c
26743 ____________________________________________________________________________
26744 [ 27526] By: davem                                 on 2006/03/17  02:57:45
26745         Log: reduce S_regrepeat_hard() callers from 3 to 1
26746      Branch: perl
26747            ! regexec.c
26748 ____________________________________________________________________________
26749 [ 27525] By: nicholas                              on 2006/03/16  23:11:11
26750         Log: Add a new per-interpeter variable PL_utf8cache, which will be used to
26751              control the UTF-8 offset caching code. Make this visible as
26752              ${^UTF8CACHE}
26753      Branch: perl
26754            ! embedvar.h gv.c intrpvar.h mg.c perlapi.h pod/perlvar.pod
26755 ____________________________________________________________________________
26756 [ 27524] By: nicholas                              on 2006/03/16  22:20:57
26757         Log: Note that it's worth looking to downsize variables in the interpreter
26758              structure.
26759      Branch: perl
26760            ! pod/perltodo.pod
26761 ____________________________________________________________________________
26762 [ 27523] By: nicholas                              on 2006/03/16  21:52:49
26763         Log: Correct the macros in the comments in hv.c. Given the improvements in
26764              compiler optimisation, and the almost irrelevance of instructions
26765              executed over cache misses, maybe we should just remove the comments
26766              by putting their code back in place of the o{ptimis,bfuscat}ed version.
26767      Branch: perl
26768            ! hv.c
26769 ____________________________________________________________________________
26770 [ 27522] By: gisle                                 on 2006/03/16  21:27:00
26771         Log: Avoid hardcoded $(OBJ_EXT)
26772      Branch: perl
26773            ! ext/DynaLoader/Makefile.PL
26774 ____________________________________________________________________________
26775 [ 27521] By: gisle                                 on 2006/03/16  21:20:46
26776         Log: Change 27520 was a bit too aggressive.  Let's keep the warning.
26777      Branch: perl
26778            ! ext/util/make_ext
26779 ____________________________________________________________________________
26780 [ 27520] By: gisle                                 on 2006/03/16  21:14:26
26781         Log: Remove unused code. No extension use Makefile.SH any more.
26782      Branch: perl
26783            ! ext/util/make_ext
26784 ____________________________________________________________________________
26785 [ 27519] By: gisle                                 on 2006/03/16  20:32:27
26786         Log: Fix up miniperl dependency.
26787              Depend on $(obj) when we use that to build miniperl.
26788      Branch: perl
26789            ! Makefile.SH
26790 ____________________________________________________________________________
26791 [ 27518] By: gisle                                 on 2006/03/16  20:24:08
26792         Log: Simplify; make perl.o included in $(obj)
26793      Branch: perl
26794            ! Makefile.SH
26795 ____________________________________________________________________________
26796 [ 27517] By: rgs                                   on 2006/03/16  16:17:38
26797         Log: Add a couple of regression tests for the untested
26798              "Bad name after %s" parsing error
26799      Branch: perl
26800            ! t/comp/parser.t
26801 ____________________________________________________________________________
26802 [ 27516] By: rgs                                   on 2006/03/16  15:19:03
26803         Log: Subject: [PATCH] Compress::Raw::Zlib, Compress::Zlib, IO::Compress::Zlib 2.000_10
26804              From: "Paul Marquess" <paul.marquess@ntlworld.com>
26805              Date: Thu, 16 Mar 2006 14:38:52 -0000
26806              Message-ID: <009401c64907$5a6ed710$4c05140a@myopwv.com>
26807      Branch: perl
26808            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
26809            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
26810            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
26811            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
26812            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
26813            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/Makefile.PL
26814            ! ext/Compress/IO/Zlib/README
26815            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
26816            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
26817            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
26818            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
26819            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
26820            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
26821            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
26822            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
26823            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
26824            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
26825            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
26826            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
26827            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
26828            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
26829            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
26830            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
26831            ! ext/Compress/IO/Zlib/t/010examples.t
26832            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
26833            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
26834            ! ext/Compress/Raw/Zlib/Zlib.xs
26835            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
26836            ! ext/Compress/Raw/Zlib/t/02zlib.t ext/Compress/Zlib/Changes
26837            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
26838            ! ext/Compress/Zlib/examples/gzcat
26839            ! ext/Compress/Zlib/examples/gzstream
26840            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
26841            ! ext/Compress/Zlib/t/14gzopen.t t/lib/compress/generic.pl
26842            ! t/lib/compress/tied.pl
26843 ____________________________________________________________________________
26844 [ 27515] By: gisle                                 on 2006/03/16  12:01:10
26845         Log: require should ignore directories found when searching @INC not just
26846              die as soon as it finds one.  It should for instance be possible to
26847              for require "File" to read the file "./File" even if there happens to
26848              be a "File" directory in perl's standard library.
26849              
26850              This fixes the RT #24404 fix in change 26373.
26851      Branch: perl
26852            ! pp_ctl.c t/comp/require.t
26853 ____________________________________________________________________________
26854 [ 27514] By: rgs                                   on 2006/03/16  08:32:28
26855         Log: Make the threads tests silent with regard to the new :unique deprecation warning
26856      Branch: perl
26857            ! ext/threads/t/problems.t
26858 ____________________________________________________________________________
26859 [ 27513] By: nicholas                              on 2006/03/15  23:02:49
26860         Log: Make the original versions of relocated paths available from
26861              %Config::Config with the prefix "raw_". Not sure if "raw_" is the
26862              best choice.
26863      Branch: perl
26864            ! configpm
26865 ____________________________________________________________________________
26866 [ 27511] By: nicholas                              on 2006/03/15  19:47:02
26867         Log: Correct the non gcc-brace-group definition of SvAMAGIC_off
26868      Branch: perl
26869            ! sv.h
26870 ____________________________________________________________________________
26871 [ 27510] By: nicholas                              on 2006/03/15  18:47:32
26872         Log: D'oh! 27508 wasn't quite testing what I wanted it to test. This does.
26873      Branch: perl
26874            ! lib/overload.t
26875 ____________________________________________________________________________
26876 [ 27508] By: nicholas                              on 2006/03/15  17:57:14
26877         Log: Test for reblessing objects with weak references.
26878      Branch: perl
26879            ! lib/overload.t
26880 ____________________________________________________________________________
26881 [ 27507] By: nicholas                              on 2006/03/15  17:21:00
26882         Log: Expunge references to HV_AMAGIC, HV_AMAGICbad and HV_AMAGICmb which
26883              have been unused since revision 1.
26884      Branch: perl
26885            ! hv.h sv.h
26886 ____________________________________________________________________________
26887 [ 27506] By: nicholas                              on 2006/03/15  15:08:49
26888         Log: Moving the overloading flag from the reference to the referant allows
26889              (re)?blessing of overloaded objects to work correctly.
26890      Branch: perl
26891            ! dump.c lib/overload.t sv.c sv.h
26892 ____________________________________________________________________________
26893 [ 27505] By: nicholas                              on 2006/03/15  13:13:19
26894         Log: Finish converting overload.t to Test::More
26895      Branch: perl
26896            ! lib/overload.t
26897 ____________________________________________________________________________
26898 [ 27504] By: nicholas                              on 2006/03/15  12:43:15
26899         Log: Further conversion of overload.t
26900      Branch: perl
26901            ! lib/overload.t
26902 ____________________________________________________________________________
26903 [ 27503] By: stevep                                on 2006/03/15  12:34:10
26904         Log: Additions to README.win32 and win32/Makefile based on comments from
26905              Steve Hay.
26906      Branch: perl
26907            ! README.win32 win32/Makefile
26908 ____________________________________________________________________________
26909 [ 27502] By: nicholas                              on 2006/03/15  12:29:01
26910         Log: Further conversion of overload.t
26911      Branch: perl
26912            ! lib/overload.t
26913 ____________________________________________________________________________
26914 [ 27501] By: nicholas                              on 2006/03/15  12:05:27
26915         Log: Partially convert overload.t to Test::More
26916      Branch: perl
26917            ! lib/overload.t
26918 ____________________________________________________________________________
26919 [ 27500] By: stevep                                on 2006/03/15  11:06:34
26920         Log: The first step in supporting VC++ 8.0.  Added macros for the free .NET 2.0 SDK and Visual Studio
26921              2005.  Added these macros to "if" conditions that were appropriate.  Added a fix to prevent
26922              the .NET 1.1 and 2.0 SDK compilers from attempting to build perlglob.exe (they are both missing
26923              the setargv.obj file necessary to do it).
26924      Branch: perl
26925            ! win32/Makefile
26926 ____________________________________________________________________________
26927 [ 27499] By: rgs                                   on 2006/03/14  17:32:48
26928         Log: Deprecate :unique even with threads
26929      Branch: perl
26930            ! toke.c
26931 ____________________________________________________________________________
26932 [ 27498] By: rgs                                   on 2006/03/14  17:02:38
26933         Log: Make usage of :unique emit a deprecation warning.
26934              Remove its outdated documentation.
26935      Branch: perl
26936            ! cv.h pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke
26937            ! toke.c
26938 ____________________________________________________________________________
26939 [ 27497] By: rgs                                   on 2006/03/14  16:02:35
26940         Log: Subject: [PATCH] perl @ 27483 fix lib/Pod/Simple/t/corpustest.t to work on VMS ODS-2
26941              From: Peter Prymmer <PPrymmer@factset.com>
26942              Date: Tue, 14 Mar 2006 10:38:00 -0500
26943              Message-ID: <OF85EC8E5E.4DF3A439-ON85257131.0055870A-85257131.0055E07C@factset.com>
26944      Branch: perl
26945            ! lib/Pod/Simple/t/corpustest.t
26946 ____________________________________________________________________________
26947 [ 27496] By: nicholas                              on 2006/03/14  15:21:54
26948         Log: SVphv_REHASH can use the same flag bit as SVf_FAKE. This allows
26949              0x10000000 (SVf_AMAGIC) to be set on all 16 SV types, which seems to
26950              be necessary to fix subtle bugs involving reblessing and overloading. 
26951      Branch: perl
26952            ! sv.h
26953 ____________________________________________________________________________
26954 [ 27495] By: rgs                                   on 2006/03/14  09:55:17
26955         Log: Subject: [perl #38710] localised stash slice 
26956              From: Hugo van der Sanden (via RT) <perlbug-followup@perl.org>
26957              Date: Sat, 11 Mar 2006 02:47:56 -0800
26958              Message-ID: <rt-3.0.11-38710-131000.18.015529928953@perl.org>
26959              
26960              (new TODO tests)
26961      Branch: perl
26962            ! t/op/local.t
26963 ____________________________________________________________________________
26964 [ 27494] By: rgs                                   on 2006/03/14  08:53:07
26965         Log: threads and threads::shared are now dual-lived modules
26966      Branch: perl
26967            ! Porting/Maintainers.pl
26968 ____________________________________________________________________________
26969 [ 27493] By: rgs                                   on 2006/03/14  08:38:45
26970         Log: Subject: [PATCH] Do nothing in a GCC-friendly way
26971              From: andy@petdance.com (Andy Lester)
26972              Date: Mon, 13 Mar 2006 12:48:50 -0600
26973              Message-ID: <20060313184850.GA16905@petdance.com>
26974      Branch: perl
26975            ! perl.h
26976 ____________________________________________________________________________
26977 [ 27492] By: rgs                                   on 2006/03/14  08:35:24
26978         Log: Subject: [PATCH] looks_like_bool can be const
26979              From: andy@petdance.com (Andy Lester)
26980              Date: Mon, 13 Mar 2006 09:31:52 -0600
26981              Message-ID: <20060313153152.GA13254@petdance.com>
26982      Branch: perl
26983            ! embed.fnc op.c proto.h
26984 ____________________________________________________________________________
26985 [ 27491] By: nicholas                              on 2006/03/13  23:13:23
26986         Log: Somewhat less shaky relocatable @INC support. You can install things
26987              to the current location of the perl tree, move it, install more things,
26988              move it again, lather rinse repeat.
26989              Configure with -Duserelocatableinc
26990      Branch: perl
26991            ! Configure configpm installperl
26992 ____________________________________________________________________________
26993 [ 27490] By: nicholas                              on 2006/03/13  20:49:55
26994         Log: First stab at rather shaky Configure support for relocatable @INC.
26995              Seems to be installing rather more that it's supposed to be.
26996      Branch: perl
26997            ! Configure configpm
26998 ____________________________________________________________________________
26999 [ 27489] By: nicholas                              on 2006/03/13  18:59:27
27000         Log: Split break out the installprefix code from setprefixvar, which allows
27001              the remaining 8 places to call the common prefix conversion code.
27002      Branch: perl
27003            ! Configure
27004 ____________________________________________________________________________
27005 [ 27488] By: nicholas                              on 2006/03/13  18:01:11
27006         Log: Refactor most of the cut & paste for setting prefix/prefixexp variables
27007              and the "Change installation prefix, if necessary" into a new
27008              "function" setprefixvar (which I assume will become Setprefixvar.U)
27009              How many platforms still have Bourne shells that can't do shell
27010              functions? Someone's going to say Irix?
27011      Branch: perl
27012            ! Configure
27013 ____________________________________________________________________________
27014 [ 27487] By: rgs                                   on 2006/03/13  17:35:59
27015         Log: Forgot the ending \. Why did it still compile ?
27016      Branch: perl
27017            ! ext/List/Util/multicall.h
27018 ____________________________________________________________________________
27019 [ 27486] By: rgs                                   on 2006/03/13  17:34:09
27020         Log: Subject: [PATCH] Automatically SPAGAIN in the poor-man's-multicall API
27021              From: Robin Houston <robin@cpan.org>
27022              Date: Mon, 13 Mar 2006 12:48:21 +0000
27023              Message-ID: <20060313124821.GA11203@rpc142.cs.man.ac.uk>
27024      Branch: perl
27025            ! ext/List/Util/multicall.h
27026 ____________________________________________________________________________
27027 [ 27485] By: nicholas                              on 2006/03/13  17:10:14
27028         Log: The existing order of the checks for whether man1dir and man3dir were
27029              ' ' were obviously buggy, because they set installman[13]dir only for
27030              the next if block to set it again. Reordering removes that daftness.
27031      Branch: perl
27032            ! Configure
27033 ____________________________________________________________________________
27034 [ 27484] By: nicholas                              on 2006/03/13  15:50:04
27035         Log: The "Change installation prefix, if necessary." code needs to use
27036              the ~ expanded prefix and installprefix in the substitution.
27037      Branch: perl
27038            ! Configure
27039 ____________________________________________________________________________
27040 [ 27483] By: rgs                                   on 2006/03/12  15:12:29
27041         Log: Load .pmc always, even if they are older than a matching .pm file.
27042              (This trick is going to be used by pugs.)
27043      Branch: perl
27044            ! pod/perlfunc.pod pp_ctl.c
27045 ____________________________________________________________________________
27046 [ 27482] By: stevep                                on 2006/03/12  14:07:17
27047         Log: Subject: [PATCH] Removed unnecessary NULL check in Digest::SHA
27048              From: Andy Lester <andy@petdance.com>
27049              Date: Tue, 7 Mar 2006 12:12:35 -0600
27050              Message-ID: <20060307181235.GA25688@petdance.com>
27051      Branch: perl
27052            ! ext/Digest/SHA/src/hmac.c
27053 ____________________________________________________________________________
27054 [ 27481] By: stevep                                on 2006/03/12  13:48:10
27055         Log: Upgrade to Module-Build-0.27_09
27056      Branch: perl
27057            ! Porting/Maintainers.pl lib/Module/Build.pm
27058            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
27059            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
27060            ! lib/Module/Build/Cookbook.pm
27061 ____________________________________________________________________________
27062 [ 27480] By: nicholas                              on 2006/03/11  23:40:34
27063         Log: isSPACE('\0') is false, so can simplify the condition in the for
27064              loop. As the for loop is basically a while loop, write it as one, to
27065              make its intentions clearer.
27066      Branch: perl
27067            ! toke.c
27068 ____________________________________________________________________________
27069 [ 27479] By: nicholas                              on 2006/03/11  22:51:26
27070         Log: Fix the last 2 perly.y specific parts of regen_perly.pl, and make
27071              the regen_perly target call it for both perly.y and madly.y.
27072      Branch: perl
27073            - regen_madly.pl
27074            ! MANIFEST Makefile.SH regen_perly.pl
27075 ____________________________________________________________________________
27076 [ 27478] By: nicholas                              on 2006/03/11  22:29:56
27077         Log: NNs and NULLOKs for MAD's new functions.
27078      Branch: perl
27079            ! embed.fnc proto.h
27080 ____________________________________________________________________________
27081 [ 27477] By: stevep                                on 2006/03/11  22:08:34
27082         Log: Perl_newWHILEOP() had exactly the same lack of a NULL pointer check
27083              that Perl_newLOOPOP() had and fixed in change #27476.  Maybe some 
27084              refactoring is needed?
27085      Branch: perl
27086            ! op.c
27087 ____________________________________________________________________________
27088 [ 27476] By: stevep                                on 2006/03/11  21:41:20
27089         Log: Possible NULL pointer reference found by Coverity checks.
27090      Branch: perl
27091            ! op.c
27092 ____________________________________________________________________________
27093 [ 27475] By: stevep                                on 2006/03/11  20:57:26
27094         Log: Keep from using a variable in S_my_kid() before it is initialized.  This        was introduced with the MAD changes.
27095      Branch: perl
27096            ! op.c
27097 ____________________________________________________________________________
27098 [ 27474] By: craigb                                on 2006/03/11  17:26:00
27099         Log: Subject: [PATCH] perl@27437 fix File::Path::mkpath so that perl installs on VMS
27100              From: Peter Prymmer <PPrymmer@factset.com>
27101              Date: Fri, 10 Mar 2006 15:24:23 -0500
27102              Message-id: <OFBE8F84F1.A708DA4A-ON8525712D.006E4BF7-8525712D.007018C6@factset.com>
27103      Branch: perl
27104            ! lib/File/Path.pm
27105 ____________________________________________________________________________
27106 [ 27473] By: merijn                                on 2006/03/11  11:03:55
27107         Log: Subject: [PATCH] Reapply change 24432
27108              From: "Jan Dubois" <jand@ActiveState.com>
27109              Date: Fri, 10 Mar 2006 18:21:39 -0800
27110              Message-ID: <01b001c644b2$879a1f50$6062a8c0@candy>
27111      Branch: perl
27112            ! config_h.SH
27113 ____________________________________________________________________________
27114 [ 27471] By: nicholas                              on 2006/03/11  10:21:27
27115         Log: Missed the hunk that adds regen_madly.pl to the regen_perl target.
27116      Branch: perl
27117            ! Makefile.SH
27118 ____________________________________________________________________________
27119 [ 27470] By: nicholas                              on 2006/03/11  10:16:04
27120         Log: Subject: [PATCH] Sync up embed.fnc and doio.c
27121              From: andy@petdance.com (Andy Lester)
27122              Message-ID: <20060311071338.GA12490@petdance.com>
27123              Date: Sat, 11 Mar 2006 01:13:38 -0600
27124      Branch: perl
27125            ! embed.fnc proto.h
27126 ____________________________________________________________________________
27127 [ 27469] By: nicholas                              on 2006/03/11  09:55:43
27128         Log: Subject: [PATCH] Localizing some vars in S_checkcomma
27129              From: andy@petdance.com (Andy Lester)
27130              Message-ID: <20060310223100.GA13455@petdance.com>
27131              Date: Fri, 10 Mar 2006 16:31:00 -0600
27132      Branch: perl
27133            ! toke.c
27134 ____________________________________________________________________________
27135 [ 27468] By: nicholas                              on 2006/03/11  09:32:18
27136         Log: Remove the obsolete mad/P5RE.pm
27137      Branch: perl
27138            - mad/P5RE.pm
27139            ! MANIFEST
27140 ____________________________________________________________________________
27141 [ 27467] By: craigb                                on 2006/03/11  01:52:37
27142         Log: null terminate command string -- broken in #27438
27143      Branch: perl
27144            ! vms/vms.c
27145 ____________________________________________________________________________
27146 [ 27466] By: nicholas                              on 2006/03/10  21:54:18
27147         Log: Move the 12 static MAD variables from toke.c into the interpeter
27148              structure.
27149      Branch: perl
27150            ! embedvar.h intrpvar.h makedef.pl perl.c perlapi.h sv.c toke.c
27151 ____________________________________________________________________________
27152 [ 27465] By: nicholas                              on 2006/03/10  20:58:23
27153         Log: Rename the 12 static variables in toke.c to PL_*
27154      Branch: perl
27155            ! toke.c
27156 ____________________________________________________________________________
27157 [ 27464] By: nicholas                              on 2006/03/10  19:47:11
27158         Log: gozer took over from gsar (some time ago).
27159      Branch: perl
27160            ! Porting/repository.pod
27161 ____________________________________________________________________________
27162 [ 27463] By: nicholas                              on 2006/03/10  18:53:01
27163         Log: All the autogenerated files from change 27462.
27164      Branch: perl
27165            ! madly.act madly.h madly.tab
27166 ____________________________________________________________________________
27167 [ 27462] By: nicholas                              on 2006/03/10  18:52:40
27168         Log: Merge perly.y changes from 5.9.2 to now into madly.y.
27169      Branch: perl
27170            ! madly.y
27171 ____________________________________________________________________________
27172 [ 27461] By: nicholas                              on 2006/03/10  12:57:18
27173         Log: Teaching embed.pl about conditional symbols is a TODO.
27174      Branch: perl
27175            ! pod/perltodo.pod
27176 ____________________________________________________________________________
27177 [ 27460] By: nicholas                              on 2006/03/10  12:09:39
27178         Log: Tweak change 27457 - make PL_lasttoke MAD only, but teach makedef.pl
27179              about MADness (and unMADness - maybe there is a special word for that)
27180      Branch: perl
27181            ! intrpvar.h makedef.pl
27182 ____________________________________________________________________________
27183 [ 27459] By: nicholas                              on 2006/03/10  11:31:14
27184         Log: Summon constman! S_checkcomma now has all 3 arguments const char.
27185      Branch: perl
27186            ! embed.fnc proto.h toke.c
27187 ____________________________________________________________________________
27188 [ 27458] By: nicholas                              on 2006/03/10  10:50:29
27189         Log: Tease apart the keyword/subroutine test in S_checkcomma.
27190      Branch: perl
27191            ! toke.c
27192 ____________________________________________________________________________
27193 [ 27457] By: stevep                                on 2006/03/10  02:17:43
27194         Log: Move PL_lasttoke out of its PERL_MAD define in intrpvar.h.
27195              Otherwise, Win32 does not compile.
27196      Branch: perl
27197            ! intrpvar.h
27198 ____________________________________________________________________________
27199 [ 27456] By: nicholas                              on 2006/03/09  23:23:19
27200         Log: Correct another gv_fetchpv() - it takes a bitmask of flags, not simply
27201              TRUE/FALSE.
27202      Branch: perl
27203            ! gv.c
27204 ____________________________________________________________________________
27205 [ 27455] By: nicholas                              on 2006/03/09  22:50:23
27206         Log: Remove two NEWSV()s in the non-ithread dump code that got missed.
27207      Branch: perl
27208            ! dump.c
27209 ____________________________________________________________________________
27210 [ 27454] By: mhx                                   on 2006/03/09  22:07:01
27211         Log: Subject: Re: [PATCH pod/perlfunc.pd] Re: truncate needs seek on filehandle
27212              From: Ronald J Kimball <rjk-perl-p5p@tamias.net>
27213              Date: Thu, 9 Mar 2006 16:29:12 -0500
27214              Message-ID: <20060309212912.GF22682@penkwe.pair.com>
27215      Branch: perl
27216            ! pod/perlfunc.pod
27217 ____________________________________________________________________________
27218 [ 27453] By: nicholas                              on 2006/03/09  22:03:55
27219         Log: Add the Perl 5 to Perl 5 convertor scripts.
27220      Branch: perl
27221            + mad/P5AST.pm mad/P5RE.pm mad/P5re.pm mad/PLXML.pm mad/nomad
27222            + mad/p55
27223            ! MANIFEST
27224 ____________________________________________________________________________
27225 [ 27452] By: nicholas                              on 2006/03/09  22:01:28
27226         Log: Superior *printf-fu lets us avoid modifying source code.
27227      Branch: perl
27228            ! toke.c
27229 ____________________________________________________________________________
27230 [ 27451] By: nicholas                              on 2006/03/09  21:49:20
27231         Log: Avoid scribbling on the passed in command line string for -i in 
27232              moreswitches.
27233      Branch: perl
27234            ! perl.c
27235 ____________________________________________________________________________
27236 [ 27450] By: nicholas                              on 2006/03/09  21:24:04
27237         Log: -Dmad works, albeit with some test failures:
27238              ext/B/t/f_sort.t                       20    5  25.00%  2 4-6 16
27239              ext/B/t/optree_samples.t               20    1   5.00%  18
27240              ext/List/Util/t/weak.t      1   256    22    1   4.55%  22
27241              ext/Safe/t/safeops.t        0   134   354  288  81.36%  211-354
27242              lib/warnings.t                        561    2   0.36%  3 10
27243      Branch: perl
27244            ! toke.c
27245 ____________________________________________________________________________
27246 [ 27449] By: nicholas                              on 2006/03/09  20:53:11
27247         Log: Oops. Failed to add madly.c
27248      Branch: perl
27249            + madly.c
27250 ____________________________________________________________________________
27251 [ 27448] By: stevep                                on 2006/03/09  20:48:50
27252         Log: The Coverity audit is upset that the scream_olds variable is not
27253              directly initialized, although it is likely initialized after 
27254              another variable takes a reference to it.
27255      Branch: perl
27256            ! regexec.c
27257 ____________________________________________________________________________
27258 [ 27447] By: nicholas                              on 2006/03/09  20:48:18
27259         Log: Add the madly parser. I believe that this is all the C code. Now to
27260              find the bugs that stowed away.
27261      Branch: perl
27262            + madly.act madly.h madly.tab madly.y regen_madly.pl
27263            ! Configure MANIFEST Makefile.SH embed.fnc embed.h perly.c
27264            ! proto.h
27265 ____________________________________________________________________________
27266 [ 27446] By: nicholas                              on 2006/03/09  19:53:53
27267         Log: It helps to run embed.pl in the correct directory. (not the symlink
27268              tree)
27269      Branch: perl
27270            ! embed.h embedvar.h perlapi.h proto.h
27271 ____________________________________________________________________________
27272 [ 27445] By: nicholas                              on 2006/03/09  19:22:10
27273         Log: The remainder of the toke.c MAD changes. Now to investigate why MAD
27274              no longer builds.
27275      Branch: perl
27276            ! embed.fnc intrpvar.h sv.c toke.c
27277 ____________________________________________________________________________
27278 [ 27444] By: nicholas                              on 2006/03/09  19:00:26
27279         Log: Another refactoring from Larry implicit in the MAD patch.
27280      Branch: perl
27281            ! toke.c
27282 ____________________________________________________________________________
27283 [ 27443] By: nicholas                              on 2006/03/09  18:08:52
27284         Log: Refactoring from Larry implicit in the MAD patch.
27285      Branch: perl
27286            ! toke.c
27287 ____________________________________________________________________________
27288 [ 27442] By: nicholas                              on 2006/03/09  17:06:46
27289         Log: Replace PL_nextval[PL_nexttoke].opval with the macro NEXTVAL_NEXTTOKE
27290              as MAD conditionally changes this consistently in 27 places.
27291      Branch: perl
27292            ! toke.c
27293 ____________________________________________________________________________
27294 [ 27441] By: stevep                                on 2006/03/09  16:14:20
27295         Log: Need to update test count from change #27440.
27296      Branch: perl
27297            ! ext/POSIX/t/sigaction.t
27298 ____________________________________________________________________________
27299 [ 27440] By: stevep                                on 2006/03/09  16:03:21
27300         Log: croak in POSIX::sigaction() when passed a negative signal instead
27301              dumping core.
27302      Branch: perl
27303            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
27304 ____________________________________________________________________________
27305 [ 27439] By: nicholas                              on 2006/03/09  15:13:49
27306         Log: MAD changes for bare skipspace()
27307      Branch: perl
27308            ! embed.fnc embed.h proto.h toke.c
27309 ____________________________________________________________________________
27310 [ 27438] By: craigb                                on 2006/03/09  14:49:45
27311         Log: Subject: patch@27385 - VMS thread fixes (was: threads and VMS)
27312              From: "John E. Malmberg" <wb8tyw@qsl.net>
27313              Date: Wed, 08 Mar 2006 23:34:05 -0500
27314              Message-id: <440FB03D.8010409@qsl.net>
27315
27316      Branch: perl
27317            ! vms/vms.c
27318 ____________________________________________________________________________
27319 [ 27437] By: nicholas                              on 2006/03/09  13:45:30
27320         Log: Add the MAD change to perly.y, which brings a new PEG token.
27321      Branch: perl
27322            ! perly.act perly.h perly.tab perly.y
27323 ____________________________________________________________________________
27324 [ 27436] By: mhx                                   on 2006/03/09  12:54:19
27325         Log: Fix a memory leak in ck_grep(), spotted by coverity:
27326              perl -e'eval "grep" while 1'
27327      Branch: perl
27328            ! op.c
27329 ____________________________________________________________________________
27330 [ 27435] By: nicholas                              on 2006/03/09  12:41:40
27331         Log: Tweaking the order of op creation/op free in Perl_ck_require to Larry's
27332              order doesn't make tests pass :-(. Nor does it make them fail.
27333      Branch: perl
27334            ! op.c
27335 ____________________________________________________________________________
27336 [ 27434] By: nicholas                              on 2006/03/09  12:17:41
27337         Log: Fix C99ism in dump.c
27338      Branch: perl
27339            ! dump.c
27340 ____________________________________________________________________________
27341 [ 27433] By: nicholas                              on 2006/03/09  12:01:36
27342         Log: Unroll 27425 - keeping Larry's order in op.c means that exactly the
27343              same sequence of pad usage is generated with and without MAD.
27344      Branch: perl
27345            ! ext/B/t/f_map.t op.c
27346 ____________________________________________________________________________
27347 [ 27432] By: nicholas                              on 2006/03/09  11:20:14
27348         Log: Note the weakref.t failure that commenting out this code caused.
27349              Pesky waterbeds.
27350      Branch: perl
27351            ! op.c
27352 ____________________________________________________________________________
27353 [ 27431] By: nicholas                              on 2006/03/09  11:04:23
27354         Log: Note the cause of another MAD test failure - an explicit abort trap
27355              for saving PL_formfeed is being hit.
27356      Branch: perl
27357            ! scope.c
27358 ____________________________________________________________________________
27359 [ 27430] By: nicholas                              on 2006/03/09  10:53:25
27360         Log: Bodge MAD code to get pack.t and ext/Encode/t/Encode.t passing.
27361      Branch: perl
27362            ! op.c
27363 ____________________________________________________________________________
27364 [ 27429] By: nicholas                              on 2006/03/08  23:33:05
27365         Log: Make MAD at least compile and link once more. Although it's now failing
27366              6 regression tests.
27367      Branch: perl
27368            ! op.c perly.c
27369 ____________________________________________________________________________
27370 [ 27428] By: nicholas                              on 2006/03/08  22:36:30
27371         Log: Further MAD changes.
27372      Branch: perl
27373            ! perl.c perly.c pp_ctl.c scope.c
27374 ____________________________________________________________________________
27375 [ 27427] By: nicholas                              on 2006/03/08  21:53:06
27376         Log: Oops. Didn't mean to commit 27426 to maint first. Integrate it:
27377              Avoid writing over the input string in the case 'F' in moreswitches.
27378      Branch: perl
27379           !> perl.c
27380 ____________________________________________________________________________
27381 [ 27425] By: nicholas                              on 2006/03/08  21:18:58
27382         Log: The last MAD change to op.c changes the pad offsets of the test that
27383              ext/B/t/f_map.t is using.
27384      Branch: perl
27385            ! ext/B/t/f_map.t op.c
27386 ____________________________________________________________________________
27387 [ 27424] By: nicholas                              on 2006/03/08  20:34:16
27388         Log: Almost all the MAD changes for op.c
27389      Branch: perl
27390            ! embed.fnc embed.h op.c perl.h proto.h
27391 ____________________________________________________________________________
27392 [ 27423] By: nicholas                              on 2006/03/08  18:17:09
27393         Log: Change from Larry in the MAD code which seems to be unrelated to MAD.
27394      Branch: perl
27395            ! op.c
27396 ____________________________________________________________________________
27397 [ 27422] By: nicholas                              on 2006/03/08  16:29:26
27398         Log: MAD changes to dump.c
27399      Branch: perl
27400            ! dump.c embed.fnc embed.h global.sym makedef.pl proto.h
27401 ____________________________________________________________________________
27402 [ 27421] By: steveh                                on 2006/03/08  16:25:23
27403         Log: Get rid of unnecessary "rmdir /s" calls in Win32 makefiles
27404              
27405              They only existed for the benefit of old shells that didn't
27406              understand "rmdir /s /q", but since change #27195 effectively
27407              drops support for old shells that don't understand "xcopy /y"
27408              it seems unnecessary now.
27409              
27410              Windows NT4, 2000, XP and onwards all support "rmdir /s /q", so
27411              it's probably only the Windows 9x shells that lose out.
27412      Branch: perl
27413            ! win32/Makefile win32/makefile.mk
27414 ____________________________________________________________________________
27415 [ 27420] By: steveh                                on 2006/03/08  15:20:28
27416         Log: Sort the ext/ and lib/ tests when running under t/harness
27417              
27418              Unless they are sorted then they are run in the same order in which
27419              they are listed in MANIFEST, which is not always ideal. In particular,
27420              the ext/Compress/IO/Zlib/t/*.t tests are not run in the correct order,
27421              which causes some files to be left behind afterwards.
27422              
27423              ExtUtils::Command::MM::test_harness() sorts test files, so it seems
27424              sensible for t/harness to do likewise, rather than relying on the
27425              ordering in MANIFEST.
27426      Branch: perl
27427            ! t/harness
27428 ____________________________________________________________________________
27429 [ 27419] By: nicholas                              on 2006/03/08  13:40:48
27430         Log: Add MAD changes to pad code (new function Perl_pad_peg)
27431      Branch: perl
27432            ! embed.fnc embed.h makedef.pl pad.c pad.h proto.h
27433 ____________________________________________________________________________
27434 [ 27418] By: steveh                                on 2006/03/08  13:37:28
27435         Log: Adjust Win32 distclean as per changes #27411 and #27417
27436      Branch: perl
27437            ! win32/Makefile win32/makefile.mk
27438 ____________________________________________________________________________
27439 [ 27417] By: rgs                                   on 2006/03/08  13:29:26
27440         Log: "make distclean" fix noticed by Steve Hay
27441      Branch: perl
27442            ! Makefile.SH
27443 ____________________________________________________________________________
27444 [ 27416] By: steveh                                on 2006/03/08  12:15:04
27445         Log: Cleanup Archive-Tar temporary test files
27446              
27447              I've done this twice before already (changes #25043 and #26785),
27448              but it keeps getting accidentally removed. Third time lucky?
27449      Branch: perl
27450            ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t
27451 ____________________________________________________________________________
27452 [ 27415] By: rgs                                   on 2006/03/08  10:31:24
27453         Log: Subject: [PATCH] Re: [perl #38684] O::Deparse not working as expected 
27454              From: Stephen McCamant <smcc@mit.edu>
27455              Date: Tue, 7 Mar 2006 20:00:30 -0800
27456              Message-ID: <17422.22238.570532.2771@apocalypse.OCF.Berkeley.EDU>
27457      Branch: perl
27458            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
27459 ____________________________________________________________________________
27460 [ 27414] By: rgs                                   on 2006/03/08  10:25:26
27461         Log: Subject: [PATCH] Removed unused check and assignment in pp_hot.c
27462              From: andy@petdance.com (Andy Lester)
27463              Date: Wed, 8 Mar 2006 00:45:29 -0600
27464              Message-ID: <20060308064529.GA16499@petdance.com>
27465      Branch: perl
27466            ! pp_hot.c
27467 ____________________________________________________________________________
27468 [ 27413] By: steveh                                on 2006/03/08  09:36:50
27469         Log: Don't try to export PL_madskills/PL_xmlfp when they're not defined
27470              (Fixes Win32 linker error introduced by change #27408)
27471      Branch: perl
27472            ! makedef.pl
27473 ____________________________________________________________________________
27474 [ 27412] By: steveh                                on 2006/03/08  08:42:44
27475         Log: Complete change #27407/27410 on Win32 and tidy up change #27372
27476      Branch: perl
27477            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27478            ! win32/config_H.vc64
27479 ____________________________________________________________________________
27480 [ 27411] By: rgs                                   on 2006/03/08  08:23:54
27481         Log: "make distclean" adjustments for the new Compress modules
27482      Branch: perl
27483            ! Makefile.SH
27484 ____________________________________________________________________________
27485 [ 27410] By: merijn                                on 2006/03/08  08:10:25
27486         Log: Backport #27407
27487              Add a Configure question for mad (Misc Attribute Decoration - Larry's
27488              perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h
27489      Branch: perl
27490            ! Configure Porting/Glossary config_h.SH
27491 ____________________________________________________________________________
27492 [ 27408] By: nicholas                              on 2006/03/07  23:24:55
27493         Log: Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp,
27494              and default definitions for the 2 variables. (Which will save a lot of
27495              conditional complilation, by instead letting the C compiler optimiser
27496              remove dead code.)
27497      Branch: perl
27498            ! XSUB.h embedvar.h intrpvar.h op.h perl.h perlapi.h
27499 ____________________________________________________________________________
27500 [ 27407] By: nicholas                              on 2006/03/07  22:16:55
27501         Log: Add a Configure question for mad (Misc Attribute Decoration - Larry's
27502              perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h
27503      Branch: perl
27504            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
27505            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
27506            ! perl.c plan9/config_sh.sample symbian/config.sh uconfig.sh
27507            ! win32/config.bc win32/config.gc win32/config.vc
27508            ! win32/config.vc64 wince/config.ce
27509 ____________________________________________________________________________
27510 [ 27406] By: nicholas                              on 2006/03/07  19:31:49
27511         Log: Two more TODOs for those with C knowledge.
27512      Branch: perl
27513            ! pod/perltodo.pod
27514 ____________________________________________________________________________
27515 [ 27405] By: nicholas                              on 2006/03/07  19:27:28
27516         Log: Remove the #define - ARENASETS are always on now.
27517      Branch: perl
27518            ! perl.h sv.c
27519 ____________________________________________________________________________
27520 [ 27404] By: nicholas                              on 2006/03/07  19:23:14
27521         Log: TPF++ # http://www.perlfoundation.org/gc/grants/2006-perl5-improve.html
27522              Shrinking PVGVs, PVLVs, PVCVs and PVFMs is TODOne.
27523      Branch: perl
27524            ! pod/perltodo.pod
27525 ____________________________________________________________________________
27526 [ 27403] By: rgs                                   on 2006/03/07  17:09:54
27527         Log: This looks like a memory leak.
27528      Branch: perl
27529            ! op.c
27530 ____________________________________________________________________________
27531 [ 27402] By: rgs                                   on 2006/03/07  16:49:58
27532         Log: $[ = 2 should not warn.
27533      Branch: perl
27534            ! op.c t/lib/warnings/op
27535 ____________________________________________________________________________
27536 [ 27401] By: steveh                                on 2006/03/07  14:58:20
27537         Log: Fix lib/Module/Build/t/compat.t
27538              (e.g. see http://www.nntp.perl.org/group/perl.daily-build.reports/36431)
27539      Branch: perl
27540            ! lib/Module/Build/t/compat.t
27541 ____________________________________________________________________________
27542 [ 27400] By: rgs                                   on 2006/03/07  14:36:00
27543         Log: Make report on bad filenames easier to read
27544      Branch: perl
27545            ! Porting/check83.pl
27546 ____________________________________________________________________________
27547 [ 27399] By: rgs                                   on 2006/03/07  14:15:46
27548         Log: FAQ sync. (FAQ now moved to svn)
27549      Branch: perl
27550            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
27551            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
27552            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
27553            ! pod/perlfaq9.pod
27554 ____________________________________________________________________________
27555 [ 27398] By: stevep                                on 2006/03/07  04:48:29
27556         Log: Upgrade to PathTools-3.17
27557      Branch: perl
27558            ! ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
27559 ____________________________________________________________________________
27560 [ 27397] By: stevep                                on 2006/03/06  23:31:21
27561         Log: Subject:  Re: [PATCH] Removed a redundant o->op_type
27562              From: Paul Johnson <paul@pjcj.net>
27563              Date: Tue, 28 Feb 2006 20:17:31 +0100
27564              Message-ID: <20060228191731.GD20933@pjcj.net>
27565      Branch: perl
27566            ! op.c
27567 ____________________________________________________________________________
27568 [ 27396] By: mhx                                   on 2006/03/06  22:18:52
27569         Log: Don't free thread memory if PERL_DESTRUCT_LEVEL is set to a non-zero
27570              value as we're probably hunting memory leaks then
27571      Branch: perl
27572            ! perl.c
27573 ____________________________________________________________________________
27574 [ 27393] By: nicholas                              on 2006/03/06  20:44:02
27575         Log: Update David Dyck's e-mail address.
27576      Branch: perl
27577            ! AUTHORS Porting/checkAUTHORS.pl
27578 ____________________________________________________________________________
27579 [ 27390] By: rgs                                   on 2006/03/06  17:26:43
27580         Log: Add all new utilities in the perlutil man page.
27581              Includes lots of work by Zsban Ambrus.
27582      Branch: perl
27583            ! pod/perlutil.pod
27584 ____________________________________________________________________________
27585 [ 27389] By: rgs                                   on 2006/03/06  16:09:50
27586         Log: Subject: [PATCH] add Module::Build 0.27_08
27587              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
27588              Date: Sun, 5 Mar 2006 12:08:30 -0800
27589              Message-ID: <20060305200830.GA2660@efn.org>
27590      Branch: perl
27591            + lib/Module/Build.pm lib/Module/Build/Authoring.pod
27592            + lib/Module/Build/Base.pm lib/Module/Build/Changes
27593            + lib/Module/Build/Compat.pm lib/Module/Build/ConfigData.pm
27594            + lib/Module/Build/Cookbook.pm lib/Module/Build/ModuleInfo.pm
27595            + lib/Module/Build/Notes.pm lib/Module/Build/PPMMaker.pm
27596            + lib/Module/Build/Platform/Amiga.pm
27597            + lib/Module/Build/Platform/Default.pm
27598            + lib/Module/Build/Platform/EBCDIC.pm
27599            + lib/Module/Build/Platform/MPEiX.pm
27600            + lib/Module/Build/Platform/MacOS.pm
27601            + lib/Module/Build/Platform/RiscOS.pm
27602            + lib/Module/Build/Platform/Unix.pm
27603            + lib/Module/Build/Platform/VMS.pm
27604            + lib/Module/Build/Platform/VOS.pm
27605            + lib/Module/Build/Platform/Windows.pm
27606            + lib/Module/Build/Platform/aix.pm
27607            + lib/Module/Build/Platform/cygwin.pm
27608            + lib/Module/Build/Platform/darwin.pm
27609            + lib/Module/Build/Platform/os2.pm lib/Module/Build/PodParser.pm
27610            + lib/Module/Build/scripts/config_data
27611            + lib/Module/Build/t/basic.t
27612            + lib/Module/Build/t/bundled/Tie/CPHash.pm
27613            + lib/Module/Build/t/compat.t lib/Module/Build/t/destinations.t
27614            + lib/Module/Build/t/ext.t lib/Module/Build/t/extend.t
27615            + lib/Module/Build/t/files.t lib/Module/Build/t/install.t
27616            + lib/Module/Build/t/lib/DistGen.pm
27617            + lib/Module/Build/t/lib/MBTest.pm
27618            + lib/Module/Build/t/manifypods.t lib/Module/Build/t/metadata.t
27619            + lib/Module/Build/t/metadata2.t lib/Module/Build/t/moduleinfo.t
27620            + lib/Module/Build/t/notes.t lib/Module/Build/t/parents.t
27621            + lib/Module/Build/t/pod_parser.t lib/Module/Build/t/ppm.t
27622            + lib/Module/Build/t/runthrough.t lib/Module/Build/t/signature.t
27623            + lib/Module/Build/t/tilde.t lib/Module/Build/t/versions.t
27624            + lib/Module/Build/t/xs.t utils/config_data.PL
27625            ! MANIFEST Porting/Maintainers.pl installperl pod/perlutil.pod
27626            ! utils.lst utils/Makefile vms/descrip_mms.template
27627            ! win32/Makefile win32/makefile.mk
27628 ____________________________________________________________________________
27629 [ 27388] By: rgs                                   on 2006/03/06  14:52:48
27630         Log: Upgrade to Archive::Tar 1.29
27631      Branch: perl
27632            ! lib/Archive/Tar.pm lib/Archive/Tar/t/00_setup.t
27633            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
27634 ____________________________________________________________________________
27635 [ 27387] By: rgs                                   on 2006/03/06  10:06:53
27636         Log: Add and remove files forgotten in change #27384
27637      Branch: perl
27638            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
27639            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
27640            + ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
27641            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
27642            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
27643            + ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
27644            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
27645            - (delete 110 files)
27646            ! MANIFEST
27647 ____________________________________________________________________________
27648 [ 27386] By: craigb                                on 2006/03/06  03:42:19
27649         Log: Subject: PATCH: 2 vms specific build files in perl @ 27383
27650              From: Peter Prymmer <PPrymmer@factset.com>
27651              Date: Sun, 05 Mar 2006 20:30:09 -0500
27652              Message-id: <OFF0B19477.39D9ABEB-ON85257129.00070590-85257129.000840D3@factset.com>
27653      Branch: perl
27654            ! configure.com vms/gen_shrfls.pl
27655 ____________________________________________________________________________
27656 [ 27385] By: craigb                                on 2006/03/06  03:26:39
27657         Log: Subject: Re: threads and VMS
27658              From: "John E. Malmberg" <wb8tyw@qsl.net>
27659              Date: Sun, 05 Mar 2006 00:32:27 -0500
27660              Message-id: <440A77EB.2030205@qsl.net>
27661      Branch: perl
27662            ! vms/vms.c
27663 ____________________________________________________________________________
27664 [ 27384] By: stevep                                on 2006/03/06  02:06:04
27665         Log: Subject: [PATCH] Compress::Zlib
27666              From: "Paul Marquess" <paul.marquess@ntlworld.com>
27667              Date: Fri, 3 Mar 2006 10:25:48 -0000
27668              Message-ID: <007101c63eac$d919c6c0$4c05140a@myopwv.com>
27669      Branch: perl
27670            + (add 129 files)
27671            ! MANIFEST ext/Compress/Zlib/Changes
27672            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
27673            ! ext/Compress/Zlib/examples/filtdef
27674            ! ext/Compress/Zlib/examples/filtinf
27675            ! ext/Compress/Zlib/examples/gzcat
27676            ! ext/Compress/Zlib/examples/gzgrep
27677            ! ext/Compress/Zlib/examples/gzstream
27678            ! ext/Compress/Zlib/t/01version.t
27679            ! ext/Compress/Zlib/t/03zlib-v1.t
27680            ! ext/Compress/Zlib/t/05examples.t
27681            ! ext/Compress/Zlib/t/06gzsetp.t
27682            ! ext/Compress/Zlib/t/08encoding.t
27683            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/99pod.t
27684            ! t/lib/compress/any.pl t/lib/compress/anyunc.pl
27685            ! t/lib/compress/destroy.pl t/lib/compress/generic.pl
27686            ! t/lib/compress/merge.pl t/lib/compress/multi.pl
27687            ! t/lib/compress/newtied.pl t/lib/compress/oneshot.pl
27688            ! t/lib/compress/prime.pl t/lib/compress/tied.pl
27689            ! t/lib/compress/truncate.pl t/lib/compress/zlib-generic.pl
27690 ____________________________________________________________________________
27691 [ 27383] By: nicholas                              on 2006/03/05  21:21:10
27692         Log: Change 27380 (HEK into the IV union failed to convert the code in the
27693              non-gcc-debugging ifdef. Whoops. Very lax of me)
27694      Branch: perl
27695            ! gv.h
27696 ____________________________________________________________________________
27697 [ 27382] By: nicholas                              on 2006/03/05  19:07:12
27698         Log: Perl_gv_name_set should not leak the old HEK. Allow the flag GV_ADD
27699              to simplify GV initialisation.
27700      Branch: perl
27701            ! gv.c gv.h sv.c
27702 ____________________________________________________________________________
27703 [ 27381] By: nicholas                              on 2006/03/05  18:40:59
27704         Log: Change hv_name_set to take U32 length and flags parameters.
27705      Branch: perl
27706            ! embed.fnc hv.c proto.h
27707 ____________________________________________________________________________
27708 [ 27380] By: nicholas                              on 2006/03/05  18:13:42
27709         Log: Move the GvNAME HEK into the IV union - every GV is now 1 pointer
27710              smaller.
27711      Branch: perl
27712            ! av.h cv.h gv.c gv.h hv.h sv.h
27713 ____________________________________________________________________________
27714 [ 27379] By: nicholas                              on 2006/03/05  17:47:23
27715         Log: Use a HEK to store the GV's name, rather than a malloc()ed string.
27716              Saves 1 word in each GV (no more strlen), and will also save the memory
27717              used by the string itself, as the HEK will exist already due to the
27718              key used by the symbol table for this GV.
27719      Branch: perl
27720            ! gv.c gv.h sv.c sv.h
27721 ____________________________________________________________________________
27722 [ 27378] By: nicholas                              on 2006/03/05  12:12:56
27723         Log: Only #define PERL_DONT_CREATE_GVSV if it wasn't already defined.
27724      Branch: perl
27725            ! perl.h
27726 ____________________________________________________________________________
27727 [ 27377] By: nicholas                              on 2006/03/05  11:53:55
27728         Log: Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET.
27729      Branch: perl
27730            ! embed.fnc embed.h global.sym gv.c gv.h proto.h sv.c
27731 ____________________________________________________________________________
27732 [ 27376] By: craigb                                on 2006/03/05  00:03:31
27733         Log: Subject: Re: threads and VMS
27734              From: "John E. Malmberg" <wb8tyw@qsl.net>
27735              Date: Sat, 04 Mar 2006 18:29:22 -0500
27736              Message-id: <440A22D2.30009@qsl.net>
27737      Branch: perl
27738            ! doio.c
27739 ____________________________________________________________________________
27740 [ 27375] By: merijn                                on 2006/03/04  06:48:13
27741         Log: Subject: patch@27373 VMS build fix + more long pathname stuff
27742              From: "John E. Malmberg" <wb8tyw@qsl.net>
27743              Date: Sat, 04 Mar 2006 00:36:03 -0500
27744              Message-ID: <44092743.4030607@qsl.net>
27745      Branch: perl
27746            ! vms/vms.c
27747 ____________________________________________________________________________
27748 [ 27374] By: merijn                                on 2006/03/04  06:44:10
27749         Log: Subject: Re: [PATCH] include configure.com in Porting/checkcfgvar.pl
27750              From: Abe Timmerman <abe@ztreet.demon.nl>
27751              Date: Fri, 3 Mar 2006 22:56:47 +0100
27752              Message-Id: <200603032256.47170.abe@ztreet.demon.nl>
27753      Branch: perl
27754            ! Porting/checkcfgvar.pl configure.com
27755 ____________________________________________________________________________
27756 [ 27373] By: stevep                                on 2006/03/03  18:40:22
27757         Log: Add d_builtin_choose_expr and d_builtin_expect to configure.com as
27758              'undef'.
27759      Branch: perl
27760            ! configure.com
27761 ____________________________________________________________________________
27762 [ 27372] By: stevep                                on 2006/03/03  18:34:18
27763         Log: Make Win32 configuration changes for HAS_BUILTIN_CHOOSE_EXPR and
27764              HAS_BUILTIN_EXPECT.
27765      Branch: perl
27766            ! win32/config.bc win32/config.gc win32/config.vc
27767            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
27768            ! win32/config_H.vc win32/config_H.vc64
27769 ____________________________________________________________________________
27770 [ 27371] By: stevep                                on 2006/03/03  17:49:01
27771         Log: Subject: [PATCH] include configure.com in Porting/checkcfgvar.pl
27772              From: Abe Timmerman <abe@ztreet.demon.nl>
27773              Date: Fri, 3 Mar 2006 18:43:24 +0100
27774              Message-Id: <200603031843.24250.abe@ztreet.demon.nl>
27775      Branch: perl
27776            ! Porting/checkcfgvar.pl
27777 ____________________________________________________________________________
27778 [ 27370] By: merijn                                on 2006/03/03  16:40:57
27779         Log: Subject: [PATCH] Support for __builtin_expect and __builtin_choose_expr
27780              From: Andy Lester <andy@petdance.com>
27781              Date: Wed, 28 Dec 2005 15:34:08 -0600
27782              Message-ID: <20051228213408.GB26033@petdance.com>
27783      Branch: perl
27784            ! Configure Porting/Glossary config_h.SH perl.h
27785 ____________________________________________________________________________
27786 [ 27368] By: rgs                                   on 2006/03/03  15:45:32
27787         Log: Subject: [PATCH] Re: [perl #38657] -d:Foo=bar broke in 5.8.8
27788              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27789              Date: Thu, 02 Mar 2006 20:21:26 +0200
27790              Message-ID: <440737A6.4060606@gmail.com>
27791      Branch: perl
27792            ! t/lib/Devel/switchd.pm t/run/switchd.t
27793 ____________________________________________________________________________
27794 [ 27367] By: merijn                                on 2006/03/03  07:35:51
27795         Log: #27363 broke HP-UX (and others). if [[ ... ]] syntax not supported
27796      Branch: perl
27797            ! Configure
27798 ____________________________________________________________________________
27799 [ 27365] By: stevep                                on 2006/03/03  00:18:40
27800         Log: Subject: Re: [PATCH] Re: [perl #38612] Data::Dumper core dump in 5.8.6, fixed by 5.8.7
27801              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27802              Date: Thu, 02 Mar 2006 22:46:14 +0200
27803              Message-ID: <44075996.1000002@gmail.com>
27804      Branch: perl
27805            ! ext/Data/Dumper/t/bugs.t
27806 ____________________________________________________________________________
27807 [ 27364] By: merijn                                on 2006/03/02  20:14:50
27808         Log: Taint handling for runperl:
27809              - better taint detection (switch -T in command)
27810              - $ENV{PATH} stripping of writeable directories on unix/linux
27811      Branch: perl
27812            ! t/test.pl
27813 ____________________________________________________________________________
27814 [ 27363] By: merijn                                on 2006/03/02  20:07:51
27815         Log: Subject: [perl #38385] _h2ph_pre.ph / $Config{cppsymbols} omits gcc-3.4+ cpp "predefined macros" 
27816              Date: Tue, 31 Jan 2006 09:50:32 -0800
27817              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
27818      Branch: perl
27819            ! Configure utils/h2ph.PL
27820 ____________________________________________________________________________
27821 [ 27361] By: rgs                                   on 2006/03/02  09:11:35
27822         Log: Subject: [PATCH] mgvtbl initialization
27823              From: andy@petdance.com (Andy Lester)
27824              Date: Wed, 1 Mar 2006 22:52:20 -0600
27825              Message-ID: <20060302045220.GA15985@petdance.com>
27826      Branch: perl
27827            ! perl.h
27828 ____________________________________________________________________________
27829 [ 27360] By: rgs                                   on 2006/03/02  09:08:30
27830         Log: Subject: [PATCH] Non-null optimizations
27831              From: andy@petdance.com (Andy Lester)
27832              Date: Wed, 1 Mar 2006 22:13:45 -0600
27833              Message-ID: <20060302041345.GA13731@petdance.com>
27834      Branch: perl
27835            ! embed.fnc pod/perlapi.pod proto.h sv.c
27836 ____________________________________________________________________________
27837 [ 27359] By: rgs                                   on 2006/03/01  22:39:24
27838         Log: Don't put strings with embedded NULs in the environment.
27839              This makes things like -d:Foo=bar work again.
27840      Branch: perl
27841            ! perl.c
27842 ____________________________________________________________________________
27843 [ 27358] By: stevep                                on 2006/03/01  20:15:27
27844         Log: Grammar nit in Locale::Maketext::TPJ13.pod, found by Justin Pryzby.
27845      Branch: perl
27846            ! lib/Locale/Maketext/TPJ13.pod
27847 ____________________________________________________________________________
27848 [ 27357] By: stevep                                on 2006/03/01  16:53:49
27849         Log: Upgrade to podlators-2.04
27850      Branch: perl
27851            + lib/Pod/t/filehandle.t
27852            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
27853 ____________________________________________________________________________
27854 [ 27356] By: stevep                                on 2006/03/01  16:29:37
27855         Log: Upgrade to assertions-0.03
27856      Branch: perl
27857            ! lib/assertions.pm lib/assertions/activate.pm
27858            ! lib/assertions/compat.pm t/comp/assertions.t
27859            ! t/comp/asstcompat.t
27860 ____________________________________________________________________________
27861 [ 27355] By: rgs                                   on 2006/03/01  16:13:56
27862         Log: Subject: [PATCH] a buglet in fakesdio.h
27863              From: Anton Berezin <tobez@tobez.org>
27864              Date: Wed, 1 Mar 2006 16:56:13 +0100
27865              Message-ID: <20060301155613.GA30368@heechee.tobez.org>
27866      Branch: perl
27867            ! fakesdio.h
27868 ____________________________________________________________________________
27869 [ 27354] By: stevep                                on 2006/03/01  16:08:17
27870         Log: Upgrade to CGI.pm-3.17, but continuing the version bump for 
27871              unintegrated changes.
27872      Branch: perl
27873            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
27874 ____________________________________________________________________________
27875 [ 27353] By: rgs                                   on 2006/03/01  09:08:46
27876         Log: Subject: Re: Patch lint for grep { /.../ } and grep /.../,
27877              From: "Joshua ben Jore" <twists@gmail.com>
27878              Date: Wed, 1 Mar 2006 01:14:14 -0600
27879              Message-ID: <dc5c751d0602282314o19c54a3av92d1a3addbc895fb@mail.gmail.com>
27880      Branch: perl
27881            ! ext/B/B/Lint.pm ext/B/t/lint.t
27882 ____________________________________________________________________________
27883 [ 27352] By: steveh                                on 2006/02/28  12:51:55
27884         Log: Silence another VC++ warning
27885              (signed/unsigned mismatch)
27886      Branch: perl
27887            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/sha.c
27888 ____________________________________________________________________________
27889 [ 27351] By: steveh                                on 2006/02/28  12:40:06
27890         Log: Silence a VC++ warning with DEBUGGING builds
27891              (signed/unsigned mismatch)
27892      Branch: perl
27893            ! sv.c
27894 ____________________________________________________________________________
27895 [ 27350] By: nicholas                              on 2006/02/27  21:41:58
27896         Log: In Perl_sv_setsv_flags, swap the default in the type based switch to
27897              the "Bizarre copy" failure case.
27898      Branch: perl
27899            ! sv.c
27900 ____________________________________________________________________________
27901 [ 27349] By: nicholas                              on 2006/02/27  21:10:21
27902         Log: Subject: [PATCH] Removed a redundant o->op_type
27903              From: andy@petdance.com (Andy Lester)
27904              Message-ID: <20060227202043.GA7783@petdance.com>
27905              Date: Mon, 27 Feb 2006 14:20:43 -0600
27906      Branch: perl
27907            ! op.c
27908 ____________________________________________________________________________
27909 [ 27348] By: steveh                                on 2006/02/27  17:48:55
27910         Log: Silence a GCC warning
27911              (assignment from incompatible pointer type)
27912      Branch: perl
27913            ! sv.h
27914 ____________________________________________________________________________
27915 [ 27347] By: steveh                                on 2006/02/27  17:24:37
27916         Log: Silence a VC++ warning
27917              (conversion from 'long ' to 'char ', possible loss of data)
27918      Branch: perl
27919            ! sv.c
27920 ____________________________________________________________________________
27921 [ 27346] By: rgs                                   on 2006/02/27  17:00:37
27922         Log: Upgrade to CPAN 1.87
27923      Branch: perl
27924            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
27925            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
27926 ____________________________________________________________________________
27927 [ 27345] By: nicholas                              on 2006/02/27  16:13:05
27928         Log: Move all the de-tainting logic for runperl into test.pl.
27929      Branch: perl
27930            ! t/op/utftaint.t t/test.pl
27931 ____________________________________________________________________________
27932 [ 27344] By: rgs                                   on 2006/02/27  15:43:41
27933         Log: Subject: [PATCH] fix up gv.c and gv.h
27934              From: andy@petdance.com (Andy Lester)
27935              Date: Sat, 25 Feb 2006 20:52:16 -0600
27936              Message-ID: <20060226025216.GA12758@petdance.com>
27937      Branch: perl
27938            ! gv.h
27939 ____________________________________________________________________________
27940 [ 27343] By: rgs                                   on 2006/02/27  15:36:46
27941         Log: Subject: [PATCH] PERL_TRACK_MEMPOOL cripples environment after exit()
27942              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
27943              Date: Sun, 26 Feb 2006 20:47:21 +0100
27944              Message-ID: <20060226204721.00be2bff@r2d2>
27945      Branch: perl
27946            ! miniperlmain.c
27947 ____________________________________________________________________________
27948 [ 27342] By: rgs                                   on 2006/02/27  14:45:00
27949         Log: Subject: [patch] dumping tied globs without FILENO method on the debugger fails
27950              From: Salvador Fandino <sfandino@yahoo.com>
27951              Date: Sat, 25 Feb 2006 11:14:20 +0100
27952              Message-ID: <20060225101254.726.qmail@lists.develooper.com>
27953      Branch: perl
27954            ! lib/dumpvar.pl
27955 ____________________________________________________________________________
27956 [ 27341] By: steveh                                on 2006/02/27  14:39:46
27957         Log: Fix op/utftaint.t on Win32 following change #27248
27958              (Don't remove PATH completely because it'll break on Unix if you
27959              have . in the PATH)
27960      Branch: perl
27961            ! t/op/utftaint.t
27962 ____________________________________________________________________________
27963 [ 27340] By: nicholas                              on 2006/02/27  14:19:32
27964         Log: There is now the potential for an upgrade from something without an
27965              offset (PVNV or PVMG) to something with one (PVCV, PVFM). Deal with
27966              this correctly.
27967      Branch: perl
27968            ! sv.c
27969 ____________________________________________________________________________
27970 [ 27339] By: rgs                                   on 2006/02/27  13:40:44
27971         Log: ptr_table_find() is only defined with ithreads
27972      Branch: perl
27973            ! embed.fnc embed.h proto.h sv.c
27974 ____________________________________________________________________________
27975 [ 27338] By: merijn                                on 2006/02/27  13:28:04
27976         Log: Workaround for initialization errors on HP's pre-compiler
27977              Do not ask me to explain. This re-definition works on AIX
27978              and HP-UX. Let's await the smokes.
27979      Branch: perl
27980            ! sv.c
27981 ____________________________________________________________________________
27982 [ 27337] By: steveh                                on 2006/02/27  12:21:14
27983         Log: Fix code-before-declaration error (under VC++) from change #27334
27984      Branch: perl
27985            ! perlio.c
27986 ____________________________________________________________________________
27987 [ 27336] By: nicholas                              on 2006/02/27  12:00:12
27988         Log: Change 27330 failed to decontaminate SvCUR/GvFLAGS when upgrading an
27989              SvPV acting as a prototype placeholder to a full typeglob.
27990      Branch: perl
27991            ! gv.c
27992 ____________________________________________________________________________
27993 [ 27335] By: rgs                                   on 2006/02/27  11:26:58
27994         Log: Subject: Testing hash key stringification
27995              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
27996              Date: Sun, 26 Feb 2006 23:30:01 +0100
27997              Message-Id: <4871E87D-4B59-40A3-A091-A7A3CFA221CF@mailbox.tu-berlin.de>
27998      Branch: perl
27999            ! t/op/hashassign.t
28000 ____________________________________________________________________________
28001 [ 27334] By: rgs                                   on 2006/02/27  11:06:30
28002         Log: Subject: [PATCH] Speedups and shrinkages of SvREFCNT_inc
28003              From: andy@petdance.com (Andy Lester)
28004              Date: Fri, 24 Feb 2006 14:54:35 -0600
28005              Message-ID: <20060224205434.GA17867@petdance.com>
28006      Branch: perl
28007            ! av.c cop.h doio.c doop.c gv.c hv.c mg.c op.c pad.c perl.c
28008            ! perl.h perlio.c pod/perlapi.pod pod/perlintern.pod pp.c
28009            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
28010            ! sv.h toke.c
28011 ____________________________________________________________________________
28012 [ 27333] By: rgs                                   on 2006/02/27  10:33:59
28013         Log: Subject: [PATCH] Suppress System V IPC for 64-bit Darwin builds
28014              From: Dominic Dunlop <shouldbedomo@mac.com>
28015              Date: Fri, 24 Feb 2006 17:22:54 +0100
28016              Message-Id: <A685C5DB-23CE-430E-95F1-CC7A9480DDF9@mac.com>
28017      Branch: perl
28018            ! README.macosx hints/darwin.sh
28019 ____________________________________________________________________________
28020 [ 27332] By: rgs                                   on 2006/02/27  10:30:35
28021         Log: Subject: [perl #38633] doc patch: perlfunc "new" section lacks lock and qr 
28022              From: Zsban Ambrus (via RT) <perlbug-followup@perl.org>
28023              Date: Sat, 25 Feb 2006 05:11:03 -0800
28024              Message-ID: <rt-3.0.11-38633-130596.7.22367548359067@perl.org>
28025      Branch: perl
28026            ! pod/perlfunc.pod
28027 ____________________________________________________________________________
28028 [ 27331] By: rgs                                   on 2006/02/27  07:33:53
28029         Log: Fix argument grouping for some macros
28030      Branch: perl
28031            ! gv.h
28032 ____________________________________________________________________________
28033 [ 27330] By: nicholas                              on 2006/02/25  17:16:24
28034         Log: GvFLAGS can be overlaid with SvCUR.
28035      Branch: perl
28036            ! gv.h sv.h
28037 ____________________________________________________________________________
28038 [ 27329] By: nicholas                              on 2006/02/25  16:51:34
28039         Log: Subject: Re: [perl #38619] Bug in lc and uc (interaction between UTF-8, substr, and lc/uc)
28040              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
28041              Date: Sat, 25 Feb 2006 18:16:45 +0900
28042              Message-Id: <20060225180934.FCC3.BQW10602@nifty.com>
28043      Branch: perl
28044            ! pp.c t/op/lc.t
28045 ____________________________________________________________________________
28046 [ 27328] By: nicholas                              on 2006/02/25  16:50:15
28047         Log: Use xpv_len rather than xpv_cur in GVs to store GvASSIGN_GENERATION.
28048              Assert that GVs do not access SvCUR or SvLEN.
28049      Branch: perl
28050            ! gv.h sv.h
28051 ____________________________________________________________________________
28052 [ 27327] By: nicholas                              on 2006/02/25  16:48:46
28053         Log: Abstract the specific use of SvCUR in GVs for detecting variables on
28054              both sides of an assignment using GvASSIGN_GENERATION() and
28055              GvASSIGN_GENERATION_set().
28056      Branch: perl
28057            ! gv.h op.c
28058 ____________________________________________________________________________
28059 [ 27326] By: nicholas                              on 2006/02/25  15:38:25
28060         Log: xgv_stash can be stored as a union with the NV, reducing the size of
28061              PVGVs by another pointer.
28062      Branch: perl
28063            ! av.h cv.h gv.h hv.h sv.h
28064 ____________________________________________________________________________
28065 [ 27325] By: nicholas                              on 2006/02/25  15:11:28
28066         Log: Curiously none of the macros SvIVX, SvUVX or SvNVX are used on
28067              typeglobs.
28068      Branch: perl
28069            ! dump.c ext/Devel/Peek/t/Peek.t sv.h
28070 ____________________________________________________________________________
28071 [ 27324] By: nicholas                              on 2006/02/25  14:50:38
28072         Log: Amazingly, it seems that none of the other GV specific macros are
28073              accessed unless the GV thinks that it is a GV.
28074      Branch: perl
28075            ! gv.h sv.c
28076 ____________________________________________________________________________
28077 [ 27323] By: nicholas                              on 2006/02/25  00:39:30
28078         Log: Store GvGP in the SV head union. For all the common lookups [eg GvCV()]
28079              this avoids 1 pointer dereference and the associated risk of a CPU
28080              cache miss. Although this patch looks deceptively small, I fear its
28081              CBV(*) might be rather high.
28082              (* Crack By Volume)
28083      Branch: perl
28084            ! dump.c ext/Devel/Peek/t/Peek.t gv.c gv.h pp.c pp_hot.c sv.c
28085            ! sv.h
28086 ____________________________________________________________________________
28087 [ 27322] By: nicholas                              on 2006/02/24  23:30:50
28088         Log: With PERL_DONT_CREATE_GVSV, don't need to create a new GvSV in
28089              Perl_save_scalar.
28090      Branch: perl
28091            ! scope.c
28092 ____________________________________________________________________________
28093 [ 27321] By: nicholas                              on 2006/02/24  22:43:14
28094         Log: Given that SvPV on a typeglob is now irrelevant, really we only need
28095              to store the GvGP.
28096      Branch: perl
28097            ! scope.c
28098 ____________________________________________________________________________
28099 [ 27320] By: nicholas                              on 2006/02/24  21:42:33
28100         Log: Given that Perl_gp_free() is refcount-dec-and-maybe-free for the glob
28101              pointer, it's inconsistent that it only sets this GV's GvGP to 0 if
28102              this GV happened to have the last reference. Why should this GV care if
28103              it had the last reference? So always set it to 0. It's free. Gone.
28104      Branch: perl
28105            ! gv.c
28106 ____________________________________________________________________________
28107 [ 27319] By: nicholas                              on 2006/02/24  19:32:11
28108         Log: Avoid special case SvMAGIC macros just to cope with Perl_sv_unmagic.
28109      Branch: perl
28110            ! sv.c sv.h
28111 ____________________________________________________________________________
28112 [ 27313] By: nicholas                              on 2006/02/24  14:19:37
28113         Log: Use PVMGs rather than PVGVs to store the names of our variables in the
28114              pad.
28115      Branch: perl
28116            ! pad.c sv.c sv.h
28117 ____________________________________________________________________________
28118 [ 27312] By: nicholas                              on 2006/02/24  13:59:57
28119         Log: Store the stash for our in the magic slot. This will allow us to use
28120              PVMGs in pad names where previously PVGVs were used. In turn, this
28121              gives much greater flexibility for the layout of PVGVs.
28122      Branch: perl
28123            ! av.h cv.h hv.h pad.c sv.c sv.h
28124 ____________________________________________________________________________
28125 [ 27311] By: stevep                                on 2006/02/24  13:55:23
28126         Log: Upgrade to CPAN-1.86
28127      Branch: perl
28128            ! lib/CPAN.pm lib/CPAN/SIGNATURE
28129 ____________________________________________________________________________
28130 [ 27309] By: rgs                                   on 2006/02/24  12:52:01
28131         Log: Skip unportable test on VMS
28132      Branch: perl
28133            ! t/comp/opsubs.t
28134 ____________________________________________________________________________
28135 [ 27307] By: nicholas                              on 2006/02/24  11:52:53
28136         Log: Assert that GvSTASH is only called on PVGVs and PVLVs.
28137      Branch: perl
28138            ! gv.h
28139 ____________________________________________________________________________
28140 [ 27306] By: nicholas                              on 2006/02/24  11:52:28
28141         Log: Replace usage of GvSTASH for storing the stash of C<our> with
28142              OURSTASH. Set the stash with OURSTASH_SET.
28143      Branch: perl
28144            ! pad.c pad.h sv.h
28145 ____________________________________________________________________________
28146 [ 27304] By: nicholas                              on 2006/02/24  11:21:06
28147         Log: assert that SvMAGIC is never non-NULL for any PVMG used as a pad name.
28148      Branch: perl
28149            ! sv.h
28150 ____________________________________________________________________________
28151 [ 27302] By: nicholas                              on 2006/02/24  10:56:00
28152         Log: Redo previous sv.h change.
28153      Branch: perl
28154            ! sv.h
28155 ____________________________________________________________________________
28156 [ 27301] By: stevep                                on 2006/02/24  10:54:14
28157         Log: Subject: [PATCH] Perl_save_aelem can't be const
28158              From: Andy Lester <andy@petdance.com>
28159              Date: Thu, 23 Feb 2006 22:53:40 -0600
28160              Message-ID: <20060224045340.GA6318@petdance.com>
28161      Branch: perl
28162            ! embed.fnc proto.h scope.c
28163 ____________________________________________________________________________
28164 [ 27300] By: stevep                                on 2006/02/24  10:41:53
28165         Log: Subject: [PATCH] unused context warnings
28166              From: andy@petdance.com (Andy Lester)
28167              Date: Tue, 21 Feb 2006 00:27:11 -0600
28168              Message-ID: <20060221062711.GA16160@petdance.com>
28169      Branch: perl
28170            ! deb.c embed.pl hv.c locale.c mathoms.c mg.c miniperlmain.c
28171            ! numeric.c op.c perl.c perl.h perlapi.c perlio.c pp_ctl.c
28172            ! regcomp.c scope.c sv.c toke.c universal.c utf8.c util.c
28173 ____________________________________________________________________________
28174 [ 27297] By: nicholas                              on 2006/02/24  10:29:48
28175         Log: As SVs can't both be in a pad, and the name of a variable in the pad,
28176              overlay SVs_PADTMP with SVpad_TYPED and SVs_PADMY with SVpad_OUR.
28177      Branch: perl
28178            ! pad.h
28179 ____________________________________________________________________________
28180 [ 27296] By: stevep                                on 2006/02/24  02:56:02
28181         Log: Revert change #27295, which I thought fixed builds on Win32.
28182              Instead remove &PL_vtbl_glob from globvar.sym.
28183      Branch: perl
28184            ! XSUB.h globvar.sym
28185 ____________________________________________________________________________
28186 [ 27295] By: stevep                                on 2006/02/24  02:02:14
28187         Log: Last instance of PL_vtbl_glob removed.  It was missed change #27289.
28188      Branch: perl
28189            ! XSUB.h
28190 ____________________________________________________________________________
28191 [ 27294] By: nicholas                              on 2006/02/23  23:45:39
28192         Log: Replace direct flags tests & manipulations for SVpad_TYPED and
28193              SVpad_OUR with macros SvPAD_TYPED(), SvPAD_OUR() etc, to abstract
28194              away the flags bits acutally used to store this information.
28195      Branch: perl
28196            ! XSUB.h dump.c op.c pad.c pad.h pp.c sv.c sv.h toke.c
28197 ____________________________________________________________________________
28198 [ 27293] By: nicholas                              on 2006/02/23  22:17:07
28199         Log: Document a sixth use for SVf_FAKE
28200      Branch: perl
28201            ! sv.h
28202 ____________________________________________________________________________
28203 [ 27292] By: nicholas                              on 2006/02/23  20:28:34
28204         Log: We have sufficient spare bits to store the SV type in body_details,
28205              so add a small sanity check to ensure that we have the array in the
28206              correct order.
28207      Branch: perl
28208            ! sv.c
28209 ____________________________________________________________________________
28210 [ 27291] By: nicholas                              on 2006/02/23  19:40:23
28211         Log: Shrink struct body_details and hence sv.o slightly further by using
28212              bitfields.
28213      Branch: perl
28214            ! sv.c
28215 ____________________________________________________________________________
28216 [ 27290] By: nicholas                              on 2006/02/23  19:15:48
28217         Log: Using U8 rather than size type shrinks the body_details table.
28218      Branch: perl
28219            ! sv.c
28220 ____________________________________________________________________________
28221 [ 27289] By: nicholas                              on 2006/02/23  18:00:19
28222         Log: Remove set magic from typeglobs. Remove typeglob magic entirely.
28223              Typeglobs now never access the SvPVX, SvIVX or SvNVX when holding a
28224              valid GvGP().
28225      Branch: perl
28226            ! dump.c ext/Devel/Peek/t/Peek.t gv.c perl.h pod/perlguts.pod
28227            ! sv.c util.c
28228 ____________________________________________________________________________
28229 [ 27288] By: nicholas                              on 2006/02/23  17:45:55
28230         Log: In XS_attributes__guess_stash, attempting to call Gv* on a PVMG is
28231              bad and wrong.
28232      Branch: perl
28233            ! xsutils.c
28234 ____________________________________________________________________________
28235 [ 27287] By: stevep                                on 2006/02/23  17:42:09
28236         Log: Add test for RT #2166: foreach spuriously autovivifies
28237      Branch: perl
28238            ! t/cmd/for.t
28239 ____________________________________________________________________________
28240 [ 27286] By: stevep                                on 2006/02/23  16:24:19
28241         Log: Converted t/op/pos.t to use test.pl and added TODO test for 
28242              RT #1716 - search position reset after 'local' save/restore
28243      Branch: perl
28244            ! t/op/pos.t
28245 ____________________________________________________________________________
28246 [ 27283] By: rgs                                   on 2006/02/23  14:07:13
28247         Log: Subject: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
28248              From: "Jan Dubois" <jand@ActiveState.com>
28249              Date: Tue, 21 Feb 2006 12:36:31 -0800
28250              Message-ID: <019601c63726$7fcca200$6062a8c0@candy>
28251      Branch: perl
28252            ! win32/win32.c
28253 ____________________________________________________________________________
28254 [ 27282] By: nicholas                              on 2006/02/23  13:42:29
28255         Log: Recalculate dstr in Perl_sv_setsv_flags, as dstr may have been upgraded.
28256      Branch: perl
28257            ! sv.c
28258 ____________________________________________________________________________
28259 [ 27279] By: nicholas                              on 2006/02/23  13:07:54
28260         Log: Remove un-needed case in Perl_sv_setsv_flags (sv_upgrade will cover
28261              this one for us).
28262      Branch: perl
28263            ! sv.c
28264 ____________________________________________________________________________
28265 [ 27278] By: nicholas                              on 2006/02/23  11:11:12
28266         Log: Remove get magic from typeglobs. This means that PVGVs holding
28267              typeglobs never need to use SvPVX. This comes at price - typeglobs
28268              were using magic get for their stringificiation, and to pass SvOK(),
28269              so need to make typeglobs SvOK by default (by sucking SVp_SCREAM into
28270              SVf_OK - it's the only flag left), tweak SvSCREAM() to also check
28271              SVp_POK, and teach sv_2[inpu]v how to convert globs.
28272              However, it should free up SvPVX for the next part of the plan to
28273              pointer indirections, and therefore CPU cache pressure.
28274      Branch: perl
28275            ! embed.fnc embed.h ext/Devel/Peek/t/Peek.t gv.c mg.c perl.h
28276            ! proto.h sv.c sv.h
28277 ____________________________________________________________________________
28278 [ 27276] By: nicholas                              on 2006/02/23  00:29:04
28279         Log: Fix the copy sizes for PVFM and PVCV back to sanity.
28280      Branch: perl
28281            ! sv.c
28282 ____________________________________________________________________________
28283 [ 27274] By: nicholas                              on 2006/02/22  23:43:10
28284         Log: Fix typos and a missing bracket.
28285      Branch: perl
28286            ! pp.c t/op/studytied.t
28287 ____________________________________________________________________________
28288 [ 27273] By: nicholas                              on 2006/02/22  22:30:19
28289         Log: Avoid C<study>ing any strings that might change underneath us, such
28290              as tied scalars and scalars with overloaded stringification.
28291      Branch: perl
28292            ! pp.c t/op/studytied.t
28293 ____________________________________________________________________________
28294 [ 27272] By: rgs                                   on 2006/02/22  22:09:41
28295         Log: Mark some new study tests as TODO
28296      Branch: perl
28297            ! t/op/studytied.t
28298 ____________________________________________________________________________
28299 [ 27271] By: rgs                                   on 2006/02/22  21:04:33
28300         Log: Add a test for study() on tied scalars, by Andy Lester after
28301              Rick Delaney
28302      Branch: perl
28303            + t/op/studytied.t
28304            ! MANIFEST
28305 ____________________________________________________________________________
28306 [ 27270] By: rgs                                   on 2006/02/22  20:28:41
28307         Log: Turn on match string copying when /e flag is set on a substitution.
28308              
28309              Subject: [PATCH] dodge a valgrind error (for maint or blead)
28310              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
28311              Date: Feb 22, 2006 8:16 PM
28312              Message-ID: <43FCB896.7060106@gmail.com>
28313      Branch: perl
28314            ! pp_hot.c
28315 ____________________________________________________________________________
28316 [ 27269] By: nicholas                              on 2006/02/22  18:21:30
28317         Log: sv_dump should report the PV for PVGVs, as it can get set.
28318              (Typeglobs stringify via a call to GET magic, which uses the PV slot.)
28319      Branch: perl
28320            ! dump.c ext/Devel/Peek/t/Peek.t
28321 ____________________________________________________________________________
28322 [ 27268] By: nicholas                              on 2006/02/22  16:50:25
28323         Log: Test warnings for converting globs to other forms.
28324      Branch: perl
28325            ! t/op/gv.t
28326 ____________________________________________________________________________
28327 [ 27267] By: nicholas                              on 2006/02/22  00:23:49
28328         Log: Change 24643 made the mistake of assuming that CvCONST can only be true
28329              on XSUBs. Somehow it can also end up on perl subs. Bug spotted by and
28330              test case from Marcus Holland-Moritz.
28331      Branch: perl
28332            ! sv.c t/op/threads.t
28333 ____________________________________________________________________________
28334 [ 27265] By: nicholas                              on 2006/02/21  20:09:25
28335         Log: Can merge the two arms of Perl_magic_getglob to save space.
28336      Branch: perl
28337            ! mg.c
28338 ____________________________________________________________________________
28339 [ 27264] By: nicholas                              on 2006/02/21  19:04:39
28340         Log: Reorder the SV flags so that SVp_?OK and SVf_?OK occupy 8 contiguous
28341              bits (0x0000XX00). This makes perl 3K smaller with -Os on x86 FreeBSD,
28342              and might also help on other architectures (eg with 8 contiguous bits,
28343              the SvOK() test on ARM won't need an intermediate constant).
28344      Branch: perl
28345            ! sv.h
28346 ____________________________________________________________________________
28347 [ 27263] By: stevep                                on 2006/02/21  18:44:21
28348         Log: Additional hints needed to build threaded Perls on NetBSD.
28349      Branch: perl
28350            ! hints/netbsd.sh
28351 ____________________________________________________________________________
28352 [ 27262] By: nicholas                              on 2006/02/21  18:00:57
28353         Log: PL_body_arenas should be set to NULL when the interpreter is cleared.
28354      Branch: perl
28355            ! sv.c
28356 ____________________________________________________________________________
28357 [ 27261] By: nicholas                              on 2006/02/21  16:28:02
28358         Log: Teach B about CVf_ISXSUB
28359      Branch: perl
28360            ! ext/B/defsubs_h.PL ext/B/t/concise-xs.t
28361 ____________________________________________________________________________
28362 [ 27260] By: nicholas                              on 2006/02/21  16:12:37
28363         Log: Goodbye PERL_XSUB_OLDSTYLE.
28364      Branch: perl
28365            ! cv.h ext/B/defsubs_h.PL ext/B/t/concise-xs.t
28366            ! ext/Devel/Peek/t/Peek.t pp_ctl.c pp_hot.c
28367 ____________________________________________________________________________
28368 [ 27259] By: nicholas                              on 2006/02/21  15:40:04
28369         Log: Re-order the definitions of the private bits in SvFLAGS by value, so
28370              that we can see where we're already double-booked.
28371      Branch: perl
28372            ! sv.h
28373 ____________________________________________________________________________
28374 [ 27258] By: nicholas                              on 2006/02/21  15:23:21
28375         Log: Document the many uses of SVf_FAKE.
28376      Branch: perl
28377            ! sv.h
28378 ____________________________________________________________________________
28379 [ 27257] By: stevep                                on 2006/02/21  15:18:58
28380         Log: Add tests for the previously untested Hash::Util::all_keys().
28381      Branch: perl
28382            ! ext/Hash/Util/t/Util.t
28383 ____________________________________________________________________________
28384 [ 27256] By: stevep                                on 2006/02/21  00:43:43
28385         Log: $ExtUtils::MM_Unix::VERSION needs to stay numeric to avoid test
28386              warnings.
28387      Branch: perl
28388            ! lib/ExtUtils/MM_Unix.pm
28389 ____________________________________________________________________________
28390 [ 27255] By: stevep                                on 2006/02/21  00:40:23
28391         Log: Subject: Patches: B, CGI, ExtUtils::MM_Unix
28392              From: "Joshua ben Jore" <twists@gmail.com>
28393              Date: Sun, 19 Feb 2006 02:58:10 -0600
28394              Message-ID: <dc5c751d0602190058t78d915fv78c6318370307b63@mail.gmail.com>
28395      Branch: perl
28396            ! AUTHORS lib/CGI.pm
28397 ____________________________________________________________________________
28398 [ 27254] By: stevep                                on 2006/02/21  00:02:46
28399         Log: Subject: Re: Patches: B, CGI, ExtUtils::MM_Unix
28400              From: "Joshua ben Jore" <twists@gmail.com>
28401              Date: Mon, 20 Feb 2006 09:50:15 -0600
28402              Message-ID: <dc5c751d0602200750j21447031m86ea670b04ac27ed@mail.gmail.com>
28403              
28404              Includes changes to increment test count in ext/B/t/concise-xs.t and
28405              uses "no warnings 'once';" in ext/B/t/b.t rather than kludging to 
28406              avoid the warning.
28407      Branch: perl
28408            ! ext/B/B.pm ext/B/B.xs ext/B/t/b.t ext/B/t/concise-xs.t
28409 ____________________________________________________________________________
28410 [ 27252] By: stevep                                on 2006/02/20  23:01:41
28411         Log: Subject: [PATCH] op/magic failure on cygwin after 1.5.19-4
28412              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28413              Date: Mon, 20 Feb 2006 11:09:33 -0800
28414              Message-ID: <20060220190933.GA1316@efn.org>
28415      Branch: perl
28416            ! t/op/magic.t
28417 ____________________________________________________________________________
28418 [ 27251] By: nicholas                              on 2006/02/20  20:32:09
28419         Log: Steal code from maint, and use PERL_ARENA_ROOTS_SIZE to size the arena
28420              arrays, rather than SVt_LAST, so that SVt_LAST can truthfully remain
28421              the number of genuine SV types, unclouded by implementation details.
28422      Branch: perl
28423            ! intrpvar.h sv.c sv.h
28424 ____________________________________________________________________________
28425 [ 27250] By: rgs                                   on 2006/02/20  20:03:37
28426         Log: Subject: [PATCH] Make SDBM_File work with -Duse64bitall on Darwin (Mac OS X)
28427              From: Dominic Dunlop <shouldbedomo@mac.com>
28428              Date: Feb 20, 2006 1:46 PM
28429              Message-Id: <B699DDDE-EC4E-495D-AFF5-3D7399332A24@mac.com>
28430      Branch: perl
28431            ! ext/SDBM_File/Makefile.PL hints/darwin.sh
28432 ____________________________________________________________________________
28433 [ 27249] By: nicholas                              on 2006/02/20  19:00:22
28434         Log: PVCVs don't need XNVs either.
28435              (And actually remove xcv_depth)
28436              (And fix the copy lengths in bodies_by_type)
28437      Branch: perl
28438            ! cv.h dump.c ext/B/B/Bytecode.pm ext/Devel/Peek/t/Peek.t sv.c
28439 ____________________________________________________________________________
28440 [ 27248] By: rgs                                   on 2006/02/20  17:59:42
28441         Log: Subject: [PATCH] Trouble with $ENV{CDPATH} after change #27236
28442              From: Dominic Dunlop <shouldbedomo@mac.com>
28443              Date: Feb 20, 2006 2:49 PM
28444              Message-Id: <6393FA5A-6B84-46E9-A557-DED3BB0AD7EE@mac.com>
28445      Branch: perl
28446            ! t/op/utftaint.t
28447 ____________________________________________________________________________
28448 [ 27247] By: nicholas                              on 2006/02/20  17:48:21
28449         Log: PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving
28450              xcv_depth into the IV union saves 4(ish) bytes per CV and format.
28451              "ish" because it was a long, but has been changed to I32 (along with
28452              the corresponding field in struct block_sub) so as not to enlarge the
28453              IV union on platforms where sizeof(long) > sizeof(IV), or struct
28454              block_sub where sizeof(long) > sizeof(I32)
28455      Branch: perl
28456            ! cop.h cv.h dump.c ext/B/B/Bytecode.pm ext/Devel/Peek/t/Peek.t
28457            ! op.c sv.c sv.h
28458 ____________________________________________________________________________
28459 [ 27245] By: nicholas                              on 2006/02/20  14:01:59
28460         Log: Fix sv_dump to dump formats without the (non-existent) NVX.
28461      Branch: perl
28462            ! dump.c
28463 ____________________________________________________________________________
28464 [ 27244] By: nicholas                              on 2006/02/20  13:42:47
28465         Log: xcv_root and xcv_xsub can also be merged into a union, providing a new
28466              flag is added to denote whether the PVCV is perl or XSUB.
28467      Branch: perl
28468            ! cv.h dump.c ext/B/B.xs ext/Devel/Peek/t/Peek.t op.c sv.c sv.h
28469 ____________________________________________________________________________
28470 [ 27243] By: nicholas                              on 2006/02/20  11:54:38
28471         Log: xcv_start and xcv_xsubany can be merged into a union, as they are never
28472              both needed.
28473      Branch: perl
28474            ! cv.h dump.c ext/B/B.xs ext/Devel/Peek/t/Peek.t sv.h
28475 ____________________________________________________________________________
28476 [ 27242] By: nicholas                              on 2006/02/20  11:54:03
28477         Log: Need to clear CvXSUBANY() too to turn a constant sub into a prototype.
28478      Branch: perl
28479            ! lib/ExtUtils/Constant/ProxySubs.pm
28480 ____________________________________________________________________________
28481 [ 27241] By: nicholas                              on 2006/02/20  10:40:59
28482         Log: Add a new CvISXSUB() macro, for abstracting the test as to whether a
28483              PVCV is perl or XS.
28484      Branch: perl
28485            ! cv.h dump.c ext/Devel/Peek/Peek.xs gv.c op.c pad.c pp_ctl.c
28486            ! pp_hot.c pp_sort.c sv.c
28487 ____________________________________________________________________________
28488 [ 27240] By: nicholas                              on 2006/02/20  10:10:11
28489         Log: Abolish BROKEN_UNION_INIT in B::C, as it works around problems in
28490              pre-ANSI C compilers, but pays in code duplication.
28491      Branch: perl
28492            ! cv.h ext/B/B/C.pm
28493 ____________________________________________________________________________
28494 [ 27239] By: rgs                                   on 2006/02/20  09:31:03
28495         Log: Subject: patch@27236 vms glob/readdir/chdir EFS/long filename support
28496              From: John E. Malmberg <wb8tyw@qsl.net>
28497              Date: Feb 20, 2006 3:43 AM
28498              Message-ID: <43F92CE6.5040704@qsl.net>
28499      Branch: perl
28500            ! doio.c t/io/fs.t vms/vms.c
28501 ____________________________________________________________________________
28502 [ 27238] By: rgs                                   on 2006/02/20  09:26:15
28503         Log: More NullXXX macro removal from Andy Lester
28504      Branch: perl
28505            ! cop.h deb.c doio.c doop.c hv.c intrpvar.h mg.h pad.c pad.h
28506            ! perl.c pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c toke.c
28507            ! universal.c util.c
28508 ____________________________________________________________________________
28509 [ 27237] By: rgs                                   on 2006/02/20  08:54:22
28510         Log: Yitzchak points out that the perldiag entry for "Integer overflow in
28511              division" is no longer useful.
28512      Branch: perl
28513            ! pod/perldiag.pod
28514 ____________________________________________________________________________
28515 [ 27236] By: nicholas                              on 2006/02/20  00:36:34
28516         Log: utftaint.t won't be able to run tests with -T if you have
28517              Insecure directory in $ENV{PATH}
28518              so skip them. (Probably this means you have . in your PATH)
28519      Branch: perl
28520            ! t/op/utftaint.t
28521 ____________________________________________________________________________
28522 [ 27235] By: nicholas                              on 2006/02/20  00:21:09
28523         Log: Remove the last (U16) cast for CV depths, missed by change 17835.
28524      Branch: perl
28525            ! pp_ctl.c
28526 ____________________________________________________________________________
28527 [ 27234] By: nicholas                              on 2006/02/20  00:02:53
28528         Log: Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS into adjacent bits,
28529              and make other flag bits that are paired in the code adjacent.
28530              Will produce tighter code on ARM; might help on other platforms too.
28531      Branch: perl
28532            ! cv.h ext/Devel/Peek/t/Peek.t
28533 ____________________________________________________________________________
28534 [ 27233] By: nicholas                              on 2006/02/19  23:59:52
28535         Log: Ministry of Truth removes typo in description of Change 26166.
28536              Change 26166 was correct from the start.
28537              Nothing to see. Move along.
28538              We thank Big Brother for raising the chocolate ration to 20g per week.
28539      Branch: perl
28540            ! Changes
28541 ____________________________________________________________________________
28542 [ 27231] By: nicholas                              on 2006/02/19  22:35:24
28543         Log: Shave sizeof(NV) bytes from formats, by using the same offset
28544              manoeuvre as PVs, PVIVs, PVAVs and PVHVs.
28545      Branch: perl
28546            ! sv.c sv.h
28547 ____________________________________________________________________________
28548 [ 27230] By: nicholas                              on 2006/02/19  20:30:24
28549         Log: AVs and HVs don't have IVXs or NVXs, so assert this too.
28550      Branch: perl
28551            ! sv.h
28552 ____________________________________________________________________________
28553 [ 27229] By: nicholas                              on 2006/02/19  20:10:34
28554         Log: Under -DDEBUGGING, assert that SvIVX, SvUVX and SvNVX aren't being
28555              used on scalars that don't have the memory allocated. Correct
28556              SvSTASH and SvMAGIC to only evaluate the sv argument once.
28557      Branch: perl
28558            ! sv.h
28559 ____________________________________________________________________________
28560 [ 27228] By: nicholas                              on 2006/02/19  18:57:35
28561         Log: To make arithmetic on tainted dualvars work properly requires that
28562              sv_2nv uses SvIVX in preference to SvPVX, if SVp_IOK is true.
28563      Branch: perl
28564            ! sv.c t/op/taint.t
28565 ____________________________________________________________________________
28566 [ 27227] By: nicholas                              on 2006/02/19  12:14:15
28567         Log: SvROK(sv) will never be true when SvIOKp() or SvNOKp() is true, so the
28568              code inside the if() test in sv_2pv_flags is dead and can be removed.
28569      Branch: perl
28570            ! sv.c
28571 ____________________________________________________________________________
28572 [ 27223] By: rgs                                   on 2006/02/18  20:13:51
28573         Log: As Anno Siegel points out, mtime/ctime test should be skipped
28574              on OS X on HFS+.
28575      Branch: perl
28576            ! t/op/stat.t
28577 ____________________________________________________________________________
28578 [ 27222] By: nicholas                              on 2006/02/18  19:01:48
28579         Log: save_re_context() and even errsv_save = newSVsv(ERRSV); can turn
28580              PL_tainted back on, so defer turning if off as late as possible.
28581              This gets lib/locale.t working once more.
28582      Branch: perl
28583            ! utf8.c
28584 ____________________________________________________________________________
28585 [ 27221] By: nicholas                              on 2006/02/18  18:23:43
28586         Log: Turn of tainting locally inside swash_init(), as the internal
28587              implementation of the regexp engine has nothing to do with user data,
28588              so when and where it happens to call require is agnostic of the current
28589              expression's taintedness.
28590      Branch: perl
28591            ! t/op/utftaint.t utf8.c
28592 ____________________________________________________________________________
28593 [ 27220] By: nicholas                              on 2006/02/18  18:22:13
28594         Log: Assume that if runperl is called under tainting, that the caller really
28595              really wanted to run perl, so brute force untaint everything.
28596      Branch: perl
28597            ! t/test.pl
28598 ____________________________________________________________________________
28599 [ 27219] By: nicholas                              on 2006/02/18  17:38:38
28600         Log: Convert utftaint.t to test.pl (from Test.pm) and provide it with
28601              tainted() from taint.t to remove the dependency on Scalar::Util.
28602              (So it will now work with miniperl)
28603      Branch: perl
28604            ! t/op/utftaint.t
28605 ____________________________________________________________________________
28606 [ 27218] By: stevep                                on 2006/02/18  12:58:49
28607         Log: Upgrade to Digest-SHA-5.34.
28608      Branch: perl
28609            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
28610            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
28611            ! ext/Digest/SHA/ppport.h ext/Digest/SHA/src/hmac.c
28612            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
28613            ! ext/Digest/SHA/src/sha.h ext/Digest/SHA/t/0-pod-coverage.t
28614            ! ext/Digest/SHA/t/0-pod.t ext/Digest/SHA/t/1-exist.t
28615            ! ext/Digest/SHA/t/1-hello-world.t
28616            ! ext/Digest/SHA/t/2-nist-sha-1.t
28617            ! ext/Digest/SHA/t/2-nist-sha-224.t
28618            ! ext/Digest/SHA/t/2-nist-sha-256.t
28619            ! ext/Digest/SHA/t/2-nist-sha-384.t
28620            ! ext/Digest/SHA/t/2-nist-sha-512.t
28621            ! ext/Digest/SHA/t/2-nist-sha-base64.t
28622            ! ext/Digest/SHA/t/2-nist-sha-oo.t
28623            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
28624            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
28625            ! ext/Digest/SHA/t/3-gillogly-easy.t
28626            ! ext/Digest/SHA/t/3-gillogly-hard.t
28627            ! ext/Digest/SHA/t/4-bitstr-increasing.t
28628            ! ext/Digest/SHA/t/4-bitstr-large.t
28629            ! ext/Digest/SHA/t/4-bitstr-random.t
28630            ! ext/Digest/SHA/t/5-hmac-fips198.t
28631            ! ext/Digest/SHA/t/5-hmac-rfc2202.t
28632            ! ext/Digest/SHA/t/5-hmac-sha-256.t
28633            ! ext/Digest/SHA/t/5-hmac-woodbury.t
28634            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
28635 ____________________________________________________________________________
28636 [ 27215] By: nicholas                              on 2006/02/18  00:11:07
28637         Log: Subject: arena-rework : consolidated patch
28638              From: Jim Cromie <jim.cromie@gmail.com>
28639              Message-ID: <43F0F649.9040205@gmail.com>
28640              Date: Mon, 13 Feb 2006 14:12:41 -0700
28641              
28642              Tweaked somewhat to split the arena boolean from the arena_size,
28643              and with the PTE still doubling-up with one of the SV types in the
28644              array.
28645      Branch: perl
28646            ! embed.fnc embed.h hv.c perl.h pod/perlapi.pod proto.h sv.c
28647            ! sv.h
28648 ____________________________________________________________________________
28649 [ 27214] By: nicholas                              on 2006/02/17  23:26:58
28650         Log: Subject: Re: Smoke [5.9.4] 27195 FAIL(m) irix 6.2 (IP22/1 cpu)
28651              From: Abe Timmerman <abe@ztreet.demon.nl>
28652              Message-Id: <200602172358.23977.abe@ztreet.demon.nl>
28653              Date: Fri, 17 Feb 2006 23:58:23 +0100
28654      Branch: perl
28655            ! Makefile.SH
28656 ____________________________________________________________________________
28657 [ 27213] By: nicholas                              on 2006/02/17  22:40:31
28658         Log: The two whitespace changes from
28659              
28660              Subject: arena-rework : consolidated patch
28661              From: Jim Cromie <jim.cromie@gmail.com>
28662              Message-ID: <43F0F649.9040205@gmail.com>
28663              Date: Mon, 13 Feb 2006 14:12:41 -0700
28664      Branch: perl
28665            ! sv.c
28666 ____________________________________________________________________________
28667 [ 27212] By: gisle                                 on 2006/02/17  21:21:05
28668         Log: Don't add -fPIC if already present.
28669              
28670              Subject: [PATCH] 5.8.8: Debian patches
28671              From: "Brendan O'Dea" <bod@debian.org>
28672              Date: Sat, 11 Feb 2006 00:37:15 +1100
28673              Message-ID: <20060210133715.GA6826@londo.c47.org>
28674      Branch: perl
28675            ! hints/linux.sh
28676 ____________________________________________________________________________
28677 [ 27211] By: gisle                                 on 2006/02/17  21:19:03
28678         Log: Fix precedence.
28679              
28680              Subject: [PATCH] 5.8.8: Debian patches
28681              From: "Brendan O'Dea" <bod@debian.org>
28682              Date: Sat, 11 Feb 2006 00:37:15 +1100
28683              Message-ID: <20060210133715.GA6826@londo.c47.org>
28684      Branch: perl
28685            ! lib/Net/NNTP.pm
28686 ____________________________________________________________________________
28687 [ 27210] By: gisle                                 on 2006/02/17  20:54:46
28688         Log: Fix quote typo.
28689              
28690              Subject: [PATCH] 5.8.8: Debian patches
28691              From: "Brendan O'Dea" <bod@debian.org>
28692              Date: Sat, 11 Feb 2006 00:37:15 +1100
28693              Message-ID: <20060210133715.GA6826@londo.c47.org>
28694      Branch: perl
28695            ! utils/c2ph.PL
28696 ____________________________________________________________________________
28697 [ 27209] By: rgs                                   on 2006/02/17  15:48:59
28698         Log: In TODO: make encoding.pm lexical ?
28699      Branch: perl
28700            ! pod/perltodo.pod
28701 ____________________________________________________________________________
28702 [ 27208] By: rgs                                   on 2006/02/17  15:09:11
28703         Log: Subject: [PATCH] cleaning up perly.c
28704              From: andy@petdance.com (Andy Lester)
28705              Date: Sun, 12 Feb 2006 23:04:56 -0600
28706              Message-ID: <20060213050455.GA27993@petdance.com>
28707      Branch: perl
28708            ! perly.c
28709 ____________________________________________________________________________
28710 [ 27207] By: rgs                                   on 2006/02/17  14:27:22
28711         Log: Subject: Re: Perl_sighandler voodoo (was Re: Smoke [5.8.7] 26127 FAIL(XF) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
28712              From: Robin Houston <robin@cpan.org>
28713              Date: Sun, 27 Nov 2005 00:43:13 +0000
28714              Message-ID: <20051127004313.GA7007@rpc142.cs.man.ac.uk>
28715              
28716              Simplification of the code in my_exit_jump() that unwinds context
28717              stacks
28718      Branch: perl
28719            ! perl.c
28720 ____________________________________________________________________________
28721 [ 27205] By: rgs                                   on 2006/02/17  08:50:27
28722         Log: Subject: Re: [perl #38485] use integer; 0x80000000/-1; # coredump
28723              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28724              Date: Mon, 13 Feb 2006 01:39:25 -0800
28725              Message-ID: <20060213093925.GA3476@efn.org>
28726      Branch: perl
28727            ! lib/integer.t pp.c
28728 ____________________________________________________________________________
28729 [ 27204] By: rgs                                   on 2006/02/16  14:44:10
28730         Log: Subject: Re: how to build with -DPERL_MEM_LOG ?
28731              From: Andy Dougherty <doughera@lafayette.edu>
28732              Date: Fri, 3 Feb 2006 11:55:58 -0500 (EST)
28733              Message-ID: <Pine.SOC.4.62.0602031129530.9630@maxwell.phys.lafayette.edu>
28734      Branch: perl
28735            ! x2p/a2p.h
28736 ____________________________________________________________________________
28737 [ 27203] By: rgs                                   on 2006/02/16  14:15:53
28738         Log: Subject: Problem compiling swigged c++ code with 5.8.8
28739              From: Merijn Broeren <merijnb@iloquent.com>
28740              Date: Wed, 15 Feb 2006 13:51:49 +0100
28741              Message-ID: <20060215125148.GA12535@brugman.iloquent.nl>
28742      Branch: perl
28743            ! XSUB.h perl.h
28744 ____________________________________________________________________________
28745 [ 27202] By: stevep                                on 2006/02/16  12:54:08
28746         Log: Upgrade to CGI-3.16, with version bump on CGI.pm for documentation
28747              fixes not yet integrated.
28748      Branch: perl
28749            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm
28750            ! lib/CGI/Fast.pm lib/CGI/t/cookie.t lib/CGI/t/function.t
28751            ! lib/CGI/t/html.t
28752 ____________________________________________________________________________
28753 [ 27201] By: rgs                                   on 2006/02/16  12:47:13
28754         Log: Remove lib/Hash directory when doing make distclean
28755      Branch: perl
28756            ! Makefile.SH
28757 ____________________________________________________________________________
28758 [ 27200] By: rgs                                   on 2006/02/16  11:46:51
28759         Log: Subject: [PATCH] stat() on Windows doesn't handle trailing slashes/backslashes correctly
28760              From: "Jan Dubois" <jand@ActiveState.com>
28761              Date: Wed, 15 Feb 2006 17:19:29 -0800
28762              Message-ID: <017901c63297$08e1e3f0$2217a8c0@candy>
28763      Branch: perl
28764            ! win32/win32.c
28765 ____________________________________________________________________________
28766 [ 27199] By: rgs                                   on 2006/02/16  11:43:09
28767         Log: Subject: [patch] t/lib/warnings/pp_sys
28768              From: "Green, Paul" <Paul.Green@stratus.com>
28769              Date: Wed, 15 Feb 2006 11:09:57 -0500
28770              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB011A19AF@EXNA.corp.stratus.com>
28771      Branch: perl
28772            ! t/lib/warnings/pp_sys
28773 ____________________________________________________________________________
28774 [ 27198] By: rgs                                   on 2006/02/16  11:40:42
28775         Log: CPAN::FirstTime can go as well from the untested module list
28776      Branch: perl
28777            ! t/lib/1_compile.t
28778 ____________________________________________________________________________
28779 [ 27197] By: rgs                                   on 2006/02/16  11:38:00
28780         Log: Pod::Plainer is tested, actually (spotted by chromatic)
28781      Branch: perl
28782            ! t/lib/1_compile.t
28783 ____________________________________________________________________________
28784 [ 27195] By: rgs                                   on 2006/02/16  09:10:38
28785         Log: Subject: [PATCH] Make XCOPY not prompt every two seconds when rebuilding on Win32
28786              From: demerphq <demerphq@gmail.com>
28787              Date: Mon, 13 Feb 2006 09:41:37 +0100
28788              Message-ID: <9b18b3110602130041q2d64122am5c83392dd75e0413@mail.gmail.com>
28789      Branch: perl
28790            ! win32/Makefile win32/makefile.mk
28791 ____________________________________________________________________________
28792 [ 27194] By: gisle                                 on 2006/02/15  15:25:36
28793         Log: Get perl_fini() running on HP-UX again.
28794              It was effectively disabled by change 24667 since
28795              __ux_version is only available under DCE threads
28796              which isn't used when perl is built on HP-UX 11
28797              and later.
28798      Branch: perl
28799            ! perl.c
28800 ____________________________________________________________________________
28801 [ 27193] By: rgs                                   on 2006/02/15  13:22:27
28802         Log: Fix to run this test in the core
28803      Branch: perl
28804            ! lib/CPAN/t/03pkgs.t
28805 ____________________________________________________________________________
28806 [ 27192] By: stevep                                on 2006/02/15  13:11:06
28807         Log: Subject:  [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.84.tar.gz
28808              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
28809              Date: Wed, 15 Feb 2006 09:19:56 +0100
28810              Message-ID: <87oe19owyb.fsf@k75.linux.bogus>
28811      Branch: perl
28812            + lib/CPAN/t/01loadme.t lib/CPAN/t/02nox.t lib/CPAN/t/03pkgs.t
28813            + lib/CPAN/t/10version.t lib/CPAN/t/11mirroredby.t
28814            - lib/CPAN/t/Nox.t lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t
28815            - lib/CPAN/t/vcmp.t lib/CPAN/t/version.t
28816            ! MANIFEST lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
28817            ! lib/CPAN/HandleConfig.pm lib/CPAN/Nox.pm lib/CPAN/SIGNATURE
28818            ! lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
28819 ____________________________________________________________________________
28820 [ 27190] By: merijn                                on 2006/02/15  09:11:12
28821         Log: Added hints/dragonfly.sh for #27189
28822      Branch: perl
28823            ! MANIFEST
28824 ____________________________________________________________________________
28825 [ 27189] By: merijn                                on 2006/02/15  09:07:43
28826         Log: Subject: Patch for perl to compile/work on DragonFlyBSD
28827              From: Robert Sebastian Gerus <arachnist@gmail.com>
28828              Date: Tue, 14 Feb 2006 17:27:52 +0100
28829              Message-ID: <4a1e16420602140827w17fd6595w@mail.gmail.com>
28830      Branch: perl
28831            + hints/dragonfly.sh
28832            ! Configure Makefile.SH
28833 ____________________________________________________________________________
28834 [ 27187] By: craigb                                on 2006/02/15  04:32:14
28835         Log: Subject: patch@27162 long path name support in readdir / cando_by_name
28836              From: "John E. Malmberg" <wb8tyw@qsl.net>
28837              Date: Sun, 12 Feb 2006 15:24:58 -0500
28838              Message-id: <43EF999A.1020500@qsl.net>
28839      Branch: perl
28840            ! vms/vms.c vms/vmsish.h
28841 ____________________________________________________________________________
28842 [ 27186] By: stevep                                on 2006/02/15  02:55:13
28843         Log: Version bump to go along with change #27185
28844      Branch: perl
28845            ! lib/Getopt/Long.pm
28846 ____________________________________________________________________________
28847 [ 27185] By: stevep                                on 2006/02/15  02:53:10
28848         Log: Subject: Getopt::Long::Configure 'no_getopt_compat'
28849              From: Abigail <abigail@abigail.nl>
28850              Date: Tue, 14 Feb 2006 23:58:07 +0100
28851              Message-ID: <20060214225806.GA4120@abigail.nl>
28852      Branch: perl
28853            ! lib/Getopt/Long.pm
28854 ____________________________________________________________________________
28855 [ 27184] By: nicholas                              on 2006/02/14  23:42:45
28856         Log: Back out change change 10214 (drop SVp_IOK from >> PRIVSHIFT) as it
28857              never felt quite correct, and other parts of the SV conversion
28858              implementation have improved such that the symptoms 10214 covered
28859              over are gone even without it.
28860      Branch: perl
28861            ! mg.c scope.c sv.c
28862 ____________________________________________________________________________
28863 [ 27182] By: stevep                                on 2006/02/14  17:50:06
28864         Log: Upgrade to Time-HiRes-1.87
28865      Branch: perl
28866            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
28867            ! ext/Time/HiRes/t/HiRes.t
28868 ____________________________________________________________________________
28869 [ 27181] By: stevep                                on 2006/02/14  17:41:02
28870         Log: Hash::Util tests should check if Hash::Util has been built, not
28871              List::Util (spotted by Rafael).
28872      Branch: perl
28873            ! ext/Hash/Util/t/Util.t
28874 ____________________________________________________________________________
28875 [ 27180] By: stevep                                on 2006/02/14  17:08:08
28876         Log: Subject: [Patch] Enhance Hash::Util
28877              From: demerphq <demerphq@gmail.com>
28878              Date: Mon, 13 Feb 2006 11:39:33 +0100
28879              Message-ID: <9b18b3110602130239w311d05fcr776ae8333776ca2e@mail.gmail.com>
28880      Branch: perl
28881            + ext/Hash/Util/Changes ext/Hash/Util/Makefile.PL
28882            + ext/Hash/Util/Util.xs ext/Hash/Util/lib/Hash/Util.pm
28883            + ext/Hash/Util/t/Util.t
28884            - lib/Hash/Util.pm lib/Hash/Util.t
28885            ! MANIFEST win32/Makefile win32/makefile.mk
28886 ____________________________________________________________________________
28887 [ 27179] By: rgs                                   on 2006/02/14  13:23:04
28888         Log: One shouldn't be able to dereference a GLOB as a SCALAR.
28889              
28890              Subject: Re: [perl #38484] Data::Dumper only warns on unhandled reference types
28891              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28892              Date: Sun, 12 Feb 2006 09:18:39 -0800
28893              Message-ID: <20060212171839.GA3604@efn.org>
28894              
28895              plus regression tests.
28896      Branch: perl
28897            ! pp.c t/op/ref.t
28898 ____________________________________________________________________________
28899 [ 27178] By: rgs                                   on 2006/02/14  10:18:48
28900         Log: Remove a my_perl that slipped in
28901      Branch: perl
28902            ! perlio.c
28903 ____________________________________________________________________________
28904 [ 27177] By: rgs                                   on 2006/02/14  10:00:36
28905         Log: Subject: [PATCH] Sun Studio lint patches
28906              From: andy@petdance.com (Andy Lester)
28907              Date: Mon, 13 Feb 2006 23:46:17 -0600
28908              Message-ID: <20060214054617.GA8824@petdance.com>
28909      Branch: perl
28910            ! Makefile.SH gv.c hv.c op.c pad.c perlio.c pp.c pp_ctl.c
28911            ! pp_hot.c regcomp.c sv.c toke.c utf8.c
28912 ____________________________________________________________________________
28913 [ 27176] By: nicholas                              on 2006/02/13  21:46:13
28914         Log: Ensure that public I, N and P flags are off when SvTAINT is called on
28915              something that already has taint magic.
28916      Branch: perl
28917            ! sv.c
28918 ____________________________________________________________________________
28919 [ 27174] By: rgs                                   on 2006/02/13  17:27:59
28920         Log: Subject: [PATCH] perldiag.pod patching re: integer overflow
28921              From: andy@petdance.com (Andy Lester)
28922              Date: Sun, 12 Feb 2006 23:08:48 -0600
28923              Message-ID: <20060213050848.GB27993@petdance.com>
28924      Branch: perl
28925            ! pod/perldiag.pod pod/perlop.pod
28926 ____________________________________________________________________________
28927 [ 27173] By: rgs                                   on 2006/02/13  17:17:40
28928         Log: Subject: [perl #38346] [PATCH] Re: B::Deparse's bug?
28929              From: Stephen McCamant <smcc@mit.edu>
28930              Date: Wed, 8 Feb 2006 17:48:49 -0800
28931              Message-ID: <17386.40833.64309.454938@conquest.OCF.Berkeley.EDU>
28932      Branch: perl
28933            ! ext/B/B/Deparse.pm
28934 ____________________________________________________________________________
28935 [ 27172] By: steveh                                on 2006/02/13  16:46:14
28936         Log: Teach checkAUTHORS.pl about Changelogs with leading tabs
28937              in the log entries, and fix a malformed log entry in Changes5.005
28938      Branch: perl
28939            ! Changes5.005 Porting/checkAUTHORS.pl
28940 ____________________________________________________________________________
28941 [ 27171] By: steveh                                on 2006/02/13  16:03:23
28942         Log: Revert an assert() fix in the light of change #27152
28943              
28944              The MinGW problem described here:
28945              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-01/msg00146.html
28946              was fixed by change #26664. This is no longer relevant in the light of
28947              change #27152, so revert it.
28948              
28949              (The other problems with VC++ 6 and BCC, fixed by change #26634, have
28950              not gone away, however.)
28951      Branch: perl
28952            ! gv.h
28953 ____________________________________________________________________________
28954 [ 27169] By: nicholas                              on 2006/02/13  15:12:58
28955         Log: All the bits of clone_params.flags need to be initialised, not just
28956              CLONEf_JOIN_IN.
28957      Branch: perl
28958            ! ext/threads/threads.xs
28959 ____________________________________________________________________________
28960 [ 27166] By: nicholas                              on 2006/02/12  19:03:47
28961         Log: Fix change 27059 so that it actually works with >16 file descriptors.
28962              With programmers like these, we need Stadler & Waldorf on code review.
28963      Branch: perl
28964            ! perlio.c
28965 ____________________________________________________________________________
28966 [ 27162] By: nicholas                              on 2006/02/11  22:52:40
28967         Log: In perldiag.pod add an entry for the error message that change 27155
28968              introduced.
28969      Branch: perl
28970            ! pod/perldiag.pod
28971 ____________________________________________________________________________
28972 [ 27161] By: nicholas                              on 2006/02/11  16:10:22
28973         Log: Remove SOFT_CAST() as it no longer does anything useful.
28974      Branch: perl
28975            ! perl.h scope.h
28976 ____________________________________________________________________________
28977 [ 27159] By: nicholas                              on 2006/02/11  15:10:32
28978         Log: Coalesce 2 if blocks with duplicated conditions in Perl_sv_dup.
28979      Branch: perl
28980            ! sv.c
28981 ____________________________________________________________________________
28982 [ 27158] By: stevep                                on 2006/02/11  14:16:45
28983         Log: Test to go with change #27155.
28984      Branch: perl
28985            ! lib/integer.t
28986 ____________________________________________________________________________
28987 [ 27155] By: stevep                                on 2006/02/11  06:14:02
28988         Log: Die when integer overflow condition is detected in division under
28989              C<use integer>.  Hopefully fixes RT #38485.
28990      Branch: perl
28991            ! pp.c
28992 ____________________________________________________________________________
28993 [ 27154] By: nicholas                              on 2006/02/11  00:40:04
28994         Log: assert() that we can't reach two unreachable code paths
28995              (in Perl_magic_get and Perl_pp_shift).
28996      Branch: perl
28997            ! mg.c pp.c
28998 ____________________________________________________________________________
28999 [ 27153] By: nicholas                              on 2006/02/10  22:37:23
29000         Log: The return value from S_hv_auxinit can be ignored, as it's also stored
29001              within the passed in hv parameter.
29002      Branch: perl
29003            ! embed.fnc proto.h
29004 ____________________________________________________________________________
29005 [ 27152] By: steveh                                on 2006/02/10  17:46:35
29006         Log: A better fix than 27148
29007              
29008              Subject: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
29009              From: Nicholas Clark <nick@ccl4.org>
29010              Date: Fri, 10 Feb 2006 14:58:47 +0000
29011              Message-ID: <20060210145847.GA85020@plum.flirble.org>
29012              
29013              Subject: RE: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
29014              From: "Jan Dubois" <jand@ActiveState.com>
29015              Date: Fri, 10 Feb 2006 09:03:41 -0800
29016              Message-ID: <024401c62e63$f1e53c10$6062a8c0@candy>
29017      Branch: perl
29018            ! embed.fnc embed.h hv.c perl.h proto.h sv.c
29019 ____________________________________________________________________________
29020 [ 27151] By: nicholas                              on 2006/02/10  14:25:33
29021         Log: With PERL_POISON defined, ensure freshly malloc()ed memory isn't zeros,
29022              and when PERL_TRACK_MEMPOOL is also defined scribble on any extension
29023              added by realloc().
29024      Branch: perl
29025            ! util.c
29026 ____________________________________________________________________________
29027 [ 27148] By: steveh                                on 2006/02/10  11:20:23
29028         Log: Fix the effects of 27136 on Win32 with DEBUGGING and PERL_IMPLICIT_SYS
29029      Branch: perl
29030            ! embed.fnc embed.h hv.c proto.h sv.c
29031 ____________________________________________________________________________
29032 [ 27145] By: nicholas                              on 2006/02/09  23:23:59
29033         Log: Change 27136 seems to have inadvertently upset some compilers,
29034              presumably where NULL was defined as 0, not (void *)0
29035      Branch: perl
29036            ! op.c
29037 ____________________________________________________________________________
29038 [ 27140] By: stevep                                on 2006/02/09  18:25:02
29039         Log: Fix breakage in S_set_csh() from change #27136.
29040      Branch: perl
29041            ! toke.c
29042 ____________________________________________________________________________
29043 [ 27139] By: gisle                                 on 2006/02/09  18:09:01
29044         Log: Document incompatible interpretation of chdir FOO.
29045              Ref change 27125.
29046      Branch: perl
29047            ! pod/perl594delta.pod
29048 ____________________________________________________________________________
29049 [ 27138] By: rgs                                   on 2006/02/09  17:49:18
29050         Log: Really regenerate headers
29051      Branch: perl
29052            ! embed.h proto.h
29053 ____________________________________________________________________________
29054 [ 27137] By: stevep                                on 2006/02/09  17:40:02
29055         Log: Regenerated headers for change #27136.
29056      Branch: perl
29057            ! embed.h proto.h
29058 ____________________________________________________________________________
29059 [ 27136] By: stevep                                on 2006/02/09  16:49:32
29060         Log: Subject: [PATCH] Trying my "remove the pTHXes" patch again
29061              From: Andy Lester <andy@petdance.com>
29062              Date: Thu, 9 Feb 2006 09:40:18 -0600
29063              Message-ID: <20060209154018.GA14610@petdance.com>
29064      Branch: perl
29065            ! Makefile.SH cc_runtime.h cop.h deb.c embed.fnc hv.c mg.c op.c
29066            ! op.h perl.c pp.c pp_ctl.c pp_sort.c regcomp.c regexec.c sv.c
29067            ! toke.c utf8.c util.c
29068 ____________________________________________________________________________
29069 [ 27135] By: rgs                                   on 2006/02/09  12:38:35
29070         Log: Skip new chdir warning test if fchdir is not available
29071      Branch: perl
29072            ! t/lib/warnings/pp_sys
29073 ____________________________________________________________________________
29074 [ 27134] By: nicholas                              on 2006/02/09  12:37:13
29075         Log: Avoid calling all the scanning code in gv_fetchpvn_flags when saving
29076              $1 etc, as we can perfom a hash lookup on %:: directly.
29077      Branch: perl
29078            ! regcomp.c
29079 ____________________________________________________________________________
29080 [ 27133] By: nicholas                              on 2006/02/08  20:57:24
29081         Log: lastparen in the regexp structure is never initialised, and so will
29082              still be uninitialised after a failed match, yet various points in
29083              mg.c read it come what may. Should fix bug 38461.
29084      Branch: perl
29085            ! regcomp.c
29086 ____________________________________________________________________________
29087 [ 27132] By: gisle                                 on 2006/02/08  17:52:16
29088         Log: Bareword file handles not supported for chown/chmod/utime.
29089      Branch: perl
29090            ! pod/perlfunc.pod
29091 ____________________________________________________________________________
29092 [ 27131] By: rgs                                   on 2006/02/08  16:57:48
29093         Log: Wave hands about encoding::warnings
29094      Branch: perl
29095            ! pod/perltodo.pod
29096 ____________________________________________________________________________
29097 [ 27130] By: rgs                                   on 2006/02/08  13:15:51
29098         Log: Subject: [perl #38464] chdir() on closed handles 
29099              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
29100              Date: Wed, 08 Feb 2006 01:33:54 -0800
29101              Message-ID: <rt-3.0.11-38464-129771.3.46114092925276@perl.org>
29102              
29103              Plus a regression test.
29104      Branch: perl
29105            ! pp_sys.c t/lib/warnings/pp_sys
29106 ____________________________________________________________________________
29107 [ 27129] By: stevep                                on 2006/02/08  03:23:27
29108         Log: Subject: [PATCH] Handle unused args
29109              From: andy@petdance.com (Andy Lester)
29110              Date: Tue, 7 Feb 2006 16:36:56 -0600
29111              Message-ID: <20060207223656.GA5177@petdance.com>
29112      Branch: perl
29113            ! doio.c pad.c perl.c pp_sys.c
29114 ____________________________________________________________________________
29115 [ 27128] By: stevep                                on 2006/02/08  03:04:05
29116         Log: Subject: [patch] several broken make *.valgrind targets
29117              From: Jim Cromie <jim.cromie@gmail.com>
29118              Date: Tue, 07 Feb 2006 15:11:54 -0700
29119              Message-ID: <43E91B2A.4060700@gmail.com>
29120      Branch: perl
29121            ! Makefile.SH
29122 ____________________________________________________________________________
29123 [ 27127] By: nicholas                              on 2006/02/08  00:05:44
29124         Log: Borland's C compiler warns that the & is unnecessary.
29125      Branch: perl
29126            ! pp.c
29127 ____________________________________________________________________________
29128 [ 27126] By: nicholas                              on 2006/02/07  18:01:26
29129         Log: Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K.
29130              The overloading tests are not free.
29131      Branch: perl
29132            ! mathoms.c opcode.h opcode.pl pp.c pp.h
29133 ____________________________________________________________________________
29134 [ 27125] By: gisle                                 on 2006/02/07  17:32:50
29135         Log: Allow bareword file handle as argument to chdir().
29136              This copies the mechanism used by truncate().
29137              Fixes bug #38457.
29138      Branch: perl
29139            ! embed.h op.c opcode.h opcode.pl pp.sym pp_proto.h pp_sys.c
29140            ! t/op/chdir.t
29141 ____________________________________________________________________________
29142 [ 27124] By: nicholas                              on 2006/02/07  17:12:08
29143         Log: All the trancendental unary operators can be merged into PP_sin
29144              (cos, exp, log, sqrt)
29145      Branch: perl
29146            ! mathoms.c opcode.h opcode.pl pp.c
29147 ____________________________________________________________________________
29148 [ 27123] By: nicholas                              on 2006/02/07  15:52:18
29149         Log: Avoid gcc warning about possibly uninitialised variables.
29150      Branch: perl
29151            ! pp.c
29152 ____________________________________________________________________________
29153 [ 27122] By: nicholas                              on 2006/02/07  15:28:41
29154         Log: Create new macros AMG_CALLun_var, AMG_CALLun_var and tryAMAGICun_var
29155              which don't do the pre-processor string manipulation internally.
29156      Branch: perl
29157            ! pp.c pp.h
29158 ____________________________________________________________________________
29159 [ 27121] By: nicholas                              on 2006/02/07  14:57:36
29160         Log: pp_pop can be implemented by pp_shift.
29161      Branch: perl
29162            ! mathoms.c opcode.h opcode.pl pp.c
29163 ____________________________________________________________________________
29164 [ 27120] By: rgs                                   on 2006/02/07  14:37:15
29165         Log: Subject: Re: [PATCH] Documentation patch for overload
29166              From: Steffen Mueller <dtr8sin02@sneakemail.com>
29167              Date: Mon, 06 Feb 2006 10:58:44 +0100
29168              Message-ID: <43E71DD4.5010108@sneakemail.com>
29169      Branch: perl
29170            ! lib/overload.pm
29171 ____________________________________________________________________________
29172 [ 27119] By: nicholas                              on 2006/02/07  14:11:42
29173         Log: pp_hex can be implemented trivially by pp_oct, making pp_hex a mathom.
29174      Branch: perl
29175            ! mathoms.c opcode.h opcode.pl pp.c
29176 ____________________________________________________________________________
29177 [ 27118] By: nicholas                              on 2006/02/07  13:13:44
29178         Log: Merge pp_index and pp_rindex - we have another mathom.
29179      Branch: perl
29180            ! mathoms.c opcode.h opcode.pl pp.c
29181 ____________________________________________________________________________
29182 [ 27117] By: nicholas                              on 2006/02/07  12:41:27
29183         Log: Some refactoring to converge pp_index and pp_rindex
29184      Branch: perl
29185            ! pp.c
29186 ____________________________________________________________________________
29187 [ 27116] By: nicholas                              on 2006/02/07  12:19:17
29188         Log: Fix bug 38454 (rindex corrects for $[ on bytes rather than UTF-8)
29189      Branch: perl
29190            ! pp.c t/op/index.t
29191 ____________________________________________________________________________
29192 [ 27115] By: craigb                                on 2006/02/07  04:46:47
29193         Log: Subject: Re: Configure.com issue, more quoting needed.
29194              From: Peter Prymmer <PPrymmer@factset.com>
29195              Date: Mon, 06 Feb 2006 13:27:14 -0500
29196              Message-id:  <OF3536E719.A8B8D167-ON8525710D.0065011E-8525710D.00655ED0@factset.com>
29197      Branch: perl
29198            ! configure.com
29199 ____________________________________________________________________________
29200 [ 27114] By: craigb                                on 2006/02/07  04:39:09
29201         Log: Subject: patch@27082 Allow fatal exceptions to bring up VMS debugger
29202              From: "John E. Malmberg" <wb8tyw@qsl.net>
29203              Date: Sat, 04 Feb 2006 16:04:32 -0500
29204              Message-id: <43E516E0.1000508@qsl.net>
29205
29206      Branch: perl
29207            ! vms/perlvms.pod vms/vms.c
29208 ____________________________________________________________________________
29209 [ 27113] By: nicholas                              on 2006/02/06  22:28:41
29210         Log: Optimise index so that if the big string is ISO-8859-1 but the little
29211              string is UTF-8, it tries to downgrade the little string, rather than
29212              upgrade the big string. For half-meg big strings this is a fourfold
29213              speed gain.
29214      Branch: perl
29215            ! pp.c
29216 ____________________________________________________________________________
29217 [ 27112] By: nicholas                              on 2006/02/06  21:40:57
29218         Log: Given that the memory allocated in Perl_bytes_from_utf8 and
29219              Perl_bytes_to_utf8 will immediately be written to, I see no need to
29220              allocate it zeroed.
29221      Branch: perl
29222            ! utf8.c
29223 ____________________________________________________________________________
29224 [ 27111] By: nicholas                              on 2006/02/06  20:52:41
29225         Log: Rename S_glob_assign to S_glob_assign_glob
29226              Rename S_pvgv_assign to S_glob_assign_ref
29227              
29228              I don't think that they share enough common code to merge them.
29229      Branch: perl
29230            ! sv.c
29231 ____________________________________________________________________________
29232 [ 27110] By: nicholas                              on 2006/02/06  20:12:58
29233         Log: I think that "merge Perl_sv_2[inpu]v" and "reduce duplication in
29234              sv_setsv_flags" are about as done as they can be.
29235      Branch: perl
29236            ! pod/perltodo.pod
29237 ____________________________________________________________________________
29238 [ 27109] By: nicholas                              on 2006/02/06  20:04:35
29239         Log: In Perl_sv_upgrade, the assignment to new_type_details only needs to
29240              be done once.
29241      Branch: perl
29242            ! sv.c
29243 ____________________________________________________________________________
29244 [ 27108] By: stevep                                on 2006/02/06  19:43:17
29245         Log: Document the limitations of calling exit() (instead of _exit()) from
29246              a child process on Solaris.
29247      Branch: perl
29248            ! pod/perlfork.pod
29249 ____________________________________________________________________________
29250 [ 27107] By: nicholas                              on 2006/02/06  18:45:35
29251         Log: Remove a duplicate flag copy line from Perl_sv_setsv_flags.
29252      Branch: perl
29253            ! sv.c
29254 ____________________________________________________________________________
29255 [ 27106] By: nicholas                              on 2006/02/06  18:07:28
29256         Log: Move Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_save_iv,
29257              Perl_save_nogv, Perl_save_list, Perl_save_destructor to mathoms.c
29258              Perl_save_svref can't actually move because it calls a static function.
29259      Branch: perl
29260            ! mathoms.c scope.c
29261 ____________________________________________________________________________
29262 [ 27105] By: nicholas                              on 2006/02/06  16:50:22
29263         Log: Expunge USE_5005THREADS from perl.c
29264      Branch: perl
29265            ! perl.c
29266 ____________________________________________________________________________
29267 [ 27104] By: nicholas                              on 2006/02/06  13:08:34
29268         Log: Fix bug #38439 - reference to typeglob assignment needs to be based
29269              on SvROK(sstr) rather than SvTYPE(sstr) == SVt_RV.
29270      Branch: perl
29271            ! sv.c t/op/gv.t
29272 ____________________________________________________________________________
29273 [ 27103] By: rgs                                   on 2006/02/06  09:42:33
29274         Log: Subject: [PATCH] 5.8.8: Unicos test skip (and for the record: config.sh and harness results)
29275              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
29276              Date: Sun, 05 Feb 2006 12:16:37 +0200
29277              Message-ID: <43E5D085.90400@iki.fi>
29278      Branch: perl
29279            ! lib/Math/BigInt/t/bigintc.t
29280 ____________________________________________________________________________
29281 [ 27102] By: stevep                                on 2006/02/06  04:48:04
29282         Log: Subject: [PATCH] Cleaning up shadowed variables
29283              From: Andy Lester <andy@petdance.com>
29284              Date: Sun, 5 Feb 2006 21:56:43 -0600
29285              Message-Id: <B375E848-FA07-479D-9571-FA3925106D16@petdance.com>
29286      Branch: perl
29287            ! op.c pp_ctl.c
29288 ____________________________________________________________________________
29289 [ 27101] By: nicholas                              on 2006/02/05  23:44:12
29290         Log: Merge the PVCV case into the common code in S_pvgv_assign.
29291      Branch: perl
29292            ! sv.c
29293 ____________________________________________________________________________
29294 [ 27100] By: nicholas                              on 2006/02/05  23:20:21
29295         Log: Merge the PVAV and PVHV clauses into the common code of S_pvgv_assign.
29296      Branch: perl
29297            ! sv.c
29298 ____________________________________________________________________________
29299 [ 27099] By: nicholas                              on 2006/02/05  23:02:58
29300         Log: Merge the default case (GvSV) with the common code in S_pvgv_assign.
29301      Branch: perl
29302            ! sv.c
29303 ____________________________________________________________________________
29304 [ 27098] By: nicholas                              on 2006/02/05  22:41:42
29305         Log: Start to merge the 6 arms of S_pvgv_assign into one.
29306      Branch: perl
29307            ! sv.c
29308 ____________________________________________________________________________
29309 [ 27097] By: nicholas                              on 2006/02/05  22:00:11
29310         Log: Subject: [patch] rework arenas - repair arenasets
29311              From: Jim Cromie <jim.cromie@gmail.com>
29312              Message-ID: <43E5F012.1080203@gmail.com>
29313              Date: Sun, 05 Feb 2006 05:31:14 -0700
29314      Branch: perl
29315            ! hv.c sv.c
29316 ____________________________________________________________________________
29317 [ 27096] By: rgs                                   on 2006/02/05  21:22:03
29318         Log: Subject: [PATCH] Documentation patch for overload
29319              From: Steffen Mueller <dtr8sin02@sneakemail.com>
29320              Date: Feb 5, 2006 12:26 PM
29321              Message-ID: <43E5E0E9.1070707@sneakemail.com>
29322      Branch: perl
29323            ! lib/overload.pm
29324 ____________________________________________________________________________
29325 [ 27095] By: nicholas                              on 2006/02/05  20:51:43
29326         Log: The message "Can't upgrade that kind of scalar" can be far more
29327              informative.
29328      Branch: perl
29329            ! pod/perldiag.pod sv.c
29330 ____________________________________________________________________________
29331 [ 27094] By: nicholas                              on 2006/02/05  20:33:57
29332         Log: new_body_type doesn't need to subtract the offset, that's what
29333              new_body_allocated is for.
29334      Branch: perl
29335            ! sv.c
29336 ____________________________________________________________________________
29337 [ 27093] By: nicholas                              on 2006/02/05  20:26:40
29338         Log: Yes, I broke Win32 with change 27089 by having a { in the wrong place.
29339      Branch: perl
29340            ! perl.c
29341 ____________________________________________________________________________
29342 [ 27092] By: nicholas                              on 2006/02/05  19:52:50
29343         Log: Remove "Can't upgrade to undef" from perldiag, as the corresponding
29344              code is now gone from sv_upgrade.
29345      Branch: perl
29346            ! pod/perldiag.pod
29347 ____________________________________________________________________________
29348 [ 27091] By: nicholas                              on 2006/02/05  19:45:37
29349         Log: Merge and refactor the PVAV and PVHV code in Perl_sv_upgrade, which
29350              reduces the object size by about 80 bytes.
29351      Branch: perl
29352            ! sv.c
29353 ____________________________________________________________________________
29354 [ 27090] By: nicholas                              on 2006/02/05  18:51:17
29355         Log: Eliminate a croak we can't get to.
29356      Branch: perl
29357            ! sv.c
29358 ____________________________________________________________________________
29359 [ 27089] By: nicholas                              on 2006/02/05  11:15:34
29360         Log: Without this Windows and Netware compilers should be complaining 
29361              about perl.c having code before a declaration, *but only if compiling
29362              with PERL_TRACK_MEMPOOL*. So, will it fix the smoke failures? Place
29363              bets now.
29364      Branch: perl
29365            ! perl.c
29366 ____________________________________________________________________________
29367 [ 27088] By: stevep                                on 2006/02/05  05:08:02
29368         Log: Don't export PL_memory_debug_header to Win32 (and others) unless 
29369              PERL_TRACK_MEMPOOL is defined.
29370      Branch: perl
29371            ! makedef.pl
29372 ____________________________________________________________________________
29373 [ 27087] By: stevep                                on 2006/02/05  04:13:27
29374         Log: Fixed embed.fnc entry for S_forbid_setid() and picked up a change in 
29375              pod/perlapi.pod for good measure when regenerating files.
29376      Branch: perl
29377            ! embed.fnc pod/perlapi.pod proto.h
29378 ____________________________________________________________________________
29379 [ 27086] By: nicholas                              on 2006/02/04  22:51:17
29380         Log: bcc was issuing a warning about this line in Perl_sv_2cv, so tweak it
29381              to keep it happy.
29382      Branch: perl
29383            ! sv.c
29384 ____________________________________________________________________________
29385 [ 27085] By: nicholas                              on 2006/02/04  22:13:08
29386         Log: Add regression tests to lib/charnames.t to ensure that unicore/Names.pl
29387              is 100% 7 bit ASCII.
29388      Branch: perl
29389            ! lib/charnames.t
29390 ____________________________________________________________________________
29391 [ 27084] By: nicholas                              on 2006/02/04  19:09:17
29392         Log: Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHost
29393              behaviour of freeing up all memory at thread exit. With this and
29394              tools such as valgrind you will now get warnings as soon as you
29395              read from the deallocated memory, rather than just a warning much
29396              later about freeing to the wrong pool.
29397      Branch: perl
29398            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h pod/perltodo.pod
29399            ! sv.c util.c
29400 ____________________________________________________________________________
29401 [ 27083] By: nicholas                              on 2006/02/04  18:48:09
29402         Log: The TODO 'Tidy up global variables' can go, replaced with a second
29403              paragraph on 'Ordering of "global" variables'.
29404      Branch: perl
29405            ! pod/perltodo.pod
29406 ____________________________________________________________________________
29407 [ 27082] By: nicholas                              on 2006/02/04  17:11:54
29408         Log: I believe that mathoms have been completely TODOne.
29409      Branch: perl
29410            ! pod/perltodo.pod
29411 ____________________________________________________________________________
29412 [ 27081] By: nicholas                              on 2006/02/04  13:27:00
29413         Log: Rejig the definition of ARENAS_PER_SET to maximise the size of the
29414              array whilst keeping the structure within PERL_ARENA_SIZE.
29415      Branch: perl
29416            ! sv.c
29417 ____________________________________________________________________________
29418 [ 27080] By: nicholas                              on 2006/02/04  13:00:06
29419         Log: Tweak arena sets to avoid assignment between different pointers.
29420      Branch: perl
29421            ! sv.c
29422 ____________________________________________________________________________
29423 [ 27079] By: nicholas                              on 2006/02/04  12:28:03
29424         Log: Subject: [patch] arena rework - arena sets
29425              From: Jim Cromie <jim.cromie@gmail.com>
29426              Message-ID: <43DF4F66.4080808@gmail.com>
29427              Date: Tue, 31 Jan 2006 04:52:06 -0700
29428      Branch: perl
29429            ! embed.fnc embed.h hv.c proto.h sv.c
29430 ____________________________________________________________________________
29431 [ 27078] By: nicholas                              on 2006/02/04  11:10:52
29432         Log: warnings.h does some evil(*) pointer arithmetic on (SV *)0, so a
29433              simple replace of Nullsv with NULL turns out to be a bad idea.
29434              * Technically undefined behaviour, I believe.
29435      Branch: perl
29436            ! warnings.h warnings.pl
29437 ____________________________________________________________________________
29438 [ 27077] By: nicholas                              on 2006/02/04  10:37:08
29439         Log: Remove obsolete comment.
29440      Branch: perl
29441            ! perl.c
29442 ____________________________________________________________________________
29443 [ 27076] By: nicholas                              on 2006/02/03  23:21:37
29444         Log: S_find_beginning is only called from one place, so by hoisting the
29445              forbid_setid check for -x into the caller, we can eliminate the
29446              suidscript parameter from S_find_beginning.
29447      Branch: perl
29448            ! embed.fnc embed.h perl.c proto.h
29449 ____________________________________________________________________________
29450 [ 27075] By: nicholas                              on 2006/02/03  22:41:55
29451         Log: And as we've now got to the point where all calls to Perl_moreswitches
29452              have -1 as the second argument, we can remove the second argument,
29453              which gets us back to where we started, only with the elimination of
29454              a per-thread variable.
29455      Branch: perl
29456            ! embed.fnc embed.h perl.c proto.h toke.c
29457 ____________________________________________________________________________
29458 [ 27074] By: nicholas                              on 2006/02/03  22:18:45
29459         Log: The MSDOS-only call to moreswitches will never reach forbid_setid, so
29460              it can have a parameter of -1 without changing any behaviour.
29461              I see no reason to forbid "command line" switches when they are
29462              actually coming from the #! line of the script itself (as read by perl)
29463              as they must have been written by the owner of the script, rather than
29464              being crafted by the user manipulating the command line, and therefore
29465              cannot be subverted. (Or alternatively, can be subverted as easily as
29466              the rest of the script, and we're permitting *that* to be run)
29467      Branch: perl
29468            ! perl.c
29469 ____________________________________________________________________________
29470 [ 27073] By: nicholas                              on 2006/02/03  21:47:04
29471         Log: Pull the variables fdscript and suidscript into a much smaller scope.
29472              Replace suidscript with literal -1 where it could only have been -1.
29473              (Re-indent the other code inside the new block creating the scope.
29474              Rejig the indentation of the conditionals)
29475      Branch: perl
29476            ! perl.c
29477 ____________________________________________________________________________
29478 [ 27072] By: nicholas                              on 2006/02/03  21:23:21
29479         Log: Change 27070 failed to initialise a variable. (But despite that still
29480              passed all tests locally.)
29481      Branch: perl
29482            ! perl.c
29483 ____________________________________________________________________________
29484 [ 27071] By: nicholas                              on 2006/02/03  20:12:10
29485         Log: Silence a warning about "statement not reached" from the Sun C compiler.
29486              It was accurate - the conditional code used to give 2 return statements.
29487      Branch: perl
29488            ! mathoms.c
29489 ____________________________________________________________________________
29490 [ 27070] By: nicholas                              on 2006/02/03  20:10:07
29491         Log: Eliminating PL_suidscript is more tricky, and requires changing the
29492              prototype of Perl_moreswitches.
29493      Branch: perl
29494            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h
29495            ! proto.h toke.c
29496 ____________________________________________________________________________
29497 [ 27069] By: nicholas                              on 2006/02/03  18:27:52
29498         Log: Passing the flag to S_forbit_setid as a single char rather than a
29499              string is a slight space optimisation.
29500      Branch: perl
29501            ! embed.fnc intrpvar.h perl.c proto.h
29502 ____________________________________________________________________________
29503 [ 27068] By: nicholas                              on 2006/02/03  18:10:45
29504         Log: Oops. I *thought* that I had checked that all changed files were open.
29505              Clearly not. (Fixes change 27066)
29506      Branch: perl
29507            ! embed.h embedvar.h perlapi.h proto.h
29508 ____________________________________________________________________________
29509 [ 27067] By: nicholas                              on 2006/02/03  17:06:43
29510         Log: Oops. When changing warnings.pl one should re-run it. Well spotted
29511              Rafael.
29512      Branch: perl
29513            ! warnings.h
29514 ____________________________________________________________________________
29515 [ 27066] By: nicholas                              on 2006/02/03  17:06:04
29516         Log: It's actually easier to get rid of PL_fdscript than we thought.
29517      Branch: perl
29518            ! embed.fnc intrpvar.h perl.c
29519 ____________________________________________________________________________
29520 [ 27065] By: nicholas                              on 2006/02/03  16:03:01
29521         Log: Subject: Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
29522              From: Steven Schubiger <schubiger@cpan.org>
29523              Message-ID: <20060203152449.GI12591@accognoscere.homeunix.org>
29524              Date: Fri, 3 Feb 2006 16:24:49 +0100
29525      Branch: perl
29526            ! cop.h doio.c doop.c dump.c embed.pl gv.c hv.c hv.h intrpvar.h
29527            ! locale.c mathoms.c mg.c op.c pad.c pad.h perl.c perlio.c
29528            ! perlio.h pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
29529            ! regexec.c scope.c sv.c sv.h thrdvar.h toke.c utf8.c util.c
29530            ! warnings.pl
29531 ____________________________________________________________________________
29532 [ 27064] By: rgs                                   on 2006/02/03  15:18:18
29533         Log: Fix file where internal XS functions are defined
29534      Branch: perl
29535            ! universal.c
29536 ____________________________________________________________________________
29537 [ 27063] By: rgs                                   on 2006/02/03  14:06:40
29538         Log: Help to compile on VMS with UNLINK_ALL_VERSIONS
29539              See :
29540              Subject: bug@26347 embed.fnc/embed.h with unlnk macro
29541              From: "John E. Malmberg" <wb8tyw@qsl.net>
29542              Date: Tue, 13 Dec 2005 22:18:56 -0500
29543              Message-ID: <439F8F20.4050207@qsl.net>
29544      Branch: perl
29545            ! perl.h
29546 ____________________________________________________________________________
29547 [ 27062] By: rgs                                   on 2006/02/03  13:46:46
29548         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_64.tar.gz
29549              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
29550              Date: Thu, 02 Feb 2006 12:35:41 +0100
29551              Message-ID: <87acda0z8y.fsf@k75.linux.bogus>
29552      Branch: perl
29553            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
29554            ! lib/CPAN/SIGNATURE
29555 ____________________________________________________________________________
29556 [ 27061] By: rgs                                   on 2006/02/03  13:35:44
29557         Log: Subject: L<PerlIO> and Pod::Html
29558              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
29559              Date: Mon, 09 Jan 2006 12:53:15 +0900
29560              Message-Id: <20060109125220.3BB0.BQW10602@nifty.com>
29561      Branch: perl
29562            ! lib/Pod/Html.pm
29563 ____________________________________________________________________________
29564 [ 27060] By: nicholas                              on 2006/02/03  13:21:46
29565         Log: Subject: [PATCH] s/Nullcv/NULL/g
29566              From: Steven Schubiger <schubiger@cpan.org>
29567              Message-ID: <20060202150241.GF12591@accognoscere.homeunix.org>
29568              Date: Thu, 2 Feb 2006 16:02:41 +0100
29569      Branch: perl
29570            ! cop.h dump.c gv.c gv.h mg.c op.c pad.c perl.c pp_ctl.c sv.c
29571 ____________________________________________________________________________
29572 [ 27059] By: nicholas                              on 2006/02/03  13:06:00
29573         Log: Change PL_perlio_fd_refcnt from a fixed size static array to a pointer
29574              to a dynamic array.
29575      Branch: perl
29576            ! embedvar.h perlapi.h perlio.c perlvars.h
29577 ____________________________________________________________________________
29578 [ 27057] By: stevep                                on 2006/02/02  20:57:01
29579         Log: It would be nice to have tests in B for the functions getting changed.
29580      Branch: perl
29581            ! ext/B/t/b.t
29582 ____________________________________________________________________________
29583 [ 27056] By: stevep                                on 2006/02/02  20:42:56
29584         Log: Death to magic characters!  No pun intended.
29585      Branch: perl
29586            ! ext/B/B.xs
29587 ____________________________________________________________________________
29588 [ 27054] By: rgs                                   on 2006/02/02  14:24:03
29589         Log: Subject: Re: [PATCH] s/Null(av|ch)/NULL/g
29590              From: Steven Schubiger <schubiger@cpan.org>
29591              Date: Thu, 2 Feb 2006 10:38:49 +0100
29592              Message-ID: <20060202093849.GD12591@accognoscere.homeunix.org>
29593      Branch: perl
29594            ! XSUB.h cop.h doio.c doop.c dump.c gv.c hv.c hv.h locale.c
29595            ! malloc.c mathoms.c mg.c op.c op.h pad.c perl.c perl.h perlio.c
29596            ! perlsdio.h pod/perlapi.pod pp_sort.c pp_sys.c regcomp.h
29597            ! regexec.c sv.c sv.h thrdvar.h toke.c util.c
29598 ____________________________________________________________________________
29599 [ 27053] By: nicholas                              on 2006/02/02  12:31:30
29600         Log: gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanning
29601              loop is iterated over millions of times. Add a flag GV_NOTQUAL purely
29602              as an optimisation, when the caller is passing in a string that is
29603              known not to contain any package separators.
29604      Branch: perl
29605            ! doio.c gv.c gv.h op.c perl.c pp_ctl.c pp_sort.c pp_sys.c
29606            ! toke.c util.c
29607 ____________________________________________________________________________
29608 [ 27052] By: rgs                                   on 2006/02/02  11:22:43
29609         Log: Update to Module::CoreList 3.04.
29610              Cleanup corelist manpage.
29611              Remove -w in corelist shebang to avoid spurious warnings.
29612      Branch: perl
29613            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
29614 ____________________________________________________________________________
29615 [ 27051] By: gisle                                 on 2006/02/02  10:05:32
29616         Log: perl-5.8.8 also contained change 27040.
29617      Branch: perl
29618            ! lib/Module/CoreList.pm
29619 ____________________________________________________________________________
29620 [ 27050] By: nicholas                              on 2006/02/02  00:36:38
29621         Log: Yet more instances of gv_fetchpv... that should be GV_ADD rather than
29622              TRUE.
29623              Convert two gv_fetchpvn_flags to gv_fetchpvs.
29624      Branch: perl
29625            ! doio.c gv.c perl.c pp_ctl.c pp_sort.c util.c
29626 ____________________________________________________________________________
29627 [ 27049] By: nicholas                              on 2006/02/02  00:24:06
29628         Log: And another assumption.
29629      Branch: perl
29630            ! gv.c
29631 ____________________________________________________________________________
29632 [ 27048] By: nicholas                              on 2006/02/01  23:38:53
29633         Log: Since PERL_COPY_ON_WRITE becamse PERL_OLD_COPY_ON_WRITE it seems that
29634              no-one has been testing it, as there was a const too far.
29635      Branch: perl
29636            ! sv.c
29637 ____________________________________________________________________________
29638 [ 27047] By: stevep                                on 2006/02/01  23:34:47
29639         Log: Doc nit found by Stephen Gordon.
29640      Branch: perl
29641            ! pod/perlfunc.pod
29642 ____________________________________________________________________________
29643 [ 27046] By: nicholas                              on 2006/02/01  23:03:11
29644         Log: doubleplusoops. Apart from the documented NUL termination assumption.
29645              Now removed.
29646      Branch: perl
29647            ! gv.c
29648 ____________________________________________________________________________
29649 [ 27045] By: nicholas                              on 2006/02/01  22:39:29
29650         Log: References can't have SVp_IOK or SVp_NOK set, so no need for all the
29651              conditional code to copy IVX and NVX if true. "You cannot get here".
29652      Branch: perl
29653            ! sv.c
29654 ____________________________________________________________________________
29655 [ 27044] By: nicholas                              on 2006/02/01  22:03:37
29656         Log: Oops. 1 NUL termination assumption remains in Perl_gv_fetchpvn_flags
29657      Branch: perl
29658            ! gv.c
29659 ____________________________________________________________________________
29660 [ 27043] By: nicholas                              on 2006/02/01  20:26:46
29661         Log: Correct my comment, so that it's actually useful. :-)
29662      Branch: perl
29663            ! sv.c
29664 ____________________________________________________________________________
29665 [ 27042] By: nicholas                              on 2006/02/01  19:30:52
29666         Log: , tweaked from
29667              Subject: Re: [:...:] and \p{...} character class equivalence in utf8 regexps
29668              From: Steve Purkis <Steve.Purkis@multimap.com>
29669              Message-Id: <0DAE5956-3ECC-4692-A0C9-C62C8F790C97@multimap.com>
29670              Date: Fri, 20 Jan 2006 12:35:06 -0500
29671      Branch: perl
29672            ! pod/perlre.pod
29673 ____________________________________________________________________________
29674 [ 27039] By: rgs                                   on 2006/02/01  18:07:26
29675         Log: Improve a bit the documentation for kill() with SIGNAL==0
29676      Branch: perl
29677            ! pod/perlfunc.pod
29678 ____________________________________________________________________________
29679 [ 27038] By: nicholas                              on 2006/02/01  18:05:20
29680         Log: Mmm, it looks like it's a bad plan to rebuild the TOC from a tree that
29681              has other modules in ext/
29682              TODO - fix buildtoc to cross check with MANIFEST.
29683      Branch: perl
29684            ! pod/perltoc.pod
29685 ____________________________________________________________________________
29686 [ 27037] By: nicholas                              on 2006/02/01  17:53:28
29687         Log: Integrate perl588delta.pod from maint, and re-run pod/buildtoc.
29688      Branch: perl
29689           +> pod/perl588delta.pod
29690            ! pod/perl.pod vms/descrip_mms.template
29691           !> MANIFEST Makefile.SH pod.lst pod/perltoc.pod win32/Makefile
29692           !> win32/makefile.mk win32/pod.mak
29693 ____________________________________________________________________________
29694 [ 27036] By: rgs                                   on 2006/02/01  17:49:53
29695         Log: Doc nit by Andy Dougherty
29696      Branch: perl
29697            ! README.aix
29698 ____________________________________________________________________________
29699 [ 27035] By: rgs                                   on 2006/02/01  16:14:07
29700         Log: autouse actually requires perl 5.6 at least.
29701      Branch: perl
29702            ! lib/autouse.pm
29703 ____________________________________________________________________________
29704 [ 27034] By: rgs                                   on 2006/02/01  15:51:35
29705         Log: Avoid "Prototype mismatch" warnings with autouse.
29706      Branch: perl
29707            ! lib/autouse.pm
29708 ____________________________________________________________________________
29709 [ 27033] By: rgs                                   on 2006/02/01  13:22:26
29710         Log: Fix corelist data for 5.8.8
29711      Branch: perl
29712            ! lib/Module/CoreList.pm
29713 ____________________________________________________________________________
29714 [ 27032] By: rgs                                   on 2006/02/01  12:41:37
29715         Log: More history
29716      Branch: perl
29717            ! pod/perlhist.pod
29718 ____________________________________________________________________________
29719 [ 27031] By: rgs                                   on 2006/02/01  12:30:14
29720         Log: Update to Module::CoreList 2.03 (includes 5.8.8 and 5.9.3)
29721      Branch: perl
29722            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
29723 ____________________________________________________________________________
29724 [ 27030] By: nicholas                              on 2006/02/01  11:53:04
29725         Log: Subject: [patch] arena rework - unify arenaroots
29726              From: Jim Cromie <jim.cromie@gmail.com>
29727              Message-ID: <43DF3D0A.3040102@gmail.com>
29728              Date: Tue, 31 Jan 2006 03:33:46 -0700
29729      Branch: perl
29730            ! embedvar.h hv.c intrpvar.h perlapi.h sv.c
29731 ____________________________________________________________________________
29732 [ 27028] By: nicholas                              on 2006/01/31  22:59:27
29733         Log: Make Perl_gv_fetchpvn_flags actually heed the passed in length.
29734              This means that \0 bytes in symbolic references now work.
29735      Branch: perl
29736            ! doio.c gv.c perl.c t/op/ref.t toke.c
29737 ____________________________________________________________________________
29738 [ 27027] By: stevep                                on 2006/01/31  18:42:31
29739         Log: Intel C Compiler 9.0 hatefully defines __GNUC__.  Unfortunately, 
29740              icc does not support gcc built-ins like __attribiute__.
29741      Branch: perl
29742            ! perl.h
29743 ____________________________________________________________________________
29744 [ 27022] By: nicholas                              on 2006/01/31  15:33:15
29745         Log: Subject: [perl #38380] Typo in perlfunc.pod 
29746              From: p.boven@sara.nl (via RT) <perlbug-followup@perl.org>
29747              Message-ID: <rt-3.0.11-38380-129047.11.4217468041333@perl.org>
29748              Date: Tue, 31 Jan 2006 05:22:28 -0800
29749      Branch: perl
29750            ! pod/perlfunc.pod
29751 ____________________________________________________________________________
29752 [ 27021] By: nicholas                              on 2006/01/31  15:10:37
29753         Log: Eliminate save_threadsv, as it is never linked to, and all it does
29754              post 5005 threads is croak().
29755      Branch: perl
29756            ! embed.fnc embed.h global.sym proto.h scope.c
29757 ____________________________________________________________________________
29758 [ 27016] By: rgs                                   on 2006/01/31  10:07:00
29759         Log: Subject: Re: [PATCH] Re: replacing "inuse" Win files (was Re: Help with a Cwd.pm build error)
29760              From: demerphq <demerphq@gmail.com>
29761              Date: Tue, 31 Jan 2006 09:55:25 +0100
29762              Message-ID: <9b18b3110601310055h7aeb9aa1gdc2d63cc56d97768@mail.gmail.com>
29763      Branch: perl
29764            ! lib/ExtUtils/Install.pm
29765 ____________________________________________________________________________
29766 [ 27015] By: craigb                                on 2006/01/31  04:37:27
29767         Log: Subject: patch@26996 - patch around stat("_NLA0:") bug
29768              From: "John E. Malmberg" <wb8tyw@qsl.net>Date: Mon, 30 Jan 2006 23:21:34 -0500
29769              Message-id: <43DEE5CE.7060108@qsl.net>
29770
29771      Branch: perl
29772            ! vms/vms.c vms/vmsish.h
29773 ____________________________________________________________________________
29774 [ 27014] By: nicholas                              on 2006/01/31  00:15:26
29775         Log: Silence a warning from the MS compiler about signed/unsigned mismatch.
29776      Branch: perl
29777            ! util.c
29778 ____________________________________________________________________________
29779 [ 27010] By: rgs                                   on 2006/01/30  17:47:56
29780         Log: Add perl594delta
29781      Branch: perl
29782            + pod/perl594delta.pod
29783            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
29784            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
29785            ! win32/pod.mak
29786 ____________________________________________________________________________
29787 [ 27009] By: nicholas                              on 2006/01/30  17:12:54
29788         Log: Change the author aliasing to reflect updates to AUTHORS.
29789      Branch: perl
29790            ! Porting/checkAUTHORS.pl
29791 ____________________________________________________________________________
29792 [ 27007] By: rgs                                   on 2006/01/30  16:58:47
29793         Log: Bump version number to 5.9.4
29794              Regenerate template config in Porting
29795      Branch: perl
29796            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
29797            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
29798            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
29799            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
29800            ! win32/makefile.mk wince/Makefile.ce wince/config_H.ce
29801 ____________________________________________________________________________
29802 [ 27006] By: nicholas                              on 2006/01/30  16:50:38
29803         Log: Silence another Irix compiler warning.
29804      Branch: perl
29805            ! toke.c
29806 ____________________________________________________________________________
29807 [ 27005] By: nicholas                              on 2006/01/30  16:29:38
29808         Log: Avoid a warning from the Irix C compiler.
29809      Branch: perl
29810            ! hv.c
29811 ____________________________________________________________________________
29812 [ 27004] By: stevep                                on 2006/01/30  15:04:50
29813         Log: Teach the Makefile how to cleanup config.over.
29814      Branch: perl
29815            ! Makefile.SH
29816 ____________________________________________________________________________
29817 [ 27002] By: nicholas                              on 2006/01/30  13:42:56
29818         Log: Code assumes that *FOO{SCALAR} will always return a scalar reference,
29819              so make it so, creating $FOO if necessary.
29820              (Effectively this is a policy decision that PERL_DONT_CREATE_GVSV is
29821              visible to XS code, but isn't visible to Perl code)
29822      Branch: perl
29823            ! pp.c t/op/gv.t
29824 ____________________________________________________________________________
29825 [ 27001] By: stevep                                on 2006/01/30  13:25:04
29826         Log: Add -DPTR_IS_LONG when building with -Duse64bitint on Solaris/i386.  
29827              Otherwise, the build fails in POSIX.
29828      Branch: perl
29829            ! hints/solaris_2.sh
29830 ____________________________________________________________________________
29831 [ 27000] By: nicholas                              on 2006/01/30  12:59:12
29832         Log: Use a union for storing the shared hash key reference count, rather
29833              than messy pointer hacks.
29834      Branch: perl
29835            ! ext/XS/APItest/APItest.xs hv.c hv.h perl.c
29836 ____________________________________________________________________________
29837 [ 26999] By: rgs                                   on 2006/01/30  09:52:06
29838         Log: Subject: [DOC PATCH] $^X isn't necessarily argv[0]
29839              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29840              Date: Mon, 30 Jan 2006 01:06:24 -0800
29841              Message-ID: <20060130090624.GA3760@efn.org>
29842      Branch: perl
29843            ! pod/perlvar.pod
29844 ____________________________________________________________________________
29845 [ 26998] By: merijn                                on 2006/01/30  09:10:53
29846         Log: Subject: [PATCH] maint and blead: unicos.sh hints
29847              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
29848              Date: Sun, 29 Jan 2006 23:45:03 +0200 (EET)
29849              Message-Id: <200601292145.k0TLj3mW320311@kosh.hut.fi>
29850      Branch: perl
29851            ! hints/unicos.sh
29852 ____________________________________________________________________________
29853 [ 26997] By: nicholas                              on 2006/01/30  00:18:52
29854         Log: Assert that IVs and NVs can never be tainted.
29855      Branch: perl
29856            ! sv.c
29857 ____________________________________________________________________________
29858 [ 26996] By: nicholas                              on 2006/01/29  22:00:11
29859         Log: Solaris seems not to enjoy initialising constants from SIG_??? on 64
29860              bit builds.
29861      Branch: perl
29862            ! ext/POSIX/Makefile.PL
29863 ____________________________________________________________________________
29864 [ 26995] By: stevep                                on 2006/01/29  20:43:44
29865         Log: Upgrade to podlators-2.0.3
29866      Branch: perl
29867            ! lib/Pod/t/basic.t lib/Pod/t/color.t lib/Pod/t/man.t
29868            ! lib/Pod/t/termcap.t lib/Pod/t/text-options.t lib/Pod/t/text.t
29869 ____________________________________________________________________________
29870 [ 26994] By: rgs                                   on 2006/01/29  18:31:52
29871         Log: Email change for Steven Schubiger
29872      Branch: perl
29873            ! AUTHORS
29874 ____________________________________________________________________________
29875 [ 26993] By: merijn                                on 2006/01/29  10:14:09
29876         Log: Subject: Re: [patch] s/ar ts/ar s/g
29877              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
29878              Date: Thu, 26 Jan 2006 13:53:07 -0800
29879              Message-ID: <43D944C3.60101@ActiveState.com>
29880      Branch: perl
29881            ! Configure
29882 ____________________________________________________________________________
29883 [ 26991] By: nicholas                              on 2006/01/29  00:25:04
29884         Log: C compilers don't let you return void. Pay attention gcc, and
29885              stop aping Shildt.
29886      Branch: perl
29887            ! sv.c
29888 ____________________________________________________________________________
29889 [ 26990] By: nicholas                              on 2006/01/29  00:09:10
29890         Log: Avoid using space to create 2 functions just to force mathoms to be
29891              linked. Instead, force the link via the perl interpreter structure
29892              via a function pointer that gets replaced at run time anyway.
29893      Branch: perl
29894            ! embed.fnc embed.h intrpvar.h mathoms.c perl.c proto.h
29895 ____________________________________________________________________________
29896 [ 26989] By: nicholas                              on 2006/01/28  17:46:56
29897         Log: Call gv_fetchpvn_flags where we already know the length.
29898      Branch: perl
29899            ! doio.c toke.c
29900 ____________________________________________________________________________
29901 [ 26988] By: stevep                                on 2006/01/28  17:25:03
29902         Log: Upgrade to podlators-2.0.2
29903      Branch: perl
29904            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
29905            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.t lib/Pod/t/color.t
29906            ! lib/Pod/t/man.t lib/Pod/t/termcap.t lib/Pod/t/text-options.t
29907            ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL
29908 ____________________________________________________________________________
29909 [ 26987] By: nicholas                              on 2006/01/28  17:15:21
29910         Log: Squeeze more flag manipulations together in sv_setsv_flags.
29911      Branch: perl
29912            ! sv.c
29913 ____________________________________________________________________________
29914 [ 26986] By: stevep                                on 2006/01/28  16:50:32
29915         Log: Upgrade to CPAN-1.83_59
29916      Branch: perl
29917            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
29918            ! lib/CPAN/SIGNATURE
29919 ____________________________________________________________________________
29920 [ 26985] By: stevep                                on 2006/01/28  16:43:43
29921         Log: Upgrade to Archive-Tar-1.28
29922      Branch: perl
29923            ! lib/Archive/Tar.pm lib/Archive/Tar/bin/ptardiff
29924            ! lib/Archive/Tar/t/02_methods.t
29925            ! lib/Archive/Tar/t/04_resolved_issues.t
29926 ____________________________________________________________________________
29927 [ 26983] By: nicholas                              on 2006/01/28  15:44:04
29928         Log: Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.
29929              Many strlen()s saved.
29930      Branch: perl
29931            ! doio.c handy.h op.c perl.c pp_ctl.c pp_sort.c pp_sys.c toke.c
29932            ! util.c
29933 ____________________________________________________________________________
29934 [ 26982] By: nicholas                              on 2006/01/28  14:46:35
29935         Log: Merge the IOK and NOK clauses together in sv_setsv_flags.
29936      Branch: perl
29937            ! sv.c
29938 ____________________________________________________________________________
29939 [ 26981] By: nicholas                              on 2006/01/28  14:23:49
29940         Log: The flags manipulation in sv_setsv_flags can be more efficient.
29941      Branch: perl
29942            ! sv.c
29943 ____________________________________________________________________________
29944 [ 26980] By: nicholas                              on 2006/01/28  14:02:10
29945         Log: PERL_DONT_CREATE_GVSV wasn't as effective as it should have been.
29946      Branch: perl
29947            ! gv.c
29948 ____________________________________________________________________________
29949 [ 26979] By: nicholas                              on 2006/01/28  13:38:28
29950         Log: By changing SvVOK() from returning 0/1 to 0/pointer-to-magic we can
29951              save duplicating mg_find calls, without changing the semantics in any
29952              boolean context.
29953      Branch: perl
29954            ! sv.c sv.h util.c
29955 ____________________________________________________________________________
29956 [ 26978] By: nicholas                              on 2006/01/28  12:49:15
29957         Log: Pull the other large chunk of PVGV assignment code into S_pvgv_assign.
29958              There seems to be some duplication with S_glob_assign.
29959      Branch: perl
29960            ! sv.c
29961 ____________________________________________________________________________
29962 [ 26977] By: nicholas                              on 2006/01/28  12:26:47
29963         Log: Remove goto glob_assign;
29964      Branch: perl
29965            ! sv.c
29966 ____________________________________________________________________________
29967 [ 26976] By: nicholas                              on 2006/01/28  12:08:01
29968         Log: Pull glob_assign out from sv_setsv_flags into a static function.
29969      Branch: perl
29970            ! sv.c
29971 ____________________________________________________________________________
29972 [ 26975] By: rgs                                   on 2006/01/28  11:00:30
29973         Log: Update Changes
29974      Branch: perl
29975            ! Changes
29976 ____________________________________________________________________________
29977 [ 26974] By: rgs                                   on 2006/01/28  10:57:04
29978         Log: Add perl 5.9.3 in release list
29979      Branch: perl
29980            ! pod/perlhist.pod
29981 ____________________________________________________________________________
29982 [ 26970] By: gisle                                 on 2006/01/27  19:48:28
29983         Log: Subject: Re: Make Passive mode the default for Net::FTP
29984              From: Gisle Aas <gisle@ActiveState.com>
29985              Date: 27 Jan 2006 07:21:16 -0800
29986              Message-ID: <lrslr91ytv.fsf@caliper.activestate.com>
29987      Branch: perl
29988            ! lib/Net/Config.pm lib/Net/FTP.pm
29989 ____________________________________________________________________________
29990 [ 26969] By: rgs                                   on 2006/01/27  18:27:22
29991         Log: Oops. Forgot to add this file.
29992      Branch: perl
29993            + utils/ptardiff.PL
29994 ____________________________________________________________________________
29995 [ 26968] By: rgs                                   on 2006/01/27  18:07:54
29996         Log: Regenerate META.yml
29997      Branch: perl
29998            ! META.yml
29999 ____________________________________________________________________________
30000 [ 26967] By: rgs                                   on 2006/01/27  18:04:17
30001         Log: Regenerate Changes; remove ^M chars in Changes
30002      Branch: perl
30003            ! Changes
30004 ____________________________________________________________________________
30005 [ 26966] By: rgs                                   on 2006/01/27  17:47:32
30006         Log: Remove patch number
30007      Branch: perl
30008            ! patchlevel.h
30009 ____________________________________________________________________________
30010 [ 26965] By: rgs                                   on 2006/01/27  17:44:48
30011         Log: Mention ptardiff in perldelta.
30012      Branch: perl
30013            ! pod/perl593delta.pod
30014 ____________________________________________________________________________
30015 [ 26964] By: rgs                                   on 2006/01/27  17:37:27
30016         Log: Don't install ptardiff in the module tree
30017      Branch: perl
30018            ! installperl
30019 ____________________________________________________________________________
30020 [ 26963] By: rgs                                   on 2006/01/27  17:19:52
30021         Log: Install the ptardiff utility that comes with Archive::Tar
30022      Branch: perl
30023            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
30024            ! win32/Makefile win32/makefile.mk
30025 ____________________________________________________________________________
30026 [ 26962] By: rgs                                   on 2006/01/27  17:04:35
30027         Log: Install nit : README.e2x should be installed, the other READMEs shouldn't
30028      Branch: perl
30029            ! installperl
30030 ____________________________________________________________________________
30031 [ 26961] By: rgs                                   on 2006/01/27  16:31:33
30032         Log: Regenerate PODs
30033      Branch: perl
30034            ! pod/perlmodlib.pod pod/perltoc.pod
30035 ____________________________________________________________________________
30036 [ 26960] By: rgs                                   on 2006/01/27  15:35:01
30037         Log: Some spelling fixes by David Landgren.
30038              Mention perltodo.
30039      Branch: perl
30040            ! pod/perl593delta.pod
30041 ____________________________________________________________________________
30042 [ 26959] By: rgs                                   on 2006/01/27  15:26:05
30043         Log: Revert change 24461, now that change 26757 allows TEST
30044              to accept extra output from module tests
30045      Branch: perl
30046            ! cygwin/perlld.in
30047 ____________________________________________________________________________
30048 [ 26958] By: rgs                                   on 2006/01/27  13:54:06
30049         Log: Subject: [PATCH] quiet gcc Info message in cygwin
30050              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
30051              Date: Wed, 25 Jan 2006 19:16:09 -0800
30052              Message-ID: <20060126031608.GA2588@efn.org>
30053      Branch: perl
30054            ! hints/cygwin.sh
30055 ____________________________________________________________________________
30056 [ 26957] By: rgs                                   on 2006/01/27  13:08:12
30057         Log: Remove note about #elif, see :
30058              Subject: Re: Change 26954: Simplify nested '#ifdef' by replacing it with '#elif defined()'
30059              From: Steve Hay <steve.hay@uk.radan.com>
30060              Date: Fri, 27 Jan 2006 11:09:02 +0000
30061              Message-ID: <43D9FF4E.6010501@uk.radan.com>
30062      Branch: perl
30063            ! Porting/pumpkin.pod
30064 ____________________________________________________________________________
30065 [ 26955] By: nicholas                              on 2006/01/27  10:36:05
30066         Log: A description of the new constants.
30067      Branch: perl
30068            ! pod/perl593delta.pod
30069 ____________________________________________________________________________
30070 [ 26954] By: gisle                                 on 2006/01/27  08:54:04
30071         Log: Simplify nested '#ifdef' by replacing it with '#elif defined()'
30072      Branch: perl
30073            ! mg.c
30074 ____________________________________________________________________________
30075 [ 26953] By: gisle                                 on 2006/01/27  08:49:34
30076         Log: Safer implementation of RTRIM().
30077              Don't rely on SvCUR to be sane unless SvPOK.
30078      Branch: perl
30079            ! mg.c
30080 ____________________________________________________________________________
30081 [ 26952] By: nicholas                              on 2006/01/26  22:03:19
30082         Log: Subject: [PATCH] Change 26781/26830 (SvRTRIM should also write a new '\0' at the end) can cause segfaults
30083              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
30084              Message-ID: <43D941AF.1060503@ActiveState.com>
30085              Date: Thu, 26 Jan 2006 13:39:59 -0800
30086      Branch: perl
30087            ! mg.c
30088 ____________________________________________________________________________
30089 [ 26951] By: stevep                                on 2006/01/26  19:23:48
30090         Log: Fix a few nits in perl593delta
30091      Branch: perl
30092            ! pod/perl593delta.pod
30093 ____________________________________________________________________________
30094 [ 26950] By: rgs                                   on 2006/01/26  18:48:27
30095         Log: miniperl isn't enough anymore to run pod2man.
30096      Branch: perl
30097            ! pod/Makefile.SH
30098 ____________________________________________________________________________
30099 [ 26949] By: nicholas                              on 2006/01/26  18:35:56
30100         Log: 2 spelling corrections, and rephrase the entry on perlivp (better
30101              grammer, more succinct)
30102      Branch: perl
30103            ! pod/perl593delta.pod
30104 ____________________________________________________________________________
30105 [ 26948] By: rgs                                   on 2006/01/26  18:14:26
30106         Log: More work on perldelta
30107      Branch: perl
30108            ! pod/perl593delta.pod
30109 ____________________________________________________________________________
30110 [ 26947] By: steveh                                on 2006/01/26  16:25:20
30111         Log: Make dump and -u croak on Win32 and Cygwin to avoid confusion
30112              such as was seen here:
30113              
30114              Subject: Weird Win32 error: "This application has requested the Runtime to terminate it in an unusual way."
30115              From: demerphq <demerphq@gmail.com>
30116              Date: Thu, 26 Jan 2006 15:40:42 +0100
30117              Message-ID: <9b18b3110601260640x34b2442cnf5379d2f83b74187@mail.gmail.com>
30118      Branch: perl
30119            ! perl.c pod/perldiag.pod pod/perlport.pod
30120 ____________________________________________________________________________
30121 [ 26946] By: nicholas                              on 2006/01/26  14:57:42
30122         Log: SvREADONLY_off inside the magic routines is also dangerous on shared
30123              hash key scalars, so decompose them to normal scalars if they ever
30124              get here.
30125      Branch: perl
30126            ! mg.c
30127 ____________________________________________________________________________
30128 [ 26945] By: rgs                                   on 2006/01/26  11:49:22
30129         Log: assertions.pm is dual-lived
30130      Branch: perl
30131            ! Porting/Maintainers.pl
30132 ____________________________________________________________________________
30133 [ 26943] By: rgs                                   on 2006/01/25  17:12:11
30134         Log: Subject: aelemfast optimization opclass problem (c.f. [perl #38279])
30135              From: Stephen McCamant <smcc@mit.edu>
30136              Date: Jan 24, 2006 7:23 AM
30137              Message-ID: <17365.51166.604020.571992@conquest.OCF.Berkeley.EDU>
30138      Branch: perl
30139            + ext/B/t/optree_misc.t
30140            ! MANIFEST ext/B/B.xs
30141 ____________________________________________________________________________
30142 [ 26941] By: gisle                                 on 2006/01/24  15:37:25
30143         Log: Subject: Simplify &IO::Handle::say
30144              From: Gisle Aas <gisle@ActiveState.com>
30145              Date: 24 Jan 2006 05:01:28 -0800
30146              Message-ID: <lrzmll7pav.fsf@caliper.activestate.com>
30147      Branch: perl
30148            ! ext/IO/lib/IO/Handle.pm
30149 ____________________________________________________________________________
30150 [ 26940] By: rgs                                   on 2006/01/24  15:10:27
30151         Log: Fix a regression on suidperl : the error message "No #! line" was
30152              produced in erroneous cases, because we used to read values in a
30153              string buffer that pointed to nothing.
30154      Branch: perl
30155            ! perl.c
30156 ____________________________________________________________________________
30157 [ 26936] By: steveh                                on 2006/01/24  12:13:15
30158         Log: Remove d_nanosleep from win32 configs
30159              Change 19899 removed them before, but they have accidentally crept back.
30160      Branch: perl
30161            ! win32/config.bc win32/config.gc win32/config.vc
30162            ! win32/config.vc64
30163 ____________________________________________________________________________
30164 [ 26935] By: steveh                                on 2006/01/24  09:22:44
30165         Log: Subject: SPRINTF_RETURNS_STRLEN isn't really a compile-time option 
30166              From: Gisle Aas <gisle@ActiveState.com>
30167              Date: 23 Jan 2006 02:12:04 -0800
30168              Message-ID: <lr3bjfb6dn.fsf@caliper.activestate.com>
30169              
30170              Subject: RE: SPRINTF_RETURNS_STRLEN isn't really a compile-time option
30171              From: "Jan Dubois" <jand@ActiveState.com>
30172              Date: Mon, 23 Jan 2006 11:30:51 -0800
30173              Message-ID: <008001c62053$86adf680$2217a8c0@candy>
30174      Branch: perl
30175            ! makedef.pl perl.c
30176 ____________________________________________________________________________
30177 [ 26933] By: rgs                                   on 2006/01/23  19:24:06
30178         Log: More work on perldelta
30179      Branch: perl
30180            ! pod/perl593delta.pod
30181 ____________________________________________________________________________
30182 [ 26932] By: nicholas                              on 2006/01/23  19:06:41
30183         Log: constant_add_symbol needs to be static, else static builds can fail at
30184              link time. (*How* many meanings is "static" overloaded with?)
30185      Branch: perl
30186            ! lib/ExtUtils/Constant/ProxySubs.pm
30187 ____________________________________________________________________________
30188 [ 26930] By: stevep                                on 2006/01/23  18:40:08
30189         Log: Subject: [PATCH] Tru64: -Uusedl: lib/ExtUtils/t/Embed.t
30190              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
30191              Date: Mon, 23 Jan 2006 20:34:18 +0200
30192              Message-ID: <43D521AA.7030008@gmail.com>
30193      Branch: perl
30194            ! lib/ExtUtils/t/Embed.t
30195 ____________________________________________________________________________
30196 [ 26929] By: stevep                                on 2006/01/23  15:56:34
30197         Log: Upgrade to Pod-Simple-3.04
30198      Branch: perl
30199            ! lib/Pod/Simple.pm lib/Pod/Simple/BlackBox.pm
30200            ! lib/Pod/Simple/Search.pm
30201 ____________________________________________________________________________
30202 [ 26928] By: rgs                                   on 2006/01/23  15:28:51
30203         Log: Now that change #26410 is reverted, mark as TODO the tests added
30204              by change #26925.
30205      Branch: perl
30206            ! t/op/pat.t
30207 ____________________________________________________________________________
30208 [ 26927] By: rgs                                   on 2006/01/23  15:18:30
30209         Log: Missing chunk in change #26926
30210      Branch: perl
30211            ! t/op/taint.t
30212 ____________________________________________________________________________
30213 [ 26926] By: rgs                                   on 2006/01/23  15:18:10
30214         Log: Revert change 26410, marking the test that was added there as TODO.
30215              See the thread :
30216              Subject: LVALUE m//g (was Re: au revoir ...)
30217              From: Nicholas Clark <nick@ccl4.org>
30218              Date: Jan 18, 2006 9:30 PM
30219              Message-ID: <20060118203058.GQ616@plum.flirble.org>
30220      Branch: perl
30221            ! op.c
30222 ____________________________________________________________________________
30223 [ 26925] By: nicholas                              on 2006/01/23  15:11:11
30224         Log: Change the regression test added by 26410 to use test.pl; this makes
30225              it easier to TODO if needed.
30226              Add the TODO test provided by Rick Delaney, but not as TODO, because
30227              change 26410 also made pos on LVALUE subroutines work for the first
30228              time.
30229      Branch: perl
30230            ! t/op/pat.t t/op/taint.t
30231 ____________________________________________________________________________
30232 [ 26924] By: rgs                                   on 2006/01/23  14:44:59
30233         Log: Un-const magic virtual tables; this consting breaks the nasty
30234              things done by Swig, as noticed by Audrey.
30235      Branch: perl
30236            ! embed.fnc mg.c mg.h perl.h pod/perlapi.pod proto.h sv.c
30237 ____________________________________________________________________________
30238 [ 26923] By: stevep                                on 2006/01/23  14:35:52
30239         Log: Upgrade to CPAN-1.83_58
30240      Branch: perl
30241            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
30242            ! lib/CPAN/HandleConfig.pm lib/CPAN/SIGNATURE
30243            ! lib/CPAN/Version.pm lib/CPAN/t/vcmp.t
30244 ____________________________________________________________________________
30245 [ 26922] By: gisle                                 on 2006/01/23  12:33:02
30246         Log: Avoid warning with MS Visual C compiler.
30247              Encode.xs(443) : warning C4761: integral size mismatch in argument; conversion supplied
30248      Branch: perl
30249            ! ext/Encode/Encode.xs
30250 ____________________________________________________________________________
30251 [ 26921] By: gisle                                 on 2006/01/23  09:57:10
30252         Log: Subject: Avoid most getprotobyname/number calls in IO::Socket::INET
30253              From: Gisle Aas <gisle@ActiveState.com>
30254              Date: 18 Jan 2006 09:28:24 -0800
30255              Message-ID: <lr3bjlbg3r.fsf@caliper.activestate.com>
30256      Branch: perl
30257            ! ext/IO/lib/IO/Socket/INET.pm
30258 ____________________________________________________________________________
30259 [ 26919] By: craigb                                on 2006/01/21  17:05:07
30260         Log: Make Manifest.t do what is says it's doing.
30261      Branch: perl
30262            ! lib/ExtUtils/t/Manifest.t
30263 ____________________________________________________________________________
30264 [ 26918] By: mhx                                   on 2006/01/21  15:31:06
30265         Log: Remove wrong cast to (void *), which fixes a gcc warning, and use
30266              the return value of upg_version() at least once in the core.
30267      Branch: perl
30268            ! pp_ctl.c util.c
30269 ____________________________________________________________________________
30270 [ 26915] By: nicholas                              on 2006/01/20  10:12:12
30271         Log: Note 5.8.8-RC1
30272      Branch: perl
30273            ! pod/perlhist.pod
30274 ____________________________________________________________________________
30275 [ 26914] By: mhx                                   on 2006/01/19  18:44:34
30276         Log: Upgrade to Devel::PPPort 3.08
30277      Branch: perl
30278            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
30279            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
30280            ! ext/Devel/PPPort/PPPort_pm.PL
30281            ! ext/Devel/PPPort/parts/inc/ppphtest ext/Devel/PPPort/soak
30282 ____________________________________________________________________________
30283 [ 26913] By: craigb                                on 2006/01/19  04:55:19
30284         Log: find_perl() must be after environment initialization
30285      Branch: perl
30286            ! ext/Devel/PPPort/t/ppphtest.t
30287 ____________________________________________________________________________
30288 [ 26912] By: stevep                                on 2006/01/19  02:58:37
30289         Log: Fix hardcoded "/" in a filepath that causes ext/List/Util/t/p_tainted.t
30290              to fail on VMS.
30291      Branch: perl
30292            ! ext/List/Util/t/p_tainted.t
30293 ____________________________________________________________________________
30294 [ 26911] By: stevep                                on 2006/01/19  02:32:06
30295         Log: Fix another concatenated filepath in a test for Digest::SHA.
30296      Branch: perl
30297            ! ext/Digest/SHA/t/6-dump-load.t
30298 ____________________________________________________________________________
30299 [ 26910] By: nicholas                              on 2006/01/18  23:52:20
30300         Log: Integrate 26847 from maint.
30301              [Whoops, that was never the plan. Didn't realise which directory I was
30302              in]
30303      Branch: perl
30304           !> AUTHORS Porting/Maintainers.pl
30305 ____________________________________________________________________________
30306 [ 26904] By: nicholas                              on 2006/01/18  18:02:17
30307         Log: Change 26410 caused a regression, with the RVALUE return value of
30308              method calls now failing if bound to a global match. Add a TODO test.
30309      Branch: perl
30310            ! t/op/pat.t
30311 ____________________________________________________________________________
30312 [ 26903] By: gisle                                 on 2006/01/18  14:43:14
30313         Log: Allow IPPROTO_ICMP and IPPROTO_UDP to be exported.
30314              These were introduced in change 26897.
30315      Branch: perl
30316            ! ext/Socket/Socket.pm
30317 ____________________________________________________________________________
30318 [ 26902] By: gisle                                 on 2006/01/18  14:41:17
30319         Log: Use the IPPROTO_TCP constant instead of 6.
30320      Branch: perl
30321            ! ext/Socket/t/Socket.t
30322 ____________________________________________________________________________
30323 [ 26901] By: steveh                                on 2006/01/18  14:23:09
30324         Log: Change all NEWSV() to newSV() in the core and non-dual-lived modules.
30325              Keep NEWSV() itself for backwards-compatibility outside of the core,
30326              but don't advertise it any more.
30327              (cf. change #25101).
30328      Branch: perl
30329            ! av.c doio.c dump.c ext/ByteLoader/bytecode.h
30330            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs gv.c handy.h hv.c
30331            ! mathoms.c op.c os2/OS2/REXX/REXX.xs pad.c perl.c perly.c
30332            ! pod/perlapi.pod pod/perlembed.pod pp.c pp_ctl.c pp_hot.c
30333            ! pp_pack.c pp_sys.c regexec.c scope.c sv.c toke.c
30334            ! vms/ext/Stdio/Stdio.xs
30335 ____________________________________________________________________________
30336 [ 26900] By: stevep                                on 2006/01/18  13:32:09
30337         Log: Digest::SHA's t/2-nist-sha-oo.t has some path related problems on
30338              VMS as well.
30339      Branch: perl
30340            ! ext/Digest/SHA/t/2-nist-sha-oo.t
30341 ____________________________________________________________________________
30342 [ 26899] By: stevep                                on 2006/01/18  13:09:10
30343         Log: Fixes for Digest::SHA.  Replaced old ppport.h file with a new one
30344              generated from Devel::PPPort 3.07.  Also, fixed a UNIX-based path
30345              element that caused test failures on VMS (reported by John E. Malmberg
30346              <wb8tyw@qsl.net>).
30347      Branch: perl
30348            ! ext/Digest/SHA/ppport.h ext/Digest/SHA/t/6-dump-load.t
30349 ____________________________________________________________________________
30350 [ 26897] By: gisle                                 on 2006/01/18  11:57:07
30351         Log: Make sure the most common IPPROTO_* constants are always available.
30352              These are well known numbers so it should not be a problem to
30353              hardcode values when no constant is provided by the C library.
30354              Ref <http://www.iana.org/assignments/protocol-numbers>.
30355              
30356              On some old glibc systems (eg Redhat 6) IPPROTO_TCP is an enum only
30357              and this change workaround that problem as well.
30358      Branch: perl
30359            ! ext/Socket/Makefile.PL
30360 ____________________________________________________________________________
30361 [ 26893] By: gisle                                 on 2006/01/18  10:12:14
30362         Log: Suppress "statement not reached" warning from the Sun C compiler.
30363      Branch: perl
30364            ! doio.c
30365 ____________________________________________________________________________
30366 [ 26892] By: rgs                                   on 2006/01/18  10:06:24
30367         Log: Explain better how that test count works.
30368      Branch: perl
30369            ! t/comp/require.t
30370 ____________________________________________________________________________
30371 [ 26891] By: nicholas                              on 2006/01/18  10:02:19
30372         Log: New t/comp/require.t tests should go before the conditional exit.
30373      Branch: perl
30374            ! t/comp/require.t
30375 ____________________________________________________________________________
30376 [ 26889] By: craigb                                on 2006/01/18  05:12:10
30377         Log: special VMS handling no longer needed since we now close the file
30378      Branch: perl
30379            ! lib/File/Compare.t
30380 ____________________________________________________________________________
30381 [ 26885] By: rgs                                   on 2006/01/17  21:45:37
30382         Log: Gisle points out that it's ok to ignore the return value of newSVrv.
30383              Due to how embed.pl is implemented, this also has the unfortunate
30384              side-effect of removing __attribute__malloc__ from the attributes of
30385              this function, but given that the new pointer is stored elsewhere
30386              anyway, this shouldn't impact what gcc could have optimized.
30387      Branch: perl
30388            ! embed.fnc proto.h
30389 ____________________________________________________________________________
30390 [ 26883] By: rgs                                   on 2006/01/17  21:22:38
30391         Log: Regression test for change #26881
30392      Branch: perl
30393            ! t/comp/require.t
30394 ____________________________________________________________________________
30395 [ 26881] By: rgs                                   on 2006/01/17  19:03:51
30396         Log: The current OP that is tested in doeval() can be a require(), an
30397              eval() or a do(). When we test whether OPf_SPECIAL is set on it, be
30398              sure to take into account that it's the eval-related meaning of
30399              OPf_SPECIAL we're testing for, not the require-related one.
30400      Branch: perl
30401            ! pp_ctl.c
30402 ____________________________________________________________________________
30403 [ 26878] By: rgs                                   on 2006/01/17  16:15:15
30404         Log: Make the description of $^M in perlvar a bit more clear
30405              w.r.t. cross-references to the INSTALL document. (spotted
30406              by Stas Bekman)
30407      Branch: perl
30408            ! pod/perlvar.pod
30409 ____________________________________________________________________________
30410 [ 26877] By: rgs                                   on 2006/01/17  16:08:47
30411         Log: Subject: Re: [PATCH] Updated README.macosx
30412              From: Sherm Pendley <sherm@dot-app.org>
30413              Date: Mon, 16 Jan 2006 16:53:23 -0500
30414              Message-Id: <619C9A5D-972F-4B90-A99A-B4B6D04C584D@dot-app.org>
30415      Branch: perl
30416            ! README.macosx
30417 ____________________________________________________________________________
30418 [ 26871] By: gisle                                 on 2006/01/17  11:37:54
30419         Log: More readable MEM_WRAP_CHECK_1() macro.
30420              This form also avoids the "dead part of constant expression is nonconstant"
30421              warning from the Sun Studio 10 compiler.
30422      Branch: perl
30423            ! README.solaris handy.h
30424 ____________________________________________________________________________
30425 [ 26870] By: craigb                                on 2006/01/17  04:03:01
30426         Log: Dots in directory names aren't nice on VMS.
30427      Branch: perl
30428            ! lib/Archive/Tar/t/04_resolved_issues.t
30429 ____________________________________________________________________________
30430 [ 26869] By: craigb                                on 2006/01/17  03:28:20
30431         Log: more case tolerance for vms/ext/filespec.t
30432      Branch: perl
30433            ! vms/ext/filespec.t
30434 ____________________________________________________________________________
30435 [ 26868] By: stevep                                on 2006/01/16  22:31:52
30436         Log: Don't warn about a directory being closed in the DESTROY for
30437              IO::Dir.
30438      Branch: perl
30439            ! ext/IO/lib/IO/Dir.pm
30440 ____________________________________________________________________________
30441 [ 26867] By: rgs                                   on 2006/01/16  19:16:58
30442         Log: defined %foo::bar:: wasn't working like it used to do in evals
30443              (and, consequently, when require'ing modules.)
30444      Branch: perl
30445            ! t/op/stash.t toke.c
30446 ____________________________________________________________________________
30447 [ 26866] By: mhx                                   on 2006/01/16  18:13:28
30448         Log: Upgrade to Devel::PPPort 3.07
30449      Branch: perl
30450            + ext/Devel/PPPort/parts/base/5008007
30451            + ext/Devel/PPPort/parts/base/5009003
30452            + ext/Devel/PPPort/parts/inc/Sv_set
30453            + ext/Devel/PPPort/parts/inc/memory
30454            + ext/Devel/PPPort/parts/inc/variables
30455            + ext/Devel/PPPort/parts/todo/5008007
30456            + ext/Devel/PPPort/parts/todo/5009003
30457            + ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/memory.t
30458            + ext/Devel/PPPort/t/variables.t
30459            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
30460            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/META.yml
30461            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
30462            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
30463            ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/README
30464            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
30465            ! ext/Devel/PPPort/devel/buildperl.pl
30466            ! ext/Devel/PPPort/devel/mkapidoc.sh
30467            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
30468            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
30469            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
30470            ! ext/Devel/PPPort/parts/apicheck.pl
30471            ! ext/Devel/PPPort/parts/apidoc.fnc
30472            ! ext/Devel/PPPort/parts/base/5004000
30473            ! ext/Devel/PPPort/parts/base/5004050
30474            ! ext/Devel/PPPort/parts/base/5006000
30475            ! ext/Devel/PPPort/parts/base/5007001
30476            ! ext/Devel/PPPort/parts/base/5008001
30477            ! ext/Devel/PPPort/parts/embed.fnc
30478            ! ext/Devel/PPPort/parts/inc/MY_CXT
30479            ! ext/Devel/PPPort/parts/inc/SvPV
30480            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
30481            ! ext/Devel/PPPort/parts/inc/exception
30482            ! ext/Devel/PPPort/parts/inc/format
30483            ! ext/Devel/PPPort/parts/inc/grok
30484            ! ext/Devel/PPPort/parts/inc/limits
30485            ! ext/Devel/PPPort/parts/inc/mPUSH
30486            ! ext/Devel/PPPort/parts/inc/magic
30487            ! ext/Devel/PPPort/parts/inc/misc
30488            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
30489            ! ext/Devel/PPPort/parts/inc/newRV
30490            ! ext/Devel/PPPort/parts/inc/ppphbin
30491            ! ext/Devel/PPPort/parts/inc/ppphdoc
30492            ! ext/Devel/PPPort/parts/inc/ppphtest
30493            ! ext/Devel/PPPort/parts/inc/sv_xpvf
30494            ! ext/Devel/PPPort/parts/inc/threads
30495            ! ext/Devel/PPPort/parts/inc/uv
30496            ! ext/Devel/PPPort/parts/inc/version
30497            ! ext/Devel/PPPort/parts/ppptools.pl
30498            ! ext/Devel/PPPort/parts/todo/5004000
30499            ! ext/Devel/PPPort/parts/todo/5007001
30500            ! ext/Devel/PPPort/parts/todo/5008001
30501            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
30502            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/ppphtest.t
30503            ! ext/Devel/PPPort/t/testutil.pl ext/Devel/PPPort/typemap
30504 ____________________________________________________________________________
30505 [ 26863] By: rgs                                   on 2006/01/16  14:09:29
30506         Log: Upgrade to Encode 2.14
30507      Branch: perl
30508            + ext/Encode/t/from_to.t
30509            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
30510            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
30511            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
30512            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
30513            ! ext/Encode/lib/Encode/MIME/Header.pm
30514            ! ext/Encode/t/mime-header.t ext/Encode/ucm/8859-7.ucm
30515 ____________________________________________________________________________
30516 [ 26861] By: nicholas                              on 2006/01/16  13:10:06
30517         Log: Teach checkAUTHORS about all the authors in 5.8.2-5.8.8, and any others
30518              whose e-mail address I recognise.
30519      Branch: perl
30520            ! Porting/checkAUTHORS.pl
30521 ____________________________________________________________________________
30522 [ 26859] By: rgs                                   on 2006/01/16  12:07:34
30523         Log: Add new directories from C::Zlib to make clean
30524      Branch: perl
30525            ! Makefile.SH
30526 ____________________________________________________________________________
30527 [ 26858] By: rgs                                   on 2006/01/16  11:13:54
30528         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_55.tar.gz
30529              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
30530              Date: Sat, 14 Jan 2006 12:57:48 +0100
30531              Message-ID: <87u0c7yqbn.fsf@k75.linux.bogus>
30532      Branch: perl
30533            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
30534            ! lib/CPAN/SIGNATURE lib/CPAN/bin/cpan
30535 ____________________________________________________________________________
30536 [ 26857] By: craigb                                on 2006/01/14  16:45:56
30537         Log: Give up on through.t on VMS for now -- no can do with current 
30538              pipe implementation.
30539      Branch: perl
30540            ! t/io/through.t
30541 ____________________________________________________________________________
30542 [ 26856] By: nicholas                              on 2006/01/14  12:49:31
30543         Log: Can now count the patches committed with --thanks-applied.
30544              Changes5.8's top 3:
30545              3332:   jhi
30546              321:    ams
30547              60:     nick
30548      Branch: perl
30549            ! Porting/checkAUTHORS.pl
30550 ____________________________________________________________________________
30551 [ 26855] By: nicholas                              on 2006/01/14  12:35:58
30552         Log: Oops. When the e-mail address came first, or there was no name with it,
30553              checkAUTHORS.pl wasn't recognising it, which caused the change to be
30554              attributed to the committer rather than the author. This now reveals
30555              several people "missing" from the AUTHORS file.
30556      Branch: perl
30557            ! Porting/checkAUTHORS.pl
30558 ____________________________________________________________________________
30559 [ 26854] By: nicholas                              on 2006/01/14  12:25:15
30560         Log: Some reordering and one new address for Stéphane Payrard
30561      Branch: perl
30562            ! Porting/checkAUTHORS.pl
30563 ____________________________________________________________________________
30564 [ 26853] By: nicholas                              on 2006/01/14  12:20:19
30565         Log: Teach checkAUTHORS.pl about everyone in Changes5.8.[2-8], adding to
30566              AUTHORS where necessary.
30567      Branch: perl
30568            ! AUTHORS Porting/checkAUTHORS.pl
30569 ____________________________________________________________________________
30570 [ 26852] By: nicholas                              on 2006/01/14  11:54:09
30571         Log: Add Ken Hirsch to AUTHORS.
30572      Branch: perl
30573            ! AUTHORS
30574 ____________________________________________________________________________
30575 [ 26850] By: nicholas                              on 2006/01/14  11:39:42
30576         Log: e-mail update from Phil Lobbes
30577      Branch: perl
30578            ! AUTHORS Porting/checkAUTHORS.pl
30579 ____________________________________________________________________________
30580 [ 26849] By: rgs                                   on 2006/01/14  10:26:15
30581         Log: Perldelta nits by Jim Cromie
30582      Branch: perl
30583            ! pod/perl593delta.pod
30584 ____________________________________________________________________________
30585 [ 26846] By: rgs                                   on 2006/01/14  08:49:12
30586         Log: Adapt test.valgrind make target to recent valgrinds (3.x)
30587              by Jim Cromie
30588      Branch: perl
30589            ! t/TEST
30590 ____________________________________________________________________________
30591 [ 26845] By: craigb                                on 2006/01/14  05:16:27
30592         Log: Friday the 13th, Part II.  Don't call SYS$GETJPI with fancy case
30593              lookup stuff on older systems that don't know what it means (broken
30594              in #25306).
30595      Branch: perl
30596            ! vms/vms.c
30597 ____________________________________________________________________________
30598 [ 26844] By: craigb                                on 2006/01/14  05:02:38
30599         Log: Eek.  #25783 broke all pre-v8.2 VMS builds.  Undo all the bits
30600              having to do with dirent, opendir, etc.  Must be Friday the 13th.
30601      Branch: perl
30602            ! configure.com vms/vms.c vms/vmsish.h
30603 ____________________________________________________________________________
30604 [ 26838] By: nicholas                              on 2006/01/13  21:44:47
30605         Log: checkAUTHORS.pl --rank would loop infinitely on an empty results array.
30606      Branch: perl
30607            ! Porting/checkAUTHORS.pl
30608 ____________________________________________________________________________
30609 [ 26835] By: stevep                                on 2006/01/13  19:31:19
30610         Log: Additional tests for RT #38207: "Useless localization of constant ($[)
30611              in getopts.pl".
30612      Branch: perl
30613            ! t/op/local.t
30614 ____________________________________________________________________________
30615 [ 26831] By: nicholas                              on 2006/01/13  18:10:55
30616         Log: Subject: Re: Today's compiling adventure
30617              From: Ken Hirsch <kenhirsch@ftml.net>
30618              Message-ID: <43C69F48.7090600@ftml.net>
30619              Date: Thu, 12 Jan 2006 13:26:16 -0500
30620      Branch: perl
30621            ! pp_sys.c
30622 ____________________________________________________________________________
30623 [ 26826] By: rgs                                   on 2006/01/13  17:32:31
30624         Log: More perldelta work
30625      Branch: perl
30626            ! pod/perl593delta.pod
30627 ____________________________________________________________________________
30628 [ 26824] By: nicholas                              on 2006/01/13  17:08:13
30629         Log: $utf8::VERSION++ # Documentation.
30630      Branch: perl
30631            ! lib/utf8.pm
30632 ____________________________________________________________________________
30633 [ 26819] By: rgs                                   on 2006/01/13  14:50:32
30634         Log: Fix internal links in POD.
30635      Branch: perl
30636            ! lib/utf8.pm
30637 ____________________________________________________________________________
30638 [ 26817] By: nicholas                              on 2006/01/13  14:02:00
30639         Log: More $VERSION bumps.
30640      Branch: perl
30641            ! ext/PerlIO/via/via.pm lib/Attribute/Handlers.pm lib/Switch.pm
30642 ____________________________________________________________________________
30643 [ 26816] By: rgs                                   on 2006/01/13  13:47:52
30644         Log: Better wording for change 26796. Plus, make podchecker happy.
30645      Branch: perl
30646            ! lib/PerlIO.pm
30647 ____________________________________________________________________________
30648 [ 26815] By: gisle                                 on 2006/01/13  12:10:28
30649         Log: Fix [perl #38223]; _IOC_SIZE() not always safe.
30650      Branch: perl
30651            ! perl.h
30652 ____________________________________________________________________________
30653 [ 26814] By: rgs                                   on 2006/01/13  09:22:14
30654         Log: Add a link to the Opcode doc in Safe.
30655              (see RT CPAN ticket #8579)
30656      Branch: perl
30657            ! ext/Opcode/Safe.pm
30658 ____________________________________________________________________________
30659 [ 26813] By: craigb                                on 2006/01/13  01:12:44
30660         Log: Assorted VMS-only MakeMaker fixes for blead
30661      Branch: perl
30662            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
30663            ! lib/ExtUtils/t/FIRST_MAKEFILE.t lib/ExtUtils/t/basic.t
30664 ____________________________________________________________________________
30665 [ 26812] By: rgs                                   on 2006/01/12  23:11:16
30666         Log: Make h2ph recognize (and skip) const and __const__ in C function
30667              prototypes. This makes it produce better files on linux-sparc64.
30668      Branch: perl
30669            ! utils/h2ph.PL
30670 ____________________________________________________________________________
30671 [ 26809] By: nicholas                              on 2006/01/12  20:03:51
30672         Log: Upgrade to Devel::PPPort 3.06_01
30673      Branch: perl
30674            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
30675            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
30676            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
30677            ! ext/Devel/PPPort/devel/buildperl.pl
30678            ! ext/Devel/PPPort/devel/mkapidoc.sh ext/Devel/PPPort/mktests.PL
30679            ! ext/Devel/PPPort/parts/apicheck.pl
30680            ! ext/Devel/PPPort/parts/apidoc.fnc
30681            ! ext/Devel/PPPort/parts/base/5006000
30682            ! ext/Devel/PPPort/parts/base/5009002
30683            ! ext/Devel/PPPort/parts/embed.fnc
30684            ! ext/Devel/PPPort/parts/inc/MY_CXT
30685            ! ext/Devel/PPPort/parts/inc/SvPV
30686            ! ext/Devel/PPPort/parts/inc/format
30687            ! ext/Devel/PPPort/parts/inc/grok
30688            ! ext/Devel/PPPort/parts/inc/misc
30689            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
30690            ! ext/Devel/PPPort/parts/inc/ppphbin
30691            ! ext/Devel/PPPort/parts/inc/ppphdoc
30692            ! ext/Devel/PPPort/parts/inc/ppphtest
30693            ! ext/Devel/PPPort/parts/inc/version
30694            ! ext/Devel/PPPort/parts/ppptools.pl
30695            ! ext/Devel/PPPort/parts/todo/5004040
30696            ! ext/Devel/PPPort/parts/todo/5005000
30697            ! ext/Devel/PPPort/parts/todo/5006000
30698            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
30699            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/ppphtest.t
30700 ____________________________________________________________________________
30701 [ 26808] By: merijn                                on 2006/01/12  19:54:57
30702         Log: Add new mpeix file from #26807
30703      Branch: perl
30704            ! MANIFEST
30705 ____________________________________________________________________________
30706 [ 26807] By: merijn                                on 2006/01/12  19:52:01
30707         Log: Subject: Re: Today's compiling adventure
30708              From: Ken Hirsch <kenhirsch@ftml.net>
30709              Date: Thu, 12 Jan 2006 13:26:16 -0500
30710              Message-ID: <43C69F48.7090600@ftml.net>
30711      Branch: perl
30712            + mpeix/mpeix_setjmp.c
30713            ! README.mpeix hints/mpeix.sh mpeix/mpeix.c mpeix/mpeixish.h
30714            ! pp_sys.c
30715 ____________________________________________________________________________
30716 [ 26805] By: nicholas                              on 2006/01/12  19:09:19
30717         Log: $Socket::VERSION++; # You always miss one.
30718      Branch: perl
30719            ! ext/Socket/Socket.pm
30720 ____________________________________________________________________________
30721 [ 26804] By: nicholas                              on 2006/01/12  18:44:49
30722         Log: Bump $VERSION in many modules that have changed.
30723      Branch: perl
30724            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
30725            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
30726            ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm
30727            ! ext/SDBM_File/SDBM_File.pm ext/XS/Typemap/Typemap.pm
30728            ! ext/attrs/attrs.pm ext/re/re.pm ext/threads/shared/shared.pm
30729            ! lib/DB.pm lib/Dumpvalue.pm lib/English.pm lib/File/Copy.pm
30730            ! lib/FileCache.pm lib/Pod/Functions.pm lib/Pod/Html.pm
30731            ! lib/Term/ReadLine.pm lib/Tie/Hash.pm lib/Unicode/UCD.pm
30732            ! lib/User/grent.pm lib/blib.pm lib/diagnostics.pm
30733            ! lib/overload.pm lib/vmsish.pm lib/warnings.pm
30734            ! lib/warnings/register.pm os2/OS2/PrfDB/PrfDB.pm
30735            ! os2/OS2/Process/Process.pm os2/OS2/REXX/REXX.pm warnings.pl
30736 ____________________________________________________________________________
30737 [ 26803] By: rgs                                   on 2006/01/12  15:40:53
30738         Log: Don't warn when localizing $[
30739      Branch: perl
30740            ! op.c t/lib/warnings/op
30741 ____________________________________________________________________________
30742 [ 26802] By: rgs                                   on 2006/01/12  13:47:59
30743         Log: Subject: [perl #38205] misleading typo in perlfaq8
30744              From: erik@cs.uni-jena.de (via RT) <perlbug-followup@perl.org>
30745              Date: Wed, 11 Jan 2006 14:56:28 -0800
30746              Message-ID: <rt-3.0.11-38205-127890.10.340635502974@perl.org>
30747      Branch: perl
30748            ! pod/perlfaq8.pod
30749 ____________________________________________________________________________
30750 [ 26801] By: rgs                                   on 2006/01/12  13:36:05
30751         Log: FAQ sync.
30752      Branch: perl
30753            ! pod/perlfaq.pod pod/perlfaq2.pod
30754 ____________________________________________________________________________
30755 [ 26800] By: rgs                                   on 2006/01/12  13:25:15
30756         Log: Subject: [PATCH] Compress::Zlib
30757              From: "Paul Marquess" <paul.marquess@ntlworld.com>
30758              Date: Thu, 12 Jan 2006 13:20:58 -0000
30759              Message-ID: <020d01c6177b$087b1c60$4c05140a@myopwv.com>
30760      Branch: perl
30761            ! ext/Compress/Zlib/t/16oneshot-gzip-only.t
30762            ! ext/Compress/Zlib/t/16oneshot-zip-only.t
30763 ____________________________________________________________________________
30764 [ 26799] By: rgs                                   on 2006/01/12  11:20:27
30765         Log: Subject: Re: cloning and foo_dup functions
30766              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
30767              Date: Thu, 12 Jan 2006 01:41:18 -0800
30768              Message-ID: <20060112094118.GA1432@efn.org>
30769      Branch: perl
30770            ! embed.fnc pod/perltodo.pod proto.h
30771 ____________________________________________________________________________
30772 [ 26798] By: rgs                                   on 2006/01/12  11:02:45
30773         Log: Test comment fix by Dominic Dunlop
30774      Branch: perl
30775            ! lib/locale.t
30776 ____________________________________________________________________________
30777 [ 26797] By: rgs                                   on 2006/01/12  10:13:27
30778         Log: Typo fix.
30779      Branch: perl
30780            ! pod/perlvar.pod
30781 ____________________________________________________________________________
30782 [ 26796] By: nicholas                              on 2006/01/11  22:41:04
30783         Log: Subject: [PATCH] fix for :crlf example 
30784              From: Xavier Noria <fxn@hashref.com> 
30785              Message-Id: <0F64C146-3A80-4FDF-8149-AFB35B3C4D3B@hashref.com> 
30786              Date: Wed, 11 Jan 2006 23:11:49 +0100 
30787              
30788              plus bump its $VERSION
30789      Branch: perl
30790            ! lib/PerlIO.pm
30791 ____________________________________________________________________________
30792 [ 26795] By: gisle                                 on 2006/01/11  21:09:19
30793         Log: A few more places that can use hv_fetchs().
30794              Ref change 26676.
30795      Branch: perl
30796            ! ext/POSIX/POSIX.xs gv.c mg.c pp_ctl.c toke.c universal.c
30797            ! utf8.c util.c
30798 ____________________________________________________________________________
30799 [ 26793] By: merijn                                on 2006/01/11  21:02:14
30800         Log: Cygwin issue (26792) and patchlevel (26790)
30801              
30802              Subject: Re: Cygwin status, maint and blead
30803              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
30804              Date: Fri, 6 Jan 2006 13:47:10 -0800
30805              Message-ID: <20060106214710.GA592@efn.org>
30806              
30807              Subject: Re: Cygwin status, maint and blead
30808              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
30809              Date: Thu, 10 Nov 2005 00:46:33 -0800
30810              Message-ID: <20051110084633.GA3364@efn.org>
30811      Branch: perl
30812            ! Configure
30813 ____________________________________________________________________________
30814 [ 26791] By: gisle                                 on 2006/01/11  20:50:30
30815         Log: Make $( and $) list the groups in the order they
30816              are returned from the OS.  Linux seems to return
30817              the gids sorted and it seemed wrong for perl to
30818              reverse this order.
30819      Branch: perl
30820            ! mg.c
30821 ____________________________________________________________________________
30822 [ 26789] By: stevep                                on 2006/01/11  19:07:04
30823         Log: Subject: Re: [PATCH] Mac OS X 10.4.4 (Darwin 8.4.0) still does not fix locale issue
30824              From: Dominic Dunlop <domo@computer.org>
30825              Date: Wed, 11 Jan 2006 19:52:20 +0100
30826              Message-Id: <FD99F9D3-16DB-484C-BC0A-702F60DAACA4@computer.org>
30827      Branch: perl
30828            ! lib/locale.t
30829 ____________________________________________________________________________
30830 [ 26787] By: nicholas                              on 2006/01/11  14:47:04
30831         Log: Refactor S_vdie_common so that Perl_vwarn can use it too.
30832      Branch: perl
30833            ! embed.fnc embed.h proto.h util.c
30834 ____________________________________________________________________________
30835 [ 26786] By: gisle                                 on 2006/01/11  14:23:28
30836         Log: Get rid of the following gcc format warnings by    simplifying the
30837              getgroups implementation:
30838              
30839              mg.c: In function Perl_magic_get':
30840              mg.c:1008: warning: long unsigned int format, gid_t arg (arg 3)
30841              mg.c:1014: warning: long unsigned int format, gid_t arg (arg 3)
30842              mg.c:1025: warning: long unsigned int format, unsigned int arg (arg 3)
30843              
30844              Since we already cast the numeric Gid_t values to an IV it should not
30845              be too risky to also cast the Group_t values.  Converting these values
30846              with Gid_t_f wasn't quite right anyway.
30847      Branch: perl
30848            ! mg.c
30849 ____________________________________________________________________________
30850 [ 26785] By: steveh                                on 2006/01/11  14:07:47
30851         Log: Clean up temp files/dirs left by Archive-Tar tests
30852              
30853              Part of this reinstates change 25043 which was mistakenly removed
30854              by change 25312
30855      Branch: perl
30856            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
30857 ____________________________________________________________________________
30858 [ 26784] By: rgs                                   on 2006/01/11  12:52:27
30859         Log: Make description of new warning introduced in change 26780 more precise
30860      Branch: perl
30861            ! pod/perldiag.pod
30862 ____________________________________________________________________________
30863 [ 26783] By: steveh                                on 2006/01/11  12:31:26
30864         Log: Clean up libdirs left behind by new Compress-Zlib
30865      Branch: perl
30866            ! win32/Makefile win32/makefile.mk
30867 ____________________________________________________________________________
30868 [ 26782] By: stevep                                on 2006/01/11  12:25:24
30869         Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.13.tar.gz
30870              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
30871              Date: Wed, 11 Jan 2006 02:13:31 +0100
30872              Message-ID: <1136942011.43c45bbb82dce@imp1-g19.free.fr>
30873      Branch: perl
30874            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm
30875 ____________________________________________________________________________
30876 [ 26781] By: nicholas                              on 2006/01/11  12:11:03
30877         Log: Gisle notes that SvRTRIM should also write a new '\0' at the end.
30878      Branch: perl
30879            ! mg.c
30880 ____________________________________________________________________________
30881 [ 26780] By: stevep                                on 2006/01/11  11:53:07
30882         Log: Fix the new warning created with version-0.53
30883      Branch: perl
30884            ! pod/perldiag.pod util.c
30885 ____________________________________________________________________________
30886 [ 26779] By: gisle                                 on 2006/01/11  09:52:18
30887         Log: Make setting 'PL_origalen = 1' before perl_parse() disable
30888              argv[0] munging when $0 is assigned to.
30889      Branch: perl
30890            ! mg.c perl.c pod/perlembed.pod
30891 ____________________________________________________________________________
30892 [ 26778] By: steveh                                on 2006/01/11  09:04:38
30893         Log: Bleadperl's Win32::Win32 is more recent than the current CPAN release
30894              of libwin32 (0.26), so bump the $VERSION a little
30895      Branch: perl
30896            ! win32/ext/Win32/Win32.pm
30897 ____________________________________________________________________________
30898 [ 26777] By: stevep                                on 2006/01/11  03:22:57
30899         Log: Upgrade to version-0.53
30900      Branch: perl
30901            ! lib/version.pm lib/version.t util.c
30902 ____________________________________________________________________________
30903 [ 26774] By: nicholas                              on 2006/01/10  17:46:15
30904         Log: s/superceded/superseded/g
30905      Branch: perl
30906            ! Changes5.004 Changes5.6 handy.h pod/perlapi.pod
30907 ____________________________________________________________________________
30908 [ 26773] By: nicholas                              on 2006/01/10  16:59:25
30909         Log: Subject: Re: Sys::Syslog blows up rather spectacularly on Solaris
30910              From: Alan Burlison <Alan.Burlison@sun.com>
30911              Message-ID: <43C3D80E.20704@sun.com>
30912              Date: Tue, 10 Jan 2006 15:51:42 +0000
30913      Branch: perl
30914            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/constants.t
30915 ____________________________________________________________________________
30916 [ 26772] By: nicholas                              on 2006/01/10  16:36:03
30917         Log: Gisle is correct - $host needs to stay in case the user sets it
30918              themselves. But if the user doesn't, default to INADDR_LOOPBACK.
30919      Branch: perl
30920            ! ext/Sys/Syslog/Syslog.pm
30921 ____________________________________________________________________________
30922 [ 26770] By: merijn                                on 2006/01/10  15:16:03
30923         Log: 1. Make HP C-ANSI-C work on Itanium2 (HP-UX 11.23)
30924              broken optimizer
30925              2. Remove a compiler warning in a try program
30926      Branch: perl
30927            ! hints/hpux.sh
30928 ____________________________________________________________________________
30929 [ 26769] By: nicholas                              on 2006/01/10  15:09:07
30930         Log: Why should Syslog jump through hoops to look up the hostname so it can
30931              immediately convert it to an IP address, when all it really wants is
30932              a connection to the loopback device?
30933      Branch: perl
30934            ! ext/Sys/Syslog/Syslog.pm
30935 ____________________________________________________________________________
30936 [ 26768] By: gisle                                 on 2006/01/10  14:32:43
30937         Log: If getservbyname fails tell what service the lookup
30938              attempt tried to use.
30939      Branch: perl
30940            ! ext/Sys/Syslog/Syslog.pm
30941 ____________________________________________________________________________
30942 [ 26767] By: nicholas                              on 2006/01/10  13:24:26
30943         Log: Missing an initialisation, as spotted by Merijn's HP compiler.
30944      Branch: perl
30945            ! toke.c
30946 ____________________________________________________________________________
30947 [ 26766] By: rgs                                   on 2006/01/10  13:20:52
30948         Log: Remove Syslog tests that use external modules
30949      Branch: perl
30950            - ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t
30951            - ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t
30952            - ext/Sys/Syslog/t/portfs.t
30953            ! MANIFEST
30954 ____________________________________________________________________________
30955 [ 26765] By: gisle                                 on 2006/01/10  11:41:24
30956         Log: Move initialization of old values prior to moreswitches()
30957              closer to their use and together with 'switches_done'.
30958      Branch: perl
30959            ! toke.c
30960 ____________________________________________________________________________
30961 [ 26764] By: rgs                                   on 2006/01/10  10:51:16
30962         Log: Subject: [PATCH] It's the Barbie bus patch
30963              From: Andy Lester <andy@petdance.com>
30964              Date: Mon, 9 Jan 2006 23:42:43 -0600
30965              Message-ID: <20060110054243.GA26165@petdance.com>
30966      Branch: perl
30967            ! av.c doio.c embed.fnc embed.h gv.c hv.c mg.c op.c pad.c
30968            ! pp_ctl.c pp_hot.c pp_sys.c proto.h reentr.c reentr.h regcomp.c
30969            ! regexec.c sv.c toke.c uconfig.sh util.c
30970 ____________________________________________________________________________
30971 [ 26762] By: gisle                                 on 2006/01/10  10:10:10
30972         Log: Remove stale date.
30973      Branch: perl
30974            ! pod/perlembed.pod
30975 ____________________________________________________________________________
30976 [ 26761] By: rgs                                   on 2006/01/10  10:05:26
30977         Log: Subject: [PATCH] Compress::Zlib  becomes zlib agnostic
30978              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
30979              Date: Mon, 9 Jan 2006 20:25:00 -0000
30980              Message-ID: <002101c6155a$c5886c90$1340100a@myopwv.com>
30981      Branch: perl
30982            + ext/Compress/Zlib/lib/Compress/Zip/Constants.pm
30983            + ext/Compress/Zlib/lib/CompressPlugin/Deflate.pm
30984            + ext/Compress/Zlib/lib/CompressPlugin/Identity.pm
30985            + ext/Compress/Zlib/lib/IO/Compress/Base.pm
30986            + ext/Compress/Zlib/lib/IO/Compress/Zip.pm
30987            + ext/Compress/Zlib/lib/IO/Uncompress/AnyUncompress.pm
30988            + ext/Compress/Zlib/lib/IO/Uncompress/Base.pm
30989            + ext/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
30990            + ext/Compress/Zlib/lib/UncompressPlugin/Identity.pm
30991            + ext/Compress/Zlib/lib/UncompressPlugin/Inflate.pm
30992            + ext/Compress/Zlib/t/04generic-deflate.t
30993            + ext/Compress/Zlib/t/04generic-gzip.t
30994            + ext/Compress/Zlib/t/04generic-rawdeflate.t
30995            + ext/Compress/Zlib/t/04generic-zip.t
30996            + ext/Compress/Zlib/t/04zlib-generic-deflate.t
30997            + ext/Compress/Zlib/t/04zlib-generic-gzip.t
30998            + ext/Compress/Zlib/t/04zlib-generic-rawdeflate.t
30999            + ext/Compress/Zlib/t/04zlib-generic-zip.t
31000            + ext/Compress/Zlib/t/12any-deflate.t
31001            + ext/Compress/Zlib/t/12any-gzip.t
31002            + ext/Compress/Zlib/t/12any-rawdeflate.t
31003            + ext/Compress/Zlib/t/12any-transparent.t
31004            + ext/Compress/Zlib/t/12any-zip.t
31005            + ext/Compress/Zlib/t/13prime-deflate.t
31006            + ext/Compress/Zlib/t/13prime-gzip.t
31007            + ext/Compress/Zlib/t/13prime-rawdeflate.t
31008            + ext/Compress/Zlib/t/13prime-zip.t
31009            + ext/Compress/Zlib/t/15multi-deflate.t
31010            + ext/Compress/Zlib/t/15multi-gzip.t
31011            + ext/Compress/Zlib/t/15multi-rawdeflate.t
31012            + ext/Compress/Zlib/t/15multi-zip.t
31013            + ext/Compress/Zlib/t/16oneshot-deflate.t
31014            + ext/Compress/Zlib/t/16oneshot-gzip-only.t
31015            + ext/Compress/Zlib/t/16oneshot-gzip.t
31016            + ext/Compress/Zlib/t/16oneshot-rawdeflate.t
31017            + ext/Compress/Zlib/t/16oneshot-zip-only.t
31018            + ext/Compress/Zlib/t/16oneshot-zip.t
31019            + ext/Compress/Zlib/t/19destroy-deflate.t
31020            + ext/Compress/Zlib/t/19destroy-gzip.t
31021            + ext/Compress/Zlib/t/19destroy-rawdeflate.t
31022            + ext/Compress/Zlib/t/19destroy-zip.t
31023            + ext/Compress/Zlib/t/20tied-deflate.t
31024            + ext/Compress/Zlib/t/20tied-gzip.t
31025            + ext/Compress/Zlib/t/20tied-rawdeflate.t
31026            + ext/Compress/Zlib/t/20tied-zip.t
31027            + ext/Compress/Zlib/t/21newtied-deflate.t
31028            + ext/Compress/Zlib/t/21newtied-gzip.t
31029            + ext/Compress/Zlib/t/21newtied-rawdeflate.t
31030            + ext/Compress/Zlib/t/21newtied-zip.t
31031            + ext/Compress/Zlib/t/22merge-deflate.t
31032            + ext/Compress/Zlib/t/22merge-gzip.t
31033            + ext/Compress/Zlib/t/22merge-rawdeflate.t
31034            + ext/Compress/Zlib/t/22merge-zip.t
31035            + ext/Compress/Zlib/t/25anyunc-deflate.t
31036            + ext/Compress/Zlib/t/25anyunc-gzip.t
31037            + ext/Compress/Zlib/t/25anyunc-rawdeflate.t
31038            + ext/Compress/Zlib/t/25anyunc-transparent.t
31039            + ext/Compress/Zlib/t/25anyunc-zip.t ext/Compress/Zlib/t/99pod.t
31040            + t/lib/compress/ZlibTestUtils.pm t/lib/compress/any.pl
31041            + t/lib/compress/anyunc.pl t/lib/compress/destroy.pl
31042            + t/lib/compress/generic.pl t/lib/compress/merge.pl
31043            + t/lib/compress/multi.pl t/lib/compress/newtied.pl
31044            + t/lib/compress/oneshot.pl t/lib/compress/prime.pl
31045            + t/lib/compress/tied.pl t/lib/compress/truncate.pl
31046            + t/lib/compress/zlib-generic.pl
31047            - ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/12any.t
31048            - ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/15multi.t
31049            - ext/Compress/Zlib/t/16oneshot.t
31050            - ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
31051            - ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
31052            - t/lib/ZlibTestUtils.pm
31053            ! MANIFEST ext/Compress/Zlib/Changes
31054            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
31055            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
31056            ! ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
31057            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
31058            ! ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
31059            ! ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
31060            ! ext/Compress/Zlib/lib/File/GlobMapper.pm
31061            ! ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
31062            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
31063            ! ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
31064            ! ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
31065            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
31066            ! ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
31067            ! ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
31068            ! ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h
31069            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
31070            ! ext/Compress/Zlib/t/03zlib-v1.t
31071            ! ext/Compress/Zlib/t/05examples.t
31072            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
31073            ! ext/Compress/Zlib/t/08encoding.t
31074            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
31075            ! ext/Compress/Zlib/t/11truncate.t
31076            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/17isize.t
31077            ! ext/Compress/Zlib/t/18lvalue.t ext/Compress/Zlib/t/23misc.t
31078            ! ext/Compress/Zlib/t/globmapper.t
31079 ____________________________________________________________________________
31080 [ 26760] By: gisle                                 on 2006/01/10  08:58:21
31081         Log: Avoid possible dereference of NULL in the initialization of PL_origalen.
31082              This can only happen when perlparse is called with no argv.
31083              Don't try to update PL_origargv unless PL_origalen is at least 2.
31084      Branch: perl
31085            ! mg.c perl.c
31086 ____________________________________________________________________________
31087 [ 26759] By: craigb                                on 2006/01/10  04:28:25
31088         Log: Make FAKE,READONLY optional on VMS in test 21
31089      Branch: perl
31090            ! ext/Devel/Peek/t/Peek.t
31091 ____________________________________________________________________________
31092 [ 26758] By: rgs                                   on 2006/01/09  14:58:57
31093         Log: Add Digest::SHA to the Win32 makefiles
31094      Branch: perl
31095            ! win32/Makefile win32/makefile.mk
31096 ____________________________________________________________________________
31097 [ 26757] By: rgs                                   on 2006/01/09  14:42:18
31098         Log: Subject: Re: relaxing TEST restrictions (was: Re: 5.9.3 approaches)
31099              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
31100              Date: Mon, 9 Jan 2006 06:38:25 -0800
31101              Message-ID: <20060109143825.GB4132@efn.org>
31102      Branch: perl
31103            ! t/TEST
31104 ____________________________________________________________________________
31105 [ 26756] By: rgs                                   on 2006/01/09  14:28:20
31106         Log: Subject: [patch] more about embed.fnc in perlguts
31107              From: Jim Cromie <jim.cromie@gmail.com>
31108              Date: Sun, 08 Jan 2006 11:35:46 -0700
31109              Message-ID: <43C15B82.9090309@gmail.com>
31110              
31111              (with a few nits)
31112      Branch: perl
31113            ! embed.fnc pod/perlguts.pod
31114 ____________________________________________________________________________
31115 [ 26755] By: stevep                                on 2006/01/09  14:27:07
31116         Log: Added standard core header to test cases for Digest::SHA
31117      Branch: perl
31118            ! ext/Digest/SHA/t/0-pod-coverage.t ext/Digest/SHA/t/0-pod.t
31119            ! ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/1-hello-world.t
31120            ! ext/Digest/SHA/t/2-nist-sha-1.t
31121            ! ext/Digest/SHA/t/2-nist-sha-224.t
31122            ! ext/Digest/SHA/t/2-nist-sha-256.t
31123            ! ext/Digest/SHA/t/2-nist-sha-384.t
31124            ! ext/Digest/SHA/t/2-nist-sha-512.t
31125            ! ext/Digest/SHA/t/2-nist-sha-base64.t
31126            ! ext/Digest/SHA/t/2-nist-sha-oo.t
31127            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
31128            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
31129            ! ext/Digest/SHA/t/3-gillogly-easy.t
31130            ! ext/Digest/SHA/t/3-gillogly-hard.t
31131            ! ext/Digest/SHA/t/4-bitstr-increasing.t
31132            ! ext/Digest/SHA/t/4-bitstr-large.t
31133            ! ext/Digest/SHA/t/4-bitstr-random.t
31134            ! ext/Digest/SHA/t/5-hmac-fips198.t
31135            ! ext/Digest/SHA/t/5-hmac-rfc2202.t
31136            ! ext/Digest/SHA/t/5-hmac-sha-256.t
31137            ! ext/Digest/SHA/t/5-hmac-woodbury.t
31138            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
31139 ____________________________________________________________________________
31140 [ 26754] By: nicholas                              on 2006/01/09  14:10:34
31141         Log: POSIX and Fcntl both export the same constants derived from the same
31142              C macros. Given that constants are now real inline and *defined*,
31143              rather than merely declared and AUTOLOADed as needed, it is best that
31144              POSIX quite litereally re-exports the constants defined by Fcntl.
31145      Branch: perl
31146            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
31147 ____________________________________________________________________________
31148 [ 26753] By: gisle                                 on 2006/01/09  13:59:48
31149         Log: Restore hardcoded PERL_PATCHNUM removed in change 26672.
31150              This is actually needed for the current Configure logic
31151              to pick up the real patchnum from the .patch file.
31152      Branch: perl
31153            ! patchlevel.h
31154 ____________________________________________________________________________
31155 [ 26752] By: rgs                                   on 2006/01/09  13:44:20
31156         Log: Upgrade to Sys::Syslog 0.12
31157      Branch: perl
31158            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
31159            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/constants.t
31160            ! ext/Sys/Syslog/t/podspell.t
31161 ____________________________________________________________________________
31162 [ 26751] By: rgs                                   on 2006/01/09  10:16:23
31163         Log: Subject: [PATCH] RE: Failing tests on VMS blead@26652
31164              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
31165              Date: Sun, 8 Jan 2006 23:47:33 -0000
31166              Message-ID: <00cd01c614ad$e815d340$6401a8c0@myopwv.com>
31167      Branch: perl
31168            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
31169            ! ext/Compress/Zlib/t/05examples.t
31170            ! ext/Compress/Zlib/t/06gzsetp.t
31171            ! ext/Compress/Zlib/t/08encoding.t
31172            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
31173            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/13prime.t
31174            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/15multi.t
31175            ! ext/Compress/Zlib/t/16oneshot.t
31176            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
31177            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
31178            ! ext/Compress/Zlib/t/23misc.t t/lib/ZlibTestUtils.pm
31179 ____________________________________________________________________________
31180 [ 26750] By: rgs                                   on 2006/01/09  08:20:00
31181         Log: Revert change 26749
31182      Branch: perl
31183            ! pod/perlvar.pod
31184 ____________________________________________________________________________
31185 [ 26749] By: davem                                 on 2006/01/09  02:20:51
31186         Log: Subject:  [PATCH] identifiers always in main (was: defining a _ function breaks File::Find)
31187              From:  Xavier Noria <fxn@hashref.com>
31188              Date:  Sun, 23 Oct 2005 09:47:37 +0200
31189              Message-Id:  <D3867DED-313E-4D39-A85F-1178FE7F7A5E@hashref.com>
31190              
31191              clarify which variables are always forced into main::
31192      Branch: perl
31193            ! pod/perlvar.pod
31194 ____________________________________________________________________________
31195 [ 26747] By: nicholas                              on 2006/01/08  22:43:15
31196         Log: Cope with change entries that are \r terminated
31197      Branch: perl
31198            ! Porting/genlog
31199 ____________________________________________________________________________
31200 [ 26745] By: craigb                                on 2006/01/08  22:37:47
31201         Log: follow-up to 26740, shasum --> shasum.com
31202      Branch: perl
31203            ! vms/descrip_mms.template
31204 ____________________________________________________________________________
31205 [ 26744] By: craigb                                on 2006/01/08  22:19:39
31206         Log: Grr.  #26690 broke handling of old ODS-2 style names
31207              on current versions of VMS
31208      Branch: perl
31209            ! configure.com
31210 ____________________________________________________________________________
31211 [ 26743] By: craigb                                on 2006/01/08  22:14:13
31212         Log: VMS needs the meta-quoted version of $0
31213      Branch: perl
31214            ! lib/Test/Simple/t/is_deeply_fail.t
31215 ____________________________________________________________________________
31216 [ 26740] By: rgs                                   on 2006/01/08  21:42:59
31217         Log: Install shasum on Windows and VMS too
31218      Branch: perl
31219            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
31220 ____________________________________________________________________________
31221 [ 26739] By: rgs                                   on 2006/01/08  21:34:22
31222         Log: Subject: Re: [perl #38181] Default IO Layer is ignored in 3-argument open call 
31223              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
31224              Date: Mon, 09 Jan 2006 01:29:30 +0900
31225              Message-Id: <20060109012103.F20A.BQW10602@nifty.com>
31226      Branch: perl
31227            ! lib/open.pm pod/perlfunc.pod
31228 ____________________________________________________________________________
31229 [ 26737] By: nicholas                              on 2006/01/08  21:13:05
31230         Log: Update copyright with the 2 years where changes were made.
31231      Branch: perl
31232            ! pad.h
31233 ____________________________________________________________________________
31234 [ 26736] By: nicholas                              on 2006/01/08  20:41:25
31235         Log: Update the copyright years in the generated files, and nostdio.h
31236      Branch: perl
31237            ! keywords.h keywords.pl nostdio.h opcode.pl opnames.h
31238 ____________________________________________________________________________
31239 [ 26735] By: davem                                 on 2006/01/08  20:41:16
31240         Log: document svt_copy, svt_dup and svt_local vtable slots
31241      Branch: perl
31242            ! pod/perlguts.pod
31243 ____________________________________________________________________________
31244 [ 26733] By: rgs                                   on 2006/01/08  20:16:06
31245         Log: Add shasum (from Digest::SHA) to utils.lst
31246      Branch: perl
31247            ! utils.lst
31248 ____________________________________________________________________________
31249 [ 26732] By: nicholas                              on 2006/01/08  19:53:11
31250         Log: Update copyright years (including some years where we made changes but
31251              did not update)
31252      Branch: perl
31253            ! av.c deb.c mathoms.c mg.h numeric.c pad.c patchlevel.h perl.h
31254            ! perlvars.h perly.c run.c scope.c taint.c thread.h
31255 ____________________________________________________________________________
31256 [ 26726] By: nicholas                              on 2006/01/08  18:27:27
31257         Log: run pod/buildtoc --build-all
31258      Branch: perl
31259            ! MANIFEST pod/perltoc.pod vms/descrip_mms.template
31260            ! win32/Makefile win32/makefile.mk
31261 ____________________________________________________________________________
31262 [ 26725] By: nicholas                              on 2006/01/08  18:25:20
31263         Log: With VMS moving from [lib.pod] to [lib.pods] then pod/buildtoc needs
31264              tweaking
31265      Branch: perl
31266            ! pod/buildtoc
31267 ____________________________________________________________________________
31268 [ 26713] By: nicholas                              on 2006/01/08  15:24:53
31269         Log: Add an option 'opened' which reports on the maintainers of all files
31270              perforce currently has open.
31271      Branch: perl
31272            ! Porting/Maintainers.pm
31273 ____________________________________________________________________________
31274 [ 26710] By: craigb                                on 2006/01/08  13:33:43
31275         Log: pod2usage2.t is not readily portable to VMS either
31276      Branch: perl
31277            ! t/pod/pod2usage2.t
31278 ____________________________________________________________________________
31279 [ 26709] By: nicholas                              on 2006/01/08  13:15:30
31280         Log: Tweak the code that generates unique entries in @POSIX::EXPORT so that
31281              the array ends up with shared hash key scalars, for a memory saving.
31282      Branch: perl
31283            ! ext/POSIX/POSIX.pm
31284 ____________________________________________________________________________
31285 [ 26708] By: merijn                                on 2006/01/08  12:27:29
31286         Log: Subject: [PATCH] blead: format warnings
31287              Date: Sat, 07 Jan 2006 21:42:08 +0200
31288              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
31289              Message-ID: <43C01990.6020207@gmail.com>
31290      Branch: perl
31291            ! mg.c regcomp.c sv.c
31292 ____________________________________________________________________________
31293 [ 26707] By: merijn                                on 2006/01/08  09:53:56
31294         Log: Subject: [PATCH] hints/dec_osf.sh (Re: blead@26701 compilation warning from tru64 cc)
31295              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
31296              Date: Sun, 08 Jan 2006 11:38:34 +0200
31297              Message-ID: <43C0DD9A.9080809@gmail.com>
31298      Branch: perl
31299            ! hints/dec_osf.sh
31300 ____________________________________________________________________________
31301 [ 26706] By: nicholas                              on 2006/01/08  08:33:46
31302         Log: Add utils/shasum.PL to MANIFEST
31303      Branch: perl
31304            ! MANIFEST
31305 ____________________________________________________________________________
31306 [ 26705] By: nicholas                              on 2006/01/08  08:28:29
31307         Log: Add missing files in ext/Digest/SHA/src that somehow escaped the net.
31308      Branch: perl
31309            + ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
31310            + ext/Digest/SHA/src/hmacxtra.c ext/Digest/SHA/src/sha.c
31311            + ext/Digest/SHA/src/sha.h ext/Digest/SHA/src/sha64bit.c
31312            + ext/Digest/SHA/src/sha64bit.h ext/Digest/SHA/src/shaxtra.c
31313 ____________________________________________________________________________
31314 [ 26704] By: stevep                                on 2006/01/08  04:17:08
31315         Log: Add Digest-SHA-5.32 for SHA-256 support for CPAN.
31316      Branch: perl
31317            + ext/Digest/SHA/Changes ext/Digest/SHA/Makefile.PL
31318            + ext/Digest/SHA/README ext/Digest/SHA/SHA.pm
31319            + ext/Digest/SHA/SHA.xs ext/Digest/SHA/bin/shasum
31320            + ext/Digest/SHA/ppport.h ext/Digest/SHA/t/0-pod-coverage.t
31321            + ext/Digest/SHA/t/0-pod.t ext/Digest/SHA/t/1-exist.t
31322            + ext/Digest/SHA/t/1-hello-world.t
31323            + ext/Digest/SHA/t/2-nist-sha-1.t
31324            + ext/Digest/SHA/t/2-nist-sha-224.t
31325            + ext/Digest/SHA/t/2-nist-sha-256.t
31326            + ext/Digest/SHA/t/2-nist-sha-384.t
31327            + ext/Digest/SHA/t/2-nist-sha-512.t
31328            + ext/Digest/SHA/t/2-nist-sha-base64.t
31329            + ext/Digest/SHA/t/2-nist-sha-oo.t
31330            + ext/Digest/SHA/t/2-nist-vectors-bit.t
31331            + ext/Digest/SHA/t/2-nist-vectors-byte.t
31332            + ext/Digest/SHA/t/3-gillogly-easy.t
31333            + ext/Digest/SHA/t/3-gillogly-hard.t
31334            + ext/Digest/SHA/t/4-bitstr-increasing.t
31335            + ext/Digest/SHA/t/4-bitstr-large.t
31336            + ext/Digest/SHA/t/4-bitstr-random.t
31337            + ext/Digest/SHA/t/5-hmac-fips198.t
31338            + ext/Digest/SHA/t/5-hmac-rfc2202.t
31339            + ext/Digest/SHA/t/5-hmac-sha-256.t
31340            + ext/Digest/SHA/t/5-hmac-woodbury.t
31341            + ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
31342            + ext/Digest/SHA/t/gillogly/state.011
31343            + ext/Digest/SHA/t/gillogly/state.110
31344            + ext/Digest/SHA/t/nist/COPYRIGHT
31345            + ext/Digest/SHA/t/nist/Readme.txt
31346            + ext/Digest/SHA/t/nist/bit-hashes.sha1
31347            + ext/Digest/SHA/t/nist/bit-messages.sha1
31348            + ext/Digest/SHA/t/nist/byte-hashes.sha1
31349            + ext/Digest/SHA/t/nist/byte-messages.sha1
31350            + ext/Digest/SHA/t/state/state.1
31351            + ext/Digest/SHA/t/state/state.256
31352            + ext/Digest/SHA/t/state/state.384
31353            + ext/Digest/SHA/t/state/state.512 ext/Digest/SHA/typemap
31354            + utils/shasum.PL
31355            ! MANIFEST Porting/Maintainers.pl utils/Makefile
31356 ____________________________________________________________________________
31357 [ 26703] By: craigb                                on 2006/01/07  22:12:16
31358         Log: Make v?snprintf available on VMS v7.3-2 and later and clean up
31359              some other version-dependency checks.
31360      Branch: perl
31361            ! configure.com
31362 ____________________________________________________________________________
31363 [ 26702] By: nicholas                              on 2006/01/07  20:42:57
31364         Log: Remove the greedy quantifier from inside the grouping (?:) so that it
31365              and the greedy quantifier on the (?:) don't fight each other until the
31366              C stack is exhausted.
31367      Branch: perl
31368            ! lib/Pod/Simple/BlackBox.pm
31369 ____________________________________________________________________________
31370 [ 26701] By: nicholas                              on 2006/01/07  17:19:29
31371         Log: Reorder Fcntl's bootstrapping so that the constants actually get
31372              inlined within the functions that Fcntl defines.
31373      Branch: perl
31374            ! ext/Fcntl/Fcntl.pm
31375 ____________________________________________________________________________
31376 [ 26695] By: davem                                 on 2006/01/07  03:13:08
31377         Log: preserve the referent associated with a shared RV.
31378              its faster, and the user doesn't see a different address each time
31379              for ref($sharedref).
31380      Branch: perl
31381            ! ext/threads/shared/shared.xs
31382 ____________________________________________________________________________
31383 [ 26694] By: stevep                                on 2006/01/07  03:13:05
31384         Log: Additional const prototype fixes.
31385      Branch: perl
31386            ! os2/os2.c wince/wince.c
31387 ____________________________________________________________________________
31388 [ 26693] By: davem                                 on 2006/01/07  01:24:37
31389         Log: fix coredump on 'local $shared[N]' introduced by change #24942
31390      Branch: perl
31391            ! ext/threads/shared/shared.xs
31392 ____________________________________________________________________________
31393 [ 26691] By: nicholas                              on 2006/01/06  23:57:55
31394         Log: Don't code the absolute number of tests for the UTF8/EBCDIC case; much
31395              better to subtract the number of tests that don't get run.
31396      Branch: perl
31397            ! t/comp/require.t
31398 ____________________________________________________________________________
31399 [ 26690] By: craigb                                on 2006/01/06  23:16:30
31400         Log: Make VMS manifest checker handle multi-dot filenames on ODS-5
31401      Branch: perl
31402            ! configure.com
31403 ____________________________________________________________________________
31404 [ 26687] By: nicholas                              on 2006/01/06  22:19:47
31405         Log: Correct the typo in the description of change 24253
31406      Branch: perl
31407            ! Changes
31408 ____________________________________________________________________________
31409 [ 26685] By: stevep                                on 2006/01/06  21:59:00
31410         Log: Upgrade to version-0.52
31411      Branch: perl
31412            ! lib/version.pm lib/version.pod lib/version.t sv.c
31413            ! t/op/sprintf.t util.c
31414 ____________________________________________________________________________
31415 [ 26684] By: davem                                 on 2006/01/06  21:13:12
31416         Log: make ithreads shared vars smaller/quicker by eliminating shared_sv
31417              struct. Also document how it works.
31418      Branch: perl
31419            ! ext/threads/shared/shared.xs ext/threads/shared/typemap
31420 ____________________________________________________________________________
31421 [ 26680] By: stevep                                on 2006/01/06  18:59:54
31422         Log: const'ing parameters killed the builds for djgpp.  Changes get the 
31423              Perl core, but not the modules, to compile cleanly. 
31424      Branch: perl
31425            ! djgpp/djgpp.c djgpp/djgpp.h
31426 ____________________________________________________________________________
31427 [ 26679] By: nicholas                              on 2006/01/06  18:29:57
31428         Log: Negating an unsigned value generates warnings for some compilers, so
31429              cast it first.
31430      Branch: perl
31431            ! lib/ExtUtils/Constant/ProxySubs.pm
31432 ____________________________________________________________________________
31433 [ 26677] By: steveh                                on 2006/01/06  17:20:47
31434         Log: DBL_MAX and FLT_MAX are not constants in Borland C++
31435              
31436              (Fixes BCC compilation error in POSIX introduced by change 26455)
31437      Branch: perl
31438            ! ext/POSIX/Makefile.PL
31439 ____________________________________________________________________________
31440 [ 26676] By: rgs                                   on 2006/01/06  16:58:14
31441         Log: Subject: [PATCH] hv_fetchs() support
31442              From: Andy Lester <andy@petdance.com>
31443              Date: Fri, 6 Jan 2006 09:57:19 -0600
31444              Message-ID: <20060106155719.GB9035@petdance.com>
31445      Branch: perl
31446            ! doop.c handy.h hv.c malloc.c op.c pp_sys.c taint.c
31447 ____________________________________________________________________________
31448 [ 26675] By: rgs                                   on 2006/01/06  15:50:34
31449         Log: Subject: [PATCH] sprinkle dVAR
31450              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
31451              Date: Fri, 06 Jan 2006 16:18:53 +0200
31452              Message-ID: <43BE7C4D.1010302@gmail.com>
31453      Branch: perl
31454            ! av.c deb.c doio.c doop.c dump.c ext/threads/threads.xs gv.c
31455            ! hv.c lib/ExtUtils/ParseXS.pm locale.c mathoms.c mg.c numeric.c
31456            ! op.c opcode.h opcode.pl pad.c perl.c perl.h perl_keyword.pl
31457            ! perlio.c perlvars.h perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c
31458            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c
31459            ! taint.c toke.c universal.c utf8.c util.c xsutils.c
31460 ____________________________________________________________________________
31461 [ 26674] By: rgs                                   on 2006/01/06  14:35:38
31462         Log: Subject: [PATCH] performance tweaking op.c
31463              From: Andy Lester <andy@petdance.com>
31464              Date: Fri, 6 Jan 2006 01:44:48 -0600
31465              Message-ID: <20060106074448.GB3401@petdance.com>
31466      Branch: perl
31467            ! op.c
31468 ____________________________________________________________________________
31469 [ 26673] By: gisle                                 on 2006/01/06  14:00:14
31470         Log: Remove code duplicated a few lines above by change 19695.
31471      Branch: perl
31472            ! toke.c
31473 ____________________________________________________________________________
31474 [ 26672] By: gisle                                 on 2006/01/06  13:57:27
31475         Log: Move "DEVEL####" marker to the 'perl -v' output.
31476              This avoids problem with using STRINGIFY in patchlevel.h
31477              (ref msg <43BE4BAC.6010701@uk.radan.com> posted to p5p).
31478      Branch: perl
31479            ! patchlevel.h perl.c t/run/switches.t utils/perlbug.PL
31480 ____________________________________________________________________________
31481 [ 26671] By: stevep                                on 2006/01/06  13:04:44
31482         Log: Replacing broken call to savepvn() with savepvs() to get threaded
31483              Cygwin to compile again.
31484      Branch: perl
31485            ! perl.c
31486 ____________________________________________________________________________
31487 [ 26670] By: gisle                                 on 2006/01/06  10:54:18
31488         Log: Make '-s' on the shebang line able to parse -foo=bar switches again.
31489              This feature was broken by change 19695 some years ago
31490              and integrated into perl-5.8.1.  perl-5.8.0 was fine.
31491              Ref http://bugs.activestate.com/show_bug.cgi?id=43483
31492      Branch: perl
31493            ! perl.c t/run/switches.t
31494 ____________________________________________________________________________
31495 [ 26669] By: gisle                                 on 2006/01/06  10:38:37
31496         Log: Improve description of the -s switch.
31497              I found the "This means you can have switches
31498              with two leading dashes." sentence introduced by
31499              change 7144 really confusing.  The note after
31500              the example should make it clear enough that double
31501              dash switches can be used for those that insist.
31502      Branch: perl
31503            ! pod/perlrun.pod
31504 ____________________________________________________________________________
31505 [ 26668] By: merijn                                on 2006/01/05  21:04:32
31506         Log: Test if the probed availability of v?snprintf () is
31507              actually usable. Thanks to Russ and Jarkko.
31508      Branch: perl
31509            ! Configure
31510 ____________________________________________________________________________
31511 [ 26666] By: rgs                                   on 2006/01/05  17:39:07
31512         Log: Upgrade to CPAN.pm 1.83
31513      Branch: perl
31514            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
31515            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
31516 ____________________________________________________________________________
31517 [ 26665] By: rgs                                   on 2006/01/05  17:27:28
31518         Log: Regenerate PODs
31519      Branch: perl
31520            ! pod/perlmodlib.pod pod/perltoc.pod
31521 ____________________________________________________________________________
31522 [ 26664] By: steveh                                on 2006/01/05  17:24:44
31523         Log: Workaround another problem following change 26395
31524              
31525              MinGW doesn't like 26395 either! (ref: change 26634)
31526      Branch: perl
31527            ! gv.h
31528 ____________________________________________________________________________
31529 [ 26663] By: rgs                                   on 2006/01/05  17:19:27
31530         Log: Really commit change 26662 (duh)
31531      Branch: perl
31532            ! pod.lst pod/perl.pod
31533 ____________________________________________________________________________
31534 [ 26662] By: rgs                                   on 2006/01/05  17:17:52
31535         Log: Let table of contents know about perllinux man page
31536      Branch: perl
31537            ! pod.lst pod/perl.pod
31538 ____________________________________________________________________________
31539 [ 26661] By: rgs                                   on 2006/01/05  16:58:51
31540         Log: Update Changes
31541      Branch: perl
31542            ! Changes
31543 ____________________________________________________________________________
31544 [ 26659] By: steveh                                on 2006/01/05  16:22:50
31545         Log: Subject: MinGW and lib/CORE/Win32.h
31546              From: "Sisyphus" <sisyphus1@optusnet.com.au>
31547              Date: Wed, 4 Jan 2006 21:29:19 +1100
31548              Message-ID: <024301c61119$bca4a840$e201140a@desktop>
31549      Branch: perl
31550            ! win32/win32.h
31551 ____________________________________________________________________________
31552 [ 26658] By: rgs                                   on 2006/01/05  15:33:32
31553         Log: Install less README files
31554      Branch: perl
31555            ! installperl
31556 ____________________________________________________________________________
31557 [ 26657] By: rgs                                   on 2006/01/05  14:36:40
31558         Log: Remove old Pod::Man parser creation.
31559              Fix a run-time warning.
31560      Branch: perl
31561            ! installman
31562 ____________________________________________________________________________
31563 [ 26656] By: stevep                                on 2006/01/05  14:33:16
31564         Log: Change installman to instantiate a new Pod::Man instance for each
31565              file processed.  This is now required with podlators-2.0.
31566      Branch: perl
31567            ! installman
31568 ____________________________________________________________________________
31569 [ 26655] By: steveh                                on 2006/01/05  09:21:52
31570         Log: Reorder changes made in change 26630
31571              
31572              (Keep the order in win32/config.* and win32/config_H.* the same as in
31573              Configure and config_H.SH for easier diffing)
31574      Branch: perl
31575            ! win32/config.bc win32/config.gc win32/config.vc
31576            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
31577            ! win32/config_H.vc win32/config_H.vc64
31578 ____________________________________________________________________________
31579 [ 26654] By: steveh                                on 2006/01/04  17:57:14
31580         Log: Run regen.pl (Just updating copyright years)
31581      Branch: perl
31582            ! embed.h embedvar.h global.sym opcode.h perlapi.c perlapi.h
31583            ! proto.h
31584 ____________________________________________________________________________
31585 [ 26653] By: steveh                                on 2006/01/04  17:49:38
31586         Log: Don't try to export PL_my_ctx_mutex and PL_my_cxt_* when
31587              PERL_IMPLICIT_CONTEXT is not defined
31588              
31589              Fixes non-threaded build errors on Win32 following change 26523
31590      Branch: perl
31591            ! makedef.pl
31592 ____________________________________________________________________________
31593 [ 26652] By: rgs                                   on 2006/01/04  17:19:37
31594         Log: More copyright updates
31595      Branch: perl
31596            ! cop.h dump.c gv.c gv.h handy.h locale.c op.c perlio.c
31597            ! pp_pack.c sv.h thread.h universal.c xsutils.c
31598 ____________________________________________________________________________
31599 [ 26651] By: rgs                                   on 2006/01/04  16:50:47
31600         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
31601              From: Jim Cromie <jim.cromie@gmail.com>
31602              Date: Tue, 03 Jan 2006 23:18:09 -0700
31603              Message-ID: <43BB68A1.7060708@gmail.com>
31604              
31605              With syntactic tweaks to the test file
31606      Branch: perl
31607            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t
31608            ! ext/B/t/optree_constants.t
31609 ____________________________________________________________________________
31610 [ 26650] By: gisle                                 on 2006/01/04  16:42:03
31611         Log: Move all the xxxpvs() macros to handy.h.
31612              This brings them closer to STR_WITH_LEN.  Besides only half
31613              of them were sv-related after change 26649.
31614      Branch: perl
31615            ! handy.h sv.h
31616 ____________________________________________________________________________
31617 [ 26649] By: gisle                                 on 2006/01/04  16:15:34
31618         Log: Make the new STR_WITH_LEN() affected compile under -Dusethreads.
31619              Can't use STR_WITH_LEN() as argument to a macro :-(
31620      Branch: perl
31621            ! gv.c locale.c mg.c perl.c perlio.c pp_sys.c sv.c sv.h toke.c
31622 ____________________________________________________________________________
31623 [ 26648] By: gisle                                 on 2006/01/04  14:23:20
31624         Log: Add an extra NUL so that we can use sv_catpvs()
31625              for "our @F=split..." and get rid of 15 and the
31626              explaination for why it's there.
31627      Branch: perl
31628            ! toke.c
31629 ____________________________________________________________________________
31630 [ 26647] By: gisle                                 on 2006/01/04  14:10:34
31631         Log: Get rid of hardcoded string length.
31632      Branch: perl
31633            ! thread.h
31634 ____________________________________________________________________________
31635 [ 26646] By: gisle                                 on 2006/01/04  14:04:16
31636         Log: Introduce newSVpvs_share() macro.
31637              Gets rid of some hardcoded string lengths.
31638      Branch: perl
31639            ! op.c perl.c sv.h
31640 ____________________________________________________________________________
31641 [ 26645] By: gisle                                 on 2006/01/04  13:53:16
31642         Log: Get rid of a few more hardcoded string lengths.
31643      Branch: perl
31644            ! locale.c mg.c perl.c perlio.c sv.c
31645 ____________________________________________________________________________
31646 [ 26644] By: stevep                                on 2006/01/04  13:13:50
31647         Log: Update copyright year.
31648      Branch: perl
31649            ! pp_sys.c
31650 ____________________________________________________________________________
31651 [ 26643] By: rgs                                   on 2006/01/04  13:02:18
31652         Log: Fix some compilation warnings
31653      Branch: perl
31654            ! pp_hot.c
31655 ____________________________________________________________________________
31656 [ 26642] By: gisle                                 on 2006/01/04  13:00:45
31657         Log: Get rid of a few more hardcoded string lengths.
31658      Branch: perl
31659            ! gv.c perl.c perlio.c pp_sys.c
31660 ____________________________________________________________________________
31661 [ 26641] By: gisle                                 on 2006/01/04  12:48:34
31662         Log: Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).
31663              Gets rid of many hardcoded string lengths.
31664      Branch: perl
31665            ! dump.c gv.c op.c perl.c perlio.c pp.c pp_ctl.c pp_pack.c
31666            ! pp_sys.c regcomp.c sv.c sv.h toke.c universal.c utf8.c util.c
31667            ! xsutils.c
31668 ____________________________________________________________________________
31669 [ 26640] By: gisle                                 on 2006/01/04  12:35:45
31670         Log: Removed unused part of string passed to sv_catpvn().
31671      Branch: perl
31672            ! toke.c
31673 ____________________________________________________________________________
31674 [ 26639] By: stevep                                on 2006/01/04  12:31:17
31675         Log: Updates to various configurations courtesy of Jarkko.
31676      Branch: perl
31677            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
31678            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
31679            ! wince/config.ce
31680 ____________________________________________________________________________
31681 [ 26638] By: stevep                                on 2006/01/04  12:19:49
31682         Log: Don't warn about invalid dirhandles in DirHandle::DESTROY().
31683      Branch: perl
31684            ! lib/DirHandle.pm
31685 ____________________________________________________________________________
31686 [ 26637] By: steveh                                on 2006/01/04  11:10:36
31687         Log: Make Borland and MinGW happy with change 26379
31688              
31689              (They both complain "invalid conversion from `void*' to `HWND__*'"
31690              otherwise)
31691      Branch: perl
31692            ! win32/perlhost.h
31693 ____________________________________________________________________________
31694 [ 26636] By: gisle                                 on 2006/01/04  10:46:42
31695         Log: Fix typo in comment.
31696      Branch: perl
31697            ! handy.h
31698 ____________________________________________________________________________
31699 [ 26635] By: gisle                                 on 2006/01/04  10:44:48
31700         Log: Introduce STR_WITH_LEN macro in the form suggested by Chip.
31701      Branch: perl
31702            ! handy.h toke.c
31703 ____________________________________________________________________________
31704 [ 26634] By: steveh                                on 2006/01/04  10:39:13
31705         Log: Workaround Win32 compiler bugs following change 26395
31706              
31707              Can't understand what VC++ 6 and Borland don't like about it.  There
31708              is similar code for SvMAGIC and SvSTASH already in sv.h.  Must be
31709              compiler bugs since VC++ 7 and MinGW (and compilers on other platforms)
31710              are all happy.
31711      Branch: perl
31712            ! gv.h
31713 ____________________________________________________________________________
31714 [ 26633] By: gisle                                 on 2006/01/04  10:25:42
31715         Log: Silence compiler warning; ref change 26598
31716      Branch: perl
31717            ! op.c
31718 ____________________________________________________________________________
31719 [ 26632] By: stevep                                on 2006/01/04  03:43:20
31720         Log: Added snprintf() and vsnprintf() to configure.com as 'undef'. 
31721      Branch: perl
31722            ! configure.com
31723 ____________________________________________________________________________
31724 [ 26631] By: stevep                                on 2006/01/04  03:31:08
31725         Log: Add warnings for the various other *dir() functions when attempted
31726              on invalid dirhandles.
31727      Branch: perl
31728            ! pod/perldiag.pod pp_sys.c
31729 ____________________________________________________________________________
31730 [ 26630] By: stevep                                on 2006/01/04  02:47:39
31731         Log: Add snprintf() and vsnprintf() to the various Win32 configuration 
31732              files.
31733      Branch: perl
31734            ! win32/config.bc win32/config.gc win32/config.vc
31735            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
31736            ! win32/config_H.vc win32/config_H.vc64
31737 ____________________________________________________________________________
31738 [ 26625] By: stevep                                on 2006/01/03  20:03:49
31739         Log: Subject: Re: [perl #38034] A combination eval, DESTROY method and $@ - dangerous - bug
31740              From: Mike Guy <mjtg@cam.ac.uk>
31741              Date: Tue, 03 Jan 2006 19:18:41 +0000 
31742              Message-Id: <E1Etrg9-0005XE-LZ@libra.cus.cam.ac.uk> 
31743      Branch: perl
31744            ! pod/perlobj.pod
31745 ____________________________________________________________________________
31746 [ 26623] By: nicholas                              on 2006/01/03  19:38:24
31747         Log: If NV_ZERO_IS_ALLBITS_ZERO is not true, then it's important to inialise
31748              the NV only if the new body has an NV. (D'oh!)
31749      Branch: perl
31750            ! sv.c
31751 ____________________________________________________________________________
31752 [ 26617] By: stevep                                on 2006/01/03  18:14:27
31753         Log: Attemting to readdir() something that isn't a dirhandle should cause
31754              a warning.
31755      Branch: perl
31756            ! pod/perldiag.pod pp_sys.c
31757 ____________________________________________________________________________
31758 [ 26608] By: steveh                                on 2006/01/03  15:57:18
31759         Log: Fix release mode builds following change 26598
31760      Branch: perl
31761            ! cop.h
31762 ____________________________________________________________________________
31763 [ 26607] By: stevep                                on 2006/01/03  15:56:19
31764         Log: perldiag.pod additions to go with change #26602.
31765      Branch: perl
31766            ! pod/perldiag.pod
31767 ____________________________________________________________________________
31768 [ 26606] By: merijn                                on 2006/01/03  15:46:10
31769         Log: Add probe for snprintf () and vsnprintf ()
31770              
31771              Subject: [PATCH] snprintf() and vsnprintf() (was Re: [PATCH] Configure: stdio char (un)signedness)
31772              From: Steve Peters <steve@fisharerojo.org>
31773              Date: Mon, 2 Jan 2006 09:37:27 -0600
31774              Message-ID: <20060102153727.GA14247@mccoy.peters.homeunix.org>
31775      Branch: perl
31776            ! Configure Porting/Glossary config_h.SH handy.h
31777 ____________________________________________________________________________
31778 [ 26605] By: rgs                                   on 2006/01/03  15:42:19
31779         Log: Update perldelta, up to change 25344 more or less.
31780      Branch: perl
31781            ! pod/perl593delta.pod
31782 ____________________________________________________________________________
31783 [ 26602] By: stevep                                on 2006/01/03  14:58:21
31784         Log: Bad symbols that are pretending to be dirhandles, should say they 
31785              are dirhandles in their error messages.
31786      Branch: perl
31787            ! gv.c
31788 ____________________________________________________________________________
31789 [ 26601] By: rgs                                   on 2006/01/03  14:10:04
31790         Log: Sync perlfaq.
31791      Branch: perl
31792            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
31793            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
31794            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
31795            ! pod/perlfaq9.pod
31796 ____________________________________________________________________________
31797 [ 26598] By: davem                                 on 2006/01/03  12:29:38
31798         Log: silence some compiler warnings
31799      Branch: perl
31800            ! cop.h toke.c
31801 ____________________________________________________________________________
31802 [ 26595] By: rgs                                   on 2006/01/03  10:09:39
31803         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
31804              From: Jim Cromie <jim.cromie@gmail.com>
31805              Date: Mon, 02 Jan 2006 15:06:48 -0700
31806              Message-ID: <43B9A3F8.8060609@gmail.com>
31807      Branch: perl
31808            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t
31809            ! ext/B/t/optree_constants.t
31810 ____________________________________________________________________________
31811 [ 26594] By: rgs                                   on 2006/01/03  09:33:59
31812         Log: Subject: [PATCH] Re: [perl #36837] B::Deparse fails when it comes to ByteLoader programs
31813              From: Stephen McCamant <smcc@mit.edu>
31814              Date: Mon, 2 Jan 2006 18:52:24 -0800
31815              Message-ID: <17337.59112.502009.496275@conquest.OCF.Berkeley.EDU>
31816      Branch: perl
31817            ! ext/B/B/Deparse.pm
31818 ____________________________________________________________________________
31819 [ 26593] By: rgs                                   on 2006/01/03  09:23:24
31820         Log: Subject: [patch@26561] utf8.c const issue.
31821              From: "John E. Malmberg" <wb8tyw@qsl.net>
31822              Date: Mon, 02 Jan 2006 14:16:02 -0500
31823              Message-ID: <43B97BF2.2050201@qsl.net>
31824      Branch: perl
31825            ! utf8.c
31826 ____________________________________________________________________________
31827 [ 26592] By: rgs                                   on 2006/01/03  09:02:04
31828         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gz
31829              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
31830              Date: Tue, 03 Jan 2006 00:33:27 +0100
31831              Message-ID: <87u0cm433s.fsf@k75.linux.bogus>
31832      Branch: perl
31833            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
31834 ____________________________________________________________________________
31835 [ 26591] By: davem                                 on 2006/01/03  02:20:28
31836         Log: ithreads: SVs that were only on the tmps stack leaked
31837      Branch: perl
31838            ! sv.c
31839 ____________________________________________________________________________
31840 [ 26589] By: nicholas                              on 2006/01/02  22:52:03
31841         Log: The two never used NOTYET switch ops can go.
31842      Branch: perl
31843            ! pp_ctl.c
31844 ____________________________________________________________________________
31845 [ 26587] By: davem                                 on 2006/01/02  21:50:55
31846         Log: stop DEBUG_LEAKING_SCALARS producing spurious memory pool errors
31847              (change #25775 wasn't complete)
31848      Branch: perl
31849            ! sv.c
31850 ____________________________________________________________________________
31851 [ 26586] By: nicholas                              on 2006/01/02  20:48:30
31852         Log: More missing AUTHORS
31853      Branch: perl
31854            ! AUTHORS Porting/checkAUTHORS.pl
31855 ____________________________________________________________________________
31856 [ 26581] By: craigb                                on 2006/01/02  19:22:52
31857         Log: Subject: patch@26561 & earlier - buffer overrun in VMS.C
31858              From: "John E. Malmberg" <wb8tyw@qsl.net>
31859              Date: Mon, 02 Jan 2006 14:05:43 -0500
31860              Message-id: <43B97987.70201@qsl.net>
31861      Branch: perl
31862            ! vms/vms.c
31863 ____________________________________________________________________________
31864 [ 26580] By: nicholas                              on 2006/01/02  18:48:13
31865         Log: Erk! craigb's changes come out of p4 with ^Ms as line endings.
31866              Long term, need to fix the update changes script to cope.
31867      Branch: perl
31868            ! Changes
31869 ____________________________________________________________________________
31870 [ 26579] By: nicholas                              on 2006/01/02  18:44:14
31871         Log: More missing AUTHORS
31872      Branch: perl
31873            ! AUTHORS Porting/checkAUTHORS.pl
31874 ____________________________________________________________________________
31875 [ 26578] By: nicholas                              on 2006/01/02  17:04:55
31876         Log: Fix up missing and duplicate AUTHORS
31877      Branch: perl
31878            ! AUTHORS Porting/checkAUTHORS.pl
31879 ____________________________________________________________________________
31880 [ 26576] By: rgs                                   on 2006/01/02  15:54:25
31881         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
31882              From: Jim Cromie <jim.cromie@gmail.com>
31883              Date: Sun, 01 Jan 2006 23:05:00 -0700
31884              Message-ID: <43B8C28C.20502@gmail.com>
31885      Branch: perl
31886            + ext/B/t/optree_constants.t
31887            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise-xs.t
31888 ____________________________________________________________________________
31889 [ 26574] By: rgs                                   on 2006/01/02  15:19:59
31890         Log: Since we no longer autovivify stashes (change #26370), we need
31891              to turn off strict-refs on them, or we'll have a stricture
31892              error the first time we'd try to access them (when they'll be
31893              actually autovivified).
31894      Branch: perl
31895            ! op.c t/op/stash.t
31896 ____________________________________________________________________________
31897 [ 26573] By: rgs                                   on 2006/01/02  14:57:18
31898         Log: Documentation fix for File::Temp::new
31899              
31900              Subject: [perl #38127] Bug in perldoc File::Temp 
31901              From: pm@capmon.dk (via RT) <perlbug-followup@perl.org>
31902              Date: Mon, 02 Jan 2006 02:48:41 -0800
31903              Message-ID: <rt-3.0.11-38127-126764.0.578515622359532@perl.org>
31904      Branch: perl
31905            ! lib/File/Temp.pm
31906 ____________________________________________________________________________
31907 [ 26572] By: nicholas                              on 2006/01/02  14:43:37
31908         Log: Happy New Year. (It's not just embed.pl).
31909      Branch: perl
31910            ! README opcode.pl perl.c reentr.pl
31911 ____________________________________________________________________________
31912 [ 26571] By: stevep                                on 2006/01/02  14:24:58
31913         Log: Note that the "unlink"ing directories is attempted when running as a
31914              superuser, and that some operating systems may not support it.
31915      Branch: perl
31916            ! pod/perlfunc.pod pod/perlrun.pod
31917 ____________________________________________________________________________
31918 [ 26570] By: nicholas                              on 2006/01/02  12:19:51
31919         Log: Typo fix in the description of change 26370.
31920              (Also corrected in the repository) 
31921      Branch: perl
31922            ! Changes
31923 ____________________________________________________________________________
31924 [ 26569] By: davem                                 on 2006/01/02  12:09:37
31925         Log: add svt_local slot to magic vtable, and fix local $shared
31926      Branch: perl
31927            ! ext/threads/shared/shared.xs mg.c mg.h
31928 ____________________________________________________________________________
31929 [ 26565] By: nicholas                              on 2006/01/02  11:48:28
31930         Log: Add 2006 to the copyright years in the header generated by embed.pl
31931      Branch: perl
31932            ! embed.pl
31933 ____________________________________________________________________________
31934 [ 26564] By: rgs                                   on 2006/01/02  11:20:25
31935         Log: Subject: [patch] comment grammar and indentation, spurious tab
31936              From: Jim Cromie <jim.cromie@gmail.com>
31937              Date: Fri, 30 Dec 2005 22:45:55 -0700
31938              Message-ID: <43B61B13.3050704@gmail.com>
31939      Branch: perl
31940            ! sv.c
31941 ____________________________________________________________________________
31942 [ 26563] By: rgs                                   on 2006/01/02  11:04:37
31943         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80_58.tar.gz
31944              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
31945              Date: Sun, 01 Jan 2006 10:12:46 +0100
31946              Message-ID: <87zmmgnwfl.fsf@k75.linux.bogus>
31947      Branch: perl
31948            ! lib/CPAN.pm
31949 ____________________________________________________________________________
31950 [ 26562] By: rgs                                   on 2006/01/02  10:56:05
31951         Log: Update copyrights for files modified in 2006
31952      Branch: perl
31953            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
31954            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
31955 ____________________________________________________________________________
31956 [ 26561] By: gisle                                 on 2006/01/01  20:43:00
31957         Log: Get rid of length argument for the FEATURE_IS_ENABLED() macro.
31958      Branch: perl
31959            ! toke.c
31960 ____________________________________________________________________________
31961 [ 26558] By: merijn                                on 2006/01/01  10:42:16
31962         Log: Subject: [PATCH] Making 0 pointers to NULLs
31963              From: Andy Lester <andy@petdance.com>
31964              Date: Fri, 30 Dec 2005 23:05:58 -0600
31965              Message-ID: <20051231050558.GA29093@petdance.com>
31966      Branch: perl
31967            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
31968            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
31969 ____________________________________________________________________________
31970 [ 26556] By: merijn                                on 2006/01/01  10:23:19
31971         Log: Subject: [PATCH] Making 0 pointers to NULLs
31972              From: Andy Lester <andy@petdance.com>
31973              Date: Fri, 30 Dec 2005 23:05:58 -0600
31974              Message-ID: <20051231050558.GA29093@petdance.com>
31975      Branch: perl
31976            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
31977            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
31978 ____________________________________________________________________________
31979 [ 26555] By: davem                                 on 2005/12/31  23:24:26
31980         Log: make threads use MY_CXT API rather than using PL_modglobal
31981      Branch: perl
31982            ! ext/threads/threads.xs
31983 ____________________________________________________________________________
31984 [ 26554] By: davem                                 on 2005/12/31  21:36:05
31985         Log: tidy index arrangements in new MY_CXT code
31986      Branch: perl
31987            ! intrpvar.h sv.c util.c
31988 ____________________________________________________________________________
31989 [ 26553] By: stevep                                on 2005/12/31  18:45:37
31990         Log: Upgrade to CPAN-1.80_57
31991      Branch: perl
31992            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm
31993            ! lib/CPAN/Tarzip.pm lib/CPAN/t/mirroredby.t
31994 ____________________________________________________________________________
31995 [ 26552] By: nicholas                              on 2005/12/31  17:24:34
31996         Log: Turn a for loop that's almost a while into an honest-to-goodness while.
31997      Branch: perl
31998            ! hv.c
31999 ____________________________________________________________________________
32000 [ 26551] By: nicholas                              on 2005/12/31  16:57:32
32001         Log: Calling Perl_hv_clear_placeholders while the hash iterator was active
32002              would turn lazy delete on, causing the hash to become corrupted at the
32003              next iterator change.
32004      Branch: perl
32005            ! hv.c lib/Hash/Util.t
32006 ____________________________________________________________________________
32007 [ 26550] By: nicholas                              on 2005/12/31  16:42:08
32008         Log: Remove unneeded test in Perl_hv_clear_placeholders.
32009              Rejig S_hfreeentries to a double loop, which is clearer and smaller.
32010      Branch: perl
32011            ! hv.c
32012 ____________________________________________________________________________
32013 [ 26549] By: rgs                                   on 2005/12/31  15:24:48
32014         Log: Subject: [PATCH] op/pack.t failure on Win64
32015              From: Jan Dubois <jand@activestate.com>
32016              Date: Dec 30, 2005 9:55 PM
32017              Message-ID: <017a01c60d83$5dc73110$2217a8c0@candy>
32018      Branch: perl
32019            ! pp_pack.c
32020 ____________________________________________________________________________
32021 [ 26548] By: nicholas                              on 2005/12/31  15:07:16
32022         Log: Add a test for change 26547. (We no longer expect to see errors about
32023              unbalanced string table reference counts.)
32024      Branch: perl
32025            ! t/op/stash.t
32026 ____________________________________________________________________________
32027 [ 26547] By: nicholas                              on 2005/12/31  14:57:27
32028         Log: Re-attempt to clear the hash in S_hfreeentries if anything adds to it.
32029              Panic if we seem to be looping forever.
32030      Branch: perl
32031            ! hv.c pod/perldiag.pod
32032 ____________________________________________________________________________
32033 [ 26546] By: nicholas                              on 2005/12/31  13:16:06
32034         Log: Stop 'sub a { // }; %::=()' panicing because the backreference array
32035              became lost.
32036      Branch: perl
32037            ! hv.c
32038 ____________________________________________________________________________
32039 [ 26545] By: nicholas                              on 2005/12/30  22:44:06
32040         Log: Marcus Holland-Moritz suggested that assert should 
32041              Perl_croak_nocontext rather than Perl_croak.
32042      Branch: perl
32043            ! perl.h
32044 ____________________________________________________________________________
32045 [ 26544] By: nicholas                              on 2005/12/30  20:02:56
32046         Log: Tweak S_init_main_stash so as allocate PL_curstname as a shared string
32047              scalar, and hence avoid thrashing the shared string table for "main".
32048      Branch: perl
32049            ! perl.c
32050 ____________________________________________________________________________
32051 [ 26543] By: stevep                                on 2005/12/30  17:47:45
32052         Log: Convert t/op/sleep.t to using test.pl
32053      Branch: perl
32054            ! t/op/sleep.t
32055 ____________________________________________________________________________
32056 [ 26542] By: nicholas                              on 2005/12/30  16:53:39
32057         Log: Document why it's a bad plan to move the backreferences array from
32058              the magic structure to the hv_aux structure during backreference
32059              deletion. Add an optimisation for an empty backreference array.
32060      Branch: perl
32061            ! hv.c sv.c
32062 ____________________________________________________________________________
32063 [ 26541] By: nicholas                              on 2005/12/30  15:55:05
32064         Log: Now that the backreference array has no NULL entries, and is correctly
32065              marked as AvREAL_off(), there's no reason not to use sv_dup to clone
32066              it.
32067      Branch: perl
32068            ! sv.c
32069 ____________________________________________________________________________
32070 [ 26540] By: nicholas                              on 2005/12/30  15:39:53
32071         Log: POSIX now declares missing constants as sub ... ();, so Net::Ping
32072              needs to define them with a prototype to match.
32073      Branch: perl
32074            ! lib/Net/Ping.pm
32075 ____________________________________________________________________________
32076 [ 26539] By: rgs                                   on 2005/12/30  15:10:41
32077         Log: Update perltodo. First shot at perl593delta.
32078      Branch: perl
32079            ! pod/perl593delta.pod pod/perltodo.pod
32080 ____________________________________________________________________________
32081 [ 26538] By: nicholas                              on 2005/12/30  14:57:00
32082         Log: In the shared string table, if we add new entries to the head of the
32083              linked list chain, then we don't need as much bookkeeping in the loop.
32084      Branch: perl
32085            ! hv.c
32086 ____________________________________________________________________________
32087 [ 26537] By: stevep                                on 2005/12/30  14:39:49
32088         Log: Subject: [PATCH] Differences from Perl 6
32089              From: Robin Houston <robin@cpan.org> 
32090              Date: Fri, 30 Dec 2005 13:45:34 +0000 
32091              Message-ID: <20051230134534.GA18675@rpc142.cs.man.ac.uk>
32092      Branch: perl
32093            ! pod/perlsyn.pod
32094 ____________________________________________________________________________
32095 [ 26536] By: rgs                                   on 2005/12/30  12:25:24
32096         Log: Subject: Re: [PATCH] Re: INSTALLSCRIPT versus INSTALLDIRS
32097              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
32098              Date: Mon, 12 Dec 2005 19:22:32 +0100
32099              Message-ID: <20051212192232.39cd0c1e@grubert.mandrakesoft.com>
32100      Branch: perl
32101            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
32102            ! lib/ExtUtils/MakeMaker.pm
32103 ____________________________________________________________________________
32104 [ 26535] By: davem                                 on 2005/12/30  12:21:05
32105         Log: fix errors in new MY_CTX code
32106      Branch: perl
32107            ! perl.c sv.c
32108 ____________________________________________________________________________
32109 [ 26534] By: rgs                                   on 2005/12/30  11:57:14
32110         Log: Reduce size of buffers for identifier names, as suggested in
32111              
32112              Subject: Stack usage (in gv_stashpvn and others)
32113              From: Tels <nospam-abuse@bloodgate.com>
32114              Date: Thu, 29 Dec 2005 18:40:49 +0100
32115              Message-Id: <200512291840.50765@bloodgate.com>
32116      Branch: perl
32117            ! gv.c
32118 ____________________________________________________________________________
32119 [ 26533] By: rgs                                   on 2005/12/30  11:43:42
32120         Log: Subject: [PATCH] perlio.c - gv_stashpvn() vs gv_stashpv()
32121              From: Tels <nospam-abuse@bloodgate.com>
32122              Date: Thu, 29 Dec 2005 18:57:43 +0100
32123              Message-Id: <200512291857.59458@bloodgate.com>
32124      Branch: perl
32125            ! perlio.c
32126 ____________________________________________________________________________
32127 [ 26532] By: rgs                                   on 2005/12/30  10:40:31
32128         Log: Subject: [PATCH] Perl_gv_fetchpv vs. gv_fetchpvn
32129              From: Tels <nospam-abuse@bloodgate.com>
32130              Date: Thu, 29 Dec 2005 18:32:10 +0100
32131              Message-Id: <200512291832.20651@bloodgate.com>
32132      Branch: perl
32133            ! gv.c
32134 ____________________________________________________________________________
32135 [ 26531] By: rgs                                   on 2005/12/30  09:53:54
32136         Log: Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't defined
32137              (spotted by Jan Dubois)
32138      Branch: perl
32139            ! makedef.pl
32140 ____________________________________________________________________________
32141 [ 26530] By: nicholas                              on 2005/12/30  01:08:46
32142         Log: RMAGIC on symbol tables is bad, m'kay.
32143              Allow hashes (and therefore all symbol tables) to store the
32144              backreference array in the hv_aux structure, and thereby undo the
32145              performance damage of 24966, which resulted in 60% of all hash lookups
32146              trying to mg_find tiehash magic.
32147      Branch: perl
32148            ! dump.c embed.fnc embed.h hv.c hv.h mg.c proto.h sv.c
32149 ____________________________________________________________________________
32150 [ 26529] By: davem                                 on 2005/12/30  01:06:05
32151         Log: change #26523 didn't make my_cxt_init public
32152      Branch: perl
32153            ! embed.fnc embed.h global.sym
32154 ____________________________________________________________________________
32155 [ 26528] By: rgs                                   on 2005/12/29  17:32:21
32156         Log: Subject: [PATCH] $a = \$a oddity
32157              From: Tels <nospam-abuse@bloodgate.com>
32158              Date: Thu, 29 Dec 2005 18:01:42 +0100
32159              Message-Id: <200512291802.00742@bloodgate.com>
32160              
32161              plus trim some whitespace
32162      Branch: perl
32163            ! pod/perlreftut.pod
32164 ____________________________________________________________________________
32165 [ 26527] By: rgs                                   on 2005/12/29  15:59:30
32166         Log: Subject: [PATCH] Actual real consting of parms
32167              From: Andy Lester <andy@petdance.com>
32168              Date: Thu, 29 Dec 2005 01:15:09 -0600
32169              Message-ID: <20051229071509.GA32653@petdance.com>
32170      Branch: perl
32171            ! embed.fnc proto.h sv.c
32172 ____________________________________________________________________________
32173 [ 26526] By: rgs                                   on 2005/12/29  15:32:42
32174         Log: Subject: [PATCH] av.c cleanup, plus!
32175              From: Andy Lester <andy@petdance.com>
32176              Date: Wed, 28 Dec 2005 15:44:14 -0600
32177              Message-ID: <20051228214414.GD26033@petdance.com>
32178      Branch: perl
32179            ! av.c dump.c embed.fnc gv.c perl.c proto.h sv.c toke.c
32180 ____________________________________________________________________________
32181 [ 26525] By: rgs                                   on 2005/12/29  14:32:09
32182         Log: Fix test for perl version number in Makefile.PL
32183      Branch: perl
32184            ! ext/Sys/Syslog/Makefile.PL
32185 ____________________________________________________________________________
32186 [ 26524] By: rgs                                   on 2005/12/29  14:17:38
32187         Log: Subject: [PATCH] Fixing the SVREFCNT macro
32188              From: Andy Lester <andy@petdance.com>
32189              Date: Wed, 28 Dec 2005 13:30:51 -0600
32190              Message-ID: <20051228193051.GD23207@petdance.com>
32191      Branch: perl
32192            ! sv.h
32193 ____________________________________________________________________________
32194 [ 26523] By: davem                                 on 2005/12/29  12:00:29
32195         Log: re-implement MY_CXT API more efficiently, and add explicit
32196              interpeter arg variant
32197      Branch: perl
32198            ! embed.fnc embed.h embedvar.h ext/XS/APItest/APItest.xs
32199            ! intrpvar.h perl.h perlapi.h perlvars.h pod/perlxs.pod proto.h
32200            ! sv.c util.c
32201 ____________________________________________________________________________
32202 [ 26522] By: davem                                 on 2005/12/29  11:35:04
32203         Log: add tests for MY_CXT API and improve its documentation
32204      Branch: perl
32205            + ext/XS/APItest/t/my_cxt.t
32206            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
32207            ! pod/perlxs.pod
32208 ____________________________________________________________________________
32209 [ 26521] By: rgs                                   on 2005/12/29  10:21:23
32210         Log: Subject: [PATCH] Test that constant overloading is propagated into eval
32211              From: Robin Houston <robin@cpan.org>
32212              Date: Mon, 26 Dec 2005 17:56:48 +0000
32213              Message-ID: <20051226175648.GA28402@rpc142.cs.man.ac.uk>
32214      Branch: perl
32215            ! lib/overload.t
32216 ____________________________________________________________________________
32217 [ 26520] By: rgs                                   on 2005/12/29  10:11:56
32218         Log: Subject: [DOC PATCH] rindex clarification
32219              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
32220              Date: Mon, 26 Dec 2005 18:42:40 -0800
32221              Message-ID: <20051227024240.GA2940@efn.org>
32222              
32223              plus another formatting nit
32224      Branch: perl
32225            ! pod/perlfunc.pod
32226 ____________________________________________________________________________
32227 [ 26519] By: craigb                                on 2005/12/29  03:49:58
32228         Log: Subject: [PATCH] fortify Pod::Simple::Search against non-case-preserving filesystems
32229              From: "Craig A. Berry" <craigberry@mac.com>
32230              Date: Tue, 27 Dec 2005 17:59:35 -0600
32231              Message-id: <43B1D567.9080504@mac.com>
32232      Branch: perl
32233            ! lib/Pod/Simple/Search.pm
32234            ! lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
32235 ____________________________________________________________________________
32236 [ 26518] By: nicholas                              on 2005/12/29  00:19:01
32237         Log: A GVs stash can be NULL, so don't call macros that assume otherwise
32238              without checking.
32239      Branch: perl
32240            ! pp.c
32241 ____________________________________________________________________________
32242 [ 26517] By: nicholas                              on 2005/12/28  19:40:26
32243         Log: As the backreferences AV doesn't hold references on its contents,
32244              surely it should have AvREAL turned off?
32245      Branch: perl
32246            ! sv.c
32247 ____________________________________________________________________________
32248 [ 26516] By: nicholas                              on 2005/12/28  13:35:03
32249         Log: PL_amagic_generation is always non-zero, so remove the test for this.
32250              (Since change 17990 added version object overloading)
32251      Branch: perl
32252            ! pp.h
32253 ____________________________________________________________________________
32254 [ 26515] By: stevep                                on 2005/12/28  13:31:02
32255         Log: Upgrade to Sys-Syslog-0.11
32256      Branch: perl
32257            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
32258            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/podspell.t
32259            ! ext/Sys/Syslog/t/syslog.t
32260 ____________________________________________________________________________
32261 [ 26514] By: gisle                                 on 2005/12/28  13:25:30
32262         Log: Cleanup; replace a croak("panic: ...") with assert().
32263      Branch: perl
32264            ! av.c
32265 ____________________________________________________________________________
32266 [ 26513] By: gisle                                 on 2005/12/28  13:12:30
32267         Log: assert(av);  Cleanup the way that the av_*() functions check
32268              that they are really passed an av argument.
32269              Should improve the test coverage a bit.
32270      Branch: perl
32271            ! av.c pod/perldiag.pod
32272 ____________________________________________________________________________
32273 [ 26512] By: gisle                                 on 2005/12/28  12:38:03
32274         Log: Use memchr() instead of ninstr() to locate the end-of-line.
32275              The call to memchr() will faster.
32276      Branch: perl
32277            ! toke.c
32278 ____________________________________________________________________________
32279 [ 26511] By: gisle                                 on 2005/12/28  12:18:58
32280         Log: Leaner ninstr().
32281              The compiled function ended up 37% smaller on Linux/gcc.
32282              I ought to be faster as well, but I did not try to measure that.
32283      Branch: perl
32284            ! util.c
32285 ____________________________________________________________________________
32286 [ 26510] By: gisle                                 on 2005/12/28  11:01:46
32287         Log: Remove test for NUL ending in r?instr().
32288              This test is actually harmful because we will search
32289              for any garbage found past the empty search string.
32290              Ref change 26509.
32291      Branch: perl
32292            ! util.c
32293 ____________________________________________________________________________
32294 [ 26509] By: gisle                                 on 2005/12/28  10:57:46
32295         Log: Fix 2 off-by-one errors in the call to ninstr().
32296              This code managed to still work because of a bug
32297              in how ninstr() treats empty search strings.
32298      Branch: perl
32299            ! ext/Filter/Util/Call/Call.xs
32300 ____________________________________________________________________________
32301 [ 26508] By: stevep                                on 2005/12/28  03:27:13
32302         Log: Upgrade to PathTools-3.15
32303      Branch: perl
32304            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
32305 ____________________________________________________________________________
32306 [ 26507] By: nicholas                              on 2005/12/27  23:39:42
32307         Log: s/%/%%/ in the package name so that it can be used safely in the
32308              sprintf format string (and hence not need runtime %s interpolation)
32309      Branch: perl
32310            ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm
32311 ____________________________________________________________________________
32312 [ 26506] By: nicholas                              on 2005/12/27  22:19:28
32313         Log: Pass in the full arguments to ExtUtils::Constant::ProxySubs
32314              Prototype all the missing constants, so that parsing doesn't depend on
32315              the phase of the moon. (Well, the system headers)
32316              Add an option for making missing constants generate errors at read time
32317              (which can be during constant folding). This isn't the default.
32318      Branch: perl
32319            ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm
32320 ____________________________________________________________________________
32321 [ 26505] By: stevep                                on 2005/12/27  22:07:44
32322         Log: Subject: [PATCH] pre-likely cleanup
32323              From: Andy Lester <andy@petdance.com> 
32324              Date: Tue, 27 Dec 2005 14:39:39 -0600
32325              Message-ID: <20051227203939.GC1781@petdance.com> 
32326              
32327              Includes a small fix to the changes in tryAMAGICbinW_var() in pp.h.
32328      Branch: perl
32329            ! av.c doop.c handy.h hv.c mg.c pp.c pp.h sv.c util.c
32330 ____________________________________________________________________________
32331 [ 26504] By: stevep                                on 2005/12/27  18:36:19
32332         Log: It'd be nice if I hadn't broken corecpan.pl.  Its fixed now, though.
32333      Branch: perl
32334            ! Porting/Maintainers.pl
32335 ____________________________________________________________________________
32336 [ 26503] By: nicholas                              on 2005/12/27  17:33:13
32337         Log: gv_fetch_flags in newATTRSUB can actually be const.
32338              Comment the logic behind the terms in the ternary that chooses the
32339              flags value.
32340      Branch: perl
32341            ! op.c
32342 ____________________________________________________________________________
32343 [ 26502] By: nicholas                              on 2005/12/27  17:24:11
32344         Log: As what we're doing is generating subroutines, which are methods, we
32345              need to invalidate cached methods. For constant.pm we need to create
32346              &Internals::inc_sub_generation
32347      Branch: perl
32348            ! lib/ExtUtils/Constant/ProxySubs.pm lib/constant.pm universal.c
32349 ____________________________________________________________________________
32350 [ 26501] By: stevep                                on 2005/12/27  14:10:20
32351         Log: Subject: [patch] ext/b/t/lint.t fails on win32
32352              From: demerphq <demerphq@gmail.com>
32353              Date: Fri, 23 Dec 2005 20:06:52 +0100 
32354              Message-ID: <9b18b3110512231106k7ad395bfp8a0c05cd0f87fc61@mail.gmail.com>
32355      Branch: perl
32356            ! ext/B/t/lint.t
32357 ____________________________________________________________________________
32358 [ 26500] By: nicholas                              on 2005/12/27  12:02:57
32359         Log: Refactor the require failure message generation to use 1 less temporary
32360              SV, and to build as much text as possible with newSVpvf
32361      Branch: perl
32362            ! pp_ctl.c
32363 ____________________________________________________________________________
32364 [ 26499] By: nicholas                              on 2005/12/27  00:29:33
32365         Log: Removing MAKE_JOBS_FIFO from %ENV causes FreeBSD make to forget about
32366              any -j flags. (And their implied disabling of backwards compatibility,
32367              which is the real cause of the make disttest failure).
32368      Branch: perl
32369            ! lib/ExtUtils/t/basic.t
32370 ____________________________________________________________________________
32371 [ 26498] By: nicholas                              on 2005/12/26  23:52:44
32372         Log: tabs, not spaces, in MANIFEST. No, I can't remember why this is.
32373              Or whether it could be relaxed.
32374      Branch: perl
32375            ! MANIFEST
32376 ____________________________________________________________________________
32377 [ 26497] By: nicholas                              on 2005/12/26  23:50:14
32378         Log: Remove the hard wired test numbers in the generated test script for
32379              simple tests. Use this script twice, firstly for testing the old style
32380              autoloaded constants, then for testing the ProxySubs.
32381              Make testing the dogfood/regeneration code optional, as the ProxySubs
32382              output doesn't contain it.
32383      Branch: perl
32384            ! lib/ExtUtils/t/Constant.t
32385 ____________________________________________________________________________
32386 [ 26496] By: nicholas                              on 2005/12/26  23:48:00
32387         Log: Support type UNDEF, and correct a bug in the macro generation by using
32388              macro_from_item.
32389      Branch: perl
32390            ! lib/ExtUtils/Constant/ProxySubs.pm
32391 ____________________________________________________________________________
32392 [ 26495] By: nicholas                              on 2005/12/26  23:47:01
32393         Log: Add method macro_from_item to encapsulate the entire logic for getting
32394              the correct macro direct from the item hash.
32395      Branch: perl
32396            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
32397 ____________________________________________________________________________
32398 [ 26494] By: nicholas                              on 2005/12/26  23:10:53
32399         Log: Don't try to store PL_sv_undef in pads. (For now)
32400      Branch: perl
32401            ! op.c
32402 ____________________________________________________________________________
32403 [ 26493] By: stevep                                on 2005/12/26  22:01:49
32404         Log: Upgrade to CPAN-1.80_56
32405      Branch: perl
32406            + lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm
32407            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/SIGNATURE
32408            ! lib/CPAN/bin/cpan
32409 ____________________________________________________________________________
32410 [ 26492] By: stevep                                on 2005/12/26  17:29:13
32411         Log: In this, the last tale of the NGROUPS saga, a former pumpking prods
32412              a mere committer to remove the last of the NGROUPS-sized arrays...
32413              
32414              Perl_magic_set() was using the last of these arrays to do the 
32415              lvalue work on $).  Instead of an array, a pointer is used and 
32416              re-sized as needed.  
32417      Branch: perl
32418            ! mg.c
32419 ____________________________________________________________________________
32420 [ 26491] By: nicholas                              on 2005/12/26  17:01:35
32421         Log: Add a couple of newlines for tidier regen output, consistent with the
32422              code generated by WriteConstants()
32423      Branch: perl
32424            ! lib/ExtUtils/Constant/XS.pm
32425 ____________________________________________________________________________
32426 [ 26490] By: nicholas                              on 2005/12/26  16:13:57
32427         Log: Add C_FH and XS_FH arguments to ExtUtils::Constant::WriteConstants,
32428              to allow the caller to pass in file handles. Use this in Contant.t
32429              with tied file handles to capture the output, rather than calling
32430              the lower level routines directly.
32431      Branch: perl
32432            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
32433 ____________________________________________________________________________
32434 [ 26489] By: stevep                                on 2005/12/26  16:08:49
32435         Log: Subject: chg 26486 removes last use of NGROUPS, so remove the macro-def
32436              From: Jim Cromie <jim.cromie@gmail.com>
32437              Date: Mon, 26 Dec 2005 07:57:51 -0700
32438              Message-ID: <43B004EF.8060500@gmail.com>
32439      Branch: perl
32440            ! doio.c
32441 ____________________________________________________________________________
32442 [ 26488] By: nicholas                              on 2005/12/26  12:48:10
32443         Log: The values for proxy constant subroutines need to be read only.
32444      Branch: perl
32445            ! lib/ExtUtils/Constant/ProxySubs.pm
32446 ____________________________________________________________________________
32447 [ 26487] By: nicholas                              on 2005/12/26  12:31:01
32448         Log: Rework constant.pm to take advantage of the space savings of proxy
32449              constant subroutines whenever it can.
32450      Branch: perl
32451            ! lib/constant.pm
32452 ____________________________________________________________________________
32453 [ 26486] By: stevep                                on 2005/12/26  03:51:24
32454         Log: Obviously, Perl_ingroup() is also using 256k of stack memory on Linux.
32455              Adapt change #26480 to reduce memory usage here as well.
32456      Branch: perl
32457            ! doio.c
32458 ____________________________________________________________________________
32459 [ 26485] By: nicholas                              on 2005/12/24  16:27:28
32460         Log: The value from caller doesn't change, so my $pkg = caller;
32461              should be moved out of the loop.
32462      Branch: perl
32463            ! lib/constant.pm
32464 ____________________________________________________________________________
32465 [ 26484] By: nicholas                              on 2005/12/24  16:06:10
32466         Log: Tests for creating constants where prototypes or other symbols of the
32467              same name already exist.
32468      Branch: perl
32469            ! lib/constant.t
32470 ____________________________________________________________________________
32471 [ 26483] By: nicholas                              on 2005/12/24  15:09:28
32472         Log: Using a hash reference rather than a hash can save a hash copy.
32473      Branch: perl
32474            ! lib/constant.pm
32475 ____________________________________________________________________________
32476 [ 26482] By: nicholas                              on 2005/12/24  14:48:42
32477         Log: Unless the peephole optimiser already knows that we're in void context,
32478              avoid even attempting the whole proxy constant sub copying
32479              optimisation.
32480      Branch: perl
32481            ! op.c
32482 ____________________________________________________________________________
32483 [ 26481] By: nicholas                              on 2005/12/24  14:09:56
32484         Log: Given that IO::Socket is documented as exporting all of Socket's
32485              exports, there's no need for IO::Socket::INET or IO::Socket::UNIX to
32486              use both. (And re-exporting removes some of the efficiency of the new
32487              constants implementation)
32488      Branch: perl
32489            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
32490 ____________________________________________________________________________
32491 [ 26480] By: stevep                                on 2005/12/24  03:30:02
32492         Log: Subject: Re: [perl #37907] Perl_magic_get reqires ridiculous amounts of stackmemory
32493              From: Jim Cromie <jim.cromie@gmail.com>
32494              Date: Fri, 23 Dec 2005 13:24:29 -0700
32495              Message-ID: <43AC5CFD.3060200@gmail.com>
32496              
32497              Includes a change in variable names from "j" to "num_groups".
32498      Branch: perl
32499            ! mg.c
32500 ____________________________________________________________________________
32501 [ 26479] By: nicholas                              on 2005/12/24  00:01:50
32502         Log: Looks like the macro CLK_TCK is not actually a constant on Solaris.
32503      Branch: perl
32504            ! ext/POSIX/Makefile.PL
32505 ____________________________________________________________________________
32506 [ 26478] By: nicholas                              on 2005/12/23  17:30:19
32507         Log: For PERL_TRACK_MEMPOOL with PERL_POISON, Poison the end of any block
32508              being shrunk in realloc()
32509      Branch: perl
32510            ! util.c
32511 ____________________________________________________________________________
32512 [ 26477] By: nicholas                              on 2005/12/23  17:24:44
32513         Log: For the rare case of EMFILE during require, save object code space
32514              by using newSVpvf
32515              (Would it be worth using it for all require failures?)
32516      Branch: perl
32517            ! pp_ctl.c
32518 ____________________________________________________________________________
32519 [ 26476] By: nicholas                              on 2005/12/23  16:55:35
32520         Log: If PERL_TRACK_MEMPOOL and PERL_POISON are in use, then scribble all
32521              over memory to invalidate it just before free()ing it.
32522      Branch: perl
32523            ! perl.h util.c
32524 ____________________________________________________________________________
32525 [ 26475] By: nicholas                              on 2005/12/23  16:20:53
32526         Log: Provide support for types PVN and UNDEF in
32527              ExtUtils::Constant::ProxySubs
32528      Branch: perl
32529            ! lib/ExtUtils/Constant/ProxySubs.pm
32530 ____________________________________________________________________________
32531 [ 26474] By: nicholas                              on 2005/12/23  15:27:10
32532         Log: Create a struct to use as the header with PERL_TRACK_MEMPOOL, so that
32533              other information can be stored in it.
32534      Branch: perl
32535            ! perl.h util.c
32536 ____________________________________________________________________________
32537 [ 26473] By: nicholas                              on 2005/12/23  13:54:37
32538         Log: ExtUtils::ParseXS needs to stack $filepathname to make #line directives
32539              in #INCLUDEs work.
32540      Branch: perl
32541            ! lib/ExtUtils/ParseXS.pm
32542 ____________________________________________________________________________
32543 [ 26472] By: nicholas                              on 2005/12/23  12:21:19
32544         Log: Add support for PV to ExtUtils::Constant::ProxySubs, and enable its
32545              use in Sys::Syslog
32546      Branch: perl
32547            ! ext/Sys/Syslog/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
32548 ____________________________________________________________________________
32549 [ 26471] By: nicholas                              on 2005/12/23  12:01:29
32550         Log: inlining autoloaded constants is TODOne.
32551      Branch: perl
32552            ! pod/perltodo.pod
32553 ____________________________________________________________________________
32554 [ 26470] By: nicholas                              on 2005/12/23  11:36:43
32555         Log: Now that proxy subroutines can be unproxied in 2 places without
32556              becoming the same newCONSTSUB, need an explicit check to avoid a
32557              warning about subroutines being redefined, as there has never been
32558              a warning when you assing the same subroutine to a glob's GvCV()
32559      Branch: perl
32560            ! sv.c t/op/gv.t
32561 ____________________________________________________________________________
32562 [ 26469] By: nicholas                              on 2005/12/23  11:35:21
32563         Log: like and unlike weren't reporting failure where correctly in test.pl
32564      Branch: perl
32565            ! t/test.pl
32566 ____________________________________________________________________________
32567 [ 26468] By: rgs                                   on 2005/12/23  11:06:34
32568         Log: Fix build of Compress::Zlib on MVS (by Paul Marquess)
32569      Branch: perl
32570            ! ext/Compress/Zlib/zlib-src/zconf.h
32571 ____________________________________________________________________________
32572 [ 26467] By: rgs                                   on 2005/12/23  10:13:30
32573         Log: Clarify example of .. in perlop
32574              to fix [perl #38008] Documentation bug: perlop
32575              plus some minor formatting nits
32576      Branch: perl
32577            ! pod/perlop.pod
32578 ____________________________________________________________________________
32579 [ 26466] By: rgs                                   on 2005/12/23  09:21:09
32580         Log: Subject: [REPATCH lib/UNIVERSAL.pm] Recommend Against Using Methods as Functions
32581              From: chromatic <chromatic@wgz.org>
32582              Date: Dec 22, 2005 8:58 PM
32583              Message-Id: <200512221158.54474.chromatic@wgz.org>
32584      Branch: perl
32585            ! lib/UNIVERSAL.pm
32586 ____________________________________________________________________________
32587 [ 26465] By: nicholas                              on 2005/12/23  01:38:01
32588         Log: Need to be more careful with the symbol table manipulation - if there
32589              is already an entry in place, back off and generate a real constant
32590              subroutine. (fixes lib/Net/hostent.t failure)
32591              Fix a bug with how hv_store was being called.
32592      Branch: perl
32593            ! lib/ExtUtils/Constant/ProxySubs.pm
32594 ____________________________________________________________________________
32595 [ 26464] By: nicholas                              on 2005/12/23  01:09:05
32596         Log: SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VAL
32597              aren't constants on (at least some) Linux.
32598              And more evil than that, HUGE_VAL likes to use the C preprocessor
32599              in its value, necessitating use of a temporary.
32600      Branch: perl
32601            ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
32602 ____________________________________________________________________________
32603 [ 26463] By: nicholas                              on 2005/12/23  00:37:04
32604         Log: Use inlineable proxy constant subs for Socket
32605      Branch: perl
32606            ! ext/Socket/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
32607 ____________________________________________________________________________
32608 [ 26462] By: stevep                                on 2005/12/23  00:28:54
32609         Log: ctime_r() and asctime_r() seem to have some problems before HP-UX 11.
32610      Branch: perl
32611            ! hints/hpux.sh
32612 ____________________________________________________________________________
32613 [ 26461] By: nicholas                              on 2005/12/23  00:27:50
32614         Log: Subject: [PATCH] Speed up Perl_sv_derived_from
32615              From: Andy Lester <andy@petdance.com>
32616              Message-ID: <20051222220044.GH4370@petdance.com>
32617              Date: Thu, 22 Dec 2005 16:00:44 -0600
32618      Branch: perl
32619            ! universal.c
32620 ____________________________________________________________________________
32621 [ 26460] By: nicholas                              on 2005/12/23  00:18:49
32622         Log: Create a sub LC_ALL with the correct prototype.
32623      Branch: perl
32624            ! lib/locale.t
32625 ____________________________________________________________________________
32626 [ 26459] By: nicholas                              on 2005/12/23  00:18:27
32627         Log: De-duplicate the items in @EXPORT. (@EXPORT is built from all the tags,
32628              and some constants are mentioned in multiple tags).
32629              Should this logic be in Exporter::Heavy?
32630      Branch: perl
32631            ! ext/POSIX/POSIX.pm
32632 ____________________________________________________________________________
32633 [ 26458] By: stevep                                on 2005/12/23  00:10:25
32634         Log: Make hostname.t deal with undefined or blank hostnames and domain 
32635              names.
32636      Branch: perl
32637            ! lib/Net/t/hostname.t
32638 ____________________________________________________________________________
32639 [ 26457] By: stevep                                on 2005/12/23  00:06:58
32640         Log: Fix for pod2man() in ExtUtils::Command::MM to work with 
32641              the Pod::Man 2.04.
32642      Branch: perl
32643            ! lib/ExtUtils/Command/MM.pm
32644 ____________________________________________________________________________
32645 [ 26456] By: nicholas                              on 2005/12/23  00:06:52
32646         Log: Subject: [PATCH] Speedup (rn|n)?instr
32647              From: Andy Lester <andy@petdance.com>
32648              Message-ID: <20051222223839.GI4370@petdance.com>
32649              Date: Thu, 22 Dec 2005 16:38:39 -0600
32650      Branch: perl
32651            ! util.c
32652 ____________________________________________________________________________
32653 [ 26455] By: nicholas                              on 2005/12/22  23:57:27
32654         Log: Use inlineable proxy constant subs for POSIX.
32655              There may be trouble ahead, as it seems that not all POSIX "constants"
32656              are. I wonder if too many systems are going to have too many
32657              variations to make this viable.
32658      Branch: perl
32659            ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/Base.pm
32660            ! lib/ExtUtils/Constant/ProxySubs.pm
32661 ____________________________________________________________________________
32662 [ 26454] By: nicholas                              on 2005/12/22  23:43:22
32663         Log: Missing ; in Tie::File
32664      Branch: perl
32665            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
32666 ____________________________________________________________________________
32667 [ 26453] By: nicholas                              on 2005/12/22  21:02:19
32668         Log: Make ExtUtils::Constant generate the inlineable proxy constant subs.
32669              So far just enough to make Fcntl work.
32670      Branch: perl
32671            + lib/ExtUtils/Constant/ProxySubs.pm
32672            ! MANIFEST ext/Fcntl/Makefile.PL lib/ExtUtils/Constant.pm
32673 ____________________________________________________________________________
32674 [ 26452] By: rgs                                   on 2005/12/22  19:37:42
32675         Log: Compilation help for EBCDIC platforms, from Jarkko,
32676              tested by Rajarshi Das
32677      Branch: perl
32678            ! utf8.h
32679 ____________________________________________________________________________
32680 [ 26451] By: nicholas                              on 2005/12/22  19:00:52
32681         Log: Break out the code to generate #ifdef/#endif into new methods
32682              macro_to_ifdef and macro_to_endif
32683              Add an args hashref to normalise_items; provide a
32684              disable_utf8_duplication argument to disable the utf8 duplication code.
32685      Branch: perl
32686            ! lib/ExtUtils/Constant/Base.pm
32687 ____________________________________________________________________________
32688 [ 26450] By: rgs                                   on 2005/12/22  17:09:59
32689         Log: Subject: [PATCH] Ho! Ho! Ho!  Santa brings consting!
32690              From: Andy Lester <andy@petdance.com>
32691              Date: Thu, 22 Dec 2005 10:57:17 -0600
32692              Message-ID: <20051222165717.GA2874@petdance.com>
32693      Branch: perl
32694            ! dump.c embed.fnc embed.h gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c
32695            ! pp_sys.c proto.h regcomp.c sv.c toke.c universal.c
32696 ____________________________________________________________________________
32697 [ 26449] By: nicholas                              on 2005/12/22  17:01:33
32698         Log: Break out the item normalisation code into a method normalise_items.
32699      Branch: perl
32700            ! lib/ExtUtils/Constant/Base.pm
32701 ____________________________________________________________________________
32702 [ 26448] By: nicholas                              on 2005/12/22  15:43:20
32703         Log: Regression tests for proxy subroutine glob assignment.
32704              Fix a bug (it turns out that a typeglob isn't SvOK())
32705              Remove stray debugging code.
32706      Branch: perl
32707            ! pp_hot.c t/op/gv.t
32708 ____________________________________________________________________________
32709 [ 26447] By: rgs                                   on 2005/12/22  14:55:52
32710         Log: Subject: [PATCH] eliminate HINT_HH_FOR_EVAL
32711              From: Robin Houston <robin@cpan.org>
32712              Date: Thu, 22 Dec 2005 11:54:55 +0000
32713              Message-ID: <20051222115455.GB30301@rpc142.cs.man.ac.uk>
32714      Branch: perl
32715            ! lib/feature.pm lib/overload.pm lib/sort.pm op.c perl.h
32716            ! t/comp/hints.t
32717 ____________________________________________________________________________
32718 [ 26446] By: nicholas                              on 2005/12/22  11:23:34
32719         Log: Add an optimisation to allow proxy constant subroutines to be copied
32720              as proxy constant subroutines in a new symbol table where possible.
32721              (Rather than converting them to full blown constant subroutines and
32722              instantiating 2 typeglobs)
32723      Branch: perl
32724            ! ext/B/t/concise-xs.t gv.c gv.h op.c op.h pp.c pp_hot.c sv.c
32725 ____________________________________________________________________________
32726 [ 26445] By: rgs                                   on 2005/12/22  11:13:25
32727         Log: Regenerate Changes
32728      Branch: perl
32729            ! Changes
32730 ____________________________________________________________________________
32731 [ 26444] By: gisle                                 on 2005/12/22  10:42:36
32732         Log: Remove unused variable 'stash' since change 26437.
32733      Branch: perl
32734            ! pp_hot.c
32735 ____________________________________________________________________________
32736 [ 26443] By: rgs                                   on 2005/12/22  10:32:17
32737         Log: Regenerate perlapi.pod.
32738              Fix indentation of code examples in perlsyn.
32739      Branch: perl
32740            ! pod/perlapi.pod pod/perlsyn.pod
32741 ____________________________________________________________________________
32742 [ 26442] By: rgs                                   on 2005/12/22  10:10:04
32743         Log: Subject: [PATCH] switch / ~~ doccos
32744              From: Robin Houston <robin@cpan.org>
32745              Date: Wed, 21 Dec 2005 13:51:18 +0000
32746              Message-ID: <20051221135118.GC26527@rpc142.cs.man.ac.uk>
32747      Branch: perl
32748            ! pod/perlsyn.pod
32749 ____________________________________________________________________________
32750 [ 26441] By: merijn                                on 2005/12/22  07:02:37
32751         Log: Subject: [PATCH] wrong setting in canned win32/config.vc64 file
32752              From: "Jan Dubois" <jand@ActiveState.com>
32753              Date: Wed, 21 Dec 2005 15:04:30 -0800
32754              Message-ID: <06c701c60682$e650adc0$d563a8c0@candy>
32755      Branch: perl
32756            ! win32/config.vc64
32757 ____________________________________________________________________________
32758 [ 26440] By: stevep                                on 2005/12/22  03:08:59
32759         Log: Add documentation for method domainname() in Net::Domain.  Add some
32760              additional tests for Net::Domain.  Also, since it is tested, remove 
32761              test case from lib/1_compile.t.  One step closer to $500.
32762      Branch: perl
32763            ! lib/Net/Domain.pm lib/Net/t/hostname.t t/lib/1_compile.t
32764 ____________________________________________________________________________
32765 [ 26439] By: nicholas                              on 2005/12/21  22:40:04
32766         Log: Avoid negating an unsigned value. (The offset in the SV body table)
32767      Branch: perl
32768            ! sv.c
32769 ____________________________________________________________________________
32770 [ 26438] By: nicholas                              on 2005/12/21  21:20:23
32771         Log: For consistency sv_2cv should not leave the stash pointer uninitialised
32772              for some cases. Although it seems that only pp_sort pays any attention
32773              to it, of all the code on CPAN.
32774      Branch: perl
32775            ! sv.c
32776 ____________________________________________________________________________
32777 [ 26437] By: nicholas                              on 2005/12/21  20:38:42
32778         Log: Localise the stash variable in pp_entersub().
32779      Branch: perl
32780            ! pp_hot.c
32781 ____________________________________________________________________________
32782 [ 26436] By: nicholas                              on 2005/12/21  19:37:48
32783         Log: Undo my goto spaghetti from change 18340 - what we really need are
32784              hints to compilers about likey/unlikely branches.
32785      Branch: perl
32786            ! pp_hot.c
32787 ____________________________________________________________________________
32788 [ 26435] By: stevep                                on 2005/12/21  19:04:37
32789         Log: Add tests for untested math functions in POSIX
32790      Branch: perl
32791            + ext/POSIX/t/math.t
32792            ! MANIFEST
32793 ____________________________________________________________________________
32794 [ 26434] By: nicholas                              on 2005/12/21  18:34:03
32795         Log: The lref argument of sv_2cv is actually passed onwards to gv_fetchsv,
32796              so it is a bitmap of flag bits rather than simple TRUE/FALSE.
32797      Branch: perl
32798            ! mg.c pp.c pp_hot.c sv.c
32799 ____________________________________________________________________________
32800 [ 26433] By: rgs                                   on 2005/12/21  17:07:05
32801         Log: Remove switch from perltodo
32802      Branch: perl
32803            ! pod/perltodo.pod
32804 ____________________________________________________________________________
32805 [ 26432] By: rgs                                   on 2005/12/21  16:16:19
32806         Log: Subject: [PATCH] Feature bundle is now :5.10, and add -E switch
32807              From: Robin Houston <robin@cpan.org>
32808              Date: Wed, 21 Dec 2005 11:00:08 +0000
32809              Message-ID: <20051221110008.GB25877@rpc142.cs.man.ac.uk>
32810      Branch: perl
32811            + t/lib/feature/err
32812            ! MANIFEST embedvar.h global.sym intrpvar.h lib/feature.pm
32813            ! perl.c perl_keyword.pl perlapi.h pod/perlop.pod
32814            ! pod/perlrun.pod sv.c t/lib/feature/nonesuch t/lib/warnings/op
32815            ! t/op/dor.t t/run/switches.t toke.c
32816 ____________________________________________________________________________
32817 [ 26431] By: rgs                                   on 2005/12/21  11:12:32
32818         Log: Fix for [perl #37999] lc() + Latin-1 chars is failing erratically
32819              based on copying part of change #22196 from do_chomp() to do_chop().
32820      Branch: perl
32821            ! doop.c
32822 ____________________________________________________________________________
32823 [ 26430] By: rgs                                   on 2005/12/21  09:23:05
32824         Log: Subject: [PATCH] Fix bug in change #26379
32825              From: "Jan Dubois" <jand@ActiveState.com>
32826              Date: Tue, 20 Dec 2005 16:42:24 -0800
32827              Message-ID: <046001c605c7$69470290$d563a8c0@candy>
32828      Branch: perl
32829            ! win32/win32.c
32830 ____________________________________________________________________________
32831 [ 26429] By: nicholas                              on 2005/12/20  23:12:17
32832         Log: rv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL, so update the
32833              descriptive comment to include them.
32834      Branch: perl
32835            ! op.h
32836 ____________________________________________________________________________
32837 [ 26428] By: rgs                                   on 2005/12/20  20:50:26
32838         Log: Remove some hardcoded references to ./perl in tests
32839      Branch: perl
32840            ! t/op/closure.t t/op/magic.t t/run/runenv.t
32841 ____________________________________________________________________________
32842 [ 26427] By: nicholas                              on 2005/12/20  20:13:12
32843         Log: Take care in toke.c not to convert constant subroutine reference
32844              proxies into full blown PVGVs with PVCVs, and recognise them and inline
32845              their values. Adds a new function gv_const_sv(gv) to return the value
32846              of the constant subroutine from a GV, and adds a cv parameter to
32847              S_intuit_method.
32848      Branch: perl
32849            ! embed.fnc embed.h gv.c proto.h toke.c
32850 ____________________________________________________________________________
32851 [ 26426] By: merijn                                on 2005/12/20  19:56:58
32852         Log: Small update on using threads on HP-UX 10.20
32853              64bit is far beyond experimental by now
32854      Branch: perl
32855            ! README.hpux
32856 ____________________________________________________________________________
32857 [ 26425] By: nicholas                              on 2005/12/20  19:55:46
32858         Log: Add a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that disables
32859              addition of new typeglobs, and also disables initialisation of any
32860              typeglob placeholders. Needed to make the new constant subroutine
32861              proxy references work efficiently.
32862      Branch: perl
32863            ! gv.c gv.h
32864 ____________________________________________________________________________
32865 [ 26424] By: rgs                                   on 2005/12/20  19:37:26
32866         Log: Fix typos in regular expressions
32867      Branch: perl
32868            ! ext/POSIX/t/time.t
32869 ____________________________________________________________________________
32870 [ 26423] By: nicholas                              on 2005/12/20  16:34:27
32871         Log: Get the "cv" from the "gv" once, and be more careful so that we can
32872              cope if either aren't their regular types.
32873              cv_const_sv should verify the type of SV passed, instead of assuming
32874              that it's a viable CV.
32875      Branch: perl
32876            ! op.c toke.c
32877 ____________________________________________________________________________
32878 [ 26422] By: nicholas                              on 2005/12/20  15:11:09
32879         Log: Croak if gv_init doesn't know how to create a typeglob from that type
32880              of referant. Test that ARRAY, HASH, PVIO, CODE and FORMAT croak.
32881              Globs are actually first class assignable objects, so test that you
32882              can create a constant subroutine that returns one.
32883      Branch: perl
32884            ! gv.c pod/perldiag.pod t/op/gv.t
32885 ____________________________________________________________________________
32886 [ 26421] By: rgs                                   on 2005/12/20  14:54:10
32887         Log: POD nits on B::Lint
32888      Branch: perl
32889            ! ext/B/B/Lint.pm
32890 ____________________________________________________________________________
32891 [ 26420] By: rgs                                   on 2005/12/20  14:48:34
32892         Log: Subject: Re: Pluggable lint patch
32893              From: Joshua ben Jore <twists@gmail.com>
32894              Date: Mon, 19 Dec 2005 09:22:04 -0600
32895              Message-ID: <dc5c751d0512190722s1e73ef88l5ae82bd7aa075c51@mail.gmail.com>
32896      Branch: perl
32897            ! ext/B/B/Lint.pm ext/B/t/lint.t
32898 ____________________________________________________________________________
32899 [ 26419] By: gisle                                 on 2005/12/20  14:39:22
32900         Log: Make perlivp skip the *.ph tests by default, since these
32901              files are normally not generated.
32902              The -a option is now needed for it to run all tests.
32903      Branch: perl
32904            ! utils/perlivp.PL
32905 ____________________________________________________________________________
32906 [ 26418] By: rgs                                   on 2005/12/20  14:24:06
32907         Log: Subject: [TEST PATCH] %^H can now propagate into eval
32908              From: Robin Houston <robin@cpan.org>
32909              Date: Tue, 20 Dec 2005 12:06:15 +0000
32910              Message-ID: <20051220120615.GA21794@rpc142.cs.man.ac.uk>
32911      Branch: perl
32912            ! t/comp/hints.t
32913 ____________________________________________________________________________
32914 [ 26417] By: nicholas                              on 2005/12/20  14:10:39
32915         Log: Verify that the code for initialising typeglobs from other types works.
32916      Branch: perl
32917            ! t/op/gv.t
32918 ____________________________________________________________________________
32919 [ 26416] By: rgs                                   on 2005/12/20  13:55:19
32920         Log: Use PTR2IV instead of casting directly
32921      Branch: perl
32922            ! pp_ctl.c
32923 ____________________________________________________________________________
32924 [ 26415] By: nicholas                              on 2005/12/20  13:39:01
32925         Log: gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather
32926              than a simple boolean, so passing FALSE or TRUE is bogus.
32927      Branch: perl
32928            ! doio.c gv.c mg.c op.c pp.c pp_hot.c pp_sys.c regcomp.c sv.c
32929            ! toke.c universal.c
32930 ____________________________________________________________________________
32931 [ 26414] By: nicholas                              on 2005/12/20  12:51:21
32932         Log: In Perl_yylex, move the declaration of orig_keyword, gv and gvp down to
32933              the block labelled keylookup.
32934      Branch: perl
32935            ! toke.c
32936 ____________________________________________________________________________
32937 [ 26413] By: rgs                                   on 2005/12/20  10:25:01
32938         Log: Subject: [PATCH] make failing cygwin test TODO'd
32939              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
32940              Date: Mon, 19 Dec 2005 03:41:12 -0800
32941              Message-ID: <20051219114112.GA5568@efn.org>
32942      Branch: perl
32943            ! lib/File/Compare.t
32944 ____________________________________________________________________________
32945 [ 26412] By: nicholas                              on 2005/12/19  23:47:26
32946         Log: In Perl_yylex, make tmp a temporary variable local to the blocks in
32947              which it is used.
32948      Branch: perl
32949            ! toke.c
32950 ____________________________________________________________________________
32951 [ 26411] By: nicholas                              on 2005/12/19  22:38:54
32952         Log: Assert that orig_keyword, gv and gvp aren't used before the main
32953              keyword parser of Perl_yylex.
32954      Branch: perl
32955            ! toke.c
32956 ____________________________________________________________________________
32957 [ 26410] By: davem                                 on 2005/12/19  22:07:49
32958         Log: //g loops infinitely on tainted data
32959              make the LHS of expr =~ /foo/g an lvalue, so that any pos magic
32960              attached to it stays attached.
32961      Branch: perl
32962            ! op.c t/op/taint.t
32963 ____________________________________________________________________________
32964 [ 26409] By: nicholas                              on 2005/12/19  20:57:40
32965         Log: Make gv_init recognise a reference-to-something in a symbol table as
32966              meaning a constant subroutine with that thing as it value
32967      Branch: perl
32968            ! gv.c
32969 ____________________________________________________________________________
32970 [ 26408] By: rgs                                   on 2005/12/19  19:27:09
32971         Log: Fix internal broken link ; reindent code examples
32972      Branch: perl
32973            ! pod/perlsyn.pod
32974 ____________________________________________________________________________
32975 [ 26407] By: rgs                                   on 2005/12/19  19:21:47
32976         Log: Fix typo.
32977              Add empty lines after =items.
32978      Branch: perl
32979            ! pod/perldiag.pod
32980 ____________________________________________________________________________
32981 [ 26406] By: rgs                                   on 2005/12/19  19:18:48
32982         Log: A note on say() and ORS grabbed from Damian's Perl6::Say.
32983      Branch: perl
32984            ! pod/perlfunc.pod
32985 ____________________________________________________________________________
32986 [ 26405] By: rgs                                   on 2005/12/19  18:43:04
32987         Log: Attempt at making IO::Handle backwards compatible again
32988      Branch: perl
32989            ! ext/IO/lib/IO/Handle.pm
32990 ____________________________________________________________________________
32991 [ 26404] By: nicholas                              on 2005/12/19  18:28:03
32992         Log: Make sv_dump (and therefore Devel::Peek) report the value of the
32993              constant in inlineable constant subroutines.
32994      Branch: perl
32995            ! dump.c ext/Devel/Peek/t/Peek.t
32996 ____________________________________________________________________________
32997 [ 26403] By: rgs                                   on 2005/12/19  18:20:48
32998         Log: sort.pm deserves a new version number
32999      Branch: perl
33000            ! lib/sort.pm
33001 ____________________________________________________________________________
33002 [ 26402] By: rgs                                   on 2005/12/19  18:17:19
33003         Log: Subject: Re: [PATCH] Make the 'sort' pragma lexically scoped
33004              From: Robin Houston <robin@cpan.org>
33005              Date: Dec 19, 2005 6:46 PM
33006              Message-ID: <20051219174620.GA17940@rpc142.cs.man.ac.uk>
33007      Branch: perl
33008            ! embed.fnc embed.h ext/B/B/Concise.pm ext/B/t/concise-xs.t
33009            ! ext/B/t/f_sort.t global.sym lib/feature.pm lib/sort.pm
33010            ! lib/sort.t op.c op.h pod/perlapi.pod pp_sort.c proto.h toke.c
33011 ____________________________________________________________________________
33012 [ 26401] By: rgs                                   on 2005/12/19  16:39:44
33013         Log: Missing file from last change
33014      Branch: perl
33015            + t/lib/common.pl
33016 ____________________________________________________________________________
33017 [ 26400] By: rgs                                   on 2005/12/19  16:26:15
33018         Log: Subject: [PATCH] latest switch/say/~~
33019              From: Robin Houston <robin@cpan.org>
33020              Date: Sat, 17 Dec 2005 20:44:31 +0000
33021              Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk>
33022      Branch: perl
33023            + lib/feature.pm lib/feature.t t/io/say.t t/lib/feature/nonesuch
33024            + t/lib/feature/say t/lib/feature/smartmatch
33025            + t/lib/feature/switch t/op/smartmatch.t t/op/switch.t
33026            ! MANIFEST cop.h embed.fnc embed.h ext/B/B/Deparse.pm
33027            ! ext/B/t/concise-xs.t ext/B/t/f_map.t ext/B/t/optree_samples.t
33028            ! ext/IO/lib/IO/Handle.pm ext/Opcode/Opcode.pm global.sym
33029            ! keywords.h keywords.pl lib/overload.pm lib/warnings.t op.c
33030            ! op.h opcode.h opcode.pl opnames.h perl.h perl_keyword.pl
33031            ! perly.act perly.h perly.tab perly.y pod/perldiag.pod
33032            ! pod/perlfunc.pod pod/perlop.pod pod/perlsyn.pod pp.sym
33033            ! pp_ctl.c pp_proto.h proto.h t/op/cproto.t toke.c
33034 ____________________________________________________________________________
33035 [ 26399] By: rgs                                   on 2005/12/19  09:52:42
33036         Log: Un-TODO a fixed test
33037              
33038              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
33039              From: demerphq <demerphq@gmail.com>
33040              Date: Sat, 17 Dec 2005 17:23:23 +0100
33041              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
33042      Branch: perl
33043            ! t/op/pat.t
33044 ____________________________________________________________________________
33045 [ 26398] By: rgs                                   on 2005/12/19  09:52:03
33046         Log: TODO-SKIP tests must be "not ok", or else the test harness will think
33047              it's an unexpected success
33048              
33049              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
33050              From: demerphq <demerphq@gmail.com>
33051              Date: Sat, 17 Dec 2005 17:23:23 +0100
33052              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
33053      Branch: perl
33054            ! t/test.pl
33055 ____________________________________________________________________________
33056 [ 26397] By: rgs                                   on 2005/12/18  10:23:55
33057         Log: Subject: [PATCH] Make script embedded in patchlevel.h work on win32.
33058              From: demerphq <demerphq@gmail.com> Mailed-By: perl.org
33059              Date: Dec 17, 2005 7:52 PM
33060              Message-ID: <9b18b3110512171052h2052d598rdf038f1d38560317@mail.gmail.com>
33061      Branch: perl
33062            ! patchlevel.h
33063 ____________________________________________________________________________
33064 [ 26396] By: craigb                                on 2005/12/18  00:16:42
33065         Log: Two test workarounds for VMS
33066      Branch: perl
33067            ! lib/File/Copy.t t/op/goto.t
33068 ____________________________________________________________________________
33069 [ 26395] By: nicholas                              on 2005/12/17  23:22:31
33070         Log: Add some paranoia to check that GP accesses aren't being done on the
33071              wrong types of SV.
33072      Branch: perl
33073            ! gv.h
33074 ____________________________________________________________________________
33075 [ 26394] By: stevep                                on 2005/12/17  19:21:35
33076         Log: Upgrade to Time-HiRes-1.86
33077      Branch: perl
33078            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
33079            ! ext/Time/HiRes/t/HiRes.t
33080 ____________________________________________________________________________
33081 [ 26393] By: nicholas                              on 2005/12/17  18:50:08
33082         Log: Two it's => its grammar fixes.
33083      Branch: perl
33084            ! op.c perl.h
33085 ____________________________________________________________________________
33086 [ 26392] By: nicholas                              on 2005/12/17  18:25:59
33087         Log: Move and const some definitions of variables used to save errno.
33088      Branch: perl
33089            ! doio.c perlio.c
33090 ____________________________________________________________________________
33091 [ 26391] By: nicholas                              on 2005/12/17  17:46:06
33092         Log: Add t/op/negate.t to MANIFEST.
33093      Branch: perl
33094            ! MANIFEST
33095 ____________________________________________________________________________
33096 [ 26390] By: nicholas                              on 2005/12/17  17:40:44
33097         Log: Pull the definition of olderrno in sv_2pv_flags into the block where
33098              it's used.
33099      Branch: perl
33100            ! sv.c
33101 ____________________________________________________________________________
33102 [ 26389] By: stevep                                on 2005/12/17  15:47:39
33103         Log: Subject: [PATCH] Correct typo in Time::HiRes tests introduced by patch 26383
33104              From: Dominic Dunlop <shouldbedomo@mac.com>
33105              Date: Sat, 17 Dec 2005 15:57:54 +0100
33106              Message-Id: <B364C747-F2BB-446F-887E-06EA2989888C@mac.com>
33107      Branch: perl
33108            ! ext/Time/HiRes/t/HiRes.t
33109 ____________________________________________________________________________
33110 [ 26388] By: stevep                                on 2005/12/17  15:41:38
33111         Log: Fix a typo and add some clarification to change #26387.
33112      Branch: perl
33113            ! pod/perlop.pod
33114 ____________________________________________________________________________
33115 [ 26387] By: stevep                                on 2005/12/17  15:35:45
33116         Log: Addition documentation explaining aritmetic negation on strings.  Also,
33117              additional test cases based partially on code by Piotr Fusik in 
33118              RT #36675: -'-10' eq '+10'.
33119      Branch: perl
33120            + t/op/negate.t
33121            ! pod/perlop.pod
33122 ____________________________________________________________________________
33123 [ 26386] By: nicholas                              on 2005/12/17  12:00:51
33124         Log: The IV/UV choice can be made inside uiv_2buf rather than sv_2pv_flags.
33125      Branch: perl
33126            ! sv.c
33127 ____________________________________________________________________________
33128 [ 26385] By: nicholas                              on 2005/12/17  11:44:47
33129         Log: The THINKFIRST check after the GMAGICAL check in sv_2iv_flags and
33130              sv_2uv_flags should have been else if.
33131      Branch: perl
33132            ! sv.c
33133 ____________________________________________________________________________
33134 [ 26384] By: stevep                                on 2005/12/17  04:03:05
33135         Log: Fix for ext/POSIX/t/time.t so the strftime() test works on systems
33136              that aren't quite up to SUS3.  Based on a patch by David Dyck in
33137              RT #37960: POSIX/t/time fails bleadperl
33138      Branch: perl
33139            ! ext/POSIX/t/time.t
33140 ____________________________________________________________________________
33141 [ 26383] By: stevep                                on 2005/12/17  01:46:58
33142         Log: Upgrade to Time-HiRes-1.85
33143      Branch: perl
33144            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
33145            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
33146            ! ext/Time/HiRes/fallback/const-c.inc
33147            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
33148 ____________________________________________________________________________
33149 [ 26382] By: nicholas                              on 2005/12/16  22:41:01
33150         Log: Typo fixes from Robin Houston in
33151              <20051216201446.GA24709@rpc142.cs.man.ac.uk>
33152      Branch: perl
33153            ! sv.h
33154 ____________________________________________________________________________
33155 [ 26381] By: nicholas                              on 2005/12/16  21:54:13
33156         Log: s/Nullhv/NULL/g;
33157              # Although I see that Robin is proposing to add some :-)
33158      Branch: perl
33159            ! cop.h ext/Data/Dumper/Dumper.xs ext/DynaLoader/dlutils.c gv.c
33160            ! op.c op.h pad.c perl.c sv.c toke.c universal.c xsutils.c
33161 ____________________________________________________________________________
33162 [ 26380] By: nicholas                              on 2005/12/16  21:30:34
33163         Log: s/Nullav/NULL/g
33164      Branch: perl
33165            ! cop.h ext/Data/Dumper/Dumper.xs gv.c intrpvar.h pad.c perl.c
33166            ! pp.c pp_ctl.c pp_sort.c scope.c sv.c
33167 ____________________________________________________________________________
33168 [ 26379] By: rgs                                   on 2005/12/16  21:13:37
33169         Log: Subject: [PATCH] RE: PeekMessage() call in win32\win32.c win32_async_check
33170              From: Jan Dubois <jand@activestate.com>
33171              Date: Dec 16, 2005 7:12 AM
33172              Message-ID: <015901c60207$abd64210$d563a8c0@candy>
33173              
33174              (Without the proposed alarm.t test)
33175      Branch: perl
33176            ! t/op/fork.t win32/perlhost.h win32/win32.c win32/win32.h
33177 ____________________________________________________________________________
33178 [ 26378] By: nicholas                              on 2005/12/16  18:12:26
33179         Log: Perl_sv_dup should be allocating bodies based on *size*, not the
33180              length to copy.
33181      Branch: perl
33182            ! sv.c
33183 ____________________________________________________________________________
33184 [ 26377] By: nicholas                              on 2005/12/16  15:55:51
33185         Log: comp/require.t exits early for the case of UTF-8 or EBCDIC, so need to
33186              add "new" tests before the end.
33187      Branch: perl
33188            ! t/comp/require.t
33189 ____________________________________________________________________________
33190 [ 26376] By: davem                                 on 2005/12/15  22:03:57
33191         Log: change #26373 broke threaded builds (aTHX_ now superfluous)
33192      Branch: perl
33193            ! pp_ctl.c
33194 ____________________________________________________________________________
33195 [ 26375] By: stevep                                on 2005/12/15  18:16:20
33196         Log: Added test for change #26373.
33197      Branch: perl
33198            ! t/comp/require.t
33199 ____________________________________________________________________________
33200 [ 26374] By: rgs                                   on 2005/12/15  18:00:34
33201         Log: Fix for [perl #37886] strict 'refs' doesn't apply inside defined
33202      Branch: perl
33203            ! pod/perl593delta.pod pp.c t/lib/strict/refs
33204 ____________________________________________________________________________
33205 [ 26373] By: stevep                                on 2005/12/15  17:48:42
33206         Log: Prevent require() from attempting to open directories and block 
33207              devices.  This fixes RT #24404.
33208      Branch: perl
33209            ! embed.fnc embed.h pp_ctl.c proto.h
33210 ____________________________________________________________________________
33211 [ 26372] By: nicholas                              on 2005/12/15  17:26:52
33212         Log: Use PL_op_desc rather than literal strings in pp_ioctl
33213      Branch: perl
33214            ! pp_sys.c
33215 ____________________________________________________________________________
33216 [ 26371] By: nicholas                              on 2005/12/15  17:26:22
33217         Log: Expand the comment describing the intent of change 26370, and how it
33218              relates to change 24660.
33219      Branch: perl
33220            ! toke.c
33221 ____________________________________________________________________________
33222 [ 26370] By: rgs                                   on 2005/12/15  17:12:01
33223         Log: Don't autovivify stashes as soon as the lexer sees them.
33224              This makes defined %foo::bar:: work again.
33225              Add tests for it, remove note in perldelta about having broken it.
33226      Branch: perl
33227            ! pod/perl593delta.pod t/op/stash.t toke.c
33228 ____________________________________________________________________________
33229 [ 26369] By: nicholas                              on 2005/12/15  16:24:21
33230         Log: In Perl_apply, the name of the op can be found from PL_op_name, instead
33231              of using local string constants.
33232      Branch: perl
33233            ! doio.c
33234 ____________________________________________________________________________
33235 [ 26368] By: rgs                                   on 2005/12/15  15:11:15
33236         Log: More general fix for bug [perl #37915]
33237              Make Net::Ping::mselect return undef on error instead of -1.
33238      Branch: perl
33239            ! lib/Net/Ping.pm
33240 ____________________________________________________________________________
33241 [ 26367] By: rgs                                   on 2005/12/15  14:44:51
33242         Log: Subject: [perl #37915] Bad select error handling in Net::Ping 
33243              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
33244              Date: Tue, 13 Dec 2005 10:44:47 -0800
33245              Message-ID: <rt-3.0.11-37915-125655.19.2646201463531@perl.org>
33246      Branch: perl
33247            ! lib/Net/Ping.pm
33248 ____________________________________________________________________________
33249 [ 26366] By: gisle                                 on 2005/12/15  12:34:12
33250         Log: Silence test output to STDERR
33251              because it makes the 'make test' output look ugly.
33252      Branch: perl
33253            ! ext/Sys/Syslog/t/00-load.t
33254 ____________________________________________________________________________
33255 [ 26365] By: gisle                                 on 2005/12/15  10:42:03
33256         Log: Subject: Re: [perl #37897] sprintf of version objects
33257              From: John Peacock <jpeacock@rowman.com>
33258              Date: Wed, 14 Dec 2005 10:12:56 -0500
33259              Message-ID: <43A03678.2060700@rowman.com>
33260              
33261              (with some formatting tweaks and extra test cases)
33262      Branch: perl
33263            ! sv.c t/op/sprintf.t
33264 ____________________________________________________________________________
33265 [ 26364] By: rgs                                   on 2005/12/15  10:04:36
33266         Log: Some cleanups by Jarkko (and one by myself) to check83.pl
33267      Branch: perl
33268            ! Porting/check83.pl
33269 ____________________________________________________________________________
33270 [ 26363] By: craigb                                on 2005/12/15  03:59:21
33271         Log: On VMS, put pods in [.lib.pods] rather than [.lib.pod]
33272              in order to avoid collisions with [.lib.Pod]
33273      Branch: perl
33274            ! configure.com installperl vms/descrip_mms.template
33275 ____________________________________________________________________________
33276 [ 26362] By: stevep                                on 2005/12/15  02:33:11
33277         Log: Reverting change #26360 and #26361 since it appears that the bugs I
33278              thought I fixed had been previously fixed with change #25953.
33279      Branch: perl
33280            ! pp_sort.c
33281 ____________________________________________________________________________
33282 [ 26361] By: stevep                                on 2005/12/15  02:02:25
33283         Log: Again, FREETMPS not SAVETMPS!
33284      Branch: perl
33285            ! pp_sort.c
33286 ____________________________________________________________________________
33287 [ 26360] By: stevep                                on 2005/12/15  02:00:19
33288         Log: Add a missing FREETMPS to match up with a SAVETMPS.  This change
33289              fixes problems with nested sorts.  (RTs #7063 and #36430).
33290      Branch: perl
33291            ! pp_sort.c
33292 ____________________________________________________________________________
33293 [ 26359] By: stevep                                on 2005/12/15  00:36:25
33294         Log: Upgrade to Getopt-Long-2.35
33295      Branch: perl
33296            ! lib/Getopt/Long.pm
33297 ____________________________________________________________________________
33298 [ 26358] By: craigb                                on 2005/12/14  22:03:28
33299         Log: Using the system's utime() requires a patch to vms/vmsish.h
33300              that has not been submitted yet.
33301      Branch: perl
33302            ! vms/vms.c
33303 ____________________________________________________________________________
33304 [ 26357] By: nicholas                              on 2005/12/14  16:41:33
33305         Log: lib/Pod/t/man.t should use TODO with not ok to express its intentions
33306              correctly in TAP. (or alternatively if it really wants to skip, it
33307              needs to print ok)
33308      Branch: perl
33309            ! lib/Pod/t/man.t
33310 ____________________________________________________________________________
33311 [ 26355] By: nicholas                              on 2005/12/14  15:25:39
33312         Log: Duplicate the AMAGIC temporary variable consting from sv_2iv_flags into
33313              sv_2uv_flags, sv_2nv and sv_2pv_flags.
33314      Branch: perl
33315            ! sv.c
33316 ____________________________________________________________________________
33317 [ 26354] By: nicholas                              on 2005/12/14  14:59:18
33318         Log: Simplify the SvGMAGIC code in sv_[ipu]v_flags.
33319      Branch: perl
33320            ! sv.c
33321 ____________________________________________________________________________
33322 [ 26353] By: nicholas                              on 2005/12/14  14:08:24
33323         Log: Simplify the SvGMAGIC code in sv_2nv, removing duplicated checks to
33324              warn for uninitialized values.
33325      Branch: perl
33326            ! sv.c
33327 ____________________________________________________________________________
33328 [ 26352] By: nicholas                              on 2005/12/14  13:22:14
33329         Log: The logic to use SVt_NV or SVt_PVNV is in sv_upgrade, so no need to
33330              dupliate it in sv_2nv. Also, the final sv_upgrade is never called.
33331      Branch: perl
33332            ! sv.c
33333 ____________________________________________________________________________
33334 [ 26351] By: davem                                 on 2005/12/14  12:46:29
33335         Log: forgot to add new file to change #26350
33336      Branch: perl
33337            + ext/threads/shared/t/blessed.t
33338 ____________________________________________________________________________
33339 [ 26350] By: davem                                 on 2005/12/14  12:44:20
33340         Log: Subject:  [perl #37919] Blessed scalar refs with threads::shared 
33341              From:  "Jerry D. Hedden" (via RT) <perlbug-followup@perl.org>
33342              Date:  Tue, 13 Dec 2005 15:11:20 -0800
33343              Message-Id:  <rt-3.0.11-37919-125690.15.3722450337035@perl.org>
33344              
33345              Unlike arrays and hashes, coping blessed refs to shared scalars left
33346              the copy unblessed
33347      Branch: perl
33348            ! MANIFEST ext/threads/shared/shared.xs
33349 ____________________________________________________________________________
33350 [ 26349] By: steveh                                on 2005/12/14  12:41:02
33351         Log: Fix compilation error when building with -DPERL_MEM_LOG_STDERR
33352      Branch: perl
33353            ! util.c
33354 ____________________________________________________________________________
33355 [ 26347] By: nicholas                              on 2005/12/13  22:07:30
33356         Log: Convert range.t to test.pl
33357      Branch: perl
33358            ! t/op/range.t
33359 ____________________________________________________________________________
33360 [ 26346] By: nicholas                              on 2005/12/13  20:05:31
33361         Log: Update embed.fnc and headers after change 26345 (spotted by Rafael)
33362      Branch: perl
33363            ! embed.fnc embed.h proto.h
33364 ____________________________________________________________________________
33365 [ 26345] By: nicholas                              on 2005/12/13  19:44:22
33366         Log: Inline asIV and asUV, as each is only used once, and it distracts from
33367              the patterns of repeated code in sv_2iv_flags, sv_2uv_flags, sv_2nv
33368              and sv_2pv_flags. Add a comment noting the return path from the end of
33369              the SvGMAGICAL case to all 4.
33370      Branch: perl
33371            ! sv.c
33372 ____________________________________________________________________________
33373 [ 26344] By: craigb                                on 2005/12/13  17:27:48
33374         Log: Don't include utime.h in vms.c -- it collides with 
33375              homegroun definitions in vmsish.h.
33376      Branch: perl
33377            ! vms/vms.c
33378 ____________________________________________________________________________
33379 [ 26343] By: rgs                                   on 2005/12/13  14:07:12
33380         Log: Fix realclean target for Sys::Syslog
33381      Branch: perl
33382            ! ext/Sys/Syslog/Makefile.PL
33383 ____________________________________________________________________________
33384 [ 26342] By: gisle                                 on 2005/12/13  13:54:44
33385         Log: Remove tests that were not portable to 64bit ints.
33386      Branch: perl
33387            ! t/op/sprintf2.t
33388 ____________________________________________________________________________
33389 [ 26341] By: stevep                                on 2005/12/13  12:17:57
33390         Log: Renaming of some of Pod::Simple's test files to make it more 8.3 
33391              friendly.
33392      Branch: perl
33393           +> lib/Pod/Simple/t/junk1.pod lib/Pod/Simple/t/junk1_out.txt
33394           +> lib/Pod/Simple/t/junk2.pod lib/Pod/Simple/t/junk2_out.txt
33395           +> lib/Pod/Simple/t/perlcyg.pod lib/Pod/Simple/t/perlcyg_out.txt
33396           +> lib/Pod/Simple/t/perlfaq3.pod
33397           +> lib/Pod/Simple/t/perlfaq3_out.txt lib/Pod/Simple/t/perlvar.pod
33398           +> lib/Pod/Simple/t/perlvar_out.txt
33399            - lib/Pod/Simple/t/test_junk1.pod
33400            - lib/Pod/Simple/t/test_junk1_out.txt
33401            - lib/Pod/Simple/t/test_junk2.pod
33402            - lib/Pod/Simple/t/test_junk2_out.txt
33403            - lib/Pod/Simple/t/test_old_perlcygwin.pod
33404            - lib/Pod/Simple/t/test_old_perlcygwin_out.txt
33405            - lib/Pod/Simple/t/test_old_perlfaq3.pod
33406            - lib/Pod/Simple/t/test_old_perlfaq3_out.txt
33407            - lib/Pod/Simple/t/test_old_perlvar.pod
33408            - lib/Pod/Simple/t/test_old_perlvar_out.txt
33409            ! MANIFEST lib/Pod/Simple/t/render.t
33410 ____________________________________________________________________________
33411 [ 26340] By: stevep                                on 2005/12/13  11:54:54
33412         Log: Changes to Pod::Simple's tests to get rid of the "^"s in the 
33413              directory names.
33414      Branch: perl
33415            + lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm
33416            + lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod
33417            + lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm
33418            + lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt
33419            + lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod
33420            + lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod
33421            + lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm
33422            + lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
33423            + lib/Pod/Simple/t/test_lib/Blorm.pm
33424            + lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt
33425            + lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm
33426            + lib/Pod/Simple/t/test_lib/Zonk/Veng.pm
33427            + lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod
33428            + lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm
33429            + lib/Pod/Simple/t/test_lib/hink_honk/readme.txt
33430            + lib/Pod/Simple/t/test_lib/pod/perlfliff.pod
33431            + lib/Pod/Simple/t/test_lib/pod/perlthang.pod
33432            + lib/Pod/Simple/t/test_lib/squaa.pm
33433            + lib/Pod/Simple/t/test_lib/squaa/Glunk.pod
33434            + lib/Pod/Simple/t/test_lib/squaa/Vliff.pm
33435            + lib/Pod/Simple/t/test_lib/zikzik.pod
33436            + lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm
33437            - lib/Pod/Simple/t/other^test^lib/Sizzlesuzzle.pm
33438            - lib/Pod/Simple/t/other^test^lib/hink^honk/Glunk.pod
33439            - lib/Pod/Simple/t/other^test^lib/hink^honk/Vliff.pm
33440            - lib/Pod/Simple/t/other^test^lib/hink^honk/readme.txt
33441            - lib/Pod/Simple/t/other^test^lib/pod/perlthang.pod
33442            - lib/Pod/Simple/t/other^test^lib/pod/perlzuk.pod
33443            - lib/Pod/Simple/t/other^test^lib/squaa/Vliff.pm
33444            - lib/Pod/Simple/t/other^test^lib/squaa/Wowo.pod
33445            - lib/Pod/Simple/t/test^lib/Blorm.pm
33446            - lib/Pod/Simple/t/test^lib/Zonk/Fiddle.txt
33447            - lib/Pod/Simple/t/test^lib/Zonk/Pronk.pm
33448            - lib/Pod/Simple/t/test^lib/Zonk/Veng.pm
33449            - lib/Pod/Simple/t/test^lib/hink^honk/Glunk.pod
33450            - lib/Pod/Simple/t/test^lib/hink^honk/Vliff.pm
33451            - lib/Pod/Simple/t/test^lib/hink^honk/readme.txt
33452            - lib/Pod/Simple/t/test^lib/pod/perlfliff.pod
33453            - lib/Pod/Simple/t/test^lib/pod/perlthang.pod
33454            - lib/Pod/Simple/t/test^lib/squaa.pm
33455            - lib/Pod/Simple/t/test^lib/squaa/Glunk.pod
33456            - lib/Pod/Simple/t/test^lib/squaa/Vliff.pm
33457            - lib/Pod/Simple/t/test^lib/zikzik.pod
33458            - lib/Pod/Simple/t/yet^another^test^lib/squaa/Vliff.pm
33459            ! MANIFEST lib/Pod/Simple/t/htmlbatch_01.t
33460            ! lib/Pod/Simple/t/search_10survey_specific.t
33461            ! lib/Pod/Simple/t/search_12survey_cwd.t
33462            ! lib/Pod/Simple/t/search_20survey_two.t
33463            ! lib/Pod/Simple/t/search_22survey_two_shadowing.t
33464            ! lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
33465            ! lib/Pod/Simple/t/search_26_glob_kleene_k.t
33466            ! lib/Pod/Simple/t/search_27_glob_squaa_kleene.t
33467            ! lib/Pod/Simple/t/search_28_glob_z_kleene_k.t
33468            ! lib/Pod/Simple/t/search_29_glob_z_qmark_k.t
33469 ____________________________________________________________________________
33470 [ 26339] By: gisle                                 on 2005/12/13  11:40:26
33471         Log: Add overflow check to EXPECT_NUMBER() used by sv_vcatpvfn().
33472              sprintf() or printf() will now croak if any of the indexes and
33473              widths specified in the format string are too large.
33474      Branch: perl
33475            ! pod/perldiag.pod sv.c t/op/sprintf.t t/op/sprintf2.t
33476 ____________________________________________________________________________
33477 [ 26338] By: rgs                                   on 2005/12/13  11:20:16
33478         Log: Subject: Re: check83.pl
33479              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
33480              Date: Sun, 11 Dec 2005 07:19:58 -0800
33481              Message-ID: <20051211151958.GA6188@efn.org>
33482      Branch: perl
33483            ! Porting/check83.pl
33484 ____________________________________________________________________________
33485 [ 26337] By: steveh                                on 2005/12/13  09:41:29
33486         Log: Fix lib/File/Compare.t test failures on Win32
33487              
33488              Change 26225, updated by 26245, added a test for another filename with
33489              a trailing space but failed to open the new filehandle in binary mode
33490              
33491              To compound matters, creating a file called "foo " on Win32 "succeeds"
33492              but actually creates a file called just "foo", so we have actually
33493              overwritten the original file with this non-binary mode version, and
33494              hence some of the original tests started failing too!
33495              
33496              (And because of this the new test doesn't actually add anything new on
33497              Win32 at the moment, but right now I can't think of a filename that
33498              would have failed under 2-arg open but succeeds with 3-arg open, which
33499              was the purpose of this test)
33500      Branch: perl
33501            ! lib/File/Compare.t
33502 ____________________________________________________________________________
33503 [ 26336] By: steveh                                on 2005/12/13  08:54:45
33504         Log: Don't try to export Perl_pad_sv when it isn't defined
33505              
33506              Fixes a Win32 linker error in non-DEBUGGING builds following 26316
33507      Branch: perl
33508            ! makedef.pl
33509 ____________________________________________________________________________
33510 [ 26334] By: rgs                                   on 2005/12/12  16:03:00
33511         Log: A suggestion by Yamashina Hio to speed up substitutions
33512              with right-hand side expressions by freeing temporaries.
33513              See :
33514              
33515              Subject: s///ge; consumes PL_tmps_stack in its loop
33516              From: YAMASHINA Hio <hio@hio.jp>
33517              Date: Tue, 30 Aug 2005 17:17:23 +0900
33518              Message-Id: <20050830160113.9716.HIO@ymir.co.jp>
33519      Branch: perl
33520            ! pp_ctl.c
33521 ____________________________________________________________________________
33522 [ 26332] By: nicholas                              on 2005/12/12  15:24:06
33523         Log: Check that %v$foo does not crash.
33524      Branch: perl
33525            ! t/op/sprintf2.t
33526 ____________________________________________________________________________
33527 [ 26330] By: gisle                                 on 2005/12/12  13:55:14
33528         Log: Use load_module() instead of perl_eval_sv("require $mod") to
33529              load modules.  This is safer since $mod comes from an external
33530              source.
33531      Branch: perl
33532            ! ext/Storable/Storable.xs
33533 ____________________________________________________________________________
33534 [ 26329] By: stevep                                on 2005/12/12  13:21:03
33535         Log: Pod::Man's tests aren't Unicode friendly.  Let's skip the unfriendly
33536              test for now.
33537      Branch: perl
33538            ! lib/Pod/t/man.t
33539 ____________________________________________________________________________
33540 [ 26328] By: rgs                                   on 2005/12/12  13:18:21
33541         Log: Robin Houston points out a better way to replace
33542              the C<defined %foo::bar::> construct.
33543      Branch: perl
33544            ! pod/perl593delta.pod
33545 ____________________________________________________________________________
33546 [ 26327] By: gisle                                 on 2005/12/12  12:21:39
33547         Log: Oops, change 26326 broke t/run/switches.t
33548              Reverting change 24912 fixes it.
33549      Branch: perl
33550            ! t/run/switches.t
33551 ____________________________________________________________________________
33552 [ 26326] By: gisle                                 on 2005/12/12  10:41:04
33553         Log: Drop "v" prefix from sprintf("%vd", $^V).
33554              
33555              The sprintf documentation has this example:
33556              
33557              printf "version is v%vd\n", $^V;
33558              
33559              and it printed 'version is vv5.9.3\n'.
33560      Branch: perl
33561            ! sv.c t/op/sprintf.t
33562 ____________________________________________________________________________
33563 [ 26325] By: nicholas                              on 2005/12/11  22:37:40
33564         Log: Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug 37889)
33565      Branch: perl
33566            ! sv.c t/uni/sprintf.t
33567 ____________________________________________________________________________
33568 [ 26324] By: nicholas                              on 2005/12/11  20:34:33
33569         Log: Move the rest of the data munging into the test preparation loop.
33570      Branch: perl
33571            ! t/op/sprintf.t
33572 ____________________________________________________________________________
33573 [ 26323] By: nicholas                              on 2005/12/11  19:49:53
33574         Log: Move the $data and $result munging into the test preparation loop.
33575      Branch: perl
33576            ! t/op/sprintf.t
33577 ____________________________________________________________________________
33578 [ 26321] By: gisle                                 on 2005/12/11  18:14:24
33579         Log: Disallow sprintf's vector handling for non-integer formats.
33580              Avoids core dump for printf("%vs") and similar.
33581      Branch: perl
33582            ! sv.c t/op/sprintf.t
33583 ____________________________________________________________________________
33584 [ 26320] By: nicholas                              on 2005/12/11  12:54:14
33585         Log: Quench the other 2 ways obscure ways of abusing positional parameters
33586              to generate bogus array indexes. These two are inside the vector
33587              formatting code.
33588      Branch: perl
33589            ! sv.c t/op/sprintf.t
33590 ____________________________________________________________________________
33591 [ 26319] By: nicholas                              on 2005/12/10  18:13:33
33592         Log: Re-instate the old perl getcwd as _perl_getcwd, and use it if loading
33593              the XS fails. (Needed to bootstrap the core build)
33594      Branch: perl
33595            ! lib/Cwd.pm
33596 ____________________________________________________________________________
33597 [ 26318] By: stevep                                on 2005/12/10  15:42:39
33598         Log: Upgrade to PathTools-3.14_01
33599      Branch: perl
33600            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm lib/File/Spec.pm
33601            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
33602            ! lib/File/Spec/t/Spec.t
33603 ____________________________________________________________________________
33604 [ 26317] By: stevep                                on 2005/12/10  15:21:37
33605         Log: Subject: [PATCH] Code tweaks in sv.c
33606              From: Andy Lester <andy@petdance.com>
33607              Date: Fri, 9 Dec 2005 11:09:21 -0600
33608              Message-ID: <20051209170921.GC16943@petdance.com>
33609              
33610              Includes a minor change the patch to account for code that moved
33611              elsewhere.
33612      Branch: perl
33613            ! sv.c
33614 ____________________________________________________________________________
33615 [ 26316] By: stevep                                on 2005/12/10  15:14:37
33616         Log: Subject: [PATCH] Excluding pad funcs when not debugging
33617              From: Andy Lester <andy@petdance.com>
33618              Date: Wed, 7 Dec 2005 21:58:05 -0600
33619              Message-ID: <20051208035805.GA23007@petdance.com>
33620      Branch: perl
33621            ! pad.c
33622 ____________________________________________________________________________
33623 [ 26315] By: nicholas                              on 2005/12/09  23:09:42
33624         Log: A better hash for PTR_TABLE_HASH (?)
33625      Branch: perl
33626            ! sv.c
33627 ____________________________________________________________________________
33628 [ 26314] By: craigb                                on 2005/12/09  21:13:50
33629         Log: Subject: patch@26310 - Major step for > 256 char paths on VMS
33630              From: "John E. Malmberg" <wb8tyw@qsl.net>
33631              Date: Fri, 09 Dec 2005 14:08:53 -0500
33632              Message-id: <4399D645.8070803@qsl.net>
33633      Branch: perl
33634            ! vms/vms.c
33635 ____________________________________________________________________________
33636 [ 26313] By: nicholas                              on 2005/12/09  19:18:32
33637         Log: An alternative way of structuring ptr_table_clear so that the variables
33638              can be assigned to at declaration time.
33639      Branch: perl
33640            ! sv.c
33641 ____________________________________________________________________________
33642 [ 26312] By: nicholas                              on 2005/12/09  18:46:17
33643         Log: A more efficient way to loop in ptr_table_clear
33644      Branch: perl
33645            ! sv.c
33646 ____________________________________________________________________________
33647 [ 26311] By: stevep                                on 2005/12/09  13:22:33
33648         Log: Subject: Re: Pod::Simple integration
33649              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
33650              Date: Fri, 09 Dec 2005 07:06:00 +0100
33651              Message-ID: <87k6ee7qk7.fsf@k75.linux.bogus>
33652              
33653              These files are still giving problems after attempting to convert
33654              them to text in p4.  The tests pass without them, so we'll remove them
33655              from the Perl distribution.
33656      Branch: perl
33657            - lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
33658            - lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
33659            - lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
33660            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
33661            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
33662            ! MANIFEST
33663 ____________________________________________________________________________
33664 [ 26310] By: stevep                                on 2005/12/09  03:39:17
33665         Log: Fixes compile errors introduce with change #26301 when compiling
33666              with ithreads and DEBUGGING.
33667      Branch: perl
33668            ! sv.c
33669 ____________________________________________________________________________
33670 [ 26309] By: stevep                                on 2005/12/09  02:07:32
33671         Log: Upgrade to Sys-Syslog-0.10
33672      Branch: perl
33673            + ext/Sys/Syslog/Changes ext/Sys/Syslog/README
33674            + ext/Sys/Syslog/fallback/const-c.inc
33675            + ext/Sys/Syslog/fallback/const-xs.inc
33676            + ext/Sys/Syslog/t/00-load.t ext/Sys/Syslog/t/constants.t
33677            + ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t
33678            + ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t
33679            + ext/Sys/Syslog/t/portfs.t
33680            ! MANIFEST ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
33681            ! ext/Sys/Syslog/t/syslog.t
33682 ____________________________________________________________________________
33683 [ 26308] By: stevep                                on 2005/12/09  01:41:44
33684         Log: Upgrade to CGI.pm-3.15
33685      Branch: perl
33686            ! lib/CGI.pm lib/CGI/Changes
33687 ____________________________________________________________________________
33688 [ 26307] By: stevep                                on 2005/12/08  19:40:33
33689         Log: Add pointer to Pod::Simple for the Pod -> HTML task.
33690      Branch: perl
33691            ! pod/perltodo.pod
33692 ____________________________________________________________________________
33693 [ 26306] By: stevep                                on 2005/12/08  19:21:25
33694         Log: One final Pod::Usage yak to shave...
33695      Branch: perl
33696            ! lib/Pod/Usage.pm
33697 ____________________________________________________________________________
33698 [ 26305] By: stevep                                on 2005/12/08  19:07:38
33699         Log: Version bump for Pod::Usage
33700      Branch: perl
33701            ! lib/Pod/Usage.pm
33702 ____________________________________________________________________________
33703 [ 26304] By: stevep                                on 2005/12/08  19:04:59
33704         Log: Further yak-shaving on Pod::Usage.  Now, t/pod/pod2usage2.t tests 
33705              pass.
33706      Branch: perl
33707            ! lib/Pod/Usage.pm t/pod/pod2usage2.t
33708 ____________________________________________________________________________
33709 [ 26303] By: stevep                                on 2005/12/08  15:53:36
33710         Log: Fix to Pod::Usage to work with all recent Pod::Text versions.  Also
33711              includes a change to the Pod::Usage test file for compatibility
33712              purposes.
33713      Branch: perl
33714            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
33715 ____________________________________________________________________________
33716 [ 26302] By: craigb                                on 2005/12/08  14:47:57
33717         Log: On VMS, do not use Perl's memory allocator for the home-grown pipe
33718              structures.  They may be allocated during start-up and are torn down
33719              in an exit handler, where thread context and other Perlish support
33720              are iffy.
33721      Branch: perl
33722            ! vms/vms.c
33723 ____________________________________________________________________________
33724 [ 26301] By: nicholas                              on 2005/12/08  14:06:37
33725         Log: Merge common code from ptr_table_fetch and ptr_table_store into
33726              S_ptr_table_find.
33727      Branch: perl
33728            ! sv.c
33729 ____________________________________________________________________________
33730 [ 26300] By: gisle                                 on 2005/12/08  09:56:22
33731         Log: Fixup the setsockopt usage message; missing OPTVAL.
33732      Branch: perl
33733            ! ext/IO/lib/IO/Socket.pm
33734 ____________________________________________________________________________
33735 [ 26299] By: gisle                                 on 2005/12/08  09:53:35
33736         Log: Improve the setsockopt description.
33737              Removed claim that OPTVAL might be undef as it is just treated
33738              the same as 0 and give the usual use-of-uninitialized-value
33739              warning.  Added an example.
33740      Branch: perl
33741            ! pod/perlfunc.pod
33742 ____________________________________________________________________________
33743 [ 26298] By: craigb                                on 2005/12/08  04:34:42
33744         Log: Subject: patch@26253 Allow embedded new lines passed through to commands
33745              From: "John E. Malmberg" <wb8tyw@qsl.net>
33746              Date: Wed, 07 Dec 2005 22:26:21 -0500
33747              Message-id: <4397A7DD.8030403@qsl.net>
33748      Branch: perl
33749            ! vms/vms.c
33750 ____________________________________________________________________________
33751 [ 26297] By: stevep                                on 2005/12/07  20:39:24
33752         Log: One quick fix to the test for differences in error output.
33753      Branch: perl
33754            ! lib/Pod/t/Usage.t
33755 ____________________________________________________________________________
33756 [ 26296] By: rgs                                   on 2005/12/07  15:46:46
33757         Log: Subject: [PATCH] All args in embed.fnc should be named
33758              From: Andy Lester <andy@petdance.com>
33759              Date: Wed, 7 Dec 2005 10:08:18 -0600
33760              Message-ID: <20051207160818.GA13465@petdance.com>
33761      Branch: perl
33762            ! embed.fnc embed.pl pod/perlapi.pod proto.h
33763 ____________________________________________________________________________
33764 [ 26295] By: rgs                                   on 2005/12/07  15:13:03
33765         Log: Don't build manpages for Encode and Unicode::Normalize
33766              (when compiling perl manpages are built afterwards, not
33767              by MakeMaker like when installing modules.) This fix a
33768              bootstrap problem (now that Pod::Man uses POSIX.)
33769      Branch: perl
33770            ! ext/Encode/Makefile.PL ext/Unicode/Normalize/Makefile.PL
33771 ____________________________________________________________________________
33772 [ 26294] By: rgs                                   on 2005/12/07  13:22:39
33773         Log: Check in those files as text, not binary
33774      Branch: perl
33775            ! lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
33776            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
33777            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
33778            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
33779            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
33780 ____________________________________________________________________________
33781 [ 26293] By: rgs                                   on 2005/12/07  13:01:00
33782         Log: Remove space
33783      Branch: perl
33784            ! MANIFEST
33785 ____________________________________________________________________________
33786 [ 26292] By: stevep                                on 2005/12/07  12:36:59
33787         Log: Upgrade to podlators-2.00
33788      Branch: perl
33789            + lib/Pod/t/color.t lib/Pod/t/termcap.t
33790            - lib/Pod/t/text-errors.t
33791            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
33792            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
33793            ! lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
33794            ! lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
33795            ! lib/Pod/t/basic.txt lib/Pod/t/man.t lib/Pod/t/text-options.t
33796            ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL
33797 ____________________________________________________________________________
33798 [ 26291] By: stevep                                on 2005/12/07  11:38:00
33799         Log: Assimilate Pod-Simple-3.03 to the Perl core
33800      Branch: perl
33801            + (add 170 files)
33802            ! MANIFEST Porting/Maintainers.pl
33803 ____________________________________________________________________________
33804 [ 26290] By: nicholas                              on 2005/12/07  08:53:03
33805         Log: Pull the regexp stringification code out into S_stringify_regexp, to
33806              make sv_2pv_flags clearer.
33807      Branch: perl
33808            ! sv.c
33809 ____________________________________________________________________________
33810 [ 26289] By: nicholas                              on 2005/12/07  08:30:26
33811         Log: 3 instances of SvIsUV_on(sv); can be replaced with one.
33812      Branch: perl
33813            ! sv.c
33814 ____________________________________________________________________________
33815 [ 26288] By: stevep                                on 2005/12/07  02:10:26
33816         Log: Upgrade to CGI-3.14.
33817              
33818              Mmm...pi.  Oh, also including some Pod fixes in bleadperl that haven't
33819              yet been applied to the actual CGI distribution yet.
33820      Branch: perl
33821            ! lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
33822 ____________________________________________________________________________
33823 [ 26287] By: nicholas                              on 2005/12/06  21:55:29
33824         Log: Add a ; that 26281 was lacking.
33825              (Dear Mark, please can I have back one of the two that I sent you after
33826              change 23614)
33827      Branch: perl
33828            ! util.c
33829 ____________________________________________________________________________
33830 [ 26286] By: nicholas                              on 2005/12/06  21:39:24
33831         Log: Move vast swathes of common code from sv_2iv_flags and sv_2uv_flags
33832              into S_sv_2iuv_common.
33833      Branch: perl
33834            ! sv.c
33835 ____________________________________________________________________________
33836 [ 26285] By: nicholas                              on 2005/12/06  19:41:43
33837         Log: The early return for SvIOKp(sv) in sv_2[iu]v_flags is actually code
33838              duplication.
33839      Branch: perl
33840            ! sv.c
33841 ____________________________________________________________________________
33842 [ 26281] By: rgs                                   on 2005/12/06  17:23:09
33843         Log: Subject: [PATCH] More consting, and putting stuff in embed.fnc
33844              From: Andy Lester <andy@petdance.com>
33845              Date: Mon, 5 Dec 2005 13:46:13 -0600
33846              Message-ID: <20051205194613.GB7791@petdance.com>
33847      Branch: perl
33848            ! deb.c doio.c dump.c embed.fnc embed.h hv.c hv.h locale.c mg.c
33849            ! op.c op.h pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
33850            ! proto.h regcomp.c sv.c taint.c toke.c utf8.c util.c
33851 ____________________________________________________________________________
33852 [ 26280] By: nicholas                              on 2005/12/06  16:53:46
33853         Log: Subject: Re: stringification of v-string references
33854              From: John Peacock <jpeacock@rowman.com>
33855              Message-ID: <439592B4.2050101@rowman.com>
33856              Date: Tue, 06 Dec 2005 08:31:32 -0500
33857      Branch: perl
33858            ! t/op/ref.t
33859 ____________________________________________________________________________
33860 [ 26279] By: gisle                                 on 2005/12/06  16:42:31
33861         Log: Fix typo spotted by Ronald J Kimball.
33862      Branch: perl
33863            ! ext/Sys/Syslog/Syslog.pm
33864 ____________________________________________________________________________
33865 [ 26278] By: rgs                                   on 2005/12/06  14:56:28
33866         Log: Subject: Re: Perl PR: "Security holes in Sys::Syslog"
33867              From: Ronald J Kimball <rjk-perl-p5p@tamias.net>
33868              Date: Tue, 6 Dec 2005 09:56:12 -0500
33869              Message-ID: <20051206145612.GA94530@penkwe.pair.com>
33870      Branch: perl
33871            ! ext/Sys/Syslog/Syslog.pm
33872 ____________________________________________________________________________
33873 [ 26277] By: gisle                                 on 2005/12/06  14:45:30
33874         Log: Document why syslog($priority, "%s", $message) is a good idea
33875              if the code might be running with older versions of Sys::Syslog.
33876      Branch: perl
33877            ! ext/Sys/Syslog/Syslog.pm
33878 ____________________________________________________________________________
33879 [ 26276] By: merijn                                on 2005/12/06  14:30:53
33880         Log: Itanium blade servers added to the model list
33881      Branch: perl
33882            ! README.hpux
33883 ____________________________________________________________________________
33884 [ 26275] By: nicholas                              on 2005/12/06  13:56:15
33885         Log: Don't use Copy for 1 and 2 character string constants.
33886      Branch: perl
33887            ! sv.c
33888 ____________________________________________________________________________
33889 [ 26274] By: nicholas                              on 2005/12/06  13:40:07
33890         Log: Eliminate an unneeded local variable.
33891      Branch: perl
33892            ! sv.c
33893 ____________________________________________________________________________
33894 [ 26273] By: nicholas                              on 2005/12/06  13:08:57
33895         Log: Eliminate all the gotos in sv_2pv_flags, by moving the tokensave*
33896              code into the GMAGIC block.
33897      Branch: perl
33898            ! sv.c
33899 ____________________________________________________________________________
33900 [ 26272] By: nicholas                              on 2005/12/06  12:19:23
33901         Log: sv_2pv_flags shouldn't return a constant string "NULLREF" - it was the
33902              only constant non-"" string returned.
33903      Branch: perl
33904            ! sv.c
33905 ____________________________________________________________________________
33906 [ 26271] By: nicholas                              on 2005/12/05  23:57:51
33907         Log: Make all the return statements closer to the final calcuation of the
33908              returned value in the reference stringification code. Pull variables
33909              into tigher scope which also allows some to become const.
33910      Branch: perl
33911            ! sv.c
33912 ____________________________________________________________________________
33913 [ 26270] By: nicholas                              on 2005/12/05  23:29:46
33914         Log: Move the scope of origsv inwards, and rename variables to avoid the
33915              need to re-assign to sv.
33916      Branch: perl
33917            ! sv.c
33918 ____________________________________________________________________________
33919 [ 26269] By: nicholas                              on 2005/12/05  23:12:33
33920         Log: Clone the brief return logic and thereby remove a goto.
33921      Branch: perl
33922            ! sv.c
33923 ____________________________________________________________________________
33924 [ 26268] By: nicholas                              on 2005/12/05  22:44:32
33925         Log: As they are now the same, can fold the entire switch statement for
33926              reference type in sv_2pv_flags into a call to sv_reftype.
33927      Branch: perl
33928            ! sv.c
33929 ____________________________________________________________________________
33930 [ 26267] By: nicholas                              on 2005/12/05  22:20:31
33931         Log: Untease the regexp stringification from the reference naming in
33932              sv_2pv_flags. (Lots of re-indentation, little real change)
33933      Branch: perl
33934            ! sv.c
33935 ____________________________________________________________________________
33936 [ 26266] By: nicholas                              on 2005/12/05  21:58:20
33937         Log: References to version objects should stringify as VSTRING. This makes
33938              stringification consistent with the output of ref().
33939      Branch: perl
33940            ! sv.c
33941 ____________________________________________________________________________
33942 [ 26265] By: nicholas                              on 2005/12/05  20:37:11
33943         Log: The extra return is actually a duplicated code path, and can go.
33944      Branch: perl
33945            ! sv.c
33946 ____________________________________________________________________________
33947 [ 26264] By: nicholas                              on 2005/12/05  20:09:23
33948         Log: Fix typo in description.
33949      Branch: perl
33950            ! MANIFEST
33951 ____________________________________________________________________________
33952 [ 26263] By: nicholas                              on 2005/12/05  19:56:43
33953         Log: Add ext/MIME/Base64/README to MANIFEST
33954      Branch: perl
33955            ! MANIFEST
33956 ____________________________________________________________________________
33957 [ 26262] By: stevep                                on 2005/12/05  16:35:14
33958         Log: Upgrade to MIME-Base64-3.07
33959      Branch: perl
33960            + ext/MIME/Base64/README
33961            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
33962            ! ext/MIME/Base64/QuotedPrint.pm
33963 ____________________________________________________________________________
33964 [ 26261] By: stevep                                on 2005/12/05  16:29:46
33965         Log: Upgrade to Digest-MD5-2.36
33966      Branch: perl
33967            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
33968            ! ext/Digest/MD5/README ext/Digest/MD5/t/files.t
33969 ____________________________________________________________________________
33970 [ 26260] By: stevep                                on 2005/12/05  16:20:17
33971         Log: Upgrade to CGI.pm-3.13
33972      Branch: perl
33973            + lib/CGI/t/no_tabindex.t
33974            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes
33975            ! lib/CGI/Cookie.pm lib/CGI/t/form.t
33976 ____________________________________________________________________________
33977 [ 26259] By: rgs                                   on 2005/12/05  16:19:35
33978         Log: "Malformed UTF-8 character" was a severe warning, and can now be
33979              also a fatal error (since change #26258)
33980      Branch: perl
33981            ! pod/perldiag.pod
33982 ____________________________________________________________________________
33983 [ 26258] By: rgs                                   on 2005/12/05  16:04:16
33984         Log: Subject: Re: [perl #37836] Simple Regex causes SEGV when run on specific data
33985              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
33986              Date: Tue, 06 Dec 2005 00:35:52 +0900
33987              Message-Id: <20051206003221.5AD9.BQW10602@nifty.com>
33988      Branch: perl
33989            ! regexec.c
33990 ____________________________________________________________________________
33991 [ 26257] By: rgs                                   on 2005/12/05  15:25:00
33992         Log: Better variable names make code clearer
33993              
33994              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
33995              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
33996              Date: Sun, 04 Dec 2005 16:24:29 +0900
33997              Message-Id: <20051204162412.D720.BQW10602@nifty.com>
33998      Branch: perl
33999            ! embed.fnc proto.h utf8.c
34000 ____________________________________________________________________________
34001 [ 26256] By: rgs                                   on 2005/12/05  15:20:32
34002         Log: Rework the error messages from the swashget code.
34003              
34004              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
34005              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
34006              Date: Sun, 04 Dec 2005 16:24:59 +0900
34007              Message-Id: <20051204162431.D723.BQW10602@nifty.com>
34008      Branch: perl
34009            ! pod/perldiag.pod utf8.c
34010 ____________________________________________________________________________
34011 [ 26255] By: rgs                                   on 2005/12/05  15:15:53
34012         Log: Clarification and cleanup of the XS SWASHGET code
34013              
34014              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
34015              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
34016              Date: Sun, 04 Dec 2005 16:28:35 +0900
34017              Message-Id: <20051204162508.D726.BQW10602@nifty.com>
34018      Branch: perl
34019            ! lib/utf8_heavy.pl regexec.c t/op/pat.t utf8.c
34020 ____________________________________________________________________________
34021 [ 26254] By: rgs                                   on 2005/12/05  09:58:02
34022         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80.tar.gz
34023              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
34024              Date: Sat, 03 Dec 2005 12:24:05 +0100
34025              Message-ID: <87mzji8luy.fsf@k75.linux.bogus>
34026      Branch: perl
34027            ! lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
34028 ____________________________________________________________________________
34029 [ 26253] By: mhx                                   on 2005/12/04  19:37:58
34030         Log: NULL is a legal value for newXS()'s name parameter.
34031              (This caused strange build failures with gcc4 -O3)
34032      Branch: perl
34033            ! embed.fnc proto.h
34034 ____________________________________________________________________________
34035 [ 26252] By: stevep                                on 2005/12/04  15:30:55
34036         Log: Fix handling of author's names that had apostrophes.  Based on a patch
34037              by Sean O'Rourke <sorourke@cs.ucsd.edu> in RT bug #22950.
34038      Branch: perl
34039            ! utils/h2xs.PL
34040 ____________________________________________________________________________
34041 [ 26251] By: davem                                 on 2005/12/03  15:20:24
34042         Log: clarify description of vector (v) sprintf format modifier
34043      Branch: perl
34044            ! pod/perlfunc.pod
34045 ____________________________________________________________________________
34046 [ 26250] By: craigb                                on 2005/12/03  15:15:47
34047         Log: In vms/vms.c, don't use the thread-specific Newx() during
34048              startup before threads are initialized.  
34049      Branch: perl
34050            ! vms/vms.c
34051 ____________________________________________________________________________
34052 [ 26249] By: stevep                                on 2005/12/03  12:31:02
34053         Log: Update perlhack.pod with the updated, permanent ActiveState URLs
34054      Branch: perl
34055            ! pod/perlhack.pod
34056 ____________________________________________________________________________
34057 [ 26248] By: rgs                                   on 2005/12/03  12:16:54
34058         Log: Missing chunk in change #26247.
34059      Branch: perl
34060            ! ext/Sys/Syslog/Syslog.pm
34061 ____________________________________________________________________________
34062 [ 26247] By: rgs                                   on 2005/12/03  11:23:29
34063         Log: Sys::Syslog::syslog can accept a message without printf
34064              escapes and arguments.
34065              
34066              Subject: Re: Perl PR: "Security holes in Sys::Syslog"
34067              From: Gisle Aas <gisle@activestate.com>
34068              Date: 03 Dec 2005 03:35:32 -0800
34069              Message-ID: <lracfi2z23.fsf@caliper.activestate.com>
34070      Branch: perl
34071            ! ext/Sys/Syslog/Syslog.pm
34072 ____________________________________________________________________________
34073 [ 26246] By: stevep                                on 2005/12/03  03:30:00
34074         Log: Upgrade to version-0.50
34075      Branch: perl
34076            ! lib/version.pm lib/version.pod lib/version.t util.c
34077 ____________________________________________________________________________
34078 [ 26245] By: rgs                                   on 2005/12/02  23:00:55
34079         Log: Replace ^M by a space in test for bug #37716, to make
34080              Cygwin happy (found by Yitzchak)
34081      Branch: perl
34082            ! lib/File/Compare.t
34083 ____________________________________________________________________________
34084 [ 26244] By: nicholas                              on 2005/12/02  17:15:27
34085         Log: Address Hugo's comment on Dave's change (26240)
34086      Branch: perl
34087            ! sv.c
34088 ____________________________________________________________________________
34089 [ 26243] By: rgs                                   on 2005/12/02  10:37:05
34090         Log: Subject: Storable retrieve_lscalar fails for empty strings [PATCH]
34091              From: Gisle Aas <gisle@ActiveState.com>
34092              Date: 28 Nov 2005 04:48:18 -0800
34093              Message-ID: <lr3blhndkd.fsf@caliper.activestate.com>
34094              
34095              and
34096              Message-ID: <lrwtisn062.fsf@caliper.activestate.com>
34097      Branch: perl
34098            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
34099 ____________________________________________________________________________
34100 [ 26242] By: rgs                                   on 2005/12/02  09:26:48
34101         Log: Subject: [PATCH] Signs, signs, everywhere a sign
34102              From: Andy Lester <andy@petdance.com>
34103              Date: Thu, 1 Dec 2005 14:24:51 -0600
34104              Message-ID: <20051201202451.GI22713@petdance.com>
34105      Branch: perl
34106            ! pp_pack.c
34107 ____________________________________________________________________________
34108 [ 26241] By: stevep                                on 2005/12/01  20:27:34
34109         Log: Nit from change #26232 noticed by H. Merijn Brand
34110      Branch: perl
34111            ! pod/perlop.pod
34112 ____________________________________________________________________________
34113 [ 26240] By: davem                                 on 2005/12/01  16:40:29
34114         Log: sprintf %NNN$ check for large values wrapping to negative
34115      Branch: perl
34116            ! sv.c t/op/sprintf2.t
34117 ____________________________________________________________________________
34118 [ 26239] By: rgs                                   on 2005/12/01  15:40:11
34119         Log: Always define PL_memory_wrap, and use it for the new sprintf checks
34120      Branch: perl
34121            ! makedef.pl perl.h sv.c
34122 ____________________________________________________________________________
34123 [ 26238] By: rgs                                   on 2005/12/01  15:26:09
34124         Log: Missing #ifdef, noticed by Jan Dubois
34125      Branch: perl
34126            ! sv.c
34127 ____________________________________________________________________________
34128 [ 26237] By: rgs                                   on 2005/12/01  14:25:34
34129         Log: Subject: [PATCH] Re: Perl PR: "Security holes in Sys::Syslog"
34130              From: Gisle Aas <gisle@ActiveState.com>
34131              Date: 01 Dec 2005 06:20:14 -0800
34132              Message-ID: <lroe406grl.fsf_-_@caliper.activestate.com>
34133              
34134              Subject: [PATCH] Suppress "0b" prefix for sprintf("%#b", 0)
34135              From: Gisle Aas <gisle@ActiveState.com>
34136              Date: 01 Dec 2005 06:11:44 -0800
34137              Message-ID: <lrsltc6h5r.fsf_-_@caliper.activestate.com>
34138      Branch: perl
34139            ! sv.c t/op/sprintf.t
34140 ____________________________________________________________________________
34141 [ 26236] By: rgs                                   on 2005/12/01  11:52:24
34142         Log: Subject: [PATCH] Disable constant folding of sprintf
34143              From: Gisle Aas <gisle@ActiveState.com>
34144              Date: 01 Dec 2005 03:22:10 -0800
34145              Message-ID: <lr8xv56p0d.fsf_-_@caliper.activestate.com>
34146      Branch: perl
34147            ! op.c opcode.h opcode.pl t/lib/warnings/sv t/op/sprintf2.t
34148 ____________________________________________________________________________
34149 [ 26235] By: rgs                                   on 2005/12/01  09:26:01
34150         Log: Subject: [patch] Re: Perl PR: "Security holes in Sys::Syslog"
34151              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
34152              Date: Wed, 30 Nov 2005 20:17:31 -0800
34153              Message-ID: <438E795B.9060805@ActiveState.com>
34154      Branch: perl
34155            ! sv.c
34156 ____________________________________________________________________________
34157 [ 26234] By: rgs                                   on 2005/12/01  08:34:42
34158         Log: Revert change #26110 (already reverted in maintperl by change 26182)
34159      Branch: perl
34160            ! op.c
34161 ____________________________________________________________________________
34162 [ 26233] By: rgs                                   on 2005/11/30  21:15:21
34163         Log: Jan Dubois notices that sitecustomize.pl is to be found in sitelib,
34164              not siteperl
34165      Branch: perl
34166            ! pod/perlrun.pod
34167 ____________________________________________________________________________
34168 [ 26232] By: stevep                                on 2005/11/30  19:09:17
34169         Log: dor-assign (//=) was missing from perlop.pod
34170      Branch: perl
34171            ! pod/perlop.pod
34172 ____________________________________________________________________________
34173 [ 26231] By: rgs                                   on 2005/11/30  17:57:16
34174         Log: Subject: [PATCH] Remove redundant SvUTF8_on() calls
34175              From: Gisle Aas <gisle@ActiveState.com>
34176              Date: 30 Nov 2005 09:28:54 -0800
34177              Message-ID: <lrhd9uhwo9.fsf@caliper.activestate.com>
34178      Branch: perl
34179            ! pp.c sv.c
34180 ____________________________________________________________________________
34181 [ 26229] By: rgs                                   on 2005/11/30  14:29:23
34182         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
34183              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
34184              Date: Sun, 27 Nov 2005 17:02:02 +0900
34185              Message-Id: <20051127170016.A786.BQW10602@nifty.com>
34186      Branch: perl
34187            ! embed.fnc embed.h lib/utf8_heavy.pl pod/perlapi.pod
34188            ! pod/perlintern.pod proto.h universal.c utf8.c utf8.h
34189            ! utfebcdic.h
34190 ____________________________________________________________________________
34191 [ 26228] By: nicholas                              on 2005/11/30  13:55:05
34192         Log: The regexp engine should check SV flags rather than SV type for
34193              determining if something is a reference, because under the debugger
34194              the value returned by the swash code is SVt_PVMG.
34195              Not doing this has the side effect of repeatedly reassigning the
34196              same array element, which causes destructors to fire on the reassignment
34197              which in turn causes &utf8::DESTROY to run outside of the pseudo-safety
34198              of save_re_context, which under the debugger involves re-entering the
34199              regexp engine, which causes corruption of the regexp engine's global
34200              state.
34201      Branch: perl
34202            ! regexec.c
34203 ____________________________________________________________________________
34204 [ 26227] By: rgs                                   on 2005/11/30  12:30:47
34205         Log: Fix B::Concise tests after change #26226
34206      Branch: perl
34207            ! ext/B/t/optree_varinit.t
34208 ____________________________________________________________________________
34209 [ 26226] By: rgs                                   on 2005/11/30  09:53:11
34210         Log: Revert change #22520 (optimise away my $foo = undef and similar
34211              constructs), in order to fix bug perl #37776
34212      Branch: perl
34213            ! op.c t/op/my.t
34214 ____________________________________________________________________________
34215 [ 26225] By: rgs                                   on 2005/11/29  17:40:16
34216         Log: Subject: Re: [perl #37716] Re: File::Compare broken for filenames with whitespace
34217              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
34218              Date: Tue, 29 Nov 2005 08:07:19 +0100
34219              Message-ID: <878xv89bko.fsf@k75.linux.bogus>
34220      Branch: perl
34221            ! lib/File/Compare.pm lib/File/Compare.t
34222 ____________________________________________________________________________
34223 [ 26224] By: stevep                                on 2005/11/29  12:36:46
34224         Log: Assimilate Pod-Escapes-1.04.  This is a prereq for Pod::Simple, 
34225              which is now a prereq for podlators.
34226      Branch: perl
34227            + lib/Pod/Escapes.pm lib/Pod/Escapes/ChangeLog
34228            + lib/Pod/Escapes/README lib/Pod/Escapes/t/01_about_verbose.t
34229            + lib/Pod/Escapes/t/10_main.t
34230            + lib/Pod/Escapes/t/15_name2charnum.t
34231            ! MANIFEST Porting/Maintainers.pl
34232 ____________________________________________________________________________
34233 [ 26223] By: rgs                                   on 2005/11/28  18:43:51
34234         Log: Typo fix, by Olivier Blin
34235      Branch: perl
34236            ! lib/Getopt/Long.pm
34237 ____________________________________________________________________________
34238 [ 26222] By: steveh                                on 2005/11/28  17:07:25
34239         Log: Fix ext/POSIX/t/time.t on Win32
34240              
34241              According to MSDN, "The string result produced by ctime contains
34242              exactly 26 characters and has the form: Wed Jan 02 02:03:55 1980\n\0"
34243              so we *do* want the leading zero on the day returned by strftime
34244      Branch: perl
34245            ! ext/POSIX/t/time.t
34246 ____________________________________________________________________________
34247 [ 26221] By: stevep                                on 2005/11/28  14:11:23
34248         Log: Mac OS X/Darwin seems to have problems with tzname().
34249      Branch: perl
34250            ! ext/POSIX/t/time.t
34251 ____________________________________________________________________________
34252 [ 26220] By: rgs                                   on 2005/11/28  11:00:37
34253         Log: FAQ sync.
34254      Branch: perl
34255            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
34256            ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfaq9.pod
34257 ____________________________________________________________________________
34258 [ 26219] By: stevep                                on 2005/11/28  02:48:18
34259         Log: Subject: [PATCH] Math::Trig: blead and maint (doc patch only): s/Bay/Gulf/ and do away with bad quotes
34260              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
34261              Date: Sun, 27 Nov 2005 23:04:31 +0200 (EET)
34262              Message-Id: <20051127210431.F1D2C6CF55@ugli.hut.fi>
34263      Branch: perl
34264            ! lib/Math/Trig.pm
34265 ____________________________________________________________________________
34266 [ 26218] By: stevep                                on 2005/11/28  02:34:49
34267         Log: Mention of possible use of a scalar variable on the rhs of an arrow "->" 
34268              operator added to close two tickets.
34269      Branch: perl
34270            ! pod/perlobj.pod
34271 ____________________________________________________________________________
34272 [ 26217] By: rgs                                   on 2005/11/27  23:18:38
34273         Log: Don't let MakeMaker install doc for MIME::Base64
34274              (since installpod does it already)
34275      Branch: perl
34276            ! ext/MIME/Base64/Makefile.PL
34277 ____________________________________________________________________________
34278 [ 26216] By: rgs                                   on 2005/11/27  22:42:42
34279         Log: Upgrade to Getopt::Long 2.34_04
34280      Branch: perl
34281            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
34282            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
34283            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
34284            ! lib/Getopt/Long/t/gol-oo.t
34285 ____________________________________________________________________________
34286 [ 26215] By: rgs                                   on 2005/11/27  21:43:17
34287         Log: Subject: [PATCH] fix wrong pool error in cygwin build
34288              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34289              Date: Nov 27, 2005 9:29 AM
34290              Message-ID: <20051127082918.GA2556@efn.org>
34291      Branch: perl
34292            ! cygwin/cygwin.c
34293 ____________________________________________________________________________
34294 [ 26214] By: stevep                                on 2005/11/27  02:35:25
34295         Log: Upgrade to MIME-Base64-3.06
34296      Branch: perl
34297            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
34298            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
34299            ! ext/MIME/Base64/QuotedPrint.pm
34300 ____________________________________________________________________________
34301 [ 26213] By: stevep                                on 2005/11/26  12:48:42
34302         Log: Deal with differences in what clock() does between POSIX and BSD.
34303      Branch: perl
34304            ! ext/POSIX/t/time.t
34305 ____________________________________________________________________________
34306 [ 26212] By: stevep                                on 2005/11/26  12:04:00
34307         Log: Upgrade to Scalar-List-Utils-1.18
34308      Branch: perl
34309            + ext/List/Util/t/00version.t
34310            ! MANIFEST ext/List/Util/Changes
34311 ____________________________________________________________________________
34312 [ 26211] By: stevep                                on 2005/11/26  11:50:17
34313         Log: Upgrade to Digest-MD5-2.35
34314      Branch: perl
34315            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
34316            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
34317            ! ext/Digest/MD5/t/files.t
34318 ____________________________________________________________________________
34319 [ 26210] By: stevep                                on 2005/11/26  11:40:57
34320         Log: Actually update one of the files from the previous change.
34321      Branch: perl
34322            ! lib/Digest.pm
34323 ____________________________________________________________________________
34324 [ 26209] By: stevep                                on 2005/11/26  11:38:02
34325         Log: Upgrade to Digest-1.14
34326      Branch: perl
34327            ! lib/Digest.pm lib/Digest/Changes
34328 ____________________________________________________________________________
34329 [ 26208] By: stevep                                on 2005/11/26  02:56:26
34330         Log: Just be explicit about $TZ.  
34331      Branch: perl
34332            ! ext/POSIX/t/time.t
34333 ____________________________________________________________________________
34334 [ 26207] By: stevep                                on 2005/11/26  02:32:10
34335         Log: Hmmm...strftime() does work on Win32, but tzset() is having problems
34336              on OpenBSD.
34337      Branch: perl
34338            ! ext/POSIX/t/time.t
34339 ____________________________________________________________________________
34340 [ 26206] By: stevep                                on 2005/11/26  01:31:24
34341         Log: Additional tests for B and POSIX.  The POSIX ones concern me a bit,
34342              but I don't expect any black smokes because of testing on OpenBSD,
34343              Linux, Win32, an Cygwin.
34344      Branch: perl
34345            + ext/POSIX/t/time.t
34346            ! MANIFEST ext/B/t/b.t
34347 ____________________________________________________________________________
34348 [ 26205] By: nicholas                              on 2005/11/25  15:12:02
34349         Log: Move report_uninit() and its static supporting functions to the end of
34350              sv.c, so that they are not sandwiched between the two halves of the
34351              SV allocation code. However, the diff looks far more evil than it
34352              should given that this is just moving a single albeit large hunk.
34353      Branch: perl
34354            ! sv.c
34355 ____________________________________________________________________________
34356 [ 26204] By: rgs                                   on 2005/11/25  12:40:34
34357         Log: Subject: [PATCH] perlpod documentation discrepancy in 5.8.6 ( and maybe later? )
34358              From: demerphq <demerphq@gmail.com>
34359              Date: Fri, 25 Nov 2005 13:57:38 +0100
34360              Message-ID: <9b18b3110511250457k6c196c4fu167badd045c2d9e6@mail.gmail.com>
34361      Branch: perl
34362            ! pod/perlpod.pod
34363 ____________________________________________________________________________
34364 [ 26203] By: rgs                                   on 2005/11/24  16:09:48
34365         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
34366              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
34367              Date: Fri, 25 Nov 2005 00:19:35 +0900
34368              Message-Id: <20051125001031.24E3.BQW10602@nifty.com>
34369              
34370              Date: Fri, 25 Nov 2005 01:18:17 +0900
34371              Message-Id: <20051125011410.24E9.BQW10602@nifty.com>
34372      Branch: perl
34373            ! universal.c utf8.c
34374 ____________________________________________________________________________
34375 [ 26202] By: rgs                                   on 2005/11/24  15:38:05
34376         Log: Document new perldoc -L switch
34377              
34378              Subject: Re: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
34379              From: Enrico Sorcinelli <bepi@perl.it>
34380              Date: Thu, 24 Nov 2005 16:04:03 +0100
34381              Message-Id: <20051124160403.568a194b.bepi@perl.it>
34382      Branch: perl
34383            ! pod/perldoc.pod
34384 ____________________________________________________________________________
34385 [ 26201] By: rgs                                   on 2005/11/24  08:52:35
34386         Log: Delete a README made redundant by change 26200.
34387      Branch: perl
34388            - wince/README.perlce
34389 ____________________________________________________________________________
34390 [ 26200] By: rgs                                   on 2005/11/23  20:45:44
34391         Log: Subject: [PATCH @26198] perlce touches
34392              From: Konovalov, Vadim <vkonovalov@spb.lucent.com>
34393              Date: Nov 23, 2005 8:55 PM
34394              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DDC3@itotest-1.spb.lucent.com>
34395      Branch: perl
34396            ! INSTALL MANIFEST README.ce makedef.pl wince/Makefile.ce
34397            ! wince/wince.c
34398 ____________________________________________________________________________
34399 [ 26199] By: rgs                                   on 2005/11/23  15:34:54
34400         Log: Subject: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
34401              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
34402              Date: Wed, 23 Nov 2005 17:57:34 +0900
34403              Message-Id: <20051123175603.FFD5.BQW10602@nifty.com>
34404              
34405              And :
34406              Message-Id: <20051123202935.4D9D.BQW10602@nifty.com>
34407              
34408              with some nits to use U8 instead of char more consistently
34409      Branch: perl
34410            ! lib/utf8_heavy.pl t/op/pat.t universal.c utf8.c
34411 ____________________________________________________________________________
34412 [ 26198] By: rgs                                   on 2005/11/22  21:24:19
34413         Log: Notes in perlstyle about POD formatting, by Sébastien
34414              Aperghis-Tramoni, with nits by chromatic and Randy W. Sims.
34415      Branch: perl
34416            ! pod/perlstyle.pod
34417 ____________________________________________________________________________
34418 [ 26197] By: nicholas                              on 2005/11/22  20:23:34
34419         Log: Note the URL describing the vast riches awaiting us.
34420      Branch: perl
34421            ! t/lib/1_compile.t
34422 ____________________________________________________________________________
34423 [ 26196] By: davem                                 on 2005/11/22  16:52:24
34424         Log: include PERL_TRACK_MEMPOOL in perl -V output
34425      Branch: perl
34426            ! perl.c
34427 ____________________________________________________________________________
34428 [ 26195] By: davem                                 on 2005/11/22  16:32:42
34429         Log: perl segfaults on reversed array reference
34430              
34431              The 'for (reverse @a)' optimisation got its index wrong when
34432              create LVALUE SVs for undef elements
34433      Branch: perl
34434            ! pp_ctl.c pp_hot.c t/op/loopctl.t
34435 ____________________________________________________________________________
34436 [ 26194] By: rgs                                   on 2005/11/22  16:16:00
34437         Log: Subject: [DOC PATCH] Sort subs *can* now be recursive
34438              From: Robin Houston <robin@cpan.org>
34439              Date: Tue, 22 Nov 2005 13:28:17 +0000
34440              Message-ID: <20051122132817.GA20895@rpc142.cs.man.ac.uk>
34441      Branch: perl
34442            ! pod/perlfunc.pod
34443 ____________________________________________________________________________
34444 [ 26193] By: rgs                                   on 2005/11/22  16:10:00
34445         Log: Use the system's free to dealloc a PV allocated by the system
34446              (more precisely by libgdbm.) See :
34447              
34448              Subject: GDBM_file realloc failures
34449              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
34450              Date: Mon, 21 Nov 2005 18:22:00 +0100
34451              Message-ID: <20051121182200.0b3d2454@grubert.mandrakesoft.com>
34452      Branch: perl
34453            ! ext/GDBM_File/GDBM_File.xs
34454 ____________________________________________________________________________
34455 [ 26192] By: rgs                                   on 2005/11/22  15:54:16
34456         Log: Subject: Re: [PATCH] concat interacts badly with magic
34457              From: Robin Houston <robin@cpan.org>
34458              Date: Tue, 22 Nov 2005 14:07:27 +0000
34459              Message-ID: <20051122140727.GA29861@rpc142.cs.man.ac.uk>
34460              
34461              (new version of patch for bug #37722)
34462      Branch: perl
34463            ! pp_hot.c t/lib/warnings/9uninit t/lib/warnings/pp_hot
34464            ! t/op/tie.t
34465 ____________________________________________________________________________
34466 [ 26191] By: rgs                                   on 2005/11/22  14:16:05
34467         Log: Subject: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
34468              From: Enrico Sorcinelli <bepi@perl.it>
34469              Date: Sun, 20 Nov 2005 10:20:51 +0100
34470              Message-Id: <20051120102051.23ef095d.bepi@perl.it>
34471              
34472              Also, bump version number of Perldoc.
34473      Branch: perl
34474            ! lib/Pod/Perldoc.pm
34475 ____________________________________________________________________________
34476 [ 26190] By: rgs                                   on 2005/11/22  11:29:03
34477         Log: Revert change #26185, which could have some unwanted side-effects.
34478              (lib/warnings.t had failures due to this patch.)
34479              Moreover Dave Mitchell correctly pointed out that [perl #37722]
34480              wasn't really a bug.
34481      Branch: perl
34482            ! pp_hot.c t/op/tie.t
34483 ____________________________________________________________________________
34484 [ 26189] By: merijn                                on 2005/11/22  06:33:05
34485         Log: Subject: RE: [perl #37708] [PATCH] wrong IP_ constants on Win32 
34486              From: "Jan Dubois" <jand@ActiveState.com>
34487              Date: Mon, 21 Nov 2005 21:35:51 -0800
34488              Message-ID: <062401c5ef26$99b3a490$2217a8c0@candy>
34489      Branch: perl
34490            ! win32/include/sys/socket.h
34491 ____________________________________________________________________________
34492 [ 26188] By: stevep                                on 2005/11/22  03:41:17
34493         Log: Subject: [PATCH] ff_chop.patch redux
34494              From: Andy Lester <andy@petdance.com>
34495              Date: Mon, 21 Nov 2005 21:16:14 -0600
34496              Message-ID: <20051122031614.GB19424@petdance.com>
34497      Branch: perl
34498            ! pp_ctl.c
34499 ____________________________________________________________________________
34500 [ 26187] By: stevep                                on 2005/11/22  03:37:30
34501         Log: Subject: patch@26180 - t/op/pat.t : Can't reset %ENV on VMS
34502              From: "John E. Malmberg" <wb8tyw@qsl.net>
34503              Date: Mon, 21 Nov 2005 22:09:17 -0500
34504              Message-ID: <43828BDD.7080302@qsl.net>
34505      Branch: perl
34506            ! t/op/pat.t
34507 ____________________________________________________________________________
34508 [ 26186] By: stevep                                on 2005/11/22  03:32:04
34509         Log: Subject: patch@26180 - t/op/array.t : Can't reset %ENV on VMS
34510              From: "John E. Malmberg" <wb8tyw@qsl.net>
34511              Date: Mon, 21 Nov 2005 21:19:31 -0500
34512              Message-ID: <43828033.9040708@qsl.net>
34513      Branch: perl
34514            ! t/op/array.t
34515 ____________________________________________________________________________
34516 [ 26185] By: rgs                                   on 2005/11/21  17:19:34
34517         Log: Subject: [PATCH] concat interacts badly with magic
34518              From: Robin Houston <robin@cpan.org>
34519              Date: Mon, 21 Nov 2005 17:03:39 +0000
34520              Message-ID: <20051121170339.GA8214@rpc142.cs.man.ac.uk>
34521      Branch: perl
34522            ! pp_hot.c t/op/tie.t
34523 ____________________________________________________________________________
34524 [ 26184] By: nicholas                              on 2005/11/21  14:18:03
34525         Log: Flip the sign of the value in body details offset, and change its type
34526              to size_t.
34527      Branch: perl
34528            ! sv.c
34529 ____________________________________________________________________________
34530 [ 26183] By: merijn                                on 2005/11/21  14:11:28
34531         Log: Thread failures on AIX (and others) caused by interleaved output
34532              
34533              Subject: Smoke [5.9.3] 26168 FAIL(X) AIX 4.3.3.0/ML11 (PPC/1 cpu)
34534              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
34535              Date: Sun, 20 Nov 2005 14:36 +0100
34536              Message-Id: <200511201337.jAKDbc1O066213@smtp-vbr6.xs4all.nl>
34537      Branch: perl
34538            ! t/op/threads.t
34539 ____________________________________________________________________________
34540 [ 26181] By: rgs                                   on 2005/11/21  08:58:59
34541         Log: Upgrade to Time::HiRes 1.83
34542      Branch: perl
34543            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
34544            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
34545 ____________________________________________________________________________
34546 [ 26180] By: nicholas                              on 2005/11/20  20:39:50
34547         Log: Eliminate two more strlen()s, by using the return value of sprintf().
34548      Branch: perl
34549            ! pp_ctl.c
34550 ____________________________________________________________________________
34551 [ 26179] By: rgs                                   on 2005/11/20  12:10:15
34552         Log: Declarations must come first, or some compilers aren't happy.
34553              (spotted by Jarkko)
34554      Branch: perl
34555            ! ext/B/B.xs
34556 ____________________________________________________________________________
34557 [ 26178] By: stevep                                on 2005/11/20  02:41:01
34558         Log: Subject: [PATCH] Pulling ancient RCS comments
34559              From: Andy Lester <andy@petdance.com>
34560              Date: Sat, 19 Nov 2005 00:16:39 -0600
34561              Message-ID: <20051119061639.GA25086@petdance.com>
34562      Branch: perl
34563            ! lib/AnyDBM_File.t lib/importenv.pl lib/stat.pl lib/validate.pl
34564            ! t/base/cond.t t/base/if.t t/base/pat.t t/base/term.t
34565            ! t/cmd/elsif.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
34566            ! t/comp/cmdopt.t t/comp/cpp.t t/comp/decl.t t/io/inplace.t
34567            ! t/io/read.t t/io/tell.t t/op/append.t t/op/auto.t t/op/cond.t
34568            ! t/op/do.t t/op/flip.t t/op/goto_xs.t t/op/my.t t/op/push.t
34569            ! t/op/read.t t/op/time.t t/op/unshift.t
34570 ____________________________________________________________________________
34571 [ 26177] By: stevep                                on 2005/11/20  02:31:10
34572         Log: Subject: Reworked PERL_TRACK_MEMPOOL patch
34573              From: "Jan Dubois" <jand@ActiveState.com>
34574              Date: Fri, 18 Nov 2005 11:38:24 -0800
34575              Message-ID: <003601c5ec77$a45eb260$2217a8c0@candy>
34576      Branch: perl
34577            ! perl.h util.c
34578 ____________________________________________________________________________
34579 [ 26176] By: stevep                                on 2005/11/19  19:14:42
34580         Log: Down with "warning: code has no effect"
34581      Branch: perl
34582            ! XSUB.h
34583 ____________________________________________________________________________
34584 [ 26175] By: stevep                                on 2005/11/19  18:06:14
34585         Log: Cleaning up some warnings generated by "gcc -W"
34586      Branch: perl
34587            ! deb.c ext/B/B.xs ext/Data/Dumper/Dumper.xs
34588            ! ext/PerlIO/encoding/encoding.xs mg.c op.c regcomp.c scope.c
34589 ____________________________________________________________________________
34590 [ 26174] By: stevep                                on 2005/11/19  13:46:27
34591         Log: Upgrade to PathTools-3.14
34592      Branch: perl
34593            + lib/File/Spec/t/tmpdir.t
34594            ! MANIFEST ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
34595            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
34596            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
34597            ! lib/File/Spec/t/Spec.t
34598 ____________________________________________________________________________
34599 [ 26173] By: nicholas                              on 2005/11/19  11:21:15
34600         Log: Norman observed that a couple of macros could make the body defintion
34601              table a lot more readable.
34602      Branch: perl
34603            ! sv.c
34604 ____________________________________________________________________________
34605 [ 26172] By: nicholas                              on 2005/11/19  00:50:33
34606         Log: With -DPURFIY we change the flags so that everything is allocated
34607              directly. (Don't use arenas at all.) This seems a rather elegant way
34608              to simplify some of the code in sv.c by removing conditional
34609              compilation.
34610      Branch: perl
34611            ! sv.c
34612 ____________________________________________________________________________
34613 [ 26171] By: nicholas                              on 2005/11/19  00:21:58
34614         Log: Map the HE arena onto SV type 0 (SVt_NULL).
34615              Abolish PL_he_root and PL_he_arenaroot.
34616      Branch: perl
34617            ! embedvar.h ext/XS/APItest/APItest.xs hv.c intrpvar.h perlapi.h
34618            ! sv.c sv.h
34619 ____________________________________________________________________________
34620 [ 26170] By: nicholas                              on 2005/11/18  23:44:32
34621         Log: Remove all the now unused new_XFOO()/del_XFOO() macros
34622      Branch: perl
34623            ! sv.c
34624 ____________________________________________________________________________
34625 [ 26169] By: nicholas                              on 2005/11/18  23:28:59
34626         Log: sv_clear can manipulate the arena array directly too.
34627              Also, I think that we may have been "leaking" NV bodies in blead since
34628              25051. Oops. (Will not have been detectable except with -DPURIFY as
34629              the leak is not returning them as free to the arena)
34630      Branch: perl
34631            ! sv.c
34632 ____________________________________________________________________________
34633 [ 26168] By: nicholas                              on 2005/11/18  21:25:23
34634         Log: We only need to zero new bodies for upgrades. sv_dup doesn't need to
34635              zero as it's copying over the same sized structure. So change
34636              new_NOARENA to malloc(), and add new_NOARENAZ() to calloc()
34637      Branch: perl
34638            ! sv.c
34639 ____________________________________________________________________________
34640 [ 26167] By: nicholas                              on 2005/11/18  21:02:34
34641         Log: Merge the arms of the switch. The decision about what comes from an
34642              arena and what comes from malloc is now solely in the table.
34643      Branch: perl
34644            ! sv.c
34645 ____________________________________________________________________________
34646 [ 26166] By: nicholas                              on 2005/11/18  20:38:26
34647         Log: Eliminate new_body_length from sv_dup. Replace SvTYPE(sstr) with
34648              sv_type, which is a constant variable with the same value.
34649      Branch: perl
34650            ! sv.c
34651 ____________________________________________________________________________
34652 [ 26165] By: nicholas                              on 2005/11/18  19:50:24
34653         Log: Eliminate new_body_offset from sv_dup()
34654      Branch: perl
34655            ! sv.c
34656 ____________________________________________________________________________
34657 [ 26164] By: nicholas                              on 2005/11/18  17:37:39
34658         Log: Merge the last remaining case duplication in sv_upgrade
34659      Branch: perl
34660            ! sv.c
34661 ____________________________________________________________________________
34662 [ 26163] By: nicholas                              on 2005/11/18  16:18:38
34663         Log: Eliminate new_body_length from sv_upgrade
34664      Branch: perl
34665            ! sv.c
34666 ____________________________________________________________________________
34667 [ 26162] By: nicholas                              on 2005/11/18  15:51:10
34668         Log: Eliminate new_body_offset from sv_upgrade
34669      Branch: perl
34670            ! sv.c
34671 ____________________________________________________________________________
34672 [ 26161] By: nicholas                              on 2005/11/18  15:03:01
34673         Log: new_body_inline doesn't need to be passed the root, as it's already
34674              inferring the arenaroot directly from the passed-in type.
34675      Branch: perl
34676            ! sv.c
34677 ____________________________________________________________________________
34678 [ 26160] By: rgs                                   on 2005/11/18  12:40:16
34679         Log: Tabs are still required in the MANIFEST
34680      Branch: perl
34681            ! MANIFEST
34682 ____________________________________________________________________________
34683 [ 26159] By: nicholas                              on 2005/11/18  12:06:06
34684         Log: Add a flag to the body details of which types come from arenas.
34685              Update the allocation information for all the types.
34686              Add a new macro new_NOARENA() for allocating the non-arena types.
34687              Use calloc rather than malloc for the new_NOARENA so that the Zero()
34688              can be skipped.
34689      Branch: perl
34690            ! sv.c
34691 ____________________________________________________________________________
34692 [ 26158] By: nicholas                              on 2005/11/18  11:20:10
34693         Log: Simplify the expression for the upgrade logic for SVt_IV.
34694              Replace the "can't happen" comment for SVt_PVIV with assertions
34695              that it didn't happen.
34696      Branch: perl
34697            ! sv.c
34698 ____________________________________________________________________________
34699 [ 26157] By: stevep                                on 2005/11/18  11:07:34
34700         Log: Adding README.linux to the MANIFEST
34701      Branch: perl
34702            ! MANIFEST
34703 ____________________________________________________________________________
34704 [ 26156] By: nicholas                              on 2005/11/18  10:30:12
34705         Log: const and static for the const static private table.
34706              Replace the "upgrade" special case for SVt_PV with assertions as it's
34707              not been needed since we forced *up*grades.
34708      Branch: perl
34709            ! sv.c
34710 ____________________________________________________________________________
34711 [ 26155] By: nicholas                              on 2005/11/18  10:13:31
34712         Log: Rename sv_upgrade's parameter mt to new_type.
34713      Branch: perl
34714            ! sv.c
34715 ____________________________________________________________________________
34716 [ 26154] By: rgs                                   on 2005/11/18  08:30:18
34717         Log: Subject: Dumpvalue doc patch
34718              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
34719              Date: Fri, 18 Nov 2005 03:42:52 +0100
34720              Message-ID: <87br0ibrrn.fsf@k75.linux.bogus>
34721      Branch: perl
34722            ! lib/Dumpvalue.pm
34723 ____________________________________________________________________________
34724 [ 26153] By: stevep                                on 2005/11/18  00:54:53
34725         Log: Initial, albeit hackish, support for the alpha version of Sun Studio
34726              compilers of Linux.
34727      Branch: perl
34728            + README.linux
34729            ! hints/linux.sh
34730 ____________________________________________________________________________
34731 [ 26152] By: nicholas                              on 2005/11/17  23:27:59
34732         Log: All that can be in the first switch statement of sv_upgrade is now
34733              table driven. The shrinking continues on the morrow.
34734      Branch: perl
34735            ! sv.c
34736 ____________________________________________________________________________
34737 [ 26151] By: nicholas                              on 2005/11/17  22:50:07
34738         Log: "Can you see what it is yet?"
34739              Next steps towards making as much as possible table driven.
34740      Branch: perl
34741            ! sv.c
34742 ____________________________________________________________________________
34743 [ 26150] By: nicholas                              on 2005/11/17  21:58:58
34744         Log: Add the size of the structure to copy as a field in the per type
34745              data table.
34746      Branch: perl
34747            ! sv.c
34748 ____________________________________________________________________________
34749 [ 26149] By: nicholas                              on 2005/11/17  16:33:05
34750         Log: Merge sizeof_body_by_svtype and offset_by_svtype into a single array
34751              of structures.
34752      Branch: perl
34753            ! sv.c
34754 ____________________________________________________________________________
34755 [ 26148] By: nicholas                              on 2005/11/17  14:36:39
34756         Log: Move the location of the definition of the arena slot used for pte
34757              into sv.h, to keep it in one central place.
34758              Change it to use SVt_RV. (Having SVt_IV for real use will be useful.
34759              SVt_RV has no body, and doesn't pretend to have one, so it is spare.)
34760      Branch: perl
34761            ! sv.c sv.h
34762 ____________________________________________________________________________
34763 [ 26147] By: rgs                                   on 2005/11/17  14:09:10
34764         Log: Subject: [PATCH] Sort subs now in embed.fnc
34765              From: Andy Lester <andy@petdance.com>
34766              Date: Thu, 17 Nov 2005 07:53:38 -0600
34767              Message-ID: <20051117135338.GA31715@petdance.com>
34768      Branch: perl
34769            ! embed.fnc embed.h pp_sort.c proto.h
34770 ____________________________________________________________________________
34771 [ 26146] By: nicholas                              on 2005/11/17  13:51:01
34772         Log: s/SvTYPE(sv)/old_type/ in sv_upgrade because we already have that value
34773              in that variable.
34774              Don't compile S_new_body with -DPURIFY
34775      Branch: perl
34776            ! sv.c
34777 ____________________________________________________________________________
34778 [ 26145] By: rgs                                   on 2005/11/17  09:06:33
34779         Log: It's clearer to use "morphing" than "polymorphing" when
34780              describing what exec() does
34781      Branch: perl
34782            ! pod/perlmod.pod
34783 ____________________________________________________________________________
34784 [ 26144] By: stevep                                on 2005/11/17  00:18:31
34785         Log: Subject: [perl #37694] segfault with PerlIO::get_layers()
34786              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
34787              Date: Wed, 16 Nov 2005 07:11:41 -0800
34788              Message-ID: <rt-3.0.11-37694-124556.15.9755707729767@perl.org>
34789      Branch: perl
34790            ! universal.c
34791 ____________________________________________________________________________
34792 [ 26143] By: nicholas                              on 2005/11/16  23:40:55
34793         Log: Oi gcc, No! sizeof(void) is an error. *Not* 1.
34794              Wanting sizeof(void) isn't even a compilation error with -ansi
34795              -pedantic. Just a warning. Lame! I'm going to send it back for a full
34796              refund. Hateful software.
34797      Branch: perl
34798            ! sv.c
34799 ____________________________________________________________________________
34800 [ 26142] By: nicholas                              on 2005/11/16  20:18:58
34801         Log: PL_pte_root and PL_pte_arenaroot can be exterminated. Which reveals
34802              an erroneous remaining reference to PL_pte_root to correct.
34803      Branch: perl
34804            ! embedvar.h intrpvar.h perlapi.h sv.c
34805 ____________________________________________________________________________
34806 [ 26141] By: nicholas                              on 2005/11/16  19:26:17
34807         Log: Subject: Re: eliminate discreet arenaroots
34808              From: Jim Cromie <jim.cromie@gmail.com>
34809              Message-ID: <4378E5B0.3010708@gmail.com>
34810              Date: Mon, 14 Nov 2005 12:29:52 -0700
34811      Branch: perl
34812            ! embedvar.h intrpvar.h perlapi.h sv.c sv.h
34813 ____________________________________________________________________________
34814 [ 26140] By: merijn                                on 2005/11/16  19:26:13
34815         Log: Subject: [PATCH @26137] for wince
34816              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
34817              Date: Wed, 16 Nov 2005 20:57:13 +0300
34818              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC9F@itotest-1.spb.lucent.com>
34819      Branch: perl
34820            ! makedef.pl wince/Makefile.ce wince/config.ce wince/config_H.ce
34821            ! wince/wince.c
34822 ____________________________________________________________________________
34823 [ 26137] By: rgs                                   on 2005/11/16  15:06:10
34824         Log: Subject: Re: [perl #37688] Unexpected regex failure. 
34825              From: hv@crypt.org
34826              Date: Wed, 16 Nov 2005 14:54:55 +0000
34827              Message-Id: <200511161454.jAGEst117787@zen.crypt.org>
34828      Branch: perl
34829            ! regexec.c t/op/re_tests
34830 ____________________________________________________________________________
34831 [ 26136] By: rgs                                   on 2005/11/15  16:33:02
34832         Log: Subject: Re: [perl #37616] Bug in &= (string) and/or m//
34833              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
34834              Date: Wed, 09 Nov 2005 02:12:00 +0900
34835              Message-Id: <20051109021035.69D8.BQW10602@nifty.com>
34836      Branch: perl
34837            ! doop.c t/op/bop.t
34838 ____________________________________________________________________________
34839 [ 26135] By: rgs                                   on 2005/11/15  13:30:00
34840         Log: Subject: [PATCH] Re: Cygwin status, maint and blead
34841              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34842              Date: Sun, 13 Nov 2005 16:01:02 -0800
34843              Message-ID: <20051114000102.GA5556@efn.org>
34844      Branch: perl
34845            ! Makefile.SH
34846 ____________________________________________________________________________
34847 [ 26134] By: nicholas                              on 2005/11/14  22:48:02
34848         Log: Remove the two register keywords from auto variables that PERL_POSION
34849              wants to take the address of.
34850      Branch: perl
34851            ! hv.c scope.c
34852 ____________________________________________________________________________
34853 [ 26133] By: nicholas                              on 2005/11/14  22:32:14
34854         Log: More PERL_POISON - poison SvANY() and SvREFCNT() in freed SV heads.
34855              (by using the union pointer to chain the freed heads together)
34856      Branch: perl
34857            ! sv.c
34858 ____________________________________________________________________________
34859 [ 26132] By: nicholas                              on 2005/11/14  22:31:14
34860         Log: Mark all places where perl needs to look at a possibly-freed scalar
34861              with a macro SvIS_FREED(sv)
34862      Branch: perl
34863            ! av.c mg.c op.c pad.c pp_hot.c sv.h
34864 ____________________________________________________________________________
34865 [ 26131] By: stevep                                on 2005/11/14  17:31:59
34866         Log: Removed reference to the non-existent C<Opcode::Custom>.
34867      Branch: perl
34868            ! pod/perlguts.pod
34869 ____________________________________________________________________________
34870 [ 26130] By: rgs                                   on 2005/11/14  16:32:33
34871         Log: The warning "Field too wide in 'u' format in pack" was emitted even
34872              when pack warnings were not enabled
34873      Branch: perl
34874            ! pp_pack.c
34875 ____________________________________________________________________________
34876 [ 26129] By: nicholas                              on 2005/11/14  16:22:26
34877         Log: Provide a crude way for specifying the command line for
34878              make test.valgrind
34879      Branch: perl
34880            ! Makefile.SH t/TEST
34881 ____________________________________________________________________________
34882 [ 26128] By: rgs                                   on 2005/11/14  15:40:08
34883         Log: A better fix for [perl #35847] File::Find not performing as documented,
34884              suggested by Darren Dunham. Includes a fix to the code example that
34885              uses File::Find in perlfaq3.
34886      Branch: perl
34887            ! lib/File/Find.pm pod/perlfaq3.pod
34888 ____________________________________________________________________________
34889 [ 26126] By: rgs                                   on 2005/11/14  12:43:29
34890         Log: Don't warn about lack of docs for functions that appear twice in embed.fnc.
34891      Branch: perl
34892            ! autodoc.pl
34893 ____________________________________________________________________________
34894 [ 26124] By: rgs                                   on 2005/11/14  10:45:25
34895         Log: Fix indentation of apidoc for sv_2pvutf8
34896              (so perlapi.pod is correctly generated)
34897      Branch: perl
34898            ! pod/perlapi.pod sv.c
34899 ____________________________________________________________________________
34900 [ 26123] By: rgs                                   on 2005/11/14  10:24:58
34901         Log: Suppress gcc warnings when ignoring the return value of io_close(),
34902              as suggested by Gisle Aas.
34903      Branch: perl
34904            ! embed.fnc proto.h
34905 ____________________________________________________________________________
34906 [ 26122] By: rgs                                   on 2005/11/14  10:13:41
34907         Log: Subject: [PATCH] Missing ; in Storable.xs
34908              From: Gisle Aas <gisle@ActiveState.com>
34909              Date: 14 Nov 2005 02:32:14 -0800
34910              Message-ID: <lrhdafy0y9.fsf_-_@caliper.activestate.com>
34911      Branch: perl
34912            ! ext/Storable/Storable.xs
34913 ____________________________________________________________________________
34914 [ 26120] By: steveh                                on 2005/11/14  09:39:48
34915         Log: Subject: [PATCH] Compress::Zlib
34916              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
34917              Date: Sun, 13 Nov 2005 17:09:08 -0000
34918              Message-ID: <00d101c5e874$f865f910$6d1c140a@myopwv.com>
34919      Branch: perl
34920            ! ext/Compress/Zlib/Zlib.pm
34921            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
34922            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
34923            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
34924            ! ext/Compress/Zlib/t/09gziphdr.t
34925 ____________________________________________________________________________
34926 [ 26119] By: steveh                                on 2005/11/14  09:39:02
34927         Log: Fix code-before-declaration in boot_Storable added by 26107
34928      Branch: perl
34929            ! ext/Storable/Storable.xs
34930 ____________________________________________________________________________
34931 [ 26118] By: stevep                                on 2005/11/14  01:13:16
34932         Log: Subject: [PATCH] consting perlbug breaking in blead & maint
34933              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34934              Date: Sun, 13 Nov 2005 16:00:49 -0800
34935              Message-ID: <20051114000049.GA7676@efn.org>
34936      Branch: perl
34937            ! utils/perlbug.PL
34938 ____________________________________________________________________________
34939 [ 26112] By: nicholas                              on 2005/11/13  18:47:27
34940         Log: Fix breakages that prevended -DPERL_POISON from compiling.
34941      Branch: perl
34942            ! handy.h sv.h
34943 ____________________________________________________________________________
34944 [ 26110] By: nicholas                              on 2005/11/13  11:44:30
34945         Log: Integrate:
34946              [ 26108]
34947              BEGIN blocks should start a new stack, as they can be called as a
34948              side effect of "regular" Perl API calls within subroutines that have
34949              already cached the current stack's address. If they don't, any stack
34950              extension during the call may move the stack, rendering that cached
34951              value invalid without the cachee realising. (For example, PP code
34952              calling gv_fetchpv() which triggers a load of Errno.pm)
34953      Branch: perl
34954           !> op.c
34955 ____________________________________________________________________________
34956 [ 26107] By: stevep                                on 2005/11/13  00:40:25
34957         Log: Subject: Re: [PATCH] Enhanced Storable::read_magic()
34958              From: Gisle Aas <gisle@ActiveState.com>
34959              Date: 12 Nov 2005 13:13:23 -0800
34960              Message-ID: <lrhdah7eoc.fsf@caliper.activestate.com>
34961      Branch: perl
34962            + ext/Storable/t/file_magic.t
34963            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
34964            ! ext/Storable/Storable.xs
34965 ____________________________________________________________________________
34966 [ 26103] By: stevep                                on 2005/11/12  20:44:16
34967         Log: Upgrade to Locale-Maketext-1.10.  As change #25547 did not make it
34968              into the module release, I bumped the version number and added the
34969              missing code.
34970      Branch: perl
34971            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
34972 ____________________________________________________________________________
34973 [ 26101] By: stevep                                on 2005/11/12  19:46:18
34974         Log: Subject: [perl #37657] segfault with binmode ":pop"
34975              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
34976              Date: Fri, 11 Nov 2005 06:36:20 -0800
34977              Message-ID: <rt-3.0.11-37657-124293.6.03947871136576@perl.org>
34978      Branch: perl
34979            ! perlio.c
34980 ____________________________________________________________________________
34981 [ 26100] By: nicholas                              on 2005/11/12  18:48:29
34982         Log: Make B's tests skip correctly when PerlIO is not configured.
34983      Branch: perl
34984            ! ext/B/t/concise-xs.t ext/B/t/concise.t
34985 ____________________________________________________________________________
34986 [ 26099] By: stevep                                on 2005/11/12  16:59:49
34987         Log: Subject: [PATCH] mathoms prototypes aren't prototypes
34988              From: Andy Lester <andy@petdance.com>
34989              Date: Fri, 11 Nov 2005 17:20:30 -0600
34990              Message-ID: <20051111232030.GA882@petdance.com>
34991      Branch: perl
34992            ! mathoms.c perl.c
34993 ____________________________________________________________________________
34994 [ 26096] By: stevep                                on 2005/11/12  15:41:09
34995         Log: Andy Lester maintains Locale::Maketext now.
34996      Branch: perl
34997            ! Porting/Maintainers.pl
34998 ____________________________________________________________________________
34999 [ 26093] By: nicholas                              on 2005/11/12  10:21:50
35000         Log: Change 26063 got one conditional the wrong way round.
35001      Branch: perl
35002            ! ext/B/B/Bytecode.pm
35003 ____________________________________________________________________________
35004 [ 26091] By: nicholas                              on 2005/11/12  09:15:32
35005         Log: Make the removal of references to AvFLAGS in the B modules conditional
35006              on perl version.
35007      Branch: perl
35008            ! ext/B/B/C.pm ext/B/B/Debug.pm
35009 ____________________________________________________________________________
35010 [ 26090] By: stevep                                on 2005/11/11  22:47:06
35011         Log: const'ing Netdb_host_t broke HP-UX and created warnings on gcc for a double const.  
35012              Netdb_host_t is a macro that for a const pointer.
35013      Branch: perl
35014            ! pp_sys.c
35015 ____________________________________________________________________________
35016 [ 26089] By: nicholas                              on 2005/11/11  21:52:20
35017         Log: 26085 was wrong. Undo it.
35018              (I suspect that I got this wrong because more changes have been made
35019              in blead subsequent to the change I was attempting to merge in, and
35020              and jiggled around with the number of tests)
35021      Branch: perl
35022            ! ext/B/t/concise-xs.t
35023 ____________________________________________________________________________
35024 [ 26088] By: stevep                                on 2005/11/11  16:44:39
35025         Log: Subject: [PATCH] DB_File 1.814
35026              From: Paul Marquess <Paul.Marquess@ntlworld.com>
35027              Date: Fri, 11 Nov 2005 12:09:55 -0000
35028              Message-ID: <00e301c5e6b8$d5a357f0$241c140a@myopwv.com>
35029      Branch: perl
35030            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
35031            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
35032 ____________________________________________________________________________
35033 [ 26087] By: stevep                                on 2005/11/11  16:17:03
35034         Log: Subject: [PATCH] Storable 0.1 compatibility
35035              From: Gisle Aas <gisle@ActiveState.com> 
35036              Date: 11 Nov 2005 05:42:29 -0800 
35037              Message-ID: <lry83v712y.fsf@caliper.activestate.com>
35038              
35039              Also added an entry in the main MANIFEST file for the new test and 
35040              a version bump in Storable.pm.
35041      Branch: perl
35042            + ext/Storable/t/compat01.t
35043            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
35044            ! ext/Storable/Storable.xs
35045 ____________________________________________________________________________
35046 [ 26085] By: nicholas                              on 2005/11/11  14:16:30
35047         Log: Correct the version-dependant expression for the number of tests, as it
35048              is now giving the wrong number for 5.8.x
35049      Branch: perl
35050            ! ext/B/t/concise-xs.t
35051 ____________________________________________________________________________
35052 [ 26082] By: stevep                                on 2005/11/11  04:55:56
35053         Log: Subject: [PATCH] Const & local: Special Victims Unit
35054              From: Andy Lester <andy@petdance.com>
35055              Date: Thu, 10 Nov 2005 22:47:00 -0600
35056              Message-ID: <20051111044700.GA24161@petdance.com>
35057      Branch: perl
35058            ! cop.h doio.c doop.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c
35059            ! util.c
35060 ____________________________________________________________________________
35061 [ 26081] By: stevep                                on 2005/11/11  03:27:35
35062         Log: Pod nit in Encode.pm, found by Marc Lehmann in RT #36949. 
35063      Branch: perl
35064            ! ext/Encode/Encode.pm
35065 ____________________________________________________________________________
35066 [ 26080] By: stevep                                on 2005/11/11  03:18:11
35067         Log: Fix for RT #37654.  Added $COMPILING to list of variables exported.
35068      Branch: perl
35069            ! lib/English.pm
35070 ____________________________________________________________________________
35071 [ 26079] By: rgs                                   on 2005/11/10  16:59:15
35072         Log: Subject: [PATCH] Suppress leaked warnings in ExtUtils tests
35073              From: Dominic Dunlop <domo@computer.org>
35074              Date: Thu, 10 Nov 2005 18:10:00 +0100
35075              Message-Id: <D2949A21-7EE3-449F-BEF2-38FAD7B4A483@computer.org>
35076      Branch: perl
35077            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/Manifest.t
35078 ____________________________________________________________________________
35079 [ 26078] By: rgs                                   on 2005/11/10  16:36:12
35080         Log: Patch by Ilya Zakharevich to give more meaningful error
35081              messages from if.pm when invoked with a condition in list
35082              context. Also bump if's VERSION.
35083      Branch: perl
35084            ! lib/if.pm
35085 ____________________________________________________________________________
35086 [ 26077] By: rgs                                   on 2005/11/10  15:10:42
35087         Log: Define PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION earlier in perl.h
35088              (that is, before embed.h, that uses this symbol, is included)
35089      Branch: perl
35090            ! perl.h
35091 ____________________________________________________________________________
35092 [ 26076] By: rgs                                   on 2005/11/10  14:26:12
35093         Log: Subject: [perl #35847] File::Find not performing as documented 
35094              From: "jms@mathras.comcast.net (via RT)" <perlbug-followup@perl.org>
35095              Date: 17 May 2005 10:40:08 -0000
35096              Message-ID: <rt-3.0.11-35847-113088.7.09182163210095@perl.org>
35097      Branch: perl
35098            ! lib/File/Find.pm
35099 ____________________________________________________________________________
35100 [ 26075] By: rgs                                   on 2005/11/10  13:03:20
35101         Log: Subject: [perl #37648] segfault with PERLIO_DEBUG 
35102              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
35103              Date: Thu, 10 Nov 2005 04:31:39 -0800
35104              Message-ID: <rt-3.0.11-37648-124187.17.2251402270294@perl.org>
35105      Branch: perl
35106            ! perlio.c
35107 ____________________________________________________________________________
35108 [ 26074] By: stevep                                on 2005/11/10  12:22:43
35109         Log: Subject: [perl #37582] [PATCH] h2ph inc_dirs() fails to prepend gcc include search path, resulting in missing C standard headers on Linux
35110              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
35111              Date: Tue, 01 Nov 2005 15:22:45 -0800
35112              Message-ID: <rt-3.0.11-37582-123738.12.3509768746337@perl.org>
35113      Branch: perl
35114            ! utils/h2ph.PL
35115 ____________________________________________________________________________
35116 [ 26073] By: rgs                                   on 2005/11/10  10:52:51
35117         Log: Subject: [PATCH] remove whitespace preceding semicolon in docs
35118              From: Steven Schubiger <schubiger@cpan.org>
35119              Date: Mon, 31 Oct 2005 22:48:27 +0100
35120              Message-ID: <20051031214827.GH24416@accognoscere.homeunix.org>
35121      Branch: perl
35122            ! pod/perl561delta.pod pod/perl56delta.pod pod/perlcall.pod
35123            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perlfaq5.pod
35124            ! pod/perlfilter.pod pod/perlipc.pod pod/perllexwarn.pod
35125            ! pod/perlop.pod pod/perlre.pod pod/perlsub.pod pod/perltrap.pod
35126            ! pod/perlxs.pod
35127 ____________________________________________________________________________
35128 [ 26072] By: rgs                                   on 2005/11/10  10:37:42
35129         Log: Really apply change #26071.
35130      Branch: perl
35131            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
35132            ! wince/config_sh.PL
35133 ____________________________________________________________________________
35134 [ 26071] By: rgs                                   on 2005/11/10  10:35:57
35135         Log: Subject: [PATCH @26062] wince patch
35136              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
35137              Date: Wed, 9 Nov 2005 20:22:52 +0300 
35138              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC02@itotest-1.spb.lucent.com>
35139      Branch: perl
35140            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
35141            ! wince/config_sh.PL
35142 ____________________________________________________________________________
35143 [ 26070] By: rgs                                   on 2005/11/10  09:11:26
35144         Log: Add tests for two untested syntax error messages about \N
35145      Branch: perl
35146            ! t/comp/parser.t
35147 ____________________________________________________________________________
35148 [ 26069] By: steveh                                on 2005/11/10  08:41:53
35149         Log: Make Perl_seed public
35150              
35151              Fixes Win32 linker error in List::Util introduced by change #26054
35152      Branch: perl
35153            ! embed.fnc embed.h global.sym
35154 ____________________________________________________________________________
35155 [ 26068] By: rgs                                   on 2005/11/10  08:36:13
35156         Log: Subject: [PATCH] blead@26052 Symbian update
35157              From: <jarkko.hietaniemi@nokia.com>
35158              Date: Wed, 9 Nov 2005 17:45:07 +0200
35159              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A73D@esebe105.NOE.Nokia.com>
35160      Branch: perl
35161            ! README.symbian symbian/TODO symbian/config.pl symbian/port.pl
35162            ! symbian/sdk.pl symbian/sisify.pl
35163 ____________________________________________________________________________
35164 [ 26067] By: nicholas                              on 2005/11/09  21:52:03
35165         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
35166              change 25925 had the side effect of breaking ext/Encode/t/perlio.t
35167              Fixed by opening with :bytes.
35168      Branch: perl
35169            ! ext/Encode/t/perlio.t
35170 ____________________________________________________________________________
35171 [ 26066] By: nicholas                              on 2005/11/09  21:30:02
35172         Log: I/O is UTF-8, not "UNICODE"
35173      Branch: perl
35174            ! t/io/layers.t
35175 ____________________________________________________________________________
35176 [ 26065] By: nicholas                              on 2005/11/09  20:53:29
35177         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
35178              change 25925 had the side effect of breaking t/io/utf8.t
35179              Fixed by adding the missing binmode()s.
35180      Branch: perl
35181            ! t/io/utf8.t
35182 ____________________________________________________________________________
35183 [ 26064] By: nicholas                              on 2005/11/09  20:23:28
35184         Log: Better diagnostics from io/utf8.t
35185      Branch: perl
35186            ! t/io/utf8.t
35187 ____________________________________________________________________________
35188 [ 26063] By: nicholas                              on 2005/11/09  17:29:44
35189         Log: Make the Bytecode changes conditional on perl version.
35190      Branch: perl
35191            ! ext/B/B/Bytecode.pm
35192 ____________________________________________________________________________
35193 [ 26062] By: rgs                                   on 2005/11/09  11:56:04
35194         Log: Subject: Re: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
35195              From: Graham Barr <gbarr@pobox.com>
35196              Date: Wed, 9 Nov 2005 06:09:48 -0600
35197              Message-Id: <6CAD749E-AE29-415A-9ACB-BA8F6FB8279E@pobox.com>
35198      Branch: perl
35199            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
35200            ! ext/List/Util/t/lln.t ext/List/Util/t/p_blessed.t
35201            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_lln.t
35202            ! ext/List/Util/t/p_max.t ext/List/Util/t/p_maxstr.t
35203            ! ext/List/Util/t/p_min.t ext/List/Util/t/p_minstr.t
35204            ! ext/List/Util/t/p_openhan.t ext/List/Util/t/p_readonly.t
35205            ! ext/List/Util/t/p_reduce.t ext/List/Util/t/p_refaddr.t
35206            ! ext/List/Util/t/p_reftype.t ext/List/Util/t/p_shuffle.t
35207            ! ext/List/Util/t/p_sum.t ext/List/Util/t/p_tainted.t
35208 ____________________________________________________________________________
35209 [ 26061] By: nicholas                              on 2005/11/09  11:21:10
35210         Log: Simplify Perl_allocmy slightly, and cope better with the name is ""
35211              case.
35212      Branch: perl
35213            ! op.c
35214 ____________________________________________________________________________
35215 [ 26060] By: nicholas                              on 2005/11/09  11:17:17
35216         Log: Add a comment about possible future refactoring of the pad code.
35217      Branch: perl
35218            ! pad.c
35219 ____________________________________________________________________________
35220 [ 26059] By: nicholas                              on 2005/11/09  10:56:28
35221         Log: Remove superfluous strlen() from pp_require().
35222      Branch: perl
35223            ! pp_ctl.c
35224 ____________________________________________________________________________
35225 [ 26058] By: stevep                                on 2005/11/09  10:45:57
35226         Log: Patch from Gisle to add NO_MATHOMS to the Compile-time options.
35227      Branch: perl
35228            ! perl.c
35229 ____________________________________________________________________________
35230 [ 26057] By: rgs                                   on 2005/11/09  10:31:35
35231         Log: Don't declare a function inside another function
35232      Branch: perl
35233            ! perl.c
35234 ____________________________________________________________________________
35235 [ 26056] By: merijn                                on 2005/11/09  09:54:28
35236         Log: Subject: Configure setting patchlevel broken
35237              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
35238              Date: Fri, 14 Oct 2005 00:33:29 -0700
35239              Message-ID: <20051014073329.GA3236@efn.org>
35240      Branch: perl
35241            ! Configure
35242 ____________________________________________________________________________
35243 [ 26054] By: rgs                                   on 2005/11/09  09:15:04
35244         Log: Subject: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
35245              From: Robin Houston <robin@cpan.org>
35246              Date: Tue, 8 Nov 2005 19:02:34 +0000
35247              Message-ID: <20051108190234.GA25953@rpc142.cs.man.ac.uk>
35248      Branch: perl
35249            ! cop.h ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
35250            ! ext/List/Util/multicall.h ext/List/Util/t/first.t
35251            ! ext/List/Util/t/reduce.t pod/perlcall.pod
35252 ____________________________________________________________________________
35253 [ 26053] By: rgs                                   on 2005/11/09  08:57:10
35254         Log: Subject: patch@26052 - compile rule for mathoms.c
35255              From: "John E. Malmberg" <wb8tyw@qsl.net>
35256              Date: Tue, 08 Nov 2005 23:09:03 -0500
35257              Message-ID: <4371765F.1000900@qsl.net>
35258      Branch: perl
35259            ! vms/descrip_mms.template
35260 ____________________________________________________________________________
35261 [ 26052] By: nicholas                              on 2005/11/08  22:05:57
35262         Log: It helps to actually *remove* the now-superfluous strlen().
35263              (An addendum to 26050.)
35264      Branch: perl
35265            ! toke.c
35266 ____________________________________________________________________________
35267 [ 26051] By: nicholas                              on 2005/11/08  21:55:40
35268         Log: Moving the 4 writes of PL_no_mem followed by exit(1) to a static
35269              function makes the object code slightly smaller.
35270      Branch: perl
35271            ! util.c
35272 ____________________________________________________________________________
35273 [ 26050] By: nicholas                              on 2005/11/08  21:37:52
35274         Log: Eliminate some unnecessary strlen()s
35275      Branch: perl
35276            ! doio.c op.c perl.c perlio.c sv.c toke.c util.c
35277 ____________________________________________________________________________
35278 [ 26049] By: nicholas                              on 2005/11/08  20:43:11
35279         Log: Eliminate duplicate strlen()s by explicitly calling it.
35280              Note two places for future audit with FIXME.
35281              Convert a SvPVX_const to SvPVX_const_nolen, where the length is unused.
35282      Branch: perl
35283            ! pp_ctl.c
35284 ____________________________________________________________________________
35285 [ 26048] By: nicholas                              on 2005/11/08  20:35:11
35286         Log: 3 calls to strlen() we can avoid.
35287      Branch: perl
35288            ! doio.c
35289 ____________________________________________________________________________
35290 [ 26047] By: rgs                                   on 2005/11/08  17:35:58
35291         Log: Subject: [DOC PATCH] mention @-, @+ in perl56delta.pod
35292              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
35293              Date: Tue, 8 Nov 2005 08:46:42 -0800
35294              Message-ID: <20051108164642.GD7972@efn.org>
35295      Branch: perl
35296            ! pod/perl561delta.pod pod/perl56delta.pod
35297 ____________________________________________________________________________
35298 [ 26046] By: nicholas                              on 2005/11/08  16:30:18
35299         Log: Probaby a good idea to include DEBUG_LEAKING_SCALARS in -V output, as
35300              its presence changes structure sizes.
35301      Branch: perl
35302            ! perl.c
35303 ____________________________________________________________________________
35304 [ 26045] By: stevep                                on 2005/11/08  14:24:39
35305         Log: From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
35306              Subject: Re: A surprising segfault
35307              Date: Tue, 08 Nov 2005 23:36:13 +0900
35308              Message-Id: <20051108233535.735D.BQW10602@nifty.com>
35309      Branch: perl
35310            ! t/io/fs.t t/io/print.t t/op/chop.t t/op/sort.t
35311 ____________________________________________________________________________
35312 [ 26044] By: steveh                                on 2005/11/08  10:16:56
35313         Log: Remove an unused variable left over from change #26041
35314      Branch: perl
35315            ! win32/win32.c
35316 ____________________________________________________________________________
35317 [ 26043] By: rgs                                   on 2005/11/08  10:11:55
35318         Log: Subject: Re: C<undef %::> considered harmful
35319              From: Benjamin Sugars <bsugars@canoe.ca>
35320              Date: Fri, 20 Apr 2001 10:30:20 -0400 (EDT)
35321              Message-ID: <Pine.LNX.4.21.0104201022040.1722-100000@marmot.rim.canoe.ca>
35322              
35323              except the part that increases the refcount of PL_stderrgv, already
35324              fixed separately.
35325      Branch: perl
35326            ! perl.c
35327 ____________________________________________________________________________
35328 [ 26042] By: rgs                                   on 2005/11/08  09:57:10
35329         Log: Upgrade to CPAN 1.76_65
35330      Branch: perl
35331            - lib/CPAN/Admin.pm
35332            ! MANIFEST lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/bin/cpan
35333            ! lib/CPAN/t/version.t
35334 ____________________________________________________________________________
35335 [ 26041] By: merijn                                on 2005/11/08  06:29:56
35336         Log: Subject: [PATCH] Remove unused USING_WIDE code from win32 and wince branches
35337              From: "Jan Dubois" <jand@ActiveState.com>
35338              Date: Mon, 7 Nov 2005 20:39:02 -0800
35339              Message-ID: <078001c5e41e$585c4140$6401a8c0@candy>
35340      Branch: perl
35341            ! win32/ext/Win32/Win32.xs win32/perlhost.h win32/win32.c
35342            ! win32/win32.h wince/perlhost.h wince/win32.h wince/wince.c
35343 ____________________________________________________________________________
35344 [ 26040] By: stevep                                on 2005/11/08  00:41:51
35345         Log: Updated perldiag.pod entry for "Can't use subscript..."
35346      Branch: perl
35347            ! pod/perldiag.pod
35348 ____________________________________________________________________________
35349 [ 26039] By: nicholas                              on 2005/11/07  21:31:16
35350         Log: Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most commonly used
35351              of the 4. Not that any are that popular.)
35352      Branch: perl
35353            ! mathoms.c opcode.h opcode.pl pp.c
35354 ____________________________________________________________________________
35355 [ 26038] By: stevep                                on 2005/11/07  18:35:47
35356         Log: Subject: [PATCH] Re: [perl #36061] Not OK: perl v5.8.7 on darwin-2level 8.1.0 (UNINSTALLED)
35357              From: shouldbedomo@mac.com (Dominic Dunlop)
35358              Date: Mon, 7 Nov 2005 18:24:50 +0100
35359              Message-ID: <B9D07EB3-DF78-48A9-90C4-AF3A89AAB7C6@mac.com>
35360              
35361              README.macosx updates
35362      Branch: perl
35363            ! README.macosx
35364 ____________________________________________________________________________
35365 [ 26037] By: nicholas                              on 2005/11/07  15:21:01
35366         Log: s/Nick Clark/Nicholas Clark/
35367      Branch: perl
35368            ! Changes Changes5.8 doio.c t/op/lc.t
35369 ____________________________________________________________________________
35370 [ 26036] By: nicholas                              on 2005/11/07  15:18:51
35371         Log: For each test function, test it as is, and with extra data appended
35372              after each test character.
35373      Branch: perl
35374            ! t/uni/case.pl
35375 ____________________________________________________________________________
35376 [ 26035] By: nicholas                              on 2005/11/07  14:05:25
35377         Log: The rarely used lcfirst and ucfirst share almost all their code.
35378              Merge the two as pp_ucfirst.
35379      Branch: perl
35380            ! mathoms.c opcode.h opcode.pl pp.c
35381 ____________________________________________________________________________
35382 [ 26034] By: nicholas                              on 2005/11/07  13:22:35
35383         Log: Fix bug #37628 (both lcfirst and ucfirst)
35384      Branch: perl
35385            ! pp.c t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
35386 ____________________________________________________________________________
35387 [ 26033] By: rgs                                   on 2005/11/07  12:26:29
35388         Log: Subject: [PATCH] Cleaning up x2p directory
35389              From: Andy Lester <andy@petdance.com>
35390              Date: Fri, 4 Nov 2005 15:13:55 -0600
35391              Message-ID: <20051104211355.GB12651@petdance.com>
35392      Branch: perl
35393            - x2p/proto.h
35394            ! MANIFEST x2p/EXTERN.h x2p/INTERN.h x2p/a2p.h x2p/a2py.c
35395            ! x2p/hash.c x2p/hash.h x2p/str.c x2p/str.h x2p/util.c
35396            ! x2p/util.h x2p/walk.c
35397 ____________________________________________________________________________
35398 [ 26032] By: rgs                                   on 2005/11/07  12:20:59
35399         Log: Subject: [PATCH] Missing static declarations 
35400              From: Gisle Aas <gisle@ActiveState.com>
35401              Date: 05 Nov 2005 05:08:03 -0800
35402              Message-ID: <lracgj1bv0.fsf@caliper.activestate.com>
35403      Branch: perl
35404            ! genpacksizetables.pl pp_pack.c
35405 ____________________________________________________________________________
35406 [ 26031] By: rgs                                   on 2005/11/07  11:49:46
35407         Log: Remove CPAN.pm's META.yml.
35408              Add CPAN.pm's SIGNATURE in MANIFEST.
35409      Branch: perl
35410            - lib/CPAN/META.yml
35411            ! MANIFEST
35412 ____________________________________________________________________________
35413 [ 26030] By: rgs                                   on 2005/11/07  11:39:57
35414         Log: Subject: [PATCH] Symbian update blead@26025
35415              From: <jarkko.hietaniemi@nokia.com>
35416              Date: Mon, 7 Nov 2005 13:32:15 +0200
35417              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A70C@esebe105.NOE.Nokia.com>
35418      Branch: perl
35419            + symbian/PerlUi.cpp symbian/PerlUi.h symbian/PerlUi.hrh
35420            + symbian/PerlUiS60.rss symbian/PerlUiS80.rss
35421            + symbian/PerlUiUIQ.rss symbian/ext/Moped/Msg/Msg.mmp
35422            + symbian/ext/Moped/Msg/Msg.pkg symbian/ext/Moped/Msg/Msg.pm
35423            + symbian/ext/Moped/Msg/Msg.xs symbian/ext/Moped/Msg/README
35424            + symbian/ext/Moped/Msg/bld.inf
35425            + symbian/ext/Moped/Msg/location.pl
35426            - symbian/PerlAppS60.rss symbian/PerlAppS80.rss
35427            - symbian/PerlAppUIQ.rss
35428            ! MANIFEST doio.c perl.c symbian/PerlApp.cpp symbian/PerlApp.h
35429            ! symbian/PerlApp.hrh symbian/PerlBase.h symbian/TODO
35430            ! symbian/config.pl symbian/config.sh symbian/sanity.pl
35431            ! symbian/sdk.pl symbian/sisify.pl symbian/symbian_proto.h
35432            ! symbian/symbian_utils.cpp symbian/symbianish.h
35433            ! symbian/xsbuild.pl
35434 ____________________________________________________________________________
35435 [ 26029] By: nicholas                              on 2005/11/07  10:52:08
35436         Log: Add lib/CPAN/Admin.pm from CPAN to make version.t pass.
35437      Branch: perl
35438            + lib/CPAN/Admin.pm
35439            ! MANIFEST
35440 ____________________________________________________________________________
35441 [ 26028] By: rgs                                   on 2005/11/07  10:24:54
35442         Log: Subject: [PATCH] Consting and localizing: Part LXVIII
35443              From: Andy Lester <andy@petdance.com>
35444              Date: Fri, 4 Nov 2005 15:12:56 -0600
35445              Message-ID: <20051104211256.GA12651@petdance.com>
35446      Branch: perl
35447            ! deb.c embed.fnc embed.h locale.c pp_sys.c proto.h scope.c
35448            ! universal.c utf8.c util.c
35449 ____________________________________________________________________________
35450 [ 26027] By: rgs                                   on 2005/11/07  09:58:26
35451         Log: Subject: [perl #24254] Attempt to free unreferenced scalar 
35452              From: "Chris Heath via RT" <perlbug-followup@perl.org>
35453              Date: Sun, 06 Nov 2005 20:08:05 -0800
35454              Message-ID: <rt-3.0.11-24254-123984.4.44134155985068@perl.org>
35455      Branch: perl
35456            ! cop.h
35457 ____________________________________________________________________________
35458 [ 26026] By: merijn                                on 2005/11/07  08:14:59
35459         Log: Subject: [PATCH] follow up on 25969 for VMS
35460              From: Abe Timmerman <abe@ztreet.demon.nl>
35461              Date: Sat, 5 Nov 2005 13:29:58 +0200
35462              Message-Id: <200511051229.58297.abe@ztreet.demon.nl>
35463      Branch: perl
35464            ! vms/vms.c vms/vmsish.h
35465 ____________________________________________________________________________
35466 [ 26025] By: stevep                                on 2005/11/07  03:42:53
35467         Log: Added note to README.macosx regarding failures from broken locale
35468              files.
35469      Branch: perl
35470            ! README.macosx
35471 ____________________________________________________________________________
35472 [ 26024] By: stevep                                on 2005/11/07  02:58:31
35473         Log: Fix documentation for gmtime().
35474      Branch: perl
35475            ! pod/perlfunc.pod
35476 ____________________________________________________________________________
35477 [ 26023] By: stevep                                on 2005/11/06  20:18:23
35478         Log: Upgrade to CPAN-1.76_61
35479      Branch: perl
35480            + lib/CPAN/PAUSE2005.pub
35481            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/META.yml
35482            ! lib/CPAN/Nox.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
35483            ! lib/CPAN/bin/cpan lib/CPAN/t/Nox.t lib/CPAN/t/vcmp.t
35484            ! lib/CPAN/t/version.t
35485 ____________________________________________________________________________
35486 [ 26022] By: stevep                                on 2005/11/06  19:16:54
35487         Log: Nits in the pp_defined code spotted by Jarkko.
35488      Branch: perl
35489            ! pp_hot.c
35490 ____________________________________________________________________________
35491 [ 26021] By: stevep                                on 2005/11/06  18:38:02
35492         Log: Upgrade to Time-HiRes-1.82
35493      Branch: perl
35494            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
35495            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
35496            ! ext/Time/HiRes/t/HiRes.t
35497 ____________________________________________________________________________
35498 [ 26020] By: merijn                                on 2005/11/06  07:23:15
35499         Log: Subject: Re: [PATCH configure.com] add the new d_futimes as undef
35500              From: "John E. Malmberg" <wb8tyw@qsl.net>
35501              Date: Sat, 05 Nov 2005 21:28:33 -0500
35502              Message-ID: <436D6A51.5040700@qsl.net>
35503      Branch: perl
35504            ! configure.com
35505 ____________________________________________________________________________
35506 [ 26019] By: nicholas                              on 2005/11/05  16:47:31
35507         Log: Make the 5.9 changes to B conditional on perl version.
35508      Branch: perl
35509            ! ext/B/B.pm ext/B/B.xs
35510 ____________________________________________________________________________
35511 [ 26018] By: nicholas                              on 2005/11/05  16:28:09
35512         Log: '[at]' should be '@'
35513              Suck in CPAN/Nox.pm from CPAN, so that version.t passes.
35514      Branch: perl
35515            ! lib/CPAN.pm lib/CPAN/Nox.pm lib/CPAN/Version.pm
35516            ! lib/CPAN/t/version.t
35517 ____________________________________________________________________________
35518 [ 26017] By: stevep                                on 2005/11/05  14:49:11
35519         Log: Kill warnings and add a panic to pp_defined() in case the wrong op
35520              is passed in.
35521      Branch: perl
35522            ! pp_hot.c
35523 ____________________________________________________________________________
35524 [ 26016] By: stevep                                on 2005/11/05  13:44:10
35525         Log: Upgrade to CPAN-1.76_60.
35526      Branch: perl
35527            + lib/CPAN/Version.pm lib/CPAN/t/version.t
35528            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
35529            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
35530 ____________________________________________________________________________
35531 [ 26015] By: nicholas                              on 2005/11/05  12:57:40
35532         Log: Allow passing of the full enum name into the tryAMAGICbin family of
35533              macros, to avoid needing C pre-processor string concatenation within
35534              the lowest level expansion.
35535      Branch: perl
35536            ! pp.c pp.h
35537 ____________________________________________________________________________
35538 [ 26014] By: stevep                                on 2005/11/05  12:55:47
35539         Log: Upgrade to Time-HiRes-1.81
35540      Branch: perl
35541            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
35542            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
35543 ____________________________________________________________________________
35544 [ 26013] By: merijn                                on 2005/11/05  11:38:32
35545         Log: Subject: [PATCH configure.com] add the new d_futimes as undef
35546              From: Abe Timmerman <abe@ztreet.demon.nl>
35547              Date: Sat, 5 Nov 2005 11:26:33 +0200
35548              Message-Id: <200511051026.33940.abe@ztreet.demon.nl>
35549      Branch: perl
35550            ! configure.com
35551 ____________________________________________________________________________
35552 [ 26012] By: rgs                                   on 2005/11/05  10:13:56
35553         Log: Remove the obsolete KNOWN PROBLEMS sections from perlcall.pod
35554              (noticed by Robin Houston)
35555      Branch: perl
35556            ! pod/perlcall.pod
35557 ____________________________________________________________________________
35558 [ 26011] By: rgs                                   on 2005/11/05  10:10:09
35559         Log: Subject: Re: A surprising segfault
35560              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
35561              Date: Nov 5, 2005 5:54 AM
35562              Message-Id: <20051105135053.27D7.BQW10602@nifty.com>
35563      Branch: perl
35564            ! pp.c pp_sort.c pp_sys.c
35565 ____________________________________________________________________________
35566 [ 26010] By: nicholas                              on 2005/11/05  08:32:39
35567         Log: dorassign doesn't need --SP;
35568      Branch: perl
35569            ! pp_hot.c
35570 ____________________________________________________________________________
35571 [ 26009] By: davem                                 on 2005/11/05  01:57:23
35572         Log: pp_print didn't extend the stack before pushing its return value
35573      Branch: perl
35574            ! pp_hot.c
35575 ____________________________________________________________________________
35576 [ 26008] By: stevep                                on 2005/11/05  01:39:51
35577         Log: Typos in opcode.pl this time.
35578      Branch: perl
35579            ! opcode.h opcode.pl
35580 ____________________________________________________________________________
35581 [ 26007] By: stevep                                on 2005/11/05  01:36:17
35582         Log: Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and,
35583              pp_or, and pp_defined, respectively.
35584      Branch: perl
35585            ! mathoms.c opcode.h opcode.pl pp_ctl.c pp_hot.c
35586 ____________________________________________________________________________
35587 [ 26006] By: nicholas                              on 2005/11/04  22:50:22
35588         Log: s/printf/my_printf/ because we're using the return value.
35589              My mistake spotted by Gisle.
35590      Branch: perl
35591            ! regcomp.c
35592 ____________________________________________________________________________
35593 [ 26005] By: stevep                                on 2005/11/04  21:41:43
35594         Log: s/pp_dor/pp_defined/
35595      Branch: perl
35596            ! mathoms.c
35597 ____________________________________________________________________________
35598 [ 26004] By: stevep                                on 2005/11/04  21:39:44
35599         Log: I barely knew ya pp_dor.  Merged into pp_defined from whence you came.
35600              This change has also caused pp_defined to be promoted to being a hot
35601              op.
35602      Branch: perl
35603            ! mathoms.c opcode.h opcode.pl pp.c pp_hot.c
35604 ____________________________________________________________________________
35605 [ 26003] By: nicholas                              on 2005/11/04  21:22:46
35606         Log: Use the return value of sprintf in sv_2pv_flags. Remove dead code.
35607      Branch: perl
35608            ! sv.c
35609 ____________________________________________________________________________
35610 [ 26002] By: nicholas                              on 2005/11/04  21:03:58
35611         Log: You can't there from here. (Dead code in sv_2pv_flags)
35612      Branch: perl
35613            ! sv.c
35614 ____________________________________________________________________________
35615 [ 26001] By: nicholas                              on 2005/11/04  20:47:34
35616         Log: Use the return value from sprintf().
35617      Branch: perl
35618            ! regcomp.c taint.c universal.c util.c
35619 ____________________________________________________________________________
35620 [ 26000] By: nicholas                              on 2005/11/04  20:20:56
35621         Log: pp_semop can fit within Perl_pp_shmwrite().
35622      Branch: perl
35623            ! mathoms.c opcode.h opcode.pl pp_sys.c
35624 ____________________________________________________________________________
35625 [ 25999] By: nicholas                              on 2005/11/04  19:53:33
35626         Log: The remaining special logic in pp_syswrite can be moved into pp_send,
35627              which is actually already 50% syswrite.
35628      Branch: perl
35629            ! mathoms.c opcode.h opcode.pl pp_sys.c
35630 ____________________________________________________________________________
35631 [ 25998] By: rgs                                   on 2005/11/04  18:38:34
35632         Log: Revert patch #25993.
35633      Branch: perl
35634            ! regexec.c t/op/pat.t
35635 ____________________________________________________________________________
35636 [ 25997] By: steveh                                on 2005/11/04  17:23:49
35637         Log: Fix a Win32 linker error following change #25972
35638      Branch: perl
35639            ! pp_sys.c
35640 ____________________________________________________________________________
35641 [ 25996] By: rgs                                   on 2005/11/04  16:35:17
35642         Log: Subject: [PATCH] use clearenv if available
35643              From: Alan Burlison <Alan.Burlison@sun.com>
35644              Date: Fri, 04 Nov 2005 16:33:30 +0000
35645              Message-ID: <436B8D5A.4010502@sun.com>
35646      Branch: perl
35647            ! embed.fnc embed.h mg.c proto.h sv.c util.c
35648 ____________________________________________________________________________
35649 [ 25995] By: merijn                                on 2005/11/04  16:30:03
35650         Log: Subject: Re: futimes [PATCH]
35651              From: Steve Peters <steve@fisharerojo.org>
35652              Date: Fri, 4 Nov 2005 09:00:25 -0600
35653              Message-ID: <20051104150025.GA3873@mccoy.peters.homeunix.org>
35654      Branch: perl
35655            ! Configure
35656 ____________________________________________________________________________
35657 [ 25993] By: rgs                                   on 2005/11/04  16:26:08
35658         Log: Subject: [perl #19049] Incorrect $` after replacement
35659              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
35660              Date: Fri, 04 Nov 2005 08:17:25 +0100
35661              Message-ID: <87fyqc51bu.fsf@k75.linux.bogus>
35662      Branch: perl
35663            ! regexec.c t/op/pat.t
35664 ____________________________________________________________________________
35665 [ 25992] By: rgs                                   on 2005/11/04  15:41:21
35666         Log: Subject: Re: [PATCH] sort/multicall patch
35667              From: Robin Houston <robin@cpan.org>
35668              Date: Fri, 4 Nov 2005 15:20:29 +0000
35669              Message-ID: <20051104152029.GA17169@rpc142.cs.man.ac.uk>
35670      Branch: perl
35671            ! pp_ctl.c t/op/sort.t
35672 ____________________________________________________________________________
35673 [ 25991] By: stevep                                on 2005/11/04  15:10:44
35674         Log: Subject: Re: Configure -Dno_mathoms
35675              From: gisle@ActiveState.com (Gisle Aas)
35676              Date: 01 Nov 2005 03:27:49 -0800
35677              Message-ID: <lrslug7glm.fsf@caliper.activestate.com>
35678      Branch: perl
35679            ! mathoms.c perl.c
35680 ____________________________________________________________________________
35681 [ 25990] By: nicholas                              on 2005/11/04  14:47:49
35682         Log: Merge msgsnd, msgrcv with Perl_pp_shmwrite().
35683              "Perfection is achieved not when there's nothing more to add,
35684              but when there's nothing left to remove" (Antoine de Saint-Exupéry)
35685      Branch: perl
35686            ! mathoms.c opcode.h opcode.pl pp_sys.c
35687 ____________________________________________________________________________
35688 [ 25989] By: nicholas                              on 2005/11/04  14:21:19
35689         Log: Once more, with feeling.
35690              [Mmm, has someone been swapping the coffee for decaf?]
35691              [Actual cause - make sure the edited version of the file is in the
35692              correct directory]
35693      Branch: perl
35694            ! pod/perldiag.pod
35695 ____________________________________________________________________________
35696 [ 25988] By: nicholas                              on 2005/11/04  14:18:14
35697         Log: Meta-oops. Change 25987 was not the change you were looking for.
35698      Branch: perl
35699            ! pod/perldiag.pod
35700 ____________________________________________________________________________
35701 [ 25987] By: nicholas                              on 2005/11/04  14:09:11
35702         Log: Oops. This new panic was meant to be added to the documented
35703              diagnostics.
35704      Branch: perl
35705            ! pod/perldiag.pod
35706 ____________________________________________________________________________
35707 [ 25986] By: nicholas                              on 2005/11/04  13:02:42
35708         Log: ftrwrite, ftrexec, fteread, ftewrite and fteexec can all be merged
35709              with Perl_pp_ftrread().
35710      Branch: perl
35711            ! mathoms.c opcode.h opcode.pl pod/perldiag.pod pod/perltodo.pod
35712            ! pp_sys.c
35713 ____________________________________________________________________________
35714 [ 25985] By: stevep                                on 2005/11/04  12:02:51
35715         Log: Upgrade to Time-HiRes-1.80
35716      Branch: perl
35717            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
35718            ! ext/Time/HiRes/HiRes.xs
35719 ____________________________________________________________________________
35720 [ 25984] By: nicholas                              on 2005/11/04  11:36:24
35721         Log: PERL_EFF_ACCESS_[RWX]_OK can go.
35722      Branch: perl
35723            ! pp_sys.c
35724 ____________________________________________________________________________
35725 [ 25983] By: nicholas                              on 2005/11/04  11:16:08
35726         Log: The PERL_EFF_ACCESS_[RWX]_OK macros are all defined as triples, so
35727              can be refactored to a single platform dependent PERL_EFF_ACCESS macro
35728              with the other 3 implemented in terms of it.
35729      Branch: perl
35730            ! pp_sys.c
35731 ____________________________________________________________________________
35732 [ 25982] By: merijn                                on 2005/11/04  09:16:53
35733         Log: Subject: [PATCH] bad semicolon in pp_ftrowned
35734              From: Andy Lester <andy@petdance.com>
35735              Date: Fri, 4 Nov 2005 00:37:54 -0600
35736              Message-ID: <20051104063753.GA3863@petdance.com>
35737      Branch: perl
35738            ! pp_sys.c
35739 ____________________________________________________________________________
35740 [ 25981] By: stevep                                on 2005/11/04  00:10:21
35741         Log: Upgrade to Time-HiRes 1.79
35742      Branch: perl
35743            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
35744            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
35745 ____________________________________________________________________________
35746 [ 25980] By: stevep                                on 2005/11/03  21:23:48
35747         Log: Reverting the reversion.  va_end() goes with va_start().
35748      Branch: perl
35749            ! mg.c
35750 ____________________________________________________________________________
35751 [ 25979] By: rgs                                   on 2005/11/03  21:07:54
35752         Log: Fix test failures introduced by the change of flags on op_sort
35753      Branch: perl
35754            ! ext/B/t/f_sort.t
35755 ____________________________________________________________________________
35756 [ 25978] By: stevep                                on 2005/11/03  20:28:20
35757         Log: Upgrade to Time-HiRes-1.78
35758      Branch: perl
35759            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
35760            ! ext/Time/HiRes/t/HiRes.t
35761 ____________________________________________________________________________
35762 [ 25977] By: stevep                                on 2005/11/03  17:27:58
35763         Log: Change #25976 seemed to cause test failures in ext/B/t/f_sort.t.  What
35764              was that line about Jenga again?
35765      Branch: perl
35766            ! mg.c
35767 ____________________________________________________________________________
35768 [ 25976] By: stevep                                on 2005/11/03  17:14:17
35769         Log: Missing va_end(args) from SA_SIGINFO related code.
35770      Branch: perl
35771            ! mg.c
35772 ____________________________________________________________________________
35773 [ 25975] By: stevep                                on 2005/11/03  16:00:12
35774         Log: Test for the right signal should use the constant for that signal.
35775      Branch: perl
35776            ! ext/POSIX/t/sigaction.t
35777 ____________________________________________________________________________
35778 [ 25974] By: stevep                                on 2005/11/03  15:07:26
35779         Log: Add appropriate skips to t/io/fs.t to fix test failures on Cygwin.
35780      Branch: perl
35781            ! t/io/fs.t
35782 ____________________________________________________________________________
35783 [ 25973] By: stevep                                on 2005/11/03  14:56:25
35784         Log: More core test cleanups.  Mainly fixes to remove code that caused 
35785              warnings, but there were a few bug fixes that were hidden by 
35786              no using warnings.
35787      Branch: perl
35788            ! t/io/nargv.t t/io/openpid.t t/io/pipe.t t/io/print.t
35789            ! t/io/read.t t/io/tell.t
35790 ____________________________________________________________________________
35791 [ 25972] By: nicholas                              on 2005/11/03  14:19:34
35792         Log: Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil,
35793              but the actual finished code is not as bad as it seems.
35794      Branch: perl
35795            ! mathoms.c opcode.h opcode.pl pp_sys.c
35796 ____________________________________________________________________________
35797 [ 25971] By: rgs                                   on 2005/11/03  12:29:18
35798         Log: Document some bogus compiler warnings in README.solaris
35799              
35800              Subject: Re: Why is malloc_wrap now the default?
35801              From: Alan Burlison <Alan.Burlison@sun.com>
35802              Date: Thu, 03 Nov 2005 12:54:16 +0000
35803              Message-ID: <436A0878.1030703@sun.com>
35804      Branch: perl
35805            ! README.solaris
35806 ____________________________________________________________________________
35807 [ 25970] By: stevep                                on 2005/11/03  11:37:31
35808         Log: Upgrade to Time-HiRes-1.77
35809      Branch: perl
35810            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
35811            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
35812            ! ext/Time/HiRes/fallback/const-c.inc
35813            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
35814 ____________________________________________________________________________
35815 [ 25969] By: nicholas                              on 2005/11/03  11:09:39
35816         Log: Patch 3945 was a bit overkeen - the effective parameter to cando() and
35817              ingroup() is a boolean flag, not a GID or UID.
35818      Branch: perl
35819            ! doio.c embed.fnc proto.h
35820 ____________________________________________________________________________
35821 [ 25968] By: nicholas                              on 2005/11/03  09:51:56
35822         Log: Avoiding source code duplication for the lstat() on filehandle %s
35823              warning also makes the object code slightly smaller.
35824      Branch: perl
35825            ! pp_sys.c
35826 ____________________________________________________________________________
35827 [ 25967] By: stevep                                on 2005/11/03  02:09:30
35828         Log: Clean up some test files.
35829      Branch: perl
35830            ! t/io/argv.t t/io/crlf_through.t t/io/dup.t t/io/layers.t
35831            ! t/io/through.t
35832 ____________________________________________________________________________
35833 [ 25966] By: stevep                                on 2005/11/03  01:45:45
35834         Log: Make harness warning-free when running with -Mdiagnostics
35835      Branch: perl
35836            ! t/harness
35837 ____________________________________________________________________________
35838 [ 25965] By: stevep                                on 2005/11/02  22:37:48
35839         Log: Test case should not execute /no_such_process if it does exist.
35840      Branch: perl
35841            ! t/io/pipe.t
35842 ____________________________________________________________________________
35843 [ 25964] By: nicholas                              on 2005/11/02  21:27:58
35844         Log: unlink chmod utime kill can be merged into Perl_pp_chown().
35845      Branch: perl
35846            ! mathoms.c opcode.h opcode.pl pp_sys.c
35847 ____________________________________________________________________________
35848 [ 25963] By: nicholas                              on 2005/11/02  20:59:52
35849         Log: Move the conditonal compiles that report absence of kill and chown
35850              from pp_kill() and pp_chown() into apply().
35851      Branch: perl
35852            ! doio.c pp_sys.c
35853 ____________________________________________________________________________
35854 [ 25962] By: nicholas                              on 2005/11/02  20:13:24
35855         Log: Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.
35856      Branch: perl
35857            ! mathoms.c opcode.h opcode.pl pp_sys.c
35858 ____________________________________________________________________________
35859 [ 25961] By: nicholas                              on 2005/11/02  19:04:10
35860         Log: Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe into
35861              Perl_pp_ftrowned
35862      Branch: perl
35863            ! mathoms.c opcode.h opcode.pl pp_sys.c
35864 ____________________________________________________________________________
35865 [ 25960] By: nicholas                              on 2005/11/02  17:24:35
35866         Log: Avoid a pad panic by attempting to use dTARGET; in an op that didn't
35867              flag that it needed a target (OP_FTIS)
35868      Branch: perl
35869            ! pp_sys.c
35870 ____________________________________________________________________________
35871 [ 25959] By: nicholas                              on 2005/11/02  16:35:42
35872         Log: Correct error in 25958 for threaded builds.
35873      Branch: perl
35874            ! mathoms.c
35875 ____________________________________________________________________________
35876 [ 25958] By: nicholas                              on 2005/11/02  15:59:30
35877         Log: Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis
35878      Branch: perl
35879            ! mathoms.c opcode.h opcode.pl pp_sys.c
35880 ____________________________________________________________________________
35881 [ 25957] By: rgs                                   on 2005/11/02  14:33:32
35882         Log: Remove last sort test, that was failing with and without threads.
35883              Silence some warnings.
35884      Branch: perl
35885            ! t/op/sort.t
35886 ____________________________________________________________________________
35887 [ 25956] By: rgs                                   on 2005/11/02  14:10:54
35888         Log: Adjust test count
35889      Branch: perl
35890            ! ext/B/t/concise-xs.t
35891 ____________________________________________________________________________
35892 [ 25955] By: rgs                                   on 2005/11/02  13:39:35
35893         Log: Add missing file from change 25953
35894      Branch: perl
35895            + ext/List/Util/multicall.h
35896 ____________________________________________________________________________
35897 [ 25954] By: rgs                                   on 2005/11/02  13:14:19
35898         Log: Regen headers
35899      Branch: perl
35900            ! global.sym opcode.h pod/perlapi.pod pod/perldiag.pod
35901 ____________________________________________________________________________
35902 [ 25953] By: merijn                                on 2005/11/02  12:49:54
35903         Log: Subject: [PATCH] sort/multicall patch
35904              From: Robin Houston <robin@cpan.org>
35905              Date: Sat, 29 Oct 2005 21:33:07 +0100
35906              Message-ID: <20051029203307.GA8869@rpc142.cs.man.ac.uk>
35907      Branch: perl
35908            ! AUTHORS MANIFEST cop.h embed.fnc embedvar.h
35909            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
35910            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
35911            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_reduce.t
35912            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/reduce.t
35913            ! ext/List/Util/t/refaddr.t ext/List/Util/t/tainted.t makedef.pl
35914            ! op.c opcode.pl perlapi.h pod/perlcall.pod pod/perldiag.pod
35915            ! pp_ctl.c pp_hot.c pp_sort.c sv.c t/op/sort.t t/op/threads.t
35916            ! thrdvar.h
35917 ____________________________________________________________________________
35918 [ 25952] By: steveh                                on 2005/11/02  09:41:25
35919         Log: Subject: [PATCH] RE: [perl #37571] -z FH broken with Borland  build   
35920              From: "Paul Marquess" <paul.marquess@ntlworld.com>
35921              Date: Tue, 1 Nov 2005 17:05:38 -0000
35922              Message-ID: <003501c5df06$7d63fdb0$0505140a@myopwv.com>
35923      Branch: perl
35924            ! t/op/stat.t win32/win32.c
35925 ____________________________________________________________________________
35926 [ 25951] By: rgs                                   on 2005/11/02  08:57:52
35927         Log: Subject: Re: futimes [PATCH]
35928              From: Gisle Aas <gisle@ActiveState.com>
35929              Date: 01 Nov 2005 00:02:37 -0800
35930              Message-ID: <lrbr1494o2.fsf@caliper.activestate.com>
35931      Branch: perl
35932            ! t/io/fs.t
35933 ____________________________________________________________________________
35934 [ 25950] By: stevep                                on 2005/11/02  04:59:47
35935         Log: Ambiguous test cases may be hazardous to your health.
35936      Branch: perl
35937            ! t/op/list.t
35938 ____________________________________________________________________________
35939 [ 25949] By: stevep                                on 2005/11/02  04:54:52
35940         Log: Lowercase barewords considered harmful to your health.
35941      Branch: perl
35942            ! t/io/fs.t
35943 ____________________________________________________________________________
35944 [ 25948] By: rgs                                   on 2005/11/01  19:23:23
35945         Log: Subject: [PATCH] perlio.c consting
35946              From: Andy Lester <andy@petdance.com>
35947              Date: Oct 31, 2005 6:54 PM
35948              Message-ID: <20051031175411.GA18480@petdance.com>
35949      Branch: perl
35950            ! op.c perlio.c
35951 ____________________________________________________________________________
35952 [ 25947] By: steveh                                on 2005/11/01  17:20:18
35953         Log: This *really* should clear up Win32's Perl_do_exec undefined warnings
35954      Branch: perl
35955            ! perl.h
35956 ____________________________________________________________________________
35957 [ 25946] By: nicholas                              on 2005/11/01  16:38:31
35958         Log: This should clear up 'Perl_do_exec' undefined; warnings on win32
35959      Branch: perl
35960            ! embed.fnc embed.h proto.h
35961 ____________________________________________________________________________
35962 [ 25945] By: steveh                                on 2005/11/01  10:33:48
35963         Log: Make PerlLIOUtime()'s filename const
35964              
35965              Fixes a warning brought about by change #25941 (which made the
35966              filename argument const).
35967              The various implementations of PerlLIOUtime() (in NetWare/, win32/
35968              and wince/) already take a const filename.
35969      Branch: perl
35970            ! NetWare/nwperlhost.h NetWare/nwperlsys.h iperlsys.h
35971            ! win32/perlhost.h wince/perlhost.h
35972 ____________________________________________________________________________
35973 [ 25944] By: steveh                                on 2005/11/01  08:45:09
35974         Log: Fix nit in pod nit fix
35975      Branch: perl
35976            ! pod/perlhack.pod
35977 ____________________________________________________________________________
35978 [ 25943] By: steveh                                on 2005/11/01  08:39:32
35979         Log: Update win32 config files w.r.t. change #25935
35980      Branch: perl
35981            ! win32/config.bc win32/config.gc win32/config.vc
35982            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
35983            ! win32/config_H.vc win32/config_H.vc64
35984 ____________________________________________________________________________
35985 [ 25942] By: stevep                                on 2005/10/31  23:46:01
35986         Log: Upgrade to DB_File 1.813.
35987      Branch: perl
35988            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
35989            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-recno.t
35990 ____________________________________________________________________________
35991 [ 25941] By: merijn                                on 2005/10/31  22:15:01
35992         Log: Subject: futimes [PATCH]
35993              From: Gisle Aas <gisle@ActiveState.com>
35994              Date: 31 Oct 2005 13:53:53 -0800
35995              Message-ID: <lrk6ft8ia6.fsf_-_@caliper.activestate.com>
35996      Branch: perl
35997            ! doio.c handy.h pod/perlfunc.pod t/io/fs.t
35998 ____________________________________________________________________________
35999 [ 25940] By: nicholas                              on 2005/10/31  20:36:36
36000         Log: All the ops that are simply C<return some_other_op();> can be bypassed
36001              in the op dispatch table, and the bodies retired.
36002      Branch: perl
36003            ! mathoms.c opcode.h opcode.pl pp.c pp_ctl.c pp_sys.c
36004 ____________________________________________________________________________
36005 [ 25939] By: nicholas                              on 2005/10/31  19:55:18
36006         Log: Simplify the implementation of the "unimplemented" message in the
36007              conditionally compiled ops.
36008      Branch: perl
36009            ! pp_sys.c
36010 ____________________________________________________________________________
36011 [ 25938] By: nicholas                              on 2005/10/31  19:14:47
36012         Log: Further pod nit spotted by Jarkko
36013      Branch: perl
36014            ! pod/perlhack.pod
36015 ____________________________________________________________________________
36016 [ 25937] By: nicholas                              on 2005/10/31  18:34:59
36017         Log: Replace the 3 currently "unreachable" ops with a single op body
36018              unimplemented_op() that panics descriptively if ever reached.
36019      Branch: perl
36020            ! opcode.h opcode.pl pod/perldiag.pod pp.c
36021 ____________________________________________________________________________
36022 [ 25936] By: nicholas                              on 2005/10/31  18:29:05
36023         Log: Add "moving common filetest code to a static function" to the todo.
36024      Branch: perl
36025            ! pod/perltodo.pod
36026 ____________________________________________________________________________
36027 [ 25935] By: merijn                                on 2005/10/31  17:50:05
36028         Log: revive probe for futimes ()
36029      Branch: perl
36030            ! Configure Porting/Glossary config_h.SH handy.h
36031 ____________________________________________________________________________
36032 [ 25934] By: rgs                                   on 2005/10/31  17:00:44
36033         Log: A B::Deparse fix from :
36034              Subject: Re: [perl #37527] regular-expression parser does not see '(' character
36035              From: Bas van Sisseren <bas@quarantainenet.nl>
36036              Date: Wed, 26 Oct 2005 13:59:42 +0200
36037              Message-ID: <435F6FAE.4060502@quarantainenet.nl>
36038      Branch: perl
36039            ! ext/B/B/Deparse.pm
36040 ____________________________________________________________________________
36041 [ 25933] By: merijn                                on 2005/10/31  16:25:23
36042         Log: Subject: [PATCH] Symbian port 0.3.0 as of blead@25911
36043              From: <jarkko.hietaniemi@nokia.com>
36044              Date: Mon, 31 Oct 2005 18:38:42 +0200
36045              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6D6@esebe105.NOE.Nokia.com>
36046      Branch: perl
36047            + symbian/PerlAppUIQ.rss
36048            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
36049            ! symbian/PerlApp.hrh symbian/PerlAppAif.rss symbian/config.pl
36050            ! symbian/port.pl symbian/sanity.pl symbian/sdk.pl
36051            ! symbian/sisify.pl symbian/symbian_utils.cpp symbian/xsbuild.pl
36052 ____________________________________________________________________________
36053 [ 25932] By: rgs                                   on 2005/10/31  16:24:31
36054         Log: Avoid corruption when calling mg_get to retrieve the value
36055              of a $digit variable. This is done by ensuring it's not
36056              tainted.
36057              See http://bugs.debian.org/303308
36058              Patch by Chris Heath <chris.heath@autoweb.net>
36059      Branch: perl
36060            ! mg.c
36061 ____________________________________________________________________________
36062 [ 25931] By: nicholas                              on 2005/10/31  16:24:29
36063         Log: maddingue prefers this e-mail address.
36064      Branch: perl
36065            ! AUTHORS
36066 ____________________________________________________________________________
36067 [ 25930] By: merijn                                on 2005/10/31  16:18:03
36068         Log: Try to preserve the lost opcode alias info in comments
36069              extent to change #25929
36070      Branch: perl
36071            ! opcode.h opcode.pl
36072 ____________________________________________________________________________
36073 [ 25929] By: nicholas                              on 2005/10/31  15:52:50
36074         Log: It appears that it's trivially easy to alias opcode functions in
36075              the opcode table. We should be able to get both a speed and size
36076              saving here. Time will tell how much.
36077      Branch: perl
36078            ! opcode.h opcode.pl
36079 ____________________________________________________________________________
36080 [ 25928] By: nicholas                              on 2005/10/31  15:13:06
36081         Log: Add maddingue to AUTHORS
36082      Branch: perl
36083            ! AUTHORS
36084 ____________________________________________________________________________
36085 [ 25927] By: nicholas                              on 2005/10/31  15:09:54
36086         Log: Subject: [PATCH] Making ExtUtils::Constant compatible with Perl 5.004
36087              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
36088              Message-ID: <1130712761.43654eb9cd9f7@imp4-g19.free.fr>
36089              Date: Sun, 30 Oct 2005 23:52:41 +0100
36090              
36091              with tweaks by chromatic and me.
36092      Branch: perl
36093            ! lib/ExtUtils/Constant.pm
36094 ____________________________________________________________________________
36095 [ 25926] By: nicholas                              on 2005/10/31  14:51:48
36096         Log: A more elegant way to deal with utf8n_to_uvchr() and utf8n_to_uvuni().
36097      Branch: perl
36098            ! embed.fnc embed.h proto.h utf8.c utf8.h
36099 ____________________________________________________________________________
36100 [ 25925] By: rgs                                   on 2005/10/31  14:27:32
36101         Log: Fix [perl #37533] open pragma ignored for all 3-arg opens
36102              Also, correct the documentation in open.pm that stated
36103              that open() did not override open.pm-given default encodings.
36104      Branch: perl
36105            ! lib/open.pm perlio.c
36106 ____________________________________________________________________________
36107 [ 25924] By: nicholas                              on 2005/10/31  14:18:59
36108         Log: Perl_csighandler was in global.sym twice.
36109      Branch: perl
36110            ! global.sym
36111 ____________________________________________________________________________
36112 [ 25923] By: nicholas                              on 2005/10/31  14:18:14
36113         Log: Arrange to only output each symbol once into global.sym
36114      Branch: perl
36115            ! embed.pl
36116 ____________________________________________________________________________
36117 [ 25922] By: rgs                                   on 2005/10/31  13:45:06
36118         Log: Tests for index/rindex with empty search string,
36119              adapted from a patch by Rick Delaney
36120      Branch: perl
36121            ! t/op/index.t
36122 ____________________________________________________________________________
36123 [ 25921] By: nicholas                              on 2005/10/31  13:22:01
36124         Log: uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on ASCII based
36125              systems, and not on EBCDIC, so some more thinking is going to be
36126              needed here.
36127      Branch: perl
36128            ! mathoms.c utf8.c
36129 ____________________________________________________________________________
36130 [ 25920] By: stevep                                on 2005/10/31  11:58:08
36131         Log: Coverage stats showed that there were no tests for taking a slice
36132              from ().
36133      Branch: perl
36134            ! t/op/list.t
36135 ____________________________________________________________________________
36136 [ 25919] By: steveh                                on 2005/10/31  11:53:05
36137         Log: Change some spaces to tabs for easier diffing against config_h.SH
36138      Branch: perl
36139            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36140            ! win32/config_H.vc64
36141 ____________________________________________________________________________
36142 [ 25918] By: steveh                                on 2005/10/31  11:30:15
36143         Log: Fixed threaded builds following change 25916
36144      Branch: perl
36145            ! pp_hot.c
36146 ____________________________________________________________________________
36147 [ 25917] By: nicholas                              on 2005/10/31  11:29:43
36148         Log: POD nit spotted by Jarkko
36149      Branch: perl
36150            ! pod/perlhack.pod
36151 ____________________________________________________________________________
36152 [ 25916] By: rgs                                   on 2005/10/31  10:44:32
36153         Log: is_utf8_string_loc() is now a macro, don't use its Perl_-prefixed form
36154      Branch: perl
36155            ! pp_hot.c
36156 ____________________________________________________________________________
36157 [ 25915] By: rgs                                   on 2005/10/31  10:28:32
36158         Log: Subject: [PATCH] Etta James presents: More consting
36159              From: Andy Lester <andy@petdance.com>
36160              Date: Sun, 30 Oct 2005 23:44:13 -0600
36161              Message-ID: <20051031054413.GA10767@petdance.com>
36162      Branch: perl
36163            ! cop.h doop.c hv.c numeric.c op.c perl.c perlio.c pp_hot.c
36164            ! pp_sys.c sv.c toke.c universal.c util.c
36165 ____________________________________________________________________________
36166 [ 25914] By: rgs                                   on 2005/10/31  10:18:15
36167         Log: Subject: [PATCH] S_tokereport's unused parm
36168              From: Andy Lester <andy@petdance.com>
36169              Date: Mon, 31 Oct 2005 00:04:59 -0600
36170              Message-ID: <20051031060459.GC10767@petdance.com>
36171      Branch: perl
36172            ! embed.fnc embed.h proto.h toke.c
36173 ____________________________________________________________________________
36174 [ 25913] By: rgs                                   on 2005/10/31  08:54:18
36175         Log: Regenerate perlapi.pod
36176      Branch: perl
36177            ! pod/perlapi.pod
36178 ____________________________________________________________________________
36179 [ 25912] By: rgs                                   on 2005/10/31  08:40:23
36180         Log: Robin Houston remarks that mention of a context is missing from the
36181              threads.pm documentation.
36182      Branch: perl
36183            ! ext/threads/threads.pm
36184 ____________________________________________________________________________
36185 [ 25911] By: stevep                                on 2005/10/31  03:51:08
36186         Log: perlsio_binmode() is pretty much a mathom on UNIX platforms, but it is
36187              used on Cygwin, at least.
36188      Branch: perl
36189            ! mathoms.c perlio.c
36190 ____________________________________________________________________________
36191 [ 25910] By: nicholas                              on 2005/10/30  21:53:03
36192         Log: const const bad bad.
36193              gcc bad bad too, because it didn't grumble one bit. (or two, for that
36194              matter).
36195      Branch: perl
36196            ! utf8.c
36197 ____________________________________________________________________________
36198 [ 25909] By: nicholas                              on 2005/10/30  21:38:29
36199         Log: is_utf8_alnum() and is_utf8_alnumc() can use is_utf8_common() too.
36200      Branch: perl
36201            ! utf8.c
36202 ____________________________________________________________________________
36203 [ 25908] By: nicholas                              on 2005/10/30  21:24:29
36204         Log: Jarkko and I think that Perl_is_utf8_alnumc should be initialising
36205              and using PL_utf8_alnum*c*, not PL_utf8_alnum.
36206      Branch: perl
36207            ! utf8.c
36208 ____________________________________________________________________________
36209 [ 25907] By: nicholas                              on 2005/10/30  21:10:39
36210         Log: Perl_is_utf8_* share a lot of common code. Pull that out into a new
36211              function S_is_utf8_common.
36212      Branch: perl
36213            ! utf8.c
36214 ____________________________________________________________________________
36215 [ 25906] By: nicholas                              on 2005/10/30  18:31:25
36216         Log: Given that sv_nosharing performs the same function as sv_nolocking
36217              and sv_unnolocking (ie sweet FA), we might as well use the 1 function
36218              to initialise all 3 variables, and elimiate the other two.
36219              For some reason all 3 are listed as being in the public API. Daft.
36220      Branch: perl
36221            ! embed.fnc embed.h intrpvar.h mathoms.c proto.h util.c
36222 ____________________________________________________________________________
36223 [ 25905] By: nicholas                              on 2005/10/30  18:04:17
36224         Log: Replace uvuni_to_utf8() with a macro that passes the extra 0 argument
36225              to uvuni_to_utf8_flags(). Move the old body to mathoms.c
36226      Branch: perl
36227            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
36228 ____________________________________________________________________________
36229 [ 25904] By: nicholas                              on 2005/10/30  17:59:08
36230         Log: global.sym appears to have become out of date. Oops.
36231      Branch: perl
36232            ! global.sym
36233 ____________________________________________________________________________
36234 [ 25903] By: nicholas                              on 2005/10/30  17:49:27
36235         Log: Replace is_utf8_string_loc() with a macro that passes the extra 0
36236              argument to is_utf8_string_loc(). Correct the description of its
36237              parameters in its POD.
36238      Branch: perl
36239            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
36240 ____________________________________________________________________________
36241 [ 25902] By: nicholas                              on 2005/10/30  17:14:08
36242         Log: Fix typos in comments.
36243      Branch: perl
36244            ! utf8.c
36245 ____________________________________________________________________________
36246 [ 25901] By: nicholas                              on 2005/10/30  17:08:39
36247         Log: Functions that die aren't exactly well used code.
36248              (ck_retarget, oopsCV, pp_padany, pp_threadsv, pp_mapstart)
36249      Branch: perl
36250            ! mathoms.c op.c pp.c pp_ctl.c
36251 ____________________________________________________________________________
36252 [ 25900] By: nicholas                              on 2005/10/30  16:45:34
36253         Log: save_hints is a mathom.
36254      Branch: perl
36255            ! mathoms.c op.c
36256 ____________________________________________________________________________
36257 [ 25899] By: nicholas                              on 2005/10/30  16:41:02
36258         Log: I infer that change 25891 as-is would break OS2. This should fix it.
36259      Branch: perl
36260            ! perl.h
36261 ____________________________________________________________________________
36262 [ 25898] By: nicholas                              on 2005/10/30  16:36:22
36263         Log: init_i18nl14n is a mathom.
36264      Branch: perl
36265            ! locale.c mathoms.c
36266 ____________________________________________________________________________
36267 [ 25897] By: nicholas                              on 2005/10/30  16:24:37
36268         Log: Replace hv_magic() with a macro to call sv_magic() directly. Move the
36269              old body to mathoms.c
36270      Branch: perl
36271            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
36272 ____________________________________________________________________________
36273 [ 25896] By: nicholas                              on 2005/10/30  16:07:58
36274         Log: Fix win32 breakage inadvertently introduced by 25889
36275      Branch: perl
36276            ! perl.h
36277 ____________________________________________________________________________
36278 [ 25895] By: nicholas                              on 2005/10/30  10:31:01
36279         Log: Replace hv_iternext() with a macro that calls hv_iternext_flags with
36280              an extra 0 argument. Move the old body to mathoms.c
36281      Branch: perl
36282            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
36283 ____________________________________________________________________________
36284 [ 25894] By: nicholas                              on 2005/10/30  10:00:42
36285         Log: Fix typo in comment.
36286      Branch: perl
36287            ! hv.c
36288 ____________________________________________________________________________
36289 [ 25893] By: nicholas                              on 2005/10/30  09:59:41
36290         Log: Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload()
36291              with the extra TRUE argument.
36292      Branch: perl
36293            ! embed.fnc embed.h gv.c gv.h mathoms.c proto.h
36294 ____________________________________________________________________________
36295 [ 25892] By: nicholas                              on 2005/10/30  08:51:52
36296         Log: I think we have a winner. do_pipe hasn't been called since 4.036.
36297              Maybe we should just remove this appendix.
36298      Branch: perl
36299            ! doio.c mathoms.c
36300 ____________________________________________________________________________
36301 [ 25891] By: nicholas                              on 2005/10/30  08:38:07
36302         Log: Replace do_aexec() with a macro to call do_aexec5() with the two extra
36303              0 arguments. Move the old body to mathoms.c
36304      Branch: perl
36305            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
36306 ____________________________________________________________________________
36307 [ 25890] By: nicholas                              on 2005/10/30  08:23:29
36308         Log: Replace do_exec() with a macro to call do_exec3() with the extra two
36309              0 arguments. Move the old body to mathoms.c
36310      Branch: perl
36311            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
36312 ____________________________________________________________________________
36313 [ 25889] By: nicholas                              on 2005/10/30  08:05:32
36314         Log: Replace do_open() with a macro to call do_openn() with the extra two
36315              0 paramters. Move the old body to mathoms.c.
36316      Branch: perl
36317            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
36318 ____________________________________________________________________________
36319 [ 25888] By: stevep                                on 2005/10/30  04:20:45
36320         Log: Subject: [PATCH] warnings.pl/pm: Croaker function: bug (perl v5.8, v5.9)
36321              From: Bram <perl-rt@wizbit.be>
36322              Date: Thu, 04 Aug 2005 23:55:33 +0200
36323              Message-Id: <42F28ED5.CFFDCCFD@wizbit.be>
36324      Branch: perl
36325            ! lib/warnings.pm warnings.pl
36326 ____________________________________________________________________________
36327 [ 25887] By: stevep                                on 2005/10/29  22:37:50
36328         Log: Subject: Re: [PATCH] predecrement vs postdecrement
36329              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
36330              Date: Sat, 29 Oct 2005 23:24:33 +0300
36331              Message-ID: <4363DA81.6060600@gmail.com>
36332              
36333              Nit in pod/perlhack.pod
36334      Branch: perl
36335            ! pod/perlhack.pod
36336 ____________________________________________________________________________
36337 [ 25886] By: nicholas                              on 2005/10/29  17:31:01
36338         Log: Replace the body of the rarely used sv_setpviv_mg with a call to
36339              sv_setpviv followed by SvSETMAGIC.
36340      Branch: perl
36341            ! sv.c
36342 ____________________________________________________________________________
36343 [ 25885] By: nicholas                              on 2005/10/29  17:21:24
36344         Log: Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies to
36345              mathoms.c
36346      Branch: perl
36347            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
36348 ____________________________________________________________________________
36349 [ 25884] By: nicholas                              on 2005/10/29  17:02:49
36350         Log: Add a new SMAGIC flag, to signal a call to SvSETMAGIC. Add it to
36351              sv_catpvn_flags and sv_catsv_flags, and then re-implement sv_catpvn_mg
36352              and sv_catsv_mg as calls to sv_catpvn_flags and sv_catsv_flags
36353              respectively.
36354      Branch: perl
36355            ! sv.c sv.h
36356 ____________________________________________________________________________
36357 [ 25883] By: nicholas                              on 2005/10/29  16:25:38
36358         Log: sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replaced
36359              with terse macros, and the function bodies retired.
36360      Branch: perl
36361            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
36362 ____________________________________________________________________________
36363 [ 25882] By: nicholas                              on 2005/10/29  16:06:39
36364         Log: All the private implementations of @foo for compilers that can't do
36365              complex macro expansions became dead wood sometime around 5.7.3
36366              (Don't tell Otava this)
36367      Branch: perl
36368            ! mathoms.c sv.c
36369 ____________________________________________________________________________
36370 [ 25881] By: stevep                                on 2005/10/29  15:34:22
36371         Log: Subject: [perl #30563] [PATCH] Storable::dclone fails for tied elements
36372              From: perlbug-followup@perl.org (Srezic@Iconmobile.Com)
36373              Date: 2 Jul 2004 11:32:12 -0000
36374              Message-ID: <rt-3.0.11-30563-91788.4.94870186951744@perl.org>
36375              
36376              Also, a version bump to Storable.pm.
36377      Branch: perl
36378            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
36379            ! ext/Storable/t/dclone.t
36380 ____________________________________________________________________________
36381 [ 25880] By: nicholas                              on 2005/10/29  15:07:42
36382         Log: sv_utf8_upgrade declares itself to be a mathom, so off it goes.
36383              Remove duplicate declaration of Perl_sv_2uv
36384      Branch: perl
36385            ! mathoms.c sv.c
36386 ____________________________________________________________________________
36387 [ 25879] By: nicholas                              on 2005/10/29  14:51:32
36388         Log: Replace sv_force_normal with a macro that calls sv_force_normal_flags.
36389      Branch: perl
36390            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
36391 ____________________________________________________________________________
36392 [ 25878] By: nicholas                              on 2005/10/29  14:39:37
36393         Log: Replace sv_unref with a macro that calls sv_unref_flags
36394      Branch: perl
36395            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
36396 ____________________________________________________________________________
36397 [ 25877] By: stevep                                on 2005/10/29  14:33:30
36398         Log: Oops, missed an sv_force_normal()
36399      Branch: perl
36400            ! mg.c
36401 ____________________________________________________________________________
36402 [ 25876] By: nicholas                              on 2005/10/29  14:25:55
36403         Log: sv_taint() can easily be replaced by a macro.
36404      Branch: perl
36405            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
36406 ____________________________________________________________________________
36407 [ 25875] By: stevep                                on 2005/10/29  14:14:25
36408         Log: Change to use sv_force_normal_flags() directly, rather than calling
36409              sv_force_normal() to call sv_force_normal_flags().
36410      Branch: perl
36411            ! NetWare/sv_nw.c mg.c
36412 ____________________________________________________________________________
36413 [ 25874] By: nicholas                              on 2005/10/29  11:50:29
36414         Log: A terser implementation of S_varname, by using and post-processing
36415              gv_fullname4
36416      Branch: perl
36417            ! sv.c
36418 ____________________________________________________________________________
36419 [ 25873] By: stevep                                on 2005/10/29  11:47:55
36420         Log: Additional mathoms from doio.c
36421      Branch: perl
36422            ! doio.c mathoms.c
36423 ____________________________________________________________________________
36424 [ 25872] By: stevep                                on 2005/10/29  11:36:26
36425         Log: Coverage stats say av_fake() is a mathom too.
36426      Branch: perl
36427            ! av.c mathoms.c
36428 ____________________________________________________________________________
36429 [ 25871] By: nicholas                              on 2005/10/29  11:14:40
36430         Log: gv_fullname3 and gv_efullname3 are definately mathoms. They even say so.
36431      Branch: perl
36432            ! gv.c mathoms.c
36433 ____________________________________________________________________________
36434 [ 25870] By: stevep                                on 2005/10/29  11:02:12
36435         Log: Subject: Re: [PATCH] predecrement vs postdecrement
36436              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
36437              Date: Sat, 29 Oct 2005 11:52:25 +0300
36438              Message-ID: <43633849.6060809@gmail.com>
36439      Branch: perl
36440            ! regcomp.c
36441 ____________________________________________________________________________
36442 [ 25869] By: nicholas                              on 2005/10/29  10:53:40
36443         Log: gv_fullname and gv_efullname are definately mathoms.
36444      Branch: perl
36445            ! gv.c mathoms.c
36446 ____________________________________________________________________________
36447 [ 25868] By: stevep                                on 2005/10/28  23:38:35
36448         Log: Subject: [PATCH] perl5db.pl incorrect instructions in termination message
36449              From: Brendan O'Dea <bod@debian.org>
36450              Date: Sat, 29 Oct 2005 07:14:40 +1000
36451              Message-ID: <20051028211440.GA23305@londo.c47.org>
36452      Branch: perl
36453            ! lib/perl5db.pl
36454 ____________________________________________________________________________
36455 [ 25867] By: stevep                                on 2005/10/28  21:12:35
36456         Log: Makefiles like tabs, not spaces.
36457      Branch: perl
36458            ! win32/Makefile win32/makefile.mk
36459 ____________________________________________________________________________
36460 [ 25866] By: stevep                                on 2005/10/28  21:09:31
36461         Log: Add a new file, mathoms.c, to hold old code kept around for binary
36462              compatability with previous versions of Perl.  Change also includes
36463              various Makefile changes to compile the new file and link it into 
36464              libperl.
36465      Branch: perl
36466            + mathoms.c
36467            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile globals.c
36468            ! numeric.c op.c perlio.c plan9/mkfile sv.c utf8.c
36469            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
36470            ! wince/Makefile.ce
36471 ____________________________________________________________________________
36472 [ 25865] By: stevep                                on 2005/10/28  11:30:51
36473         Log: Check for changes in IO on CPAN.
36474      Branch: perl
36475            ! Porting/Maintainers.pl
36476 ____________________________________________________________________________
36477 [ 25864] By: stevep                                on 2005/10/28  11:21:48
36478         Log: gbarr is maintaining IO.
36479      Branch: perl
36480            ! Porting/Maintainers.pl
36481 ____________________________________________________________________________
36482 [ 25863] By: stevep                                on 2005/10/28  10:48:32
36483         Log: Add SPRINTF_RETURNS_STRLEN to the various Win32 config_H.* files.
36484      Branch: perl
36485            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36486            ! win32/config_H.vc64
36487 ____________________________________________________________________________
36488 [ 25862] By: nicholas                              on 2005/10/28  10:24:43
36489         Log: Use the return value from sprintf and avoid a call to strlen
36490      Branch: perl
36491            ! sv.c
36492 ____________________________________________________________________________
36493 [ 25861] By: stevep                                on 2005/10/27  11:13:50
36494         Log: Subject: Re: IO::File performace issue
36495              From: gisle@ActiveState.com (Gisle Aas)
36496              Date: 27 Oct 2005 01:00:39 -0700
36497              Message-ID: <lrvezjv17c.fsf@caliper.activestate.com>
36498              
36499              Also includes a version bump for IO::File.
36500      Branch: perl
36501            ! ext/IO/lib/IO/File.pm
36502 ____________________________________________________________________________
36503 [ 25860] By: nicholas                              on 2005/10/27  08:53:03
36504         Log: Change 25850 failed to include all changed headers
36505      Branch: perl
36506            ! embed.h proto.h
36507 ____________________________________________________________________________
36508 [ 25859] By: stevep                                on 2005/10/27  01:55:08
36509         Log: Win32 fix for change #25850.  I don't know if this define will ever
36510              be used on Win32, but it does fix the problem at hand.
36511      Branch: perl
36512            ! win32/perlhost.h
36513 ____________________________________________________________________________
36514 [ 25858] By: rgs                                   on 2005/10/26  13:27:31
36515         Log: Subject: [patch@25854]vms.c rmsexpand and memmove fixes
36516              From: "John E. Malmberg" <wb8tyw@qsl.net>
36517              Date: Wed, 26 Oct 2005 08:08:05 -0400
36518              Message-ID: <435F71A5.6030809@qsl.net>
36519      Branch: perl
36520            ! vms/vms.c
36521 ____________________________________________________________________________
36522 [ 25857] By: rgs                                   on 2005/10/26  12:52:37
36523         Log: FAQ sync.
36524      Branch: perl
36525            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
36526            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
36527            ! pod/perlfaq7.pod pod/perlfaq9.pod
36528 ____________________________________________________________________________
36529 [ 25856] By: merijn                                on 2005/10/26  12:37:47
36530         Log: Subject: [PATCH] Symbian: better Series 80 support
36531              From: <jarkko.hietaniemi@nokia.com>
36532              Date: Wed, 26 Oct 2005 15:50:08 +0300
36533              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6AA@esebe105.NOE.Nokia.com>
36534      Branch: perl
36535            + symbian/hexdump.pl
36536            ! MANIFEST symbian/PerlApp.cpp symbian/PerlApp.h
36537            ! symbian/PerlAppS80.rss symbian/config.pl symbian/makesis.pl
36538            ! symbian/sisify.pl
36539 ____________________________________________________________________________
36540 [ 25855] By: stevep                                on 2005/10/26  11:52:46
36541         Log: Multiple versions of OpenBSD fail this test, not just 3.7.
36542      Branch: perl
36543            ! t/op/sprintf.t
36544 ____________________________________________________________________________
36545 [ 25854] By: rgs                                   on 2005/10/26  10:21:30
36546         Log: Subject: Re: [PATCH] minor speed-up for pp_push()
36547              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
36548              Date: Tue, 25 Oct 2005 08:11:42 +0200
36549              Message-id: <20051025061141.GA2256@ethan>
36550      Branch: perl
36551            ! pp.c
36552 ____________________________________________________________________________
36553 [ 25853] By: nicholas                              on 2005/10/26  10:06:37
36554         Log: Store the raw bytes of the pid in PL_pidstatus, rather than the
36555              stringification, as removing the conversions saves time and code.
36556      Branch: perl
36557            ! util.c
36558 ____________________________________________________________________________
36559 [ 25852] By: rgs                                   on 2005/10/26  09:37:25
36560         Log: Subject: [perl #37535] [PATCH] ioctl IOCPARM_LEN(x) should be _IOC_SIZE(x) on Linux, not 256 
36561              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
36562              Date: Tue, 25 Oct 2005 15:27:28 -0700
36563              Message-ID: <rt-3.0.11-37535-123290.14.118037538994@perl.org>
36564      Branch: perl
36565            ! perl.h
36566 ____________________________________________________________________________
36567 [ 25851] By: rgs                                   on 2005/10/26  08:58:42
36568         Log: Subject: Re: [patch@25838]Hopefully the last VMS exit/error fixes needed.
36569              From: "John E. Malmberg" <wb8tyw@qsl.net>
36570              Date: Tue, 25 Oct 2005 13:36:20 -0400
36571              Message-ID: <435E6D14.7000104@qsl.net>
36572      Branch: perl
36573            ! perl.h vms/perlvms.pod
36574 ____________________________________________________________________________
36575 [ 25850] By: nicholas                              on 2005/10/26  08:31:20
36576         Log: Most platforms don't actually need PL_pidstatus, or the associated
36577              .5K of code.
36578      Branch: perl
36579            ! embed.fnc intrpvar.h makedef.pl perl.c perl.h perlapi.h
36580            ! pp_sys.c sv.c util.c
36581 ____________________________________________________________________________
36582 [ 25849] By: rgs                                   on 2005/10/25  15:26:20
36583         Log: Back out change #25839, and apply :
36584              
36585              Subject: [patch@25838]Hopefully the last VMS exit/error fixes needed.
36586              From: "John E. Malmberg" <wb8tyw@qsl.net>
36587              Date: Tue, 25 Oct 2005 11:09:37 -0400
36588              Message-ID: <435E4AB1.1000106@qsl.net>
36589      Branch: perl
36590            ! perl.c perl.h vms/perlvms.pod
36591 ____________________________________________________________________________
36592 [ 25848] By: nicholas                              on 2005/10/25  12:54:18
36593         Log: Code in wait4pid was calling hv_delete with the hash iterator
36594              currently on that entry. On aggregate this does more work, beacuse
36595              the next call to hv_iterinit() would spot the flag, and have to call
36596              the delete routine, while in the meantime any new entries can't
36597              re-use that memory.
36598      Branch: perl
36599            ! util.c
36600 ____________________________________________________________________________
36601 [ 25847] By: rgs                                   on 2005/10/25  12:35:29
36602         Log: t/TEST should require Time::HiRes only when it uses it.
36603              This fixes minitest.
36604      Branch: perl
36605            ! t/TEST
36606 ____________________________________________________________________________
36607 [ 25846] By: rgs                                   on 2005/10/25  12:17:33
36608         Log: Rediff the Makefile.SH patch for cross-compilation.
36609              (this doesn't mean it works, though.)
36610      Branch: perl
36611            ! Cross/Makefile.SH.patch
36612 ____________________________________________________________________________
36613 [ 25845] By: stevep                                on 2005/10/25  11:56:53
36614         Log: Upgrade to Time-HiRes-1.76
36615      Branch: perl
36616            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
36617            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
36618            ! ext/Time/HiRes/t/HiRes.t
36619 ____________________________________________________________________________
36620 [ 25844] By: rgs                                   on 2005/10/25  11:19:44
36621         Log: Remove remaining references to mv-if-diff
36622      Branch: perl
36623            ! os2/Makefile.SHs pod/Makefile.SH pod/perlmodlib.PL
36624 ____________________________________________________________________________
36625 [ 25843] By: nicholas                              on 2005/10/25  10:55:27
36626         Log: Oops. the trick is to edit Makefile.SH
36627      Branch: perl
36628            ! Makefile.SH
36629 ____________________________________________________________________________
36630 [ 25842] By: nicholas                              on 2005/10/25  10:36:39
36631         Log: Subject: [PATCH] remove mv-if-diff
36632              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
36633              Message-ID: <20051024193257.2022ea0d@grubert.mandrakesoft.com>
36634              Date: Mon, 24 Oct 2005 19:32:57 +0200
36635              
36636              (with tweak to add rm for opmini.c, remove mv-if-diff, and reflect
36637              this removal in MANIFEST)
36638      Branch: perl
36639            - mv-if-diff
36640            ! MANIFEST Makefile.SH
36641 ____________________________________________________________________________
36642 [ 25841] By: nicholas                              on 2005/10/25  09:09:49
36643         Log: Replace all the strlen()s related to PL_pidstatus with the return
36644              value of my_sprintf
36645      Branch: perl
36646            ! util.c
36647 ____________________________________________________________________________
36648 [ 25840] By: nicholas                              on 2005/10/25  08:32:25
36649         Log: Whoops. The Windows build is going to need to know that this symbol is
36650              defined.
36651      Branch: perl
36652            ! perl.c
36653 ____________________________________________________________________________
36654 [ 25839] By: rgs                                   on 2005/10/25  08:14:33
36655         Log: Subject: VMS exit handling still broken, need some help.
36656              From: "John E. Malmberg" <wb8tyw@qsl.net>
36657              Date: Mon, 24 Oct 2005 01:34:41 -0400
36658              Message-ID: <435C7271.8070403@qsl.net>
36659      Branch: perl
36660            ! perl.c perl.h vms/vms.c
36661 ____________________________________________________________________________
36662 [ 25838] By: merijn                                on 2005/10/25  05:58:00
36663         Log: Subject: [patch@25837] Change 25831: sprintf returns the length of the buffer.
36664              From: "John E. Malmberg" <wb8tyw@qsl.net>
36665              Date: Mon, 24 Oct 2005 23:37:46 -0400
36666              Message-ID: <435DA88A.90201@qsl.net>
36667      Branch: perl
36668            ! configure.com
36669 ____________________________________________________________________________
36670 [ 25837] By: merijn                                on 2005/10/24  23:35:40
36671         Log: Backport of changes #25831 and #25832. Re-order needed
36672              
36673              Subject: [PATCH] Re: Configure question about format of cc/cppsymbols
36674              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
36675              Date: Mon, 24 Oct 2005 13:04:58 -0700
36676              Message-ID: <20051024200458.GC2312@efn.org>
36677      Branch: perl
36678            ! Configure config_h.SH
36679 ____________________________________________________________________________
36680 [ 25833] By: merijn                                on 2005/10/24  22:44:22
36681         Log: Subject: [PATCH] Compress::Zlib
36682              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
36683              Date: Mon, 24 Oct 2005 23:19:48 +0100
36684              Message-ID: <00ab01c5d8e9$0ef31b40$02f0440a@myopwv.com>
36685      Branch: perl
36686            ! ext/Compress/Zlib/Zlib.pm
36687            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
36688            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
36689            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
36690            ! ext/Compress/Zlib/t/03zlib-v1.t
36691            ! ext/Compress/Zlib/t/16oneshot.t ext/Compress/Zlib/t/22merge.t
36692 ____________________________________________________________________________
36693 [ 25832] By: nicholas                              on 2005/10/24  21:20:21
36694         Log: Add my_sprintf, which is usually just a macro for sprintf, for those
36695              places where we want to use the return value of sprintf. This allows
36696              a wrapper to be used for platforms where the C library isn't ANSI-
36697              conformant.
36698      Branch: perl
36699            ! config_h.SH embed.fnc embed.h global.sym makedef.pl perl.h
36700            ! proto.h util.c
36701 ____________________________________________________________________________
36702 [ 25831] By: nicholas                              on 2005/10/24  20:03:38
36703         Log: Add a probe for whether sprintf returns the length of the buffer.
36704              Update all the canned config.sh files.
36705              Assume that symbian and Win32 are all ANSI conformant, note that ARM
36706              Linux (ie glibc) will be, don't assume that any other platform is.
36707      Branch: perl
36708            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
36709            ! Porting/Glossary configure.com epoc/config.sh
36710            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
36711            ! win32/config.bc win32/config.gc win32/config.vc
36712            ! win32/config.vc64 wince/config.ce
36713 ____________________________________________________________________________
36714 [ 25830] By: rgs                                   on 2005/10/24  16:18:41
36715         Log: Fix path in code example
36716      Branch: perl
36717            ! pod/perlfunc.pod
36718 ____________________________________________________________________________
36719 [ 25829] By: rgs                                   on 2005/10/24  15:21:28
36720         Log: Subject: Re: do { EXPR for EXPR }
36721              From: Robin Houston <robin@cpan.org>
36722              Date: Sat, 22 Oct 2005 16:56:27 +0100
36723              Message-ID: <20051022155627.GA22420@rpc142.cs.man.ac.uk>
36724      Branch: perl
36725            ! op.c t/cmd/mod.t
36726 ____________________________________________________________________________
36727 [ 25828] By: stevep                                on 2005/10/24  14:16:32
36728         Log: Update one of merijn's previous emails.
36729      Branch: perl
36730            ! Porting/checkAUTHORS.pl
36731 ____________________________________________________________________________
36732 [ 25827] By: craigb                                on 2005/10/23  22:17:44
36733         Log: Subject: [patch@25825] Fix st_ino compare to use real data.
36734              From: "John E. Malmberg" <wb8tyw@qsl.net>
36735              Date: Sun, 23 Oct 2005 17:46:46 -0400
36736              Message-id: <435C04C6.2090405@qsl.net>
36737      Branch: perl
36738            ! vms/vms.c
36739 ____________________________________________________________________________
36740 [ 25825] By: mhx                                   on 2005/10/23  10:16:45
36741         Log: Fix mismatched braces in S_fd_on_nosuid_fs().
36742      Branch: perl
36743            ! perl.c
36744 ____________________________________________________________________________
36745 [ 25824] By: craigb                                on 2005/10/22  16:43:40
36746         Log: VMS threaded build fixes for things broken in #25783
36747      Branch: perl
36748            ! vms/vms.c vms/vmsish.h
36749 ____________________________________________________________________________
36750 [ 25823] By: nicholas                              on 2005/10/22  13:12:48
36751         Log: use more 'const' in the Encode data structures.
36752      Branch: perl
36753            ! ext/Encode/Encode/encode.h ext/Encode/bin/enc2xs
36754 ____________________________________________________________________________
36755 [ 25822] By: mhx                                   on 2005/10/22  13:02:02
36756         Log: Turn NN to NULLOK for functions that have code to handle
36757              the ptr == NULL case and are currently called with NULL
36758              pointers. Having parameters tagged NN can make gcc optimize
36759              away the code for the NULL case, causing segfaults.
36760      Branch: perl
36761            ! embed.fnc proto.h
36762 ____________________________________________________________________________
36763 [ 25821] By: nicholas                              on 2005/10/22  12:08:34
36764         Log: Mark more static Encode data structures as const.
36765      Branch: perl
36766            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
36767            ! ext/Encode/bin/enc2xs ext/Encode/encengine.c
36768 ____________________________________________________________________________
36769 [ 25820] By: stevep                                on 2005/10/21  21:54:01
36770         Log: Documentation on getting a FORMAT ref from a GLOB was missing from
36771              perlref.pod.  Thanks for David Wheeler for starting the discussion
36772              and Paul Johnson for confirming that it could actually be done.
36773      Branch: perl
36774            ! pod/perlref.pod
36775 ____________________________________________________________________________
36776 [ 25819] By: merijn                                on 2005/10/21  15:49:00
36777         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
36778              From: <jarkko.hietaniemi@nokia.com>
36779              Date: Fri, 21 Oct 2005 17:15:23 +0300
36780              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
36781      Branch: perl
36782            + symbian/PerlAppS60.rss symbian/PerlAppS80.rss
36783            ! MANIFEST
36784 ____________________________________________________________________________
36785 [ 25818] By: rgs                                   on 2005/10/21  15:44:38
36786         Log: Subject: allow "" as select bitmask [PATCH]
36787              From: Gisle Aas <gisle@ActiveState.com>
36788              Date: 21 Oct 2005 08:04:40 -0700
36789              Message-ID: <lrach229o7.fsf_-_@caliper.activestate.com>
36790      Branch: perl
36791            ! pp_sys.c t/op/sselect.t
36792 ____________________________________________________________________________
36793 [ 25816] By: rgs                                   on 2005/10/21  15:06:13
36794         Log: Rewording of doc change #25812
36795      Branch: perl
36796            ! pod/perlsub.pod
36797 ____________________________________________________________________________
36798 [ 25815] By: merijn                                on 2005/10/21  14:12:37
36799         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
36800              From: <jarkko.hietaniemi@nokia.com>
36801              Date: Fri, 21 Oct 2005 17:15:23 +0300
36802              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
36803      Branch: perl
36804            - symbian/PerlApp.rss
36805 ____________________________________________________________________________
36806 [ 25814] By: merijn                                on 2005/10/21  14:12:10
36807         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
36808              From: <jarkko.hietaniemi@nokia.com>
36809              Date: Fri, 21 Oct 2005 17:15:23 +0300
36810              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
36811      Branch: perl
36812            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
36813            ! symbian/PerlApp.hrh symbian/config.pl symbian/config.sh
36814            ! symbian/makesis.pl symbian/sdk.pl symbian/sisify.pl
36815            ! symbian/xsbuild.pl
36816 ____________________________________________________________________________
36817 [ 25813] By: rgs                                   on 2005/10/21  13:24:30
36818         Log: Subject: wrong maxlen in sselect [PATCH]
36819              From: Gisle Aas <gisle@ActiveState.com>
36820              Date: 21 Oct 2005 05:24:30 -0700
36821              Message-ID: <lrzmp312ip.fsf@caliper.activestate.com>
36822              
36823              Plus a regression test for the new warning.
36824      Branch: perl
36825            ! pod/perldiag.pod pp_sys.c t/lib/warnings/pp_sys
36826 ____________________________________________________________________________
36827 [ 25812] By: rgs                                   on 2005/10/21  13:01:26
36828         Log: Subject: Re: [PATCH] return values reworded in perlsub.pod
36829              From: Xavier Noria <fxn@hashref.com>
36830              Date: Fri, 21 Oct 2005 08:43:12 +0200
36831              Message-Id: <1C8D7C5C-986C-4336-8C4F-8B965CE1AD17@hashref.com>
36832              
36833              (with minor tweaks)
36834      Branch: perl
36835            ! pod/perlsub.pod
36836 ____________________________________________________________________________
36837 [ 25811] By: rgs                                   on 2005/10/21  09:31:52
36838         Log: Remove last remaining reference to vax11c
36839      Branch: perl
36840            ! x2p/a2p.h
36841 ____________________________________________________________________________
36842 [ 25810] By: craigb                                on 2005/10/20  22:38:36
36843         Log: Subject: [patch@25809]restore documented exit behavior
36844              From: "John E. Malmberg" <wb8tyw@qsl.net>
36845              Date: Thu, 20 Oct 2005 18:21:20 -0400
36846              Message-id: <43581860.3020108@qsl.net>
36847      Branch: perl
36848            ! mg.c perl.c perl.h t/op/exec.t vms/perlvms.pod vms/vms.c
36849 ____________________________________________________________________________
36850 [ 25809] By: rgs                                   on 2005/10/19  21:15:53
36851         Log: Fix doc typo, by Gisle Aas
36852      Branch: perl
36853            ! lib/User/grent.pm
36854 ____________________________________________________________________________
36855 [ 25808] By: rgs                                   on 2005/10/19  20:46:50
36856         Log: Subject: Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of ARRAY in leave
36857              From: Robin Houston <robin@cpan.org>
36858              Date: Oct 14, 2005 1:54 AM
36859              Message-ID: <20051013235457.GA23386@rpc142.cs.man.ac.uk>
36860      Branch: perl
36861            ! embed.fnc embed.h global.sym op.c op.h proto.h t/op/array.t
36862 ____________________________________________________________________________
36863 [ 25805] By: rgs                                   on 2005/10/19  13:19:17
36864         Log: Forgotten chunk by jhi
36865      Branch: perl
36866            ! symbian/makesis.pl
36867 ____________________________________________________________________________
36868 [ 25804] By: rgs                                   on 2005/10/19  13:09:09
36869         Log: Subject: [PATCH] blead 25801: Symbian batch of today
36870              From: <jarkko.hietaniemi@nokia.com>
36871              Date: Wed, 19 Oct 2005 16:19:23 +0300
36872              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A663@esebe105.NOE.Nokia.com>
36873      Branch: perl
36874            ! perl.h pp_sys.c symbian/config.sh symbian/symbianish.h
36875            ! symbian/xsbuild.pl
36876 ____________________________________________________________________________
36877 [ 25803] By: rgs                                   on 2005/10/19  08:18:30
36878         Log: Subject: [PATCH] More consting, and DRY leads to shrinking object code
36879              From: Andy Lester <andy@petdance.com>
36880              Date: Tue, 18 Oct 2005 09:57:23 -0500
36881              Message-ID: <20051018145723.GA4964@petdance.com>
36882      Branch: perl
36883            ! av.c gv.c hv.c mg.c pp_ctl.c pp_hot.c sv.c
36884 ____________________________________________________________________________
36885 [ 25802] By: rgs                                   on 2005/10/19  07:52:20
36886         Log: Subject: [PATCH] Adding documentation index to perlapi.pod and perlintern.pod
36887              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
36888              Date: Tue, 18 Oct 2005 22:22:57 +0200
36889              Message-ID: <1129666977.435559a10cb95@imp5-g19.free.fr>
36890              
36891              (tweaked to remove trailing whitespace to doc entries)
36892              Plus, regenerate doc and headers
36893      Branch: perl
36894            ! autodoc.pl embed.h pod/perlapi.pod pod/perlintern.pod proto.h
36895 ____________________________________________________________________________
36896 [ 25801] By: craigb                                on 2005/10/19  00:29:00
36897         Log: Subject: [patch@25784] enable open(FOO, "child.pl foo|") on VMS
36898              From: "John E. Malmberg" <wb8tyw@qsl.net>
36899              Date: Tue, 18 Oct 2005 14:43:29 -0400
36900              Message-id: <43554251.5020704@qsl.net>
36901      Branch: perl
36902            ! vms/vms.c vms/vmsish.h
36903 ____________________________________________________________________________
36904 [ 25800] By: rgs                                   on 2005/10/18  21:22:17
36905         Log: Add notes about -f _ and defined %foo:: in perldelta
36906      Branch: perl
36907            ! pod/perl593delta.pod
36908 ____________________________________________________________________________
36909 [ 25799] By: rgs                                   on 2005/10/18  20:57:43
36910         Log: Force _ to be always a bareword after filetest operators
36911      Branch: perl
36912            ! t/op/filetest.t toke.c
36913 ____________________________________________________________________________
36914 [ 25798] By: nicholas                              on 2005/10/18  19:52:27
36915         Log: Add Rafael's 5.10 roadmap to perltodo.
36916              Add state variables.
36917              Remove xsubpp entry, as that had been done already.
36918      Branch: perl
36919            ! pod/perltodo.pod
36920 ____________________________________________________________________________
36921 [ 25797] By: rgs                                   on 2005/10/18  19:24:55
36922         Log: Fix tokenizer debugging trace for file tests
36923      Branch: perl
36924            ! toke.c
36925 ____________________________________________________________________________
36926 [ 25796] By: stevep                                on 2005/10/18  19:15:40
36927         Log: Upgrade to Digest-1.13
36928      Branch: perl
36929            ! lib/Digest.pm lib/Digest/Changes lib/Digest/file.pm
36930 ____________________________________________________________________________
36931 [ 25795] By: merijn                                on 2005/10/18  16:30:54
36932         Log: VMS does not have clearenv () according to John E. Malmberg
36933              Followup to 25793
36934      Branch: perl
36935            ! configure.com
36936 ____________________________________________________________________________
36937 [ 25794] By: steveh                                on 2005/10/18  15:03:50
36938         Log: Update win32 config files w.r.t. change #25793
36939      Branch: perl
36940            ! win32/config.bc win32/config.gc win32/config.vc
36941            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
36942            ! win32/config_H.vc win32/config_H.vc64
36943 ____________________________________________________________________________
36944 [ 25793] By: merijn                                on 2005/10/18  13:50:15
36945         Log: Add probe for clearenv (), like #25733 for unsetenv ()
36946      Branch: perl
36947            ! Configure Porting/Glossary config_h.SH handy.h
36948 ____________________________________________________________________________
36949 [ 25790] By: rgs                                   on 2005/10/18  12:48:17
36950         Log: Subject: [PATCH] missed some SYMBIAN ifdefs
36951              From: <jarkko.hietaniemi@nokia.com>
36952              Date: Tue, 18 Oct 2005 16:07:28 +0300
36953              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A64D@esebe105.NOE.Nokia.com>
36954      Branch: perl
36955            ! perl.h util.h
36956 ____________________________________________________________________________
36957 [ 25789] By: stevep                                on 2005/10/18  10:52:01
36958         Log: Upgrade to Time-HiRes-1.75
36959      Branch: perl
36960            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
36961            ! ext/Time/HiRes/Makefile.PL
36962 ____________________________________________________________________________
36963 [ 25788] By: rgs                                   on 2005/10/18  09:29:05
36964         Log: Subject: [PATCH] Symbian: New vs New
36965              From: <jarkko.hietaniemi@nokia.com>
36966              Date: Tue, 18 Oct 2005 12:53:16 +0300
36967              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A640@esebe105.NOE.Nokia.com>
36968      Branch: perl
36969            ! symbian/PerlUtil.cpp
36970 ____________________________________________________________________________
36971 [ 25786] By: rgs                                   on 2005/10/18  08:01:12
36972         Log: Subject: [patch@25783] vmsish.h fix for lstat() definition
36973              From: "John E. Malmberg" <wb8tyw@qsl.net>
36974              Date: Mon, 17 Oct 2005 17:08:19 -0400
36975              Message-ID: <435412C3.3080504@qsl.net>
36976      Branch: perl
36977            ! vms/vmsish.h
36978 ____________________________________________________________________________
36979 [ 25784] By: steveh                                on 2005/10/17  15:48:24
36980         Log: Silence gcc complaints about comments in config.h
36981              
36982              This suppresses dozens of lines of warnings seen, e.g. here:
36983              http://www.nntp.perl.org/group/perl.daily-build.reports/32231
36984      Branch: perl
36985            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
36986 ____________________________________________________________________________
36987 [ 25783] By: rgs                                   on 2005/10/17  15:13:35
36988         Log: Subject: [patch@25775] VMS prep for symbolic links and long filename
36989              From: "John E. Malmberg" <wb8tyw@qsl.net>
36990              Date: Mon, 17 Oct 2005 08:12:37 -0400
36991              Message-ID: <43539535.70609@qsl.net>
36992      Branch: perl
36993            ! vms/vms.c vms/vmsish.h
36994 ____________________________________________________________________________
36995 [ 25782] By: rgs                                   on 2005/10/17  15:05:23
36996         Log: Subject: [PATCH] even more Symbian
36997              From: <jarkko.hietaniemi@nokia.com>
36998              Date: Mon, 17 Oct 2005 18:27:57 +0300
36999              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A61F@esebe105.NOE.Nokia.com>
37000      Branch: perl
37001            ! ext/Storable/Storable.xs symbian/TODO
37002            ! symbian/find_writeable_data.pl symbian/xsbuild.pl
37003 ____________________________________________________________________________
37004 [ 25781] By: nicholas                              on 2005/10/17  14:44:59
37005         Log: Correct precedence from and to && in an expression with assignment.
37006      Branch: perl
37007            ! ext/IO/t/io_sock.t
37008 ____________________________________________________________________________
37009 [ 25780] By: rgs                                   on 2005/10/17  10:16:30
37010         Log: Subject: Re: small addition to $, and $\ in perlvar.pod
37011              From: Xavier Noria <fxn@hashref.com>
37012              Date: Sun, 16 Oct 2005 12:27:30 +0200
37013              Message-Id: <7CA83392-70CD-4AC8-AA44-D94F508BB028@hashref.com>
37014      Branch: perl
37015            ! pod/perlvar.pod
37016 ____________________________________________________________________________
37017 [ 25779] By: steveh                                on 2005/10/17  10:14:46
37018         Log: Make some casts explicit to keep VC++ 7 happy
37019              
37020              Specifically, this silences the warnings from the following smoke:
37021              http://www.nntp.perl.org/group/perl.daily-build.reports/32258
37022              (Hmm. Looks like you need to decode the base64 yourself before you
37023              can read that.)
37024      Branch: perl
37025            ! numeric.c op.c pp_pack.c toke.c
37026 ____________________________________________________________________________
37027 [ 25778] By: rgs                                   on 2005/10/17  09:57:24
37028         Log: Subject: [PATCH] another Symbian update: Alan's fault :-)
37029              From: <jarkko.hietaniemi@nokia.com>
37030              Date: Mon, 17 Oct 2005 13:19:34 +0300
37031              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A611@esebe105.NOE.Nokia.com>
37032      Branch: perl
37033            + symbian/find_writeable_data.pl
37034            ! MANIFEST XSUB.h doio.c embed.fnc embed.h mg.c perl.c perl.h
37035            ! perlio.c pp_ctl.c pp_sys.c symbian/config.pl symbian/sisify.pl
37036            ! util.c
37037 ____________________________________________________________________________
37038 [ 25777] By: rgs                                   on 2005/10/17  08:46:31
37039         Log: Doc/style fixes pointed out by Gisle
37040      Branch: perl
37041            ! lib/warnings/register.pm
37042 ____________________________________________________________________________
37043 [ 25776] By: rgs                                   on 2005/10/17  08:28:15
37044         Log: Subject: [PATCH] blead@25775 Symbian update
37045              From: <jarkko.hietaniemi@nokia.com>
37046              Date: Mon, 17 Oct 2005 11:49:20 +0300
37047              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A60A@esebe105.NOE.Nokia.com>
37048      Branch: perl
37049            + symbian/PerlUtil.cpp symbian/PerlUtil.h symbian/PerlUtil.pod
37050            ! MANIFEST README.symbian symbian/PerlBase.pod symbian/TODO
37051            ! symbian/config.pl symbian/sdk.pl symbian/sisify.pl
37052            ! symbian/symbian_proto.h symbian/xsbuild.pl
37053 ____________________________________________________________________________
37054 [ 25775] By: davem                                 on 2005/10/16  23:05:44
37055         Log: DEBUG_LEAKING_SCALARS doesn't need shared memory to store filenames
37056      Branch: perl
37057            ! sv.c
37058 ____________________________________________________________________________
37059 [ 25774] By: rgs                                   on 2005/10/16  21:47:57
37060         Log: Subject: [PATCH] Keys of %INC always use forward slashes
37061              From: Jan Dubois <jand@activestate.com>
37062              Date: Oct 16, 2005 8:24 PM
37063              Message-ID: <006e01c5d27e$d722c6e0$2217a8c0@candy>
37064      Branch: perl
37065            ! lib/CPAN.pm
37066 ____________________________________________________________________________
37067 [ 25772] By: craigb                                on 2005/10/16  19:10:56
37068         Log: Subject: [patch@25763] Fix VMS error/exit handling, update kill function
37069              From: "John E. Malmberg" <wb8tyw@qsl.net>
37070              Message-id: <4351F393.8030809@qsl.net>
37071              Date: Sun, 16 Oct 2005 02:30:43 -0400
37072      Branch: perl
37073            ! perl.c perl.h t/run/exit.t vms/vms.c vms/vmsish.h
37074 ____________________________________________________________________________
37075 [ 25771] By: davem                                 on 2005/10/16  17:46:10
37076         Log: an assert in av_undef was leaking memory
37077      Branch: perl
37078            ! av.c
37079 ____________________________________________________________________________
37080 [ 25770] By: davem                                 on 2005/10/16  17:39:20
37081         Log: static functions should be prefixed S_
37082      Branch: perl
37083            ! ext/threads/threads.xs
37084 ____________________________________________________________________________
37085 [ 25769] By: davem                                 on 2005/10/16  14:53:45
37086         Log: free a thread's interpreter after $t->join() rather than after undef $t
37087              This should fix some ithreads memory leaks.
37088      Branch: perl
37089            ! ext/threads/threads.xs
37090 ____________________________________________________________________________
37091 [ 25768] By: stevep                                on 2005/10/16  13:53:00
37092         Log: Upgrade to version-0.49
37093      Branch: perl
37094            ! lib/version.pm lib/version.pod
37095 ____________________________________________________________________________
37096 [ 25767] By: stevep                                on 2005/10/16  13:24:23
37097         Log: No more attempting to edit Pod before the first coffee of the morning.
37098      Branch: perl
37099            ! ext/DynaLoader/XSLoader_pm.PL
37100 ____________________________________________________________________________
37101 [ 25766] By: stevep                                on 2005/10/16  13:10:02
37102         Log: Upgrade to XSLoader-0.06 (plus a minor doc nit found by podchecker).
37103      Branch: perl
37104            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
37105 ____________________________________________________________________________
37106 [ 25765] By: stevep                                on 2005/10/16  13:02:19
37107         Log: Upgrade to Pod-Parser-1.34 (with some changes to get the new test file
37108              to work within the core).
37109      Branch: perl
37110            + lib/Pod/t/contains_pod.t t/lib/contains_pod.xr
37111            ! MANIFEST lib/Pod/Find.pm
37112 ____________________________________________________________________________
37113 [ 25764] By: stevep                                on 2005/10/16  12:36:37
37114         Log: Upgrade to ExtUtils-ParseXS-2.15.
37115      Branch: perl
37116            ! lib/ExtUtils/ParseXS.pm
37117 ____________________________________________________________________________
37118 [ 25763] By: nicholas                              on 2005/10/15  21:35:29
37119         Log: Subject: pre{inc,dec} is faster, even with integers
37120              From: hv@crypt.org
37121              Message-Id: <200510141722.j9EHMfa25945@zen.crypt.org>
37122              Date: Fri, 14 Oct 2005 18:22:41 +0100
37123      Branch: perl
37124            ! op.c t/op/inc.t
37125 ____________________________________________________________________________
37126 [ 25761] By: craigb                                on 2005/10/15  03:59:44
37127         Log: Subject: [patch@blead] perlport.pod
37128              From: "John E. Malmberg" <wb8tyw@qsl.net>
37129              Date: Fri, 14 Oct 2005 23:48:20 -0400
37130              Message-id: <43507C04.8050003@qsl.net>
37131      Branch: perl
37132            ! pod/perlport.pod
37133 ____________________________________________________________________________
37134 [ 25760] By: craigb                                on 2005/10/15  03:43:30
37135         Log: Subject: patch for blead - Perlvms.pod update
37136              From: "John E. Malmberg" <wb8tyw@qsl.net>
37137              Date: Fri, 14 Oct 2005 21:15:26 -0400
37138              Message-id: <4350582E.4070209@qsl.net>
37139      Branch: perl
37140            ! vms/perlvms.pod
37141 ____________________________________________________________________________
37142 [ 25759] By: craigb                                on 2005/10/14  15:31:33
37143         Log: Grab enough room from the outset in do_tovmsspec()
37144      Branch: perl
37145            ! vms/vms.c
37146 ____________________________________________________________________________
37147 [ 25758] By: steveh                                on 2005/10/14  08:00:58
37148         Log: Subject: [PATCH] Compress::Zlib - fix for win32
37149              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
37150              Date: Thu, 13 Oct 2005 23:06:25 +0100
37151              Message-ID: <002a01c5d042$5c25fea0$1a1c140a@myopwv.com>
37152      Branch: perl
37153            ! ext/Compress/Zlib/Zlib.xs
37154 ____________________________________________________________________________
37155 [ 25757] By: stevep                                on 2005/10/14  03:46:24
37156         Log: gcc complains when it sees variables declared
37157              
37158              const register ...
37159              
37160              switched them all to 
37161              
37162              register const ...
37163      Branch: perl
37164            ! av.c pp.c pp_hot.c regexec.c sv.c toke.c util.c
37165 ____________________________________________________________________________
37166 [ 25756] By: stevep                                on 2005/10/14  01:20:21
37167         Log: Upgrade to Unicode-Collate-0.52
37168      Branch: perl
37169            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
37170            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
37171 ____________________________________________________________________________
37172 [ 25755] By: stevep                                on 2005/10/13  23:31:03
37173         Log: Add PERL_USE_SAFE_PUTENV to the compile time options in perl -V
37174      Branch: perl
37175            ! perl.c
37176 ____________________________________________________________________________
37177 [ 25754] By: stevep                                on 2005/10/13  23:03:46
37178         Log: Subject: [PATCH] Stas' croak patch and then some
37179              From: Andy Lester <andy@petdance.com>
37180              Date: Thu, 13 Oct 2005 16:42:12 -0500
37181              Message-ID: <20051013214212.GA1122@petdance.com>
37182      Branch: perl
37183            ! embed.fnc gv.c op.c pad.c perl.c pp_sort.c proto.h regcomp.c
37184            ! sv.c t/TEST toke.c utf8.c
37185 ____________________________________________________________________________
37186 [ 25753] By: rgs                                   on 2005/10/13  15:53:39
37187         Log: If /dev/null is not readable, perl -e fails with
37188              an obscure error message. Make it more understandable.
37189      Branch: perl
37190            ! perl.c
37191 ____________________________________________________________________________
37192 [ 25752] By: rgs                                   on 2005/10/13  14:18:50
37193         Log: Subject: [patch@25744] t/op/local.t - change 25514 broke VMS
37194              From: "John E. Malmberg" <wb8tyw@qsl.net>
37195              Date: Thu, 13 Oct 2005 10:28:23 -0400
37196              Message-ID: <434E6F07.5020108@qsl.net>
37197      Branch: perl
37198            ! t/op/local.t
37199 ____________________________________________________________________________
37200 [ 25751] By: rgs                                   on 2005/10/13  12:38:21
37201         Log: Subject: SvPVutf8_nolen crashes [PATCH]
37202              From: Gisle Aas <gisle@ActiveState.com>
37203              Date: 13 Oct 2005 06:00:49 -0700
37204              Message-ID: <lrslv56072.fsf@caliper.activestate.com>
37205      Branch: perl
37206            ! sv.c
37207 ____________________________________________________________________________
37208 [ 25750] By: rgs                                   on 2005/10/13  12:22:24
37209         Log: Better cleanup of directories created by C::Zlib
37210      Branch: perl
37211            ! Makefile.SH
37212 ____________________________________________________________________________
37213 [ 25749] By: merijn                                on 2005/10/13  12:17:41
37214         Log: PL_use_safe_putenv needs to be in the export lists
37215      Branch: perl
37216            ! makedef.pl
37217 ____________________________________________________________________________
37218 [ 25748] By: rgs                                   on 2005/10/13  11:20:23
37219         Log: Subject: [PATCH] POD index entries with X<>
37220              From: Ivan Tubert-Brohman <itub@cpan.org>
37221              Date: Wed, 12 Oct 2005 19:20:18 -0400
37222              Message-ID: <434D9A32.4050305@cpan.org>
37223      Branch: perl
37224            ! pod/perldata.pod pod/perldebug.pod pod/perldsc.pod
37225            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlform.pod
37226            ! pod/perlfunc.pod pod/perllexwarn.pod pod/perlmod.pod
37227            ! pod/perlobj.pod pod/perlop.pod pod/perlpod.pod pod/perlre.pod
37228            ! pod/perlref.pod pod/perlrun.pod pod/perlsub.pod
37229            ! pod/perlsyn.pod pod/perltie.pod
37230 ____________________________________________________________________________
37231 [ 25747] By: rgs                                   on 2005/10/13  09:43:46
37232         Log: Subject: Accidental interpolation of $@ in Pod::Html [PATCH]
37233              From: Gisle Aas <gisle@ActiveState.com>
37234              Date: 13 Oct 2005 01:42:32 -0700
37235              Message-ID: <lr7jch95af.fsf@caliper.activestate.com>
37236      Branch: perl
37237            ! lib/Pod/Html.pm
37238 ____________________________________________________________________________
37239 [ 25746] By: rgs                                   on 2005/10/13  09:05:42
37240         Log: The new REQUIRE token introduced by change 25599 must be
37241              nonassoc, just like the UNIOP token it's patterned after.
37242              (While we're at it, allow to use bison 2.1 to regenerate
37243              the parser files.)
37244      Branch: perl
37245            ! perly.act perly.h perly.tab perly.y regen_perly.pl
37246 ____________________________________________________________________________
37247 [ 25745] By: rgs                                   on 2005/10/13  08:14:32
37248         Log: Document that -F doesn't accept whitespace in patterns.
37249              (fixes bug #37366)
37250      Branch: perl
37251            ! pod/perlrun.pod
37252 ____________________________________________________________________________
37253 [ 25744] By: merijn                                on 2005/10/13  06:10:27
37254         Log: Subject: RE: [PATCH] Compress::Zlib
37255              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
37256              Date: Wed, 12 Oct 2005 22:41:41 +0100
37257              Message-ID: <004c01c5cf75$bd368fc0$0e1c140a@myopwv.com>
37258      Branch: perl
37259            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
37260 ____________________________________________________________________________
37261 [ 25743] By: stevep                                on 2005/10/12  23:28:04
37262         Log: Subject: [PATCH pp_sort.c 5.8.7]  Typo in comment.
37263              From: Abigail <abigail@abigail.nl>
37264              Date: Thu, 13 Oct 2005 01:25:10 +0200
37265              Message-ID: <20051012232509.GA1018@abigail.nl>
37266      Branch: perl
37267            ! pp_sort.c
37268 ____________________________________________________________________________
37269 [ 25742] By: rgs                                   on 2005/10/12  15:55:21
37270         Log: Subject: [PATCH] Symbian blead update: Symbian port 0.2.0
37271              From: <jarkko.hietaniemi@nokia.com>
37272              Date: Wed, 12 Oct 2005 19:12:57 +0300
37273              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5E6@esebe105.NOE.Nokia.com>
37274      Branch: perl
37275            + symbian/sisify.pl
37276            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
37277            ! symbian/TODO symbian/config.pl symbian/port.pl
37278 ____________________________________________________________________________
37279 [ 25741] By: rgs                                   on 2005/10/12  11:37:49
37280         Log: Update to the config boilerplates, by Jarkko
37281      Branch: perl
37282            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
37283            ! plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh
37284            ! wince/config.ce
37285 ____________________________________________________________________________
37286 [ 25740] By: craigb                                on 2005/10/11  23:58:26
37287         Log: disarm unsetenv() on VMS for now (function is present
37288              but %ENV is more complicated)
37289      Branch: perl
37290            ! configure.com
37291 ____________________________________________________________________________
37292 [ 25739] By: stevep                                on 2005/10/11  22:27:18
37293         Log: Subject: [PATCH] Compress::Zlib
37294              From: Paul Marquess <Paul.Marquess@ntlworld.com>
37295              Date: Tue, 11 Oct 2005 22:54:25 +0100
37296              
37297              This silences a few warnings on AIX
37298      Branch: perl
37299            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
37300            ! ext/Compress/Zlib/t/04def.t
37301 ____________________________________________________________________________
37302 [ 25738] By: rgs                                   on 2005/10/11  21:14:49
37303         Log: Comment fix
37304      Branch: perl
37305            ! perl.c
37306 ____________________________________________________________________________
37307 [ 25737] By: merijn                                on 2005/10/11  15:15:37
37308         Log: Subject: [PATCH] environ fixup
37309              From: Alan Burlison <Alan.Burlison@sun.com>
37310              Date: Tue, 11 Oct 2005 16:29:54 +0100
37311              Message-ID: <434BDA72.4090109@sun.com>
37312      Branch: perl
37313            ! handy.h hints/solaris_2.sh perl.c util.c
37314 ____________________________________________________________________________
37315 [ 25736] By: merijn                                on 2005/10/11  11:30:22
37316         Log: Subject: [PATCH] Symbian blead fix
37317              From: <jarkko.hietaniemi@nokia.com>
37318              Date: Tue, 11 Oct 2005 14:48:49 +0300
37319              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5D4@esebe105.NOE.Nokia.com>
37320      Branch: perl
37321            ! symbian/PerlApp.cpp
37322 ____________________________________________________________________________
37323 [ 25735] By: merijn                                on 2005/10/11  11:25:46
37324         Log: Subject: [PATCH] Compress::Zlib
37325              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
37326              Date: Tue, 11 Oct 2005 12:35:22 +0100
37327              Message-ID: <013e01c5ce57$dee62af0$671c140a@myopwv.com>
37328      Branch: perl
37329            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
37330            ! ext/Compress/Zlib/t/16oneshot.t
37331 ____________________________________________________________________________
37332 [ 25734] By: steveh                                on 2005/10/11  10:09:48
37333         Log: Update win32 config files w.r.t. change #25733
37334      Branch: perl
37335            ! win32/config.bc win32/config.gc win32/config.vc
37336            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
37337            ! win32/config_H.vc win32/config_H.vc64
37338 ____________________________________________________________________________
37339 [ 25733] By: merijn                                on 2005/10/10  13:47:17
37340         Log: Add probe for unsetenv ()
37341              Subject: Re: Perl's handling of environ breaks on Solaris 10
37342              From: Steve Peters <steve@fisharerojo.org>
37343              Date: Mon, 10 Oct 2005 07:51:17 -0500
37344              Message-ID: <20051010125117.GA27566@mccoy.peters.homeunix.org>
37345      Branch: perl
37346            ! Configure Porting/Glossary config_h.SH handy.h
37347 ____________________________________________________________________________
37348 [ 25731] By: stevep                                on 2005/10/10  13:14:50
37349         Log: Subject: Re: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
37350              From: Gisle Aas <gisle@ActiveState.com>
37351              Date: 10 Oct 2005 06:20:23 -0700
37352              
37353              Change to remove a call to Win32::GetShortPathName() from 
37354              Test::Harness::Straps.
37355      Branch: perl
37356            ! lib/Test/Harness/Straps.pm
37357 ____________________________________________________________________________
37358 [ 25730] By: rgs                                   on 2005/10/10  11:22:08
37359         Log: Subject: [PATCH] Symbian bleadperl@25725 update
37360              From: <jarkko.hietaniemi@nokia.com>
37361              Date: Mon, 10 Oct 2005 14:28:31 +0300
37362              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5C4@esebe105.NOE.Nokia.com>
37363      Branch: perl
37364            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/zlib-src/trees.c
37365            ! symbian/PerlApp.cpp symbian/TODO symbian/symbian_utils.cpp
37366            ! symbian/xsbuild.pl
37367 ____________________________________________________________________________
37368 [ 25729] By: rgs                                   on 2005/10/10  11:16:24
37369         Log: Subject: RE: [PATCH] Compress::Zlib
37370              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
37371              Date: Mon, 10 Oct 2005 12:24:29 +0100
37372              Message-ID: <013501c5cd8d$2f5d3e90$291c140a@myopwv.com>
37373      Branch: perl
37374            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
37375 ____________________________________________________________________________
37376 [ 25728] By: merijn                                on 2005/10/10  10:36:51
37377         Log: Subject: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
37378              From: Gisle Aas <gisle@ActiveState.com>
37379              Date: 10 Oct 2005 03:58:09 -0700
37380              Message-ID: <lrk6glej0e.fsf@caliper.activestate.com>
37381      Branch: perl
37382            ! win32/ext/Win32/Win32.pm
37383 ____________________________________________________________________________
37384 [ 25727] By: merijn                                on 2005/10/10  10:27:12
37385         Log: Making t/14gzopen.t a bit more robust.
37386              Subject: [PATCH] Compress::Zlib
37387              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
37388              Date: Mon, 10 Oct 2005 11:40:00 +0100
37389              Message-ID: <012101c5cd86$f895b640$291c140a@myopwv.com>
37390      Branch: perl
37391            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
37392            ! ext/Compress/Zlib/t/14gzopen.t
37393 ____________________________________________________________________________
37394 [ 25726] By: merijn                                on 2005/10/10  06:14:30
37395         Log: Compress::Zlib should not ask under Cygwin in CORE
37396      Branch: perl
37397            ! ext/Compress/Zlib/Makefile.PL
37398 ____________________________________________________________________________
37399 [ 25725] By: stevep                                on 2005/10/10  01:18:58
37400         Log: From: Paul Marquess <Paul.Marquess@ntlworld.com>
37401              Subject: RE: [PATCH] DB_File 1.1812
37402              Date: Sun, 9 Oct 2005 23:25:38 +0100
37403              
37404              Patch to ext/Compress/Zlib/Zlib.xs from Paul Marquess.
37405      Branch: perl
37406            ! ext/Compress/Zlib/Zlib.xs
37407 ____________________________________________________________________________
37408 [ 25724] By: rgs                                   on 2005/10/09  21:27:57
37409         Log: Upgrade to DB_File 1.1812, by Paul Marquess
37410      Branch: perl
37411            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
37412            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
37413            ! ext/DB_File/t/db-hash.t
37414 ____________________________________________________________________________
37415 [ 25723] By: stevep                                on 2005/10/09  18:53:02
37416         Log: Tweaks to get Test::Builder::Tester's tests to work in the core.
37417      Branch: perl
37418            ! lib/Test/Simple/t/tbt_01basic.t
37419            ! lib/Test/Simple/t/tbt_04line_num.t
37420 ____________________________________________________________________________
37421 [ 25722] By: stevep                                on 2005/10/09  18:06:13
37422         Log: Upgraded to ExtUtils-ParseXS-2.14.
37423      Branch: perl
37424            ! lib/ExtUtils/ParseXS.pm
37425 ____________________________________________________________________________
37426 [ 25721] By: rgs                                   on 2005/10/09  16:42:26
37427         Log: Don't use a regexp in DB::sub().
37428              This should work around perlbug #37102.
37429      Branch: perl
37430            ! lib/DB.pm
37431 ____________________________________________________________________________
37432 [ 25720] By: stevep                                on 2005/10/09  15:37:41
37433         Log: It would be nice to upgrade the right file.   Double grrrrr.
37434      Branch: perl
37435            ! lib/ExtUtils/CBuilder.pm
37436 ____________________________________________________________________________
37437 [ 25719] By: stevep                                on 2005/10/09  15:32:29
37438         Log: Add standard core test header to Test::Builder::Tester tests.
37439      Branch: perl
37440            ! lib/Test/Simple/t/tbt_01basic.t
37441            ! lib/Test/Simple/t/tbt_02fhrestore.t
37442            ! lib/Test/Simple/t/tbt_03die.t
37443            ! lib/Test/Simple/t/tbt_04line_num.t
37444            ! lib/Test/Simple/t/tbt_05faildiag.t
37445            ! lib/Test/Simple/t/tbt_06errormess.t
37446            ! lib/Test/Simple/t/tbt_07args.t
37447 ____________________________________________________________________________
37448 [ 25718] By: stevep                                on 2005/10/09  15:24:43
37449         Log: Upgrade to Test-Simple-0.62.
37450      Branch: perl
37451            + lib/Test/Builder/Tester.pm lib/Test/Builder/Tester/Color.pm
37452            + lib/Test/Simple/t/tbt_01basic.t
37453            + lib/Test/Simple/t/tbt_02fhrestore.t
37454            + lib/Test/Simple/t/tbt_03die.t
37455            + lib/Test/Simple/t/tbt_04line_num.t
37456            + lib/Test/Simple/t/tbt_05faildiag.t
37457            + lib/Test/Simple/t/tbt_06errormess.t
37458            + lib/Test/Simple/t/tbt_07args.t
37459            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
37460            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
37461            ! lib/Test/Simple/t/More.t lib/Test/Simple/t/bail_out.t
37462            ! lib/Test/Simple/t/is_deeply_fail.t
37463 ____________________________________________________________________________
37464 [ 25717] By: stevep                                on 2005/10/09  14:51:12
37465         Log: Missed files in upgrading modules.  Grrrr
37466      Branch: perl
37467            ! lib/Cwd.pm lib/ExtUtils/ParseXS.pm
37468 ____________________________________________________________________________
37469 [ 25716] By: rgs                                   on 2005/10/09  14:31:47
37470         Log: Subject: [PATCH with testsuite] undef IS_UTF8_CHAR() on EBCDIC
37471              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
37472              Date: Oct 8, 2005 9:59 AM
37473              Message-Id: <20051008165752.348A.BQW10602@nifty.com>
37474      Branch: perl
37475            ! lib/utf8.t utf8.c utf8.h
37476 ____________________________________________________________________________
37477 [ 25712] By: stevep                                on 2005/10/07  15:41:32
37478         Log: Documentation nit in INSTALL found by Alan Burlison.
37479      Branch: perl
37480            ! INSTALL
37481 ____________________________________________________________________________
37482 [ 25711] By: stevep                                on 2005/10/07  03:29:37
37483         Log: Upgrade to Pathtools-3.12
37484      Branch: perl
37485            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/File/Spec.pm
37486            ! lib/File/Spec/Win32.pm
37487 ____________________________________________________________________________
37488 [ 25710] By: craigb                                on 2005/10/07  02:41:03
37489         Log: Parse symbols for the linker when more than one declaration
37490              on the same line (the way PERLVARISC now throws at us).
37491      Branch: perl
37492            ! vms/gen_shrfls.pl
37493 ____________________________________________________________________________
37494 [ 25709] By: nicholas                              on 2005/10/06  21:31:39
37495         Log: Avoid a cast
37496      Branch: perl
37497            ! perl.c
37498 ____________________________________________________________________________
37499 [ 25708] By: stevep                                on 2005/10/06  19:23:59
37500         Log: Convert lvalue usage of SvNVX() and SvIVX() to SvNV_set() and
37501              SvIV_set().  Otherwise, compiling with -DPERL_DEBUG_COW fails.
37502      Branch: perl
37503            ! ext/Compress/Zlib/Zlib.xs
37504 ____________________________________________________________________________
37505 [ 25707] By: rgs                                   on 2005/10/06  13:42:00
37506         Log: Be nice with subversion hidden directories
37507      Branch: perl
37508            ! ext/Compress/Zlib/Makefile.PL
37509 ____________________________________________________________________________
37510 [ 25706] By: rgs                                   on 2005/10/06  13:24:24
37511         Log: Update with new files from C::Zlib
37512      Branch: perl
37513            ! Porting/Maintainers.pl
37514 ____________________________________________________________________________
37515 [ 25705] By: rgs                                   on 2005/10/06  13:23:20
37516         Log: Move ZlibTestUtils.pm under t/
37517      Branch: perl
37518            + t/lib/ZlibTestUtils.pm
37519            - lib/ZlibTestUtils.pm
37520            ! MANIFEST ext/Compress/Zlib/t/01version.t
37521            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
37522            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
37523            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
37524            ! ext/Compress/Zlib/t/08encoding.t
37525            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
37526            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
37527            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
37528            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
37529            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
37530            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
37531            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
37532            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
37533 ____________________________________________________________________________
37534 [ 25704] By: rgs                                   on 2005/10/06  09:09:06
37535         Log: Don't install pods via MakeMaker for C::Zlib,
37536              as suggested by Robin Barker
37537      Branch: perl
37538            ! ext/Compress/Zlib/Makefile.PL
37539 ____________________________________________________________________________
37540 [ 25703] By: merijn                                on 2005/10/06  08:42:56
37541         Log: Add -C to allowed $PERL5OPT options
37542              Add -C to the $PERL5OPT documentation (and added the missing -A too)
37543              t/run/runenv.t Could use some more tests about how supported
37544              and unsupported options in $PERL5OPT are handled
37545      Branch: perl
37546            ! perl.c pod/perldiag.pod pod/perlrun.pod
37547 ____________________________________________________________________________
37548 [ 25702] By: rgs                                   on 2005/10/06  07:27:39
37549         Log: Remove the getprotobynumber test, for portability concerns
37550      Branch: perl
37551            - t/op/getprotobynumber.t
37552            ! MANIFEST
37553 ____________________________________________________________________________
37554 [ 25701] By: nicholas                              on 2005/10/05  23:22:27
37555         Log: Fix Compress::Zlib test boilerplate
37556      Branch: perl
37557            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
37558            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
37559            ! ext/Compress/Zlib/t/05examples.t
37560            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
37561            ! ext/Compress/Zlib/t/08encoding.t
37562            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
37563            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
37564            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
37565            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
37566            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
37567            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
37568            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
37569            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
37570 ____________________________________________________________________________
37571 [ 25699] By: rgs                                   on 2005/10/05  21:26:57
37572         Log: Compress::Zlib's Makefile.PL shouldn't create .bak files when building the core
37573      Branch: perl
37574            ! ext/Compress/Zlib/Makefile.PL
37575 ____________________________________________________________________________
37576 [ 25698] By: rgs                                   on 2005/10/05  21:03:29
37577         Log: Add test preambles to Compress::Zlib.
37578              Remove 99pod.t, useless in the core
37579      Branch: perl
37580            - ext/Compress/Zlib/t/99pod.t
37581            ! MANIFEST ext/Compress/Zlib/t/01version.t
37582            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
37583            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
37584            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
37585            ! ext/Compress/Zlib/t/08encoding.t
37586            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
37587            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
37588            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
37589            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
37590            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
37591            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
37592            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
37593            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
37594 ____________________________________________________________________________
37595 [ 25697] By: stevep                                on 2005/10/05  18:20:54
37596         Log: Subject: proposal [perl #34301]:  IO::Socket calls getpeername far too often
37597              From: Peter.Dintelmann@Dresdner-Bank.com (Peter Dintelmann)
37598              Date: Thu, 2 Jun 2005 13:34:49 +0200
37599              Message-ID: <E9A2605289D8D7468B1A21EC24E59D2101852447@naimucx5.muc.allianz>
37600      Branch: perl
37601            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
37602 ____________________________________________________________________________
37603 [ 25696] By: steveh                                on 2005/10/05  16:04:26
37604         Log: Subject: [PATCH] Re: Untested builtins
37605              From: Steven Schubiger <sts@accognoscere.org>
37606              Date: Wed, 28 Sep 2005 15:46:45 +0200
37607              Message-ID: <20050928134645.GD11546@accognoscere.homeunix.org>
37608      Branch: perl
37609            + t/op/getprotobynumber.t
37610            ! MANIFEST
37611 ____________________________________________________________________________
37612 [ 25695] By: rgs                                   on 2005/10/05  15:53:34
37613         Log: Upgrade to Compress::Zlib 2.000_05
37614      Branch: perl
37615            + ext/Compress/Zlib/examples/gzcat.zlib
37616            + ext/Compress/Zlib/fallback/constants.h
37617            + ext/Compress/Zlib/fallback/constants.xs
37618            + ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
37619            + ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
37620            + ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
37621            + ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
37622            + ext/Compress/Zlib/lib/File/GlobMapper.pm
37623            + ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
37624            + ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
37625            + ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
37626            + ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
37627            + ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
37628            + ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
37629            + ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
37630            + ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h
37631            + ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
37632            + ext/Compress/Zlib/t/05examples.t
37633            + ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
37634            + ext/Compress/Zlib/t/08encoding.t
37635            + ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
37636            + ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
37637            + ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
37638            + ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
37639            + ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
37640            + ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
37641            + ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
37642            + ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/99pod.t
37643            + ext/Compress/Zlib/t/globmapper.t lib/ZlibTestUtils.pm
37644            - ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/fallback.h
37645            - ext/Compress/Zlib/fallback.xs ext/Compress/Zlib/t/03examples.t
37646            - ext/Compress/Zlib/t/04encoding.t
37647            - ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
37648            - ext/Compress/Zlib/zlib-src/gzio.c
37649            ! MANIFEST ext/Compress/Zlib/Changes
37650            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
37651            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
37652            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/examples/filtdef
37653            ! ext/Compress/Zlib/examples/filtinf
37654            ! ext/Compress/Zlib/examples/gzcat
37655            ! ext/Compress/Zlib/examples/gzgrep
37656            ! ext/Compress/Zlib/examples/gzstream
37657            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
37658            ! ext/Compress/Zlib/typemap
37659 ____________________________________________________________________________
37660 [ 25694] By: steveh                                on 2005/10/05  15:34:18
37661         Log: Fix $Config{ccflags} for Win32 perls built with dmake
37662              
37663              The nmake makefile (win32/Makefile) currently adds -nologo, $(STRPOOL)
37664              and -W3 to the ccflags in CFG_VARS, but the dmake makefile
37665              (win32/makefile.mk) doesn't.  This means that extensions built with
37666              perls built with VC++ and dmake spit out damn M$ logo messages and use
37667              a lower warning level.
37668              
37669              The reason for the difference is probably that the dmake makefile
37670              supports multiple compilers.  Therefore, put the extra ccflags into a
37671              new macro, and set it appropriately for each compiler.  Add the new
37672              macro to the nmake makefile too for orthogonality.
37673      Branch: perl
37674            ! win32/Makefile win32/makefile.mk
37675 ____________________________________________________________________________
37676 [ 25693] By: merijn                                on 2005/10/05  15:34:09
37677         Log: Subject: Re: [PATCH] Random constings and printf cleanup
37678              From: Andy Lester <andy@petdance.com>
37679              Date: Tue, 4 Oct 2005 15:16:05 -0500
37680              Message-ID: <20051004201605.GA31682@petdance.com>
37681      Branch: perl
37682            ! malloc.c pad.c perl.c perl.h pp_ctl.c sv.c utf8.c xsutils.c
37683 ____________________________________________________________________________
37684 [ 25691] By: stevep                                on 2005/10/04  16:24:28
37685         Log: Fixes to Pod errors found by podchecker.
37686      Branch: perl
37687            ! README.os2 pod/perlfunc.pod
37688 ____________________________________________________________________________
37689 [ 25690] By: stevep                                on 2005/10/04  12:02:04
37690         Log: Upgrade to ExtUtils-ParseXS-2.13
37691      Branch: perl
37692            ! lib/ExtUtils/ParseXS.pm
37693 ____________________________________________________________________________
37694 [ 25689] By: stevep                                on 2005/10/04  11:01:11
37695         Log: Upgrade to ExtUtils-CBuilder-0.15 (with a small edit to 
37696              ExtUtils::CBuilder::Pltaform::dec_osf.pm to add a $VERSION)
37697      Branch: perl
37698            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
37699            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
37700            ! lib/ExtUtils/CBuilder/Platform/dec_osf.pm
37701            ! lib/ExtUtils/CBuilder/Platform/os2.pm
37702            ! lib/ExtUtils/CBuilder/t/02-link.t
37703 ____________________________________________________________________________
37704 [ 25688] By: merijn                                on 2005/10/04  10:10:41
37705         Log: Subject: Re: $^CHILD_ERROR_NATIVE issues (with attachment)
37706              From: Gisle Aas <gisle@ActiveState.com>
37707              Date: 04 Oct 2005 02:18:27 -0700
37708              Message-ID: <lrd5ml7i8s.fsf@caliper.activestate.com>
37709      Branch: perl
37710            ! cop.h doio.c perl.c perl.h pp_sys.c win32/perlhost.h
37711            ! wince/perlhost.h
37712 ____________________________________________________________________________
37713 [ 25687] By: rgs                                   on 2005/10/03  16:16:21
37714         Log: Subject: Clone PL_statusvalue_posix [PATCH]
37715              From: Gisle Aas <gisle@ActiveState.com>
37716              Date: 03 Oct 2005 09:37:57 -0700
37717              Message-ID: <lr3bni8ska.fsf_-_@caliper.activestate.com>
37718      Branch: perl
37719            ! sv.c
37720 ____________________________________________________________________________
37721 [ 25686] By: rgs                                   on 2005/10/03  15:42:45
37722         Log: Pod::Usage documentation fix, suggested by :
37723              
37724              Subject: [perl #37322] Pod::Usage implementation of -sections disagrees with its documentation 
37725              From: "Steven Schubiger via RT" <perlbug-followup@perl.org>
37726              Date: Sun, 02 Oct 2005 07:25:37 -0700
37727              Message-ID: <rt-3.0.11-37322-121918.15.4257995782182@perl.org>
37728      Branch: perl
37729            ! lib/Pod/Usage.pm
37730 ____________________________________________________________________________
37731 [ 25685] By: rgs                                   on 2005/10/03  15:17:09
37732         Log: Yitzchak points out that this function argument is NULLOK
37733      Branch: perl
37734            ! embed.fnc proto.h
37735 ____________________________________________________________________________
37736 [ 25684] By: rgs                                   on 2005/10/03  11:27:31
37737         Log: Spaces to tabs
37738      Branch: perl
37739            ! MANIFEST
37740 ____________________________________________________________________________
37741 [ 25683] By: craigb                                on 2005/10/03  03:43:31
37742         Log: We lied about strtoq way back in #8120
37743      Branch: perl
37744            ! configure.com
37745 ____________________________________________________________________________
37746 [ 25682] By: stevep                                on 2005/10/03  03:10:05
37747         Log: Upgrade to Digest-1.12
37748      Branch: perl
37749            ! lib/Digest.pm lib/Digest/Changes
37750 ____________________________________________________________________________
37751 [ 25681] By: craigb                                on 2005/10/03  00:20:30
37752         Log: fix bug introduced by #25507 that kept ccflags from
37753              making it into config.sh
37754      Branch: perl
37755            ! configure.com
37756 ____________________________________________________________________________
37757 [ 25680] By: craigb                                on 2005/10/02  21:45:20
37758         Log: assorted blead build help for VMS (mostly ithreads-related)
37759      Branch: perl
37760            ! configure.com pp_sys.c vms/gen_shrfls.pl vms/vmsish.h
37761 ____________________________________________________________________________
37762 [ 25679] By: stevep                                on 2005/10/02  12:50:02
37763         Log: Subject: [perl #37233] [PATCH] Test::Harness and Devel::Cover combine with overloading to cause infinite recursion in Carp.pm 
37764              From: perlbug-followup[at]perl.org (Yves Orton)
37765              Date: Thu, 22 Sep 2005 11:31:02 -0700
37766              Message-ID: <rt-3.0.11-37233-121233.2.25543632691242[at]perl.org>
37767      Branch: perl
37768            ! lib/Carp/Heavy.pm
37769 ____________________________________________________________________________
37770 [ 25678] By: stevep                                on 2005/10/02  04:42:46
37771         Log: Clarify the documentation regarding the return value from C<push>.
37772      Branch: perl
37773            ! pod/perlfunc.pod
37774 ____________________________________________________________________________
37775 [ 25677] By: stevep                                on 2005/10/02  04:32:48
37776         Log: If a 'use' or 'require' fails due to too many open files (EMFILE),
37777              give an appropriate error message rather than saying the module
37778              cannot be found in @INC.
37779      Branch: perl
37780            ! pp_ctl.c
37781 ____________________________________________________________________________
37782 [ 25676] By: stevep                                on 2005/10/02  03:30:55
37783         Log: Missed test changes and a bit of debugging code that should 
37784              have been removed.
37785      Branch: perl
37786            ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmlview.t
37787 ____________________________________________________________________________
37788 [ 25675] By: stevep                                on 2005/10/02  02:24:12
37789         Log: Fix some of the XHTML issues in Pod::Html.  The call for some time
37790              with a debugger to figure out what is going on.
37791      Branch: perl
37792            ! lib/Pod/Html.pm
37793 ____________________________________________________________________________
37794 [ 25674] By: davem                                 on 2005/10/01  23:51:40
37795         Log: Improve -DT output and fix wild buffer pointer error
37796      Branch: perl
37797            ! toke.c
37798 ____________________________________________________________________________
37799 [ 25672] By: steveh                                on 2005/09/30  15:52:30
37800         Log: Make building perl on Win32 with the free VC++ toolkit easier
37801              
37802              Introduce new CCTYPE's MSVC70FREE and MSVC70 for the free and the full
37803              versions of MS VC++ 7.x respectively.  Perl can now be built with the
37804              free VC++ toolkit simply by running "nmake CCTYPE=MSVC70FREE" with no
37805              hacking of the win32/Makefile required.  Update README.win32 with
37806              these changes.
37807              
37808              Also add the CCTYPE MSVC to win32/Makefile.  This is already supported
37809              in win32/makefile.mk and is useful for avoiding the use of -DELAYLOAD
37810              for MS VC++ 3.x through 5.x.  Update README.win32 for this too.
37811      Branch: perl
37812            ! README.win32 win32/Makefile win32/makefile.mk
37813 ____________________________________________________________________________
37814 [ 25666] By: rgs                                   on 2005/09/30  08:59:14
37815         Log: Upgrade to XSLoader 0.05, plus a few doc nits,
37816              by Sébastien Aperghis-Tramoni <maddingue@free.fr>
37817      Branch: perl
37818            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
37819 ____________________________________________________________________________
37820 [ 25665] By: davem                                 on 2005/09/29  22:57:44
37821         Log: PL_defoutgv could be used after being freed
37822              Was giving "use of freed value" warnings in t/io/through.t
37823              and t/io/crlf_through.t
37824      Branch: perl
37825            ! perl.c
37826 ____________________________________________________________________________
37827 [ 25664] By: davem                                 on 2005/09/29  21:01:54
37828         Log: the return value of start_subparse() can legally be ignored
37829      Branch: perl
37830            ! embed.fnc gv.c proto.h
37831 ____________________________________________________________________________
37832 [ 25663] By: stevep                                on 2005/09/29  20:43:52
37833         Log: Added new flag (--use-xsloader) to use XSLoader when in backward
37834              compatibility mode.
37835      Branch: perl
37836            ! utils/h2xs.PL
37837 ____________________________________________________________________________
37838 [ 25662] By: stevep                                on 2005/09/29  18:04:29
37839         Log: With XSLoader on CPAN now, add XSLoader as a prerequisite in Makefile.PL
37840              if the compatible version is less than 5.006 (the first version with 
37841              XSLoader).
37842      Branch: perl
37843            ! utils/h2xs.PL
37844 ____________________________________________________________________________
37845 [ 25660] By: nicholas                              on 2005/09/29  13:00:18
37846         Log: 2 more e-mail addresses that map to rgs
37847      Branch: perl
37848            ! Porting/checkAUTHORS.pl
37849 ____________________________________________________________________________
37850 [ 25659] By: nicholas                              on 2005/09/29  12:54:00
37851         Log: checkAUTHORS.pl wasn't aware of one of Merijn's e-mail addresses
37852      Branch: perl
37853            ! Porting/checkAUTHORS.pl
37854 ____________________________________________________________________________
37855 [ 25658] By: nicholas                              on 2005/09/29  12:50:40
37856         Log: Correct/tweak Changes so that checkAUTHORS.pl parses it.
37857      Branch: perl
37858            ! Changes
37859 ____________________________________________________________________________
37860 [ 25657] By: nicholas                              on 2005/09/29  11:01:53
37861         Log: Teach the alias mapping about new committers.
37862      Branch: perl
37863            ! Porting/checkAUTHORS.pl
37864 ____________________________________________________________________________
37865 [ 25656] By: nicholas                              on 2005/09/29  10:54:56
37866         Log: Cope with completely empty lines within the Changes file.
37867              Better diagnostics on "malformed" lines.
37868      Branch: perl
37869            ! Porting/checkAUTHORS.pl
37870 ____________________________________________________________________________
37871 [ 25652] By: steveh                                on 2005/09/29  08:47:26
37872         Log: Clean up CBuilder and ParseXS test files
37873              
37874              This was done once already in change 25222, but then modified in change
37875              25225.  The new versions of CBuilder and ParseXS that sync'ed those
37876              changes and have now been integrated back into bleadperl missed some
37877              bits of change 25225.  Try again.
37878      Branch: perl
37879            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/t/01-basic.t
37880            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
37881            ! lib/ExtUtils/ParseXS/t/basic.t
37882 ____________________________________________________________________________
37883 [ 25651] By: nicholas                              on 2005/09/29  06:52:35
37884         Log: Attempting to do too many things simultaneously with the C pre-
37885              processor considered harmful.
37886      Branch: perl
37887            ! perl.c
37888 ____________________________________________________________________________
37889 [ 25650] By: stevep                                on 2005/09/29  00:23:44
37890         Log: Upgrade to ExtUtils::CBuilder 0.14
37891      Branch: perl
37892            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
37893            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
37894            ! lib/ExtUtils/CBuilder/t/01-basic.t
37895            ! lib/ExtUtils/CBuilder/t/02-link.t
37896 ____________________________________________________________________________
37897 [ 25649] By: stevep                                on 2005/09/28  22:59:08
37898         Log: Upgrade to Test::Harness 2.56
37899      Branch: perl
37900            + t/lib/sample-tests/bignum_many
37901            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
37902            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
37903            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/test-harness.t
37904            ! t/lib/sample-tests/bignum
37905 ____________________________________________________________________________
37906 [ 25640] By: nicholas                              on 2005/09/28  19:56:53
37907         Log: savepv and savepvn are actually NULLOK
37908      Branch: perl
37909            ! embed.fnc proto.h
37910 ____________________________________________________________________________
37911 [ 25638] By: nicholas                              on 2005/09/28  18:51:15
37912         Log: Forgot to run embed.pl after change 25637
37913      Branch: perl
37914            ! proto.h
37915 ____________________________________________________________________________
37916 [ 25637] By: nicholas                              on 2005/09/28  18:31:04
37917         Log: Subject: [PATCH] embed.fnc now requires NN/NULLOK
37918              From: Andy Lester <andy@petdance.com>
37919              Message-ID: <20050928172254.GE20201@petdance.com>
37920              Date: Wed, 28 Sep 2005 12:22:54 -0500
37921      Branch: perl
37922            ! embed.fnc embed.pl
37923 ____________________________________________________________________________
37924 [ 25634] By: nicholas                              on 2005/09/28  15:56:45
37925         Log: We can use the C pre-processor to build a single, longer string
37926              constant which makes the object code slightly smaller.
37927      Branch: perl
37928            ! perl.c
37929 ____________________________________________________________________________
37930 [ 25627] By: steveh                                on 2005/09/28  08:23:01
37931         Log: Improve File::Spec::Win32->path() and fix MM_Win32.t
37932              
37933              Subject: Improved File::Spec::Win32->path [PATCH]
37934              From: Gisle Aas <gisle@ActiveState.com>
37935              Date: 17 Sep 2005 00:13:41 -0700
37936              Message-ID: <lrk6hgrwt6.fsf@caliper.activestate.com>
37937              
37938              Subject: Re: Improved File::Spec::Win32->path [PATCH]
37939              From: Michael G Schwern <schwern@pobox.com>
37940              Date: Tue, 27 Sep 2005 13:05:54 -0700
37941              Message-ID: <20050927200554.GC20908@windhund.schwern.org>
37942      Branch: perl
37943            ! lib/ExtUtils/t/MM_Win32.t lib/File/Spec/Win32.pm
37944 ____________________________________________________________________________
37945 [ 25626] By: stevep                                on 2005/09/28  00:06:29
37946         Log: Upgrade to CGI-3.11, with some modifications for Pod differences in
37947              bleadperl.
37948      Branch: perl
37949            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
37950 ____________________________________________________________________________
37951 [ 25625] By: rgs                                   on 2005/09/27  20:07:32
37952         Log: Comment nit by Vadim Konovalov
37953              And while we're at it, reindent consistently.
37954      Branch: perl
37955            ! t/io/crlf.t
37956 ____________________________________________________________________________
37957 [ 25624] By: rgs                                   on 2005/09/27  20:04:07
37958         Log: POD nit by Yitzchak
37959      Branch: perl
37960            ! pod/perlfunc.pod
37961 ____________________________________________________________________________
37962 [ 25623] By: rgs                                   on 2005/09/27  17:02:42
37963         Log: Clarify what -MFoo=number does on the command-line
37964      Branch: perl
37965            ! pod/perlrun.pod
37966 ____________________________________________________________________________
37967 [ 25621] By: stevep                                on 2005/09/27  15:05:18
37968         Log: Subject: AW: [perl #36291] incorrect $! from open ">&nr" with too many open files
37969              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
37970              Date: Tue, 27 Sep 2005 15:18:00 +0200
37971      Branch: perl
37972            ! doio.c
37973 ____________________________________________________________________________
37974 [ 25619] By: rgs                                   on 2005/09/27  14:25:53
37975         Log: Fix by Rick Delaney for [perl #3269] no warnings "bareword" turns off
37976              too many warnings.
37977      Branch: perl
37978            ! mg.c t/io/binmode.t t/lib/warnings/2use
37979 ____________________________________________________________________________
37980 [ 25618] By: rgs                                   on 2005/09/27  12:53:49
37981         Log: Subject: [PATCH] Re: [BUG 5.8.7] Another major bug in PerlIO layer
37982              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
37983              Date: Tue, 27 Sep 2005 02:07:35 -0700
37984              Message-ID: <20050927090734.GB3687@math.berkeley.edu>
37985      Branch: perl
37986            + t/io/crlf_through.t t/io/through.t
37987            ! MANIFEST perlio.c
37988 ____________________________________________________________________________
37989 [ 25617] By: rgs                                   on 2005/09/27  11:06:23
37990         Log: OPpRUNTIME can be set on OP_QR too
37991      Branch: perl
37992            ! ext/B/B/Concise.pm
37993 ____________________________________________________________________________
37994 [ 25616] By: rgs                                   on 2005/09/27  10:09:46
37995         Log: Fix the overriding of CORE::do, just like change 25599
37996              was fixing the overriding of CORE::require
37997      Branch: perl
37998            ! embed.fnc embed.h op.c perly.act perly.y proto.h toke.c
37999 ____________________________________________________________________________
38000 [ 25615] By: rgs                                   on 2005/09/27  09:18:42
38001         Log: Micro-optimisation: use PL_globalstash instead of looking up
38002              CORE::GLOBAL::require by name
38003      Branch: perl
38004            ! op.c
38005 ____________________________________________________________________________
38006 [ 25614] By: rgs                                   on 2005/09/27  09:04:50
38007         Log: Addition to change 25612
38008      Branch: perl
38009            ! symbian/PerlApp.cpp
38010 ____________________________________________________________________________
38011 [ 25613] By: rgs                                   on 2005/09/27  08:36:24
38012         Log: Subject: [PATCH] mark cannot be const because MEXTEND() modifies it, and tkGlue.c uses MEXTEND()
38013              From: "Jan Dubois" <jand@ActiveState.com>
38014              Date: Mon, 26 Sep 2005 21:19:51 -0700
38015              Message-Id: <200509270419.j8R4JtVw026876@smtp3.ActiveState.com>
38016      Branch: perl
38017            ! XSUB.h
38018 ____________________________________________________________________________
38019 [ 25612] By: rgs                                   on 2005/09/27  08:33:36
38020         Log: Subject: [PATCH] 5.9.x@25609 Symbian update
38021              From: <jarkko.hietaniemi@nokia.com>
38022              Date: Tue, 27 Sep 2005 11:54:00 +0300
38023              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A55C@esebe105.NOE.Nokia.com>
38024      Branch: perl
38025            ! symbian/PerlApp.cpp symbian/config.sh
38026 ____________________________________________________________________________
38027 [ 25611] By: rgs                                   on 2005/09/27  07:42:52
38028         Log: Test for OPpCONST_NOVER only on OP_CONST ops.
38029              Plus a regression test by Schwern.
38030      Branch: perl
38031            ! pp_ctl.c t/op/override.t
38032 ____________________________________________________________________________
38033 [ 25610] By: rgs                                   on 2005/09/27  06:40:09
38034         Log: Subject: Warnings in tests @25605 due to cmp_ok behavior change.
38035              From: Michael G Schwern <schwern@pobox.com>
38036              Date: Mon, 26 Sep 2005 14:21:09 -0700
38037              Message-ID: <20050926212109.GA11036@windhund.schwern.org>
38038      Branch: perl
38039            ! lib/AutoSplit.t lib/Pod/t/InputObjects.t
38040 ____________________________________________________________________________
38041 [ 25609] By: stevep                                on 2005/09/27  02:45:50
38042         Log: Upgrade to Encode 2.12
38043      Branch: perl
38044            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
38045            ! ext/Encode/Encode.xs ext/Encode/META.yml
38046            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
38047            ! ext/Encode/t/fallback.t ext/Encode/ucm/8859-7.ucm
38048 ____________________________________________________________________________
38049 [ 25608] By: stevep                                on 2005/09/26  23:09:44
38050         Log: Upgrade to Digest 1.11 with a minor Pod fix.  Also my first commit :)
38051      Branch: perl
38052            ! lib/Digest.pm lib/Digest/Changes
38053 ____________________________________________________________________________
38054 [ 25605] By: nicholas                              on 2005/09/26  17:54:06
38055         Log: const sausage const const bacon const tomato and const
38056              The search_ext parameter to find_script can be a little more const.
38057      Branch: perl
38058            ! embed.fnc proto.h util.c
38059 ____________________________________________________________________________
38060 [ 25604] By: rgs                                   on 2005/09/26  16:31:43
38061         Log: Upgrade to Test::Simple 0.61
38062      Branch: perl
38063            + lib/Test/Builder/Module.pm lib/Test/Simple/t/bail_out.t
38064            + t/lib/Test/Simple/sample_tests/too_few_fail.plx
38065            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
38066            ! lib/Test/Simple.pm lib/Test/Simple/Changes
38067            ! lib/Test/Simple/t/00test_harness_check.t
38068            ! lib/Test/Simple/t/create.t lib/Test/Simple/t/eq_set.t
38069            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
38070            ! lib/Test/Simple/t/extra_one.t lib/Test/Simple/t/fail-like.t
38071            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
38072            ! lib/Test/Simple/t/fail_one.t
38073            ! lib/Test/Simple/t/harness_active.t
38074            ! lib/Test/Simple/t/has_plan2.t
38075            ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/missing.t
38076            ! lib/Test/Simple/t/no_diag.t lib/Test/Simple/t/overload.t
38077            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/todo.t
38078            ! lib/Test/Simple/t/undef.t
38079            ! t/lib/Test/Simple/sample_tests/too_few.plx
38080 ____________________________________________________________________________
38081 [ 25602] By: rgs                                   on 2005/09/26  14:45:53
38082         Log: Fix change 25597 for non-Windows platforms
38083      Branch: perl
38084            ! lib/File/Find.pm
38085 ____________________________________________________________________________
38086 [ 25601] By: rgs                                   on 2005/09/26  14:24:20
38087         Log: Make B::Deparse handle correctly CORE::require
38088      Branch: perl
38089            ! ext/B/B/Deparse.pm
38090 ____________________________________________________________________________
38091 [ 25600] By: rgs                                   on 2005/09/26  14:22:43
38092         Log: Document the new meaning of OPf_SPECIAL on OP_REQUIRE
38093      Branch: perl
38094            ! op.h
38095 ____________________________________________________________________________
38096 [ 25599] By: rgs                                   on 2005/09/26  14:04:21
38097         Log: CORE::require was always parsed as require().
38098              That's because require() isn't overridable at tokenizer-level
38099              like other overridable built-ins, but is handled by the optree
38100              builder. So, find a way to pass the information that require()
38101              was written as CORE::require() to Perl_ck_require. This is
38102              done by adding a new token type REQUIRE and by adding OPf_SPECIAL
38103              to OP_REQUIRE when it's saw as CORE::require in the program text.
38104              This fixes bug [perl #37274] The "CORE" in CORE::require is ignored.
38105      Branch: perl
38106            ! op.c perly.act perly.h perly.tab perly.y toke.c
38107 ____________________________________________________________________________
38108 [ 25597] By: steveh                                on 2005/09/26  08:54:13
38109         Log: Subject: [perl #37223] [PATCH] File::Find::find fails on Win32 with follow => 1 
38110              From: "Steve Peters via RT" <perlbug-followup@perl.org>
38111              Date: Sun, 25 Sep 2005 14:41:03 -0700
38112              Message-ID: <rt-3.0.11-37223-121392.15.8703994486314@perl.org>
38113              
38114              and update docs
38115      Branch: perl
38116            ! lib/File/Find.pm
38117 ____________________________________________________________________________
38118 [ 25591] By: rgs                                   on 2005/09/23  20:46:04
38119         Log: Upgrade to Compress::Zlib 1.40
38120      Branch: perl
38121            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
38122            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
38123            ! ext/Compress/Zlib/t/03examples.t
38124 ____________________________________________________________________________
38125 [ 25590] By: rgs                                   on 2005/09/23  19:06:31
38126         Log: Subject: [PATCH] Fix to PERL_DEBUG_COW
38127              From: Steve Peters <steve@fisharerojo.org>
38128              Date: Sep 23, 2005 8:11 PM
38129              Message-ID: <20050923181109.GA1350@mccoy.peters.homeunix.org>
38130      Branch: perl
38131            ! sv.h
38132 ____________________________________________________________________________
38133 [ 25588] By: rgs                                   on 2005/09/23  15:54:02
38134         Log: Subject: Re: pod/pod2usage2.t
38135              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
38136              Date: Thu, 22 Sep 2005 12:12:49 +0200
38137              Message-ID: <20050922121249.5077ee3e@pc09>
38138              
38139              Also, skip all tests on Windows until we find a way
38140              to write them portably
38141      Branch: perl
38142            ! t/pod/pod2usage2.t
38143 ____________________________________________________________________________
38144 [ 25586] By: rgs                                   on 2005/09/23  15:12:03
38145         Log: Subject: [PATCH] quiet a few warnings
38146              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
38147              Date: Wed, 21 Sep 2005 18:45:56 -0700
38148              Message-ID: <20050922014555.GA2852@efn.org>
38149      Branch: perl
38150            ! cygwin/cygwin.c embed.fnc proto.h
38151 ____________________________________________________________________________
38152 [ 25582] By: rgs                                   on 2005/09/23  13:49:24
38153         Log: Subject: [PATCH] Changes for hints/linux.sh for Purify
38154              From: Steve Peters <steve@fisharerojo.org>
38155              Date: Fri, 23 Sep 2005 08:38:58 -0500
38156              Message-ID: <20050923133858.GA29475@mccoy.peters.homeunix.org>
38157      Branch: perl
38158            ! hints/linux.sh
38159 ____________________________________________________________________________
38160 [ 25581] By: steveh                                on 2005/09/23  13:46:40
38161         Log: Extend 25579 to cover vc64 too
38162      Branch: perl
38163            ! Porting/checkcfgvar.pl
38164 ____________________________________________________________________________
38165 [ 25579] By: rgs                                   on 2005/09/23  13:08:14
38166         Log: Add Porting/checkcfgvar.pl by Jarkko
38167      Branch: perl
38168            + Porting/checkcfgvar.pl
38169            ! MANIFEST
38170 ____________________________________________________________________________
38171 [ 25578] By: rgs                                   on 2005/09/23  12:35:30
38172         Log: SAPER is the new maintainer of XSLoader
38173      Branch: perl
38174            ! Porting/Maintainers.pl
38175 ____________________________________________________________________________
38176 [ 25573] By: steveh                                on 2005/09/23  08:40:58
38177         Log: Change 25226 should have done this too
38178      Branch: perl
38179            ! win32/config.bc
38180 ____________________________________________________________________________
38181 [ 25571] By: nicholas                              on 2005/09/22  14:35:52
38182         Log: As SvPVX_mutable and SvPVX_const are new, they don't need to be LVALUEs
38183      Branch: perl
38184            ! sv.h
38185 ____________________________________________________________________________
38186 [ 25570] By: nicholas                              on 2005/09/22  14:09:37
38187         Log: The New*() compatibility macros aren't needed inside the perl core.
38188      Branch: perl
38189            ! handy.h
38190 ____________________________________________________________________________
38191 [ 25563] By: steveh                                on 2005/09/22  07:26:20
38192         Log: Forgot to update MANIFEST in change 25547
38193      Branch: perl
38194            ! MANIFEST
38195 ____________________________________________________________________________
38196 [ 25560] By: rgs                                   on 2005/09/21  21:10:50
38197         Log: Add an option --ignore to installhtml
38198              and use it to avoid to install doc in Porting/.
38199              Skip also test modules.
38200      Branch: perl
38201            ! Makefile.SH installhtml
38202 ____________________________________________________________________________
38203 [ 25547] By: steveh                                on 2005/09/21  16:19:03
38204         Log: Localize $@ in Locale::Maketext::maketext()
38205              so that $lh->maketext("Error: [_1]\n", $@) works as expected
38206              
38207              Also added a new test for this fix
38208      Branch: perl
38209            + lib/Locale/Maketext/t/30_local.t
38210            ! lib/Locale/Maketext.pm
38211 ____________________________________________________________________________
38212 [ 25544] By: rgs                                   on 2005/09/21  15:53:33
38213         Log: A few POD fixes
38214      Branch: perl
38215            ! Porting/pumpkin.pod ext/B/B/Concise.pm
38216            ! ext/Data/Dumper/Dumper.pm lib/FileCache.pm
38217 ____________________________________________________________________________
38218 [ 25543] By: rgs                                   on 2005/09/21  15:31:02
38219         Log: Upgrade to Pod::Parser 1.33
38220      Branch: perl
38221            + t/pod/pod2usage2.t
38222            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
38223            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
38224            ! lib/Pod/Usage.pm t/pod/find.t t/pod/poderrs.xr
38225 ____________________________________________________________________________
38226 [ 25537] By: rgs                                   on 2005/09/21  14:20:14
38227         Log: PodParser is now Pod-Parser on CPAN
38228      Branch: perl
38229            ! Porting/Maintainers.pl
38230 ____________________________________________________________________________
38231 [ 25534] By: rgs                                   on 2005/09/21  13:12:33
38232         Log: Subject: [PATCH 5.8.7] misc a2p fixes
38233              From: Brendan O'Dea <bod@debian.org>
38234              Date: Sun, 11 Sep 2005 19:43:14 +1000
38235              Message-ID: <20050911094314.GA15155@londo.c47.org>
38236              
38237              and remove the check_byacc target from the x2p makefile
38238      Branch: perl
38239            ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.y x2p/a2py.c x2p/walk.c
38240 ____________________________________________________________________________
38241 [ 25533] By: rgs                                   on 2005/09/21  11:25:54
38242         Log: Upgrade to ExtUtils::ParseXS 2.12
38243      Branch: perl
38244            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/ParseXS/t/basic.t
38245 ____________________________________________________________________________
38246 [ 25532] By: rgs                                   on 2005/09/21  11:15:43
38247         Log: Upgrade to Time::HiRes 1.74
38248      Branch: perl
38249            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
38250            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
38251 ____________________________________________________________________________
38252 [ 25530] By: nicholas                              on 2005/09/21  10:53:56
38253         Log: Remove the last STRLEN n_a;s that my compiler can reach.
38254      Branch: perl
38255            ! doop.c ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs perly.act
38256            ! perly.y pp_pack.c sv.h
38257 ____________________________________________________________________________
38258 [ 25526] By: rgs                                   on 2005/09/21  09:37:27
38259         Log: Integrate changes from Text::Tabs and Text::Wrap on CPAN
38260              (Text-Tabs+Wrap-2005.0824). Keep local changes.
38261      Branch: perl
38262            ! lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG lib/Text/Wrap.pm
38263 ____________________________________________________________________________
38264 [ 25523] By: rgs                                   on 2005/09/20  19:12:28
38265         Log: Yitzchak says that Tim says that we can distribute
38266              the perl glossary under the same terms as Perl itself.
38267      Branch: perl
38268            ! pod/perlglossary.pod
38269 ____________________________________________________________________________
38270 [ 25515] By: rgs                                   on 2005/09/20  11:09:48
38271         Log: Subject: [PATCH blead] Re: [perl #36733] %SIG not properly local-ized
38272              From: Rick Delaney <rick@bort.ca>
38273              Date: Thu, 8 Sep 2005 08:55:16 -0400
38274              Message-ID: <20050908125516.GA18184@localhost.localdomain>
38275      Branch: perl
38276            ! hv.c t/op/local.t
38277 ____________________________________________________________________________
38278 [ 25513] By: steveh                                on 2005/09/20  09:20:16
38279         Log: Resolve [perl #37110]: Update README.win32
38280              
38281              I give up trying to keep the Platform SDK links up-to-date. They seem
38282              to have changed every time that I look at them, so make the
38283              instructions more general.
38284      Branch: perl
38285            ! README.win32
38286 ____________________________________________________________________________
38287 [ 25512] By: rgs                                   on 2005/09/20  09:15:17
38288         Log: Upgrade to Compress::Zlib 1.39
38289      Branch: perl
38290            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
38291            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
38292 ____________________________________________________________________________
38293 [ 25511] By: rgs                                   on 2005/09/20  09:02:17
38294         Log: Subject: PATCH for #37138: using XSUB as DB::DB causes perl to crash
38295              From: Salvador "FandiXo" <sfandino@yahoo.com>
38296              Date: Mon, 19 Sep 2005 06:56:39 -0700 (PDT)
38297              Message-ID: <20050919135639.96726.qmail@web52701.mail.yahoo.com>
38298              
38299              (adapted to bleadperl)
38300      Branch: perl
38301            ! pp_ctl.c
38302 ____________________________________________________________________________
38303 [ 25507] By: merijn                                on 2005/09/20  06:51:38
38304         Log: Subject: [patch@25502] Add hard link and V8.2 crtl support to VMS.
38305              From: "John E. Malmberg" <wb8tyw@qsl.net>
38306              Date: Tue, 20 Sep 2005 01:22:24 -0400
38307              Message-ID: <432F9C90.7080702@qsl.net>
38308      Branch: perl
38309            ! configure.com vms/descrip_mms.template x2p/s2p.PL
38310 ____________________________________________________________________________
38311 [ 25502] By: nicholas                              on 2005/09/19  21:02:02
38312         Log: The second argument to Move() is the destination, so cannot possibly
38313              be const. Pesky casting in handy.h. Getting in the way of correctness.
38314      Branch: perl
38315            ! sv.c
38316 ____________________________________________________________________________
38317 [ 25499] By: nicholas                              on 2005/09/19  19:44:07
38318         Log: Add parallel testing to TODO
38319      Branch: perl
38320            ! pod/perltodo.pod
38321 ____________________________________________________________________________
38322 [ 25497] By: nicholas                              on 2005/09/19  18:48:10
38323         Log: First argument to he_dup is actually a const HE *
38324      Branch: perl
38325            ! embed.fnc hv.c proto.h sv.c
38326 ____________________________________________________________________________
38327 [ 25493] By: nicholas                              on 2005/09/19  15:59:44
38328         Log: All Perl_hv_name_set()s need to be plain hv_name_set if they are to
38329              work with a macro version.
38330      Branch: perl
38331            ! ext/ByteLoader/bytecode.h
38332 ____________________________________________________________________________
38333 [ 25488] By: steveh                                on 2005/09/19  14:18:40
38334         Log: Update win32 config files w.r.t. change #25387
38335      Branch: perl
38336            ! win32/config.bc win32/config.gc win32/config.vc
38337            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
38338            ! win32/config_H.vc win32/config_H.vc64
38339 ____________________________________________________________________________
38340 [ 25486] By: rgs                                   on 2005/09/19  12:38:26
38341         Log: Subject: bleadperl DProf.xs:140: warning: `unused' attribute ignored
38342              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
38343              Date: Sun, 18 Sep 2005 19:46:37 -0700
38344              Message-ID: <20050919024637.GA2860@efn.org>
38345      Branch: perl
38346            ! ext/Devel/DProf/DProf.xs
38347 ____________________________________________________________________________
38348 [ 25480] By: nicholas                              on 2005/09/19  07:11:38
38349         Log: Improve failure case diagnostics from comp/package.t
38350      Branch: perl
38351            ! t/comp/package.t
38352 ____________________________________________________________________________
38353 [ 25476] By: nicholas                              on 2005/09/18  21:54:18
38354         Log: Should have been embed.h, not proto.h, in 25475
38355      Branch: perl
38356            ! embed.h
38357 ____________________________________________________________________________
38358 [ 25475] By: nicholas                              on 2005/09/18  21:52:25
38359         Log: It looks like the only way to reliably make Perl_hv_name_set a pure
38360              macro in 5.8.x is to make it available as hv_name_set.
38361              [Otherwise when and where aTHX_ hv gets expanded to foo, hv causes
38362              warnings or other games when Perl_hv_name_set() is a macro]
38363      Branch: perl
38364            ! embed.fnc ext/Opcode/Opcode.xs gv.c hv.c perl.c proto.h
38365 ____________________________________________________________________________
38366 [ 25474] By: merijn                                on 2005/09/18  18:36:15
38367         Log: Subject: [patch@25452] VMS fix required by Change 25387
38368              From: "John E. Malmberg" <wb8tyw@qsl.net>
38369              Date: Sun, 18 Sep 2005 14:53:09 -0400
38370              Message-ID: <432DB795.8050801@qsl.net>
38371      Branch: perl
38372            ! configure.com
38373 ____________________________________________________________________________
38374 [ 25463] By: nicholas                              on 2005/09/18  11:07:51
38375         Log: Tidying up the unused or unneeded global variables would be good.
38376      Branch: perl
38377            ! pod/perltodo.pod
38378 ____________________________________________________________________________
38379 [ 25459] By: nicholas                              on 2005/09/18  10:12:51
38380         Log: Controlling what the GNU linker exports from a shared library would
38381              be a useful thing TODO
38382      Branch: perl
38383            ! pod/perltodo.pod
38384 ____________________________________________________________________________
38385 [ 25457] By: nicholas                              on 2005/09/18  09:38:59
38386         Log: Detail the minimal rewards programme we have on offer.
38387              Hoik relocatable perl to the top of its section.
38388              Some other formatting tweaks.
38389      Branch: perl
38390            ! pod/perltodo.pod
38391 ____________________________________________________________________________
38392 [ 25452] By: nicholas                              on 2005/09/17  19:50:47
38393         Log: 
38394              refactoring xsubpp should have been in the "just perl" section.
38395      Branch: perl
38396            ! pod/perltodo.pod
38397 ____________________________________________________________________________
38398 [ 25451] By: nicholas                              on 2005/09/17  19:49:27
38399         Log: Add "refactor xsubpp to be a thin wrapper around ExtUtils::ParseXS"
38400              to the TODO
38401      Branch: perl
38402            ! pod/perltodo.pod
38403 ____________________________________________________________________________
38404 [ 25448] By: nicholas                              on 2005/09/17  19:11:33
38405         Log: Add shrinking GVs and CVs to the TODO
38406      Branch: perl
38407            ! pod/perltodo.pod
38408 ____________________________________________________________________________
38409 [ 25446] By: nicholas                              on 2005/09/17  18:59:37
38410         Log: Add reduce duplication in sv_setsv_flags to TODO
38411      Branch: perl
38412            ! pod/perltodo.pod
38413 ____________________________________________________________________________
38414 [ 25445] By: nicholas                              on 2005/09/17  18:53:39
38415         Log: Missing DO_BO_PACK_PC and DO_BO_UNPACK_PC for the 5.8.x case
38416              (and the don't know the pointer size case)
38417      Branch: perl
38418            ! pp_pack.c
38419 ____________________________________________________________________________
38420 [ 25444] By: nicholas                              on 2005/09/17  18:40:29
38421         Log: vv5.9.3 is clearly a bug.
38422      Branch: perl
38423            ! utils/perlbug.PL
38424 ____________________________________________________________________________
38425 [ 25443] By: nicholas                              on 2005/09/17  18:34:37
38426         Log: Add ordering of "global" variables to TODO
38427      Branch: perl
38428            ! pod/perltodo.pod
38429 ____________________________________________________________________________
38430 [ 25442] By: nicholas                              on 2005/09/17  18:05:30
38431         Log: Holding a mutex then croak()ing strikes me as deadlock.
38432      Branch: perl
38433            ! ext/threads/threads.xs
38434 ____________________________________________________________________________
38435 [ 25439] By: nicholas                              on 2005/09/17  17:09:25
38436         Log: Add emulate the per-thread memory pool on Unix to the TODO
38437      Branch: perl
38438            ! pod/perltodo.pod
38439 ____________________________________________________________________________
38440 [ 25436] By: nicholas                              on 2005/09/17  15:42:51
38441         Log: Add suggestion to profile to find a better set of hot ops for pp_hot.
38442      Branch: perl
38443            ! pod/perltodo.pod
38444 ____________________________________________________________________________
38445 [ 25434] By: nicholas                              on 2005/09/17  15:32:36
38446         Log: add merge Perl_sv_2[inpu]v to TODO
38447      Branch: perl
38448            ! pod/perltodo.pod
38449 ____________________________________________________________________________
38450 [ 25431] By: nicholas                              on 2005/09/17  14:36:14
38451         Log: Making make -j... work is a TODO
38452      Branch: perl
38453            ! pod/perltodo.pod
38454 ____________________________________________________________________________
38455 [ 25430] By: nicholas                              on 2005/09/17  14:33:33
38456         Log: Add "automating coverage tests" as a TODO
38457      Branch: perl
38458            ! pod/perltodo.pod
38459 ____________________________________________________________________________
38460 [ 25429] By: nicholas                              on 2005/09/17  14:19:54
38461         Log: Re-order the TODO tasks based on the skills they need, putting the
38462              easist tasks first. I've categorised them as
38463              
38464              =head1 Tasks that only need Perl knowledge
38465              =head1 Tasks that need a little sysadmin-type knowledge
38466              =head1 Tasks that need a little C knowledge
38467              =head1 Tasks that need a knowledge of XS
38468              =head1 Tasks that need a knowledge of the interpreter
38469              =head1 Big projects
38470              
38471              Lets see if we get any takers.
38472      Branch: perl
38473            ! pod/perltodo.pod
38474 ____________________________________________________________________________
38475 [ 25418] By: rgs                                   on 2005/09/16  12:54:43
38476         Log: Revert change #24223 : select() will continue
38477              to return -1 on error, like in previous versions, and
38478              like other system builtins.
38479      Branch: perl
38480            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
38481 ____________________________________________________________________________
38482 [ 25417] By: rgs                                   on 2005/09/15  14:48:37
38483         Log: Fix obsolete identifiers in comment
38484      Branch: perl
38485            ! av.h
38486 ____________________________________________________________________________
38487 [ 25416] By: rgs                                   on 2005/09/15  14:19:19
38488         Log: Upgrade to version.pm 0.48
38489      Branch: perl
38490            + lib/version.pod
38491            ! MANIFEST lib/version.pm lib/version.t util.c
38492 ____________________________________________________________________________
38493 [ 25414] By: rgs                                   on 2005/09/14  12:49:58
38494         Log: Subject: [PATCH] Math::Complex and Math::Trig updates (Re: [perl #37117] Math::Complex atan2 bug)
38495              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
38496              Date: Wed, 14 Sep 2005 09:26:11 +0300
38497              Message-ID: <4327C283.80706@gmail.com>
38498      Branch: perl
38499            ! lib/Math/Complex.pm lib/Math/Complex.t lib/Math/Trig.pm
38500            ! lib/Math/Trig.t pod/perlfunc.pod
38501 ____________________________________________________________________________
38502 [ 25413] By: rgs                                   on 2005/09/14  08:58:04
38503         Log: Subject: [perl #37163] dprofpp array subscript error 
38504              From: scott@perlcode.org (via RT) <perlbug-followup@perl.org>
38505              Date: Tue, 13 Sep 2005 12:11:46 -0700
38506              Message-ID: <rt-3.0.11-37163-120724.9.33005980359667@perl.org>
38507      Branch: perl
38508            ! utils/dprofpp.PL
38509 ____________________________________________________________________________
38510 [ 25411] By: rgs                                   on 2005/09/14  08:11:08
38511         Log: Change 25409 wasn't necessary for threaded perls
38512      Branch: perl
38513            ! toke.c
38514 ____________________________________________________________________________
38515 [ 25409] By: rgs                                   on 2005/09/14  01:08:22
38516         Log: The debugger wasn't tracing correctly execution in eval("")'ed
38517              code containing #line directives
38518      Branch: perl
38519            ! toke.c
38520 ____________________________________________________________________________
38521 [ 25406] By: rgs                                   on 2005/09/13  20:58:38
38522         Log: Subject: [PATCH] Re: [MAINT24637] fails "make test" on OSX 10.4 (lib/locale.t)
38523              From: Dominic Dunlop <shouldbedomo@mac.com>
38524              Date: Sep 13, 2005 11:13 PM
38525              Message-Id: <456439EA-CE2E-49A0-97FF-1B003CF8AFDE@mac.com>
38526      Branch: perl
38527            ! lib/locale.t
38528 ____________________________________________________________________________
38529 [ 25403] By: nicholas                              on 2005/09/13  18:16:55
38530         Log: Add Luke Closs to AUTHORS
38531      Branch: perl
38532            ! AUTHORS
38533 ____________________________________________________________________________
38534 [ 25402] By: nicholas                              on 2005/09/13  17:54:09
38535         Log: Subject: [perl #36448] configuring ranlib for perl on osx with xcode 2.1
38536              From: Luke Closs (via RT) <perlbug-followup@perl.org>
38537              Message-ID: <rt-3.0.11-36448-116486.6.06308221656583@perl.org>
38538              Date: 1 Jul 2005 21:56:31 -0000
38539      Branch: perl
38540            ! Configure hints/darwin.sh
38541 ____________________________________________________________________________
38542 [ 25399] By: rgs                                   on 2005/09/13  13:25:23
38543         Log: Allow non-arrowed form of chained subscripts after slices
38544              
38545              Subject: Re: [perl #37039] perlref documentation about optional -> is too vague
38546              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
38547              Date: Thu, 1 Sep 2005 17:41:36 -0700
38548              Message-ID: <20050902004136.GA2656@efn.org>
38549              
38550              Date: Mon, 5 Sep 2005 08:10:20 -0700
38551              Message-ID: <20050905151020.GA3556@efn.org>
38552      Branch: perl
38553            ! perly.act perly.h perly.tab perly.y t/op/ref.t
38554 ____________________________________________________________________________
38555 [ 25398] By: merijn                                on 2005/09/13  06:22:58
38556         Log: Subject: [patch@25388] vms/vms.c Perl_cando fix.
38557              From: "John E. Malmberg" <wb8tyw@qsl.net>
38558              Date: Mon, 12 Sep 2005 23:56:36 -0400
38559              Message-ID: <43264DF4.6090403@qsl.net>
38560      Branch: perl
38561            ! vms/vms.c
38562 ____________________________________________________________________________
38563 [ 25397] By: merijn                                on 2005/09/13  06:18:46
38564         Log: Subject: [PATCH] The return of the consting
38565              From: Andy Lester <andy@petdance.com>
38566              Date: Tue, 13 Sep 2005 01:08:36 -0500
38567              Message-ID: <20050913060835.GA1037@petdance.com>
38568      Branch: perl
38569            ! embed.fnc lib/overload.pm pp_pack.c proto.h util.c
38570 ____________________________________________________________________________
38571 [ 25388] By: rgs                                   on 2005/09/12  14:32:29
38572         Log: Subject: [perl #37142] h2xs skips enums with negative values 
38573              From: Aaron Kaplan (via RT) <perlbug-followup@perl.org>
38574              Date: Sun, 11 Sep 2005 13:33:44 -0700
38575              Message-ID: <rt-3.0.11-37142-120585.5.90517066191047@perl.org>
38576      Branch: perl
38577            ! utils/h2xs.PL
38578 ____________________________________________________________________________
38579 [ 25387] By: merijn                                on 2005/09/12  13:26:31
38580         Log: Detection of malloc_size and malloc_good_size
38581      Branch: perl
38582            ! Configure Porting/Glossary config_h.SH handy.h
38583 ____________________________________________________________________________
38584 [ 25383] By: merijn                                on 2005/09/11  13:50:53
38585         Log: Reverted 25364 on authors request
38586      Branch: perl
38587            ! lib/ExtUtils/CBuilder/Base.pm
38588            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
38589 ____________________________________________________________________________
38590 [ 25374] By: nicholas                              on 2005/09/10  17:07:04
38591         Log: Experiment with putting the F<.patch>level into patchlevel.h
38592              (a sure way to accelerate any change to subversion)
38593      Branch: perl
38594            ! cflags.SH patchlevel.h
38595 ____________________________________________________________________________
38596 [ 25366] By: rgs                                   on 2005/09/09  09:35:01
38597         Log: Minor comment fix
38598      Branch: perl
38599            ! hv.h
38600 ____________________________________________________________________________
38601 [ 25365] By: merijn                                on 2005/09/08  07:20:19
38602         Log: Subject: [PATCH blead] Make t/op/local.t use test.pl.
38603              From: Rick Delaney <rick@bort.ca>
38604              Date: Wed, 7 Sep 2005 22:45:44 -0400
38605              Message-ID: <20050908024544.GA4058@localhost.localdomain>
38606      Branch: perl
38607            ! t/op/local.t
38608 ____________________________________________________________________________
38609 [ 25364] By: merijn                                on 2005/09/08  06:07:53
38610         Log: Subject: [patch@cbuilder_0.13] VMS fixes for cbuilder
38611              From: "John E. Malmberg" <wb8tyw@qsl.net>
38612              Date: Wed, 07 Sep 2005 19:59:36 -0400
38613              Message-ID: <431F7EE8.3040908@qsl.net>
38614      Branch: perl
38615            ! lib/ExtUtils/CBuilder/Base.pm
38616            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
38617 ____________________________________________________________________________
38618 [ 25363] By: rgs                                   on 2005/09/07  11:09:10
38619         Log: The formatting function of Carp::Heavy has problem with utf8 strings.
38620              Work around it.
38621      Branch: perl
38622            ! lib/Carp/Heavy.pm
38623 ____________________________________________________________________________
38624 [ 25362] By: rgs                                   on 2005/09/07  10:31:47
38625         Log: Subject: [perl #37091] File::Path::mkpath resets errno 
38626              From: kvr@centrum.cz (via RT) <perlbug-followup@perl.org>
38627              Date: Tue, 06 Sep 2005 08:07:14 -0700
38628              Message-ID: <rt-3.0.11-37091-120348.17.8280334480876@perl.org>
38629      Branch: perl
38630            ! lib/File/Path.pm
38631 ____________________________________________________________________________
38632 [ 25361] By: rgs                                   on 2005/09/06  19:06:38
38633         Log: Upgrade to Compress::Zlib 1.38
38634      Branch: perl
38635            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
38636            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
38637            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/t/03examples.t
38638 ____________________________________________________________________________
38639 [ 25360] By: nicholas                              on 2005/09/06  17:46:33
38640         Log: Add a TODO test for bug #37038 - assigning to the match variable
38641              should not corrupt match vars such as $1 and $2
38642      Branch: perl
38643            ! t/op/pat.t
38644 ____________________________________________________________________________
38645 [ 25359] By: rgs                                   on 2005/09/06  16:06:44
38646         Log: Revert Makefile.PL change from #25355
38647      Branch: perl
38648            ! ext/IO/Makefile.PL
38649 ____________________________________________________________________________
38650 [ 25358] By: rgs                                   on 2005/09/06  14:50:18
38651         Log: Subject: Re: Fw: Tied hash numeric values are rounded off under Perl v5.8.6
38652              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
38653              Date: Fri, 2 Sep 2005 00:05:52 -0700
38654              Message-ID: <20050902070552.GA3992@efn.org>
38655      Branch: perl
38656            ! mg.c t/op/tie.t
38657 ____________________________________________________________________________
38658 [ 25357] By: merijn                                on 2005/09/06  14:10:28
38659         Log: Added amd64 and x86_64 to recognized predefined cpp syms
38660      Branch: perl
38661            ! Configure
38662 ____________________________________________________________________________
38663 [ 25355] By: rgs                                   on 2005/09/06  08:46:37
38664         Log: Upgrade to IO 1.22 from gbarr
38665              - Adjust the regression tests to use t/test.pl from bleadperl
38666              when $ENV{PERL_CORE} is defined
38667              - Add can_ok and isa_ok to t/test.pl from the implementation
38668              found in the IO CPAN distribution
38669      Branch: perl
38670            ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
38671            ! ext/IO/README ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
38672            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
38673            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
38674            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
38675            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
38676            ! ext/IO/t/IO.t ext/IO/t/io_file.t ext/IO/t/io_linenum.t
38677            ! ext/IO/t/io_pipe.t ext/IO/t/io_sel.t ext/IO/t/io_sock.t
38678            ! ext/IO/t/io_utf8.t t/test.pl
38679 ____________________________________________________________________________
38680 [ 25354] By: rgs                                   on 2005/09/05  11:12:14
38681         Log: Subject: regression test for 25352
38682              From: Jim Cromie <jim.cromie@gmail.com>
38683              Date: Sat, 03 Sep 2005 22:38:13 -0600
38684              Message-ID: <431A7A35.6050705@gmail.com>
38685      Branch: perl
38686            ! ext/B/t/optree_specials.t
38687 ____________________________________________________________________________
38688 [ 25353] By: davem                                 on 2005/09/04  09:40:05
38689         Log: Subject:  Re: [perl #37039] perlref documentation about optional -> is too vague
38690              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
38691              Date:  Thu, 1 Sep 2005 17:41:36 -0700
38692              Message-Id:  <20050902004136.GA2656@efn.org>
38693              
38694              Allow any variant of bison 1.875 to be used
38695      Branch: perl
38696            ! regen_perly.pl
38697 ____________________________________________________________________________
38698 [ 25352] By: rgs                                   on 2005/09/02  20:18:01
38699         Log: Subject: Re: Optree Generation
38700              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
38701              Date: Aug 31, 2005 2:18 PM
38702              Message-ID: <20050831121822.GA3464@efn.org>
38703      Branch: perl
38704            ! ext/B/B/Concise.pm
38705 ____________________________________________________________________________
38706 [ 25351] By: rgs                                   on 2005/09/02  19:57:21
38707         Log: Subject: document index() with out of bounds POSITION
38708              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
38709              Date: Sep 2, 2005 2:23 PM
38710              Message-ID: <20050902122311.GA3104@efn.org>
38711      Branch: perl
38712            ! pod/perlfunc.pod
38713 ____________________________________________________________________________
38714 [ 25350] By: rgs                                   on 2005/09/02  17:35:31
38715         Log: Really fix the Archive::Tar setup test.
38716              p4 and svn don't behave similarly concerning removal
38717              of empty directories...
38718      Branch: perl
38719            ! lib/Archive/Tar/t/00_setup.t
38720 ____________________________________________________________________________
38721 [ 25349] By: rgs                                   on 2005/09/02  16:45:31
38722         Log: Once again, fix Archive::Tar setup test with -Dmksymlinks
38723      Branch: perl
38724            ! lib/Archive/Tar/t/00_setup.t
38725 ____________________________________________________________________________
38726 [ 25348] By: rgs                                   on 2005/09/02  13:19:48
38727         Log: Subject: RE: [ANNOUNCE] Archive::Tar 1.25
38728              From: Robin Barker <Robin.Barker@npl.co.uk>
38729              Date: Thu, 1 Sep 2005 20:09:43 +0100 
38730              Message-ID: <533D273D4014D411AB1D00062938C4D90849C7A9@hotel.npl.co.uk>
38731      Branch: perl
38732            - lib/Archive/Tar/t/src/long/b lib/Archive/Tar/t/src/short/b
38733            ! MANIFEST lib/Archive/Tar/t/00_setup.t
38734            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
38735 ____________________________________________________________________________
38736 [ 25347] By: rgs                                   on 2005/09/02  12:53:49
38737         Log: Regression test for the fix in change #25308,
38738              based on code by Troy Loveday
38739      Branch: perl
38740            + ext/Data/Dumper/t/bugs.t
38741            ! MANIFEST
38742 ____________________________________________________________________________
38743 [ 25346] By: rgs                                   on 2005/09/01  15:00:15
38744         Log: Oops, fix threaded build
38745      Branch: perl
38746            ! toke.c
38747 ____________________________________________________________________________
38748 [ 25345] By: rgs                                   on 2005/09/01  14:50:24
38749         Log: Don't list test modules when listing cpan versions
38750      Branch: perl
38751            ! Porting/corecpan.pl
38752 ____________________________________________________________________________
38753 [ 25344] By: rgs                                   on 2005/09/01  14:45:23
38754         Log: Add the "no 6" / "no v6" syntax.
38755      Branch: perl
38756            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h pp_ctl.c
38757            ! proto.h t/comp/use.t toke.c
38758 ____________________________________________________________________________
38759 [ 25343] By: rgs                                   on 2005/09/01  14:43:19
38760         Log: Remove no 6 from the todo list
38761      Branch: perl
38762            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h
38763            ! pod/perltodo.pod pp_ctl.c proto.h t/comp/use.t toke.c
38764 ____________________________________________________________________________
38765 [ 25342] By: rgs                                   on 2005/08/31  15:14:28
38766         Log: Document that Sys::Syslog::openlog might die.
38767              Fixes [perl #36848] Sys::Syslog::syslog kills program if syslogd not running 
38768      Branch: perl
38769            ! ext/Sys/Syslog/Syslog.pm
38770 ____________________________________________________________________________
38771 [ 25341] By: rgs                                   on 2005/08/31  14:14:21
38772         Log: Fix for [perl #37036] perl segfault at 'compile'-time
38773      Branch: perl
38774            ! op.c
38775 ____________________________________________________________________________
38776 [ 25340] By: rgs                                   on 2005/08/31  08:07:37
38777         Log: Subject: [patch@25339] ext/Dev/Peek/t/peek.t fix for VMS
38778              From: "John E. Malmberg" <wb8tyw@qsl.net>
38779              Date: Tue, 30 Aug 2005 22:17:42 -0400
38780              Message-ID: <43151346.4010001@qsl.net>
38781      Branch: perl
38782            ! ext/Devel/Peek/t/Peek.t
38783 ____________________________________________________________________________
38784 [ 25339] By: rgs                                   on 2005/08/30  18:55:46
38785         Log: Clarify the cases where system() returns 1,
38786              per a suggestion of Rick Delaney (bug #36976)
38787      Branch: perl
38788            ! pod/perlfunc.pod
38789 ____________________________________________________________________________
38790 [ 25338] By: rgs                                   on 2005/08/30  09:38:54
38791         Log: Upgrade to PathTools 3.11
38792              (no real changes)
38793      Branch: perl
38794            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
38795 ____________________________________________________________________________
38796 [ 25337] By: rgs                                   on 2005/08/30  09:34:54
38797         Log: Subject: sv-head refactor
38798              From: Jim Cromie <jim.cromie@gmail.com>
38799              Date: Thu, 25 Aug 2005 21:42:44 -0600
38800              Message-ID: <cfe85dfa05082520425f7a7738@mail.gmail.com>
38801      Branch: perl
38802            ! sv.h
38803 ____________________________________________________________________________
38804 [ 25336] By: rgs                                   on 2005/08/30  09:09:22
38805         Log: Subject: [patch@25334] t/op/magic.t - Last 3 tests invalid on VMS
38806              From: "John E. Malmberg" <wb8tyw@qsl.net>
38807              Date: Sat, 27 Aug 2005 19:54:26 -0400
38808              Message-ID: <4310FD32.70809@qsl.net>
38809      Branch: perl
38810            ! t/op/magic.t
38811 ____________________________________________________________________________
38812 [ 25335] By: rgs                                   on 2005/08/30  09:08:31
38813         Log: Subject: [patch@25334] hv.c vms environment fix.
38814              From: "John E. Malmberg" <wb8tyw@qsl.net>
38815              Date: Sat, 27 Aug 2005 19:20:50 -0400
38816              Message-ID: <4310F552.8050401@qsl.net>
38817      Branch: perl
38818            ! hv.c
38819 ____________________________________________________________________________
38820 [ 25334] By: rgs                                   on 2005/08/27  16:59:02
38821         Log: Upgrade to PathTools 3.10
38822      Branch: perl
38823            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
38824            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
38825            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
38826 ____________________________________________________________________________
38827 [ 25333] By: rgs                                   on 2005/08/27  16:28:27
38828         Log: Fix failure in Archive::Tar tests when perl is built
38829              with -Dmksymlinks
38830      Branch: perl
38831            ! lib/Archive/Tar/t/02_methods.t
38832 ____________________________________________________________________________
38833 [ 25332] By: nicholas                              on 2005/08/25  14:53:23
38834         Log: Revert 25331 (except for the typo fix).
38835      Branch: perl
38836            ! sv.c
38837 ____________________________________________________________________________
38838 [ 25331] By: nicholas                              on 2005/08/25  14:06:43
38839         Log: To make the current implementation of sv_replace sane, we should
38840              assert that the reference count of the target is also 1.
38841              (Given that we're splatting an SV with a reference count of 1 onto
38842              the target)
38843      Branch: perl
38844            ! sv.c
38845 ____________________________________________________________________________
38846 [ 25330] By: nicholas                              on 2005/08/25  13:46:31
38847         Log: Promote the warning about reference miscount in sv_replace to a panic.
38848              TODO - document the panics
38849      Branch: perl
38850            ! sv.c
38851 ____________________________________________________________________________
38852 [ 25329] By: nicholas                              on 2005/08/25  13:15:17
38853         Log: No need to manually set the reference count of a new IO to 1.
38854      Branch: perl
38855            ! gv.c
38856 ____________________________________________________________________________
38857 [ 25328] By: rgs                                   on 2005/08/25  09:29:43
38858         Log: Don't mention redundant usethreads in -V output
38859              Be more consistent in using commas
38860      Branch: perl
38861            ! myconfig.SH
38862 ____________________________________________________________________________
38863 [ 25327] By: rgs                                   on 2005/08/25  09:13:07
38864         Log: Subject: update B::Concise pod to reflect previous changes
38865              From: Jim Cromie <jcromie@divsol.com>
38866              Date: Wed, 24 Aug 2005 11:05:47 -0600
38867              Message-ID: <430CA8EB.3010904@divsol.com>
38868      Branch: perl
38869            ! ext/B/B/Concise.pm
38870 ____________________________________________________________________________
38871 [ 25326] By: rgs                                   on 2005/08/25  08:45:04
38872         Log: Fix miniperl build with threaded perl
38873      Branch: perl
38874            ! util.c
38875 ____________________________________________________________________________
38876 [ 25325] By: rgs                                   on 2005/08/24  15:53:01
38877         Log: Subject: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]
38878              From: "John Peacock" <jpeacock@rowman.com>
38879              Date: Tue, 23 Aug 2005 20:41:11 +0300 (IDT)
38880              Message-ID: <2444.85.65.24.143.1124818871.squirrel@webmail.rowman.com>
38881      Branch: perl
38882            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
38883            ! pod/perlapi.pod proto.h t/comp/use.t util.c
38884 ____________________________________________________________________________
38885 [ 25324] By: rgs                                   on 2005/08/24  07:28:27
38886         Log: Unmatched parentheses (thanks to Steve Peters)
38887      Branch: perl
38888            ! pod/perlvar.pod
38889 ____________________________________________________________________________
38890 [ 25323] By: rgs                                   on 2005/08/23  13:52:17
38891         Log: My system produces core.$$ files
38892      Branch: perl
38893            ! Makefile.SH
38894 ____________________________________________________________________________
38895 [ 25322] By: rgs                                   on 2005/08/23  13:25:15
38896         Log: Subject: [PATCH blead] Use SvGETMAGIC more often
38897              From: Rick Delaney <rick@bort.ca>
38898              Date: Mon, 22 Aug 2005 13:00:33 -0400
38899              Message-ID: <20050822170033.GH7674@localhost.localdomain>
38900      Branch: perl
38901            ! doio.c pp.c pp_ctl.c pp_hot.c sv.c universal.c xsutils.c
38902 ____________________________________________________________________________
38903 [ 25321] By: rgs                                   on 2005/08/23  13:11:34
38904         Log: Subject: [PATCH] Add Windows Vista support to Win32::GetOSName()
38905              From: "Jan Dubois" <jand@ActiveState.com>
38906              Date: Mon, 22 Aug 2005 15:37:09 -0700
38907              Message-Id: <200508222237.j7MMbFPA027764@smtp3.ActiveState.com>
38908      Branch: perl
38909            ! win32/ext/Win32/Win32.pm
38910 ____________________________________________________________________________
38911 [ 25320] By: rgs                                   on 2005/08/22  15:41:15
38912         Log: Subject: Re: Documentation change for IPC::Open*.pm
38913              From: Ben Tilly <btilly@gmail.com>
38914              Date: Mon, 22 Aug 2005 08:30:14 -0700
38915              Message-ID: <acc274b3050822083093357fe@mail.gmail.com>
38916      Branch: perl
38917            ! lib/IPC/Open2.pm lib/IPC/Open3.pm
38918 ____________________________________________________________________________
38919 [ 25319] By: rgs                                   on 2005/08/22  14:48:43
38920         Log: Subject: [PATCH blead] Re: [perl #36959] List Constructor Operator - Undefined Values
38921              From: Rick Delaney <rick@bort.ca>
38922              Date: Sun, 21 Aug 2005 15:09:57 -0400
38923              Message-ID: <20050821190957.GE7674@localhost.localdomain>
38924      Branch: perl
38925            ! pp_ctl.c t/op/range.t
38926 ____________________________________________________________________________
38927 [ 25318] By: rgs                                   on 2005/08/22  13:41:10
38928         Log: Upgrade to Term::ANSIColor 1.10
38929      Branch: perl
38930            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
38931            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
38932 ____________________________________________________________________________
38933 [ 25317] By: rgs                                   on 2005/08/22  13:24:09
38934         Log: Subject: [PATCH lib/CPAN.pm] Make curl follow redirects
38935              From: Michael G Schwern <schwern@pobox.com>
38936              Date: Sun, 21 Aug 2005 00:16:26 -0700
38937              Message-ID: <20050821071625.GA29394@windhund.schwern.org>
38938      Branch: perl
38939            ! lib/CPAN.pm
38940 ____________________________________________________________________________
38941 [ 25316] By: rgs                                   on 2005/08/22  12:59:27
38942         Log: Argh. I've overwritten local changes to ptar with change 25312
38943      Branch: perl
38944            ! lib/Archive/Tar/bin/ptar
38945 ____________________________________________________________________________
38946 [ 25315] By: rgs                                   on 2005/08/22  11:47:45
38947         Log: Subject: Re: Building 25309 on VAX (OpenVMS 7.2) not ok
38948              From: Abe Timmerman <abe@ztreet.demon.nl>
38949              Date: Sun, 21 Aug 2005 16:28:42 +0200
38950              Message-Id: <200508211628.42409.abe@ztreet.demon.nl>
38951      Branch: perl
38952            ! configure.com
38953 ____________________________________________________________________________
38954 [ 25314] By: rgs                                   on 2005/08/22  11:14:59
38955         Log: Don't install ptar in module tree
38956      Branch: perl
38957            ! installperl
38958 ____________________________________________________________________________
38959 [ 25313] By: rgs                                   on 2005/08/22  10:29:45
38960         Log: Fix typo in file name
38961      Branch: perl
38962            ! MANIFEST
38963 ____________________________________________________________________________
38964 [ 25312] By: rgs                                   on 2005/08/22  10:09:40
38965         Log: Upgrade to Archive::Tar 1.26
38966              Preserve some local typo fixes
38967              Don't load Data::Dumper
38968      Branch: perl
38969            + lib/Archive/Tar/bin/ptardiff
38970            + lib/Archive/Tar/t/04_resolved_issues.t
38971            ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
38972            ! lib/Archive/Tar/File.pm lib/Archive/Tar/bin/ptar
38973            ! lib/Archive/Tar/t/02_methods.t
38974 ____________________________________________________________________________
38975 [ 25311] By: nicholas                              on 2005/08/21  16:19:12
38976         Log: Subject: [patch@25305] t/op/arith.t fix for VMS with IEEE float
38977              From: "John E. Malmberg" <wb8tyw@qsl.net>
38978              Message-ID: <4307F348.70603@qsl.net>
38979              Date: Sat, 20 Aug 2005 23:21:44 -0400
38980      Branch: perl
38981            ! t/op/arith.t
38982 ____________________________________________________________________________
38983 [ 25310] By: nicholas                              on 2005/08/21  16:05:22
38984         Log: Subject: [patch@25305] lib/ExtUtils/t/Constant.t VMS fixes
38985              From: "John E. Malmberg" <wb8tyw@qsl.net>
38986              Message-ID: <43080395.50807@qsl.net>
38987              Date: Sun, 21 Aug 2005 00:31:17 -0400
38988      Branch: perl
38989            ! lib/ExtUtils/t/Constant.t
38990 ____________________________________________________________________________
38991 [ 25309] By: nicholas                              on 2005/08/19  21:19:37
38992         Log: Subject: [PATCH ext/POSIX/POSIX.xs] Whitespace
38993              From: Abigail <abigail@abigail.nl>
38994              Message-ID: <20050723003235.GJ15093@abigail.nl>
38995              Date: Sat, 23 Jul 2005 02:32:35 +0200
38996      Branch: perl
38997            ! ext/POSIX/POSIX.xs
38998 ____________________________________________________________________________
38999 [ 25308] By: rgs                                   on 2005/08/19  12:54:46
39000         Log: Subject: Re: Data::Dumper bug?
39001              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39002              Date: Mon, 8 Aug 2005 20:33:02 -0700
39003              Message-ID: <20050809033301.GA3804@efn.org>
39004      Branch: perl
39005            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
39006 ____________________________________________________________________________
39007 [ 25307] By: rgs                                   on 2005/08/19  12:44:12
39008         Log: Subject: [PATCH] make threads.xs emit warnings properly
39009              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
39010              Date: Aug 7, 2005 7:10 AM
39011              Message-id: <20050807051041.GA3924@ethan>
39012      Branch: perl
39013            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
39014 ____________________________________________________________________________
39015 [ 25306] By: rgs                                   on 2005/08/19  06:10:28
39016         Log: Subject: [patch@25305] fixes to const fixes + Case Preserved start
39017              From: "John E. Malmberg" <wb8tyw@qsl.net>
39018              Date: Thu, 18 Aug 2005 21:18:27 -0400
39019              Message-ID: <43053363.8090809@qsl.net>
39020      Branch: perl
39021            ! vms/vms.c
39022 ____________________________________________________________________________
39023 [ 25305] By: rgs                                   on 2005/08/18  13:47:41
39024         Log: Subject: make test of perl 5.8.7 failed on icc9
39025              From: YAMASHINA Hio <hio@ymir.co.jp>
39026              Date: Thu, 18 Aug 2005 20:36:57 +0900
39027              Message-Id: <20050818165213.BDF1.HIO@ymir.co.jp>
39028      Branch: perl
39029            ! hints/linux.sh
39030 ____________________________________________________________________________
39031 [ 25304] By: rgs                                   on 2005/08/18  11:10:27
39032         Log: Subject: [PATCH] 5.9.x (and 5.8.x): Symbian update
39033              From: <jarkko.hietaniemi@nokia.com>
39034              Date: Thu, 18 Aug 2005 13:43:46 +0300
39035              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A41B@esebe105.NOE.Nokia.com>
39036      Branch: perl
39037            ! README.symbian ext/Compress/Zlib/Zlib.xs numeric.c
39038            ! symbian/TODO symbian/config.pl symbian/config.sh
39039            ! symbian/install.cfg symbian/symbian_stubs.c symbian/xsbuild.pl
39040 ____________________________________________________________________________
39041 [ 25303] By: rgs                                   on 2005/08/18  08:58:54
39042         Log: Subject: [PATCH] Re: Transliteration operator(tr//)on EBCDIC platform
39043              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
39044              Date: Fri, 12 Aug 2005 00:20:39 +0900
39045              Message-Id: <20050812001541.EA69.BQW10602@nifty.com>
39046      Branch: perl
39047            ! t/op/tr.t toke.c
39048 ____________________________________________________________________________
39049 [ 25302] By: rgs                                   on 2005/08/18  08:00:53
39050         Log: Subject: autouse.pm: remove unneeded eval
39051              From: Alexey Tourbin <at@altlinux.ru>
39052              Date: Thu, 18 Aug 2005 08:13:24 +0400
39053              Message-ID: <20050818041324.GO19097@solemn.turbinal.org>
39054              
39055              Subject: autouse.pm: check stub, use goto in stub
39056              From: Alexey Tourbin <at@altlinux.ru>
39057              Date: Thu, 18 Aug 2005 09:06:20 +0400
39058              Message-ID: <20050818050620.GP19097@solemn.turbinal.org>
39059      Branch: perl
39060            ! lib/autouse.pm
39061 ____________________________________________________________________________
39062 [ 25301] By: rgs                                   on 2005/08/17  15:57:09
39063         Log: FAQ sync
39064      Branch: perl
39065            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
39066            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
39067            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
39068 ____________________________________________________________________________
39069 [ 25300] By: steveh                                on 2005/08/17  14:33:00
39070         Log: Subject: Your bug reports for Time::Local
39071              From: Dave Rolsky <autarch@urth.org>
39072              Date: Tue, 16 Aug 2005 11:22:20 -0500 (CDT)
39073              Message-ID: <Pine.LNX.4.61.0508161120520.26270@urth.org>
39074              
39075              An improvement on change 25287 from Dave Rolsky
39076      Branch: perl
39077            ! lib/Time/Local.t
39078 ____________________________________________________________________________
39079 [ 25299] By: rgs                                   on 2005/08/17  12:33:18
39080         Log: Subject: Re: [perl #36654] Inconsistent treatment of NaN
39081              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39082              Date: Aug 7, 2005 8:03 PM
39083              Message-ID: <20050807180308.GA2112@efn.org>
39084              
39085              Subject: Re: [perl #36654] Inconsistent treatment of NaN
39086              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39087              Date: Wed, 10 Aug 2005 22:53:51 -0700
39088              Message-ID: <20050811055351.GA2296@efn.org>
39089      Branch: perl
39090            ! numeric.c pod/perlop.pod
39091 ____________________________________________________________________________
39092 [ 25298] By: rgs                                   on 2005/08/17  09:35:32
39093         Log: Upgrade to Time::HiRes 1.73
39094      Branch: perl
39095            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
39096 ____________________________________________________________________________
39097 [ 25297] By: nicholas                              on 2005/08/17  09:06:33
39098         Log: Given that we now have a union, there's no need for all the HvARRAY()
39099              casting games.
39100      Branch: perl
39101            ! hv.h sv.h
39102 ____________________________________________________________________________
39103 [ 25296] By: rgs                                   on 2005/08/16  17:57:27
39104         Log: Fix for [perl #36853] -Dx can crash bleadperl
39105              The PL_op_sequence global hash wasn't initialized
39106      Branch: perl
39107            ! dump.c
39108 ____________________________________________________________________________
39109 [ 25295] By: merijn                                on 2005/08/16  07:36:58
39110         Log: Subject: Time::HiRes::nanosleep support for Solaris [PATCH]
39111              From: Gisle Aas <gisle@ActiveState.com>
39112              Date: 15 Aug 2005 21:05:22 -0700
39113              Message-ID: <lrk6imy1a5.fsf@caliper.activestate.com>
39114      Branch: perl
39115            ! ext/Time/HiRes/hints/solaris.pl
39116 ____________________________________________________________________________
39117 [ 25294] By: merijn                                on 2005/08/15  09:36:30
39118         Log: Subject: Re: [PATCH@25292] add nonxs_ext to configure.com
39119              From: "John E. Malmberg" <wb8tyw@qsl.net>
39120              Date: Sat, 13 Aug 2005 12:20:34 -0400
39121              Message-ID: <42FE1DD2.8050803@qsl.net>
39122      Branch: perl
39123            ! configure.com
39124 ____________________________________________________________________________
39125 [ 25293] By: merijn                                on 2005/08/15  09:34:28
39126         Log: Subject: [PATCH configure.com] Make "prove" available on VMS
39127              From: Abe Timmerman <abe@ztreet.demon.nl>
39128              Date: Sat, 13 Aug 2005 18:16:29 +0200
39129              Message-Id: <200508131816.29092.abe@ztreet.demon.nl>
39130      Branch: perl
39131            ! configure.com
39132 ____________________________________________________________________________
39133 [ 25292] By: merijn                                on 2005/08/13  07:38:54
39134         Log: Subject: [PATCH @ 24148] Compress::Zlib 1.37
39135              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
39136              Date: Fri, 12 Aug 2005 16:31:42 +0100
39137              Message-Id: <20050812153145.PWIR17166.aamta12-winn.ispmail.ntl.com@MARQUESSPT21>
39138      Branch: perl
39139            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
39140            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
39141            ! ext/Compress/Zlib/t/03examples.t
39142 ____________________________________________________________________________
39143 [ 25291] By: merijn                                on 2005/08/13  07:33:46
39144         Log: Subject: [patch@25289] Add sig_count to CONFIGURE.COM
39145              From: "John E. Malmberg" <wb8tyw@qsl.net>
39146              Date: Fri, 12 Aug 2005 13:39:25 -0400
39147              Message-ID: <42FCDECD.8090009@qsl.net>
39148      Branch: perl
39149            ! configure.com
39150 ____________________________________________________________________________
39151 [ 25290] By: merijn                                on 2005/08/13  07:30:05
39152         Log: Subject: Re: [patch@25289] bninfnan.t setting include path to file.
39153              From: "John E. Malmberg" <wb8tyw@qsl.net>
39154              Date: Fri, 12 Aug 2005 23:17:39 -0400
39155              Message-ID: <42FD6653.6010605@qsl.net>
39156      Branch: perl
39157            ! lib/bignum/t/bninfnan.t
39158 ____________________________________________________________________________
39159 [ 25289] By: steveh                                on 2005/08/12  16:13:11
39160         Log: Supply same libs for bcc32 builds as cl and gcc builds have
39161              
39162              It makes life easier for third-party extensions if perl provides a
39163              decent set of libs to link against. cl and gcc builds already have
39164              this (except that gcc was missing one lib), but bcc32 builds only
39165              have one or two libs supplied.  In particular, the ODBC libs
39166              required for building libwin32 were not specified.  One of these
39167              doesn't exist in the Borland lib dirs by default, so generate it
39168              from the DLL if it is missing.
39169      Branch: perl
39170            ! win32/makefile.mk
39171 ____________________________________________________________________________
39172 [ 25288] By: steveh                                on 2005/08/12  15:26:11
39173         Log: Make change 25286 better
39174              
39175              Thanks to John E. Malmberg <wb8tyw@qsl.net> for pointing this out.
39176      Branch: perl
39177            ! win32/win32.c
39178 ____________________________________________________________________________
39179 [ 25287] By: steveh                                on 2005/08/11  11:56:26
39180         Log: Fix lib/Time/Local.t for bcc32 in non GMT time zones
39181              
39182              See comments at:
39183              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-08/msg00115.html
39184      Branch: perl
39185            ! lib/Time/Local.t
39186 ____________________________________________________________________________
39187 [ 25286] By: steveh                                on 2005/08/11  10:56:12
39188         Log: Silence Win32 compiler warnings following change 25280
39189      Branch: perl
39190            ! win32/win32.c
39191 ____________________________________________________________________________
39192 [ 25285] By: steveh                                on 2005/08/11  09:21:37
39193         Log: Run regen.pl
39194      Branch: perl
39195            ! pod/perlapi.pod proto.h
39196 ____________________________________________________________________________
39197 [ 25284] By: merijn                                on 2005/08/11  07:35:27
39198         Log: Subject: [patch] blead@25282 - VMS specific fixes. [2nd try]
39199              From: "John E. Malmberg" <wb8tyw@qsl.net>
39200              Date: Wed, 10 Aug 2005 23:26:03 -0400
39201              Message-ID: <42FAC54B.2050207@qsl.net>
39202      Branch: perl
39203            ! lib/Test/Harness/Straps.pm lib/vmsish.t t/lib/warnings/doio
39204            ! t/op/anonsub.t t/op/chdir.t t/op/closure.t t/op/lex_assign.t
39205            ! t/op/runlevel.t t/op/stat.t t/pod/find.t t/x2p/s2p.t
39206            ! utils/c2ph.PL vms/ext/Stdio/test.pl
39207 ____________________________________________________________________________
39208 [ 25283] By: merijn                                on 2005/08/11  07:25:32
39209         Log: Subject: [patch] blead@25282
39210              From: "John E. Malmberg" <wb8tyw@qsl.net>
39211              Date: Wed, 10 Aug 2005 23:47:47 -0400
39212              Message-ID: <42FACA63.4030805@qsl.net>
39213      Branch: perl
39214            ! t/op/exec.t t/run/exit.t
39215 ____________________________________________________________________________
39216 [ 25282] By: merijn                                on 2005/08/10  20:34:03
39217         Log: Subject: [PATCH] Re: [perl #36235] perl + gcc-4.0.0 + solaris + gnu binutils
39218              From: Andy Dougherty <doughera@lafayette.edu>
39219              Date: Tue, 26 Jul 2005 12:03:37 -0400 (EDT)
39220              Message-ID: <Pine.SOC.4.62.0507261131300.8774@maxwell.phys.lafayette.edu>
39221      Branch: perl
39222            ! hints/solaris_2.sh
39223 ____________________________________________________________________________
39224 [ 25281] By: merijn                                on 2005/08/10  11:45:11
39225         Log: Subject: conflicting types for 'Perl_my_popen'
39226              From: Alexey Tourbin <at@altlinux.ru>
39227              Date: Wed, 10 Aug 2005 15:19:15 +0400
39228              Message-ID: <20050810111915.GK19097@solemn.turbinal.org>
39229      Branch: perl
39230            ! util.c
39231 ____________________________________________________________________________
39232 [ 25280] By: merijn                                on 2005/08/10  09:14:23
39233         Log: Subject: patch@25279 VMS error handling and const fixes
39234              From: "John E. Malmberg" <wb8tyw@qsl.net>
39235              Date: Wed, 10 Aug 2005 00:37:13 -0400
39236              Message-ID: <42F98479.6030207@qsl.net>
39237      Branch: perl
39238            ! doio.c embed.fnc perl.h pp_sys.c proto.h vms/vms.c
39239            ! vms/vmsish.h
39240 ____________________________________________________________________________
39241 [ 25279] By: merijn                                on 2005/08/09  11:24:54
39242         Log: Subject: [PATCH] Fix a couple of random warnings
39243              From: Steve Peters <steve@fisharerojo.org>
39244              Date: Tue, 9 Aug 2005 06:21:48 -0500
39245              Message-ID: <20050809112148.GA4902@mccoy.peters.homeunix.org>
39246      Branch: perl
39247            ! nostdio.h perl.c
39248 ____________________________________________________________________________
39249 [ 25278] By: steveh                                on 2005/08/08  16:12:12
39250         Log: Update Porting/repository.pod to recommend Cygwin's ssh on Win32
39251              
39252              Cygwin's ssh client seems to be superior to MSYS's ssh client in that
39253              it supports the ServerAliveInterval config setting which prevents the
39254              ssh client from timing out every so often
39255      Branch: perl
39256            ! Porting/repository.pod
39257 ____________________________________________________________________________
39258 [ 25277] By: merijn                                on 2005/08/08  06:22:38
39259         Log: Subject: [PATCH] Post-OSCON NN/NULLOK-ing
39260              From: Andy Lester <andy@petdance.com>
39261              Date: Sun, 7 Aug 2005 00:59:11 -0500
39262              Message-ID: <20050807055911.GA6384@petdance.com>
39263      Branch: perl
39264            ! embed.fnc op.c
39265 ____________________________________________________________________________
39266 [ 25276] By: merijn                                on 2005/08/08  06:17:33
39267         Log: Subject: Re: [PATCH] undup
39268              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
39269              Date: Sun, 07 Aug 2005 14:49:40 +0300
39270              Message-ID: <42F5F554.5020701@gmail.com>
39271      Branch: perl
39272            ! pod/perldoc.pod pod/perltodo.pod pod/perlunicode.pod
39273 ____________________________________________________________________________
39274 [ 25275] By: davem                                 on 2005/08/07  11:15:32
39275         Log: run regen.pl after change #25274
39276      Branch: perl
39277            ! pod/perlintern.pod
39278 ____________________________________________________________________________
39279 [ 25274] By: merijn                                on 2005/08/07  10:10:12
39280         Log: Subject: [PATCH] undup 
39281              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
39282              Date: Sun, 07 Aug 2005 13:28:19 +0300
39283              Message-ID: <42F5E243.80500@gmail.com>
39284      Branch: perl
39285            ! ext/Encode/lib/Encode/Supported.pod lib/Test/Harness/TAP.pod
39286            ! pad.c pod/perl573delta.pod pod/perl58delta.pod
39287            ! pod/perlfaq7.pod pod/perlglossary.pod pod/perlvar.pod pp_ctl.c
39288 ____________________________________________________________________________
39289 [ 25273] By: rgs                                   on 2005/08/06  23:07:46
39290         Log: Add files missed in change 25271
39291      Branch: perl
39292            + ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
39293            + ext/Encode/t/mime_header_iso2022jp.t
39294 ____________________________________________________________________________
39295 [ 25272] By: rgs                                   on 2005/08/06  22:46:06
39296         Log: Clarify docs
39297      Branch: perl
39298            ! ext/PerlIO/encoding/encoding.pm
39299 ____________________________________________________________________________
39300 [ 25271] By: rgs                                   on 2005/08/06  22:15:14
39301         Log: Upgrade to Encode 2.11, plus a patch to PerlIO::encoding
39302              by Dan Kogai to fix encoding(utf-8-strict) with partial
39303              characters.
39304      Branch: perl
39305            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
39306            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
39307            ! ext/Encode/Encode/encode.h ext/Encode/MANIFEST
39308            ! ext/Encode/META.yml ext/Encode/lib/Encode/Alias.pm
39309            ! ext/Encode/lib/Encode/Config.pm
39310            ! ext/Encode/lib/Encode/MIME/Header.pm
39311            ! ext/PerlIO/encoding/encoding.pm
39312 ____________________________________________________________________________
39313 [ 25270] By: merijn                                on 2005/08/06  15:54:55
39314         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #36819] perlbug AutoReply: Bleadperl: abs() busted outside integer range
39315              From: Dominic Dunlop <shouldbedomo@mac.com>
39316              Date: Sat, 6 Aug 2005 17:47:40 +0200
39317              Message-Id: <EF62D3CF-8B54-4C7B-973E-C259F487AE32@mac.com>
39318      Branch: perl
39319            ! pp.c t/op/arith.t
39320 ____________________________________________________________________________
39321 [ 25269] By: rgs                                   on 2005/08/05  16:31:44
39322         Log: Subject: [patch]vms.c - buffer highwater overrun in vmsify
39323              From: John E. Malmberg <wb8tyw@qsl.net>
39324              Date: Mon, 01 Aug 2005 19:54:22 -0400
39325              Message-ID: <42EEB62E.3020108@qsl.net>
39326      Branch: perl
39327            ! vms/vms.c
39328 ____________________________________________________________________________
39329 [ 25268] By: rgs                                   on 2005/08/05  15:01:19
39330         Log: "thread failed to start" is a severe warning, not a fatal error
39331              as reported by Tassilo von Parseval.
39332      Branch: perl
39333            ! pod/perldiag.pod
39334 ____________________________________________________________________________
39335 [ 25267] By: merijn                                on 2005/08/05  14:13:26
39336         Log: ASCIZ is not a typo
39337      Branch: perl
39338            ! pod/perlfunc.pod
39339 ____________________________________________________________________________
39340 [ 25266] By: merijn                                on 2005/08/05  07:50:40
39341         Log: Subject: [PATCH] Typos in *.p[lm]
39342              From: "Piotr Fusik" <pfusik@op.pl>
39343              Date: Sun, 31 Jul 2005 12:50:04 +0200
39344              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
39345      Branch: perl
39346            ! ext/Encode/lib/Encode/PerlIO.pod
39347            ! ext/Encode/lib/Encode/Supported.pod lib/ExtUtils/MM_Win95.pm
39348            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/Net/libnetFAQ.pod
39349            ! lib/Test/Harness/TAP.pod lib/Test/Tutorial.pod
39350            ! pod/perlfunc.pod pod/perltoc.pod
39351 ____________________________________________________________________________
39352 [ 25265] By: rgs                                   on 2005/08/04  16:45:37
39353         Log: VMS debugging help, by John E. Malmberg
39354      Branch: perl
39355            ! vms/descrip_mms.template
39356 ____________________________________________________________________________
39357 [ 25264] By: merijn                                on 2005/08/03  10:30:54
39358         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25248 FAIL(F) openbsd 3.7 (i386/1 cpu)
39359              From: Dominic Dunlop <shouldbedomo@mac.com>
39360              Date: Wed, 3 Aug 2005 12:19:03 +0200
39361              Message-Id: <8D595B69-4489-4395-BFA4-07DF5859D556@mac.com>
39362      Branch: perl
39363            ! t/op/sprintf.t
39364 ____________________________________________________________________________
39365 [ 25263] By: merijn                                on 2005/08/02  13:59:49
39366         Log: The typo changes from 25261 (of course) altered the MD5's
39367      Branch: perl
39368            ! ext/Digest/MD5/t/files.t
39369 ____________________________________________________________________________
39370 [ 25262] By: merijn                                on 2005/08/02  13:45:35
39371         Log: Typoes from 25261 also in expected for tests
39372      Branch: perl
39373            ! t/pod/pod2usage.xr
39374 ____________________________________________________________________________
39375 [ 25261] By: merijn                                on 2005/08/02  10:39:51
39376         Log: Subject: [PATCH] Typos in *.p[lm]
39377              From: "Piotr Fusik" <pfusik@op.pl>
39378              Date: Sun, 31 Jul 2005 12:50:04 +0200
39379              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
39380      Branch: perl
39381            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bblock.pm ext/B/B/CC.pm
39382            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
39383            ! ext/B/t/OptreeCheck.pm ext/Compress/Zlib/Zlib.pm
39384            ! ext/DB_File/DB_File.pm ext/Digest/MD5/MD5.pm
39385            ! ext/Encode/Encode.pm ext/Encode/encoding.pm
39386            ! ext/Encode/lib/Encode/Alias.pm ext/IO/lib/IO/Dir.pm
39387            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Socket/INET.pm
39388            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
39389            ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm
39390            ! ext/SDBM_File/SDBM_File.pm ext/Storable/Storable.pm
39391            ! ext/XS/APItest/APItest.pm ext/re/re.pm lib/Archive/Tar.pm
39392            ! lib/Archive/Tar/Constant.pm lib/Attribute/Handlers.pm
39393            ! lib/CGI.pm lib/CGI/Carp.pm lib/CPAN.pm lib/Digest.pm
39394            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
39395            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
39396            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
39397            ! lib/ExtUtils/ParseXS.pm lib/File/Basename.pm
39398            ! lib/File/Spec/Mac.pm lib/File/Temp.pm lib/Filter/Simple.pm
39399            ! lib/Getopt/Long.pm lib/I18N/LangTags.pm
39400            ! lib/I18N/LangTags/List.pm lib/Math/BigFloat.pm
39401            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm lib/Math/BigRat.pm
39402            ! lib/NEXT.pm lib/Net/Cmd.pm lib/Net/Config.pm lib/Net/FTP.pm
39403            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/Ping.pm
39404            ! lib/Net/SMTP.pm lib/PerlIO.pm lib/Pod/Checker.pm
39405            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Pod/InputObjects.pm
39406            ! lib/Pod/LaTeX.pm lib/Pod/Parser.pm lib/Pod/Select.pm
39407            ! lib/Pod/Usage.pm lib/Switch.pm lib/Term/ANSIColor.pm
39408            ! lib/Test.pm lib/Test/More.pm lib/Text/Balanced.pm
39409            ! lib/Text/Wrap.pm lib/Tie/File.pm lib/Tie/Hash.pm
39410            ! lib/Unicode/UCD.pm lib/base.pm lib/bigint.pm lib/bignum.pm
39411            ! lib/bigrat.pm lib/blib.pm lib/diagnostics.pm lib/perl5db.pl
39412            ! lib/version.pm lib/vmsish.pm os2/OS2/PrfDB/PrfDB.pm
39413            ! os2/OS2/Process/Process.pm pod/checkpods.PL pod/pod2usage.PL
39414            ! utils/h2xs.PL win32/bin/pl2bat.pl wince/bin/pl2bat.pl
39415            ! wince/comp.pl
39416 ____________________________________________________________________________
39417 [ 25260] By: rgs                                   on 2005/08/01  15:14:48
39418         Log: Document where to find maintainers of dual live modules
39419      Branch: perl
39420            ! pod/perlhack.pod
39421 ____________________________________________________________________________
39422 [ 25259] By: rgs                                   on 2005/08/01  15:12:07
39423         Log: More typo fixes (damn generated pod files)
39424      Branch: perl
39425            ! pad.c
39426 ____________________________________________________________________________
39427 [ 25258] By: rgs                                   on 2005/08/01  14:45:22
39428         Log: Subject: Re: [perl #36616] bug or feature? foreach (sort @array) {y/a-z/A-Z/;} # @array modified!
39429              From: Michael G Schwern <schwern@pobox.com>
39430              Date: Sat, 23 Jul 2005 19:59:29 -0700
39431              Message-ID: <20050724025929.GA6574@windhund.schwern.org>
39432      Branch: perl
39433            ! pod/perlfunc.pod
39434 ____________________________________________________________________________
39435 [ 25257] By: rgs                                   on 2005/08/01  13:58:04
39436         Log: Various patches by John E. Malmberg to fix data
39437              corruption issues on VMS. Back out change 25218 and
39438              the parts of change 25217 that affect pp_ctl.c and
39439              pp_sys.c.
39440      Branch: perl
39441            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
39442            ! vms/vms.c vms/vmsish.h
39443 ____________________________________________________________________________
39444 [ 25256] By: rgs                                   on 2005/08/01  13:54:52
39445         Log: Various patches by John E. Malmberg to fix data
39446              corruption issues on VMS. Back out change 25218 and
39447              the parts of change 25217 that affect pp_ctl.c and
39448              pp_sys.c.
39449      Branch: perl
39450            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
39451            ! vms/vms.c vms/vmsish.h
39452 ____________________________________________________________________________
39453 [ 25255] By: rgs                                   on 2005/08/01  13:15:25
39454         Log: Subject: [patch] blead@25226 on OpenVMS/vms.c - fopen bug.
39455              From: "John E. Malmberg" <wb8tyw@qsl.net>
39456              Date: Fri, 29 Jul 2005 10:24:15 -0400
39457              Message-ID: <42EA3C0F.9040900@qsl.net>
39458      Branch: perl
39459            ! vms/vms.c
39460 ____________________________________________________________________________
39461 [ 25254] By: rgs                                   on 2005/08/01  08:14:27
39462         Log: Another typo fix
39463      Branch: perl
39464            ! XSUB.h pod/perlapi.pod
39465 ____________________________________________________________________________
39466 [ 25253] By: rgs                                   on 2005/08/01  08:13:10
39467         Log: Subject: [PATCH] POD typos
39468              From: "Piotr Fusik" <pfusik@op.pl>
39469              Date: Sat, 30 Jul 2005 21:54:19 +0200
39470              Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec>
39471      Branch: perl
39472            ! Porting/pumpkin.pod Porting/repository.pod ext/POSIX/POSIX.pod
39473            ! pod/perl593delta.pod pod/perlapio.pod pod/perldebug.pod
39474            ! pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq3.pod
39475            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlglossary.pod
39476            ! pod/perlguts.pod pod/perlintern.pod pod/perltodo.pod
39477            ! pod/perlxs.pod symbian/PerlBase.pod vms/perlvms.pod
39478 ____________________________________________________________________________
39479 [ 25252] By: rgs                                   on 2005/08/01  07:49:58
39480         Log: Subject: Re: [perl #36622] y/// at end of file
39481              From: Michael G Schwern <schwern@pobox.com>
39482              Date: Fri, 22 Jul 2005 11:51:15 -0700
39483              Message-ID: <20050722185115.GB28829@windhund.schwern.org>
39484      Branch: perl
39485            ! t/op/tr.t t/test.pl
39486 ____________________________________________________________________________
39487 [ 25251] By: rgs                                   on 2005/08/01  07:23:08
39488         Log: Subject: Re: blead@25210 on OpenVMS (not good)
39489              From: "John E. Malmberg" <wb8tyw@qsl.net>
39490              Date: Sun, 24 Jul 2005 19:09:01 -0400
39491              Message-ID: <42E41F8D.3040306@qsl.net>
39492              
39493              constify Perl_unlnk
39494      Branch: perl
39495            ! embed.fnc perl.h proto.h util.c
39496 ____________________________________________________________________________
39497 [ 25250] By: rgs                                   on 2005/08/01  07:03:36
39498         Log: Subject: blead@25226 - ext/Compress/Zlib on VMS.
39499              From: "John E. Malmberg" <wb8tyw@qsl.net>
39500              Date: Sun, 31 Jul 2005 23:19:51 -0400
39501              Message-ID: <42ED94D6.7020104@qsl.net>
39502      Branch: perl
39503            ! ext/Compress/Zlib/t/03examples.t
39504 ____________________________________________________________________________
39505 [ 25249] By: rgs                                   on 2005/08/01  06:57:09
39506         Log: Subject: [patch] blead@25226 - t/op/pack.t undefined value fix
39507              From: "John E. Malmberg" <wb8tyw@qsl.net>
39508              Date: Sun, 31 Jul 2005 22:18:19 -0400
39509              Message-ID: <42ED866B.3000308@qsl.net>
39510      Branch: perl
39511            ! t/op/pack.t
39512 ____________________________________________________________________________
39513 [ 25248] By: merijn                                on 2005/07/31  15:50:45
39514         Log: SIGRTMIN & SIGRTMAX on Cygwin both 32. sig_count = 33, but
39515              POSIX::SigRt is not available on use
39516      Branch: perl
39517            ! ext/POSIX/t/sigaction.t
39518 ____________________________________________________________________________
39519 [ 25247] By: merijn                                on 2005/07/31  15:47:51
39520         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25237 FAIL(F) linux 2.6.12-4-686 [debian] (i686/1 cpu)
39521              From: Dominic Dunlop <shouldbedomo@mac.com>
39522              Date: Fri, 29 Jul 2005 17:41:59 +0200
39523              Message-Id: <33378322-189C-4D70-AC0B-1AF589DD56E7@mac.com>
39524      Branch: perl
39525            ! sv.h
39526 ____________________________________________________________________________
39527 [ 25246] By: rgs                                   on 2005/07/31  15:15:35
39528         Log: Remove the documentation for $#, which has been removed
39529      Branch: perl
39530            ! pod/perlvar.pod
39531 ____________________________________________________________________________
39532 [ 25245] By: rgs                                   on 2005/07/29  15:36:09
39533         Log: Update Changes
39534      Branch: perl
39535            ! Changes
39536 ____________________________________________________________________________
39537 [ 25244] By: steveh                                on 2005/07/29  09:41:38
39538         Log: Skip op/sprintf.t test 147 on MSWin32
39539              ... and fix the skip code so that it actually works ;-)
39540      Branch: perl
39541            ! t/op/sprintf.t
39542 ____________________________________________________________________________
39543 [ 25243] By: rgs                                   on 2005/07/29  08:31:51
39544         Log: Subject: [PATCH] More embed.fnc goodness
39545              From: Andy Lester <andy@petdance.com>
39546              Date: Thu, 28 Jul 2005 14:09:56 -0500
39547              Message-ID: <20050728190956.GB607@petdance.com>
39548      Branch: perl
39549            ! doio.c embed.fnc embed.h op.c pp_ctl.c proto.h regcomp.c
39550            ! regexec.c sv.c util.c
39551 ____________________________________________________________________________
39552 [ 25242] By: rgs                                   on 2005/07/29  07:19:11
39553         Log: Subject: [PATCH] Fix English error in overload.pm
39554              From: Andy Lester <andy@petdance.com>
39555              Date: Thu, 28 Jul 2005 14:10:43 -0500
39556              Message-ID: <20050728191043.GC607@petdance.com>
39557      Branch: perl
39558            ! lib/overload.pm
39559 ____________________________________________________________________________
39560 [ 25241] By: rgs                                   on 2005/07/28  17:34:36
39561         Log: Clarification to the syntax of loop modifiers
39562              by Piotr Fusik
39563      Branch: perl
39564            ! pod/perlfunc.pod
39565 ____________________________________________________________________________
39566 [ 25240] By: rgs                                   on 2005/07/28  17:29:47
39567         Log: Subject: RE: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
39568              From: "Green, Paul" <Paul.Green@stratus.com>
39569              Date: Mon, 25 Jul 2005 12:39:32 -0400
39570              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB8A9F67@EXNA.corp.stratus.com>
39571      Branch: perl
39572            ! mg.c
39573 ____________________________________________________________________________
39574 [ 25239] By: rgs                                   on 2005/07/28  17:18:13
39575         Log: Subject: [PATCH fresh_perl.t] Being more careful about newlines
39576              From: Michael G Schwern <schwern@pobox.com>
39577              Date: Fri, 22 Jul 2005 12:53:34 -0700
39578              Message-ID: <20050722195334.GA12431@windhund.schwern.org>
39579      Branch: perl
39580            ! t/run/fresh_perl.t
39581 ____________________________________________________________________________
39582 [ 25238] By: rgs                                   on 2005/07/28  16:11:23
39583         Log: Subject: [PATCH] perl.h, use STRINGIFY in 25171
39584              From: Robin Barker <Robin.Barker@npl.co.uk>
39585              Date: Thu, 28 Jul 2005 12:13:13 +0100
39586              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75A@hotel.npl.co.uk>
39587      Branch: perl
39588            ! perl.h
39589 ____________________________________________________________________________
39590 [ 25237] By: merijn                                on 2005/07/28  13:03:09
39591         Log: Subject: [PATCH] tidy up DieNull and DIE_NULL
39592              From: Robin Barker <Robin.Barker@npl.co.uk>
39593              Date: Thu, 28 Jul 2005 14:05:51 +0100
39594              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75C@hotel.npl.co.uk>
39595      Branch: perl
39596            ! embed.fnc mg.c perl.h pp.h pp_sys.c proto.h
39597 ____________________________________________________________________________
39598 [ 25236] By: rgs                                   on 2005/07/28  12:59:55
39599         Log: Subject: [PATCH] silence compiler warning in mg.c POSIX.xs
39600              From: Robin Barker <Robin.Barker@npl.co.uk>
39601              Date: Thu, 28 Jul 2005 13:57:31 +0100
39602              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75B@hotel.npl.co.uk>
39603      Branch: perl
39604            ! ext/POSIX/POSIX.xs mg.c perl.h
39605 ____________________________________________________________________________
39606 [ 25235] By: merijn                                on 2005/07/28  12:22:27
39607         Log: sprintf now has all but two tests enabled.
39608              the list supports skipping of expected fails
39609              new test for %.0g from Dominic Dunlop
39610      Branch: perl
39611            ! t/op/sprintf.t
39612 ____________________________________________________________________________
39613 [ 25234] By: steveh                                on 2005/07/28  09:10:41
39614         Log: Subject: [PATCH] perlfunc.pod grammar fixes
39615              From: Steve Peters <steve@fisharerojo.org>
39616              Date: Wed, 27 Jul 2005 22:02:13 -0500
39617              Message-ID: <20050728030213.GA11330@mccoy.peters.homeunix.org>
39618              
39619              (with minor tweaks)
39620      Branch: perl
39621            ! pod/perlfunc.pod
39622 ____________________________________________________________________________
39623 [ 25233] By: rgs                                   on 2005/07/28  09:07:57
39624         Log: Sync change 25229 to .h source files
39625      Branch: perl
39626            ! cv.h pad.h
39627 ____________________________________________________________________________
39628 [ 25232] By: rgs                                   on 2005/07/28  08:53:55
39629         Log: Subject: [perl #36672] Swapped warnings for -o and -O file tests 
39630              From: "Piotr Fusik" (via RT) <perlbug-followup@perl.org>
39631              Date: Wed, 27 Jul 2005 15:43:17 -0700
39632              Message-ID: <rt-3.0.11-36672-118371.6.12458378853063@perl.org>
39633              
39634              (except the redundant test)
39635      Branch: perl
39636            ! opcode.h opcode.pl t/lib/warnings/9uninit
39637 ____________________________________________________________________________
39638 [ 25231] By: merijn                                on 2005/07/28  06:48:14
39639         Log: Subject: Re: [PATCH] Tru64: use -c99 for ccflags if available
39640              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
39641              Date: Thu, 28 Jul 2005 10:01:51 +0300
39642              Message-ID: <42E882DF.6020100@gmail.com>
39643              Message-ID: <42E86DE9.6090709@gmail.com>
39644      Branch: perl
39645            ! handy.h hints/dec_osf.sh
39646 ____________________________________________________________________________
39647 [ 25230] By: merijn                                on 2005/07/27  16:28:58
39648         Log: Some signals are more real than others
39649              Also added comment about why the tests are there
39650      Branch: perl
39651            ! ext/POSIX/t/sigaction.t
39652 ____________________________________________________________________________
39653 [ 25229] By: merijn                                on 2005/07/27  16:26:16
39654         Log: Subject: [PATCH] id est is i.e.
39655              From: Steve Peters <steve@fisharerojo.org>
39656              Date: Tue, 26 Jul 2005 20:42:38 -0500
39657              Message-ID: <20050727014238.GA2582@mccoy.peters.homeunix.org>
39658      Branch: perl
39659            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
39660            ! pod/perlintern.pod
39661 ____________________________________________________________________________
39662 [ 25228] By: merijn                                on 2005/07/26  13:23:10
39663         Log: Use the correct gcc when more than one gcc is installed
39664              Thanks to Campo
39665      Branch: perl
39666            ! hints/aix.sh
39667 ____________________________________________________________________________
39668 [ 25227] By: rgs                                   on 2005/07/26  09:20:11
39669         Log: Subject: [perl #36658] Typo in perlfunc.pod 
39670              From: "John W. Krahn" (via RT) <perlbug-followup@perl.org>
39671              Date: Tue, 26 Jul 2005 01:07:18 -0700
39672              Message-ID: <rt-3.0.11-36658-118300.18.7320750032131@perl.org>
39673      Branch: perl
39674            ! pod/perlfunc.pod
39675 ____________________________________________________________________________
39676 [ 25226] By: steveh                                on 2005/07/25  14:37:41
39677         Log: Reinstate PERL_MALLOC_WRAP for bcc32 on Win32
39678              
39679              This was disabled by change 22689 because it was severely broken
39680              at the time.  See the thread starting here:
39681              
39682              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-04/msg00370.html
39683              
39684              The PERL_MALLOC_WRAP code in handy.h has since changed along the
39685              lines of what was discussed in that thread (in particular, by change
39686              25034) and I find that everything is now fine with PERL_MALLOC_WRAP
39687              re-enabled.
39688      Branch: perl
39689            ! win32/config_H.bc
39690 ____________________________________________________________________________
39691 [ 25225] By: steveh                                on 2005/07/25  14:34:12
39692         Log: Ken pointed out that CBuilder's cleanup is too agrressive
39693              
39694              The Windows compile() and link() methods bizarrely include their own
39695              output files in the list of files to be cleaned up.  Now that they
39696              actually are being cleaned up, this isn't ideal ;-)
39697              
39698              Stop compile() and link() from cleaning up their own output, and
39699              reinstate the explicit deletion of those output files in the test
39700              scripts.
39701      Branch: perl
39702            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
39703            ! lib/ExtUtils/CBuilder/t/01-basic.t
39704            ! lib/ExtUtils/CBuilder/t/02-link.t
39705            ! lib/ExtUtils/ParseXS/t/basic.t
39706 ____________________________________________________________________________
39707 [ 25224] By: steveh                                on 2005/07/25  11:53:44
39708         Log: Silence uninitialized value warnings in Net::Cmd
39709              
39710              (Suppresses 20 such warnings emitted by lib/Net/t/datasend.t)
39711      Branch: perl
39712            ! lib/Net/Cmd.pm
39713 ____________________________________________________________________________
39714 [ 25223] By: merijn                                on 2005/07/25  11:47:03
39715         Log: use POSIX might not throw an error. Check for useful values also
39716      Branch: perl
39717            ! ext/POSIX/t/sigaction.t
39718 ____________________________________________________________________________
39719 [ 25222] By: steveh                                on 2005/07/25  11:11:29
39720         Log: Make CBuilder and ParseXS clean up their temp test files
39721      Branch: perl
39722            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
39723            ! lib/ExtUtils/CBuilder/t/01-basic.t
39724            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
39725            ! lib/ExtUtils/ParseXS/t/basic.t
39726 ____________________________________________________________________________
39727 [ 25221] By: rgs                                   on 2005/07/25  09:49:39
39728         Log: Increment the version number of version.pm
39729              (no code changes on CPAN)
39730      Branch: perl
39731            ! lib/version.pm
39732 ____________________________________________________________________________
39733 [ 25220] By: merijn                                on 2005/07/25  08:53:34
39734         Log: Subject: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
39735              From: Michael G Schwern <schwern@pobox.com>
39736              Date: Sat, 23 Jul 2005 17:25:18 -0700
39737              Message-ID: <20050724002518.GB4918@windhund.schwern.org>
39738              
39739              Subject: Re: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
39740              From: Michael G Schwern <schwern@pobox.com>
39741              Date: Sun, 24 Jul 2005 13:49:25 -0700
39742              Message-ID: <20050724204925.GC13275@windhund.schwern.org>
39743      Branch: perl
39744            ! pod/perlfunc.pod
39745 ____________________________________________________________________________
39746 [ 25219] By: merijn                                on 2005/07/25  08:39:08
39747         Log: Subject: [PATCH] perlfunc.pod: s/definetely/definitely/
39748              From: "Piotr Fusik" <pfusik@op.pl>
39749              Date: Sun, 24 Jul 2005 12:55:09 +0200
39750              Message-ID: <004e01c5903e$2affb3a0$60d24dd5@piec>
39751      Branch: perl
39752            ! pod/perlfunc.pod
39753 ____________________________________________________________________________
39754 [ 25218] By: nicholas                              on 2005/07/24  22:35:56
39755         Log: Subject: [PATCH] Re: blead@25210 on OpenVMS (not good)
39756              From: "Craig A. Berry" <craigberry@mac.com>
39757              Message-Id: <p06230906bf09caa9618b@[172.16.52.1]>
39758              Date: Sun, 24 Jul 2005 17:47:26 -0500
39759      Branch: perl
39760            ! doio.c
39761 ____________________________________________________________________________
39762 [ 25217] By: nicholas                              on 2005/07/24  20:52:13
39763         Log: Subject: [PATCH] blead help for VMS
39764              From: "Craig A. Berry" <craigberry@mac.com>
39765              Message-ID: <42E3FABB.1020900@mac.com>
39766              Date: Sun, 24 Jul 2005 15:31:55 -0500
39767      Branch: perl
39768           +> ext/Compress/Zlib/zlib-src/adler32.c
39769           +> ext/Compress/Zlib/zlib-src/compress.c
39770           +> ext/Compress/Zlib/zlib-src/crc32.c
39771           +> ext/Compress/Zlib/zlib-src/crc32.h
39772           +> ext/Compress/Zlib/zlib-src/deflate.c
39773           +> ext/Compress/Zlib/zlib-src/deflate.h
39774           +> ext/Compress/Zlib/zlib-src/gzio.c
39775           +> ext/Compress/Zlib/zlib-src/infback.c
39776           +> ext/Compress/Zlib/zlib-src/inffast.c
39777           +> ext/Compress/Zlib/zlib-src/inffast.h
39778           +> ext/Compress/Zlib/zlib-src/inffixed.h
39779           +> ext/Compress/Zlib/zlib-src/inflate.c
39780           +> ext/Compress/Zlib/zlib-src/inflate.h
39781           +> ext/Compress/Zlib/zlib-src/inftrees.c
39782           +> ext/Compress/Zlib/zlib-src/inftrees.h
39783           +> ext/Compress/Zlib/zlib-src/trees.c
39784           +> ext/Compress/Zlib/zlib-src/trees.h
39785           +> ext/Compress/Zlib/zlib-src/uncompr.c
39786           +> ext/Compress/Zlib/zlib-src/zconf.h
39787           +> ext/Compress/Zlib/zlib-src/zlib.h
39788           +> ext/Compress/Zlib/zlib-src/zutil.c
39789           +> ext/Compress/Zlib/zlib-src/zutil.h
39790            - ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
39791            - ext/Compress/Zlib/zlib-src-1.2.3/compress.c
39792            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
39793            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
39794            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
39795            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
39796            - ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
39797            - ext/Compress/Zlib/zlib-src-1.2.3/infback.c
39798            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
39799            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
39800            - ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
39801            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
39802            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
39803            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
39804            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
39805            - ext/Compress/Zlib/zlib-src-1.2.3/trees.c
39806            - ext/Compress/Zlib/zlib-src-1.2.3/trees.h
39807            - ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
39808            - ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
39809            - ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
39810            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
39811            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
39812            ! MANIFEST ext/Compress/Zlib/config.in mg.c pp_ctl.c pp_sys.c
39813            ! vms/gen_shrfls.pl
39814 ____________________________________________________________________________
39815 [ 25216] By: steveh                                on 2005/07/22  16:53:11
39816         Log: Fix USE_LARGE_FILES with bcc32 on Win32?
39817              
39818              Trawling through all these config files, I think I've found the
39819              reason why bcc32 builds with USE_LARGE_FILES were failing (e.g.
39820              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00809.html):
39821              lseeksize and lseektype were set to 8 and __int64, but Borland's
39822              <io.h> suggests that they should be 4 and long respectively.
39823              
39824              Changing them accordingly makes all tests pass. And I see that
39825              win32/win32.c has special handling for __BORLANDC__ + USE_LARGE_FILES,
39826              presumably to cope with this difference?
39827      Branch: perl
39828            ! win32/config.bc
39829 ____________________________________________________________________________
39830 [ 25215] By: steveh                                on 2005/07/22  16:36:41
39831         Log: Tweak the canned win32/config.* files
39832              
39833              uselargefiles, usemultiplicity, useperlio and useithreads are now
39834              off in the canned win32/config_H.* files, so change these to match.
39835              
39836              Also scrap the misleading ~USE_PERLIO~ and ~USE_SITECUST~ tags
39837              which don't actually work since no such CFG_VARS are passed in to
39838              config_sh.PL. (The useperlio and usesitecustomize entries actually
39839              get substituted by the more general "if (/^([\w_]+)=(.*)$/)" case.)
39840      Branch: perl
39841            ! win32/config.bc win32/config.gc win32/config.vc
39842            ! win32/config.vc64
39843 ____________________________________________________________________________
39844 [ 25214] By: steveh                                on 2005/07/22  14:22:38
39845         Log: Add missing entries to win32/config.*
39846              
39847              No existing entries changed, just adding some missing ones based
39848              on Porting/config.sh
39849      Branch: perl
39850            ! win32/config.bc win32/config.gc win32/config.vc
39851            ! win32/config.vc64
39852 ____________________________________________________________________________
39853 [ 25213] By: rgs                                   on 2005/07/22  12:23:35
39854         Log: Subject: [perl #36612] [PATCH] Misleading shift docs about @ARGV
39855              From: Michael G Schwern (via RT) <perlbug-followup@perl.org>
39856              Date: Wed, 20 Jul 2005 18:26:23 -0700
39857              Message-ID: <rt-3.0.11-36612-118070.2.49212485540788@perl.org>
39858      Branch: perl
39859            ! pod/perlfunc.pod
39860 ____________________________________________________________________________
39861 [ 25212] By: steveh                                on 2005/07/22  10:32:02
39862         Log: Tidy up options / defines output from makedef.pl
39863              and change Win32-specific comments to say "On Win32 ..." now
39864              that AIX is using the same code too
39865      Branch: perl
39866            ! makedef.pl
39867 ____________________________________________________________________________
39868 [ 25211] By: steveh                                on 2005/07/22  10:29:51
39869         Log: Silence Win32 warnings when not using USE_LARGE_FILES
39870      Branch: perl
39871            ! win32/win32.c
39872 ____________________________________________________________________________
39873 [ 25210] By: merijn                                on 2005/07/21  17:40:06
39874         Log: I *DO* have AIX, and extending #25209 like this make it happy again
39875              Thank you Steve!
39876      Branch: perl
39877            ! makedef.pl
39878 ____________________________________________________________________________
39879 [ 25209] By: steveh                                on 2005/07/21  17:01:33
39880         Log: Make makedef.pl read "miniperl -V" on Win32
39881              
39882              Perhaps other platforms that use makedef.pl also need a similar
39883              change (currently required to pick up PERL_DONT_CREATE_GVSV),
39884              but it also requires them to have minimal canned configs (if they
39885              are using canned configs like Win32 does) and I don't have any
39886              of the affected platforms (AIX, WinCE, OS/2, MacOS Classic and
39887              NetWare) for testing, so play it safe instead
39888      Branch: perl
39889            ! makedef.pl
39890 ____________________________________________________________________________
39891 [ 25208] By: steveh                                on 2005/07/21  16:50:27
39892         Log: Make the canned config.h files used on Win32 more minimal
39893              
39894              These are used in their unedited form to build miniperl, so should
39895              represent a minimal configuration
39896              
39897              The plan is to use miniperl's "-V" output in makedef.pl, so it is
39898              important that it doesn't include any of the optional things in the
39899              makefiles that the user might have chosen to disable
39900              
39901              (The actual config.h used to build perl itself is, of course, an
39902              edited version of these canned configs produced by using miniperl
39903              to run config_h.PL so these changes won't affect perl itself)
39904      Branch: perl
39905            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39906            ! win32/config_H.vc64
39907 ____________________________________________________________________________
39908 [ 25207] By: merijn                                on 2005/07/21  15:41:39
39909         Log: Subject: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
39910              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
39911              Date: Thu, 21 Jul 2005 18:33:22 +0300
39912              Message-ID: <42DFC042.1090201@gmail.com>
39913      Branch: perl
39914            ! ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t mg.c
39915 ____________________________________________________________________________
39916 [ 25206] By: steveh                                on 2005/07/21  14:20:06
39917         Log: Rearrange win32/config_H.* to match config_h.SH
39918              
39919              No actual changes, just reordering the contents of the files so that
39920              diff works better.
39921      Branch: perl
39922            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39923            ! win32/config_H.vc64
39924 ____________________________________________________________________________
39925 [ 25205] By: rgs                                   on 2005/07/21  12:39:43
39926         Log: Subject: [PATCH perl@24148] Compress::Zlib 1.35
39927              From: "Paul Marquess" <paul.marquess@ntlworld.com>
39928              Date: Thu, 21 Jul 2005 10:06:06 +0100
39929              Message-Id: <20050721090634.CA4E61F0003@mx1.mandriva.com>
39930      Branch: perl
39931            + ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
39932            + ext/Compress/Zlib/zlib-src-1.2.3/compress.c
39933            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
39934            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
39935            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
39936            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
39937            + ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
39938            + ext/Compress/Zlib/zlib-src-1.2.3/infback.c
39939            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
39940            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
39941            + ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
39942            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
39943            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
39944            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
39945            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
39946            + ext/Compress/Zlib/zlib-src-1.2.3/trees.c
39947            + ext/Compress/Zlib/zlib-src-1.2.3/trees.h
39948            + ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
39949            + ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
39950            + ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
39951            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
39952            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
39953            - ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
39954            - ext/Compress/Zlib/zlib-src-1.2.2/compress.c
39955            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
39956            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
39957            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
39958            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
39959            - ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
39960            - ext/Compress/Zlib/zlib-src-1.2.2/infback.c
39961            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
39962            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
39963            - ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
39964            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
39965            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
39966            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
39967            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
39968            - ext/Compress/Zlib/zlib-src-1.2.2/trees.c
39969            - ext/Compress/Zlib/zlib-src-1.2.2/trees.h
39970            - ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
39971            - ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
39972            - ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
39973            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
39974            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
39975            ! MANIFEST ext/Compress/Zlib/Changes ext/Compress/Zlib/README
39976            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
39977            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/t/05gzsetp.t
39978 ____________________________________________________________________________
39979 [ 25204] By: rgs                                   on 2005/07/20  16:53:16
39980         Log: Remove :base_io from the set of default "safe" opcodes.
39981              This fixes bug [perl #36213] "Possible flaw in Safe.pm/Opcode.pm
39982              that allows access to any file" but introduces a backward
39983              compatibility issue.
39984      Branch: perl
39985            ! ext/Opcode/Opcode.pm ext/Safe/t/safe2.t
39986 ____________________________________________________________________________
39987 [ 25203] By: steveh                                on 2005/07/20  13:59:18
39988         Log: Fix definition of Perl_sighandler following change 25200
39989      Branch: perl
39990            ! mg.c
39991 ____________________________________________________________________________
39992 [ 25202] By: rgs                                   on 2005/07/20  13:19:10
39993         Log: Subject: [PATCH] Convert t/op/vec.t to test.pl
39994              From: Steve Peters <steve@fisharerojo.org>
39995              Date: Wed, 20 Jul 2005 08:06:38 -0500
39996              Message-ID: <20050720130638.GA6123@mccoy.peters.homeunix.org>
39997      Branch: perl
39998            ! t/op/vec.t
39999 ____________________________________________________________________________
40000 [ 25201] By: steveh                                on 2005/07/20  13:08:54
40001         Log: Silence Win32 compiler warning (signed/unsigned mismatch)
40002      Branch: perl
40003            ! pad.c
40004 ____________________________________________________________________________
40005 [ 25200] By: rgs                                   on 2005/07/20  12:28:16
40006         Log: Subject: [PATCH] support POSIX SA_SIGINFO
40007              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
40008              Date: Wed, 20 Jul 2005 14:40:54 +0300
40009              Message-ID: <42DE3846.6050606@gmail.com>
40010      Branch: perl
40011            ! embed.fnc embed.h ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t
40012            ! global.sym iperlsys.h mg.c perl.c perl.h pp_sys.c proto.h
40013            ! util.c
40014 ____________________________________________________________________________
40015 [ 25199] By: steveh                                on 2005/07/20  12:11:56
40016         Log: Silence warnings about NSIG redefinition on Win32
40017              
40018              (Change 25191 doesn't work out unless dosish.h includes <signal.h>
40019              too, which it currently only does for DJGPP)
40020      Branch: perl
40021            ! dosish.h
40022 ____________________________________________________________________________
40023 [ 25198] By: rgs                                   on 2005/07/20  11:18:59
40024         Log: Remove obsolete error messages
40025      Branch: perl
40026            ! pod/perldiag.pod
40027 ____________________________________________________________________________
40028 [ 25197] By: rgs                                   on 2005/07/20  10:59:44
40029         Log: croak() accepts Nullch as a parameter.
40030              (spotted by Stas Bekman)
40031      Branch: perl
40032            ! embed.fnc proto.h
40033 ____________________________________________________________________________
40034 [ 25196] By: steveh                                on 2005/07/20  10:36:20
40035         Log: Fix Newz() backwards-compatibility macro
40036      Branch: perl
40037            ! handy.h
40038 ____________________________________________________________________________
40039 [ 25195] By: rgs                                   on 2005/07/20  10:31:04
40040         Log: Remove :unique attribute from Config.pm,
40041              until we find a better implementation of it (or
40042              remove it). See [perl #36375].
40043      Branch: perl
40044            ! configpm
40045 ____________________________________________________________________________
40046 [ 25194] By: rgs                                   on 2005/07/20  09:08:56
40047         Log: Subject: [PATCH] lvalue-subs returning elements of tied hashes/arrays
40048              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
40049              Date: Wed, 20 Jul 2005 10:43:11 +0200
40050              Message-id: <20050720084311.GA20332@ethan>
40051      Branch: perl
40052            ! pp_hot.c t/op/sub_lval.t
40053 ____________________________________________________________________________
40054 [ 25193] By: steveh                                on 2005/07/20  09:00:29
40055         Log: Exit test script (if we're going to) *before* declaring a plan
40056      Branch: perl
40057            ! ext/POSIX/t/sigaction.t
40058 ____________________________________________________________________________
40059 [ 25192] By: rgs                                   on 2005/07/20  08:50:18
40060         Log: Subject: [PATCH] RE: rebuilding lib/Config*
40061              From: Robin Barker <Robin.Barker@npl.co.uk>
40062              Date: Jul 14, 2005 3:27 PM
40063              Message-ID: <533D273D4014D411AB1D00062938C4D90849C733@hotel.npl.co.uk>
40064      Branch: perl
40065            ! Makefile.SH
40066 ____________________________________________________________________________
40067 [ 25191] By: rgs                                   on 2005/07/20  06:47:49
40068         Log: Subject: [PATCH] move NSIG logic
40069              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
40070              Date: Wed, 20 Jul 2005 09:57:44 +0300
40071              Message-ID: <42DDF5E8.1060100@gmail.com>
40072      Branch: perl
40073            ! handy.h perl.h
40074 ____________________________________________________________________________
40075 [ 25190] By: nicholas                              on 2005/07/19  22:15:43
40076         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
40077              (Certainly where there is AUTOLOADing and XS)
40078              Hopefully *this* fixes the POSIX breakage.
40079      Branch: perl
40080            ! ext/POSIX/POSIX.pm
40081 ____________________________________________________________________________
40082 [ 25189] By: nicholas                              on 2005/07/19  21:16:20
40083         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
40084              (Certainly where there is AUTOLOADing and XS)
40085              Hopefully this fixes the POSIX breakage.
40086      Branch: perl
40087            ! ext/POSIX/POSIX.xs
40088 ____________________________________________________________________________
40089 [ 25188] By: nicholas                              on 2005/07/19  21:08:17
40090         Log: XS constants fail when their value is called for, not at import.
40091              This might be construed as a bug. Fixing is probably a greater evil.
40092      Branch: perl
40093            ! ext/POSIX/t/sigaction.t
40094 ____________________________________________________________________________
40095 [ 25187] By: rgs                                   on 2005/07/19  14:12:38
40096         Log: Extend the the "our variable redeclared" warning to the case:
40097              our $x; our $x;
40098              and add more tests
40099      Branch: perl
40100            ! pad.c t/lib/strict/vars t/lib/warnings/pad
40101 ____________________________________________________________________________
40102 [ 25186] By: steveh                                on 2005/07/19  13:25:42
40103         Log: Fix test following change #25181
40104      Branch: perl
40105            ! lib/Pod/t/htmlview.t
40106 ____________________________________________________________________________
40107 [ 25185] By: merijn                                on 2005/07/19  11:06:22
40108         Log: Subject: [PATCH] allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)
40109              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
40110              Date: Tue, 19 Jul 2005 12:06:00 +0300
40111              Message-ID: <42DCC278.2010009@gmail.com>
40112      Branch: perl
40113            ! Configure ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
40114            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
40115            ! handy.h
40116 ____________________________________________________________________________
40117 [ 25182] By: rgs                                   on 2005/07/19  10:09:57
40118         Log: Fix strict test to go with the precedent warning change
40119      Branch: perl
40120            ! t/lib/strict/vars
40121 ____________________________________________________________________________
40122 [ 25181] By: steveh                                on 2005/07/19  10:07:46
40123         Log: Subject: [perl #36526] Incorrect (X)HTML generated by Pod::Html 
40124              From: Earl Hood (via RT) <perlbug-followup@perl.org>
40125              Date: Tue, 12 Jul 2005 23:55:28 -0700
40126              Message-ID: <rt-3.0.11-36526-117155.10.6496168983897@perl.org>
40127              
40128              (with old code deleted rather than commented out)
40129      Branch: perl
40130            ! lib/Pod/Html.pm
40131 ____________________________________________________________________________
40132 [ 25180] By: rgs                                   on 2005/07/19  09:56:59
40133         Log: Silence new (expected) warnings
40134      Branch: perl
40135            ! t/op/mydef.t
40136 ____________________________________________________________________________
40137 [ 25179] By: rgs                                   on 2005/07/19  09:45:24
40138         Log: Overhaul the semantics of the warning
40139              ""%s" variable %s masks earlier declaration",
40140              based on a patch by Rick Delaney. Now we have :
40141              my $x;   my $x; # warns
40142              my $x;  our $x; # warns
40143              our $x;  my $x; # warns
40144              our $x; our $x; # silent
40145      Branch: perl
40146            ! pad.c t/lib/warnings/pad
40147 ____________________________________________________________________________
40148 [ 25178] By: merijn                                on 2005/07/19  05:42:52
40149         Log: Subject: [PATCH] Final (hopefully) fix for fchdir
40150              From: Steve Peters <steve@fisharerojo.org>
40151              Date: Mon, 18 Jul 2005 22:59:19 -0500
40152              Message-ID: <20050719035919.GA32670@mccoy.peters.homeunix.org>
40153      Branch: perl
40154            ! pp_sys.c
40155 ____________________________________________________________________________
40156 [ 25177] By: davem                                 on 2005/07/19  01:16:09
40157         Log: Subject:  Re: [PATCH] Faster **
40158              From:      "Piotr Fusik" <pfusik@op.pl>
40159              Date:      Fri, 24 Jun 2005 12:47:40 +0200
40160              Message-Id:  <00b201c578af$7ad02b40$17d24dd5@piec>
40161      Branch: perl
40162            ! pp.c
40163 ____________________________________________________________________________
40164 [ 25176] By: davem                                 on 2005/07/19  01:05:18
40165         Log: the "local @foo with $#foo" tests are no longer TODO
40166      Branch: perl
40167            ! t/op/array.t
40168 ____________________________________________________________________________
40169 [ 25174] By: steveh                                on 2005/07/18  16:53:21
40170         Log: Subject: Re: [PATCH] RE: blead: no longer supports %vd format
40171              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
40172              Date: Mon, 18 Jul 2005 18:35:09 +0200
40173              Message-ID: <20050718183509.0381169c@grubert.mandrakesoft.com>
40174      Branch: perl
40175            ! perl.h
40176 ____________________________________________________________________________
40177 [ 25173] By: merijn                                on 2005/07/18  16:37:11
40178         Log: Subject: Re: AIX 5.2 localtime bug attack
40179              From: Campo Weijerman <rfc822@nl.ibm.com>
40180              Date: Mon, 18 Jul 2005 17:34:55 +0200
40181              Message-ID: <20050718153455.GA29381@python>
40182              
40183              mday++ is also wday++ and yday++
40184      Branch: perl
40185            ! pp_sys.c
40186 ____________________________________________________________________________
40187 [ 25172] By: rgs                                   on 2005/07/18  15:23:38
40188         Log: Subject: [PATCH] The continuing plod through embed.fnc
40189              From: Andy Lester <andy@petdance.com>
40190              Date: Mon, 18 Jul 2005 10:37:38 -0500
40191              Message-ID: <20050718153738.GB20193@petdance.com>
40192      Branch: perl
40193            ! embed.fnc op.c pad.c pod/perlapi.pod pp_sys.c proto.h
40194            ! regcomp.c utf8.c
40195 ____________________________________________________________________________
40196 [ 25171] By: rgs                                   on 2005/07/18  12:37:02
40197         Log: Subject: [PATCH] RE: blead: no longer supports %vd format
40198              From: Robin Barker <Robin.Barker@npl.co.uk>
40199              Date: Jul 14, 2005 2:31 PM
40200              Message-ID: <533D273D4014D411AB1D00062938C4D90849C730@hotel.npl.co.uk>
40201      Branch: perl
40202            ! perl.h sv.c t/op/sprintf.t
40203 ____________________________________________________________________________
40204 [ 25170] By: merijn                                on 2005/07/18  11:02:01
40205         Log: tests are expected to fail if dirfd () does not exist
40206              make the tests to expect failures in that case
40207      Branch: perl
40208            ! t/op/chdir.t
40209 ____________________________________________________________________________
40210 [ 25169] By: merijn                                on 2005/07/18  10:27:06
40211         Log: 1. Typo detected by Schwern (#25151)
40212              2. Added proza about patches (#25152)
40213              3. dirfd got the wrong define based on previous tests (#25168)
40214      Branch: perl
40215            ! Configure
40216 ____________________________________________________________________________
40217 [ 25167] By: steveh                                on 2005/07/18  09:54:58
40218         Log: Silence compiler warning following change 25157
40219              
40220              (DIE returns Perl_die's return value which is an OP*, not the I32
40221              that Perl_apply is expected to return)
40222      Branch: perl
40223            ! doio.c
40224 ____________________________________________________________________________
40225 [ 25166] By: rgs                                   on 2005/07/18  09:17:45
40226         Log: Subject: Re: [perl #27028] /$/ not honouring /m in some cases
40227              From: Rick Delaney <rick@bort.ca>
40228              Date: Jul 14, 2005 4:10 PM
40229              Message-ID: <20050714141059.GF19090@localhost.localdomain>
40230      Branch: perl
40231            + t/op/regexp_qr_embed.t
40232            ! MANIFEST t/op/regexp.t
40233 ____________________________________________________________________________
40234 [ 25165] By: rgs                                   on 2005/07/18  08:52:25
40235         Log: Subject: [PATCH] perlop: why \c\ cannot be placed just before the terminating delimiter
40236              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
40237              Date: Sun, 17 Jul 2005 11:38:05 +0900
40238              Message-Id: <20050717112557.5921.BQW10602@nifty.com>
40239      Branch: perl
40240            ! pod/perlop.pod
40241 ____________________________________________________________________________
40242 [ 25164] By: steveh                                on 2005/07/18  08:38:27
40243         Log: Subject: Re: Why does our() cross packages? (PATCH)
40244              From: Michael G Schwern <schwern@pobox.com>
40245              Date: Fri, 15 Jul 2005 14:35:18 -0700
40246              Message-ID: <20050715213518.GH6897@windhund.schwern.org>
40247              
40248              (with minor tweaks suggested in subsequent posts)
40249      Branch: perl
40250            ! pod/perlfunc.pod
40251 ____________________________________________________________________________
40252 [ 25163] By: davem                                 on 2005/07/18  00:16:31
40253         Log: perl -Dstv -e'... for min..max' displayed wrong stack elements
40254      Branch: perl
40255            ! pp_ctl.c
40256 ____________________________________________________________________________
40257 [ 25162] By: davem                                 on 2005/07/17  22:07:14
40258         Log: delete a non-fucntioning chown in stat.t: it didn't have gid arg.
40259              Spotted by Gisle Aas.
40260      Branch: perl
40261            ! t/op/stat.t
40262 ____________________________________________________________________________
40263 [ 25161] By: davem                                 on 2005/07/17  20:54:15
40264         Log: document what can be assigned to a shared scalar
40265      Branch: perl
40266            ! ext/threads/shared/shared.pm
40267 ____________________________________________________________________________
40268 [ 25160] By: davem                                 on 2005/07/17  20:12:54
40269         Log: $SIG{__WARN__} = sub { goto &foo } could recurse infinitely
40270      Branch: perl
40271            ! t/op/goto.t util.c
40272 ____________________________________________________________________________
40273 [ 25159] By: davem                                 on 2005/07/17  19:02:10
40274         Log: change #25129 was overzealous in delaying the call to ckWARN
40275      Branch: perl
40276            ! doio.c pp_hot.c toke.c
40277 ____________________________________________________________________________
40278 [ 25158] By: merijn                                on 2005/07/16  13:20:09
40279         Log: Subject: Re: [perl #36569] chop fails on decoded string with trailing nul 
40280              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
40281              Date: Sat, 16 Jul 2005 22:05:13 +0900
40282              Message-Id: <20050716220041.2BDD.BQW10602@nifty.com>
40283      Branch: perl
40284            ! doop.c t/op/chop.t
40285 ____________________________________________________________________________
40286 [ 25157] By: merijn                                on 2005/07/16  08:07:44
40287         Log: Subject: Re: fchmod, fchown, fchdir
40288              From: Gisle Aas <gisle@ActiveState.com>
40289              Date: 15 Jul 2005 02:32:50 -0700
40290              Message-ID: <lrwtnse7nh.fsf@caliper.activestate.com>
40291              
40292              + Schwern's ok -> like changes
40293      Branch: perl
40294            ! doio.c pod/perlfunc.pod pod/perltodo.pod pp_sys.c t/io/fs.t
40295            ! t/op/chdir.t
40296 ____________________________________________________________________________
40297 [ 25156] By: steveh                                on 2005/07/15  16:30:05
40298         Log: Subject: [PATCH] more embed cleanup
40299              From: Andy Lester <andy@petdance.com>
40300              Date: Fri, 15 Jul 2005 10:51:15 -0500
40301              Message-ID: <20050715155115.GC29983@petdance.com>
40302              
40303              (and run regen.pl)
40304      Branch: perl
40305            ! dump.c embed.fnc embed.h hv.c mg.c op.c perl.c pp_ctl.c
40306            ! pp_hot.c pp_pack.c proto.h regcomp.c sv.c utf8.c
40307 ____________________________________________________________________________
40308 [ 25155] By: steveh                                on 2005/07/15  15:50:38
40309         Log: Subject: [perl #36514] Add curl support to CPAN.pm 
40310              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
40311              Date: Fri, 15 Jul 2005 02:11:29 -0700
40312              Message-ID: <rt-3.0.11-36514-117446.9.35668319684652@perl.org>
40313              
40314              (and bump $CPAN::FirstTime::VERSION)
40315      Branch: perl
40316            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40317 ____________________________________________________________________________
40318 [ 25153] By: steveh                                on 2005/07/15  15:35:55
40319         Log: Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
40320              From: Michael G Schwern <schwern@pobox.com>
40321              Date: Wed, 13 Jul 2005 15:57:39 -0700
40322              Message-ID: <20050713225739.GN24499@windhund.schwern.org>
40323              
40324              Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
40325              From: Rick Delaney <rick@bort.ca>
40326              Date: Wed, 13 Jul 2005 20:24:56 -0400
40327              Message-ID: <20050714002456.GD19090@localhost.localdomain>
40328      Branch: perl
40329            ! ext/B/B/Deparse.pm t/op/inc.t
40330 ____________________________________________________________________________
40331 [ 25150] By: steveh                                on 2005/07/15  10:35:55
40332         Log: Fix static extensions when building with nmake on Win32
40333              
40334              They were broken because change 24806 forgot to add -DWITH_STATIC
40335              to the recipe for compiling perllib.c which meant that perllibst.h
40336              was not included and hence although they built OK, the static
40337              extensions could not actually be used!
40338              
40339              In fact, since perllibst.h is always created (it is more or less
40340              empty when static extensions are not being used), there is no need
40341              for -DWITH_STATIC at all. So rather than adding it to Makefile,
40342              just drop it from makefile.mk and perllib.c.
40343              
40344              Also add the missing cleanup of perllibst.h to Makefile.
40345      Branch: perl
40346            ! win32/Makefile win32/makefile.mk win32/perllib.c
40347 ____________________________________________________________________________
40348 [ 25149] By: steveh                                on 2005/07/15  09:04:57
40349         Log: Subject: [perl #7840] Hash Behaviour differs v5.6.0 to v5.6.1 
40350              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
40351              Date: Thu, 14 Jul 2005 16:57:45 -0700
40352              Message-ID: <rt-3.0.11-7840-117401.4.81505529800216@perl.org>
40353              
40354              (with minor tweaks)
40355      Branch: perl
40356            ! pod/perlop.pod
40357 ____________________________________________________________________________
40358 [ 25148] By: steveh                                on 2005/07/15  07:48:31
40359         Log: Subject: [perl #36538] perlfunc/our contradicts itself 
40360              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
40361              Date: Thu, 14 Jul 2005 19:10:51 -0700
40362              Message-ID: <rt-3.0.11-36538-117411.7.57026072725992@perl.org>
40363      Branch: perl
40364            ! pod/perlfunc.pod
40365 ____________________________________________________________________________
40366 [ 25147] By: steveh                                on 2005/07/15  07:44:32
40367         Log: Subject: [perl #24691] leading spaces on cpan configuration causes failure 
40368              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
40369              Date: Tue, 12 Jul 2005 00:00:17 -0700
40370              Message-ID: <rt-3.0.11-24691-116945.3.88254644317925@perl.org>
40371              
40372              (with spaces trimmed from username too)
40373      Branch: perl
40374            ! lib/CPAN/FirstTime.pm
40375 ____________________________________________________________________________
40376 [ 25146] By: merijn                                on 2005/07/15  07:33:01
40377         Log: Subject: [PATCH] Re: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
40378              From: Michael G Schwern <schwern@pobox.com>
40379              Date: Fri, 15 Jul 2005 00:49:12 -0700
40380              Message-ID: <20050715074911.GA16512@windhund.schwern.org>
40381      Branch: perl
40382            ! t/op/universal.t
40383 ____________________________________________________________________________
40384 [ 25145] By: merijn                                on 2005/07/15  06:49:16
40385         Log: Subject: [PATCH] Missing tie() call in NDBM_File SYNOPSIS
40386              From: Matt Sergeant <matt@sergeant.org>
40387              Date: Thu, 14 Jul 2005 16:53:03 -0400
40388              Message-Id: <28baf339c3b78cc40017066b9dc7cffb@sergeant.org>
40389      Branch: perl
40390            ! ext/NDBM_File/NDBM_File.pm
40391 ____________________________________________________________________________
40392 [ 25144] By: merijn                                on 2005/07/15  06:33:21
40393         Log: Subject: Typo in t/op/stat.t
40394              From: Gisle Aas <gisle@ActiveState.com>
40395              Date: 14 Jul 2005 23:20:18 -0700
40396              Message-ID: <lr64vcfv4t.fsf@caliper.activestate.com>
40397      Branch: perl
40398            ! t/op/stat.t
40399 ____________________________________________________________________________
40400 [ 25143] By: steveh                                on 2005/07/14  16:08:00
40401         Log: Subject: Re: [perl #36507] File::Copy::copy($foo, $foo) dies
40402              From: Michael G Schwern <schwern@pobox.com>
40403              Date: Tue, 12 Jul 2005 15:51:18 -0700
40404              Message-ID: <20050712225118.GA944@windhund.schwern.org>
40405              
40406              (and update SKIP counts)
40407      Branch: perl
40408            ! lib/File/Copy.pm lib/File/Copy.t
40409 ____________________________________________________________________________
40410 [ 25142] By: steveh                                on 2005/07/14  08:12:11
40411         Log: Subject: [perl #5634] CPAN.pm v1.59 chdirs before looking for perl 
40412              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
40413              Date: Mon, 11 Jul 2005 22:41:06 -0700
40414              Message-ID: <rt-3.0.11-5634-116921.0.207462087357797@perl.org>
40415      Branch: perl
40416            ! lib/CPAN.pm
40417 ____________________________________________________________________________
40418 [ 25141] By: nicholas                              on 2005/07/13  19:43:40
40419         Log: Subject: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
40420              From: John Peacock <jpeacock@rowman.com>
40421              Message-ID: <42D55C46.5030905@rowman.com>
40422              Date: Wed, 13 Jul 2005 14:24:06 -0400
40423      Branch: perl
40424            ! universal.c
40425 ____________________________________________________________________________
40426 [ 25140] By: merijn                                on 2005/07/13  17:22:07
40427         Log: Subject: [perl #9565] [PATCH] /op/groups.t bug 
40428              From: "Steve Peters via RT" <perlbug-followup@perl.org>
40429              Date: Wed, 13 Jul 2005 06:51:45 -0700
40430              Message-ID: <rt-3.0.11-9565-117185.14.6331240065229@perl.org>
40431      Branch: perl
40432            ! t/op/groups.t
40433 ____________________________________________________________________________
40434 [ 25139] By: merijn                                on 2005/07/13  16:52:48
40435         Log: Subject: Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc/1 cpu)
40436              From: Steve Peters <steve@fisharerojo.org>
40437              Date: Fri, 8 Jul 2005 16:42:56 -0500
40438              Message-ID: <20050708214256.GA14164@mccoy.peters.homeunix.org>
40439      Branch: perl
40440            ! t/io/dup.t t/io/open.t
40441 ____________________________________________________________________________
40442 [ 25138] By: merijn                                on 2005/07/13  16:37:48
40443         Log: Subject: [PATCH] More embed.fnc plowing
40444              From: Andy Lester <andy@petdance.com>
40445              Date: Wed, 13 Jul 2005 10:49:19 -0500
40446              Message-ID: <20050713154919.GA24586@petdance.com>
40447      Branch: perl
40448            ! embed.fnc gv.c hv.c op.c pad.c perlio.c pp_ctl.c pp_hot.c
40449            ! proto.h toke.c
40450 ____________________________________________________________________________
40451 [ 25137] By: merijn                                on 2005/07/13  16:27:43
40452         Log: Subject: [PATCH] Error in earlier patch in sv.c
40453              From: Robin Barker <Robin.Barker@npl.co.uk>
40454              Date: Wed, 13 Jul 2005 17:29:48 +0100
40455              Message-ID: <533D273D4014D411AB1D00062938C4D90849C72B@hotel.npl.co.uk>
40456      Branch: perl
40457            ! sv.c t/op/sprintf.t
40458 ____________________________________________________________________________
40459 [ 25136] By: steveh                                on 2005/07/13  13:39:44
40460         Log: Make -V "Compile-time options" list everything used in makedef.pl
40461      Branch: perl
40462            ! perl.c
40463 ____________________________________________________________________________
40464 [ 25135] By: steveh                                on 2005/07/13  09:48:10
40465         Log: Subject: Re: [perl #25157] [PATCH] Text-Balanced extract_quotelike fails on certain delims in HERE docs
40466              From: David Manura <dm.list@math2.org>
40467              Date: Wed, 21 Jan 2004 20:59:27 -0500
40468              Message-ID: <400F2E7F.9090601@math2.org>
40469              
40470              Fixes perl #25151, 25154, 25156, 25157, 25158 using jumbo patch
40471              included in perl #25157.
40472      Branch: perl
40473            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extmul.t
40474            ! lib/Text/Balanced/t/extqlk.t
40475 ____________________________________________________________________________
40476 [ 25134] By: steveh                                on 2005/07/13  09:23:37
40477         Log: Subject: [PATCH] #2 try at Text::Balanced patch and maintainership
40478              From: Tels <nospam-abuse@bloodgate.com>
40479              Date: Sat, 9 Jul 2005 23:10:29 +0200
40480              Message-Id: <200507092310.30592@bloodgate.com>
40481              
40482              (with minor tweaks)
40483      Branch: perl
40484            ! lib/Text/Balanced.pm
40485 ____________________________________________________________________________
40486 [ 25133] By: steveh                                on 2005/07/13  08:34:53
40487         Log: Subject: [perl #28385] minor bug in cpan -- the i command does not find author 
40488              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
40489              Date: Tue, 12 Jul 2005 00:16:49 -0700
40490              Message-ID: <rt-3.0.11-28385-116951.3.97645870397305@perl.org>
40491              
40492              (and remove a couple of unused variables)
40493      Branch: perl
40494            ! lib/CPAN.pm
40495 ____________________________________________________________________________
40496 [ 25132] By: steveh                                on 2005/07/13  07:52:21
40497         Log: Subject: [perl #24275] CPAN shell - online help not clear 
40498              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
40499              Date: Mon, 11 Jul 2005 23:32:12 -0700
40500              Message-ID: <rt-3.0.11-24275-116939.19.7381888978779@perl.org>
40501      Branch: perl
40502            ! lib/CPAN.pm
40503 ____________________________________________________________________________
40504 [ 25131] By: merijn                                on 2005/07/13  06:37:41
40505         Log: Subject: [PATCH] Re: Documentation error in IO::Socket
40506              From: Michael G Schwern <schwern@pobox.com>
40507              Date: Tue, 12 Jul 2005 13:18:34 -0700
40508              Message-ID: <20050712201834.GA29275@windhund.schwern.org>
40509      Branch: perl
40510            ! ext/IO/lib/IO/Socket.pm
40511 ____________________________________________________________________________
40512 [ 25130] By: merijn                                on 2005/07/13  06:27:48
40513         Log: Subject: [perl #6749] Perl debugger outputs ctrl-\ wrongly 
40514              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
40515              Date: Tue, 12 Jul 2005 15:36:54 -0700
40516              Message-ID: <rt-3.0.11-6749-117055.16.4354496694007@perl.org>
40517      Branch: perl
40518            ! lib/dumpvar.pl
40519 ____________________________________________________________________________
40520 [ 25129] By: davem                                 on 2005/07/13  00:21:13
40521         Log: make the expensive ckWARN() be called as late as possible
40522              reorganise
40523              if (ckWARN(FOO) && should_not_happen_condition)
40524              to
40525              if (should_not_happen_condition && ckWARN(FOO))
40526      Branch: perl
40527            ! doio.c gv.c op.c pad.c perlio.c pp.c pp_hot.c pp_pack.c
40528            ! pp_sys.c regcomp.c regexec.c sv.c toke.c
40529 ____________________________________________________________________________
40530 [ 25128] By: davem                                 on 2005/07/12  18:46:34
40531         Log: Subject: Make PERL_MEM_LOG more portable.
40532              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
40533              Date:  Mon, 11 Jul 2005 15:29:46 +0300
40534              Message-Id:  <42D2663A.4050204@gmail.com>
40535      Branch: perl
40536            ! handy.h pod/perlhack.pod util.c
40537 ____________________________________________________________________________
40538 [ 25127] By: davem                                 on 2005/07/12  18:29:43
40539         Log: S_pad_findlex has side effects, so its return value may be ignored
40540      Branch: perl
40541            ! embed.fnc pad.c proto.h
40542 ____________________________________________________________________________
40543 [ 25126] By: davem                                 on 2005/07/12  18:15:48
40544         Log: get_?v have side effects, so their return values may be ignored
40545      Branch: perl
40546            ! embed.fnc proto.h
40547 ____________________________________________________________________________
40548 [ 25125] By: steveh                                on 2005/07/12  16:30:16
40549         Log: Subject: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move 
40550              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
40551              Date: Mon, 11 Jul 2005 23:24:56 -0700
40552              Message-ID: <rt-3.0.11-24119-116937.12.0211560107236@perl.org>
40553      Branch: perl
40554            ! lib/CPAN.pm
40555 ____________________________________________________________________________
40556 [ 25124] By: steveh                                on 2005/07/12  16:18:22
40557         Log: Subject: [perl #17487] ncftp only handles http 
40558              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
40559              Date: Mon, 11 Jul 2005 23:19:06 -0700
40560              Message-ID: <rt-3.0.11-17487-116934.11.3382445877892@perl.org>
40561              
40562              (and bump $VERSION (1.76_01 is a CPAN release already))
40563      Branch: perl
40564            ! lib/CPAN.pm
40565 ____________________________________________________________________________
40566 [ 25123] By: steveh                                on 2005/07/12  13:19:51
40567         Log: Subject: Re: Scalar leaked in 'local $0' under ithreads + taint mode
40568              From: Steve Hay <steve.hay@uk.radan.com>
40569              Date: Mon, 11 Jul 2005 13:29:37 +0100
40570              Message-ID: <42D26631.1070500@uk.radan.com>
40571      Branch: perl
40572            ! sv.c
40573 ____________________________________________________________________________
40574 [ 25122] By: steveh                                on 2005/07/12  11:42:07
40575         Log: Subject: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv 
40576              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
40577              Date: Mon, 11 Jul 2005 19:16:10 -0700
40578              Message-ID: <rt-3.0.11-36502-116917.0.56038652013207@perl.org>
40579      Branch: perl
40580            ! lib/File/Copy.t
40581 ____________________________________________________________________________
40582 [ 25121] By: steveh                                on 2005/07/12  11:33:01
40583         Log: Subject: [PATCH] Cleanup File::Copy tests
40584              From: Michael G Schwern <schwern@pobox.com>
40585              Date: Mon, 11 Jul 2005 18:45:42 -0700
40586              Message-ID: <20050712014542.GB20855@windhund.schwern.org>
40587              
40588              (and fix the SKIP: {} blocks to say $how_many)
40589      Branch: perl
40590            ! lib/File/Copy.t
40591 ____________________________________________________________________________
40592 [ 25120] By: steveh                                on 2005/07/12  11:03:55
40593         Log: Subject: Re: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv
40594              From: Michael G Schwern <schwern@pobox.com>
40595              Date: Mon, 11 Jul 2005 17:35:14 -0700
40596              Message-ID: <20050712003514.GA20132@windhund.schwern.org>
40597      Branch: perl
40598            ! lib/File/Copy.pm
40599 ____________________________________________________________________________
40600 [ 25119] By: steveh                                on 2005/07/12  09:01:11
40601         Log: Missed a New() -> Newx().
40602              
40603              This one only had 3 args to start with! Presumably nobody uses
40604              YYERROR_VERBOSE.  (The yystpcpy() calls don't look right either,
40605              but someone else that is interested in YYERROR_VERBOSE will have
40606              to look into that.)
40607      Branch: perl
40608            ! perly.c
40609 ____________________________________________________________________________
40610 [ 25118] By: steveh                                on 2005/07/12  08:46:13
40611         Log: Hack out -DL documentation from perldebuguts.pod
40612              
40613              Now that the perl core uses Newx*() rather than New*() this chunk
40614              of old documentation is more obsolete than ever before.
40615      Branch: perl
40616            ! pod/perldebguts.pod
40617 ____________________________________________________________________________
40618 [ 25117] By: steveh                                on 2005/07/12  08:20:11
40619         Log: Fix worrying typo in handy.h :-s
40620      Branch: perl
40621            ! handy.h
40622 ____________________________________________________________________________
40623 [ 25116] By: steveh                                on 2005/07/12  08:17:47
40624         Log: Change New*() to Newx*() in various comments and documentation
40625      Branch: perl
40626            ! handy.h perl.c pod/perlclib.pod pod/perlguts.pod
40627            ! pod/perlhack.pod sv.c
40628 ____________________________________________________________________________
40629 [ 25115] By: steveh                                on 2005/07/12  07:48:51
40630         Log: Subject: [patch: handy.c]  update Newx API pod to mention PERL_MEM_LOG build opt
40631              From: Jim Cromie <jcromie@divsol.com>
40632              Date: Mon, 11 Jul 2005 19:18:02 -0600
40633              Message-ID: <42D31A4A.1020305@divsol.com>
40634              
40635              (with some minor tweaks)
40636      Branch: perl
40637            ! handy.h pod/perlapi.pod
40638 ____________________________________________________________________________
40639 [ 25114] By: merijn                                on 2005/07/12  06:26:39
40640         Log: Subject: [PATCH t/TEST] Understand "ok" with no number
40641              From: Michael G Schwern <schwern@pobox.com>
40642              Date: Mon, 11 Jul 2005 18:41:30 -0700
40643              Message-ID: <20050712014130.GA20855@windhund.schwern.org>
40644      Branch: perl
40645            ! t/TEST
40646 ____________________________________________________________________________
40647 [ 25113] By: steveh                                on 2005/07/11  15:54:46
40648         Log: Subject: [patch: sv.c] reuse new_body_inline in Perl_new_body
40649              From: Jim Cromie <jcromie@divsol.com>
40650              Date: Sun, 10 Jul 2005 15:59:30 -0600
40651              Message-ID: <42D19A42.8040409@divsol.com>
40652      Branch: perl
40653            ! sv.c
40654 ____________________________________________________________________________
40655 [ 25112] By: steveh                                on 2005/07/11  15:19:11
40656         Log: Subject: [PATCH] perlfunc.pod
40657              From: "Piotr Fusik" <pfusik@op.pl>
40658              Date:      Sat, 9 Jul 2005 16:21:05 +0200
40659              Message-ID: <01de01c58491$f3182f60$a6d24dd5@piec>
40660      Branch: perl
40661            ! pod/perlfunc.pod
40662 ____________________________________________________________________________
40663 [ 25111] By: steveh                                on 2005/07/11  14:41:27
40664         Log: Subject: [patch hv.h doc] HvNAME
40665              From: Stas Bekman <stas@stason.org>
40666              Date: Fri, 08 Jul 2005 13:52:13 +0300
40667              Message-ID: <42CE5ADD.3020003@stason.org>
40668              
40669              Subject: Re: [patch hv.h doc] HvNAME
40670              From: Nicholas Clark <nick@ccl4.org>
40671              Date: Sat, 9 Jul 2005 15:23:51 +0100
40672              Message-ID: <20050709142351.GT15833@plum.flirble.org>
40673      Branch: perl
40674            ! hv.h pod/perlapi.pod
40675 ____________________________________________________________________________
40676 [ 25110] By: davem                                 on 2005/07/10  23:04:26
40677         Log: no code before declarations!
40678      Branch: perl
40679            ! doio.c
40680 ____________________________________________________________________________
40681 [ 25109] By: davem                                 on 2005/07/10  20:02:07
40682         Log: From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
40683              Date: Sun, 10 Jul 2005 21:50:27 +0300
40684              Subject: [PATCH] yet another way of debugging memory allocations
40685              Message-ID: <42D16DF3.4040806@gmail.com>
40686              
40687              tweak PERL_MEM_LOG
40688      Branch: perl
40689            ! handy.h pod/perlhack.pod util.c
40690 ____________________________________________________________________________
40691 [ 25108] By: davem                                 on 2005/07/10  19:57:31
40692         Log: run regen.pl
40693      Branch: perl
40694            ! embed.h proto.h
40695 ____________________________________________________________________________
40696 [ 25107] By: merijn                                on 2005/07/10  19:19:56
40697         Log: Subject: [PATCH] Making my way thru embed.fnc
40698              From: Andy Lester <andy@petdance.com>
40699              Date: Sun, 10 Jul 2005 14:36:35 -0500
40700              Message-ID: <20050710193635.GC8081@petdance.com>
40701      Branch: perl
40702            ! doio.c doop.c embed.fnc gv.c hv.c op.c perl.c pp_ctl.c
40703            ! pp_hot.c regexec.c toke.c util.c
40704 ____________________________________________________________________________
40705 [ 25106] By: davem                                 on 2005/07/10  13:53:49
40706         Log: Re: [perl #36207] UTF8/Latin 1/i regexp "Malformed character" warning
40707              From: demerphq <demerphq@gmail.com>
40708              Message-ID: <9b18b3110507080807f16d1eb@mail.gmail.com>
40709              Date: Fri, 8 Jul 2005 17:07:26 +0200
40710              
40711              Fix trie codepath of mixed utf8/latin1 pattern matches
40712      Branch: perl
40713            ! regexec.c t/op/pat.t
40714 ____________________________________________________________________________
40715 [ 25105] By: davem                                 on 2005/07/10  12:29:25
40716         Log: Message-ID: <42D0F25E.3040801@gmail.com>
40717              Date: Sun, 10 Jul 2005 13:03:10 +0300
40718              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
40719              Subject: [PATCH] yet another way of debugging memory allocations
40720              
40721              adds PERL_MEM_LOG and PERL_MEM_LOG_STDERR options
40722      Branch: perl
40723            ! handy.h util.c
40724 ____________________________________________________________________________
40725 [ 25104] By: davem                                 on 2005/07/10  11:39:50
40726         Log: silence some compiler warnings
40727      Branch: perl
40728            ! embed.fnc gv.h proto.h
40729 ____________________________________________________________________________
40730 [ 25103] By: davem                                 on 2005/07/10  11:15:32
40731         Log: extend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_CHECK_*
40732      Branch: perl
40733            ! handy.h
40734 ____________________________________________________________________________
40735 [ 25102] By: nicholas                              on 2005/07/09  15:44:17
40736         Log: sv_dec is supposed to go *down*, m'kay.
40737      Branch: perl
40738            ! sv.c t/op/inc.t
40739 ____________________________________________________________________________
40740 [ 25101] By: steveh                                on 2005/07/08  16:35:10
40741         Log: Subject: Re: janitorial work ? [patch]
40742              From: Jim Cromie <jcromie@divsol.com>
40743              Date: Wed, 06 Jul 2005 14:19:53 -0600
40744              Message-ID: <42CC3CE9.5050606@divsol.com>
40745              
40746              (reverted all dual-lived modules since they must work with older
40747              perls too so must wait for a new Devel::PPPort)
40748      Branch: perl
40749            ! NetWare/nw5.c av.c bytecode.pl cygwin/cygwin.c djgpp/djgpp.c
40750            ! doio.c doop.c dump.c ext/B/B/C.pm ext/B/C/C.xs
40751            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
40752            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_aix.xs
40753            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_vms.xs
40754            ! ext/File/Glob/bsd_glob.c ext/ODBM_File/ODBM_File.xs
40755            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Socket/Socket.xs
40756            ! ext/XS/Typemap/Typemap.xs gv.c handy.h hv.c locale.c op.c op.h
40757            ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perlio.c pod/perlapi.pod
40758            ! pp.c pp_ctl.c pp_pack.c pp_sort.c pp_sys.c reentr.c reentr.pl
40759            ! regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c
40760            ! vmesa/vmesa.c vms/vms.c win32/perlhost.h win32/win32.c
40761            ! win32/win32sck.c wince/perlhost.h wince/wince.c
40762 ____________________________________________________________________________
40763 [ 25100] By: nicholas                              on 2005/07/08  15:57:37
40764         Log: We no longer default to creating a new SV for GvSV.
40765      Branch: perl
40766            ! perl.h
40767 ____________________________________________________________________________
40768 [ 25099] By: nicholas                              on 2005/07/08  15:57:16
40769         Log: DEFSV causes GvSVn() to be used in lvalue context.
40770              Not sure if instead we should recode DEFSV to avoid this, and leave
40771              GvSVn() as rvalue only, like its namesakes.
40772      Branch: perl
40773            ! gv.h
40774 ____________________________________________________________________________
40775 [ 25098] By: steveh                                on 2005/07/08  10:04:24
40776         Log: Subject: Re: [PATCH] Pod::Html - correctly link to =item's on the same page
40777              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
40778              Date: Thu, 7 Jul 2005 15:05:51 -0700
40779              Message-ID: <20050707220551.GB2388@efn.org>
40780              
40781              (plus fix a couple of POD warnings)
40782      Branch: perl
40783            ! pod/perlglossary.pod
40784 ____________________________________________________________________________
40785 [ 25097] By: steveh                                on 2005/07/08  09:48:50
40786         Log: Subject: [PATCH] basename() and suffixes
40787              From: Michael G Schwern <schwern@pobox.com>
40788              Date: Thu, 7 Jul 2005 15:38:32 -0700
40789              Message-ID: <20050707223832.GA4782@windhund.schwern.org>
40790      Branch: perl
40791            ! lib/File/Basename.pm lib/File/Basename.t
40792 ____________________________________________________________________________
40793 [ 25096] By: steveh                                on 2005/07/08  08:43:07
40794         Log: Subject: Re: [perl #36477] File::Basename basename() bug
40795              From: Michael G Schwern <schwern@pobox.com>
40796              Date: Thu, 7 Jul 2005 14:16:01 -0700
40797              Message-ID: <20050707211601.GA3769@windhund.schwern.org>
40798      Branch: perl
40799            ! lib/File/Basename.pm lib/File/Basename.t
40800 ____________________________________________________________________________
40801 [ 25095] By: davem                                 on 2005/07/08  01:43:24
40802         Log: UTF8/Latin 1/i regexp "Malformed character" warning
40803              $utf8 =~ /latin/i didn't match. 
40804              Also added TODO for $latin =~ /utf8/i which also fails
40805      Branch: perl
40806            ! t/op/pat.t utf8.c
40807 ____________________________________________________________________________
40808 [ 25094] By: davem                                 on 2005/07/07  14:47:51
40809         Log: more taint fallout from change 24943
40810      Branch: perl
40811            ! mg.c scope.c t/op/taint.t
40812 ____________________________________________________________________________
40813 [ 25093] By: merijn                                on 2005/07/07  13:26:32
40814         Log: Subject: [PATCH] bug with charnames::viacode("0x1234") and optimize it
40815              From: Tels <nospam-abuse@bloodgate.com>
40816              Date: Wed, 6 Jul 2005 21:11:59 +0200
40817              Message-Id: <200507062112.12159@bloodgate.com>
40818      Branch: perl
40819            ! lib/charnames.pm
40820 ____________________________________________________________________________
40821 [ 25092] By: steveh                                on 2005/07/07  12:11:38
40822         Log: Subject: ReadParse in the CGI docs
40823              From: "Ton Hospel" <me-02@ton.iguana.be>
40824              Date: 9 Oct 2003 15:04:53 -0000
40825              To: perlbug@perl.org
40826              
40827              (plus blank lines so example code is in verbatim paragraphs,
40828              and bump $VERSION)
40829      Branch: perl
40830            ! lib/CGI.pm
40831 ____________________________________________________________________________
40832 [ 25091] By: steveh                                on 2005/07/07  11:21:41
40833         Log: Subject: [PATCH] Mention File::Spec in File::Basename
40834              From: Michael G Schwern <schwern@pobox.com>
40835              Date: Wed, 6 Jul 2005 13:06:20 -0700
40836              Message-ID: <20050706200620.GE15644@windhund.schwern.org>
40837              
40838              (plus bump $VERSION)
40839      Branch: perl
40840            ! lib/File/Basename.pm
40841 ____________________________________________________________________________
40842 [ 25090] By: steveh                                on 2005/07/07  11:06:17
40843         Log: Subject: [perl #22236] File::Basename behavior is misleading 
40844              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
40845              Date: 6 Jul 2005 19:45:40 -0000
40846              Message-ID: <rt-3.0.11-22236-116656.1.59163789180809@perl.org>
40847      Branch: perl
40848            ! lib/File/Basename.pm lib/File/Basename.t
40849 ____________________________________________________________________________
40850 [ 25089] By: steveh                                on 2005/07/07  09:22:48
40851         Log: Subject: [PATCH] Further lies in the File::Basename docs
40852              From: Michael G Schwern <schwern@pobox.com>
40853              Date: Wed, 6 Jul 2005 09:22:32 -0700
40854              Message-ID: <20050706162232.GA14495@windhund.schwern.org>
40855              
40856              (plus some minor POD changes and a bug fix)
40857      Branch: perl
40858            ! lib/File/Basename.pm lib/File/Basename.t
40859 ____________________________________________________________________________
40860 [ 25088] By: davem                                 on 2005/07/07  00:11:00
40861         Log: bytes pragma error in substitution operator
40862      Branch: perl
40863            ! pp_ctl.c t/op/subst.t
40864 ____________________________________________________________________________
40865 [ 25087] By: davem                                 on 2005/07/06  20:09:29
40866         Log: 'undef $@; die' gives uninint value warning
40867      Branch: perl
40868            ! pp_sys.c t/op/die.t
40869 ____________________________________________________________________________
40870 [ 25086] By: steveh                                on 2005/07/06  09:36:08
40871         Log: Subject: [PATCH] File::Basename doc overhaul
40872              From: Michael G Schwern <schwern@pobox.com>
40873              Date: Tue, 5 Jul 2005 20:11:27 -0700
40874              Message-ID: <20050706031127.GL9227@windhund.schwern.org>
40875              
40876              (with some minor changes)
40877      Branch: perl
40878            ! lib/File/Basename.pm
40879 ____________________________________________________________________________
40880 [ 25085] By: steveh                                on 2005/07/06  08:05:21
40881         Log: Subject: [PATCH @ 25084] simple authors removal
40882              From: Vadim Konovalov <vadim@vkonovalov.ru>
40883              Date: Wed, 06 Jul 2005 00:15:48 +0400
40884              Message-ID: <42CAEA74.1020108@vkonovalov.ru>
40885      Branch: perl
40886            ! AUTHORS
40887 ____________________________________________________________________________
40888 [ 25084] By: davem                                 on 2005/07/05  18:17:34
40889         Log: a long /etc/groups entry could cause memory exhaustion.
40890              Too small a buffer would cause ERANGE and a retry with double the
40891              buffer size. later at EOF, the apparent error got 'stuck' as
40892              ERANGE rather than ENOENT, so the buffer size doubled recursively 
40893      Branch: perl
40894            ! reentr.h reentr.pl
40895 ____________________________________________________________________________
40896 [ 25083] By: steveh                                on 2005/07/05  16:55:29
40897         Log: Subject: [PATCH] Pod::Html - correctly link to =item's on the same page
40898              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
40899              Date: Mon, 4 Jul 2005 02:07:38 -0700
40900              Message-ID: <20050704090738.GA4056@efn.org>
40901              
40902              (plus a new test, although it is currently marked TODO)
40903      Branch: perl
40904            + lib/Pod/t/htmllink.pod lib/Pod/t/htmllink.t
40905            ! MANIFEST lib/Pod/Html.pm
40906 ____________________________________________________________________________
40907 [ 25082] By: steveh                                on 2005/07/05  16:54:11
40908         Log: Oops! Change 25080 should have updated checksums too.
40909      Branch: perl
40910            ! ext/Digest/MD5/t/files.t
40911 ____________________________________________________________________________
40912 [ 25081] By: davem                                 on 2005/07/05  13:01:23
40913         Log: change 24943 broke restoration of localized taint values
40914      Branch: perl
40915            ! mg.c t/op/taint.t
40916 ____________________________________________________________________________
40917 [ 25080] By: steveh                                on 2005/07/05  10:32:08
40918         Log: Remove an unreferenced local variable in Digest-MD5
40919      Branch: perl
40920            ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs
40921 ____________________________________________________________________________
40922 [ 25079] By: nicholas                              on 2005/07/04  19:36:51
40923         Log: Subject: [PATCH] Remove unnecessary null check
40924              From: Andy Lester <andy@petdance.com>
40925              Date: Mon, 4 Jul 2005 14:12:00 -0500
40926              Message-ID: <20050704191200.GA2614@petdance.com>
40927      Branch: perl
40928            ! embed.fnc hv.c proto.h
40929 ____________________________________________________________________________
40930 [ 25078] By: nicholas                              on 2005/07/04  19:07:31
40931         Log: Make the tests for hv_free_ent and hv_delayfree_ent pass under
40932              -DPURIFY too.
40933      Branch: perl
40934            ! ext/XS/APItest/APItest.xs
40935 ____________________________________________________________________________
40936 [ 25077] By: merijn                                on 2005/07/04  18:47:02
40937         Log: Subject: [PATCH] Better string constant in hv.c
40938              From: Andy Lester <andy@petdance.com>
40939              Date: Mon, 4 Jul 2005 13:53:49 -0500
40940              Message-ID: <20050704185349.GA2351@petdance.com>
40941      Branch: perl
40942            ! hv.c
40943 ____________________________________________________________________________
40944 [ 25076] By: steveh                                on 2005/07/04  16:15:37
40945         Log: Add regression test for change 25062
40946      Branch: perl
40947            ! t/op/magic.t
40948 ____________________________________________________________________________
40949 [ 25075] By: steveh                                on 2005/07/04  15:57:32
40950         Log: Use void, not void *, to suppress RETVAL (and compiler warning)
40951      Branch: perl
40952            ! ext/XS/APItest/APItest.xs
40953 ____________________________________________________________________________
40954 [ 25074] By: steveh                                on 2005/07/04  15:36:04
40955         Log: Perl_share_hek needs exporting for change 25070 on Win32
40956      Branch: perl
40957            ! embed.fnc embed.h global.sym
40958 ____________________________________________________________________________
40959 [ 25073] By: steveh                                on 2005/07/04  15:34:11
40960         Log: Regen after change 25067
40961      Branch: perl
40962            ! proto.h
40963 ____________________________________________________________________________
40964 [ 25072] By: nicholas                              on 2005/07/04  15:03:32
40965         Log: Implement hv_delayfree_ent in terms of hv_free_ent
40966      Branch: perl
40967            ! hv.c
40968 ____________________________________________________________________________
40969 [ 25071] By: steveh                                on 2005/07/04  14:53:54
40970         Log: Subject: [PATCH] Skip nit in t/op/lfs.t
40971              From: Steve Peters <steve@fisharerojo.org>
40972              Date: Mon, 4 Jul 2005 10:10:13 -0500
40973              Message-ID: <20050704151013.GA18468@mccoy.peters.homeunix.org>
40974      Branch: perl
40975            ! t/op/lfs.t
40976 ____________________________________________________________________________
40977 [ 25070] By: nicholas                              on 2005/07/04  14:45:40
40978         Log: Tests for hv_delayfree_ent and hv_free_ent
40979      Branch: perl
40980            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
40981            ! ext/XS/APItest/t/hash.t
40982 ____________________________________________________________________________
40983 [ 25069] By: nicholas                              on 2005/07/04  13:56:39
40984         Log: Provide a macro version of S_new_body to inline it within the hot code.
40985      Branch: perl
40986            ! sv.c
40987 ____________________________________________________________________________
40988 [ 25068] By: steveh                                on 2005/07/04  13:21:36
40989         Log: Borland's .pdb files are called .tds
40990      Branch: perl
40991            ! win32/makefile.mk
40992 ____________________________________________________________________________
40993 [ 25067] By: steveh                                on 2005/07/04  12:30:50
40994         Log: Subject: [PATCH] Post-YAPC consting, now with an attachment!
40995              From: Andy Lester <andy@petdance.com>
40996              Date: Sun, 3 Jul 2005 18:31:56 -0500
40997              Message-ID: <20050703233156.GA20967@petdance.com>
40998      Branch: perl
40999            ! deb.c embed.fnc gv.c pad.c sv.c toke.c util.c
41000 ____________________________________________________________________________
41001 [ 25066] By: nicholas                              on 2005/07/04  10:41:28
41002         Log: Inlining del_HE is actually a space optimisation.
41003              It's therefore likely also to be a speed optimisation. :-)
41004      Branch: perl
41005            ! embed.fnc embed.h hv.c proto.h
41006 ____________________________________________________________________________
41007 [ 25065] By: steveh                                on 2005/07/04  10:40:10
41008         Log: Subject: [PATCH] perlglossary.pod: add jump points
41009              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
41010              Date: Mon, 4 Jul 2005 02:07:52 -0700
41011              Message-ID: <20050704090752.GB4056@efn.org>
41012      Branch: perl
41013            ! pod/perlglossary.pod
41014 ____________________________________________________________________________
41015 [ 25064] By: nicholas                              on 2005/07/04  10:24:26
41016         Log: sv_setuv_mg is so rarely called that the IV optimisation test is not
41017              needed.
41018      Branch: perl
41019            ! sv.c
41020 ____________________________________________________________________________
41021 [ 25063] By: steveh                                on 2005/07/04  10:13:41
41022         Log: Subject: Re: How to suppress warnings when building Errno with gcc
41023              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
41024              Date: Fri, 1 Jul 2005 10:56:23 -0700
41025              Message-ID: <20050701175623.GD216@efn.org>
41026      Branch: perl
41027            ! ext/Errno/Errno_pm.PL
41028 ____________________________________________________________________________
41029 [ 25062] By: steveh                                on 2005/07/04  09:17:06
41030         Log: Fix change 25045
41031      Branch: perl
41032            ! mg.c
41033 ____________________________________________________________________________
41034 [ 25061] By: steveh                                on 2005/07/04  08:26:38
41035         Log: Here's the rest of change 25058 ;-)
41036      Branch: perl
41037            ! embed.h global.sym
41038 ____________________________________________________________________________
41039 [ 25060] By: davem                                 on 2005/07/04  08:11:33
41040         Log: Subject:  Re: [PATCH] Re: [PATCH] Re: a blead warning from tru64
41041              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
41042              Date:  Mon, 04 Jul 2005 00:19:28 +0300
41043              Message-Id:  <42C85660.50807@gmail.com>
41044      Branch: perl
41045            ! perl.h
41046 ____________________________________________________________________________
41047 [ 25059] By: steveh                                on 2005/07/04  08:10:27
41048         Log: Stop reentr.pl changing EOL on the files it writes on Win32
41049      Branch: perl
41050            ! reentr.pl
41051 ____________________________________________________________________________
41052 [ 25058] By: steveh                                on 2005/07/04  08:09:36
41053         Log: Perl_ckwarn (added by change 25050) needs exporting on Win32
41054              
41055              (At least PerlIO/via uses it, so it must be public)
41056      Branch: perl
41057            ! embed.fnc
41058 ____________________________________________________________________________
41059 [ 25055] By: nicholas                              on 2005/07/02  21:19:09
41060         Log: Andy suggests this tweak to Dave's fix for MEM_WRAP_CHECK to shut up
41061              a different compiler warnings. I guess we need a waterbed theory of
41062              compiler warnings.
41063      Branch: perl
41064            ! handy.h
41065 ____________________________________________________________________________
41066 [ 25054] By: nicholas                              on 2005/07/02  16:53:09
41067         Log: Convert bless.t to test.pl
41068      Branch: perl
41069            ! t/op/bless.t
41070 ____________________________________________________________________________
41071 [ 25053] By: nicholas                              on 2005/07/02  16:25:06
41072         Log: Copying the first parameter in the macro del_body seems to reduce
41073              code size.  Presumably an expression is no longer evaluated twice.
41074      Branch: perl
41075            ! sv.c
41076 ____________________________________________________________________________
41077 [ 25052] By: davem                                 on 2005/07/02  16:11:46
41078         Log: do just-in-time loading of Carp.pm in some modules
41079              
41080              From: Tels <nospam-abuse@bloodgate.com>
41081              Subject: [PATCH] No Carp #4 AutoSplit.pm
41082              Subject: [PATCH] no Carp #5 (File::Path)
41083              Subject: [PATCH] no Carp #7 - charnames.pm
41084              Subject: [PATCH] no Carp #6 (File::Compare, File::Copy, File::Temp)
41085              Subject: [PATCH] no Carp #8 - SelfLoader, Text/Balanced and open.pm
41086      Branch: perl
41087            ! lib/AutoSplit.pm lib/File/Compare.pm lib/File/Copy.pm
41088            ! lib/File/Path.pm lib/SelfLoader.pm lib/charnames.pm
41089            ! lib/open.pm
41090 ____________________________________________________________________________
41091 [ 25051] By: nicholas                              on 2005/07/02  16:07:47
41092         Log: Unwrap the del_Xfoo() macros by explicitly noting the arena to free
41093              the body to. This comletely eliminates the second switch statement.
41094      Branch: perl
41095            ! sv.c
41096 ____________________________________________________________________________
41097 [ 25050] By: davem                                 on 2005/07/02  15:05:04
41098         Log: replace ckWARN macros with functions
41099      Branch: perl
41100            ! embed.fnc embed.h pod/perlintern.pod proto.h util.c warnings.h
41101            ! warnings.pl
41102 ____________________________________________________________________________
41103 [ 25049] By: nicholas                              on 2005/07/02  14:57:43
41104         Log: Given that the GV no longer owns a reference on the symbol table, we
41105              dont need the deferred SvREFCNT_dec games.
41106      Branch: perl
41107            ! sv.c
41108 ____________________________________________________________________________
41109 [ 25048] By: nicholas                              on 2005/07/02  13:55:45
41110         Log: Passing gvtype as char rather than char * to S_varname generates
41111              smaller code.
41112      Branch: perl
41113            ! embed.fnc proto.h sv.c
41114 ____________________________________________________________________________
41115 [ 25047] By: nicholas                              on 2005/07/02  13:07:26
41116         Log: Don't inline offer_nice_chunk, as it's rarely called.
41117      Branch: perl
41118            ! embed.fnc embed.h perl.h proto.h sv.c
41119 ____________________________________________________________________________
41120 [ 25046] By: davem                                 on 2005/07/02  12:35:12
41121         Log: missed one PAD_SET_CUR
41122      Branch: perl
41123            ! pp_hot.c
41124 ____________________________________________________________________________
41125 [ 25045] By: nicholas                              on 2005/07/02  12:34:08
41126         Log: Don't check the pointer is non-NULL before calling Safefree() in
41127              little used code, code used only once per run (such as interpreter
41128              construction and destruction), and cases where the pointer nearly
41129              never is NULL. Safefree does its own non-NULL check, and even that
41130              isn't strictly necessary as all conformant free()s accept a NULL
41131              pointer.
41132      Branch: perl
41133            ! doio.c locale.c mg.c perl.c perl.h regcomp.c sv.c util.c
41134 ____________________________________________________________________________
41135 [ 25044] By: rgs                                   on 2005/07/02  07:41:14
41136         Log: Upgrade to Time::HiRes 1.72
41137      Branch: perl
41138            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
41139            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
41140 ____________________________________________________________________________
41141 [ 25043] By: steveh                                on 2005/07/01  16:33:42
41142         Log: Make Archive::Tar clean up its test files on Win32
41143              
41144              (The old "can't delete an open file on Win32" chestnut again)
41145      Branch: perl
41146            ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t
41147 ____________________________________________________________________________
41148 [ 25042] By: davem                                 on 2005/07/01  15:40:40
41149         Log: the PAD_SET_CUR macro expanded too much for AIX compilers
41150      Branch: perl
41151            ! pad.h pp_ctl.c pp_sort.c pp_sys.c
41152 ____________________________________________________________________________
41153 [ 25041] By: steveh                                on 2005/07/01  15:15:23
41154         Log: Silence MinGW warning about "'noreturn' function does return"
41155              
41156              (Thanks to Nicholas Clark)
41157      Branch: perl
41158            ! iperlsys.h
41159 ____________________________________________________________________________
41160 [ 25040] By: rgs                                   on 2005/07/01  15:05:58
41161         Log: Install perlglossary on VMS and Windows
41162      Branch: perl
41163            ! vms/descrip_mms.template win32/pod.mak
41164 ____________________________________________________________________________
41165 [ 25039] By: davem                                 on 2005/07/01  14:34:52
41166         Log: undo some excessive Carp.pm minimalisation
41167      Branch: perl
41168            ! lib/Carp.pm
41169 ____________________________________________________________________________
41170 [ 25038] By: steveh                                on 2005/07/01  13:39:33
41171         Log: Remove unreferenced local variable (and the warning about it)
41172      Branch: perl
41173            ! ext/XS/APItest/APItest.xs
41174 ____________________________________________________________________________
41175 [ 25037] By: rgs                                   on 2005/07/01  12:43:23
41176         Log: Add the perlglossary man page
41177              
41178              Subject: [PATCH] perlglossary.pod
41179              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
41180              Date: Fri, 1 Jul 2005 03:10:50 -0700
41181              Message-ID: <20050701101050.GA2448@efn.org>
41182      Branch: perl
41183            + pod/perlglossary.pod
41184            ! MANIFEST pod.lst pod/perl.pod pod/perlmodlib.pod
41185            ! pod/perltoc.pod
41186 ____________________________________________________________________________
41187 [ 25036] By: rgs                                   on 2005/07/01  12:32:21
41188         Log: Subject: [PATCH] Make Exporter.t warnings clean
41189              From: Michael G Schwern <schwern@pobox.com>
41190              Date: Tue, 28 Jun 2005 15:58:36 -0700
41191              Message-ID: <20050628225836.GB27320@windhund.schwern.org>
41192      Branch: perl
41193            ! lib/Exporter.t
41194 ____________________________________________________________________________
41195 [ 25035] By: davem                                 on 2005/07/01  11:49:22
41196         Log: silence a warning in Perl_sv_compile_2op
41197      Branch: perl
41198            ! pp_ctl.c
41199 ____________________________________________________________________________
41200 [ 25034] By: davem                                 on 2005/07/01  11:45:40
41201         Log: silence gcc 'comparison is always false' warning in MEM_WRAP_CHECK
41202              Only a partial fix: works where sizeof(type)==1; since we
41203              can never wraparound in that case, disarm the check
41204      Branch: perl
41205            ! handy.h
41206 ____________________________________________________________________________
41207 [ 25033] By: steveh                                on 2005/07/01  07:44:50
41208         Log: Silence some cast warnings from bcc32 on Win32
41209              
41210              See the thread starting here for arguments:
41211              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00994.html
41212      Branch: perl
41213            ! win32/win32.c
41214 ____________________________________________________________________________
41215 [ 25032] By: davem                                 on 2005/06/30  22:41:07
41216         Log: assigning shared consts (eg __PACKAGE__) to magic vars
41217      Branch: perl
41218            ! sv.c t/op/magic.t
41219 ____________________________________________________________________________
41220 [ 25031] By: nicholas                              on 2005/06/30  17:41:03
41221         Log: By grabbing the length, we can use sv_setpvn here.
41222      Branch: perl
41223            ! util.c
41224 ____________________________________________________________________________
41225 [ 25030] By: nicholas                              on 2005/06/30  17:37:56
41226         Log: Use sv_setpvn where we know the length.
41227      Branch: perl
41228            ! universal.c
41229 ____________________________________________________________________________
41230 [ 25029] By: nicholas                              on 2005/06/30  17:28:45
41231         Log: A terser way of implementing require_pv.
41232      Branch: perl
41233            ! perl.c
41234 ____________________________________________________________________________
41235 [ 25028] By: nicholas                              on 2005/06/30  17:21:28
41236         Log: We know the length, so use sv_setpvn rather than sv_setpv.
41237      Branch: perl
41238            ! universal.c
41239 ____________________________________________________________________________
41240 [ 25027] By: nicholas                              on 2005/06/30  17:05:13
41241         Log: Avoid using PL_Sv in the -V argument processing.
41242              Express the embedded perl program in a slightly terser way.
41243      Branch: perl
41244            ! perl.c
41245 ____________________________________________________________________________
41246 [ 25026] By: nicholas                              on 2005/06/30  16:34:52
41247         Log: Use Perl_sv_catpvf to shorten the code (source and object) needed for
41248              commandline -V options that q\0...\0.
41249      Branch: perl
41250            ! perl.c
41251 ____________________________________________________________________________
41252 [ 25025] By: rgs                                   on 2005/06/30  16:15:31
41253         Log: Add TODO tests for bug #36434
41254      Branch: perl
41255            ! t/op/magic.t
41256 ____________________________________________________________________________
41257 [ 25024] By: nicholas                              on 2005/06/30  12:28:55
41258         Log: The core shouldn't be using PL_na
41259      Branch: perl
41260            ! perl.c
41261 ____________________________________________________________________________
41262 [ 25023] By: nicholas                              on 2005/06/30  12:15:14
41263         Log: -V:... would get upset (syntax error) if ... contained unbalanced ().
41264      Branch: perl
41265            ! perl.c
41266 ____________________________________________________________________________
41267 [ 25022] By: nicholas                              on 2005/06/30  11:40:37
41268         Log: Replace newSVpv(...,0) with newSVpvn where we know the length.
41269      Branch: perl
41270            ! perl.c regcomp.c sv.c
41271 ____________________________________________________________________________
41272 [ 25021] By: nicholas                              on 2005/06/30  11:20:33
41273         Log: Why use Perl_form and newSVpv when newSVpvf will do it in one?
41274      Branch: perl
41275            ! perl.c
41276 ____________________________________________________________________________
41277 [ 25020] By: rgs                                   on 2005/06/30  10:01:55
41278         Log: Subject: [PATCH] make t/uni/class.t faster
41279              From: Tels <nospam-abuse@bloodgate.com>
41280              Date: Wed, 29 Jun 2005 21:19:52 +0200
41281              Message-Id: <200506292120.05519@bloodgate.com>
41282      Branch: perl
41283            ! t/uni/class.t
41284 ____________________________________________________________________________
41285 [ 25019] By: nicholas                              on 2005/06/30  09:57:31
41286         Log: If gp_flags is unused, why are we even allocating it?
41287      Branch: perl
41288            ! dump.c ext/Devel/Peek/t/Peek.t gv.h sv.c
41289 ____________________________________________________________________________
41290 [ 25018] By: nicholas                              on 2005/06/30  09:21:05
41291         Log: Nothing is actually relying on GvUNIQUE holding state.
41292      Branch: perl
41293            ! gv.h
41294 ____________________________________________________________________________
41295 [ 25017] By: rgs                                   on 2005/06/30  09:11:28
41296         Log: Subject: Re: [PATCH] Convert File::Basename tests to Test::More
41297              From: Michael G Schwern <schwern@pobox.com>
41298              Date: Thu, 30 Jun 2005 01:02:30 -0700
41299              Message-ID: <20050630080230.GC17965@windhund.schwern.org>
41300      Branch: perl
41301            ! lib/File/Basename.t
41302 ____________________________________________________________________________
41303 [ 25016] By: rgs                                   on 2005/06/30  09:04:20
41304         Log: Subject: Re: [PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an important difference from <$io>
41305              From: Steve Peters <steve@fisharerojo.org>
41306              Date: Wed, 29 Jun 2005 21:47:23 -0500
41307              Message-ID: <20050630024723.GA3786@mccoy.peters.homeunix.org>
41308      Branch: perl
41309            ! ext/IO/lib/IO/Handle.pm
41310 ____________________________________________________________________________
41311 [ 25015] By: rgs                                   on 2005/06/30  08:59:11
41312         Log: Subject: some dusting off of the cross-compilation information
41313              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
41314              Date: Thu, 30 Jun 2005 08:41:17 +0300
41315              Message-ID: <42C385FD.9040601@gmail.com>
41316      Branch: perl
41317            ! Cross/README INSTALL
41318 ____________________________________________________________________________
41319 [ 25014] By: steveh                                on 2005/06/30  07:57:25
41320         Log: Silence MinGW warnings about system headers when building Errno
41321              
41322              Thanks to Mike Guy for the suggested fix.
41323      Branch: perl
41324            ! ext/Errno/Errno_pm.PL
41325 ____________________________________________________________________________
41326 [ 25013] By: nicholas                              on 2005/06/29  21:24:53
41327         Log: Expand on parts of perltodo
41328      Branch: perl
41329            ! pod/perltodo.pod
41330 ____________________________________________________________________________
41331 [ 25012] By: nicholas                              on 2005/06/29  21:09:16
41332         Log: All tests pass (for me) with -DPERL_DONT_CREATE_GVSV
41333      Branch: perl
41334            ! pp.c pp_hot.c
41335 ____________________________________________________________________________
41336 [ 25011] By: nicholas                              on 2005/06/29  20:24:12
41337         Log: Make warnings.t pass with -DPERL_DONT_CREATE_GVSV
41338      Branch: perl
41339            ! pp_sys.c
41340 ____________________________________________________________________________
41341 [ 25010] By: nicholas                              on 2005/06/29  19:25:24
41342         Log: Fixes to -DPERL_DONT_CREATE_GVSV to make more tests pass
41343      Branch: perl
41344            ! doio.c gv.c perl.h sv.c
41345 ____________________________________________________________________________
41346 [ 25009] By: nicholas                              on 2005/06/29  15:58:14
41347         Log: First stab at not automatically creating an unused SV for GvSV
41348              Enable it with -DPERL_DONT_CREATE_GVSV.
41349              Currently if enabled 22 test scripts have failures, so still some way
41350              to go.
41351      Branch: perl
41352            ! embed.fnc embed.h global.sym gv.c gv.h makedef.pl perl.c
41353            ! pp_hot.c proto.h sv.c
41354 ____________________________________________________________________________
41355 [ 25008] By: rgs                                   on 2005/06/29  08:11:53
41356         Log: Remove old variable needed for binary compatibility
41357      Branch: perl
41358            ! embedvar.h intrpvar.h perlapi.h sv.c
41359 ____________________________________________________________________________
41360 [ 25007] By: nicholas                              on 2005/06/28  22:02:03
41361         Log: Convert strcpy to memcpy where we already know the length.
41362      Branch: perl
41363            ! gv.c sv.c util.c
41364 ____________________________________________________________________________
41365 [ 25006] By: davem                                 on 2005/06/28  11:28:20
41366         Log: move Carp.pod back into Carp.pm
41367      Branch: perl
41368            - lib/Carp.pod
41369            ! MANIFEST lib/Carp.pm
41370 ____________________________________________________________________________
41371 [ 25005] By: rgs                                   on 2005/06/28  11:17:30
41372         Log: B::Deparse was chocking on variable names with colons (like foo::::bar)
41373      Branch: perl
41374            ! ext/B/B/Deparse.pm
41375 ____________________________________________________________________________
41376 [ 25004] By: nicholas                              on 2005/06/28  10:09:26
41377         Log: Subject: Re: Hints for 64bitall (PPC!) Darwin perl
41378              From: Dominic Dunlop <domo@computer.org>
41379              Message-Id: <1D31D9A6-2451-49EE-AD80-80F1D9CA2825@computer.org>
41380              Date: Mon, 27 Jun 2005 19:46:59 +0200
41381      Branch: perl
41382            ! hints/darwin.sh
41383 ____________________________________________________________________________
41384 [ 25003] By: steveh                                on 2005/06/28  08:01:21
41385         Log: Stop "Possible use before definition" warning following change 24997
41386      Branch: perl
41387            ! pp_sys.c
41388 ____________________________________________________________________________
41389 [ 25002] By: rgs                                   on 2005/06/28  07:40:35
41390         Log: Upgrade to Time::HiRes 1.71
41391      Branch: perl
41392            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
41393            ! ext/Time/HiRes/Makefile.PL
41394 ____________________________________________________________________________
41395 [ 25001] By: steveh                                on 2005/06/28  07:40:01
41396         Log: Stop "suspicious pointer conversion" warning following change 24997
41397      Branch: perl
41398            ! hv.c
41399 ____________________________________________________________________________
41400 [ 25000] By: rgs                                   on 2005/06/27  21:57:04
41401         Log: Don't install demo files with perl
41402      Branch: perl
41403            ! installperl
41404 ____________________________________________________________________________
41405 [ 24999] By: rgs                                   on 2005/06/27  21:30:09
41406         Log: From: Mattia Barbon <mattia.barbon@libero.it>
41407              Subject: [PATCH] Avoid redefinition warning for MinGW
41408              Date: Jun 27, 2005 10:07 PM
41409              Message-ID: <Mahogany-0.66.0-1232-20050627-220727.00@rbnet.it>
41410      Branch: perl
41411            ! win32/win32iop.h
41412 ____________________________________________________________________________
41413 [ 24998] By: nicholas                              on 2005/06/27  20:52:27
41414         Log: Fix sv_dec of undefined PVs to (a) not downgrade to NV
41415              (b) give -1, rather than +1
41416      Branch: perl
41417            ! sv.c t/op/inc.t
41418 ____________________________________________________________________________
41419 [ 24997] By: rgs                                   on 2005/06/27  18:26:15
41420         Log: Subject: [PATCH] We're going round in circles with pp_sys.c
41421              From: Andy Lester <andy@petdance.com>
41422              Date: Mon, 27 Jun 2005 13:06:59 -0500
41423              Message-ID: <20050627180659.GB29744@petdance.com>
41424              
41425              (edited)
41426      Branch: perl
41427            ! embed.fnc gv.c handy.h hv.c perl.c pp_ctl.c pp_hot.c proto.h
41428            ! regexec.c sv.c toke.c
41429 ____________________________________________________________________________
41430 [ 24996] By: rgs                                   on 2005/06/27  17:19:45
41431         Log: Fix installation of ptar(1) manpage.
41432              The __END__ was making the POD being ignored by pod2man.
41433      Branch: perl
41434            ! lib/Archive/Tar/bin/ptar
41435 ____________________________________________________________________________
41436 [ 24995] By: davem                                 on 2005/06/27  16:34:34
41437         Log: Make Carp.pm even lighter (and Carp::Heavy even heavier)
41438              Also move carp.pm pod to carp.pod
41439      Branch: perl
41440            + lib/Carp.pod
41441            ! MANIFEST lib/Carp.pm lib/Carp/Heavy.pm lib/warnings.pm
41442            ! warnings.pl
41443 ____________________________________________________________________________
41444 [ 24994] By: steveh                                on 2005/06/27  15:45:05
41445         Log: Silence compiler warning in SDBM_File
41446              
41447              Unless I'm missing something it looks like "key" actually is used,
41448              and the "key = key" assignment causes bcc32 to complain about use
41449              before definition!
41450      Branch: perl
41451            ! ext/SDBM_File/SDBM_File.xs
41452 ____________________________________________________________________________
41453 [ 24993] By: rgs                                   on 2005/06/27  15:22:58
41454         Log: Subject: [PATCH] XSLoader for Sys::Syslog
41455              From: Alexey Tourbin <at@altlinux.ru>
41456              Date: Sun, 26 Jun 2005 08:32:05 +0400
41457              Message-ID: <20050626043204.GA31585@solemn.turbinal.org>
41458      Branch: perl
41459            ! ext/Sys/Syslog/Syslog.pm
41460 ____________________________________________________________________________
41461 [ 24992] By: rgs                                   on 2005/06/27  13:51:10
41462         Log: Oops (fix previous fix).
41463      Branch: perl
41464            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
41465            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
41466            ! lib/Filter/Simple/t/import.t
41467 ____________________________________________________________________________
41468 [ 24991] By: rgs                                   on 2005/06/27  13:48:26
41469         Log: Fix tests of Filter::Simple 0.82 in the core
41470      Branch: perl
41471            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
41472            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
41473            ! lib/Filter/Simple/t/import.t
41474 ____________________________________________________________________________
41475 [ 24990] By: rgs                                   on 2005/06/27  13:46:25
41476         Log: Upgrade to Filter::Simple 0.82
41477      Branch: perl
41478            ! lib/Filter/Simple.pm lib/Filter/Simple/Changes
41479            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
41480            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
41481            ! lib/Filter/Simple/t/import.t t/lib/Filter/Simple/ExportTest.pm
41482            ! t/lib/Filter/Simple/FilterOnlyTest.pm
41483            ! t/lib/Filter/Simple/FilterTest.pm
41484            ! t/lib/Filter/Simple/ImportTest.pm
41485 ____________________________________________________________________________
41486 [ 24989] By: rgs                                   on 2005/06/27  12:46:44
41487         Log: Upgrade to Test::Harness 2.52
41488      Branch: perl
41489            ! lib/Test/Harness.pm lib/Test/Harness/Changes
41490            ! lib/Test/Harness/bin/prove
41491 ____________________________________________________________________________
41492 [ 24988] By: rgs                                   on 2005/06/27  12:35:33
41493         Log: Upgrade to Time::HiRes 1.70
41494      Branch: perl
41495            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
41496            ! ext/Time/HiRes/HiRes.xs
41497 ____________________________________________________________________________
41498 [ 24987] By: steveh                                on 2005/06/27  07:41:52
41499         Log: Suppress warnings about a clash between redefined malloc and the
41500              use of __attribute__malloc__
41501              
41502              Subject: Re: Fun with __attribute__malloc__
41503              From: Andy Lester <andy@petdance.com>
41504              Date: Fri, 24 Jun 2005 12:11:59 -0500
41505              Message-ID: <20050624171159.GB29590@petdance.com>
41506      Branch: perl
41507            ! perl.h
41508 ____________________________________________________________________________
41509 [ 24986] By: nicholas                              on 2005/06/26  22:19:22
41510         Log: Tweak the child dump socket protocol to return error messages to the
41511              parent so that it can display what went wrong.
41512      Branch: perl
41513            ! perl.c
41514 ____________________________________________________________________________
41515 [ 24985] By: rgs                                   on 2005/06/26  20:06:10
41516         Log: Upgrade to Time::HiRes 1.69
41517      Branch: perl
41518            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
41519            ! ext/Time/HiRes/Makefile.PL
41520 ____________________________________________________________________________
41521 [ 24984] By: nicholas                              on 2005/06/26  17:59:33
41522         Log: When using DEBUG_LEAKING_SCALARS_FORK_DUMP it's possible to cause
41523              indefinite hangs when the debugging child holds open Perl_debug_log,
41524              and it happens to be a file descriptor that is one end of a pipe,
41525              with a process sitting at the other end waitng for EOF.
41526              So close all descriptors in the child *including* Perl_debug_log,
41527              and pass it back in over the control socket if it's needed.
41528      Branch: perl
41529            ! perl.c
41530 ____________________________________________________________________________
41531 [ 24983] By: nicholas                              on 2005/06/26  10:28:43
41532         Log: Need to pass a my_perl to S_my_localtime to make threaded builds build.
41533      Branch: perl
41534            ! pp_sys.c
41535 ____________________________________________________________________________
41536 [ 24982] By: nicholas                              on 2005/06/25  17:58:26
41537         Log: Add a sanity check to Config::AUTOLOAD to prevent infinte loops if
41538              Configure_heavy.pl gets truncated.
41539      Branch: perl
41540            ! configpm
41541 ____________________________________________________________________________
41542 [ 24981] By: nicholas                              on 2005/06/25  15:45:06
41543         Log: On OS X to use perl's malloc need to USE_PERL_SBRK and emulate sbrk()
41544              using system malloc, because sbrk() stops giving us memory after about
41545              14Mb.
41546      Branch: perl
41547            ! hints/darwin.sh
41548 ____________________________________________________________________________
41549 [ 24980] By: nicholas                              on 2005/06/25  15:42:30
41550         Log: Need to skip exporting PL_dumper_fd unless it is used.
41551      Branch: perl
41552            ! makedef.pl
41553 ____________________________________________________________________________
41554 [ 24979] By: nicholas                              on 2005/06/25  12:55:09
41555         Log: If forking during global destruction, the child needs to close all
41556              unused file descriptors, else it can cause other processes to hang
41557              because it accidentally holds open pipes and sockets.
41558      Branch: perl
41559            ! perl.c
41560 ____________________________________________________________________________
41561 [ 24978] By: rgs                                   on 2005/06/24  15:21:38
41562         Log: Upgrade to Unicode::Collate 0.51
41563      Branch: perl
41564            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
41565            ! lib/Unicode/Collate/README
41566 ____________________________________________________________________________
41567 [ 24977] By: steveh                                on 2005/06/24  14:38:05
41568         Log: Fix typo in win32.c
41569              
41570              Doesn't fix bcc32 + USE_LARGE_FILES, though :-(
41571      Branch: perl
41572            ! win32/win32.c
41573 ____________________________________________________________________________
41574 [ 24976] By: nicholas                              on 2005/06/24  14:04:19
41575         Log: Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalars
41576              which become unreferenced. This is less likely to be successful.
41577              The #define needs a better name.
41578      Branch: perl
41579            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h
41580            ! proto.h sv.c
41581 ____________________________________________________________________________
41582 [ 24975] By: steveh                                on 2005/06/24  13:56:15
41583         Log: Stop '"__attribute__format__" redefined' warnings from gcc on Win32
41584      Branch: perl
41585            ! perl.h win32/config_H.gc
41586 ____________________________________________________________________________
41587 [ 24974] By: steveh                                on 2005/06/24  12:27:45
41588         Log: Make opendir() filename const in Win32-land & friends
41589              
41590              That fact that it wasn't const already was highlighted by a warning
41591              from pp_open_dir() generated by change 24743. Rather than undo the
41592              const change in pp_open_dir(), this seems to make more sense. Hope I
41593              haven't broken Netware or WinCE.
41594      Branch: perl
41595            ! NetWare/nw5.c NetWare/nwperlhost.h NetWare/nwperlsys.h
41596            ! iperlsys.h win32/include/dirent.h win32/perlhost.h
41597            ! win32/win32.c win32/win32iop.h wince/perlhost.h wince/wince.c
41598 ____________________________________________________________________________
41599 [ 24973] By: nicholas                              on 2005/06/24  10:45:44
41600         Log: Need to do some sort of die/warn to get the "global destruction"
41601              text if the bug is still present.
41602      Branch: perl
41603            ! t/op/gv.t
41604 ____________________________________________________________________________
41605 [ 24972] By: steveh                                on 2005/06/24  09:37:24
41606         Log: Fix t\op\gv.t on Win32
41607      Branch: perl
41608            ! t/op/gv.t
41609 ____________________________________________________________________________
41610 [ 24971] By: rgs                                   on 2005/06/24  07:54:59
41611         Log: Remove cargo-culted binmode.
41612      Branch: perl
41613            ! lib/Archive/Tar/t/00_setup.t
41614 ____________________________________________________________________________
41615 [ 24970] By: steveh                                on 2005/06/24  07:42:41
41616         Log: Fix Archive-Tar tests on Win32 following change 24954
41617      Branch: perl
41618            ! lib/Archive/Tar/t/00_setup.t
41619 ____________________________________________________________________________
41620 [ 24969] By: merijn                                on 2005/06/24  07:41:08
41621         Log: Workaround localtime edge case where TZ makes time go beyond
41622              the defined working range (AIX 5.2)
41623      Branch: perl
41624            ! pp_sys.c
41625 ____________________________________________________________________________
41626 [ 24968] By: davem                                 on 2005/06/23  22:59:36
41627         Log: change 24967 got the #endif in the wrong place
41628      Branch: perl
41629            ! pad.c
41630 ____________________________________________________________________________
41631 [ 24967] By: davem                                 on 2005/06/23  22:48:40
41632         Log: don't repopulate PADTMP slots with null SVs when freeing ops
41633      Branch: perl
41634            ! ext/B/t/f_sort.t ext/B/t/optree_samples.t pad.c
41635 ____________________________________________________________________________
41636 [ 24966] By: nicholas                              on 2005/06/23  21:30:33
41637         Log: Remove the reference loop between symbol tables and typeglobs.
41638              Typeglobs now have a weak reference onto their symbol table.
41639      Branch: perl
41640            ! embed.fnc embed.h gv.c mg.c pad.c proto.h sv.c t/op/gv.t
41641 ____________________________________________________________________________
41642 [ 24965] By: rgs                                   on 2005/06/23  18:53:04
41643         Log: Subject: [PATCH] Pre-YAPC consting fun
41644              From: Andy Lester <andy@petdance.com>
41645              Date: Jun 23, 2005 9:04 PM
41646              Message-ID: <20050623190423.GA13835@petdance.com>
41647      Branch: perl
41648            ! embed.fnc embed.h lib/ExtUtils/CBuilder/t/01-basic.t locale.c
41649            ! mg.c perlio.c pp_ctl.c pp_pack.c pp_sys.c proto.h scope.c
41650            ! taint.c util.c
41651 ____________________________________________________________________________
41652 [ 24964] By: merijn                                on 2005/06/23  18:43:42
41653         Log: Take a larger margin to prevent 'X' failures in smokes
41654              I was able to get warnings on HP-UX 10.20 every 2nd to 3rd run
41655              when reps was still 10000. With 15000 I didn't get a single warning
41656      Branch: perl
41657            ! t/op/rand.t
41658 ____________________________________________________________________________
41659 [ 24963] By: rgs                                   on 2005/06/23  18:07:34
41660         Log: Warning suppression.
41661      Branch: perl
41662            ! pp_sys.c
41663 ____________________________________________________________________________
41664 [ 24962] By: nicholas                              on 2005/06/23  18:00:38
41665         Log: The current implementation of :unique is fundamentally flawed,
41666              because declaring a scalar READONLY does not stop it being modified.
41667              Hence the current implementation of :unique is *not threadsafe*
41668              D'oh!
41669              Better implementations welcome.
41670      Branch: perl
41671            ! embed.fnc embed.h ext/threads/t/problems.t pod/perltodo.pod
41672            ! proto.h sv.c
41673 ____________________________________________________________________________
41674 [ 24961] By: rgs                                   on 2005/06/23  16:18:21
41675         Log: Fix Archive::Tar test when perl is built with -Dmksymlinks
41676      Branch: perl
41677            ! lib/Archive/Tar/t/02_methods.t
41678 ____________________________________________________________________________
41679 [ 24960] By: rgs                                   on 2005/06/23  15:51:02
41680         Log: Subject: [PATCH] Re: [perl #9741] possible problem with File::Find
41681              From: Steve Peters <steve@fisharerojo.org>
41682              Date: Fri, 17 Jun 2005 23:27:14 -0500
41683              Message-ID: <20050618042714.GA29589@mccoy.peters.homeunix.org>
41684      Branch: perl
41685            ! lib/File/Find.pm
41686 ____________________________________________________________________________
41687 [ 24959] By: nicholas                              on 2005/06/23  14:11:20
41688         Log: Add a define PERL_POISON which tries to trip up anything accessing
41689              freed or uninitialised memory. Currently only Poison()s freed
41690              pointers.
41691      Branch: perl
41692            ! ext/PerlIO/encoding/encoding.xs gv.c handy.h pp_ctl.c scope.c
41693            ! sv.c
41694 ____________________________________________________________________________
41695 [ 24958] By: nicholas                              on 2005/06/23  14:09:57
41696         Log: Indent some of the #ifdef/#define/#endif to make the nesting clearer.
41697              Simplify SvPV_free slightly.
41698      Branch: perl
41699            ! sv.h
41700 ____________________________________________________________________________
41701 [ 24957] By: rgs                                   on 2005/06/23  11:54:25
41702         Log: This dummy test didn't pass
41703      Branch: perl
41704            ! lib/Archive/Tar/t/99_clean.t
41705 ____________________________________________________________________________
41706 [ 24956] By: rgs                                   on 2005/06/23  11:34:35
41707         Log: Add a pseudo-test to clean up data files for Archive::Tar tests
41708      Branch: perl
41709            + lib/Archive/Tar/t/99_clean.t
41710            ! MANIFEST
41711 ____________________________________________________________________________
41712 [ 24955] By: rgs                                   on 2005/06/23  11:30:16
41713         Log: Remove test that relies on Test::POD
41714      Branch: perl
41715            - lib/Archive/Tar/t/99_pod.t
41716            ! MANIFEST
41717 ____________________________________________________________________________
41718 [ 24954] By: rgs                                   on 2005/06/23  11:29:16
41719         Log: Remove binary files, add a pseudo-test in Archive::Tar to generate them
41720      Branch: perl
41721            + lib/Archive/Tar/t/00_setup.t
41722            - lib/Archive/Tar/t/src/long/bar.tar
41723            - lib/Archive/Tar/t/src/long/foo.tgz
41724            - lib/Archive/Tar/t/src/short/bar.tar
41725            - lib/Archive/Tar/t/src/short/foo.tgz
41726            ! MANIFEST
41727 ____________________________________________________________________________
41728 [ 24953] By: steveh                                on 2005/06/23  11:02:42
41729         Log: Silence bcc32 compiler warnings following change 24945
41730              
41731              ("Possible use of '%s' before definition")
41732      Branch: perl
41733            ! pp_ctl.c pp_sys.c
41734 ____________________________________________________________________________
41735 [ 24952] By: nicholas                              on 2005/06/23  10:41:00
41736         Log: Re-initialise PL_curcop to &PL_compiling before destroying the optree.
41737      Branch: perl
41738            ! perl.c
41739 ____________________________________________________________________________
41740 [ 24951] By: rgs                                   on 2005/06/23  10:39:47
41741         Log: Subject: Re: [perl #36350] unstable sorting for use integer; sort { $b <=> $a } @foo 
41742              From: Salvador Fandino <sfandino@yahoo.com>
41743              Date: Tue, 21 Jun 2005 19:50:35 +0200
41744              Message-ID: <20050621181658.5977.qmail@lists.develooper.com>
41745      Branch: perl
41746            ! pp_sort.c
41747 ____________________________________________________________________________
41748 [ 24950] By: steveh                                on 2005/06/23  10:21:53
41749         Log: Oops! Change 24946 wasn't quite right
41750      Branch: perl
41751            ! doio.c
41752 ____________________________________________________________________________
41753 [ 24949] By: rgs                                   on 2005/06/23  09:32:55
41754         Log: Add handling of NV_ZERO_IS_ALLBITS_ZERO for Netware and epoc
41755      Branch: perl
41756            ! NetWare/config.wc NetWare/config_H.wc epoc/config.sh
41757 ____________________________________________________________________________
41758 [ 24948] By: rgs                                   on 2005/06/23  09:25:03
41759         Log: Define d_nv_zero_is_allbits_zero for symbian
41760              (noticed by Jarkko)
41761      Branch: perl
41762            ! symbian/config.sh
41763 ____________________________________________________________________________
41764 [ 24947] By: steveh                                on 2005/06/23  09:18:37
41765         Log: Silence bcc32 compiler warnings from win32/fcrypt.c (almost)
41766              
41767              It still whines about 'in' and 'b' being assigned values that are
41768              never used on lines 348 and 505 respectively (as side effects of the
41769              calls to c2l and l2c respectively), but I'm not sure how to shut
41770              them up.
41771      Branch: perl
41772            ! win32/fcrypt.c
41773 ____________________________________________________________________________
41774 [ 24946] By: steveh                                on 2005/06/23  09:00:28
41775         Log: More bcc32 compiler warnings to silence
41776              
41777              ("Suspicious pointer conversion")
41778      Branch: perl
41779            ! doio.c win32/win32io.c
41780 ____________________________________________________________________________
41781 [ 24945] By: rgs                                   on 2005/06/23  08:39:44
41782         Log: Subject: [PATCH] Const Boy II: The Localizing
41783              From: Andy Lester <andy@petdance.com>
41784              Date: Wed, 22 Jun 2005 09:41:00 -0500
41785              Message-ID: <20050622144059.GA19598@petdance.com>
41786      Branch: perl
41787            ! autodoc.pl embed.fnc embed.pl hv.c perl.c perlio.c
41788            ! pod/perlapi.pod pp.c pp.h pp_ctl.c pp_sys.c proto.h sv.c
41789            ! util.c
41790 ____________________________________________________________________________
41791 [ 24944] By: steveh                                on 2005/06/23  08:04:21
41792         Log: Silence another bcc32 compiler warning
41793              
41794              ("Possible use of '%s' before definition")
41795      Branch: perl
41796            ! toke.c
41797 ____________________________________________________________________________
41798 [ 24943] By: davem                                 on 2005/06/22  23:08:55
41799         Log: remove taint hack now that local $tainted no longer copies taint magic
41800      Branch: perl
41801            ! mg.c sv.c
41802 ____________________________________________________________________________
41803 [ 24942] By: davem                                 on 2005/06/22  21:42:54
41804         Log: handle magic in local correctly
41805              the local SV now gets a copy of any container magic, and no value
41806              magic; in the past the whole magic chain was either shared or
41807              moved
41808      Branch: perl
41809            ! embed.fnc embed.h mg.c pod/perlguts.pod pod/perlintern.pod
41810            ! proto.h scope.c t/op/local.t
41811 ____________________________________________________________________________
41812 [ 24941] By: merijn                                on 2005/06/22  17:14:04
41813         Log: Upgrade to Test::Harness 2.50
41814      Branch: perl
41815            ! lib/Test/Harness.pm lib/Test/Harness/t/strap-analyze.t
41816 ____________________________________________________________________________
41817 [ 24940] By: nicholas                              on 2005/06/22  16:37:06
41818         Log: Add facility to fork() early in perl_destruct and use the child to
41819              dump out leaked scalars (enabled with DEBUG_LEAKING_SCALARS_FORK_DUMP
41820              when DEBUG_LEAKING_SCALARS is already in force)
41821      Branch: perl
41822            ! perl.c
41823 ____________________________________________________________________________
41824 [ 24939] By: steveh                                on 2005/06/22  13:25:16
41825         Log: Silence yet more bcc32 compiler warnings
41826              
41827              ("Code has no effect")
41828      Branch: perl
41829            ! hv.c pp_ctl.c pp_hot.c
41830 ____________________________________________________________________________
41831 [ 24938] By: steveh                                on 2005/06/22  13:02:17
41832         Log: Silence some more bcc32 compiler warnings
41833              
41834              ("Suggest parentheses to clarify precedence")
41835      Branch: perl
41836            ! warnings.h warnings.pl
41837 ____________________________________________________________________________
41838 [ 24937] By: steveh                                on 2005/06/22  12:31:59
41839         Log: Silence some bcc32 compiler warnings
41840              
41841              ("Superfluous & with function")
41842      Branch: perl
41843            ! perlvars.h pp.c win32/win32.c
41844 ____________________________________________________________________________
41845 [ 24936] By: nicholas                              on 2005/06/22  10:08:43
41846         Log: Now that the global string table is using a single hunk of memory
41847              for both HE and HEK, we need to actually free things in perl_destruct
41848      Branch: perl
41849            ! perl.c
41850 ____________________________________________________________________________
41851 [ 24935] By: steveh                                on 2005/06/22  09:40:25
41852         Log: Fix Archive-Tar tests on Win32
41853              
41854              (Patch from Jos Boumans, from his current dev version.)
41855      Branch: perl
41856            ! lib/Archive/Tar.pm
41857 ____________________________________________________________________________
41858 [ 24934] By: merijn                                on 2005/06/21  19:27:38
41859         Log: Redo generation of change #24898
41860              Do not forget to run Porting/config_h.pl!
41861      Branch: perl
41862            ! Configure config_h.SH
41863 ____________________________________________________________________________
41864 [ 24932] By: rgs                                   on 2005/06/21  17:05:01
41865         Log: Upgrade to Test::Harness 2.49_02
41866      Branch: perl
41867            ! lib/Test/Harness.pm lib/Test/Harness/Changes
41868            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
41869            ! lib/Test/Harness/t/test-harness.t
41870 ____________________________________________________________________________
41871 [ 24931] By: rgs                                   on 2005/06/21  16:33:32
41872         Log: Add Archive::Tar to the maintainers list
41873      Branch: perl
41874            ! Porting/Maintainers.pl
41875 ____________________________________________________________________________
41876 [ 24930] By: rgs                                   on 2005/06/21  16:14:06
41877         Log: Trim trailing spaces
41878      Branch: perl
41879            ! lib/Archive/Tar/bin/ptar
41880 ____________________________________________________________________________
41881 [ 24929] By: rgs                                   on 2005/06/21  15:53:30
41882         Log: Add pod, so ptar has a manpage
41883      Branch: perl
41884            ! lib/Archive/Tar/bin/ptar
41885 ____________________________________________________________________________
41886 [ 24928] By: rgs                                   on 2005/06/21  15:27:37
41887         Log: POD nits
41888      Branch: perl
41889            ! ext/Storable/Storable.pm
41890 ____________________________________________________________________________
41891 [ 24927] By: nicholas                              on 2005/06/21  15:27:14
41892         Log: Drag t/op/gv.t kicking and screaming into the century of the fruitbat
41893              (or at least into the decade of t/test.pl)
41894      Branch: perl
41895            ! t/op/gv.t
41896 ____________________________________________________________________________
41897 [ 24926] By: rgs                                   on 2005/06/21  15:04:10
41898         Log: Add the ptar(1) utility from Archive::Tar
41899      Branch: perl
41900            + lib/Archive/Tar/bin/ptar utils/ptar.PL
41901            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
41902            ! win32/Makefile win32/makefile.mk
41903 ____________________________________________________________________________
41904 [ 24925] By: steveh                                on 2005/06/21  13:49:10
41905         Log: Trim trailing whitespace from $! and $^E
41906              
41907              (Fixes lib/Test/Simple/t/fail-more.t with bcc32 on Win32, and is
41908              good for consistency anyway)
41909      Branch: perl
41910            ! mg.c
41911 ____________________________________________________________________________
41912 [ 24924] By: nicholas                              on 2005/06/21  12:39:27
41913         Log: Avoid having NULL entries in the weakref backreference array, and
41914              make S_sv_add_backref O(1) (instead of O(n))
41915      Branch: perl
41916            ! sv.c
41917 ____________________________________________________________________________
41918 [ 24923] By: rgs                                   on 2005/06/21  12:12:10
41919         Log: Cleanup after this test
41920      Branch: perl
41921            ! lib/Archive/Tar/t/02_methods.t
41922 ____________________________________________________________________________
41923 [ 24922] By: rgs                                   on 2005/06/21  12:01:07
41924         Log: Add Archive::Tar 1.24, except ptar for now
41925      Branch: perl
41926            + lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
41927            + lib/Archive/Tar/File.pm lib/Archive/Tar/t/01_use.t
41928            + lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/03_file.t
41929            + lib/Archive/Tar/t/99_pod.t lib/Archive/Tar/t/src/long/b
41930            + lib/Archive/Tar/t/src/long/bar.tar
41931            + lib/Archive/Tar/t/src/long/foo.tgz
41932            + lib/Archive/Tar/t/src/short/b
41933            + lib/Archive/Tar/t/src/short/bar.tar
41934            + lib/Archive/Tar/t/src/short/foo.tgz
41935            ! MANIFEST
41936 ____________________________________________________________________________
41937 [ 24921] By: nicholas                              on 2005/06/21  10:58:22
41938         Log: weak references aren't UVs, do don't show this in the dump flags.
41939      Branch: perl
41940            ! dump.c
41941 ____________________________________________________________________________
41942 [ 24920] By: rgs                                   on 2005/06/21  10:50:18
41943         Log: Subject: [PATCH] ternary operator cond ? foo : bar being parsed as ?...?
41944              From: Salvador Fandiño <sfandino@yahoo.com>
41945              Date: Fri, 17 Jun 2005 14:06:30 +0100
41946              Message-ID: <20050617130548.18776.qmail@lists.develooper.com>
41947              
41948              with wordings improvements suggested by Ronald J Kimball
41949      Branch: perl
41950            ! pod/perldiag.pod toke.c
41951 ____________________________________________________________________________
41952 [ 24919] By: nicholas                              on 2005/06/21  10:35:09
41953         Log: No need to set flags twice.
41954      Branch: perl
41955            ! av.c
41956 ____________________________________________________________________________
41957 [ 24918] By: nicholas                              on 2005/06/21  09:44:08
41958         Log: As there will be no old body to dispose of, we can return immediately.
41959      Branch: perl
41960            ! sv.c
41961 ____________________________________________________________________________
41962 [ 24917] By: rgs                                   on 2005/06/21  09:40:46
41963         Log: Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric Labels
41964      Branch: perl
41965            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
41966            ! ext/Data/Dumper/t/dumper.t
41967 ____________________________________________________________________________
41968 [ 24916] By: rgs                                   on 2005/06/21  07:03:40
41969         Log: Subject: Re: [perl #36310] sv_vcatpvfn() fails on some (very limited) situations 
41970              From: Tsutomu IKEGAMI <t-ikegami@aist.go.jp>
41971              Date: Fri, 17 Jun 2005 17:55:10 +0900 (JST)
41972              Message-Id: <20050617.175510.21285350.t-ikegami@aist.go.jp>
41973      Branch: perl
41974            ! sv.c
41975 ____________________________________________________________________________
41976 [ 24915] By: rgs                                   on 2005/06/20  16:28:38
41977         Log: Subject: [PATCH perl.h] FPTR2DPTR/DPTR2FPTR
41978              From: Robin Barker <Robin.Barker@npl.co.uk>
41979              Date: Mon, 20 Jun 2005 13:47:37 +0100
41980              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6E4@hotel.npl.co.uk>
41981      Branch: perl
41982            ! perl.h
41983 ____________________________________________________________________________
41984 [ 24914] By: nicholas                              on 2005/06/20  15:21:59
41985         Log: Replace the non-const initialiser block + loop with a series of calls
41986              to a small static function.
41987              c.f. "I will replace you with a small shell script..."
41988      Branch: perl
41989            ! sv.c
41990 ____________________________________________________________________________
41991 [ 24913] By: rgs                                   on 2005/06/20  15:12:50
41992         Log: Subject: [PATCH] The continuing adventures of Constman and Localize Boy
41993              From: Andy Lester <andy@petdance.com>
41994              Date: Mon, 20 Jun 2005 10:22:37 -0500
41995              Message-ID: <20050620152237.GA5032@petdance.com>
41996      Branch: perl
41997            ! XSUB.h doop.c embed.fnc embed.h global.sym gv.c mg.c pad.c
41998            ! perl.h proto.h sv.c universal.c util.c
41999 ____________________________________________________________________________
42000 [ 24912] By: rgs                                   on 2005/06/20  13:32:52
42001         Log: Same fix, for the test, now.
42002      Branch: perl
42003            ! t/run/switches.t
42004 ____________________________________________________________________________
42005 [ 24911] By: rgs                                   on 2005/06/20  13:06:13
42006         Log: perl -v was outputting a double v (spotted by Jarkko)
42007      Branch: perl
42008            ! perl.c
42009 ____________________________________________________________________________
42010 [ 24910] By: rgs                                   on 2005/06/20  11:58:32
42011         Log: Remove signature test, which is always skipped
42012      Branch: perl
42013            - lib/Test/Simple/t/00signature.t
42014            ! MANIFEST
42015 ____________________________________________________________________________
42016 [ 24909] By: rgs                                   on 2005/06/20  11:45:02
42017         Log: Subject: [PATCH pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod] Recommend Against UNIVERSAL:: Methods as Functions, take 2
42018              From: chromatic <chromatic@wgz.org>
42019              Date: Sat, 18 Jun 2005 12:15:41 -0700
42020              Message-Id: <1119122141.21521.9.camel@localhost>
42021      Branch: perl
42022            ! pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod
42023 ____________________________________________________________________________
42024 [ 24908] By: rgs                                   on 2005/06/20  11:00:31
42025         Log: Remove the deprecated $# variable
42026      Branch: perl
42027            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
42028            ! pod/perldiag.pod sv.c t/lib/warnings/gv
42029 ____________________________________________________________________________
42030 [ 24907] By: nicholas                              on 2005/06/20  10:35:41
42031         Log: Silence warning in debug printf
42032      Branch: perl
42033            ! doop.c
42034 ____________________________________________________________________________
42035 [ 24906] By: rgs                                   on 2005/06/20  09:45:24
42036         Log: Subject: [PATCH] More random cleanups
42037              From: Andy Lester <andy@petdance.com>
42038              Date: Fri, 17 Jun 2005 09:50:29 -0500
42039              Message-ID: <20050617145029.GC11769@petdance.com>
42040      Branch: perl
42041            ! embed.fnc embed.h pp_ctl.c pp_sort.c proto.h scope.c
42042 ____________________________________________________________________________
42043 [ 24905] By: steveh                                on 2005/06/20  09:30:23
42044         Log: Support NV_ZERO_IS_ALLBITS_ZERO on Win32 (re: change 24898)
42045              
42046              The try.c test program added to Configure by change 24898 outputs
42047              "Yes" using each of VC++, GCC and BCC32, so here goes...
42048      Branch: perl
42049            ! win32/config.bc win32/config.gc win32/config.vc
42050            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
42051            ! win32/config_H.vc win32/config_H.vc64
42052 ____________________________________________________________________________
42053 [ 24904] By: rgs                                   on 2005/06/20  09:23:33
42054         Log: Hugo suggests this.
42055      Branch: perl
42056            ! pod/perlhack.pod
42057 ____________________________________________________________________________
42058 [ 24903] By: rgs                                   on 2005/06/20  09:20:40
42059         Log: Missed a chunk in previous commit
42060      Branch: perl
42061            ! pod/perlsyn.pod
42062 ____________________________________________________________________________
42063 [ 24902] By: rgs                                   on 2005/06/20  09:18:35
42064         Log: Subject: [perl #36328] Until Statement Undocumented 
42065              From: Eric Amick (via RT) <perlbug-followup@perl.org>
42066              Date: 18 Jun 2005 03:47:32 -0000
42067              Message-ID: <rt-3.0.11-36328-115949.3.38667506136829@perl.org>
42068      Branch: perl
42069            ! pod/perlsyn.pod
42070 ____________________________________________________________________________
42071 [ 24901] By: rgs                                   on 2005/06/20  09:06:57
42072         Log: Subject: Re: [PATCH replacement] Re: [perl #36313] perl -e "1for$[=0" crash
42073              From: Rick Delaney <rick@bort.ca>
42074              Date: Sun, 19 Jun 2005 09:47:22 -0400
42075              Message-ID: <20050619134722.GB31592@localhost.localdomain>
42076      Branch: perl
42077            ! op.c t/comp/parser.t
42078 ____________________________________________________________________________
42079 [ 24900] By: nicholas                              on 2005/06/20  08:19:52
42080         Log: S_del_body is sufficiently small that inlining it is a space win.
42081      Branch: perl
42082            ! sv.c
42083 ____________________________________________________________________________
42084 [ 24899] By: nicholas                              on 2005/06/19  15:12:26
42085         Log: If NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitly set the NVX
42086              to 0.0, as the memset has already done it.
42087      Branch: perl
42088            ! sv.c
42089 ____________________________________________________________________________
42090 [ 24898] By: nicholas                              on 2005/06/19  15:11:06
42091         Log: Add a Configure test to see if NV 0.0 is stored as all bits zero, and
42092              #define NV_ZERO_IS_ALLBITS_ZERO if so.  This is always true on VMS:
42093              
42094              Subject: Re: Configure check for whether 0.0 is stored as all bits zero
42095              From: "Craig A. Berry" <craigberry@mac.com>
42096              Message-Id: <p06210214beda5bf31c4c@[172.16.52.1]>
42097              Date: Sat, 18 Jun 2005 18:23:59 -0500
42098      Branch: perl
42099            ! Configure Porting/Glossary config_h.SH configure.com
42100 ____________________________________________________________________________
42101 [ 24897] By: nicholas                              on 2005/06/19  10:22:58
42102         Log: Move the offset calculations outside of new_body/del_body.
42103              This makes some of the upgrade code slightly simpler.
42104      Branch: perl
42105            ! sv.c
42106 ____________________________________________________________________________
42107 [ 24896] By: nicholas                              on 2005/06/18  22:43:58
42108         Log: Refactor sv_dup to memcpy from source to destination, and only
42109              explicitly copy the structure members that need explicit duplication.
42110      Branch: perl
42111            ! sv.c
42112 ____________________________________________________________________________
42113 [ 24895] By: nicholas                              on 2005/06/18  16:33:41
42114         Log: Squeeze a little more savings by moving pte and he arenas into the
42115              common arena free code.
42116      Branch: perl
42117            ! hv.h perl.h sv.c
42118 ____________________________________________________________________________
42119 [ 24894] By: nicholas                              on 2005/06/18  15:07:47
42120         Log: Subject: [PATCH] squeeze repetition out of Perl_sv_free_arenas
42121              From: Jim Cromie <jcromie@divsol.com>
42122              Message-ID: <42B3C388.2090902@divsol.com>
42123              Date: Sat, 18 Jun 2005 00:47:36 -0600
42124      Branch: perl
42125            ! sv.c
42126 ____________________________________________________________________________
42127 [ 24893] By: nicholas                              on 2005/06/18  14:28:04
42128         Log: update AVs and HVs using the old_body, and remove all of the local
42129              variables used to hold the SV body piecemeal.
42130      Branch: perl
42131            ! sv.c
42132 ____________________________________________________________________________
42133 [ 24892] By: nicholas                              on 2005/06/18  10:57:02
42134         Log: sv_upgrade by memcpy
42135              AV and HV cases need tidyup
42136      Branch: perl
42137            ! sv.c
42138 ____________________________________________________________________________
42139 [ 24891] By: nicholas                              on 2005/06/17  19:37:56
42140         Log: Fix compiling with -DPURIFY
42141      Branch: perl
42142            ! sv.c
42143 ____________________________________________________________________________
42144 [ 24890] By: nicholas                              on 2005/06/17  17:30:19
42145         Log: Change 24886 was buggy - should be taking (and passing in) the
42146              address of the arena.
42147      Branch: perl
42148            ! sv.c
42149 ____________________________________________________________________________
42150 [ 24889] By: rgs                                   on 2005/06/17  15:43:11
42151         Log: Add new internal error message to perldiag
42152      Branch: perl
42153            ! pod/perldiag.pod
42154 ____________________________________________________________________________
42155 [ 24888] By: nicholas                              on 2005/06/17  15:37:50
42156         Log: Collect a little more information about the body we're getting rid of
42157      Branch: perl
42158            ! sv.c
42159 ____________________________________________________________________________
42160 [ 24887] By: rgs                                   on 2005/06/17  14:44:43
42161         Log: Missing aTHX_ (noticed by Jim Cromie)
42162      Branch: perl
42163            ! sv.c
42164 ____________________________________________________________________________
42165 [ 24886] By: nicholas                              on 2005/06/17  14:28:07
42166         Log: Move freeing the old body after the creating of the new body.
42167      Branch: perl
42168            ! sv.c
42169 ____________________________________________________________________________
42170 [ 24885] By: nicholas                              on 2005/06/17  13:42:03
42171         Log: The only way is up!
42172              (*up*grades. Or croak)
42173      Branch: perl
42174            ! sv.c
42175 ____________________________________________________________________________
42176 [ 24884] By: rgs                                   on 2005/06/17  12:21:53
42177         Log: Subject: [perl #36199] [PATCH] 5.8.7 fails to build with parallel make 
42178              From: "Steve Peters via RT" <perlbug-followup@perl.org>
42179              Date: 16 Jun 2005 17:11:14 -0000
42180              Message-ID: <rt-3.0.11-36199-115872.8.39962488213992@perl.org>
42181      Branch: perl
42182            ! Makefile.SH
42183 ____________________________________________________________________________
42184 [ 24883] By: steveh                                on 2005/06/17  11:36:45
42185         Log: Silence STDERR grumblings from Borland's math library.
42186              
42187              This fixes failures in ext/B/t/deparse.t and lib/warnings.t (and
42188              renders change 24870 obsolete, hence it is reverted here).
42189      Branch: perl
42190            ! lib/warnings.t makedef.pl win32/win32.c
42191 ____________________________________________________________________________
42192 [ 24882] By: rgs                                   on 2005/06/17  09:26:25
42193         Log: Upgrade to PathTools 3.09
42194      Branch: perl
42195            ! ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm
42196            ! lib/File/Spec.pm
42197 ____________________________________________________________________________
42198 [ 24881] By: nicholas                              on 2005/06/17  08:35:48
42199         Log: new_pte/del_pte can use new_body/del_body too
42200      Branch: perl
42201            ! sv.c
42202 ____________________________________________________________________________
42203 [ 24880] By: steveh                                on 2005/06/17  08:28:32
42204         Log: Subject: [PATCH] Strip \\?\ prefix from Perl path in win32/win32.c:set_w32_module_name()
42205              From: "Jan Dubois" <jand@ActiveState.com>
42206              Date: Thu, 16 Jun 2005 11:43:15 -0700
42207              Message-Id: <200506161843.j5GIhKhL024472@smtp3.ActiveState.com>
42208      Branch: perl
42209            ! win32/win32.c
42210 ____________________________________________________________________________
42211 [ 24879] By: nicholas                              on 2005/06/16  22:08:29
42212         Log: Storing the ixv for magic arrays seems to cause double free errors on
42213              OS X. This all feels like voodoo.
42214      Branch: perl
42215            ! ext/B/B/Bytecode.pm
42216 ____________________________________________________________________________
42217 [ 24878] By: nicholas                              on 2005/06/16  22:06:57
42218         Log: Replace all the new/del static functions with calls to a single pair
42219              of functions that uproot/plant bodies
42220      Branch: perl
42221            ! embed.fnc embed.h proto.h sv.c
42222 ____________________________________________________________________________
42223 [ 24877] By: nicholas                              on 2005/06/16  19:28:20
42224         Log: Making more_* return a pointer, and swapping to a ternary ?: in
42225              new_* seems to generate slightly terser object code.
42226      Branch: perl
42227            ! sv.c
42228 ____________________________________________________________________________
42229 [ 24876] By: nicholas                              on 2005/06/16  18:37:55
42230         Log: Replace all the S_more_* functions with a single function.
42231              Saves 1.5K on the object file in OS X when built with -Os
42232      Branch: perl
42233            ! sv.c
42234 ____________________________________________________________________________
42235 [ 24875] By: nicholas                              on 2005/06/16  16:25:54
42236         Log: Subject: [PATCH] Re: [perl #36048] Refactor S_more_*v into one function
42237              From: Jim Cromie <jcromie@divsol.com>
42238              Message-ID: <42ADC8ED.4090009@divsol.com>
42239              Date: Mon, 13 Jun 2005 11:57:01 -0600
42240      Branch: perl
42241            ! sv.c
42242 ____________________________________________________________________________
42243 [ 24874] By: nicholas                              on 2005/06/16  15:09:00
42244         Log: I'm not convinced that manually creating HVs via sv_upgrade is a great
42245              idea, but as we are, turning on shared keys makes sense.
42246      Branch: perl
42247            ! util.c
42248 ____________________________________________________________________________
42249 [ 24873] By: merijn                                on 2005/06/16  14:33:10
42250         Log: Subject: [PATCH] Lint support
42251              From: Andy Lester <andy@petdance.com>
42252              Date: Thu, 16 Jun 2005 09:35:21 -0500
42253              Message-ID: <20050616143521.GB22188@petdance.com>
42254      Branch: perl
42255            ! XSUB.h perl.h universal.c
42256 ____________________________________________________________________________
42257 [ 24872] By: merijn                                on 2005/06/16  14:24:43
42258         Log: Subject: Re: a warning for a ExtUtils::ParseXS test
42259              From: Ken Williams <ken@mathforum.org>
42260              Date: Wed, 15 Jun 2005 20:00:42 -0500
42261              Message-Id: <29d2a69650cb39059c9af487069b941c@mathforum.org>
42262      Branch: perl
42263            ! lib/ExtUtils/ParseXS/t/XSTest.xs
42264 ____________________________________________________________________________
42265 [ 24871] By: rgs                                   on 2005/06/16  13:55:18
42266         Log: Subject: [PATCH] Removing /*SUPPRESS xxx*/
42267              From: Andy Lester <andy@petdance.com>
42268              Date: Thu, 16 Jun 2005 09:13:42 -0500
42269              Message-ID: <20050616141342.GA22188@petdance.com>
42270      Branch: perl
42271            ! av.c doio.c doop.c perl.c pp.c pp_hot.c pp_sys.c regcomp.c
42272            ! regexec.c sv.c toke.c util.c
42273 ____________________________________________________________________________
42274 [ 24870] By: steveh                                on 2005/06/16  13:16:56
42275         Log: Teach lib/warnings.t about Borland CRT error messages
42276      Branch: perl
42277            ! lib/warnings.t
42278 ____________________________________________________________________________
42279 [ 24869] By: rgs                                   on 2005/06/16  12:54:18
42280         Log: Subject: [perl #36237] IO::File $fh->binmode($layer) is broken 
42281              From: "Alexander Foken" (via RT) <perlbug-followup@perl.org>
42282              Date: 10 Jun 2005 12:46:41 -0000
42283              Message-ID: <rt-3.0.11-36237-115536.13.400290704223@perl.org>
42284              
42285              and bump version number
42286      Branch: perl
42287            ! ext/IO/lib/IO/File.pm
42288 ____________________________________________________________________________
42289 [ 24868] By: steveh                                on 2005/06/16  11:10:01
42290         Log: Update README.win32
42291              
42292              (Mention Borland compiler is also free; update libwin32 link)
42293      Branch: perl
42294            ! README.win32
42295 ____________________________________________________________________________
42296 [ 24867] By: steveh                                on 2005/06/16  11:00:19
42297         Log: Give op/taint.t a helping hand for Borland compiler on Win32
42298      Branch: perl
42299            ! t/op/taint.t
42300 ____________________________________________________________________________
42301 [ 24866] By: steveh                                on 2005/06/16  09:51:33
42302         Log: Fix changes 24862 and 24863 for Sarathy's old dmake
42303      Branch: perl
42304            ! win32/makefile.mk
42305 ____________________________________________________________________________
42306 [ 24865] By: rgs                                   on 2005/06/16  09:45:59
42307         Log: Subs with builtin attributes shouldn't be made constant
42308              
42309              Subject: Re: [perl #36297] builtin attrs on subrutine declarations
42310              From: Salvador "FandiXo" <sfandino@yahoo.com>
42311              Date: Wed, 15 Jun 2005 08:27:00 -0700 (PDT)
42312              Message-ID: <20050615152700.96320.qmail@web52702.mail.yahoo.com>
42313      Branch: perl
42314            ! op.c
42315 ____________________________________________________________________________
42316 [ 24864] By: rgs                                   on 2005/06/16  09:18:58
42317         Log: Add -f in perl synopsys, sync perl.pod and perlrun.pod synopses
42318      Branch: perl
42319            ! pod/perl.pod pod/perlrun.pod
42320 ____________________________________________________________________________
42321 [ 24863] By: steveh                                on 2005/06/16  09:09:22
42322         Log: Simplify win32/makefile.mk for static extensions with GCC
42323      Branch: perl
42324            ! win32/makefile.mk
42325 ____________________________________________________________________________
42326 [ 24862] By: steveh                                on 2005/06/16  08:51:14
42327         Log: Enable static extensions with Borland compiler on Win32
42328      Branch: perl
42329            ! win32/buildext.pl win32/makefile.mk
42330 ____________________________________________________________________________
42331 [ 24861] By: rgs                                   on 2005/06/16  08:29:10
42332         Log: Revert part of change #24854
42333      Branch: perl
42334            ! ext/Devel/DProf/t/DProf.t perl.c
42335 ____________________________________________________________________________
42336 [ 24860] By: steveh                                on 2005/06/16  07:40:21
42337         Log: Don't export Perl_stashpv_hvname_match when !USE_ITHREADS
42338              
42339              (Fixes a linker error on Win 32 introduced by change #24847)
42340      Branch: perl
42341            ! makedef.pl
42342 ____________________________________________________________________________
42343 [ 24859] By: nicholas                              on 2005/06/15  22:32:14
42344         Log: Don't write bytecode to load the NVX of AVs and HVs
42345      Branch: perl
42346            ! ext/B/B/Bytecode.pm
42347 ____________________________________________________________________________
42348 [ 24858] By: nicholas                              on 2005/06/15  22:31:41
42349         Log: We were failing to pring "not ok" if the text exited uncleanly
42350      Branch: perl
42351            ! ext/B/t/bytecode.t
42352 ____________________________________________________________________________
42353 [ 24857] By: nicholas                              on 2005/06/15  22:30:53
42354         Log: assert that you aren't assigning to the NVX of an AV or HV
42355      Branch: perl
42356            ! sv.h
42357 ____________________________________________________________________________
42358 [ 24856] By: rgs                                   on 2005/06/15  16:37:46
42359         Log: Introduce PERL_RUNPERL_DEBUG to alter the behavior of runperl(),
42360              this can be useful to use valgrind for example
42361      Branch: perl
42362            ! t/test.pl
42363 ____________________________________________________________________________
42364 [ 24855] By: steveh                                on 2005/06/15  16:30:58
42365         Log: Fix $Config{ccversion} for Borland C++ 5.5.1
42366              
42367              This pattern match seems a little saner, and stops " for Win32"
42368              getting picked up from the following output:
42369              
42370              Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
42371              
42372              Maybe it breaks older versions, but at least the latest now works
42373              correctly. If anyone knows what older versions' messages look like
42374              then speak up!
42375      Branch: perl
42376            ! win32/config_sh.PL
42377 ____________________________________________________________________________
42378 [ 24854] By: rgs                                   on 2005/06/15  16:24:05
42379         Log: Subject: Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE isn't set
42380              From: Steve Peters <steve@fisharerojo.org>
42381              Date: Wed, 15 Jun 2005 11:30:41 -0500
42382              Message-ID: <20050615163040.GA14745@mccoy.peters.homeunix.org>
42383      Branch: perl
42384            ! ext/Devel/DProf/t/DProf.t perl.c
42385 ____________________________________________________________________________
42386 [ 24853] By: rgs                                   on 2005/06/15  16:16:32
42387         Log: Subject: sort optimization
42388              From: Salvador Fandiño <sfandino@yahoo.com>
42389              Date: Mon, 06 Jun 2005 12:05:05 +0100
42390              Message-ID: <20050606110425.22941.qmail@lists.develooper.com>
42391      Branch: perl
42392            ! pp_sort.c
42393 ____________________________________________________________________________
42394 [ 24852] By: steveh                                on 2005/06/15  16:02:06
42395         Log: Fix win32/makefile.mk for building with bcc32 5.5.1 and dmake 4.4
42396      Branch: perl
42397            ! win32/makefile.mk
42398 ____________________________________________________________________________
42399 [ 24851] By: rgs                                   on 2005/06/15  14:40:40
42400         Log: Subject: [perl #36297] builtin attrs on subrutine declarations 
42401              From: Salvador "FandiXXo" (via RT) <perlbug-followup@perl.org>
42402              Date: 15 Jun 2005 13:54:53 -0000
42403              Message-ID: <rt-3.0.11-36297-115797.8.75971493113916@perl.org>
42404      Branch: perl
42405            ! op.c t/op/attrs.t
42406 ____________________________________________________________________________
42407 [ 24850] By: merijn                                on 2005/06/15  13:57:57
42408         Log: Protect Perl_sv_2pvbyte () to NULL length pointers
42409              Thanks Nick!
42410      Branch: perl
42411            ! sv.c
42412 ____________________________________________________________________________
42413 [ 24849] By: rgs                                   on 2005/06/15  13:55:50
42414         Log: Better phrasing
42415      Branch: perl
42416            ! pod/perlfunc.pod
42417 ____________________________________________________________________________
42418 [ 24848] By: rgs                                   on 2005/06/15  09:27:55
42419         Log: Subject: [PATCH] Storable/Storable.xs: make plain C functions static
42420              From: Alexey Tourbin <at@altlinux.ru>
42421              Date: Sun, 5 Jun 2005 03:42:42 +0400
42422              Message-ID: <20050604234242.GW5867@solemn.turbinal.org>
42423      Branch: perl
42424            ! ext/Storable/Storable.xs
42425 ____________________________________________________________________________
42426 [ 24847] By: rgs                                   on 2005/06/15  09:03:22
42427         Log: Subject: [PATCH] CopSTASH_eq again
42428              From: Andy Lester <andy@petdance.com>
42429              Date: Tue, 14 Jun 2005 23:49:26 -0500
42430              Message-ID: <20050615044926.GA29087@petdance.com>
42431      Branch: perl
42432            ! cop.h embed.fnc embed.h global.sym proto.h util.c
42433 ____________________________________________________________________________
42434 [ 24846] By: rgs                                   on 2005/06/15  07:49:48
42435         Log: Fix warning nits, by Jarkko
42436      Branch: perl
42437            ! sv.c
42438 ____________________________________________________________________________
42439 [ 24845] By: nicholas                              on 2005/06/14  19:28:28
42440         Log: Subject: [PATCH] S_emulate_eaccess() does return a value
42441              From: Steve Peters <steve@fisharerojo.org>
42442              Message-ID: <20050614193052.GA1898@mccoy.peters.homeunix.org>
42443              Date: Tue, 14 Jun 2005 14:30:52 -0500
42444      Branch: perl
42445            ! embed.fnc proto.h
42446 ____________________________________________________________________________
42447 [ 24844] By: davem                                 on 2005/06/14  17:24:18
42448         Log: whoops, Perl_magic_freearylen_p returns int
42449      Branch: perl
42450            ! mg.c
42451 ____________________________________________________________________________
42452 [ 24843] By: nicholas                              on 2005/06/14  16:29:49
42453         Log: Change 24838 breaks deparse.t, which checks that embedded NULs work.
42454              Here's a temporary hack, pending a way for B to correctly identify
42455              PVs that are variable names in pads.
42456      Branch: perl
42457            ! ext/B/B.xs
42458 ____________________________________________________________________________
42459 [ 24842] By: rgs                                   on 2005/06/14  13:49:41
42460         Log: Add core test preamble
42461      Branch: perl
42462            ! lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
42463            ! lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
42464            ! lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
42465            ! lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
42466            ! lib/IO/Zlib/t/uncomp2.t
42467 ____________________________________________________________________________
42468 [ 24841] By: nicholas                              on 2005/06/14  13:40:49
42469         Log: Test was coredumping with a shared perl library.
42470              This is wrong. It seems that what gets peephole optimised
42471              (in this case named method calls into shared string scalars) depends
42472              on whether there is a shared perl library.
42473              Anyway, fix the symptom - the coredump.
42474      Branch: perl
42475            ! ext/XS/APItest/t/hash.t
42476 ____________________________________________________________________________
42477 [ 24840] By: steveh                                on 2005/06/14  13:36:03
42478         Log: Stop "test" filename clashing with "TEST" on Win32
42479              
42480              (and bump $IO::Zlib::VERSION again)
42481      Branch: perl
42482            ! lib/IO/Zlib.pm lib/IO/Zlib/t/uncomp1.t lib/IO/Zlib/t/uncomp2.t
42483 ____________________________________________________________________________
42484 [ 24839] By: steveh                                on 2005/06/14  13:26:30
42485         Log: Actually skip tests when they're supposed to be skipped!
42486              
42487              (and bump $IO::Zlib::VERSION)
42488      Branch: perl
42489            ! lib/IO/Zlib.pm lib/IO/Zlib/t/external.t
42490 ____________________________________________________________________________
42491 [ 24838] By: rgs                                   on 2005/06/14  13:22:20
42492         Log: Subject: [PATCH] Fix for SEGV in ext/B/t/xref.t on OpenBSD
42493              From: Steve Peters <steve@fisharerojo.org>
42494              Date: Tue, 14 Jun 2005 08:16:38 -0500
42495              Message-ID: <20050614131638.GA24771@mccoy.peters.homeunix.org>
42496      Branch: perl
42497            ! ext/B/B.xs
42498 ____________________________________________________________________________
42499 [ 24837] By: steveh                                on 2005/06/14  13:13:17
42500         Log: Don't delete IO/Zlib during distclean on Win32
42501              
42502              (IO/Socket still needs to go, though)
42503      Branch: perl
42504            ! win32/Makefile win32/makefile.mk
42505 ____________________________________________________________________________
42506 [ 24836] By: rgs                                   on 2005/06/14  13:02:24
42507         Log: Document ${^UTF8LOCALE}
42508      Branch: perl
42509            ! pod/perlvar.pod
42510 ____________________________________________________________________________
42511 [ 24835] By: rgs                                   on 2005/06/14  12:12:33
42512         Log: Add IO::Zlib in maintainers list
42513      Branch: perl
42514            ! Porting/Maintainers.pl
42515 ____________________________________________________________________________
42516 [ 24834] By: rgs                                   on 2005/06/14  12:06:40
42517         Log: Add IO::Zlib 1.04 to bleadperl
42518      Branch: perl
42519            + lib/IO/Zlib.pm lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
42520            + lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
42521            + lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
42522            + lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
42523            + lib/IO/Zlib/t/uncomp2.t
42524            ! MANIFEST Makefile.SH
42525 ____________________________________________________________________________
42526 [ 24833] By: davem                                 on 2005/06/14  10:15:10
42527         Log: Perl_magic_freearylen_p could coredump
42528      Branch: perl
42529            ! mg.c
42530 ____________________________________________________________________________
42531 [ 24832] By: rgs                                   on 2005/06/14  08:52:46
42532         Log: Subject: better assertion support
42533              From: Salvador Fandiño <sfandino@yahoo.com>
42534              Date: Mon, 13 Jun 2005 16:48:01 +0100
42535              Message-ID: <20050613154719.29295.qmail@lists.develooper.com>
42536      Branch: perl
42537            + lib/assertions/compat.pm t/comp/asstcompat.t
42538            ! MANIFEST lib/assertions.pm lib/assertions/activate.pm perl.c
42539            ! pod/perlrun.pod t/comp/assertions.t t/run/switch_A.t
42540 ____________________________________________________________________________
42541 [ 24831] By: rgs                                   on 2005/06/14  08:31:18
42542         Log: Since the version module is use'd afterwards, use_ok needs to be
42543              in a BEGIN block
42544      Branch: perl
42545            ! lib/version.t
42546 ____________________________________________________________________________
42547 [ 24830] By: steveh                                on 2005/06/14  07:42:33
42548         Log: Add BUILDOPTEXTRA to Win32 makefiles
42549              
42550              This allows extra build options, e.g. -DNO_HASH_SEED, to be
42551              specified on the command line, which is otherwise not possible
42552              under nmake using the existing BUILDOPT macro
42553              
42554              Suggested by Jan Dubois <jand@ActiveState.com>
42555      Branch: perl
42556            ! win32/Makefile win32/makefile.mk
42557 ____________________________________________________________________________
42558 [ 24829] By: nicholas                              on 2005/06/13  22:29:00
42559         Log: Pay attention to the comments that Dave writes.
42560      Branch: perl
42561            ! sv.c
42562 ____________________________________________________________________________
42563 [ 24828] By: rgs                                   on 2005/06/13  20:22:52
42564         Log: Comment nit to help Devel::Cover, spotted by Steve Peters
42565      Branch: perl
42566            ! ext/POSIX/POSIX.xs
42567 ____________________________________________________________________________
42568 [ 24827] By: nicholas                              on 2005/06/13  20:18:57
42569         Log: Croak if an attempt is made to modify PL_strtab
42570              (er, TODO - these should be in perldiag)
42571      Branch: perl
42572            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
42573            ! ext/XS/APItest/t/hash.t hv.c
42574 ____________________________________________________________________________
42575 [ 24826] By: nicholas                              on 2005/06/13  20:17:56
42576         Log: More SvPV consting
42577      Branch: perl
42578            ! perl.c
42579 ____________________________________________________________________________
42580 [ 24825] By: steveh                                on 2005/06/13  16:35:19
42581         Log: Subject: [PATCH @ 24819] Re: Change 24806: improve static build for win32/Makefile
42582              From: vadim <vadim@vkonovalov.ru>
42583              Date: Mon, 13 Jun 2005 15:41:41 -0400
42584              Message-Id: <1118691701.6333.32.camel@mdk10>
42585      Branch: perl
42586            ! win32/Makefile win32/makefile.mk
42587 ____________________________________________________________________________
42588 [ 24824] By: nicholas                              on 2005/06/13  16:24:57
42589         Log: With shared hash key scalars now accessing the hash via the PVX, you
42590              can't fake them with regular PVIVs. So fake method calls have to use
42591              real shared hask key scalars.
42592      Branch: perl
42593            ! ext/B/t/optree_specials.t op.c
42594 ____________________________________________________________________________
42595 [ 24823] By: rgs                                   on 2005/06/13  15:20:05
42596         Log: Subject: [PATCH] Bring bleadperl up to version.pm
42597              From: John Peacock <jpeacock@rowman.com>
42598              Date: Mon, 06 Jun 2005 05:18:21 -0400
42599              Message-ID: <42A414DD.8090504@rowman.com>
42600      Branch: perl
42601            ! configpm embed.fnc lib/h2xs.t lib/version.pm lib/version.t
42602            ! pod/perlapi.pod pp_ctl.c proto.h t/comp/require.t t/comp/use.t
42603            ! t/op/universal.t t/op/ver.t universal.c util.c utils/h2xs.PL
42604 ____________________________________________________________________________
42605 [ 24822] By: rgs                                   on 2005/06/13  12:49:18
42606         Log: Subject: [PATCH] Re: [perl #36047] perlmod.pod/CLONESKIP error
42607              From: Offer Kaye <offer.kaye@gmail.com>
42608              Date: Thu, 2 Jun 2005 09:14:53 +0300
42609              Message-ID: <56942505060123146e5eb1c2@mail.gmail.com>
42610      Branch: perl
42611            ! pod/perlmod.pod
42612 ____________________________________________________________________________
42613 [ 24821] By: nicholas                              on 2005/06/13  11:48:05
42614         Log: Change 24816 forgot to update makedef.pl
42615      Branch: perl
42616            ! makedef.pl
42617 ____________________________________________________________________________
42618 [ 24820] By: rgs                                   on 2005/06/13  11:28:43
42619         Log: Make some variables global, to avoid some "will not stay
42620              shared" warnings at compile time
42621      Branch: perl
42622            ! lib/ExtUtils/ParseXS.pm
42623 ____________________________________________________________________________
42624 [ 24819] By: nicholas                              on 2005/06/13  09:43:18
42625         Log: S_share_hek_flags can revert to returning a HEK
42626      Branch: perl
42627            ! embed.fnc hv.c proto.h
42628 ____________________________________________________________________________
42629 [ 24818] By: rgs                                   on 2005/06/13  09:13:43
42630         Log: Remove MANIFEST for Compress::Zlib
42631      Branch: perl
42632            - ext/Compress/Zlib/MANIFEST
42633            ! MANIFEST
42634 ____________________________________________________________________________
42635 [ 24817] By: rgs                                   on 2005/06/13  09:00:00
42636         Log: Make SvUPGRADE always have the value '1'
42637              Make sv_upgrade a void function
42638      Branch: perl
42639            ! embed.fnc pod/perlapi.pod proto.h sv.c sv.h
42640 ____________________________________________________________________________
42641 [ 24816] By: nicholas                              on 2005/06/13  08:25:53
42642         Log: We no longer need PL_shared_hek_table
42643      Branch: perl
42644            ! embedvar.h ext/threads/threads.xs intrpvar.h perl.c perlapi.h
42645            ! sv.c
42646 ____________________________________________________________________________
42647 [ 24815] By: rgs                                   on 2005/06/13  07:58:31
42648         Log: Help "make distclean"
42649      Branch: perl
42650            ! Makefile.SH
42651 ____________________________________________________________________________
42652 [ 24814] By: nicholas                              on 2005/06/12  23:40:55
42653         Log: Clone all shared string PVs as shared string PVs (now that we can do
42654              it very efficiently)
42655      Branch: perl
42656            ! sv.c
42657 ____________________________________________________________________________
42658 [ 24813] By: nicholas                              on 2005/06/12  22:34:39
42659         Log: duping shared hask key scalars can use hek_dup
42660      Branch: perl
42661            ! sv.c
42662 ____________________________________________________________________________
42663 [ 24812] By: nicholas                              on 2005/06/12  22:33:51
42664         Log: hek_dup can now store the HEK rather than the HE, as there is now a
42665              fast way to share a hek
42666      Branch: perl
42667            ! hv.c
42668 ____________________________________________________________________________
42669 [ 24811] By: nicholas                              on 2005/06/12  21:59:34
42670         Log: Provide share_hek_hek, and use it for fast copying of shared string
42671              scalars.
42672      Branch: perl
42673            ! hv.h sv.c
42674 ____________________________________________________________________________
42675 [ 24810] By: nicholas                              on 2005/06/12  21:58:23
42676         Log: Compare HE *s in S_unshare_hek_or_pvn's tight hek loop, rather than
42677              HEKs
42678      Branch: perl
42679            ! hv.c
42680 ____________________________________________________________________________
42681 [ 24809] By: nicholas                              on 2005/06/12  21:08:33
42682         Log: Shortcut chasing round strtab when we're not the last reference.
42683      Branch: perl
42684            ! hv.c
42685 ____________________________________________________________________________
42686 [ 24808] By: nicholas                              on 2005/06/12  20:00:18
42687         Log: In the shared string table, store the HE and HEK next to each other
42688              in one malloc()ed block.
42689      Branch: perl
42690            ! hv.c hv.h
42691 ____________________________________________________________________________
42692 [ 24807] By: merijn                                on 2005/06/12  09:58:32
42693         Log: Subject: [PATCH] perlipc.pod: mkfifo()
42694              From: Alexey Tourbin <at@altlinux.ru>
42695              Date: Sat, 11 Jun 2005 16:26:56 +0400
42696              Message-ID: <20050611122656.GC8181@solemn.turbinal.org>
42697      Branch: perl
42698            ! pod/perlipc.pod
42699 ____________________________________________________________________________
42700 [ 24806] By: merijn                                on 2005/06/12  09:54:07
42701         Log: Subject: improve static build for win32/Makefile
42702              From: vadim <vadim@vkonovalov.ru>
42703              Date: Sun, 12 Jun 2005 14:09:11 -0400
42704              Message-Id: <1118599750.2732.2.camel@mdk10>
42705      Branch: perl
42706            ! win32/Makefile
42707 ____________________________________________________________________________
42708 [ 24805] By: merijn                                on 2005/06/12  09:19:38
42709         Log: Subject: RE: 05gzsetp.t and initial 'ver' in test output
42710              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
42711              Date: Sat, 11 Jun 2005 22:23:00 +0100
42712              Message-Id: <20050611212234.UGOL29707.aamta11-winn.ispmail.ntl.com@MARQUESSPT21>
42713      Branch: perl
42714            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
42715            ! ext/Compress/Zlib/t/05gzsetp.t
42716 ____________________________________________________________________________
42717 [ 24804] By: nicholas                              on 2005/06/11  21:05:29
42718         Log: This isn't an LVALUE, so make the compiler enforce that.
42719      Branch: perl
42720            ! sv.h
42721 ____________________________________________________________________________
42722 [ 24803] By: nicholas                              on 2005/06/11  18:01:32
42723         Log: hash key code cleanup
42724      Branch: perl
42725            ! embed.fnc hv.c hv.h proto.h
42726 ____________________________________________________________________________
42727 [ 24802] By: nicholas                              on 2005/06/11  17:00:52
42728         Log: Shrink shared hash scalars from PVIV to PV
42729      Branch: perl
42730            ! embed.fnc embed.h proto.h sv.c sv.h
42731 ____________________________________________________________________________
42732 [ 24801] By: nicholas                              on 2005/06/11  14:08:00
42733         Log: Propagate const/mutable/not into the SvPV call for retrieving an
42734              overloaded value.
42735      Branch: perl
42736            ! sv.c
42737 ____________________________________________________________________________
42738 [ 24800] By: nicholas                              on 2005/06/10  23:12:29
42739         Log: More SvPV consting. And other related drive-by refactoring.
42740      Branch: perl
42741            ! regcomp.c regexec.c taint.c toke.c universal.c utf8.c util.c
42742            ! xsutils.c
42743 ____________________________________________________________________________
42744 [ 24799] By: nicholas                              on 2005/06/10  22:06:15
42745         Log: More SvPV consting, including some code cleanup and living dangerously
42746              with socket API calls.
42747      Branch: perl
42748            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
42749 ____________________________________________________________________________
42750 [ 24798] By: nicholas                              on 2005/06/10  20:48:35
42751         Log: Move SvPV consting, remove an n_a, and correct one error in Move()
42752      Branch: perl
42753            ! doio.c doop.c dump.c op.c sv.c
42754 ____________________________________________________________________________
42755 [ 24797] By: nicholas                              on 2005/06/10  18:42:47
42756         Log: Allison says that "Media" isn't really needed in the name.
42757      Branch: perl
42758            ! pod/perl.pod
42759 ____________________________________________________________________________
42760 [ 24796] By: nicholas                              on 2005/06/10  16:26:43
42761         Log: Add SvGROW_mutable
42762      Branch: perl
42763            ! sv.c sv.h
42764 ____________________________________________________________________________
42765 [ 24795] By: nicholas                              on 2005/06/10  15:44:47
42766         Log: Passing read only values (such as string constants) to select should
42767              croak.
42768      Branch: perl
42769            + t/op/sselect.t
42770            ! MANIFEST pp_sys.c
42771 ____________________________________________________________________________
42772 [ 24794] By: nicholas                              on 2005/06/10  15:16:43
42773         Log: Don't pass constants to select
42774      Branch: perl
42775            ! t/op/lex_assign.t
42776 ____________________________________________________________________________
42777 [ 24793] By: rgs                                   on 2005/06/10  13:44:35
42778         Log: Pre-run and disarm the code automodification run by
42779              Compress::Zlib's Makefile
42780      Branch: perl
42781            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
42782            ! ext/Compress/Zlib/examples/filtdef
42783            ! ext/Compress/Zlib/examples/filtinf
42784            ! ext/Compress/Zlib/examples/gzcat
42785            ! ext/Compress/Zlib/examples/gzgrep
42786            ! ext/Compress/Zlib/examples/gzstream
42787            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
42788            ! ext/Compress/Zlib/t/03examples.t
42789            ! ext/Compress/Zlib/t/04encoding.t
42790            ! ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
42791 ____________________________________________________________________________
42792 [ 24792] By: rgs                                   on 2005/06/10  12:53:21
42793         Log: Update Windows makefiles
42794      Branch: perl
42795            ! win32/Makefile win32/makefile.mk
42796 ____________________________________________________________________________
42797 [ 24791] By: nicholas                              on 2005/06/10  12:44:30
42798         Log: Work around bug 36211, plus a lot of TODO regression tests for local/
42799              $#... interaction. 
42800      Branch: perl
42801            ! scope.c t/op/array.t
42802 ____________________________________________________________________________
42803 [ 24790] By: rgs                                   on 2005/06/10  12:44:02
42804         Log: Update maintainers list
42805      Branch: perl
42806            ! Porting/Maintainers.pl
42807 ____________________________________________________________________________
42808 [ 24789] By: rgs                                   on 2005/06/10  12:30:14
42809         Log: Bump version number
42810      Branch: perl
42811            ! ext/Compress/Zlib/Zlib.pm
42812 ____________________________________________________________________________
42813 [ 24788] By: rgs                                   on 2005/06/10  12:09:30
42814         Log: Makefile.PL adjustments for the core
42815      Branch: perl
42816            ! ext/Compress/Zlib/Makefile.PL
42817 ____________________________________________________________________________
42818 [ 24787] By: rgs                                   on 2005/06/10  12:07:01
42819         Log: SvUPGRADE returns void in blead
42820      Branch: perl
42821            ! ext/Compress/Zlib/Zlib.xs
42822 ____________________________________________________________________________
42823 [ 24786] By: rgs                                   on 2005/06/10  12:05:38
42824         Log: Drom Compress::Zlib 1.34 in ext/
42825      Branch: perl
42826            + ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/Changes
42827            + ext/Compress/Zlib/MANIFEST ext/Compress/Zlib/Makefile.PL
42828            + ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
42829            + ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/config.in
42830            + ext/Compress/Zlib/examples/filtdef
42831            + ext/Compress/Zlib/examples/filtinf
42832            + ext/Compress/Zlib/examples/gzcat
42833            + ext/Compress/Zlib/examples/gzgrep
42834            + ext/Compress/Zlib/examples/gzstream
42835            + ext/Compress/Zlib/fallback.h ext/Compress/Zlib/fallback.xs
42836            + ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
42837            + ext/Compress/Zlib/t/03examples.t
42838            + ext/Compress/Zlib/t/04encoding.t
42839            + ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
42840            + ext/Compress/Zlib/typemap
42841            + ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
42842            + ext/Compress/Zlib/zlib-src-1.2.2/compress.c
42843            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
42844            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
42845            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
42846            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
42847            + ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
42848            + ext/Compress/Zlib/zlib-src-1.2.2/infback.c
42849            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
42850            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
42851            + ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
42852            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
42853            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
42854            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
42855            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
42856            + ext/Compress/Zlib/zlib-src-1.2.2/trees.c
42857            + ext/Compress/Zlib/zlib-src-1.2.2/trees.h
42858            + ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
42859            + ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
42860            + ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
42861            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
42862            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
42863            ! MANIFEST
42864 ____________________________________________________________________________
42865 [ 24785] By: nicholas                              on 2005/06/10  10:06:30
42866         Log: Change 24531 broke DEBUG_LEAKING_SCALARS.
42867      Branch: perl
42868            ! sv.c
42869 ____________________________________________________________________________
42870 [ 24784] By: nicholas                              on 2005/06/09  21:01:42
42871         Log: $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warns
42872      Branch: perl
42873            ! av.c pod/perldiag.pod t/op/array.t
42874 ____________________________________________________________________________
42875 [ 24783] By: nicholas                              on 2005/06/09  19:02:43
42876         Log: Fixes the case of $a = \$#{[]}; and then accessing $$a
42877              (but not \$#a after local @a or my @a leave a block)
42878      Branch: perl
42879            ! av.c dump.c embed.fnc embed.h mg.c perl.h proto.h t/op/array.t
42880 ____________________________________________________________________________
42881 [ 24782] By: nicholas                              on 2005/06/09  16:37:18
42882         Log: Convert op/array.t to test.pl
42883      Branch: perl
42884            ! t/op/array.t
42885 ____________________________________________________________________________
42886 [ 24781] By: rgs                                   on 2005/06/09  15:32:09
42887         Log: Revert part of previous patch
42888      Branch: perl
42889            ! util.c
42890 ____________________________________________________________________________
42891 [ 24780] By: rgs                                   on 2005/06/09  15:12:39
42892         Log: Subject: [PATCH] regcomp.c and more
42893              From: Andy Lester <andy@petdance.com>
42894              Date: Thu, 9 Jun 2005 10:05:56 -0500
42895              Message-ID: <20050609150556.GA30554@petdance.com>
42896      Branch: perl
42897            ! embed.fnc mg.c perly.c proto.h regcomp.c sv.c util.c
42898 ____________________________________________________________________________
42899 [ 24778] By: nicholas                              on 2005/06/09  10:36:53
42900         Log: More SvPV consting
42901      Branch: perl
42902            ! mg.c perlio.c pp_pack.c
42903 ____________________________________________________________________________
42904 [ 24777] By: nicholas                              on 2005/06/09  10:36:40
42905         Log: Don't ignore errors from an eval.
42906      Branch: perl
42907            ! t/op/pack.t
42908 ____________________________________________________________________________
42909 [ 24776] By: nicholas                              on 2005/06/09  09:23:55
42910         Log: Update API docs.
42911      Branch: perl
42912            ! pod/perlapi.pod
42913 ____________________________________________________________________________
42914 [ 24775] By: nicholas                              on 2005/06/09  09:22:18
42915         Log: Change perforce filetype from text to text+w (so regen.pl is happy)
42916      Branch: perl
42917            ! opnames.h reentr.c reentr.h
42918 ____________________________________________________________________________
42919 [ 24774] By: nicholas                              on 2005/06/09  09:15:55
42920         Log: reentr.pl should be using regen_lib.pl and unlinking files before it
42921              starts.
42922      Branch: perl
42923            ! reentr.pl
42924 ____________________________________________________________________________
42925 [ 24773] By: nicholas                              on 2005/06/09  08:59:21
42926         Log: Make minitest pass (must skip if no dynaloading)
42927      Branch: perl
42928            ! t/op/goto_xs.t
42929 ____________________________________________________________________________
42930 [ 24772] By: rgs                                   on 2005/06/09  08:12:03
42931         Log: Subject: [PATCH] pp_pack.c cleanup
42932              From: Andy Lester <andy@petdance.com>
42933              Date: Wed, 8 Jun 2005 10:23:53 -0500
42934              Message-ID: <20050608152353.GA6253@petdance.com>
42935      Branch: perl
42936            ! pp_pack.c
42937 ____________________________________________________________________________
42938 [ 24771] By: rgs                                   on 2005/06/09  07:59:09
42939         Log: Subject: [PATCH] perlfunc.pod: ioctl.ph
42940              From: Alexey Tourbin <at@altlinux.ru>
42941              Date: Wed, 8 Jun 2005 13:45:08 +0400
42942              Message-ID: <20050608094508.GJ5867@solemn.turbinal.org>
42943      Branch: perl
42944            ! pod/perlfunc.pod
42945 ____________________________________________________________________________
42946 [ 24770] By: rgs                                   on 2005/06/09  07:44:36
42947         Log: Subject: [PATCH] instead of unions use double cast for data pointer <-> function pointer
42948              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
42949              Date: Thu, 09 Jun 2005 08:50:56 +0300
42950              Message-ID: <42A7D8C0.1080104@gmail.com>
42951      Branch: perl
42952            ! ext/DynaLoader/dl_dlopen.xs perl.h sv.c toke.c
42953 ____________________________________________________________________________
42954 [ 24769] By: nicholas                              on 2005/06/08  22:48:00
42955         Log: More SvPV consting
42956      Branch: perl
42957            ! dump.c mg.c op.c pp_hot.c pp_sys.c regexec.c
42958 ____________________________________________________________________________
42959 [ 24768] By: nicholas                              on 2005/06/08  22:45:39
42960         Log: The old COW code needs to use SvPVX_mutable when doing copy-on-write.
42961      Branch: perl
42962            ! sv.c
42963 ____________________________________________________________________________
42964 [ 24767] By: nicholas                              on 2005/06/08  22:43:58
42965         Log: Add SvPV_mutable for use by the old COW code.
42966      Branch: perl
42967            ! sv.h
42968 ____________________________________________________________________________
42969 [ 24766] By: nicholas                              on 2005/06/08  20:32:35
42970         Log: sv_setsv is allowed to swipe buffers from read only scalars
42971      Branch: perl
42972            ! sv.c
42973 ____________________________________________________________________________
42974 [ 24765] By: nicholas                              on 2005/06/08  19:49:08
42975         Log: const-ize pp_formline
42976      Branch: perl
42977            ! pp_ctl.c
42978 ____________________________________________________________________________
42979 [ 24764] By: merijn                                on 2005/06/08  19:14:19
42980         Log: Cygwin fails to open $^X on many occasion here
42981              afile is still available from the previous test
42982      Branch: perl
42983            ! t/io/layers.t
42984 ____________________________________________________________________________
42985 [ 24763] By: nicholas                              on 2005/06/08  17:48:35
42986         Log: Remove repeated C<n_a>s
42987      Branch: perl
42988            ! perl.c
42989 ____________________________________________________________________________
42990 [ 24762] By: nicholas                              on 2005/06/08  17:48:17
42991         Log: Remove the n_a
42992      Branch: perl
42993            ! malloc.c
42994 ____________________________________________________________________________
42995 [ 24761] By: nicholas                              on 2005/06/08  16:02:54
42996         Log: Add and use MgPV_nolen_const
42997      Branch: perl
42998            ! mg.c mg.h
42999 ____________________________________________________________________________
43000 [ 24760] By: nicholas                              on 2005/06/08  15:39:40
43001         Log: Nuke some more n_a, and convert S_gv_ename from char * to const char *
43002      Branch: perl
43003            ! doop.c dump.c embed.fnc mg.c op.c pp_hot.c pp_pack.c pp_sys.c
43004            ! proto.h regcomp.c taint.c toke.c
43005 ____________________________________________________________________________
43006 [ 24759] By: nicholas                              on 2005/06/08  14:52:17
43007         Log: Allow a null length pointer to sv_pvn_force_flags.
43008              Add SvPV_force_nolen and use it to remove some C<n_a>s
43009      Branch: perl
43010            ! embed.fnc pp.c pp_ctl.c proto.h sv.c sv.h
43011 ____________________________________________________________________________
43012 [ 24758] By: nicholas                              on 2005/06/08  13:43:23
43013         Log: n_a no more
43014      Branch: perl
43015            ! perl.c pp_ctl.c pp_sys.c universal.c
43016 ____________________________________________________________________________
43017 [ 24757] By: nicholas                              on 2005/06/08  11:00:54
43018         Log: Eliminate more C<n_a>s
43019      Branch: perl
43020            ! XSUB.h pp.h
43021 ____________________________________________________________________________
43022 [ 24756] By: nicholas                              on 2005/06/08  11:00:33
43023         Log: A mising cast (given that rx->subbeg is only char *)
43024      Branch: perl
43025            ! pp_hot.c
43026 ____________________________________________________________________________
43027 [ 24755] By: nicholas                              on 2005/06/08  10:08:01
43028         Log: s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
43029      Branch: perl
43030            ! dump.c embed.fnc embed.h ext/B/t/bytecode.t
43031            ! ext/Devel/PPPort/parts/embed.fnc makedef.pl mg.c pad.c
43032            ! pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c regexp.h sv.c
43033            ! sv.h
43034 ____________________________________________________________________________
43035 [ 24754] By: rgs                                   on 2005/06/08  09:19:18
43036         Log: Subject: [PATCH] regexec.c utf8 loading
43037              From: Andy Lester <andy@petdance.com>
43038              Date: Wed, 8 Jun 2005 00:03:32 -0500
43039              Message-ID: <20050608050332.GA31059@petdance.com>
43040      Branch: perl
43041            ! regexec.c
43042 ____________________________________________________________________________
43043 [ 24753] By: rgs                                   on 2005/06/08  09:12:17
43044         Log: Subject: Re: FindBin.pm: incomplete getcwd/cwd patch and SELinux (Strict policy)
43045              From: José Pedro Oliveira <jpo@di.uminho.pt>
43046              Date: Tue, 07 Jun 2005 21:07:42 +0100
43047              Message-ID: <42A5FE8E.3020608@di.uminho.pt>
43048      Branch: perl
43049            ! lib/FindBin.pm
43050 ____________________________________________________________________________
43051 [ 24752] By: nicholas                              on 2005/06/08  09:09:52
43052         Log: One more SvPV_const
43053      Branch: perl
43054            ! pp.c
43055 ____________________________________________________________________________
43056 [ 24751] By: nicholas                              on 2005/06/08  09:09:28
43057         Log: Don't test the core XS code yet with PERL_DEBUG_COW > 1
43058      Branch: perl
43059            ! sv.h
43060 ____________________________________________________________________________
43061 [ 24750] By: nicholas                              on 2005/06/08  08:50:06
43062         Log: Remove two more unused C<n_a>s
43063      Branch: perl
43064            ! pp_sys.c
43065 ____________________________________________________________________________
43066 [ 24749] By: nicholas                              on 2005/06/08  08:49:32
43067         Log: Better sv_2pv_flags implementation (avoid writing to n_a)
43068      Branch: perl
43069            ! sv.c
43070 ____________________________________________________________________________
43071 [ 24748] By: nicholas                              on 2005/06/08  08:07:05
43072         Log: Convert POPpx POPpconstx and POPpbytex to use nolen macros.
43073              Elminate a lot of C<n_a>s
43074      Branch: perl
43075            ! pp.h pp_ctl.c pp_sys.c
43076 ____________________________________________________________________________
43077 [ 24747] By: nicholas                              on 2005/06/08  08:05:47
43078         Log: Add SvPVx_nolen and SvPVbytex_nolen
43079      Branch: perl
43080            ! sv.h
43081 ____________________________________________________________________________
43082 [ 24746] By: nicholas                              on 2005/06/08  08:04:53
43083         Log: More SvPV consting
43084      Branch: perl
43085            ! perly.act perly.y
43086 ____________________________________________________________________________
43087 [ 24745] By: rgs                                   on 2005/06/08  06:51:48
43088         Log: Mark a static function as static
43089      Branch: perl
43090            ! utf8.c
43091 ____________________________________________________________________________
43092 [ 24744] By: nicholas                              on 2005/06/07  22:22:34
43093         Log: More SvPV consting
43094      Branch: perl
43095            ! doop.c pp.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regexec.c
43096            ! sv.c toke.c
43097 ____________________________________________________________________________
43098 [ 24743] By: nicholas                              on 2005/06/07  21:16:13
43099         Log: More SvPV consting
43100      Branch: perl
43101            ! doop.c mg.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
43102            ! sv.c
43103 ____________________________________________________________________________
43104 [ 24742] By: nicholas                              on 2005/06/07  19:45:13
43105         Log: More consting of SvPV
43106      Branch: perl
43107            ! embed.fnc pp_ctl.c proto.h sv.c
43108 ____________________________________________________________________________
43109 [ 24741] By: rgs                                   on 2005/06/07  19:30:35
43110         Log: The definition of SvPVx_nolen_const is missing for non GNU-C compilers
43111      Branch: perl
43112            ! sv.h
43113 ____________________________________________________________________________
43114 [ 24740] By: nicholas                              on 2005/06/07  18:38:39
43115         Log: More SvPV consting.
43116      Branch: perl
43117            ! doio.c doop.c gv.c mg.c perlio.c pp.c pp_ctl.c pp_hot.c
43118            ! pp_pack.c pp_sys.c sv.c toke.c universal.c util.c
43119 ____________________________________________________________________________
43120 [ 24739] By: nicholas                              on 2005/06/07  18:33:08
43121         Log: Add SvPV_nolen_const and SvPV_nomg_const
43122      Branch: perl
43123            ! sv.h
43124 ____________________________________________________________________________
43125 [ 24738] By: nicholas                              on 2005/06/07  18:32:44
43126         Log: Add MgPV_const
43127      Branch: perl
43128            ! mg.h
43129 ____________________________________________________________________________
43130 [ 24737] By: rgs                                   on 2005/06/07  18:07:41
43131         Log: Remove unused variable (thanks to Andy's lint)
43132      Branch: perl
43133            ! mg.c
43134 ____________________________________________________________________________
43135 [ 24736] By: nicholas                              on 2005/06/07  17:35:10
43136         Log: Change 24733 allows several pointers to be NULL. Therefore this
43137              should be reflected in their attributes.
43138      Branch: perl
43139            ! embed.fnc proto.h
43140 ____________________________________________________________________________
43141 [ 24735] By: rgs                                   on 2005/06/07  17:03:16
43142         Log: Subject: [PATCH] Random cleanups #47
43143              From: Andy Lester <andy@petdance.com>
43144              Date: Mon, 6 Jun 2005 10:11:07 -0500
43145              Message-ID: <20050606151107.GC7022@petdance.com>
43146      Branch: perl
43147            ! Makefile.SH README.aix embed.fnc hv.c numeric.c op.c pad.c
43148            ! pod/perldebug.pod pp_ctl.c proto.h sv.c toke.c util.c
43149 ____________________________________________________________________________
43150 [ 24734] By: rgs                                   on 2005/06/07  15:58:23
43151         Log: make some more functions static
43152              
43153              Subject: [PATCH] B/C/C.xs: static my_runops()
43154              Message-ID: <20050604232451.GT5867@solemn.turbinal.org>
43155              
43156              Subject: [PATCH] Devel/Peek/Peek.xs: make plain C functions static
43157              Message-ID: <20050604232952.GU5867@solemn.turbinal.org>
43158              
43159              Subject: [PATCH] File/Glob/Glob.xs: errfunc() should be static
43160              Message-ID: <20050604233414.GV5867@solemn.turbinal.org>
43161              
43162              all being :
43163              From: Alexey Tourbin <at@altlinux.ru>
43164              Date: Sun, 5 Jun 2005
43165      Branch: perl
43166            ! ext/B/C/C.xs ext/Devel/Peek/Peek.xs ext/File/Glob/Glob.xs
43167 ____________________________________________________________________________
43168 [ 24733] By: nicholas                              on 2005/06/07  15:10:38
43169         Log: Simplify the implementation of SvPV*nolen functions
43170      Branch: perl
43171            ! sv.c sv.h
43172 ____________________________________________________________________________
43173 [ 24732] By: nicholas                              on 2005/06/07  14:57:35
43174         Log: Ensure string table counts are balanced. (Was not true in op/pack.t)
43175      Branch: perl
43176            ! sv.c sv.h
43177 ____________________________________________________________________________
43178 [ 24731] By: rgs                                   on 2005/06/07  14:44:55
43179         Log: Remove unneeded #ifdef VMS since VMS is not defined here anyway
43180              (spotted by Steve_p)
43181      Branch: perl
43182            ! util.c
43183 ____________________________________________________________________________
43184 [ 24730] By: rgs                                   on 2005/06/07  14:35:25
43185         Log: Subject: [PATCH] one more round of is_utf8_foo tuneup
43186              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
43187              Date: Sun, 05 Jun 2005 18:06:12 +0300
43188              Message-ID: <42A314E4.8060608@gmail.com>
43189      Branch: perl
43190            ! embed.fnc embed.h global.sym mg.c pod/perlapi.pod proto.h
43191            ! utf8.c utf8.h
43192 ____________________________________________________________________________
43193 [ 24729] By: rgs                                   on 2005/06/07  13:53:59
43194         Log: Subject: [PATCH] util.c: S_vdie_common() should be static
43195              From: Alexey Tourbin <at@altlinux.ru>
43196              Date: Sun, 5 Jun 2005 03:08:30 +0400
43197              Message-ID: <20050604230830.GS5867@solemn.turbinal.org>
43198      Branch: perl
43199            ! util.c
43200 ____________________________________________________________________________
43201 [ 24728] By: rgs                                   on 2005/06/07  13:15:45
43202         Log: Fix apidoc for newSVhek
43203      Branch: perl
43204            ! pod/perlapi.pod sv.c
43205 ____________________________________________________________________________
43206 [ 24727] By: nicholas                              on 2005/06/07  13:01:42
43207         Log: make pp_split const
43208      Branch: perl
43209            ! pp.c
43210 ____________________________________________________________________________
43211 [ 24726] By: nicholas                              on 2005/06/07  12:11:48
43212         Log: Lots of consting
43213      Branch: perl
43214            ! doio.c doop.c gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c pp_pack.c
43215            ! pp_sys.c
43216 ____________________________________________________________________________
43217 [ 24725] By: nicholas                              on 2005/06/07  12:08:58
43218         Log: The FBM compile code is mutable, because it's permissible to FBM
43219              compile a read-only value.
43220      Branch: perl
43221            ! util.c
43222 ____________________________________________________________________________
43223 [ 24724] By: nicholas                              on 2005/06/07  12:07:49
43224         Log: XS_VERSION_BOOTCHECK is read only.
43225      Branch: perl
43226            ! XSUB.h
43227 ____________________________________________________________________________
43228 [ 24723] By: nicholas                              on 2005/06/07  12:06:13
43229         Log: POPpx needs a const equivalent.
43230      Branch: perl
43231            ! pp.h
43232 ____________________________________________________________________________
43233 [ 24722] By: nicholas                              on 2005/06/07  12:03:56
43234         Log: Make a start at consting calls to SvPV. SV conversion and upgrade
43235              routines need to be mutable, as it's permitted to change the type of
43236              a READONLY SV, or cache the string or number conversion.
43237              Other routines are mostly const.
43238      Branch: perl
43239            ! sv.c
43240 ____________________________________________________________________________
43241 [ 24721] By: nicholas                              on 2005/06/07  12:00:09
43242         Log: Need const versions of SvPV(), so that its callers can indicate
43243              whether they are read/write or read only
43244              Also provide a mutable version, for the internals to use where it
43245              needs a non-const pointer, but will be writing. Callers of this are
43246              assumed to be aware of how copy on write is working, and to keep
43247              track of core changes.
43248              
43249              For now check that SVs are not READONLY when const versions are used.
43250              (with DEBUG_COW > 1). COW is going to have to be orthogonal to Perl's
43251              READONLY flag, but for now it provides a good test indicator.
43252      Branch: perl
43253            ! sv.h
43254 ____________________________________________________________________________
43255 [ 24720] By: rgs                                   on 2005/06/07  09:23:58
43256         Log: Subject: [PATCH] Re: [perl #36130] chr(-1) should probably return undef
43257              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
43258              Date: Mon, 06 Jun 2005 20:28:35 +0300
43259              Message-ID: <42A487C3.8010306@gmail.com>
43260      Branch: perl
43261            ! pod/perlfunc.pod pp.c t/op/chr.t
43262 ____________________________________________________________________________
43263 [ 24719] By: rgs                                   on 2005/06/07  09:02:23
43264         Log: Subject: RE: a bit of trouble with compiling with MSVC++ on Win32
43265              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
43266              Date: Tue, 7 Jun 2005 13:19:33 +0400 
43267              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12D462@itotest-1.spb.lucent.com>
43268      Branch: perl
43269            ! README.win32
43270 ____________________________________________________________________________
43271 [ 24718] By: rgs                                   on 2005/06/07  08:56:37
43272         Log: Subject: [perl #36193] crash in Perl_yyerror due to missing check for NULL 
43273              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
43274              Date: 6 Jun 2005 23:24:28 -0000
43275              Message-ID: <rt-3.0.11-36193-115243.12.1531563965146@perl.org>
43276      Branch: perl
43277            ! toke.c
43278 ____________________________________________________________________________
43279 [ 24717] By: merijn                                on 2005/06/07  08:18:59
43280         Log: Subject: [PATCH] Unvoid SvUPGRADE
43281              From: Andy Lester <andy@petdance.com>
43282              Date: Mon, 6 Jun 2005 23:08:50 -0500
43283              Message-ID: <20050607040850.GA7033@petdance.com>
43284      Branch: perl
43285            ! doio.c doop.c gv.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c
43286            ! scope.c sv.c sv.h toke.c util.c
43287 ____________________________________________________________________________
43288 [ 24716] By: nicholas                              on 2005/06/06  14:50:21
43289         Log: Abstract all access to the shared hash value through SvSHARED_HASH()
43290      Branch: perl
43291            ! hv.c pp_hot.c sv.c sv.h
43292 ____________________________________________________________________________
43293 [ 24715] By: nicholas                              on 2005/06/06  10:01:49
43294         Log: SvIsCOW_shared_hash is declared all the time, so use it.
43295      Branch: perl
43296            ! pp_hot.c
43297 ____________________________________________________________________________
43298 [ 24714] By: nicholas                              on 2005/06/06  09:08:45
43299         Log: Shared hash key scalars can be safely copied as shared hash key scalars
43300              all the time.
43301      Branch: perl
43302            ! sv.c
43303 ____________________________________________________________________________
43304 [ 24713] By: steveh                                on 2005/06/06  07:52:59
43305         Log: NORETURN_FUNCTION_END is not a complete statement
43306              
43307              (Fix compilation error following change #24702)
43308      Branch: perl
43309            ! ext/IO/IO.xs
43310 ____________________________________________________________________________
43311 [ 24712] By: steveh                                on 2005/06/06  07:47:06
43312         Log: We still need an "i" in the PERL_IMPLICIT_SYS case
43313              
43314              (Fix compilation error following change #24689)
43315      Branch: perl
43316            ! sv.c
43317 ____________________________________________________________________________
43318 [ 24711] By: merijn                                on 2005/06/06  06:18:51
43319         Log: Subject: [PATCH] Tru64: allow creating perl.pixie even with optimized Perl
43320              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
43321              Date: Sun, 05 Jun 2005 18:28:08 +0300
43322              Message-ID: <42A31A08.3070601@gmail.com>
43323      Branch: perl
43324            ! Makefile.SH
43325 ____________________________________________________________________________
43326 [ 24710] By: merijn                                on 2005/06/06  06:01:30
43327         Log: Subject: [PATCH] Re: blead attribute warnings, cygwin + gcc 3.4.1
43328              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
43329              Date: Sun, 5 Jun 2005 20:43:55 -0700
43330              Message-ID: <20050606034354.GA1456@efn.org>
43331      Branch: perl
43332            ! cygwin/cygwin.c
43333 ____________________________________________________________________________
43334 [ 24709] By: rgs                                   on 2005/06/05  11:35:48
43335         Log: New test for getppid(), by Alexey Tourbin
43336      Branch: perl
43337            + t/op/getppid.t
43338            ! MANIFEST
43339 ____________________________________________________________________________
43340 [ 24708] By: rgs                                   on 2005/06/05  11:14:41
43341         Log: Subject: PATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memory
43342              From: Salvador Fandiño <sfandino@yahoo.com>
43343              Date: Jun 5, 2005 4:25 AM
43344              Message-ID: <20050605022436.21982.qmail@lists.develooper.com>
43345      Branch: perl
43346            ! pp_sort.c
43347 ____________________________________________________________________________
43348 [ 24707] By: ams                                   on 2005/06/05  03:55:11
43349         Log: Subject: [PATCH] Fix minor bummer in 24706
43350              From: Andy Lester <andy@petdance.com>
43351              Date: Sat, 4 Jun 2005 23:09:04 -0500
43352              Message-Id: <20050605040904.GA27783@petdance.com>
43353      Branch: perl
43354            ! utf8.c
43355 ____________________________________________________________________________
43356 [ 24706] By: rgs                                   on 2005/06/04  16:55:27
43357         Log: Subject: [PATCH] further speeding up of is_utf8_string()
43358              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
43359              Date: Sat, 04 Jun 2005 13:40:15 +0300
43360              Message-ID: <42A1850F.4040109@gmail.com>
43361      Branch: perl
43362            + t/op/chr.t
43363            ! MANIFEST embed.fnc embed.h global.sym proto.h utf8.c
43364 ____________________________________________________________________________
43365 [ 24705] By: rgs                                   on 2005/06/04  16:49:33
43366         Log: Silence a const warning
43367      Branch: perl
43368            ! sv.c
43369 ____________________________________________________________________________
43370 [ 24704] By: rgs                                   on 2005/06/04  16:06:38
43371         Log: Improve FindBin discovery of current directory, based on :
43372              
43373              Subject: FindBin.pm: incomplete getcwd/cwd patch? (#24375, #24379)
43374              From: José Pedro Oliveira <jpo@di.uminho.pt>
43375              Date: Thu, 12 May 2005 20:36:48 +0100
43376              Message-ID: <4283B050.6080805@di.uminho.pt>
43377              
43378              Plus POD fixes
43379      Branch: perl
43380            ! lib/FindBin.pm
43381 ____________________________________________________________________________
43382 [ 24703] By: rgs                                   on 2005/06/04  07:16:11
43383         Log: Simplify the getppid code, by Alexey Tourbin
43384      Branch: perl
43385            ! pp_sys.c
43386 ____________________________________________________________________________
43387 [ 24702] By: rgs                                   on 2005/06/03  22:22:43
43388         Log: Subject: [PATCH] Consting IO and Devel::Peek
43389              From: Andy Lester <andy@petdance.com>
43390              Reply-To: Perl 5 Porters <perl5-porters@perl.org>
43391              Message-ID: <20050531212621.GA12117@petdance.com>
43392      Branch: perl
43393            ! ext/Devel/Peek/Peek.xs ext/IO/IO.xs
43394 ____________________________________________________________________________
43395 [ 24701] By: rgs                                   on 2005/06/03  22:07:57
43396         Log: Subject: [PATCH] Clean up UNI* macros in toke.c
43397              From: Andy Lester <andy@petdance.com>
43398              Date: Jun 3, 2005 7:14 PM
43399              Message-ID: <20050603171448.GA5834@petdance.com>
43400      Branch: perl
43401            ! toke.c
43402 ____________________________________________________________________________
43403 [ 24700] By: rgs                                   on 2005/06/03  21:48:16
43404         Log: Subject: B::Concise torture
43405              From: Jim Cromie <jcromie@divsol.com>
43406              Date: Jun 2, 2005 6:36 AM
43407              Message-ID: <429E8CBE.406@divsol.com>
43408              (with formatting nits)
43409      Branch: perl
43410            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t ext/B/t/concise.t
43411 ____________________________________________________________________________
43412 [ 24699] By: rgs                                   on 2005/06/03  21:07:03
43413         Log: Subject: Re: [PATCH] Improved ICMP_UNREACHABLE handling in Net::Ping
43414              From: Gisle Aas <gisle@activestate.com>
43415              Date: 03 Jun 2005 09:17:44 -0700
43416              Message-ID: <lry89rfm8n.fsf_-_@caliper.activestate.com>
43417      Branch: perl
43418            ! lib/Net/Ping.pm
43419 ____________________________________________________________________________
43420 [ 24698] By: nicholas                              on 2005/06/03  12:00:01
43421         Log: Use newSVhek in the cloning code.
43422      Branch: perl
43423            ! sv.c
43424 ____________________________________________________________________________
43425 [ 24697] By: nicholas                              on 2005/06/03  11:06:36
43426         Log: Use newSVhek where we're generating SVs from package names
43427      Branch: perl
43428            ! op.c pp.c sv.c toke.c
43429 ____________________________________________________________________________
43430 [ 24696] By: nicholas                              on 2005/06/03  10:03:21
43431         Log: s/newSVpv_hek/newSVhek/g; # Lousy choice of name
43432      Branch: perl
43433            ! embed.fnc embed.h hv.c proto.h sv.c
43434 ____________________________________________________________________________
43435 [ 24694] By: rgs                                   on 2005/06/03  09:57:26
43436         Log: Bump version number
43437      Branch: perl
43438            ! ext/Devel/DProf/DProf.pm
43439 ____________________________________________________________________________
43440 [ 24693] By: rgs                                   on 2005/06/03  09:52:21
43441         Log: Subject: Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer"
43442              From: Duncan Findlay <duncf@debian.org>
43443              Date: Wed, 1 Jun 2005 12:18:08 -0400
43444              Message-ID: <20050601161808.GA17294@duncf.mine.nu>
43445      Branch: perl
43446            ! utils/dprofpp.PL
43447 ____________________________________________________________________________
43448 [ 24692] By: nicholas                              on 2005/06/03  09:37:21
43449         Log: Create newSVpv_hek to reduce code duplication where HEKs need to be
43450              turned into SVs
43451      Branch: perl
43452            ! embed.fnc embed.h global.sym hv.c sv.c
43453 ____________________________________________________________________________
43454 [ 24691] By: rgs                                   on 2005/06/03  09:29:36
43455         Log: POD fixes
43456      Branch: perl
43457            ! pod/perlfunc.pod
43458 ____________________________________________________________________________
43459 [ 24690] By: rgs                                   on 2005/06/03  08:37:42
43460         Log: Subject: Re: Should while ( <$fh> ) and while (< $fh >) do the same thing?
43461              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
43462              Date: Thu, 2 Jun 2005 11:49:11 -0700
43463              Message-ID: <20050602184911.GA3292@efn.org>
43464      Branch: perl
43465            ! pod/perlop.pod
43466 ____________________________________________________________________________
43467 [ 24689] By: rgs                                   on 2005/06/03  08:31:26
43468         Log: Subject: [PATCH] Random consting
43469              From: Andy Lester <andy@petdance.com>
43470              Date: Thu, 2 Jun 2005 12:19:43 -0500
43471              Message-ID: <20050602171943.GA16553@petdance.com>
43472      Branch: perl
43473            ! doio.c dump.c embed.fnc embed.h global.sym gv.c hv.c malloc.c
43474            ! perl.c perlio.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
43475            ! util.c
43476 ____________________________________________________________________________
43477 [ 24688] By: steveh                                on 2005/06/03  08:12:45
43478         Log: Subject: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
43479              From: "Jan Dubois" <jand@ActiveState.com>
43480              Date: Mon, 18 Apr 2005 20:16:24 -0700
43481              Message-Id: <200504190311.j3J3BM4p001792@smtp3.ActiveState.com>
43482              
43483              Subject: RE: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
43484              From: "Jan Dubois" <jand@ActiveState.com>
43485              Date: Tue, 19 Apr 2005 01:49:51 -0700
43486              Message-Id: <200504190844.j3J8inkW032630@smtp3.ActiveState.com>
43487              
43488              (There was no reply from Rob Brown in over a month, so commit to blead
43489              for now.  I'll email him again...)
43490      Branch: perl
43491            ! lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
43492            ! lib/Net/Ping/t/500_ping_icmp.t
43493 ____________________________________________________________________________
43494 [ 24687] By: rgs                                   on 2005/06/03  08:08:25
43495         Log: Subject: [PATCH] speed up is_utf8_char()
43496              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
43497              Date: Thu, 02 Jun 2005 21:52:46 +0300
43498              Message-ID: <429F557E.3090007@gmail.com>
43499      Branch: perl
43500            ! utf8.c utf8.h
43501 ____________________________________________________________________________
43502 [ 24686] By: rgs                                   on 2005/06/03  08:04:25
43503         Log: Subject: [PATCH] Quotes in pod/*.pod
43504              From: Andy Lester <andy@petdance.com>
43505              Date: Thu, 2 Jun 2005 16:19:54 -0500
43506              Message-ID: <20050602211954.GA22107@petdance.com>
43507      Branch: perl
43508            ! Porting/pumpkin.pod README.cygwin README.hurd README.mint
43509            ! README.os390 README.vmesa pod/perlfaq.pod pod/perlfaq3.pod
43510            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
43511            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlgpl.pod
43512            ! pod/perlhack.pod pod/perlipc.pod pod/perllocale.pod
43513            ! pod/perlport.pod pod/perlre.pod pod/perlref.pod
43514            ! pod/perlthrtut.pod
43515 ____________________________________________________________________________
43516 [ 24685] By: rgs                                   on 2005/06/03  07:59:48
43517         Log: Indent fix
43518      Branch: perl
43519            ! pod/perlfaq7.pod
43520 ____________________________________________________________________________
43521 [ 24684] By: rgs                                   on 2005/06/03  07:58:10
43522         Log: FAQ sync
43523      Branch: perl
43524            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
43525            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
43526            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
43527 ____________________________________________________________________________
43528 [ 24683] By: rgs                                   on 2005/06/03  07:45:21
43529         Log: Subject: [PATCH] symbian/xsbuild.pl
43530              From: <jarkko.hietaniemi@nokia.com>
43531              Date: Fri, 3 Jun 2005 11:00:01 +0300
43532              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A225@esebe105.NOE.Nokia.com>
43533      Branch: perl
43534            ! symbian/xsbuild.pl
43535 ____________________________________________________________________________
43536 [ 24682] By: rgs                                   on 2005/06/03  07:43:52
43537         Log: Subject: [PATCH] SvPVX_const() - patch #4
43538              From: Steve Peters <steve@fisharerojo.org>
43539              Date: Thu, 2 Jun 2005 13:41:35 -0500
43540              Message-ID: <20050602184135.GA13682@mccoy.peters.homeunix.org>
43541      Branch: perl
43542            ! embed.fnc pod/perlapi.pod proto.h regcomp.c regexec.c sv.c
43543 ____________________________________________________________________________
43544 [ 24681] By: rgs                                   on 2005/06/02  16:44:51
43545         Log: Subject: Re: [patch] teach B::Concise to see XS code
43546              From: Jim Cromie <jcromie@divsol.com>
43547              Date: Wed, 01 Jun 2005 08:01:17 -0600
43548              Message-ID: <429DBFAD.1090308@divsol.com>
43549      Branch: perl
43550            ! ext/B/B/Concise.pm ext/B/t/concise.t
43551 ____________________________________________________________________________
43552 [ 24680] By: nicholas                              on 2005/06/02  16:40:58
43553         Log: Integrate perl587delta.pod, the changes in perlhist.pod, and update
43554              the relevant makefiles and tables-of-contents to reflect this.
43555      Branch: perl
43556           +> pod/perl587delta.pod
43557           !> MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perlhist.pod
43558           !> pod/perltoc.pod vms/descrip_mms.template win32/Makefile
43559           !> win32/makefile.mk win32/pod.mak
43560 ____________________________________________________________________________
43561 [ 24679] By: steveh                                on 2005/06/02  15:57:13
43562         Log: Subject: DynaLoader dl_unload_file for win32 ( dl_win32.xs )
43563              From: DH <crazyinsomniac@yahoo.com>
43564              Date: Tue, 31 May 2005 08:33:27 -0700 (PDT)
43565              Message-ID: <20050531153327.85145.qmail@unknown-209-73-178-237.yahoo.com>
43566              
43567              (with a couple of minor tweaks)
43568      Branch: perl
43569            ! win32/dl_win32.xs
43570 ____________________________________________________________________________
43571 [ 24678] By: nicholas                              on 2005/06/02  15:10:54
43572         Log: Dave can see a better way of doing the rounding.
43573      Branch: perl
43574            ! handy.h
43575 ____________________________________________________________________________
43576 [ 24677] By: nicholas                              on 2005/06/02  14:42:20
43577         Log: 24672 is innocent. valgrind + perl's malloc considered harmful.
43578      Branch: perl
43579            ! toke.c
43580 ____________________________________________________________________________
43581 [ 24676] By: nicholas                              on 2005/06/02  13:36:01
43582         Log: Changes 24660 and 24665 both introduced errors into the USEMYMALLOC
43583              code. Plus change 24672 appears to break under USEMYMALLOC, so revert
43584              it for now.
43585      Branch: perl
43586            ! hv.c sv.c toke.c
43587 ____________________________________________________________________________
43588 [ 24675] By: rgs                                   on 2005/06/02  11:19:02
43589         Log: Upgrade to ExtUtils::CBuilder 0.12 and ExtUtils::ParseXS 2.10
43590      Branch: perl
43591            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
43592            ! lib/ExtUtils/CBuilder/Platform/Unix.pm
43593            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
43594            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
43595            ! lib/ExtUtils/CBuilder/Platform/aix.pm
43596            ! lib/ExtUtils/CBuilder/Platform/cygwin.pm
43597            ! lib/ExtUtils/CBuilder/Platform/darwin.pm
43598            ! lib/ExtUtils/CBuilder/Platform/os2.pm lib/ExtUtils/ParseXS.pm
43599 ____________________________________________________________________________
43600 [ 24674] By: rgs                                   on 2005/06/02  09:39:26
43601         Log: CPP typo fix (by Dominic Dunlop)
43602      Branch: perl
43603            ! perl.c
43604 ____________________________________________________________________________
43605 [ 24673] By: nicholas                              on 2005/06/02  09:29:48
43606         Log: Oops. My maths was too generous (by 1).
43607      Branch: perl
43608            ! handy.h
43609 ____________________________________________________________________________
43610 [ 24672] By: nicholas                              on 2005/06/02  09:24:17
43611         Log: Avoid duplicate calls to PAD_COMPNAME_OURSTASH, which is an expensive
43612              macro.
43613      Branch: perl
43614            ! toke.c
43615 ____________________________________________________________________________
43616 [ 24671] By: rgs                                   on 2005/06/02  09:06:39
43617         Log: Fix changed diagnostic
43618      Branch: perl
43619            ! pod/perldiag.pod
43620 ____________________________________________________________________________
43621 [ 24670] By: ams                                   on 2005/06/02  08:44:41
43622         Log: Subject: [PATCH] SvPVX_const() - part 3 ... and const'ing Storable
43623              From: Steve Peters <steve@fisharerojo.org>
43624              Date: Tue, 31 May 2005 09:55:43 -0500
43625              Message-Id: <20050531145543.GA8051@mccoy.peters.homeunix.org>
43626      Branch: perl
43627            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
43628            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
43629            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/via/via.xs
43630            ! ext/Storable/Storable.xs pp_hot.c pp_pack.c pp_sys.c scope.c
43631 ____________________________________________________________________________
43632 [ 24669] By: rgs                                   on 2005/06/02  08:17:29
43633         Log: Subject: [PATCH] use lengths in sv_setpv() calls
43634              From: Andy Lester <andy@petdance.com>
43635              Date: Wed, 1 Jun 2005 23:16:56 -0500
43636              Message-ID: <20050602041656.GA3000@petdance.com>
43637      Branch: perl
43638            ! gv.c sv.c util.c
43639 ____________________________________________________________________________
43640 [ 24668] By: merijn                                on 2005/06/02  08:02:23
43641         Log: New HW model; more on threads for 10.20
43642      Branch: perl
43643            ! README.hpux
43644 ____________________________________________________________________________
43645 [ 24667] By: merijn                                on 2005/06/02  07:52:09
43646         Log: HP-UX specific #pragma entered in #23890 is not supported
43647              on HP-UX 10.20 and older
43648      Branch: perl
43649            ! perl.c
43650 ____________________________________________________________________________
43651 [ 24666] By: merijn                                on 2005/06/02  07:39:30
43652         Log: Subject: [PATCH] Quotes fixed, see also perl #36079
43653              From: Andy Lester <andy@petdance.com>
43654              Date: Thu, 2 Jun 2005 00:02:38 -0500
43655              Message-ID: <20050602050238.GA4001@petdance.com>
43656      Branch: perl
43657            ! av.c doio.c gv.c malloc.c perl.c perl.h perly.c
43658            ! pod/perldiag.pod pp_sort.c pp_sys.c regcomp.c regexec.c
43659            ! scope.h thrdvar.h toke.c util.c
43660 ____________________________________________________________________________
43661 [ 24665] By: nicholas                              on 2005/06/01  20:46:02
43662         Log: Round up all string length requests to malloc()/realloc() to the next
43663              multiple of 4/8 bytes [sizeof(size_t)] on the assumption that malloc()
43664              internally will quantise, and so we're going to use space that
43665              otherwise would be wasted. Hopefully this will save realloc()ing.
43666      Branch: perl
43667            ! ext/Devel/Peek/t/Peek.t handy.h perl.h sv.c
43668 ____________________________________________________________________________
43669 [ 24664] By: nicholas                              on 2005/06/01  20:42:29
43670         Log: I think SvCUR() was intended rather than SvLEN()
43671      Branch: perl
43672            ! ext/Storable/Storable.xs
43673 ____________________________________________________________________________
43674 [ 24663] By: nicholas                              on 2005/06/01  15:40:57
43675         Log: We don't have XRVs any more, so remove the typedef
43676      Branch: perl
43677            ! perl.h
43678 ____________________________________________________________________________
43679 [ 24662] By: nicholas                              on 2005/06/01  15:23:02
43680         Log: Zero-ing the new HV array is pointless, as we write to every element.
43681              Also avoid calling into he_dup when the HE is 0, to save the function
43682              call overhead.
43683      Branch: perl
43684            ! sv.c
43685 ____________________________________________________________________________
43686 [ 24661] By: nicholas                              on 2005/06/01  15:08:02
43687         Log: As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the type should be
43688              char rather than HE *. Bug was harmless, overallocating by a factor
43689              of sizeof(HE *)
43690      Branch: perl
43691            ! hv.c
43692 ____________________________________________________________________________
43693 [ 24660] By: nicholas                              on 2005/06/01  14:33:14
43694         Log: Store the xhv_aux structure after the main array.
43695              This reduces the size of HV bodies from 24 to 20 bytes on a 32 bit
43696              build. It has the side effect of defined %symbol_table:: now always
43697              being true. defined %hash is already deprecated.
43698      Branch: perl
43699            ! hv.c hv.h sv.c sv.h t/op/magic.t
43700 ____________________________________________________________________________
43701 [ 24659] By: nicholas                              on 2005/06/01  14:28:38
43702         Log: If we're building config_heavy.pl somewhere else, then we need to
43703              require it, not something (or maybe nothing) in the correct place.
43704      Branch: perl
43705            ! configpm
43706 ____________________________________________________________________________
43707 [ 24658] By: rgs                                   on 2005/06/01  14:16:32
43708         Log: Revert change #24656
43709      Branch: perl
43710            ! Makefile.SH
43711 ____________________________________________________________________________
43712 [ 24657] By: nicholas                              on 2005/06/01  09:19:46
43713         Log: Following the head refactoring, the Newz doesn't clear the SvPVX
43714              So PL_mess_sv contained an uninitialised value.
43715      Branch: perl
43716            ! util.c
43717 ____________________________________________________________________________
43718 [ 24656] By: rgs                                   on 2005/06/01  09:12:37
43719         Log: Subject: [PATCH] eliminate always running mktables
43720              From: Robin Barker <Robin.Barker@npl.co.uk>
43721              Date: Wed, 1 Jun 2005 09:55:16 +0100 
43722              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6B8@hotel.npl.co.uk>
43723      Branch: perl
43724            ! Makefile.SH
43725 ____________________________________________________________________________
43726 [ 24655] By: rgs                                   on 2005/06/01  09:09:35
43727         Log: Don't touch lib/ExtUtils/Miniperl.pm when rebuild identically
43728      Branch: perl
43729            ! Makefile.SH
43730 ____________________________________________________________________________
43731 [ 24654] By: rgs                                   on 2005/06/01  08:18:46
43732         Log: Subject: [PATCH] Re: [patch] teach B::Concise to see XS code
43733              From: Stephen McCamant <smcc@mit.edu>
43734              Date: Sat, 21 May 2005 21:52:31 -0700
43735              Message-ID: <17040.4111.265639.434150@apocalypse.OCF.Berkeley.EDU>
43736              
43737              Correctly nullify CvSTART when undef'ing a CV
43738      Branch: perl
43739            ! op.c
43740 ____________________________________________________________________________
43741 [ 24653] By: rgs                                   on 2005/06/01  07:56:50
43742         Log: Subject: Re: [patch] teach B::Concise to see XS code
43743              From: Jim Cromie <jcromie@divsol.com>
43744              Date: Sat, 21 May 2005 09:24:24 -0600
43745              Message-ID: <428F52A8.20702@divsol.com>
43746      Branch: perl
43747            + ext/B/t/concise-xs.t
43748            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t
43749 ____________________________________________________________________________
43750 [ 24652] By: rgs                                   on 2005/06/01  07:39:38
43751         Log: Subject: [PATCH] Speed up lib/unicore/mktables by 45%
43752              From: Andy Lester <andy@petdance.com>
43753              Date: Tue, 31 May 2005 12:39:00 -0500
43754              Message-ID: <20050531173900.GA9820@petdance.com>
43755      Branch: perl
43756            ! lib/unicore/mktables
43757 ____________________________________________________________________________
43758 [ 24651] By: rgs                                   on 2005/05/31  20:34:44
43759         Log: Remove duplicated line
43760      Branch: perl
43761            ! lib/Module/CoreList.pm
43762 ____________________________________________________________________________
43763 [ 24650] By: rgs                                   on 2005/05/31  20:31:55
43764         Log: Upgrade to Module::CoreList 2.02
43765      Branch: perl
43766            ! lib/Module/CoreList.pm
43767 ____________________________________________________________________________
43768 [ 24649] By: nicholas                              on 2005/05/31  12:03:30
43769         Log: Attempt 2 at a diet memory layout can go live.
43770      Branch: perl
43771            ! av.h hv.h
43772 ____________________________________________________________________________
43773 [ 24648] By: nicholas                              on 2005/05/31  10:40:01
43774         Log: Avoid updating a variable in a loop.
43775              Only calculate the number of links in a hash bucket chain if we really
43776              need it.
43777      Branch: perl
43778            ! hv.c
43779 ____________________________________________________________________________
43780 [ 24646] By: nicholas                              on 2005/05/31  10:02:12
43781         Log: Avoid updating a variable in the loop
43782      Branch: perl
43783            ! hv.c
43784 ____________________________________________________________________________
43785 [ 24645] By: rgs                                   on 2005/05/31  09:13:34
43786         Log: Subject: [PATCH] ByteLoader.xs cleanup
43787              From: Andy Lester <andy@petdance.com>
43788              Date: Mon, 30 May 2005 22:28:36 -0500
43789              Message-ID: <20050531032836.GA32198@petdance.com>
43790      Branch: perl
43791            ! ext/ByteLoader/ByteLoader.xs
43792 ____________________________________________________________________________
43793 [ 24644] By: merijn                                on 2005/05/31  05:41:24
43794         Log: Add DECC to the symbol list
43795              Subject: [PATCH]lette Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
43796              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
43797              Date: Mon, 30 May 2005 16:33:15 -0700
43798              Message-ID: <20050530233315.GA3088@efn.org>
43799      Branch: perl
43800            ! Configure
43801 ____________________________________________________________________________
43802 [ 24642] By: davem                                 on 2005/05/30  23:37:15
43803         Log: add pointer to email explaining why eval {goto &foo} is banned
43804      Branch: perl
43805            ! pp_ctl.c
43806 ____________________________________________________________________________
43807 [ 24638] By: nicholas                              on 2005/05/30  21:02:34
43808         Log: Change the logic to avoid needing to set a variable during the loop
43809      Branch: perl
43810            ! hv.c
43811 ____________________________________________________________________________
43812 [ 24633] By: nicholas                              on 2005/05/30  13:01:27
43813         Log: Various HvPLACEHOLDERS() that should be HvPLACEHOLDERS_get()
43814      Branch: perl
43815            ! hv.c
43816 ____________________________________________________________________________
43817 [ 24631] By: rgs                                   on 2005/05/30  11:54:23
43818         Log: Upgrade to PathTools 3.08
43819      Branch: perl
43820            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
43821 ____________________________________________________________________________
43822 [ 24630] By: merijn                                on 2005/05/30  11:07:45
43823         Log: gcc hints were not yet applied to gcc-4.x
43824              Now they are
43825      Branch: perl
43826            ! hints/hpux.sh
43827 ____________________________________________________________________________
43828 [ 24629] By: rgs                                   on 2005/05/30  11:07:15
43829         Log: Subject: [perl #36037] Perl 5.8.7-RC1 build problems on LynxOS 
43830              From: Olli Savia (via RT) <perlbug-followup@perl.org>
43831              Date: 30 May 2005 10:59:35 -0000
43832              Message-ID: <rt-3.0.11-36037-113779.5.23037641993746@perl.org>
43833      Branch: perl
43834            ! util.c
43835 ____________________________________________________________________________
43836 [ 24628] By: merijn                                on 2005/05/30  10:28:06
43837         Log: regen after #24627
43838      Branch: perl
43839            ! perlapi.h
43840 ____________________________________________________________________________
43841 [ 24627] By: merijn                                on 2005/05/30  10:19:09
43842         Log: Subject: Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
43843              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
43844              Date: Mon, 30 May 2005 09:15:56 +0300
43845              Message-ID: <429AAF9C.30503@gmail.com>
43846      Branch: perl
43847            ! embed.pl ext/DynaLoader/dl_dlopen.xs perl.h sv.c
43848 ____________________________________________________________________________
43849 [ 24626] By: rgs                                   on 2005/05/30  08:54:51
43850         Log: Subject: [PATCH] Teeny optimization in S_hv_magic_check
43851              From: Andy Lester <andy@petdance.com>
43852              Date: Tue, 24 May 2005 11:41:15 -0500
43853              Message-ID: <20050524164115.GA12027@petdance.com>
43854      Branch: perl
43855            ! hv.c
43856 ____________________________________________________________________________
43857 [ 24625] By: rgs                                   on 2005/05/30  08:48:12
43858         Log: Subject: [PATCH] More embed.fnc strictures, plus consting and localizing
43859              From: Andy Lester <andy@petdance.com>
43860              Date: Tue, 24 May 2005 11:47:22 -0500
43861              Message-ID: <20050524164722.GC12027@petdance.com>
43862              
43863              Subject: [PATCH] Remove unused casts
43864              From: Andy Lester <andy@petdance.com>
43865              Date: Tue, 24 May 2005 11:42:18 -0500
43866              Message-ID: <20050524164218.GB12027@petdance.com>
43867      Branch: perl
43868            ! embed.fnc op.c pp_sys.c proto.h regcomp.c regexec.c scope.c
43869            ! sv.c
43870 ____________________________________________________________________________
43871 [ 24624] By: rgs                                   on 2005/05/30  08:11:30
43872         Log: Minor grammar fix by Uri Guttman
43873      Branch: perl
43874            ! pod/perlre.pod
43875 ____________________________________________________________________________
43876 [ 24623] By: rgs                                   on 2005/05/30  08:08:47
43877         Log: Subject: [PATCH] perlrun.pod -w description typo
43878              From: Offer Kaye <offer.kaye@gmail.com>
43879              Date: Mon, 30 May 2005 11:27:38 +0300
43880              Message-ID: <569425050530012768a9baca@mail.gmail.com>
43881      Branch: perl
43882            ! pod/perlrun.pod
43883 ____________________________________________________________________________
43884 [ 24622] By: rgs                                   on 2005/05/30  07:45:09
43885         Log: Subject: [PATCH] Minor warning squashings
43886              From: Andy Lester <andy@petdance.com>
43887              Date: Sun, 29 May 2005 00:19:06 -0500
43888              Message-Id: <740ea3aca85400c6d03e945323badad4@petdance.com>
43889              
43890              Subject: [PATCH] Consting in Opcode.xs
43891              From: Andy Lester <andy@petdance.com>
43892              Date: Sun, 29 May 2005 11:23:50 -0500
43893              Message-ID: <20050529162350.GA13965@petdance.com>
43894              
43895              Subject: [PATCH] consting attrs.xs
43896              From: Andy Lester <andy@petdance.com>
43897              Date: Sun, 29 May 2005 14:15:46 -0500
43898              Message-ID: <20050529191546.GA15581@petdance.com>
43899              
43900              Subject: [PATCH] consting B.xs
43901              From: Andy Lester <andy@petdance.com>
43902              Date: Sun, 29 May 2005 15:09:24 -0500
43903              Message-ID: <20050529200924.GA15873@petdance.com>
43904      Branch: perl
43905            ! embed.fnc ext/B/B.xs ext/Opcode/Opcode.xs ext/attrs/attrs.xs
43906            ! perlio.c pp_sys.c proto.h regcomp.c utf8.c
43907 ____________________________________________________________________________
43908 [ 24621] By: nicholas                              on 2005/05/30  07:43:05
43909         Log: Need a cast to avoid a compiler warning.
43910      Branch: perl
43911            ! ext/ByteLoader/bytecode.h
43912 ____________________________________________________________________________
43913 [ 24619] By: nicholas                              on 2005/05/29  19:35:38
43914         Log: Goodbye xav_arylen. You won't be missed that much.
43915              So now there's a buy 5 get one free offer on PVAV bodies.
43916      Branch: perl
43917            ! av.c av.h dump.c embed.fnc global.sym perl.h pp.c proto.h sv.c
43918 ____________________________________________________________________________
43919 [ 24618] By: ams                                   on 2005/05/29  18:07:37
43920         Log: Subject: [PATCH configure.com] compiler awareness week
43921              From: "Craig A. Berry" <craigberry@mac.com>
43922              Date: Sun, 29 May 2005 12:43:09 -0500
43923              Message-Id: <4299FF2D.90209@mac.com>
43924      Branch: perl
43925            ! configure.com
43926 ____________________________________________________________________________
43927 [ 24617] By: nicholas                              on 2005/05/29  17:46:39
43928         Log: Change the IV to a union.
43929              Revert the NV union back to a plain NV
43930              Transpose the positions of IV and NV (NV is now first)
43931              Don't allocate the NV for PV,PVIV,PVAV and PVHV (last 2 non-allocations
43932              currently disabled by default)
43933      Branch: perl
43934            ! av.h cv.h hv.h intrpvar.h sv.c sv.h
43935 ____________________________________________________________________________
43936 [ 24615] By: nicholas                              on 2005/05/29  14:24:17
43937         Log: Teach buildtoc about README.openbsd, and regenerate various makefiles.
43938      Branch: perl
43939            ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile
43940            ! win32/makefile.mk
43941 ____________________________________________________________________________
43942 [ 24614] By: nicholas                              on 2005/05/29  14:23:32
43943         Log: Restort into bulidtoc's preferred order
43944      Branch: perl
43945            ! MANIFEST
43946 ____________________________________________________________________________
43947 [ 24613] By: ams                                   on 2005/05/29  04:45:05
43948         Log: Subject: [PATCH] VMS build update for blead
43949              From: "Craig A. Berry" <craigberry@mac.com>
43950              Date: Sat, 28 May 2005 23:18:46 -0500
43951              Message-Id: <429942A6.10601@mac.com>
43952      Branch: perl
43953            ! doio.c perly.c vms/descrip_mms.template vms/gen_shrfls.pl
43954            ! vms/vms.c vms/vmsish.h
43955 ____________________________________________________________________________
43956 [ 24612] By: ams                                   on 2005/05/28  14:40:32
43957         Log: Subject: [PATCH] Re: t/uni/class.t has a lot to warn about
43958              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
43959              Date: Sat, 28 May 2005 11:47:47 +0300
43960              Message-Id: <42983033.5050509@gmail.com>
43961      Branch: perl
43962            ! t/uni/class.t
43963 ____________________________________________________________________________
43964 [ 24610] By: merijn                                on 2005/05/27  19:22:39
43965         Log: Subject: Re: [PATCH] Do not install change logs, READMEs, etc...
43966              From: Michael G Schwern <schwern@pobox.com>
43967              Date: Fri, 27 May 2005 12:33:27 -0700
43968              Message-ID: <20050527193327.GC17504@windhund.schwern.org>
43969      Branch: perl
43970            ! installperl
43971 ____________________________________________________________________________
43972 [ 24609] By: nicholas                              on 2005/05/27  18:54:36
43973         Log: In assert(), we mustn't stringify the message as part of the first
43974              argument to croak, as it's a *printf format, and the thing we're
43975              asserting might itself contain % signs.
43976              Also, as __FILE__ is a string, we can append that to the format,
43977              rather than needing a %s for it.
43978      Branch: perl
43979            ! perl.h
43980 ____________________________________________________________________________
43981 [ 24608] By: nicholas                              on 2005/05/27  18:20:26
43982         Log: is() is better than ok()
43983      Branch: perl
43984            ! t/op/each.t
43985 ____________________________________________________________________________
43986 [ 24607] By: steveh                                on 2005/05/27  16:22:59
43987         Log: Fix failing Cwd tests on Win32
43988              
43989              Patch was posted to Ken previously
43990              
43991              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00226.html)
43992              
43993              but no reply as yet.  I'll mail him again...
43994      Branch: perl
43995            ! lib/Cwd.pm
43996 ____________________________________________________________________________
43997 [ 24606] By: steveh                                on 2005/05/27  16:15:41
43998         Log: Skip signals and core dump tests on Win32
43999              
44000              See http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00749.html
44001      Branch: perl
44002            ! t/run/exit.t
44003 ____________________________________________________________________________
44004 [ 24605] By: steveh                                on 2005/05/27  15:54:09
44005         Log: Fix more Win32 linker errors caused by change 24561
44006              
44007              Apparently sys_intern_init and sys_intern_clear are required even for
44008              non-threaded builds on Win32.
44009      Branch: perl
44010            ! embed.fnc embed.h proto.h
44011 ____________________________________________________________________________
44012 [ 24596] By: merijn                                on 2005/05/27  10:20:54
44013         Log: Subject: [PATCH] Do not install change logs, READMEs, etc...
44014              From: Michael G Schwern <schwern@pobox.com>
44015              Date: Thu, 26 May 2005 13:43:05 -0700
44016              Message-ID: <20050526204305.GH11558@windhund.schwern.org>
44017      Branch: perl
44018            ! installperl
44019 ____________________________________________________________________________
44020 [ 24595] By: merijn                                on 2005/05/27  10:06:25
44021         Log: Subject: [PATCH] add PERL_CALLCONV to PERL_CKDEF and PERL_PPDEF
44022              From: <jarkko.hietaniemi@nokia.com>
44023              Date: Fri, 27 May 2005 13:15:36 +0300
44024              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A1CD@esebe105.NOE.Nokia.com>
44025      Branch: perl
44026            ! perl.h
44027 ____________________________________________________________________________
44028 [ 24594] By: nicholas                              on 2005/05/27  09:18:26
44029         Log: Get the HEK once only in the hot code (class method calls)
44030      Branch: perl
44031            ! hv.h pp_hot.c
44032 ____________________________________________________________________________
44033 [ 24593] By: rgs                                   on 2005/05/27  07:44:07
44034         Log: Subject: [PATCH] Re: [perl #35420] localtime corruption
44035              From: Michael G Schwern <schwern@pobox.com>
44036              Date: Thu, 26 May 2005 13:39:38 -0700
44037              Message-ID: <20050526203938.GG11558@windhund.schwern.org>
44038      Branch: perl
44039            ! pod/perlfunc.pod pod/perlport.pod
44040 ____________________________________________________________________________
44041 [ 24592] By: rgs                                   on 2005/05/27  07:04:46
44042         Log: Subject: [PATCH] Documentation nits and fixes for Sv*_set() macros
44043              From: Steve Peters <steve@fisharerojo.org>
44044              Date: Thu, 26 May 2005 14:58:50 -0500
44045              Message-ID: <20050526195850.GA1308@mccoy.peters.homeunix.org>
44046      Branch: perl
44047            ! pod/perlapi.pod sv.h
44048 ____________________________________________________________________________
44049 [ 24591] By: steveh                                on 2005/05/26  16:56:03
44050         Log: Fix some Win32 link errors
44051      Branch: perl
44052            ! global.sym makedef.pl proto.h
44053 ____________________________________________________________________________
44054 [ 24590] By: nicholas                              on 2005/05/26  16:07:20
44055         Log: Rename the members of the SV head union to avoid pre-processor
44056              arguments with embed.h
44057      Branch: perl
44058            ! av.h hv.h sv.c sv.h
44059 ____________________________________________________________________________
44060 [ 24588] By: ams                                   on 2005/05/26  15:33:58
44061         Log: -Wall is intolerably noisy with icc.
44062      Branch: perl
44063            ! cflags.SH
44064 ____________________________________________________________________________
44065 [ 24585] By: rgs                                   on 2005/05/26  15:13:53
44066         Log: Subject: [PATCH] bytes.pm doesn't check undefined subroutine calling
44067              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
44068              Date: Thu, 26 May 2005 23:46:35 +0900
44069              Message-Id: <20050526234321.92F1.BQW10602@nifty.com>
44070      Branch: perl
44071            ! lib/bytes.pm lib/bytes.t
44072 ____________________________________________________________________________
44073 [ 24584] By: nicholas                              on 2005/05/26  14:24:31
44074         Log: Store the package name as a shared HEK.
44075              Abolish HvNAME() - as the stored pointer is not a char* you can't set
44076              it directly now.
44077              Storing a pointer to a HEK tracks the length too, and seems to be
44078              faster.
44079      Branch: perl
44080            ! embed.fnc gv.c hv.c hv.h op.c pp.c proto.h sv.c toke.c
44081            ! xsutils.c
44082 ____________________________________________________________________________
44083 [ 24583] By: nicholas                              on 2005/05/26  12:27:47
44084         Log: We know how big the global string table will be, so use that
44085              information.
44086      Branch: perl
44087            ! sv.c
44088 ____________________________________________________________________________
44089 [ 24582] By: nicholas                              on 2005/05/26  11:28:24
44090         Log: It helps to set the total keys correctly when duplicating a hash.
44091              It helps even more to have a test for this.
44092      Branch: perl
44093            ! ext/threads/t/problems.t sv.c
44094 ____________________________________________________________________________
44095 [ 24581] By: merijn                                on 2005/05/26  11:26:05
44096         Log: More possible re-order dependencies solved
44097      Branch: perl
44098            ! Porting/config_h.pl config_h.SH
44099 ____________________________________________________________________________
44100 [ 24580] By: merijn                                on 2005/05/26  08:43:38
44101         Log: Subject: [PATCH] Updated lint infrastructure
44102              From: Andy Lester <andy@petdance.com>
44103              Date: Wed, 25 May 2005 12:31:39 -0500
44104              Message-ID: <20050525173139.GB1701@petdance.com>
44105      Branch: perl
44106            ! Makefile.SH handy.h malloc.c mg.c pp.c regcomp.h
44107 ____________________________________________________________________________
44108 [ 24579] By: ams                                   on 2005/05/26  07:08:22
44109         Log: Subject: [PATCH] MPE/iX has no lchown()
44110              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
44111              Date: Thu, 26 May 2005 08:36:19 +0300
44112              Message-Id: <42956053.4010200@gmail.com>
44113      Branch: perl
44114            ! hints/mpeix.sh
44115 ____________________________________________________________________________
44116 [ 24578] By: merijn                                on 2005/05/25  19:05:07
44117         Log: Added Porting/config_h.pl
44118      Branch: perl
44119            ! MANIFEST
44120 ____________________________________________________________________________
44121 [ 24576] By: merijn                                on 2005/05/25  18:41:52
44122         Log: Reordering config_h.SH after metaconfig now semi automated
44123              This will save me *a lot* of manual work
44124      Branch: perl
44125            + Porting/config_h.pl
44126            ! Configure config_h.SH
44127 ____________________________________________________________________________
44128 [ 24575] By: nicholas                              on 2005/05/25  16:26:12
44129         Log: Export Perl_hek_dup, which duplicates shared hash keys.
44130      Branch: perl
44131            ! embed.fnc embed.h hv.c proto.h
44132 ____________________________________________________________________________
44133 [ 24574] By: nicholas                              on 2005/05/25  15:52:33
44134         Log: Track the mapping between source shared hash keys and target shared
44135              hash keys to save repeated lookups during cloning.
44136      Branch: perl
44137            ! embed.fnc embedvar.h ext/threads/threads.xs hv.c intrpvar.h
44138            ! perl.c perlapi.h proto.h sv.c
44139 ____________________________________________________________________________
44140 [ 24573] By: nicholas                              on 2005/05/25  14:06:55
44141         Log: Replace all uses of HvNAME with the appropriate HvNAME_get or
44142              HvNAME_set
44143      Branch: perl
44144            ! bytecode.pl cop.h ext/ByteLoader/bytecode.h
44145            ! ext/ByteLoader/byterun.c
44146 ____________________________________________________________________________
44147 [ 24572] By: nicholas                              on 2005/05/25  10:02:07
44148         Log: I think for now these have to be disabled by default.
44149      Branch: perl
44150            ! av.h hv.h
44151 ____________________________________________________________________________
44152 [ 24571] By: rgs                                   on 2005/05/25  09:34:20
44153         Log: Update description of Term::ReadLine and fix typo
44154              Subject: [perl #35963] Typo in Term::ReadLine 
44155              From: "perlbug@veggiechinese.net (via RT)" <perlbug-followup@perl.org>
44156              Date: 24 May 2005 23:29:37 -0000
44157              Message-ID: <rt-3.0.11-35963-113541.14.5614982698687@perl.org>
44158      Branch: perl
44159            ! lib/Term/ReadLine.pm
44160 ____________________________________________________________________________
44161 [ 24570] By: nicholas                              on 2005/05/24  20:23:53
44162         Log: Initialising the hash seed needs to be early in case anything
44163              calcualtes HASHes during dup()ing.
44164      Branch: perl
44165            ! sv.c
44166 ____________________________________________________________________________
44167 [ 24569] By: nicholas                              on 2005/05/24  17:13:34
44168         Log: Reorder the union to cause Win32 compilers to use void * alignment for
44169              it.
44170      Branch: perl
44171            ! av.h cv.h hv.h sv.h
44172 ____________________________________________________________________________
44173 [ 24568] By: ams                                   on 2005/05/24  16:44:53
44174         Log: Subject: [PATCH] xsubpp, ParseXS: allow other suffix beyond .c
44175              From: jarkko.hietaniemi@nokia.com
44176              Date: Tue, 24 May 2005 12:48:38 +0300
44177              Message-Id: <B356D8F434D20B40A8CEDAEC305A1F2453D7EB@esebe105.NOE.Nokia.com>
44178      Branch: perl
44179            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/xsubpp
44180 ____________________________________________________________________________
44181 [ 24567] By: rgs                                   on 2005/05/24  15:44:52
44182         Log: Clarification on the behaviour of qw// and x :
44183              Subject: [PATCH] Re: [perl #35885] qw and x operators doesn't mix
44184              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
44185              Date: Tue, 24 May 2005 08:52:00 -0700
44186              Message-ID: <20050524155200.GA1784@efn.org>
44187      Branch: perl
44188            ! pod/perlop.pod
44189 ____________________________________________________________________________
44190 [ 24566] By: nicholas                              on 2005/05/24  15:21:48
44191         Log: Leaking is bad, m'kay.
44192      Branch: perl
44193            ! hv.c sv.c
44194 ____________________________________________________________________________
44195 [ 24565] By: rgs                                   on 2005/05/24  13:50:02
44196         Log: Remove Perl_ck_* functions from public API
44197      Branch: perl
44198            ! embed.fnc embed.h global.sym
44199 ____________________________________________________________________________
44200 [ 24564] By: nicholas                              on 2005/05/24  13:01:49
44201         Log: Correct the description of pte_arenaroot
44202      Branch: perl
44203            ! intrpvar.h
44204 ____________________________________________________________________________
44205 [ 24563] By: rgs                                   on 2005/05/24  12:58:45
44206         Log: Documentation nit on @-, found by Guillaume Rousse
44207              (plus POD markup simplification, for readability with pod2text)
44208      Branch: perl
44209            ! pod/perlvar.pod
44210 ____________________________________________________________________________
44211 [ 24562] By: rgs                                   on 2005/05/24  12:39:26
44212         Log: ext/B/t/deparse.t was failing with t/TEST but not with t/harness
44213      Branch: perl
44214            ! ext/B/t/deparse.t
44215 ____________________________________________________________________________
44216 [ 24561] By: rgs                                   on 2005/05/24  12:33:01
44217         Log: Subject: [PATCH] embed.fnc cleanup + SvPVX_const usage
44218              From: Andy Lester <andy@petdance.com>
44219              Date: Sat, 21 May 2005 09:06:40 -0500
44220              Message-ID: <20050521140640.GB875@petdance.com>
44221      Branch: perl
44222            ! embed.fnc embed.h global.sym op.c pad.c perlio.c pp_ctl.c
44223            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c utf8.c
44224 ____________________________________________________________________________
44225 [ 24560] By: rgs                                   on 2005/05/24  11:22:21
44226         Log: The tokenizer should expect an operator after qw().
44227              This fixes [perl #35885] qw and x operators doesn't mix
44228      Branch: perl
44229            ! t/op/repeat.t toke.c
44230 ____________________________________________________________________________
44231 [ 24559] By: rgs                                   on 2005/05/24  08:45:44
44232         Log: Subject: Re: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly.
44233              From: demerphq <demerphq@gmail.com>
44234              Date: Mon, 23 May 2005 11:43:56 +0200
44235              Message-ID: <9b18b31105052302431fb0a3c2@mail.gmail.com>
44236      Branch: perl
44237            ! ext/B/t/deparse.t
44238 ____________________________________________________________________________
44239 [ 24558] By: rgs                                   on 2005/05/24  08:09:10
44240         Log: Make distclean should remove the leftover test files of ExtUtils::ParseXS
44241      Branch: perl
44242            ! Makefile.SH
44243 ____________________________________________________________________________
44244 [ 24557] By: nicholas                              on 2005/05/23  20:26:35
44245         Log: Don't allocate an IV slot where the type doesn't use the IV slot.
44246      Branch: perl
44247            ! av.h hv.h sv.h
44248 ____________________________________________________________________________
44249 [ 24556] By: ams                                   on 2005/05/23  16:58:46
44250         Log: Assorted 2.15 fixes.
44251      Branch: perl
44252            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
44253 ____________________________________________________________________________
44254 [ 24555] By: ams                                   on 2005/05/23  16:34:16
44255         Log: Remove one const to ensure that the universe doesn't tip over.
44256              (At least on AIX.)
44257      Branch: perl
44258            ! ext/Storable/Storable.xs
44259 ____________________________________________________________________________
44260 [ 24554] By: merijn                                on 2005/05/23  15:29:01
44261         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) 
44262              From: Andrew Dougherty <doughera@lafayette.edu>
44263              Date: Mon, 23 May 2005 11:48:08 -0400 (EDT)
44264              Message-ID: <Pine.SOC.4.62.0505231143480.4714@maxwell.phys.lafayette.edu>
44265      Branch: perl
44266            ! ext/SDBM_File/sdbm/sdbm.c
44267 ____________________________________________________________________________
44268 [ 24553] By: ams                                   on 2005/05/23  15:24:05
44269         Log: Subject: [PATCH] universal.c warnings hushed
44270              From: Andy Lester <andy@petdance.com>
44271              Date: Mon, 23 May 2005 10:38:25 -0500
44272              Message-Id: <20050523153825.GA28498@petdance.com>
44273      Branch: perl
44274            ! universal.c
44275 ____________________________________________________________________________
44276 [ 24552] By: rgs                                   on 2005/05/23  14:31:33
44277         Log: Attribute compilation fix for Windows by Andy Lester
44278      Branch: perl
44279            ! perl.h perlio.h
44280 ____________________________________________________________________________
44281 [ 24551] By: gbarr                                 on 2005/05/23  13:49:59
44282         Log: Update to Scalar-List-Utils-1.17
44283      Branch: perl
44284            ! ext/List/Util/Changes ext/List/Util/README
44285            ! ext/List/Util/lib/List/Util.pm
44286            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
44287            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/refaddr.t
44288 ____________________________________________________________________________
44289 [ 24550] By: rgs                                   on 2005/05/23  11:38:34
44290         Log: Declaration nit spotted by Jarkko
44291      Branch: perl
44292            ! hv.c
44293 ____________________________________________________________________________
44294 [ 24549] By: nicholas                              on 2005/05/23  11:27:16
44295         Log: PL_regex_padav elements hold either more AVs, or IVs that point to
44296              regexps. Don't attempt to look at the IVX if it's not an IV.
44297      Branch: perl
44298            ! perl.c sv.c
44299 ____________________________________________________________________________
44300 [ 24548] By: nicholas                              on 2005/05/23  10:13:21
44301         Log: Oops. What is looking at an array's SvIVX()?
44302      Branch: perl
44303            ! sv.c
44304 ____________________________________________________________________________
44305 [ 24547] By: nicholas                              on 2005/05/23  09:22:35
44306         Log: We don't need IV and RV arena variables anymore. We don't need to set
44307              SvIVX or SvNVX on hashes.
44308      Branch: perl
44309            ! embedvar.h intrpvar.h perlapi.h sv.c
44310 ____________________________________________________________________________
44311 [ 24546] By: nicholas                              on 2005/05/23  09:09:15
44312         Log: Bytecode mustn't save the NVX for hashes now that the NVX is a union
44313              containing pointers initialised to zero.
44314      Branch: perl
44315            ! ext/B/B/Bytecode.pm
44316 ____________________________________________________________________________
44317 [ 24545] By: steveh                                on 2005/05/23  08:46:37
44318         Log: Fill in HASATTRIBUTE stuff in win32/config_H.* (see change #24508)
44319              
44320              (None are actually defined, but it's nice to have them there anyway)
44321      Branch: perl
44322            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44323            ! win32/config_H.vc64
44324 ____________________________________________________________________________
44325 [ 24544] By: nicholas                              on 2005/05/23  08:09:58
44326         Log: create an "allocated" structure for PVs, PVAVs and PVHVs
44327      Branch: perl
44328            ! av.h hv.h intrpvar.h sv.c sv.h
44329 ____________________________________________________________________________
44330 [ 24543] By: rgs                                   on 2005/05/23  07:33:52
44331         Log: Fix [perl #35929] : PerlIO::scalar didn't understand $/ = ""
44332              because PerlIOScalar_unread was broken.
44333              Bump version number of PerlIO::scalar to 0.04.
44334      Branch: perl
44335            ! ext/PerlIO/scalar/scalar.pm ext/PerlIO/scalar/scalar.xs
44336            ! ext/PerlIO/t/scalar.t
44337 ____________________________________________________________________________
44338 [ 24542] By: nicholas                              on 2005/05/22  22:03:19
44339         Log: Re-order IVX slot in SV bodies
44340      Branch: perl
44341            ! av.h cv.h hv.h sv.h
44342 ____________________________________________________________________________
44343 [ 24541] By: rgs                                   on 2005/05/22  18:53:12
44344         Log: Subject: Re: [PATCH 5.8.7 RC1] lib/Carp.t todo for VMS
44345              From: Michael G Schwern <schwern@pobox.com>
44346              Date: May 20, 2005 10:09 PM
44347              Message-ID: <20050520200900.GB13473@windhund.schwern.org>
44348      Branch: perl
44349            ! lib/Carp.t
44350 ____________________________________________________________________________
44351 [ 24538] By: nicholas                              on 2005/05/21  22:46:50
44352         Log: Add a union in place of xnv_nv, which allows AVs and HVs to re-use
44353              the memory to store pointers and integers.
44354              (Part 1 - will be reworked to be more efficient when IV or void*
44355              is 64 bit soon)
44356      Branch: perl
44357            ! av.h cv.h dump.c ext/B/B.pm ext/B/B.xs ext/Devel/Peek/t/Peek.t
44358            ! hv.h sv.h
44359 ____________________________________________________________________________
44360 [ 24537] By: ams                                   on 2005/05/21  22:26:34
44361         Log: Subject: [PATCH] ExtUtils::CBuilder Tru64 support
44362              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
44363              Date: Sat, 21 May 2005 23:20:21 +0300
44364              Message-Id: <428F9805.70108@gmail.com>
44365      Branch: perl
44366            + lib/ExtUtils/CBuilder/Platform/dec_osf.pm
44367            ! MANIFEST
44368 ____________________________________________________________________________
44369 [ 24536] By: ams                                   on 2005/05/21  22:17:20
44370         Log: Make the __attribute__ stuff work with Symbian (Jarkko).
44371              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00530.html
44372      Branch: perl
44373            ! perl.h
44374 ____________________________________________________________________________
44375 [ 24535] By: davem                                 on 2005/05/21  22:10:19
44376         Log: goto &xsub that croaks corrupts memory
44377              When an XS sub is called, a CxSUB context shouldn't be pushed. Make
44378              goto &xs_sub mimic this behaviour by first popping the old CxSUB
44379      Branch: perl
44380            ! pp_ctl.c t/op/goto_xs.t
44381 ____________________________________________________________________________
44382 [ 24534] By: davem                                 on 2005/05/21  21:38:55
44383         Log: stop goto &foo wasting stack space
44384              it used to push @_ onto the end of the stack; now it pops the stack
44385              back to the old watermark first.
44386      Branch: perl
44387            ! pp_ctl.c
44388 ____________________________________________________________________________
44389 [ 24533] By: davem                                 on 2005/05/21  19:50:50
44390         Log: add access to Perl_croak() via 'mycroak' in XS::APItest
44391      Branch: perl
44392            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
44393            ! ext/XS/APItest/t/exception.t
44394 ____________________________________________________________________________
44395 [ 24532] By: davem                                 on 2005/05/21  19:15:43
44396         Log: disallow eval { goto &foo }
44397              eval 'goto &foo' is already banned, and the try-version usually
44398              coredumps due to the code assuming the CxEVAL is actually a CxSUB.
44399              Anyway exiting an eval but preserving "it's" @_ doesn't make much
44400              sense.
44401      Branch: perl
44402            ! pod/perldiag.pod pp_ctl.c t/op/goto.t
44403 ____________________________________________________________________________
44404 [ 24531] By: nicholas                              on 2005/05/21  18:19:43
44405         Log: Move the xpv_pv/xrv_rv member into the SV head, in a union with
44406              IV and UV. Avoid allocating a body for IVs and RVs.
44407      Branch: perl
44408            ! av.h bytecode.pl cv.h embed.fnc embed.h ext/B/B/C.pm
44409            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
44410            ! ext/ByteLoader/byterun.h hv.c hv.h proto.h sv.c sv.h
44411 ____________________________________________________________________________
44412 [ 24530] By: rgs                                   on 2005/05/21  16:01:42
44413         Log: Really fix change 24527
44414      Branch: perl
44415            ! gv.c
44416 ____________________________________________________________________________
44417 [ 24529] By: nicholas                              on 2005/05/21  15:59:30
44418         Log: Fool. That should be I32 everywhere.
44419      Branch: perl
44420            ! hv.c
44421 ____________________________________________________________________________
44422 [ 24528] By: ams                                   on 2005/05/21  15:35:44
44423         Log: Subject: [PATCH] ctags parms need to know .h is C
44424              From: Andy Lester <andy@petdance.com>
44425              Date: Sat, 21 May 2005 08:58:14 -0500
44426              Message-Id: <20050521135814.GA875@petdance.com>
44427      Branch: perl
44428            ! Makefile.SH
44429 ____________________________________________________________________________
44430 [ 24527] By: rgs                                   on 2005/05/21  14:15:44
44431         Log: Compilation fix
44432      Branch: perl
44433            ! gv.c
44434 ____________________________________________________________________________
44435 [ 24526] By: nicholas                              on 2005/05/21  12:31:52
44436         Log: Move hv_name, hv_eiter and hv_riter into a new aux structure.
44437              Provide (more efficient) _get and _set macros.
44438              Adjust the core to use them.
44439      Branch: perl
44440            ! dump.c embed.fnc ext/Data/Dumper/Dumper.xs
44441            ! ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs
44442            ! ext/PerlIO/via/via.xs ext/Storable/Storable.xs
44443            ! ext/threads/shared/shared.xs global.sym gv.c hv.c hv.h mg.c
44444            ! op.c op.h opnames.h perl.c pp.c pp_hot.c pp_sys.c proto.h sv.c
44445            ! toke.c universal.c xsutils.c
44446 ____________________________________________________________________________
44447 [ 24525] By: nicholas                              on 2005/05/21  09:29:18
44448         Log: Move placeholders into a new rhash magic type.
44449      Branch: perl
44450            ! dump.c embed.fnc ext/Storable/Storable.xs global.sym hv.c hv.h
44451            ! perl.h proto.h sv.c
44452 ____________________________________________________________________________
44453 [ 24524] By: rgs                                   on 2005/05/21  09:18:07
44454         Log: Update to MakeMaker 6.30
44455      Branch: perl
44456            ! lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
44457            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/FIRST_MAKEFILE.t
44458            ! lib/ExtUtils/t/PL_FILES.t
44459            ! t/lib/MakeMaker/Test/Setup/PL_FILES.pm
44460 ____________________________________________________________________________
44461 [ 24523] By: ams                                   on 2005/05/21  02:58:49
44462         Log: Subject: [PATCH] SvPVX_const - patch #2
44463              From: Steve Peters <steve@fisharerojo.org>
44464              Date: Fri, 20 May 2005 21:42:10 -0500
44465              Message-Id: <20050521024210.GA29036@mccoy.peters.homeunix.org>
44466      Branch: perl
44467            ! dump.c gv.c op.c pad.c perlio.c perly.c pp.c pp_ctl.c
44468 ____________________________________________________________________________
44469 [ 24522] By: nicholas                              on 2005/05/20  22:53:00
44470         Log: Remove PMROOT and replace it with a small shell script. Er, magic.
44471              (PMROOT being needed to implement bare C<reset> - how often do you
44472              use that?)
44473      Branch: perl
44474            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Asmdata.pm
44475            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h hv.c hv.h
44476            ! op.c perl.h sv.c
44477 ____________________________________________________________________________
44478 [ 24521] By: nicholas                              on 2005/05/20  22:30:16
44479         Log: Update XS code to declare PERL_UNUSED_DECL conditionally
44480      Branch: perl
44481            ! ext/List/Util/Util.xs ext/POSIX/POSIX.xs
44482            ! ext/Storable/Storable.xs
44483 ____________________________________________________________________________
44484 [ 24520] By: nicholas                              on 2005/05/20  21:50:03
44485         Log: Updaate ppport.h to get a conditional PERL_UNUSED_DECL
44486      Branch: perl
44487            ! ext/Cwd/ppport.h ext/Time/HiRes/ppport.h
44488 ____________________________________________________________________________
44489 [ 24519] By: nicholas                              on 2005/05/20  21:46:26
44490         Log: Need to make PERL_UNUSED_DECL conditional as xlc on AIX doesn't like
44491              it being redefined.
44492      Branch: perl
44493            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/parts/inc/misc
44494 ____________________________________________________________________________
44495 [ 24518] By: nicholas                              on 2005/05/20  21:11:52
44496         Log: Goodbye AvFLAGS
44497      Branch: perl
44498            ! av.c av.h bytecode.pl cop.h dump.c ext/B/B.pm ext/B/B.xs
44499            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
44500            ! ext/B/B/Debug.pm ext/B/defsubs_h.PL ext/ByteLoader/byterun.c
44501            ! ext/ByteLoader/byterun.h pad.c pp_ctl.c sv.c sv.h
44502 ____________________________________________________________________________
44503 [ 24517] By: rgs                                   on 2005/05/20  17:54:15
44504         Log: Upgrade to Math::BigInt 1.77
44505      Branch: perl
44506            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
44507            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
44508            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
44509            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
44510 ____________________________________________________________________________
44511 [ 24516] By: nicholas                              on 2005/05/20  16:42:44
44512         Log: Fix a typo
44513      Branch: perl
44514            ! hv.h
44515 ____________________________________________________________________________
44516 [ 24514] By: ams                                   on 2005/05/20  14:42:21
44517         Log: Damnable applypatch nonsense.
44518      Branch: perl
44519            ! ext/Storable/t/sig_die.t
44520 ____________________________________________________________________________
44521 [ 24513] By: rgs                                   on 2005/05/20  14:37:12
44522         Log: Update MANIFEST
44523      Branch: perl
44524            ! MANIFEST
44525 ____________________________________________________________________________
44526 [ 24512] By: ams                                   on 2005/05/20  14:21:21
44527         Log: Previously overlooked $SIG{DIE} patch from Slaven Rezic.
44528              http://groups-beta.google.com/group/perl.perl5.porters/msg/2d10ba2c390ecc41
44529      Branch: perl
44530            + ext/Storable/t/sig_die.t
44531            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
44532 ____________________________________________________________________________
44533 [ 24511] By: rgs                                   on 2005/05/20  13:11:43
44534         Log: Subject: [PATCH] Add a Makefile target for ctags
44535              From: Andy Lester <andy@petdance.com>
44536              Date: Thu, 12 May 2005 11:40:52 -0500
44537              Message-ID: <20050512164052.GA30287@petdance.com>
44538      Branch: perl
44539            ! Makefile.SH
44540 ____________________________________________________________________________
44541 [ 24510] By: rgs                                   on 2005/05/20  10:49:03
44542         Log: Upgrade to MakeMaker 6.29
44543      Branch: perl
44544            + lib/ExtUtils/t/FIRST_MAKEFILE.t
44545            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
44546            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
44547            ! lib/ExtUtils/t/Installed.t
44548 ____________________________________________________________________________
44549 [ 24509] By: rgs                                   on 2005/05/20  09:26:01
44550         Log: Subject: SvPVX_const() - Patch #1
44551              From: Steve Peters <steve@fisharerojo.org>
44552              Date: Tue, 17 May 2005 18:17:01 -0500
44553              Message-ID: <20050517231701.GA1394@mccoy.peters.homeunix.org>
44554      Branch: perl
44555            ! doio.c toke.c universal.c util.c warnings.h warnings.pl
44556 ____________________________________________________________________________
44557 [ 24508] By: rgs                                   on 2005/05/20  07:53:46
44558         Log: Subject: [PATCH] Attribute configuration
44559              From: Andy Lester <andy@petdance.com>
44560              Date: Thu, 19 May 2005 12:32:56 -0500
44561              Message-ID: <20050519173256.GA29039@petdance.com>
44562      Branch: perl
44563            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
44564            ! Porting/Glossary Porting/config.sh Porting/pumpkin.pod XSUB.h
44565            ! config_h.SH configure.com epoc/config.sh hints/next_3_0.sh
44566            ! hints/vmesa.sh malloc.c mg.c op.c perl.c perl.h perlio.h
44567            ! plan9/config_sh.sample plan9/genconfig.pl scope.c sv.c
44568            ! symbian/config.sh t/op/sprintf.t uconfig.sh vms/genconfig.pl
44569            ! win32/config.bc win32/config.gc win32/config.vc
44570            ! win32/config.vc64 wince/config.ce
44571 ____________________________________________________________________________
44572 [ 24507] By: rgs                                   on 2005/05/20  07:16:59
44573         Log: Gisle noted an unused variable
44574      Branch: perl
44575            ! t/run/exit.t
44576 ____________________________________________________________________________
44577 [ 24506] By: rgs                                   on 2005/05/19  21:07:43
44578         Log: Fix the new exit() tests, by Gisle Aas :
44579              don't let the shell interfere with the process return value
44580      Branch: perl
44581            ! t/run/exit.t
44582 ____________________________________________________________________________
44583 [ 24505] By: ams                                   on 2005/05/19  17:51:48
44584         Log: Subject: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. 
44585              From: yves orton <perlbug-followup@perl.org>
44586              Date: 18 May 2005 08:30:44 -0000
44587              Message-Id: <rt-3.0.11-35857-113142.6.75213005071278@perl.org>
44588      Branch: perl
44589            ! ext/B/B/Deparse.pm
44590 ____________________________________________________________________________
44591 [ 24504] By: nicholas                              on 2005/05/19  09:32:18
44592         Log: tabs, not spaces. Bad editor. No cookie.
44593              Does the MANIFEST file support comments, sufficient to add an editor
44594              block?
44595      Branch: perl
44596            ! MANIFEST
44597 ____________________________________________________________________________
44598 [ 24503] By: rgs                                   on 2005/05/19  06:25:22
44599         Log: Adjust VMS test count
44600      Branch: perl
44601            ! t/run/exit.t
44602 ____________________________________________________________________________
44603 [ 24501] By: rgs                                   on 2005/05/18  16:08:30
44604         Log: Subject: Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]
44605              From: Gisle Aas <gisle@ActiveState.com>
44606              Date: 18 May 2005 08:35:47 -0700
44607              Message-ID: <lr8y2cim24.fsf_-_@caliper.activestate.com>
44608      Branch: perl
44609            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perl.h perlapi.h
44610            ! pod/perlfunc.pod pod/perlport.pod pod/perlvar.pod t/run/exit.t
44611 ____________________________________________________________________________
44612 [ 24500] By: rgs                                   on 2005/05/18  15:26:32
44613         Log: Subject: Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: [Module::Build] ANNOUNCE: Module::Build 0.2610 -> CPAN)
44614              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
44615              Date: Wed, 18 May 2005 07:13:40 -0700
44616              Message-ID: <20050518141131.GA2704@efn.org>
44617      Branch: perl
44618            + lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
44619            + lib/ExtUtils/CBuilder/Platform/Unix.pm
44620            + lib/ExtUtils/CBuilder/Platform/VMS.pm
44621            + lib/ExtUtils/CBuilder/Platform/Windows.pm
44622            + lib/ExtUtils/CBuilder/Platform/aix.pm
44623            + lib/ExtUtils/CBuilder/Platform/cygwin.pm
44624            + lib/ExtUtils/CBuilder/Platform/darwin.pm
44625            + lib/ExtUtils/CBuilder/Platform/os2.pm
44626            + lib/ExtUtils/CBuilder/t/01-basic.t
44627            + lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
44628            + lib/ExtUtils/ParseXS/t/XSTest.pm
44629            + lib/ExtUtils/ParseXS/t/XSTest.xs
44630            + lib/ExtUtils/ParseXS/t/basic.t
44631            ! MANIFEST Porting/Maintainers.pl lib/ExtUtils/t/00compile.t
44632            ! lib/ExtUtils/xsubpp
44633 ____________________________________________________________________________
44634 [ 24499] By: rgs                                   on 2005/05/18  12:46:38
44635         Log: Subject: B::Disassembler.pm
44636              From: Nicholas Clark <nick@ccl4.org>
44637              Date: Tue, 17 May 2005 11:28:18 +0100
44638              Message-ID: <20050517102817.GD94420@plum.flirble.org>
44639      Branch: perl
44640            ! ext/B/B/Disassembler.pm
44641 ____________________________________________________________________________
44642 [ 24498] By: davem                                 on 2005/05/18  12:39:22
44643         Log: make t/TEST print summary times consistently to two decimal places
44644      Branch: perl
44645            ! t/TEST
44646 ____________________________________________________________________________
44647 [ 24497] By: nicholas                              on 2005/05/18  12:34:53
44648         Log: Default to allocating the correct size for the array in the HV.
44649              Override this with -DPERL_USE_LARGE_HV_ALLOC
44650      Branch: perl
44651            ! hv.h
44652 ____________________________________________________________________________
44653 [ 24496] By: rgs                                   on 2005/05/18  11:50:47
44654         Log: Subject: [PATCH] Eliminate radically out of date CHANGES from perlport
44655              From: Michael G Schwern <schwern@pobox.com>
44656              Date: Mon, 16 May 2005 15:17:05 -0700
44657              Message-ID: <20050516221705.GA212@windhund.schwern.org>
44658              
44659              Subject: [PATCH] Eliminate function signatures from perlport
44660              From: Michael G Schwern <schwern@pobox.com>
44661              Date: Mon, 16 May 2005 15:24:18 -0700
44662              Message-ID: <20050516222418.GA422@windhund.schwern.org>
44663      Branch: perl
44664            ! pod/perlport.pod
44665 ____________________________________________________________________________
44666 [ 24495] By: merijn                                on 2005/05/17  18:45:56
44667         Log: Subject: [PATCH] more about __attribute__
44668              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
44669              Date: Tue, 17 May 2005 20:36:43 +0300
44670              Message-ID: <428A2BAB.9020306@gmail.com>
44671      Branch: perl
44672            ! perl.h
44673 ____________________________________________________________________________
44674 [ 24493] By: rgs                                   on 2005/05/17  15:55:38
44675         Log: Clarify definition of octal literals
44676              (thanks to Olivier Blin)
44677      Branch: perl
44678            ! pod/perldata.pod
44679 ____________________________________________________________________________
44680 [ 24492] By: rgs                                   on 2005/05/17  15:15:46
44681         Log: Subject: [PATCH] perl 5.9.x (@ 24471): Symbian update
44682              From: <jarkko.hietaniemi@nokia.com>
44683              Date: Mon, 16 May 2005 17:59:35 +0300
44684              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D793@esebe105.NOE.Nokia.com>
44685              
44686              completed by:
44687              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D7A0@esebe105.NOE.Nokia.com>
44688      Branch: perl
44689            ! embed.pl mg.c op.c perl.h proto.h reentr.c reentr.pl scope.c
44690            ! symbian/port.pl universal.c
44691 ____________________________________________________________________________
44692 [ 24491] By: nicholas                              on 2005/05/17  13:27:43
44693         Log: One last 1008 to replace with PERL_ARENA_SIZE
44694      Branch: perl
44695            ! sv.c
44696 ____________________________________________________________________________
44697 [ 24490] By: nicholas                              on 2005/05/16  21:42:05
44698         Log: Upgrade to Encode 2.10
44699      Branch: perl
44700            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
44701            ! ext/Encode/Encode.xs ext/Encode/META.yml
44702            ! ext/Encode/lib/Encode/Alias.pm
44703 ____________________________________________________________________________
44704 [ 24489] By: rgs                                   on 2005/05/16  16:56:43
44705         Log: Subject: [PATCH] consting-eleventy.patch: More consts, plus actual bug fix
44706              From: Andy Lester <andy@petdance.com>
44707              Date: Mon, 16 May 2005 10:13:53 -0500
44708              Message-ID: <20050516151353.GA25387@petdance.com>
44709      Branch: perl
44710            ! XSUB.h av.c dump.c embed.fnc embed.h hv.c malloc.c mg.c
44711            ! numeric.c perl.c perl.h pod/perlapi.pod pp.h pp_ctl.c pp_hot.c
44712            ! proto.h regcomp.c regexec.c scope.c sv.c sv.h
44713            ! t/run/fresh_perl.t toke.c universal.c utf8.c util.c
44714 ____________________________________________________________________________
44715 [ 24482] By: nicholas                              on 2005/05/16  15:11:30
44716         Log: Bump the version number on Win32::Win32
44717      Branch: perl
44718            ! win32/ext/Win32/Win32.pm
44719 ____________________________________________________________________________
44720 [ 24480] By: nicholas                              on 2005/05/16  15:01:48
44721         Log: Assuming that everything with 0x40000000 is SVpad_TYPED is bogus.
44722      Branch: perl
44723            ! sv.c
44724 ____________________________________________________________________________
44725 [ 24476] By: rgs                                   on 2005/05/16  08:58:40
44726         Log: This seems to be the right thing to do to iterate over layers
44727      Branch: perl
44728            ! ext/PerlIO/via/via.xs
44729 ____________________________________________________________________________
44730 [ 24475] By: rgs                                   on 2005/05/16  08:47:28
44731         Log: $! might contain "unknown" if strerror(3) says so
44732      Branch: perl
44733            ! t/op/mkdir.t
44734 ____________________________________________________________________________
44735 [ 24472] By: rgs                                   on 2005/05/16  08:03:15
44736         Log: Upgrade to Time::HiRes 1.68
44737      Branch: perl
44738            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
44739            ! ext/Time/HiRes/HiRes.xs
44740 ____________________________________________________________________________
44741 [ 24471] By: nicholas                              on 2005/05/15  20:46:03
44742         Log: Subject: [PATCH] Minor tweak to via
44743              From: Andy Lester <andy@petdance.com>
44744              Message-ID: <20050513163952.GA20167@petdance.com>
44745              Date: Fri, 13 May 2005 11:39:52 -0500
44746              
44747              from a bug report and patch by Matt Lawrence
44748      Branch: perl
44749            ! ext/PerlIO/via/via.xs
44750 ____________________________________________________________________________
44751 [ 24470] By: nicholas                              on 2005/05/15  11:32:15
44752         Log: Upgrade to CGI.pm 3.10
44753      Branch: perl
44754            + lib/CGI/t/can.t
44755            ! MANIFEST lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
44756 ____________________________________________________________________________
44757 [ 24469] By: davem                                 on 2005/05/15  00:09:35
44758         Log: avoid leaked scalar in BEGIN { threads->new(...) }
44759      Branch: perl
44760            ! sv.c
44761 ____________________________________________________________________________
44762 [ 24468] By: davem                                 on 2005/05/14  23:16:50
44763         Log: Fix typo in DDEBUG_LEAKING_SCALARS flags output
44764      Branch: perl
44765            ! perl.c
44766 ____________________________________________________________________________
44767 [ 24467] By: davem                                 on 2005/05/14  15:11:30
44768         Log: initialize the PL_xpvgv_[arena]root vars during clone
44769      Branch: perl
44770            ! sv.c
44771 ____________________________________________________________________________
44772 [ 24465] By: gbarr                                 on 2005/05/13  20:42:53
44773         Log: Update to Scalar-List-Utils-1.15
44774      Branch: perl
44775            + ext/List/Util/t/p_blessed.t ext/List/Util/t/p_first.t
44776            + ext/List/Util/t/p_lln.t ext/List/Util/t/p_max.t
44777            + ext/List/Util/t/p_maxstr.t ext/List/Util/t/p_min.t
44778            + ext/List/Util/t/p_minstr.t ext/List/Util/t/p_openhan.t
44779            + ext/List/Util/t/p_readonly.t ext/List/Util/t/p_reduce.t
44780            + ext/List/Util/t/p_refaddr.t ext/List/Util/t/p_reftype.t
44781            + ext/List/Util/t/p_shuffle.t ext/List/Util/t/p_sum.t
44782            + ext/List/Util/t/p_tainted.t
44783            ! MANIFEST ext/List/Util/Changes ext/List/Util/Util.xs
44784            ! ext/List/Util/lib/List/Util.pm
44785            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/blessed.t
44786            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
44787            ! ext/List/Util/t/isvstring.t ext/List/Util/t/lln.t
44788            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
44789            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
44790            ! ext/List/Util/t/openhan.t ext/List/Util/t/proto.t
44791            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
44792            ! ext/List/Util/t/refaddr.t ext/List/Util/t/reftype.t
44793            ! ext/List/Util/t/shuffle.t ext/List/Util/t/sum.t
44794            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
44795 ____________________________________________________________________________
44796 [ 24461] By: rgs                                   on 2005/05/13  12:52:45
44797         Log: Subject: change to quiet cygwin's perlld
44798              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
44799              Date: Fri, 13 May 2005 06:15:45 -0700
44800              Message-ID: <20050513131545.GB4024@efn.org>
44801      Branch: perl
44802            ! cygwin/perlld.in
44803 ____________________________________________________________________________
44804 [ 24460] By: nicholas                              on 2005/05/13  11:59:26
44805         Log: Reorder the *more* arena allocation functions into a block
44806              As they are now ahead of their corresponding *new* functions, no need
44807              for all the embedding guff.
44808              Remove all the "register" keywords.
44809      Branch: perl
44810            ! embed.fnc embed.h hv.c proto.h sv.c
44811 ____________________________________________________________________________
44812 [ 24459] By: nicholas                              on 2005/05/13  11:09:03
44813         Log: Allocate GV bodies from arenas
44814      Branch: perl
44815            ! embed.fnc embed.h embedvar.h intrpvar.h perlapi.h proto.h sv.c
44816 ____________________________________________________________________________
44817 [ 24455] By: davem                                 on 2005/05/12  19:07:27
44818         Log: make join.t threadsafe!
44819              tests 13 and 14 could output in reverse order. Add a lock to stop
44820              this.
44821      Branch: perl
44822            ! ext/threads/t/join.t
44823 ____________________________________________________________________________
44824 [ 24454] By: steveh                                on 2005/05/12  10:56:20
44825         Log: Remove a couple of unreferenced local variables
44826      Branch: perl
44827            ! win32/ext/Win32/Win32.xs
44828 ____________________________________________________________________________
44829 [ 24453] By: steveh                                on 2005/05/12  10:10:37
44830         Log: Subject: [PATCH] Add Win32::GetFileVersion() function
44831              From: "Jan Dubois" <jand@ActiveState.com>
44832              Date: Wed, 11 May 2005 22:30:37 -0700
44833              Message-Id: <200505120530.j4C5UhpX031152@smtp3.ActiveState.com>
44834      Branch: perl
44835            ! win32/ext/Win32/Win32.pm win32/ext/Win32/Win32.xs
44836 ____________________________________________________________________________
44837 [ 24452] By: rgs                                   on 2005/05/12  09:58:50
44838         Log: Silence DEBUGGING compilation warnings
44839      Branch: perl
44840            ! toke.c
44841 ____________________________________________________________________________
44842 [ 24451] By: rgs                                   on 2005/05/12  09:52:12
44843         Log: SvUPGRADE doesn't return false.
44844      Branch: perl
44845            ! toke.c
44846 ____________________________________________________________________________
44847 [ 24450] By: rgs                                   on 2005/05/12  08:45:40
44848         Log: Rework documentation of split(//,...)
44849      Branch: perl
44850            ! pod/perlfunc.pod
44851 ____________________________________________________________________________
44852 [ 24449] By: ams                                   on 2005/05/11  16:57:27
44853         Log: Subject: [perl #33765] [PATCH] perlop: mention why 'print !!0' doesn't 
44854              From: Steve Peters via RT <perlbug-followup@perl.org>
44855              Date: 11 May 2005 16:58:22 -0000
44856              Message-Id: <rt-3.0.11-33765-112475.14.5633321030279@perl.org>
44857              
44858              Subject: [perl #33766] [PATCH] perldoc -f split lacks basic null example 
44859              From: Steve Peters via RT <perlbug-followup@perl.org>
44860              Date: 11 May 2005 17:13:29 -0000
44861              Message-Id: <rt-3.0.11-33766-112476.1.84217630998887@perl.org>
44862      Branch: perl
44863            ! pod/perlfunc.pod pod/perlsyn.pod
44864 ____________________________________________________________________________
44865 [ 24446] By: merijn                                on 2005/05/11  09:39:06
44866         Log: Subject: Hints changes for OS X 10.4
44867              From: Michael G Schwern <schwern@pobox.com>
44868              Date: Tue, 10 May 2005 18:10:47 -0700
44869              Message-ID: <20050511011047.GA23955@windhund.schwern.org>
44870      Branch: perl
44871            ! hints/darwin.sh
44872 ____________________________________________________________________________
44873 [ 24445] By: rgs                                   on 2005/05/11  07:54:19
44874         Log: Include vim/emacs modelines in generated files to open them
44875              in read-only mode. Make vi modelines compatible with non-vim
44876              vi versions.
44877      Branch: perl
44878            ! av.c bytecode.pl deb.c doio.c doop.c dump.c embed.h embed.pl
44879            ! embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
44880            ! ext/ByteLoader/byterun.h global.sym globals.c gv.c hv.c
44881            ! keywords.h keywords.pl lib/warnings.pm locale.c malloc.c mg.c
44882            ! miniperlmain.c numeric.c op.c opcode.h opcode.pl opnames.h
44883            ! pad.c perl.c perlapi.c perlapi.h perlio.c perly.c pp.c pp.sym
44884            ! pp_ctl.c pp_hot.c pp_pack.c pp_proto.h pp_sort.c pp_sys.c
44885            ! proto.h reentr.c reentr.h reentr.pl regcomp.c regcomp.pl
44886            ! regexec.c regnodes.h run.c scope.c sv.c taint.c toke.c
44887            ! universal.c utf8.c util.c warnings.h warnings.pl xsutils.c
44888 ____________________________________________________________________________
44889 [ 24444] By: rgs                                   on 2005/05/10  20:56:37
44890         Log: Subject: potential [PATCH] Tru64 crank up strictness
44891              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
44892              Date: May 10, 2005 7:44 PM
44893              Message-Id: <4ADE5AAD-27CB-4F9E-BEC7-41DAA7671108@iki.fi>
44894      Branch: perl
44895            ! hints/dec_osf.sh perl.h toke.c x2p/a2py.c
44896 ____________________________________________________________________________
44897 [ 24443] By: rgs                                   on 2005/05/10  20:27:16
44898         Log: "make regen" should run reentr.pl
44899      Branch: perl
44900            ! regen.pl
44901 ____________________________________________________________________________
44902 [ 24442] By: rgs                                   on 2005/05/10  20:08:27
44903         Log: Regenerate reentr.[ch]
44904      Branch: perl
44905            ! reentr.c reentr.h
44906 ____________________________________________________________________________
44907 [ 24441] By: ams                                   on 2005/05/10  17:23:26
44908         Log: Subject: Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
44909              From: Steve Peters <steve@fisharerojo.org>
44910              Date: Tue, 10 May 2005 12:44:13 -0500
44911              Message-Id: <20050510174413.GA19686@mccoy.peters.homeunix.org>
44912      Branch: perl
44913            + README.openbsd
44914            ! MANIFEST reentr.pl
44915 ____________________________________________________________________________
44916 [ 24440] By: rgs                                   on 2005/05/10  16:51:02
44917         Log: Add editor boilerplates to all C files
44918              (except the generated ones)
44919      Branch: perl
44920            ! av.c deb.c doio.c doop.c dump.c globals.c gv.c hv.c locale.c
44921            ! malloc.c mg.c miniperlmain.c numeric.c op.c pad.c perl.c
44922            ! perlio.c perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c
44923            ! pp_sys.c regcomp.c regexec.c run.c scope.c sv.c taint.c toke.c
44924            ! universal.c utf8.c util.c xsutils.c
44925 ____________________________________________________________________________
44926 [ 24439] By: nicholas                              on 2005/05/10  15:38:07
44927         Log: s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
44928              plus a couple of 1 byte sv_setpv()s too.
44929      Branch: perl
44930            ! doio.c dump.c ext/B/B.xs ext/Storable/Storable.xs mg.c op.c
44931            ! perl.c pp_ctl.c pp_hot.c pp_sys.c toke.c
44932 ____________________________________________________________________________
44933 [ 24438] By: nicholas                              on 2005/05/10  14:47:58
44934         Log: As we have the length of the string easily to hand, no reason not to
44935              use it.
44936      Branch: perl
44937            ! op.c
44938 ____________________________________________________________________________
44939 [ 24437] By: ams                                   on 2005/05/10  14:41:08
44940         Log: Subject: [PATCH] perlop.pod nit
44941              From: Steve Peters <steve@fisharerojo.org>
44942              Date: Tue, 10 May 2005 09:41:01 -0500
44943              Message-Id: <20050510144101.GA21362@mccoy.peters.homeunix.org>
44944      Branch: perl
44945            ! pod/perlop.pod
44946 ____________________________________________________________________________
44947 [ 24436] By: nicholas                              on 2005/05/10  11:03:49
44948         Log: Experiment with using the ptr_table code to hold the seen hash
44949      Branch: perl
44950            ! ext/Storable/Storable.xs
44951 ____________________________________________________________________________
44952 [ 24435] By: nicholas                              on 2005/05/10  09:17:32
44953         Log: Simplify the debug and assert logic.
44954      Branch: perl
44955            ! ext/Storable/Storable.xs
44956 ____________________________________________________________________________
44957 [ 24434] By: nicholas                              on 2005/05/10  09:03:11
44958         Log: Change 24165 missed one s/class/classname/ in the debugging code.
44959      Branch: perl
44960            ! ext/Storable/Storable.xs
44961 ____________________________________________________________________________
44962 [ 24433] By: ams                                   on 2005/05/10  03:16:23
44963         Log: Subject: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
44964              From: Steve Peters <steve@fisharerojo.org>
44965              Date: Mon, 9 May 2005 21:10:49 -0500
44966              Message-Id: <20050510021049.GA20147@mccoy.peters.homeunix.org>
44967      Branch: perl
44968            ! reentr.h
44969 ____________________________________________________________________________
44970 [ 24432] By: ams                                   on 2005/05/10  03:15:34
44971         Log: Subject: [PATCH] Avoid USE_SITECUSTOMIZE redefined warnings
44972              From: Jan Dubois <jand@ActiveState.com>
44973              Date: Mon, 9 May 2005 19:29:06 -0700
44974              Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com>
44975      Branch: perl
44976            ! config_h.SH
44977 ____________________________________________________________________________
44978 [ 24431] By: rgs                                   on 2005/05/09  20:07:14
44979         Log: Subject: [PATCH] attributes-two.patch, the next batch
44980              From: Andy Lester <andy@petdance.com>
44981              Date: May 9, 2005 5:45 PM
44982              Message-ID: <20050509154518.GA18273@petdance.com>
44983      Branch: perl
44984            ! doop.c embed.fnc embed.pl gv.c handy.h op.c perl.c
44985            ! pod/perlapi.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c toke.c
44986            ! utf8.c
44987 ____________________________________________________________________________
44988 [ 24430] By: rgs                                   on 2005/05/09  19:19:20
44989         Log: Fix typo (bug #35368)
44990      Branch: perl
44991            ! pod/perlreftut.pod
44992 ____________________________________________________________________________
44993 [ 24429] By: nicholas                              on 2005/05/09  16:33:57
44994         Log: Update the comment describing arenas.
44995      Branch: perl
44996            ! sv.c
44997 ____________________________________________________________________________
44998 [ 24427] By: nicholas                              on 2005/05/09  11:22:19
44999         Log: Hoist the static "AUTOLOAD" into a static const variable. Makes the
45000              object file slightly smaller, and also increases the proportion of
45001              read only data section.
45002      Branch: perl
45003            ! gv.c
45004 ____________________________________________________________________________
45005 [ 24426] By: rgs                                   on 2005/05/09  11:11:35
45006         Log: Upgrade to Unicode::Collate 0.50
45007      Branch: perl
45008            + lib/Unicode/Collate/t/cjkrange.t lib/Unicode/Collate/t/ignor.t
45009            + lib/Unicode/Collate/t/override.t
45010            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
45011            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/altern.t
45012            ! lib/Unicode/Collate/t/contract.t
45013            ! lib/Unicode/Collate/t/hangtype.t
45014            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/illegal.t
45015            ! lib/Unicode/Collate/t/illegalp.t lib/Unicode/Collate/t/index.t
45016            ! lib/Unicode/Collate/t/normal.t
45017            ! lib/Unicode/Collate/t/rearrang.t lib/Unicode/Collate/t/test.t
45018            ! lib/Unicode/Collate/t/trailwt.t
45019            ! lib/Unicode/Collate/t/variable.t
45020            ! lib/Unicode/Collate/t/version.t lib/Unicode/Collate/t/view.t
45021 ____________________________________________________________________________
45022 [ 24425] By: nicholas                              on 2005/05/09  10:10:42
45023         Log: Change 24413 should have updated makedef.pl with the knowledge that 2
45024              symbols are ithreads only.
45025      Branch: perl
45026            ! makedef.pl
45027 ____________________________________________________________________________
45028 [ 24424] By: nicholas                              on 2005/05/09  10:00:37
45029         Log: Change 24420 should have hand updated globvar.sym to reflect the
45030              renaming of the global variable.
45031      Branch: perl
45032            ! globvar.sym
45033 ____________________________________________________________________________
45034 [ 24423] By: nicholas                              on 2005/05/09  08:48:46
45035         Log: Simplify S_hv_notallowed slightly by passing a prebuilt message
45036              template. (Also slightly smaller object code)
45037      Branch: perl
45038            ! hv.c
45039 ____________________________________________________________________________
45040 [ 24422] By: rgs                                   on 2005/05/09  07:37:58
45041         Log: Subject: [PATCH] Sv_*set() doc's and extra const's for the SvPVX_const() tasks
45042              From: Steve Peters <steve@fisharerojo.org>
45043              Date: Sun, 8 May 2005 20:49:17 -0500
45044              Message-ID: <20050509014917.GA24132@mccoy.peters.homeunix.org>
45045      Branch: perl
45046            ! embed.fnc perl_keyword.pl pod/perlapi.pod proto.h sv.h toke.c
45047 ____________________________________________________________________________
45048 [ 24421] By: rgs                                   on 2005/05/09  07:29:33
45049         Log: Revert to Andy's first solution for nonnull attributes;
45050              add the missing defines for non-threaded perls in perl.h
45051      Branch: perl
45052            ! embed.h embed.pl global.sym perl.h proto.h
45053 ____________________________________________________________________________
45054 [ 24420] By: nicholas                              on 2005/05/08  22:09:18
45055         Log: Perl_croak uses perl's printf, so can pass in SVs direct - no need for
45056              SvPV and a %s format.
45057      Branch: perl
45058            ! mg.c perl.h pp.c pp_hot.c
45059 ____________________________________________________________________________
45060 [ 24419] By: nicholas                              on 2005/05/08  21:40:29
45061         Log: There's no need to set a reference count for the new SV heads, as it's
45062              always set to 1 at uprooting time.
45063              But set it to zero when DEBUGGING to make things clearer. Plus fix a
45064              bug introduced by change 22945, where the last SV head had an
45065              uninitialised reference count.
45066      Branch: perl
45067            ! sv.c
45068 ____________________________________________________________________________
45069 [ 24418] By: nicholas                              on 2005/05/08  19:45:30
45070         Log: The idea is that when you find something, you stop looking.
45071              ( http://use.perl.org/comments.pl?sid=26369&cid=40183 )
45072      Branch: perl
45073            ! sv.c
45074 ____________________________________________________________________________
45075 [ 24417] By: davem                                 on 2005/05/08  14:39:19
45076         Log: t/TEST's new error messages now include the prefix 'FAILURE--'
45077      Branch: perl
45078            ! t/TEST
45079 ____________________________________________________________________________
45080 [ 24416] By: rgs                                   on 2005/05/08  12:19:51
45081         Log: Tweak the insertion of __attribute__((nonnull())) declarations
45082              in proto.h so it compiles with and without threads with gcc 3.4
45083      Branch: perl
45084            ! embed.pl proto.h
45085 ____________________________________________________________________________
45086 [ 24414] By: rgs                                   on 2005/05/07  17:15:45
45087         Log: Subject: [PATCH] GCC attributes!
45088              From: Andy Lester <andy@petdance.com>
45089              Date: May 4, 2005 11:55 PM
45090              Message-ID: <20050504215540.GA20413@petdance.com>
45091      Branch: perl
45092            ! autodoc.pl av.c doio.c doop.c embed.fnc embed.pl op.c perl.h
45093            ! pod/perlapi.pod proto.h regcomp.c sv.c utf8.c util.c xsutils.c
45094 ____________________________________________________________________________
45095 [ 24413] By: nicholas                              on 2005/05/07  16:08:16
45096         Log: The ptr_table arena variables and code is only needed for ithreads.
45097      Branch: perl
45098            ! intrpvar.h sv.c
45099 ____________________________________________________________________________
45100 [ 24412] By: davem                                 on 2005/05/07  12:57:06
45101         Log: while (my $x ...) { ...; redo } shouldn't undef $x.
45102              In the presence of 'my' in the conditional of a while(), until(),
45103              or for(;;) loop, add an extra scope to the body so that redo
45104              doesn't undef the lexical
45105      Branch: perl
45106            ! embed.fnc embed.h op.c perly.act perly.h perly.tab perly.y
45107            ! pp_ctl.c proto.h t/op/loopctl.t
45108 ____________________________________________________________________________
45109 [ 24411] By: davem                                 on 2005/05/07  11:06:16
45110         Log: add 1.875c to the list of supported bisons
45111      Branch: perl
45112            ! regen_perly.pl
45113 ____________________________________________________________________________
45114 [ 24410] By: nicholas                              on 2005/05/06  22:17:04
45115         Log: Get the correct refcount on the temporary assignment to PL_sigwarn so
45116              that other code assigning to $SIG{__WARN__} doesn't cause a premature
45117              free.
45118      Branch: perl
45119            ! perlio.c t/io/layers.t
45120 ____________________________________________________________________________
45121 [ 24409] By: nicholas                              on 2005/05/06  19:08:35
45122         Log: Ooops. Wise man tests with ithreads before commiting. D'oh!
45123      Branch: perl
45124            ! sv.c
45125 ____________________________________________________________________________
45126 [ 24408] By: nicholas                              on 2005/05/06  18:38:45
45127         Log: Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting.
45128      Branch: perl
45129            ! hv.c intrpvar.h sv.c
45130 ____________________________________________________________________________
45131 [ 24407] By: rgs                                   on 2005/05/06  15:37:30
45132         Log: Upgrade to PathTools 3.07
45133      Branch: perl
45134            ! ext/Cwd/Changes ext/Cwd/t/taint.t lib/Cwd.pm lib/File/Spec.pm
45135            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
45136            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
45137            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
45138            ! lib/File/Spec/t/Spec.t
45139 ____________________________________________________________________________
45140 [ 24406] By: ams                                   on 2005/05/06  15:17:26
45141         Log: Don't pretend SIGZERO exists [#35291].
45142      Branch: perl
45143            ! mg.c
45144 ____________________________________________________________________________
45145 [ 24405] By: nicholas                              on 2005/05/06  13:11:54
45146         Log: Make the arena size changeable at compile time, and up the default by
45147              a factor of 4.
45148      Branch: perl
45149            ! hv.c perl.h sv.c
45150 ____________________________________________________________________________
45151 [ 24404] By: nicholas                              on 2005/05/06  12:34:36
45152         Log: Allocate pointer table entries (for ithread cloning) from an arena
45153      Branch: perl
45154            ! embedvar.h intrpvar.h perlapi.h sv.c
45155 ____________________________________________________________________________
45156 [ 24402] By: davem                                 on 2005/05/05  20:52:11
45157         Log: avoid accessing a just-freed SV (keep ponie happy)
45158      Branch: perl
45159            ! pad.c
45160 ____________________________________________________________________________
45161 [ 24401] By: rgs                                   on 2005/05/05  17:12:38
45162         Log: Missing files in Test::Simple
45163      Branch: perl
45164            + lib/Test/Simple/t/create.t lib/Test/Simple/t/is_deeply_fail.t
45165            + t/lib/Test/Simple/sample_tests/exit.plx
45166 ____________________________________________________________________________
45167 [ 24399] By: nicholas                              on 2005/05/05  15:17:23
45168         Log: Bump versions of non dual-life modules
45169      Branch: perl
45170            ! lib/File/Path.pm lib/FileCache.pm lib/Pod/Html.pm
45171            ! lib/Symbol.pm lib/utf8.pm win32/FindExt.pm
45172 ____________________________________________________________________________
45173 [ 24398] By: nicholas                              on 2005/05/05  14:54:20
45174         Log: Bump version numbers
45175      Branch: perl
45176            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
45177            ! ext/IO/lib/IO/Socket/INET.pm ext/XS/APItest/APItest.pm
45178 ____________________________________________________________________________
45179 [ 24397] By: rgs                                   on 2005/05/05  14:41:55
45180         Log: Upgrade to Test::Simple 0.60
45181      Branch: perl
45182            - lib/Test/Simple/t/is_deeply.t
45183            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
45184            ! lib/Test/Simple.pm lib/Test/Simple/Changes
45185            ! lib/Test/Simple/t/00signature.t
45186            ! lib/Test/Simple/t/circular_data.t lib/Test/Simple/t/exit.t
45187            ! lib/Test/Simple/t/fork.t lib/Test/Simple/t/has_plan.t
45188            ! lib/Test/Simple/t/has_plan2.t lib/Test/Simple/t/is_fh.t
45189            ! lib/Test/Simple/t/require_ok.t
45190 ____________________________________________________________________________
45191 [ 24396] By: nicholas                              on 2005/05/05  14:28:42
45192         Log: Bump B version numbers
45193      Branch: perl
45194            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
45195            ! ext/B/B/Disassembler.pm ext/B/B/Terse.pm
45196            ! ext/B/t/OptreeCheck.pm
45197 ____________________________________________________________________________
45198 [ 24393] By: davem                                 on 2005/05/05  12:06:32
45199         Log: stop Math/BigInt/t/bare_mbf.t producing spurious test output
45200      Branch: perl
45201            ! lib/Math/BigInt/t/bare_mbf.t
45202 ____________________________________________________________________________
45203 [ 24392] By: davem                                 on 2005/05/05  12:01:51
45204         Log: strictifying t/TEST stopped it handling '1..n todo' correctly
45205              (made scope of %toto too narrow)
45206      Branch: perl
45207            ! t/TEST
45208 ____________________________________________________________________________
45209 [ 24390] By: davem                                 on 2005/05/05  00:34:50
45210         Log: make t/TEST detect various failure modes in testfile outputs
45211              in particular:
45212              multiple leader lines
45213              leader line not first or last line of file
45214              unrecognised lines
45215              out-of-sequence test numbers
45216      Branch: perl
45217            ! t/TEST
45218 ____________________________________________________________________________
45219 [ 24389] By: davem                                 on 2005/05/04  22:14:54
45220         Log: strictify t/TEST
45221              make most variables lexical, narrow their scope, and give some of
45222              them more meaningful names. Also fix a harmless bug where the wrong
45223              filehandles are closed (A+B rather than U+A)
45224      Branch: perl
45225            ! t/TEST
45226 ____________________________________________________________________________
45227 [ 24388] By: rgs                                   on 2005/05/04  20:50:59
45228         Log: Document the unportability of atan2() edge cases
45229              and remove unportable tests (by Steve Peters)
45230      Branch: perl
45231            ! pod/perlport.pod t/op/exp.t
45232 ____________________________________________________________________________
45233 [ 24387] By: davem                                 on 2005/05/04  20:30:00
45234         Log: add test for [perl #34682] leaving eval via last in inner runops
45235      Branch: perl
45236            ! t/op/eval.t
45237 ____________________________________________________________________________
45238 [ 24386] By: rgs                                   on 2005/05/04  18:31:19
45239         Log: Fix test numerotation
45240      Branch: perl
45241            ! t/op/goto.t
45242 ____________________________________________________________________________
45243 [ 24385] By: davem                                 on 2005/05/04  15:52:11
45244         Log: make goto.t use test.pl, strict and warnings
45245      Branch: perl
45246            ! t/op/goto.t
45247 ____________________________________________________________________________
45248 [ 24384] By: davem                                 on 2005/05/04  14:01:40
45249         Log: SEGV when next is followed by a goto
45250              
45251              next and redo didn't restore PL_curcop
45252      Branch: perl
45253            ! pp_ctl.c t/op/goto.t
45254 ____________________________________________________________________________
45255 [ 24383] By: ams                                   on 2005/05/04  12:12:30
45256         Log: Subject: [PATCH] perlvar.pod verbatim paragraph first line does not start with a space
45257              From: Offer Kaye <offer.kaye@gmail.com>
45258              Date: Wed, 4 May 2005 15:10:37 +0300
45259              Message-Id: <56942505050405101bfe678d@mail.gmail.com>
45260      Branch: perl
45261            ! pod/perlvar.pod
45262 ____________________________________________________________________________
45263 [ 24382] By: rgs                                   on 2005/05/04  11:21:54
45264         Log: Sync synopses
45265      Branch: perl
45266            ! pod/perl.pod pod/perlrun.pod
45267 ____________________________________________________________________________
45268 [ 24381] By: davem                                 on 2005/05/03  22:10:45
45269         Log: document the internals of exception handling
45270      Branch: perl
45271            ! pod/perlhack.pod
45272 ____________________________________________________________________________
45273 [ 24380] By: rgs                                   on 2005/05/03  15:43:34
45274         Log: Fix getting prototype of builtins mkdir and setpgrp.
45275              Hardcode special exceptions for exec and system, instead
45276              of trying to be clever and failing.
45277      Branch: perl
45278            ! opcode.h opcode.pl pp.c t/op/cproto.t
45279 ____________________________________________________________________________
45280 [ 24379] By: rgs                                   on 2005/05/03  12:18:50
45281         Log: Error in the latest FindBin patch, noticed by Nicholas
45282      Branch: perl
45283            ! lib/FindBin.pm
45284 ____________________________________________________________________________
45285 [ 24378] By: rgs                                   on 2005/05/03  12:15:45
45286         Log: mkdir without arguments now defaults to $_
45287      Branch: perl
45288            ! opcode.h opcode.pl pod/perlfunc.pod t/op/cproto.t t/op/mkdir.t
45289 ____________________________________________________________________________
45290 [ 24377] By: nicholas                              on 2005/05/03  12:00:25
45291         Log: ok($a == $b) better written as cmp_ok($a, '==', $b)
45292              (The latter gives more diagnostics in the case of failure)
45293      Branch: perl
45294            ! t/op/exp.t
45295 ____________________________________________________________________________
45296 [ 24376] By: rgs                                   on 2005/05/03  09:45:24
45297         Log: Convert to test.pl
45298      Branch: perl
45299            ! t/op/mkdir.t
45300 ____________________________________________________________________________
45301 [ 24375] By: rgs                                   on 2005/05/03  08:53:25
45302         Log: Fix for [perl #34252] Access rights in FindBin::Bin
45303              At least on my platform, Cwd::getcwd doesn't find the current
45304              directory if it has no access to it. Try harder with Cwd::cwd.
45305      Branch: perl
45306            ! lib/FindBin.pm
45307 ____________________________________________________________________________
45308 [ 24374] By: steveh                                on 2005/05/03  08:51:24
45309         Log: Fix croak() and confess() so that they don't clobber $!
45310              (plus tests to check this)
45311      Branch: perl
45312            ! lib/Carp.pm lib/Carp.t
45313 ____________________________________________________________________________
45314 [ 24373] By: nicholas                              on 2005/05/03  08:45:28
45315         Log: PL_mess_sv is always >= SVt_PVMG, so no need for an if() test
45316      Branch: perl
45317            ! perl.c
45318 ____________________________________________________________________________
45319 [ 24372] By: rgs                                   on 2005/05/03  07:36:17
45320         Log: Subject: [perl #33809] optimize macro dXSARGS 
45321              From: Sergey Skvortsov (via RT) <perlbug-followup@perl.org>
45322              Date: 17 Jan 2005 09:02:33 -0000
45323              Message-ID: <rt-3.0.11-33809-105714.16.4209917806492@perl.org>
45324      Branch: perl
45325            ! XSUB.h pod/perlapi.pod universal.c
45326 ____________________________________________________________________________
45327 [ 24371] By: rgs                                   on 2005/05/03  06:56:03
45328         Log: Subject: [PATCH] IEEE math for the masses
45329              From: Steve Peters <steve@fisharerojo.org>
45330              Date: Fri, 15 Apr 2005 09:10:54 -0500
45331              Message-ID: <20050415141054.GA12749@mccoy.peters.homeunix.org>
45332              
45333              (tests added to t/op/exp.t)
45334      Branch: perl
45335            ! pp.c t/op/exp.t
45336 ____________________________________________________________________________
45337 [ 24370] By: rgs                                   on 2005/05/03  06:30:47
45338         Log: Convert to test.pl
45339      Branch: perl
45340            ! t/op/exp.t
45341 ____________________________________________________________________________
45342 [ 24369] By: nicholas                              on 2005/05/02  20:45:00
45343         Log: A slightly better layout for the diagram.
45344      Branch: perl
45345            ! ext/B/B.pm
45346 ____________________________________________________________________________
45347 [ 24368] By: rgs                                   on 2005/05/02  20:10:34
45348         Log: Clarify the definition of the 'w' pack format, as suggested by
45349              Alexey Toptygin.
45350      Branch: perl
45351            ! pod/perlfunc.pod
45352 ____________________________________________________________________________
45353 [ 24367] By: rgs                                   on 2005/05/02  17:10:19
45354         Log: For perls where pids and ppids are cached, when the ppid of
45355              the perl process becomes 1, refresh the ppid cache (this may
45356              indicate that the parent process has died.)
45357      Branch: perl
45358            ! pp_sys.c
45359 ____________________________________________________________________________
45360 [ 24366] By: rgs                                   on 2005/05/02  16:16:35
45361         Log: Change inheritance hierarchy of B subclassses :
45362              
45363              Subject: @B::NV::ISA = 'B::IV';
45364              From: Nicholas Clark <nick@ccl4.org>
45365              Date: Wed, 27 Apr 2005 14:57:51 +0100
45366              Message-ID: <20050427135750.GD94420@plum.flirble.org>
45367      Branch: perl
45368            ! ext/B/B.pm
45369 ____________________________________________________________________________
45370 [ 24365] By: rgs                                   on 2005/05/02  15:46:51
45371         Log: Subject: [PATCH] printf.patch: Adding printf checking for gcc
45372              From: Andy Lester <andy@petdance.com>
45373              Date: Sun, 1 May 2005 15:07:55 -0500
45374              Message-ID: <20050501200755.GA30259@petdance.com>
45375      Branch: perl
45376            ! gv.c lib/ExtUtils/t/Embed.t pad.c perl.c perl.h perlio.c
45377            ! perlio.h perliol.h pp_pack.c pp_sort.c x2p/util.c x2p/util.h
45378 ____________________________________________________________________________
45379 [ 24364] By: rgs                                   on 2005/05/02  14:48:04
45380         Log: Subject: Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
45381              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
45382              Date: Wed, 3 Nov 2004 16:38:01 +0100
45383              Message-ID: <20041103163801.6839be30@valis.local>
45384      Branch: perl
45385            ! ext/Data/Dumper/Dumper.pm
45386 ____________________________________________________________________________
45387 [ 24363] By: davem                                 on 2005/05/02  14:27:20
45388         Log: Better fix for #8738  (Core dump in 'leavetry')
45389              When in an inner runops loop (eg via a tie or sort), an eval
45390              needs a new JMPENV pushing by S_docatch. If an exception is raised,
45391              control is returned to S_docatch, and it must determine whether
45392              the eval that trapped the exception is an inner eval or an outer
45393              one. In the former case, restart the loop, in the latter case,
45394              rethrow the exception. This is determined by whether we are still
45395              at the same PL_curstackinfo level. This fails in the case of
45396              SPLICE(), which pushes a new SETJMP and runops level, but not a
45397              new stackinfo level. There may be other code which does similar.
45398              The solution is to store the current value of PL_top_env in each
45399              pushed CxEVAL, and see if it's still the same as PL_top_env when
45400              the exception is handled.
45401      Branch: perl
45402            ! cop.h pp_ctl.c
45403 ____________________________________________________________________________
45404 [ 24362] By: davem                                 on 2005/05/02  13:51:42
45405         Log: Revert change #15705 (Core dump in 'leavetry')
45406              This fixes bug #34682, reintroduces bug #8738 (ID 20020301.011),
45407              and reintroduces an eval optimisation for innter runops levels
45408      Branch: perl
45409            ! pp_ctl.c
45410 ____________________________________________________________________________
45411 [ 24361] By: davem                                 on 2005/05/02  13:29:17
45412         Log: move the SETJMP exception-handing definitions from scope.h to cop.h
45413              so that a JMPENV* entry can be added to struct block_eval
45414      Branch: perl
45415            ! cop.h scope.h
45416 ____________________________________________________________________________
45417 [ 24360] By: rgs                                   on 2005/05/02  09:37:04
45418         Log: Fix [perl #35162] $SIG{__DIE__} = 'IGNORE' is base.pm is illegal
45419      Branch: perl
45420            ! lib/base.pm
45421 ____________________________________________________________________________
45422 [ 24359] By: rgs                                   on 2005/05/02  08:09:38
45423         Log: Subject: [PATCH] undo pod utilities regression in 24034
45424              From: "Craig A. Berry" <craigberry@mac.com>
45425              Date: Fri, 29 Apr 2005 17:22:48 -0500
45426              Message-ID: <4272B3B8.6030603@mac.com>
45427      Branch: perl
45428            ! pod/pod2usage.PL pod/podselect.PL
45429 ____________________________________________________________________________
45430 [ 24358] By: rgs                                   on 2005/05/02  07:15:37
45431         Log: Subject: [PATCH] uninitialized warnings in regcomp
45432              From: Steven Philip Schubiger <steven@accognoscere.org>
45433              Date: Mon, 2 May 2005 01:14:29 +0200 (CEST)
45434              Message-Id: <200505012314.j41NETLk018737@accognoscere.homeunix.org>
45435      Branch: perl
45436            ! regcomp.c
45437 ____________________________________________________________________________
45438 [ 24357] By: nicholas                              on 2005/05/01  22:16:16
45439         Log: Explode if anyone attempts to sv_upgrade PL_mess_sv.
45440              Should this be a panic: ?
45441      Branch: perl
45442            ! sv.c
45443 ____________________________________________________________________________
45444 [ 24355] By: merijn                                on 2005/04/29  15:32:17
45445         Log: Put back INSTALL_PREFIX and INSTALL_PREFIX_EXP as they were
45446              unintendedly removed by patch #23435
45447      Branch: perl
45448            ! config_h.SH
45449 ____________________________________________________________________________
45450 [ 24354] By: merijn                                on 2005/04/29  13:59:36
45451         Log: Subject: [PATCH] Small patch to perlport.pod
45452              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
45453              Date: Thu, 28 Apr 2005 02:24:04 +0200
45454              Message-Id: <D38E89F3-B77B-11D9-B91D-000502F3279F@free.fr>
45455      Branch: perl
45456            ! pod/perlport.pod
45457 ____________________________________________________________________________
45458 [ 24353] By: steveh                                on 2005/04/29  09:07:19
45459         Log: Subject: [PATCH] one cannot "static" exported functions
45460              From: <jarkko.hietaniemi@nokia.com>
45461              Date: Fri, 29 Apr 2005 11:02:01 +0300
45462              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D705@esebe105.NOE.Nokia.com>
45463      Branch: perl
45464            ! perlio.c
45465 ____________________________________________________________________________
45466 [ 24352] By: steveh                                on 2005/04/29  08:24:50
45467         Log: Skip PL_sig_sv when PERL_IMPLICIT_CONTEXT is defined
45468              (rather than when PERL_IMPLICIT_SYS is defined)
45469      Branch: perl
45470            ! makedef.pl
45471 ____________________________________________________________________________
45472 [ 24351] By: nicholas                              on 2005/04/28  22:28:53
45473         Log: Refactor Perl_sv_utf8_upgrade_flags to use SvPV_free
45474      Branch: perl
45475            ! sv.c
45476 ____________________________________________________________________________
45477 [ 24350] By: steveh                                on 2005/04/28  16:42:13
45478         Log: Subject: (in blead) a missing const in a prototype
45479              From: <jarkko.hietaniemi@nokia.com>
45480              Date: Wed, 27 Apr 2005 17:35:27 +0300
45481              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6ED@esebe105.NOE.Nokia.com>
45482      Branch: perl
45483            ! embed.fnc proto.h
45484 ____________________________________________________________________________
45485 [ 24349] By: steveh                                on 2005/04/28  16:38:51
45486         Log: Silence a compilation warning on Win32
45487      Branch: perl
45488            ! pp.c
45489 ____________________________________________________________________________
45490 [ 24348] By: nicholas                              on 2005/04/28  11:22:15
45491         Log: Add a new macro SvPV_free() which undoes OOK and free()s the PVX(),
45492              becase there's a lot of code around that calls SvOOK_off(), memmov()s
45493              the buffer, then promptly free()s it. So avoid the needless memmov().
45494      Branch: perl
45495            ! perl.c pp.c pp_ctl.c pp_hot.c sv.c sv.h
45496 ____________________________________________________________________________
45497 [ 24347] By: steveh                                on 2005/04/28  11:13:55
45498         Log: Remove temporary clean-up from Win32 makefiles
45499              
45500              Change 22501 temporarily added some clean-up to the Win32 makefiles
45501              which was only meant to stay until cpan rt #5616 was fixed.  It is
45502              now fixed (in EU-MM 6.22, which in turn has been in blead for a
45503              while now), so these hacks are no longer required.
45504              
45505              This change is also good for maint, which currently contains EU-MM
45506              6.17, which didn't create the blibdirs.exists files in question
45507              anyway.
45508      Branch: perl
45509            ! win32/Makefile win32/makefile.mk
45510 ____________________________________________________________________________
45511 [ 24345] By: rgs                                   on 2005/04/28  09:29:07
45512         Log: Remove confusing punctuation
45513              (spotted by David Rigaudiere)
45514      Branch: perl
45515            ! pod/perlvar.pod
45516 ____________________________________________________________________________
45517 [ 24344] By: nicholas                              on 2005/04/28  09:29:06
45518         Log: Calling sv_backoff() on something that's about to be free()d will
45519              memmov() memory that's about to be freed. Seems wasteful.
45520      Branch: perl
45521            ! sv.c
45522 ____________________________________________________________________________
45523 [ 24341] By: steveh                                on 2005/04/28  08:44:28
45524         Log: Fix perlsio_binmode() export breakage caused by change #24338
45525              
45526              Define and export perlsio_binmode() based on the same condition,
45527              namely, that USE_PERLIO is defined and USE_SFIO is not.
45528      Branch: perl
45529            ! makedef.pl perlio.c
45530 ____________________________________________________________________________
45531 [ 24340] By: nicholas                              on 2005/04/28  08:34:57
45532         Log: The if() clause is the wrong way round, so OOK can never be true in
45533              this case. Given that OOK is never undone, we could never have been
45534              correctly upgrading a PV with OOK to HV or AV. I believe that only
45535              SVt_NULL is the only type ever upgraded to HV or AV.
45536      Branch: perl
45537            ! sv.c
45538 ____________________________________________________________________________
45539 [ 24339] By: rgs                                   on 2005/04/27  20:24:30
45540         Log: A couple of warning fixes by Gisle
45541      Branch: perl
45542            ! pp.c pp_sys.c
45543 ____________________________________________________________________________
45544 [ 24338] By: rgs                                   on 2005/04/27  14:48:46
45545         Log: Subject: [PATCH] perlio-two.patch: More warnings squashed, more consts
45546              From: Andy Lester <andy@petdance.com>
45547              Date: Wed, 27 Apr 2005 10:02:43 -0500
45548              Message-ID: <20050427150243.GA21883@petdance.com>
45549      Branch: perl
45550            ! perl.c perlio.c perlio.h perliol.h
45551 ____________________________________________________________________________
45552 [ 24334] By: steveh                                on 2005/04/27  08:35:40
45553         Log: Subject: Win32 MM test fix
45554              From: Michael G Schwern <schwern@pobox.com>
45555              Date: Mon, 18 Apr 2005 14:30:19 -0700
45556              Message-ID: <20050418213019.GA15797@windhund.schwern.org>
45557              
45558              Subject: Re: Win32 MM test fix
45559              From: demerphq <demerphq@gmail.com>
45560              Date: Tue, 19 Apr 2005 00:57:59 +0200
45561              Message-ID: <9b18b31105041815573e10dc10@mail.gmail.com>
45562      Branch: perl
45563            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
45564 ____________________________________________________________________________
45565 [ 24333] By: rgs                                   on 2005/04/26  21:03:43
45566         Log: Subject: [PATCH] XS() __attribute__
45567              From: Andy Lester <andy@petdance.com>
45568              Date: Fri, 22 Apr 2005 17:39:47 -0500
45569              Message-ID: <20050422223947.GA4681@petdance.com>
45570      Branch: perl
45571            ! XSUB.h universal.c xsutils.c
45572 ____________________________________________________________________________
45573 [ 24328] By: rgs                                   on 2005/04/26  14:27:01
45574         Log: Subject: Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patches
45575              From: Andy Lester <andy@petdance.com>
45576              Date: Mon, 25 Apr 2005 17:56:51 -0500
45577              Message-ID: <20050425225651.GB17271@petdance.com>
45578      Branch: perl
45579            ! embed.fnc embed.h perl.h pod/perlapi.pod pp_pack.c proto.h
45580 ____________________________________________________________________________
45581 [ 24326] By: rgs                                   on 2005/04/26  12:49:03
45582         Log: Upgrade to CGI.pm 3.08
45583      Branch: perl
45584            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm
45585            ! lib/CGI/Pretty.pm
45586 ____________________________________________________________________________
45587 [ 24325] By: merijn                                on 2005/04/26  11:28:42
45588         Log: Subject: [PATCH?] for AIX problems? RE: [PATCH] Symbian port of Perl
45589              Date: Tue, 26 Apr 2005 12:22:12 +0300
45590              From: <jarkko.hietaniemi@nokia.com>
45591              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6CB@esebe105.NOE.Nokia.com>
45592              From: Steve Hay <steve.hay@uk.radan.com>
45593              Message-ID: <426E11A3.8070002@uk.radan.com>
45594      Branch: perl
45595            ! ext/Storable/Storable.xs
45596 ____________________________________________________________________________
45597 [ 24321] By: steveh                                on 2005/04/25  13:09:57
45598         Log: Update location to fetch dmake from in README.win32
45599              
45600              Use the generic search.cpan.org URL so that the latest version is
45601              always found
45602      Branch: perl
45603            ! README.win32
45604 ____________________________________________________________________________
45605 [ 24320] By: nicholas                              on 2005/04/25  11:41:01
45606         Log: Subject: [PATCH] mktables.lst and related stuff (was Re: [PATCH] Unicode 4.1.0)
45607              From: demerphq <demerphq@gmail.com>
45608              Message-ID: <9b18b31105042412352fcf2bc5@mail.gmail.com>
45609              Date: Sun, 24 Apr 2005 21:35:35 +0200
45610      Branch: perl
45611            ! lib/unicore/README.perl lib/unicore/mktables
45612            ! lib/unicore/mktables.lst
45613 ____________________________________________________________________________
45614 [ 24319] By: steveh                                on 2005/04/25  11:05:24
45615         Log: Provide $Config{libswanted_uselargefiles} on Win32
45616              
45617              This fixes some test failures introduced by change 24271.
45618      Branch: perl
45619            ! win32/config.bc win32/config.gc win32/config.vc
45620            ! win32/config.vc64
45621 ____________________________________________________________________________
45622 [ 24318] By: steveh                                on 2005/04/25  07:47:11
45623         Log: Subject: [PATCH] combopatch
45624              From: Jarkko Hietaniemi <jhi@iki.fi>
45625              Date: Sun, 24 Apr 2005 22:58:15 +0300
45626              Message-ID: <426BFA57.9060105@iki.fi>
45627      Branch: perl
45628            ! embed.fnc makedef.pl mg.c perl.c perl.h perlvars.h pp_pack.c
45629            ! proto.h toke.c util.c
45630 ____________________________________________________________________________
45631 [ 24317] By: rgs                                   on 2005/04/25  06:30:44
45632         Log: Fix typo, noticed by Randal Schwartz
45633      Branch: perl
45634            ! pod/perlfunc.pod
45635 ____________________________________________________________________________
45636 [ 24316] By: ams                                   on 2005/04/25  01:36:38
45637         Log: Add STORABLE_attach hook (Adam Kennedy).
45638      Branch: perl
45639            + ext/Storable/t/HAS_ATTACH.pm ext/Storable/t/attach_errors.t
45640            + ext/Storable/t/attach_singleton.t
45641            + ext/Storable/t/circular_hook.t
45642            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
45643            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
45644 ____________________________________________________________________________
45645 [ 24315] By: rgs                                   on 2005/04/24  15:25:18
45646         Log: Add files missing in 24314
45647      Branch: perl
45648            + lib/Test/Harness/Point.pm lib/Test/Harness/t/from_line.t
45649            + lib/Test/Harness/t/point-parse.t lib/Test/Harness/t/point.t
45650            + lib/Test/Harness/t/version.t
45651 ____________________________________________________________________________
45652 [ 24314] By: rgs                                   on 2005/04/24  13:26:50
45653         Log: Upgrade to Test::Harness 2.48
45654      Branch: perl
45655            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
45656            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
45657            ! lib/Test/Harness/t/00compile.t
45658            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
45659            ! t/lib/sample-tests/skip
45660 ____________________________________________________________________________
45661 [ 24313] By: merijn                                on 2005/04/24  11:52:03
45662         Log: Subject: [PATCH] Add -Wdeclaration-after-statement to default flags for gcc 3+
45663              From: Steve Peters <steve@fisharerojo.org>
45664              Date: Sat, 23 Apr 2005 22:37:48 -0500
45665              Message-ID: <20050424033748.GA23117@mccoy.peters.homeunix.org>
45666      Branch: perl
45667            ! Configure
45668 ____________________________________________________________________________
45669 [ 24311] By: rgs                                   on 2005/04/24  11:48:24
45670         Log: Add %patchlevel hash to Module::CoreList
45671      Branch: perl
45672            ! lib/Module/CoreList.pm
45673 ____________________________________________________________________________
45674 [ 24310] By: merijn                                on 2005/04/24  09:12:37
45675         Log: Subject: [PATCH] lib/Time/Local.t: time_t is unsigned on VMS
45676              From: "Craig A. Berry" <craigberry@mac.com>
45677              Date: Sat, 23 Apr 2005 18:25:52 -0500
45678              Message-ID: <426AD980.2010801@mac.com>
45679      Branch: perl
45680            ! lib/Time/Local.t
45681 ____________________________________________________________________________
45682 [ 24309] By: nicholas                              on 2005/04/23  14:00:49
45683         Log: Variable declarations can't come after statements in C89.
45684      Branch: perl
45685            ! util.c
45686 ____________________________________________________________________________
45687 [ 24308] By: nicholas                              on 2005/04/23  13:57:41
45688         Log: Save state when auto-generating #ifdef PERL_CORE and PERL_CORE/PERL_EXT
45689              reducing embed.h by about 10%.
45690      Branch: perl
45691            ! embed.h embed.pl
45692 ____________________________________________________________________________
45693 [ 24307] By: davem                                 on 2005/04/23  13:56:18
45694         Log: Subject:  [PATCH] Fix for warnings in util.c/Perl_init_tm()
45695              From:  Steve Peters <steve@fisharerojo.org>
45696              Date:  Fri, 22 Apr 2005 22:36:03 -0500
45697              Message-Id:  <20050423033603.GA32547@mccoy.peters.homeunix.org>
45698              
45699              localtime() can return null
45700      Branch: perl
45701            ! util.c
45702 ____________________________________________________________________________
45703 [ 24303] By: nicholas                              on 2005/04/22  21:40:21
45704         Log: Convert to test.pl
45705      Branch: perl
45706            ! t/op/substr.t
45707 ____________________________________________________________________________
45708 [ 24301] By: nicholas                              on 2005/04/22  16:21:46
45709         Log: Subject: [PATCH] t/uni/class.t -- update VMS test skippage
45710              From: "Craig A. Berry" <craigberry@mac.com>
45711              Message-ID: <42692501.6090809@mac.com>
45712              Date: Fri, 22 Apr 2005 11:23:29 -0500
45713      Branch: perl
45714            ! t/uni/class.t
45715 ____________________________________________________________________________
45716 [ 24300] By: rgs                                   on 2005/04/22  16:17:36
45717         Log: Patch by Yves Orton to accept several options on the corelist(1)
45718              command-line. Plus POD nits.
45719      Branch: perl
45720            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
45721 ____________________________________________________________________________
45722 [ 24290] By: steveh                                on 2005/04/22  13:51:47
45723         Log: Fix last remaining Win32 linker error following change 24271
45724              
45725              (Supplied by Jarkko in a makedef.pl that was omitted from the
45726              aforementioned change)
45727      Branch: perl
45728            ! makedef.pl
45729 ____________________________________________________________________________
45730 [ 24287] By: rgs                                   on 2005/04/22  12:42:37
45731         Log: There's no point listing '-f' in --help output
45732              when perl isn't built with USE_SITECUSTOMIZE, since it might
45733              confuse users about $sitelib/sitecustomize.pl being sourced
45734              at startup.
45735      Branch: perl
45736            ! perl.c
45737 ____________________________________________________________________________
45738 [ 24286] By: nicholas                              on 2005/04/22  12:37:19
45739         Log: For now, TODO the 2 tests that fail on 5.8.x
45740      Branch: perl
45741            ! ext/B/t/optree_specials.t
45742 ____________________________________________________________________________
45743 [ 24284] By: rgs                                   on 2005/04/22  12:34:14
45744         Log: -A wasn't listed in the --help output
45745      Branch: perl
45746            ! perl.c
45747 ____________________________________________________________________________
45748 [ 24280] By: steveh                                on 2005/04/22  09:59:54
45749         Log: Fix more Win32 linker errors following change 24271
45750              
45751              This clears up problems with Perl_free_global_struct and
45752              Perl_init_global_struct
45753      Branch: perl
45754            ! embed.fnc embed.h global.sym makedef.pl proto.h
45755 ____________________________________________________________________________
45756 [ 24279] By: rgs                                   on 2005/04/22  09:04:08
45757         Log: Subject: [PATCH] pp_pack.c warning quieting
45758              From: Andy Lester <andy@petdance.com>
45759              Date: Thu, 21 Apr 2005 11:33:13 -0500
45760              Message-ID: <20050421163313.GA20930@petdance.com>
45761      Branch: perl
45762            ! pp_pack.c
45763 ____________________________________________________________________________
45764 [ 24278] By: steveh                                on 2005/04/22  08:59:58
45765         Log: Fix Win32 linker errors following change 24271
45766              
45767              This clears up "unresolved external" errors for the following symbols:
45768              
45769              PL_watch_pvx
45770              Perl_Gappctx_ptr
45771              Perl_Gmmap_page_size_ptr
45772              Perl_Gsig_defaulting_ptr
45773              Perl_Gsig_handlers_initted_ptr
45774              Perl_Gsig_ignoring_ptr
45775              Perl_Gsig_sv_ptr
45776              Perl_Gtimesbase_ptr
45777              Perl_Gwatch_pvx_ptr
45778      Branch: perl
45779            ! makedef.pl
45780 ____________________________________________________________________________
45781 [ 24277] By: rgs                                   on 2005/04/22  08:48:14
45782         Log: Subject: [PATCH] bytecode.pl, bytecode.h, and sv.h fixes
45783              From: Steve Peters <steve@fisharerojo.org>
45784              Date: Thu, 21 Apr 2005 18:55:47 -0500
45785              Message-ID: <20050421235547.GA12149@mccoy.peters.homeunix.org>
45786      Branch: perl
45787            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
45788            ! sv.h
45789 ____________________________________________________________________________
45790 [ 24276] By: steveh                                on 2005/04/22  08:13:01
45791         Log: Fix my_chsize() for systems having chsize(), broken by change #24271
45792      Branch: perl
45793            ! pp_sys.c
45794 ____________________________________________________________________________
45795 [ 24275] By: davem                                 on 2005/04/21  21:30:11
45796         Log: Sigh - really bump Text::Wrap version number this time.
45797      Branch: perl
45798            ! lib/Text/Wrap.pm
45799 ____________________________________________________________________________
45800 [ 24274] By: davem                                 on 2005/04/21  21:27:15
45801         Log: bump version number in Text::Wrap after change #24273
45802      Branch: perl
45803            ! lib/Text/Wrap.pm
45804 ____________________________________________________________________________
45805 [ 24273] By: davem                                 on 2005/04/21  21:22:54
45806         Log: Text::Wrap::wrap() fails with non-space separator
45807      Branch: perl
45808            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
45809 ____________________________________________________________________________
45810 [ 24271] By: rgs                                   on 2005/04/21  15:38:30
45811         Log: Subject: [PATCH] Symbian port of Perl
45812              From: <jarkko.hietaniemi@nokia.com>
45813              Date: Mon, 18 Apr 2005 13:18:30 +0300
45814              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com>
45815      Branch: perl
45816            + README.symbian ext/DynaLoader/dl_symbian.xs
45817            + symbian/PerlApp.cpp symbian/PerlApp.h symbian/PerlApp.hrh
45818            + symbian/PerlApp.rss symbian/PerlAppAif.rss
45819            + symbian/PerlBase.cpp symbian/PerlBase.h symbian/PerlBase.pod
45820            + symbian/PerlRecog.cpp symbian/PerlRecog.mmp symbian/README
45821            + symbian/TODO symbian/bld.inf symbian/config.pl
45822            + symbian/config.sh symbian/cwd.pl symbian/demo_pl
45823            + symbian/install.cfg symbian/makesis.pl symbian/port.pl
45824            + symbian/sanity.pl symbian/sdk.pl symbian/symbian_dll.cpp
45825            + symbian/symbian_proto.h symbian/symbian_stubs.c
45826            + symbian/symbian_stubs.h symbian/symbian_utils.cpp
45827            + symbian/symbianish.h symbian/uid.pl symbian/version.pl
45828            + symbian/xsbuild.pl
45829            ! EXTERN.h INTERN.h MANIFEST Porting/curliff.pl Porting/makerel
45830            ! XSUB.h av.c bytecode.pl configpm doio.c dump.c embed.fnc
45831            ! embed.h embed.pl embedvar.h ext/B/B.xs
45832            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
45833            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
45834            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c
45835            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
45836            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
45837            ! ext/POSIX/POSIX.xs ext/PerlIO/scalar/scalar.xs
45838            ! ext/PerlIO/via/via.xs ext/SDBM_File/sdbm/sdbm.c
45839            ! ext/Storable/Storable.xs ext/Time/HiRes/HiRes.xs global.sym
45840            ! globvar.sym gv.c hv.c intrpvar.h lib/ExtUtils/t/Embed.t
45841            ! lib/ExtUtils/xsubpp lib/File/Spec.pm lib/File/Spec/Win32.pm
45842            ! locale.c mg.c miniperlmain.c numeric.c op.c opcode.h opcode.pl
45843            ! pad.c patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.c
45844            ! perlio.h perliol.h perlvars.h pod.lst pod/perl.pod
45845            ! pod/perlguts.pod pod/perlintern.pod pp.c pp_ctl.c pp_hot.c
45846            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.pl regcomp.c
45847            ! regexec.c scope.h sv.c taint.c toke.c universal.c utf8.c
45848            ! utf8.h util.c util.h vms/descrip_mms.template win32/Makefile
45849            ! win32/makefile.mk win32/win32io.c xsutils.c
45850 ____________________________________________________________________________
45851 [ 24270] By: davem                                 on 2005/04/21  15:36:14
45852         Log: substr uses utf8 length cache incorrectly
45853      Branch: perl
45854            ! sv.c t/op/substr.t
45855 ____________________________________________________________________________
45856 [ 24269] By: davem                                 on 2005/04/21  00:13:14
45857         Log: Subject:  [PATCH] extra code in pp_concat, Take 2
45858              From:  Andy Lester <andy@petdance.com>
45859              Date:  Wed, 13 Apr 2005 21:06:01 -0500
45860              Message-Id:  <20050414020601.GA21346@petdance.com>
45861              
45862              add 'const', and remove extraneous code, from pp_concat
45863      Branch: perl
45864            ! pp_hot.c t/op/concat.t
45865 ____________________________________________________________________________
45866 [ 24268] By: davem                                 on 2005/04/20  23:56:18
45867         Log: Subject:  patch to [PATCH] Fix MGVTBL structures in perl.h (preprocessor
45868              From:  David Dyck <david.dyck@fluke.com>
45869              Date:  Wed, 20 Apr 2005 16:35:55 -0700 (PDT)
45870              Message-Id:  <Pine.LNX.4.62.0504201627550.27786@dd.tc.fluke.com>
45871              
45872              fix nits in change #24264:
45873              some preprocessors don't like #ifdefs within a macro's args;
45874              also removed duplicate semicolons from macro definitions.
45875      Branch: perl
45876            ! perl.h
45877 ____________________________________________________________________________
45878 [ 24267] By: davem                                 on 2005/04/20  23:35:54
45879         Log: In change 24266 I failed to actually change anything. Sigh.
45880      Branch: perl
45881            ! ext/Sys/Syslog/Syslog.pm
45882 ____________________________________________________________________________
45883 [ 24266] By: davem                                 on 2005/04/20  23:32:04
45884         Log: change misleading syslog() example
45885      Branch: perl
45886            ! ext/Sys/Syslog/Syslog.pm
45887 ____________________________________________________________________________
45888 [ 24265] By: davem                                 on 2005/04/20  21:47:40
45889         Log: Subject:  [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set 
45890              From:  glasser@tang-eleven-seventy-nine.mit.edu (via RT) <perlbug-followup@perl.org>
45891              Date:  20 Apr 2005 19:28:14 -0000
45892              Message-Id:  <rt-3.0.11-35059-111134.0.304511316819145@perl.org>
45893              
45894              improved version of change 21842 that copes with glob DB::sub
45895              existing but &DB::sub not existing.
45896      Branch: perl
45897            ! mg.c pp_ctl.c t/op/caller.t
45898 ____________________________________________________________________________
45899 [ 24264] By: davem                                 on 2005/04/20  21:32:23
45900         Log: Subject:  [PATCH] Fix MGVTBL structures in perl.h
45901              From:  Andy Lester <andy@petdance.com>
45902              Date:  Wed, 20 Apr 2005 15:09:24 -0500
45903              Message-Id:  <20050420200923.GA3017@petdance.com>
45904              
45905              The MGVTBL structures contain 7 function pointers, but only 5 were
45906              getting initialized. Plus, there were repeated lists between
45907              declaration and definition; add a macro to declare or define
45908              all the global MGVTBLs as appropriate.
45909      Branch: perl
45910            ! perl.h
45911 ____________________________________________________________________________
45912 [ 24260] By: nicholas                              on 2005/04/20  13:51:54
45913         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #6
45914              From: Steve Peters <steve@fisharerojo.org>
45915              Message-ID: <20050420112720.GA31042@mccoy.peters.homeunix.org>
45916              Date: Wed, 20 Apr 2005 06:27:20 -0500
45917      Branch: perl
45918            ! bytecode.pl ext/ByteLoader/bytecode.h malloc.c sv.c
45919 ____________________________________________________________________________
45920 [ 24258] By: nicholas                              on 2005/04/20  08:13:21
45921         Log: Merge common code. Reduces object size by 1K on x86, 6K on PPC
45922      Branch: perl
45923            ! sv.c
45924 ____________________________________________________________________________
45925 [ 24257] By: davem                                 on 2005/04/19  23:47:38
45926         Log: run regen_headers after addition of FOO_set() macros
45927      Branch: perl
45928            ! ext/ByteLoader/byterun.c
45929 ____________________________________________________________________________
45930 [ 24256] By: davem                                 on 2005/04/19  23:43:54
45931         Log: Subject:  [PATCH] pad_compname_type(), takes care of a clunky macro
45932              From:  Andy Lester <andy@petdance.com>
45933              Date:  Tue, 19 Apr 2005 11:38:44 -0500
45934              Message-Id:  <20050419163844.GA19747@petdance.com>
45935      Branch: perl
45936            ! embed.fnc embed.h pad.c pad.h proto.h
45937 ____________________________________________________________________________
45938 [ 24255] By: davem                                 on 2005/04/19  23:31:52
45939         Log: DEBUG_LEAKING_SCALARS could use the value of a freed PL_op
45940      Branch: perl
45941            ! op.c
45942 ____________________________________________________________________________
45943 [ 24254] By: nicholas                              on 2005/04/19  21:53:38
45944         Log: Don't set things to zero twice. Once is enough. (see also change 15255)
45945      Branch: perl
45946            ! sv.c
45947 ____________________________________________________________________________
45948 [ 24253] By: nicholas                              on 2005/04/19  20:55:24
45949         Log: Restore SvEND_set
45950      Branch: perl
45951            ! sv.h
45952 ____________________________________________________________________________
45953 [ 24252] By: nicholas                              on 2005/04/19  20:07:49
45954         Log: Force RVALUE macros when in PERL_DEBUG_COW
45955      Branch: perl
45956            ! ext/ByteLoader/byterun.c sv.c sv.h
45957 ____________________________________________________________________________
45958 [ 24251] By: nicholas                              on 2005/04/19  14:25:00
45959         Log: Avoid generating thousands of UTF-8 warnings when testing under a
45960              UTF-8 locale
45961      Branch: perl
45962            ! t/op/pack.t
45963 ____________________________________________________________________________
45964 [ 24249] By: rgs                                   on 2005/04/19  11:20:37
45965         Log: Simplify PERL_DEBUG_PAD_ZERO so it continues to expand to
45966              valid C code
45967      Branch: perl
45968            ! perl.h
45969 ____________________________________________________________________________
45970 [ 24248] By: nicholas                              on 2005/04/19  09:55:51
45971         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #5
45972              From: Steve Peters <steve@fisharerojo.org>
45973              Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org>
45974              Date: Mon, 18 Apr 2005 19:09:25 -0500
45975      Branch: perl
45976            ! dump.c ext/ByteLoader/ByteLoader.pm ext/ByteLoader/byterun.c
45977            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
45978            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
45979            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
45980            ! ext/List/Util/lib/List/Util.pm ext/POSIX/POSIX.pm
45981            ! ext/POSIX/POSIX.xs ext/PerlIO/encoding/encoding.pm
45982            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/scalar/scalar.pm
45983            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.pm
45984            ! ext/Storable/Storable.xs ext/threads/shared/shared.pm
45985            ! ext/threads/shared/shared.xs ext/threads/threads.pm gv.c mg.c
45986            ! op.c pad.c pad.h perl.h pp.c pp.h pp_hot.c pp_pack.c regcomp.c
45987            ! scope.c sv.c sv.h toke.c
45988 ____________________________________________________________________________
45989 [ 24247] By: davem                                 on 2005/04/19  01:38:54
45990         Log: Add CLONE_SKIP() class method to allow individual classes to skip
45991              cloning objects during thread creation
45992      Branch: perl
45993            ! dump.c ext/threads/t/thread.t pod/perlmod.pod sv.c sv.h
45994 ____________________________________________________________________________
45995 [ 24246] By: nicholas                              on 2005/04/18  22:31:48
45996         Log: PERL_DEBUG_COW for SvUVX and SvPVX
45997      Branch: perl
45998            ! ext/DynaLoader/dl_dyld.xs sv.h
45999 ____________________________________________________________________________
46000 [ 24245] By: nicholas                              on 2005/04/18  21:58:22
46001         Log: SvPV_renew also calls SvLEN_set
46002              Add SvPV_shrink_to_cur(sv) to call SvPV_renew with SvCUR(sv)+1.
46003              For Ponie this can be a single call into the PMC
46004      Branch: perl
46005            ! pp_hot.c pp_sys.c sv.h toke.c
46006 ____________________________________________________________________________
46007 [ 24244] By: nicholas                              on 2005/04/18  20:37:13
46008         Log: Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUE
46009              SvPVX
46010      Branch: perl
46011            ! pp_hot.c pp_sys.c sv.h toke.c
46012 ____________________________________________________________________________
46013 [ 24243] By: nicholas                              on 2005/04/18  19:50:12
46014         Log: A more efficient way of expressing the MALLOC_WRAP conditional compile.
46015      Branch: perl
46016            ! handy.h
46017 ____________________________________________________________________________
46018 [ 24242] By: steveh                                on 2005/04/18  16:04:20
46019         Log: Fix bug #33664: allow for transport providers with protocol == 0
46020              
46021              (This indicates that any protocol may be used, so don't bother checking
46022              that the requested protocol matches in this case.)
46023      Branch: perl
46024            ! win32/win32sck.c
46025 ____________________________________________________________________________
46026 [ 24241] By: nicholas                              on 2005/04/18  15:23:45
46027         Log: Refactor the odd-one-out code before a Renew(SvPVX(...)...)
46028      Branch: perl
46029            ! pp_hot.c
46030 ____________________________________________________________________________
46031 [ 24240] By: nicholas                              on 2005/04/18  14:15:52
46032         Log: Two more uses of lvalue SvIVX()
46033      Branch: perl
46034            ! ext/ByteLoader/byterun.c lib/ExtUtils/t/Constant.t
46035 ____________________________________________________________________________
46036 [ 24239] By: nicholas                              on 2005/04/18  12:18:20
46037         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #4
46038              Message-ID: <20050416160502.GA26957@mccoy.peters.homeunix.org>
46039              From: Steve Peters <steve@fisharerojo.org>
46040              Date: Sat, 16 Apr 2005 11:05:02 -0500
46041              
46042              plus fix to Perl_rvpv_dup assigning to an RV with SvPVX
46043      Branch: perl
46044            ! av.c cop.h ext/PerlIO/encoding/encoding.xs
46045            ! ext/Storable/Storable.xs gv.c malloc.c perl.c pp.c pp_ctl.c
46046            ! pp_hot.c pp_pack.c pp_sort.c scope.c sv.c
46047 ____________________________________________________________________________
46048 [ 24238] By: rgs                                   on 2005/04/15  13:16:29
46049         Log: Update the outdated info in "Minimizing the Perl installation"
46050      Branch: perl
46051            ! INSTALL
46052 ____________________________________________________________________________
46053 [ 24237] By: rgs                                   on 2005/04/14  16:13:45
46054         Log: Fix for:
46055              [perl #34934] perl 5.8.5 on x86 and x86-64 hang at compile-time
46056              From: bstrand@switchmanagement.com (via RT) <perlbug-followup@perl.org>
46057              Date: 12 Apr 2005 19:12:58 -0000
46058              Message-ID: <rt-3.0.11-34934-110595.15.9181274318682@perl.org>
46059              
46060              This syntax error now produces a panic message.
46061      Branch: perl
46062            ! op.c
46063 ____________________________________________________________________________
46064 [ 24236] By: merijn                                on 2005/04/13  15:10:24
46065         Log: Subject: [PATCH] Removing yydestruct from perly.c
46066              From: Andy Lester <andy@petdance.com>
46067              Date: Wed, 13 Apr 2005 10:06:47 -0500
46068              Message-ID: <20050413150647.GA13464@petdance.com>
46069      Branch: perl
46070            ! perly.c
46071 ____________________________________________________________________________
46072 [ 24235] By: merijn                                on 2005/04/13  14:51:00
46073         Log: Mandrakesoft is now Mandriva
46074      Branch: perl
46075            ! AUTHORS
46076 ____________________________________________________________________________
46077 [ 24234] By: merijn                                on 2005/04/13  14:41:20
46078         Log: H.Merijn changed e-mail
46079      Branch: perl
46080            ! AUTHORS Porting/checkAUTHORS.pl Porting/patching.pod
46081            ! README.aix README.hpux ext/Encode/AUTHORS ext/Storable/README
46082 ____________________________________________________________________________
46083 [ 24233] By: rgs                                   on 2005/04/13  08:25:43
46084         Log: Subject: [PATCH Perl 5.9.2] -Wformat 
46085              From: Robin Barker <Robin.Barker@npl.co.uk>
46086              Date: Tue, 12 Apr 2005 18:53:32 +0100
46087              Message-ID: <533D273D4014D411AB1D00062938C4D90849C634@hotel.npl.co.uk>
46088      Branch: perl
46089            ! perly.c regcomp.c regexec.c toke.c
46090 ____________________________________________________________________________
46091 [ 24232] By: rgs                                   on 2005/04/13  07:24:07
46092         Log: Upgrade to ExtUtils::MakeMaker 6.28
46093      Branch: perl
46094            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
46095            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_AIX.pm
46096            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker.pm
46097            ! lib/ExtUtils/Manifest.pm
46098 ____________________________________________________________________________
46099 [ 24231] By: rgs                                   on 2005/04/12  15:30:23
46100         Log: Upgrade to Encode 2.0902
46101      Branch: perl
46102            + ext/Encode/t/utf8strict.t
46103            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
46104            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
46105            ! ext/Encode/MANIFEST ext/Encode/META.yml
46106            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
46107            ! ext/Encode/t/fallback.t
46108 ____________________________________________________________________________
46109 [ 24230] By: nicholas                              on 2005/04/12  11:24:49
46110         Log: Don't PERL_HASH(SvUVX(...)...) as it's actually a set.
46111              Plus add an editor block
46112      Branch: perl
46113            ! op.c
46114 ____________________________________________________________________________
46115 [ 24229] By: nicholas                              on 2005/04/12  09:19:43
46116         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #3
46117              From: Steve Peters <steve@fisharerojo.org>
46118              Message-ID: <20050411023736.GB9355@mccoy.peters.homeunix.org>
46119              Date: Sun, 10 Apr 2005 21:37:36 -0500
46120              
46121              (with correction to SvUV_set)
46122      Branch: perl
46123            ! ext/List/Util/Util.xs sv.c sv.h
46124 ____________________________________________________________________________
46125 [ 24228] By: nicholas                              on 2005/04/11  14:53:38
46126         Log: Avoid taking a reference to SvIVX and putting that address on the
46127              save stack
46128      Branch: perl
46129            ! perl.c pp_ctl.c pp_hot.c
46130 ____________________________________________________________________________
46131 [ 24227] By: steveh                                on 2005/04/11  10:39:59
46132         Log: Support d_libm_lib_version for Win32 (see change 24217)
46133      Branch: perl
46134            ! win32/config.bc win32/config.gc win32/config.vc
46135            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
46136            ! win32/config_H.vc win32/config_H.vc64
46137 ____________________________________________________________________________
46138 [ 24226] By: merijn                                on 2005/04/11  10:09:06
46139         Log: Out of sync metaunit caused the erroneous return of the
46140              removed d_sitecustomize. Mea Culpa.
46141      Branch: perl
46142            ! Configure
46143 ____________________________________________________________________________
46144 [ 24225] By: steveh                                on 2005/04/11  09:39:40
46145         Log: Disable I18N::Langinfo for Win32 since nl_langinfo() isn't available
46146      Branch: perl
46147            ! win32/Makefile win32/makefile.mk
46148 ____________________________________________________________________________
46149 [ 24224] By: rgs                                   on 2005/04/11  09:21:54
46150         Log: Subject: [PATCH] perlfunc.pod: incomplete select description
46151              From: Hernan Perez Masci <hmasci@uolsinectis.com.ar>
46152              Date: Fri, 8 Apr 2005 15:28:28 -0300
46153              Message-Id: <200504081528.28307.hmasci@uolsinectis.com.ar>
46154      Branch: perl
46155            ! pod/perlfunc.pod
46156 ____________________________________________________________________________
46157 [ 24223] By: rgs                                   on 2005/04/11  09:11:53
46158         Log: Make the four-argument form of select() return undef
46159              instead of -1 on error.
46160      Branch: perl
46161            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
46162 ____________________________________________________________________________
46163 [ 24222] By: rgs                                   on 2005/04/11  07:02:59
46164         Log: Make Win32 build (and clean) I18::Langinfo and Math::BigInt::FastCalc
46165      Branch: perl
46166            ! win32/Makefile win32/makefile.mk
46167 ____________________________________________________________________________
46168 [ 24221] By: merijn                                on 2005/04/11  06:06:13
46169         Log: Subject: Re: New Configure functionality
46170              From: Abe Timmerman <abe@ztreet.demon.nl>
46171              Date: Sun, 10 Apr 2005 22:19:28 +0200
46172              Message-Id: <200504102219.29024.abe@ztreet.demon.nl>
46173      Branch: perl
46174            ! configure.com
46175 ____________________________________________________________________________
46176 [ 24220] By: rgs                                   on 2005/04/10  20:03:59
46177         Log: POD typo.
46178      Branch: perl
46179            ! lib/Module/CoreList.pm
46180 ____________________________________________________________________________
46181 [ 24219] By: rgs                                   on 2005/04/10  19:49:49
46182         Log: Module::CoreList: Data from Sebastien Aperghis-Tramoni for perl
46183              5.00{0,1,2}. Upgrade version number.
46184      Branch: perl
46185            ! lib/Module/CoreList.pm
46186 ____________________________________________________________________________
46187 [ 24218] By: merijn                                on 2005/04/10  18:00:05
46188         Log: Sorting still is a mess. This is better.
46189      Branch: perl
46190            ! config_h.SH
46191 ____________________________________________________________________________
46192 [ 24217] By: merijn                                on 2005/04/10  17:08:36
46193         Log: Configure now probes for _LIB_VERSION support in math.h/libm
46194              LIBM_LIB_VERSION is defined if it does
46195      Branch: perl
46196            ! Configure Porting/config_H config_h.SH handy.h
46197 ____________________________________________________________________________
46198 [ 24215] By: rgs                                   on 2005/04/10  15:03:10
46199         Log: Fix [perl #34892] Segfault on &DB::sub declared but not defined
46200      Branch: perl
46201            ! pod/perldiag.pod pp_hot.c
46202 ____________________________________________________________________________
46203 [ 24214] By: merijn                                on 2005/04/10  09:14:06
46204         Log: Subject: [PATCH] usesitecustomize for VMS
46205              From: "Craig A. Berry" <craigberry@mac.com>
46206              Date: Sat, 09 Apr 2005 15:58:43 -0500
46207              Message-ID: <42584203.2090405@mac.com>
46208      Branch: perl
46209            ! configure.com
46210 ____________________________________________________________________________
46211 [ 24213] By: nicholas                              on 2005/04/08  19:11:04
46212         Log: Mangle the expected output correctly for both 5.9 and 5.8
46213      Branch: perl
46214            ! ext/B/t/stash.t
46215 ____________________________________________________________________________
46216 [ 24212] By: rgs                                   on 2005/04/08  16:17:49
46217         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.27
46218              From: Michael G Schwern <schwern@pobox.com>
46219              Date: Thu, 7 Apr 2005 15:15:00 -0700
46220              Message-ID: <20050407221500.GB6223@windhund.schwern.org>
46221              
46222              Fix duplicate target warnings
46223      Branch: perl
46224            ! lib/ExtUtils/MM_Any.pm
46225 ____________________________________________________________________________
46226 [ 24211] By: merijn                                on 2005/04/08  14:22:05
46227         Log: The last remains of d_sitecustomize
46228      Branch: perl
46229            ! Porting/config.sh
46230 ____________________________________________________________________________
46231 [ 24210] By: merijn                                on 2005/04/08  14:16:59
46232         Log: now usesitecustomize is used more generic
46233      Branch: perl
46234            ! config_h.SH
46235 ____________________________________________________________________________
46236 [ 24209] By: steveh                                on 2005/04/08  14:15:14
46237         Log: Subject: Re: [PATCH] Re: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move
46238              From: Steven Schubiger <steven@accognoscere.org>
46239              Date: Thu, 7 Apr 2005 22:38:25 +0200 (CEST)
46240              Message-Id: <200504072038.j37KcPXY011755@accognoscere.homeunix.org>
46241              
46242              (with arguments changed to match perlfunc.pod)
46243      Branch: perl
46244            ! pod/perlport.pod
46245 ____________________________________________________________________________
46246 [ 24208] By: merijn                                on 2005/04/08  14:12:54
46247         Log: Drop d_sitecustomize again. (usesitecustomize is enough)
46248      Branch: perl
46249            ! Configure
46250 ____________________________________________________________________________
46251 [ 24206] By: nicholas                              on 2005/04/08  13:16:07
46252         Log: Add SvIVX() to PERL_DEBUG_COW, and change pad.c to SvIVset()
46253      Branch: perl
46254            ! pad.c sv.h
46255 ____________________________________________________________________________
46256 [ 24205] By: merijn                                on 2005/04/08  12:18:42
46257         Log: Subject: [PATCH] Removing Y2K warnings
46258              From: Andy Lester <andy@petdance.com>
46259              Date: Thu, 7 Apr 2005 17:44:42 -0500
46260              Message-ID: <20050407224442.GA23895@petdance.com>
46261      Branch: perl
46262            - README.Y2K
46263            ! INSTALL MANIFEST lib/warnings.pm pod/buildtoc pod/perldiag.pod
46264            ! pod/perllexwarn.pod pp_hot.c sv.c t/lib/warnings/pp_hot
46265            ! t/lib/warnings/sv t/op/caller.t warnings.h warnings.pl
46266 ____________________________________________________________________________
46267 [ 24204] By: nicholas                              on 2005/04/08  11:29:22
46268         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #2
46269              From: Steve Peters <steve@fisharerojo.org>
46270              Date: Thu, 7 Apr 2005 13:51:49 -0500
46271              Message-ID: <20050407185149.GA4418@mccoy.peters.homeunix.org>
46272      Branch: perl
46273            ! doio.c ext/List/Util/Util.xs ext/threads/threads.xs op.c pp.c
46274            ! pp_ctl.c pp_hot.c sv.c toke.c util.c
46275 ____________________________________________________________________________
46276 [ 24201] By: nicholas                              on 2005/04/08  10:39:15
46277         Log: Add a macro PERL_DEBUG_COW, for aggressive compile time tests of
46278              Copy-On-Write related source changes.
46279              Fix the problem this revealed.
46280      Branch: perl
46281            ! sv.c sv.h
46282 ____________________________________________________________________________
46283 [ 24200] By: nicholas                              on 2005/04/08  10:08:35
46284         Log: MM_AIX needs neatvalue
46285      Branch: perl
46286            ! lib/ExtUtils/MM_AIX.pm
46287 ____________________________________________________________________________
46288 [ 24199] By: nicholas                              on 2005/04/08  10:05:49
46289         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #1
46290              From: Steve Peters <steve@fisharerojo.org>
46291              Message-ID: <20050406232110.GA12249@mccoy.peters.homeunix.org>
46292              Date: Wed, 6 Apr 2005 18:21:10 -0500
46293      Branch: perl
46294            ! ext/ByteLoader/byterun.c ext/List/Util/Util.xs pad.c sv.c
46295            ! toke.c
46296 ____________________________________________________________________________
46297 [ 24198] By: rgs                                   on 2005/04/08  09:48:08
46298         Log: Add perl593delta.pod
46299      Branch: perl
46300            + pod/perl593delta.pod
46301            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
46302            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
46303            ! win32/pod.mak
46304 ____________________________________________________________________________
46305 [ 24194] By: rgs                                   on 2005/04/07  12:42:07
46306         Log: Mention that select() returns -1 on error,
46307              as suggested by Hernan Perez Masci
46308      Branch: perl
46309            ! pod/perlfunc.pod
46310 ____________________________________________________________________________
46311 [ 24192] By: rgs                                   on 2005/04/07  09:51:29
46312         Log: Subject: Re: [PATCH] Re: [perl #34650] perldoc -f my should perhaps mention BEGIN and END
46313              From: Abigail <abigail@abigail.nl>
46314              Date: Wed, 6 Apr 2005 01:41:55 +0200
46315              Message-ID: <20050405234154.GG8680@abigail.nl>
46316      Branch: perl
46317            ! t/japh/abigail.t
46318 ____________________________________________________________________________
46319 [ 24191] By: rgs                                   on 2005/04/07  09:45:27
46320         Log: Subject: Re: Bugs? In Unicode::EastAsianWidth.
46321              From: Autrijus Tang <autrijus@autrijus.org>
46322              Date: Wed, 6 Apr 2005 18:17:32 +0800
46323              Message-ID: <20050406101732.GA17931@aut.dyndns.org>
46324      Branch: perl
46325            ! lib/unicore/mktables
46326 ____________________________________________________________________________
46327 [ 24190] By: rgs                                   on 2005/04/07  09:38:06
46328         Log: Subject: perldbtty$$ location
46329              From: Gisle Aas <gisle@ActiveState.com>
46330              Date: 06 Apr 2005 01:49:54 -0700
46331              Message-ID: <lr3bu48f2l.fsf@caliper.activestate.com>
46332              (and remove trailing whitespace)
46333      Branch: perl
46334            ! pod/perldebug.pod
46335 ____________________________________________________________________________
46336 [ 24189] By: nicholas                              on 2005/04/07  08:43:40
46337         Log: Tabs not spaces in MANIFEST
46338      Branch: perl
46339            ! MANIFEST
46340 ____________________________________________________________________________
46341 [ 24187] By: merijn                                on 2005/04/07  08:33:53
46342         Log: Subject: [perl #34699] documentation bug in "man perlpodspec" 
46343              From: "raf@tradingpost.com.au (via RT)" <perlbug-followup@perl.org>
46344              Date: 7 Apr 2005 00:20:31 -0000
46345              Message-ID: <rt-3.0.11-34699-110174.9.79475562169704@perl.org>
46346      Branch: perl
46347            ! pod/perlpodspec.pod
46348 ____________________________________________________________________________
46349 [ 24185] By: rgs                                   on 2005/04/07  08:07:14
46350         Log: Upgrade to ExtUtils::MakeMaker 6.27,
46351              plus a patch to restore functioning of 'distclean'
46352              for the perl core
46353      Branch: perl
46354            + lib/ExtUtils/MM_AIX.pm lib/ExtUtils/MM_QNX.pm
46355            + lib/ExtUtils/MM_VOS.pm lib/ExtUtils/MakeMaker/Config.pm
46356            + lib/ExtUtils/t/PL_FILES.t lib/ExtUtils/t/config.t
46357            + lib/ExtUtils/t/installbase.t lib/ExtUtils/t/xs.t
46358            + t/lib/MakeMaker/Test/Setup/PL_FILES.pm
46359            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
46360            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
46361            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
46362            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
46363            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
46364            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
46365            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
46366            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
46367            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
46368            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
46369            ! lib/ExtUtils/README lib/ExtUtils/t/INST_PREFIX.t
46370            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_Win32.t
46371            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/dir_target.t
46372            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
46373            ! lib/ExtUtils/t/recurs.t t/lib/MakeMaker/Test/Setup/BFD.pm
46374            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
46375            ! t/lib/MakeMaker/Test/Utils.pm
46376 ____________________________________________________________________________
46377 [ 24178] By: steveh                                on 2005/04/06  15:57:36
46378         Log: Don't try to export symbols that don't exist
46379              
46380              Change #24148 added Perl_rvpv_dup() to the public API, but it is only
46381              defined when USE_ITHREADS is defined.  Adjust makedef.pl accordingly
46382              to keep Win32 happy.
46383      Branch: perl
46384            ! makedef.pl
46385 ____________________________________________________________________________
46386 [ 24176] By: nicholas                              on 2005/04/06  15:11:53
46387         Log: cast to/from (void *) in the re-entrant code. Now watch the smoke rise.
46388      Branch: perl
46389            ! reentr.c reentr.h reentr.pl
46390 ____________________________________________________________________________
46391 [ 24175] By: nicholas                              on 2005/04/06  15:05:32
46392         Log: Casting to/from (void *) sufficient to make a C++ compiler happy.
46393      Branch: perl
46394            ! ext/File/Glob/bsd_glob.c ext/threads/shared/shared.xs
46395            ! ext/threads/threads.xs pad.h sv.c
46396 ____________________________________________________________________________
46397 [ 24174] By: nicholas                              on 2005/04/06  14:36:40
46398         Log: If we're going to prototype modfl(), it needs extern "C" linkage.
46399      Branch: perl
46400            ! perl.h
46401 ____________________________________________________________________________
46402 [ 24173] By: merijn                                on 2005/04/06  06:14:51
46403         Log: 1. t/TEST now deals with SKIP as if it was TODO. This complies to TAP
46404              2. Removed the depricated 'my $foo if expr' there
46405      Branch: perl
46406            ! t/TEST
46407 ____________________________________________________________________________
46408 [ 24171] By: nicholas                              on 2005/04/05  22:34:32
46409         Log: D'oh! We were never correctly spotting a modfl prototype
46410      Branch: perl
46411            ! Configure
46412 ____________________________________________________________________________
46413 [ 24170] By: nicholas                              on 2005/04/05  21:30:21
46414         Log: Add casting to allow g++ (3.3.5) to compile the core code.
46415              A C++ compiler produces lots of warnings that are probably valid
46416              concerns to investigate.
46417      Branch: perl
46418            ! doio.c ext/B/B.xs ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs gv.c
46419            ! perl.c perl.h pp_pack.c scope.c sv.c toke.c util.c x2p/walk.c
46420 ____________________________________________________________________________
46421 [ 24169] By: nicholas                              on 2005/04/05  21:16:01
46422         Log: Tests need to skip if there is no Encode configured.
46423      Branch: perl
46424            ! lib/encoding/warnings/t/1-warning.t
46425            ! lib/encoding/warnings/t/2-fatal.t
46426 ____________________________________________________________________________
46427 [ 24167] By: nicholas                              on 2005/04/05  16:09:59
46428         Log: Using savesvpv() here is terser and produces smaller object code.
46429      Branch: perl
46430            ! doio.c
46431 ____________________________________________________________________________
46432 [ 24166] By: rgs                                   on 2005/04/05  15:23:47
46433         Log: Upgrade to Unicode::Normalize 0.32
46434      Branch: perl
46435            ! ext/Unicode/Normalize/Changes
46436            ! ext/Unicode/Normalize/Makefile.PL
46437            ! ext/Unicode/Normalize/Normalize.pm
46438            ! ext/Unicode/Normalize/Normalize.xs
46439            ! ext/Unicode/Normalize/mkheader ext/Unicode/Normalize/t/form.t
46440            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
46441 ____________________________________________________________________________
46442 [ 24165] By: nicholas                              on 2005/04/05  14:52:05
46443         Log: Down with C++ reserved names
46444              (and also function pointer declarations that rely on the C semantics
46445              of ())
46446      Branch: perl
46447            ! ext/Storable/Storable.xs mg.c op.c perlio.c pp_sort.c
46448            ! universal.c
46449 ____________________________________________________________________________
46450 [ 24164] By: nicholas                              on 2005/04/05  14:51:05
46451         Log: Down with potentially incorrect duplicate prototypes
46452      Branch: perl
46453            ! pp_sys.c
46454 ____________________________________________________________________________
46455 [ 24163] By: nicholas                              on 2005/04/05  14:50:30
46456         Log: Down with more K&R prototypes
46457      Branch: perl
46458            ! ext/DynaLoader/dl_dyld.xs
46459 ____________________________________________________________________________
46460 [ 24162] By: nicholas                              on 2005/04/05  14:49:11
46461         Log: Down with unneeded duplicate prototypes
46462      Branch: perl
46463            ! x2p/a2p.c
46464 ____________________________________________________________________________
46465 [ 24161] By: nicholas                              on 2005/04/05  14:48:33
46466         Log: Down with K&R function arguments
46467      Branch: perl
46468            ! ext/Cwd/Cwd.xs
46469 ____________________________________________________________________________
46470 [ 24160] By: rgs                                   on 2005/04/05  14:06:01
46471         Log: Add Math::BigInt::FastCalc in maintainer list
46472      Branch: perl
46473            ! Porting/Maintainers.pl
46474 ____________________________________________________________________________
46475 [ 24159] By: rgs                                   on 2005/04/05  13:12:22
46476         Log: Adaptations to the Makefile.PL of Math::BigInt/FastCalc, for core-ification
46477      Branch: perl
46478            ! ext/Math/BigInt/FastCalc/Makefile.PL
46479 ____________________________________________________________________________
46480 [ 24158] By: rgs                                   on 2005/04/05  12:56:35
46481         Log: New core module, Math::BigInt::FastCalc
46482              
46483              Subject: [PATCH] integrate Math::BigInt::FastCalc
46484              From: Tels <nospam-abuse@bloodgate.com>
46485              Date: Sun, 3 Apr 2005 11:12:45 +0200
46486              Message-Id: <200504031112.55179@bloodgate.com>
46487      Branch: perl
46488            + ext/Math/BigInt/FastCalc/FastCalc.pm
46489            + ext/Math/BigInt/FastCalc/FastCalc.xs
46490            + ext/Math/BigInt/FastCalc/Makefile.PL
46491            + ext/Math/BigInt/FastCalc/t/bigintfc.t
46492            + ext/Math/BigInt/FastCalc/t/bootstrap.t
46493            + ext/Math/BigInt/FastCalc/t/mbi_rand.t
46494            ! MANIFEST
46495 ____________________________________________________________________________
46496 [ 24155] By: rgs                                   on 2005/04/05  10:40:35
46497         Log: Subject: [Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum v0.17
46498              From: Tels <nospam-abuse@bloodgate.com>
46499              Date: Sun, 3 Apr 2005 10:43:10 +0200
46500              Message-Id: <200504031043.12273@bloodgate.com>
46501      Branch: perl
46502            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
46503            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/_e_math.t
46504            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc
46505            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
46506            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
46507            ! lib/Math/BigInt/t/req_mbf0.t lib/Math/BigInt/t/req_mbfw.t
46508            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/trap.t
46509            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
46510            ! lib/Math/BigRat/t/bigratpm.t lib/Math/BigRat/t/requirer.t
46511            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
46512 ____________________________________________________________________________
46513 [ 24152] By: rgs                                   on 2005/04/04  20:55:03
46514         Log: That's C, not perl.
46515      Branch: perl
46516            ! patchlevel.h
46517 ____________________________________________________________________________
46518 [ 24151] By: nicholas                              on 2005/04/04  20:53:42
46519         Log: Make -DFORMAT_CHECK compile with threads.
46520      Branch: perl
46521            ! perl.h
46522 ____________________________________________________________________________
46523 [ 24149] By: rgs                                   on 2005/04/04  17:14:37
46524         Log: Bump version to 5.9.3
46525              Restore "DEVEL" tag in patchlevel.h
46526              Regenerate Porting/config*
46527      Branch: perl
46528            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
46529            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
46530            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
46531            ! win32/config_H.gc win32/config_H.vc64 win32/makefile.mk
46532            ! wince/Makefile.ce
46533 ____________________________________________________________________________
46534 [ 24148] By: rgs                                   on 2005/04/04  14:19:30
46535         Log: Subject: [PATCH] const-eight.diff
46536              From: Andy Lester <andy@petdance.com>
46537              Date: Wed, 30 Mar 2005 11:40:24 -0600
46538              Message-ID: <20050330174024.GA12167@petdance.com>
46539      Branch: perl
46540            ! Porting/Maintainers.pl doio.c dump.c embed.fnc embed.h
46541            ! global.sym mg.c op.c perl.c proto.h sv.c universal.c xsutils.c
46542 ____________________________________________________________________________
46543 [ 24147] By: mhx                                   on 2005/04/03  16:47:54
46544         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with ahash symbol"
46545              From: Steven Schubiger <steven@accognoscere.org>
46546              Date: Sun, 3 Apr 2005 11:47:22 +0200 (CEST)
46547              Message-Id: <200504030947.j339lMgp010306@accognoscere.homeunix.org>
46548      Branch: perl
46549            ! pod/perltrap.pod
46550 ____________________________________________________________________________
46551 [ 24139] By: mhx                                   on 2005/04/03  08:19:06
46552         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with a hash symbol"
46553              From: Steven Schubiger <steven@accognoscere.org>
46554              Date: Sat, 2 Apr 2005 19:37:11 +0200 (CEST)
46555              Message-Id: <200504021737.j32HbBNS000652@accognoscere.homeunix.org>
46556      Branch: perl
46557            ! pod/perltrap.pod
46558 ____________________________________________________________________________
46559 [ 24138] By: mhx                                   on 2005/04/03  08:16:25
46560         Log: Fix wrong version for byteorder modifiers feature.
46561      Branch: perl
46562            ! pod/perlpacktut.pod
46563 ____________________________________________________________________________
46564 [ 24137] By: nicholas                              on 2005/04/02  22:58:59
46565         Log: Silence compiler warnings about possibly uninitialised variables.
46566              (None are, but it saves anyone else having to work this out)
46567      Branch: perl
46568            ! regexec.c
46569 ____________________________________________________________________________
46570 [ 24136] By: nicholas                              on 2005/04/02  19:04:27
46571         Log: Fix "[perl #34643] Config_heavy.pl not in archlib"
46572      Branch: perl
46573            ! installperl
46574 ____________________________________________________________________________
46575 [ 24135] By: nicholas                              on 2005/04/02  18:52:11
46576         Log: Oops. Forgot to add this.
46577      Branch: perl
46578            + lib/unicore/NamedSequences.txt
46579 ____________________________________________________________________________
46580 [ 24134] By: nicholas                              on 2005/04/02  18:51:27
46581         Log: Subject: [PATCH] Unicode 4.1.0
46582              From: Jarkko Hietaniemi <jhi@iki.fi>
46583              Message-ID: <424E584D.5000508@iki.fi>
46584              Date: Sat, 02 Apr 2005 11:31:09 +0300
46585      Branch: perl
46586            ! MANIFEST lib/Unicode/UCD.pm lib/Unicode/UCD.t
46587            ! lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
46588            ! lib/unicore/Blocks.txt lib/unicore/CaseFolding.txt
46589            ! lib/unicore/CompositionExclusions.txt
46590            ! lib/unicore/EastAsianWidth.txt
46591            ! lib/unicore/HangulSyllableType.txt lib/unicore/Jamo.txt
46592            ! lib/unicore/LineBreak.txt lib/unicore/NamesList.txt
46593            ! lib/unicore/NormalizationCorrections.txt
46594            ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt
46595            ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl
46596            ! lib/unicore/ReadMe.txt lib/unicore/Scripts.txt
46597            ! lib/unicore/SpecialCasing.txt
46598            ! lib/unicore/StandardizedVariants.txt
46599            ! lib/unicore/UnicodeData.txt lib/unicore/version t/uni/class.t
46600 ____________________________________________________________________________
46601 [ 24133] By: rgs                                   on 2005/04/01  09:16:19
46602         Log: Add encoding::warnings to Maintainers.pl and rebuild META.yml for release
46603      Branch: perl
46604            ! META.yml Porting/Maintainers.pl
46605 ____________________________________________________________________________
46606 [ 24132] By: rgs                                   on 2005/04/01  08:29:26
46607         Log: Update Changes
46608      Branch: perl
46609            ! Changes
46610 ____________________________________________________________________________
46611 [ 24131] By: steveh                                on 2005/04/01  08:18:27
46612         Log: Remove dependency on tr(1) for MinGW builds on Win32
46613              
46614              This leaves things slightly (more) broken for MinGW builds on Cygwin,
46615              but that doesn't currently quite work in other respects and isn't
46616              documented anyway.  See:
46617              
46618              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00751.html
46619      Branch: perl
46620            ! pod/perl592delta.pod win32/makefile.mk
46621 ____________________________________________________________________________
46622 [ 24130] By: rgs                                   on 2005/04/01  07:47:26
46623         Log: Regenerate perltoc and perlmodlib
46624      Branch: perl
46625            ! pod/perlmodlib.pod pod/perltoc.pod
46626 ____________________________________________________________________________
46627 [ 24129] By: rgs                                   on 2005/04/01  07:36:04
46628         Log: POD fixes.
46629      Branch: perl
46630            ! pod/perlfaq1.pod
46631 ____________________________________________________________________________
46632 [ 24128] By: rgs                                   on 2005/04/01  07:19:27
46633         Log: FAQ sync.
46634      Branch: perl
46635            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
46636            ! pod/perlfaq6.pod pod/perlfaq7.pod
46637 ____________________________________________________________________________
46638 [ 24127] By: rgs                                   on 2005/04/01  07:14:22
46639         Log: Add a note about installhtml
46640      Branch: perl
46641            ! pod/perltodo.pod
46642 ____________________________________________________________________________
46643 [ 24126] By: rgs                                   on 2005/03/31  21:51:28
46644         Log: Subject: [PATCH] pp_pack.c warnings on VMS
46645              From: "Craig A. Berry" <craigberry@mac.com>
46646              Date: Thu, 31 Mar 2005 14:51:05 -0600
46647              Message-ID: <424C62B9.2030601@mac.com>
46648      Branch: perl
46649            ! pp_pack.c
46650 ____________________________________________________________________________
46651 [ 24125] By: rgs                                   on 2005/03/31  17:14:01
46652         Log: Mention the current MinGW compilation problems
46653      Branch: perl
46654            ! pod/perl592delta.pod
46655 ____________________________________________________________________________
46656 [ 24124] By: rgs                                   on 2005/03/31  17:11:15
46657         Log: Update Changes
46658      Branch: perl
46659            ! Changes
46660 ____________________________________________________________________________
46661 [ 24123] By: rgs                                   on 2005/03/31  15:52:46
46662         Log: This is 5.9.2. Mostly.
46663      Branch: perl
46664            ! patchlevel.h pod/perlhist.pod
46665 ____________________________________________________________________________
46666 [ 24122] By: steveh                                on 2005/03/31  15:39:57
46667         Log: Fix USE_SITECUSTOMIZE on Win32
46668              
46669              This fixes the problem described in:
46670              
46671              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
46672      Branch: perl
46673            ! win32/win32.c
46674 ____________________________________________________________________________
46675 [ 24121] By: rgs                                   on 2005/03/31  15:24:24
46676         Log: Update copyrights.
46677              Well, those are generated files anyway.
46678      Branch: perl
46679            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
46680            ! proto.h
46681 ____________________________________________________________________________
46682 [ 24120] By: steveh                                on 2005/03/31  14:36:44
46683         Log: Add support for USE_SITECUSTOMIZE in the Win32 makefiles
46684              
46685              Note that this feature doesn't actually work correctly on Win32
46686              until the problem described here is solved:
46687              
46688              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
46689      Branch: perl
46690            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
46691            ! win32/config.vc64 win32/makefile.mk
46692 ____________________________________________________________________________
46693 [ 24119] By: rgs                                   on 2005/03/31  13:52:58
46694         Log: Upgrade to Module::CoreList 1.99
46695      Branch: perl
46696            ! lib/Module/CoreList.pm
46697 ____________________________________________________________________________
46698 [ 24118] By: rgs                                   on 2005/03/31  13:45:17
46699         Log: More known problems.
46700      Branch: perl
46701            ! pod/perl592delta.pod
46702 ____________________________________________________________________________
46703 [ 24117] By: rgs                                   on 2005/03/31  13:10:26
46704         Log: Known problems, reported by Merijn
46705      Branch: perl
46706            ! pod/perl592delta.pod
46707 ____________________________________________________________________________
46708 [ 24116] By: rgs                                   on 2005/03/31  12:45:03
46709         Log: OS typo.
46710      Branch: perl
46711            ! pod/perl592delta.pod
46712 ____________________________________________________________________________
46713 [ 24115] By: rgs                                   on 2005/03/31  12:42:38
46714         Log: Add a tool to generate data for Module::CoreList
46715      Branch: perl
46716            + Porting/corelist.pl
46717            ! MANIFEST
46718 ____________________________________________________________________________
46719 [ 24114] By: rgs                                   on 2005/03/31  11:42:15
46720         Log: More work on perldelta
46721      Branch: perl
46722            ! pod/perl592delta.pod
46723 ____________________________________________________________________________
46724 [ 24113] By: steveh                                on 2005/03/31  10:01:18
46725         Log: Add support for PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED in the
46726              Win32 makefiles
46727      Branch: perl
46728            ! win32/Makefile win32/makefile.mk
46729 ____________________________________________________________________________
46730 [ 24112] By: rgs                                   on 2005/03/31  09:58:40
46731         Log: AUTHORS update
46732      Branch: perl
46733            ! AUTHORS
46734 ____________________________________________________________________________
46735 [ 24111] By: steveh                                on 2005/03/31  09:18:23
46736         Log: A few Win32 makefile tidy-ups (No real changes)
46737      Branch: perl
46738            ! win32/Makefile win32/makefile.mk
46739 ____________________________________________________________________________
46740 [ 24110] By: steveh                                on 2005/03/31  08:20:00
46741         Log: Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/)
46742      Branch: perl
46743            ! INSTALL
46744 ____________________________________________________________________________
46745 [ 24109] By: steveh                                on 2005/03/31  07:55:12
46746         Log: One more Win32 compilation clean-up (for when using -DDEBUGGING)
46747      Branch: perl
46748            ! sv.c
46749 ____________________________________________________________________________
46750 [ 24108] By: steveh                                on 2005/03/31  07:36:52
46751         Log: Another Win32 compilation clean-up (for when using Perl's malloc)
46752      Branch: perl
46753            ! malloc.c
46754 ____________________________________________________________________________
46755 [ 24107] By: merijn                                on 2005/03/30  17:03:19
46756         Log: Now that we have the full path, we can skip the which call,
46757              that might cause trouble on testdrive systems.
46758      Branch: perl
46759            ! hints/hpux.sh
46760 ____________________________________________________________________________
46761 [ 24106] By: rgs                                   on 2005/03/30  14:41:51
46762         Log: Update copyrights.
46763      Branch: perl
46764            ! XSUB.h av.c deb.c dump.c embedvar.h gv.h handy.h hv.h
46765            ! miniperlmain.c numeric.c op.h pad.c perl.h pp.h regcomp.h
46766            ! regen_perly.pl scope.h sv.h thrdvar.h thread.h
46767 ____________________________________________________________________________
46768 [ 24105] By: merijn                                on 2005/03/30  14:25:05
46769         Log: Simplify #24043 note now Configure can do -Dusesitecustomize
46770      Branch: perl
46771            ! INSTALL
46772 ____________________________________________________________________________
46773 [ 24104] By: merijn                                on 2005/03/30  14:17:40
46774         Log: Support for -Dusesitecustomize
46775      Branch: perl
46776            ! Configure config_h.SH
46777 ____________________________________________________________________________
46778 [ 24102] By: merijn                                on 2005/03/30  13:43:12
46779         Log: USE_STRLCAT and USE_STRLCPY now actually used
46780              LIBM_VERSION_TYPE and USE_SITECUSTOMIZE are preparations
46781              for future use
46782      Branch: perl
46783            ! handy.h
46784 ____________________________________________________________________________
46785 [ 24101] By: rgs                                   on 2005/03/30  13:34:11
46786         Log: Subject: [PATCH] ext/Errno/Errno_pm.PL: fix for GNU hurd
46787              From: Brendan O'Dea <bod@debian.org>
46788              Date: Wed, 30 Mar 2005 10:30:25 +1000
46789              Message-ID: <20050330003025.GA29797@londo.c47.org>
46790      Branch: perl
46791            ! ext/Errno/Errno_pm.PL
46792 ____________________________________________________________________________
46793 [ 24100] By: rgs                                   on 2005/03/30  13:16:52
46794         Log: Subject: Re: PATCH: byte count feature request for unpack
46795              From: perl5-porters@ton.iguana.be (Ton Hospel)
46796              Date: Sun, 27 Mar 2005 18:32:11 +0000 (UTC)
46797              Message-Id: <d26u7b$i3v$1@post.home.lunix>
46798              
46799              (rework of a patch from Arne Ahrend <aahrend@web.de>)
46800      Branch: perl
46801            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
46802 ____________________________________________________________________________
46803 [ 24099] By: steveh                                on 2005/03/30  08:36:50
46804         Log: A couple more Win32 compilation clean-ups
46805      Branch: perl
46806            ! win32/win32sck.c
46807 ____________________________________________________________________________
46808 [ 24098] By: rgs                                   on 2005/03/30  08:03:13
46809         Log: Minor POD nits.
46810      Branch: perl
46811            ! ext/File/Glob/Glob.pm
46812 ____________________________________________________________________________
46813 [ 24097] By: merijn                                on 2005/03/30  07:49:46
46814         Log: Subject: Re: [PATCH] 5.6 File::Glob documentation insufficient for use
46815              From: Steven Schubiger <steven@accognoscere.org>
46816              Date: Wed, 30 Mar 2005 03:41:03 +0200 (CEST)
46817              Message-Id: <200503300141.j2U1f3EP024524@accognoscere.homeunix.org>
46818      Branch: perl
46819            ! ext/File/Glob/Glob.pm
46820 ____________________________________________________________________________
46821 [ 24096] By: steveh                                on 2005/03/29  15:18:30
46822         Log: Clean-up some warnings when compiling on Win32 with VC++
46823      Branch: perl
46824            ! hv.c mg.c op.c pp_pack.c pp_sort.c pp_sys.c utf8.c util.c
46825 ____________________________________________________________________________
46826 [ 24095] By: rgs                                   on 2005/03/29  12:39:39
46827         Log: Downconst external APIs
46828      Branch: perl
46829            ! embed.fnc gv.h op.c opcode.h opcode.pl pod/perlapi.pod proto.h
46830            ! sv.c util.c
46831 ____________________________________________________________________________
46832 [ 24094] By: rgs                                   on 2005/03/29  09:38:39
46833         Log: The core part of :
46834              Subject: [PATCH] Consting seven
46835              From: Andy Lester <andy@petdance.com>
46836              Date: Sun, 27 Mar 2005 15:57:22 -0600
46837              Message-ID: <20050327215722.GC20451@petdance.com>
46838      Branch: perl
46839            ! embed.fnc embed.h perl.c perlio.c pp_ctl.c proto.h regcomp.c
46840            ! regexec.c util.c
46841 ____________________________________________________________________________
46842 [ 24093] By: steveh                                on 2005/03/29  08:48:50
46843         Log: Fix Win32 compilation nit following change #24074
46844      Branch: perl
46845            ! util.c
46846 ____________________________________________________________________________
46847 [ 24092] By: steveh                                on 2005/03/29  08:22:45
46848         Log: Fix PerlLIO_chsize() for platforms that don't have chsize()
46849              
46850              This is the patch from the end of the thread that started here:
46851              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-09/msg00055.html
46852      Branch: perl
46853            ! doio.c iperlsys.h pp_sys.c
46854 ____________________________________________________________________________
46855 [ 24091] By: rgs                                   on 2005/03/29  07:01:40
46856         Log: Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS
46857      Branch: perl
46858            ! ext/Devel/Peek/t/Peek.t
46859 ____________________________________________________________________________
46860 [ 24090] By: merijn                                on 2005/03/29  07:01:11
46861         Log: Make the spelling of whitespace (vs white-space and white space)
46862              more consistent
46863              From: Offer Kaye <offer.kaye@gmail.com>
46864              Date: Thu, 17 Mar 2005 14:47:36 -0500
46865              Message-ID: <5694250503171147668e73c7@mail.gmail.com>
46866      Branch: perl
46867            ! pod/perllocale.pod pod/perlop.pod pod/perlopentut.pod
46868            ! pod/perlre.pod pod/perlxstut.pod
46869 ____________________________________________________________________________
46870 [ 24089] By: rgs                                   on 2005/03/29  06:14:18
46871         Log: Don't #ifdef out a return statement
46872      Branch: perl
46873            ! pad.c
46874 ____________________________________________________________________________
46875 [ 24088] By: davem                                 on 2005/03/28  21:38:44
46876         Log: expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV
46877      Branch: perl
46878            ! dump.c ext/Devel/Peek/t/Peek.t pad.c perl.c pod/perlhack.pod
46879            ! sv.c sv.h
46880 ____________________________________________________________________________
46881 [ 24087] By: rgs                                   on 2005/03/27  16:38:13
46882         Log: Raw work on perl592delta.
46883      Branch: perl
46884            ! pod/perl592delta.pod
46885 ____________________________________________________________________________
46886 [ 24086] By: rgs                                   on 2005/03/27  13:59:02
46887         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
46888              From: hv@crypt.org
46889              Date: Thu, 24 Mar 2005 19:51:08 +0000
46890              Message-Id: <200503241951.j2OJp8s18147@zen.crypt.org>
46891      Branch: perl
46892            ! regexec.c t/op/re_tests
46893 ____________________________________________________________________________
46894 [ 24085] By: rgs                                   on 2005/03/27  13:30:18
46895         Log: Fix -C option of mktables (for VMS)
46896              
46897              Subject: Re: [PATCH] Consting five
46898              From: demerphq <demerphq@gmail.com>
46899              Date: Sat, 26 Mar 2005 21:45:09 +0100
46900              Message-ID: <9b18b311050326124563db5113@mail.gmail.com>
46901      Branch: perl
46902            ! lib/unicore/mktables
46903 ____________________________________________________________________________
46904 [ 24084] By: davem                                 on 2005/03/26  21:25:47
46905         Log: UTF-8 string substitution corrupts memory
46906              The implicit call of 'require utf8' triggered by code like
46907              "\x{100}" =~ /[[:print:]]/
46908              wasn't saving state correctly first.
46909      Branch: perl
46910            ! utf8.c
46911 ____________________________________________________________________________
46912 [ 24083] By: rgs                                   on 2005/03/26  17:40:26
46913         Log: Remove an XXX note from the public doc.
46914              Hide it in the comments, instead
46915      Branch: perl
46916            ! pod/perlapi.pod sv.c
46917 ____________________________________________________________________________
46918 [ 24082] By: nicholas                              on 2005/03/26  00:21:30
46919         Log: Need to return something when the compiler doesn't know that a
46920              function is "noreturn".
46921      Branch: perl
46922            ! mg.c op.c scope.c
46923 ____________________________________________________________________________
46924 [ 24081] By: nicholas                              on 2005/03/25  23:46:22
46925         Log: Subject: [PATCH] Consting five
46926              Date: Fri, 25 Mar 2005 17:14:09 -0600
46927              From: Andy Lester <andy@petdance.com>
46928              Message-ID: <20050325231409.GB17660@petdance.com>
46929              
46930              [with modification - the extra argument to incpush was supposed to
46931              be being used]
46932      Branch: perl
46933            ! av.c embed.fnc embed.h ext/DynaLoader/dlutils.c gv.c
46934            ! intrpvar.h locale.c mg.c miniperlmain.c op.c perl.c pp_sys.c
46935            ! proto.h regcomp.c thrdvar.h toke.c
46936 ____________________________________________________________________________
46937 [ 24080] By: rgs                                   on 2005/03/25  21:09:23
46938         Log: Subject: Re: [perl #34568] Perl crashes reading past the end of a heap block while parsing foreach statement
46939              From: Gurusamy Sarathy <gsar@ActiveState.com>
46940              Date: Fri, 25 Mar 2005 10:31:09 -0800
46941              Message-Id: <200503251831.j2PIV9A6006234@smtp3.ActiveState.com>
46942      Branch: perl
46943            ! op.c
46944 ____________________________________________________________________________
46945 [ 24079] By: rgs                                   on 2005/03/25  21:02:04
46946         Log: Subject: [PATCH] Consting part 4
46947              From: Andy Lester <andy@petdance.com>
46948              Date: Fri, 25 Mar 2005 14:43:31 -0600
46949              Message-ID: <20050325204331.GA16388@petdance.com>
46950      Branch: perl
46951            ! embed.fnc mg.c numeric.c op.c perlio.c pod/perlapi.pod proto.h
46952            ! regcomp.c scope.c sv.c taint.c toke.c utf8.c util.c
46953 ____________________________________________________________________________
46954 [ 24078] By: nicholas                              on 2005/03/25  20:57:46
46955         Log: FreeBSD NDBM appears to generate files ending .db, so be prepared to
46956              clean this variant up as well.
46957      Branch: perl
46958            ! lib/Memoize/t/tie_ndbm.t
46959 ____________________________________________________________________________
46960 [ 24077] By: rgs                                   on 2005/03/25  18:03:00
46961         Log: Remove the const qualifier from argv and env variables
46962      Branch: perl
46963            ! embed.fnc intrpvar.h perl.c pod/perlapi.pod proto.h
46964 ____________________________________________________________________________
46965 [ 24076] By: rgs                                   on 2005/03/25  14:41:46
46966         Log: Subject: [PATCH] const fix-up for vms/vms.c
46967              From: "Craig A. Berry" <craigberry@mac.com>
46968              Date: Fri, 25 Mar 2005 09:00:06 -0600
46969              Message-ID: <42442776.8030603@mac.com>
46970      Branch: perl
46971            ! vms/vms.c vms/vmsish.h
46972 ____________________________________________________________________________
46973 [ 24075] By: rgs                                   on 2005/03/25  09:24:15
46974         Log: Subject: [PATCH] Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu)
46975              From: Steve Peters <steve@fisharerojo.org>
46976              Date: Tue, 22 Mar 2005 17:15:23 -0600
46977              Message-ID: <20050322231523.GA3083@mccoy.peters.homeunix.org>
46978      Branch: perl
46979            ! hints/linux.sh
46980 ____________________________________________________________________________
46981 [ 24074] By: rgs                                   on 2005/03/24  16:25:58
46982         Log: Subject: [PATCH] Third consting batch
46983              From: Andy Lester <andy@petdance.com>
46984              Date: Tue, 22 Mar 2005 00:35:55 -0600
46985              Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com>
46986      Branch: perl
46987            ! XSUB.h deb.c doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c mg.h
46988            ! minimod.pl numeric.c op.c pad.c patchlevel.h perl.c perl.h
46989            ! perlio.c perliol.h perlvars.h perly.c pod/perlapi.pod
46990            ! pod/perlintern.pod pp.c pp_hot.c pp_sys.c proto.h regcomp.c
46991            ! regcomp.h regexec.c scope.c sv.c taint.c universal.c utf8.c
46992            ! utf8.h utfebcdic.h util.c writemain.SH xsutils.c
46993 ____________________________________________________________________________
46994 [ 24073] By: mhx                                   on 2005/03/22  16:30:57
46995         Log: Mention (un)?pack byte-order modifiers in perldelta
46996      Branch: perl
46997            ! pod/perl592delta.pod
46998 ____________________________________________________________________________
46999 [ 24072] By: rgs                                   on 2005/03/22  16:15:58
47000         Log: Some updates in the new perldelta.
47001      Branch: perl
47002            ! pod/perl592delta.pod
47003 ____________________________________________________________________________
47004 [ 24071] By: rgs                                   on 2005/03/22  15:30:18
47005         Log: Remove IPC::Run for 5.9.2
47006      Branch: perl
47007            - lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
47008            - lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
47009            - lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
47010            - lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
47011            - lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
47012            - lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
47013            - lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
47014            - lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
47015            - lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
47016            - lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
47017            ! MANIFEST
47018 ____________________________________________________________________________
47019 [ 24070] By: rgs                                   on 2005/03/22  14:53:01
47020         Log: Forbid the -C option on the command-line
47021              as suggested by Merijn (see [perl #34087])
47022      Branch: perl
47023            ! pod/perldiag.pod toke.c
47024 ____________________________________________________________________________
47025 [ 24069] By: rgs                                   on 2005/03/22  14:03:12
47026         Log: Upgrade to PathTools 3.05
47027      Branch: perl
47028            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
47029 ____________________________________________________________________________
47030 [ 24068] By: rgs                                   on 2005/03/22  10:59:53
47031         Log: Upgrade to File::Temp 0.16
47032      Branch: perl
47033            ! lib/File/Temp.pm lib/File/Temp/t/object.t
47034            ! lib/File/Temp/t/tempfile.t
47035 ____________________________________________________________________________
47036 [ 24067] By: rgs                                   on 2005/03/22  10:53:39
47037         Log: Revert change #24055, which was producing a segfault in installman
47038              when it was trying to install perltoc.
47039      Branch: perl
47040            ! regexec.c t/op/re_tests
47041 ____________________________________________________________________________
47042 [ 24066] By: rgs                                   on 2005/03/22  09:43:44
47043         Log: Fix unresolved POD link
47044      Branch: perl
47045            ! pod/perlfunc.pod
47046 ____________________________________________________________________________
47047 [ 24065] By: rgs                                   on 2005/03/22  09:21:09
47048         Log: Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
47049              and other neatification
47050      Branch: perl
47051            ! pod/perl592delta.pod pod/perlvar.pod regcomp.c regcomp.h
47052 ____________________________________________________________________________
47053 [ 24064] By: rgs                                   on 2005/03/22  08:57:18
47054         Log: Subject: [PATCH] simple optimization for SelectSaver
47055              From: Alexey Tourbin <at@altlinux.ru>
47056              Date: Fri, 18 Mar 2005 21:05:51 +0300
47057              Message-ID: <20050318180551.GA12596@solemn.turbinal.org>
47058      Branch: perl
47059            ! lib/SelectSaver.pm
47060 ____________________________________________________________________________
47061 [ 24063] By: rgs                                   on 2005/03/22  08:53:21
47062         Log: minitest fix
47063      Branch: perl
47064            ! t/run/fresh_perl.t
47065 ____________________________________________________________________________
47066 [ 24062] By: rgs                                   on 2005/03/22  07:50:28
47067         Log: Add in perldelta changes about unpack A and trailing whitespace, trie
47068              optimization, and debug flags for "use re".
47069      Branch: perl
47070            ! pod/perl592delta.pod
47071 ____________________________________________________________________________
47072 [ 24061] By: nicholas                              on 2005/03/21  22:52:12
47073         Log: Casts needed to make VMS happy. (It gets very upset at assignments
47074              between char * and unsigned char *)
47075      Branch: perl
47076            ! pp_pack.c
47077 ____________________________________________________________________________
47078 [ 24060] By: rgs                                   on 2005/03/21  21:44:37
47079         Log: Subject: Re: unpack A strip patch
47080              From: Ton Hospel <perl5-porters@ton.iguana.be>
47081              Date: Mon, 21 Mar 2005 21:31:37 +0000 (UTC)
47082              Message-Id: <d1nefp$lpe$1@post.home.lunix>
47083      Branch: perl
47084            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
47085 ____________________________________________________________________________
47086 [ 24059] By: rgs                                   on 2005/03/21  21:33:16
47087         Log: Subject: Re: regexp trie fails compile on VMS
47088              From: demerphq <demerphq@gmail.com>
47089              Date: Mon, 21 Mar 2005 22:29:09 +0100
47090              Message-ID: <9b18b311050321132917a4b1c7@mail.gmail.com>
47091      Branch: perl
47092            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
47093 ____________________________________________________________________________
47094 [ 24058] By: rgs                                   on 2005/03/21  21:22:10
47095         Log: Break up long lines in -V output for compile-time options
47096              
47097              Subject: Re: sitecustomize.pl [PATCH]
47098              From: sthoenna[at]efn.org (Yitzchak Scott-Thoennes)
47099              Date: Tue, 8 Mar 2005 17:46:04 -0800
47100              Message-ID: <20050309014604.GA5876[at]efn.org>
47101      Branch: perl
47102            ! perl.c
47103 ____________________________________________________________________________
47104 [ 24057] By: steveh                                on 2005/03/21  17:08:26
47105         Log: Oops - forgot to update MANIFEST for change 24056.
47106      Branch: perl
47107            ! MANIFEST
47108 ____________________________________________________________________________
47109 [ 24056] By: steveh                                on 2005/03/21  17:06:45
47110         Log: Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
47111              From: demerphq <demerphq@gmail.com>
47112              Date: Tue, 8 Mar 2005 02:24:10 +0100
47113              Message-ID: <9b18b311050307172455a5816e@mail.gmail.com>
47114              
47115              Change 24004 stopped mktables from needlessly re-running when using
47116              dmake on Win32, but it can still happen when using nmake because it
47117              doesn't support the .UPDATEALL attribute that was used to fix dmake.
47118              e.g. Build perl, touch a core header file, then rebuild -- mktables
47119              re-runs when it didn't need to, and 7 times over at that!  This change
47120              alleviates the pain by making mktables exit quickly in such cases.
47121      Branch: perl
47122            + lib/unicore/mktables.lst
47123            ! lib/unicore/mktables
47124 ____________________________________________________________________________
47125 [ 24055] By: rgs                                   on 2005/03/21  14:58:21
47126         Log: Resubmit change #24053.
47127      Branch: perl
47128            ! regexec.c t/op/re_tests
47129 ____________________________________________________________________________
47130 [ 24054] By: rgs                                   on 2005/03/21  14:32:58
47131         Log: Subject: [PATCH] Re: [perl #34493] h2ph `extern inline' problems
47132              From: Alexey Tourbin <at@altlinux.ru>
47133              Date: Sat, 19 Mar 2005 16:37:12 +0300
47134              Message-ID: <20050319133712.GB6484@solemn.turbinal.org>
47135              
47136              and
47137              
47138              Message-ID: <20050319141457.GC6484@solemn.turbinal.org>
47139      Branch: perl
47140            ! t/lib/h2ph.h utils/h2ph.PL
47141 ____________________________________________________________________________
47142 [ 24053] By: rgs                                   on 2005/03/21  13:15:34
47143         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
47144              From: hv@crypt.org
47145              Date: Mon, 21 Feb 2005 17:59:49 +0000
47146              Message-Id: <200502211759.j1LHxnC22894@zen.crypt.org>
47147      Branch: perl
47148            ! regexec.c t/op/re_tests
47149 ____________________________________________________________________________
47150 [ 24052] By: rgs                                   on 2005/03/21  10:27:44
47151         Log: Subject: pack / for general types
47152              From: perl5-porters@ton.iguana.be (Ton Hospel)
47153              Date: Sat, 19 Mar 2005 22:00:45 +0000 (UTC)
47154              Message-Id: <d1i7ed$62c$1@post.home.lunix>
47155              
47156              Allow "len/format" to work for any format type, not just strings.
47157      Branch: perl
47158            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
47159 ____________________________________________________________________________
47160 [ 24051] By: rgs                                   on 2005/03/21  10:12:01
47161         Log: perldelta suggestions on (un)?pack by Ton Hospel
47162      Branch: perl
47163            ! pod/perl592delta.pod
47164 ____________________________________________________________________________
47165 [ 24050] By: rgs                                   on 2005/03/21  09:59:13
47166         Log: Subject: Re: bugzilla.redhat bug #101767 (threads, threads::shared)
47167              From: Alexey Tourbin <at@altlinux.ru>
47168              Date: Sat, 19 Mar 2005 06:10:45 +0300
47169              Message-ID: <20050319031045.GN12596@solemn.turbinal.org>
47170      Branch: perl
47171            + ext/threads/hints/linux.pl ext/threads/shared/hints/linux.pl
47172            ! MANIFEST
47173 ____________________________________________________________________________
47174 [ 24049] By: rgs                                   on 2005/03/21  09:39:35
47175         Log: Subject: [PATCH] More consting goodness
47176              From: Andy Lester <andy@petdance.com>
47177              Date: Sat, 19 Mar 2005 01:28:30 -0600
47178              Message-ID: <20050319072830.GA7721@petdance.com>
47179      Branch: perl
47180            ! deb.c dump.c embed.fnc handy.h op.c opcode.h opcode.pl perl.c
47181            ! pod/perlapi.pod pp_ctl.c pp_sys.c proto.h regcomp.c regexec.c
47182            ! sv.c toke.c
47183 ____________________________________________________________________________
47184 [ 24048] By: rgs                                   on 2005/03/20  21:20:50
47185         Log: Upgrade to Math::BigInt 1.75, by Tels
47186      Branch: perl
47187            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
47188            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
47189            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
47190            ! lib/Math/BigInt/t/fallback.t lib/Math/BigInt/t/mbi_rand.t
47191            ! lib/Math/BigInt/t/sub_mbi.t
47192 ____________________________________________________________________________
47193 [ 24047] By: merijn                                on 2005/03/20  10:50:11
47194         Log: Subject: [PATCH] perlrun typo (env PERLDB_OPTS)
47195              From: Alexey Tourbin <at@altlinux.ru>
47196              Date: Sat, 19 Mar 2005 03:40:13 +0300
47197              Message-ID: <20050319004013.GJ12596@solemn.turbinal.org>
47198      Branch: perl
47199            ! pod/perlrun.pod
47200 ____________________________________________________________________________
47201 [ 24046] By: rgs                                   on 2005/03/18  21:47:54
47202         Log: Remove an useless line, spotted by Andy Lester
47203      Branch: perl
47204            ! toke.c
47205 ____________________________________________________________________________
47206 [ 24045] By: rgs                                   on 2005/03/18  16:54:38
47207         Log: Remove trie optimisation from the todo list
47208      Branch: perl
47209            ! pod/perltodo.pod
47210 ____________________________________________________________________________
47211 [ 24044] By: rgs                                   on 2005/03/18  15:04:39
47212         Log: Subject: Re: Reworked Trie Patch
47213              From: demerphq <demerphq@gmail.com>
47214              Date: Mon, 14 Mar 2005 08:55:39 +0100
47215              Message-ID: <9b18b31105031323557019ae1@mail.gmail.com>
47216              
47217              Subject: Re: Reworked Trie Patch
47218              From: demerphq <demerphq@gmail.com>
47219              Date: Wed, 16 Mar 2005 19:48:18 +0100
47220              Message-ID: <9b18b31105031610481025a080@mail.gmail.com>
47221              
47222              Plus minor nits in the documentation of re.pm,
47223              a version bump, and addition of an OPTIMIZE alias
47224      Branch: perl
47225            + t/op/regexp_notrie.t t/op/regexp_trielist.t
47226            ! MANIFEST embed.fnc embed.h ext/re/re.pm pod/perlvar.pod
47227            ! proto.h regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
47228            ! sv.c t/op/pat.t t/op/re_tests t/op/readdir.t
47229 ____________________________________________________________________________
47230 [ 24043] By: rgs                                   on 2005/03/18  14:02:36
47231         Log: Subject: Re: sitecustomize.pl [PATCH]
47232              From: Gisle Aas <gisle@ActiveState.com>
47233              Date: 18 Mar 2005 04:06:40 -0800
47234              Message-ID: <lru0n9w433.fsf@caliper.activestate.com>
47235              
47236              Adds a new command-line switch, -f, and a new optional
47237              compile-time setting -DUSE_SITECUSTOMIZE
47238      Branch: perl
47239            ! INSTALL ext/Devel/DProf/t/DProf.t perl.c pod/perlrun.pod
47240 ____________________________________________________________________________
47241 [ 24042] By: rgs                                   on 2005/03/18  13:38:32
47242         Log: Subject: [PATCH] More const parms
47243              From: Andy Lester <andy@petdance.com>
47244              Date: Mon, 14 Mar 2005 13:59:54 -0600
47245              Message-ID: <20050314195954.GB7141@petdance.com>
47246      Branch: perl
47247            ! embed.fnc gv.c numeric.c op.c pad.c perlio.c pod/perlapi.pod
47248            ! pod/perlintern.pod pp_ctl.c pp_hot.c proto.h scope.c sv.c
47249            ! toke.c utf8.c
47250 ____________________________________________________________________________
47251 [ 24041] By: rgs                                   on 2005/03/18  10:27:17
47252         Log: Don't use vars in DynaLoader
47253              Remove left-over maintenance code
47254      Branch: perl
47255            ! ext/DynaLoader/DynaLoader_pm.PL
47256 ____________________________________________________________________________
47257 [ 24040] By: rgs                                   on 2005/03/18  07:57:06
47258         Log: Subject: [PATCH] $B::Disassembler::VERSION
47259              From: Alexey Tourbin <at@altlinux.ru>
47260              Date: Thu, 17 Mar 2005 19:02:38 +0300
47261              Message-ID: <20050317160238.GN5825@solemn.turbinal.org>
47262      Branch: perl
47263            ! ext/B/B/Disassembler.pm
47264 ____________________________________________________________________________
47265 [ 24039] By: rgs                                   on 2005/03/15  09:30:28
47266         Log: Upgrade to CGI 3.07.
47267              Add CGI's changelog
47268      Branch: perl
47269            + lib/CGI/Changes
47270            ! MANIFEST lib/CGI.pm lib/CGI/Cookie.pm
47271 ____________________________________________________________________________
47272 [ 24038] By: merijn                                on 2005/03/14  15:55:44
47273         Log: Subject: pp_pack.c, simplifying genpacksizetables
47274              From: perl5-porters@ton.iguana.be (Ton Hospel)
47275              Date: Sun, 13 Mar 2005 15:07:41 +0000 (UTC)
47276              Message-Id: <d11kvt$1k7$1@post.home.lunix>
47277      Branch: perl
47278            ! genpacksizetables.pl pp_pack.c
47279 ____________________________________________________________________________
47280 [ 24037] By: rgs                                   on 2005/03/14  14:35:33
47281         Log: Subject: [PATCH] Adding const qualifiers
47282              From: Andy Lester <andy@petdance.com>
47283              Date: Sun, 13 Mar 2005 14:20:05 -0600
47284              Message-ID: <20050313202005.GA23535@petdance.com>
47285      Branch: perl
47286            ! av.c embed.fnc gv.c hv.c mg.c op.c pod/perlapi.pod pp_ctl.c
47287            ! proto.h scope.c utf8.c
47288 ____________________________________________________________________________
47289 [ 24036] By: rgs                                   on 2005/03/14  09:19:01
47290         Log: Subject: Re: [perl #34155] perldoc -f hex should say how to convert back
47291              From: David Nicol <davidnicol@gmail.com>
47292              Date: Tue, 8 Mar 2005 18:23:11 -0600
47293              Message-ID: <934f64a20503081623713f6d27@mail.gmail.com>
47294      Branch: perl
47295            ! pod/perlfunc.pod
47296 ____________________________________________________________________________
47297 [ 24035] By: rgs                                   on 2005/03/13  21:14:36
47298         Log: Document pack changes in perldelta
47299      Branch: perl
47300            ! pod/perl592delta.pod
47301 ____________________________________________________________________________
47302 [ 24034] By: rgs                                   on 2005/03/13  16:41:05
47303         Log: Upgrade to Pod::Parser 1.30
47304      Branch: perl
47305            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
47306            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
47307            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podselect.PL
47308            ! t/pod/poderrs.xr
47309 ____________________________________________________________________________
47310 [ 24033] By: rgs                                   on 2005/03/13  11:07:40
47311         Log: Doc patches to clarify the stringification rules of {} and =>
47312              by Jarkko (bug #34419)
47313      Branch: perl
47314            ! pod/perldata.pod pod/perlop.pod
47315 ____________________________________________________________________________
47316 [ 24032] By: rgs                                   on 2005/03/13  09:20:01
47317         Log: gcc warning patch by Andy Lester
47318      Branch: perl
47319            ! perl.h
47320 ____________________________________________________________________________
47321 [ 24031] By: rgs                                   on 2005/03/12  22:05:14
47322         Log: Subject: Re: Encoding neutral unpack
47323              From: perl5-porters@ton.iguana.be (Ton Hospel)
47324              Date: Sat, 12 Mar 2005 18:54:29 +0000 (UTC)
47325              Message-ID: <d0vdt5$81a$1@post.home.lunix>
47326              
47327              A new test.
47328      Branch: perl
47329            ! t/op/pack.t
47330 ____________________________________________________________________________
47331 [ 24030] By: rgs                                   on 2005/03/12  22:01:21
47332         Log: Indentation patch by Ton Hospel for pp_pack
47333      Branch: perl
47334            ! pp_pack.c
47335 ____________________________________________________________________________
47336 [ 24029] By: rgs                                   on 2005/03/12  20:49:00
47337         Log: Change my email, put real name of Pixel
47338      Branch: perl
47339            ! AUTHORS
47340 ____________________________________________________________________________
47341 [ 24028] By: rgs                                   on 2005/03/12  17:15:23
47342         Log: Upgrade to DB_File 1.811, by Paul Marquess
47343      Branch: perl
47344            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
47345            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
47346            ! ext/DB_File/typemap
47347 ____________________________________________________________________________
47348 [ 24027] By: rgs                                   on 2005/03/11  17:47:41
47349         Log: Add standard core test headers to the Class::ISA new tests
47350      Branch: perl
47351            ! lib/Class/ISA/t/00_about_verbose.t
47352            ! lib/Class/ISA/t/01_old_junk.t
47353 ____________________________________________________________________________
47354 [ 24026] By: rgs                                   on 2005/03/11  17:37:01
47355         Log: Upgrade to Class::ISA 0.33
47356      Branch: perl
47357            + lib/Class/ISA/ChangeLog lib/Class/ISA/t/00_about_verbose.t
47358            + lib/Class/ISA/t/01_old_junk.t
47359            - lib/Class/ISA/test.pl
47360            ! MANIFEST lib/Class/ISA.pm
47361 ____________________________________________________________________________
47362 [ 24025] By: rgs                                   on 2005/03/11  16:55:59
47363         Log: Update Changes
47364      Branch: perl
47365            ! Changes
47366 ____________________________________________________________________________
47367 [ 24024] By: rgs                                   on 2005/03/11  11:12:31
47368         Log: FAQ sync
47369      Branch: perl
47370            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
47371            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
47372            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
47373            ! pod/perlfaq9.pod
47374 ____________________________________________________________________________
47375 [ 24023] By: rgs                                   on 2005/03/11  10:22:28
47376         Log: Subject: [PATCH] pad_push numero three-o
47377              From: Andy Lester <andy@petdance.com>
47378              Date: Thu, 10 Mar 2005 15:17:28 -0600
47379              Message-ID: <20050310211728.GC32386@petdance.com>
47380      Branch: perl
47381            ! embed.fnc embed.h pad.c pod/perlintern.pod pp_ctl.c pp_hot.c
47382            ! proto.h
47383 ____________________________________________________________________________
47384 [ 24022] By: rgs                                   on 2005/03/10  17:42:54
47385         Log: Make the return value of close() depend not only on the success of the
47386              close itself, but also on whether the output stream had a previous
47387              error. From Jim Meyering <jim@meyering.net>, via Debian.
47388      Branch: perl
47389            ! doio.c
47390 ____________________________________________________________________________
47391 [ 24021] By: rgs                                   on 2005/03/10  17:39:56
47392         Log: 8 is not an octal digit. (from Debian)
47393      Branch: perl
47394            ! pod/perlreref.pod
47395 ____________________________________________________________________________
47396 [ 24020] By: rgs                                   on 2005/03/10  17:38:51
47397         Log: Fix a2p manpage (from Debian)
47398      Branch: perl
47399            ! x2p/a2p.pod
47400 ____________________________________________________________________________
47401 [ 24019] By: rgs                                   on 2005/03/10  17:36:37
47402         Log: Remove a spurious undefined warning when using getopts.pl with -w.
47403              (from Debian)
47404      Branch: perl
47405            ! lib/getopts.pl
47406 ____________________________________________________________________________
47407 [ 24018] By: rgs                                   on 2005/03/10  17:34:39
47408         Log: Doc patch for Devel::DProf (from Debian)
47409      Branch: perl
47410            ! ext/Devel/DProf/DProf.pm
47411 ____________________________________________________________________________
47412 [ 24017] By: rgs                                   on 2005/03/10  17:22:25
47413         Log: Add support for Debian GNU/k*BSD
47414      Branch: perl
47415            ! hints/gnukfreebsd.sh hints/gnuknetbsd.sh
47416 ____________________________________________________________________________
47417 [ 24016] By: rgs                                   on 2005/03/10  17:21:05
47418         Log: Patch for Debian bug #258618, compilation under Debian/Hurd
47419      Branch: perl
47420            ! hints/gnu.sh
47421 ____________________________________________________________________________
47422 [ 24015] By: steveh                                on 2005/03/10  15:18:20
47423         Log: Subject: Minor AUTHORS patch
47424              From: "Mike Giroux" <rmgiroux@hotmail.com>
47425              Date: Thu, 10 Mar 2005 08:39:04 -0500
47426              Message-ID: <BAY104-F4B1925432A15287069D3BCE520@phx.gbl>
47427      Branch: perl
47428            ! AUTHORS
47429 ____________________________________________________________________________
47430 [ 24014] By: steveh                                on 2005/03/10  11:25:36
47431         Log: More Win32 dmake fixes
47432
47433              Use $B macro as per change 23991 in more places, and fix some syntax
47434              errors in the subst's (missing trailing ",")
47435
47436              Tested with GCC and MSVC. I don't have BCC available, so those parts
47437              are untested.
47438      Branch: perl
47439            ! win32/makefile.mk
47440 ____________________________________________________________________________
47441 [ 24013] By: rgs                                   on 2005/03/10  10:10:33
47442         Log: Upgrade to CGI.pm 3.06
47443      Branch: perl
47444            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Util.pm
47445            ! lib/CGI/t/form.t lib/CGI/t/html.t
47446 ____________________________________________________________________________
47447 [ 24012] By: rgs                                   on 2005/03/09  22:17:33
47448         Log: Further pack optimisations by Ton Hospel
47449      Branch: perl
47450            ! pp_pack.c
47451 ____________________________________________________________________________
47452 [ 24011] By: rgs                                   on 2005/03/09  18:02:13
47453         Log: Fix memory corruption when growing pack utf8 buffer
47454      Branch: perl
47455            ! pp_pack.c
47456 ____________________________________________________________________________
47457 [ 24010] By: rgs                                   on 2005/03/08  17:53:50
47458         Log: Subject: Encoding neutral unpack
47459              From: perl5-porters@ton.iguana.be (Ton Hospel)
47460              Date: Sun, 6 Mar 2005 18:29:38 +0000 (UTC)
47461              Message-Id: <d0fi6i$k06$1@post.home.lunix>
47462      Branch: perl
47463            ! embed.fnc embed.h genpacksizetables.pl lib/charnames.t perl.h
47464            ! pod/perldiag.pod pod/perlfunc.pod pod/perlunicode.pod
47465            ! pod/perluniintro.pod pp_pack.c proto.h t/op/pack.t
47466            ! t/op/utftaint.t
47467 ____________________________________________________________________________
47468 [ 24009] By: merijn                                on 2005/03/08  15:25:57
47469         Log: Subject: Minor AUTHORS patch
47470              From: Andy Lester <andy@petdance.com>
47471              Date: Tue, 8 Mar 2005 09:44:45 -0600
47472              Message-ID: <20050308154445.GB3213@petdance.com>
47473      Branch: perl
47474            ! AUTHORS
47475 ____________________________________________________________________________
47476 [ 24008] By: merijn                                on 2005/03/08  14:45:17
47477         Log: Some updates to current status
47478      Branch: perl
47479            ! README.hpux
47480 ____________________________________________________________________________
47481 [ 24007] By: steveh                                on 2005/03/07  11:02:12
47482         Log: Include regcomp.h in Win32 makefiles
47483
47484              Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
47485              From: demerphq <demerphq@gmail.com>
47486              Date: Sun, 6 Mar 2005 09:16:12 +0100
47487              Message-ID: <9b18b311050306001624012bd@mail.gmail.com>
47488      Branch: perl
47489            ! win32/Makefile win32/makefile.mk
47490 ____________________________________________________________________________
47491 [ 24006] By: steveh                                on 2005/03/04  17:19:46
47492         Log: A better fix than change 24005 was ;)
47493
47494              Actually, "@echo." still emits a blank line.  Use "@rem" instead as the
47495              no-op.  This was being used in the Win95 case, but works fine on WinNT
47496              too, and is actually what ExtUtils-MakeMaker uses.
47497
47498              Also change the nmake Makefile.
47499      Branch: perl
47500            ! win32/Makefile win32/makefile.mk
47501 ____________________________________________________________________________
47502 [ 24005] By: steveh                                on 2005/03/04  17:11:56
47503         Log: Suppress "ECHO is on." messages when using dmake on Win32
47504
47505              (The shell's "echo" command displays the current echo setting when
47506              called with no arguments.  Use "echo." to display nothing.)
47507      Branch: perl
47508            ! win32/makefile.mk
47509 ____________________________________________________________________________
47510 [ 24004] By: steveh                                on 2005/03/04  17:01:24
47511         Log: Stop mktables from needlessly re-running when using dmake on Win32
47512      Branch: perl
47513            ! win32/makefile.mk
47514 ____________________________________________________________________________
47515 [ 24003] By: rgs                                   on 2005/03/04  16:02:20
47516         Log: Update -v copyright notice
47517      Branch: perl
47518            ! perl.c
47519 ____________________________________________________________________________
47520 [ 24002] By: rgs                                   on 2005/03/03  18:27:34
47521         Log: Add a regression test for bug #32193, and make the
47522              fix a bit more robust
47523      Branch: perl
47524            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
47525 ____________________________________________________________________________
47526 [ 24001] By: rgs                                   on 2005/03/03  18:03:15
47527         Log: Subject: [perl #32193] Tie::RefHash DELETE does not return value for ref keys
47528              From: Yuval Kojman (via RT) <perlbug-followup@perl.org>
47529              Date: 28 Oct 2004 12:16:37 -0000
47530              Message-ID: <rt-3.0.11-32193-98805.8.56634266171625@perl.org>
47531      Branch: perl
47532            ! lib/Tie/RefHash.pm
47533 ____________________________________________________________________________
47534 [ 24000] By: rgs                                   on 2005/03/03  15:43:43
47535         Log: do "filename" is not really used with perl subroutine librairies
47536              anymore.
47537      Branch: perl
47538            ! pod/perlfunc.pod
47539 ____________________________________________________________________________
47540 [ 23999] By: merijn                                on 2005/02/27  11:28:27
47541         Log: Fix for bug [ID 20020227.005] format bug with undefined _TOP
47542              http://rt.perl.org/rt3/Ticket/Display.html?id=8698
47543              If there was no TOP format the lines left on page was set
47544              to fixed number, now set to the current page length of the
47545              IO channel used. More debugging for yet another bug needed.
47546      Branch: perl
47547            ! pp_sys.c
47548 ____________________________________________________________________________
47549 [ 23998] By: davem                                 on 2005/02/26  11:32:59
47550         Log: ithreads: cond_signal() on a non-shared object coredumped
47551      Branch: perl
47552            ! ext/threads/shared/shared.xs
47553 ____________________________________________________________________________
47554 [ 23997] By: nicholas                              on 2005/02/26  09:33:30
47555         Log: SvUTF8 can be present on scalars other than PVs
47556              (specifically references with overloaded stringification)
47557      Branch: perl
47558            ! dump.c
47559 ____________________________________________________________________________
47560 [ 23996] By: davem                                 on 2005/02/26  00:47:03
47561         Log: Fix leaks in List::Util::reduce,first
47562              When the block is a closure, the cloned CV created on each call
47563              was never freed
47564      Branch: perl
47565            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
47566 ____________________________________________________________________________
47567 [ 23995] By: steveh                                on 2005/02/24  15:52:01
47568         Log: Subject: Re: (patch blead) Extend t/harness to allow filtering of the file list by regex.
47569              From: demerphq <demerphq@gmail.com>
47570              Date: Wed, 23 Feb 2005 17:49:50 +0100
47571              Message-ID: <9b18b311050223084917d7ef59@mail.gmail.com>
47572      Branch: perl
47573            ! pod/perlhack.pod
47574 ____________________________________________________________________________
47575 [ 23994] By: merijn                                on 2005/02/24  10:12:26
47576         Log: Subject: [PATCH] dprofpp help
47577              From: Andy Lester <andy@petdance.com>
47578              Date: Thu, 24 Feb 2005 00:10:42 -0600
47579              Message-ID: <20050224061042.GA20259@petdance.com>
47580      Branch: perl
47581            ! utils/dprofpp.PL
47582 ____________________________________________________________________________
47583 [ 23993] By: steveh                                on 2005/02/23  13:36:59
47584         Log: Subject: (patch blead) Extend t/harness to allow filtering of the file list by regex.
47585              From: demerphq <demerphq@gmail.com>
47586              Date: Sat, 19 Feb 2005 11:10:00 +0100
47587              Message-ID: <9b18b3110502190210105decf4@mail.gmail.com>
47588      Branch: perl
47589            ! t/harness
47590 ____________________________________________________________________________
47591 [ 23992] By: steveh                                on 2005/02/23  12:28:55
47592         Log: Subject: Patch Win32 makefiles for blead to allow parameters to be passed to harness:
47593              From: demerphq <demerphq@gmail.com>
47594              Date: Sat, 19 Feb 2005 11:00:08 +0100
47595              Message-ID: <9b18b31105021902003d9c2a95@mail.gmail.com>
47596      Branch: perl
47597            ! win32/Makefile win32/makefile.mk
47598 ____________________________________________________________________________
47599 [ 23991] By: steveh                                on 2005/02/23  09:17:55
47600         Log: Fix Win32's dmake makefile.mk for new dmakes built with Visual C++
47601      Branch: perl
47602            ! win32/makefile.mk
47603 ____________________________________________________________________________
47604 [ 23990] By: rgs                                   on 2005/02/22  18:13:01
47605         Log: Porting/manicheck is not happy when I use spaces instead of tabs.
47606      Branch: perl
47607            ! MANIFEST
47608 ____________________________________________________________________________
47609 [ 23989] By: rgs                                   on 2005/02/21  16:05:22
47610         Log: Subject: IPC::Run test failures with utf8
47611              From: Nicholas Clark <nick@ccl4.org>
47612              Date: Sat, 19 Feb 2005 00:27:57 +0000
47613              Message-ID: <20050219002757.GO13998@plum.flirble.org>
47614      Branch: perl
47615            ! lib/IPC/Run/t/run.t
47616 ____________________________________________________________________________
47617 [ 23988] By: rgs                                   on 2005/02/21  13:51:44
47618         Log: Subject: [PATCH] signed/unsigned help for pp_pack.c
47619              From: "Craig A. Berry" <craigberry@mac.com>
47620              Date: Fri, 18 Feb 2005 09:42:52 -0600
47621              Message-ID: <42160CFC.3080304@mac.com>
47622      Branch: perl
47623            ! pp_pack.c
47624 ____________________________________________________________________________
47625 [ 23987] By: rgs                                   on 2005/02/21  12:56:22
47626         Log: Subject: (blead patch) Skip a torture test under blead, and skip certain torture tests under Win32.
47627              From: demerphq <demerphq@gmail.com>
47628              Date: Sat, 19 Feb 2005 11:04:00 +0100
47629              Message-ID: <9b18b3110502190204641e103c@mail.gmail.com
47630      Branch: perl
47631            ! t/japh/abigail.t
47632 ____________________________________________________________________________
47633 [ 23986] By: rgs                                   on 2005/02/18  18:21:25
47634         Log: Subject: Patch for Perlbug #4253
47635              From: Nikolai Eipel <eipel@web.de>
47636              Date: Sat, 29 Jan 2005 16:52:53 +0100
47637              Message-Id: <200501291652.53841.eipel@web.de>
47638
47639              (-T and -B invalidate _ filehandle when no read permission on file)
47640              plus a regression test
47641      Branch: perl
47642            ! pp_sys.c t/op/stat.t
47643 ____________________________________________________________________________
47644 [ 23985] By: rgs                                   on 2005/02/18  16:18:34
47645         Log: Install and build corelist on VMS, too
47646      Branch: perl
47647            ! vms/descrip_mms.template
47648 ____________________________________________________________________________
47649 [ 23984] By: rgs                                   on 2005/02/18  16:07:54
47650         Log: Add corelist to the win32 makefiles
47651              (noticed by demerphq)
47652      Branch: perl
47653            ! win32/Makefile win32/makefile.mk
47654 ____________________________________________________________________________
47655 [ 23983] By: rgs                                   on 2005/02/18  15:48:51
47656         Log: Subject: [perl #32968] [PATCH] Re: B::walkoptree segfaults
47657              From: Stephen McCamant <smcc@MIT.EDU>
47658              Date: Tue, 28 Dec 2004 10:13:50 -0800
47659              Message-ID: <16849.41566.887352.677148@apocalypse.OCF.Berkeley.EDU>
47660      Branch: perl
47661            ! ext/B/B.xs op.h
47662 ____________________________________________________________________________
47663 [ 23982] By: rgs                                   on 2005/02/18  15:34:59
47664         Log: Subject: Re: Integration of PathTools 3.04
47665              From: demerphq <demerphq@gmail.com>
47666              Date: Fri, 18 Feb 2005 16:31:50 +0100
47667              Message-ID: <9b18b31105021807316af0aed5@mail.gmail.com>
47668      Branch: perl
47669            ! lib/Cwd.pm
47670 ____________________________________________________________________________
47671 [ 23981] By: rgs                                   on 2005/02/18  15:00:12
47672         Log: Subject: Re: Bug in Socket::IO::INET Version 1.27
47673              From: Gisle Aas <gisle@ActiveState.com>
47674              Date: 03 Feb 2005 03:16:46 -0800
47675              Message-ID: <lr7jlpsxk1.fsf@caliper.activestate.com>
47676      Branch: perl
47677            ! ext/IO/lib/IO/Socket/INET.pm
47678 ____________________________________________________________________________
47679 [ 23980] By: rgs                                   on 2005/02/18  14:27:38
47680         Log: Integrate encoding::warnings from Autrijus Tang.
47681      Branch: perl
47682            + lib/encoding/warnings.pm lib/encoding/warnings/t/1-warning.t
47683            + lib/encoding/warnings/t/2-fatal.t
47684            + lib/encoding/warnings/t/3-normal.t
47685            ! MANIFEST
47686 ____________________________________________________________________________
47687 [ 23979] By: rgs                                   on 2005/02/18  09:53:36
47688         Log: Subject: [PATCH] find2perl, new options
47689              From: slaven@rezic.de
47690              Date: Thu, 17 Feb 2005 22:30:13 +0100
47691              Message-Id: <1108675813.24421@devpc01.iconmobile.de>
47692      Branch: perl
47693            ! x2p/find2perl.PL
47694 ____________________________________________________________________________
47695 [ 23978] By: rgs                                   on 2005/02/18  08:54:33
47696         Log: Missing dependencies in x2p makefile, by Slaven Rezic.
47697      Branch: perl
47698            ! x2p/Makefile.SH
47699 ____________________________________________________________________________
47700 [ 23977] By: rgs                                   on 2005/02/17  18:14:19
47701         Log: Upgrade to PathTools 3.04
47702              (plus tweaks to Cwd and cwd.t to run when building perl)
47703      Branch: perl
47704            + ext/Cwd/ppport.h
47705            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
47706            ! ext/Cwd/t/taint.t ext/Cwd/t/win32.t lib/Cwd.pm
47707            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
47708            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
47709            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
47710            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
47711            ! lib/File/Spec/t/Spec.t lib/File/Spec/t/crossplatform.t
47712            ! lib/File/Spec/t/rel2abs2rel.t
47713 ____________________________________________________________________________
47714 [ 23976] By: rgs                                   on 2005/02/17  17:42:59
47715         Log: Upgrade to Pod::LaTeX 0.58
47716      Branch: perl
47717            ! lib/Pod/LaTeX.pm lib/Pod/t/pod2latex.t
47718 ____________________________________________________________________________
47719 [ 23975] By: rgs                                   on 2005/02/17  15:21:55
47720         Log: Upgrade to Time::HiRes 1.66
47721      Branch: perl
47722            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
47723            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
47724 ____________________________________________________________________________
47725 [ 23974] By: rgs                                   on 2005/02/17  14:57:06
47726         Log: Subject: [perl #31730] [PATCH] IO::File reads garbage from directory filehandles
47727              From: "Steve Peters via RT" <perlbug-followup@perl.org>
47728              Date: 1 Feb 2005 16:24:11 -0000
47729              Message-ID: <rt-3.0.11-31730-107010.1.24399823945417@perl.org>
47730      Branch: perl
47731            ! ext/IO/lib/IO/File.pm
47732 ____________________________________________________________________________
47733 [ 23973] By: rgs                                   on 2005/02/16  13:20:55
47734         Log: Subject: Re: [PATCH] Re: perl winpid?
47735              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
47736              Date: Tue, 15 Feb 2005 20:45:13 -0800
47737              Message-ID: <20050216044512.GA2516@efn.org>
47738      Branch: perl
47739            ! ext/B/t/stash.t
47740 ____________________________________________________________________________
47741 [ 23972] By: steveh                                on 2005/02/15  14:47:47
47742         Log: Jan Dubois has taken over maintenance of Win32 stuff from Sarathy
47743      Branch: perl
47744            ! Porting/Maintainers.pl README.win32
47745 ____________________________________________________________________________
47746 [ 23971] By: rgs                                   on 2005/02/15  13:52:15
47747         Log: Fix documentation bug in using Socket's import tags :
47748
47749              Subject: [perl #34141] example in perlbug -f getsockopt incomplete
47750              From: David Dyck (via RT) <perlbug-followup@perl.org>
47751              Date: 15 Feb 2005 07:35:45 -0000
47752              Message-ID: <rt-3.0.11-34141-107730.6.0777451251105@perl.org>
47753      Branch: perl
47754            ! pod/perlfunc.pod
47755 ____________________________________________________________________________
47756 [ 23970] By: steveh                                on 2005/02/15  13:20:40
47757         Log: Fix PERL_MALLOC/DEBUG_MSTATS options in Win32 makefiles
47758
47759              Currently, if USE_IMP_SYS is defined then PERL_MALLOC gets undefined.
47760              We should also undefine DEBUG_MSTATS if PERL_MALLOC is (or has become)
47761              undefined, and we should do all this *before* inspecting DEBUG_MSTATS
47762              to see if we need to add -DPERL_DEBUGGING_MSTATS to BUILDOPT.
47763      Branch: perl
47764            ! win32/Makefile win32/makefile.mk
47765 ____________________________________________________________________________
47766 [ 23969] By: steveh                                on 2005/02/15  11:40:03
47767         Log: Fix definition of DEBUG_MSTATS for Win32 dmake builds
47768      Branch: perl
47769            ! win32/makefile.mk
47770 ____________________________________________________________________________
47771 [ 23968] By: rgs                                   on 2005/02/15  08:29:13
47772         Log: Use strl* functions in doio.c when available
47773              Based on :
47774              Subject: [PATCH] Changes to doio.c to use strlcpy() and strlcat()
47775              From: Steve Peters <steve@fisharerojo.org>
47776              Date: Wed, 1 Dec 2004 19:42:14 -0600
47777              Message-ID: <20041202014214.GA20907@mccoy.peters.homeunix.org>
47778      Branch: perl
47779            ! doio.c
47780 ____________________________________________________________________________
47781 [ 23967] By: mhx                                   on 2005/02/15  04:58:48
47782         Log: Subject: [PATCH] Additional tests for t/op/not.t
47783              From: Steve Peters <steve@fisharerojo.org>
47784              Date: Mon, 14 Feb 2005 19:54:17 -0600
47785              Message-ID: <20050215015417.GA30368@mccoy.peters.homeunix.org>
47786      Branch: perl
47787            ! t/op/not.t
47788 ____________________________________________________________________________
47789 [ 23966] By: rgs                                   on 2005/02/14  21:05:17
47790         Log: Subject: Re: encoding neutral unpack
47791              From: perl5-porters@ton.iguana.be (Ton Hospel)
47792              Date: Sat, 5 Feb 2005 01:34:44 +0000 (UTC)
47793              Message-ID: <cu17rk$k78$1@post.home.lunix>
47794
47795              tweaked to remove the 'not supported on this platform'
47796              error messages
47797      Branch: perl
47798            ! genpacksizetables.pl pp_pack.c t/op/pack.t t/uni/case.pl
47799 ____________________________________________________________________________
47800 [ 23965] By: mhx                                   on 2005/02/14  17:26:02
47801         Log: Regenerate Perl_keyword() to remove superfluous goto statements.
47802      Branch: perl
47803            ! toke.c
47804 ____________________________________________________________________________
47805 [ 23964] By: mhx                                   on 2005/02/14  17:21:29
47806         Log: Require version 0.05 of Devel::Tokenizer::C.
47807      Branch: perl
47808            ! perl_keyword.pl
47809 ____________________________________________________________________________
47810 [ 23963] By: rgs                                   on 2005/02/12  16:26:47
47811         Log: Mac OS Classic vs Mac OS X clarications
47812              by Sherm Pendley
47813      Branch: perl
47814            ! pod/perlfaq3.pod pod/perlmodinstall.pod pod/perlopentut.pod
47815            ! pod/perlrun.pod
47816 ____________________________________________________________________________
47817 [ 23962] By: rgs                                   on 2005/02/12  16:14:56
47818         Log: README.cygwin additions by Reini Urban
47819      Branch: perl
47820            ! README.cygwin
47821 ____________________________________________________________________________
47822 [ 23961] By: merijn                                on 2005/02/11  09:32:50
47823         Log: Subject: Re: [PATCH] Re: perl winpid?
47824              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
47825              Date: Thu, 10 Feb 2005 20:04:35 -0800
47826              Message-ID: <20050211040434.GA3824@efn.org>
47827      Branch: perl
47828            + t/lib/cygwin.t
47829            ! MANIFEST README.cygwin cygwin/cygwin.c
47830 ____________________________________________________________________________
47831 [ 23960] By: mhx                                   on 2005/02/10  20:50:31
47832         Log: not() || 1 produces segmentation fault
47833
47834              Fixed by making not() behave like not(0). This is also the
47835              way not() behaved before it started segfaulting in 5.6.0.
47836      Branch: perl
47837            + t/op/not.t
47838            ! MANIFEST perly.act perly.h perly.tab perly.y
47839 ____________________________________________________________________________
47840 [ 23959] By: mhx                                   on 2005/02/10  20:36:13
47841         Log: regen_perly.pl runs fine with bison 2.0.
47842      Branch: perl
47843            ! regen_perly.pl
47844 ____________________________________________________________________________
47845 [ 23958] By: merijn                                on 2005/02/10  15:56:04
47846         Log: 'what' cannot find ccversion if `which cc` is a symlink to ccache
47847              ccversion is important enough to jump through some hoops to get it
47848      Branch: perl
47849            ! hints/hpux.sh
47850 ____________________________________________________________________________
47851 [ 23957] By: merijn                                on 2005/02/10  14:19:51
47852         Log: Swap logic in BEGIN blocks to have Cwd's abs_path do the
47853              translation *before* the chdir (), so it now DTRT
47854      Branch: perl
47855            ! lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
47856            ! lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
47857            ! lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
47858            ! lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
47859            ! lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
47860            ! lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
47861            ! lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
47862 ____________________________________________________________________________
47863 [ 23956] By: rgs                                   on 2005/02/10  10:58:26
47864         Log: Upgrade to Time::Local 1.11
47865      Branch: perl
47866            ! lib/Time/Local.pm lib/Time/Local.t
47867 ____________________________________________________________________________
47868 [ 23955] By: rgs                                   on 2005/02/10  10:51:59
47869         Log: Subject: Re: [PATCH] BigInt mbi_rand.t failings (solved now)
47870              From: Tels <nospam-abuse@bloodgate.com>
47871              Date: Wed, 9 Feb 2005 21:44:22 +0100
47872              Message-Id: <200502092144.24051@bloodgate.com>
47873      Branch: perl
47874            ! lib/Math/BigInt/Calc.pm
47875 ____________________________________________________________________________
47876 [ 23954] By: rgs                                   on 2005/02/09  18:06:39
47877         Log: Add IPC::Run 0.80.
47878
47879              Subject: [PATCH] IPC::Run 0.80 integration (was Re: [RFC] More core integration)
47880              From: "Jos I. Boumans" <kane@xs4all.net>
47881              Date: Fri, 28 Jan 2005 18:32:44 +0100
47882              Message-Id: <9E6ECDBE-7152-11D9-B82E-000A956B0E06@xs4all.net>
47883
47884              with PERL_CORE test premables hacked for better $^X portability
47885              (we hope.)
47886      Branch: perl
47887            + lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
47888            + lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
47889            + lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
47890            + lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
47891            + lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
47892            + lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
47893            + lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
47894            + lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
47895            + lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
47896            + lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
47897            ! MANIFEST
47898 ____________________________________________________________________________
47899 [ 23953] By: rgs                                   on 2005/02/09  09:28:19
47900         Log: Patch for CAN-2004-0452 by Jeroen van Wolffelaar.
47901              The rmtree() function in the perl File::Path module would remove
47902              directories in an insecure manner which could lead to the removal
47903              of arbitrary files and directories via a symlink attack.
47904      Branch: perl
47905            ! lib/File/Path.pm
47906 ____________________________________________________________________________
47907 [ 23952] By: merijn                                on 2005/02/08  16:30:43
47908         Log: IBM Released vac.C version 7, and changed the naming convention (again)
47909              Thanks to Campo for spotting, testing and the fix
47910      Branch: perl
47911            ! hints/aix.sh
47912 ____________________________________________________________________________
47913 [ 23951] By: rgs                                   on 2005/02/08  14:02:56
47914         Log: Subject: [perl #34076] P/p pack formats only recognize literal undef
47915              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
47916              Date: 6 Feb 2005 22:03:20 -0000
47917              Message-ID: <rt-3.0.11-34076-107344.19.3123360602169@perl.org>
47918      Branch: perl
47919            ! pp_pack.c
47920 ____________________________________________________________________________
47921 [ 23950] By: rgs                                   on 2005/02/08  11:09:03
47922         Log: Remove mention of sub-packages in the Symbol manpage.
47923      Branch: perl
47924            ! lib/Symbol.pm
47925 ____________________________________________________________________________
47926 [ 23949] By: rgs                                   on 2005/02/08  10:44:09
47927         Log: Add Module::CoreList in the maintainers list
47928      Branch: perl
47929            ! Porting/Maintainers.pl
47930 ____________________________________________________________________________
47931 [ 23948] By: rgs                                   on 2005/02/08  10:39:21
47932         Log: Fix typo in corelist
47933      Branch: perl
47934            ! lib/Module/CoreList/bin/corelist
47935 ____________________________________________________________________________
47936 [ 23947] By: rgs                                   on 2005/02/08  10:22:22
47937         Log: Add Module::CoreList to bleadperl.
47938
47939              Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration)
47940              From: "Jos I. Boumans" <kane@xs4all.net>
47941              Date: Fri, 28 Jan 2005 17:38:27 +0100
47942              Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net>
47943      Branch: perl
47944            + lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
47945            + lib/Module/CoreList/t/corelist.t utils/corelist.PL
47946            ! MANIFEST installperl utils.lst utils/Makefile
47947 ____________________________________________________________________________
47948 [ 23946] By: rgs                                   on 2005/02/08  09:31:45
47949         Log: Subject: [perl #34062] pack Z0 destroys the character before
47950              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
47951              Date: 5 Feb 2005 18:09:00 -0000
47952              Message-ID: <rt-3.0.11-34062-107199.19.360569328007@perl.org>
47953              (plus a regression test)
47954      Branch: perl
47955            ! pp_pack.c t/op/pack.t
47956 ____________________________________________________________________________
47957 [ 23945] By: rgs                                   on 2005/02/08  09:25:29
47958         Log: A small precision in the docs for overloaded regexp escapes
47959              (see bug #33906)
47960      Branch: perl
47961            ! pod/perlre.pod
47962 ____________________________________________________________________________
47963 [ 23943] By: rgs                                   on 2005/02/06  22:18:48
47964         Log: Avoid evaluating a strlen twice due the new implementation
47965              of New() with PERL_MALLOC_WRAP
47966      Branch: perl
47967            ! util.c
47968 ____________________________________________________________________________
47969 [ 23942] By: nicholas                              on 2005/02/05  22:02:50
47970         Log: Stop lib/h2xs.t failing needlessly if it failed to clear up behind
47971              itself on a previous run.
47972      Branch: perl
47973            ! lib/h2xs.t
47974 ____________________________________________________________________________
47975 [ 23941] By: nicholas                              on 2005/02/05  21:47:35
47976         Log: With mallocwrap New() evaluates its arguments more than once, so they
47977              had better not have any side effects.
47978              :-(
47979      Branch: perl
47980            ! util.c
47981 ____________________________________________________________________________
47982 [ 23935] By: nicholas                              on 2005/02/05  15:05:08
47983         Log: Let's (un)do the timewarp, again.
47984              Attempt to bodge round Makefile sometimes being older than Makefile.PL
47985              Pesky filesystems.
47986      Branch: perl
47987            ! lib/ExtUtils/t/Constant.t
47988 ____________________________________________________________________________
47989 [ 23928] By: rgs                                   on 2005/02/04  10:41:43
47990         Log: Upgrade to Digest 1.10
47991      Branch: perl
47992            + lib/Digest/Changes lib/Digest/file.pm lib/Digest/t/file.t
47993            ! MANIFEST lib/Digest.pm lib/Digest/base.pm
47994 ____________________________________________________________________________
47995 [ 23927] By: mhx                                   on 2005/02/02  21:33:12
47996         Log: Remove 2 unused variables from APItest.xs.
47997      Branch: perl
47998            ! ext/XS/APItest/APItest.xs
47999 ____________________________________________________________________________
48000 [ 23926] By: mhx                                   on 2005/02/02  21:29:40
48001         Log: Upgrade to Devel::PPPort 3.06.
48002      Branch: perl
48003            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
48004            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
48005            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/module3.c
48006            ! ext/Devel/PPPort/parts/inc/exception
48007            ! ext/Devel/PPPort/parts/inc/misc
48008 ____________________________________________________________________________
48009 [ 23925] By: mhx                                   on 2005/02/02  21:26:14
48010         Log: Attempt to fix problems with new exception handling macros.
48011      Branch: perl
48012            + ext/XS/APItest/exception.c
48013            ! MANIFEST XSUB.h ext/XS/APItest/APItest.xs
48014            ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
48015            ! pod/perlguts.pod
48016 ____________________________________________________________________________
48017 [ 23924] By: rgs                                   on 2005/02/02  19:50:53
48018         Log: Subject: Re: encoding neutral unpack
48019              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
48020              Date: Sat, 29 Jan 2005 12:54:34 +0000 (UTC)
48021              Message-ID: <ctg12a$j0e$2[at]post.home.lunix>
48022
48023              Counted length prefixes shouldn't change C0/U0 mode
48024              in pack/unpack (plus a regression test)
48025      Branch: perl
48026            ! pp_pack.c t/op/pack.t
48027 ____________________________________________________________________________
48028 [ 23923] By: rgs                                   on 2005/02/02  19:35:47
48029         Log: Subject: Re: encoding neutral unpack
48030              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
48031              Date: Sat, 29 Jan 2005 13:07:38 +0000 (UTC)
48032              Message-ID: <ctg1qq$j0e$3[at]post.home.lunix>
48033
48034              Make U0 and C0 scoped to () pack subtemplates.
48035              (plus a regression test)
48036      Branch: perl
48037            ! pp_pack.c t/op/pack.t
48038 ____________________________________________________________________________
48039 [ 23922] By: rgs                                   on 2005/02/02  19:23:46
48040         Log: Subject: Re: encoding neutral unpack
48041              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
48042              Date: Sat, 29 Jan 2005 13:24:55 +0000 (UTC)
48043              Message-ID: <ctg2r7$j0e$4[at]post.home.lunix>
48044
48045              Ensure that with the C format, unpack checksums
48046              don't get overflowed. (plus a regression test)
48047      Branch: perl
48048            ! pp_pack.c t/op/pack.t
48049 ____________________________________________________________________________
48050 [ 23921] By: davem                                 on 2005/02/02  18:25:00
48051         Log: fix POSIX::strtod error handling documentation
48052      Branch: perl
48053            ! ext/POSIX/POSIX.pod
48054 ____________________________________________________________________________
48055 [ 23920] By: merijn                                on 2005/02/02  13:12:17
48056         Log: Subject: [PATCH pod/perlfunc.pod] POD nit @ sysseek
48057              From: Abigail <abigail@abigail.nl>
48058              Date: Tue, 1 Feb 2005 21:33:14 +0100
48059              Message-ID: <20050201203314.GC335@abigail.nl>
48060      Branch: perl
48061            ! pod/perlfunc.pod
48062 ____________________________________________________________________________
48063 [ 23919] By: merijn                                on 2005/02/02  12:49:46
48064         Log: Picky compilers (e.g. vac on AIX 5.2) do not accept statements
48065              between declarations
48066      Branch: perl
48067            ! ext/Devel/PPPort/PPPort.xs
48068 ____________________________________________________________________________
48069 [ 23917] By: nicholas                              on 2005/02/01  11:46:31
48070         Log: "All" "all?" Who said all? There were 2 more missing gnuk{free,net}bsd
48071              hints files to add to MANIFEST. Sort MANIFEST
48072              while I'm in the area.
48073      Branch: perl
48074            ! MANIFEST
48075 ____________________________________________________________________________
48076 [ 23916] By: rgs                                   on 2005/02/01  10:02:51
48077         Log: Subject: Re: [perl #34010] localtime docs
48078              From: Andy Lester <andy@petdance.com>
48079              Date: Mon, 31 Jan 2005 21:24:29 -0600
48080              Message-ID: <20050201032429.GA29354@petdance.com>
48081      Branch: perl
48082            ! pod/perlfunc.pod
48083 ____________________________________________________________________________
48084 [ 23915] By: rgs                                   on 2005/01/31  23:08:59
48085         Log: Subject: Re: encoding neutral unpack
48086              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
48087              Date: Sat, 29 Jan 2005 12:41:20 +0000 (UTC)
48088              Message-ID: <ctg09g$j0e$1[at]post.home.lunix>
48089
48090              Forgotten character progress while checksumming over partial
48091              b or B format. (plus a regression test)
48092      Branch: perl
48093            ! pp_pack.c t/op/pack.t
48094 ____________________________________________________________________________
48095 [ 23914] By: mhx                                   on 2005/01/31  19:22:41
48096         Log: Make Perl_keyword() another 30% faster.
48097      Branch: perl
48098            ! perl_keyword.pl toke.c
48099 ____________________________________________________________________________
48100 [ 23913] By: mhx                                   on 2005/01/31  18:14:44
48101         Log: Regenerate perlapi.pod.
48102      Branch: perl
48103            ! pod/perlapi.pod
48104 ____________________________________________________________________________
48105 [ 23912] By: mhx                                   on 2005/01/31  18:07:29
48106         Log: Upgrade to Devel::PPPort 3.05.
48107      Branch: perl
48108            + ext/Devel/PPPort/parts/base/5008006
48109            + ext/Devel/PPPort/parts/inc/exception
48110            + ext/Devel/PPPort/parts/todo/5008006
48111            + ext/Devel/PPPort/t/exception.t
48112            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
48113            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/MANIFEST.SKIP
48114            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/Makefile.PL
48115            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
48116            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
48117            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
48118            ! ext/Devel/PPPort/apicheck_c.PL
48119            ! ext/Devel/PPPort/devel/buildperl.pl
48120            ! ext/Devel/PPPort/devel/mkapidoc.sh
48121            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
48122            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
48123            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
48124            ! ext/Devel/PPPort/parts/apicheck.pl
48125            ! ext/Devel/PPPort/parts/base/5004000
48126            ! ext/Devel/PPPort/parts/base/5004050
48127            ! ext/Devel/PPPort/parts/base/5005000
48128            ! ext/Devel/PPPort/parts/base/5006000
48129            ! ext/Devel/PPPort/parts/base/5008001
48130            ! ext/Devel/PPPort/parts/base/5009002
48131            ! ext/Devel/PPPort/parts/embed.fnc
48132            ! ext/Devel/PPPort/parts/inc/MY_CXT
48133            ! ext/Devel/PPPort/parts/inc/SvPV
48134            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
48135            ! ext/Devel/PPPort/parts/inc/format
48136            ! ext/Devel/PPPort/parts/inc/grok
48137            ! ext/Devel/PPPort/parts/inc/limits
48138            ! ext/Devel/PPPort/parts/inc/mPUSH
48139            ! ext/Devel/PPPort/parts/inc/magic
48140            ! ext/Devel/PPPort/parts/inc/misc
48141            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
48142            ! ext/Devel/PPPort/parts/inc/newRV
48143            ! ext/Devel/PPPort/parts/inc/ppphbin
48144            ! ext/Devel/PPPort/parts/inc/ppphdoc
48145            ! ext/Devel/PPPort/parts/inc/ppphtest
48146            ! ext/Devel/PPPort/parts/inc/sv_xpvf
48147            ! ext/Devel/PPPort/parts/inc/threads
48148            ! ext/Devel/PPPort/parts/inc/uv
48149            ! ext/Devel/PPPort/parts/inc/version
48150            ! ext/Devel/PPPort/parts/ppptools.pl
48151            ! ext/Devel/PPPort/parts/todo/5009002
48152            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
48153            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/misc.t
48154            ! ext/Devel/PPPort/typemap
48155 ____________________________________________________________________________
48156 [ 23911] By: mhx                                   on 2005/01/31  18:00:31
48157         Log: Add simple exception handling macros for XS writers.
48158      Branch: perl
48159            + ext/XS/APItest/t/exception.t
48160            ! MANIFEST XSUB.h ext/XS/APItest/APItest.pm
48161            ! ext/XS/APItest/APItest.xs pod/perlguts.pod
48162 ____________________________________________________________________________
48163 [ 23910] By: nicholas                              on 2005/01/31  17:46:03
48164         Log: Add all the missing gnuk{free,net}bsd hints files to MANIFEST
48165      Branch: perl
48166            ! MANIFEST
48167 ____________________________________________________________________________
48168 [ 23909] By: merijn                                on 2005/01/31  11:33:14
48169         Log: Subject: [perl #33998] [PATCH] Support for GNU/kFreeBSD
48170              From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org>
48171              Date: 31 Jan 2005 07:37:55 -0000
48172              Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org>
48173      Branch: perl
48174            + ext/DynaLoader/hints/gnukfreebsd.pl
48175            + ext/DynaLoader/hints/gnuknetbsd.pl
48176            + ext/NDBM_File/hints/gnukfreebsd.pl
48177            + ext/NDBM_File/hints/gnuknetbsd.pl
48178            + ext/ODBM_File/hints/gnukfreebsd.pl
48179            + ext/ODBM_File/hints/gnuknetbsd.pl
48180            + ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
48181            + ext/Storable/hints/gnukfreebsd.pl
48182            + ext/Storable/hints/gnuknetbsd.pl hints/gnukfreebsd.sh
48183            + hints/gnuknetbsd.sh
48184            ! Configure
48185 ____________________________________________________________________________
48186 [ 23907] By: rgs                                   on 2005/01/31  11:17:26
48187         Log: Document the changes to PERLIO_DEBUG.
48188      Branch: perl
48189            ! pod/perlrun.pod
48190 ____________________________________________________________________________
48191 [ 23906] By: rgs                                   on 2005/01/31  10:53:14
48192         Log: Really fix the bug [perl #33990].
48193              NB. -DIAMSUID is only set to compile sperl.o.
48194      Branch: perl
48195            ! perlio.c
48196 ____________________________________________________________________________
48197 [ 23905] By: steveh                                on 2005/01/31  10:03:56
48198         Log: Fix test suite hang on Win32 caused by change #23898
48199
48200              ("perl -e sleep 3" does an indefinite sleep!)
48201      Branch: perl
48202            ! t/op/alarm.t
48203 ____________________________________________________________________________
48204 [ 23904] By: rgs                                   on 2005/01/31  08:35:51
48205         Log: Avoid a buffer overflow with threads and PERLIO_DEBUG
48206      Branch: perl
48207            ! perlio.c
48208 ____________________________________________________________________________
48209 [ 23903] By: rgs                                   on 2005/01/31  08:19:10
48210         Log: Don't write to $PERLIO_DEBUG when setuid ([perl #33990])
48211      Branch: perl
48212            ! perlio.c
48213 ____________________________________________________________________________
48214 [ 23900] By: davem                                 on 2005/01/30  17:46:35
48215         Log: minor corrections to comments in perly.y
48216      Branch: perl
48217            ! perly.y
48218 ____________________________________________________________________________
48219 [ 23899] By: rgs                                   on 2005/01/30  14:50:15
48220         Log: Subject: h2hp: 2 fix
48221              From: Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
48222              Date: Fri, 28 Jan 2005 16:53:11 +0100
48223              Message-Id: <200501281653.15708.olivier.thauvin@aerov.jussieu.fr>
48224      Branch: perl
48225            ! utils/h2ph.PL
48226 ____________________________________________________________________________
48227 [ 23898] By: davem                                 on 2005/01/29  16:14:20
48228         Log: chomp() fails after alarm(), `sleep`
48229
48230              PP_backtick's temp altering of PL_rs didn't restore after
48231              an exception
48232      Branch: perl
48233            ! pp_sys.c t/op/alarm.t
48234 ____________________________________________________________________________
48235 [ 23897] By: nicholas                              on 2005/01/28  21:01:04
48236         Log: More consistent names for all the parameter name/declaration methods
48237      Branch: perl
48238            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
48239            ! perl_keyword.pl
48240 ____________________________________________________________________________
48241 [ 23894] By: nicholas                              on 2005/01/28  13:59:40
48242         Log: Calculate the number of tests in one place, so that the skip()s will
48243              always agree with the plan()s
48244      Branch: perl
48245            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
48246 ____________________________________________________________________________
48247 [ 23893] By: rgs                                   on 2005/01/28  08:53:47
48248         Log: Add a reference to books.perl.org.
48249      Branch: perl
48250            ! pod/perlbook.pod
48251 ____________________________________________________________________________
48252 [ 23892] By: nicholas                              on 2005/01/27  19:26:21
48253         Log: Retrieve the flag bit that only 'p' uses, so that it is spare for
48254              future use.
48255      Branch: perl
48256            ! genpacksizetables.pl pp_pack.c
48257 ____________________________________________________________________________
48258 [ 23891] By: rgs                                   on 2005/01/27  18:29:51
48259         Log: Subject: Re: [patch] decrufting OptreeCheck stuff
48260              From: Jim Cromie <jcromie@divsol.com>
48261              Date: Sun, 16 Jan 2005 17:16:00 -0700
48262              Message-ID: <41EB03C0.7030509@divsol.com>
48263              (with minor typos fixed)
48264      Branch: perl
48265            ! ext/B/B/Concise.pm ext/B/t/OptreeCheck.pm ext/B/t/f_map.t
48266            ! ext/B/t/f_sort.t ext/B/t/optree_check.t
48267            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
48268            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
48269            ! ext/B/t/optree_varinit.t
48270 ____________________________________________________________________________
48271 [ 23890] By: rgs                                   on 2005/01/27  17:49:50
48272         Log: Subject: [PATCH] libperl leaks a THREAD_KEY each time it is reloaded
48273              From: Gisle Aas <gisle@ActiveState.com>
48274              Date: 05 Jan 2005 03:21:06 -0800
48275              Message-ID: <lris6cxgt9.fsf@caliper.activestate.com>
48276      Branch: perl
48277            ! perl.c
48278 ____________________________________________________________________________
48279 [ 23889] By: nicholas                              on 2005/01/27  17:29:04
48280         Log: Make the byte order modifers < and > and the sign modifier ! (for
48281              n N v V) conditionally compile. This means that the refactored
48282              pp_pack/pp_unpack code can now be used in maint.
48283      Branch: perl
48284            ! genpacksizetables.pl pp_pack.c
48285 ____________________________________________________________________________
48286 [ 23888] By: nicholas                              on 2005/01/27  16:40:07
48287         Log: Oops. Was forgetting to test n! N! v! V! in pack
48288      Branch: perl
48289            ! t/op/pack.t
48290 ____________________________________________________________________________
48291 [ 23886] By: nicholas                              on 2005/01/27  14:42:28
48292         Log: Check that the warning behaviour on the modifiers !, < and > is as we
48293              expect it for this perl.
48294      Branch: perl
48295            ! t/op/pack.t
48296 ____________________________________________________________________________
48297 [ 23884] By: nicholas                              on 2005/01/27  11:27:12
48298         Log: Make the tests for the endianness modifiers < and >, and the
48299              signnedness modifier ! conditional on perl version. Surprisingly
48300              little change needed.
48301      Branch: perl
48302            ! t/op/pack.t
48303 ____________________________________________________________________________
48304 [ 23883] By: nicholas                              on 2005/01/27  11:12:34
48305         Log: &_q needs to *globally* escape ' and \ in its substitution.
48306      Branch: perl
48307            ! t/test.pl
48308 ____________________________________________________________________________
48309 [ 23882] By: rgs                                   on 2005/01/25  16:53:08
48310         Log: Subject: [PATCH] BigInt mbi_rand.t failings
48311              From: Tels <nospam-abuse@bloodgate.com>
48312              Date: Tue, 25 Jan 2005 18:06:58 +0100
48313              Message-Id: <200501251806.59782@bloodgate.com>
48314      Branch: perl
48315            ! lib/Math/BigInt/Calc.pm
48316 ____________________________________________________________________________
48317 [ 23881] By: rgs                                   on 2005/01/25  16:12:08
48318         Log: Integrate change #23880 in original comment
48319      Branch: perl
48320            ! util.c
48321 ____________________________________________________________________________
48322 [ 23880] By: merijn                                on 2005/01/25  15:41:30
48323         Log: Subject: [PATCH] perlapi.pod has pod errors
48324              From: "Jos I. Boumans" <kane@xs4all.net>
48325              Date: Tue, 25 Jan 2005 16:42:38 +0100
48326              Message-Id: <BDA482F7-6EE7-11D9-8AA7-000A95EF62E2@xs4all.net>
48327      Branch: perl
48328            ! pod/perlapi.pod
48329 ____________________________________________________________________________
48330 [ 23879] By: nicholas                              on 2005/01/24  23:16:04
48331         Log: Correct and update comments (before anyone writes in)
48332              Remove a temporary variable.
48333      Branch: perl
48334            ! lib/ExtUtils/Constant/Base.pm
48335 ____________________________________________________________________________
48336 [ 23878] By: nicholas                              on 2005/01/24  22:10:36
48337         Log: Ooops. It was 190M when I was using 4 bytes per entry for lengths in
48338              the dump file. The newer format is only 135M
48339      Branch: perl
48340            ! toke.c
48341 ____________________________________________________________________________
48342 [ 23877] By: nicholas                              on 2005/01/24  22:06:05
48343         Log: A script to regenerate Perl_keyword()
48344      Branch: perl
48345            + perl_keyword.pl
48346            ! MANIFEST
48347 ____________________________________________________________________________
48348 [ 23876] By: nicholas                              on 2005/01/24  22:05:29
48349         Log: Add weights to ExtUtils::Constant to allow sorting by expected
48350              frequency. This makes the Perl_keyword() replacement 20% faster,
48351              rather than just 12%
48352      Branch: perl
48353            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
48354 ____________________________________________________________________________
48355 [ 23875] By: nicholas                              on 2005/01/24  21:43:52
48356         Log: Replace Perl_keyword() with a version that's 20% faster on typical
48357              input, generated by subclassing ExtUtils::Constant. (Typical input
48358              being about 135M of input from running a lot of perl scripts)
48359      Branch: perl
48360            ! toke.c
48361 ____________________________________________________________________________
48362 [ 23874] By: merijn                                on 2005/01/24  15:10:55
48363         Log: Subject: [PATCH] assorted tempfile clean-up in the test suite
48364              From: "Craig A. Berry" <craigberry@mac.com>
48365              Date: Sun, 23 Jan 2005 14:23:17 -0600
48366              Message-ID: <41F407B5.7020106@mac.com>
48367      Branch: perl
48368            ! lib/Test/Simple/t/reset.t t/io/fs.t t/io/tell.t
48369 ____________________________________________________________________________
48370 [ 23873] By: rgs                                   on 2005/01/24  13:14:21
48371         Log: Revert change 23843.
48372              (See discussion for bug [perl #31924])
48373      Branch: perl
48374            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
48375            ! pp_ctl.c proto.h t/comp/require.t
48376 ____________________________________________________________________________
48377 [ 23872] By: rgs                                   on 2005/01/24  10:27:10
48378         Log: Subject: [perl #33906] Missing \\ in perlre
48379              From: Andrew (via RT) <perlbug-followup@perl.org>
48380              Date: 23 Jan 2005 20:52:51 -0000
48381              Message-ID: <rt-3.0.11-33906-106339.17.5527961922343@perl.org>
48382      Branch: perl
48383            ! pod/perlre.pod
48384 ____________________________________________________________________________
48385 [ 23871] By: rgs                                   on 2005/01/24  10:10:47
48386         Log: Subject: [PATCH] Test::Harness::Straps::_default_inc shell problem
48387              From: "Craig A. Berry" <craigberry@mac.com>
48388              Date: Sun, 23 Jan 2005 13:44:49 -0600
48389              Message-ID: <41F3FEB1.9020102@mac.com>
48390      Branch: perl
48391            ! lib/Test/Harness/Straps.pm
48392 ____________________________________________________________________________
48393 [ 23870] By: rgs                                   on 2005/01/24  09:40:35
48394         Log: Subject: Re: [perl #33892] Add Interix support
48395              From: Todd Vierling <tv@duh.org>
48396              Date: Fri, 21 Jan 2005 15:16:16 -0500 (EST)
48397              Message-ID: <Pine.NEB.4.61.0501211424350.13373@duh.net.dhis.org>
48398      Branch: perl
48399            ! hints/interix.sh
48400 ____________________________________________________________________________
48401 [ 23869] By: davem                                 on 2005/01/23  22:20:10
48402         Log: Subject:  Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
48403              From:  Jarkko Hietaniemi <jhi@iki.fi>
48404              Date:  Sun, 23 Jan 2005 21:25:01 +0200
48405              Message-Id:  <41F3FA0D.4010301@iki.fi>
48406
48407              The uc() memory reduction patch had a memory leak...
48408      Branch: perl
48409            ! pp.c
48410 ____________________________________________________________________________
48411 [ 23868] By: nicholas                              on 2005/01/23  22:06:01
48412         Log: Tidy up 2 comments
48413      Branch: perl
48414            ! regcomp.c
48415 ____________________________________________________________________________
48416 [ 23867] By: nicholas                              on 2005/01/23  22:05:12
48417         Log: Assimilate ExtUtils::Constant 0.16
48418      Branch: perl
48419            + lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/Utils.pm
48420            + lib/ExtUtils/Constant/XS.pm
48421            ! MANIFEST lib/ExtUtils/Constant.pm
48422 ____________________________________________________________________________
48423 [ 23866] By: nicholas                              on 2005/01/23  21:43:17
48424         Log: Slightly terser code in S_regpposixcc (names inside [:*here*:])
48425      Branch: perl
48426            ! regcomp.c
48427 ____________________________________________________________________________
48428 [ 23864] By: nicholas                              on 2005/01/22  22:30:12
48429         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
48430              From: Jarkko Hietaniemi <jhi@iki.fi>
48431              Message-ID: <41F2C427.7020003@iki.fi>
48432              Date: Sat, 22 Jan 2005 23:22:47 +0200
48433      Branch: perl
48434            ! hints/dec_osf.sh
48435 ____________________________________________________________________________
48436 [ 23863] By: davem                                 on 2005/01/22  18:27:58
48437         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
48438              From:  Jarkko Hietaniemi <jhi@iki.fi>
48439              Date:  Sat, 22 Jan 2005 11:33:12 +0200
48440              Message-Id:  <41F21DD8.3050500@iki.fi>
48441
48442              change #23857 miscalculated the SvGROW size
48443      Branch: perl
48444            ! pp.c
48445 ____________________________________________________________________________
48446 [ 23862] By: nicholas                              on 2005/01/22  17:51:13
48447         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
48448              From: Jarkko Hietaniemi <jhi@iki.fi>
48449              Message-ID: <41F2911E.8090204@iki.fi>
48450              Date: Sat, 22 Jan 2005 19:45:02 +0200
48451
48452              (drop optimisation on pp_pack.c for gcc on osf1 to -O1)
48453      Branch: perl
48454            ! hints/dec_osf.sh
48455 ____________________________________________________________________________
48456 [ 23861] By: nicholas                              on 2005/01/22  14:15:58
48457         Log: Update copyright years and add editor blocks
48458      Branch: perl
48459            ! doop.c hv.c utf8.c
48460 ____________________________________________________________________________
48461 [ 23860] By: nicholas                              on 2005/01/22  12:03:00
48462         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
48463              Subject: Re: [PATCH] do not assume quads or long doubles
48464              Message-ID: <41F21B0A.2050301@iki.fi>
48465              Date: Sat, 22 Jan 2005 11:21:14 +0200
48466      Branch: perl
48467            ! pp_pack.c
48468 ____________________________________________________________________________
48469 [ 23858] By: nicholas                              on 2005/01/22  00:39:41
48470         Log: Remove now-unnecessary check. (It's done earlier)
48471      Branch: perl
48472            ! pp_pack.c
48473 ____________________________________________________________________________
48474 [ 23857] By: davem                                 on 2005/01/22  00:17:40
48475         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
48476              From:  Jarkko Hietaniemi <jhi@iki.fi>
48477              Date:  Sat, 22 Jan 2005 00:20:12 +0200
48478              Message-Id:  <41F1801C.3080201@iki.fi>
48479
48480              Make buffer size estimates for utf8 case conversion less maximally
48481              pessimistic
48482      Branch: perl
48483            ! doop.c op.c pp.c pp_pack.c regcomp.c regexec.c sv.c t/op/lc.t
48484            ! toke.c utf8.c utf8.h
48485 ____________________________________________________________________________
48486 [ 23854] By: nicholas                              on 2005/01/21  22:15:43
48487         Log: Shrink a switch() statment by driving the size calculations from the
48488              size table. This requires #ifdef()s in the size table initialiser.
48489              Astoundingly this shaves over 6K of the object size with -Os on OS X.
48490              I was expecting about 1K (due to shrinking a branch table). Mind you,
48491              I'm not going to argue with what I got. :-)
48492      Branch: perl
48493            ! genpacksizetables.pl pp_pack.c
48494 ____________________________________________________________________________
48495 [ 23853] By: nicholas                              on 2005/01/21  16:46:49
48496         Log: Make the length overrun checking and stack extension table driven.
48497              (Shaves about 3k off pp_pack.o)
48498      Branch: perl
48499            + genpacksizetables.pl
48500            ! MANIFEST pp_pack.c
48501 ____________________________________________________________________________
48502 [ 23852] By: rgs                                   on 2005/01/21  16:29:53
48503         Log: Subject: [perl #32503] Fix for Storable module
48504              From: "Steven N. Hirsch" (via RT) <perlbug-followup@perl.org>
48505              Date: 19 Nov 2004 13:06:57 -0000
48506              Message-ID: <rt-3.0.11-32503-100597.6.46123979926323@perl.org>
48507      Branch: perl
48508            ! ext/Storable/Storable.xs
48509 ____________________________________________________________________________
48510 [ 23851] By: rgs                                   on 2005/01/21  15:51:54
48511         Log: Fix spurious warnings emitted by XSLoader via Data::Dumper
48512      Branch: perl
48513            ! ext/Data/Dumper/Dumper.pm
48514 ____________________________________________________________________________
48515 [ 23850] By: nicholas                              on 2005/01/21  15:43:24
48516         Log: Name another pack test
48517      Branch: perl
48518            ! t/op/pack.t
48519 ____________________________________________________________________________
48520 [ 23849] By: rgs                                   on 2005/01/21  15:26:10
48521         Log: Subject: [perl #33892] Add Interix support
48522              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
48523              Date: 21 Jan 2005 14:36:31 -0000
48524              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
48525
48526              (except the Configure chunk)
48527              (and bump version numbers of modules)
48528      Branch: perl
48529            + hints/interix.sh
48530            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm lib/File/Find.pm
48531            ! lib/File/Temp.pm t/io/openpid.t t/op/groups.t
48532 ____________________________________________________________________________
48533 [ 23848] By: merijn                                on 2005/01/21  14:47:31
48534         Log: Subject: [perl #33892] Add Interix support
48535              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
48536              Date: 21 Jan 2005 14:36:31 -0000
48537              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
48538      Branch: perl
48539            ! Configure
48540 ____________________________________________________________________________
48541 [ 23847] By: rgs                                   on 2005/01/21  14:46:38
48542         Log: Upgrade to Test::Harness 2.46
48543      Branch: perl
48544            + lib/Test/Harness/TAP.pod lib/Test/Harness/t/harness.t
48545            + lib/Test/Harness/t/prove-globbing.t
48546            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
48547            ! lib/Test/Harness/Changes lib/Test/Harness/Iterator.pm
48548            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/prove-switches.t
48549            ! lib/Test/Harness/t/strap.t
48550 ____________________________________________________________________________
48551 [ 23845] By: rgs                                   on 2005/01/21  14:09:19
48552         Log: Subject: [perl #32967] [PATCH] Re: More B bugs: svref_2object
48553              From: Stephen McCamant <smcc@OCF.Berkeley.EDU>
48554              Date: Tue, 28 Dec 2004 16:01:49 -0800
48555              Message-ID: <16849.62445.116153.489478@apocalypse.OCF.Berkeley.EDU>
48556      Branch: perl
48557            ! ext/B/B.pm
48558 ____________________________________________________________________________
48559 [ 23844] By: rgs                                   on 2005/01/21  13:49:46
48560         Log: Subject: [Patch] [perl #32446]  close leaves fd open
48561              From: Steffen Ullrich <coyote.frank@gmx.net>
48562              Date: Wed, 01 Dec 2004 15:22:34 +0100
48563              Message-ID: <20041201142236.4273.qmail@lists.develooper.com>
48564      Branch: perl
48565            ! perlio.c
48566 ____________________________________________________________________________
48567 [ 23843] By: rgs                                   on 2005/01/21  13:35:49
48568         Log: Subject: [PATCH bleadperl] Re: [perl #31924] %INC caching failure-case problem
48569              From: Rick Delaney <rick@bort.ca>
48570              Date: Wed, 13 Oct 2004 12:40:18 -0400
48571              Message-ID: <20041013164018.GA32174@biff.bort.ca>
48572      Branch: perl
48573            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
48574            ! pp_ctl.c proto.h t/comp/require.t
48575 ____________________________________________________________________________
48576 [ 23842] By: rgs                                   on 2005/01/21  10:57:48
48577         Log: Subject: Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32
48578              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
48579              Date: Mon, 20 Dec 2004 16:08:56 -0800
48580              Message-ID: <20041221000856.GA2924@efn.org>
48581      Branch: perl
48582            ! pp_sys.c t/op/stat.t
48583 ____________________________________________________________________________
48584 [ 23841] By: rgs                                   on 2005/01/21  10:26:17
48585         Log: Subject: [PATCH] doc SVt_PVLV <=> SVt_PVGV change version in B.pm
48586              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
48587              Date: Sun, 19 Dec 2004 23:57:56 -0800
48588              Message-ID: <20041220075754.GA800@efn.org>
48589      Branch: perl
48590            ! ext/B/B.pm
48591 ____________________________________________________________________________
48592 [ 23840] By: rgs                                   on 2005/01/20  18:45:55
48593         Log: Subject: [patch] cleanup perlsfio.h
48594              From: Stas Bekman <stas@stason.org>
48595              Date: Thu, 13 Jan 2005 16:14:23 -0500
48596              Message-ID: <41E6E4AF.8070303@stason.org>
48597      Branch: perl
48598            ! perlsfio.h
48599 ____________________________________________________________________________
48600 [ 23839] By: rgs                                   on 2005/01/20  18:33:00
48601         Log: VERSION++
48602      Branch: perl
48603            ! lib/Text/ParseWords.pm
48604 ____________________________________________________________________________
48605 [ 23838] By: rgs                                   on 2005/01/20  18:21:36
48606         Log: Subject: Re: [perl #33173] shellwords.pl and tainting
48607              From: Alexey Tourbin <at@altlinux.ru>
48608              Date: Tue, 28 Dec 2004 22:29:37 +0300
48609              Message-ID: <20041228192937.GB7824@solemn.turbinal.org>
48610      Branch: perl
48611            + lib/Text/ParseWords/taint.t
48612            ! MANIFEST lib/Text/ParseWords.pm lib/shellwords.pl
48613 ____________________________________________________________________________
48614 [ 23836] By: nicholas                              on 2005/01/20  13:21:14
48615         Log: Run regen.pl and pod/buildtoc --build-all
48616      Branch: perl
48617            ! MANIFEST pod/perlapi.pod pod/perltoc.pod
48618 ____________________________________________________________________________
48619 [ 23835] By: nicholas                              on 2005/01/20  13:20:50
48620         Log: A little more determinacy in our sorting
48621      Branch: perl
48622            ! autodoc.pl
48623 ____________________________________________________________________________
48624 [ 23827] By: nicholas                              on 2005/01/19  21:22:30
48625         Log: Make "assertion" attribute code and test conditional
48626      Branch: perl
48627            ! t/op/attrs.t xsutils.c
48628 ____________________________________________________________________________
48629 [ 23824] By: merijn                                on 2005/01/19  18:32:41
48630         Log: Subject: [PATCH] Further follow-up to 23767
48631              From: Robin Barker <Robin.Barker@npl.co.uk>
48632              Date: Wed, 19 Jan 2005 18:30:31 -0000
48633              Message-ID: <533D273D4014D411AB1D00062938C4D90849C57D@hotel.npl.co.uk>
48634      Branch: perl
48635            ! XSUB.h gv.c perl.c perl.h pp_ctl.c sv.c utf8.c
48636 ____________________________________________________________________________
48637 [ 23822] By: rgs                                   on 2005/01/19  17:19:04
48638         Log: Subject: Re: [perl #32498] h2xs generates incorrect code for Makefile.PL for enums
48639              From: Noah <sitz@onastick.net>
48640              Date: Wed, 19 Jan 2005 12:33:52 -0500
48641              Message-ID: <20050119173352.GA15592@radu.onastick.net>
48642      Branch: perl
48643            ! utils/h2xs.PL
48644 ____________________________________________________________________________
48645 [ 23821] By: rgs                                   on 2005/01/19  11:30:38
48646         Log: Subject: [PATCH] op/stat.t test 9 failing on recent cygwin snapshots
48647              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
48648              Date: Sun, 16 Jan 2005 10:30:45 -0800
48649              Message-ID: <20050116183045.GA2768@efn.org>
48650      Branch: perl
48651            ! t/op/stat.t
48652 ____________________________________________________________________________
48653 [ 23820] By: rgs                                   on 2005/01/19  11:20:10
48654         Log: Subject: [PATCH] Make Data::Dumper work when dynamic extensions are not available
48655              From: "Jos I. Boumans" <kane@xs4all.net>
48656              Date: Tue, 18 Jan 2005 15:12:03 +0100
48657              Message-Id: <ED6BA2C4-695A-11D9-B09C-000A95EF62E2@xs4all.net>
48658      Branch: perl
48659            ! ext/Data/Dumper/Dumper.pm
48660 ____________________________________________________________________________
48661 [ 23819] By: rgs                                   on 2005/01/19  11:15:14
48662         Log: Fix dependencies in ext/B/Makefile.PL
48663              (bug #8254, fix by Alan Burlison)
48664      Branch: perl
48665            ! ext/B/Makefile.PL
48666 ____________________________________________________________________________
48667 [ 23817] By: steveh                                on 2005/01/19  09:33:27
48668         Log: Exclude "Thread" from $Config{extensions}
48669
48670              It is already excluded from $Config{dynamic_ext}, so should not be
48671              in $Config{extensions} either. (Note that Thread is actually still
48672              built, though. This is just for consistency with Unix builds.)
48673      Branch: perl
48674            ! win32/config_sh.PL
48675 ____________________________________________________________________________
48676 [ 23816] By: steveh                                on 2005/01/19  08:55:06
48677         Log: Exclude "Thread" from $Config{dynamic_ext}
48678
48679              This was accidentally broken by change 23757.  It has already been
48680              fixed in maint-5.8 when resolving conflicts during integration of
48681              23757, so this one does NOT need integrating itself!
48682
48683              For more details see:
48684              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-01/msg00477.html
48685      Branch: perl
48686            ! win32/config_sh.PL
48687 ____________________________________________________________________________
48688 [ 23807] By: steveh                                on 2005/01/17  17:55:02
48689         Log: Fix for building with MinGW under Cygwin
48690
48691              Subject: [PATCH] building win32 perl with cygwin's mingw (was: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32)
48692              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
48693              Date: Thu, 13 Jan 2005 16:11:36 -0800
48694              Message-ID: <20050114001136.GC2516@efn.org>
48695      Branch: perl
48696            ! ext/Errno/Errno_pm.PL
48697 ____________________________________________________________________________
48698 [ 23806] By: steveh                                on 2005/01/17  16:57:10
48699         Log: Get $Config{ccversion} or $Config{gccversion} filled in on Win32
48700      Branch: perl
48701            ! win32/config_sh.PL
48702 ____________________________________________________________________________
48703 [ 23805] By: nicholas                              on 2005/01/14  19:56:42
48704         Log: Better test diagnostics for the numbers tests.
48705              (Failure diagnostics were always good, but now the tests have names,
48706              which show even when they pass)
48707      Branch: perl
48708            ! t/op/pack.t
48709 ____________________________________________________________________________
48710 [ 23803] By: nicholas                              on 2005/01/14  12:06:31
48711         Log: Correct the editor block to match the perl 5 policy on tabs
48712      Branch: perl
48713            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c scope.c
48714            ! sv.c universal.c
48715 ____________________________________________________________________________
48716 [ 23802] By: nicholas                              on 2005/01/14  10:58:47
48717         Log: Refactor S_regclass to generate slightly smaller object code
48718      Branch: perl
48719            ! regcomp.c
48720 ____________________________________________________________________________
48721 [ 23801] By: nicholas                              on 2005/01/14  10:32:08
48722         Log: A terser way to write the \-ing code in pv_uni_display
48723              Plus drive-by insert of a more correct editor block. (thanks Dave)
48724      Branch: perl
48725            ! utf8.c
48726 ____________________________________________________________________________
48727 [ 23800] By: nicholas                              on 2005/01/14  09:55:16
48728         Log: Improve documentation for sv_catpvf, to note that pattern's UTF-8ness
48729              is taken from the SV's UTF-8ness
48730      Branch: perl
48731            ! pod/perlapi.pod sv.c
48732 ____________________________________________________________________________
48733 [ 23799] By: nicholas                              on 2005/01/14  09:52:51
48734         Log: SvUTF8_off() in do_join can be unconditional.
48735      Branch: perl
48736            ! doop.c
48737 ____________________________________________________________________________
48738 [ 23798] By: nicholas                              on 2005/01/14  09:28:14
48739         Log: sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't.
48740      Branch: perl
48741            ! op.c regcomp.c toke.c utf8.c
48742 ____________________________________________________________________________
48743 [ 23797] By: nicholas                              on 2005/01/13  23:13:05
48744         Log: Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsv
48745      Branch: perl
48746            ! sv.c
48747 ____________________________________________________________________________
48748 [ 23796] By: nicholas                              on 2005/01/13  23:10:38
48749         Log: sv_2mortal(NEWSV(0,0)) better written as sv_newmortal()
48750      Branch: perl
48751            ! utf8.c
48752 ____________________________________________________________________________
48753 [ 23795] By: nicholas                              on 2005/01/13  22:54:10
48754         Log: replace NEWSV(), SvSetSV() with newSVsv()
48755      Branch: perl
48756            ! pp.c pp_hot.c pp_sort.c regexec.c scope.c toke.c
48757 ____________________________________________________________________________
48758 [ 23794] By: nicholas                              on 2005/01/13  22:39:58
48759         Log: Turn the unreachable code into assertions. (So prove me wrong...)
48760      Branch: perl
48761            ! pp_pack.c
48762 ____________________________________________________________________________
48763 [ 23793] By: nicholas                              on 2005/01/13  22:07:20
48764         Log: Source code tidy up - avoid assigning to sv.
48765      Branch: perl
48766            ! pp_pack.c
48767 ____________________________________________________________________________
48768 [ 23792] By: nicholas                              on 2005/01/13  21:54:21
48769         Log: Avoid dogfood problems when an empty string accidentally ends up
48770              as a constant name. [They don't work in qw(), strangely]
48771      Branch: perl
48772            ! lib/ExtUtils/Constant.pm
48773 ____________________________________________________________________________
48774 [ 23791] By: nicholas                              on 2005/01/13  21:44:53
48775         Log: The leaktesting of NEWSV() is long dead, so create and initialise
48776              SV values in one, to simplify source code and shrink object code
48777              by about 1%
48778      Branch: perl
48779            ! pp_pack.c
48780 ____________________________________________________________________________
48781 [ 23790] By: nicholas                              on 2005/01/13  20:55:37
48782         Log: Not a good idea to use unpack "H*" to peek at a scalar's internal
48783              representation.
48784      Branch: perl
48785            ! t/op/join.t
48786 ____________________________________________________________________________
48787 [ 23789] By: nicholas                              on 2005/01/13  14:05:08
48788         Log: Update copyright years. Add an editor block while passing by.
48789      Branch: perl
48790            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
48791            ! universal.c
48792 ____________________________________________________________________________
48793 [ 23788] By: nicholas                              on 2005/01/13  13:50:40
48794         Log: utf.pm needs to require Carp before croak()ing
48795      Branch: perl
48796            ! lib/utf8.pm lib/utf8.t
48797 ____________________________________________________________________________
48798 [ 23787] By: nicholas                              on 2005/01/13  13:21:11
48799         Log: Refactor all the unpack checksum-or-not logic to avoid massive
48800              duplication.
48801      Branch: perl
48802            ! pp_pack.c
48803 ____________________________________________________________________________
48804 [ 23786] By: merijn                                on 2005/01/13  11:28:31
48805         Log: Subject: Re: killing USE_5005THREADS in blead?
48806              From: Stas Bekman <stas@stason.org>
48807              Date: Wed, 12 Jan 2005 16:32:42 -0500
48808              Message-ID: <41E5977A.3060306@stason.org>
48809      Branch: perl
48810            ! perl.c
48811 ____________________________________________________________________________
48812 [ 23785] By: steveh                                on 2005/01/13  10:24:13
48813         Log: Fix Win32 build problem caused by change 23757
48814
48815              Change 23757 added a glob() call to win32/FindExt.pm.  That code is
48816              run by miniperl.exe when making the ..\config.sh target, but
48817              miniperl.exe is built with -D PERL_EXTERNAL_GLOB so it requires
48818              perlglob.exe to do the glob().  perlglob.exe has been built, but is
48819              in the top-level of the source tree so is not found when miniperl.exe
48820              is executed from within the win32/ sub-directory.
48821
48822              This was causing smokes to fail on t/lib/commonsense.t because the
48823              "extensions" field in lib/Config_heavy.pl only contained
48824              "threads/shared" as a result of the glob() not finding anything.
48825
48826              Manual builds had been working fine for me because I had an installed
48827              perl in my PATH so perlglob.exe was being found there instead!
48828      Branch: perl
48829            ! win32/FindExt.pm
48830 ____________________________________________________________________________
48831 [ 23783] By: rgs                                   on 2005/01/12  18:04:17
48832         Log: Subject: [PATCH] follow-up to #23765
48833              From: "Craig A. Berry" <craigberry@mac.com>
48834              Date: Tue, 11 Jan 2005 21:01:27 -0600
48835              Message-ID: <41E49307.7080900@mac.com>
48836      Branch: perl
48837            ! lib/warnings.t
48838 ____________________________________________________________________________
48839 [ 23782] By: nicholas                              on 2005/01/11  19:10:20
48840         Log: Fix bug 32294 - index()/rindex() ignore UTF8 flag
48841              (for cases of mixed UTF8/bytes)
48842              Test code based on bug report by John Gardiner Myers
48843      Branch: perl
48844            ! pp.c t/op/index.t
48845 ____________________________________________________________________________
48846 [ 23781] By: rgs                                   on 2005/01/11  17:04:24
48847         Log: Subject: [PATCH] follow-up to 23767
48848              From: Robin Barker <Robin.Barker@npl.co.uk>
48849              Date: Tue, 11 Jan 2005 15:48:49 -0000
48850              Message-ID: <533D273D4014D411AB1D00062938C4D90849C56A@hotel.npl.co.uk>
48851      Branch: perl
48852            ! Porting/pumpkin.pod sv.c
48853 ____________________________________________________________________________
48854 [ 23780] By: mhx                                   on 2005/01/10  19:25:27
48855         Log: Remove PERL_FLEXIBLE_EXCEPTIONS code.
48856      Branch: perl
48857            ! embed.fnc embed.h embedvar.h global.sym makedef.pl perl.c
48858            ! perl.h perlapi.h pod/perlapi.pod pod/perlintern.pod pp_ctl.c
48859            ! proto.h scope.c scope.h sv.c thrdvar.h
48860 ____________________________________________________________________________
48861 [ 23779] By: nicholas                              on 2005/01/10  17:07:03
48862         Log: Subject: [PATCH] t/op/split.t #11 nit on VMS
48863              From: "Craig A. Berry" <craigberry@mac.com>
48864              Message-ID: <41E1C261.5020100@mac.com>
48865              Date: Sun, 09 Jan 2005 17:46:41 -0600
48866      Branch: perl
48867            ! t/op/split.t
48868 ____________________________________________________________________________
48869 [ 23778] By: steveh                                on 2005/01/10  11:53:10
48870         Log: Need to close files before unlinking them on Win32
48871
48872              (Various files created by test programs are left behind otherwise,
48873              and distclean doesn't clean them up)
48874      Branch: perl
48875            ! lib/FileCache/t/01open.t lib/FileCache/t/04twoarg.t
48876            ! lib/FileCache/t/07noimport.t t/op/read.t
48877 ____________________________________________________________________________
48878 [ 23777] By: steveh                                on 2005/01/10  10:28:00
48879         Log: Make Win32's distclean target clean up properly
48880      Branch: perl
48881            ! win32/Makefile win32/makefile.mk
48882 ____________________________________________________________________________
48883 [ 23776] By: steveh                                on 2005/01/10  09:45:50
48884         Log: Get $Config{osvers} filled in on Win32
48885      Branch: perl
48886            ! win32/config_sh.PL
48887 ____________________________________________________________________________
48888 [ 23775] By: merijn                                on 2005/01/10  08:54:00
48889         Log: Subject: [PATCH] follow-up to #23748, -Duselargefiles on VMS
48890              Date: Sun, 09 Jan 2005 17:52:09 -0600
48891              From: "Craig A. Berry" <craigberry@mac.com>
48892              Message-ID: <41E1C3A9.9080900@mac.com>
48893      Branch: perl
48894            ! configure.com
48895 ____________________________________________________________________________
48896 [ 23774] By: nicholas                              on 2005/01/09  23:42:25
48897         Log: Shorter source code in pp_gelem. (But it compiles to the same size)
48898      Branch: perl
48899            ! pp.c
48900 ____________________________________________________________________________
48901 [ 23773] By: nicholas                              on 2005/01/09  21:50:28
48902         Log: If we know the length of the string constant, save a strlen()
48903      Branch: perl
48904            ! perl.c pp_sys.c
48905 ____________________________________________________________________________
48906 [ 23772] By: nicholas                              on 2005/01/09  21:26:40
48907         Log: savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to
48908              strlen(). Add savesvpv(sv), which gets the length from the SV,
48909              and returns a copy of its PV.
48910      Branch: perl
48911            ! embed.fnc embed.h global.sym mg.c pp_sys.c proto.h regcomp.c
48912            ! universal.c util.c
48913 ____________________________________________________________________________
48914 [ 23771] By: nicholas                              on 2005/01/09  19:42:30
48915         Log: Can pass in a length here without introducing a bug. Might save
48916              a strlen()
48917      Branch: perl
48918            ! toke.c
48919 ____________________________________________________________________________
48920 [ 23770] By: nicholas                              on 2005/01/09  15:05:33
48921         Log: Pull the am-I-utf8-or-not logic into one place (S_newSV_maybe_utf8)
48922              as I think that it will be needed for utf8 soft references.
48923      Branch: perl
48924            ! toke.c
48925 ____________________________________________________________________________
48926 [ 23769] By: steveh                                on 2005/01/07  17:25:35
48927         Log: Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile.mk by default
48928              and force PERL_MALLOC off if USE_IMP_SYS is on
48929
48930              This brings makefile.mk into line with Makefile in this regard
48931
48932              (PERL_MALLOC cannot currently be used with USE_IMP_SYS, e.g. see:
48933              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-07/msg00465.html
48934              so it is sensible to enforce this, and to not have the default set
48935              to a configuration that isn't allowed)
48936      Branch: perl
48937            ! win32/makefile.mk
48938 ____________________________________________________________________________
48939 [ 23768] By: rgs                                   on 2005/01/07  14:30:51
48940         Log: Subject: Re: [PATCH] Remove Carp from warnings.pm
48941              From: Jim Cromie <jim.cromie@gmail.com>
48942              Date: Mon, 3 Jan 2005 06:36:16 -0700
48943              Message-ID: <cfe85dfa05010305367445dee6@mail.gmail.com>
48944      Branch: perl
48945            + lib/vars_carp.t
48946            ! MANIFEST ext/B/t/optree_specials.t ext/B/t/stash.t lib/Carp.pm
48947            ! lib/English.pm lib/Exporter.pm lib/Exporter.t
48948            ! lib/Exporter/Heavy.pm lib/warnings.pm warnings.pl
48949 ____________________________________________________________________________
48950 [ 23767] By: rgs                                   on 2005/01/07  13:41:47
48951         Log: Subject: [PATCH] to improve -DCHECK_FORMAT
48952              From: Robin Barker <Robin.Barker@npl.co.uk>
48953              Date: Wed, 5 Jan 2005 11:55:09 -0000
48954              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55A@hotel.npl.co.uk>
48955      Branch: perl
48956            ! mg.c perl.h pp.h pp_sys.c sv.c
48957 ____________________________________________________________________________
48958 [ 23766] By: nicholas                              on 2005/01/07  12:46:07
48959         Log: Stage 1 of utf8 support for soft references.
48960              Change gv_fetchpv to take a UTF8 flag, as gv_fetchpvn_flags
48961              Add gv_fetchsv to look up a GV by SV rather than a char * pointer
48962              Provide a backwards compatability gv_fetchpv
48963              Migrate from gv_fetchpv to gv_fetchsv where the caller was grabbing
48964              the pointer from an SV
48965              All tests still pass.
48966      Branch: perl
48967            ! embed.fnc embed.h global.sym gv.c gv.h mg.c op.c perl.h pp.c
48968            ! pp_hot.c pp_sys.c proto.h sv.c sv.h toke.c universal.c
48969 ____________________________________________________________________________
48970 [ 23765] By: nicholas                              on 2005/01/07  11:23:48
48971         Log: Subject: [PATCH] make lib/warnings.t use t/test.pl
48972              From: "Craig A. Berry" <craigberry@mac.com>
48973              Message-ID: <41DDCA71.1080704@mac.com>
48974              Date: Thu, 06 Jan 2005 17:32:01 -0600
48975      Branch: perl
48976            ! lib/warnings.t
48977 ____________________________________________________________________________
48978 [ 23764] By: steveh                                on 2005/01/07  08:35:29
48979         Log: Fix win32/config.*'s cc, ld and other related values
48980
48981              cc and ld themselves always get replaced with correct values anyway
48982              so we just provide example values as per other similar settings
48983
48984              Other related values (ccname, cpp, cpprun, cppstdin) need to use the
48985              correct ~keyword~, namely ~cc~, not ~CC~, otherwise they do not get set
48986
48987              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
48988              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
48989              Date: Wed, 5 Jan 2005 10:01:41 -0800
48990              Message-ID: <20050105180141.GA676@efn.org>
48991
48992              Subject: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32
48993              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
48994              Date: Thu, 6 Jan 2005 11:53:11 -0800
48995              Message-ID: <20050106195311.GC1300@efn.org>
48996      Branch: perl
48997            ! win32/config.bc win32/config.gc win32/config.vc
48998            ! win32/config.vc64
48999 ____________________________________________________________________________
49000 [ 23763] By: nicholas                              on 2005/01/06  17:42:59
49001         Log: Add TODO tests for UTF8 encoded soft references
49002      Branch: perl
49003            ! t/op/ref.t
49004 ____________________________________________________________________________
49005 [ 23762] By: steveh                                on 2005/01/06  16:50:10
49006         Log: Allow static linking core extensions on Win32 with MinGW
49007
49008              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
49009              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
49010              Date: Wed, 5 Jan 2005 10:01:41 -0800
49011              Message-ID: <20050105180141.GA676@efn.org>
49012      Branch: perl
49013            ! win32/buildext.pl win32/makefile.mk
49014 ____________________________________________________________________________
49015 [ 23761] By: rgs                                   on 2005/01/06  15:49:39
49016         Log: Silence a compilation warning
49017      Branch: perl
49018            ! pp_sort.c
49019 ____________________________________________________________________________
49020 [ 23760] By: nicholas                              on 2005/01/06  14:59:17
49021         Log: Turn barewords into strings to run under strict subs.
49022              Run under strict refs outside the soft reference tests.
49023      Branch: perl
49024            ! t/op/ref.t
49025 ____________________________________________________________________________
49026 [ 23759] By: nicholas                              on 2005/01/06  14:34:24
49027         Log: All tests now use test.pl
49028      Branch: perl
49029            ! t/op/ref.t
49030 ____________________________________________________________________________
49031 [ 23758] By: nicholas                              on 2005/01/06  11:44:08
49032         Log: Start converting t/op/ref.t to use test.pl
49033      Branch: perl
49034            ! t/op/ref.t
49035 ____________________________________________________________________________
49036 [ 23757] By: steveh                                on 2005/01/06  11:26:12
49037         Log: Fix extensions config fields on Win32 to be as they are on Unix
49038
49039              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
49040              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
49041              Date: Wed, 5 Jan 2005 10:01:41 -0800
49042              Message-ID: <20050105180141.GA676@efn.org>
49043      Branch: perl
49044            ! win32/FindExt.pm win32/config_sh.PL
49045 ____________________________________________________________________________
49046 [ 23756] By: nicholas                              on 2005/01/05  21:58:15
49047         Log: Correct a Greengrocer's apostrophe.
49048      Branch: perl
49049            ! ext/DynaLoader/dl_dyld.xs
49050 ____________________________________________________________________________
49051 [ 23755] By: nicholas                              on 2005/01/05  21:36:26
49052         Log: Foolishly I committed change 23753 before remembering to test without
49053              ithreads. No tests => bugs. This should fix them.
49054      Branch: perl
49055            ! perl.c
49056 ____________________________________________________________________________
49057 [ 23754] By: nicholas                              on 2005/01/05  20:14:02
49058         Log: Error-free constant folding is a TODO
49059      Branch: perl
49060            ! pod/perltodo.pod
49061 ____________________________________________________________________________
49062 [ 23753] By: nicholas                              on 2005/01/05  19:44:28
49063         Log: Turn INIT_TLS_AND_INTERP into a static function
49064      Branch: perl
49065            ! perl.c
49066 ____________________________________________________________________________
49067 [ 23752] By: nicholas                              on 2005/01/05  16:27:19
49068         Log: Shave off the explict 1; from the end of lib/Config.pm
49069      Branch: perl
49070            ! configpm
49071 ____________________________________________________________________________
49072 [ 23751] By: rgs                                   on 2005/01/05  13:31:51
49073         Log: Subject: [PATCH] unnecessary rmdir in Makefile
49074              From: Robin Barker <Robin.Barker@npl.co.uk>
49075              Date: Wed, 5 Jan 2005 11:58:54 -0000
49076              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55C@hotel.npl.co.uk>
49077      Branch: perl
49078            ! Makefile.SH
49079 ____________________________________________________________________________
49080 [ 23750] By: merijn                                on 2005/01/05  11:44:11
49081         Log: Subject: [PATCH] gcc and ld in Configure
49082              From: Robin Barker <Robin.Barker@npl.co.uk>
49083              Date: Wed, 5 Jan 2005 12:04:25 -0000
49084              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55D@hotel.npl.co.uk>
49085      Branch: perl
49086            ! hints/solaris_2.sh
49087 ____________________________________________________________________________
49088 [ 23749] By: nicholas                              on 2005/01/05  11:25:29
49089         Log: Subject: [PATCH] Avoid segfault when pthread_key_create fails
49090              From: Gisle Aas <gisle@ActiveState.com>
49091              Date: 05 Jan 2005 01:09:51 -0800
49092              Message-ID: <lracroz1gg.fsf@caliper.activestate.com>
49093      Branch: perl
49094            ! thread.h
49095 ____________________________________________________________________________
49096 [ 23748] By: nicholas                              on 2005/01/05  10:44:59
49097         Log: Subject: [PATCH] -Duselargefiles for VMS
49098              From: "Craig A. Berry" <craigberry@mac.com>
49099              Message-ID: <41DB63A6.7040504@mac.com>
49100              Date: Tue, 04 Jan 2005 21:48:54 -0600
49101      Branch: perl
49102            ! configure.com vms/descrip_mms.template vms/vmsish.h
49103 ____________________________________________________________________________
49104 [ 23747] By: nicholas                              on 2005/01/05  10:10:14
49105         Log: Rafael spotted that my changes caused warnings. So clean up.
49106      Branch: perl
49107            ! t/op/attrs.t
49108 ____________________________________________________________________________
49109 [ 23746] By: nicholas                              on 2005/01/04  23:07:25
49110         Log: Update copyright years.
49111      Branch: perl
49112            ! mg.c miniperlmain.c op.c perlio.c xsutils.c
49113 ____________________________________________________________________________
49114 [ 23745] By: nicholas                              on 2005/01/04  19:32:01
49115         Log: Make the switch statement discriminate similar names more
49116              efficiently.
49117      Branch: perl
49118            ! xsutils.c
49119 ____________________________________________________________________________
49120 [ 23744] By: nicholas                              on 2005/01/04  16:20:43
49121         Log: Check all attributes in modify_SV_attributes are recognised.
49122              Fix bug where 'assertion' was always rejected as invalid.
49123      Branch: perl
49124            ! t/op/attrs.t xsutils.c
49125 ____________________________________________________________________________
49126 [ 23743] By: nicholas                              on 2005/01/04  12:46:56
49127         Log: Use the new ${^UTF8LOCALE} to make the test reliable.
49128      Branch: perl
49129            ! t/io/layers.t
49130 ____________________________________________________________________________
49131 [ 23742] By: merijn                                on 2005/01/04  12:38:03
49132         Log: Subject: [PATCH pod/perlxs.pod] RE: [perl #32660] INT2PTR not mentioned in perlxs(1)
49133              From: Robin Barker <Robin.Barker@npl.co.uk>
49134              Date: Tue, 4 Jan 2005 12:32:29 -0000
49135              Message-ID: <533D273D4014D411AB1D00062938C4D90849C553@hotel.npl.co.uk>
49136      Branch: perl
49137            ! pod/perlxs.pod
49138 ____________________________________________________________________________
49139 [ 23741] By: nicholas                              on 2005/01/04  11:27:57
49140         Log: Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale
49141      Branch: perl
49142            ! gv.c mg.c
49143 ____________________________________________________________________________
49144 [ 23740] By: steveh                                on 2005/01/04  10:56:55
49145         Log: Bring win32/config.* into line with win32/config_H.*
49146              so that "perl -V:usemallocwrap" tells us what the configuration is
49147              instead of saying 'UNKNOWN'.
49148      Branch: perl
49149            ! win32/config.bc win32/config.gc win32/config.vc
49150            ! win32/config.vc64
49151 ____________________________________________________________________________
49152 [ 23739] By: rgs                                   on 2005/01/04  08:36:50
49153         Log: Subject: [PATCH] Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16
49154              From: Tels <nospam-abuse@bloodgate.com>
49155              Date: Sat, 1 Jan 2005 18:59:51 +0100
49156              Message-Id: <200501011859.52858@bloodgate.com>
49157      Branch: perl
49158            + lib/Math/BigInt/t/lib_load.t lib/bignum/t/ratopt_a.t
49159            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
49160            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
49161            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
49162            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
49163            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
49164            ! lib/Math/BigInt/t/inf_nan.t lib/Math/BigInt/t/sub_mbf.t
49165            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
49166            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
49167            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
49168            ! lib/Math/BigRat/t/bigratpm.t lib/bigint.pm lib/bignum.pm
49169            ! lib/bignum/t/option_a.t lib/bignum/t/option_l.t
49170            ! lib/bignum/t/option_p.t lib/bigrat.pm
49171            ! t/lib/Math/BigFloat/Subclass.pm
49172 ____________________________________________________________________________
49173 [ 23738] By: rgs                                   on 2005/01/04  08:05:16
49174         Log: Happy new year
49175      Branch: perl
49176            ! README
49177 ____________________________________________________________________________
49178 [ 23736] By: nicholas                              on 2005/01/03  21:17:28
49179         Log: Return an immortal from attributes::_warn_reserved (a private
49180              function). (saves creating a new IV)
49181      Branch: perl
49182            ! xsutils.c
49183 ____________________________________________________________________________
49184 [ 23735] By: nicholas                              on 2005/01/03  20:58:09
49185         Log: Change dXSTARGET to dXSTARG as recommended by Spider Boardman.
49186      Branch: perl
49187            ! xsutils.c
49188 ____________________________________________________________________________
49189 [ 23733] By: nicholas                              on 2005/01/03  18:54:22
49190         Log: D'oh! Spurious aTHX_. Here was I thinking that my test build was
49191              threaded, but "oh no it isn't!" :-(
49192      Branch: perl
49193            ! toke.c
49194 ____________________________________________________________________________
49195 [ 23732] By: rgs                                   on 2005/01/03  17:24:24
49196         Log: Integrate a patch from Gentoo for uclibc support.
49197              See :
49198              Subject: Re: Static linking notes --- perl5.8.6 and uClibc
49199              From: Alexey Tourbin <at@altlinux.ru>
49200              Date: Tue, 28 Dec 2004 14:25:42 +0300
49201              Message-ID: <20041228112542.GB21037@solemn.turbinal.org>
49202      Branch: perl
49203            ! perlio.c
49204 ____________________________________________________________________________
49205 [ 23731] By: nicholas                              on 2005/01/02  23:18:07
49206         Log: Remove compiler warnings.
49207      Branch: perl
49208            ! toke.c
49209 ____________________________________________________________________________
49210 [ 23730] By: nicholas                              on 2005/01/02  22:49:49
49211         Log: Change 23727 broke code that relied on \ being escaped.
49212              Fix this. *Everything* should work now.
49213      Branch: perl
49214            + t/run/switchF1.t
49215            ! MANIFEST toke.c
49216 ____________________________________________________________________________
49217 [ 23729] By: nicholas                              on 2005/01/02  07:46:12
49218         Log: Splitting the -n/-p code and concatenating strings generates
49219              smaller object code.
49220      Branch: perl
49221            ! toke.c
49222 ____________________________________________________________________________
49223 [ 23728] By: nicholas                              on 2005/01/01  21:34:52
49224         Log: Concatenate some string constants
49225      Branch: perl
49226            ! toke.c
49227 ____________________________________________________________________________
49228 [ 23727] By: nicholas                              on 2005/01/01  21:13:53
49229         Log: Use Rafael's sick trick of ASCII NUL as a q'' delimiter to save a
49230              lot of quoting code
49231      Branch: perl
49232            ! toke.c
49233 ____________________________________________________________________________
49234 [ 23726] By: nicholas                              on 2005/01/01  20:48:31
49235         Log: Probably should be using *pvn rather than *pv forms for speed in
49236              toke.c (to save a strlen())
49237      Branch: perl
49238            ! toke.c
49239 ____________________________________________________________________________
49240 [ 23725] By: nicholas                              on 2005/01/01  20:26:27
49241         Log: strEQ/strNE of 1 character strings seems better hand inlined,
49242              because it generates smaller object code (as well as being
49243              faster than a true function call)
49244      Branch: perl
49245            ! doio.c locale.c op.c perl.c pp.c toke.c util.c
49246 ____________________________________________________________________________
49247 [ 23724] By: nicholas                              on 2005/01/01  17:15:58
49248         Log: Not all the world's a VAX, er ASCII, so don't make assumptions.
49249              Tweak is_gv_magical's string comparisons to produce smaller object
49250              code.
49251              First 2005 copyright notice.
49252      Branch: perl
49253            ! gv.c
49254 ____________________________________________________________________________
49255 [ 23723] By: nicholas                              on 2005/01/01  13:54:33
49256         Log: Change 23714 accidentally broke t/io/layers.t when testing with
49257              UTF8 locales and the -C flag. When UTF8 is flagged as enabled
49258              based on the locale, we have no perl space access to PL_utf8locale
49259              so assume for the moment that UTF8 is never conditionally enabled.
49260      Branch: perl
49261            ! t/io/layers.t
49262 ____________________________________________________________________________
49263 [ 23722] By: nicholas                              on 2004/12/31  23:04:47
49264         Log: Skip the switch statement entirely if the pointer is null, rather
49265              than the old pointless switch on '\0'. Also skip re-comparing the
49266              first character. Faster, and generates terser object code.
49267      Branch: perl
49268            ! pp.c
49269 ____________________________________________________________________________
49270 [ 23721] By: nicholas                              on 2004/12/31  22:46:25
49271         Log: Doing the strnEQ char by char for 2 and 3 character strings
49272              generates a smaller object file, and will be faster.
49273      Branch: perl
49274            ! doio.c
49275 ____________________________________________________________________________
49276 [ 23720] By: nicholas                              on 2004/12/31  21:41:25
49277         Log: Improve documentation for is_gv_magical, and split the switch
49278              statement into 2 parts, lengths > 1 and lengths <= 1
49279              This should cause most variables (lower case, multicharacter)
49280              to escape the function without passing through a switch table.
49281      Branch: perl
49282            ! gv.c
49283 ____________________________________________________________________________
49284 [ 23719] By: nicholas                              on 2004/12/31  21:02:59
49285         Log: Because name is always NUL terminated we can incorporate length
49286              0 names in the switch statement for length 1.
49287      Branch: perl
49288            ! gv.c
49289 ____________________________________________________________________________
49290 [ 23718] By: nicholas                              on 2004/12/31  20:25:52
49291         Log: Generate smaller object code by using a single switch statement
49292              for determining which names are forced into main::
49293      Branch: perl
49294            ! gv.c
49295 ____________________________________________________________________________
49296 [ 23717] By: nicholas                              on 2004/12/31  18:31:18
49297         Log: Tidy up comments in change 23716
49298      Branch: perl
49299            ! gv.c
49300 ____________________________________________________________________________
49301 [ 23716] By: nicholas                              on 2004/12/31  18:22:54
49302         Log: Refactor gv_fetchpv so that the overwhelmingly common case
49303              (variable names starting with a lower case letter or _, longer
49304              than one character) get out of the function very quickly.
49305              (Without even passing through a switch statement jump table)
49306              Also fixes bug 33631
49307      Branch: perl
49308            ! gv.c
49309 ____________________________________________________________________________
49310 [ 23715] By: nicholas                              on 2004/12/31  15:43:07
49311         Log: Subject: [PATCH] randbits and randfunc for VMS
49312              From: "Craig A. Berry" <craigberry@mac.com>
49313              Message-ID: <41D570BF.8010409@mac.com>
49314              Date: Fri, 31 Dec 2004 09:31:11 -0600
49315      Branch: perl
49316            ! configure.com
49317 ____________________________________________________________________________
49318 [ 23714] By: nicholas                              on 2004/12/31  13:14:18
49319         Log: Bug in t/io/layers.t spotted by Ignasi Roca Carrió
49320      Branch: perl
49321            ! AUTHORS t/io/layers.t
49322 ____________________________________________________________________________
49323 [ 23712] By: mhx                                   on 2004/12/30  18:29:02
49324         Log: Mention ppport.h and its --api-info switch in perlguts.
49325      Branch: perl
49326            ! pod/perlguts.pod
49327 ____________________________________________________________________________
49328 [ 23711] By: merijn                                on 2004/12/30  13:10:20
49329         Log: Subject: [PATCH] Allow Configure's d_attribut to be set from the command line
49330              From: Gisle Aas <gisle@ActiveState.com>
49331              Date: 30 Dec 2004 03:39:36 -0800
49332              Message-ID: <lrllbgypzb.fsf@caliper.activestate.com>
49333      Branch: perl
49334            ! Configure
49335 ____________________________________________________________________________
49336 [ 23708] By: nicholas                              on 2004/12/29  21:41:04
49337         Log: Thinko in the description of Config::Extensions
49338      Branch: perl
49339            ! MANIFEST
49340 ____________________________________________________________________________
49341 [ 23707] By: nicholas                              on 2004/12/29  21:25:29
49342         Log: Experimental module intended to simplify core regression tests
49343      Branch: perl
49344            + lib/Config/Extensions.pm lib/Config/Extensions.t
49345            ! MANIFEST
49346 ____________________________________________________________________________
49347 [ 23706] By: nicholas                              on 2004/12/29  21:24:30
49348         Log: Skip tests that binmode :utf8 if there is no perlio
49349      Branch: perl
49350            ! t/op/read.t
49351 ____________________________________________________________________________
49352 [ 23705] By: nicholas                              on 2004/12/29  21:04:43
49353         Log: Ooops. Fix unitialised variable
49354      Branch: perl
49355            ! pp_sys.c
49356 ____________________________________________________________________________
49357 [ 23704] By: nicholas                              on 2004/12/29  19:47:12
49358         Log: Oops. Forgot to uncomment the last set of Unicode values for
49359              testing.
49360      Branch: perl
49361            ! t/op/read.t
49362 ____________________________________________________________________________
49363 [ 23703] By: nicholas                              on 2004/12/29  19:00:12
49364         Log: read (and presuambly sysread) would expose the UTF8 internals when
49365              reading from a byte orientated file handle into a UTF8 scalar.
49366      Branch: perl
49367            ! pp_sys.c t/op/read.t
49368 ____________________________________________________________________________
49369 [ 23702] By: nicholas                              on 2004/12/29  17:20:29
49370         Log: Add a lot of tests for combinations of values, offsets and lengths
49371      Branch: perl
49372            ! t/op/read.t
49373 ____________________________________________________________________________
49374 [ 23701] By: nicholas                              on 2004/12/29  16:28:58
49375         Log: Convert op/read.t to use test.pl and make it stricture compliant.
49376      Branch: perl
49377            ! t/op/read.t
49378 ____________________________________________________________________________
49379 [ 23700] By: mhx                                   on 2004/12/29  13:46:36
49380         Log: Upgrade to Devel::PPPort 3.04
49381      Branch: perl
49382            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
49383            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
49384            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/inc/SvPV
49385            ! ext/Devel/PPPort/parts/inc/ppphbin
49386            ! ext/Devel/PPPort/parts/inc/ppphdoc
49387            ! ext/Devel/PPPort/parts/inc/ppphtest
49388 ____________________________________________________________________________
49389 [ 23696] By: merijn                                on 2004/12/29  12:41:14
49390         Log: Rebuilt after backport start for 23674, 23675, and 23676
49391      Branch: perl
49392            ! Configure
49393 ____________________________________________________________________________
49394 [ 23691] By: merijn                                on 2004/12/29  11:57:57
49395         Log: Subject: [PATCH] Cleanup ext/B tests for -w and to run separately
49396              Date: Tue, 28 Dec 2004 13:49:19 -0800
49397              From: Stephen McCamant <smcc@MIT.EDU>
49398              Message-ID: <16849.54495.424654.896889@apocalypse.OCF.Berkeley.EDU>
49399      Branch: perl
49400            ! ext/B/B/Terse.pm ext/B/t/asmdata.t ext/B/t/b.t
49401            ! ext/B/t/bblock.t ext/B/t/bytecode.t ext/B/t/concise.t
49402            ! ext/B/t/debug.t ext/B/t/deparse.t ext/B/t/f_map.t
49403            ! ext/B/t/f_sort.t ext/B/t/lint.t ext/B/t/o.t
49404            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
49405            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
49406            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
49407            ! ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
49408            ! ext/B/t/xref.t
49409 ____________________________________________________________________________
49410 [ 23688] By: nicholas                              on 2004/12/28  10:25:28
49411         Log: Make Config.t warnings and strictures clean
49412      Branch: perl
49413            ! lib/Config.t
49414 ____________________________________________________________________________
49415 [ 23683] By: nicholas                              on 2004/12/27  16:03:59
49416         Log: Subject: [patch sv.c] comment fix
49417              From: Stas Bekman <stas@stason.org>
49418              Message-ID: <41CF50FE.5070307@stason.org>
49419              Date: Sun, 26 Dec 2004 19:02:06 -0500
49420      Branch: perl
49421            ! sv.c
49422 ____________________________________________________________________________
49423 [ 23682] By: nicholas                              on 2004/12/27  15:48:24
49424         Log: Add investigating self tie segfaults to the TODO
49425      Branch: perl
49426            ! pod/perltodo.pod
49427 ____________________________________________________________________________
49428 [ 23681] By: rgs                                   on 2004/12/24  13:51:59
49429         Log: Subject: [perl #33173] shellwords.pl and tainting
49430              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
49431              Date: 24 Dec 2004 00:14:19 -0000
49432              Message-ID: <rt-3.0.11-33173-103504.3.54366755060383@perl.org>
49433      Branch: perl
49434            ! lib/shellwords.pl
49435 ____________________________________________________________________________
49436 [ 23680] By: rgs                                   on 2004/12/24  13:42:08
49437         Log: Subject: Missign STATEMENT brackets in PUSHMARK
49438              From: perl5-porters@ton.iguana.be (Ton Hospel)
49439              Date: Thu, 23 Dec 2004 17:55:13 +0000 (UTC)
49440              Message-Id: <cqf0q1$9cc$1@post.home.lunix>
49441      Branch: perl
49442            ! pp.h
49443 ____________________________________________________________________________
49444 [ 23679] By: nicholas                              on 2004/12/24  10:33:32
49445         Log: Don't do the ... expansion on archlib, sitelib etc, given that
49446              everyone should already be using archlibext etc
49447              Add the extra special case code for otherlibdirs
49448      Branch: perl
49449            ! configpm
49450 ____________________________________________________________________________
49451 [ 23678] By: rgs                                   on 2004/12/24  08:57:56
49452         Log: Subject: Re: [patch perlapi doc] sv_magic
49453              From: Stas Bekman <stas@stason.org>
49454              Date: Thu, 23 Dec 2004 16:28:06 -0500
49455              Message-ID: <41CB3866.1080307@stason.org>
49456      Branch: perl
49457            ! pod/perlapi.pod sv.c
49458 ____________________________________________________________________________
49459 [ 23677] By: nicholas                              on 2004/12/24  08:54:58
49460         Log: Subject: [PATCH] Re: Smoke [5.9.2] 23675 FAIL(m) openvms E8.2 (Alpha/4 cpu)
49461              From: "Craig A. Berry" <craigberry@mac.com>
49462              Message-ID: <41CB6BD1.8030207@mac.com>
49463              Date: Thu, 23 Dec 2004 19:07:29 -0600
49464      Branch: perl
49465            ! configure.com
49466 ____________________________________________________________________________
49467 [ 23676] By: nicholas                              on 2004/12/23  23:15:24
49468         Log: Bother. It helps if you also propagate the new entry to config.sh
49469      Branch: perl
49470            ! Configure
49471 ____________________________________________________________________________
49472 [ 23675] By: nicholas                              on 2004/12/23  22:14:42
49473         Log: Oops. You can't add new entries to config_h.SH without making some
49474              sort of corresponding defined/undefined value in config.sh somehow.
49475      Branch: perl
49476            ! Configure
49477 ____________________________________________________________________________
49478 [ 23674] By: nicholas                              on 2004/12/23  21:38:59
49479         Log: Relocatable @INC entries for Unix.
49480              (With appropriate fixups in Config.pm to complete the illusion)
49481              Currently can only be enabled with hackery to config.sh
49482              TODO - proper Configure support, and support for otherlibdirs in
49483              Config.pm
49484      Branch: perl
49485            ! Porting/Glossary config_h.SH configpm embed.fnc embed.h perl.c
49486            ! proto.h
49487 ____________________________________________________________________________
49488 [ 23673] By: merijn                                on 2004/12/23  21:04:37
49489         Log: 23669 was not such a good idea. More research needed.
49490      Branch: perl
49491            ! config_h.SH
49492 ____________________________________________________________________________
49493 [ 23672] By: rgs                                   on 2004/12/23  17:21:37
49494         Log: The "Setuid script not plain file" error wasn't documented.
49495      Branch: perl
49496            ! pod/perldiag.pod
49497 ____________________________________________________________________________
49498 [ 23671] By: rgs                                   on 2004/12/23  15:21:58
49499         Log: Subject: [PATCH] Data::Dumper Freezer fixes
49500              From: Sam Tregar <sam@tregar.com>
49501              Date: Sun, 19 Dec 2004 14:40:25 -0500 (EST)
49502              Message-ID: <Pine.LNX.4.61.0412191434490.7660@hillmont.dreamhost.com>
49503
49504              and bump Data::Dumper's VERSION
49505      Branch: perl
49506            + ext/Data/Dumper/t/freezer.t
49507            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
49508 ____________________________________________________________________________
49509 [ 23670] By: nicholas                              on 2004/12/22  23:15:07
49510         Log: Fix typo
49511      Branch: perl
49512            ! ext/Storable/Storable.xs
49513 ____________________________________________________________________________
49514 [ 23669] By: merijn                                on 2004/12/22  20:16:53
49515         Log: Just to re-sync with metaconfig output. No real changes.
49516      Branch: perl
49517            ! config_h.SH
49518 ____________________________________________________________________________
49519 [ 23668] By: rgs                                   on 2004/12/22  08:46:21
49520         Log: Move the definition of the S_procself_val() function before
49521              the point where it's used
49522      Branch: perl
49523            ! perl.c
49524 ____________________________________________________________________________
49525 [ 23667] By: nicholas                              on 2004/12/21  20:56:58
49526         Log: Move the setting of $^X ahead of the initialisation of @INC
49527      Branch: perl
49528            ! perl.c
49529 ____________________________________________________________________________
49530 [ 23666] By: nicholas                              on 2004/12/21  20:31:57
49531         Log: $#a>>=1 relies on malloc wrap to avoid the segfault, so need to
49532              skip the test on platforms where it's not available
49533      Branch: perl
49534            ! t/op/bop.t
49535 ____________________________________________________________________________
49536 [ 23663] By: nicholas                              on 2004/12/21  11:58:53
49537         Log: Note that the shell's test uses eq etc for numbers, = etc for
49538              strings, the reverse of Perl, which is definitely a trap.
49539              Spotted by Alexei Alexandrov.
49540      Branch: perl
49541            ! AUTHORS pod/perltrap.pod
49542 ____________________________________________________________________________
49543 [ 23662] By: merijn                                on 2004/12/20  13:38:45
49544         Log: Subject: [PATCH] AUTHORS
49545              From: Tels <nospam-abuse@bloodgate.com>
49546              Date: Sun, 19 Dec 2004 14:28:44 +0100
49547              Message-Id: <200412191428.45898@bloodgate.com>
49548      Branch: perl
49549            ! AUTHORS
49550 ____________________________________________________________________________
49551 [ 23661] By: rgs                                   on 2004/12/17  09:08:23
49552         Log: Subject: Re: [perl #32717] BeOS specific Updates
49553              From: bonefish@cs.tu-berlin.de
49554              Date: Fri, 17 Dec 2004 01:17:40 +0100
49555              Message-Id: <20041217011740.14398.1@cs.tu-berlin.de>
49556      Branch: perl
49557            - beos/beos_flock_server.cpp beos/beos_flock_server.h
49558            ! MANIFEST Makefile.SH README.beos beos/beos.c beos/beosish.h
49559            ! hints/beos.sh
49560 ____________________________________________________________________________
49561 [ 23660] By: rgs                                   on 2004/12/16  16:09:20
49562         Log: Subject: [PATCH] bop.t follow-up to #23645
49563              From: "Craig A. Berry" <craigberry@mac.com>
49564              Date: Thu, 16 Dec 2004 08:53:32 -0600
49565              Message-ID: <41C1A16C.9040700@mac.com>
49566      Branch: perl
49567            ! t/op/bop.t
49568 ____________________________________________________________________________
49569 [ 23659] By: rgs                                   on 2004/12/16  16:05:49
49570         Log: Subject: Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH]
49571              From: Andy Dougherty <doughera@lafayette.edu>
49572              Date: Thu, 16 Dec 2004 09:57:44 -0500 (EST)
49573              Message-ID: <Pine.SOL.4.58.0412160953470.20202@maxwell.phys.lafayette.edu>
49574      Branch: perl
49575            ! ext/POSIX/Makefile.PL
49576 ____________________________________________________________________________
49577 [ 23658] By: rgs                                   on 2004/12/16  15:58:06
49578         Log: Two pod2html patches from Dave Sparks :
49579
49580              Fix anchors for some function names
49581              Subject: pod2html fragment fix [PATCH]
49582              From: Gisle Aas <gisle@ActiveState.com>
49583              Date: 11 Nov 2004 14:36:46 +0100
49584              Message-ID: <lrk6sso6c1.fsf@caliper.activestate.com>
49585
49586              Subject: Make 'pod2html --quiet' be quiet [PATCH]
49587              From: Gisle Aas <gisle@ActiveState.com>
49588              Date: 11 Nov 2004 15:19:58 +0100
49589              Message-ID: <lrbre4o4c1.fsf@caliper.activestate.com>
49590      Branch: perl
49591            ! lib/Pod/Html.pm
49592 ____________________________________________________________________________
49593 [ 23657] By: rgs                                   on 2004/12/16  15:43:02
49594         Log: Pod::Html is not part of the podlators distribution
49595      Branch: perl
49596            ! Porting/Maintainers.pl
49597 ____________________________________________________________________________
49598 [ 23656] By: rgs                                   on 2004/12/15  16:39:29
49599         Log: Security fix from Debian in the debugger (in the setterm()
49600              function), from:
49601              Subject: Re: Security patch from Debian?
49602              From: Brendan O'Dea <bod@debian.org>
49603              Date: Thu, 2 Dec 2004 13:42:17 +1100
49604              Message-ID: <20041202024217.GA12670@londo.c47.org>
49605      Branch: perl
49606            ! lib/perl5db.pl
49607 ____________________________________________________________________________
49608 [ 23655] By: rgs                                   on 2004/12/15  15:14:05
49609         Log: A couple of SCO compilation patches
49610
49611              Subject: [perl #3097] Re: SCO5 XS dyn loading fails
49612              From: "Ilya N. Golubev" <gin@mo.msk.ru>
49613              Date: Tue, 14 Dec 2004 22:37:27 +0300
49614              Message-ID: <028941bf40f648-gin@mo.msk.ru>
49615
49616              Subject: Re: [perl #3100] NaN passed to gcvt [PATCH]
49617              From: Andy Dougherty <doughera@lafayette.edu>
49618              Date: Wed, 15 Dec 2004 10:29:22 -0500 (EST)
49619              Message-ID: <Pine.SOL.4.58.0412150956360.3441@maxwell.phys.lafayette.edu>
49620      Branch: perl
49621            ! hints/sco.sh
49622 ____________________________________________________________________________
49623 [ 23654] By: rgs                                   on 2004/12/15  13:16:06
49624         Log: Upgrade to Test::Simple 0.54
49625      Branch: perl
49626            + lib/Test/Simple/t/is_fh.t
49627            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
49628            ! lib/Test/Simple.pm lib/Test/Simple/Changes
49629            ! lib/Test/Simple/t/details.t lib/Test/Simple/t/fail-more.t
49630            ! lib/Test/Simple/t/harness_active.t
49631            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/maybe_regex.t
49632            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/sort_bug.t
49633            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
49634 ____________________________________________________________________________
49635 [ 23653] By: rgs                                   on 2004/12/15  12:43:37
49636         Log: Upgrade to ExtUtils::MakeMaker 6.25
49637      Branch: perl
49638            + lib/ExtUtils/t/dir_target.t
49639            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
49640            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
49641            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
49642            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
49643            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
49644            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
49645            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
49646            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
49647            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
49648            ! lib/ExtUtils/NOTES lib/ExtUtils/README lib/ExtUtils/instmodsh
49649            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST_PREFIX.t
49650            ! lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/MM_Unix.t
49651            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/hints.t
49652            ! lib/ExtUtils/t/oneliner.t lib/ExtUtils/t/parse_version.t
49653            ! lib/ExtUtils/t/prereq_print.t lib/ExtUtils/t/split_command.t
49654 ____________________________________________________________________________
49655 [ 23652] By: rgs                                   on 2004/12/14  16:22:42
49656         Log: Fix for [perl #32491] h2xs incorrectly parses enums with implicit values
49657      Branch: perl
49658            ! utils/h2xs.PL
49659 ____________________________________________________________________________
49660 [ 23651] By: rgs                                   on 2004/12/14  12:17:25
49661         Log: Subject: Re: B::walkoptree segfaults
49662              From: Alexey Tourbin <at@altlinux.ru>
49663              Date: Fri, 3 Dec 2004 05:06:49 +0300
49664              Message-ID: <20041203020649.GD3898@solemn.turbinal.org>
49665      Branch: perl
49666            ! ext/B/B.pm
49667 ____________________________________________________________________________
49668 [ 23650] By: rgs                                   on 2004/12/14  11:21:53
49669         Log: Make Sys::Syslog stricture-compliant
49670      Branch: perl
49671            ! ext/Sys/Syslog/Syslog.pm
49672 ____________________________________________________________________________
49673 [ 23649] By: rgs                                   on 2004/12/14  10:35:57
49674         Log: Allow escaping %m as %%m in Sys::Syslog format strings
49675              (suggested by Joshua Richardson <jric@yahoo-inc.com>
49676              and Yitzchak Scott-Thoennes)
49677      Branch: perl
49678            ! ext/Sys/Syslog/Syslog.pm
49679 ____________________________________________________________________________
49680 [ 23648] By: rgs                                   on 2004/12/14  10:22:48
49681         Log: Subject: [perl #24343] [PATCH] -w vs. -s
49682              From: "Steve Peters via RT" <perlbug-followup@perl.org>
49683              Date: 14 Dec 2004 06:41:34 -0000
49684              Message-ID: <rt-3.0.11-24343-103027.13.3005637364295@perl.org>
49685      Branch: perl
49686            ! pod/perlrun.pod
49687 ____________________________________________________________________________
49688 [ 23647] By: merijn                                on 2004/12/14  07:51:43
49689         Log: Subject: [perl #3274] [PATCH] Documentation for utime should be improved
49690              Date: 14 Dec 2004 06:29:23 -0000
49691              From: "Steve Peters via RT" <perlbug-followup@perl.org>
49692              Message-ID: <rt-3.0.11-3274-103026.2.21000805211489@perl.org>
49693      Branch: perl
49694            ! pod/perlfaq5.pod
49695 ____________________________________________________________________________
49696 [ 23646] By: rgs                                   on 2004/12/14  07:41:08
49697         Log: Fix test added in change 23645 with an eval()
49698      Branch: perl
49699            ! t/op/bop.t
49700 ____________________________________________________________________________
49701 [ 23645] By: rgs                                   on 2004/12/14  07:28:57
49702         Log: Test patch for already-solved bug #33003,
49703              by Michael G Schwern.
49704      Branch: perl
49705            ! t/op/bop.t
49706 ____________________________________________________________________________
49707 [ 23644] By: steveh                                on 2004/12/13  17:26:46
49708         Log: Document gv_stashpvn
49709
49710              This is already in the API supported by Devel::PPPort, and is
49711              more efficient than gv_stashpv if the length is already known.
49712      Branch: perl
49713            ! embed.fnc gv.c pod/perlapi.pod
49714 ____________________________________________________________________________
49715 [ 23643] By: rgs                                   on 2004/12/13  10:02:57
49716         Log: Subject: [PATCH] FileCache without import
49717              From: Michael G Schwern <schwern@pobox.com>
49718              Date: Sat, 11 Dec 2004 18:58:32 -0500
49719              Message-ID: <20041211235832.GA13462@windhund.schwern.org>
49720      Branch: perl
49721            + lib/FileCache/t/07noimport.t
49722            ! MANIFEST lib/FileCache.pm
49723 ____________________________________________________________________________
49724 [ 23642] By: rgs                                   on 2004/12/13  09:54:23
49725         Log: Subject: [PATCH] perlipc typo
49726              From: Brendan O'Dea <bod@debian.org>
49727              Date: Sun, 12 Dec 2004 10:25:04 +1100
49728              Message-ID: <20041211232504.GA8380@londo.c47.org>
49729      Branch: perl
49730            ! pod/perlipc.pod
49731 ____________________________________________________________________________
49732 [ 23641] By: rgs                                   on 2004/12/13  09:41:21
49733         Log: Subject: [PATCH] t/op/taint.t follow-up to #23635
49734              From: "Craig A. Berry" <craigberry@mac.com>
49735              Date: Sat, 11 Dec 2004 11:03:57 -0600
49736              Message-ID: <41BB287D.6090001@mac.com>
49737      Branch: perl
49738            ! t/op/taint.t
49739 ____________________________________________________________________________
49740 [ 23640] By: rgs                                   on 2004/12/13  08:39:34
49741         Log: Subject: Re: Smoke [5.9.2] 23634 FAIL(F) openbsd 3.6 (i386/1 cpu) [PATCH]
49742              From: Gisle Aas <gisle@ActiveState.com>
49743              Date: 11 Dec 2004 02:57:19 -0800
49744              Message-ID: <lrr7lxje5s.fsf_-_@caliper.activestate.com>
49745      Branch: perl
49746            ! utf8.c
49747 ____________________________________________________________________________
49748 [ 23639] By: rgs                                   on 2004/12/10  22:02:52
49749         Log: Subject: [PATCH] Re: [perl #2562] wantarray fails in END, INIT, and CHECK blocks
49750              From: mjtg@cam.ac.uk (Mike Guy)
49751              Date: Fri, 10 Dec 2004 19:08:01 +0000
49752              Message-ID: <E1Ccq7V-00057s-9s@virgo.cus.cam.ac.uk>
49753      Branch: perl
49754            ! pod/perlfunc.pod
49755 ____________________________________________________________________________
49756 [ 23638] By: steveh                                on 2004/12/10  14:58:59
49757         Log: Fix Win32 breakage caused by change 23610
49758
49759              Simply skip the offending tests on Win32.  There is no sense in testing
49760              that $Config dir entries appear in @INC because the $Config entries
49761              relate to where perl.exe will be installed (as per INST_DRV/INST_TOP in
49762              win32/Makefile), whereas @INC entries are dynamic, based on where
49763              perlXX.dll is currently located.
49764      Branch: perl
49765            ! lib/Config.t
49766 ____________________________________________________________________________
49767 [ 23637] By: rgs                                   on 2004/12/10  10:17:47
49768         Log: Pod nit ([perl #32800])
49769      Branch: perl
49770            ! pod/perlfunc.pod
49771 ____________________________________________________________________________
49772 [ 23636] By: rgs                                   on 2004/12/10  10:02:12
49773         Log: Subject: [PATCH] Test rt.perl.org 5900
49774              From: Michael G Schwern <schwern@pobox.com>
49775              Date: Thu, 9 Dec 2004 22:11:59 -0500
49776              Message-ID: <20041210031159.GA7629@windhund.schwern.org>
49777      Branch: perl
49778            ! t/op/taint.t
49779 ____________________________________________________________________________
49780 [ 23635] By: rgs                                   on 2004/12/10  09:51:44
49781         Log: Subject: [PATCH] cleanup t/op/taint.t
49782              From: Michael G Schwern <schwern@pobox.com>
49783              Date: Fri, 10 Dec 2004 02:04:49 -0500
49784              Message-ID: <20041210070448.GA22347@windhund.schwern.org>
49785
49786              Subject: [PATCH] Add todo_skip() to test.pl
49787              From: Michael G Schwern <schwern@pobox.com>
49788              Date: Fri, 10 Dec 2004 04:27:06 -0500
49789              Message-ID: <20041210092706.GA23378@windhund.schwern.org>
49790      Branch: perl
49791            ! t/op/taint.t t/test.pl
49792 ____________________________________________________________________________
49793 [ 23634] By: nicholas                              on 2004/12/09  22:51:03
49794         Log: Evade using @ in the 1 liner with some perl 1 syntax.
49795      Branch: perl
49796            ! lib/Config.t
49797 ____________________________________________________________________________
49798 [ 23633] By: rgs                                   on 2004/12/09  18:50:16
49799         Log: Subject: RE: [PATCH perl.h toke.c utf8.c] minor format clean up
49800              From: Robin Barker <Robin.Barker@npl.co.uk>
49801              Date: Wed, 1 Dec 2004 15:15:44 -0000
49802              Message-ID: <533D273D4014D411AB1D00062938C4D90849C521@hotel.npl.co.uk>
49803      Branch: perl
49804            ! perl.h
49805 ____________________________________________________________________________
49806 [ 23632] By: rgs                                   on 2004/12/09  17:12:12
49807         Log: Subject: UTF8_ALLOW_ANYUV should not allow overlong sequences [PATCH]
49808              From: Gisle Aas <gisle@activestate.com>
49809              Date: 06 Dec 2004 02:59:24 -0800
49810              Message-ID: <lrmzwrae0j.fsf_-_@caliper.activestate.com>
49811      Branch: perl
49812            ! utf8.h
49813 ____________________________________________________________________________
49814 [ 23631] By: rgs                                   on 2004/12/09  16:03:01
49815         Log: Subject: [PATCH] :encoding(utf8) broken in perl-5.8.6
49816              From: Gisle Aas <gisle@ActiveState.com>
49817              Date: 03 Dec 2004 06:09:19 -0800
49818              Message-ID: <lrllcfeank.fsf_-_@caliper.activestate.com>
49819      Branch: perl
49820            ! ext/PerlIO/t/encoding.t
49821 ____________________________________________________________________________
49822 [ 23630] By: rgs                                   on 2004/12/09  15:49:07
49823         Log: Upgrade to perldoc 3.14
49824      Branch: perl
49825            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
49826 ____________________________________________________________________________
49827 [ 23629] By: rgs                                   on 2004/12/09  09:57:42
49828         Log: Fix test to cope with the previous h2ph change.
49829      Branch: perl
49830            ! t/lib/h2ph.pht
49831 ____________________________________________________________________________
49832 [ 23628] By: rgs                                   on 2004/12/08  16:50:30
49833         Log: Subject: [perl #32962] h2ph - use of local() in generated code
49834              From: Peter.Dintelmann@dresdner-bank.com (via RT)
49835              Date: 8 Dec 2004 15:49:32 -0000
49836              Message-ID: <rt-3.0.11-32962-102394.11.065973521948@perl.org>
49837      Branch: perl
49838            ! utils/h2ph.PL
49839 ____________________________________________________________________________
49840 [ 23627] By: rgs                                   on 2004/12/08  16:19:38
49841         Log: Subject: [PATCH] Re: [perl #32949] FileCache only works in "main" package
49842              From: "Jos I. Boumans" <kane@xs4all.net>
49843              Date: Wed, 8 Dec 2004 14:24:19 +0100
49844              Message-Id: <7728A4F5-491C-11D9-9CA3-000A95EF62E2@xs4all.net>
49845      Branch: perl
49846            + lib/FileCache/t/06export.t
49847            ! MANIFEST lib/FileCache.pm
49848 ____________________________________________________________________________
49849 [ 23626] By: nicholas                              on 2004/12/07  23:39:46
49850         Log: Avoid getting the stash name twice (at least visually, if not also
49851              in the generated code)
49852      Branch: perl
49853            ! sv.c
49854 ____________________________________________________________________________
49855 [ 23624] By: rgs                                   on 2004/12/07  18:26:48
49856         Log: Upgrade to Encode 2.09
49857      Branch: perl
49858            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
49859            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.xs
49860            ! ext/Encode/t/Encode.t ext/Encode/t/fallback.t
49861 ____________________________________________________________________________
49862 [ 23623] By: nicholas                              on 2004/12/07  15:27:09
49863         Log: Revert part of the change to gv_fullname4(), as the change seems to
49864              be fractionally slower. Re-investigation prompted by a comment from
49865              Tim Bunce, who seems to be more on the ball than I am.
49866      Branch: perl
49867            ! gv.c
49868 ____________________________________________________________________________
49869 [ 23622] By: steveh                                on 2004/12/07  10:50:26
49870         Log: Update AUTHORS (for changes #23200 and #23621)
49871      Branch: perl
49872            ! AUTHORS
49873 ____________________________________________________________________________
49874 [ 23621] By: steveh                                on 2004/12/07  10:35:59
49875         Log: Updates to README.win32 (aka perlwin32), with some changes.
49876
49877              Subject: Patch to README.win32 distributed with 5.8.6 for building under .net / MSVC7 (free)
49878              From: Max Maischein <corion@corion.net>
49879              Date: Sun, 05 Dec 2004 19:39:40 +0100
49880              Message-ID: <41B355EC.9010505@corion.net>
49881      Branch: perl
49882            ! README.win32
49883 ____________________________________________________________________________
49884 [ 23620] By: rgs                                   on 2004/12/06  22:22:11
49885         Log: Upgrade to Term::ANSIColor 1.09
49886      Branch: perl
49887            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
49888            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
49889 ____________________________________________________________________________
49890 [ 23619] By: rgs                                   on 2004/12/06  21:54:55
49891         Log: Small addition to perlsec by Stas Bekman.
49892      Branch: perl
49893            ! pod/perlsec.pod
49894 ____________________________________________________________________________
49895 [ 23618] By: steveh                                on 2004/12/06  15:54:30
49896         Log: Fix another Win32 breakage caused by change 23554
49897      Branch: perl
49898            ! t/win32/system.t
49899 ____________________________________________________________________________
49900 [ 23617] By: nicholas                              on 2004/12/06  15:35:39
49901         Log: Break out setting $^X into its own static function S_set_caret_X
49902      Branch: perl
49903            ! perl.c
49904 ____________________________________________________________________________
49905 [ 23616] By: steveh                                on 2004/12/06  14:42:32
49906         Log: Fix typo from change 23554 which screwed up Windows smokes
49907      Branch: perl
49908            ! win32/Makefile
49909 ____________________________________________________________________________
49910 [ 23615] By: nicholas                              on 2004/12/06  14:39:59
49911         Log: sanity check the arguments to runperl(), to try to avoid it
49912              hanging waiting on STDIN for a script.
49913      Branch: perl
49914            ! t/test.pl
49915 ____________________________________________________________________________
49916 [ 23614] By: nicholas                              on 2004/12/06  13:41:45
49917         Log: Remove spurious semicolons
49918              (As these 2 are spare, I guess I should send them to Mark Rhodes
49919              (former office mate) as he often said that he kept mislaying his)
49920      Branch: perl
49921            ! gv.h
49922 ____________________________________________________________________________
49923 [ 23613] By: nicholas                              on 2004/12/06  13:10:24
49924         Log: Tests for Config.pm much better now - toDONE
49925      Branch: perl
49926            ! pod/perltodo.pod
49927 ____________________________________________________________________________
49928 [ 23612] By: nicholas                              on 2004/12/06  13:01:36
49929         Log: Turn gv_fullname3 and gv_efullname3 into macros that call
49930              gv_fullname4 and gv_efullname4 directly, saving overhead.
49931      Branch: perl
49932            ! embed.fnc embed.h gv.h proto.h
49933 ____________________________________________________________________________
49934 [ 23611] By: merijn                                on 2004/12/06  12:00:10
49935         Log: New Itanium servers
49936      Branch: perl
49937            ! README.hpux
49938 ____________________________________________________________________________
49939 [ 23610] By: nicholas                              on 2004/12/06  10:35:00
49940         Log: Check that @INC entries and %Config path entries are consistent.
49941      Branch: perl
49942            ! lib/Config.t
49943 ____________________________________________________________________________
49944 [ 23609] By: nicholas                              on 2004/12/03  22:17:32
49945         Log: gv_fullname4() can get rid of the main:: for us.
49946              (well, actually, it never puts it in)
49947      Branch: perl
49948            ! op.c
49949 ____________________________________________________________________________
49950 [ 23608] By: rgs                                   on 2004/12/03  21:51:45
49951         Log: $foo::_ was wrongly forced as $main::_.
49952              Since we still want "our $_" to be always forced to $main::_,
49953              deplace the forcing code at our-pad allocation time.
49954              (Making execution probably a tiny bit faster)
49955      Branch: perl
49956            ! gv.c op.c t/op/mydef.t
49957 ____________________________________________________________________________
49958 [ 23607] By: nicholas                              on 2004/12/03  20:38:37
49959         Log: Remove double checking of acceptable switches on tr/// ops.
49960      Branch: perl
49961            ! toke.c
49962 ____________________________________________________________________________
49963 [ 23606] By: nicholas                              on 2004/12/03  20:07:31
49964         Log: use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c)
49965              The latter gives larger code, is less clear and can't be any faster
49966      Branch: perl
49967            ! perl.c toke.c
49968 ____________________________________________________________________________
49969 [ 23605] By: nicholas                              on 2004/12/03  18:56:31
49970         Log: Small code tidy up in gv_fullname4
49971      Branch: perl
49972            ! gv.c
49973 ____________________________________________________________________________
49974 [ 23604] By: nicholas                              on 2004/12/03  18:26:43
49975         Log: There are clearer ways of saying m/^[ab]$/ than strchr("ab", c)
49976              They seem to produce slightly smaller object code too.
49977      Branch: perl
49978            ! gv.c
49979 ____________________________________________________________________________
49980 [ 23603] By: nicholas                              on 2004/12/03  17:02:43
49981         Log: Fix a typo in an assert(). It helps to compile with -DDEBUGGING
49982      Branch: perl
49983            ! perl.c
49984 ____________________________________________________________________________
49985 [ 23602] By: nicholas                              on 2004/12/03  15:50:15
49986         Log: Pull out the duplicateded push @INC, $_ if -e $_ code from
49987              S_pushinc into a new function S_pushinc_if_exists
49988              Avoid the SV copy when pushing onto @INC by creating a new scratch
49989              SV each time a push is done.
49990      Branch: perl
49991            ! perl.c
49992 ____________________________________________________________________________
49993 [ 23601] By: nicholas                              on 2004/12/02  22:35:34
49994         Log: Subject: [PATCH] configure.com: no more CONFIG=true
49995              From: "Craig A. Berry" <craigberry@mac.com>
49996              Message-ID: <41AF87BA.1080108@mac.com>
49997              Date: Thu, 02 Dec 2004 15:23:06 -0600
49998      Branch: perl
49999            ! configure.com
50000 ____________________________________________________________________________
50001 [ 23598] By: nicholas                              on 2004/12/01  23:13:32
50002         Log: 2 new BeOS files were missing
50003      Branch: perl
50004            ! MANIFEST
50005 ____________________________________________________________________________
50006 [ 23592] By: nicholas                              on 2004/12/01  18:54:14
50007         Log: Subject: [PATCH] Makefile.SH: de-parallelise mktables
50008              From: Jarkko Hietaniemi <jhi@iki.fi>
50009              Message-ID: <41ADFD95.4030007@iki.fi>
50010              Date: Wed, 01 Dec 2004 19:21:25 +0200
50011      Branch: perl
50012            ! Makefile.SH
50013 ____________________________________________________________________________
50014 [ 23588] By: nicholas                              on 2004/12/01  16:52:45
50015         Log: &test in constant.t is vestigial, so amputate it.
50016      Branch: perl
50017            ! lib/constant.t
50018 ____________________________________________________________________________
50019 [ 23587] By: nicholas                              on 2004/12/01  16:35:10
50020         Log: Tidy up the reference name stringification to save getting the
50021              hash name twice. Pleasant side effect is 44 byte smaller object
50022              file. (A small win is still a win)
50023      Branch: perl
50024            ! sv.c
50025 ____________________________________________________________________________
50026 [ 23584] By: merijn                                on 2004/12/01  13:44:24
50027         Log: Subject: [perl #32717] BeOS specific Updates
50028              Date: 30 Nov 2004 15:38:32 -0000
50029              From: Ingo Weinhold (via RT) <perlbug-followup@perl.org>
50030              Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org>
50031      Branch: perl
50032            + beos/beos_flock_server.cpp beos/beos_flock_server.h
50033            ! beos/beos.c beos/beosish.h ext/Errno/Errno_pm.PL
50034            ! ext/File/Glob/t/basic.t hints/beos.sh lib/ExtUtils/t/MM_BeOS.t
50035            ! lib/Tie/File/t/16_handle.t perl.c t/op/magic.t
50036 ____________________________________________________________________________
50037 [ 23583] By: merijn                                on 2004/12/01  13:29:18
50038         Log: Subject: [PATCH] add -I../lib to VMS build to find Config_heavy.pl
50039              Date: Wed, 01 Dec 2004 07:24:45 -0600
50040              From: "Craig A. Berry" <craigberry@mac.com>
50041              Message-ID: <41ADC61D.8010407@mac.com>
50042      Branch: perl
50043            ! vms/descrip_mms.template
50044 ____________________________________________________________________________
50045 [ 23581] By: rgs                                   on 2004/12/01  13:01:55
50046         Log: MANIFEST.SKIP is missing from the list of files that come
50047              with MakeMaker
50048      Branch: perl
50049            ! Porting/Maintainers.pl
50050 ____________________________________________________________________________
50051 [ 23577] By: nicholas                              on 2004/11/30  16:40:06
50052         Log: Add placeholders for the new strlcat and strlcpy entries in
50053              config.sh, to ensure that the config.h generated for cross-
50054              compilation will still work.
50055      Branch: perl
50056            ! Cross/config.sh-arm-linux
50057 ____________________________________________________________________________
50058 [ 23575] By: nicholas                              on 2004/11/30  15:32:17
50059         Log: Let pod/buildtoc resort the MANIFEST the way it wants it
50060      Branch: perl
50061            ! MANIFEST
50062 ____________________________________________________________________________
50063 [ 23574] By: nicholas                              on 2004/11/30  15:31:14
50064         Log: Add perl586delta.pod to all the necessary makefiles and tables of
50065              contents.
50066      Branch: perl
50067            ! pod.lst pod/perl.pod pod/perltoc.pod vms/descrip_mms.template
50068            ! win32/pod.mak
50069 ____________________________________________________________________________
50070 [ 23571] By: merijn                                on 2004/11/30  15:11:01
50071         Log: Subject: Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)
50072              Date: Tue, 30 Nov 2004 09:29:06 -0600
50073              From: Steve Peters <steve@fisharerojo.org>
50074              Message-ID: <20041130152906.GA555@mccoy.peters.homeunix.org>
50075      Branch: perl
50076            ! hints/openbsd.sh
50077 ____________________________________________________________________________
50078 [ 23570] By: nicholas                              on 2004/11/30  14:57:53
50079         Log: Integrate perlhist entries for 5.8.6 and its perldelta to blead
50080      Branch: perl
50081           +> pod/perl586delta.pod
50082            ! MANIFEST
50083           !> pod/perlhist.pod
50084 ____________________________________________________________________________
50085 [ 23568] By: rgs                                   on 2004/11/30  13:02:16
50086         Log: Protection against trailing spaces in embed.fnc
50087      Branch: perl
50088            ! autodoc.pl embed.pl
50089 ____________________________________________________________________________
50090 [ 23567] By: rgs                                   on 2004/11/30  12:57:30
50091         Log: Remove trailing whitespace that found their way in the docs
50092              (spotted by Stas Bekman)
50093      Branch: perl
50094            ! embed.fnc pod/perlapi.pod proto.h
50095 ____________________________________________________________________________
50096 [ 23566] By: rgs                                   on 2004/11/29  12:30:31
50097         Log: Upgrade to Test::Simple 0.53
50098      Branch: perl
50099            + lib/Test/Simple/t/circular_data.t
50100            + lib/Test/Simple/t/overload_threads.t
50101            + lib/Test/Simple/t/plan_bad.t
50102            + lib/Test/Simple/t/plan_shouldnt_import.t
50103            + lib/Test/Simple/t/require_ok.t lib/Test/Simple/t/sort_bug.t
50104            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
50105            ! lib/Test/Simple.pm lib/Test/Simple/Changes
50106            ! lib/Test/Simple/README lib/Test/Simple/TODO
50107            ! lib/Test/Simple/t/00signature.t lib/Test/Simple/t/More.t
50108            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/fail_one.t
50109            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/overload.t
50110            ! lib/Test/Simple/t/todo.t t/lib/TieOut.pm
50111 ____________________________________________________________________________
50112 [ 23564] By: nicholas                              on 2004/11/28  16:13:56
50113         Log: Skip generating all the code to deal with "" strings in config.sh
50114              if there aren't any. '' only code is much simpler.
50115      Branch: perl
50116            ! configpm
50117 ____________________________________________________________________________
50118 [ 23563] By: nicholas                              on 2004/11/28  15:00:15
50119         Log: Given that there is a pre-built cache, no need for @v_fast
50120      Branch: perl
50121            ! configpm
50122 ____________________________________________________________________________
50123 [ 23562] By: nicholas                              on 2004/11/28  13:56:30
50124         Log: The byteorder code doesn't need to be in Config.pm if byteorder
50125              isn't actually a frequently looked up value.
50126      Branch: perl
50127            ! configpm
50128 ____________________________________________________________________________
50129 [ 23561] By: nicholas                              on 2004/11/28  13:20:39
50130         Log: Need to stub the public functions to keep some existing code
50131              working.
50132              No need to keep $Config_SH around in memory when we can easily
50133              re-create it.
50134      Branch: perl
50135            ! configpm
50136 ____________________________________________________________________________
50137 [ 23558] By: nicholas                              on 2004/11/27  23:06:41
50138         Log: Generate the precached %Config entries based on some empirical
50139              data, rather than just guesswork.
50140      Branch: perl
50141            ! Makefile.SH configpm
50142 ____________________________________________________________________________
50143 [ 23557] By: nicholas                              on 2004/11/27  21:26:42
50144         Log: Subject: [PATCH] Re: getting Config.pm on a diet
50145              From: "Craig A. Berry" <craigberry@mac.com>
50146              Message-ID: <41A8F225.7080902@mac.com>
50147              Date: Sat, 27 Nov 2004 15:31:17 -0600
50148      Branch: perl
50149            ! vms/descrip_mms.template
50150 ____________________________________________________________________________
50151 [ 23555] By: nicholas                              on 2004/11/27  17:28:47
50152         Log: Hateful cAsE iNsEnSiTiVe file systems
50153      Branch: perl
50154            ! configpm
50155 ____________________________________________________________________________
50156 [ 23554] By: nicholas                              on 2004/11/27  16:56:35
50157         Log: Put Config.pm on a diet. 3K rather than 32K
50158              configpm now generates 2 files, a small Config.pm containing the
50159              commonly used functions and values, which AUTOLOADs a
50160              Config_heavy.pl containing anything else needed.
50161              The "common" values in the small Config.pm may need some
50162              tweaking, based on real world data.
50163      Branch: perl
50164            ! Makefile.SH configpm vms/descrip_mms.template win32/Makefile
50165            ! win32/makefile.mk
50166 ____________________________________________________________________________
50167 [ 23550] By: nicholas                              on 2004/11/27  14:43:37
50168         Log: Clarify the return values of pos, particularly 0 and undef, as
50169              suggested by Stas Bekman
50170      Branch: perl
50171            ! pod/perlfunc.pod
50172 ____________________________________________________________________________
50173 [ 23549] By: nicholas                              on 2004/11/27  14:24:21
50174         Log: Document the interaction of PERL_USE_SAVE_PUTENV and
50175              PL_use_safe_putenv, based on text by Stas Bekman
50176      Branch: perl
50177            ! INSTALL
50178 ____________________________________________________________________________
50179 [ 23548] By: rgs                                   on 2004/11/26  17:20:46
50180         Log: Subject: [perl #32639] [PATCH] Bug in Term::Complete Module with $_ Usage
50181              From: "Steve Peters via RT" <perlbug-followup@perl.org>
50182              Date: 26 Nov 2004 17:14:33 -0000
50183              Message-ID: <rt-3.0.11-32639-101066.11.6172971744206@perl.org>
50184      Branch: perl
50185            ! lib/Term/Complete.pm
50186 ____________________________________________________________________________
50187 [ 23547] By: rgs                                   on 2004/11/26  15:16:59
50188         Log: Freak out if h2ph has to translate a macro that    contains assembly code.
50189
50190              Subject: [PATCH] h2ph vs __asm__
50191              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
50192              Date: Thu, 25 Nov 2004 17:24:43 +0100
50193              Message-ID: <20041125172443.757a4833@dhcp123.mandrakesoft.com>
50194      Branch: perl
50195            ! utils/h2ph.PL
50196 ____________________________________________________________________________
50197 [ 23546] By: rgs                                   on 2004/11/26  15:07:47
50198         Log: Doc nit for B::Lint
50199              Subject: [PATCH] B::Lint
50200              From: Andy Lester <andy@petdance.com>
50201              Date: Fri, 26 Nov 2004 00:30:48 -0600
50202              Message-ID: <20041126063048.GA10161@petdance.com>
50203      Branch: perl
50204            ! ext/B/B/Lint.pm
50205 ____________________________________________________________________________
50206 [ 23545] By: nicholas                              on 2004/11/26  12:33:34
50207         Log: The change to the internal representation introduced a bug whereby
50208              the key returned by FIRSTKEY had an erroneous leading newline.
50209              EXISTS was also buggy.
50210      Branch: perl
50211            ! configpm lib/Config.t
50212 ____________________________________________________________________________
50213 [ 23544] By: nicholas                              on 2004/11/26  11:29:21
50214         Log: Make configpm and the generated Config.pm strict and warnings
50215              clean.
50216      Branch: perl
50217            ! configpm
50218 ____________________________________________________________________________
50219 [ 23543] By: steveh                                on 2004/11/26  10:56:12
50220         Log: Fix Win32 breakage caused by changes 23535/23542.
50221      Branch: perl
50222            ! lib/Config.t
50223 ____________________________________________________________________________
50224 [ 23542] By: nicholas                              on 2004/11/25  23:41:05
50225         Log: Generate the virtual entries at Config.pm build time, as they
50226              don't change. This lets us get rid of the entire "fetch_virtual"
50227              baggage, and makes the config_re lookup work for the virtual
50228              entries.
50229      Branch: perl
50230            ! configpm lib/Config.t
50231 ____________________________________________________________________________
50232 [ 23541] By: nicholas                              on 2004/11/25  22:50:15
50233         Log: Cheat. (Add a leading newline, and so remove all the special
50234              casing for "if we're at the start of $Config_SH")
50235      Branch: perl
50236            ! configpm lib/Config.t
50237 ____________________________________________________________________________
50238 [ 23538] By: nicholas                              on 2004/11/25  21:37:23
50239         Log: Add an exists test for the things we loop over
50240      Branch: perl
50241            ! lib/Config.t
50242 ____________________________________________________________________________
50243 [ 23537] By: nicholas                              on 2004/11/25  21:33:23
50244         Log: The first entry in the virtual config.sh is special cased. So
50245              test it.
50246      Branch: perl
50247            ! lib/Config.t
50248 ____________________________________________________________________________
50249 [ 23536] By: nicholas                              on 2004/11/25  21:00:56
50250         Log: Make $Config{libs_nolargefiles} and
50251              $Config{libswanted_nolargefiles} work. (For the first time)
50252      Branch: perl
50253            ! configpm lib/Config.t
50254 ____________________________________________________________________________
50255 [ 23535] By: nicholas                              on 2004/11/25  20:10:43
50256         Log: Test the currently working virtual %Config entries
50257      Branch: perl
50258            ! lib/Config.t
50259 ____________________________________________________________________________
50260 [ 23534] By: rgs                                   on 2004/11/24  16:09:42
50261         Log: Subject: RC1 pod fix #anchor
50262              From: Stas Bekman <stas@stason.org>
50263              Date: Wed, 24 Nov 2004 10:57:21 -0500
50264              Message-ID: <41A4AF61.9080408@stason.org>
50265      Branch: perl
50266            ! pod/perlrun.pod
50267 ____________________________________________________________________________
50268 [ 23533] By: rgs                                   on 2004/11/24  16:07:38
50269         Log: Subject: [patch pod/perlipc] use POSIX; w/o () is a bad idea
50270              From: Stas Bekman <stas@stason.org>
50271              Date: Wed, 24 Nov 2004 11:25:14 -0500
50272              Message-ID: <41A4B5EA.3020804@stason.org>
50273      Branch: perl
50274            ! pod/perlipc.pod
50275 ____________________________________________________________________________
50276 [ 23532] By: rgs                                   on 2004/11/24  14:47:31
50277         Log: Subject: [perl #3242] [PATCH]No error on assignment to $>
50278              From: "Steve Peters via RT" <perlbug-followup@perl.org>
50279              Date: 21 Nov 2004 04:38:09 -0000
50280              Message-ID: <rt-3.0.11-3242-100676.6.32723019025057@perl.org>
50281      Branch: perl
50282            ! pod/perlvar.pod
50283 ____________________________________________________________________________
50284 [ 23531] By: nicholas                              on 2004/11/24  11:50:28
50285         Log: Wrap some long lines
50286      Branch: perl
50287            ! lib/Config.t
50288 ____________________________________________________________________________
50289 [ 23528] By: rgs                                   on 2004/11/23  13:35:34
50290         Log: Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong value
50291              after eval or require
50292      Branch: perl
50293            ! t/comp/package.t toke.c
50294 ____________________________________________________________________________
50295 [ 23527] By: rgs                                   on 2004/11/23  10:20:02
50296         Log: Subject: Re: [perl #32486] error in documentation for POSIX::pipe
50297              From: Michael G Schwern <schwern@pobox.com>
50298              Date: Fri, 19 Nov 2004 14:28:56 -0500
50299              Message-ID: <20041119192856.GA4769@windhund.schwern.org>
50300      Branch: perl
50301            ! ext/POSIX/POSIX.pod
50302 ____________________________________________________________________________
50303 [ 23526] By: rgs                                   on 2004/11/23  09:26:03
50304         Log: Subject: [perl #3422] [PATCH] CHECK routine called after syntax error
50305              From: "Steve Peters via RT" <perlbug-followup@perl.org>
50306              Date: 23 Nov 2004 00:04:24 -0000
50307              Message-ID: <rt-3.0.11-3422-100830.4.45764701781506@perl.org>
50308      Branch: perl
50309            ! ext/B/B/Deparse.pm
50310 ____________________________________________________________________________
50311 [ 23525] By: rgs                                   on 2004/11/23  09:09:57
50312         Log: Subject: [PATCH] warnings.t portability tweaks
50313              From: "Craig A. Berry" <craigberry@mac.com>
50314              Date: Sat, 20 Nov 2004 10:29:47 -0600
50315              Message-ID: <419F70FB.7000100@mac.com>
50316      Branch: perl
50317            ! t/lib/warnings/9uninit t/lib/warnings/perlio
50318 ____________________________________________________________________________
50319 [ 23523] By: nicholas                              on 2004/11/20  22:17:18
50320         Log: Assimilate Test-Simple 0.50
50321      Branch: perl
50322            + lib/Test/Simple/TODO lib/Test/Simple/t/00signature.t
50323            + lib/Test/Simple/t/00test_harness_check.t
50324            + lib/Test/Simple/t/eq_set.t lib/Test/Simple/t/extra_one.t
50325            + lib/Test/Simple/t/fail_one.t
50326            + lib/Test/Simple/t/harness_active.t lib/Test/Simple/t/no_diag.t
50327            + lib/Test/Simple/t/overload.t lib/Test/Simple/t/reset.t
50328            + lib/Test/Simple/t/thread_taint.t t/lib/NoExporter.pm
50329            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
50330            ! lib/Test/Simple.pm lib/Test/Simple/Changes
50331            ! lib/Test/Simple/README lib/Test/Simple/t/More.t
50332            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
50333            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
50334            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/has_plan2.t
50335            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/missing.t
50336            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan_is_noplan.t
50337            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/threads.t
50338            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/use_ok.t
50339            ! lib/Test/Tutorial.pod t/lib/Test/Simple/Catch.pm
50340            ! t/lib/TieOut.pm
50341 ____________________________________________________________________________
50342 [ 23520] By: nicholas                              on 2004/11/20  14:21:28
50343         Log: genuine possible buffer problems spotted by flawfinder
50344      Branch: perl
50345            ! regcomp.c util.c
50346 ____________________________________________________________________________
50347 [ 23519] By: rgs                                   on 2004/11/19  14:48:35
50348         Log: Make "err" a weak keyword;
50349              that is, it will be overriden by any sub named "err", except when
50350              really an operator is expected at this point. ([perl #32347])
50351      Branch: perl
50352            ! t/op/dor.t toke.c
50353 ____________________________________________________________________________
50354 [ 23518] By: rgs                                   on 2004/11/19  09:22:33
50355         Log: Subject: [perl #32486] error in documentation for POSIX::pipe
50356              From: chris@ex-parrot.com (via RT) <perlbug-followup@perl.org>
50357              Date: 18 Nov 2004 18:09:54 -0000
50358              Message-ID: <rt-3.0.11-32486-100537.1.04456486825399@perl.org>
50359      Branch: perl
50360            ! ext/POSIX/POSIX.pod
50361 ____________________________________________________________________________
50362 [ 23517] By: nicholas                              on 2004/11/18  23:32:20
50363         Log: Bump version number
50364      Branch: perl
50365            ! lib/ExtUtils/Constant.pm
50366 ____________________________________________________________________________
50367 [ 23516] By: rgs                                   on 2004/11/18  22:06:21
50368         Log: Remaining nit in the deparsing of reversed foreach loops
50369      Branch: perl
50370            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
50371 ____________________________________________________________________________
50372 [ 23514] By: rgs                                   on 2004/11/18  18:01:52
50373         Log: Fix deparsing of reversed foreach loops,
50374              plus a bug in the previous commit
50375      Branch: perl
50376            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
50377 ____________________________________________________________________________
50378 [ 23513] By: rgs                                   on 2004/11/18  17:25:19
50379         Log: Fix deparsing of reversed sort and descending sorts,
50380              due to the recent optimisations on this part of the optree.
50381      Branch: perl
50382            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
50383 ____________________________________________________________________________
50384 [ 23510] By: rgs                                   on 2004/11/17  10:41:56
50385         Log: Subject: [perl #28929] File::Find follow_fast => 1 loses dangling symlink
50386              From: "Steve Peters via RT" <perlbug-followup@perl.org>
50387              Date: 12 Nov 2004 02:47:36 -0000
50388              Message-ID: <rt-3.0.11-28929-100158.11.3214775505644@perl.org>
50389      Branch: perl
50390            ! lib/File/Find.pm lib/File/Find/t/find.t
50391 ____________________________________________________________________________
50392 [ 23509] By: rgs                                   on 2004/11/17  10:22:52
50393         Log: PerlFAQ sync.
50394      Branch: perl
50395            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq6.pod
50396            ! pod/perlfaq7.pod
50397 ____________________________________________________________________________
50398 [ 23508] By: rgs                                   on 2004/11/17  10:14:58
50399         Log: Fix a couple of typos.
50400      Branch: perl
50401            ! hv.c utf8.c
50402 ____________________________________________________________________________
50403 [ 23507] By: rgs                                   on 2004/11/17  10:11:20
50404         Log: Subject: SuSE's perl safe_putenf diff
50405              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
50406              Date: Thu, 11 Nov 2004 15:54:43 +0100
50407              Message-ID: <20041111145443.GA1854@immd4.informatik.uni-erlangen.de>
50408
50409              slightly reworked to make the PL_use_safe_putenv variable fit in
50410              the current framework. This patch turns on the use of safe putenv
50411              for any application that embeds a perl interpreter.
50412      Branch: perl
50413            ! embedvar.h mg.c miniperlmain.c perl.c perlapi.h perlvars.h
50414            ! util.c
50415 ____________________________________________________________________________
50416 [ 23506] By: rgs                                   on 2004/11/17  08:57:17
50417         Log: Subject: [PATCH] perl5db.pl POD cleanup
50418              From: Autrijus Tang <autrijus@autrijus.org>
50419              Date: Fri, 12 Nov 2004 12:41:33 +0800
50420              Message-ID: <20041112044133.GA92924@aut.dyndns.org>
50421      Branch: perl
50422            ! lib/perl5db.pl
50423 ____________________________________________________________________________
50424 [ 23505] By: rgs                                   on 2004/11/17  08:31:39
50425         Log: Subject: [PATCH 5.8.x] Allow more tries for t/op/time.t test 2.
50426              From: Andy Dougherty <doughera@lafayette.edu>
50427              Date: Tue, 16 Nov 2004 12:11:00 -0500 (EST)
50428              Message-ID: <Pine.SOL.4.58.0411161149170.5639@maxwell.phys.lafayette.edu>
50429      Branch: perl
50430            ! t/op/time.t
50431 ____________________________________________________________________________
50432 [ 23501] By: steveh                                on 2004/11/16  10:55:20
50433         Log: Make all scripts run by regen.pl write output with UNIX style EOL's.
50434
50435              (autodoc.pl was already done by change 23371.)
50436      Branch: perl
50437            ! bytecode.pl embed.pl keywords.pl opcode.pl regcomp.pl
50438            ! warnings.pl
50439 ____________________________________________________________________________
50440 [ 23500] By: merijn                                on 2004/11/16  10:49:35
50441         Log: Subject: [PATCH] s/hierachy/hierarchy/
50442              Date: Mon, 15 Nov 2004 15:59:14 -0700
50443              From: "Larry Shatzer Jr." <larrysh@cpan.org>
50444              Message-ID: <20041115225913.GA22373@zippy.zyx.net>
50445      Branch: perl
50446            ! ext/B/B.pm ext/Time/HiRes/Makefile.PL perlio.h
50447 ____________________________________________________________________________
50448 [ 23499] By: steveh                                on 2004/11/16  09:42:50
50449         Log: Fix Win32 breakage caused by changes to op.c in change 23433.
50450
50451              Also limit the scope of the locks in a couple of places, as suggested
50452              by Hugo in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-11/msg00286.html.
50453      Branch: perl
50454            ! embed.fnc embed.h global.sym op.c op.h proto.h regcomp.c
50455 ____________________________________________________________________________
50456 [ 23498] By: merijn                                on 2004/11/14  07:02:20
50457         Log: Subject: [PATCH] Add the minitest target to vms buildsystem
50458              From: Abe Timmerman <abe@ztreet.demon.nl>
50459              Date: Sun, 14 Nov 2004 00:48:17 +0100
50460              Message-Id: <200411140048.17035.abe@ztreet.demon.nl>
50461      Branch: perl
50462            ! vms/descrip_mms.template vms/test.com
50463 ____________________________________________________________________________
50464 [ 23497] By: rgs                                   on 2004/11/12  21:11:48
50465         Log: Subject: [perl #32400] Unnecessary warning from constant.pm
50466              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
50467              Date: 10 Nov 2004 18:30:38 -0000
50468              Message-ID: <rt-3.0.11-32400-100099.4.31094423840584@perl.org>
50469      Branch: perl
50470            ! lib/constant.pm lib/constant.t
50471 ____________________________________________________________________________
50472 [ 23496] By: merijn                                on 2004/11/12  20:47:19
50473         Log: Subject: [perl #32419] Spelling fixes for perl@23492
50474              Date: 12 Nov 2004 16:14:49 -0000
50475              From: Richard Soderberg (via RT) <perlbug-followup@perl.org>
50476              Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org>
50477      Branch: perl
50478            ! pod/perl573delta.pod pod/perl58delta.pod pod/perl590delta.pod
50479            ! pod/perl591delta.pod pod/perl592delta.pod pod/perlapi.pod
50480            ! pod/perlapio.pod pod/perldata.pod pod/perldebtut.pod
50481            ! pod/perlipc.pod pod/perlport.pod pod/perlre.pod
50482            ! pod/perlretut.pod pod/perlrun.pod pod/perlsub.pod
50483            ! pod/perlthrtut.pod pod/perltodo.pod pod/perltooc.pod
50484 ____________________________________________________________________________
50485 [ 23495] By: merijn                                on 2004/11/12  20:26:17
50486         Log: Subject: [PATCH] Small documentation fix to ExtUtils::Constant
50487              Date: Fri, 12 Nov 2004 11:15:47 -0600
50488              From: steve@fisharerojo.org
50489              Message-ID: <20041112171547.GA8011@kirk.dsl-verizon.net>
50490      Branch: perl
50491            ! lib/ExtUtils/Constant.pm
50492 ____________________________________________________________________________
50493 [ 23494] By: davem                                 on 2004/11/12  18:59:06
50494         Log: Add some descriptive text from Larry to op.c on how optrees are built
50495      Branch: perl
50496            ! op.c
50497 ____________________________________________________________________________
50498 [ 23492] By: rgs                                   on 2004/11/10  09:32:39
50499         Log: Replace a skip by a todo.
50500              Subject: Re: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
50501              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
50502              Date: Wed, 10 Nov 2004 01:30:14 -0800
50503              Message-ID: <20041110093014.GA1676@efn.org>
50504      Branch: perl
50505            ! t/io/tell.t
50506 ____________________________________________________________________________
50507 [ 23491] By: rgs                                   on 2004/11/10  07:40:31
50508         Log: Subject: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
50509              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
50510              Date: Tue, 9 Nov 2004 17:40:13 -0800
50511              Message-ID: <20041110014012.GA2796@efn.org>
50512      Branch: perl
50513            ! t/io/tell.t
50514 ____________________________________________________________________________
50515 [ 23490] By: rgs                                   on 2004/11/09  18:17:07
50516         Log: Adjust test count for non-windows machines
50517      Branch: perl
50518            ! ext/IO/t/io_file.t
50519 ____________________________________________________________________________
50520 [ 23489] By: merijn                                on 2004/11/09  17:53:53
50521         Log: Subject: [PATCH] fix IO::File to support binmode
50522              From: "Jos I. Boumans" <kane@dwim.org>
50523              Date: Tue, 9 Nov 2004 16:59:27 +0100
50524              Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org>
50525      Branch: perl
50526            + ext/IO/t/io_file.t
50527            ! MANIFEST ext/IO/lib/IO/File.pm
50528 ____________________________________________________________________________
50529 [ 23487] By: nicholas                              on 2004/11/08  20:27:42
50530         Log: No more late changes, dammit
50531      Branch: perl
50532            ! ext/B/t/optree_concise.t
50533 ____________________________________________________________________________
50534 [ 23485] By: rgs                                   on 2004/11/08  08:38:03
50535         Log: Subject: Re: optree tests and VMS progress (no really)
50536              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
50537              Date: Sun, 7 Nov 2004 23:24:15 -0800
50538              Message-ID: <20041108072415.GA3928@efn.org>
50539      Branch: perl
50540            ! ext/B/t/OptreeCheck.pm
50541 ____________________________________________________________________________
50542 [ 23482] By: davem                                 on 2004/11/06  11:59:16
50543         Log: document regcomp.c/regexec.c's dual life under ext/re/
50544      Branch: perl
50545            ! regcomp.c regexec.c
50546 ____________________________________________________________________________
50547 [ 23481] By: nicholas                              on 2004/11/06  08:48:50
50548         Log: Subject: Re: optree tests and VMS progress (no really)
50549              From: Jim Cromie <jim.cromie@gmail.com>
50550              Message-ID: <cfe85dfa041105235723398fe2@mail.gmail.com>
50551              Date: Sat, 6 Nov 2004 00:57:13 -0700
50552      Branch: perl
50553            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
50554            ! ext/B/t/optree_concise.t
50555 ____________________________________________________________________________
50556 [ 23475] By: merijn                                on 2004/11/05  14:16:27
50557         Log: Subject: Re: Buidling stable.tar.gz on Unix as non-root [PATCH]
50558              Date: Fri, 5 Nov 2004 10:36:57 -0500 (EST)
50559              From: Andy Dougherty <doughera@lafayette.edu>
50560              Message-ID: <Pine.SOL.4.58.0411051035020.15217@maxwell.phys.lafayette.edu>
50561      Branch: perl
50562            ! INSTALL
50563 ____________________________________________________________________________
50564 [ 23474] By: merijn                                on 2004/11/05  13:07:16
50565         Log: Skip failing thread/wait tests on HP-UX 10.20
50566              These will never ever be fixed, since 10.20 is obsolete
50567              perl583delta describes this. The quote is included in wait.t
50568      Branch: perl
50569            ! ext/threads/shared/t/wait.t
50570 ____________________________________________________________________________
50571 [ 23473] By: rgs                                   on 2004/11/05  08:47:44
50572         Log: Subject: [perl #32327] Benchmark calls coderef with spurious arguments
50573              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
50574              Date: 4 Nov 2004 20:12:36 -0000
50575              Message-ID: <rt-3.0.11-32327-99325.8.9408996026507@perl.org>
50576      Branch: perl
50577            ! lib/Benchmark.pm lib/Benchmark.t
50578 ____________________________________________________________________________
50579 [ 23471] By: rgs                                   on 2004/11/04  09:26:56
50580         Log: Subject: [PATCH blead] [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
50581              From: Rick Delaney <rick@bort.ca>
50582              Date: Sun, 31 Oct 2004 22:40:40 -0500
50583              Message-ID: <20041101034040.GC1232@biff.bort.ca>
50584      Branch: perl
50585            + t/op/regexp_qr.t
50586            ! MANIFEST pp.c pp_hot.c regexec.c t/op/regexp.t
50587 ____________________________________________________________________________
50588 [ 23470] By: rgs                                   on 2004/11/04  08:25:34
50589         Log: Subject: Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
50590              From: Rick Delaney <rick@bort.ca>
50591              Date: Wed, 3 Nov 2004 19:46:16 -0500
50592              Message-ID: <20041104004616.GA11214@biff.bort.ca>
50593      Branch: perl
50594            ! lib/overload.pm lib/overload.t
50595 ____________________________________________________________________________
50596 [ 23469] By: rgs                                   on 2004/11/03  11:54:28
50597         Log: Mostly revert change #23347 (keep the test suite, fixed),
50598              having decided that it wasn't a correct fix for bug #31793.
50599      Branch: perl
50600            ! lib/overload.pm lib/overload.t
50601 ____________________________________________________________________________
50602 [ 23468] By: rgs                                   on 2004/11/03  07:39:04
50603         Log: Subject: Re: [perl #30633] Perl's "do" operator with a variety of absolute paths under Cygwin
50604              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
50605              Date: Tue, 2 Nov 2004 17:24:29 -0800
50606              Message-ID: <20041103012429.GA7196@efn.org>
50607      Branch: perl
50608            ! util.h
50609 ____________________________________________________________________________
50610 [ 23467] By: rgs                                   on 2004/11/03  06:38:38
50611         Log: Subject: [PATCH configure.com] Re: [PATCH]  Detecting strlcat() and strlcpy() in Configure
50612              From: "Craig A. Berry" <craigberry@mac.com>
50613              Date: Tue, 02 Nov 2004 20:02:04 -0600
50614              Message-ID: <41883C1C.3080108@mac.com>
50615      Branch: perl
50616            ! configure.com
50617 ____________________________________________________________________________
50618 [ 23466] By: rgs                                   on 2004/11/02  12:33:57
50619         Log: FAQ sync
50620      Branch: perl
50621            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
50622            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
50623            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
50624            ! pod/perlfaq9.pod
50625 ____________________________________________________________________________
50626 [ 23465] By: rgs                                   on 2004/11/02  08:18:15
50627         Log: Reformulate an error
50628              (so the error message given by "perl -M" is a bit more
50629              meaningful, as Jarkko pointed out)
50630      Branch: perl
50631            ! perl.c pod/perldiag.pod
50632 ____________________________________________________________________________
50633 [ 23457] By: merijn                                on 2004/11/01  13:26:43
50634         Log: New Glossary and samples for blead
50635              Glossary now is in line with recent changes to config_h.SH
50636      Branch: perl
50637            ! Porting/Glossary Porting/config.sh Porting/config_H
50638 ____________________________________________________________________________
50639 [ 23455] By: merijn                                on 2004/11/01  12:51:52
50640         Log: Since strlcat/strlcpy are not argument/return value compatible
50641              with strncat/strncpy, replace the misleading defines with comment
50642      Branch: perl
50643            ! handy.h
50644 ____________________________________________________________________________
50645 [ 23450] By: merijn                                on 2004/10/31  16:33:17
50646         Log: The next step in strlcat ()/ strcpy () detection and usage
50647              preparation. Change to handy.h eeded for config_h.SH
50648      Branch: perl
50649            ! config_h.SH handy.h
50650 ____________________________________________________________________________
50651 [ 23448] By: nicholas                              on 2004/10/31  14:37:46
50652         Log: Make TEST and harness skip tests for extensions that were not
50653              configured. Currently this skipping is silent - maybe they should
50654              report what they are skipping.
50655      Branch: perl
50656            ! t/TEST t/harness
50657 ____________________________________________________________________________
50658 [ 23446] By: nicholas                              on 2004/10/31  13:02:01
50659         Log: Subject: [patches] optree_* tests unexpectedly succeeding. + maint-only patch
50660              From: Jim Cromie <jim.cromie@gmail.com>
50661              Message-ID: <cfe85dfa04102515365f11ef10@mail.gmail.com>
50662              Date: Mon, 25 Oct 2004 16:36:40 -0600
50663      Branch: perl
50664            ! ext/B/t/optree_check.t ext/B/t/optree_varinit.t
50665 ____________________________________________________________________________
50666 [ 23445] By: nicholas                              on 2004/10/31  12:24:09
50667         Log: Set the IV values for PL_sv_yes and PL_sv_no at initialisation time.
50668      Branch: perl
50669            ! perl.c sv.c
50670 ____________________________________________________________________________
50671 [ 23444] By: nicholas                              on 2004/10/31  11:20:27
50672         Log: Skip tests if Devel::Peek not built
50673      Branch: perl
50674            ! ext/threads/shared/t/sv_refs.t ext/threads/t/end.t
50675            ! ext/threads/t/join.t lib/base/t/fields-base.t
50676 ____________________________________________________________________________
50677 [ 23443] By: nicholas                              on 2004/10/31  11:19:47
50678         Log: Assimilate PathTools 3.01 (File::Spec and Cwd)
50679      Branch: perl
50680            ! ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
50681            ! lib/File/Spec/VMS.pm
50682 ____________________________________________________________________________
50683 [ 23442] By: nicholas                              on 2004/10/31  11:07:57
50684         Log: Oops. Forgot to add the new test in I18N::LangTags 0.35
50685      Branch: perl
50686            + lib/I18N/LangTags/t/20_locales.t
50687 ____________________________________________________________________________
50688 [ 23441] By: nicholas                              on 2004/10/31  10:41:17
50689         Log: Correct change 23437 - as Config isn't imported, need to use a fully
50690              qualified package
50691      Branch: perl
50692            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
50693            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
50694            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
50695            ! ext/B/t/optree_varinit.t
50696 ____________________________________________________________________________
50697 [ 23440] By: nicholas                              on 2004/10/31  10:40:11
50698         Log: Assimilate I18N::LangTags 0.35
50699      Branch: perl
50700            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
50701            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
50702 ____________________________________________________________________________
50703 [ 23439] By: nicholas                              on 2004/10/31  08:17:57
50704         Log: Subject: [PATCH] Temporary fix for usemallocwrap problems on IRIX (was Re: usemallocwrap problems on IRIX (was Re: Problem and question))
50705              Date: Sun, 31 Oct 2004 04:01:42 -0500
50706              From: Ed Allen Smith <easmith@beatrice.rutgers.edu>
50707              Message-Id: <mid+200410310901.i9V91g1Y519894@dogberry.rutgers.edu>
50708      Branch: perl
50709            ! hints/irix_6.sh
50710 ____________________________________________________________________________
50711 [ 23438] By: davem                                 on 2004/10/30  23:25:37
50712         Log: Using foreach on threads::shared array crashes perl
50713              The FETCH code for shared aggregate elements could leak a shared RV
50714              address into a private SV. RVs are now handled specially, in the
50715              same way that they already were for scalar shared magic.
50716      Branch: perl
50717            ! ext/threads/shared/shared.xs
50718 ____________________________________________________________________________
50719 [ 23437] By: nicholas                              on 2004/10/30  22:49:18
50720         Log: Skip tests that require Data::Dumper if it is not built
50721      Branch: perl
50722            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
50723            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
50724            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
50725            ! ext/B/t/optree_varinit.t lib/ExtUtils/t/Liblist.t
50726            ! lib/ExtUtils/t/prereq_print.t
50727 ____________________________________________________________________________
50728 [ 23436] By: merijn                                on 2004/10/30  16:11:15
50729         Log: Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's
50730      Branch: perl
50731            ! NetWare/config_H.wc Porting/config_H plan9/config_h.sample
50732            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
50733            ! win32/config_H.vc64 wince/config_H.ce
50734 ____________________________________________________________________________
50735 [ 23435] By: merijn                                on 2004/10/30  15:54:48
50736         Log: Added probes for strlcat () and strlcpy () to Configure
50737              Re-ordered config_h.SH
50738      Branch: perl
50739            ! Configure Makefile.SH config_h.SH
50740 ____________________________________________________________________________
50741 [ 23433] By: davem                                 on 2004/10/29  21:04:17
50742         Log: Threading crash with closures
50743              various OpREFCNT_inc() operations weren't doing locking
50744      Branch: perl
50745            ! pad.c regcomp.c sv.c
50746 ____________________________________________________________________________
50747 [ 23432] By: steveh                                on 2004/10/29  14:12:02
50748         Log: Document sv_magic() changes brought about by sv_magicext()
50749
50750              Change 14335 made sv_magic() a wrapper to a new sv_magicext(),
50751              but didn't update the documentation for sv_magic() to reflect
50752              the changed handling of the name/namlen arguments.
50753
50754              Also correct a couple of typos, and mention sv_magicext() in
50755              perlguts.
50756      Branch: perl
50757            ! pod/perlapi.pod pod/perlguts.pod sv.c
50758 ____________________________________________________________________________
50759 [ 23431] By: merijn                                on 2004/10/29  13:56:03
50760         Log: Subject: [PATCH] 36 additional tests for B
50761              From: Steve Peters <steve@fisharerojo.org>
50762              Date: Fri, 29 Oct 2004 00:53:22 -0500
50763              Message-Id: <200410290053.22947.steve@fisharerojo.org>
50764      Branch: perl
50765            ! ext/B/t/b.t
50766 ____________________________________________________________________________
50767 [ 23426] By: davem                                 on 2004/10/27  22:50:57
50768         Log: include flags and refcount in the list of leaked scalars
50769      Branch: perl
50770            ! perl.c
50771 ____________________________________________________________________________
50772 [ 23425] By: ams                                   on 2004/10/27  11:27:27
50773         Log: Subject: [PATCH] lib/Carp.t improvements
50774              From: "Craig A. Berry" <craigberry@mac.com>
50775              Date: Tue, 26 Oct 2004 23:32:25 -0500
50776              Message-Id: <417F24D9.1000904@mac.com>
50777      Branch: perl
50778            ! lib/Carp.t
50779 ____________________________________________________________________________
50780 [ 23424] By: rgs                                   on 2004/10/25  15:31:21
50781         Log: Fix [perl #32130] Errno.pm must not pass references to "prototype"
50782      Branch: perl
50783            ! ext/Errno/Errno_pm.PL ext/Errno/t/Errno.t
50784 ____________________________________________________________________________
50785 [ 23423] By: rgs                                   on 2004/10/25  15:09:27
50786         Log: Small updates to the web addresses for Perl, noticed by Robert Spier
50787      Branch: perl
50788            ! pod/perl.pod pod/perlfaq2.pod
50789 ____________________________________________________________________________
50790 [ 23422] By: rgs                                   on 2004/10/25  14:56:37
50791         Log: Subject: [perl #30227] [PATCH]splain vs. -w
50792              From: "Steve Peters via RT" <perlbug-followup@perl.org>
50793              Date: 23 Oct 2004 13:55:41 -0000
50794              Message-ID: <rt-3.0.11-30227-98375.1.28465791111211@perl.org>
50795      Branch: perl
50796            ! lib/diagnostics.pm
50797 ____________________________________________________________________________
50798 [ 23421] By: rgs                                   on 2004/10/25  07:29:50
50799         Log: Upgrade to Encode 2.08.
50800      Branch: perl
50801            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
50802            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
50803            ! ext/Encode/Unicode/Unicode.xs
50804            ! ext/Encode/lib/Encode/Encoding.pm
50805 ____________________________________________________________________________
50806 [ 23420] By: mhx                                   on 2004/10/24  07:53:45
50807         Log: Subject: Re: [perl #31937] perlop: add basic =~ examples
50808              From: Steve Peters <steve@fisharerojo.org>
50809              Date: Sat, 23 Oct 2004 08:01:51 -0500
50810              Message-Id: <200410230801.51649.steve@fisharerojo.org>
50811      Branch: perl
50812            ! pod/perlop.pod
50813 ____________________________________________________________________________
50814 [ 23419] By: mhx                                   on 2004/10/23  23:39:18
50815         Log: Subject: [PATCH] Re: Devel::Peek: hash quality 125%?
50816              From: Tels <perl_dummy@bloodgate.com>
50817              Date: Sat, 23 Oct 2004 16:56:31 +0200
50818              Message-Id: <200410231656.40995@bloodgate.com>
50819      Branch: perl
50820            ! ext/Devel/Peek/Changes ext/Devel/Peek/Peek.pm
50821 ____________________________________________________________________________
50822 [ 23418] By: davem                                 on 2004/10/23  21:50:19
50823         Log: Chained goto &sub drops data too early.
50824
50825              Change 22373 to stop a memory leak in goto &foo intead caused
50826              the elements of @_ to be freed too early. This revised fix
50827              just transfers the reifiedness of the old @_ to the new @_
50828      Branch: perl
50829            ! pp_ctl.c t/op/goto.t
50830 ____________________________________________________________________________
50831 [ 23417] By: rgs                                   on 2004/10/23  19:58:07
50832         Log: Upgrade to Encode 2.07
50833      Branch: perl
50834            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
50835            ! ext/Encode/Encode.xs ext/Encode/META.yml
50836            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
50837            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/Encode.t
50838            ! ext/Encode/t/fallback.t ext/Encode/ucm/macArabic.ucm
50839            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macChinsimp.ucm
50840            ! ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDingbats.ucm
50841            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macKorean.ucm
50842            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macSymbol.ucm
50843            ! ext/Encode/ucm/macThai.ucm
50844 ____________________________________________________________________________
50845 [ 23416] By: nicholas                              on 2004/10/23  17:15:46
50846         Log: Subject: [PATCH] ext/IO/IO.xs: fix blocking on sparc linux
50847              Message-ID: <20041022033033.GA12362@londo.c47.org>
50848              From: Brendan O'Dea <bod@debian.org>
50849              Date: Fri, 22 Oct 2004 13:30:33 +1000
50850      Branch: perl
50851            ! ext/IO/IO.xs
50852 ____________________________________________________________________________
50853 [ 23410] By: rgs                                   on 2004/10/21  15:51:32
50854         Log: Subject: docpatch for perltie.pod
50855              From: David Cantrell <david@cantrell.org.uk>
50856              Date: Thu, 21 Oct 2004 12:21:52 +0100
50857              Message-ID: <20041021112151.GA22862@bytemark.barnyard.co.uk>
50858      Branch: perl
50859            ! pod/perltie.pod
50860 ____________________________________________________________________________
50861 [ 23396] By: ams                                   on 2004/10/21  01:36:49
50862         Log: Subject: [PATCH] Math::BigInt v1.73 final
50863              From: Tels <perl_dummy@bloodgate.com>
50864              Date: Wed, 20 Oct 2004 21:06:40 +0200
50865              Message-Id: <200410202106.41840@bloodgate.com>
50866
50867              Subject: [PATCH] Math::BigRat v0.13 (pre-release)
50868              From: Tels <tels@bloodgate.com>
50869              Date: Wed, 20 Oct 2004 22:03:55 +0200
50870              Message-Id: <200410202203.56063@bloodgate.com>
50871      Branch: perl
50872            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/BigRat.pm
50873            ! lib/Math/BigRat/t/big_ap.t lib/Math/BigRat/t/bigrat.t
50874            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
50875            ! lib/Math/BigRat/t/bigratup.t
50876 ____________________________________________________________________________
50877 [ 23395] By: nicholas                              on 2004/10/20  22:39:36
50878         Log: Need to skip optree walking tests if perlio not built
50879      Branch: perl
50880            ! ext/B/t/f_map.t ext/B/t/f_sort.t
50881 ____________________________________________________________________________
50882 [ 23394] By: rgs                                   on 2004/10/20  07:42:34
50883         Log: Remove opmini.c when cleaning up.
50884      Branch: perl
50885            ! Makefile.SH
50886 ____________________________________________________________________________
50887 [ 23393] By: rgs                                   on 2004/10/20  07:36:45
50888         Log: Ensure that PVA.pl returns a true value.
50889      Branch: perl
50890            ! lib/unicore/mktables
50891 ____________________________________________________________________________
50892 [ 23392] By: ams                                   on 2004/10/20  06:19:03
50893         Log: Subject: [PATCH perl.c pod/perl.pod pod/perlfaq2.pod]
50894              Rephrase "Perl Home Page" References
50895              From: chromatic <chromatic@wgz.org>
50896              Date: Tue, 19 Oct 2004 22:52:19 -0700
50897              Message-Id: <1098251539.20976.53.camel@localhost>
50898      Branch: perl
50899            ! AUTHORS perl.c pod/perl.pod pod/perlfaq2.pod
50900 ____________________________________________________________________________
50901 [ 23384] By: rgs                                   on 2004/10/19  13:17:01
50902         Log: Upgrade to Encode 2.05
50903      Branch: perl
50904            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
50905            ! ext/Encode/encoding.pm
50906 ____________________________________________________________________________
50907 [ 23383] By: rgs                                   on 2004/10/19  11:38:37
50908         Log: More Data::Dumper docs nits, fix the previous one,
50909              suggested by Yves Orton.
50910      Branch: perl
50911            ! ext/Data/Dumper/Dumper.pm
50912 ____________________________________________________________________________
50913 [ 23382] By: rgs                                   on 2004/10/19  11:21:55
50914         Log: Subject: [PATCH] perlfaq2.pod (add a book)
50915              From: <richard.foley@ubs.com>
50916              Date: Tue, 19 Oct 2004 07:29:31 +0200
50917              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E3A@NZURC900PEX1.ubsgs.ubsgroup.net>
50918      Branch: perl
50919            ! pod/perlfaq2.pod
50920 ____________________________________________________________________________
50921 [ 23381] By: mhx                                   on 2004/10/19  03:51:59
50922         Log: Re-apply the encoding.pm part of:
50923
50924              Subject: [PATCH] encoding and open pragmas
50925              From: Jarkko Hietaniemi <jhi@iki.fi>
50926              Date: Mon, 16 Aug 2004 22:27:00 +0300
50927              Message-ID: <41210A84.6060506@iki.fi>
50928      Branch: perl
50929            ! ext/Encode/encoding.pm
50930 ____________________________________________________________________________
50931 [ 23380] By: mhx                                   on 2004/10/18  21:00:26
50932         Log: Upgrade to Encode 2.04.
50933      Branch: perl
50934            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
50935            ! ext/Encode/JP/JP.pm ext/Encode/META.yml ext/Encode/Makefile.PL
50936            ! ext/Encode/bin/piconv ext/Encode/bin/ucmsort
50937            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
50938            ! ext/Encode/lib/Encode/Supported.pod
50939            ! ext/Encode/ucm/big5-hkscs.ucm
50940 ____________________________________________________________________________
50941 [ 23379] By: mhx                                   on 2004/10/18  15:44:05
50942         Log: Fix a typo.
50943      Branch: perl
50944            ! utils/c2ph.PL
50945 ____________________________________________________________________________
50946 [ 23378] By: rgs                                   on 2004/10/18  11:25:20
50947         Log: Add a missing warning categorisation in perldiag.
50948      Branch: perl
50949            ! pod/perldiag.pod
50950 ____________________________________________________________________________
50951 [ 23377] By: ams                                   on 2004/10/16  23:52:18
50952         Log: Subject: [PATCH] test_harness tweak for VMS
50953              From: "Craig A. Berry" <craigberry@mac.com>
50954              Date: Sat, 16 Oct 2004 12:15:02 -0500
50955              Message-Id: <41715716.5000108@mac.com>
50956      Branch: perl
50957            ! vms/descrip_mms.template vms/test.com
50958 ____________________________________________________________________________
50959 [ 23376] By: nicholas                              on 2004/10/16  18:16:12
50960         Log: Merge code from vdie and vcroak into S_vdie_croak_common
50961      Branch: perl
50962            ! util.c
50963 ____________________________________________________________________________
50964 [ 23375] By: nicholas                              on 2004/10/16  14:39:48
50965         Log: Merge the common code from Perl_vdie and Perl_vwarner into a
50966              S_vdie_common
50967      Branch: perl
50968            ! util.c
50969 ____________________________________________________________________________
50970 [ 23374] By: nicholas                              on 2004/10/16  12:57:39
50971         Log: The second half of Perl_vwarner is actually a straight cut&paste job
50972              from Perl_vwarn, so convert it into a (tail) call to Perl_vwarn.
50973              cut&paste is bad, m'kay.
50974      Branch: perl
50975            ! util.c
50976 ____________________________________________________________________________
50977 [ 23373] By: nicholas                              on 2004/10/15  17:11:08
50978         Log: Implement sv_svset _nosteal variants by passing a flag into
50979              sv_set_flags rather than messing with the SvTEMP() flag on either
50980              side of the call.
50981      Branch: perl
50982            ! sv.c sv.h
50983 ____________________________________________________________________________
50984 [ 23372] By: rgs                                   on 2004/10/15  14:09:54
50985         Log: Implement a new -dt command-line flag, to enable threads under the
50986              debugger (bug #31666).
50987
50988              Subject: RE: [PATCH] debugger handles threads [perl #31666]
50989              From: <richard.foley@ubs.com>
50990              Date: Wed, 13 Oct 2004 13:01:18 +0200
50991              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E12@NZURC900PEX1.ubsgs.ubsgroup.net>
50992
50993              Subject: Re: [PATCH] debugger handles threads [perl #31666]
50994              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
50995              Date: Wed, 13 Oct 2004 02:49:58 -0700
50996              Message-ID: <20041013094957.GA17184@efn.org>
50997      Branch: perl
50998            ! lib/perl5db.pl perl.c pod/perlrun.pod
50999 ____________________________________________________________________________
51000 [ 23371] By: steveh                                on 2004/10/15  12:54:29
51001         Log: Make autodoc.pl write its output with UNIX style EOL's.
51002
51003              This saves the Win32 committer(s?) having to dos2unix the files
51004              before committing.  Maybe Perforce's "LineEnd: share" suffices
51005              anyway, but there's no harm in playing safe.
51006      Branch: perl
51007            ! autodoc.pl
51008 ____________________________________________________________________________
51009 [ 23370] By: nicholas                              on 2004/10/15  11:01:18
51010         Log: Include opmini.c in the dependency generation.
51011      Branch: perl
51012            ! Makefile.SH
51013 ____________________________________________________________________________
51014 [ 23369] By: rgs                                   on 2004/10/15  10:20:16
51015         Log: Doc nit to Data::Dumper, suggested by Peter Kay.
51016      Branch: perl
51017            ! ext/Data/Dumper/Dumper.pm
51018 ____________________________________________________________________________
51019 [ 23368] By: steveh                                on 2004/10/15  10:12:31
51020         Log: Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg.
51021
51022              These are already in the API supported by Devel::PPPort, and are
51023              often more useful than sv_vcatpvfn and sv_vsetpvfn which were
51024              already documented.
51025      Branch: perl
51026            ! embed.fnc pod/perlapi.pod sv.c
51027 ____________________________________________________________________________
51028 [ 23367] By: mhx                                   on 2004/10/14  18:00:04
51029         Log: Subject: [PATCH] Re: [NOT OK] 23353 OpenVMS 7.2 VAX
51030              From: "Craig A. Berry" <craigberry@mac.com>
51031              Date: Thu, 14 Oct 2004 10:09:41 -0500
51032              Message-ID: <416E96B5.5020100@mac.com>
51033      Branch: perl
51034            ! ext/Devel/PPPort/parts/inc/ppphtest
51035            ! ext/Devel/PPPort/t/ppphtest.t
51036 ____________________________________________________________________________
51037 [ 23366] By: rgs                                   on 2004/10/14  15:50:49
51038         Log: Subject: AW: [perl #31864] IO::Poll - undef fd not checked in mask()
51039              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
51040              Date: Mon, 11 Oct 2004 09:54:15 +0200
51041              Message-ID: <8FD9B6A658383E468B55D364D1A9951601857331@ffz00zm6.ffz00e.mail.dresdner.net>
51042      Branch: perl
51043            ! ext/IO/lib/IO/Poll.pm
51044 ____________________________________________________________________________
51045 [ 23365] By: rgs                                   on 2004/10/14  14:58:21
51046         Log: Fix [perl #31971] local $^D gives noise
51047      Branch: perl
51048            ! embed.fnc embed.h mg.c perl.c proto.h
51049 ____________________________________________________________________________
51050 [ 23364] By: rgs                                   on 2004/10/14  14:25:29
51051         Log: A few fixes in the list of -D debugging flags
51052      Branch: perl
51053            ! perl.c pod/perlrun.pod
51054 ____________________________________________________________________________
51055 [ 23363] By: rgs                                   on 2004/10/14  14:01:50
51056         Log: Subject: [PATCH@23361] RE: [PATCH-for-23358] enable statically linked exte nsions for Win32
51057              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
51058              Date: Wed, 13 Oct 2004 09:45:31 +0400
51059              Message-ID: <7DD1BE2C50259746ABB8683672D2089E08133C@itotest-1.spb.lucent.com>
51060      Branch: perl
51061            ! win32/buildext.pl win32/makefile.mk
51062 ____________________________________________________________________________
51063 [ 23362] By: rgs                                   on 2004/10/12  16:49:53
51064         Log: Minor tweaks for the test.utf16 target, by Jarkko
51065      Branch: perl
51066            ! t/TEST
51067 ____________________________________________________________________________
51068 [ 23361] By: rgs                                   on 2004/10/12  16:07:54
51069         Log: Subject: [perl #31843] warnings::warn($obj,...) fails when $obj overloads ""
51070              From: kaminsky@math.huji.ac.il (via RT) <perlbug-followup@perl.org>
51071              Date: 5 Oct 2004 09:52:07 -0000
51072              Message-ID: <rt-3.0.11-31843-97358.2.89612012687236@perl.org>
51073              (with tweaks)
51074      Branch: perl
51075            ! lib/warnings.pm warnings.pl
51076 ____________________________________________________________________________
51077 [ 23360] By: rgs                                   on 2004/10/12  13:02:44
51078         Log: Subject: [PATCH-for-23358] enable statically linked extensions for Win32
51079              From: Vadim Konovalov <konovalo@mail.wplus.net>
51080              Date: Mon, 11 Oct 2004 22:57:00 +0400
51081              Message-ID: <80173417046.20041011225700@vkonovalov.ru>
51082      Branch: perl
51083            ! makedef.pl win32/Makefile win32/buildext.pl win32/dl_win32.xs
51084            ! win32/makefile.mk win32/perllib.c win32/sync_ext.pl
51085 ____________________________________________________________________________
51086 [ 23359] By: rgs                                   on 2004/10/12  12:54:27
51087         Log: Subject: Patch: BigInt v1.73 (pre-release)
51088              From: Tels <perl_dummy@bloodgate.com>
51089              Date: Sun, 10 Oct 2004 22:36:03 +0200
51090              Message-Id: <200410102236.03637@bloodgate.com>
51091      Branch: perl
51092            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
51093            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
51094            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
51095            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
51096            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
51097            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
51098            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
51099 ____________________________________________________________________________
51100 [ 23358] By: rgs                                   on 2004/10/11  07:28:34
51101         Log: Subject: [PATCH] add the 'test_harness' target to vms "makefile"
51102              From: Abe Timmerman <abe@ztreet.demon.nl>
51103              Date: Sat, 9 Oct 2004 18:13:38 +0200
51104              Message-Id: <200410091813.38673.abe@ztreet.demon.nl>
51105      Branch: perl
51106            ! t/harness vms/descrip_mms.template vms/test.com
51107 ____________________________________________________________________________
51108 [ 23357] By: davem                                 on 2004/10/10  19:18:00
51109         Log: Turn regcomp into a list op
51110      Branch: perl
51111            ! embed.fnc ext/B/B/Deparse.pm lib/overload.t op.c perly.act
51112            ! perly.h perly.tab perly.y pp_ctl.c proto.h toke.c
51113 ____________________________________________________________________________
51114 [ 23356] By: nicholas                              on 2004/10/10  15:21:24
51115         Log: Hack to make -Dusethreads -Uuseithreads -Uuse5005threads pass all tests
51116      Branch: perl
51117            ! ext/B/t/OptreeCheck.pm
51118 ____________________________________________________________________________
51119 [ 23355] By: nicholas                              on 2004/10/10  15:03:25
51120         Log: Restore runtime loading of Encode and Encode-related modules, so that
51121              open.pm will work when the Encode extension isn't build.
51122      Branch: perl
51123            ! lib/open.pm
51124 ____________________________________________________________________________
51125 [ 23354] By: merijn                                on 2004/10/09  12:27:39
51126         Log: Make AIX 5 + gcc work in 64bitall
51127      Branch: perl
51128            ! hints/aix.sh
51129 ____________________________________________________________________________
51130 [ 23353] By: merijn                                on 2004/10/08  09:52:59
51131         Log: A new machine type, some reformatting, some reorganization
51132              and a bit of additional info on Sleepycat's db.
51133      Branch: perl
51134            ! README.hpux
51135 ____________________________________________________________________________
51136 [ 23352] By: rgs                                   on 2004/10/08  08:56:49
51137         Log: Briefly document the test.utf16 make target.
51138      Branch: perl
51139            ! pod/perlhack.pod
51140 ____________________________________________________________________________
51141 [ 23351] By: rgs                                   on 2004/10/08  08:52:39
51142         Log: Make the perl interpreter more tolerant of UTF-16-encoded script
51143              (patch by Jarkko Hietaniemi)
51144      Branch: perl
51145            ! Makefile.SH t/TEST toke.c utf8.c
51146 ____________________________________________________________________________
51147 [ 23350] By: rgs                                   on 2004/10/04  16:05:20
51148         Log: Subject: [perl #31697] [PATCH] B::Showlex::newlex enhancement and pod
51149              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
51150              Date: 23 Sep 2004 21:45:42 -0000
51151              Message-ID: <rt-3.0.11-31697-96840.0.810265136907162@perl.org>
51152              (with doc nits)
51153      Branch: perl
51154            ! ext/B/B/Concise.pm ext/B/B/Showlex.pm ext/B/t/showlex.t
51155 ____________________________________________________________________________
51156 [ 23349] By: rgs                                   on 2004/10/04  15:46:28
51157         Log: Increment $overload::VERSION after change #23347
51158      Branch: perl
51159            ! ext/B/B/Concise.pm lib/overload.pm
51160 ____________________________________________________________________________
51161 [ 23348] By: rgs                                   on 2004/10/04  14:00:11
51162         Log: Subject: [PATCH-for-23341] dynaloader improvements and cleanup
51163              From: Vadim Konovalov <vadim@vkonovalov.ru>
51164              Date: Sun, 3 Oct 2004 22:10:06 +0400
51165              Message-ID: <138-1837306906.20041003221006@vkonovalov.ru>
51166      Branch: perl
51167            ! ext/DynaLoader/DynaLoader_pm.PL
51168 ____________________________________________________________________________
51169 [ 23347] By: rgs                                   on 2004/10/04  10:57:15
51170         Log: Subject: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
51171              From: Rick Delaney <rick@bort.ca>
51172              Date: Sat, 2 Oct 2004 01:04:49 -0400
51173              Message-ID: <20041002050448.GB5059@biff.bort.ca>
51174      Branch: perl
51175            ! lib/overload.pm lib/overload.t
51176 ____________________________________________________________________________
51177 [ 23346] By: rgs                                   on 2004/10/04  10:18:49
51178         Log: Subject: [PATCH] vms/t/filespec.t tweak
51179              From: "Craig A. Berry" <craigberry@mac.com>
51180              Date: Fri, 01 Oct 2004 13:18:03 -0500
51181              Message-ID: <415D9F5B.5040306@mac.com>
51182      Branch: perl
51183            ! vms/ext/filespec.t
51184 ____________________________________________________________________________
51185 [ 23345] By: rgs                                   on 2004/10/04  08:53:04
51186         Log: More caveats on the non-portability of stat(), suggested by
51187              Stas Bekman.
51188      Branch: perl
51189            ! pod/perlfunc.pod
51190 ____________________________________________________________________________
51191 [ 23344] By: nicholas                              on 2004/10/02  21:49:15
51192         Log: Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) without
51193              any check on whether it's valid.
51194      Branch: perl
51195            ! sv.c
51196 ____________________________________________________________________________
51197 [ 23343] By: merijn                                on 2004/10/02  11:08:32
51198         Log: Subject: [PATCH] make t/uni/class.t pass on VMS
51199              From: "Craig A. Berry" <craigberry@mac.com>
51200              Date: Fri, 01 Oct 2004 12:57:55 -0500
51201              Message-ID: <415D9AA3.1000908@mac.com>
51202      Branch: perl
51203            ! t/uni/class.t
51204 ____________________________________________________________________________
51205 [ 23342] By: davem                                 on 2004/09/30  20:51:31
51206         Log: open $1, "file" doesn't raise an exception
51207      Branch: perl
51208            ! pp.c t/io/open.t
51209 ____________________________________________________________________________
51210 [ 23341] By: rgs                                   on 2004/09/30  15:41:40
51211         Log: Subject: [patch] Sys::Syslog POD - $Sys::Syslog::host
51212              From: "Jay Hannah" <jhannah@omnihotels.com>
51213              Date: Wed, 15 Sep 2004 14:51:42 -0500
51214              Message-ID: <002001c49b5d$6d0d79c0$4722000a@omarests2>
51215      Branch: perl
51216            ! ext/Sys/Syslog/Syslog.pm
51217 ____________________________________________________________________________
51218 [ 23340] By: rgs                                   on 2004/09/30  15:12:29
51219         Log: A fix for [perl #31692] : as PerlIO::scalar accesses directly the
51220              PV of the scalar it reads from, avoid to read it when it's an
51221              undefined PV.
51222      Branch: perl
51223            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
51224 ____________________________________________________________________________
51225 [ 23339] By: davem                                 on 2004/09/28  18:05:52
51226         Log: the improved -DT output of #23325 could print an uninit stack value
51227      Branch: perl
51228            ! toke.c
51229 ____________________________________________________________________________
51230 [ 23338] By: nicholas                              on 2004/09/28  16:55:08
51231         Log: Spelling correction spotted by Greg McCarroll
51232      Branch: perl
51233            ! README.epoc
51234 ____________________________________________________________________________
51235 [ 23337] By: rgs                                   on 2004/09/28  15:28:58
51236         Log: Subject: Patch for perl.c fixing an obscure environment bug
51237              From: Merijn Broeren <merijnb@iloquent.com>
51238              Date: Thu, 23 Sep 2004 17:18:17 +0200
51239              Message-ID: <20040923151817.GA15782@brugman.iloquent.nl>
51240      Branch: perl
51241            ! perl.c
51242 ____________________________________________________________________________
51243 [ 23336] By: rgs                                   on 2004/09/28  08:08:24
51244         Log: Perl -DT segfaults when parsing a 'use' statement
51245      Branch: perl
51246            ! toke.c
51247 ____________________________________________________________________________
51248 [ 23334] By: rgs                                   on 2004/09/23  07:33:15
51249         Log: Typo fix.
51250              Subject: [PATCH] Re: Smoke [5.9.2] 23330 FAIL(X) hp-ux 11.11/64 (PA-2.0/64/2 cpu)
51251              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
51252              Date: Wed, 22 Sep 2004 11:20:53 +0200
51253              Message-ID: <20040922112053.686562b6@valis.local>
51254      Branch: perl
51255            ! lib/open.pm
51256 ____________________________________________________________________________
51257 [ 23333] By: rgs                                   on 2004/09/23  07:30:16
51258         Log: Remove a couple of C<> to avoid confusing double quotes in text
51259              rendering. [perl #31678]
51260      Branch: perl
51261            ! pod/perlop.pod
51262 ____________________________________________________________________________
51263 [ 23332] By: rgs                                   on 2004/09/22  09:08:04
51264         Log: Document that $ENV{PATH} may not contain relative directories under -T
51265      Branch: perl
51266            ! pod/perldiag.pod pod/perlsec.pod
51267 ____________________________________________________________________________
51268 [ 23331] By: davem                                 on 2004/09/20  22:11:29
51269         Log: Subject:  Re: [perl #31586] utime does not reach expectations [PATCH]
51270              From:  LAUN Wolfgang <wolfgang.laun@alcatel.at>
51271              Date:  Fri, 17 Sep 2004 14:01:11 +0200
51272              Message-Id:  <DF27CDCBD2581D4B88431901094E4B4D02B0C88B@attmsx1.aut.alcatel.at>
51273
51274              Clarify the effect of utime when the file isn't owned by the user
51275      Branch: perl
51276            ! pod/perlfunc.pod
51277 ____________________________________________________________________________
51278 [ 23330] By: rgs                                   on 2004/09/20  17:20:38
51279         Log: Upgrade to MIME::Base64 3.05.
51280      Branch: perl
51281            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
51282            ! ext/MIME/Base64/t/warn.t
51283 ____________________________________________________________________________
51284 [ 23329] By: rgs                                   on 2004/09/20  17:13:20
51285         Log: Upgrade to Time::HiRes 1.65.
51286      Branch: perl
51287            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
51288            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
51289            ! ext/Time/HiRes/ppport.h ext/Time/HiRes/t/HiRes.t
51290 ____________________________________________________________________________
51291 [ 23327] By: rgs                                   on 2004/09/20  08:23:58
51292         Log: Subject: [perl #27576] [PATCH] Pod::Usage -exitvalue => "NOEXIT" requires -output be set (Doc bug)
51293              From: "Steve Peters via RT" <perlbug-followup@perl.org>
51294              Date: 26 Aug 2004 19:06:52 -0000
51295              Message-ID: <rt-3.0.11-27576-94411.2.28321880730803@perl.org>
51296      Branch: perl
51297            ! lib/Pod/Usage.pm
51298 ____________________________________________________________________________
51299 [ 23326] By: rgs                                   on 2004/09/20  08:10:47
51300         Log: Subject: [PATCH] encoding and open pragmas
51301              From: Jarkko Hietaniemi <jhi@iki.fi>
51302              Date: Mon, 16 Aug 2004 22:27:00 +0300
51303              Message-ID: <41210A84.6060506@iki.fi>
51304
51305              Subject: Re: [PATCH] encoding and open pragmas
51306              From: Jarkko Hietaniemi <jhi@iki.fi>
51307              Date: Tue, 17 Aug 2004 11:22:58 +0300 (EEST)
51308              Message-Id: <200408170822.i7H8MwUU016793@vipunen.hut.fi>
51309      Branch: perl
51310            ! ext/Encode/encoding.pm lib/open.pm lib/open.t t/io/layers.t
51311 ____________________________________________________________________________
51312 [ 23325] By: davem                                 on 2004/09/19  21:47:18
51313         Log: improve lexer debugging output (-DT)
51314              Decode yylex() return values, and show lexer state each time
51315              yylex() is called
51316      Branch: perl
51317            ! embed.fnc embed.h proto.h toke.c
51318 ____________________________________________________________________________
51319 [ 23323] By: rgs                                   on 2004/09/15  16:12:42
51320         Log: The XSUB.h patch from:
51321
51322              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
51323              From: John Peacock <jpeacock@rowman.com>
51324              Date: Wed, 18 Aug 2004 08:26:35 -0400
51325              Message-ID: <41234AFB.1020009@rowman.com>
51326
51327              Now it will use version object logic for version comparison
51328              when loading XS modules.
51329      Branch: perl
51330            ! XSUB.h
51331 ____________________________________________________________________________
51332 [ 23322] By: rgs                                   on 2004/09/15  15:48:23
51333         Log: Upgrade to Time::HiRes 1.63.
51334              Note that it includes a ppport.h file. See if the one
51335              previously built in Devel::PPPort can be used instead.
51336      Branch: perl
51337            + ext/Time/HiRes/ppport.h
51338            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
51339            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
51340            ! ext/Time/HiRes/t/HiRes.t
51341 ____________________________________________________________________________
51342 [ 23321] By: davem                                 on 2004/09/14  21:57:10
51343         Log: Subject:  Re: [perl #31459] Bug in read()
51344              From:  Chris Heath <chris@heathens.co.nz>
51345              Date:  06 Sep 2004 00:03:12 -0400
51346              Message-Id:  <1094443392.12379.35.camel@linux.heathens.co.nz>
51347
51348              a read(F) into a UTF8-encoded buffer with an offset off the
51349              end of the buffer, miss-calculated buffer lengths
51350      Branch: perl
51351            ! pp_sys.c
51352 ____________________________________________________________________________
51353 [ 23320] By: davem                                 on 2004/09/12  22:09:51
51354         Log: Memory leak in nested shared data structures in 5.8.4
51355              A pop of an item from a shared array ref causes a leak due to
51356              AVf_REAL not having been set after an sv_upgrade(sv, SVt_PVAV).
51357              Make sv_upgrade() set always this flag.
51358      Branch: perl
51359            ! sv.c
51360 ____________________________________________________________________________
51361 [ 23319] By: nicholas                              on 2004/09/10  16:40:17
51362         Log: Integrate:
51363              [ 23318]
51364              Update the skips for the no perlio case
51365      Branch: perl
51366           !> ext/B/t/optree_check.t ext/B/t/optree_concise.t
51367           !> ext/B/t/showlex.t
51368 ____________________________________________________________________________
51369 [ 23300] By: nicholas                              on 2004/09/09  15:54:18
51370         Log: A single version of B that supports 5.8 and 5.10
51371      Branch: perl
51372            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
51373            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
51374 ____________________________________________________________________________
51375 [ 23283] By: mhx                                   on 2004/09/08  20:33:55
51376         Log: Subject: [PATCH-5.8.5] lib/bigint.pm tiny typo fix
51377              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
51378              Date: Mon, 6 Sep 2004 11:09:51 +0400
51379              Message-ID: <7DD1BE2C50259746ABB8683672D2089E081132@itotest-1.spb.lucent.com>
51380      Branch: perl
51381            ! lib/bigint.pm
51382 ____________________________________________________________________________
51383 [ 23282] By: mhx                                   on 2004/09/08  20:19:18
51384         Log: Upgrade to Devel::PPPort 3.03.
51385      Branch: perl
51386            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
51387            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
51388            ! ext/Devel/PPPort/PPPort_pm.PL
51389            ! ext/Devel/PPPort/parts/inc/MY_CXT ext/Devel/PPPort/t/MY_CXT.t
51390 ____________________________________________________________________________
51391 [ 23281] By: davem                                 on 2004/09/08  19:42:15
51392         Log: Subject:  [perl #21553] Re: Solaris Perl (fwd)
51393              From:  Andy Dougherty <doughera@lafayette.edu>
51394              Date:  Wed, 8 Sep 2004 11:32:26 -0400 (EDT)
51395              Message-Id:  <Pine.SOL.4.58.0409081129180.17582@maxwell.phys.lafayette.edu>
51396              Clarify whether it's safe to replace the perl bundled with Solaris
51397      Branch: perl
51398            ! README.solaris
51399 ____________________________________________________________________________
51400 [ 23280] By: mhx                                   on 2004/09/08  19:18:06
51401         Log: Upgrade to Devel::PPPort 3.02.
51402      Branch: perl
51403            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
51404            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
51405            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
51406            ! ext/Devel/PPPort/parts/base/5004050
51407            ! ext/Devel/PPPort/parts/base/5005000
51408            ! ext/Devel/PPPort/parts/base/5006000
51409            ! ext/Devel/PPPort/parts/base/5008001
51410            ! ext/Devel/PPPort/parts/base/5009002
51411            ! ext/Devel/PPPort/parts/inc/MY_CXT
51412            ! ext/Devel/PPPort/parts/inc/misc ext/Devel/PPPort/t/MY_CXT.t
51413            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/call.t
51414            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/grok.t
51415            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
51416            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/misc.t
51417            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
51418            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/sv_xpvf.t
51419            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
51420 ____________________________________________________________________________
51421 [ 23279] By: mhx                                   on 2004/09/08  18:46:56
51422         Log: Add MY_CXT_CLONE to the core. (Taken from Time::HiRes.) See also:
51423              http://groups.google.com/groups?selm=r5l1vv00ca033k7a06d40fgei1ion91rnp%404ax.com
51424      Branch: perl
51425            ! perl.h
51426 ____________________________________________________________________________
51427 [ 23278] By: nicholas                              on 2004/09/08  16:53:34
51428         Log: backport B to work on 5.8.x, so that a single version of the source
51429              can be maintained, and ultimately dual-lifed on CPAN
51430              (the version conditional changes are actually surprisingly small)
51431      Branch: perl
51432            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
51433            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_samples.t
51434            ! ext/B/t/stash.t
51435 ____________________________________________________________________________
51436 [ 23277] By: mhx                                   on 2004/09/08  16:49:59
51437         Log: Subject: SvO?OK_off()'s return value
51438              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
51439              Date: Sun, 1 Aug 2004 12:46:48 +0200
51440              Message-Id: <20040801124648.7f9b3cee@r2d2>
51441
51442              Move (void) casts into SvOOK_off macro.
51443      Branch: perl
51444            ! gv.c mg.c perl.c pp.c pp_ctl.c pp_hot.c scope.c sv.c sv.h
51445 ____________________________________________________________________________
51446 [ 23276] By: merijn                                on 2004/09/07  12:57:58
51447         Log: Subject: [PATCH] perlintro.pod
51448              From: Paul Johnson <paul@pjcj.net>
51449              Date: Tue, 7 Sep 2004 15:13:51 +0200
51450              Message-ID: <20040907131351.GD2513@pjcj.net>
51451      Branch: perl
51452            ! pod/perlintro.pod
51453 ____________________________________________________________________________
51454 [ 23275] By: steveh                                on 2004/09/06  10:16:12
51455         Log: Implement new environment variable to allow the use of non-IFS
51456              compatible LSP's on Windows to allow Perl to work in conjunction
51457              with a firewall such as McAfee Guardian.
51458
51459              Bug report and possible solutions by Ken Fox <kfox@ford.com>;
51460              further assistance by Artiom Morozov <artiom@phreaker.net>.
51461      Branch: perl
51462            ! pod/perlrun.pod win32/win32sck.c
51463 ____________________________________________________________________________
51464 [ 23274] By: merijn                                on 2004/09/06  08:49:24
51465         Log: Subject: [PATCH] -Dunlink_all_versions for VMS
51466              From: "Craig A. Berry" <craigberry@mac.com>
51467              Date: Sat, 04 Sep 2004 11:58:56 -0500
51468              Message-ID: <4139F450.7040708@mac.com>
51469      Branch: perl
51470            ! configure.com
51471 ____________________________________________________________________________
51472 [ 23271] By: davem                                 on 2004/09/05  21:36:57
51473         Log: only mortalize deleted array elements for AvREAL
51474              (update to change #23158)
51475      Branch: perl
51476            ! av.c
51477 ____________________________________________________________________________
51478 [ 23267] By: davem                                 on 2004/09/05  20:16:55
51479         Log: I somehow managed to omit the base.pm change from #23266
51480      Branch: perl
51481            ! lib/base.pm
51482 ____________________________________________________________________________
51483 [ 23266] By: davem                                 on 2004/09/05  20:04:35
51484         Log: Fields package bug
51485              An intermediate class with no fields messes up private fields
51486              in the base class.
51487      Branch: perl
51488            ! lib/base.pm lib/base/t/fields-base.t
51489 ____________________________________________________________________________
51490 [ 23258] By: rgs                                   on 2004/09/02  15:37:55
51491         Log: Upgrade to Encode 2.02
51492      Branch: perl
51493            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
51494            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
51495            ! ext/Encode/bin/ucmsort ext/Encode/lib/Encode/Alias.pm
51496            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
51497            ! ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
51498            ! ext/Encode/ucm/big5-hkscs.ucm
51499 ____________________________________________________________________________
51500 [ 23257] By: rgs                                   on 2004/09/02  15:01:39
51501         Log: Upgrade to version 0.42.
51502              From:
51503              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
51504              From: John Peacock <jpeacock@rowman.com>
51505              Date: Wed, 18 Aug 2004 08:26:35 -0400
51506              Message-ID: <41234AFB.1020009@rowman.com>
51507      Branch: perl
51508            ! lib/version.pm lib/version.t util.c
51509 ____________________________________________________________________________
51510 [ 23256] By: davem                                 on 2004/09/01  23:41:25
51511         Log: Subject:  [PATCH] fields.pm lost compile-time benefit
51512              From:  Rick Delaney <rick@bort.ca>
51513              Date:  Fri, 13 Aug 2004 19:54:12 -0400
51514              Message-Id:  <20040813235412.GB12980@biff.bort.ca>
51515
51516              restore the compile-time field checking for
51517              my Dog $spot; $spot->{'walkies'};
51518              that was lost when pseudo-hashes were removed
51519      Branch: perl
51520            ! lib/base/t/fields-base.t lib/base/t/fields.t op.c
51521            ! pod/perldiag.pod
51522 ____________________________________________________________________________
51523 [ 23255] By: davem                                 on 2004/09/01  23:37:07
51524         Log: whoops, fix 'formline undef' test broken by change #23251
51525      Branch: perl
51526            ! t/lib/warnings/9uninit
51527 ____________________________________________________________________________
51528 [ 23253] By: davem                                 on 2004/09/01  22:45:07
51529         Log: Subject:  PATCH: Taintedness and ternary conditional
51530              From:  Andy Lester <andy@petdance.com>
51531              Date:  Thu, 26 Aug 2004 23:44:47 -0500
51532              Message-Id:  <20040827044447.GA5268@petdance.com>
51533
51534              add tests and documentation to the effect that ($tainted ? $a : $b)
51535              doesn't necessarily return a tainted value. Also tidy the markup in
51536              perldoc.pod
51537      Branch: perl
51538            ! pod/perlsec.pod t/op/taint.t
51539 ____________________________________________________________________________
51540 [ 23252] By: davem                                 on 2004/09/01  22:20:05
51541         Log: delete spurious blank lines added by change 23251
51542      Branch: perl
51543            ! pp_ctl.c
51544 ____________________________________________________________________________
51545 [ 23251] By: davem                                 on 2004/09/01  22:17:47
51546         Log: Random made scripts crashing perl
51547              fix 'formline undef' coredump
51548      Branch: perl
51549            ! pp_ctl.c t/lib/warnings/9uninit
51550 ____________________________________________________________________________
51551 [ 23250] By: davem                                 on 2004/09/01  20:46:13
51552         Log: From: david nicol <whatever@davidnicol.com>
51553              Subject: [perl #31228] no no-op
51554              Message-Id: 1093659222.1436.70.camel@plaza.davidnicol.com>
51555              Date: 27 Aug 2004 21:13:42 -0500
51556
51557              Document that 0 and 1 can (sort of) be used as no-ops.
51558      Branch: perl
51559            ! pod/perlop.pod
51560 ____________________________________________________________________________
51561 [ 23249] By: davem                                 on 2004/09/01  18:54:25
51562         Log: Subject:  [ PATCH ] 2 added private flags for B::Concise
51563              From:  Jim Cromie <jcromie@divsol.com>
51564              Date:  Tue, 31 Aug 2004 23:19:54 -0600
51565              Message-Id:  <41355BFA.8010900@divsol.com>
51566
51567              The OPpENTERSUB_NOMOD and OPpCONST_SHORTCIRCUIT flags weren't
51568              displayed by B::Concise.
51569      Branch: perl
51570            ! ext/B/B/Concise.pm
51571 ____________________________________________________________________________
51572 [ 23248] By: rgs                                   on 2004/09/01  15:35:20
51573         Log: Upgrade to Cwd 2.21.
51574      Branch: perl
51575            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
51576 ____________________________________________________________________________
51577 [ 23247] By: rgs                                   on 2004/09/01  15:11:45
51578         Log: Update to File::Spec 0.90
51579      Branch: perl
51580            ! lib/File/Spec.pm lib/File/Spec/VMS.pm
51581 ____________________________________________________________________________
51582 [ 23246] By: mhx                                   on 2004/08/30  18:36:18
51583         Log: Skip Time::HiRes tests if configured without that module.
51584      Branch: perl
51585            ! ext/Time/HiRes/t/HiRes.t
51586 ____________________________________________________________________________
51587 [ 23245] By: mhx                                   on 2004/08/30  18:34:58
51588         Log: Fix skipping of a Dumpvalue test when configured without Devel::Peek.
51589      Branch: perl
51590            ! lib/Dumpvalue.t
51591 ____________________________________________________________________________
51592 [ 23244] By: mhx                                   on 2004/08/30  18:33:27
51593         Log: Skip a Data::Dumper test if configured without B module.
51594      Branch: perl
51595            ! ext/Data/Dumper/t/dumper.t
51596 ____________________________________________________________________________
51597 [ 23243] By: mhx                                   on 2004/08/29  13:22:48
51598         Log: Fix typo in B::Assembler.
51599      Branch: perl
51600            ! ext/B/B/Assembler.pm
51601 ____________________________________________________________________________
51602 [ 23242] By: mhx                                   on 2004/08/29  13:21:50
51603         Log: Skip ext/B/t/assembler.t when configured without B.
51604      Branch: perl
51605            ! ext/B/t/assembler.t
51606 ____________________________________________________________________________
51607 [ 23241] By: merijn                                on 2004/08/28  08:05:19
51608         Log: Subject: [PATCH] File::Spec::VMS update
51609              From: "Craig A. Berry" <craigberry@mac.com>
51610              Date: Fri, 27 Aug 2004 18:51:09 -0500
51611              Message-ID: <412FC8ED.1020300@mac.com>
51612      Branch: perl
51613            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
51614 ____________________________________________________________________________
51615 [ 23240] By: merijn                                on 2004/08/28  07:41:47
51616         Log: Pumpkinship updates
51617      Branch: perl
51618            ! pod/perlhack.pod
51619 ____________________________________________________________________________
51620 [ 23239] By: mhx                                   on 2004/08/26  21:57:39
51621         Log: Fix nasty line break in Storable test file.
51622      Branch: perl
51623            ! ext/Storable/t/just_plain_nasty.t
51624 ____________________________________________________________________________
51625 [ 23238] By: rgs                                   on 2004/08/26  13:02:14
51626         Log: Upgrade to MIME::Base64 3.03
51627      Branch: perl
51628            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
51629            ! ext/MIME/Base64/QuotedPrint.pm
51630 ____________________________________________________________________________
51631 [ 23237] By: rgs                                   on 2004/08/25  08:32:41
51632         Log: Upgrade to MIME::Base64 3.02.
51633      Branch: perl
51634            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
51635            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
51636            ! ext/MIME/Base64/t/quoted-print.t
51637 ____________________________________________________________________________
51638 [ 23236] By: rgs                                   on 2004/08/24  17:24:40
51639         Log: Grammatical nit by Hugo.
51640      Branch: perl
51641            ! pod/perlnewmod.pod
51642 ____________________________________________________________________________
51643 [ 23235] By: rgs                                   on 2004/08/23  12:32:33
51644         Log: Subject: [perl #31295] PATCH: Test comp/use.t fails on Tru64
51645              From: Nikola Milutinovic (via RT) <perlbug-followup@perl.org>
51646              Date: 23 Aug 2004 10:37:31 -0000
51647              Message-ID: <rt-3.0.11-31295-94232.1.74127465250315@perl.org>
51648      Branch: perl
51649            ! t/comp/use.t
51650 ____________________________________________________________________________
51651 [ 23234] By: mhx                                   on 2004/08/23  05:33:39
51652         Log: Upgrade to Devel::PPPort 3.01.
51653      Branch: perl
51654            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
51655            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
51656            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/parts/inc/ppphtest
51657            ! ext/Devel/PPPort/parts/inc/version
51658            ! ext/Devel/PPPort/t/ppphtest.t
51659 ____________________________________________________________________________
51660 [ 23233] By: mhx                                   on 2004/08/22  22:18:56
51661         Log: Fix some backwards-compatibility problems with Storable.
51662      Branch: perl
51663            ! ext/Storable/Storable.xs ext/Storable/t/weak.t
51664 ____________________________________________________________________________
51665 [ 23232] By: rgs                                   on 2004/08/22  19:14:57
51666         Log: Upgrade to Time::HiRes 1.61
51667      Branch: perl
51668            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
51669            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
51670            ! ext/Time/HiRes/hints/solaris.pl ext/Time/HiRes/t/HiRes.t
51671 ____________________________________________________________________________
51672 [ 23231] By: mhx                                   on 2004/08/22  15:36:36
51673         Log: Fix Storable's MANIFEST.
51674      Branch: perl
51675            ! ext/Storable/MANIFEST
51676 ____________________________________________________________________________
51677 [ 23230] By: davem                                 on 2004/08/20  21:20:48
51678         Log: a regex in STDOUT destructor coredumped because regex pad already
51679              freed
51680      Branch: perl
51681            ! perl.c t/op/ref.t
51682 ____________________________________________________________________________
51683 [ 23229] By: mhx                                   on 2004/08/20  13:18:08
51684         Log: Upgrade to Devel::PPPort 3.00_03.
51685      Branch: perl
51686            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
51687            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
51688            ! ext/Devel/PPPort/parts/inc/ppphtest
51689            ! ext/Devel/PPPort/t/ppphtest.t
51690 ____________________________________________________________________________
51691 [ 23228] By: mhx                                   on 2004/08/19  23:14:00
51692         Log: Tweak 'h2xs -h' output.
51693      Branch: perl
51694            ! utils/h2xs.PL
51695 ____________________________________________________________________________
51696 [ 23227] By: mhx                                   on 2004/08/19  17:05:48
51697         Log: Delete superfluous "with".
51698      Branch: perl
51699            ! README.win32
51700 ____________________________________________________________________________
51701 [ 23226] By: mhx                                   on 2004/08/19  11:22:15
51702         Log: Upgrade to Devel::PPPort 3.00_02.
51703      Branch: perl
51704            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
51705            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
51706            ! ext/Devel/PPPort/PPPort_pm.PL
51707 ____________________________________________________________________________
51708 [ 23225] By: rgs                                   on 2004/08/19  07:58:59
51709         Log: Mark a test that relies on tainting behavior as TODO on Windows.
51710      Branch: perl
51711            ! t/comp/opsubs.t
51712 ____________________________________________________________________________
51713 [ 23224] By: steveh                                on 2004/08/18  13:44:13
51714         Log: Add notes for building with MS VC++ Toolkit 2003
51715      Branch: perl
51716            ! README.win32
51717 ____________________________________________________________________________
51718 [ 23223] By: mhx                                   on 2004/08/17  21:33:41
51719         Log: Upgrade to Devel::PPPort 3.00_01.
51720      Branch: perl
51721            + ext/Devel/PPPort/parts/inc/sv_xpvf ext/Devel/PPPort/t/cop.t
51722            + ext/Devel/PPPort/t/sv_xpvf.t
51723            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
51724            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
51725            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
51726            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/apicheck.pl
51727            ! ext/Devel/PPPort/parts/inc/misc
51728            ! ext/Devel/PPPort/parts/inc/ppphbin
51729            ! ext/Devel/PPPort/parts/inc/ppphtest
51730            ! ext/Devel/PPPort/parts/inc/uv
51731            ! ext/Devel/PPPort/parts/ppptools.pl
51732            ! ext/Devel/PPPort/parts/todo/5004000
51733            ! ext/Devel/PPPort/parts/todo/5004050
51734            ! ext/Devel/PPPort/parts/todo/5006000
51735            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/uv.t
51736 ____________________________________________________________________________
51737 [ 23222] By: mhx                                   on 2004/08/17  10:14:46
51738         Log: Upgrade to Devel::PPPort 3.00.
51739      Branch: perl
51740            + (add 103 files)
51741            - ext/Devel/PPPort/t/test.t
51742            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
51743            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
51744            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/README
51745            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/module2.c
51746            ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/ppport_h.PL
51747            ! ext/Devel/PPPort/soak
51748 ____________________________________________________________________________
51749 [ 23221] By: rgs                                   on 2004/08/17  08:25:39
51750         Log: Subject: [PATCH] Document Carp's global variables + provide tests
51751              From: "Jos I. Boumans" <kane@dwim.org>
51752              Date: Mon, 16 Aug 2004 15:53:40 +0200
51753              Message-Id: <ADC6DEC6-EF8B-11D8-8425-000A95EF62E2@dwim.org>
51754              (tests a bit reworked)
51755      Branch: perl
51756            ! lib/Carp.pm lib/Carp.t
51757 ____________________________________________________________________________
51758 [ 23220] By: rgs                                   on 2004/08/17  07:29:11
51759         Log: Subject: Updates to modules-related pod
51760              From: Kirrily Skud Robert <skud@infotrope.net>
51761              Date: Mon, 16 Aug 2004 16:00:14 -0400
51762              Message-ID: <20040816200014.GC27764@infotrope.net>
51763      Branch: perl
51764            ! pod/perlnewmod.pod
51765 ____________________________________________________________________________
51766 [ 23219] By: rgs                                   on 2004/08/16  17:59:22
51767         Log: Subject: [PATCH] running mktables on VMS
51768              From: "Craig A. Berry" <craigberry@mac.com>
51769              Date: Tue, 10 Aug 2004 22:28:04 -0500
51770              Message-ID: <41199244.9020706@mac.com>
51771      Branch: perl
51772            ! vms/descrip_mms.template
51773 ____________________________________________________________________________
51774 [ 23218] By: rgs                                   on 2004/08/16  07:23:56
51775         Log: Subject: [PATCH] make cygwin ld2 executable
51776              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
51777              Date: Sun, 15 Aug 2004 17:14:59 -0700
51778              Message-ID: <20040816001252.GA2148@efn.org>
51779      Branch: perl
51780            ! cygwin/Makefile.SHs
51781 ____________________________________________________________________________
51782 [ 23217] By: davem                                 on 2004/08/14  22:32:16
51783         Log: make pp_goto() cope potential stack reallocation in EXTEND
51784              The code for goto &foo had local pointers to the stack that
51785              pointed to the wrong place after a realloc.
51786      Branch: perl
51787            ! pp_ctl.c t/op/goto.t
51788 ____________________________________________________________________________
51789 [ 23216] By: rgs                                   on 2004/08/13  13:18:37
51790         Log: Subject: [PATCH] pre Math::BigInt v1.72
51791              From: Tels <perl_dummy@bloodgate.com>
51792              Date: Fri, 13 Aug 2004 14:02:50 +0200
51793              Message-Id: <200408131402.52270@bloodgate.com>
51794      Branch: perl
51795            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
51796            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
51797            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
51798            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
51799 ____________________________________________________________________________
51800 [ 23215] By: rgs                                   on 2004/08/13  12:09:35
51801         Log: Subject: Test for functions with operator names
51802              From: Andy Lester <andy@petdance.com>
51803              Date: Thu, 12 Aug 2004 11:31:03 -0500
51804              Message-ID: <20040812163103.GA26687@petdance.com>
51805      Branch: perl
51806            + t/comp/opsubs.t
51807            ! MANIFEST
51808 ____________________________________________________________________________
51809 [ 23214] By: rgs                                   on 2004/08/13  07:13:38
51810         Log: Subject: api doc fix for SvSetMagicSV_nosteal
51811              From: Stas Bekman <stas@stason.org>
51812              Date: Thu, 12 Aug 2004 18:10:36 -0700
51813              Message-ID: <411C150C.5020602@stason.org>
51814      Branch: perl
51815            ! pod/perlapi.pod sv.h
51816 ____________________________________________________________________________
51817 [ 23213] By: rgs                                   on 2004/08/10  13:17:40
51818         Log: Subject: Re: 2 patches: goto.t, B.pm/xs
51819              From: Jim Cromie <jcromie@divsol.com>
51820              Date: Tue, 10 Aug 2004 07:29:08 -0600
51821              Message-ID: <4118CDA4.3060700@divsol.com>
51822      Branch: perl
51823            ! t/op/goto.t
51824 ____________________________________________________________________________
51825 [ 23212] By: rgs                                   on 2004/08/10  07:21:19
51826         Log: Subject: 2 patches: goto.t, B.pm/xs
51827              From: Jim Cromie <jcromie@divsol.com>
51828              Date: Sun, 08 Aug 2004 18:42:47 -0600
51829              Message-ID: <4116C887.9080400@divsol.com>
51830      Branch: perl
51831            ! ext/B/B.pm ext/B/B.xs
51832 ____________________________________________________________________________
51833 [ 23211] By: rgs                                   on 2004/08/10  07:00:01
51834         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
51835              From: Alan Burlison <Alan.Burlison@sun.com>
51836              Date: Mon, 09 Aug 2004 19:00:12 +0100
51837              Message-ID: <4117BBAC.7080603@sun.com>
51838      Branch: perl
51839            ! ext/POSIX/POSIX.xs
51840 ____________________________________________________________________________
51841 [ 23210] By: davem                                 on 2004/08/09  19:58:35
51842         Log: Fix a typo and remove some debugging crud from change #23209
51843      Branch: perl
51844            ! ext/XS/APItest/t/call.t
51845 ____________________________________________________________________________
51846 [ 23209] By: davem                                 on 2004/08/09  19:48:57
51847         Log: eval_sv() failing a taint test could corrupt the stack
51848      Branch: perl
51849            ! ext/XS/APItest/t/call.t perl.c
51850 ____________________________________________________________________________
51851 [ 23208] By: davem                                 on 2004/08/09  18:28:33
51852         Log: made eq_array in t/test.pl handle undef values better
51853      Branch: perl
51854            ! t/test.pl
51855 ____________________________________________________________________________
51856 [ 23207] By: davem                                 on 2004/08/09  17:21:27
51857         Log: fix minor nit in file description, to keep Jarkko happy
51858      Branch: perl
51859            ! utf8.c
51860 ____________________________________________________________________________
51861 [ 23206] By: rgs                                   on 2004/08/09  15:33:54
51862         Log: Subject: Patch for t/op/sleep.t
51863              From: Andy Lester <andy@petdance.com>
51864              Date: Mon, 9 Aug 2004 00:11:51 -0500
51865              Message-ID: <20040809051151.GA13872@petdance.com>
51866      Branch: perl
51867            ! t/op/sleep.t
51868 ____________________________________________________________________________
51869 [ 23205] By: rgs                                   on 2004/08/09  12:10:25
51870         Log: Add a note in perltodo about a potential extension of readpipe()
51871      Branch: perl
51872            ! pod/perltodo.pod
51873 ____________________________________________________________________________
51874 [ 23204] By: rgs                                   on 2004/08/09  09:13:27
51875         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
51876              From: Alan Burlison <Alan.Burlison@sun.com>
51877              Date: Mon, 09 Aug 2004 10:30:25 +0100
51878              Message-ID: <41174431.6050803@sun.com>
51879      Branch: perl
51880            ! ext/POSIX/POSIX.xs
51881 ____________________________________________________________________________
51882 [ 23203] By: davem                                 on 2004/08/07  15:10:40
51883         Log: Add tests for XS call_*() API
51884      Branch: perl
51885            + ext/XS/APItest/t/call.t
51886            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
51887            ! ext/XS/APItest/MANIFEST pod/perlcall.pod
51888 ____________________________________________________________________________
51889 [ 23202] By: mhx                                   on 2004/08/07  15:10:39
51890         Log: Subject: [PATCH] DB_File 1.810
51891              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
51892              Date: Sat, 7 Aug 2004 15:22:09 +0100
51893              Message-Id: <20040807142059.CTQC10838.mta10-svc.ntlworld.com@MARQUESSPT21>
51894      Branch: perl
51895            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
51896            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
51897 ____________________________________________________________________________
51898 [ 23200] By: steveh                                on 2004/08/06  12:55:31
51899         Log: Fix [perl #24269] socket() call uses non-IFS providers
51900              causing subsequent print/read to hang or misbehave
51901
51902              Patch supplied by Artiom Morozov <artiom@phreaker.net>
51903              in the bug report at http://rt.perl.org/rt3/index.html?q=24269
51904      Branch: perl
51905            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
51906            ! win32/win32.h win32/win32sck.c
51907 ____________________________________________________________________________
51908 [ 23199] By: steveh                                on 2004/08/06  11:57:59
51909         Log: Another small clean-up following changes #23190 and #23198
51910      Branch: perl
51911            ! gv.c
51912 ____________________________________________________________________________
51913 [ 23198] By: davem                                 on 2004/08/06  10:06:46
51914         Log: remove leaks associated with version object change #23190
51915      Branch: perl
51916            ! gv.c util.c
51917 ____________________________________________________________________________
51918 [ 23197] By: rgs                                   on 2004/08/06  06:53:08
51919         Log: Subject: [PATCH sv.c]  signedness nit in #23190
51920              From: "Craig A. Berry" <craigberry@mac.com>
51921              Date: Thu, 05 Aug 2004 13:10:55 -0500
51922              Message-ID: <4112782F.7040302@mac.com>
51923      Branch: perl
51924            ! sv.c
51925 ____________________________________________________________________________
51926 [ 23196] By: mhx                                   on 2004/08/04  18:29:23
51927         Log: Document sv_catpvn_nomg, sv_setsv_nomg and sv_catsv_nomg.
51928      Branch: perl
51929            ! pod/perlapi.pod sv.h
51930 ____________________________________________________________________________
51931 [ 23195] By: nick                                  on 2004/08/04  18:16:47
51932         Log: Comment describing purpose.
51933      Branch: perl
51934            ! globals.c
51935 ____________________________________________________________________________
51936 [ 23194] By: rgs                                   on 2004/08/04  07:18:49
51937         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
51938              From: Alan Burlison <Alan.Burlison@sun.com>
51939              Date: Mon, 19 Jul 2004 12:07:02 +0100
51940              Message-ID: <40FBAB56.1030208@sun.com>
51941
51942              (last chunk only)
51943      Branch: perl
51944            ! ext/POSIX/POSIX.xs
51945 ____________________________________________________________________________
51946 [ 23193] By: rgs                                   on 2004/08/04  07:00:21
51947         Log: Remove compilation warnings about uninitialized variables.
51948      Branch: perl
51949            ! sv.c
51950 ____________________________________________________________________________
51951 [ 23192] By: rgs                                   on 2004/08/04  06:55:46
51952         Log: Remove the "Newline in left-justified string" warning.
51953      Branch: perl
51954            ! pod/perldiag.pod sv.c t/lib/warnings/sv
51955 ____________________________________________________________________________
51956 [ 23191] By: rgs                                   on 2004/08/04  06:30:58
51957         Log: Subject: [PATCH] extension to diagnostics.pm
51958              From: Fergal Daly <fergal@esatclear.ie>
51959              Date: Wed, 4 Aug 2004 00:33:09 +0100
51960              Message-ID: <20040803233309.GA239@dyn.fergaldaly.com>
51961      Branch: perl
51962            ! lib/diagnostics.pm
51963 ____________________________________________________________________________
51964 [ 23190] By: rgs                                   on 2004/08/04  06:19:27
51965         Log: Subject: [PATCH] Final version object core patch?
51966              From: John Peacock <jpeacock@rowman.com>
51967              Date: Tue, 03 Aug 2004 22:23:57 -0400
51968              Message-ID: <411048BD.3080700@rowman.com>
51969      Branch: perl
51970            ! gv.c perl.c pp_ctl.c sv.c t/comp/require.t t/op/ver.t util.c
51971 ____________________________________________________________________________
51972 [ 23189] By: merijn                                on 2004/08/03  23:51:13
51973         Log: gcc on AIX 4 doesn't like -G on the commandline too
51974      Branch: perl
51975            ! hints/aix_4.sh
51976 ____________________________________________________________________________
51977 [ 23188] By: merijn                                on 2004/08/03  23:48:13
51978         Log: gcc on AIX doesn't like -G on the commandline
51979      Branch: perl
51980            ! hints/aix.sh
51981 ____________________________________________________________________________
51982 [ 23187] By: davem                                 on 2004/08/03  19:20:18
51983         Log: more typo fixes for change 3176 (comments at top of .c files)
51984      Branch: perl
51985            ! mg.c miniperlmain.c perl.c run.c scope.c
51986 ____________________________________________________________________________
51987 [ 23186] By: rgs                                   on 2004/08/03  10:22:54
51988         Log: Subject: [perl #30914] ExtUtils::Embed should use libperl name from Config
51989              From: Marek Rouchal (via RT) <perlbug-followup@perl.org>
51990              Date: 2 Aug 2004 07:00:33 -0000
51991              Message-ID: <rt-3.0.11-30914-93038.14.5123598132685@perl.org>
51992      Branch: perl
51993            ! lib/ExtUtils/Embed.pm
51994 ____________________________________________________________________________
51995 [ 23185] By: rgs                                   on 2004/08/03  09:39:35
51996         Log: Subject: [PATCH] additional -V:foo tests
51997              From: Jim Cromie <jcromie@divsol.com>
51998              Date: Mon, 02 Aug 2004 09:15:23 -0600
51999              Message-ID: <410E5A8B.9030307@divsol.com>
52000      Branch: perl
52001            ! configpm lib/Config.t pod/perlrun.pod
52002 ____________________________________________________________________________
52003 [ 23184] By: rgs                                   on 2004/08/02  16:40:36
52004         Log: Enhance the caveat in the description of tell()
52005
52006              Subject: Re: [perl #30788] Error in documentation
52007              From: Nick Ing-Simmons <nick@ing-simmons.net>
52008              Date: Wed, 28 Jul 2004 15:12:54 +0100
52009              Message-Id: <20040728141254.3861.5@llama.ing-simmons.net>
52010      Branch: perl
52011            ! pod/perlfunc.pod
52012 ____________________________________________________________________________
52013 [ 23183] By: rgs                                   on 2004/08/02  09:16:13
52014         Log: Remove empty rpath from .so files
52015      Branch: perl
52016            ! lib/ExtUtils/MM_Unix.pm
52017 ____________________________________________________________________________
52018 [ 23182] By: rgs                                   on 2004/08/02  09:11:12
52019         Log: Subject: [PATCH] mention refaddr() in overload::StrVal docs
52020              From: Fergal Daly <fergal@esatclear.ie>
52021              Date: Fri, 30 Jul 2004 16:09:19 +0100
52022              Message-ID: <20040730150919.GB19022@dyn.fergaldaly.com>
52023      Branch: perl
52024            ! lib/overload.pm
52025 ____________________________________________________________________________
52026 [ 23181] By: steveh                                on 2004/08/02  08:05:05
52027         Log: Fix breakage caused by Change 23179
52028      Branch: perl
52029            ! t/run/fresh_perl.t
52030 ____________________________________________________________________________
52031 [ 23180] By: davem                                 on 2004/08/01  16:49:20
52032         Log: Add comment to top of reentr.c and fix typos in other files
52033      Branch: perl
52034            ! deb.c dump.c miniperlmain.c pad.c perly.y reentr.c reentr.h
52035            ! reentr.pl regcomp.c regexec.c scope.c utf8.c
52036 ____________________________________________________________________________
52037 [ 23179] By: mhx                                   on 2004/08/01  16:10:19
52038         Log: Skip test when building without Encode.
52039      Branch: perl
52040            ! t/run/fresh_perl.t
52041 ____________________________________________________________________________
52042 [ 23178] By: mhx                                   on 2004/08/01  10:19:46
52043         Log: Remove redundant SvOOK_off (called implicitly by SvOK_off)
52044              and merge identical cases.
52045      Branch: perl
52046            ! scope.c
52047 ____________________________________________________________________________
52048 [ 23177] By: davem                                 on 2004/07/31  16:27:09
52049         Log: shut up a warning in mg.c
52050      Branch: perl
52051            ! mg.c
52052 ____________________________________________________________________________
52053 [ 23176] By: davem                                 on 2004/07/31  16:21:50
52054         Log: Add comment to the top of most .c files explaining their purpose
52055      Branch: perl
52056            ! deb.c doio.c doop.c dump.c gv.c hv.c locale.c malloc.c mg.c
52057            ! miniperlmain.c numeric.c op.c pad.c perl.c perlio.c perly.act
52058            ! perly.h perly.tab perly.y pp.c pp_ctl.c pp_hot.c pp_pack.c
52059            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c taint.c
52060            ! universal.c utf8.c util.c
52061 ____________________________________________________________________________
52062 [ 23175] By: mhx                                   on 2004/07/31  15:19:13
52063         Log: Fix copy & paste bugs in mX?PUSH macro tests.
52064      Branch: perl
52065            ! ext/XS/APItest/APItest.xs
52066 ____________________________________________________________________________
52067 [ 23174] By: merijn                                on 2004/07/31  08:32:31
52068         Log: First steps towards an explicit perl.exp-less AIX build
52069              Previous method can still be used by undeffing usenativedlopen
52070              If that is ever tested at all on AIX
52071      Branch: perl
52072            ! hints/aix.sh hints/aix_4.sh
52073 ____________________________________________________________________________
52074 [ 23173] By: mhx                                   on 2004/07/31  08:29:54
52075         Log: Fix and update Perl_grok_* docs.
52076      Branch: perl
52077            ! numeric.c pod/perlapi.pod
52078 ____________________________________________________________________________
52079 [ 23172] By: steveh                                on 2004/07/30  14:31:08
52080         Log: A few minor updates to README.win32 (aka perlwin32)
52081      Branch: perl
52082            ! README.win32
52083 ____________________________________________________________________________
52084 [ 23171] By: rgs                                   on 2004/07/30  14:24:08
52085         Log: Upgrade to Math::BigInt v1.71.
52086      Branch: perl
52087            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
52088            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
52089            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
52090            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
52091 ____________________________________________________________________________
52092 [ 23170] By: steveh                                on 2004/07/30  13:27:41
52093         Log: Bug report #30132 was resolved before it was finished!
52094              Here's the last piece in the puzzle.
52095      Branch: perl
52096            ! ext/IO/lib/IO/File.pm
52097 ____________________________________________________________________________
52098 [ 23168] By: rgs                                   on 2004/07/28  12:13:36
52099         Log: Upgrade to File::Spec 0.88.
52100      Branch: perl
52101            ! lib/File/Spec.pm lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
52102 ____________________________________________________________________________
52103 [ 23167] By: rgs                                   on 2004/07/28  09:20:12
52104         Log: Subject: Re: [perl #30783] Test::Builder does not handle overloaded "name" values
52105              From: Autrijus Tang <autrijus@gmail.com>
52106              Date: Thu, 22 Jul 2004 20:17:58 -0700
52107              Message-ID: <1912f0e204072220171790193a@mail.gmail.com>
52108      Branch: perl
52109            ! lib/Test/Builder.pm
52110 ____________________________________________________________________________
52111 [ 23166] By: rgs                                   on 2004/07/28  06:31:06
52112         Log: Subject: Re: more 5.9 sort tests (second draft)
52113              From: david nicol <whatever@davidnicol.com>
52114              Date: 21 Jul 2004 17:10:05 -0500
52115              Message-Id: <1090447805.995.24.camel@plaza.davidnicol.com>
52116      Branch: perl
52117            ! t/op/sort.t
52118 ____________________________________________________________________________
52119 [ 23165] By: rgs                                   on 2004/07/28  06:25:15
52120         Log: Subject: Re: AW: [perl #7558] [PATCH] README.solaris
52121              From: Andy Dougherty <doughera@lafayette.edu>
52122              Date: Tue, 27 Jul 2004 14:12:06 -0400 (EDT)
52123              Message-ID: <Pine.SOL.4.58.0407271335550.22839@maxwell.phys.lafayette.edu>
52124      Branch: perl
52125            ! README.solaris
52126 ____________________________________________________________________________
52127 [ 23164] By: davem                                 on 2004/07/26  22:08:32
52128         Log: Subject:  [perl #7558] [PATCH] README.solaris
52129              From:  Andy Dougherty <doughera@lafayette.edu>
52130              Date:  Mon, 26 Jul 2004 15:32:35 -0400 (EDT)
52131              Message-Id:  <Pine.SOL.4.58.0407261530350.19559@maxwell.phys.lafayette.edu>
52132
52133              Add more info on /dev/random under solaris
52134      Branch: perl
52135            ! README.solaris
52136 ____________________________________________________________________________
52137 [ 23163] By: mhx                                   on 2004/07/26  17:14:37
52138         Log: The byte-order modifiers won't go into 5.8.
52139      Branch: perl
52140            ! pod/perlfunc.pod pod/perlport.pod
52141 ____________________________________________________________________________
52142 [ 23162] By: steveh                                on 2004/07/26  10:41:56
52143         Log: Windows-related updates to Porting/repository.pod
52144      Branch: perl
52145            ! Porting/repository.pod
52146 ____________________________________________________________________________
52147 [ 23161] By: davem                                 on 2004/07/25  19:05:28
52148         Log: make -Dl log runops loop entry and exit, and jump level popping
52149      Branch: perl
52150            ! dump.c scope.h
52151 ____________________________________________________________________________
52152 [ 23160] By: davem                                 on 2004/07/24  10:00:27
52153         Log: document that -i messes soft as well hard hard links.
52154      Branch: perl
52155            ! pod/perlrun.pod
52156 ____________________________________________________________________________
52157 [ 23159] By: davem                                 on 2004/07/23  21:15:32
52158         Log: make a note in perlrun that -i doesn't preserve UNIX hard links.
52159      Branch: perl
52160            ! pod/perlrun.pod
52161 ____________________________________________________________________________
52162 [ 23158] By: davem                                 on 2004/07/23  11:06:02
52163         Log: memory leak in array delete
52164              av_delete() wasn't mortalizing the returned value
52165      Branch: perl
52166            ! av.c t/op/delete.t
52167 ____________________________________________________________________________
52168 [ 23157] By: davem                                 on 2004/07/23  10:35:16
52169         Log: remove binary compat from #23156 (remove PL_retstack)
52170      Branch: perl
52171            ! cop.h embed.fnc embed.h embedvar.h perlapi.h proto.h scope.c
52172            ! thrdvar.h
52173 ____________________________________________________________________________
52174 [ 23156] By: davem                                 on 2004/07/23  09:52:59
52175         Log: remove the return stack PL_retstack, and store return ops in the CX
52176              structure directly instead
52177      Branch: perl
52178            ! cc_runtime.h cop.h deb.c mg.c perl.c pp_ctl.c pp_hot.c
52179            ! pp_sys.c scope.c sv.c thrdvar.h
52180 ____________________________________________________________________________
52181 [ 23155] By: nicholas                              on 2004/07/22  18:50:31
52182         Log: Build the perldelta copying command for the main Unix makefile with
52183              buildtoc, so that it doesn't get forgotten on version increments.
52184      Branch: perl
52185            ! Makefile.SH pod/buildtoc
52186 ____________________________________________________________________________
52187 [ 23154] By: nicholas                              on 2004/07/22  18:19:58
52188         Log: Grab perl585delta.pod from maint and
52189
52190              Integrate:
52191              [ 23069]
52192              This is RC2. Maybe this one will last longer.
52193
52194              [ 23141]
52195              Break a leg
52196
52197              [perlhist.pod]
52198      Branch: perl
52199           +> pod/perl585delta.pod
52200            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
52201            ! vms/descrip_mms.template win32/pod.mak
52202           !> pod/perlhist.pod
52203 ____________________________________________________________________________
52204 [ 23152] By: rgs                                   on 2004/07/22  16:16:41
52205         Log: Upgrade to Cwd 2.20
52206      Branch: perl
52207            + ext/Cwd/t/win32.t
52208            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
52209            ! lib/Cwd.pm
52210 ____________________________________________________________________________
52211 [ 23151] By: rgs                                   on 2004/07/22  15:50:34
52212         Log: Sort perldiag.
52213      Branch: perl
52214            ! pod/perldiag.pod
52215 ____________________________________________________________________________
52216 [ 23150] By: rgs                                   on 2004/07/22  13:15:12
52217         Log: Subject: Re: "Too late for -T" could be more descriptive
52218              From: Jim Cromie <jcromie@divsol.com>
52219              Date: Wed, 21 Jul 2004 11:21:50 -0600
52220              Message-ID: <40FEA62E.2010809@divsol.com>
52221              (with tweaks)
52222      Branch: perl
52223            ! perl.c perl.h pod/perldebug.pod pod/perldiag.pod
52224            ! pod/perlrun.pod
52225 ____________________________________________________________________________
52226 [ 23149] By: rgs                                   on 2004/07/22  12:09:40
52227         Log: Email change for Steffen Mueller.
52228      Branch: perl
52229            ! AUTHORS
52230 ____________________________________________________________________________
52231 [ 23148] By: rgs                                   on 2004/07/22  11:32:16
52232         Log: Grammar fix by Paul Johnson.
52233      Branch: perl
52234            ! pod/perldiag.pod
52235 ____________________________________________________________________________
52236 [ 23147] By: nicholas                              on 2004/07/22  10:51:48
52237         Log: Config::config_re and config_sh would report the byteorder as 'ffff'
52238      Branch: perl
52239            ! configpm lib/Config.t
52240 ____________________________________________________________________________
52241 [ 23146] By: rgs                                   on 2004/07/21  12:01:32
52242         Log: Subject: [PATCH] Mention common dynaloader errors in perldiag.pod
52243              From: "Jos I. Boumans" <kane@dwim.org>
52244              Date: Wed, 21 Jul 2004 13:47:35 +0200
52245              Message-Id: <C226C05A-DB0B-11D8-A551-000A95EF62E2@dwim.org>
52246              (with tweaks)
52247      Branch: perl
52248            ! pod/perldiag.pod
52249 ____________________________________________________________________________
52250 [ 23145] By: rgs                                   on 2004/07/21  08:47:14
52251         Log: Subject: [PATCH perl-current] Re: [perl #30688] Empty slice arg with ($;$) prototype
52252              From: Rick Delaney <rick@bort.ca>
52253              Date: Tue, 20 Jul 2004 16:53:54 -0400
52254              Message-ID: <20040720205353.GA970@biff.bort.ca>
52255      Branch: perl
52256            ! pp.c t/op/list.t
52257 ____________________________________________________________________________
52258 [ 23142] By: rgs                                   on 2004/07/19  15:49:12
52259         Log: Subject: [perl #30609] [PATCH] BigInt v1.71 - first try
52260              From: Tels <perl_dummy@bloodgate.com>
52261              Date: Sat, 17 Jul 2004 16:22:57 +0200
52262              Message-Id: <200407171622.58443@bloodgate.com>
52263      Branch: perl
52264            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
52265            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
52266            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
52267            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
52268            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
52269            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
52270 ____________________________________________________________________________
52271 [ 23135] By: nicholas                              on 2004/07/19  08:33:13
52272         Log: Turn 2 strcpy()s into memcpy() because we know the length.
52273      Branch: perl
52274            ! toke.c
52275 ____________________________________________________________________________
52276 [ 23130] By: nicholas                              on 2004/07/16  13:41:22
52277         Log: Clarify that it's only Mac OS *Classic* that uses 1904 - OS X uses
52278              1970
52279      Branch: perl
52280            ! pod/perlfunc.pod
52281 ____________________________________________________________________________
52282 [ 23129] By: nicholas                              on 2004/07/16  13:21:33
52283         Log: Typo fix from Julian Gilbey, forwarded upstream from Debian by
52284              Brendan O'Dea
52285      Branch: perl
52286            ! pod/perluniintro.pod
52287 ____________________________________________________________________________
52288 [ 23128] By: nick                                  on 2004/07/16  12:16:05
52289         Log: Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk().
52290              From: Steve Hay <steve.hay@uk.radan.com>
52291              CC: perl-win32-porters@listserv.ActiveState.com
52292              Message-ID: <40F6B295.8010804@uk.radan.com>
52293
52294              Assumes perl's malloc can now handle non-contiguous memory (believed
52295              to be true).
52296              Does not address threading issues.
52297
52298              "The attached patch (against blead) makes sbrk() initially try to
52299              extend the existing block of memory exactly as it currently does, but
52300              to not  fail immediately if it can't -- it now frees up that part of
52301              whatever it  had previously reserved+committed which hadn't actually
52302              been used yet,  resets all its static variables and basically starts
52303              anew."
52304      Branch: perl
52305            ! win32/win32.c
52306 ____________________________________________________________________________
52307 [ 23127] By: nicholas                              on 2004/07/16  11:14:45
52308         Log: glob('*.c') to find documentation is dangerous when run in unclean
52309              trees, so isntead use MANIFEST to only scan the legitimate source
52310              files.
52311      Branch: perl
52312            ! autodoc.pl
52313 ____________________________________________________________________________
52314 [ 23126] By: nicholas                              on 2004/07/16  11:04:37
52315         Log: Encourage compilers to tail call optimise in sv_savepv, sv_savepvn
52316              and sv_savesharedpv. Need to create non-void returning versions of
52317              Copy and Zero, as the existing macros deliberately cast to (void)
52318      Branch: perl
52319            ! handy.h malloc.c perl.c pod/perlapi.pod sv.c util.c
52320 ____________________________________________________________________________
52321 [ 23125] By: nicholas                              on 2004/07/16  10:59:08
52322         Log: Rebuild perlapi.pod
52323      Branch: perl
52324            ! pod/perlapi.pod
52325 ____________________________________________________________________________
52326 [ 23124] By: merijn                                on 2004/07/16  10:30:53
52327         Log: Be sure HP-UX' ANSI C compiler's PATH is found *before*
52328              the path to the bundled braindead C compiler. This might
52329              influence ccache's behaviour in finding the correct path
52330      Branch: perl
52331            ! Configure
52332 ____________________________________________________________________________
52333 [ 23122] By: nicholas                              on 2004/07/16  10:14:24
52334         Log: oslevel can fail on AIX, but the output generated would confuse
52335              Configure
52336      Branch: perl
52337            ! Configure
52338 ____________________________________________________________________________
52339 [ 23121] By: nicholas                              on 2004/07/16  08:53:28
52340         Log: Some calls to PerlMemShared_alloc() aren't checking the return value.
52341              Bug spotted by Nigel Sandever
52342      Branch: perl
52343            ! ext/threads/threads.xs util.c
52344 ____________________________________________________________________________
52345 [ 23120] By: nicholas                              on 2004/07/15  19:09:15
52346         Log: threads.xs doesn't check the return value of the thread creation
52347              call. D'oh! This gives SEGVs if the OS fails to create another thread.
52348              Cause of problem located by Nigel Sandever
52349      Branch: perl
52350            ! ext/threads/threads.pm ext/threads/threads.xs
52351 ____________________________________________________________________________
52352 [ 23118] By: nicholas                              on 2004/07/15  16:28:03
52353         Log: Assimilate Cwd 2.19
52354      Branch: perl
52355            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
52356 ____________________________________________________________________________
52357 [ 23117] By: merijn                                on 2004/07/15  14:16:07
52358         Log: Trailing semi-colon are not allowed on #ifdef's in ANSI
52359      Branch: perl
52360            ! ext/Storable/Storable.xs
52361 ____________________________________________________________________________
52362 [ 23116] By: nicholas                              on 2004/07/15  12:50:31
52363         Log: Abigail notes that a re-entrant regexp engine is a todo
52364      Branch: perl
52365            ! pod/perltodo.pod
52366 ____________________________________________________________________________
52367 [ 23115] By: nicholas                              on 2004/07/15  12:47:50
52368         Log: for (reverse @foo) now iterates in reverse in place.
52369      Branch: perl
52370            ! op.c pod/perltodo.pod pp_ctl.c
52371 ____________________________________________________________________________
52372 [ 23114] By: nicholas                              on 2004/07/15  10:05:23
52373         Log: Optimise for (reverse ...)
52374      Branch: perl
52375            ! op.c
52376 ____________________________________________________________________________
52377 [ 23113] By: nicholas                              on 2004/07/15  09:44:16
52378         Log: Now optimising for $a (reverse ...)
52379      Branch: perl
52380            ! op.c
52381 ____________________________________________________________________________
52382 [ 23112] By: nicholas                              on 2004/07/15  09:16:43
52383         Log: The optrees for C<for $_ (...)> and C<for (...)> differ, so even more
52384              tests.
52385      Branch: perl
52386            ! t/cmd/for.t
52387 ____________________________________________________________________________
52388 [ 23111] By: nicholas                              on 2004/07/15  09:02:36
52389         Log: This seems to be needed to get COW working on Win32
52390      Branch: perl
52391            ! win32/win32.c
52392 ____________________________________________________________________________
52393 [ 23109] By: nicholas                              on 2004/07/14  23:35:24
52394         Log: "That's the way to do it"
52395              In taking out a bug spotted by my regression tests in t/cmd/for.t
52396              I actually managed to disable the entire optimisation. Which means
52397              that I didn't find the other bug. This optimisation is live, and
52398              passes all tests.
52399      Branch: perl
52400            ! op.c pp_hot.c
52401 ____________________________________________________________________________
52402 [ 23108] By: nicholas                              on 2004/07/14  20:55:30
52403         Log: Optimise foreach my $i (reverse ...)
52404              foreach without a lexical iterator not yet optimised
52405      Branch: perl
52406            ! ext/B/B/Concise.pm op.c op.h pp_ctl.c pp_hot.c
52407 ____________________________________________________________________________
52408 [ 23107] By: nicholas                              on 2004/07/14  17:44:08
52409         Log: Subject:  [PATCH] split doc clarification
52410              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
52411              Date:  Wed, 14 Jul 2004 10:19:36 -0700
52412              Message-Id:  <20040714171936.GA1092@efn.org>
52413      Branch: perl
52414            ! pod/perlfunc.pod
52415 ____________________________________________________________________________
52416 [ 23106] By: nicholas                              on 2004/07/14  15:36:57
52417         Log: Numeric comparison operators mustn't compare addresses of references
52418              that are overloaded.
52419      Branch: perl
52420            ! lib/overload.t pp.c pp_hot.c
52421 ____________________________________________________________________________
52422 [ 23105] By: nicholas                              on 2004/07/14  10:40:54
52423         Log: Lots of tests for for reverse ...
52424      Branch: perl
52425            ! t/cmd/for.t
52426 ____________________________________________________________________________
52427 [ 23104] By: nicholas                              on 2004/07/13  21:10:21
52428         Log: Some thoughts on foreach reverse
52429      Branch: perl
52430            ! pod/perltodo.pod
52431 ____________________________________________________________________________
52432 [ 23103] By: nicholas                              on 2004/07/13  19:10:20
52433         Log: s/sort/split/; - my mistake spotted by Dave.
52434      Branch: perl
52435            ! pod/perltodo.pod
52436 ____________________________________________________________________________
52437 [ 23102] By: nicholas                              on 2004/07/13  18:59:46
52438         Log: Optimise list context reverse sort to reverse as part of the sort op
52439      Branch: perl
52440            ! op.c pp_sort.c
52441 ____________________________________________________________________________
52442 [ 23101] By: nicholas                              on 2004/07/13  18:58:41
52443         Log: Work around evil compiler bug on OS X. (Sucks all memory)
52444      Branch: perl
52445            ! util.c
52446 ____________________________________________________________________________
52447 [ 23100] By: nicholas                              on 2004/07/13  15:05:09
52448         Log: check that reverse (sort (@a), @b) etc work.
52449              Join some lines that don't need wrapping
52450      Branch: perl
52451            ! t/op/sort.t
52452 ____________________________________________________________________________
52453 [ 23099] By: nicholas                              on 2004/07/13  14:46:06
52454         Log: Check that non-optimimisable sort comparisons work when reversed
52455              (Not optimised yet, but might be coming soon)
52456      Branch: perl
52457            ! t/op/sort.t
52458 ____________________________________________________________________________
52459 [ 23098] By: nicholas                              on 2004/07/13  14:34:03
52460         Log: Test reverse sort as the return from a function in list and scalar
52461              contexts.
52462      Branch: perl
52463            ! t/op/sort.t
52464 ____________________________________________________________________________
52465 [ 23097] By: nicholas                              on 2004/07/13  14:23:28
52466         Log: Also test reverse sort in scalar context
52467      Branch: perl
52468            ! t/op/sort.t
52469 ____________________________________________________________________________
52470 [ 23096] By: nicholas                              on 2004/07/13  14:06:36
52471         Log: A proper, working, stable optimisation for sort {$b cmp $a}
52472      Branch: perl
52473            ! ext/B/B/Concise.pm ext/B/t/f_sort.t op.c pp_sort.c
52474 ____________________________________________________________________________
52475 [ 23095] By: rgs                                   on 2004/07/13  13:29:54
52476         Log: Tweak to change #23089, as suggested by Tim Bunce
52477      Branch: perl
52478            ! lib/perl5db.pl
52479 ____________________________________________________________________________
52480 [ 23094] By: nicholas                              on 2004/07/13  11:28:49
52481         Log: Generalised "how many in list context" would be useful
52482      Branch: perl
52483            ! pod/perltodo.pod
52484 ____________________________________________________________________________
52485 [ 23093] By: nicholas                              on 2004/07/13  11:19:31
52486         Log: The current optimisation for sort {$b cmp $a} is bogus now that we
52487              guarantee a stable sort. Disable it, pending a correct optimisation.
52488      Branch: perl
52489            ! ext/B/t/f_sort.t op.c op.h t/op/sort.t
52490 ____________________________________________________________________________
52491 [ 23092] By: rgs                                   on 2004/07/13  09:30:11
52492         Log: Subject: Re: [perl #30568] splice generates undef? [PATCH]
52493              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
52494              Date: Mon, 12 Jul 2004 08:26:01 +0200
52495              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C7D2@attmsx1.aut.alcatel.at>
52496      Branch: perl
52497            ! pp.c t/op/splice.t
52498 ____________________________________________________________________________
52499 [ 23091] By: nicholas                              on 2004/07/13  09:14:22
52500         Log: Check each line of config_re output.
52501      Branch: perl
52502            ! lib/Config.t
52503 ____________________________________________________________________________
52504 [ 23090] By: nicholas                              on 2004/07/13  09:13:39
52505         Log: no_plan support in test.pl
52506      Branch: perl
52507            ! t/test.pl
52508 ____________________________________________________________________________
52509 [ 23089] By: rgs                                   on 2004/07/13  08:53:46
52510         Log: Subject: Re: debugger 'R'estart and open database connections
52511              From: Andrew Pimlott <andrew@pimlott.net>
52512              Date: Mon, 12 Jul 2004 21:06:01 -0400
52513              Message-ID: <20040713010601.GF8232@pimlott.net>
52514      Branch: perl
52515            ! lib/perl5db.pl
52516 ____________________________________________________________________________
52517 [ 23088] By: rgs                                   on 2004/07/13  08:27:11
52518         Log: Subject: [PATCH] was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warning
52519              From: John Peacock <jpeacock@rowman.com>
52520              Date: Mon, 12 Jul 2004 23:16:51 -0400
52521              Message-ID: <40F35423.5080304@rowman.com>
52522      Branch: perl
52523            ! lib/version.pm lib/version.t util.c
52524 ____________________________________________________________________________
52525 [ 23085] By: nicholas                              on 2004/07/12  17:27:28
52526         Log: Bodge to make Tk work - like the UTF8 flag, the READONLY flag has too
52527              many meanings. const const vs mutable in this case.
52528      Branch: perl
52529            ! sv.c
52530 ____________________________________________________________________________
52531 [ 23084] By: nick                                  on 2004/07/12  14:26:12
52532         Log: NI-S: IMHO utf8_upgrade is just changing representation not the value
52533              so it has no business calling SvSETMAGIC.
52534      Branch: perl
52535            ! sv.c
52536 ____________________________________________________________________________
52537 [ 23083] By: nick                                  on 2004/07/12  12:17:56
52538         Log: Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
52539              Can now handle the case
52540              is_utf8_string(NULL,0)
52541              again.
52542              Why do we have code dup for Perl_is_utf8_string_loc() ?
52543      Branch: perl
52544            ! utf8.c
52545 ____________________________________________________________________________
52546 [ 23082] By: nicholas                              on 2004/07/11  20:09:00
52547         Log: A decent benchmark would be useful. But it is vague.
52548      Branch: perl
52549            ! pod/perltodo.pod
52550 ____________________________________________________________________________
52551 [ 23081] By: nicholas                              on 2004/07/11  18:36:49
52552         Log: Finding a way to put "I'm MAINT" in perl -v is a TODO
52553      Branch: perl
52554            ! pod/perltodo.pod
52555 ____________________________________________________________________________
52556 [ 23079] By: nicholas                              on 2004/07/10  21:58:34
52557         Log: Store weak references.
52558      Branch: perl
52559            + ext/Storable/t/testlib.pl ext/Storable/t/weak.t
52560            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
52561            ! ext/Storable/README ext/Storable/Storable.pm
52562            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
52563 ____________________________________________________________________________
52564 [ 23078] By: nicholas                              on 2004/07/10  21:11:56
52565         Log: Dual lifing and dists is a TODO
52566      Branch: perl
52567            ! pod/perltodo.pod
52568 ____________________________________________________________________________
52569 [ 23077] By: nicholas                              on 2004/07/10  18:51:35
52570         Log: Resurrect the TODO items about Unicode filenames and Unicode %ENV
52571              Rant a bit more about POD -> HTML
52572      Branch: perl
52573            ! pod/perltodo.pod
52574 ____________________________________________________________________________
52575 [ 23076] By: nicholas                              on 2004/07/10  16:00:44
52576         Log: Perl_mode_from_discipline must update len. (else SEGV)
52577              Diagnosis and patch from clkao
52578      Branch: perl
52579            ! doio.c
52580 ____________________________________________________________________________
52581 [ 23075] By: rgs                                   on 2004/07/10  13:03:56
52582         Log: Subject: Bug with NEXT when called from an eval block
52583              From: Dave Rolsky <autarch@urth.org>
52584              Date: Fri, 9 Jul 2004 17:06:07 -0500 (CDT)
52585              Message-ID: <Pine.LNX.4.58.0407091703010.4578@urth.org>
52586      Branch: perl
52587            ! lib/NEXT.pm lib/NEXT/t/next.t
52588 ____________________________________________________________________________
52589 [ 23074] By: nicholas                              on 2004/07/09  21:03:11
52590         Log: Subject: Re: Segfault using HTML::Entities
52591              From: Jarkko Hietaniemi <jhi@iki.fi>
52592              Message-ID: <40EDBE1A.6080205@iki.fi>
52593              Date: Fri, 09 Jul 2004 00:35:22 +0300
52594      Branch: perl
52595            ! pp_ctl.c regexec.c t/run/fresh_perl.t
52596 ____________________________________________________________________________
52597 [ 23073] By: nicholas                              on 2004/07/09  14:49:16
52598         Log: A more honest TODO
52599      Branch: perl
52600            ! pod/perltodo.pod
52601 ____________________________________________________________________________
52602 [ 23072] By: nicholas                              on 2004/07/09  11:34:17
52603         Log: dor and // fulfil a TODO
52604              Correct a deviation from the Nicholas Clark style guide.
52605      Branch: perl
52606            ! pod/perltodo.pod
52607 ____________________________________________________________________________
52608 [ 23071] By: rgs                                   on 2004/07/09  08:08:05
52609         Log: Subject: [PATCH] prime_env_iter and zero-length values on VMS
52610              From: "Craig A. Berry" <craigberry@mac.com>
52611              Date: Thu, 08 Jul 2004 23:19:05 -0500
52612              Message-ID: <40EE1CB9.8030407@mac.com>
52613      Branch: perl
52614            ! vms/vms.c
52615 ____________________________________________________________________________
52616 [ 23065] By: nicholas                              on 2004/07/08  13:09:44
52617         Log: Randal notes:
52618
52619              "perldoc perldelta" still says 5.8.3 to 5.8.4, even though there
52620              *is* a "perldoc perl583delta" properly.
52621
52622              This is because perl584delta still thinks it's the perldelta
52623      Branch: perl
52624            ! pod/perl584delta.pod
52625 ____________________________________________________________________________
52626 [ 23063] By: rgs                                   on 2004/07/07  17:48:29
52627         Log: Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef
52628              as an argument.
52629      Branch: perl
52630            ! sv.c
52631 ____________________________________________________________________________
52632 [ 23062] By: nicholas                              on 2004/07/07  15:14:39
52633         Log: First stab at explaining that CLONE may get more parameters in future.
52634              More eloquent rewording desired. Patches welcome.
52635      Branch: perl
52636            ! pod/perlmod.pod
52637 ____________________________________________________________________________
52638 [ 23061] By: nicholas                              on 2004/07/07  13:30:27
52639         Log: hv_store was not passing hash onwards (spotted by Dave)
52640      Branch: perl
52641            ! hv.c
52642 ____________________________________________________________________________
52643 [ 23060] By: mhx                                   on 2004/07/06  21:43:05
52644         Log: Failing matches don't reset numbered variables.
52645              Change #22997 could cause Text::ParseWords to loop forever if the
52646              regex didn't not match. Explicitly return if the match fails.
52647      Branch: perl
52648            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
52649 ____________________________________________________________________________
52650 [ 23059] By: nicholas                              on 2004/07/06  21:39:27
52651         Log: Integrate:
52652              [ 23057]
52653              This is RC1
52654      Branch: perl
52655           !> pod/perlhist.pod
52656 ____________________________________________________________________________
52657 [ 23058] By: nicholas                              on 2004/07/06  20:45:53
52658         Log: Stop ENV_IS_CASELESS hv.c picking up the wrong hash value from a
52659              shared string scalar.
52660      Branch: perl
52661            ! hv.c
52662 ____________________________________________________________________________
52663 [ 23052] By: nicholas                              on 2004/07/06  09:26:24
52664         Log: A tool to check the AUTHORS file
52665      Branch: perl
52666            + Porting/checkAUTHORS.pl
52667            ! MANIFEST
52668 ____________________________________________________________________________
52669 [ 23051] By: nicholas                              on 2004/07/06  09:25:16
52670         Log: Add some missing authors and remove 1 duplicate
52671      Branch: perl
52672            ! AUTHORS
52673 ____________________________________________________________________________
52674 [ 23048] By: nicholas                              on 2004/07/05  17:26:09
52675         Log: There was no need to bump $Text::ParseWords::VERSION to 3.24
52676      Branch: perl
52677            ! lib/Text/ParseWords.pm
52678 ____________________________________________________________________________
52679 [ 23047] By: rgs                                   on 2004/07/05  17:05:55
52680         Log: Update tests and $VERSION for change 23046
52681      Branch: perl
52682            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
52683 ____________________________________________________________________________
52684 [ 23046] By: rgs                                   on 2004/07/05  16:53:54
52685         Log: Subject: Re: [perl #30504] B::Deparse scoping problem with for loop
52686              From: Stephen McCamant <smcc@MIT.EDU>
52687              Date: Mon, 28 Jun 2004 18:26:24 -0700
52688              Message-ID: <16608.50496.787002.560481@apocalypse.OCF.Berkeley.EDU>
52689      Branch: perl
52690            ! ext/B/B/Deparse.pm
52691 ____________________________________________________________________________
52692 [ 23042] By: nicholas                              on 2004/07/05  14:54:15
52693         Log: Bump $B::Deparse::VERSION
52694      Branch: perl
52695            ! ext/B/B/Deparse.pm
52696 ____________________________________________________________________________
52697 [ 23040] By: nicholas                              on 2004/07/05  10:24:17
52698         Log: t/op/tie.t test 23 is failing when run with utf8 everywhere.
52699              Problem appears to be due to theft of temporaries
52700      Branch: perl
52701            ! mg.c
52702 ____________________________________________________________________________
52703 [ 23029] By: nicholas                              on 2004/07/04  16:39:07
52704         Log: Subject: [PATCH Cwd 2.18] _vms_abs_path on non-directories
52705              From: "Craig A. Berry" <craigberry@mac.com>
52706              Message-ID: <40E704AA.4090801@mac.com>
52707              Date: Sat, 03 Jul 2004 14:10:34 -0500
52708      Branch: perl
52709            ! ext/Cwd/t/cwd.t lib/Cwd.pm
52710 ____________________________________________________________________________
52711 [ 23028] By: nicholas                              on 2004/07/04  15:14:33
52712         Log: /usr/bin/locale steadfastly delivers 8 bit output independent of
52713              LC_ALL. So when perl's expecting utf8, things don't quite work right.
52714              This has become visible since fix 22842
52715      Branch: perl
52716            ! lib/locale.t
52717 ____________________________________________________________________________
52718 [ 23027] By: mhx                                   on 2004/07/02  14:44:37
52719         Log: More microperl tweaks.
52720      Branch: perl
52721            ! Makefile.micro README.micro uconfig.h uconfig.sh
52722 ____________________________________________________________________________
52723 [ 23026] By: rgs                                   on 2004/07/02  13:05:23
52724         Log: Maintainer change for Safe
52725      Branch: perl
52726            ! Porting/Maintainers.pl
52727 ____________________________________________________________________________
52728 [ 23025] By: rgs                                   on 2004/07/02  10:06:29
52729         Log: Bump version number of Safe for CPAN release
52730      Branch: perl
52731            ! ext/Opcode/Safe.pm
52732 ____________________________________________________________________________
52733 [ 23024] By: rgs                                   on 2004/07/02  07:50:42
52734         Log: Upgrade to I18N::LangTags 0.33
52735      Branch: perl
52736            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
52737            ! lib/I18N/LangTags/t/80_all_env.t
52738 ____________________________________________________________________________
52739 [ 23023] By: davem                                 on 2004/07/02  01:49:11
52740         Log: utf8 POPSTACK crash on split execution
52741              split() does a SWITCHSTACK to directly split to an array, but
52742              if it subsequently dies (eg the regex triggers a 'use utf8' which
52743              is then denied by Safe), then the switch doesn't get undone. Add
52744              a new save type to allow for this.
52745      Branch: perl
52746            ! pp.c scope.c scope.h
52747 ____________________________________________________________________________
52748 [ 23022] By: mhx                                   on 2004/07/01  21:08:44
52749         Log: The microperl config didn't know about usemallocwrap yet.
52750      Branch: perl
52751            ! uconfig.h uconfig.sh
52752 ____________________________________________________________________________
52753 [ 23021] By: mhx                                   on 2004/07/01  14:30:05
52754         Log: Check for definedness of sv before calling sv_derived_from()
52755              to prevent "Use of uninitialized value..." warning.
52756      Branch: perl
52757            ! universal.c
52758 ____________________________________________________________________________
52759 [ 23019] By: nicholas                              on 2004/07/01  10:14:03
52760         Log: Bump version numbers
52761      Branch: perl
52762            ! ext/File/Glob/Glob.pm ext/XS/APItest/APItest.pm
52763            ! ext/threads/threads.pm lib/Carp.pm lib/File/Copy.pm
52764            ! lib/Text/ParseWords.pm lib/Text/Wrap.pm lib/autouse.pm
52765            ! lib/charnames.pm lib/diagnostics.pm lib/utf8.pm
52766 ____________________________________________________________________________
52767 [ 23018] By: nicholas                              on 2004/06/30  21:37:12
52768         Log: Assert that we aren't leaking memory.
52769      Branch: perl
52770            ! sv.c
52771 ____________________________________________________________________________
52772 [ 23016] By: gbarr                                 on 2004/06/30  13:47:36
52773         Log: Sync to libnet-1.19
52774      Branch: perl
52775            ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
52776            ! lib/Net/POP3.pm lib/Net/SMTP.pm lib/Net/t/datasend.t
52777 ____________________________________________________________________________
52778 [ 23014] By: rgs                                   on 2004/06/30  12:12:24
52779         Log: Subject: [PATCH pod/perlop.pod] Documenting undefined behaviour of $i = $i ++.
52780              From: Abigail <abigail@abigail.nl>
52781              Date: Wed, 30 Jun 2004 12:00:21 +0200
52782              Message-ID: <20040630100021.GA23752@abigail.nl>
52783      Branch: perl
52784            ! pod/perlop.pod
52785 ____________________________________________________________________________
52786 [ 23011] By: nicholas                              on 2004/06/29  15:26:34
52787         Log: Note that sv_2mortal isn't just "increase reference count by 1, and
52788              mark that it needs a deferred recount"
52789      Branch: perl
52790            ! sv.c
52791 ____________________________________________________________________________
52792 [ 23010] By: rgs                                   on 2004/06/29  12:12:58
52793         Log: More caveats in B::Deparse's documentation
52794              (suggested by Yves Orton)
52795      Branch: perl
52796            ! ext/B/B/Deparse.pm
52797 ____________________________________________________________________________
52798 [ 23007] By: merijn                                on 2004/06/29  10:57:46
52799         Log: HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI
52800              11.00 and on are ANSI by default for /opt/ansic/bin
52801              Error was introduced by #22975 in re-enabling 10.01
52802      Branch: perl
52803            ! hints/hpux.sh
52804 ____________________________________________________________________________
52805 [ 23006] By: davem                                 on 2004/06/28  22:50:01
52806         Log: use encoding and "eq" cause memory leak
52807              Perl_sv_eq() was creating a temp and not always freeing it
52808      Branch: perl
52809            ! sv.c
52810 ____________________________________________________________________________
52811 [ 23002] By: nicholas                              on 2004/06/27  20:57:50
52812         Log: Assimilate Locale-Codes-2.07
52813      Branch: perl
52814            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
52815            ! lib/Locale/Codes/t/all.t lib/Locale/Codes/t/constants.t
52816            ! lib/Locale/Codes/t/country.t lib/Locale/Codes/t/currency.t
52817            ! lib/Locale/Codes/t/uk.t lib/Locale/Constants.pm
52818            ! lib/Locale/Constants.pod lib/Locale/Country.pm
52819            ! lib/Locale/Country.pod lib/Locale/Currency.pm
52820            ! lib/Locale/Currency.pod lib/Locale/Language.pm
52821            ! lib/Locale/Language.pod lib/Locale/Script.pm
52822            ! lib/Locale/Script.pod
52823 ____________________________________________________________________________
52824 [ 23001] By: nicholas                              on 2004/06/27  18:27:43
52825         Log: Stop 80_all_env.t failing when LC_ALL is set
52826      Branch: perl
52827            ! lib/I18N/LangTags/t/80_all_env.t
52828 ____________________________________________________________________________
52829 [ 22998] By: nicholas                              on 2004/06/25  22:19:51
52830         Log: Correct detection of absent modules. Based on
52831
52832              Subject: [PATCH] Config{extensions} uses filesystem names as extensions
52833              From: Andy Dougherty <doughera@lafayette.edu>
52834              Message-ID: <Pine.SOL.4.58.0406241505530.14039@maxwell.phys.lafayette.edu>
52835              Date: Thu, 24 Jun 2004 15:09:47 -0400 (EDT)
52836
52837              with improvements from Marcus Holland-Moritz
52838      Branch: perl
52839            ! ext/Devel/PPPort/t/test.t ext/PerlIO/t/scalar.t
52840            ! ext/PerlIO/t/via.t ext/threads/shared/t/disabled.t lib/DB.t
52841            ! lib/Dumpvalue.t lib/PerlIO/via/t/QuotedPrint.t
52842            ! lib/Tie/RefHash.t lib/autouse.t lib/dumpvar.t lib/h2xs.t
52843            ! lib/overload.t t/io/crlf.t
52844 ____________________________________________________________________________
52845 [ 22997] By: mhx                                   on 2004/06/25  20:27:05
52846         Log: Cleanup the main regex in Text::ParseWords and make the
52847              parse_line() routine faster. Add a Unicode test case.
52848      Branch: perl
52849            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
52850 ____________________________________________________________________________
52851 [ 22996] By: merijn                                on 2004/06/25  15:27:21
52852         Log: Subject: [perl #30450] perl 5.8.4: enhancement to hints/solaris_2.sh
52853              From: Nicholas Gianniotis (via RT) <perlbug-followup@perl.org>
52854              Date: 25 Jun 2004 09:39:51 -0000
52855              Message-ID: <rt-3.0.9-30450-91340.10.3279898804255@perl.org>
52856              and
52857              From: Andy Dougherty <doughera@lafayette.edu>
52858              Date: Fri, 25 Jun 2004 11:30:11 -0400 (EDT)
52859              Message-ID: <Pine.SOL.4.58.0406251113420.15961@maxwell.phys.lafayette.edu>
52860      Branch: perl
52861            ! hints/solaris_2.sh
52862 ____________________________________________________________________________
52863 [ 22995] By: rgs                                   on 2004/06/25  15:07:51
52864         Log: Subject: [PATCH] regcomp.c, t/op/regmesg.t -- False range with \p and \P
52865              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
52866              Date: Thu, 24 Jun 2004 16:42:54 -0400 (EDT)
52867              Message-ID: <Pine.LNX.4.44.0406241636340.8774-200000@perlmonk.org>
52868      Branch: perl
52869            ! regcomp.c t/op/regmesg.t
52870 ____________________________________________________________________________
52871 [ 22994] By: rgs                                   on 2004/06/25  08:36:33
52872         Log: More @INC test fixes
52873      Branch: perl
52874            ! t/op/threads.t t/run/switch_A.t t/uni/chomp.t t/uni/tr_7jis.t
52875            ! t/uni/tr_eucjp.t t/uni/tr_sjis.t t/uni/tr_utf8.t
52876 ____________________________________________________________________________
52877 [ 22993] By: rgs                                   on 2004/06/25  08:28:34
52878         Log: Fix the Cwd tests for the core.
52879      Branch: perl
52880            ! ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
52881 ____________________________________________________________________________
52882 [ 22992] By: mhx                                   on 2004/06/24  19:51:06
52883         Log: Fix for: [perl #30442] Text::ParseWords does not handle backslashed newline inside quoted text
52884              Use the suggested regex fix, plus some tests.
52885      Branch: perl
52886            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
52887 ____________________________________________________________________________
52888 [ 22991] By: rgs                                   on 2004/06/24  16:47:24
52889         Log: Upgrade to Cwd 2.18
52890              (with local changes to cwd.t, to adapt it to the core)
52891      Branch: perl
52892            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
52893 ____________________________________________________________________________
52894 [ 22990] By: mhx                                   on 2004/06/24  16:22:05
52895         Log: Fix for: [perl #2738] perl segfautls on input
52896              The parser was incorrectly accepting <> as a subroutine prototype and
52897              newATTRSUB didn't validate the proto argument before accessing op_sv.
52898      Branch: perl
52899            ! op.c pod/perldiag.pod t/comp/parser.t toke.c
52900 ____________________________________________________________________________
52901 [ 22988] By: rgs                                   on 2004/06/24  12:58:35
52902         Log: Upgrade to Cwd 2.17_03
52903      Branch: perl
52904            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm
52905 ____________________________________________________________________________
52906 [ 22977] By: nicholas                              on 2004/06/23  08:38:47
52907         Log: Test that [] // 0 is []
52908      Branch: perl
52909            ! t/op/dor.t
52910 ____________________________________________________________________________
52911 [ 22976] By: rgs                                   on 2004/06/23  08:28:15
52912         Log: Add a regression test for bug #23765 (by Jarkko)
52913      Branch: perl
52914            ! t/op/substr.t
52915 ____________________________________________________________________________
52916 [ 22975] By: merijn                                on 2004/06/23  06:56:15
52917         Log: Backward compatibility issues for HP-UX 10.01 and older
52918              Yes, it is still actively used in production environment
52919              One more patch expected for toke.c optimization level
52920      Branch: perl
52921            ! hints/hpux.sh
52922 ____________________________________________________________________________
52923 [ 22972] By: mhx                                   on 2004/06/22  21:23:59
52924         Log: Proposed patch + test case.
52925
52926              Subject: [perl #30409] charnames.pm clobbers default variable
52927              From: Marcel "Grünauer" (via RT) <perlbug-followup@perl.org>
52928              Date: 22 Jun 2004 16:43:50 -0000
52929              Message-ID: <rt-3.0.9-30409-91174.12.8617678524438@perl.org>
52930      Branch: perl
52931            ! lib/charnames.pm lib/charnames.t
52932 ____________________________________________________________________________
52933 [ 22971] By: mhx                                   on 2004/06/22  21:00:10
52934         Log: Adjust array index in FileCache.pm.
52935
52936              Subject: [perl #30291] Use of uninitialized value (array index reference) in FileCache.pm module at line 140
52937              From: bbucklan@jpl-devvax.jpl.nasa.gov (via RT) <perlbug-followup@perl.org>
52938              Date: 15 Jun 2004 16:55:22 -0000
52939              Message-ID: <rt-3.0.9-30291-90552.18.5392299690759@perl.org>
52940      Branch: perl
52941            ! lib/FileCache.pm
52942 ____________________________________________________________________________
52943 [ 22970] By: mhx                                   on 2004/06/22  20:26:11
52944         Log: Subject: [PATCH] DB_File 1.809  was RE: [perl #30237] DB_File methods and substr don't mix
52945              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
52946              Date: Tue, 22 Jun 2004 21:29:12 +0100
52947              Message-Id: <20040622202910.WBSU21846.mta08-svc.ntlworld.com@MARQUESSPT21>
52948      Branch: perl
52949            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
52950            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
52951            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
52952            ! ext/DB_File/typemap
52953 ____________________________________________________________________________
52954 [ 22969] By: nicholas                              on 2004/06/22  13:25:11
52955         Log: Abolish the "Tied variable freed while still in use" error - I have
52956              a way to cleanly avoid the coredump.
52957      Branch: perl
52958            ! mg.c pod/perldiag.pod t/op/tie.t
52959 ____________________________________________________________________________
52960 [ 22968] By: nicholas                              on 2004/06/22  12:28:58
52961         Log: Subject: [PATCH] Storable signedness nit
52962              From: "Craig A. Berry" <craigberry@mac.com>
52963              Message-ID: <40D3AAC7.6030407@mac.com>
52964              Date: Fri, 18 Jun 2004 21:53:59 -0500
52965      Branch: perl
52966            ! ext/Storable/Storable.xs
52967 ____________________________________________________________________________
52968 [ 22967] By: nicholas                              on 2004/06/22  09:57:23
52969         Log: Skip tests if List::Util not built
52970      Branch: perl
52971            ! lib/DB.t lib/Dumpvalue.t lib/autouse.t lib/dumpvar.t
52972            ! lib/overload.t
52973 ____________________________________________________________________________
52974 [ 22966] By: nicholas                              on 2004/06/22  09:56:59
52975         Log: Skip test if Data::Dumper not built
52976      Branch: perl
52977            ! lib/Tie/RefHash.t
52978 ____________________________________________________________________________
52979 [ 22965] By: nicholas                              on 2004/06/22  09:56:34
52980         Log: Skip test if Devel::PPPort is not built.
52981              Probably should fix h2xs to work without it.
52982      Branch: perl
52983            ! lib/h2xs.t
52984 ____________________________________________________________________________
52985 [ 22964] By: rgs                                   on 2004/06/22  07:34:40
52986         Log: Upgrade to I18N::LangTags 0.32
52987      Branch: perl
52988            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
52989            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/80_all_env.t
52990 ____________________________________________________________________________
52991 [ 22963] By: davem                                 on 2004/06/20  12:00:56
52992         Log: make mktables always update modifed time to play better with make
52993      Branch: perl
52994            ! Makefile.SH lib/unicore/mktables
52995 ____________________________________________________________________________
52996 [ 22962] By: davem                                 on 2004/06/20  11:50:19
52997         Log: fix typo in gp_free
52998      Branch: perl
52999            ! gv.c
53000 ____________________________________________________________________________
53001 [ 22961] By: davem                                 on 2004/06/19  12:36:58
53002         Log: 'make test' without preceeding 'make' fails.
53003              Change #22872 added a target to run mktables, but this was
53004              skipped if 'make test' was run first, causing the build of
53005              Unicode::Normalize to fail.
53006      Branch: perl
53007            ! Makefile.SH
53008 ____________________________________________________________________________
53009 [ 22960] By: nicholas                              on 2004/06/18  20:18:02
53010         Log: When expecting an error, it's best to check the text you got, rather
53011              than blindly assuming that it's correct.
53012      Branch: perl
53013            ! t/op/write.t
53014 ____________________________________________________________________________
53015 [ 22959] By: nicholas                              on 2004/06/18  18:57:30
53016         Log: Case insensitive file systems are bad, m'kay
53017      Branch: perl
53018            ! ext/IO/t/IO.t
53019 ____________________________________________________________________________
53020 [ 22958] By: nicholas                              on 2004/06/18  13:45:51
53021         Log: This needs POSIX, so skip if no POSIX
53022      Branch: perl
53023            ! lib/Pod/t/basic.t
53024 ____________________________________________________________________________
53025 [ 22957] By: nicholas                              on 2004/06/18  13:44:27
53026         Log: Also needs skipping if PerlIO::via not built
53027      Branch: perl
53028            ! lib/PerlIO/via/t/QuotedPrint.t
53029 ____________________________________________________________________________
53030 [ 22956] By: nicholas                              on 2004/06/18  13:24:13
53031         Log: Skip tests when PerlIO::scalar and PerlIO::via aren't built
53032      Branch: perl
53033            ! ext/PerlIO/t/scalar.t ext/PerlIO/t/via.t
53034 ____________________________________________________________________________
53035 [ 22955] By: nicholas                              on 2004/06/18  13:19:16
53036         Log: Not ideal, but skip all of IO's tests if Socket is not built.
53037      Branch: perl
53038            ! ext/IO/t/IO.t
53039 ____________________________________________________________________________
53040 [ 22954] By: nicholas                              on 2004/06/18  13:11:31
53041         Log: Skip test if perl configured without threads::shared
53042      Branch: perl
53043            ! ext/threads/shared/t/disabled.t
53044 ____________________________________________________________________________
53045 [ 22953] By: nicholas                              on 2004/06/18  13:09:24
53046         Log: Skip test if Devel::PPPort not built
53047      Branch: perl
53048            ! ext/Devel/PPPort/t/test.t
53049 ____________________________________________________________________________
53050 [ 22952] By: nicholas                              on 2004/06/18  13:07:40
53051         Log: Skip re tests if re not built.
53052      Branch: perl
53053            ! ext/re/t/re.t
53054 ____________________________________________________________________________
53055 [ 22951] By: nicholas                              on 2004/06/18  11:38:24
53056         Log: If we don't build B, we should skip all its tests.
53057      Branch: perl
53058            ! ext/B/t/asmdata.t ext/B/t/b.t ext/B/t/bblock.t
53059            ! ext/B/t/bytecode.t ext/B/t/concise.t ext/B/t/debug.t
53060            ! ext/B/t/deparse.t ext/B/t/f_map.t ext/B/t/f_sort.t
53061            ! ext/B/t/lint.t ext/B/t/o.t ext/B/t/optree_check.t
53062            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
53063            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
53064            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t ext/B/t/stash.t
53065            ! ext/B/t/terse.t ext/B/t/xref.t
53066 ____________________________________________________________________________
53067 [ 22950] By: nicholas                              on 2004/06/18  11:27:51
53068         Log: D'oh. Don't turn on warnings on the #! line without actually testing
53069              the full code in case it warns.
53070      Branch: perl
53071            ! lib/Unicode/UCD.t
53072 ____________________________________________________________________________
53073 [ 22949] By: nicholas                              on 2004/06/18  09:43:12
53074         Log: Unicode::UCD uses Storable, so we can't test if Storable isn't built.
53075      Branch: perl
53076            ! lib/Unicode/UCD.t
53077 ____________________________________________________________________________
53078 [ 22948] By: nicholas                              on 2004/06/18  09:23:20
53079         Log: Can't test the B modules if we didn't build 'em
53080      Branch: perl
53081            ! t/lib/1_compile.t
53082 ____________________________________________________________________________
53083 [ 22947] By: nicholas                              on 2004/06/18  08:59:01
53084         Log: Need to skip test 7 if perl built without the PerlIO::scalar extension
53085      Branch: perl
53086            ! t/io/crlf.t
53087 ____________________________________________________________________________
53088 [ 22946] By: rgs                                   on 2004/06/18  07:44:34
53089         Log: Upgrade to I18N::LangTags 0.31.
53090      Branch: perl
53091            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
53092            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/10_http.t
53093            ! lib/I18N/LangTags/t/80_all_env.t
53094 ____________________________________________________________________________
53095 [ 22945] By: nicholas                              on 2004/06/17  19:27:05
53096         Log: As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't
53097              seem that memzero() of everything is the most efficient idea.
53098      Branch: perl
53099            ! sv.c
53100 ____________________________________________________________________________
53101 [ 22944] By: nicholas                              on 2004/06/17  14:57:14
53102         Log: Change 22516 forgot to add make_overload.pl to generate test data
53103              (submitted from the pub via wireless, bluetooth and then GPRS out
53104              to the Internet)
53105      Branch: perl
53106            + ext/Storable/t/make_overload.pl
53107            ! MANIFEST
53108 ____________________________________________________________________________
53109 [ 22943] By: nicholas                              on 2004/06/17  12:03:48
53110         Log: Storable should cope if the string to thaw happens to be utf8 encoded
53111              And anything with bytes >=256 is corrupt
53112      Branch: perl
53113            ! ext/Storable/ChangeLog ext/Storable/README
53114            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
53115            ! ext/Storable/t/utf8.t
53116 ____________________________________________________________________________
53117 [ 22942] By: rgs                                   on 2004/06/17  09:57:14
53118         Log: Upgrade to Locale::Maketext 1.09
53119      Branch: perl
53120            + lib/Locale/Maketext/t/01_about_verbose.t
53121            + lib/Locale/Maketext/t/10_make.t lib/Locale/Maketext/t/20_get.t
53122            + lib/Locale/Maketext/t/40_super.t
53123            + lib/Locale/Maketext/t/50_super.t
53124            + lib/Locale/Maketext/t/60_super.t
53125            + lib/Locale/Maketext/t/90_utf8.t
53126            - lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
53127            - lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
53128            - lib/Locale/Maketext/t/04super.t
53129            - lib/Locale/Maketext/t/05super.t
53130            - lib/Locale/Maketext/t/06super.t lib/Locale/Maketext/t/90utf8.t
53131            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
53132            ! lib/Locale/Maketext/README
53133 ____________________________________________________________________________
53134 [ 22941] By: rgs                                   on 2004/06/17  09:43:48
53135         Log: Upgrade to I18N::LangTags 0.30.
53136      Branch: perl
53137            + lib/I18N/LangTags/Detect.pm
53138            + lib/I18N/LangTags/t/01_about_verbose.t
53139            + lib/I18N/LangTags/t/05_main.t lib/I18N/LangTags/t/07_listy.t
53140            + lib/I18N/LangTags/t/10_http.t lib/I18N/LangTags/t/50_super.t
53141            + lib/I18N/LangTags/t/55_supers_strict.t
53142            + lib/I18N/LangTags/t/80_all_env.t
53143            - lib/I18N/LangTags/t/01test.t lib/I18N/LangTags/t/02decency.t
53144            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
53145            ! lib/I18N/LangTags/List.pm
53146 ____________________________________________________________________________
53147 [ 22940] By: rgs                                   on 2004/06/17  08:54:41
53148         Log: More forgiving version comparison in perlivp.
53149      Branch: perl
53150            ! utils/perlivp.PL
53151 ____________________________________________________________________________
53152 [ 22939] By: nicholas                              on 2004/06/16  09:05:57
53153         Log: Improve the substitution to cc_r for threading so that compilers
53154              specified with a full path or as a parameter to ccache are changed
53155      Branch: perl
53156            ! hints/aix.sh
53157 ____________________________________________________________________________
53158 [ 22938] By: rgs                                   on 2004/06/15  14:35:00
53159         Log: Subject: [PATCH] File::Basename docs
53160              From: Boris Zentner <bzm@2bz.de>
53161              Date: Sat, 12 Jun 2004 16:29:42 +0200
53162              Message-Id: <200406121629.42595.bzm@2bz.de>
53163      Branch: perl
53164            ! lib/File/Basename.pm
53165 ____________________________________________________________________________
53166 [ 22937] By: nicholas                              on 2004/06/15  09:21:22
53167         Log: It seems that our assert() macro wasn't good enough.
53168              Changed to one that that is an expression, rather than a statement.
53169              Fix new macros definitions in sv.h to be clean enough C to keep the
53170              AIX compiler happy.
53171      Branch: perl
53172            ! perl.h sv.h
53173 ____________________________________________________________________________
53174 [ 22936] By: rgs                                   on 2004/06/15  08:22:32
53175         Log: Subject: [PATCH] perlop.pod: add an example to the .. and ... operators
53176              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
53177              Date: Tue, 15 Jun 2004 10:15:15 +0300 (IDT)
53178              Message-ID: <Pine.LNX.4.56.0406151013140.14618@vipe.technion.ac.il>
53179      Branch: perl
53180            ! pod/perlop.pod
53181 ____________________________________________________________________________
53182 [ 22935] By: nicholas                              on 2004/06/15  07:17:17
53183         Log: Assert SvTYPE is at least PGMV whenever accessing SvSTASH
53184      Branch: perl
53185            ! ext/Storable/Storable.xs sv.h
53186 ____________________________________________________________________________
53187 [ 22934] By: nicholas                              on 2004/06/14  15:26:38
53188         Log: Assert that SV type has magic member when reading/writing.
53189              Will catch buggy code.
53190      Branch: perl
53191            ! sv.c sv.h
53192 ____________________________________________________________________________
53193 [ 22933] By: rgs                                   on 2004/06/13  17:54:47
53194         Log: More h2ph voodoo.
53195      Branch: perl
53196            ! utils/h2ph.PL
53197 ____________________________________________________________________________
53198 [ 22932] By: rgs                                   on 2004/06/13  15:35:00
53199         Log: Subject: [PATCH] t/TEST
53200              From: Abe Timmerman <abe@ztreet.demon.nl>
53201              Date: Sun, 13 Jun 2004 11:41:49 +0200
53202              Message-Id: <200406131141.50361.abe@ztreet.demon.nl>
53203      Branch: perl
53204            ! t/TEST
53205 ____________________________________________________________________________
53206 [ 22931] By: rgs                                   on 2004/06/11  16:54:00
53207         Log: Reapply change #20983, rolled back by change #22920,
53208              as noticed by Craig Berry.
53209      Branch: perl
53210            ! pod/pod2usage.PL pod/podselect.PL
53211 ____________________________________________________________________________
53212 [ 22930] By: rgs                                   on 2004/06/11  14:22:55
53213         Log: More h2ph tweaks: recognition of C types
53214      Branch: perl
53215            ! utils/h2ph.PL
53216 ____________________________________________________________________________
53217 [ 22929] By: rgs                                   on 2004/06/11  13:46:53
53218         Log: More h2ph tweaking for gcc __inline functions
53219      Branch: perl
53220            ! utils/h2ph.PL
53221 ____________________________________________________________________________
53222 [ 22928] By: mhx                                   on 2004/06/11  09:37:42
53223         Log: t/comp/utf.t failed when configuring with -Dnoextensions=Encode
53224      Branch: perl
53225            ! t/comp/utf.t
53226 ____________________________________________________________________________
53227 [ 22927] By: rgs                                   on 2004/06/11  08:28:19
53228         Log: Remove a warning against unsafe signals in perlipc.pod,
53229              now that we have "safe signals".
53230      Branch: perl
53231            ! pod/perlipc.pod
53232 ____________________________________________________________________________
53233 [ 22926] By: rgs                                   on 2004/06/10  19:03:51
53234         Log: Subject: Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparsed code properly
53235              From: Mathieu Arnold <m@absolight.fr>
53236              Date: Thu, 10 Jun 2004 16:43:58 +0200
53237              Message-ID: <34D483170C7F84E0DFBE442B@andromede.in.reaumur.net>
53238              (with a test adjustment)
53239      Branch: perl
53240            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
53241 ____________________________________________________________________________
53242 [ 22925] By: rgs                                   on 2004/06/10  17:26:15
53243         Log: Make h2ph able to understand a limited set of inline functions.
53244              The glibc apparently now ships headers that use inline functions
53245              instead of plain old macros.
53246      Branch: perl
53247            ! utils/h2ph.PL
53248 ____________________________________________________________________________
53249 [ 22924] By: rgs                                   on 2004/06/10  07:55:41
53250         Log: Subject: Change 22872 breaks shared miniperl invocation
53251              From: Alexey Tourbin <at@altlinux.ru>
53252              Date: Fri, 4 Jun 2004 13:24:17 +0400
53253              Message-ID: <20040604092417.GA13447@solemn.turbinal.org>
53254      Branch: perl
53255            ! Makefile.SH
53256 ____________________________________________________________________________
53257 [ 22923] By: rgs                                   on 2004/06/09  19:47:47
53258         Log: Subject: Re: [perl #30045] Transliteration replacement not terminated message obscure
53259              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
53260              Date: Mon, 7 Jun 2004 00:28:55 -0700
53261              Message-ID: <20040607072854.GB1028@efn.org>
53262      Branch: perl
53263            ! pod/perldiag.pod
53264 ____________________________________________________________________________
53265 [ 22922] By: rgs                                   on 2004/06/09  18:40:45
53266         Log: Remove the "malloc wrappage" tests, due to their unportability
53267              (as suggested by Jarkko.)
53268      Branch: perl
53269            ! t/op/array.t t/op/repeat.t
53270 ____________________________________________________________________________
53271 [ 22921] By: rgs                                   on 2004/06/09  15:57:58
53272         Log: Subject: [PATCH] Re: [perl #24081] invalid regexp in perl -V
53273              From: Robin Barker <Robin.Barker@npl.co.uk>
53274              Date: Wed, 9 Jun 2004 12:02:01 +0100
53275              Message-ID: <533D273D4014D411AB1D00062938C4D9040468F1@hotel.npl.co.uk>
53276              with further adjustements for bleadperl
53277      Branch: perl
53278            ! configpm lib/Config.t
53279 ____________________________________________________________________________
53280 [ 22920] By: rgs                                   on 2004/06/09  13:13:29
53281         Log: Upgrade to Pod::Parser 1.28
53282              (except Pod::Find, which has local patches not yet on CPAN)
53283      Branch: perl
53284            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Parser.pm
53285            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
53286            ! t/pod/find.t
53287 ____________________________________________________________________________
53288 [ 22919] By: mhx                                   on 2004/06/09  12:50:12
53289         Log: s/64bit/64-bit/g for consistency in the READMEs.
53290      Branch: perl
53291            ! README.aix README.hpux
53292 ____________________________________________________________________________
53293 [ 22918] By: rgs                                   on 2004/06/09  12:43:59
53294         Log: Subject: [patch] Windows/Win32 thread handle leak with threads join
53295              From: "Kevin Chase" <kevincha99@hotmail.com>
53296              Date: Sun, 06 Jun 2004 09:44:44 -0700
53297              Message-ID: <BAY2-F172Ih5h5xf4rJ0001a3a6@hotmail.com>
53298      Branch: perl
53299            ! ext/threads/threads.xs
53300 ____________________________________________________________________________
53301 [ 22917] By: merijn                                on 2004/06/09  11:46:23
53302         Log: Several updates, major, and minor corrections, model updates,
53303              explained the model numbering of HP-UX servers.
53304      Branch: perl
53305            ! README.hpux
53306 ____________________________________________________________________________
53307 [ 22916] By: rgs                                   on 2004/06/09  09:53:58
53308         Log: Upgrade to Pod::Perldoc 3.13
53309      Branch: perl
53310            + lib/Pod/Perldoc/t/01_about_verbose.t
53311            ! MANIFEST lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
53312 ____________________________________________________________________________
53313 [ 22915] By: rgs                                   on 2004/06/09  09:08:46
53314         Log: Upgrade to Digest 1.08.
53315      Branch: perl
53316            ! lib/Digest.pm
53317 ____________________________________________________________________________
53318 [ 22914] By: rgs                                   on 2004/06/09  08:08:55
53319         Log: Upgrade to CGI.pm 3.05
53320      Branch: perl
53321            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Util.pm lib/CGI/t/html.t
53322 ____________________________________________________________________________
53323 [ 22913] By: davem                                 on 2004/06/08  22:20:40
53324         Log: double DESTROY in for loop
53325              pp_iter decremented the ref count of the previous iterant before
53326              unaliasing it. This could lead to DESTROY being called with the
53327              loop variable still aliased to the freed value. If the DESTROY
53328              also contained a for loop with the same iterator variable, the
53329              freed value would get resurrected then freed for a second time.
53330      Branch: perl
53331            ! pp_hot.c t/cmd/for.t
53332 ____________________________________________________________________________
53333 [ 22912] By: rgs                                   on 2004/06/08  18:51:03
53334         Log: Upgrade to Pod::LaTeX 0.57
53335      Branch: perl
53336            + lib/Pod/t/user.t
53337            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
53338 ____________________________________________________________________________
53339 [ 22911] By: rgs                                   on 2004/06/08  18:42:29
53340         Log: Upgrade to Unicode::Normalize 0.30.
53341      Branch: perl
53342            ! ext/Unicode/Normalize/Changes
53343            ! ext/Unicode/Normalize/Normalize.pm
53344            ! ext/Unicode/Normalize/Normalize.xs
53345            ! ext/Unicode/Normalize/t/illegal.t
53346            ! ext/Unicode/Normalize/t/short.t
53347            ! ext/Unicode/Normalize/t/split.t
53348 ____________________________________________________________________________
53349 [ 22910] By: rgs                                   on 2004/06/08  18:40:38
53350         Log: Remove a spurious \n in a perltie example,
53351              noticed by Geoffrey Young.
53352      Branch: perl
53353            ! pod/perltie.pod
53354 ____________________________________________________________________________
53355 [ 22909] By: rgs                                   on 2004/06/08  18:34:23
53356         Log: Upgrade to Unicode::Collate 0.40
53357      Branch: perl
53358            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/hangul.t
53359 ____________________________________________________________________________
53360 [ 22908] By: rgs                                   on 2004/06/08  18:23:54
53361         Log: Upgrade to Time::Local 1.10.
53362      Branch: perl
53363            ! lib/Time/Local.pm lib/Time/Local.t
53364 ____________________________________________________________________________
53365 [ 22907] By: rgs                                   on 2004/06/08  18:02:59
53366         Log: Upgrade to Test::Harness 2.42
53367      Branch: perl
53368            ! lib/Test/Harness.pm lib/Test/Harness/Changes
53369            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/prove-switches.t
53370 ____________________________________________________________________________
53371 [ 22906] By: nicholas                              on 2004/06/08  14:59:20
53372         Log: Patch 22835 Failed to upgrade all the new files in Encode 2.01
53373              As spotted by Jerry D. Hedden
53374      Branch: perl
53375            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
53376 ____________________________________________________________________________
53377 [ 22905] By: rgs                                   on 2004/06/08  13:53:40
53378         Log: Subject: Re: newSVpvn(NULL, 0); doesn't work as advertised
53379              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
53380              Date: Fri, 4 Jun 2004 16:29:44 +0200
53381              Message-Id: <20040604162944.4011f1c6@r2d2>
53382      Branch: perl
53383            ! pod/perlapi.pod sv.c
53384 ____________________________________________________________________________
53385 [ 22904] By: rgs                                   on 2004/06/08  13:44:27
53386         Log: Subject: Re: [PATCH] Re: Lack of error for large string on Solaris
53387              From: Jarkko Hietaniemi <jhi@iki.fi>
53388              Date: Mon, 07 Jun 2004 20:09:42 +0300
53389              Message-ID: <40C4A156.5030205@iki.fi>
53390      Branch: perl
53391            ! av.c pod/perldiag.pod pp.c pp_hot.c t/op/array.t t/op/repeat.t
53392 ____________________________________________________________________________
53393 [ 22903] By: rgs                                   on 2004/06/08  10:19:27
53394         Log: Subject: [perl #30073] Misleading docs of Text::Wrap
53395              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
53396              Date: 6 Jun 2004 21:50:19 -0000
53397              Message-ID: <rt-3.0.9-30073-89834.19.0927626986204@perl.org>
53398      Branch: perl
53399            ! lib/Text/Wrap.pm
53400 ____________________________________________________________________________
53401 [ 22902] By: rgs                                   on 2004/06/06  07:49:27
53402         Log: Subject: Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T
53403              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
53404              Date: Sun, 06 Jun 2004 00:37:21 +0900
53405              Message-Id: <20040606003344.57B2.BQW10602@nifty.com>
53406      Branch: perl
53407            ! lib/utf8.pm pod/perlapi.pod sv.c t/op/utftaint.t
53408 ____________________________________________________________________________
53409 [ 22901] By: rgs                                   on 2004/06/03  15:19:52
53410         Log: Subject: [PATCH] Have win32/makefile.mk default to gcc, and update docs
53411              From: Steve Hay <steve.hay@uk.radan.com>
53412              Date: Thu, 03 Jun 2004 15:46:17 +0100
53413              Message-ID: <40BF39B9.3060207@uk.radan.com>
53414      Branch: perl
53415            ! README.win32 win32/makefile.mk
53416 ____________________________________________________________________________
53417 [ 22900] By: rgs                                   on 2004/06/03  13:20:37
53418         Log: perlpodspec uses 'nonbreaking' and 'non-breaking'.
53419              Normalize on the hyphenated spelling.
53420      Branch: perl
53421            ! pod/perlpodspec.pod
53422 ____________________________________________________________________________
53423 [ 22899] By: rgs                                   on 2004/06/03  13:03:20
53424         Log: Workaround a dmake oddity.
53425              Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
53426              From: Steve Hay <steve.hay@uk.radan.com>
53427              Date: Thu, 03 Jun 2004 12:16:13 +0100
53428              Message-ID: <40BF087D.8030005@uk.radan.com>
53429      Branch: perl
53430            ! win32/makefile.mk
53431 ____________________________________________________________________________
53432 [ 22898] By: rgs                                   on 2004/06/03  09:02:31
53433         Log: Carp was mostly unusable with Safe because it may require
53434              Carp::Heavy at run-time (while require() is forbidden.)
53435              Have Safe load Carp::Heavy.
53436      Branch: perl
53437            ! ext/Opcode/Safe.pm lib/Carp.pm
53438 ____________________________________________________________________________
53439 [ 22897] By: mhx                                   on 2004/06/02  18:03:40
53440         Log: Make change #22889 work for threaded builds, Part 2.
53441      Branch: perl
53442            ! XSUB.h
53443 ____________________________________________________________________________
53444 [ 22896] By: mhx                                   on 2004/06/02  17:18:44
53445         Log: Make change #22889 work for threaded builds.
53446      Branch: perl
53447            ! pad.c pp.c
53448 ____________________________________________________________________________
53449 [ 22895] By: mhx                                   on 2004/06/02  16:48:41
53450         Log: Fix apidoc entries for PUSHMARK and newXSproto.
53451      Branch: perl
53452            ! XSUB.h pod/perlapi.pod pp.h
53453 ____________________________________________________________________________
53454 [ 22894] By: mhx                                   on 2004/06/02  16:42:24
53455         Log: Document embed.fnc 'U' and 's' flags.
53456      Branch: perl
53457            ! embed.fnc
53458 ____________________________________________________________________________
53459 [ 22893] By: rgs                                   on 2004/06/02  08:21:30
53460         Log: Subject: [PATCH] on VMS, always exit with failure in my_failure_exit
53461              From: "Craig A. Berry" <craigberry@mac.com>
53462              Date: Tue, 01 Jun 2004 23:16:58 -0500
53463              Message-ID: <40BD54BA.9040708@mac.com>
53464      Branch: perl
53465            ! perl.c
53466 ____________________________________________________________________________
53467 [ 22892] By: rgs                                   on 2004/06/02  08:19:30
53468         Log: Subject: Re: [PATCH] [perl #29612] ndbm failure in make test
53469              From: Alexey Tourbin <at@altlinux.ru>
53470              Date: Sat, 22 May 2004 02:22:22 +0400
53471              Message-ID: <20040521222222.GJ2030@solemn.turbinal.org>
53472      Branch: perl
53473            ! ext/NDBM_File/hints/linux.pl
53474 ____________________________________________________________________________
53475 [ 22891] By: rgs                                   on 2004/06/02  06:47:58
53476         Log: Detypo.
53477      Branch: perl
53478            ! pod/perlintern.pod pp_ctl.c
53479 ____________________________________________________________________________
53480 [ 22890] By: rgs                                   on 2004/06/02  06:43:30
53481         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
53482              From: Andrew Dougherty <doughera@lafayette.edu>
53483              Date: Tue, 1 Jun 2004 16:25:48 -0400 (EDT)
53484              Message-ID: <Pine.SOL.4.58.0406011619090.4066@maxwell.phys.lafayette.edu>
53485      Branch: perl
53486            ! INSTALL README
53487 ____________________________________________________________________________
53488 [ 22889] By: rgs                                   on 2004/06/02  06:07:53
53489         Log: Make the dUNDERBAR/UNDERBAR macros work as advertised.
53490              While we're at it, use the same trick to make reverse()
53491              work correctly with lexical $_.
53492      Branch: perl
53493            ! XSUB.h embed.fnc embed.h global.sym pad.c pp.c proto.h
53494            ! t/op/mydef.t
53495 ____________________________________________________________________________
53496 [ 22888] By: rgs                                   on 2004/06/01  15:26:59
53497         Log: Subject: [PATCH] Remove redundant %SIG assignments from FileCache
53498              From: Alan Burlison <Alan.Burlison@Sun.COM>
53499              Date: Fri, 28 May 2004 12:27:06 +0100
53500              Message-ID: <40B7220A.4040305@sun.com>
53501      Branch: perl
53502            ! lib/FileCache.pm
53503 ____________________________________________________________________________
53504 [ 22887] By: merijn                                on 2004/06/01  14:30:48
53505         Log: Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
53506              From: Steve Hay <steve.hay@uk.radan.com>
53507              Date: Tue, 01 Jun 2004 15:30:37 +0100
53508              Message-ID: <40BC930D.90701@uk.radan.com>
53509      Branch: perl
53510            ! win32/Makefile win32/makefile.mk
53511 ____________________________________________________________________________
53512 [ 22886] By: rgs                                   on 2004/06/01  12:24:30
53513         Log: Subject: [Fwd: [PATCH] Pod::Find should ignore SCM files and dirs]
53514              From: Alan Burlison <Alan.Burlison@sun.com>
53515              Date: Fri, 28 May 2004 23:28:44 +0100
53516              Message-ID: <40B7BD1C.40309@sun.com>
53517      Branch: perl
53518            ! lib/Pod/Find.pm
53519 ____________________________________________________________________________
53520 [ 22885] By: rgs                                   on 2004/06/01  12:17:18
53521         Log: Subject: Re: [PATCH] UPDATE - Grammatical fixes and explanations in perlfunc.pod (sysopen)
53522              From: Paul Fenwick <pjf@perltraining.com.au>
53523              Date: Tue, 1 Jun 2004 11:31:34 +1000
53524              Message-ID: <20040601013134.GA11005@perltraining.com.au>
53525      Branch: perl
53526            ! pod/perlfunc.pod
53527 ____________________________________________________________________________
53528 [ 22884] By: merijn                                on 2004/06/01  10:51:33
53529         Log: Subject: [PATCH] configure.com and PERL_API_REVISION
53530              From: "Craig A. Berry" <craigberry@mac.com>
53531              Date: Mon, 31 May 2004 21:04:07 -0500
53532              Message-ID: <40BBE417.2090001@mac.com>
53533      Branch: perl
53534            ! configure.com
53535 ____________________________________________________________________________
53536 [ 22883] By: rgs                                   on 2004/06/01  09:25:32
53537         Log: Subject: [PATCH] Shell.pm: pod rewrite and new mini-feature $Shell::raw
53538              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
53539              Date: Tue, 1 Jun 2004 07:52:58 +0200
53540              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C744@attmsx1.aut.alcatel.at>
53541      Branch: perl
53542            ! lib/Shell.pm
53543 ____________________________________________________________________________
53544 [ 22882] By: rgs                                   on 2004/06/01  08:44:01
53545         Log: Subject: [PATCH] perlhack.pod - working with the Perl source
53546              From: Dave Rolsky <autarch@urth.org>
53547              Date: Mon, 31 May 2004 12:52:43 -0500 (CDT)
53548              Message-ID: <Pine.LNX.4.58.0405311250520.7714@urth.org>
53549      Branch: perl
53550            ! pod/perlhack.pod
53551 ____________________________________________________________________________
53552 [ 22881] By: nicholas                              on 2004/05/31  19:06:21
53553         Log: replace the run time code in lib/utf8_pva.pl with data generated
53554              at build by mktables, stored in lib/unicore/PVA.pl
53555      Branch: perl
53556            - lib/utf8_pva.pl
53557            ! MANIFEST Makefile.SH lib/unicore/mktables lib/utf8_heavy.pl
53558            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
53559 ____________________________________________________________________________
53560 [ 22880] By: nicholas                              on 2004/05/31  17:26:56
53561         Log: Don't need to require utf8_pva.pl at top of file
53562      Branch: perl
53563            ! lib/utf8_heavy.pl
53564 ____________________________________________________________________________
53565 [ 22879] By: nicholas                              on 2004/05/31  14:24:56
53566         Log: Run mktables as part of the build process.
53567              Don't ship any of the files that it generates in lib/unicore
53568      Branch: perl
53569            - (delete 419 files)
53570            ! MANIFEST Makefile.SH lib/unicore/mktables
53571            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
53572 ____________________________________________________________________________
53573 [ 22878] By: rgs                                   on 2004/05/31  14:20:53
53574         Log: Subject: [perl #29937] Entries missing from .packlist
53575              From: jdhedden@1979.usna.com (via RT) <perlbug-followup@perl.org>
53576              Date: 28 May 2004 19:23:48 -0000
53577              Message-ID: <rt-3.0.9-29937-88315.2.18472609678159@perl.org>
53578      Branch: perl
53579            ! installman installperl
53580 ____________________________________________________________________________
53581 [ 22877] By: rgs                                   on 2004/05/31  12:50:57
53582         Log: Subject: [PATCH] Re: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph
53583              From: <wolfgang.laun@chello.at>
53584              Date: Sun, 30 May 2004 17:27:07 +0200
53585              Message-Id: <20040530152707.ZLWL22856.viefep16-int.chello.at@localhost>
53586      Branch: perl
53587            ! utils/h2ph.PL
53588 ____________________________________________________________________________
53589 [ 22876] By: rgs                                   on 2004/05/31  09:52:05
53590         Log: Subject: [PATCH] Fix anomalies in Carp functions
53591              From: Steve Hay <steve.hay@uk.radan.com>
53592              Date: Tue, 25 May 2004 16:05:02 +0100
53593              Message-ID: <40B3609E.5060502@uk.radan.com>
53594      Branch: perl
53595            ! lib/Carp.t lib/Carp/Heavy.pm lib/autouse.t
53596 ____________________________________________________________________________
53597 [ 22875] By: rgs                                   on 2004/05/31  09:25:37
53598         Log: Subject: [PATCH] Fix generation of perlapi.pod
53599              From: Steve Hay <steve.hay@uk.radan.com>
53600              Date: Fri, 28 May 2004 11:46:41 +0100
53601              Message-ID: <40B71891.6090806@uk.radan.com>
53602      Branch: perl
53603            ! autodoc.pl pod/perlapi.pod
53604 ____________________________________________________________________________
53605 [ 22874] By: davem                                 on 2004/05/30  22:31:03
53606         Log: Subject:  Re: my $x->{foo} doesn't work
53607              From:  Shinya Hayakawa <hayakawa@livedoor.jp>
53608              Date:  Tue, 25 May 2004 00:06:06 +0900
53609              Message-Id:  <200405250006.06387.hayakawa@livedoor.jp>
53610
53611              Allow autovivification of (my $x)->{foo}
53612      Branch: perl
53613            ! pp_hot.c t/op/my.t
53614 ____________________________________________________________________________
53615 [ 22873] By: nicholas                              on 2004/05/30  21:58:36
53616         Log: Convert to using File::Spec, so that we can build Unicode files
53617              on all platforms
53618      Branch: perl
53619            ! lib/unicore/mktables
53620 ____________________________________________________________________________
53621 [ 22872] By: nicholas                              on 2004/05/30  20:34:07
53622         Log: First step to generating Unicode files for the regexp engine at build
53623              time - targets in the Makefile
53624      Branch: perl
53625            ! Makefile.SH
53626 ____________________________________________________________________________
53627 [ 22870] By: davem                                 on 2004/05/30  14:30:45
53628         Log: Problem with autouse (causing Perl to crash)
53629              @_ sometimes wasn't getting created right
53630      Branch: perl
53631            ! pad.c pp_ctl.c t/op/goto.t
53632 ____________________________________________________________________________
53633 [ 22868] By: nicholas                              on 2004/05/30  13:57:05
53634         Log: Upgrade to Encode 2.01.
53635      Branch: perl
53636            ! ext/Encode/lib/Encode/CN/HZ.pm
53637            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
53638 ____________________________________________________________________________
53639 [ 22866] By: nicholas                              on 2004/05/30  13:11:41
53640         Log: Skip in minitest
53641      Branch: perl
53642            ! t/comp/utf.t
53643 ____________________________________________________________________________
53644 [ 22853] By: rgs                                   on 2004/05/28  06:29:28
53645         Log: Subject: [PATCH doc] Re: undef loses it magicness when assigned to a variable?
53646              From: Stas Bekman <stas@stason.org>
53647              Date: Thu, 27 May 2004 11:25:08 -0700
53648              Message-ID: <40B63284.5040203@stason.org>
53649      Branch: perl
53650            ! pod/perlapi.pod pod/perlguts.pod sv.h
53651 ____________________________________________________________________________
53652 [ 22852] By: merijn                                on 2004/05/28  05:31:25
53653         Log: Subject: TEST needs to ignore SCM files
53654              From: Alan Burlison <Alan.Burlison@sun.com>
53655              Date: Thu, 27 May 2004 23:32:28 +0100
53656              Message-ID: <40B66C7C.8030303@sun.com>
53657      Branch: perl
53658            ! t/TEST
53659 ____________________________________________________________________________
53660 [ 22850] By: rgs                                   on 2004/05/26  16:17:24
53661         Log: Subject: [PATCH] 'perl -v' fails if local_patches contains code snippets
53662              From: Alan Burlison <Alan.Burlison@sun.com>
53663              Date: Wed, 26 May 2004 16:24:03 +0100
53664              Message-ID: <40B4B693.9090905@sun.com>
53665              (using \0 as a separator for q//)
53666      Branch: perl
53667            ! perl.c
53668 ____________________________________________________________________________
53669 [ 22848] By: rgs                                   on 2004/05/26  08:15:29
53670         Log: Subject: [PATCH] correctly handle C<< >> and C<<< >>> in diagnostics
53671              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
53672              Date: Tue, 25 May 2004 02:29:37 -0700
53673              Message-ID: <20040525092937.GA2332@efn.org>
53674      Branch: perl
53675            ! lib/diagnostics.pm
53676 ____________________________________________________________________________
53677 [ 22843] By: rgs                                   on 2004/05/24  16:12:41
53678         Log: Tests for change #22842, by SADAHIRO Tomoyuki
53679              (adapted to the core)
53680      Branch: perl
53681            + t/op/utftaint.t
53682            ! MANIFEST
53683 ____________________________________________________________________________
53684 [ 22842] By: rgs                                   on 2004/05/24  15:55:23
53685         Log: Subject: Re: utf-8 and taint don't work together
53686              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
53687              Date: Sat, 22 May 2004 21:38:33 +0900
53688              Message-Id: <20040522212704.C068.BQW10602@nifty.com>
53689
53690              Date: Sun, 23 May 2004 09:56:15 +0900
53691              Message-Id: <20040523095609.E404.BQW10602@nifty.com>
53692      Branch: perl
53693            ! ext/Encode/lib/Encode/CN/HZ.pm
53694            ! ext/Encode/lib/Encode/Unicode/UTF7.pm sv.c
53695 ____________________________________________________________________________
53696 [ 22841] By: rgs                                   on 2004/05/24  11:43:32
53697         Log: Subject: [PATCH] win32_chsize is not exported on Win32
53698              From: Steve Hay <steve.hay@uk.radan.com>
53699              Date: Mon, 24 May 2004 12:52:48 +0100
53700              Message-ID: <40B1E210.4050202@uk.radan.com>
53701      Branch: perl
53702            ! makedef.pl
53703 ____________________________________________________________________________
53704 [ 22840] By: rgs                                   on 2004/05/24  11:23:31
53705         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
53706              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
53707              Date: Fri, 21 May 2004 11:35:34 -0700
53708              Message-ID: <20040521183533.GA5108@efn.org>
53709              (plus whitespace removal)
53710      Branch: perl
53711            ! INSTALL
53712 ____________________________________________________________________________
53713 [ 22839] By: davem                                 on 2004/05/22  11:15:34
53714         Log: Optimization busted: '@a = "b", sort @a' drops "b"
53715              Fix the sort-in-place optimization of change #22349.
53716      Branch: perl
53717            ! op.c t/op/sort.t
53718 ____________________________________________________________________________
53719 [ 22838] By: gbarr                                 on 2004/05/22  07:41:21
53720         Log: Update to Scalar-List-Utils-1.14
53721      Branch: perl
53722            + ext/List/Util/Changes
53723            - ext/List/Util/ChangeLog
53724            ! MANIFEST ext/List/Util/README ext/List/Util/Util.xs
53725            ! ext/List/Util/lib/List/Util.pm
53726            ! ext/List/Util/lib/Scalar/Util.pm
53727 ____________________________________________________________________________
53728 [ 22837] By: rgs                                   on 2004/05/21  15:40:49
53729         Log: Subject: Proposed doc patch for getsockopt
53730              From: perl5-porters@ton.iguana.be (Ton Hospel)
53731              Date: Sun, 16 May 2004 13:35:20 +0000 (UTC)
53732              Message-Id: <c87qmo$u9b$1@post.home.lunix>
53733      Branch: perl
53734            ! pod/perlfunc.pod
53735 ____________________________________________________________________________
53736 [ 22836] By: rgs                                   on 2004/05/21  08:45:28
53737         Log: Subject: [PATCH] h2xs doesn't recognize indented enums
53738              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
53739              Date: Fri, 21 May 2004 10:51:58 +0200
53740              Message-id: <20040521085158.GA10660@ethan>
53741              (modified regexp)
53742      Branch: perl
53743            ! utils/h2xs.PL
53744 ____________________________________________________________________________
53745 [ 22835] By: rgs                                   on 2004/05/20  13:30:25
53746         Log: Upgrade to Encode 2.00.
53747      Branch: perl
53748            ! (edit 147 files)
53749 ____________________________________________________________________________
53750 [ 22833] By: rgs                                   on 2004/05/20  11:48:29
53751         Log: Test portability nit.
53752              Subject: [PATCH] Re: Smoke [5.9.2] 22821 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
53753              From: Steve Hay <steve.hay@uk.radan.com>
53754              Date: Tue, 18 May 2004 11:31:04 +0100
53755              Message-ID: <40A9E5E8.7030800@uk.radan.com>
53756      Branch: perl
53757            ! ext/B/t/optree_specials.t
53758 ____________________________________________________________________________
53759 [ 22831] By: davem                                 on 2004/05/19  21:02:04
53760         Log: improve hashing algorithm for ptr tables in perl_clone:
53761              the bottom few bits of a pointer are usually zero
53762      Branch: perl
53763            ! sv.c
53764 ____________________________________________________________________________
53765 [ 22830] By: davem                                 on 2004/05/19  20:17:55
53766         Log: Thread creation time is hypersensitive
53767
53768              Due to a logic error, the dup ptr table sometimes wans't being
53769              grown, leading to extremely slow cloning.
53770      Branch: perl
53771            ! sv.c
53772 ____________________________________________________________________________
53773 [ 22829] By: rgs                                   on 2004/05/18  13:05:48
53774         Log: perlrun.pod minor fixes :
53775              - the parameter to -x is optional
53776              - pod nit
53777      Branch: perl
53778            ! pod/perlrun.pod
53779 ____________________________________________________________________________
53780 [ 22828] By: rgs                                   on 2004/05/18  12:54:47
53781         Log: Subject: [perl #29623] Patch for h2xs.t in Perl 5.8.4
53782              From: mats@sm5sxl.net (via RT) <perlbug-followup@perl.org>
53783              Date: 16 May 2004 13:33:32 -0000
53784              Message-ID: <rt-3.0.9-29623-87522.10.1965589695082@perl.org>
53785      Branch: perl
53786            ! lib/h2xs.t
53787 ____________________________________________________________________________
53788 [ 22827] By: rgs                                   on 2004/05/18  12:16:42
53789         Log: Subject: [PATCH] Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
53790              From: Steve Hay <steve.hay@uk.radan.com>
53791              Date: Fri, 14 May 2004 17:33:17 +0100
53792              Message-ID: <40A4F4CD.2000003@uk.radan.com>
53793      Branch: perl
53794            ! t/comp/utf.t
53795 ____________________________________________________________________________
53796 [ 22826] By: rgs                                   on 2004/05/18  08:15:27
53797         Log: Error message too wide.
53798      Branch: perl
53799            ! perl.c
53800 ____________________________________________________________________________
53801 [ 22825] By: rgs                                   on 2004/05/17  15:12:03
53802         Log: Remove a TODO test that is no longer to do.
53803      Branch: perl
53804            ! ext/B/t/f_sort.t
53805 ____________________________________________________________________________
53806 [ 22824] By: rgs                                   on 2004/05/17  15:08:40
53807         Log: Fix new B::Concise test output
53808              Subject: Re: Smoke [5.9.2] 22820 FAIL(F) openbsd 3.5 (i386/1 cpu)
53809              From: Jim Cromie <jcromie@divsol.com>
53810              Date: Mon, 17 May 2004 09:19:00 -0600
53811              Message-ID: <40A8D7E4.1020007@divsol.com>
53812      Branch: perl
53813            ! ext/B/t/f_sort.t t/TEST
53814 ____________________________________________________________________________
53815 [ 22823] By: rgs                                   on 2004/05/17  08:54:15
53816         Log: Subject: [PATCH] Re: [perl #29581] glob() misses a lot of matches
53817              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
53818              Date: Mon, 17 May 2004 07:38:19 +0200
53819              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C71E@attmsx1.aut.alcatel.at>
53820      Branch: perl
53821            ! ext/File/Glob/Glob.xs
53822 ____________________________________________________________________________
53823 [ 22822] By: rgs                                   on 2004/05/17  08:49:53
53824         Log: David Manura is the new maintainer of Text::Balanced.
53825      Branch: perl
53826            ! Porting/Maintainers.pl
53827 ____________________________________________________________________________
53828 [ 22821] By: davem                                 on 2004/05/16  15:31:42
53829         Log: make Text::Balanced skip "case /..../" correctly for Switch.pm
53830      Branch: perl
53831            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extcbk.t
53832 ____________________________________________________________________________
53833 [ 22820] By: rgs                                   on 2004/05/14  16:30:07
53834         Log: Subject: Re: more B::Concise stuff (PATCH - updated)
53835              From: Jim Cromie <jcromie@divsol.com>
53836              Date: Mon, 10 May 2004 05:28:11 -0600
53837              Message-ID: <409F674B.2000506@divsol.com>
53838      Branch: perl
53839            + ext/B/t/f_map ext/B/t/f_map.t ext/B/t/f_sort ext/B/t/f_sort.t
53840            + ext/B/t/optree_specials.t
53841            ! MANIFEST ext/B/B/Concise.pm ext/B/B/Showlex.pm
53842            ! ext/B/B/Terse.pm ext/B/t/OptreeCheck.pm ext/B/t/concise.t
53843            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
53844            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
53845            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t
53846 ____________________________________________________________________________
53847 [ 22819] By: rgs                                   on 2004/05/14  09:38:43
53848         Log: Add new dUNDERBAR and UNDERBAR macros, to help XS writers to
53849              access the $_ variable, even when there is a lexical one in scope.
53850      Branch: perl
53851            ! XSUB.h pod/perlapi.pod
53852 ____________________________________________________________________________
53853 [ 22818] By: nicholas                              on 2004/05/13  12:15:17
53854         Log: Subject: BOM-marked and (BOMless) UTF-16 scripts not working
53855              From: Jarkko Hietaniemi <jhi@iki.fi>
53856              Message-ID: <40A26D75.8080406@iki.fi>
53857              Date: Wed, 12 May 2004 21:31:17 +0300
53858      Branch: perl
53859            + t/comp/utf.t
53860            ! MANIFEST pod/perldiag.pod pod/perlunicode.pod toke.c
53861 ____________________________________________________________________________
53862 [ 22817] By: rgs                                   on 2004/05/12  16:29:07
53863         Log: Subject: [perl #29527] Perl 5.8.4 build problems on LynxOS
53864              From: Olli Savia (via RT) <perlbug-followup@perl.org>
53865              Date: 12 May 2004 13:02:41 -0000
53866              Message-ID: <rt-3.0.9-29527-87290.17.3367022021997@perl.org>
53867      Branch: perl
53868            ! sv.c
53869 ____________________________________________________________________________
53870 [ 22816] By: rgs                                   on 2004/05/12  16:16:50
53871         Log: Make XSLoader update @DynaLoader::dl_shared_objects.
53872      Branch: perl
53873            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
53874 ____________________________________________________________________________
53875 [ 22815] By: merijn                                on 2004/05/12  10:43:42
53876         Log: Subject: [PATCH] Configure shouldn't unconditionally add in -pipe
53877              From: Andy Dougherty <doughera@lafayette.edu>
53878              Date: Tue, 11 May 2004 13:14:42 -0400 (EDT)
53879              Message-ID: <Pine.SOL.4.58.0405111313210.14279@maxwell.phys.lafayette.edu>
53880      Branch: perl
53881            ! Configure hints/darwin.sh hints/rhapsody.sh
53882 ____________________________________________________________________________
53883 [ 22812] By: mhx                                   on 2004/05/11  17:42:13
53884         Log: Add the byte-order modifiers '<' and '>' to the pack tutorial.
53885              This completes the series: #22734, #22745, #22754, #22780
53886      Branch: perl
53887            ! pod/perlpacktut.pod
53888 ____________________________________________________________________________
53889 [ 22811] By: mhx                                   on 2004/05/11  17:21:35
53890         Log: 'v' unpacks unsigned shorts.
53891      Branch: perl
53892            ! pod/perlpacktut.pod
53893 ____________________________________________________________________________
53894 [ 22810] By: rgs                                   on 2004/05/11  16:35:49
53895         Log: Subject: various -V: searches [PATCH]
53896              From: Jim Cromie <jcromie@divsol.com>
53897              Date: Tue, 11 May 2004 00:15:46 -0600
53898              Message-ID: <40A06F92.1070607@divsol.com>
53899      Branch: perl
53900            ! configpm lib/Config.t pod/perlrun.pod
53901 ____________________________________________________________________________
53902 [ 22809] By: rgs                                   on 2004/05/11  11:00:31
53903         Log: More pod names in the debugger for the runman command
53904      Branch: perl
53905            ! lib/perl5db.pl
53906 ____________________________________________________________________________
53907 [ 22808] By: rgs                                   on 2004/05/11  10:52:27
53908         Log: Subject: [PATCH] debugger (step backwards)
53909              From: Richard.Foley@t-online.de (Richard Foley)
53910              Date: Tue, 11 May 2004 11:04:11 +0200
53911              Message-Id: <200405111104.11484.richard.foley@rfi.net>
53912      Branch: perl
53913            ! lib/perl5db.pl
53914 ____________________________________________________________________________
53915 [ 22807] By: rgs                                   on 2004/05/11  09:16:56
53916         Log: Subject: void context !~ generates "Useless use of not at line..." warning
53917              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
53918              Date: Sun, 9 May 2004 00:59:19 -0700
53919              Message-ID: <20040509075919.GA3752@efn.org>
53920      Branch: perl
53921            ! op.c
53922 ____________________________________________________________________________
53923 [ 22806] By: ams                                   on 2004/05/10  22:12:31
53924         Log: Subject: Re: a little extra cmdline help. [PATCH]
53925              From: Jim Cromie <jcromie@divsol.com>
53926              Date: Mon, 10 May 2004 15:25:07 -0600
53927              Message-Id: <409FF333.4020104@divsol.com>
53928      Branch: perl
53929            ! perl.c
53930 ____________________________________________________________________________
53931 [ 22804] By: ams                                   on 2004/05/10  11:10:34
53932         Log: Remove stray '.
53933      Branch: perl
53934            ! lib/File/Copy.pm
53935 ____________________________________________________________________________
53936 [ 22803] By: ams                                   on 2004/05/10  10:14:40
53937         Log: Subject: [PATCH] File::Copy Pod
53938              From: slaven@rezic.de
53939              Date: Mon, 10 May 2004 09:57:37 +0000
53940              Message-Id: <1084183057.10822@devpc01.iconmobile.de>
53941      Branch: perl
53942            ! lib/File/Copy.pm
53943 ____________________________________________________________________________
53944 [ 22802] By: davem                                 on 2004/05/07  19:12:29
53945         Log: symbolic references like ${"foo$index"}*3 would incorrectly warn
53946              that $index was the uninitialized value, when in fact it was $foo1
53947      Branch: perl
53948            ! sv.c t/lib/warnings/9uninit
53949 ____________________________________________________________________________
53950 [ 22801] By: davem                                 on 2004/05/07  18:21:22
53951         Log: Subject:  Re: stdio still supported?
53952              From:  Jim Cromie <jcromie@divsol.com>
53953              Date:  Thu, 06 May 2004 16:37:56 -0600
53954              Message-Id:  <409ABE44.8060307@divsol.com>
53955
53956              Update B::Concise tests to skip stuff requiring the
53957              "open to a scalar" feature of Perlio is it isn't available.
53958              Also note this caveat in perlfunc.pod
53959      Branch: perl
53960            ! ext/B/B/Concise.pm ext/B/t/concise.t ext/B/t/optree_check.t
53961            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
53962            ! ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
53963            ! pod/perlfunc.pod
53964 ____________________________________________________________________________
53965 [ 22800] By: mhx                                   on 2004/05/07  16:58:57
53966         Log: Windows issues with select() are already documented in perlport.
53967      Branch: perl
53968            ! pod/perlfunc.pod
53969 ____________________________________________________________________________
53970 [ 22799] By: ams                                   on 2004/05/07  13:38:16
53971         Log: Subject: [perl #29397] Change in pod2man arguments
53972              From: Thorsten Glaser (via RT) <perlbug-followup@perl.org>
53973              Date: 6 May 2004 22:08:10 -0000
53974              Message-Id: <rt-3.0.9-29397-86929.5.37563386041974@perl.org>
53975      Branch: perl
53976            ! pod/pod2man.PL
53977 ____________________________________________________________________________
53978 [ 22798] By: mhx                                   on 2004/05/07  11:42:37
53979         Log: Scalar::Util::refaddr falsely returns false
53980              Add mg_get() to refaddr() when SV is magical.
53981              Fix the non-xs version of looks_like_number().
53982      Branch: perl
53983            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
53984            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/refaddr.t
53985 ____________________________________________________________________________
53986 [ 22797] By: mhx                                   on 2004/05/07  10:57:23
53987         Log: Document that select() on Windows doesn't work on non-socket filehandles.
53988      Branch: perl
53989            ! pod/perlfunc.pod
53990 ____________________________________________________________________________
53991 [ 22796] By: mhx                                   on 2004/05/06  17:19:17
53992         Log: Double warning for int(undef) and abs(undef)
53993              Remove the duplicate warnings and update tests.
53994      Branch: perl
53995            ! pp.c t/lib/warnings/9uninit
53996 ____________________________________________________________________________
53997 [ 22793] By: rgs                                   on 2004/05/06  14:43:08
53998         Log: Add a small script to check whether a perl source tree
53999              (with or without generated files) is friendly with
54000              case-insensitive filesystems.
54001              Adapted from :
54002              Subject: Re: STerm.pl vs Sterm.pl
54003              From: James Mastros <james@mastros.biz>
54004              Date: Thu, 06 May 2004 14:45:53 +0200
54005              Message-ID: <20040506124556.2402.qmail@onion.perl.org>
54006      Branch: perl
54007            + Porting/checkcase.pl
54008            ! MANIFEST
54009 ____________________________________________________________________________
54010 [ 22789] By: rgs                                   on 2004/05/06  12:33:14
54011         Log: Subject: Problem with system() on Win9x and command.com (perl 5.8.x-5.9.x)
54012              From: bilbo@ua.fm
54013              Date: Wed, 28 Apr 2004 00:19:55 +0300
54014              Message-ID: <611491036.20040428001955@ua.fm>
54015      Branch: perl
54016            ! win32/win32.c
54017 ____________________________________________________________________________
54018 [ 22788] By: merijn                                on 2004/05/06  11:35:21
54019         Log: add -pipe to gcc's default flags
54020              it has shown a compile time speed increase of about 40% on
54021              Linux and HP-UX, and also works on cygwin-1.5.9. On failing
54022              OS/gcc combo's remove it in the hints
54023      Branch: perl
54024            ! Configure
54025 ____________________________________________________________________________
54026 [ 22783] By: mhx                                   on 2004/05/05  19:02:28
54027         Log: Add tests for mX?PUSH[inup] macros.
54028
54029              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
54030              From: Steve Hay <steve.hay@uk.radan.com>
54031              Date: Wed, 05 May 2004 15:34:45 +0100
54032              Message-ID: <4098FB85.1060602@uk.radan.com>
54033      Branch: perl
54034            + ext/XS/APItest/t/push.t
54035            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
54036            ! ext/XS/APItest/MANIFEST
54037 ____________________________________________________________________________
54038 [ 22782] By: rgs                                   on 2004/05/05  16:14:25
54039         Log: Subject: Problem with h2xs
54040              From: David Cannings <lists@edeca.net>
54041              Date: Mon, 3 May 2004 13:44:33 +0100
54042              Message-Id: <200405031344.33723.lists@edeca.net>
54043              (Second patch only)
54044      Branch: perl
54045            ! utils/h2xs.PL
54046 ____________________________________________________________________________
54047 [ 22781] By: davem                                 on 2004/05/04  19:20:36
54048         Log: Bizarre copy of ARRAY
54049              make sure a pad op's flags are updated after optimising away
54050              the assignment in my @a = () (see change 22520).
54051      Branch: perl
54052            ! op.c t/op/my.t
54053 ____________________________________________________________________________
54054 [ 22780] By: mhx                                   on 2004/05/04  14:46:05
54055         Log: Add byte-order group modifiers to (un)pack templates.
54056              Follow-up on: #22734, #22745, #22753, #22754.
54057
54058              Subject: Group modifiers in (un)pack templates
54059              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
54060              Date: Mon, 3 May 2004 20:14:41 +0200
54061              Message-Id: <20040503201441.1b058e0d@r2d2>
54062      Branch: perl
54063            ! perl.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
54064 ____________________________________________________________________________
54065 [ 22779] By: mhx                                   on 2004/05/04  14:30:39
54066         Log: Fix mX?PUSH[inup] macros. (Follow-up to #22756 and #22757)
54067
54068              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
54069              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
54070              Date: Mon, 3 May 2004 20:03:28 +0200
54071              Message-Id: <20040503200328.24efcda5@r2d2>
54072      Branch: perl
54073            ! pp.h
54074 ____________________________________________________________________________
54075 [ 22778] By: davem                                 on 2004/05/03  21:07:44
54076         Log: add test for change #22746 ([perl #29102] Crash on assign to lex fh)
54077      Branch: perl
54078            ! t/io/open.t
54079 ____________________________________________________________________________
54080 [ 22777] By: davem                                 on 2004/05/03  20:48:53
54081         Log: add test for change #22776 ("open m" crashes Perl)
54082      Branch: perl
54083            ! t/io/open.t
54084 ____________________________________________________________________________
54085 [ 22776] By: davem                                 on 2004/05/03  20:26:22
54086         Log: perl -e "open m" crashes Perl
54087      Branch: perl
54088            ! toke.c
54089 ____________________________________________________________________________
54090 [ 22775] By: davem                                 on 2004/05/03  18:52:39
54091         Log: scalar delete of empty slice returned garbage
54092      Branch: perl
54093            ! pp.c t/op/delete.t
54094 ____________________________________________________________________________
54095 [ 22774] By: davem                                 on 2004/05/03  17:44:44
54096         Log: split could leave an array without &PL_sv_undef
54097              in the unused elements
54098      Branch: perl
54099            ! pp.c t/op/split.t
54100 ____________________________________________________________________________
54101 [ 22773] By: nicholas                              on 2004/05/03  13:59:08
54102         Log: Subject: Re: "fuzzy" in mktables
54103              From: Jarkko Hietaniemi <jhi@iki.fi>
54104              Message-ID: <4093A82B.6040609@iki.fi>
54105              Date: Sat, 01 May 2004 16:37:47 +0300
54106      Branch: perl
54107            ! lib/unicore/mktables
54108 ____________________________________________________________________________
54109 [ 22772] By: davem                                 on 2004/05/03  13:33:21
54110         Log: remove spurious intentation in utf8_pva.pl
54111      Branch: perl
54112            ! lib/utf8_pva.pl
54113 ____________________________________________________________________________
54114 [ 22771] By: davem                                 on 2004/05/03  13:28:24
54115         Log: ensure that utf8 Perl code magically called from a regex localizes $.
54116      Branch: perl
54117            ! lib/utf8_pva.pl
54118 ____________________________________________________________________________
54119 [ 22770] By: nicholas                              on 2004/05/03  11:19:10
54120         Log: Integrate:
54121              [ 22694]
54122              For maint, I don't think that we can have sperl go sulky if invoked
54123              from a #! line. So keep .../sperl functional, and have the /dev/fd/...
54124              only set ID exectuable reside under a different name (suidperl)
54125
54126              [ 22700]
54127              The set uid perl is now called setuidperl. Not suidperl.
54128              Which I discover is hardlinked from sperl by ./installperl
54129              elsewhere. Helpfully confusing installperl script.
54130
54131              [ 22718]
54132              Revert 22700 (as part of changes suggested by Brendan O'Dea)
54133
54134              [ 22719]
54135              Revert 22694
54136
54137              [ 22720]
54138              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
54139              binary must have fd script conundrum, as suggested by Brendan O'Dea
54140              Plus restore the more helpful error message from 22694 and the gist
54141              of the perl584delta changes from 22700
54142      Branch: perl
54143           !> INSTALL installperl perl.c pod/perldiag.pod pod/perlsec.pod
54144 ____________________________________________________________________________
54145 [ 22769] By: nicholas                              on 2004/05/03  10:37:45
54146         Log: Subject: [perl #29073] Reference to incorrect method in documentation of
54147              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
54148              Message-ID: <rt-3.0.8-29073-85903.18.1381766820328@perl.org>
54149              Date: 22 Apr 2004 10:49:22 -0000
54150      Branch: perl
54151            ! lib/Text/ParseWords.pm
54152 ____________________________________________________________________________
54153 [ 22768] By: nicholas                              on 2004/05/02  22:40:18
54154         Log: It seems daft to me that we have a synopis example that will fail if
54155              gcc happened to be invoked via the name cc, and completely ignores
54156              the far more reliable 'gccversion' variable
54157              So here's one using 'usethreads' that ought to work everywhere.
54158      Branch: perl
54159            ! configpm
54160 ____________________________________________________________________________
54161 [ 22765] By: nicholas                              on 2004/05/02  18:18:25
54162         Log: Make t/uni/class.t pass on case insensitive file systems
54163      Branch: perl
54164            ! t/uni/class.t
54165 ____________________________________________________________________________
54166 [ 22764] By: nicholas                              on 2004/05/02  17:57:12
54167         Log: Save some repeated strlen()s in Perl_swash_init
54168      Branch: perl
54169            ! utf8.c
54170 ____________________________________________________________________________
54171 [ 22763] By: nicholas                              on 2004/05/01  14:07:45
54172         Log: And that same fool forgot to add the not-really-needed "fuzzy" versions
54173              of some binary property files
54174      Branch: perl
54175            + lib/unicore/lib/gc_sc/Dash2.pl
54176            + lib/unicore/lib/gc_sc/Hyphen2.pl
54177            + lib/unicore/lib/gc_sc/Radical2.pl
54178 ____________________________________________________________________________
54179 [ 22762] By: nicholas                              on 2004/05/01  14:06:05
54180         Log: Some fool removed lib/unicore/ArabicShaping.txt    in change 22760
54181      Branch: perl
54182            ! MANIFEST
54183 ____________________________________________________________________________
54184 [ 22761] By: nicholas                              on 2004/05/01  14:02:59
54185         Log: Avoid mktables generating Sterm.pl and Sterm.pl in the same directory
54186              by making the %BaseName check global
54187      Branch: perl
54188            + lib/unicore/lib/gc_sc/Sterm2.pl
54189            - lib/unicore/lib/gc_sc/Sterm.pl
54190            ! MANIFEST lib/unicore/Canonical.pl
54191            ! lib/unicore/lib/gc_sc/Dash.pl lib/unicore/lib/gc_sc/Hyphen.pl
54192            ! lib/unicore/lib/gc_sc/Radical.pl lib/unicore/mktables
54193 ____________________________________________________________________________
54194 [ 22760] By: nicholas                              on 2004/05/01  13:17:09
54195         Log: Remove the no-longer autogenerated Unicode files
54196      Branch: perl
54197            - (delete 322 files)
54198            ! MANIFEST
54199 ____________________________________________________________________________
54200 [ 22759] By: nicholas                              on 2004/05/01  11:16:35
54201         Log: mktables requires post 5.005
54202      Branch: perl
54203            ! lib/unicore/mktables
54204 ____________________________________________________________________________
54205 [ 22758] By: davem                                 on 2004/04/30  11:48:55
54206         Log: disable problematical 'uninitialized value' warning tests
54207      Branch: perl
54208            ! t/lib/warnings/9uninit
54209 ____________________________________________________________________________
54210 [ 22757] By: rgs                                   on 2004/04/30  11:32:03
54211         Log: Follow-up to previous patch: the mX?PUSH[inup] macros
54212              should handle 'set' magic, just like the X?PUSH[inup]
54213              counterparts.
54214      Branch: perl
54215            ! pod/perlapi.pod pp.h
54216 ____________________________________________________________________________
54217 [ 22756] By: rgs                                   on 2004/04/30  10:15:00
54218         Log: Subject: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
54219              From: Steve Hay <steve.hay@uk.radan.com>
54220              Date: Fri, 30 Apr 2004 10:07:21 +0100
54221              Message-ID: <40921749.3050600@uk.radan.com>
54222      Branch: perl
54223            ! pod/perlapi.pod pod/perlguts.pod pp.h
54224 ____________________________________________________________________________
54225 [ 22755] By: nicholas                              on 2004/04/29  18:30:18
54226         Log: Fix 29149 - another UTF8 cache bug hit by substr.
54227              Regression test from:
54228
54229              Subject: Re: [perl #29149] substr/UTF8 related problem with perl 5.8.3 on linux
54230              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
54231              Message-Id: <20040429103926.5BA6.BQW10602@nifty.com>
54232              Date: Thu, 29 Apr 2004 10:53:17 +0900
54233      Branch: perl
54234            ! sv.c t/op/substr.t
54235 ____________________________________________________________________________
54236 [ 22754] By: mhx                                   on 2004/04/29  18:29:28
54237         Log: More unpack cleanups.
54238      Branch: perl
54239            ! pp_pack.c
54240 ____________________________________________________________________________
54241 [ 22753] By: mhx                                   on 2004/04/29  17:50:40
54242         Log: CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
54243              Remove all associated code.
54244      Branch: perl
54245            ! hints/cxux.sh pp_pack.c
54246 ____________________________________________________________________________
54247 [ 22752] By: mhx                                   on 2004/04/29  17:38:32
54248         Log: The openbsd 64-bit test should use $uquadtype rather
54249              than hardcoding unsigned long long.
54250      Branch: perl
54251            ! hints/openbsd.sh
54252 ____________________________________________________________________________
54253 [ 22751] By: ams                                   on 2004/04/29  08:24:31
54254         Log: Update to Test.pm 1.25 (from SBURKE).
54255      Branch: perl
54256            + lib/Test/t/05_about_verbose.t lib/Test/t/multiline.t
54257            ! MANIFEST lib/Test.pm
54258 ____________________________________________________________________________
54259 [ 22750] By: mhx                                   on 2004/04/28  20:53:29
54260         Log: When configuring for 64-bit support, check that the
54261              C library functions for casting floating point values
54262              to 64-bit integer values are not broken.
54263      Branch: perl
54264            ! hints/openbsd.sh
54265 ____________________________________________________________________________
54266 [ 22749] By: rgs                                   on 2004/04/28  18:28:07
54267         Log: Fix for [perl #28963]: find2perl was sometimes generating
54268              invalid code.
54269      Branch: perl
54270            ! x2p/find2perl.PL
54271 ____________________________________________________________________________
54272 [ 22748] By: rgs                                   on 2004/04/28  13:01:13
54273         Log: Subject: [PATCH] Add diagnostics section to base.pm
54274              From: "Jos I. Boumans" <kane@dwim.org>
54275              Date: Wed, 28 Apr 2004 13:04:47 +0200
54276              Message-Id: <DC9B4A9C-9903-11D8-BA95-000A956B0E06@dwim.org>
54277      Branch: perl
54278            ! lib/base.pm
54279 ____________________________________________________________________________
54280 [ 22747] By: merijn                                on 2004/04/28  12:42:50
54281         Log: Subject: [perl #29033] typo in description of sleep in documentation of POSIX module
54282              Date: 21 Apr 2004 11:07:22 -0000
54283              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
54284              Message-ID: <rt-3.0.8-29033-85811.17.0452776199501@perl.org>
54285      Branch: perl
54286            ! ext/POSIX/POSIX.pod
54287 ____________________________________________________________________________
54288 [ 22746] By: davem                                 on 2004/04/27  22:21:35
54289         Log: fix a coredump caused by rv2gv not fully converting a PV to an RV
54290      Branch: perl
54291            ! pp.c
54292 ____________________________________________________________________________
54293 [ 22745] By: mhx                                   on 2004/04/27  20:38:00
54294         Log: Cleanup variables in S_(un)pack_rec().
54295              This also works around a gcc optimizer bug on dec_osf/alpha.
54296      Branch: perl
54297            ! pp_pack.c
54298 ____________________________________________________________________________
54299 [ 22744] By: rgs                                   on 2004/04/27  08:43:38
54300         Log: Subject: [PATCH utf8_heavy.pl, mktables, et. al.] candidate for TR18 compliance
54301              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
54302              Date: Thu, 22 Apr 2004 14:31:30 -0400 (EDT)
54303              Message-ID: <Pine.LNX.4.44.0404221429040.10466-101000@perlmonk.org>
54304
54305              Date: Mon, 26 Apr 2004 12:37:21 -0400 (EDT)
54306              Message-ID: <Pine.LNX.4.44.0404261222320.7154-400000@perlmonk.org>
54307      Branch: perl
54308            + (add 406 files)
54309            ! MANIFEST lib/unicore/Canonical.pl
54310            ! lib/unicore/CombiningClass.pl lib/unicore/Decomposition.pl
54311            ! lib/unicore/Exact.pl lib/unicore/Name.pl
54312            ! lib/unicore/Properties lib/unicore/To/Digit.pl
54313            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
54314            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
54315            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perlunicode.pod
54316            ! t/op/pat.t t/uni/class.t
54317 ____________________________________________________________________________
54318 [ 22743] By: merijn                                on 2004/04/26  22:20:30
54319         Log: usemallocwrap works on AIX, but not with vac-5
54320              Date: Mon, 26 Apr 2004 15:35:23 +0200
54321              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54322              Subject: Re: Perl 5.8.4 "panic: memory wrap" in miniperl on AIX 5.1
54323              Message-Id: <20040426152951.A6C4.H.M.BRAND@hccnet.nl>
54324      Branch: perl
54325            ! hints/aix.sh hints/aix_4.sh
54326 ____________________________________________________________________________
54327 [ 22742] By: davem                                 on 2004/04/24  12:53:07
54328         Log: fix 64-bit casting error in change 22741 (uninit var warnings)
54329      Branch: perl
54330            ! sv.c
54331 ____________________________________________________________________________
54332 [ 22741] By: davem                                 on 2004/04/23  20:43:02
54333         Log: Include variable names in "Use of uninitialized value" warnings
54334      Branch: perl
54335            + t/lib/warnings/9uninit
54336            ! MANIFEST doio.c embed.fnc embed.h ext/DB_File/DB_File.pm
54337            ! ext/DB_File/t/db-recno.t lib/Math/BigInt.pm
54338            ! lib/Math/BigInt/t/mbimbf.inc lib/Tie/RefHash.t lib/charnames.t
54339            ! mg.c perl.h pod/perldiag.pod pod/perlintern.pod pp.c pp_hot.c
54340            ! proto.h sv.c t/lib/warnings/1global t/lib/warnings/2use
54341            ! t/lib/warnings/3both t/lib/warnings/4lint
54342            ! t/lib/warnings/7fatal t/lib/warnings/doio t/lib/warnings/mg
54343            ! t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
54344            ! t/lib/warnings/pp_pack t/lib/warnings/sv t/lib/warnings/util
54345            ! t/run/fresh_perl.t t/run/runenv.t
54346 ____________________________________________________________________________
54347 [ 22739] By: rgs                                   on 2004/04/23  13:32:31
54348         Log: Subject: [PATCH] unfork the debugger (patch for 5.9.x)
54349              From: Richard.Foley@t-online.de (Richard Foley)
54350              Date: Fri, 23 Apr 2004 06:33:34 +0200
54351              Message-Id: <200404230633.34402.richard.foley@rfi.net>
54352      Branch: perl
54353            ! lib/perl5db.pl
54354 ____________________________________________________________________________
54355 [ 22737] By: nicholas                              on 2004/04/23  10:31:20
54356         Log: Ooops. Forgot to update pod.lst, and all that ensues with that
54357      Branch: perl
54358            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
54359            ! vms/descrip_mms.template win32/pod.mak
54360 ____________________________________________________________________________
54361 [ 22736] By: nicholas                              on 2004/04/23  10:11:26
54362         Log: Integrate:
54363              [ 22165]
54364              Create perl584delta.pod
54365              (Not that I'm really proposing to start work on 5.8.4 today)
54366
54367              [ 22650]
54368              Updates from Stas Bekman, Brendan O'Dea and Hugo
54369
54370              [ 22655]
54371              Tweaks from Hugo and Liz
54372
54373              [ 22677]
54374              Improvements from Jarkko
54375
54376              [ 22684]
54377              Integrate:
54378              [ 22665]
54379              AIX-4 with xlc does not like malloc wrap
54380
54381              [ 22666]
54382              Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
54383
54384              [ 22698]
54385              Clarify AIX and win32's malloc wrapping
54386
54387              [ 22700]
54388              The set uid perl is now called setuidperl. Not suidperl.
54389              Which I discover is hardlinked from sperl by ./installperl
54390              elsewhere. Helpfully confusing installperl script.
54391
54392              [ 22703]
54393              More perldelta updates
54394
54395              [ 22710]
54396              Subject:  spelling
54397              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
54398              Date:  Fri, 16 Apr 2004 21:18:18 +0300 (EEST)
54399              Message-Id:  <200404161818.i3GIIILh391648@kosh.hut.fi>
54400
54401              [ 22718]
54402              Revert 22700 (as part of changes suggested by Brendan O'Dea)
54403
54404              [ 22720]
54405              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
54406              binary must have fd script conundrum, as suggested by Brendan O'Dea
54407              Plus restore the more helpful error message from 22694 and the gist
54408              of the perl584delta changes from 22700
54409
54410              [ 22731]
54411              Oink, oink, flap, flap!
54412      Branch: perl
54413           +> pod/perl584delta.pod
54414            ! MANIFEST
54415           !> pod/perlhist.pod
54416 ____________________________________________________________________________
54417 [ 22735] By: merijn                                on 2004/04/23  10:11:23
54418         Log: Subject: [PATCH] Where to find nmake for windows
54419              From: Abe Timmerman <abe@ztreet.demon.nl>
54420              Date: Thu, 22 Apr 2004 23:57:40 +0200
54421              Message-Id: <200404222357.40508.abe@ztreet.demon.nl>
54422              Changed download URL references for nmake
54423      Branch: perl
54424            ! README.win32 pod/perlmodinstall.pod
54425 ____________________________________________________________________________
54426 [ 22734] By: mhx                                   on 2004/04/23  04:07:25
54427         Log: Subject: [PATCH for testing/review] byte-order modifiers for (un)pack templates
54428              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
54429              Date: Wed, 21 Apr 2004 21:09:20 +0200
54430              Message-Id: <20040421210920.3c467772@r2d2>
54431      Branch: perl
54432            ! embed.fnc embed.h perl.h pod/perldiag.pod pod/perlfunc.pod
54433            ! pod/perlport.pod pp_pack.c proto.h t/op/pack.t util.c
54434 ____________________________________________________________________________
54435 [ 22733] By: rgs                                   on 2004/04/22  12:08:35
54436         Log: Missing copyright in the README.
54437      Branch: perl
54438            ! README
54439 ____________________________________________________________________________
54440 [ 22727] By: nicholas                              on 2004/04/21  15:22:29
54441         Log: Subject: [perl #28456] Typo in perlipc man page, and suggestions for same
54442              From: Axel Boldt (via RT) <perlbug-followup@perl.org>
54443              Message-ID: <rt-3.0.8-28456-84424.10.5222745276547@perl.org>
54444              Date: 11 Apr 2004 13:08:17 -0000
54445      Branch: perl
54446            ! pod/perlipc.pod
54447 ____________________________________________________________________________
54448 [ 22725] By: nicholas                              on 2004/04/21  14:21:57
54449         Log: Punt the "reporting bugs" section to the top.
54450              Reorder the description of what to do, to start with the most common
54451              case.
54452              Clarify "how to report bugs effectively" (and why it benefits you)
54453      Branch: perl
54454            ! INSTALL
54455 ____________________________________________________________________________
54456 [ 22724] By: nicholas                              on 2004/04/21  12:51:43
54457         Log: This should be L<>
54458      Branch: perl
54459            ! INSTALL
54460 ____________________________________________________________________________
54461 [ 22723] By: nicholas                              on 2004/04/21  09:42:35
54462         Log: INSTALL didn't mention the 5.8.2 hash changes. Fixed
54463      Branch: perl
54464            ! INSTALL
54465 ____________________________________________________________________________
54466 [ 22722] By: nicholas                              on 2004/04/21  09:25:34
54467         Log: We should be telling people about ..exp, else they use the unexpanded
54468              forms and shaft anyone who installs a private perl within ~
54469      Branch: perl
54470            ! INSTALL
54471 ____________________________________________________________________________
54472 [ 22721] By: rgs                                   on 2004/04/21  08:36:38
54473         Log: Subject: [patch] log the interpreter id in warnings
54474              From: Stas Bekman <stas@stason.org>
54475              Date: Mon, 19 Apr 2004 18:10:01 -0700
54476              Message-ID: <40847869.1000906@stason.org>
54477      Branch: perl
54478            ! gv.c handy.h hv.c perl.c sv.c
54479 ____________________________________________________________________________
54480 [ 22717] By: rgs                                   on 2004/04/20  12:27:18
54481         Log: Subject: [PATCH] Sync Term::Cap with CPAN version
54482              From: Jonathan Stowe <jns@gellyfish.com>
54483              Date: Tue, 20 Apr 2004 12:37:28 +0100
54484              Message-Id: <1082461047.2736.96.camel@localhost>
54485      Branch: perl
54486            ! lib/Term/Cap.pm
54487 ____________________________________________________________________________
54488 [ 22716] By: rgs                                   on 2004/04/19  12:26:35
54489         Log: Fix for [perl #28919] : sometimes the function ck_ftst was trying
54490              to read an op that was just freed, which was obviously illegal.
54491      Branch: perl
54492            ! op.c
54493 ____________________________________________________________________________
54494 [ 22715] By: rgs                                   on 2004/04/19  09:34:01
54495         Log: Upgrade to FileCache 1.04.
54496      Branch: perl
54497            ! lib/FileCache.pm
54498 ____________________________________________________________________________
54499 [ 22714] By: rgs                                   on 2004/04/19  08:57:17
54500         Log: New file left out of the last commit.
54501      Branch: perl
54502            + t/uni/class.t
54503 ____________________________________________________________________________
54504 [ 22713] By: rgs                                   on 2004/04/19  08:56:28
54505         Log: Subject: Re: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
54506              From: "Jeff 'japhy' Pinyan" <japhy@perlmonk.org>
54507              Date: Wed, 14 Apr 2004 17:01:38 -0400 (EDT)
54508              Message-ID: <Pine.LNX.4.44.0404141659480.11423-301000@perlmonk.org>
54509      Branch: perl
54510            ! MANIFEST pod/perlunicode.pod
54511 ____________________________________________________________________________
54512 [ 22712] By: rgs                                   on 2004/04/19  08:30:20
54513         Log: Subject: Re: [perl #28532] optional match of an anchor gets ignored
54514              From: hv@crypt.org
54515              Date: Wed, 14 Apr 2004 19:30:46 +0100
54516              Message-Id: <200404141830.i3EIUko03728@zen.crypt.org>
54517      Branch: perl
54518            ! regcomp.c regexec.c t/op/pat.t
54519 ____________________________________________________________________________
54520 [ 22708] By: nicholas                              on 2004/04/17  13:25:41
54521         Log: Integrate:
54522              [ 22661]
54523              This is RC1
54524
54525              [ 22705]
54526              This is RC2
54527      Branch: perl
54528           !> pod/perlhist.pod
54529 ____________________________________________________________________________
54530 [ 22706] By: rgs                                   on 2004/04/16  15:53:37
54531         Log: On Linux-PPC, using gcc, downgrade to the -O1 optimisation
54532              level (with -O2 miniperl behaves really badly.)
54533      Branch: perl
54534            ! hints/linux.sh
54535 ____________________________________________________________________________
54536 [ 22697] By: merijn                                on 2004/04/15  11:56:32
54537         Log: d_getservbyname_r undef up to at least OpenBSD 3.5
54538              Thanks to Campo Weijerman and Gerard Gerritsen off-list
54539      Branch: perl
54540            ! hints/openbsd.sh
54541 ____________________________________________________________________________
54542 [ 22696] By: merijn                                on 2004/04/14  16:04:40
54543         Log: #24121: Configure under turkish locale fails
54544              toupper (i) != I  in turkish, but U+0130
54545              \N{LATIN CAPITAL LETTER I WITH DOT ABOVE}
54546              Patch supplied by Rafael
54547      Branch: perl
54548            ! Configure
54549 ____________________________________________________________________________
54550 [ 22693] By: rgs                                   on 2004/04/14  08:28:15
54551         Log: Subject: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
54552              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
54553              Date: Mon, 12 Apr 2004 20:24:48 -0400 (EDT)
54554              Message-ID: <Pine.LNX.4.44.0404122011160.3038-200000@perlmonk.org>
54555      Branch: perl
54556            ! lib/utf8_heavy.pl
54557 ____________________________________________________________________________
54558 [ 22692] By: rgs                                   on 2004/04/14  07:26:04
54559         Log: Subject: [PATCH]'s to bring bleadperl up to version-0.39
54560              From: John Peacock <jpeacock@rowman.com>
54561              Date: Tue, 13 Apr 2004 20:51:31 -0400
54562              Message-ID: <407C8B13.9020104@rowman.com>
54563      Branch: perl
54564            ! lib/version.pm lib/version.t t/comp/use.t universal.c util.c
54565 ____________________________________________________________________________
54566 [ 22691] By: rgs                                   on 2004/04/14  07:08:52
54567         Log: Subject: re: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of 5.8.3
54568              From: Jan Dubois <jand@ActiveState.com>
54569              Date: Tue, 13 Apr 2004 19:49:32 -0700
54570              Message-ID: <vm7p70h7au8unrnq4jp85oich7n71ar5ab@4ax.com
54571      Branch: perl
54572            ! win32/win32.c
54573 ____________________________________________________________________________
54574 [ 22689] By: mhx                                   on 2004/04/12  06:53:24
54575         Log: Borland C doesn't like PERL_MALLOC_WRAP.
54576              Until I know why, the fix is to disable it.
54577      Branch: perl
54578            ! win32/config_H.bc
54579 ____________________________________________________________________________
54580 [ 22688] By: davem                                 on 2004/04/11  14:27:26
54581         Log: Stop PL_comppad pointing to a freed pad during global destruction
54582      Branch: perl
54583            ! sv.c
54584 ____________________________________________________________________________
54585 [ 22687] By: davem                                 on 2004/04/11  13:13:35
54586         Log: Make global cleanup fractionally faster by giving S_visit()
54587              flags/mask to compare SVs against.
54588      Branch: perl
54589            ! embed.fnc embed.h proto.h sv.c
54590 ____________________________________________________________________________
54591 [ 22686] By: gbarr                                 on 2004/04/10  08:08:42
54592         Log: Sync with libnet 1.18
54593      Branch: perl
54594            + lib/Net/Changes.libnet lib/Net/t/datasend.t
54595            - lib/Net/ChangeLog.libnet
54596            ! MANIFEST lib/Net/Cmd.pm lib/Net/FTP.pm lib/Net/NNTP.pm
54597            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
54598            ! lib/Net/Time.pm lib/Net/t/hostname.t
54599 ____________________________________________________________________________
54600 [ 22685] By: mhx                                   on 2004/04/10  06:37:30
54601         Log: Remove two unused variables that gcc used to warn about.
54602      Branch: perl
54603            ! util.c
54604 ____________________________________________________________________________
54605 [ 22682] By: rgs                                   on 2004/04/09  11:44:34
54606         Log: Subject: Re: #28386: UNIVERSAL::VERSION segfaults if $VERSION not defined (w/ patch to fix universal.c)
54607              From: David Dyck <david.dyck@fluke.com>
54608              Date: Thu, 8 Apr 2004 19:02:26 -0700 (PDT)
54609              Message-ID: <Pine.LNX.4.51.0404081843290.29618@dd.tc.fluke.com>
54610      Branch: perl
54611            ! universal.c
54612 ____________________________________________________________________________
54613 [ 22681] By: rgs                                   on 2004/04/09  07:04:48
54614         Log: find2perl should not default to -print when -eval is specified.
54615              Noticed by David Dyck.
54616      Branch: perl
54617            ! x2p/find2perl.PL
54618 ____________________________________________________________________________
54619 [ 22680] By: rgs                                   on 2004/04/09  06:58:51
54620         Log: Upgrade to Time::HiRes 1.59.
54621      Branch: perl
54622            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
54623            ! ext/Time/HiRes/HiRes.xs
54624 ____________________________________________________________________________
54625 [ 22675] By: rgs                                   on 2004/04/08  13:00:59
54626         Log: Upgrade to Digest 1.06.
54627      Branch: perl
54628            ! lib/Digest.pm
54629 ____________________________________________________________________________
54630 [ 22674] By: rgs                                   on 2004/04/08  12:57:48
54631         Log: Upgrade to Digest 1.06.
54632      Branch: perl
54633            ! lib/Digest.pm
54634 ____________________________________________________________________________
54635 [ 22673] By: rgs                                   on 2004/04/08  09:59:22
54636         Log: Upgrade to Time::HiRes 1.57.
54637      Branch: perl
54638            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
54639            ! ext/Time/HiRes/HiRes.xs
54640 ____________________________________________________________________________
54641 [ 22672] By: nicholas                              on 2004/04/07  20:48:04
54642         Log: Make gmtime and localtime cross reference each other.
54643              Suggested by Dan Jacobson
54644      Branch: perl
54645            ! pod/perlfunc.pod
54646 ____________________________________________________________________________
54647 [ 22671] By: merijn                                on 2004/04/07  17:54:10
54648         Log: Integrated Time-Local-1.09 from Dave Rolsky
54649              Corrected a wrap error from the CPAN version to match #22670
54650              Tested on AIX to make sure the skip is still needed
54651      Branch: perl
54652            ! lib/Time/Local.pm lib/Time/Local.t
54653 ____________________________________________________________________________
54654 [ 22670] By: merijn                                on 2004/04/07  12:03:11
54655         Log: Disable the edge case tests for timegm and timelocal on
54656              AIX-4.3 since the OS is obsoleted, and fixes are not to
54657              be expected
54658      Branch: perl
54659            ! lib/Time/Local.t
54660 ____________________________________________________________________________
54661 [ 22669] By: rgs                                   on 2004/04/07  08:26:48
54662         Log: Fix command-line quoting under Windows for the new optree tests
54663              Subject: Re: Smoke [5.9.2] 22666 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
54664              From: Steve Hay <steve.hay@uk.radan.com>
54665              Date: Wed, 07 Apr 2004 09:46:01 +0100
54666              Message-ID: <4073BFC9.10707@uk.radan.com>
54667      Branch: perl
54668            ! ext/B/t/optree_samples.t
54669 ____________________________________________________________________________
54670 [ 22668] By: rgs                                   on 2004/04/07  08:00:07
54671         Log: Subject: [PATCH] Bleadperl to version 0.37
54672              From: John Peacock <jpeacock@rowman.com>
54673              Date: Tue, 06 Apr 2004 21:56:19 -0400
54674              Message-ID: <40735FC3.5010305@rowman.com>
54675      Branch: perl
54676            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
54677            ! pod/perlapi.pod proto.h t/comp/use.t t/op/universal.t
54678            ! universal.c util.c
54679 ____________________________________________________________________________
54680 [ 22667] By: rgs                                   on 2004/04/07  07:37:59
54681         Log: The optree builder was looping when constructing the ops
54682              for a map/grep block containing a while(1).
54683              (Bug reported by Pixel.)
54684      Branch: perl
54685            ! op.c t/op/grep.t
54686 ____________________________________________________________________________
54687 [ 22666] By: merijn                                on 2004/04/06  14:44:29
54688         Log: Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
54689      Branch: perl
54690            ! hints/hpux.sh
54691 ____________________________________________________________________________
54692 [ 22665] By: merijn                                on 2004/04/06  13:34:14
54693         Log: AIX-4 with xlc does not like malloc wrap
54694      Branch: perl
54695            ! hints/aix_4.sh
54696 ____________________________________________________________________________
54697 [ 22664] By: rgs                                   on 2004/04/06  07:29:30
54698         Log: Subject: Re: tests for change #22539
54699              From: Jim Cromie <jcromie@divsol.com>
54700              Date: Tue, 30 Mar 2004 14:39:31 -0700
54701              Message-ID: <4069E913.5040906@divsol.com>
54702              (with some spelling tweaks)
54703      Branch: perl
54704            + ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
54705            + ext/B/t/optree_concise.t ext/B/t/optree_samples.t
54706            + ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
54707            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t t/test.pl
54708 ____________________________________________________________________________
54709 [ 22663] By: mhx                                   on 2004/04/06  03:40:10
54710         Log: Make the ! suffix handle n/N/v/V as signed integers
54711              within pack templates.
54712      Branch: perl
54713            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
54714 ____________________________________________________________________________
54715 [ 22662] By: mhx                                   on 2004/04/05  20:03:03
54716         Log: C<undef> doesn't look like a number. See also:
54717
54718              Subject: Re: [perl #27606] undef "looks like" a number
54719              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
54720              Date: Mon, 15 Mar 2004 22:16:26 +0100
54721              Message-Id: <20040315221626.48061c67@r2d2>
54722      Branch: perl
54723            ! ext/List/Util/lib/List/Util.pm
54724            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
54725            ! pp_ctl.c sv.c
54726 ____________________________________________________________________________
54727 [ 22656] By: nicholas                              on 2004/04/05  15:55:18
54728         Log: Subject: Re: perldelta584
54729              From: Craig Berry <craigberry@mac.com>
54730              Message-ID: <12587569.1081180932766.JavaMail.craigberry@mac.com>
54731              Date: Mon, 05 Apr 2004 11:02:12 -0500
54732
54733              (makes malloc wrap the default on VMS)
54734      Branch: perl
54735            ! configure.com
54736 ____________________________________________________________________________
54737 [ 22654] By: rgs                                   on 2004/04/05  15:24:49
54738         Log: Subject: ref ($proto) || $proto patch
54739              From: Ovid <publiustemp-p5p@yahoo.com>
54740              Date: Sat, 03 Apr 2004 18:59:22 -0800
54741              Message-ID: <406F7A0A.50702@yahoo.com>
54742              (with minor reformatting)
54743      Branch: perl
54744            ! pod/perlobj.pod pod/perltoot.pod
54745 ____________________________________________________________________________
54746 [ 22652] By: rgs                                   on 2004/04/05  12:51:10
54747         Log: Subject: sv_pvutf8n_force and sv_pvbyten_force
54748              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
54749              Date: Wed, 24 Mar 2004 00:16:52 +0900
54750              Message-Id: <20040324001126.098F.BQW10602@nifty.com>
54751      Branch: perl
54752            ! sv.c
54753 ____________________________________________________________________________
54754 [ 22651] By: rgs                                   on 2004/04/05  11:50:10
54755         Log: wantarray docs should mention effect of eval { wantarray }
54756              as reported by Tim Bunce. Add a note to this effect in perlfunc,
54757              and regression tests for it.
54758      Branch: perl
54759            ! pod/perlfunc.pod t/op/wantarray.t
54760 ____________________________________________________________________________
54761 [ 22649] By: nicholas                              on 2004/04/05  08:57:18
54762         Log: More AUTHORS who deserve credit for patches
54763      Branch: perl
54764            ! AUTHORS
54765 ____________________________________________________________________________
54766 [ 22646] By: nicholas                              on 2004/04/04  16:32:54
54767         Log: Hand merge patch from maint back to blead.
54768      Branch: perl
54769            ! ext/threads/threads.pm
54770 ____________________________________________________________________________
54771 [ 22642] By: nicholas                              on 2004/04/04  13:07:50
54772         Log: Bump version numbers for modules that have changed since 5.8.3
54773      Branch: perl
54774            ! ext/B/B/Assembler.pm ext/B/B/Deparse.pm
54775            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/Handle.pm
54776            ! ext/IO/lib/IO/Pipe.pm ext/ODBM_File/ODBM_File.pm
54777            ! ext/threads/threads.pm lib/ExtUtils/Liblist/Kid.pm
54778            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
54779            ! lib/IPC/Open3.pm lib/Unicode/UCD.pm lib/base.pm lib/utf8.pm
54780 ____________________________________________________________________________
54781 [ 22641] By: rgs                                   on 2004/04/02  15:40:15
54782         Log: Fix bug #27940 : \cX escapes weren't working correctly in regular
54783              expression ranges.
54784      Branch: perl
54785            ! t/op/pat.t toke.c
54786 ____________________________________________________________________________
54787 [ 22637] By: davem                                 on 2004/04/02  10:02:06
54788         Log: Subject:  [PATCH] fix utils install problems on VMS
54789              From:  "Craig A. Berry" <craigberry@mac.com>
54790              Date:  Thu, 01 Apr 2004 20:19:53 -0600
54791              Message-Id:  <406CCDC9.7000500@mac.com>
54792
54793              We were not running utils/instmodsh.PL or utils/xsubpp.PL during
54794              the build, so installperl would not find the generated programs at
54795              install time.
54796              Also fixed several problems with the command definitions for the
54797              utilities
54798      Branch: perl
54799            ! configure.com vms/descrip_mms.template
54800 ____________________________________________________________________________
54801 [ 22636] By: davem                                 on 2004/04/01  22:00:40
54802         Log: Subject:  [PATCH] archname salad on VMS
54803              From:  "Craig A. Berry" <craigberry@mac.com>
54804              Date:  Thu, 01 Apr 2004 14:16:32 -0600
54805              Message-Id:  <406C78A0.2070009@mac.com>
54806
54807              sort out architecture-specific directory names for OpenVMS
54808              Itanium port
54809      Branch: perl
54810            ! configure.com vms/descrip_mms.template
54811 ____________________________________________________________________________
54812 [ 22635] By: davem                                 on 2004/04/01  20:27:14
54813         Log: Fix change #22376. Only mark a const as short-circuited
54814              if it's actually a const!
54815      Branch: perl
54816            ! op.c
54817 ____________________________________________________________________________
54818 [ 22630] By: nicholas                              on 2004/04/01  15:15:10
54819         Log: debug the instructions on upgrading Unicode
54820      Branch: perl
54821            ! lib/unicore/README.perl
54822 ____________________________________________________________________________
54823 [ 22625] By: mhx                                   on 2004/04/01  06:01:25
54824         Log: Fix and tests for [perl #28123] Perl optimizes // away incorrectly
54825      Branch: perl
54826            ! op.c t/op/dor.t
54827 ____________________________________________________________________________
54828 [ 22624] By: davem                                 on 2004/03/31  20:33:52
54829         Log: + (\$) prototype = bad free
54830              av_delete() didn't reify. I also updated its description
54831      Branch: perl
54832            ! av.c t/op/args.t
54833 ____________________________________________________________________________
54834 [ 22621] By: nicholas                              on 2004/03/31  15:05:40
54835         Log: Upgrade to Unicode 4.0.1
54836      Branch: perl
54837            + lib/unicore/lib/Katakan2.pl lib/unicore/lib/Sterm.pl
54838            + lib/unicore/lib/Variatio.pl
54839            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabLink.pl
54840            ! lib/unicore/ArabLnkGrp.pl lib/unicore/ArabicShaping.txt
54841            ! lib/unicore/Bidirectional.pl lib/unicore/Blocks.pl
54842            ! lib/unicore/Blocks.txt lib/unicore/Canonical.pl
54843            ! lib/unicore/CaseFolding.txt lib/unicore/Category.pl
54844            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
54845            ! lib/unicore/Jamo.txt lib/unicore/Lbrk.pl
54846            ! lib/unicore/LineBreak.txt lib/unicore/PropList.txt
54847            ! lib/unicore/PropValueAliases.txt lib/unicore/Properties
54848            ! lib/unicore/PropertyAliases.txt lib/unicore/ReadMe.txt
54849            ! lib/unicore/Scripts.pl lib/unicore/Scripts.txt
54850            ! lib/unicore/SpecialCasing.txt lib/unicore/To/Digit.pl
54851            ! lib/unicore/UnicodeData.txt lib/unicore/lib/Arabic.pl
54852            ! lib/unicore/lib/Armenian.pl lib/unicore/lib/Bengali.pl
54853            ! lib/unicore/lib/BidiBN.pl lib/unicore/lib/BidiCS.pl
54854            ! lib/unicore/lib/BidiEN.pl lib/unicore/lib/BidiES.pl
54855            ! lib/unicore/lib/BidiET.pl lib/unicore/lib/BidiL.pl
54856            ! lib/unicore/lib/BidiON.pl lib/unicore/lib/Bopomofo.pl
54857            ! lib/unicore/lib/Braille.pl lib/unicore/lib/Buhid.pl
54858            ! lib/unicore/lib/C.pl lib/unicore/lib/Canadian.pl
54859            ! lib/unicore/lib/Cf.pl lib/unicore/lib/Cherokee.pl
54860            ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Common.pl
54861            ! lib/unicore/lib/Cypriot.pl lib/unicore/lib/Cyrillic.pl
54862            ! lib/unicore/lib/Deseret.pl lib/unicore/lib/Devanaga.pl
54863            ! lib/unicore/lib/Ethiopic.pl lib/unicore/lib/Georgian.pl
54864            ! lib/unicore/lib/Gothic.pl lib/unicore/lib/Greek.pl
54865            ! lib/unicore/lib/Gujarati.pl lib/unicore/lib/Gurmukhi.pl
54866            ! lib/unicore/lib/Han.pl lib/unicore/lib/Hangul.pl
54867            ! lib/unicore/lib/Hanunoo.pl lib/unicore/lib/Hebrew.pl
54868            ! lib/unicore/lib/Hiragana.pl lib/unicore/lib/InCyril2.pl
54869            ! lib/unicore/lib/Inherite.pl lib/unicore/lib/Kannada.pl
54870            ! lib/unicore/lib/Katakana.pl lib/unicore/lib/Khmer.pl
54871            ! lib/unicore/lib/Lao.pl lib/unicore/lib/Latin.pl
54872            ! lib/unicore/lib/Limbu.pl lib/unicore/lib/LinearB.pl
54873            ! lib/unicore/lib/Malayala.pl lib/unicore/lib/Math.pl
54874            ! lib/unicore/lib/Mongolia.pl lib/unicore/lib/Myanmar.pl
54875            ! lib/unicore/lib/Ogham.pl lib/unicore/lib/OldItali.pl
54876            ! lib/unicore/lib/Oriya.pl lib/unicore/lib/Osmanya.pl
54877            ! lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
54878            ! lib/unicore/lib/OtherMat.pl lib/unicore/lib/Runic.pl
54879            ! lib/unicore/lib/Shavian.pl lib/unicore/lib/Sinhala.pl
54880            ! lib/unicore/lib/SoftDott.pl lib/unicore/lib/Syriac.pl
54881            ! lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
54882            ! lib/unicore/lib/TaiLe.pl lib/unicore/lib/Tamil.pl
54883            ! lib/unicore/lib/Telugu.pl lib/unicore/lib/Terminal.pl
54884            ! lib/unicore/lib/Thaana.pl lib/unicore/lib/Thai.pl
54885            ! lib/unicore/lib/Tibetan.pl lib/unicore/lib/Ugaritic.pl
54886            ! lib/unicore/lib/Yi.pl lib/unicore/lib/Z.pl
54887            ! lib/unicore/lib/Zs.pl lib/unicore/version t/op/pat.t
54888 ____________________________________________________________________________
54889 [ 22619] By: merijn                                on 2004/03/31  13:02:32
54890         Log: Regenerated Configure after backported #22571
54891              Some indent leftovers from earlier patches
54892              We don't like double negatives, not even in comment
54893      Branch: perl
54894            ! Configure
54895 ____________________________________________________________________________
54896 [ 22617] By: merijn                                on 2004/03/31  11:33:09
54897         Log: Subject: Re: [PATCH] MIME::Base64 PERL_NO_GET_CONTEXT
54898              From: Gisle Aas <gisle@ActiveState.com>
54899              Date: 30 Mar 2004 04:29:18 -0800
54900              Message-ID: <lrk712bjs1.fsf@caliper.activestate.com>
54901      Branch: perl
54902            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
54903            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
54904 ____________________________________________________________________________
54905 [ 22615] By: nicholas                              on 2004/03/31  08:24:29
54906         Log: Unknowingly for years we've had a test that has assumed the order
54907              of results from readdir. Fixed.
54908      Branch: perl
54909            ! lib/File/Find/t/find.t
54910 ____________________________________________________________________________
54911 [ 22614] By: nicholas                              on 2004/03/30  21:50:15
54912         Log: Subject: Zaurus SL-[78]60 native compile patch
54913              Message-Id: <46DCC0BF-8199-11D8-8D5B-000A95DBB50A@dan.co.jp>
54914              From: Dan Kogai <dankogai@dan.co.jp>
54915              Date: Tue, 30 Mar 2004 00:53:52 +0900
54916      Branch: perl
54917            ! ext/Errno/Errno_pm.PL
54918 ____________________________________________________________________________
54919 [ 22610] By: davem                                 on 2004/03/29  21:20:35
54920         Log: various win32 build fixes
54921
54922              Subject: Re: [PATCH] Re: MinGW/GCC vs MSVC++ on Win32
54923              From: Steve Hay <steve.hay@uk.radan.com>
54924              Date: Tue, 23 Mar 2004 10:42:12 +0000
54925              Message-ID: <40601484.7040905@uk.radan.com>
54926
54927              Subject: [PATCH] distclean on Win32 should delete perl.base
54928              From: Steve Hay <steve.hay@uk.radan.com>
54929              Date: Tue, 23 Mar 2004 11:35:56 +0000
54930              Message-ID: <4060211C.8020704@uk.radan.com>
54931
54932              Subject: Re: [PATCH] Create debug symbols files on Windows even for release
54933              From: Steve Hay <steve.hay@uk.radan.com>
54934              Date: Fri, 26 Mar 2004 10:46:07 +0000
54935              Message-ID: <406409EF.9020404@uk.radan.com>
54936      Branch: perl
54937            ! win32/Makefile win32/makefile.mk
54938 ____________________________________________________________________________
54939 [ 22609] By: davem                                 on 2004/03/29  20:46:36
54940         Log: Subject: [perl #27986] IPC::Open3 fails in mod_perl (tie bug)
54941              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
54942              Date: 26 Mar 2004 21:02:19 -0000
54943              Message-ID: <rt-3.0.8-27986-82842.3.55447645581215@perl.org>
54944
54945              The forked child should make sure STDIN and STDOUT aren't tied
54946              before messing with them
54947      Branch: perl
54948            ! lib/IPC/Open3.pm
54949 ____________________________________________________________________________
54950 [ 22608] By: davem                                 on 2004/03/29  20:10:05
54951         Log: backout change 22606 (make gv_fullname() include a literal '^')
54952              it breaks select.
54953      Branch: perl
54954            ! gv.c t/op/gv.t
54955 ____________________________________________________________________________
54956 [ 22607] By: davem                                 on 2004/03/28  15:10:48
54957         Log: update -Dx to cope with lexical version of OP_AELEMFAST
54958      Branch: perl
54959            ! dump.c
54960 ____________________________________________________________________________
54961 [ 22606] By: davem                                 on 2004/03/28  15:08:23
54962         Log: make gv_fullname() etc include a literal '^' for *^FOO style names
54963      Branch: perl
54964            ! gv.c t/op/gv.t
54965 ____________________________________________________________________________
54966 [ 22605] By: davem                                 on 2004/03/28  13:11:30
54967         Log: pv_display() had code to display \n etc as escapes but it didn't
54968              actually work.
54969      Branch: perl
54970            ! dump.c
54971 ____________________________________________________________________________
54972 [ 22604] By: davem                                 on 2004/03/28  10:55:30
54973         Log: fix typo in change 22597
54974      Branch: perl
54975            ! op.h
54976 ____________________________________________________________________________
54977 [ 22601] By: davem                                 on 2004/03/27  10:22:52
54978         Log: Subject:  [PATCH] -Dusemallocwrap for VMS)
54979              From:  "Craig A. Berry" <craigberry@mac.com>
54980              Date:  Fri, 26 Mar 2004 22:46:50 -0600
54981              Message-Id:  <4065073A.30007@mac.com>
54982
54983              Mimic in configure.com what Configure does to enable or disable
54984              the new feature -Dusemallocwrap
54985      Branch: perl
54986            ! configure.com
54987 ____________________________________________________________________________
54988 [ 22600] By: davem                                 on 2004/03/27  02:04:03
54989         Log: Subject:  [PATCH] don't clean-up perly.* on VMS
54990              From:  "Craig A. Berry" <craigberry@mac.com>
54991              Date:  Fri, 26 Mar 2004 16:54:44 -0600
54992              Message-Id:  <4064B4B4.2030203@mac.com>
54993
54994              refrain from getting rid of perly.c and perly.h now that there are
54995              no longer VMS-specific overrides for these files
54996      Branch: perl
54997            ! vms/descrip_mms.template
54998 ____________________________________________________________________________
54999 [ 22599] By: davem                                 on 2004/03/27  01:54:09
55000         Log: string corruption with lvalue sub
55001              Depending on the context, the same substr OP may want to return
55002              a PVLV or an LV on subsequent invcations. If TARG is the wrong
55003              type, use a mortal instead.
55004      Branch: perl
55005            ! pp.c t/op/substr.t
55006 ____________________________________________________________________________
55007 [ 22597] By: davem                                 on 2004/03/26  18:56:50
55008         Log: Clarify op.h comments for which ops the OPpDEREF* private flags
55009              are actually used; update Concise.pm to match
55010      Branch: perl
55011            ! ext/B/B/Concise.pm op.h
55012 ____________________________________________________________________________
55013 [ 22596] By: davem                                 on 2004/03/26  18:53:09
55014         Log: fix for change #22594; if using test.pl, must tell perl where to
55015              find it!
55016      Branch: perl
55017            ! t/comp/hints.t
55018 ____________________________________________________________________________
55019 [ 22595] By: davem                                 on 2004/03/26  17:28:48
55020         Log: document the return value of an empty sub
55021      Branch: perl
55022            ! pod/perlsub.pod
55023 ____________________________________________________________________________
55024 [ 22594] By: davem                                 on 2004/03/26  13:05:50
55025         Log: - hints hash was being double freed on scope exit
55026      Branch: perl
55027            ! op.c scope.c scope.h t/comp/hints.t
55028 ____________________________________________________________________________
55029 [ 22593] By: ams                                   on 2004/03/26  08:59:15
55030         Log: Subject: Re: [perl #27906] stat documentation correction
55031              From: Andy Lester <andy@petdance.com>
55032              Date: Wed, 24 Mar 2004 21:48:30 -0600
55033              Message-Id: <20040325034830.GA5865@petdance.com>
55034              (Applied with a correction from Spider Boardman.)
55035      Branch: perl
55036            ! pod/perlfunc.pod t/op/stat.t
55037 ____________________________________________________________________________
55038 [ 22592] By: davem                                 on 2004/03/26  01:24:24
55039         Log: fix some comments in perly.y
55040      Branch: perl
55041            ! perly.y
55042 ____________________________________________________________________________
55043 [ 22591] By: davem                                 on 2004/03/26  01:16:55
55044         Log: Blessed reference to anonymous glob
55045              Stop *$$x=$x giving "Attempt to free unreferenced scalar" warning
55046      Branch: perl
55047            ! sv.c t/op/ref.t
55048 ____________________________________________________________________________
55049 [ 22586] By: davem                                 on 2004/03/24  22:16:30
55050         Log: Subject: [perl #27748] 'find2perl' bug: -exec causes chdir error
55051              From: "jdhedden@1979.usna.com (via RT)" <perlbug-followup@perl.org>
55052              Date: 18 Mar 2004 20:25:50 -0000
55053              Message-ID: <rt-3.0.8-27748-82270.2.99482909739062@perl.org>
55054
55055              Cwd code was planted in the output executable after the exit, so
55056              was never run.
55057      Branch: perl
55058            ! x2p/find2perl.PL
55059 ____________________________________________________________________________
55060 [ 22585] By: nicholas                              on 2004/03/24  21:42:25
55061         Log: Remaining smoked platforms where malloc wrap is known to work.
55062              Data for Irix and NetBSD would be useful - they probably will work too.
55063              Will Unicos work? Place bets now...
55064      Branch: perl
55065            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/freebsd.sh
55066            ! hints/hpux.sh hints/linux.sh hints/openbsd.sh
55067            ! hints/solaris_2.sh
55068 ____________________________________________________________________________
55069 [ 22584] By: davem                                 on 2004/03/24  21:14:08
55070         Log: Subject: [perl #27790] split docs: say the string is EXPR
55071              From: Dan Jacobson (via RT) <perlbug-followup@perl.org>
55072              Date: 20 Mar 2004 05:21:07 -0000
55073              Message-ID: <rt-3.0.8-27790-82358.14.5476352902536@perl.org>
55074
55075              Minor documentation nit in split
55076      Branch: perl
55077            ! pod/perlfunc.pod
55078 ____________________________________________________________________________
55079 [ 22582] By: nicholas                              on 2004/03/24  19:15:29
55080         Log: mintest will pass if I skip the correct number of tests. D'oh!
55081      Branch: perl
55082            ! t/op/magic.t
55083 ____________________________________________________________________________
55084 [ 22579] By: nicholas                              on 2004/03/24  14:59:16
55085         Log: Subject: Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32
55086              From: Steve Hay <steve.hay@uk.radan.com>
55087              Message-ID: <40618D1C.7000601@uk.radan.com>
55088              Date: Wed, 24 Mar 2004 13:29:00 +0000
55089      Branch: perl
55090            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
55091            ! win32/config_H.vc64
55092 ____________________________________________________________________________
55093 [ 22578] By: rgs                                   on 2004/03/24  13:54:31
55094         Log: Good catch from Dave Mitchell; plus a null pointer protection.
55095      Branch: perl
55096            ! scope.c
55097 ____________________________________________________________________________
55098 [ 22577] By: nicholas                              on 2004/03/24  11:51:46
55099         Log: Unlike perl, 0 in void context isn't special cased in C :-)
55100              (So it warns). Tweak the no-action malloc wrap checkers to avoid
55101              warnings.
55102      Branch: perl
55103            ! handy.h
55104 ____________________________________________________________________________
55105 [ 22576] By: nicholas                              on 2004/03/24  10:29:16
55106         Log: Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than
55107              NO_MALLOC_WRAP following Configure changes. Identical patch to
55108              mine supplied by Steve Hay while I was working on this.
55109              IP shootout at dawn :-)
55110      Branch: perl
55111            ! makedef.pl
55112 ____________________________________________________________________________
55113 [ 22572] By: nicholas                              on 2004/03/24  09:14:21
55114         Log: Tidy up function prototypes in the light of suidpatch
55115      Branch: perl
55116            ! embed.fnc embed.h perl.c proto.h
55117 ____________________________________________________________________________
55118 [ 22571] By: nicholas                              on 2004/03/23  22:35:09
55119         Log: Make usemallocwrap a Configure-time question. Default is yes for
55120              usedevel, no otherwise, but I'm expecting hints files on known
55121              good platforms to override this. (and known bad)
55122              Demonstration hints file for darwin.
55123      Branch: perl
55124            ! Configure config_h.SH hints/darwin.sh perl.h
55125 ____________________________________________________________________________
55126 [ 22569] By: nicholas                              on 2004/03/23  17:47:44
55127         Log: hv_delete_common was freeing the key, then passing the freed pointer
55128              to S_hv_notallowed. D'oh!
55129      Branch: perl
55130            ! hv.c
55131 ____________________________________________________________________________
55132 [ 22566] By: nicholas                              on 2004/03/23  16:23:58
55133         Log: Unify 5.008 and 5.009's B::Concise 0.58
55134      Branch: perl
55135            ! ext/B/B/Concise.pm
55136 ____________________________________________________________________________
55137 [ 22565] By: nicholas                              on 2004/03/23  16:05:28
55138         Log: Unify 5.008 and 5.009's B::Concise 0.56
55139      Branch: perl
55140            ! ext/B/B/Concise.pm
55141 ____________________________________________________________________________
55142 [ 22564] By: rgs                                   on 2004/03/23  13:43:49
55143         Log: Fix bug [perl #27839] returning @+ out of scope loses its value :
55144
55145              Subject: Re: Wondering about returned regex special arrays on going out of scope
55146              From: hv@crypt.org
55147              Date: Fri, 05 Mar 2004 17:42:25 +0000
55148              Message-Id: <200403051742.i25HgPd11240@zen.crypt.org>
55149
55150              plus a test case.
55151      Branch: perl
55152            ! pp_hot.c t/op/magic.t
55153 ____________________________________________________________________________
55154 [ 22563] By: nicholas                              on 2004/03/23  13:38:11
55155         Log: Subject: [PATCH] 5.9.1 suidperl
55156              From: psz@maths.usyd.edu.au (Paul Szabo)
55157              Message-Id: <200403182117.i2ILHug513080@milan.maths.usyd.edu.au>
55158              Date: Fri, 19 Mar 2004 08:17:56 +1100 (EST)
55159
55160              (which variables renamed as requested, plus tweaks to work on platforms
55161              with no ST_NOEXEC)
55162      Branch: perl
55163            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h
55164 ____________________________________________________________________________
55165 [ 22560] By: rgs                                   on 2004/03/22  21:29:51
55166         Log: Update the -v copyright notice.
55167      Branch: perl
55168            ! perl.c
55169 ____________________________________________________________________________
55170 [ 22559] By: nicholas                              on 2004/03/22  21:05:09
55171         Log: Don't assume that the chmod will always work.
55172              (It won't for files on *BSD where chflags has set uchg, which is
55173              what the OS X perforce client does)
55174      Branch: perl
55175            ! t/op/filetest.t
55176 ____________________________________________________________________________
55177 [ 22557] By: rgs                                   on 2004/03/22  20:46:52
55178         Log: Clarifications on constants subroutines, based on:
55179
55180              Subject: [perl #27768] [patch] wrong examples in perlsub/"Constant Functions"
55181              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
55182              Date: 19 Mar 2004 14:56:09 -0000
55183              Message-ID: <rt-3.0.8-27768-82310.5.12766475665209@perl.org>
55184      Branch: perl
55185            ! pod/perlsub.pod
55186 ____________________________________________________________________________
55187 [ 22556] By: rgs                                   on 2004/03/22  20:30:41
55188         Log: Subject: [PATCH] Re: ../lib/ExtUtils/t/Embed.t failure on Win32/GCC
55189              From: Steve Hay <steve.hay@uk.radan.com>
55190              Date: Mon, 22 Mar 2004 14:44:46 +0000
55191              Message-ID: <405EFBDE.4090209@uk.radan.com>
55192      Branch: perl
55193            ! README.win32
55194 ____________________________________________________________________________
55195 [ 22553] By: rgs                                   on 2004/03/22  19:25:59
55196         Log: Subject: Re: [PATCH] warn on !=~
55197              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
55198              Date: Mon, 22 Mar 2004 10:32:05 -0800
55199              Message-ID: <20040322183106.GA1284@efn.org>
55200
55201              More warnings for this case.
55202      Branch: perl
55203            ! t/lib/warnings/toke toke.c
55204 ____________________________________________________________________________
55205 [ 22549] By: rgs                                   on 2004/03/21  17:22:42
55206         Log: Finally, this "Negative repeat count" warning wasn't such a great
55207              idea. Disable it. But add tests for this :
55208
55209              Subject: Re: [perl #27811] (@x) x -1 is a panic
55210              From: Andy Lester <andy@petdance.com>
55211              Date: Sun, 21 Mar 2004 09:27:04 -0600
55212              Message-ID: <20040321152704.GA9041@petdance.com>
55213      Branch: perl
55214            ! pp.c t/lib/warnings/pp t/op/repeat.t
55215 ____________________________________________________________________________
55216 [ 22548] By: rgs                                   on 2004/03/21  16:40:27
55217         Log: Subject: [PATCH sv.h] Nobody has used SvPVbyte_force?
55218              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
55219              Date: Sun, 21 Mar 2004 21:49:53 +0900
55220              Message-Id: <20040321213628.2461.BQW10602@nifty.com>
55221      Branch: perl
55222            ! sv.h
55223 ____________________________________________________________________________
55224 [ 22547] By: rgs                                   on 2004/03/21  13:36:27
55225         Log: I must be tired today.
55226      Branch: perl
55227            ! lib/utf8.t
55228 ____________________________________________________________________________
55229 [ 22546] By: rgs                                   on 2004/03/21  13:26:33
55230         Log: Silence a gcc warning.
55231      Branch: perl
55232            ! sv.c
55233 ____________________________________________________________________________
55234 [ 22545] By: rgs                                   on 2004/03/21  13:18:01
55235         Log: Subject: Re: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar)
55236              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
55237              Date: Sun, 21 Mar 2004 15:19:22 +0900
55238              Message-Id: <20040321151828.DAC6.BQW10602@nifty.com>
55239      Branch: perl
55240            ! lib/utf8.t sv.c
55241 ____________________________________________________________________________
55242 [ 22544] By: rgs                                   on 2004/03/21  13:12:53
55243         Log: Subject: [PATCH] fix memory bug in vms.c:mp_do_tounixspec
55244              From: "Craig A. Berry" <craigberry@mac.com>
55245              Date: Sat, 20 Mar 2004 21:51:45 -0600
55246              Message-ID: <405D1151.3040308@mac.com>
55247      Branch: perl
55248            ! vms/vms.c
55249 ____________________________________________________________________________
55250 [ 22543] By: rgs                                   on 2004/03/21  13:06:20
55251         Log: Add a new warning "Negative repeat count"
55252              for the cases $x x -1.
55253      Branch: perl
55254            ! pod/perlop.pod pp.c t/lib/warnings/pp
55255 ____________________________________________________________________________
55256 [ 22542] By: rgs                                   on 2004/03/20  11:49:21
55257         Log: Subject: [PATCH] warn on !=~
55258              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
55259              Date: Thu, 18 Mar 2004 22:24:09 -0800
55260              Message-ID: <20040319062035.GA3768@efn.org>
55261
55262              with an improvement suggested by Ton Hospel.
55263      Branch: perl
55264            ! pod/perldiag.pod t/lib/warnings/toke toke.c
55265 ____________________________________________________________________________
55266 [ 22541] By: rgs                                   on 2004/03/20  10:19:59
55267         Log: Subject: makefile.95 tweak
55268              From: Greg Matheson <lang@ms.chinmin.edu.tw>
55269              Date: Fri, 19 Mar 2004 18:15:25 +0800
55270              Message-ID: <20040319181525.A6347@ms.chinmin.edu.tw>
55271      Branch: perl
55272            ! win32/makefile.mk
55273 ____________________________________________________________________________
55274 [ 22540] By: rgs                                   on 2004/03/20  10:15:36
55275         Log: \x80\xFF is not valid UTF-8.
55276      Branch: perl
55277            ! pod/perluniintro.pod
55278 ____________________________________________________________________________
55279 [ 22539] By: rgs                                   on 2004/03/19  23:09:13
55280         Log: Subject: [perl #24821] enhancement patch for B::Concise
55281              From: jim cromie <jcromie@divsol.com>
55282              Date: Wed, 17 Mar 2004 14:12:43 -0700
55283              Message-ID: <4058BF4B.1000004@divsol.com>
55284              (Only the Concise.pm part, with documentation nits)
55285      Branch: perl
55286            ! ext/B/B/Concise.pm
55287 ____________________________________________________________________________
55288 [ 22538] By: nicholas                              on 2004/03/19  12:15:23
55289         Log: Subject:  [PATCH] open.pm: allow upper-cased EUC
55290              From:  Autrijus Tang <autrijus@autrijus.org>
55291              Date:  Fri, 19 Mar 2004 18:27:10 +0800
55292              Message-Id:  <20040319102710.GA91216@aut.dyndns.org>
55293      Branch: perl
55294            ! lib/open.pm
55295 ____________________________________________________________________________
55296 [ 22537] By: nicholas                              on 2004/03/19  11:59:01
55297         Log: Subject: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
55298              From: Jan Dubois <jand@activestate.com>
55299              Message-ID: <lg2k509o51b8openotuetdts6go7pn4udo@4ax.com>
55300              Date: Thu, 18 Mar 2004 13:13:49 -0800
55301
55302              Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
55303              From: Steve Hay <steve.hay@uk.radan.com>
55304              Message-ID: <405ACC6D.1040804@uk.radan.com>
55305              Date: Fri, 19 Mar 2004 10:33:17 +0000
55306      Branch: perl
55307            + win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
55308            + win32/ext/Win32/Win32.xs
55309            - lib/Win32.pod
55310            ! MANIFEST win32/Makefile win32/makefile.mk
55311 ____________________________________________________________________________
55312 [ 22536] By: nicholas                              on 2004/03/19  11:43:35
55313         Log: Change Storable.xs to conditionally include ppport.h for pre 5.8.0
55314              This allows the ppport.h to be deleted from ext/Storable, which will
55315              reduce the potential for confusion.
55316              Bump Storable's version to 2.12; update the ChangeLog
55317      Branch: perl
55318            - ext/Storable/ppport.h
55319            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
55320            ! ext/Storable/README ext/Storable/Storable.pm
55321            ! ext/Storable/Storable.xs
55322 ____________________________________________________________________________
55323 [ 22535] By: nicholas                              on 2004/03/19  11:03:18
55324         Log: Move Beau Cox's ppport.h fixes into PPPort.pm
55325      Branch: perl
55326            ! ext/Devel/PPPort/PPPort.pm
55327 ____________________________________________________________________________
55328 [ 22534] By: rgs                                   on 2004/03/19  10:13:14
55329         Log: Nit in perluniintro about the U0 and C0 templates,
55330              noticed by Steve Hay.
55331      Branch: perl
55332            ! pod/perluniintro.pod
55333 ____________________________________________________________________________
55334 [ 22533] By: ams                                   on 2004/03/19  02:57:40
55335         Log: Subject: [PATCH] Storable PERL_NO_GET_CONTEXT
55336              From: beau@beaucox.com
55337              Date: Thu, 18 Mar 2004 12:45:45 -1000
55338              Message-Id: <20040318_224545_009145.beau@beaucox.com>
55339      Branch: perl
55340            + ext/Storable/ppport.h
55341            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.xs
55342 ____________________________________________________________________________
55343 [ 22532] By: rgs                                   on 2004/03/18  20:33:02
55344         Log: Subject: [PATCH] range operator warnings / 64-bit fix
55345              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
55346              Date: Wed, 10 Mar 2004 21:45:48 +0100
55347              Message-Id: <20040310214548.4f5e3ab1@r2d2>
55348      Branch: perl
55349            ! pp_ctl.c pp_hot.c t/op/range.t
55350 ____________________________________________________________________________
55351 [ 22531] By: davem                                 on 2004/03/18  19:02:32
55352         Log: add code comment for change 22525
55353      Branch: perl
55354            ! pp.c
55355 ____________________________________________________________________________
55356 [ 22530] By: rgs                                   on 2004/03/18  18:21:32
55357         Log: Add a perl592delta.pod man page.
55358      Branch: perl
55359            + pod/perl592delta.pod
55360            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
55361            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
55362            ! win32/pod.mak
55363 ____________________________________________________________________________
55364 [ 22528] By: nicholas                              on 2004/03/18  16:58:06
55365         Log: Corrections and explanations in comments
55366      Branch: perl
55367            ! ext/Storable/Storable.xs
55368 ____________________________________________________________________________
55369 [ 22527] By: nicholas                              on 2004/03/18  16:50:25
55370         Log: Subject:  pumpkin fodder
55371              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
55372              Date:  Fri, 12 Mar 2004 15:16:57 +0200 (EET)
55373              Message-Id:  <200403121316.i2CDGv1Y254951@kosh.hut.fi>
55374      Branch: perl
55375            ! lib/unicore/README.perl
55376 ____________________________________________________________________________
55377 [ 22526] By: rgs                                   on 2004/03/18  14:33:14
55378         Log: Detypo.
55379      Branch: perl
55380            ! makedef.pl
55381 ____________________________________________________________________________
55382 [ 22525] By: davem                                 on 2004/03/18  14:13:16
55383         Log: make ~$x give warning is $x isn't initialised.
55384              Also add test for uninitialised warning in & op.
55385      Branch: perl
55386            ! pp.c t/lib/warnings/sv
55387 ____________________________________________________________________________
55388 [ 22524] By: rgs                                   on 2004/03/18  13:20:07
55389         Log: Try to fix the AIX and Windows builds regarding the
55390              definedness of the PL_memory_wrap symbol.
55391      Branch: perl
55392            ! makedef.pl
55393 ____________________________________________________________________________
55394 [ 22523] By: rgs                                   on 2004/03/18  08:27:34
55395         Log: Bump bleadperl's version number to 5.9.2.
55396      Branch: perl
55397            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
55398            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
55399            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
55400            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
55401            ! win32/makefile.mk wince/Makefile.ce
55402 ____________________________________________________________________________
55403 [ 22521] By: rgs                                   on 2004/03/17  19:13:03
55404         Log: Subject: [PATCH] format/casting/warning RE: perl 5.9.1
55405              From: Robin Barker <Robin.Barker@npl.co.uk>
55406              Date: Wed, 17 Mar 2004 18:37:10 -0000
55407              Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk>
55408      Branch: perl
55409            ! dump.c ext/Socket/Socket.xs pad.c util.c
55410 ____________________________________________________________________________
55411 [ 22520] By: rgs                                   on 2004/03/17  18:20:54
55412         Log: Optimize away the assignment in the constructs C<my $s = undef>,
55413              C<my @a = ()>, C<my %h = ()>.
55414      Branch: perl
55415            ! op.c
55416 ____________________________________________________________________________
55417 [ 22517] By: nicholas                              on 2004/03/17  17:58:44
55418         Log: Subject: malloc wrappage
55419              From: Jarkko Hietaniemi <jhi@iki.fi>
55420              Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi>
55421              Date: Tue, 10 Feb 2004 23:15:14 +0200
55422
55423              plus change croak to Perl_croak_nocontext to make ithread safe
55424              plus make it conditional on PERL_MALLOC_WRAP (default for blead is on)
55425      Branch: perl
55426            ! av.c handy.h perl.h pod/perldiag.pod pp.c
55427 ____________________________________________________________________________
55428 [ 22516] By: nicholas                              on 2004/03/17  16:10:57
55429         Log: Add auto-require of modules to restore overloading (and tests)
55430      Branch: perl
55431            + ext/Storable/t/HAS_OVERLOAD.pm
55432            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
55433            ! ext/Storable/Storable.xs ext/Storable/t/overload.t
55434 ____________________________________________________________________________
55435 [ 22515] By: nicholas                              on 2004/03/17  15:48:03
55436         Log: Add regression tests for the auto-require of STORABLE_thaw
55437      Branch: perl
55438            + ext/Storable/t/HAS_HOOK.pm
55439            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
55440            ! ext/Storable/t/blessed.t
55441 ____________________________________________________________________________
55442 [ 22514] By: nicholas                              on 2004/03/16  22:36:49
55443         Log: Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS
55444              block. This allows the re-entrant API to be used with ithreads,
55445              which in turn permits -Dusethreads -Uuseithreads -Uuse5005threads
55446              (Which may seem inane, but makes perl threaded at the C level
55447              without enabling ithreads)
55448      Branch: perl
55449            ! intrpvar.h
55450 ____________________________________________________________________________
55451 [ 22513] By: rgs                                   on 2004/03/16  21:55:10
55452         Log: Add a lchown() call to the POSIX module. [perl #27547]
55453      Branch: perl
55454            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
55455 ____________________________________________________________________________
55456 [ 22512] By: rgs                                   on 2004/03/16  21:29:41
55457         Log: Subject: [PATCH] Re: Perl and Parrot disagree about sched_yield on Solaris
55458              From: Andrew Dougherty <doughera@lafayette.edu>
55459              Date: Tue, 16 Mar 2004 16:38:58 -0500 (EST)
55460              Message-ID: <Pine.SOL.4.58.0403161635590.27628@maxwell.phys.lafayette.edu>
55461      Branch: perl
55462            ! hints/solaris_2.sh
55463 ____________________________________________________________________________
55464 [ 22511] By: rgs                                   on 2004/03/16  21:27:02
55465         Log: Restore the "DEVEL" locally-applied-patches version tag in blead.
55466      Branch: perl
55467            ! patchlevel.h
55468 ____________________________________________________________________________
55469 [ 22510] By: rgs                                   on 2004/03/16  18:29:39
55470         Log: Update Changes. (again)
55471      Branch: perl
55472            ! Changes
55473 ____________________________________________________________________________
55474 [ 22509] By: rgs                                   on 2004/03/16  18:19:52
55475         Log: Update copyright notices
55476      Branch: perl
55477            ! cop.h cv.h doio.c doop.c dump.c embed.h embed.pl embedvar.h
55478            ! form.h global.sym gv.c handy.h hv.c mg.c op.c op.h opcode.h
55479            ! opcode.pl opnames.h pad.c patchlevel.h perl.c perl.h perlapi.h
55480            ! perlio.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
55481            ! proto.h regexec.c scope.c scope.h sv.c sv.h thread.h
55482            ! universal.c utf8.c util.c
55483 ____________________________________________________________________________
55484 [ 22508] By: rgs                                   on 2004/03/16  16:31:03
55485         Log: Regenerate META.yml
55486      Branch: perl
55487            ! META.yml
55488 ____________________________________________________________________________
55489 [ 22507] By: rgs                                   on 2004/03/16  15:36:32
55490         Log: Update Changes.
55491      Branch: perl
55492            ! Changes
55493 ____________________________________________________________________________
55494 [ 22506] By: rgs                                   on 2004/03/16  15:32:42
55495         Log: This is 5.9.1.
55496      Branch: perl
55497            ! patchlevel.h
55498 ____________________________________________________________________________
55499 [ 22505] By: rgs                                   on 2004/03/16  15:28:55
55500         Log: We'll ship 5.9.1 today.
55501      Branch: perl
55502            ! pod/perlhist.pod
55503 ____________________________________________________________________________
55504 [ 22504] By: rgs                                   on 2004/03/16  15:25:22
55505         Log: More perldelta updates.
55506      Branch: perl
55507            ! pod/perl591delta.pod
55508 ____________________________________________________________________________
55509 [ 22503] By: rgs                                   on 2004/03/16  13:23:34
55510         Log: Since the signature.t test of CPAN relies on a non-core module,
55511              it's not relevant to the perl core distribution.
55512      Branch: perl
55513            - lib/CPAN/t/signature.t
55514            ! MANIFEST
55515 ____________________________________________________________________________
55516 [ 22502] By: rgs                                   on 2004/03/15  21:54:56
55517         Log: Fix the order of arguments in the usage message of
55518              POSIX::chown(). It's different from the POSIX order but
55519              it's the same than CORE::chown(). Damn.
55520      Branch: perl
55521            ! ext/POSIX/POSIX.pm
55522 ____________________________________________________________________________
55523 [ 22501] By: rgs                                   on 2004/03/15  17:09:26
55524         Log: Subject: Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
55525              From: Steve Hay <steve.hay@uk.radan.com>
55526              Date: Mon, 15 Mar 2004 10:28:02 +0000
55527              Message-ID: <40558532.30002@uk.radan.com>
55528
55529              Plus, restore patch #22489
55530      Branch: perl
55531            ! win32/Makefile win32/makefile.mk
55532 ____________________________________________________________________________
55533 [ 22500] By: davem                                 on 2004/03/14  20:13:47
55534         Log: scope exit could expose freed local() value
55535      Branch: perl
55536            ! scope.c t/op/localref.t
55537 ____________________________________________________________________________
55538 [ 22499] By: davem                                 on 2004/03/14  17:01:34
55539         Log: strict 'subs' didn't warn on bareword array index
55540      Branch: perl
55541            ! op.c t/lib/strict/subs
55542 ____________________________________________________________________________
55543 [ 22498] By: rgs                                   on 2004/03/14  12:52:17
55544         Log: Four Storable patches towards Storable 2.11 :
55545
55546              Subject: Re: [perl #27616] Storable can't freeze restricted hashes in canonical order
55547              From: Nicholas Clark <nick@ccl4.org>
55548              Date: Sat, 13 Mar 2004 15:13:28 +0000
55549              Message-ID: <20040313151327.GS701@plum.flirble.org>
55550
55551              Date: Sat, 13 Mar 2004 20:23:45 +0000
55552              Message-ID: <20040313202345.GX701@plum.flirble.org>
55553
55554              Date: Sat, 13 Mar 2004 22:20:07 +0000
55555              Message-ID: <20040313222007.GZ701@plum.flirble.org>
55556
55557              Date: Sat, 13 Mar 2004 23:03:46 +0000
55558              Message-ID: <20040313230345.GB701@plum.flirble.org>
55559      Branch: perl
55560            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
55561            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
55562            ! ext/Storable/t/restrict.t
55563 ____________________________________________________________________________
55564 [ 22497] By: rgs                                   on 2004/03/13  21:27:57
55565         Log: Subject: [perl #27567] [patch] a typo and a mistake in perltoot.pod
55566              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
55567              Date: 10 Mar 2004 17:05:09 -0000
55568              Message-ID: <rt-3.0.8-27567-81174.13.282806825515@perl.org>
55569      Branch: perl
55570            ! pod/perltoot.pod
55571 ____________________________________________________________________________
55572 [ 22496] By: rgs                                   on 2004/03/13  21:16:59
55573         Log: More small perldelta updates.
55574      Branch: perl
55575            ! pod/perl591delta.pod
55576 ____________________________________________________________________________
55577 [ 22495] By: rgs                                   on 2004/03/13  20:05:20
55578         Log: Revert change #22489, that seems to cause build failures on Windows.
55579      Branch: perl
55580            ! win32/Makefile win32/makefile.mk
55581 ____________________________________________________________________________
55582 [ 22494] By: rgs                                   on 2004/03/13  19:55:43
55583         Log: Subject: Re: [PATCH] Stop splitpod truncating sprintf manpage
55584              From: Steve Hay <steve.hay@uk.radan.com>
55585              Date: Fri, 12 Mar 2004 08:38:41 +0000
55586              Message-ID: <40517711.9030204@uk.radan.com>
55587      Branch: perl
55588            ! pod/splitpod
55589 ____________________________________________________________________________
55590 [ 22493] By: rgs                                   on 2004/03/12  23:39:16
55591         Log: perl591delta nits. Regenerate the tables of contents.
55592      Branch: perl
55593            ! pod/perl591delta.pod pod/perlmodlib.pod pod/perltoc.pod
55594 ____________________________________________________________________________
55595 [ 22492] By: rgs                                   on 2004/03/12  21:35:49
55596         Log: Update perl591delta. Include a small to-do list in it.
55597      Branch: perl
55598            ! pod/perl591delta.pod
55599 ____________________________________________________________________________
55600 [ 22491] By: rgs                                   on 2004/03/12  20:08:31
55601         Log: Subject: [PATCH] Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12
55602              From: Tels <perl_dummy@bloodgate.com>
55603              Date: Fri, 12 Mar 2004 18:02:30 +0100
55604              Message-Id: <200403121802.31679@bloodgate.com>
55605      Branch: perl
55606            + lib/Math/BigInt/t/_e_math.t
55607            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt/t/bare_mbf.t
55608            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
55609            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
55610            ! lib/bigint.pm lib/bignum.pm
55611 ____________________________________________________________________________
55612 [ 22490] By: rgs                                   on 2004/03/12  18:31:12
55613         Log: Fix a bug in the cloning of regexps
55614
55615              Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread
55616              From: hv@crypt.org
55617              Date: Thu, 11 Mar 2004 16:21:50 +0000
55618              Message-Id: <200403111621.i2BGLoi20225@zen.crypt.org>
55619              (plus another similar fix)
55620      Branch: perl
55621            ! sv.c
55622 ____________________________________________________________________________
55623 [ 22489] By: rgs                                   on 2004/03/12  18:26:34
55624         Log: Subject: [PATCH] Fix minitest target in Win32 makefiles
55625              From: Steve Hay <steve.hay@uk.radan.com>
55626              Date: Fri, 12 Mar 2004 15:52:23 +0000
55627              Message-ID: <4051DCB7.107@uk.radan.com>
55628      Branch: perl
55629            ! win32/Makefile win32/makefile.mk
55630 ____________________________________________________________________________
55631 [ 22488] By: rgs                                   on 2004/03/11  22:57:29
55632         Log: Document the new behaviour of the substr lvalue :
55633              Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue window
55634              From: Dave Mitchell <davem@fdisolutions.com>
55635              Date: Mon, 1 Mar 2004 23:59:21 +0000
55636              Message-ID: <20040301235921.GC6469@fdisolutions.com>
55637      Branch: perl
55638            ! pod/perlfunc.pod
55639 ____________________________________________________________________________
55640 [ 22485] By: davem                                 on 2004/03/11  14:52:58
55641         Log: make op/write.t work better under stdio by running the subtests
55642              in the child process rather than the parent.
55643      Branch: perl
55644            ! t/op/write.t
55645 ____________________________________________________________________________
55646 [ 22484] By: merijn                                on 2004/03/11  10:08:17
55647         Log: Subject: Re: [PATCH] Re: Proposal to remove support for MachTen
55648              From: Dominic Dunlop <shouldbedomo@mac.com>
55649              Date: Thu, 11 Mar 2004 10:34:01 +0100
55650              Message-Id: <3B07B7FC-733F-11D8-AC24-000A27839BD6@mac.com>
55651      Branch: perl
55652            ! README.machten hints/machten.sh
55653 ____________________________________________________________________________
55654 [ 22483] By: nicholas                              on 2004/03/10  20:38:49
55655         Log: croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake
55656              back this out until we have a tangible policy
55657      Branch: perl
55658            ! sv.c
55659 ____________________________________________________________________________
55660 [ 22482] By: rgs                                   on 2004/03/10  16:16:00
55661         Log: Upgrade to Cwd 2.17.
55662      Branch: perl
55663            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
55664 ____________________________________________________________________________
55665 [ 22481] By: rgs                                   on 2004/03/10  10:55:12
55666         Log: Subject: Re: [PATCH] More "distclean" tidy ups on Win32
55667              From: Steve Hay <steve.hay@uk.radan.com>
55668              Date: Wed, 10 Mar 2004 10:58:15 +0000
55669              Message-ID: <404EF4C7.9090107@uk.radan.com>
55670      Branch: perl
55671            ! win32/Makefile win32/makefile.mk
55672 ____________________________________________________________________________
55673 [ 22480] By: rgs                                   on 2004/03/10  09:25:36
55674         Log: Change 22476 left out a similar fix for ExtUtils::MM_Win32
55675              (noticed by Steve Hay.)
55676              Also, update MANIFEST.SKIP to be in line with the renaming
55677              "blibdirs" to "blibdirs.exists".
55678      Branch: perl
55679            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Win32.pm
55680 ____________________________________________________________________________
55681 [ 22479] By: rgs                                   on 2004/03/10  09:07:03
55682         Log: A patch by Richard Foley to reduce the amount of
55683              forkage between the 5.8 and 5.9 debuggers.
55684      Branch: perl
55685            ! lib/perl5db.pl
55686 ____________________________________________________________________________
55687 [ 22478] By: chip                                  on 2004/03/09  23:51:41
55688         Log: In line-buffered mode, flush on the *last* newline,
55689              not on every newline.
55690      Branch: perl
55691            ! perlio.c
55692 ____________________________________________________________________________
55693 [ 22477] By: rgs                                   on 2004/03/09  22:27:22
55694         Log: Subject: [PATCH] More "distclean" tidy ups on Win32
55695              From: Steve Hay <steve.hay@uk.radan.com>
55696              Date: Fri, 05 Mar 2004 09:56:36 +0000
55697              Message-ID: <40484ED4.1050001@uk.radan.com>
55698              (only the win32 makefiles part)
55699      Branch: perl
55700            ! win32/Makefile win32/makefile.mk
55701 ____________________________________________________________________________
55702 [ 22476] By: rgs                                   on 2004/03/09  21:45:49
55703         Log: Subject: [PATCH] bleadperl/MM/VMS (was Re: perl@22413)
55704              From: "Craig A. Berry" <craigberry@mac.com>
55705              Date: Mon, 08 Mar 2004 08:18:43 -0600
55706              Message-ID: <404C80C3.6090009@mac.com>
55707
55708              Avoid to build everything twice on VMS.
55709              This is done by renaming the blibdirs target to blibdirs.exists.
55710              No, I don't understand why.
55711      Branch: perl
55712            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
55713            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
55714            ! lib/ExtUtils/t/INST_PREFIX.t
55715 ____________________________________________________________________________
55716 [ 22474] By: rgs                                   on 2004/03/09  20:29:02
55717         Log: Improve the "Prototype mismatch" error message when
55718              the redefined subroutine didn't have any prototype.
55719      Branch: perl
55720            ! op.c t/comp/redef.t
55721 ____________________________________________________________________________
55722 [ 22473] By: mhx                                   on 2004/03/09  19:09:20
55723         Log: Revert change #22472, but keep the new tests.
55724      Branch: perl
55725            ! pp_ctl.c t/op/range.t
55726 ____________________________________________________________________________
55727 [ 22472] By: mhx                                   on 2004/03/09  18:41:15
55728         Log: Subject: Re: undef and the range operator
55729              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
55730              Date: Mon, 8 Mar 2004 21:49:55 +0100
55731              Message-Id: <20040308214955.3d8be3a6@r2d2>
55732      Branch: perl
55733            ! pp_ctl.c t/op/range.t
55734 ____________________________________________________________________________
55735 [ 22471] By: nicholas                              on 2004/03/09  16:11:37
55736         Log: Make a temporary copy of the input buffer in pp_send, so that send
55737              and syswrite don't gratuitously upgrade their input to UTF8
55738      Branch: perl
55739            ! pp_sys.c t/op/sysio.t
55740 ____________________________________________________________________________
55741 [ 22470] By: rgs                                   on 2004/03/09  15:27:38
55742         Log: Upgrade to Cwd 2.16
55743      Branch: perl
55744            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
55745 ____________________________________________________________________________
55746 [ 22469] By: rgs                                   on 2004/03/09  14:56:10
55747         Log: Upgrade to CGI.pm 3.04.
55748      Branch: perl
55749            ! lib/CGI.pm lib/CGI/Cookie.pm
55750 ____________________________________________________________________________
55751 [ 22468] By: rgs                                   on 2004/03/08  15:35:59
55752         Log: perl591delta.pod update.
55753      Branch: perl
55754            ! pod/perl591delta.pod
55755 ____________________________________________________________________________
55756 [ 22467] By: rgs                                   on 2004/03/08  10:43:23
55757         Log: Another makefile portability fix for Win32 by Steve Hay.
55758      Branch: perl
55759            ! win32/Makefile win32/makefile.mk
55760 ____________________________________________________________________________
55761 [ 22466] By: rgs                                   on 2004/03/08  08:06:33
55762         Log: Subject: [PATCH] win32_fstat has a potential buffer overrun problem
55763              From: Jan Dubois <jand@ActiveState.com>
55764              Date: Sun, 07 Mar 2004 17:04:35 -0800
55765              Message-ID: <8lgn409p4k2kpde8d428d7a4r7fsgjc8b4@4ax.com>
55766      Branch: perl
55767            ! win32/win32.c
55768 ____________________________________________________________________________
55769 [ 22465] By: nicholas                              on 2004/03/07  23:31:49
55770         Log: Fix Dave's original shared hash key corruption bug
55771      Branch: perl
55772            ! sv.c
55773 ____________________________________________________________________________
55774 [ 22463] By: nicholas                              on 2004/03/07  21:34:01
55775         Log: Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test
55776              in utf8.t, and fix 3 bugs it exposed in utfhash.t
55777      Branch: perl
55778            ! lib/utf8.t sv.c t/op/utfhash.t
55779 ____________________________________________________________________________
55780 [ 22462] By: rgs                                   on 2004/03/07  20:34:05
55781         Log: Subject: undef and the range operator
55782              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
55783              Date: Sun, 7 Mar 2004 21:11:20 +0100
55784              Message-Id: <20040307211120.10e46933@r2d2>
55785      Branch: perl
55786            ! pp_ctl.c t/op/range.t
55787 ____________________________________________________________________________
55788 [ 22459] By: rgs                                   on 2004/03/07  18:41:36
55789         Log: Subject: Re: [PATCH Cwd 2.15] test tweak for VMS
55790              From: "Ken Williams" <ken@mathforum.org>
55791              Date: Sun, 7 Mar 2004 09:37:19 -0600
55792              Message-Id: <51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org>
55793      Branch: perl
55794            ! ext/Cwd/t/cwd.t
55795 ____________________________________________________________________________
55796 [ 22456] By: rgs                                   on 2004/03/07  14:08:43
55797         Log: Subject: [PATCH t/op/closure.t] line-end tweak for VMS
55798              From: "Craig A. Berry" <craigberry@mac.com>
55799              Date: Sat, 06 Mar 2004 22:50:25 -0600
55800              Message-ID: <404AAA11.8050001@mac.com>
55801      Branch: perl
55802            ! t/op/closure.t
55803 ____________________________________________________________________________
55804 [ 22452] By: rgs                                   on 2004/03/06  21:24:45
55805         Log: Subject: [PATCH Cwd 2.15] test tweak for VMS
55806              From: "Craig A. Berry" <craigberry@mac.com>
55807              Date: Sat, 06 Mar 2004 13:51:55 -0600
55808              Message-ID: <404A2BDB.8030401@mac.com>
55809      Branch: perl
55810            ! ext/Cwd/t/cwd.t
55811 ____________________________________________________________________________
55812 [ 22451] By: rgs                                   on 2004/03/06  21:09:10
55813         Log: Allow syslog() to use numeric constants in addition to strings for
55814              facility names and priorities.
55815
55816              Subject: Patch for Sys::Syslog
55817              From: Jim Schneider <jschneid@netilla.com>
55818              Date: Fri, 5 Mar 2004 14:03:10 -0500
55819              Message-Id: <200403051403.10674.jschneid@netilla.com>
55820      Branch: perl
55821            ! ext/Sys/Syslog/Syslog.pm
55822 ____________________________________________________________________________
55823 [ 22446] By: nicholas                              on 2004/03/06  16:13:48
55824         Log: Make threads tests pass make minitest (by skipping)
55825      Branch: perl
55826            ! t/op/getpid.t t/op/threads.t
55827 ____________________________________________________________________________
55828 [ 22445] By: davem                                 on 2004/03/06  15:25:32
55829         Log: fix coredump in /(?{sub{}})/
55830      Branch: perl
55831            ! pad.c
55832 ____________________________________________________________________________
55833 [ 22444] By: rgs                                   on 2004/03/05  21:19:06
55834         Log: A small perluniintro clarification by Jarkko.
55835      Branch: perl
55836            ! pod/perluniintro.pod
55837 ____________________________________________________________________________
55838 [ 22443] By: rgs                                   on 2004/03/05  14:13:50
55839         Log: Subject: [PATCH] Re: Strange segfault
55840              From: mhx-perl@gmx.net (Marcus Holland-Moritz)
55841              Date: Fri, 5 Mar 2004 15:13:53 +0100
55842              Message-ID: <20040305151353.5f3e913c@r2d2>
55843      Branch: perl
55844            ! pp_ctl.c t/op/range.t
55845 ____________________________________________________________________________
55846 [ 22442] By: rgs                                   on 2004/03/05  09:31:22
55847         Log: Subject: [PATCH] Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32
55848              From: steve.hay@uk.radan.com (Steve Hay)
55849              Date: Fri, 05 Mar 2004 09:42:32 +0000
55850              Message-ID: <40484B88.7070608@uk.radan.com>
55851      Branch: perl
55852            ! win32/makefile.mk
55853 ____________________________________________________________________________
55854 [ 22441] By: rgs                                   on 2004/03/05  08:53:08
55855         Log: Change 22436 broke the Windows build.
55856              Fix by Steve Hay.
55857      Branch: perl
55858            ! ext/POSIX/POSIX.xs
55859 ____________________________________________________________________________
55860 [ 22440] By: davem                                 on 2004/03/05  00:09:23
55861         Log: silence some compiler warnings
55862      Branch: perl
55863            ! pp_ctl.c sv.c
55864 ____________________________________________________________________________
55865 [ 22439] By: davem                                 on 2004/03/04  23:56:42
55866         Log: ensure utf8::encode() normalises its arg
55867      Branch: perl
55868            ! sv.c
55869 ____________________________________________________________________________
55870 [ 22438] By: davem                                 on 2004/03/04  23:32:38
55871         Log: Memory leak in continue loop
55872              make sure redo always frees temps
55873      Branch: perl
55874            ! pp_ctl.c t/op/loopctl.t
55875 ____________________________________________________________________________
55876 [ 22437] By: davem                                 on 2004/03/04  22:03:17
55877         Log: Add perldiag entry for change #22435 (deprecate my $x if 0)
55878      Branch: perl
55879            ! pod/perldiag.pod
55880 ____________________________________________________________________________
55881 [ 22436] By: rgs                                   on 2004/03/04  21:52:18
55882         Log: Subject: [PATCH] Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
55883              From: Andrew Dougherty <doughera@lafayette.edu>
55884              Date: Thu, 4 Mar 2004 14:41:07 -0500 (EST)
55885              Message-ID: <Pine.SOL.4.58.0403041438350.5863@maxwell.phys.lafayette.edu>
55886      Branch: perl
55887            ! ext/POSIX/POSIX.xs
55888 ____________________________________________________________________________
55889 [ 22435] By: davem                                 on 2004/03/04  21:39:47
55890         Log: add deprecation warning for my $x if 0
55891      Branch: perl
55892            ! op.c t/lib/warnings/op
55893 ____________________________________________________________________________
55894 [ 22434] By: davem                                 on 2004/03/04  21:38:57
55895         Log: remove an 'if $a if 0' from AutoSplit.t
55896      Branch: perl
55897            ! lib/AutoSplit.t
55898 ____________________________________________________________________________
55899 [ 22433] By: davem                                 on 2004/03/04  20:33:44
55900         Log: retract 22328 and 22332: deprecation warning for my $x if foo
55901      Branch: perl
55902            ! embed.h op.c opcode.h opcode.pl pod/perldiag.pod pp.sym
55903            ! pp_proto.h t/lib/warnings/op
55904 ____________________________________________________________________________
55905 [ 22432] By: rgs                                   on 2004/03/04  12:18:11
55906         Log: Maintainers.pl update by MJD.
55907      Branch: perl
55908            ! Porting/Maintainers.pl
55909 ____________________________________________________________________________
55910 [ 22431] By: rgs                                   on 2004/03/04  10:35:59
55911         Log: Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3
55912              (by Steve Hay)
55913      Branch: perl
55914            + t/win32/getosversion.t
55915            ! MANIFEST win32/win32.c
55916 ____________________________________________________________________________
55917 [ 22430] By: rgs                                   on 2004/03/04  08:03:54
55918         Log: Clarify the difference between utf8::downgrade/upgrade
55919              and utf8::encode/decode (patch by Jarkko).
55920      Branch: perl
55921            ! lib/utf8.pm pod/perluniintro.pod
55922 ____________________________________________________________________________
55923 [ 22429] By: rgs                                   on 2004/03/03  23:01:56
55924         Log: A couple of notes in perl591delta
55925              (about Benchmark and the debugger.)
55926      Branch: perl
55927            ! pod/perl591delta.pod
55928 ____________________________________________________________________________
55929 [ 22428] By: rgs                                   on 2004/03/03  22:15:42
55930         Log: Subject: [PATCH] simplify sv.h
55931              From: Arthur Bergman <sky@nanisky.com>
55932              Date: Sun, 29 Feb 2004 22:04:53 +0000
55933              Message-Id: <4D3C272C-6B03-11D8-B799-000A95A2734C@nanisky.com>
55934      Branch: perl
55935            ! sv.h
55936 ____________________________________________________________________________
55937 [ 22427] By: rgs                                   on 2004/03/03  21:55:03
55938         Log: Speed up the unicode case mappings (for /i, lc, uc, etc).
55939              Subject: [PATCH] [perl #24826]
55940              From: Jarkko Hietaniemi <jhi@iki.fi>
55941              Date: Wed, 3 Mar 2004 09:37:21 +0200
55942              Message-Id: <9B5CBF96-6CE5-11D8-83B0-00039362CB92@iki.fi>
55943      Branch: perl
55944            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
55945            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
55946            ! lib/unicore/mktables t/uni/case.pl utf8.c
55947 ____________________________________________________________________________
55948 [ 22426] By: rgs                                   on 2004/03/03  21:04:48
55949         Log: Subject: [PATCH] debugger (5.8.x and 5.9.x)
55950              From: Richard.Foley@t-online.de (Richard Foley)
55951              Date: Wed, 3 Mar 2004 16:10:25 +0100
55952              Message-Id: <200403031610.25080.richard.foley@rfi.net>
55953      Branch: perl
55954            ! lib/perl5db.pl
55955 ____________________________________________________________________________
55956 [ 22425] By: davem                                 on 2004/03/03  00:02:51
55957         Log: stop t/op/write.t failures under stdio by always closing files
55958              before reading them back; also replace `cat file` with a function
55959              to read in the file
55960      Branch: perl
55961            ! t/op/write.t
55962 ____________________________________________________________________________
55963 [ 22424] By: nicholas                              on 2004/03/02  22:22:49
55964         Log: Change the skip logic on the unicode tests so that they don't rely on
55965              miniperl's "dynamic loading unavailable" message
55966      Branch: perl
55967            ! t/uni/chomp.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
55968            ! t/uni/tr_utf8.t
55969 ____________________________________________________________________________
55970 [ 22423] By: nicholas                              on 2004/03/02  22:02:36
55971         Log: Work on eliminating systematic failures on make minitest:
55972              make minitest passes a -minitest flag to t/TEST
55973              t/TEST sees this and sets $ENV{PERL_CORE_MINITEST}
55974              Tests can choose to skip based on this.
55975              (Other tactic is to make loading of Errno by %! happen at run time.)
55976      Branch: perl
55977            ! Makefile.SH t/TEST t/io/binmode.t t/io/crlf.t t/io/layers.t
55978            ! t/io/open.t t/io/print.t t/io/read.t t/op/magic.t
55979 ____________________________________________________________________________
55980 [ 22422] By: davem                                 on 2004/03/02  21:33:22
55981         Log: Remove machine-dependent rounding dependency from write overflow
55982              tests
55983      Branch: perl
55984            ! t/op/write.t
55985 ____________________________________________________________________________
55986 [ 22421] By: rgs                                   on 2004/03/02  21:25:12
55987         Log: Subject: [PATCH] nmake distclean cleans too much from lib/Digest on Win32
55988              From: Steve Hay <steve.hay@uk.radan.com>
55989              Date: Fri, 27 Feb 2004 17:42:26 +0000
55990              Message-ID: <403F8182.5090607@uk.radan.com>
55991      Branch: perl
55992            ! win32/Makefile win32/makefile.mk
55993 ____________________________________________________________________________
55994 [ 22419] By: davem                                 on 2004/03/01  22:17:52
55995         Log: add tests for change 22414 (lvalue substr jollity)
55996              courtesy of Graham Barr.
55997      Branch: perl
55998            ! t/op/substr.t
55999 ____________________________________________________________________________
56000 [ 22418] By: davem                                 on 2004/03/01  22:00:11
56001         Log: integrate Time::HiRes 1.56 from CPAN
56002              (which is itself mostly derived from the bleedperl version)
56003      Branch: perl
56004            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
56005            ! ext/Time/HiRes/Makefile.PL
56006 ____________________________________________________________________________
56007 [ 22417] By: mhx                                   on 2004/02/29  21:46:19
56008         Log: Make panics a bit more verbose to ease debugging.
56009      Branch: perl
56010            ! thread.h
56011 ____________________________________________________________________________
56012 [ 22415] By: davem                                 on 2004/02/29  18:06:45
56013         Log: make test breaks permissions on /dev/tty
56014              perl -i could fchmod(stdin) by mistake
56015      Branch: perl
56016            ! doio.c
56017 ____________________________________________________________________________
56018 [ 22414] By: davem                                 on 2004/02/29  16:21:34
56019         Log: Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue
56020              From: Graham Barr <gbarr@pobox.com>
56021              Date: Wed, 29 Oct 2003 09:56:53 +0000
56022              Message-Id: <3993BF6C-09F6-11D8-B6DD-0003938857CC@pobox.com>
56023
56024              make a variable aliased to an lvalue substr value work as expected
56025      Branch: perl
56026            ! mg.c
56027 ____________________________________________________________________________
56028 [ 22411] By: nicholas                              on 2004/02/29  13:08:28
56029         Log: Bump Socket's version to a real floating point value
56030      Branch: perl
56031            ! ext/Socket/Socket.pm
56032 ____________________________________________________________________________
56033 [ 22410] By: ams                                   on 2004/02/29  04:29:24
56034         Log: Back out _01 version suffix.
56035      Branch: perl
56036            ! ext/Storable/Storable.pm
56037 ____________________________________________________________________________
56038 [ 22409] By: davem                                 on 2004/02/28  23:29:10
56039         Log: Bump version numbers of moules affected by change #22258
56040              (removing /tmp and other insecurities)
56041      Branch: perl
56042            ! ext/DB_File/DB_File.pm ext/Devel/PPPort/PPPort.pm
56043            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
56044            ! ext/Time/HiRes/HiRes.pm lib/CGI/Cookie.pm
56045            ! lib/ExtUtils/MakeMaker.pm lib/Memoize.pm lib/Shell.pm
56046            ! lib/perl5db.pl
56047 ____________________________________________________________________________
56048 [ 22408] By: davem                                 on 2004/02/28  22:37:08
56049         Log: make the bison-based parser threadsafe and capable of deep
56050              recursion by eradicating Perl_yylex_r()
56051      Branch: perl
56052            ! embed.fnc embed.h embedvar.h intrpvar.h mg.c perl.h perlapi.h
56053            ! perly.c proto.h toke.c
56054 ____________________________________________________________________________
56055 [ 22407] By: nicholas                              on 2004/02/28  16:10:20
56056         Log: Use File::Temp for tempfiles if it is available.
56057              (Based on a patch from Solar Designer <solar@openwall.com> in
56058              Message-ID: <20040125222218.GA13499@openwall.com>, the bulk of which
56059              was applied as change 22258)
56060      Branch: perl
56061            ! utils/perlbug.PL
56062 ____________________________________________________________________________
56063 [ 22406] By: mhx                                   on 2004/02/28  15:04:41
56064         Log: Fix segfaults when running under -Dx.
56065      Branch: perl
56066            ! dump.c
56067 ____________________________________________________________________________
56068 [ 22403] By: nicholas                              on 2004/02/27  17:56:30
56069         Log: Assimilate Cwd 2.15 from CPAN
56070      Branch: perl
56071            ! ext/Cwd/Changes lib/Cwd.pm
56072 ____________________________________________________________________________
56073 [ 22401] By: nicholas                              on 2004/02/27  16:27:19
56074         Log: Create a new local $_ without triggering tie by using local *_ = \my $a
56075              (an idea from Ton Hospel, Message-Id: <c1igq3$n84$1@post.home.lunix>)
56076      Branch: perl
56077            ! lib/File/Find.pm lib/File/Find/t/find.t
56078 ____________________________________________________________________________
56079 [ 22400] By: merijn                                on 2004/02/27  15:25:27
56080         Log: When threads are active we need -lpthread, but previous `fix' of
56081              now linked libraries invalidated the regex for sed (AIX 5 has no
56082              seperate libc.a and libc_r.a the latter links to the first)
56083      Branch: perl
56084            ! hints/aix.sh
56085 ____________________________________________________________________________
56086 [ 22397] By: nicholas                              on 2004/02/27  13:13:43
56087         Log: Correct thinko in comment.
56088      Branch: perl
56089            ! op.c
56090 ____________________________________________________________________________
56091 [ 22393] By: nicholas                              on 2004/02/27  10:41:39
56092         Log: In hsplit, if a normal hash has placeholders then clear them before
56093              splitting. We can do this safely because Storable ensures hsplit is
56094              not called while it builds restricted hashes (actually any hashes)
56095              This change may not make things faster, but now we have the choice.
56096      Branch: perl
56097            ! ext/Storable/t/restrict.t hv.c
56098 ____________________________________________________________________________
56099 [ 22391] By: nicholas                              on 2004/02/27  10:27:38
56100         Log: My re-implementation of hv_clear_placeholders was buggy - not sure why
56101              the tests still passed. Fixed.
56102      Branch: perl
56103            ! hv.c
56104 ____________________________________________________________________________
56105 [ 22383] By: nicholas                              on 2004/02/26  14:59:40
56106         Log: Moving all the e-mail addresses over by 1 column makes them start on
56107              an 8 column tabstop, which makes editing this file easier.
56108              So then I replaced spaces with tabs and made it smaller too.
56109      Branch: perl
56110            ! AUTHORS
56111 ____________________________________________________________________________
56112 [ 22382] By: nicholas                              on 2004/02/26  14:49:13
56113         Log: Add Mark Fowler
56114      Branch: perl
56115            ! AUTHORS
56116 ____________________________________________________________________________
56117 [ 22381] By: nicholas                              on 2004/02/26  13:11:07
56118         Log: Integrate:
56119              [ 22339]
56120              Mention 5.005_04 RC2
56121
56122              [ 22360]
56123              Update for 5.005_04 release
56124      Branch: perl
56125           !> pod/perlhist.pod
56126 ____________________________________________________________________________
56127 [ 22380] By: rgs                                   on 2004/02/26  13:03:43
56128         Log: Subject: [PATCH] Improved perlapi documentation for croak
56129              From: Mark Fowler <mark@twoshortplanks.com>
56130              Date: Wed, 25 Feb 2004 22:47:21 +0000 (GMT)
56131              Message-ID: <Pine.LNX.4.55.0402252242510.32152@gan.twoshortplanks.com>
56132
56133              (and regenerate perlapi.pod.)
56134      Branch: perl
56135            ! pod/perlapi.pod util.c
56136 ____________________________________________________________________________
56137 [ 22379] By: merijn                                on 2004/02/26  08:44:53
56138         Log: From: Art Haas <ahaas@airmail.net>
56139              Subject: Replacing '-rdynamic' in Configure script
56140              Date: Fri, 20 Feb 2004 13:53:56 -0600
56141              Message-ID: <20040220195400.31177.qmail@onion.perl.org>
56142      Branch: perl
56143            ! Configure
56144 ____________________________________________________________________________
56145 [ 22377] By: davem                                 on 2004/02/25  21:07:44
56146         Log: remove my work address
56147      Branch: perl
56148            ! AUTHORS
56149 ____________________________________________________________________________
56150 [ 22376] By: davem                                 on 2004/02/25  17:10:56
56151         Log: stop "const in void context" warning for a const in an
56152              optimised-away boolean expresssion, eg 5 || print;
56153      Branch: perl
56154            ! op.c op.h t/lib/warnings/op
56155 ____________________________________________________________________________
56156 [ 22375] By: merijn                                on 2004/02/25  11:13:12
56157         Log: Skip the Net/Ping/450_service failures on HP-UX for the time being
56158      Branch: perl
56159            ! lib/Net/Ping/t/450_service.t
56160 ____________________________________________________________________________
56161 [ 22374] By: merijn                                on 2004/02/25  09:32:12
56162         Log: AIX hints stage 3: remove AIX 3 and AIX 4 after split off
56163              One open issue left: promoting to cc_r for threaded builds
56164              need a review to permit users using -Dcc=xlc_r for non
56165              threaded builds
56166      Branch: perl
56167            ! hints/aix.sh
56168 ____________________________________________________________________________
56169 [ 22373] By: davem                                 on 2004/02/24  23:25:52
56170         Log: fix memory leak in @_ = ...; goto &sub
56171      Branch: perl
56172            ! pp_ctl.c
56173 ____________________________________________________________________________
56174 [ 22372] By: rgs                                   on 2004/02/24  22:44:34
56175         Log: Enhance test cleanliness by a very small factor.
56176      Branch: perl
56177            ! t/comp/parser.t
56178 ____________________________________________________________________________
56179 [ 22371] By: rgs                                   on 2004/02/24  22:34:06
56180         Log: Fix a segfault during optree construction. (bug #27024)
56181      Branch: perl
56182            ! op.c t/comp/parser.t
56183 ____________________________________________________________________________
56184 [ 22370] By: rgs                                   on 2004/02/24  20:39:26
56185         Log: Update Changes and AUTHORS.
56186      Branch: perl
56187            ! AUTHORS Changes
56188 ____________________________________________________________________________
56189 [ 22369] By: rgs                                   on 2004/02/24  19:53:51
56190         Log: Subject: [PATCH] optimization for map in scalar context
56191              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
56192              Date: Tue, 24 Feb 2004 12:02:57 +0100
56193              Message-id: <20040224110257.GA5510@ethan>
56194      Branch: perl
56195            ! pp_ctl.c
56196 ____________________________________________________________________________
56197 [ 22368] By: rgs                                   on 2004/02/24  19:30:12
56198         Log: Subject: Bugfix for perlrequick and perlretut
56199              From: Mark Kvale <kvale@phy.ucsf.edu>
56200              Date: Tue, 24 Feb 2004 11:32:34 -0800
56201              Message-Id: <200402241132.34656.kvale@phy.ucsf.edu>
56202      Branch: perl
56203            ! pod/perlrequick.pod pod/perlretut.pod
56204 ____________________________________________________________________________
56205 [ 22367] By: rgs                                   on 2004/02/23  22:08:33
56206         Log: Instead of localising *_, use a dummy foreach loop to get
56207              a local value of $_
56208      Branch: perl
56209            ! lib/File/Find.pm
56210 ____________________________________________________________________________
56211 [ 22366] By: rgs                                   on 2004/02/23  21:40:02
56212         Log: Subject: Re: [perl #24338] Attribute::Handlers will trash UNIVERSAL
56213              From: alan <alan@pair.com>
56214              Date: Tue, 17 Feb 2004 14:23:08 -0500 (EST)
56215              Message-ID: <Pine.BSF.4.58.0402171418090.80983@smx.pair.com>
56216      Branch: perl
56217            ! lib/Attribute/Handlers.pm
56218 ____________________________________________________________________________
56219 [ 22365] By: rgs                                   on 2004/02/23  21:30:42
56220         Log: Update perl591delta.
56221      Branch: perl
56222            ! pod/perl591delta.pod
56223 ____________________________________________________________________________
56224 [ 22364] By: rgs                                   on 2004/02/23  20:56:38
56225         Log: Fix bug #26910: hints were not propagated into (?{...})
56226              blocks, except the utf8 pragma.
56227      Branch: perl
56228            ! pp_ctl.c t/lib/strict/refs t/lib/strict/subs t/lib/strict/vars
56229 ____________________________________________________________________________
56230 [ 22363] By: rgs                                   on 2004/02/23  19:15:53
56231         Log: Subject: Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation
56232              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
56233              Date: Sun, 22 Feb 2004 16:09:33 +0900
56234              Message-Id: <20040222160505.98E5.BQW10602@nifty.com>
56235
56236              Subject: [PATCH] Encode::CN::HZ (was Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation)
56237              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
56238              Date: Sun, 22 Feb 2004 18:41:43 +0900
56239              Message-Id: <20040222182357.6B39.BQW10602@nifty.com>
56240
56241              Plus, add a "_01" to the theoretical version number of Encode::CN::HZ.
56242      Branch: perl
56243            ! ext/Encode/lib/Encode/CN/HZ.pm pp_hot.c t/op/concat.t
56244 ____________________________________________________________________________
56245 [ 22362] By: rgs                                   on 2004/02/23  18:31:31
56246         Log: Subject: [PATCH] Benchmark for child processes
56247              From: Chia-liang Kao <clkao@clkao.org>
56248              Date: Mon, 23 Feb 2004 22:53:51 +0800
56249              Message-ID: <20040223145351.GH94376@portege.clkao.org>
56250      Branch: perl
56251            ! lib/Benchmark.pm
56252 ____________________________________________________________________________
56253 [ 22359] By: merijn                                on 2004/02/23  11:55:08
56254         Log: Subject: Re: Perl 5.8.1 on IRIX 5.3
56255              Date: Thu, 22 Jan 2004 18:35:26 +0100 (CET)
56256              From: Georg Schwarz <geos@epost.de>
56257              Message-Id: <E1Ajijm-0006ya-LE@mikro.physik.TU-Berlin.DE>
56258      Branch: perl
56259            ! hints/irix_5.sh
56260 ____________________________________________________________________________
56261 [ 22358] By: rgs                                   on 2004/02/22  21:49:47
56262         Log: Subject: initial patch for cygwin IPC via cygserver
56263              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
56264              Date: Thu, 19 Feb 2004 09:01:13 -0800
56265              Message-ID: <20040219170113.GA2792@efn.org>
56266      Branch: perl
56267            ! ext/IPC/SysV/hints/cygwin.pl hints/cygwin.sh
56268 ____________________________________________________________________________
56269 [ 22357] By: davem                                 on 2004/02/22  15:43:53
56270         Log: Extend OP_AELEMFAST optimisation to lexical arrays
56271      Branch: perl
56272            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm op.c op.h pp_hot.c
56273 ____________________________________________________________________________
56274 [ 22356] By: rgs                                   on 2004/02/21  16:51:52
56275         Log: We're not binary compatible with 5.8.
56276              Change PERL_API_VERSION to 5.9.1.
56277      Branch: perl
56278            ! patchlevel.h
56279 ____________________________________________________________________________
56280 [ 22355] By: rgs                                   on 2004/02/21  16:30:02
56281         Log: Document change #22353 in perldelta.
56282      Branch: perl
56283            ! pod/perl591delta.pod
56284 ____________________________________________________________________________
56285 [ 22354] By: rgs                                   on 2004/02/21  16:23:54
56286         Log: Increment the version number of B, due to the incompatible
56287              API change introduced by #22353 (no more op_seq method.)
56288      Branch: perl
56289            ! ext/B/B.pm
56290 ____________________________________________________________________________
56291 [ 22353] By: rgs                                   on 2004/02/21  16:18:32
56292         Log: Subject: Re: op_seq (was: Freeing code)
56293              From: Paul Johnson <paul@pjcj.net>
56294              Date: Sat, 21 Feb 2004 02:31:47 +0100
56295              Message-ID: <20040221013147.GB6953@pjcj.net>
56296
56297              Rework the OP structure to use less space.
56298              Remove op_seq (and simulate it in dump.c),
56299              replace it by op_opt and op_static,
56300              shrink op_type, remove PL_op_seqmax.
56301      Branch: perl
56302            ! bytecode.pl dump.c embed.h embedvar.h ext/B/B.xs
56303            ! ext/B/B/Asmdata.pm ext/B/B/C.pm ext/B/B/Concise.pm
56304            ! ext/B/B/Debug.pm ext/ByteLoader/byterun.c
56305            ! ext/ByteLoader/byterun.h intrpvar.h op.c op.h perlapi.h
56306            ! pod/perlintern.pod sv.c
56307 ____________________________________________________________________________
56308 [ 22352] By: rgs                                   on 2004/02/20  17:29:32
56309         Log: When you write C<my $_ ; for (...) {...}>, the lexical $_
56310              is not actually introduced by the for statement.
56311      Branch: perl
56312            ! op.c
56313 ____________________________________________________________________________
56314 [ 22351] By: davem                                 on 2004/02/20  15:38:10
56315         Log: remove a split test's dependence on -Dx output
56316              (needed after change #22343)
56317      Branch: perl
56318            ! t/op/split.t
56319 ____________________________________________________________________________
56320 [ 22350] By: davem                                 on 2004/02/20  15:34:27
56321         Log: add Deparse/Concise support for inplace sort (change 22349)
56322      Branch: perl
56323            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
56324 ____________________________________________________________________________
56325 [ 22349] By: davem                                 on 2004/02/20  14:54:35
56326         Log: optimise the sorting inplace of plain arrays: @a = sort @a
56327      Branch: perl
56328            ! op.c op.h pp_sort.c t/op/sort.t
56329 ____________________________________________________________________________
56330 [ 22348] By: davem                                 on 2004/02/20  14:18:13
56331         Log: Document the SVf_PADSTALE flag
56332      Branch: perl
56333            ! pad.c
56334 ____________________________________________________________________________
56335 [ 22347] By: rgs                                   on 2004/02/20  10:46:51
56336         Log: Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t)
56337      Branch: perl
56338            - lib/IPC/SysV.t
56339            ! MANIFEST
56340 ____________________________________________________________________________
56341 [ 22346] By: rgs                                   on 2004/02/20  10:23:51
56342         Log: Subject: [PATCH] genmk95.pl touchup for distclean on Win98
56343              From: Greg Matheson <lang@ms.chinmin.edu.tw>
56344              Date: Fri, 20 Feb 2004 15:34:59 +0800
56345              Message-ID: <20040220153459.A30249@ms.chinmin.edu.tw>
56346      Branch: perl
56347            ! win32/genmk95.pl
56348 ____________________________________________________________________________
56349 [ 22345] By: rgs                                   on 2004/02/20  08:21:47
56350         Log: Upgrade to Term::ANSIColor 1.08.
56351      Branch: perl
56352            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
56353            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
56354 ____________________________________________________________________________
56355 [ 22344] By: rgs                                   on 2004/02/19  21:17:10
56356         Log: Upgrade to prereleases of Math::BigInt 1.70 and
56357              Math::BigRat 0.12, by Tels.
56358      Branch: perl
56359            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
56360            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
56361            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
56362            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/bigfltpm.inc
56363            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
56364            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
56365            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
56366            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
56367            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
56368            ! lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/sub_mbf.t
56369            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
56370            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
56371            ! lib/Math/BigInt/t/use_mbfw.t lib/Math/BigInt/t/with_sub.t
56372            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
56373            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
56374            ! lib/bigint.pm t/lib/Math/BigInt/BareCalc.pm
56375            ! t/lib/Math/BigInt/Scalar.pm t/lib/Math/BigRat/Test.pm
56376 ____________________________________________________________________________
56377 [ 22343] By: davem                                 on 2004/02/19  13:43:18
56378         Log: -Dx could coredump on threaded builds because consts are now
56379              stored in the pad
56380      Branch: perl
56381            ! dump.c
56382 ____________________________________________________________________________
56383 [ 22342] By: rgs                                   on 2004/02/18  21:38:13
56384         Log: Add a tool to report dual-lived core modules that don't
56385              have the same version than the corresponding module on CPAN.
56386      Branch: perl
56387            + Porting/corecpan.pl
56388            ! MANIFEST
56389 ____________________________________________________________________________
56390 [ 22341] By: rgs                                   on 2004/02/18  14:04:11
56391         Log: Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION.
56392      Branch: perl
56393            ! pod/perl591delta.pod
56394 ____________________________________________________________________________
56395 [ 22338] By: rgs                                   on 2004/02/18  13:32:17
56396         Log: Add base.pm and fields.pm to the maintainer list.
56397              Remove a duplicate file from this list.
56398      Branch: perl
56399            ! Porting/Maintainers.pl
56400 ____________________________________________________________________________
56401 [ 22337] By: davem                                 on 2004/02/18  13:22:13
56402         Log: fix write test: -small_number may be displayed as 00.00 or -0.00
56403      Branch: perl
56404            ! t/op/write.t
56405 ____________________________________________________________________________
56406 [ 22334] By: merijn                                on 2004/02/18  12:18:52
56407         Log: Removed pm_apiversion and xs_apiversion as requested by
56408              the pumpkin. Chainsaw was still in perfect working order.
56409      Branch: perl
56410            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
56411            ! NetWare/config_H.wc Porting/Glossary Porting/config.sh
56412            ! Porting/config_H config_h.SH configure.com epoc/config.sh
56413            ! plan9/config.plan9 plan9/config_h.sample
56414            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
56415            ! win32/config.gc win32/config.vc win32/config.vc64
56416            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
56417            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
56418 ____________________________________________________________________________
56419 [ 22332] By: davem                                 on 2004/02/18  11:14:43
56420         Log: Add tests for the C<my $x if foo> deprecation, and change the
56421              warning text
56422      Branch: perl
56423            ! op.c pod/perldiag.pod t/lib/warnings/op
56424 ____________________________________________________________________________
56425 [ 22330] By: mhx                                   on 2004/02/18  08:53:03
56426         Log: 1. Add section to perlxs.pod describing that the refcount of AVs/HVs
56427              returned from XSUBs through RETVAL isn't decremented as it is for
56428              SVs. This causes those XSUBs to leak memory and cannot be fixed
56429              without breaking existing CPAN modules that work around this bug.
56430
56431              2. Fix a memory leak of that kind in POSIX::localconv.
56432      Branch: perl
56433            ! ext/POSIX/POSIX.xs pod/perlxs.pod
56434 ____________________________________________________________________________
56435 [ 22329] By: rgs                                   on 2004/02/18  08:25:58
56436         Log: Encode has local changes. Up-version it.
56437      Branch: perl
56438            ! ext/Encode/Encode.pm
56439 ____________________________________________________________________________
56440 [ 22328] By: davem                                 on 2004/02/17  23:30:50
56441         Log: add deprecation warning for C<my $x if foo> and C<foo && (my $x)>
56442      Branch: perl
56443            ! op.c opcode.h opcode.pl pod/perldiag.pod pp.sym pp_proto.h
56444 ____________________________________________________________________________
56445 [ 22327] By: rgs                                   on 2004/02/17  23:22:45
56446         Log: It's better to localize *_ than $_, to avoid magic leakage
56447      Branch: perl
56448            ! lib/File/Find.pm
56449 ____________________________________________________________________________
56450 [ 22326] By: rgs                                   on 2004/02/17  23:18:25
56451         Log: One of the new tests of MIME::Base64 relies on a non-core module.
56452      Branch: perl
56453            - ext/MIME/Base64/t/bad-sv.t
56454            ! MANIFEST
56455 ____________________________________________________________________________
56456 [ 22325] By: rgs                                   on 2004/02/17  23:10:22
56457         Log: Upgrade to MIME::Base64 3.00.
56458              Fix t/warn.t so it works in the core.
56459              Reintegrate change #22309 in it. Bump $VERSION to 3.00_01.
56460      Branch: perl
56461            + ext/MIME/Base64/t/bad-sv.t ext/MIME/Base64/t/warn.t
56462            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
56463            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
56464            ! ext/MIME/Base64/t/base64.t
56465 ____________________________________________________________________________
56466 [ 22323] By: rgs                                   on 2004/02/17  22:20:25
56467         Log: Be more clear. Use simple words.
56468      Branch: perl
56469            ! pod/perl591delta.pod
56470 ____________________________________________________________________________
56471 [ 22322] By: davem                                 on 2004/02/17  21:52:08
56472         Log: remove C<my $x if foo> construct from core modules
56473      Branch: perl
56474            ! ext/B/B/Deparse.pm ext/IO/lib/IO/Handle.pm
56475            ! ext/IO/lib/IO/Pipe.pm lib/ExtUtils/Liblist/Kid.pm
56476            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
56477            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/SMTP.pm
56478            ! lib/Pod/Parser.pm lib/Test/Harness.pm utils/h2xs.PL
56479 ____________________________________________________________________________
56480 [ 22321] By: rgs                                   on 2004/02/17  21:22:17
56481         Log: Dave Mitchell suggested this perldelta entry for the SVp_* reordering.
56482      Branch: perl
56483            ! pod/perl591delta.pod
56484 ____________________________________________________________________________
56485 [ 22320] By: rgs                                   on 2004/02/17  21:07:11
56486         Log: Bump $B::VERSION (because of change #22315).
56487      Branch: perl
56488            ! ext/B/B.pm
56489 ____________________________________________________________________________
56490 [ 22319] By: rgs                                   on 2004/02/17  21:03:09
56491         Log: Regenerate table of contents and other related files.
56492      Branch: perl
56493            ! MANIFEST pod/perl.pod pod/perltoc.pod
56494 ____________________________________________________________________________
56495 [ 22318] By: rgs                                   on 2004/02/17  20:06:04
56496         Log: Bump up perl's version number to 5.9.1.
56497              Add perl591delta in perl.pod.
56498              Update the sample config files in Porting/.
56499      Branch: perl
56500            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
56501            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
56502            ! plan9/config.plan9 pod/perl.pod win32/Makefile
56503            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
56504            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
56505 ____________________________________________________________________________
56506 [ 22317] By: davem                                 on 2004/02/17  19:28:58
56507         Log: 22316 had stupid precedence thinkos
56508      Branch: perl
56509            ! pp.c pp_hot.c
56510 ____________________________________________________________________________
56511 [ 22316] By: davem                                 on 2004/02/17  18:23:27
56512         Log: Slight update to #22315 ($lval=*FOO); optimise the hot tests,
56513              and fix some incorrect indentation
56514      Branch: perl
56515            ! pp.c pp_hot.c sv.c
56516 ____________________________________________________________________________
56517 [ 22315] By: davem                                 on 2004/02/17  18:01:52
56518         Log: Subject:  Re: [PATCH] GLOB to LVALUE assignment fix
56519              From:  Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
56520              Date:  Tue, 17 Feb 2004 17:32:16 +0100
56521              Message-Id:  <20040217163216.GA6805@ethan>
56522
56523              Make PVLV a superset of PVGV, so that $lvalue = *FOO works
56524      Branch: perl
56525            ! dump.c ext/B/B.pm ext/B/B.xs pp.c pp_hot.c sv.c sv.h t/op/gv.t
56526 ____________________________________________________________________________
56527 [ 22314] By: merijn                                on 2004/02/17  11:22:24
56528         Log: 1. Creating backward compatibility for Configure after patches
56529              #22227 and #22302 to still support 5.8.x and below
56530
56531              2. Small change for building on GNU hurd
56532              Date: Sun, 15 Feb 2004 23:27:17 +1100
56533              From: "Brendan O'Dea" <bod@debian.org>
56534              Message-ID: <20040215122717.GA26812@londo.c47.org>
56535      Branch: perl
56536            ! Configure Makefile.SH hints/gnu.sh
56537 ____________________________________________________________________________
56538 [ 22313] By: mhx                                   on 2004/02/16  20:27:40
56539         Log: Fix for Win32 build failure caused by the byacc to bison switch.
56540      Branch: perl
56541            ! perl.h
56542 ____________________________________________________________________________
56543 [ 22312] By: rgs                                   on 2004/02/16  13:16:43
56544         Log: Revert change 22308 (the patch was against maint, not blead)
56545      Branch: perl
56546            ! lib/ExtUtils/instmodsh
56547 ____________________________________________________________________________
56548 [ 22310] By: merijn                                on 2004/02/16  11:30:29
56549         Log: Fix typo in doc for Encode
56550              From: "Brendan O'Dea" <bod@debian.org>
56551              Date: Sun, 15 Feb 2004 23:27:17 +1100
56552              Message-ID: <20040215122717.GA26812@londo.c47.org>
56553      Branch: perl
56554            ! ext/Encode/Encode.pm
56555 ____________________________________________________________________________
56556 [ 22309] By: merijn                                on 2004/02/16  11:27:34
56557         Log: Missing semi-colon
56558              From: "Brendan O'Dea" <bod@debian.org>
56559              Date: Sun, 15 Feb 2004 23:27:17 +1100
56560              Message-ID: <20040215122717.GA26812@londo.c47.org>
56561      Branch: perl
56562            ! ext/MIME/Base64/Base64.xs
56563 ____________________________________________________________________________
56564 [ 22308] By: merijn                                on 2004/02/16  11:24:59
56565         Log: Add some basic POD to lib/ExtUtils/instmodsh so that
56566              it has a manpage.
56567              From: "Brendan O'Dea" <bod@debian.org>
56568              Date: Sun, 15 Feb 2004 23:27:17 +1100
56569              Message-ID: <20040215122717.GA26812@londo.c47.org>
56570      Branch: perl
56571            ! lib/ExtUtils/instmodsh
56572 ____________________________________________________________________________
56573 [ 22307] By: rgs                                   on 2004/02/15  11:02:49
56574         Log: Subject: [patch perlguts.pod] save_item doesn't handle magic
56575              From: Stas Bekman <stas@stason.org>
56576              Date: Fri, 13 Feb 2004 20:18:59 -0800
56577              Message-ID: <402DA1B3.2010608@stason.org>
56578      Branch: perl
56579            ! pod/perlguts.pod
56580 ____________________________________________________________________________
56581 [ 22306] By: davem                                 on 2004/02/15  00:24:26
56582         Log: Segmentation fault with
56583              sub x { shift; @a = @b; eval +{ use } }
56584      Branch: perl
56585            ! op.c perly.act perly.h perly.tab perly.y t/comp/parser.t
56586 ____________________________________________________________________________
56587 [ 22305] By: davem                                 on 2004/02/14  23:52:09
56588         Log: Enable v (verbose) switch on -Dp to display the top 8 elements
56589              on the parser stack at each reduce.  Also,
56590
56591              Subject: Re: switch from byacc to bison
56592              From: "Craig A. Berry" <craigberry@mac.com>
56593              Date: Sat, 14 Feb 2004 13:26:45 -0600
56594              Message-ID: <craigberry-8058A3.13264414022004@onion.develooper.com>
56595
56596              change #if DEBUGGING to #ifdef ... in perly.c
56597      Branch: perl
56598            ! perly.c pod/perlrun.pod
56599 ____________________________________________________________________________
56600 [ 22304] By: davem                                 on 2004/02/14  13:33:26
56601         Log: Subject:  Re: switch from byacc to bison
56602              From:  Abe Timmerman <abeltje@cpan.org>
56603              Date:  Sat, 14 Feb 2004 11:56:24 +0100
56604              Message-Id:  <200402141156.58185.abeltje@cpan.org>
56605
56606              Fix typos in pumpkin.pod
56607      Branch: perl
56608            ! Porting/pumpkin.pod
56609 ____________________________________________________________________________
56610 [ 22303] By: davem                                 on 2004/02/14  12:28:37
56611         Log: remove binary compatibility stuff from the yacc -> bison switch
56612              of change #22302
56613      Branch: perl
56614            ! embedvar.h intrpvar.h
56615 ____________________________________________________________________________
56616 [ 22302] By: davem                                 on 2004/02/14  02:06:53
56617         Log: Switch from byacc to bison and simplify the perly.* regeneration
56618              process
56619      Branch: perl
56620            + perly.act perly.tab regen_perly.pl
56621            - perly.fixer perly_c.diff perlyline.pl vms/perly_c.vms
56622            - vms/perly_h.vms vms/vms_yfix.pl
56623            ! MANIFEST Makefile.SH Porting/pumpkin.pod embedvar.h intrpvar.h
56624            ! op.c perl.h perlapi.h perly.c perly.h perly.y sv.c toke.c
56625            ! vms/descrip_mms.template
56626 ____________________________________________________________________________
56627 [ 22301] By: rgs                                   on 2004/02/13  21:11:25
56628         Log: Fix an fcntl example in perlopentut, spotted by MJD.
56629      Branch: perl
56630            ! pod/perlopentut.pod
56631 ____________________________________________________________________________
56632 [ 22300] By: davem                                 on 2004/02/12  23:18:20
56633         Log: The new -Dq option didn't actually work!
56634      Branch: perl
56635            ! perl.h
56636 ____________________________________________________________________________
56637 [ 22299] By: merijn                                on 2004/02/12  14:32:15
56638         Log: Subject: [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())
56639              From: Stas Bekman <stas@stason.org>
56640              Date: Wed, 11 Feb 2004 16:53:54 -0800
56641              Message-ID: <402ACEA2.4020907@stason.org>
56642      Branch: perl
56643            ! perl.c
56644 ____________________________________________________________________________
56645 [ 22298] By: rgs                                   on 2004/02/10  08:49:12
56646         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
56647              From: Greg Matheson <lang@ms.chinmin.edu.tw>
56648              Date: Tue, 10 Feb 2004 12:36:33 +0800
56649              Message-ID: <20040210043633.GA33671687@momotaro>
56650      Branch: perl
56651            ! win32/makefile.mk
56652 ____________________________________________________________________________
56653 [ 22297] By: rgs                                   on 2004/02/10  08:05:16
56654         Log: Add 5.005_04-RC1 and Leon in perlhist.
56655      Branch: perl
56656            ! pod/perlhist.pod
56657 ____________________________________________________________________________
56658 [ 22295] By: rgs                                   on 2004/02/09  22:48:54
56659         Log: Add a note in Unicode::UCD about the _getcode() function
56660              being copy-n-pasted in charnames.pm. (spotted by Merijn)
56661      Branch: perl
56662            ! lib/Unicode/UCD.pm
56663 ____________________________________________________________________________
56664 [ 22294] By: rgs                                   on 2004/02/09  21:48:15
56665         Log: Implement stacked filetest operators (-f -w -x $file).
56666      Branch: perl
56667            ! doio.c dump.c ext/B/B/Concise.pm op.c op.h
56668            ! pod/perl591delta.pod pod/perlfunc.pod pp_sys.c t/op/filetest.t
56669 ____________________________________________________________________________
56670 [ 22292] By: rgs                                   on 2004/02/09  21:17:40
56671         Log: Subject: Re: [perl #26073] sprintf miscounts padding when format is utf8
56672              From: hv@crypt.org
56673              Date: Mon, 09 Feb 2004 03:21:21 +0000
56674              Message-Id: <200402090321.i193LL907950@zen.crypt.org>
56675      Branch: perl
56676            ! sv.c t/op/sprintf2.t
56677 ____________________________________________________________________________
56678 [ 22291] By: rgs                                   on 2004/02/09  21:09:14
56679         Log: Subject: reduce overhead of charnames.pm, make op/pat.t work under miniperl
56680              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
56681              Date: Mon, 9 Feb 2004 00:51:45 -0800
56682              Message-ID: <20040209085145.GA3204@efn.org>
56683              (plus an etymological notice)
56684      Branch: perl
56685            ! lib/charnames.pm
56686 ____________________________________________________________________________
56687 [ 22290] By: rgs                                   on 2004/02/08  21:34:27
56688         Log: Add the new private flag OPpGREP_LEX in B::Concise.
56689      Branch: perl
56690            ! ext/B/B/Concise.pm
56691 ____________________________________________________________________________
56692 [ 22289] By: rgs                                   on 2004/02/08  21:21:28
56693         Log: map and grep weren't working correctly with lexical $_ in
56694              scalar context, because pp_mapwhile and pp_grepwhile were using
56695              their target as a temporary slot to store the return value.
56696      Branch: perl
56697            ! pp_ctl.c pp_hot.c t/op/mydef.t
56698 ____________________________________________________________________________
56699 [ 22287] By: rgs                                   on 2004/02/08  12:01:35
56700         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
56701              From: Greg Matheson <lang@ms.chinmin.edu.tw>
56702              Date: Mon, 2 Feb 2004 16:52:44 +0800
56703              Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw>
56704      Branch: perl
56705            ! win32/makefile.mk
56706 ____________________________________________________________________________
56707 [ 22286] By: rgs                                   on 2004/02/08  11:48:09
56708         Log: Subject: [PATCH] Correct some prototypes in perlapi.pod
56709              From: Steve Hay <steve.hay@uk.radan.com>
56710              Date: Fri, 06 Feb 2004 12:44:05 +0000
56711              Message-ID: <40238C15.2090200@uk.radan.com>
56712      Branch: perl
56713            ! pod/perlapi.pod sv.h
56714 ____________________________________________________________________________
56715 [ 22285] By: rgs                                   on 2004/02/08  11:44:22
56716         Log: Subject: [PATCH] Fix absolute path handling in installhtml
56717              From: Steve Hay <steve.hay@uk.radan.com>
56718              Date: Fri, 06 Feb 2004 16:14:14 +0000
56719              Message-ID: <4023BD56.6090903@uk.radan.com>
56720      Branch: perl
56721            ! installhtml
56722 ____________________________________________________________________________
56723 [ 22284] By: rgs                                   on 2004/02/08  11:42:08
56724         Log: Subject: [PATCH perlunicode.pod] chomp() cares about Unicode
56725              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
56726              Date: Sat, 07 Feb 2004 00:08:36 +0900
56727              Message-Id: <20040206235116.0E36.BQW10602@nifty.com>
56728      Branch: perl
56729            ! pod/perlunicode.pod
56730 ____________________________________________________________________________
56731 [ 22282] By: nicholas                              on 2004/02/07  22:32:44
56732         Log: Comment to record why we can't clear placeholders in hsplit
56733      Branch: perl
56734            ! hv.c
56735 ____________________________________________________________________________
56736 [ 22281] By: nicholas                              on 2004/02/07  21:46:59
56737         Log: deleting keys in restricted hashes was leaking the entry. Yow!
56738      Branch: perl
56739            ! hv.c lib/Hash/Util.t
56740 ____________________________________________________________________________
56741 [ 22280] By: nicholas                              on 2004/02/07  21:20:16
56742         Log: Now hv_delete is able to ingore placeholders.
56743              (This is an XS visible change in the hash API. But not of documented
56744              behaviour)
56745      Branch: perl
56746            ! hv.c
56747 ____________________________________________________________________________
56748 [ 22279] By: nicholas                              on 2004/02/07  20:56:50
56749         Log: All whitespace is equal, but some whitespace is more equal than others
56750              (lib/DBM_Filter/Changes line had spaces. Spaces bad. Tabs better)
56751      Branch: perl
56752            ! MANIFEST
56753 ____________________________________________________________________________
56754 [ 22278] By: nicholas                              on 2004/02/07  19:50:10
56755         Log: hv_clear_placeholders now manipulates the linked lists directly, rather
56756              than using the iterator interface and calling hv_delete
56757              This will allow hv_delete to be simplified to remove most of the
56758              special casing related to placeholders.
56759      Branch: perl
56760            ! hv.c
56761 ____________________________________________________________________________
56762 [ 22273] By: merijn                                on 2004/02/06  11:47:14
56763         Log: Added hints_4.sh for specific AIX 4 support
56764              this is the next stage in the general cleanup process
56765              for the AIX hints. More to come
56766      Branch: perl
56767            + hints/aix_4.sh
56768            ! MANIFEST
56769 ____________________________________________________________________________
56770 [ 22272] By: rgs                                   on 2004/02/06  07:32:15
56771         Log: Fix a non-standard NAME pod section
56772              (by Smylers and Casey West)
56773      Branch: perl
56774            ! lib/Carp/Heavy.pm
56775 ____________________________________________________________________________
56776 [ 22268] By: rgs                                   on 2004/02/04  19:50:05
56777         Log: The "my $_" wasn't nice with foreach loops.
56778      Branch: perl
56779            ! op.c t/op/mydef.t
56780 ____________________________________________________________________________
56781 [ 22267] By: merijn                                on 2004/02/04  10:24:33
56782         Log: AIX 3 support removed from default hints after its separation
56783      Branch: perl
56784            ! hints/aix.sh
56785 ____________________________________________________________________________
56786 [ 22266] By: merijn                                on 2004/02/04  10:16:20
56787         Log: AIX 3 hints split off from default hints in preparation
56788              of a hint file cleanup. aix_4.sh will follow soon
56789      Branch: perl
56790            + hints/aix_3.sh
56791            ! MANIFEST
56792 ____________________________________________________________________________
56793 [ 22265] By: rgs                                   on 2004/02/03  21:54:23
56794         Log: More docs and tests for "my $_".
56795      Branch: perl
56796            ! pod/perlfunc.pod pod/perlsub.pod t/op/mydef.t
56797 ____________________________________________________________________________
56798 [ 22264] By: rgs                                   on 2004/02/03  20:33:02
56799         Log: Subject: [PATCH] was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]
56800              From: John Peacock <jpeacock@rowman.com>
56801              Date: Sun, 01 Feb 2004 21:10:07 -0500
56802              Message-ID: <401DB17F.5060808@rowman.com>
56803      Branch: perl
56804            ! embed.fnc embed.h lib/version.pm lib/version.t pod/perlapi.pod
56805            ! proto.h t/comp/use.t t/op/universal.t universal.c util.c
56806 ____________________________________________________________________________
56807 [ 22263] By: rgs                                   on 2004/02/03  19:41:11
56808         Log: Implement "my $_".
56809      Branch: perl
56810            + t/op/mydef.t
56811            ! MANIFEST gv.c op.c op.h opcode.h opcode.pl
56812            ! pod/perl591delta.pod pod/perlapi.pod pod/perlvar.pod pp.c
56813            ! pp_ctl.c pp_hot.c regexec.c toke.c
56814 ____________________________________________________________________________
56815 [ 22262] By: rgs                                   on 2004/02/03  16:38:25
56816         Log: Regenerate perlapi.pod.
56817      Branch: perl
56818            ! pod/perlapi.pod
56819 ____________________________________________________________________________
56820 [ 22261] By: merijn                                on 2004/02/03  12:57:37
56821         Log: If someone chooses xlc as default C compiler, threaded builds
56822              will fail, unless converted to cc_r
56823      Branch: perl
56824            ! hints/aix.sh
56825 ____________________________________________________________________________
56826 [ 22260] By: rgs                                   on 2004/02/01  20:47:35
56827         Log: Subject: patch for IRIX/gcc link issues
56828              From: Martin Pool <mbp@samba.org>
56829              Date: Wed, 28 Jan 2004 10:56:25 +1100
56830              Message-ID: <20040127235624.GA32612@hp.com>
56831      Branch: perl
56832            ! hints/irix_6.sh
56833 ____________________________________________________________________________
56834 [ 22259] By: davem                                 on 2004/02/01  17:42:44
56835         Log: update fix to Shell.pm in change #22254: make /dev/null portable
56836      Branch: perl
56837            ! lib/Shell.pm
56838 ____________________________________________________________________________
56839 [ 22258] By: davem                                 on 2004/02/01  17:40:02
56840         Log: Subject: Re: [perl #15063] /tmp issues
56841              From: Solar Designer <solar@openwall.com>
56842              Date: Mon, 26 Jan 2004 01:22:18 +0300
56843              Message-ID: <20040125222218.GA13499@openwall.com>
56844
56845              Remove insecure usage of /tmp from code and documentation
56846      Branch: perl
56847            ! ext/DB_File/DB_File.pm ext/DB_File/t/db-recno.t
56848            ! ext/Devel/PPPort/PPPort.pm ext/IO/t/io_unix.t
56849            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.pod
56850            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
56851            ! ext/Time/HiRes/Makefile.PL lib/CGI/Cookie.pm
56852            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/instmodsh
56853            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
56854            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
56855            ! lib/Memoize/t/tie_storable.t lib/Shell.pm lib/dotsh.pl
56856            ! lib/perl5db.pl mpeix/nm mpeix/relink perly.fixer
56857            ! pod/perl571delta.pod pod/perl58delta.pod pod/perldbmfilter.pod
56858            ! pod/perldebug.pod pod/perlfaq5.pod pod/perlfaq8.pod
56859            ! pod/perlfunc.pod pod/perlipc.pod pod/perllexwarn.pod
56860            ! pod/perlobj.pod pod/perlop.pod pod/perlopentut.pod
56861            ! utils/c2ph.PL
56862 ____________________________________________________________________________
56863 [ 22257] By: davem                                 on 2004/02/01  15:46:24
56864         Log: threads documentation: fork on UNIX might not copy all threads.
56865      Branch: perl
56866            ! pod/perlthrtut.pod
56867 ____________________________________________________________________________
56868 [ 22256] By: davem                                 on 2004/02/01  15:34:59
56869         Log: add test for Change 22194:
56870              [perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks
56871      Branch: perl
56872            ! t/lib/strict/subs
56873 ____________________________________________________________________________
56874 [ 22254] By: davem                                 on 2004/02/01  13:11:00
56875         Log: Subject:  Patch for Shell.pm
56876              From:  Manuel Valente <mvalente@idealx.com>
56877              Date:  Tue, 27 Jan 2004 19:18:26 +0100
56878              Message-Id:  <4016AB72.1080503@idealx.com>
56879
56880              New option for Shell.pm to discard stderr instead of capturing it
56881      Branch: perl
56882            ! lib/Shell.pm
56883 ____________________________________________________________________________
56884 [ 22253] By: davem                                 on 2004/02/01  11:26:47
56885         Log: Make Time/HiRes/t/HiRes.t die more gracefully if its watchdog
56886              timeout triggers
56887      Branch: perl
56888            ! ext/Time/HiRes/t/HiRes.t
56889 ____________________________________________________________________________
56890 [ 22252] By: chip                                  on 2004/01/31  17:29:05
56891         Log: Don't show code closing STD{IN,OUT} before reopening, because
56892              doing so is unnecessary and occasionally harmful.
56893      Branch: perl
56894            ! pod/perlfork.pod pod/perlfunc.pod
56895 ____________________________________________________________________________
56896 [ 22248] By: rgs                                   on 2004/01/30  08:29:55
56897         Log: Another undocumented use of $_ : with reverse().
56898      Branch: perl
56899            ! pod/perlfunc.pod
56900 ____________________________________________________________________________
56901 [ 22247] By: merijn                                on 2004/01/30  08:18:28
56902         Log: Drop optimization for -O3 *and higher*
56903      Branch: perl
56904            ! ext/Storable/hints/linux.pl
56905 ____________________________________________________________________________
56906 [ 22246] By: rgs                                   on 2004/01/29  23:20:01
56907         Log: Regenerate perlapi.pod.
56908      Branch: perl
56909            ! pod/perlapi.pod
56910 ____________________________________________________________________________
56911 [ 22245] By: rgs                                   on 2004/01/29  21:08:28
56912         Log: Subject: Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/
56913              From: hv@crypt.org
56914              Date: Thu, 29 Jan 2004 15:12:12 +0000
56915              Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org>
56916      Branch: perl
56917            ! pp_hot.c t/op/pat.t
56918 ____________________________________________________________________________
56919 [ 22244] By: rgs                                   on 2004/01/28  22:00:09
56920         Log: I'm the new maintainer of Switch.
56921              Sync with the CPAN version of Switch 2.10.
56922      Branch: perl
56923            ! Porting/Maintainers.pl lib/Switch.pm lib/Switch/README
56924 ____________________________________________________________________________
56925 [ 22243] By: merijn                                on 2004/01/28  20:30:40
56926         Log: Message-ID: <40113F7B.6050701@davidfavor.com>
56927              Date: Fri, 23 Jan 2004 09:36:27 -0600
56928              From: David Favor <david@davidfavor.com>
56929              Part I: In hints/aix.sh change -qmaxmem=16384 to -qmaxmem=-1
56930              so no compilation stack limits are imposed.
56931      Branch: perl
56932            ! hints/aix.sh
56933 ____________________________________________________________________________
56934 [ 22242] By: rgs                                   on 2004/01/27  22:44:30
56935         Log: Update perl591delta.pod with what we've done so far.
56936      Branch: perl
56937            ! pod/perl591delta.pod
56938 ____________________________________________________________________________
56939 [ 22239] By: rgs                                   on 2004/01/27  21:54:31
56940         Log: Regenerate Changes.
56941              Only include changes from the perl branch.
56942      Branch: perl
56943            ! Changes
56944 ____________________________________________________________________________
56945 [ 22238] By: nicholas                              on 2004/01/27  21:51:27
56946         Log: Storable's hints file shouldn't blanket set optimize to -O2 on Linux
56947              Only *drop* optimize to -O2 if it's -O3 on gcc on Linux
56948      Branch: perl
56949            ! ext/Storable/hints/linux.pl
56950 ____________________________________________________________________________
56951 [ 22235] By: rgs                                   on 2004/01/27  21:19:03
56952         Log: More punctuation, good.
56953      Branch: perl
56954            ! pod/perlfunc.pod
56955 ____________________________________________________________________________
56956 [ 22228] By: rgs                                   on 2004/01/27  10:31:09
56957         Log: Subject: [PATCH] 5.8.3 -- fix signal comments in L<perlfunc/system>
56958              From: Brendan O'Dea <bod@debian.org>
56959              Date: Sun, 25 Jan 2004 11:23:48 +1100
56960              Message-ID: <20040125002348.GA31407@londo.c47.org>
56961      Branch: perl
56962            ! pod/perlfunc.pod
56963 ____________________________________________________________________________
56964 [ 22227] By: davem                                 on 2004/01/26  23:53:06
56965         Log: Subject:  [PATCH] myconfig.SH
56966              From:  "Daniel S. Lewart" <lewart@uiuc.edu>
56967              Date:  Sun, 25 Jan 2004 22:11:25 -0600
56968              Message-Id:  <20040125221125.A5390@staff1.cso.uiuc.edu>
56969
56970              make perl -V show the major release as 5 rather than 5.0
56971      Branch: perl
56972            ! myconfig.SH
56973 ____________________________________________________________________________
56974 [ 22224] By: merijn                                on 2004/01/26  22:10:13
56975         Log: Document change 22192
56976              We still need tests!
56977      Branch: perl
56978            ! lib/Exporter.pm
56979 ____________________________________________________________________________
56980 [ 22223] By: rgs                                   on 2004/01/26  21:58:14
56981         Log: Subject: [PATCH] fix vmsish.t #25
56982              From: "Craig A. Berry" <craigberry@mac.com>
56983              Date: Sat, 24 Jan 2004 18:45:35 -0600
56984              Message-ID: <401311AF.1060706@mac.com>
56985      Branch: perl
56986            ! lib/vmsish.t
56987 ____________________________________________________________________________
56988 [ 22221] By: nicholas                              on 2004/01/26  21:18:31
56989         Log: Merge dynamic perldelta from maint (22081)
56990              So now perldelta.pod is copied at build time from perl591delta.pod
56991              perl590delta.pod is as released to CPAN by Hugo
56992              Regen lots of makefiles, pods and the MANIFEST
56993      Branch: perl
56994            + pod/perl591delta.pod
56995           +> pod/perl590delta.pod
56996            - pod/perldelta.pod
56997            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
56998            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
56999            ! win32/pod.mak
57000 ____________________________________________________________________________
57001 [ 22218] By: rgs                                   on 2004/01/25  23:35:45
57002         Log: Remove the caveat about detached threads crashing on Windows
57003              (fixed by #22201). Bump up the version of threads.pm.
57004      Branch: perl
57005            ! ext/threads/threads.pm
57006 ____________________________________________________________________________
57007 [ 22217] By: nicholas                              on 2004/01/25  22:17:47
57008         Log: Need to skip Storable's threads test on 5.8.2 with ithreads and
57009              -DDEBUGGING, because it tickles a bug. (The same bug that got DBI)
57010      Branch: perl
57011            ! ext/Storable/t/threads.t
57012 ____________________________________________________________________________
57013 [ 22216] By: davem                                 on 2004/01/25  12:06:04
57014         Log: update MANIFEST for 2 new Storable test files introduced by 22205
57015      Branch: perl
57016            ! MANIFEST
57017 ____________________________________________________________________________
57018 [ 22215] By: davem                                 on 2004/01/25  12:00:04
57019         Log: add test for change 22209 (Remove small memory leak in newATTRSUB)
57020      Branch: perl
57021            ! t/op/closure.t
57022 ____________________________________________________________________________
57023 [ 22209] By: davem                                 on 2004/01/25  02:04:23
57024         Log: Remove small memory leak in newATTRSUB that manifested as a
57025              leaking scalar after the interpeter was cloned
57026      Branch: perl
57027            ! op.c
57028 ____________________________________________________________________________
57029 [ 22208] By: davem                                 on 2004/01/24  16:13:17
57030         Log: Subject:  [perl #24942] fields::inherit doesn't bless derived
57031              package's \%FIELDS, results in phash deprecation errors.
57032              From:  "nothingmuch@woobling.org (via RT)" <perlbug-followup@perl.org>
57033              Date:  18 Jan 2004 15:15:46 -0000
57034              Message-Id:  <rt-3.0.8-24942-70144.16.7177902690315@perl.org>
57035      Branch: perl
57036            ! lib/base.pm lib/base/t/fields-base.t
57037 ____________________________________________________________________________
57038 [ 22207] By: davem                                 on 2004/01/24  15:36:28
57039         Log: Subject:  Re: Doc patches for File::Find
57040              From:  Mark Jason Dominus <mjd@plover.com>
57041              Date:  Thu, 22 Jan 2004 09:30:58 -0500
57042              Message-Id:  <20040122143058.29226.qmail@plover.com>
57043
57044              Better document the fact that neither find() nor finddepth() do a
57045              breath-first search.
57046      Branch: perl
57047            ! lib/File/Find.pm
57048 ____________________________________________________________________________
57049 [ 22206] By: ams                                   on 2004/01/24  11:06:51
57050         Log: Subject: [PATCH] Storable-2.08/t/code.t
57051              From: Slaven Rezic <slaven@rezic.de>
57052              Date: Sat, 8 Nov 2003 16:26:19 +0100 (CET)
57053              Message-Id: <200311081526.hA8FQJgb011684@vran.herceg.de>
57054      Branch: perl
57055            ! ext/Storable/t/code.t
57056 ____________________________________________________________________________
57057 [ 22205] By: ams                                   on 2004/01/24  11:03:36
57058         Log: Subject: [patch] make Storable thread-safe
57059              From: Stas Bekman <stas@stason.org>
57060              Date: Mon, 19 Jan 2004 00:20:02 -0800
57061              Message-Id: <400B9332.4070106@stason.org>
57062
57063              Subject: Re: Subroutine reference bug in Storable
57064              From: Slaven Rezic <slaven@rezic.de>
57065              Date: 14 Nov 2003 23:22:55 +0100
57066              Message-Id: <874qx6zj28.fsf@vran.herceg.de>
57067
57068              Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse +
57069              overload + cyclic structures
57070              From: Sam Vilain <sam@vilain.net>
57071              Date: Tue, 20 Jan 2004 22:30:15 +1300
57072              Message-Id: <200401202230.15865.sam@vilain.net>
57073      Branch: perl
57074            + ext/Storable/t/just_plain_nasty.t ext/Storable/t/threads.t
57075            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
57076            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
57077            ! ext/Storable/t/code.t
57078 ____________________________________________________________________________
57079 [ 22204] By: ams                                   on 2004/01/24  08:59:11
57080         Log: Upgrade to Locale::Maketext 1.08.
57081      Branch: perl
57082            + lib/Locale/Maketext/t/06super.t
57083            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
57084            ! lib/Locale/Maketext/TPJ13.pod
57085 ____________________________________________________________________________
57086 [ 22203] By: davem                                 on 2004/01/23  23:06:49
57087         Log: make some t/op/write.t failures more verbose
57088      Branch: perl
57089            ! t/op/write.t
57090 ____________________________________________________________________________
57091 [ 22201] By: davem                                 on 2004/01/23  22:26:47
57092         Log: Subject:  Re: threads::shared::queue;
57093              From:  Jan Dubois <jand@ActiveState.com>
57094              Date:  Thu, 22 Jan 2004 19:18:46 -0800
57095              Message-Id:  <fi41105602ds7a9o4fko2oae7aokbg6als@4ax.com>
57096
57097              Avoid threads+win32 crash by freeing Perl interpreter slightly later
57098      Branch: perl
57099            ! ext/threads/threads.xs
57100 ____________________________________________________________________________
57101 [ 22200] By: nicholas                              on 2004/01/23  18:28:43
57102         Log: test that use encoding; doesn't cause references to be stringified
57103      Branch: perl
57104            ! t/uni/chomp.t
57105 ____________________________________________________________________________
57106 [ 22199] By: nicholas                              on 2004/01/23  18:03:41
57107         Log: Document chomp's travels in the wonderful world of use encoding;
57108      Branch: perl
57109            ! pod/perlfunc.pod
57110 ____________________________________________________________________________
57111 [ 22198] By: nicholas                              on 2004/01/23  17:41:01
57112         Log: Check the return values of chomp
57113              (more tricky than it may seem, as the return value is unicode)
57114      Branch: perl
57115            ! t/uni/chomp.t
57116 ____________________________________________________________________________
57117 [ 22197] By: nicholas                              on 2004/01/23  13:57:46
57118         Log: Test return values of all chomps
57119      Branch: perl
57120            ! t/op/chop.t
57121 ____________________________________________________________________________
57122 [ 22196] By: nicholas                              on 2004/01/23  13:24:41
57123         Log: Subject: Re: [perl #24888] chomp ignores utf8
57124              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
57125              Message-Id: <20040116040355.A849.BQW10602@nifty.com>
57126              Date: Fri, 16 Jan 2004 04:13:00 +0900
57127      Branch: perl
57128            + t/uni/chomp.t
57129            ! MANIFEST doop.c t/op/chop.t
57130 ____________________________________________________________________________
57131 [ 22195] By: davem                                 on 2004/01/22  20:48:03
57132         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
57133              From: Steve Hay <steve.hay@uk.radan.com>
57134              Date: Thu, 22 Jan 2004 17:08:29 +0000
57135              Message-ID: <4010038D.4070104@uk.radan.com>
57136      Branch: perl
57137            + win32/makeico.pl win32/perlexe.rc
57138            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
57139 ____________________________________________________________________________
57140 [ 22194] By: davem                                 on 2004/01/22  00:24:51
57141         Log: C<use strict; print if foo> didn't give the
57142              "Bareword not allowed" error unless warnings were enabled
57143      Branch: perl
57144            ! op.c
57145 ____________________________________________________________________________
57146 [ 22193] By: nicholas                              on 2004/01/21  21:58:10
57147         Log: Convert the older parts of op/bop.t over to test.pl
57148      Branch: perl
57149            ! t/op/bop.t
57150 ____________________________________________________________________________
57151 [ 22192] By: merijn                                on 2004/01/21  21:10:10
57152         Log: ':flock' not recognized unless it's first
57153              Exporter::Heavy now will treat :, /, and ! special in
57154              all arguments, not only if the _first_ arg starts with it
57155              Date: Wed, 21 Jan 2004 08:32:47 -0500
57156              Message-ID: <20040121133248.3359.qmail@plover.com>
57157      Branch: perl
57158            ! lib/Exporter/Heavy.pm
57159 ____________________________________________________________________________
57160 [ 22191] By: davem                                 on 2004/01/21  20:45:48
57161         Log: Subject:  PATCH for perl-5.8.4
57162              From:  "Edward S. Peschko" <esp5@pge.com>
57163              Date:  Mon, 19 Jan 2004 17:21:18 -0800
57164              Message-Id:  <20040120012118.GA29151@mdssdev05.comp.pge.com>
57165
57166              Add @DynaLoader::dl_shared_objects feature
57167      Branch: perl
57168            ! ext/DynaLoader/DynaLoader_pm.PL
57169 ____________________________________________________________________________
57170 [ 22190] By: davem                                 on 2004/01/21  20:14:51
57171         Log: remove the platform dependencies of the write.t tests introduced
57172              by change #22161, by hard-coding the expected outputs rather
57173              than using sprintf('%f').
57174      Branch: perl
57175            ! t/op/write.t
57176 ____________________________________________________________________________
57177 [ 22189] By: davem                                 on 2004/01/20  22:41:14
57178         Log: Fix typo in patch #22188
57179      Branch: perl
57180            ! pod/perlfunc.pod
57181 ____________________________________________________________________________
57182 [ 22188] By: davem                                 on 2004/01/20  22:36:10
57183         Log: warn that C<$x : unique> operates on the typeglob, so affects @x
57184              and %x too.
57185      Branch: perl
57186            ! pod/perlfunc.pod
57187 ____________________________________________________________________________
57188 [ 22187] By: davem                                 on 2004/01/20  22:27:50
57189         Log: "sub foo :unique" segfaults
57190
57191              Turn these two into compile-time errors until such time as
57192              someone thinks of a useful meaning for them:
57193              my $x : unique
57194              sub foo : unique
57195      Branch: perl
57196            ! ext/threads/t/problems.t pod/perldiag.pod toke.c xsutils.c
57197 ____________________________________________________________________________
57198 [ 22186] By: rgs                                   on 2004/01/20  21:16:01
57199         Log: Add a new test file for situations where threads may interfere.
57200              Subject: Re: "restricted hashes" hit again !
57201              From: Stas Bekman <stas@stason.org>
57202              Date: Tue, 23 Dec 2003 15:32:26 -0800
57203              Message-ID: <3FE8D08A.4090806@stason.org>
57204      Branch: perl
57205            + t/op/threads.t
57206            ! MANIFEST
57207 ____________________________________________________________________________
57208 [ 22185] By: davem                                 on 2004/01/20  21:01:08
57209         Log: Document CVf_UNIQUE flag better
57210      Branch: perl
57211            ! cv.h
57212 ____________________________________________________________________________
57213 [ 22183] By: rgs                                   on 2004/01/20  20:26:18
57214         Log: Fix precedence errors and add some cleanup in the new
57215              DBM_Filter tests
57216      Branch: perl
57217            ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
57218 ____________________________________________________________________________
57219 [ 22182] By: davem                                 on 2004/01/20  00:16:42
57220         Log: second attempt to fix [perl #24914] freeing a CV reference that was
57221              currently being executed caused coredumps. The dounwind called by
57222              die unwinds all the contexts on the context stack before unwinding
57223              the save stack.  To stop premature freeing of the CV, hold
57224              references to it on both stacks.
57225      Branch: perl
57226            ! cop.h pp_ctl.c pp_hot.c pp_sort.c t/op/closure.t
57227 ____________________________________________________________________________
57228 [ 22181] By: davem                                 on 2004/01/19  23:41:37
57229         Log: change #22071 (taint bug in $^0) introduced a potential double
57230              free(), because PL_osname may get freed but not nulled if a taint
57231              test fails in between. Mea cupla and all that...
57232      Branch: perl
57233            ! mg.c
57234 ____________________________________________________________________________
57235 [ 22180] By: rgs                                   on 2004/01/19  22:32:27
57236         Log: Subject: Re: [perl #24926] chop/~ mangles UTF8 [PATCH]
57237              From: Gisle Aas <gisle@ActiveState.com>
57238              Date: 17 Jan 2004 01:29:02 -0800
57239              Message-ID: <lrn08m7wkh.fsf@caliper.activestate.com>
57240              (test rewritten to fit in blead)
57241      Branch: perl
57242            ! pp.c t/op/bop.t
57243 ____________________________________________________________________________
57244 [ 22179] By: merijn                                on 2004/01/19  21:36:48
57245         Log: Subject: [PATCH] dl_unload_file for HP-UX
57246              Date: Mon, 12 Jan 2004 07:49:44 -0800
57247              From: Neil Watkiss <neil.watkiss@sophos.com>
57248              Message-ID: <20040112154944.GA15412@ActiveState.com>
57249      Branch: perl
57250            ! ext/DynaLoader/dl_hpux.xs
57251 ____________________________________________________________________________
57252 [ 22177] By: merijn                                on 2004/01/19  16:11:22
57253         Log: Allow -Uinc_version_list to mean -Dinc_version_list=none
57254              See INSTALL for more details
57255      Branch: perl
57256            ! Configure
57257 ____________________________________________________________________________
57258 [ 22175] By: merijn                                on 2004/01/19  16:05:50
57259         Log: Describe how to limit the perl's default @INC during Configure
57260              to _not_ include older versions
57261      Branch: perl
57262            ! INSTALL
57263 ____________________________________________________________________________
57264 [ 22174] By: merijn                                on 2004/01/19  10:41:24
57265         Log: Subject: [PATCH bleadperl] rescue PerlIO_getname for VMS
57266              Date: Sun, 18 Jan 2004 12:51:23 -0600
57267              From: "Craig A. Berry" <craigberry@mac.com>
57268              Message-ID: <400AD5AB.3080708@mac.com>
57269      Branch: perl
57270            ! perlio.c
57271 ____________________________________________________________________________
57272 [ 22173] By: merijn                                on 2004/01/19  10:27:53
57273         Log: Subject: [PATCH bleadperl] detect nanosleep on VMS
57274              Date: Sun, 18 Jan 2004 17:03:30 -0600
57275              From: "Craig A. Berry" <craigberry@mac.com>
57276              Message-ID: <400B10C2.9060504@mac.com>
57277      Branch: perl
57278            ! configure.com
57279 ____________________________________________________________________________
57280 [ 22172] By: davem                                 on 2004/01/17  23:58:04
57281         Log: back out change #24914 "freeing a CV reference that was currently
57282              being executed caused coredumps".
57283              The new test case sometimes locks up linux's malloc, and with
57284              Perl's malloc the test code still coredumps :-(
57285      Branch: perl
57286            ! perl.c scope.c scope.h sv.c t/op/closure.t
57287 ____________________________________________________________________________
57288 [ 22171] By: rgs                                   on 2004/01/17  22:00:48
57289         Log: Subject: Refactor VOS patches for bleadperl and perl-5.8.x
57290              From: "Green, Paul" <Paul.Green@stratus.com>
57291              Date: Thu, 15 Jan 2004 16:00:15 -0500
57292              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FBB15@exna4.stratus.com>
57293      Branch: perl
57294            ! README.vos hv.c pp_pack.c vos/Changes
57295 ____________________________________________________________________________
57296 [ 22170] By: rgs                                   on 2004/01/17  21:25:08
57297         Log: Subject: Re: open/or inconsistency
57298              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
57299              Date: Sat, 17 Jan 2004 19:59:55 +0900
57300              Message-Id: <20040117195729.623A.BQW10602@nifty.com>
57301              (plus a test.)
57302              Don't produce the warning for constructs like
57303              open my $fh, $file or die;
57304      Branch: perl
57305            ! op.c t/lib/warnings/op
57306 ____________________________________________________________________________
57307 [ 22169] By: davem                                 on 2004/01/17  18:02:31
57308         Log: Subject:  Perl core dumps when running out of memory [PATCH]
57309              From:  Gisle Aas <gisle@ActiveState.com>
57310              Date:  17 Jan 2004 06:18:13 -0800
57311              Message-Id:  <lrsmiebqvu.fsf@caliper.activestate.com>
57312
57313              Display 'out of memeory' errors using low-level I/O to avoid
57314              recursive failure and so coredumps.
57315      Branch: perl
57316            ! util.c
57317 ____________________________________________________________________________
57318 [ 22168] By: davem                                 on 2004/01/17  17:38:21
57319         Log: From: "Paul Marquess" <Paul.Marquess@btinternet.com>
57320              Subject: [PATCH ] Enhanced DBM Filters
57321              Date: Sat, 17 Jan 2004 16:44:53 -0000
57322              Message-ID: <AIEAJICLCBDNAAOLLOKLAEPPPHAA.Paul.Marquess@btinternet.com>
57323
57324              add DBM_Filter
57325      Branch: perl
57326            + lib/DBM_Filter.pm lib/DBM_Filter/Changes
57327            + lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
57328            + lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
57329            + lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
57330            + lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
57331            + lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
57332            + lib/DBM_Filter/t/utf8.t lib/DBM_Filter/utf8.pm
57333            + lib/dbm_filter_util.pl
57334            ! MANIFEST
57335 ____________________________________________________________________________
57336 [ 22167] By: davem                                 on 2004/01/17  16:12:32
57337         Log: freeing a CV reference that was currently being
57338              executed caused coredumps
57339      Branch: perl
57340            ! perl.c scope.c scope.h sv.c t/op/closure.t
57341 ____________________________________________________________________________
57342 [ 22166] By: nicholas                              on 2004/01/17  15:07:31
57343         Log: Integrate final perl583delta
57344      Branch: perl
57345           !> pod/perl583delta.pod
57346 ____________________________________________________________________________
57347 [ 22163] By: davem                                 on 2004/01/16  19:24:14
57348         Log: Subject:  Re: [perl #24816] Magic vars seem unsure if they are purely numeric
57349              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
57350              Date:  Thu, 15 Jan 2004 14:10:37 -0800
57351              Message-Id:  <20040115221037.GA2392@efn.org>
57352
57353              Add sv_2iv_flags() to allow magic to be optionally processed.
57354      Branch: perl
57355            ! doop.c embed.fnc embed.h global.sym pod/perlapi.pod pp.c
57356            ! proto.h sv.c sv.h t/op/bop.t
57357 ____________________________________________________________________________
57358 [ 22162] By: davem                                 on 2004/01/16  16:39:17
57359         Log: format bug with undefined _TOP
57360              name of format_TOP now derived from the name of the current
57361              filehandle rather then the name of the  format associetd with that
57362              handle
57363      Branch: perl
57364            ! pp_sys.c t/op/write.t
57365 ____________________________________________________________________________
57366 [ 22161] By: davem                                 on 2004/01/16  13:29:26
57367         Log: Subject: [PATCH] format/write (version 2)
57368              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
57369              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1>
57370
57371              Fixes and additions to formats:
57372
57373              Improvement: NULL chars in picture line
57374              Bugfix: C<@*> shown in output if not alone on a line
57375              New feature: C<^*> for variable-width, one-line-at-a-time text
57376              Improvement: Diagnostic on C<@#> and C<~~>
57377              Bugfix: Segmentation fault on big numbers
57378              Improvement (maybe): Truncation of numbers produces misleading output
57379              Bugfix: "}" terminates format
57380              Bugfix: Error when copying non-UTF to UTF (EBCDIC only)
57381      Branch: perl
57382            ! embed.fnc embed.h form.h pod/perldiag.pod pod/perlform.pod
57383            ! pp_ctl.c proto.h t/op/write.t toke.c
57384 ____________________________________________________________________________
57385 [ 22160] By: davem                                 on 2004/01/15  23:49:02
57386         Log: buigid #24905 - the code planted to call glob() retained an
57387              extraneous targ index in a pushmark op, leasing to strangeness
57388              when the op was freed
57389      Branch: perl
57390            ! op.c
57391 ____________________________________________________________________________
57392 [ 22159] By: rgs                                   on 2004/01/15  22:19:25
57393         Log: Upgrade to Time::HiRes 1.55
57394      Branch: perl
57395            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
57396            ! ext/Time/HiRes/HiRes.xs
57397 ____________________________________________________________________________
57398 [ 22155] By: nicholas                              on 2004/01/15  00:03:04
57399         Log: Make chomp heed the utf8 flags on the target string and $/
57400              [Fixes #24888]
57401              More work still needed to make chomp heed the encoding pragma.
57402      Branch: perl
57403            ! doop.c t/op/chop.t
57404 ____________________________________________________________________________
57405 [ 22154] By: nicholas                              on 2004/01/14  21:14:14
57406         Log: Update pod.lst with perl583delta,pod, and rerun pod/buildtoc
57407              [Forgot to do this as part of the integration]
57408      Branch: perl
57409            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
57410            ! vms/descrip_mms.template win32/pod.mak
57411 ____________________________________________________________________________
57412 [ 22153] By: nicholas                              on 2004/01/14  19:28:54
57413         Log: Integrate:
57414              [ 22143]
57415              We're planning on making history today. Mind you, not that much -
57416              only 1 line.
57417
57418              perl583delta.pod
57419      Branch: perl
57420           +> pod/perl583delta.pod
57421            ! MANIFEST
57422           !> pod/perlhist.pod
57423 ____________________________________________________________________________
57424 [ 22150] By: nicholas                              on 2004/01/14  17:48:52
57425         Log: Bump version number as file has changed since 5.8.2
57426      Branch: perl
57427            ! lib/File/Find.pm
57428 ____________________________________________________________________________
57429 [ 22149] By: nicholas                              on 2004/01/14  17:45:54
57430         Log: Subject:  Doc patches for File::Find
57431              From:  Andy Lester <andy@petdance.com>
57432              Date:  Mon, 12 Jan 2004 00:10:50 -0600
57433              Message-Id:  <20040112061050.GB7308@petdance.com>
57434      Branch: perl
57435            ! lib/File/Find.pm
57436 ____________________________________________________________________________
57437 [ 22136] By: nicholas                              on 2004/01/14  13:01:27
57438         Log: Assimilate CGI 3.03
57439      Branch: perl
57440            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm
57441 ____________________________________________________________________________
57442 [ 22133] By: nicholas                              on 2004/01/13  22:53:42
57443         Log: Add VMS to the list of "don't fork" OSes
57444              [In the most simple way possible. Fix this properly post 5.8.3
57445              to use $Config{d_fork} or something more robust]
57446      Branch: perl
57447            ! ext/threads/shared/t/wait.t
57448 ____________________________________________________________________________
57449 [ 22129] By: rgs                                   on 2004/01/13  19:26:24
57450         Log: Subject: [PATCH] [ANNOUNCE] Math::BigInt v1.69
57451              From: Tels <perl_dummy@bloodgate.com>
57452              Date: Tue, 13 Jan 2004 19:28:48 +0100
57453              Message-Id: <200401131928.50247@bloodgate.com>
57454      Branch: perl
57455            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
57456            ! lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/bare_mbi.t
57457            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
57458            ! lib/Math/BigInt/t/sub_mbi.t
57459 ____________________________________________________________________________
57460 [ 22128] By: rgs                                   on 2004/01/13  09:06:11
57461         Log: MANIFEST adjustment.
57462      Branch: perl
57463            ! MANIFEST
57464 ____________________________________________________________________________
57465 [ 22126] By: ams                                   on 2004/01/13  07:16:33
57466         Log: Upgrade to Locale::Maketext 1.07.
57467      Branch: perl
57468            + lib/Locale/Maketext/t/04super.t
57469            + lib/Locale/Maketext/t/05super.t
57470            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
57471            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
57472 ____________________________________________________________________________
57473 [ 22125] By: rgs                                   on 2004/01/12  22:44:53
57474         Log: Document usage of $_ and pos() inside /(?{...})/.
57475              (see change #2367.)
57476      Branch: perl
57477            ! pod/perlre.pod
57478 ____________________________________________________________________________
57479 [ 22124] By: rgs                                   on 2004/01/12  22:10:51
57480         Log: Upgrade to MIME::Base64 2.23.
57481      Branch: perl
57482            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
57483            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
57484 ____________________________________________________________________________
57485 [ 22123] By: rgs                                   on 2004/01/12  21:24:28
57486         Log: Subject: [PATCH handy.h] RE: MIME-Base64-2.22 [PATCH]
57487              From: Robin Barker <Robin.Barker@npl.co.uk>
57488              Date: Thu, 8 Jan 2004 16:21:25 -0000
57489              Message-ID: <533D273D4014D411AB1D00062938C4D904046787@hotel.npl.co.uk>
57490      Branch: perl
57491            ! handy.h
57492 ____________________________________________________________________________
57493 [ 22122] By: nicholas                              on 2004/01/12  19:52:16
57494         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
57495              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
57496              Message-ID: <Pine.LNX.4.58.0401121127210.15844@benevelle.wi.securepipe.com>
57497              Date: Mon, 12 Jan 2004 12:41:52 -0600 (CST)
57498      Branch: perl
57499            ! ext/threads/shared/t/wait.t
57500 ____________________________________________________________________________
57501 [ 22121] By: nicholas                              on 2004/01/12  17:27:25
57502         Log: use sv_setpvn rather than sv_setpv and save a strlen()
57503      Branch: perl
57504            ! doop.c
57505 ____________________________________________________________________________
57506 [ 22120] By: merijn                                on 2004/01/12  13:04:42
57507         Log: Subject: [PATCH] Make 'Configure -Dcf_by=...' work
57508              From: Gisle Aas <gisle@ActiveState.com>
57509              Date: 12 Jan 2004 02:35:27 -0800
57510              Message-ID: <lrvfnh315c.fsf@caliper.activestate.com>
57511      Branch: perl
57512            ! Configure
57513 ____________________________________________________________________________
57514 [ 22117] By: rgs                                   on 2004/01/12  10:10:43
57515         Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012]
57516              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
57517              Date: Mon, 12 Jan 2004 11:19:37 +0900
57518              Message-Id: <20040112111007.EB69.BQW10602@nifty.com>
57519      Branch: perl
57520            ! doop.c t/op/join.t
57521 ____________________________________________________________________________
57522 [ 22115] By: nicholas                              on 2004/01/11  23:37:09
57523         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
57524              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
57525              Message-ID: <Pine.LNX.4.58.0401111548010.6679@localhost.localdomain>
57526              Date: Sun, 11 Jan 2004 16:24:18 -0600 (CST)
57527      Branch: perl
57528            ! ext/threads/shared/t/wait.t
57529 ____________________________________________________________________________
57530 [ 22113] By: nicholas                              on 2004/01/11  23:14:48
57531         Log: Regenerate win32/Makefile and win32/makefile.mk after
57532
57533              Integrate:
57534              [ 22081]
57535              Move pod/perldelta.pod to pod/perl583delta.pod, and arrange for
57536              a copy to be made at build time.
57537
57538              [ 22111]
57539              Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1)
57540              From: Abe Timmerman <abe@ztreet.demon.nl>
57541              Message-Id: <200401111813.40829.abe@ztreet.demon.nl>
57542              Date: Sun, 11 Jan 2004 18:13:40 +0100
57543
57544              plus revert 22092 and 22080
57545      Branch: perl
57546            ! pod.lst win32/Makefile win32/makefile.mk
57547           !> pod/buildtoc
57548 ____________________________________________________________________________
57549 [ 22112] By: rgs                                   on 2004/01/11  22:38:08
57550         Log: Upgrade to Cwd 2.14.
57551      Branch: perl
57552            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
57553 ____________________________________________________________________________
57554 [ 22110] By: rgs                                   on 2004/01/11  16:34:43
57555         Log: Upgrade to Math::BigRat 0.11
57556
57557              Subject: [PATCH] [ANNOUCNE] Math::BigRat 0.11
57558              From: Tels <perl_dummy@bloodgate.com>
57559              Date: Wed, 7 Jan 2004 18:30:06 +0100
57560              Message-Id: <200401071830.07445@bloodgate.com>
57561      Branch: perl
57562            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
57563            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
57564 ____________________________________________________________________________
57565 [ 22109] By: rgs                                   on 2004/01/10  23:39:38
57566         Log: Subject: [PATCH] Nicer formatting for function arguments in Carp messages
57567              From: Steve Hay <steve.hay@uk.radan.com>
57568              Date: Wed, 07 Jan 2004 13:22:30 +0000
57569              Message-ID: <3FFC0816.9090406@uk.radan.com>
57570
57571              (and increment version number in Carp)
57572      Branch: perl
57573            ! lib/Carp.pm lib/Carp/Heavy.pm
57574 ____________________________________________________________________________
57575 [ 22108] By: adi                                   on 2004/01/10  21:33:59
57576         Log: documentation nit
57577      Branch: perl
57578            ! pod/perlop.pod
57579 ____________________________________________________________________________
57580 [ 22107] By: adi                                   on 2004/01/10  20:19:09
57581         Log: nit to Bytecode - the av_extend opcode wasn't saved when
57582              the array had AvFILL == 0
57583      Branch: perl
57584            ! ext/B/B/Assembler.pm
57585 ____________________________________________________________________________
57586 [ 22106] By: adi                                   on 2004/01/10  20:16:03
57587         Log: still problems with backreferences + reverse cloning
57588              after #21936 - the weak reference may live on the pad.
57589      Branch: perl
57590            ! sv.c
57591 ____________________________________________________________________________
57592 [ 22104] By: nicholas                              on 2004/01/09  19:50:43
57593         Log: Bah. Makefile.PL still tests the sub-MANIFEST
57594      Branch: perl
57595            ! ext/Storable/MANIFEST
57596 ____________________________________________________________________________
57597 [ 22103] By: davem                                 on 2004/01/09  12:20:38
57598         Log: temporarily backout test of thread returning a closure. It crashes
57599              win32.
57600      Branch: perl
57601            ! ext/threads/t/problems.t
57602 ____________________________________________________________________________
57603 [ 22102] By: davem                                 on 2004/01/08  22:32:28
57604         Log: Subject: segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads)
57605              Message-ID: <20040107121357.GD82921@dansat.data-plan.com>
57606
57607              Returning a closure from a thread (via join) could mess up because
57608              pointers to PL_sv_undef weren't rejigged to point at the joiner's
57609              version of PL_sv_undef. Also, the closure's CvGV got cloned too
57610              but never freed, since CvGV isn't refcounted.
57611      Branch: perl
57612            ! ext/threads/t/problems.t ext/threads/threads.xs sv.c
57613 ____________________________________________________________________________
57614 [ 22101] By: rgs                                   on 2004/01/08  21:00:56
57615         Log: perl582delta.pod was not in the MANIFEST.
57616      Branch: perl
57617            ! MANIFEST
57618 ____________________________________________________________________________
57619 [ 22100] By: nicholas                              on 2004/01/08  17:35:27
57620         Log: Integrate:
57621              [ 22093]
57622              Graham says that the search.cpan.org pod finder hashes on name
57623              The 4 files all thinking they are perldelta.pod confuses it.
57624      Branch: perl
57625           +> pod/perl582delta.pod
57626           !> pod/perl581delta.pod pod/perl58delta.pod
57627 ____________________________________________________________________________
57628 [ 22096] By: nicholas                              on 2004/01/08  13:15:38
57629         Log: Subject: [PATCH pod/perlhist.pod] Mention 5.8.3-RC1
57630              From: Abigail <abigail@abigail.nl>
57631              Message-ID: <20040107230027.GC393@abigail.nl>
57632              Date: Thu, 8 Jan 2004 00:00:27 +0100
57633      Branch: perl
57634            ! pod/perlhist.pod
57635 ____________________________________________________________________________
57636 [ 22091] By: nicholas                              on 2004/01/07  19:09:50
57637         Log: [Integrate]
57638              22088 22089 22090 (datestamp corrections - let's see if this really
57639              works)
57640      Branch: perl
57641           !> (integrate 35 files)
57642 ____________________________________________________________________________
57643 [ 22084] By: rgs                                   on 2004/01/07  09:25:16
57644         Log: Hardcoded numerical flag masks. Bad.
57645      Branch: perl
57646            ! doop.c
57647 ____________________________________________________________________________
57648 [ 22083] By: nicholas                              on 2004/01/06  18:57:29
57649         Log: Seems that sv_setsv_cow needs to be visible to core extensions,
57650              so that re will build properly on Win32. Thanks to Steve Hay for
57651              trying COW and finding the problems.
57652      Branch: perl
57653            ! embed.fnc embed.h
57654 ____________________________________________________________________________
57655 [ 22082] By: rgs                                   on 2004/01/06  18:11:22
57656         Log: Fix bug #24813 : the -0 wasn't recognized on the #! line
57657      Branch: perl
57658            + t/run/switch0.t
57659            ! MANIFEST perl.c
57660 ____________________________________________________________________________
57661 [ 22079] By: nicholas                              on 2004/01/06  12:38:52
57662         Log: Jarkko didn't move the cd ..\pod correctly. Given that it's been
57663              like this pre 5.8.1, I suspect that no-one has used it recently.
57664      Branch: perl
57665            ! win32/makefile.mk
57666 ____________________________________________________________________________
57667 [ 22076] By: rgs                                   on 2004/01/06  08:18:44
57668         Log: The TODO tag should be included also when a TODO test succeeds,
57669              so it's reported by the test harness
57670      Branch: perl
57671            ! t/op/write.t
57672 ____________________________________________________________________________
57673 [ 22075] By: rgs                                   on 2004/01/06  07:56:25
57674         Log: This TODO test seems to pass now.
57675      Branch: perl
57676            ! t/op/write.t
57677 ____________________________________________________________________________
57678 [ 22074] By: rgs                                   on 2004/01/05  23:29:55
57679         Log: Some of the bitwise manipulation PP functions weren't checking
57680              whether their arguments were magical before using them.
57681              (bug [#24816]).
57682      Branch: perl
57683            ! pp.c
57684 ____________________________________________________________________________
57685 [ 22071] By: davem                                 on 2004/01/05  22:17:04
57686         Log: [perl #24674]
57687              stop $^O getting tainted on read access, and disallow tainted
57688              assignment to it
57689      Branch: perl
57690            ! mg.c t/op/taint.t
57691 ____________________________________________________________________________
57692 [ 22068] By: rgs                                   on 2004/01/05  21:48:30
57693         Log: Some mandatory syntax warnings emitted by the lexer weren't
57694              disableable (bug [perl #24815]).
57695      Branch: perl
57696            ! pod/perldiag.pod t/lib/warnings/toke toke.c
57697 ____________________________________________________________________________
57698 [ 22067] By: nicholas                              on 2004/01/05  21:36:07
57699         Log: Change the flag logic in buildtoc
57700      Branch: perl
57701            ! pod.lst pod/buildtoc
57702 ____________________________________________________________________________
57703 [ 22064] By: nicholas                              on 2004/01/05  21:16:09
57704         Log: Fix bug with MANIFEST generation when we also regenerate perltoc.pod
57705      Branch: perl
57706            ! pod/buildtoc
57707 ____________________________________________________________________________
57708 [ 22058] By: rgs                                   on 2004/01/05  06:17:47
57709         Log: Subject: [PATCH] skip num.t #47 on VMS
57710              From: "Craig A. Berry" <craigberry@mac.com>
57711              Date: Sun, 04 Jan 2004 23:16:26 -0600
57712              Message-ID: <3FF8F32A.5000108@mac.com>
57713      Branch: perl
57714            ! t/base/num.t
57715 ____________________________________________________________________________
57716 [ 22057] By: rgs                                   on 2004/01/05  06:17:07
57717         Log: Subject: [PATCH configure.com] future-proof signal check
57718              From: "Craig A. Berry" <craigberry@mac.com>
57719              Date: Sun, 04 Jan 2004 22:53:40 -0600
57720              Message-ID: <3FF8EDD4.3080308@mac.com>
57721      Branch: perl
57722            ! configure.com
57723 ____________________________________________________________________________
57724 [ 22056] By: rgs                                   on 2004/01/04  20:45:31
57725         Log: Upgrade to Cwd 2.13
57726      Branch: perl
57727            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
57728 ____________________________________________________________________________
57729 [ 22055] By: davem                                 on 2004/01/04  19:34:36
57730         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
57731              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
57732              Date: Fri, 2 Jan 2004 11:31:46 +0100
57733              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4B3@attmsx1>
57734
57735              eval of of a truncated format should fail
57736      Branch: perl
57737            ! t/op/write.t toke.c
57738 ____________________________________________________________________________
57739 [ 22052] By: rgs                                   on 2004/01/03  19:53:53
57740         Log: Upgrade to PerlIO::via::QuotedPrint 0.06
57741      Branch: perl
57742            ! lib/PerlIO/via/QuotedPrint.pm
57743 ____________________________________________________________________________
57744 [ 22051] By: rgs                                   on 2004/01/03  19:51:02
57745         Log: Upgrade to Time::HiRes 1.54
57746      Branch: perl
57747            + ext/Time/HiRes/hints/solaris.pl
57748            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
57749            ! ext/Time/HiRes/HiRes.xs
57750 ____________________________________________________________________________
57751 [ 22050] By: nicholas                              on 2004/01/03  19:24:00
57752         Log: No matter how hard you proof read it, something always slips through.
57753      Branch: perl
57754            ! ext/Storable/ChangeLog
57755 ____________________________________________________________________________
57756 [ 22049] By: nicholas                              on 2004/01/03  19:22:08
57757         Log: Fix minor problems with the CPAN release
57758              1: Make Storable.xs to work on 5.8.2 and later (already in the core)
57759              2: Ship the linux hints file
57760              3: Ship Test::More for the benefit of Perls pre 5.6.2
57761              4: Correct Makefile.PL to install in core for 5.8.0 and later
57762      Branch: perl
57763            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
57764            ! ext/Storable/Makefile.PL ext/Storable/README
57765            ! ext/Storable/Storable.pm
57766 ____________________________________________________________________________
57767 [ 22047] By: rgs                                   on 2004/01/03  00:07:13
57768         Log: Tidy up change #18751, so that the second parameter to unpack()
57769              defaults to $_ at compile-time, instead of run-time (like all
57770              other primitives that default to $_).
57771      Branch: perl
57772            ! embed.h op.c opcode.h opcode.pl pp.sym pp_pack.c pp_proto.h
57773 ____________________________________________________________________________
57774 [ 22044] By: nicholas                              on 2004/01/02  16:17:24
57775         Log: Bump $threads::VERSION as the documentation has changed. Tweak the
57776              documentaiton, update Arthur's e-mail address
57777      Branch: perl
57778            ! ext/threads/threads.pm
57779 ____________________________________________________________________________
57780 [ 22043] By: rgs                                   on 2004/01/02  08:35:22
57781         Log: Use the optimization level -O2 by default on Linux/gcc.
57782              See :
57783              Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?)
57784              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
57785              Date: Thu, 1 Jan 2004 05:32:15 +0100
57786              Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2>
57787      Branch: perl
57788            ! hints/linux.sh
57789 ____________________________________________________________________________
57790 [ 22041] By: nicholas                              on 2004/01/02  00:38:00
57791         Log: Update debugger version number and Changes file
57792      Branch: perl
57793            ! lib/perl5db.pl
57794 ____________________________________________________________________________
57795 [ 22037] By: davem                                 on 2004/01/01  23:22:10
57796         Log: addition to 22036 (document SUPER better): superclass may be plural
57797      Branch: perl
57798            ! pod/perlbot.pod pod/perlobj.pod
57799 ____________________________________________________________________________
57800 [ 22036] By: davem                                 on 2004/01/01  22:23:11
57801         Log: Document the quirks of SUPER, especially the fact that it it
57802              relative to the current package and not to the invoking object.
57803      Branch: perl
57804            ! pod/perlboot.pod pod/perlbot.pod pod/perlobj.pod
57805            ! pod/perltoot.pod
57806 ____________________________________________________________________________
57807 [ 22034] By: davem                                 on 2004/01/01  19:58:08
57808         Log: Fix bug #24383, where hashes with the :unique attribute weren't
57809              getting made readonly on interpreter clone. Also, remove the
57810              :unique attribute from the hashes in warnings.pm, since they may
57811              later be modified by warnings::register.  Finally, adds tests for
57812              the :unique attribute.
57813      Branch: perl
57814            ! ext/threads/t/problems.t lib/warnings.pm sv.c warnings.pl
57815 ____________________________________________________________________________
57816 [ 22033] By: nicholas                              on 2004/01/01  19:22:24
57817         Log: Subject: Perl 5.8.3 patches from the BS2000 port - part 2
57818              From: Dorner Thomas <tdorner@amadeus.net>
57819              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B6740@Ex02.inhouse.start.de>
57820              Date: Fri, 19 Dec 2003 07:16:47 +0100
57821      Branch: perl
57822            ! t/io/utf8.t t/op/pat.t
57823 ____________________________________________________________________________
57824 [ 22032] By: rgs                                   on 2004/01/01  17:29:21
57825         Log: Subject: [PATCH 5.8.2 @21574] OS/2 update
57826              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
57827              Date: Thu, 18 Dec 2003 14:10:29 -0800
57828              Message-ID: <20031218221029.GA7898@math.berkeley.edu>
57829      Branch: perl
57830            ! README.os2 hints/os2.sh installperl lib/ExtUtils/MM_Unix.pm
57831            ! makedef.pl os2/Changes os2/OS2/REXX/DLL/Changes
57832            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h os2/perl2cmd.pl
57833 ____________________________________________________________________________
57834 [ 22031] By: rgs                                   on 2004/01/01  16:30:13
57835         Log: Document that /[\W]/ doesn't work, unicode-wise (see bug #18281)
57836      Branch: perl
57837            ! pod/perlunicode.pod
57838 ____________________________________________________________________________
57839 [ 22030] By: rgs                                   on 2004/01/01  13:55:31
57840         Log: Document that detached threads aren't supported on Windows yet.
57841      Branch: perl
57842            ! ext/threads/threads.pm
57843 ____________________________________________________________________________
57844 [ 22029] By: rgs                                   on 2004/01/01  13:30:33
57845         Log: Upgrade to Getopt::Long 2.34_01
57846      Branch: perl
57847            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
57848 ____________________________________________________________________________
57849 [ 22026] By: nicholas                              on 2003/12/31  15:22:31
57850         Log: Tweak 00compile.t to avoid splatting a DIAG over core perl's
57851              beautiful clean run of OKs. You are all getting a clean run of OKs,
57852              aren't you?
57853      Branch: perl
57854            ! lib/Test/Harness/t/00compile.t
57855 ____________________________________________________________________________
57856 [ 22025] By: nicholas                              on 2003/12/31  15:11:51
57857         Log: Subject: [PATCH] "piconv -C 512" badly broken
57858              From: Autrijus Tang <autrijus@autrijus.org>
57859              Message-Id: <1072870210.769.5.camel@localhost>
57860              Date: Wed, 31 Dec 2003 19:30:10 +0800
57861      Branch: perl
57862            ! ext/Encode/bin/piconv
57863 ____________________________________________________________________________
57864 [ 22021] By: rgs                                   on 2003/12/31  08:28:43
57865         Log: Upgrade to Test::Harness 2.40.
57866      Branch: perl
57867            ! lib/Test/Harness.pm lib/Test/Harness/Changes
57868            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
57869            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
57870            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
57871            ! lib/Test/Harness/t/prove-switches.t
57872            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
57873            ! lib/Test/Harness/t/test-harness.t
57874 ____________________________________________________________________________
57875 [ 22020] By: rgs                                   on 2003/12/31  07:59:19
57876         Log: C++ comments, bad.
57877      Branch: perl
57878            ! ext/Cwd/Cwd.xs
57879 ____________________________________________________________________________
57880 [ 22018] By: nicholas                              on 2003/12/30  23:29:59
57881         Log: Bump VERSION numbers
57882      Branch: perl
57883            ! ext/POSIX/POSIX.pm lib/Benchmark.pm lib/File/CheckTree.pm
57884            ! lib/Getopt/Std.pm lib/PerlIO.pm lib/Tie/Hash.pm
57885            ! lib/diagnostics.pm
57886 ____________________________________________________________________________
57887 [ 22016] By: rgs                                   on 2003/12/30  21:10:22
57888         Log: A patch for Test::Harness on VMS by Craig Berry
57889              (see RT CPAN bug #4745)
57890      Branch: perl
57891            ! lib/Test/Harness/Straps.pm
57892 ____________________________________________________________________________
57893 [ 22013] By: nicholas                              on 2003/12/30  18:18:28
57894         Log: Subject: more uni doc tweakage
57895              From: Jarkko Hietaniemi <jhi@iki.fi>
57896              Message-ID: <20031230133755.GA23118@vipunen.hut.fi>
57897              Date: Tue, 30 Dec 2003 15:37:55 +0200
57898
57899              Subject: one more pod fix
57900              From: Jarkko Hietaniemi <jhi@iki.fi>
57901              Message-ID: <20031230135641.GA24516@vipunen.hut.fi>
57902              Date: Tue, 30 Dec 2003 15:56:41 +0200
57903      Branch: perl
57904            ! lib/PerlIO.pm pod/perlunicode.pod
57905 ____________________________________________________________________________
57906 [ 22009] By: davem                                 on 2003/12/30  17:14:44
57907         Log: bug #24757 perlrun.pod's description of find -mtime was ambiguous
57908      Branch: perl
57909            ! pod/perlrun.pod
57910 ____________________________________________________________________________
57911 [ 22007] By: rgs                                   on 2003/12/30  16:04:47
57912         Log: Upgrade to Math::BigInt 1.68.
57913      Branch: perl
57914            + lib/Math/BigInt/t/bigroot.t
57915            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
57916            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
57917            ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbi.t
57918            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
57919            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
57920 ____________________________________________________________________________
57921 [ 22005] By: davem                                 on 2003/12/30  15:07:50
57922         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
57923              heuristics for calculating buffer size needed to compile a format
57924              didn't allow for \0
57925      Branch: perl
57926            ! pp_ctl.c t/op/write.t
57927 ____________________________________________________________________________
57928 [ 22003] By: rgs                                   on 2003/12/30  12:54:02
57929         Log: Add a regression test for bug #24762
57930      Branch: perl
57931            ! t/comp/parser.t
57932 ____________________________________________________________________________
57933 [ 22002] By: rgs                                   on 2003/12/30  12:49:09
57934         Log: Updates the notes about byacc in pumpkin.pod.
57935      Branch: perl
57936            ! Porting/pumpkin.pod
57937 ____________________________________________________________________________
57938 [ 22001] By: rgs                                   on 2003/12/30  09:58:08
57939         Log: Bump up UNIVERSAL's version to 1.02
57940              (due to fix #21418)
57941      Branch: perl
57942            ! lib/UNIVERSAL.pm
57943 ____________________________________________________________________________
57944 [ 21999] By: nicholas                              on 2003/12/29  23:53:31
57945         Log: Add Mike Pomraning
57946      Branch: perl
57947            ! AUTHORS
57948 ____________________________________________________________________________
57949 [ 21997] By: rgs                                   on 2003/12/29  20:11:12
57950         Log: Update the README and Changes files for Switch 2.10
57951      Branch: perl
57952            ! lib/Switch/Changes lib/Switch/README
57953 ____________________________________________________________________________
57954 [ 21996] By: rgs                                   on 2003/12/29  20:07:00
57955         Log: Upgrade to Switch 2.10, by integrating some changes by Damian
57956      Branch: perl
57957            ! lib/Switch.pm
57958 ____________________________________________________________________________
57959 [ 21993] By: rgs                                   on 2003/12/29  10:49:29
57960         Log: Windows hasn't getuid/setuid and friends.
57961              Therefore disable the code related to them in POSIX.xs.
57962
57963              Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
57964              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
57965              Date: Mon, 29 Dec 2003 04:51:19 +0100
57966              Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2>
57967      Branch: perl
57968            ! ext/POSIX/POSIX.xs
57969 ____________________________________________________________________________
57970 [ 21992] By: rgs                                   on 2003/12/29  10:31:07
57971         Log: Subject: [PATCH] win32_chsize buglet
57972              From: "Kevin Chase" <kevincha99@hotmail.com>
57973              Date: Sun, 28 Dec 2003 15:48:56 -0800
57974              Message-ID: <BAY2-F90usv0ccZRh8Z0005683d@hotmail.com>
57975      Branch: perl
57976            ! win32/win32.c
57977 ____________________________________________________________________________
57978 [ 21991] By: rgs                                   on 2003/12/29  08:10:51
57979         Log: Upgrade to Encode 1.99.
57980      Branch: perl
57981            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
57982            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
57983            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
57984            ! ext/Encode/t/mime-header.t ext/Encode/ucm/gsm0338.ucm
57985            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
57986            ! ext/Encode/ucm/macHebrew.ucm
57987 ____________________________________________________________________________
57988 [ 21990] By: rgs                                   on 2003/12/28  18:41:35
57989         Log: Fix a little syntax error, reported by Marcus Holland-Moritz
57990      Branch: perl
57991            ! win32/win32.c
57992 ____________________________________________________________________________
57993 [ 21989] By: nicholas                              on 2003/12/28  11:49:20
57994         Log: From: "Nigel Sandever" <njsandever@hotmail.com>
57995              Subject: [PATCH] 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES
57996              Message-ID: <Law9-F94BdsnvUFcxT500000ea5@hotmail.com>
57997              Date: Thu, 25 Sep 2003 21:49:07 +0000
57998      Branch: perl
57999            ! dosish.h win32/win32.c win32/win32sck.c
58000 ____________________________________________________________________________
58001 [ 21988] By: rgs                                   on 2003/12/27  23:46:40
58002         Log: Regenerate the perly.c patch for byacc output painless fixing
58003      Branch: perl
58004            ! perly_c.diff
58005 ____________________________________________________________________________
58006 [ 21986] By: rgs                                   on 2003/12/27  23:11:59
58007         Log: Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax error
58008      Branch: perl
58009            ! perly.c perly.y vms/perly_c.vms
58010 ____________________________________________________________________________
58011 [ 21985] By: nicholas                              on 2003/12/27  22:55:35
58012         Log: Subject: Cross compilation patches for arm.
58013              From: Redvers Davies <red@criticalintegration.com>
58014              Message-Id: <1072098653.4789.6.camel@ragefire>
58015              Date: Mon, 22 Dec 2003 08:11:34 -0500
58016      Branch: perl
58017            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
58018            ! Cross/config.sh-arm-linux Cross/installperl.patch
58019 ____________________________________________________________________________
58020 [ 21983] By: rgs                                   on 2003/12/27  21:29:04
58021         Log: Fix bug [perl #24735] : make sure that the range (..) operator
58022              treats an undefined argument as 0 for numerical ranges and as ""
58023              for magical string ranges.
58024      Branch: perl
58025            ! pp_ctl.c t/op/range.t
58026 ____________________________________________________________________________
58027 [ 21981] By: rgs                                   on 2003/12/27  20:14:09
58028         Log: Subject: PATCH:  *DB*_File
58029              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
58030              Date: Sat, 27 Dec 2003 20:02:30 -0000
58031              Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com>
58032      Branch: perl
58033            ! XSUB.h ext/DB_File/Changes ext/DB_File/DB_File.pm
58034            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
58035            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
58036            ! ext/DB_File/typemap ext/GDBM_File/typemap
58037            ! ext/NDBM_File/typemap ext/ODBM_File/typemap
58038            ! ext/SDBM_File/typemap
58039 ____________________________________________________________________________
58040 [ 21978] By: nicholas                              on 2003/12/27  18:31:27
58041         Log: Straggler from Cwd
58042      Branch: perl
58043            + ext/Cwd/Changes
58044 ____________________________________________________________________________
58045 [ 21977] By: nicholas                              on 2003/12/27  18:29:44
58046         Log: Straggler from Unicode::Collate.
58047              We need to automate this.
58048              For some value of we. (tr/w/m/ I suspect)
58049      Branch: perl
58050            + lib/Unicode/Collate/t/rearrang.t
58051 ____________________________________________________________________________
58052 [ 21976] By: nicholas                              on 2003/12/27  18:28:37
58053         Log: Assimilate Unicode::Collate 0.33
58054      Branch: perl
58055            + lib/Unicode/Collate/t/altern.t lib/Unicode/Collate/t/view.t
58056            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
58057            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
58058            ! lib/Unicode/Collate/t/contract.t
58059            ! lib/Unicode/Collate/t/illegal.t lib/Unicode/Collate/t/test.t
58060            ! lib/Unicode/Collate/t/version.t
58061 ____________________________________________________________________________
58062 [ 21975] By: nicholas                              on 2003/12/27  18:12:33
58063         Log: Assimilate PodParser-1.26
58064      Branch: perl
58065            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
58066            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/PlainText.pm
58067            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/pod2usage.PL
58068            ! pod/podselect.PL t/pod/pod2usage.xr t/pod/podselect.xr
58069 ____________________________________________________________________________
58070 [ 21974] By: nicholas                              on 2003/12/27  17:50:34
58071         Log: Assimilate File::Spec 0.87
58072      Branch: perl
58073            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
58074 ____________________________________________________________________________
58075 [ 21973] By: nicholas                              on 2003/12/27  17:24:27
58076         Log: Assimilate Digest 1.05
58077      Branch: perl
58078            ! lib/Digest.pm lib/Digest/t/digest.t
58079 ____________________________________________________________________________
58080 [ 21972] By: nicholas                              on 2003/12/27  17:20:23
58081         Log: Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so change
58082              21646 was only applied to core (must punt this back and thereby unfork)
58083              Need to fix test boilerplate properly for PERL_CORE
58084      Branch: perl
58085            ! MANIFEST Porting/Maintainers.pl ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
58086            ! ext/Cwd/t/taint.t lib/Cwd.pm
58087 ____________________________________________________________________________
58088 [ 21971] By: nicholas                              on 2003/12/27  16:55:54
58089         Log: Subject: [PATCH] Remove Win32 compiler warnings
58090              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
58091              Date: Sat, 27 Dec 2003 17:39:20 +0100
58092              Message-ID: <018901c3cc97$fa976660$d500a8c0@R2D2>
58093      Branch: perl
58094            ! ext/XS/APItest/APItest.xs ext/threads/shared/shared.xs sv.c
58095 ____________________________________________________________________________
58096 [ 21970] By: nicholas                              on 2003/12/27  16:39:01
58097         Log: Allow overriding of the p4 settings via environment variables
58098              Make regexp more robust to parse FreeBSD's patch output
58099      Branch: perl
58100            ! Porting/apply
58101 ____________________________________________________________________________
58102 [ 21968] By: rgs                                   on 2003/12/27  14:27:57
58103         Log: Subject: [PATCH] perl 5.8.0, FindBin::again
58104              From: Slaven Rezic <slaven@rezic.de>
58105              Date: 01 May 2003 21:28:10 +0200
58106              Message-ID: <873cjy31rp.fsf@vran.herceg.de>
58107      Branch: perl
58108            ! lib/FindBin.pm lib/FindBin.t
58109 ____________________________________________________________________________
58110 [ 21967] By: nicholas                              on 2003/12/27  13:26:29
58111         Log: Subject: [PATCH: sv.c] Turn Quad_t to Uquad_t in unsigned branch
58112              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
58113              Date: Sat, 27 Dec 2003 02:48:19 +0100
58114              Message-ID: <010001c3cc1b$813763a0$d500a8c0@R2D2>
58115      Branch: perl
58116            ! sv.c
58117 ____________________________________________________________________________
58118 [ 21964] By: nicholas                              on 2003/12/26  20:31:38
58119         Log: Change minimum perl version where the test is run from 5.9.0 to 5.8.3
58120              as I'm going to integrate the core patch
58121      Branch: perl
58122            ! ext/List/Util/t/weak.t
58123 ____________________________________________________________________________
58124 [ 21962] By: nicholas                              on 2003/12/26  19:22:16
58125         Log: Subject: [PATCH: sv.c] Re: GCC bug breaking Perl_sv_catpvfn()?
58126              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
58127              Date: Fri, 26 Dec 2003 02:47:09 +0100
58128              Message-ID: <03ca01c3cb52$2d509b40$5700a8c0@R2D2>
58129      Branch: perl
58130            ! sv.c
58131 ____________________________________________________________________________
58132 [ 21960] By: rgs                                   on 2003/12/26  10:18:24
58133         Log: Refactor the code that checks whether a range is numeric
58134              or string-magical.
58135      Branch: perl
58136            ! pp_ctl.c
58137 ____________________________________________________________________________
58138 [ 21959] By: rgs                                   on 2003/12/26  08:51:06
58139         Log: Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.
58140              This fixes building SDBM_File on AIX.
58141      Branch: perl
58142            ! ext/SDBM_File/sdbm/Makefile.PL
58143 ____________________________________________________________________________
58144 [ 21958] By: rgs                                   on 2003/12/25  21:22:25
58145         Log: Fix bug [perl #24641] : when POSIX::set[ug]id() are called,
58146              update the perl variables PL_uid and PL_euid (resp. PL_gid
58147              and PL_egid) with the new values.
58148      Branch: perl
58149            ! ext/POSIX/POSIX.xs
58150 ____________________________________________________________________________
58151 [ 21957] By: rgs                                   on 2003/12/25  20:14:00
58152         Log: Subject: [PATCH 5.8.2 @21574] INSTALL_PREFIX from C
58153              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
58154              Date: Thu, 18 Dec 2003 12:30:06 -0800
58155              Message-ID: <20031218203006.GA7772@math.berkeley.edu>
58156      Branch: perl
58157            ! config_h.SH
58158 ____________________________________________________________________________
58159 [ 21956] By: rgs                                   on 2003/12/25  19:40:55
58160         Log: Subject: BigInt v1.68 - pre-release
58161              From: Tels <perl_dummy@bloodgate.com>
58162              Date: Tue, 23 Dec 2003 01:09:23 +0100
58163              Message-Id: <200312230106.27661@bloodgate.com>
58164      Branch: perl
58165            + lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/alias.inc
58166            + lib/Math/BigInt/t/mbf_ali.t lib/Math/BigInt/t/mbi_ali.t
58167            + lib/Math/BigInt/t/sub_ali.t
58168            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
58169            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
58170            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
58171            ! lib/Math/BigInt/t/upgrade.inc
58172 ____________________________________________________________________________
58173 [ 21955] By: rgs                                   on 2003/12/25  18:59:54
58174         Log: Subject: [perl #24506] [PATCH] cannot weaken refs to read only values
58175              From: Fergal Daly <fergal@esatclear.ie>
58176              Date: Tue, 2 Dec 2003 23:18:18 +0000
58177              Message-Id: <200312022318.18353.fergal@esatclear.ie>
58178
58179              (tweaked so the test is skipped on perls < 5.9.0)
58180      Branch: perl
58181            ! ext/List/Util/t/weak.t sv.c
58182 ____________________________________________________________________________
58183 [ 21953] By: nicholas                              on 2003/12/23  23:34:48
58184         Log: Subject:  [PATCH: perl@21949] document patch for VMS port on new file systems
58185              From:  PPrymmer@factset.com
58186              Date:  Tue, 23 Dec 2003 17:27:44 -0500
58187              Message-Id:  <OF32243F10.A592C9A9-ON85256E05.007B1741-85256E05.007B63CB@factset.com>
58188      Branch: perl
58189            ! README.vms
58190 ____________________________________________________________________________
58191 [ 21952] By: nicholas                              on 2003/12/23  23:19:19
58192         Log: Subject: [patch t/test.pl] comment fix
58193              From: Stas Bekman <stas@stason.org>
58194              Message-ID: <3FE8C65A.4060708@stason.org>
58195              Date: Tue, 23 Dec 2003 14:48:58 -0800
58196      Branch: perl
58197            ! t/test.pl
58198 ____________________________________________________________________________
58199 [ 21951] By: adi                                   on 2003/12/22  23:22:12
58200         Log: re-fix [perl #24508] without speed regression.
58201              keep an eye on this.
58202      Branch: perl
58203            ! op.c opcode.h opcode.pl
58204 ____________________________________________________________________________
58205 [ 21950] By: adi                                   on 2003/12/22  23:19:25
58206         Log: sanitize some macros - based on Chip Salzenberg suggestions and
58207              on the way GNU people use the gcc-ish 'blocks in parens'
58208      Branch: perl
58209            ! XSUB.h sv.h
58210 ____________________________________________________________________________
58211 [ 21948] By: nicholas                              on 2003/12/22  21:00:30
58212         Log: Subject: Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
58213              Message-ID: <Pine.LNX.4.58.0312220116520.17374@localhost.localdomain>
58214              Date: Mon, 22 Dec 2003 01:52:08 -0600 (CST)
58215              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
58216      Branch: perl
58217            ! ext/threads/shared/shared.xs
58218 ____________________________________________________________________________
58219 [ 21946] By: nicholas                              on 2003/12/22  20:34:06
58220         Log: Subject:  doc nits
58221              From:  Jarkko Hietaniemi <jhi@iki.fi>
58222              Date:  Mon, 22 Dec 2003 21:57:34 +0200
58223              Message-Id:  <20031222195734.GA29441@vipunen.hut.fi>
58224      Branch: perl
58225            ! pod/perltodo.pod pod/perlunicode.pod
58226 ____________________________________________________________________________
58227 [ 21944] By: merijn                                on 2003/12/22  10:13:43
58228         Log: Subject: [PATCH] configure.com archname tweak
58229              From: "Craig A. Berry" <craigberry@mac.com>
58230              Date: Sun, 21 Dec 2003 23:07:13 -0600
58231              Message-ID: <3FE67C01.1000704@mac.com>
58232      Branch: perl
58233            ! configure.com
58234 ____________________________________________________________________________
58235 [ 21942] By: rgs                                   on 2003/12/21  21:29:47
58236         Log: Subject: [perl #24651] Taint bug with multiple backticks in ref consturctors
58237              From: Mike Guy <mjtg@cam.ac.uk>
58238              Date: Fri, 19 Dec 2003 17:17:11 +0000
58239              Message-Id: <E1AXOFT-0007DE-7q@draco.cus.cam.ac.uk>
58240      Branch: perl
58241            ! pod/perlsec.pod
58242 ____________________________________________________________________________
58243 [ 21940] By: rgs                                   on 2003/12/21  15:33:19
58244         Log: Fix a side-effect of bug #24674 in the perl debugger.
58245
58246              Subject: [perl #24674] 5.x odd taint bug
58247              From: Dominique Quatravaux (via RT) <perlbug-followup@perl.org>
58248              Date: 16 Dec 2003 15:03:24 -0000
58249              Message-ID: <rt-3.0.7_01-24674-68456.11.3124667849085@perl.org>
58250      Branch: perl
58251            ! lib/perl5db.pl
58252 ____________________________________________________________________________
58253 [ 21938] By: rgs                                   on 2003/12/20  22:56:24
58254         Log: Subject: Perl 5.8.3 patches from the BS2000 port
58255              From: Dorner Thomas <tdorner@amadeus.net>
58256              Date: Wed, 17 Dec 2003 15:41:17 +0100
58257              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de>
58258      Branch: perl
58259            ! hints/posix-bc.sh t/base/num.t t/comp/parser.t
58260 ____________________________________________________________________________
58261 [ 21937] By: adi                                   on 2003/12/20  21:37:03
58262         Log: after back-references, restricted hashes.
58263              see http://nntp.perl.org/group/perl.perl5.porters/86497
58264              this is hopefully only a temporary solution.
58265      Branch: perl
58266            ! perl.c
58267 ____________________________________________________________________________
58268 [ 21936] By: adi                                   on 2003/12/20  21:32:37
58269         Log: fix [perl #24660], [perl #24663].
58270      Branch: perl
58271            ! mg.c sv.c
58272 ____________________________________________________________________________
58273 [ 21935] By: rgs                                   on 2003/12/20  21:21:50
58274         Log: Upgrade to Time::Local 1.07_94
58275      Branch: perl
58276            ! lib/Time/Local.pm lib/Time/Local.t
58277 ____________________________________________________________________________
58278 [ 21933] By: nicholas                              on 2003/12/20  20:07:44
58279         Log: Subject: [PATCH] OpenVMS I64 support
58280              From: "Craig A. Berry" <craigberry@mac.com>
58281              Message-ID: <3FE2441F.2070603@mac.com>
58282              Date: Thu, 18 Dec 2003 18:19:43 -0600
58283      Branch: perl
58284            ! configure.com vms/gen_shrfls.pl
58285 ____________________________________________________________________________
58286 [ 21932] By: nicholas                              on 2003/12/20  19:57:51
58287         Log: remove duplicate PERL_HASH (as spotted by Enache Adrian in
58288              <20031220124854.GA1265@ratsnest.hole> )
58289      Branch: perl
58290            ! hv.c
58291 ____________________________________________________________________________
58292 [ 21931] By: nicholas                              on 2003/12/20  18:58:06
58293         Log: Solaris gconvert() doesn't like ndigits == 0. Currently we have no
58294              Configure test for troublesome gconvert(), so for now simply avoid
58295              the optimisation that calls gconvert() in this case.
58296      Branch: perl
58297            ! sv.c
58298 ____________________________________________________________________________
58299 [ 21928] By: rgs                                   on 2003/12/19  08:36:11
58300         Log: Upgrade to CGI.pm 3.01
58301      Branch: perl
58302            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
58303            ! lib/CGI/Pretty.pm lib/CGI/Util.pm lib/CGI/t/carp.t
58304            ! lib/CGI/t/request.t
58305 ____________________________________________________________________________
58306 [ 21927] By: rgs                                   on 2003/12/19  08:10:41
58307         Log: Subject: [DOCPATCH] base.pm
58308              From: Elizabeth Mattijsen <liz@dijkmat.nl>
58309              Date: Thu, 18 Dec 2003 22:30:52 +0100
58310              Message-Id: <p05111b12bc07cc596977@[192.168.56.3]>
58311
58312              Plus, remove leftover mentions of pseudo-hashes
58313      Branch: perl
58314            ! lib/base.pm
58315 ____________________________________________________________________________
58316 [ 21924] By: nicholas                              on 2003/12/18  20:24:29
58317         Log: "Richard" - who he? (Add "Richard Clamp" to the list of pumpkings)
58318      Branch: perl
58319            ! pod/perlhist.pod
58320 ____________________________________________________________________________
58321 [ 21923] By: rgs                                   on 2003/12/18  14:58:42
58322         Log: Perl 1.0.16 has been released.
58323      Branch: perl
58324            ! pod/perlhist.pod
58325 ____________________________________________________________________________
58326 [ 21922] By: rgs                                   on 2003/12/17  21:36:36
58327         Log: Subject: [PATCH: embed.fnc] arguments for perl_clone()
58328              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
58329              Date: Wed, 17 Dec 2003 13:26:52 +0100
58330              Message-ID: <055701c3c499$11144f90$8cecfe91@R2D2>
58331      Branch: perl
58332            ! embed.fnc embed.h global.sym
58333 ____________________________________________________________________________
58334 [ 21921] By: rgs                                   on 2003/12/17  17:34:05
58335         Log: Subject: [PATCH] 2-arg cond_wait, cond_timedwait, tests
58336              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
58337              Date: Wed, 17 Dec 2003 00:05:58 -0600 (CST)
58338              Message-ID: <Pine.LNX.4.58.0312092202040.13494@benevelle.wi.securepipe.com>
58339      Branch: perl
58340            + ext/threads/shared/t/wait.t
58341            ! MANIFEST ext/threads/shared/shared.pm
58342            ! ext/threads/shared/shared.xs
58343 ____________________________________________________________________________
58344 [ 21918] By: rgs                                   on 2003/12/16  22:00:39
58345         Log: Sync with the latest MakeMaker snapshot.
58346              But set the $VERSION to 6.21_01.
58347      Branch: perl
58348            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
58349            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
58350            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win95.pm
58351            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
58352            ! lib/ExtUtils/instmodsh
58353 ____________________________________________________________________________
58354 [ 21917] By: alanbur                               on 2003/12/15  09:13:49
58355         Log: Remove incorrect guards around inclusion of <signal.h>
58356              Causes problems with UNIX03/SUSv3
58357              Part 2 of change 21916 - oops!
58358
58359              See:
58360              Message-Id: <3FDD06A5.8010004@sun.com>
58361              Subject: Re: UNIX03 & C99 issue with 5.8.2
58362              From: Alan Burlison <Alan.Burlison@sun.com>
58363              Date: Mon, 15 Dec 2003 00:56:05 +0000
58364      Branch: perl
58365            ! doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h util.c
58366 ____________________________________________________________________________
58367 [ 21916] By: alanbur                               on 2003/12/15  09:02:58
58368         Log: Remove incorrect guards around inclusion of <signal.h>
58369              Causes problems with UNIX03/SUSv3
58370      Branch: perl
58371            ! doio.c
58372 ____________________________________________________________________________
58373 [ 21915] By: rgs                                   on 2003/12/15  07:43:50
58374         Log: Add the macros dAX and dITEMS to PPPort.
58375      Branch: perl
58376            ! ext/Devel/PPPort/PPPort.pm
58377 ____________________________________________________________________________
58378 [ 21914] By: rgs                                   on 2003/12/14  22:53:43
58379         Log: Subject: [patch Porting/pumpkin.pod] trying to ensure that PPPort is up-to-date on each new release
58380              From: Stas Bekman <stas@stason.org>
58381              Date: Sun, 14 Dec 2003 15:12:40 -0800
58382              Message-ID: <3FDCEE68.3080509@stason.org>
58383      Branch: perl
58384            ! Porting/pumpkin.pod
58385 ____________________________________________________________________________
58386 [ 21912] By: rgs                                   on 2003/12/14  22:48:17
58387         Log: Subject: [DOCPATCH] perlfunc delete
58388              From: Elizabeth Mattijsen <liz@dijkmat.nl>
58389              Date: Sun, 14 Dec 2003 20:25:07 +0100
58390              Message-Id: <p05111b07bc0269065a99@[192.168.56.3]>
58391      Branch: perl
58392            ! pod/perlfunc.pod
58393 ____________________________________________________________________________
58394 [ 21910] By: nicholas                              on 2003/12/14  20:06:41
58395         Log: Forgot to remove a comment
58396      Branch: perl
58397            ! pp.c
58398 ____________________________________________________________________________
58399 [ 21907] By: nicholas                              on 2003/12/14  18:35:15
58400         Log: S_save_hek_flags should honour the "free" flag.
58401              Ought to mask the flag bits that shouldn't be stored.
58402      Branch: perl
58403            ! hv.c
58404 ____________________________________________________________________________
58405 [ 21906] By: nicholas                              on 2003/12/14  17:06:13
58406         Log: Some fool missed a letter n.
58407              (and then "optimised" code based on its absense. D'oh)
58408              Restore the correct behaviour - fetch with uppercase key, then if
58409              still not found store with mixed/lowercase key.
58410      Branch: perl
58411            ! hv.c
58412 ____________________________________________________________________________
58413 [ 21905] By: nicholas                              on 2003/12/14  16:34:01
58414         Log: Subject: Re: Change 21862
58415              From: Enache Adrian <enache@rdslink.ro>
58416              Date: Wed, 10 Dec 2003 06:05:58 +0200
58417              Message-ID: <20031210040558.GC1584@ratsnest.hole>
58418
58419              (1st hunk), plus the equivalent for hv_delete_common
58420      Branch: perl
58421            ! hv.c
58422 ____________________________________________________________________________
58423 [ 21904] By: nicholas                              on 2003/12/14  15:32:32
58424         Log: Clean up a bug I introduced into caseless ENV hv_delete
58425              (should be the proper fix for 21870 and 21872's band aid)
58426      Branch: perl
58427            ! hv.c
58428 ____________________________________________________________________________
58429 [ 21902] By: rgs                                   on 2003/12/13  21:56:45
58430         Log: Subject: Re: 5.6.2-RC1 on Cygwin
58431              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
58432              Date: Sat, 6 Dec 2003 22:32:59 -0800
58433              Message-ID: <20031207063259.GA3004@efn.org>
58434              (with tweaks to cleanup code)
58435      Branch: perl
58436            ! t/op/taint.t
58437 ____________________________________________________________________________
58438 [ 21898] By: nicholas                              on 2003/12/13  19:20:41
58439         Log: Add Perl_ceil
58440      Branch: perl
58441            ! perl.h pp.c
58442 ____________________________________________________________________________
58443 [ 21897] By: rgs                                   on 2003/12/13  18:41:51
58444         Log: Reformat a long line in perlembed.pod (bug #24623).
58445      Branch: perl
58446            ! pod/perlembed.pod
58447 ____________________________________________________________________________
58448 [ 21896] By: nicholas                              on 2003/12/13  18:40:59
58449         Log: The binary compatibility notes say that new global functions should
58450              go at the end. Not that I'm anything more than "trainee" when it
58451              comes to this bincompat stuff.
58452      Branch: perl
58453            ! embed.fnc proto.h
58454 ____________________________________________________________________________
58455 [ 21895] By: rgs                                   on 2003/12/13  18:33:38
58456         Log: alarm() is now implemented on Win32.
58457      Branch: perl
58458            ! pod/perlport.pod
58459 ____________________________________________________________________________
58460 [ 21893] By: nicholas                              on 2003/12/13  17:40:32
58461         Log: foreach qw() { # not valid syntax for 5.005. So fix it.
58462      Branch: perl
58463            ! pod/buildtoc
58464 ____________________________________________________________________________
58465 [ 21892] By: rgs                                   on 2003/12/13  17:02:12
58466         Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown
58467              From: David Dyck <david.dyck@fluke.com>
58468              Date: Sat, 13 Dec 2003 00:01:34 -0800 (PST)
58469              Message-ID: <Pine.LNX.4.51.0312122351450.8825@dd.tc.fluke.com>
58470      Branch: perl
58471            ! lib/File/CheckTree.pm
58472 ____________________________________________________________________________
58473 [ 21891] By: rgs                                   on 2003/12/13  16:33:46
58474         Log: Make the XSRETURN macro evaluate its argument only once.
58475      Branch: perl
58476            ! XSUB.h
58477 ____________________________________________________________________________
58478 [ 21886] By: rgs                                   on 2003/12/13  12:30:08
58479         Log: More POD fixes ; regenerate perltoc and perlmodlib.
58480      Branch: perl
58481            ! ext/DynaLoader/DynaLoader_pm.PL pod/perlmodlib.pod
58482            ! pod/perltoc.pod
58483 ____________________________________________________________________________
58484 [ 21885] By: rgs                                   on 2003/12/13  12:21:26
58485         Log: Fix some of the pods to produce more standard manpages,
58486              as reported by Eric S. Raymond.
58487      Branch: perl
58488            ! README.ce README.netware lib/Getopt/Std.pm lib/diagnostics.pm
58489 ____________________________________________________________________________
58490 [ 21884] By: rgs                                   on 2003/12/13  00:09:01
58491         Log: Subject: RE: [perl #24610] Pod::Html infinite recursion
58492              From: Anders Johnson <ajohnson@nvidia.com>
58493              Date: Fri, 12 Dec 2003 14:07:40 -0800
58494              Message-ID: <33171CC36240D94EAF1FE584B1D14E0A06EC6F51@mail-sc-11.nvidia.com>
58495              (with tweaks)
58496      Branch: perl
58497            ! lib/Pod/Html.pm
58498 ____________________________________________________________________________
58499 [ 21883] By: rgs                                   on 2003/12/12  23:54:25
58500         Log: Modify the common guard for the signal.h header, because
58501              C99 compilers don't like it.o
58502
58503              see :
58504              Subject: UNIX03 & C99 issue with 5.8.2
58505              From: Alan Burlison <Alan.Burlison@sun.com>
58506              Date: Fri, 12 Dec 2003 23:04:52 +0000
58507              Message-ID: <3FDA4994.6050209@sun.com>
58508      Branch: perl
58509            ! doio.c doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h
58510            ! util.c
58511 ____________________________________________________________________________
58512 [ 21882] By: rgs                                   on 2003/12/12  22:43:11
58513         Log: Subject: [PATCH] Math::BigInt v1.67 released
58514              From: Tels <perl_dummy@bloodgate.com>
58515              Date: Fri, 12 Dec 2003 18:47:43 +0100
58516              Message-Id: <200312121847.49039@bloodgate.com>
58517      Branch: perl
58518            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
58519            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
58520            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
58521            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/fallback.t
58522            ! lib/Math/BigInt/t/sub_mbi.t
58523 ____________________________________________________________________________
58524 [ 21881] By: merijn                                on 2003/12/12  16:09:14
58525         Log: Subject: [PATCH] d_u32align for win32
58526              From: Gisle Aas <gisle@ActiveState.com>
58527              Date: 11 Dec 2003 01:33:39 -0800
58528              Message-ID: <lrzndzr958.fsf@caliper.activestate.com>
58529      Branch: perl
58530            ! win32/config.bc win32/config.gc win32/config.vc
58531 ____________________________________________________________________________
58532 [ 21879] By: rgs                                   on 2003/12/11  23:53:34
58533         Log: Subject: [PATCH] environ array fix for VMS
58534              From: "Craig A. Berry" <craigberry@mac.com>
58535              Date: Thu, 11 Dec 2003 14:35:29 -0600
58536              Message-ID: <3FD8D511.2030805@mac.com>
58537      Branch: perl
58538            ! vms/vms.c
58539 ____________________________________________________________________________
58540 [ 21878] By: nicholas                              on 2003/12/11  23:49:20
58541         Log: Subject: [PATCH] Perl 5.9.0 AUTHORS
58542              From: Mark Leighton Fisher <mark-fisher@mindspring.com>
58543              Message-ID: <3FD8E74F.7000202@mindspring.com>
58544              Date: Thu, 11 Dec 2003 16:53:19 -0500
58545      Branch: perl
58546            ! AUTHORS
58547 ____________________________________________________________________________
58548 [ 21877] By: rgs                                   on 2003/12/11  23:40:54
58549         Log: Add a mention of the error "DESTROY created new reference
58550              to dead object" in perldiag.
58551      Branch: perl
58552            ! pod/perldiag.pod
58553 ____________________________________________________________________________
58554 [ 21876] By: adi                                   on 2003/12/11  23:04:03
58555         Log: #21866 was wrong. another try to plumb that damn leak.
58556      Branch: perl
58557            ! mg.c sv.c
58558 ____________________________________________________________________________
58559 [ 21875] By: adi                                   on 2003/12/11  20:11:07
58560         Log: fix bug #24605.
58561              substr() wasn't working when used repeatedly on the same utf-8
58562              string.
58563      Branch: perl
58564            ! sv.c t/op/substr.t
58565 ____________________________________________________________________________
58566 [ 21874] By: rgs                                   on 2003/12/09  21:36:58
58567         Log: Suppress a C< $DB::single = 1 > from Switch.pm, as noticed
58568              by Jan Dubois.
58569      Branch: perl
58570            ! lib/Switch.pm
58571 ____________________________________________________________________________
58572 [ 21873] By: rgs                                   on 2003/12/09  21:33:22
58573         Log: Subject: [PATCH perlunicode.pod, encoding.pm] Implicit upgrading docs
58574              From: Autrijus Tang <autrijus@autrijus.org>
58575              Date: Tue, 9 Dec 2003 20:39:16 +0800
58576              Message-ID: <20031209123915.GA1454@not.autrijus.org>
58577      Branch: perl
58578            ! ext/Encode/encoding.pm pod/perlunicode.pod
58579 ____________________________________________________________________________
58580 [ 21872] By: adi                                   on 2003/12/09  03:26:16
58581         Log: temporary fix to avoid t/op/tie.t failures on Win32
58582      Branch: perl
58583            ! hv.c
58584 ____________________________________________________________________________
58585 [ 21871] By: rgs                                   on 2003/12/08  15:22:26
58586         Log: Upgrade to Digest-MD5 2.33.
58587      Branch: perl
58588            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
58589            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
58590            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/typemap
58591 ____________________________________________________________________________
58592 [ 21870] By: rgs                                   on 2003/12/08  08:22:17
58593         Log: Integrate change #21862 from maint-5.8 :
58594
58595              Win32/MinGW tweaks
58596              A. ENV_IS_CASELESS has trys to free(keysave) when
58597              keysave isn't in scope yet.
58598              B. For default makefile.mk which build with perlhost.h
58599              stuff "live" need to link with g++ to find new/delete etc.
58600      Branch: perl
58601           !> hv.c win32/makefile.mk
58602 ____________________________________________________________________________
58603 [ 21869] By: rgs                                   on 2003/12/08  07:37:27
58604         Log: Subject: [PATCH] iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context)
58605              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
58606              Date: Mon, 08 Dec 2003 08:17:46 +0100
58607              Message-id: <20031208071746.GA594@ethan>
58608      Branch: perl
58609            ! hv.c mg.c
58610 ____________________________________________________________________________
58611 [ 21868] By: adi                                   on 2003/12/08  03:38:39
58612         Log: yet another leak. bigger fish still swimming around.
58613              #!perl
58614              eval q{ $_ = "x"; s/x/"in subst"/e } while 1;
58615              __END__
58616      Branch: perl
58617            ! pp_ctl.c
58618 ____________________________________________________________________________
58619 [ 21867] By: adi                                   on 2003/12/08  03:34:37
58620         Log: yet another 2 leaks. example for the second:
58621              #! perl
58622              eval q{ open $p{q}, "foo" } while 1
58623              __END__
58624      Branch: perl
58625            ! op.c
58626 ____________________________________________________________________________
58627 [ 21866] By: adi                                   on 2003/12/08  03:30:16
58628         Log: plumb a leak with pos().
58629
58630              #! perl
58631              while (1) {
58632              my $a = "\x{1ff}"; $a =~ /\x{1ff}/g; pos($a);
58633              }
58634              __END__
58635      Branch: perl
58636            ! sv.c
58637 ____________________________________________________________________________
58638 [ 21865] By: rgs                                   on 2003/12/07  21:28:13
58639         Log: Subject: [PATCH] documenting SCALAR gotcha
58640              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
58641              Date: Sun, 07 Dec 2003 16:41:16 +0100
58642              Message-id: <20031207154116.GA825@ethan>
58643      Branch: perl
58644            ! pod/perltie.pod
58645 ____________________________________________________________________________
58646 [ 21864] By: rgs                                   on 2003/12/07  20:13:47
58647         Log: Subject: [PATCH] setenv tweak for VMS
58648              From: "Craig A. Berry" <craigberry@mac.com>
58649              Date: Sat, 06 Dec 2003 18:13:32 -0600
58650              Message-ID: <3FD270AC.3000106@mac.com>
58651      Branch: perl
58652            ! vms/vms.c
58653 ____________________________________________________________________________
58654 [ 21863] By: rgs                                   on 2003/12/06  21:33:22
58655         Log: Missing thingies.
58656      Branch: perl
58657            ! pp.c pp_hot.c
58658 ____________________________________________________________________________
58659 [ 21861] By: rgs                                   on 2003/12/06  20:58:12
58660         Log: Subject: [PATCH] Math::BigInt v1.67 (pre-release)
58661              From: Tels <perl_dummy@bloodgate.com>
58662              Date: Sat, 6 Dec 2003 20:19:44 +0100
58663              Message-Id: <200312062016.50484@bloodgate.com>
58664      Branch: perl
58665            + lib/Math/BigInt/t/const_mbf.t lib/Math/BigInt/t/fallback.t
58666            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
58667            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
58668            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
58669            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
58670            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
58671            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
58672            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
58673            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
58674 ____________________________________________________________________________
58675 [ 21860] By: rgs                                   on 2003/12/06  20:33:09
58676         Log: Forgot to update the MANIFEST.
58677      Branch: perl
58678            ! MANIFEST
58679 ____________________________________________________________________________
58680 [ 21859] By: rgs                                   on 2003/12/06  20:19:16
58681         Log: Math::BigInt::Scalar is only for tests.
58682              Move it under t/lib.
58683      Branch: perl
58684           +> t/lib/Math/BigInt/Scalar.pm
58685            - lib/Math/BigInt/Scalar.pm
58686 ____________________________________________________________________________
58687 [ 21858] By: rgs                                   on 2003/12/06  20:01:24
58688         Log: Subject: [PATCH] casting bug in VMS part of Perl_start_glob
58689              From: "Craig A. Berry" <craigberry@mac.com>
58690              Date: Sat, 06 Dec 2003 12:44:40 -0600
58691              Message-ID: <3FD22398.1060506@mac.com>
58692      Branch: perl
58693            ! doio.c
58694 ____________________________________________________________________________
58695 [ 21857] By: rgs                                   on 2003/12/06  19:58:51
58696         Log: Remove the "Can't provide tied hash usage" error from perldiag.
58697              Mention the new tied hash SCALAR method in perldelta.
58698      Branch: perl
58699            ! pod/perldelta.pod pod/perldiag.pod
58700 ____________________________________________________________________________
58701 [ 21856] By: rgs                                   on 2003/12/06  19:51:49
58702         Log: Clarify the description of SCALAR in perltie
58703      Branch: perl
58704            ! pod/perltie.pod
58705 ____________________________________________________________________________
58706 [ 21855] By: rgs                                   on 2003/12/06  19:50:07
58707         Log: Subject: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context
58708              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
58709              Date: Sat, 06 Dec 2003 11:50:59 +0100
58710              Message-id: <20031206105059.GA13989@ethan>
58711      Branch: perl
58712            ! embed.fnc embed.h global.sym hv.c lib/Tie/Hash.pm mg.c
58713            ! pod/perlapi.pod pod/perlfunc.pod pod/perltie.pod pp.c pp_hot.c
58714            ! proto.h t/op/tie.t
58715 ____________________________________________________________________________
58716 [ 21854] By: nicholas                              on 2003/12/06  16:30:35
58717         Log: Make sv_force_normal_flags cope with shared hash key scalars
58718              (remember the pointer from SvPVX, reset the flags before SvGROW,
58719              avoid crazy loops or read-from-free)
58720      Branch: perl
58721            ! sv.c
58722 ____________________________________________________________________________
58723 [ 21851] By: nicholas                              on 2003/12/05  20:49:10
58724         Log: Back out the Makefile.PL part of 21808 as requested by Gisle Aas
58725      Branch: perl
58726            ! ext/Digest/MD5/Makefile.PL
58727 ____________________________________________________________________________
58728 [ 21846] By: merijn                                on 2003/12/05  10:41:32
58729         Log: Subject: [PATCH] Configure gets d_u32align wrong
58730              From: Gisle Aas <gisle@ActiveState.com>
58731              Date: 05 Dec 2003 03:47:01 -0800
58732              Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com>
58733      Branch: perl
58734            ! Configure
58735 ____________________________________________________________________________
58736 [ 21844] By: rgs                                   on 2003/12/05  07:31:18
58737         Log: Subject: [REPATCH lib/AutoLoader.t] Test can() with AutoLoader
58738              From: chromatic <chromatic@wgz.org>
58739              Date: Mon, 01 Dec 2003 09:20:21 -0800
58740              Message-Id: <1070299221.1275.19.camel@localhost>
58741      Branch: perl
58742            ! lib/AutoLoader.t
58743 ____________________________________________________________________________
58744 [ 21843] By: rgs                                   on 2003/12/05  07:13:08
58745         Log: Subject: [PATCH] another ext/SDBM_File/sdbm build fix
58746              From: "Craig A. Berry" <craigberry@mac.com>
58747              Date: Thu, 04 Dec 2003 16:00:03 -0600
58748              Message-ID: <3FCFAE63.1080106@mac.com>
58749      Branch: perl
58750            ! ext/SDBM_File/sdbm/Makefile.PL
58751 ____________________________________________________________________________
58752 [ 21842] By: rgs                                   on 2003/12/05  07:07:30
58753         Log: Subject: [PATCH] $^P, eval and caller
58754              From: Paul Johnson <paul@pjcj.net>
58755              Date: Fri, 5 Dec 2003 00:57:21 +0100
58756              Message-ID: <20031204235721.GJ26355@pjcj.net>
58757      Branch: perl
58758            ! mg.c
58759 ____________________________________________________________________________
58760 [ 21841] By: rgs                                   on 2003/12/04  12:00:28
58761         Log: Fix File::Copy with hard links on Windows.
58762
58763              Subject: [PATCH] Re: perl @ 21830
58764              From: Steve Hay <steve.hay@uk.radan.com>
58765              Date: Wed, 03 Dec 2003 10:53:02 +0000
58766              Message-ID: <3FCDC08E.7080800@uk.radan.com>
58767
58768              and
58769              Date: Thu, 04 Dec 2003 11:02:22 +0000
58770              Message-ID: <3FCF143E.1040905@uk.radan.com>
58771      Branch: perl
58772            ! lib/File/Copy.pm lib/File/Copy.t
58773 ____________________________________________________________________________
58774 [ 21840] By: rgs                                   on 2003/12/04  11:54:28
58775         Log: Subject: Re: a2p.pod not being installed in 5.8.2?
58776              From: Alan Burlison <Alan.Burlison@sun.com>
58777              Date: Thu, 04 Dec 2003 12:14:30 +0000
58778              Message-ID: <3FCF2526.3030905@sun.com>
58779      Branch: perl
58780            ! installperl
58781 ____________________________________________________________________________
58782 [ 21837] By: rgs                                   on 2003/12/03  08:27:33
58783         Log: Subject: Re: XS modules having problems with CLONE and ithreads unless PERL_NO_GET_CONTEXT is defined
58784              From: Stas Bekman <stas@stason.org>
58785              Date: Wed, 03 Dec 2003 01:41:42 -0800
58786              Message-ID: <3FCDAFD6.9050106@stason.org>
58787      Branch: perl
58788            ! sv.c
58789 ____________________________________________________________________________
58790 [ 21836] By: rgs                                   on 2003/12/02  23:31:06
58791         Log: The prove utility should also be installed on VMS and on Windows.
58792              Haven't we regression tests for installations yet ?
58793      Branch: perl
58794            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
58795 ____________________________________________________________________________
58796 [ 21835] By: rgs                                   on 2003/12/02  22:18:05
58797         Log: FAQ sync.
58798      Branch: perl
58799            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
58800            ! pod/perlfaq4.pod pod/perlfaq5.pod
58801 ____________________________________________________________________________
58802 [ 21834] By: rgs                                   on 2003/12/02  21:45:12
58803         Log: Subject: Re: [perl #24574] find2perl provides different results to find
58804              From: Slaven Rezic <slaven@rezic.de>
58805              Date: 30 Nov 2003 22:16:59 +0100
58806              Message-ID: <8765h1pnec.fsf@vran.herceg.de>
58807
58808              (plus a note about find2perl now defaulting to -print in perldelta)
58809      Branch: perl
58810            ! pod/perldelta.pod x2p/find2perl.PL
58811 ____________________________________________________________________________
58812 [ 21833] By: rgs                                   on 2003/12/02  21:34:57
58813         Log: Subject: [PATCH] setting $0 still broken
58814              From: Jan Dubois <jand@ActiveState.com>
58815              Date: Thu, 27 Nov 2003 21:09:51 -0800
58816              Message-ID: <f3mdsv8dcv4asle0kbhiijk0adu1l25sr3@4ax.com>
58817      Branch: perl
58818            ! mg.c
58819 ____________________________________________________________________________
58820 [ 21832] By: rgs                                   on 2003/12/02  21:05:58
58821         Log: Better docs for the special code blocks, based on :
58822              Subject: [DOCPATCH] BEGIN, CHECK, INIT, END explained more
58823              From: Elizabeth Mattijsen <liz@dijkmat.nl>
58824              Date: Sat, 29 Nov 2003 23:15:56 +0100
58825              Message-Id: <p05111b01bbeec2e8bf30@[192.168.56.3]>
58826      Branch: perl
58827            ! pod/perlmod.pod pod/perlsub.pod
58828 ____________________________________________________________________________
58829 [ 21828] By: rgs                                   on 2003/11/30  20:56:00
58830         Log: Fix the test boilerplate in lib/if.t, so it can be run
58831              from the t/ directory.
58832      Branch: perl
58833            ! lib/if.t
58834 ____________________________________________________________________________
58835 [ 21827] By: rgs                                   on 2003/11/30  20:34:39
58836         Log: Keep installing xsubpp in lib/ExtUtils,
58837              so MakeMaker can find it.
58838      Branch: perl
58839            ! installperl
58840 ____________________________________________________________________________
58841 [ 21826] By: rgs                                   on 2003/11/30  20:31:59
58842         Log: Upgrade to Test::Harness 2.38.
58843              Introduce the prove(1) utility.
58844              (The prove-switches test is disabled for now.)
58845      Branch: perl
58846            + lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
58847            + lib/Test/Harness/t/prove-switches.t t/lib/Dev/Null.pm
58848            + t/lib/sample-tests/inc_taint t/lib/sample-tests/taint_warn
58849            + utils/prove.PL
58850            ! MANIFEST installperl lib/Test/Harness.pm
58851            ! lib/Test/Harness/Assert.pm lib/Test/Harness/Changes
58852            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
58853            ! lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
58854            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/pod.t
58855            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
58856            ! lib/Test/Harness/t/test-harness.t utils.lst utils/Makefile
58857 ____________________________________________________________________________
58858 [ 21823] By: rgs                                   on 2003/11/30  18:22:54
58859         Log: Subject: Re: [perl #24554] Segfault in POSIX module
58860              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
58861              Date: Sat, 29 Nov 2003 23:32:38 +0900
58862              Message-Id: <20031129233010.8E2F.BQW10602@nifty.com>
58863
58864              (plus a test for the stringification of references
58865              passed to POSIX::isXXX())
58866      Branch: perl
58867            ! ext/POSIX/POSIX.xs ext/POSIX/t/is.t ext/POSIX/t/posix.t
58868 ____________________________________________________________________________
58869 [ 21814] By: nicholas                              on 2003/11/29  20:53:23
58870         Log: Integrate if.pm 0.0401
58871              Needed to edit the test file as t/TEST can't cope with extra output
58872              lines as produced by 0.0401's if.t
58873      Branch: perl
58874            ! lib/if.pm lib/if.t
58875 ____________________________________________________________________________
58876 [ 21813] By: nicholas                              on 2003/11/29  19:54:52
58877         Log: Remove whitespace from ends of lines (simply because it irritates me)
58878      Branch: perl
58879            ! utils/h2xs.PL
58880 ____________________________________________________________________________
58881 [ 21812] By: nicholas                              on 2003/11/29  17:55:32
58882         Log: Update Unicode::Normalize to 0.28
58883      Branch: perl
58884            + ext/Unicode/Normalize/t/illegal.t
58885            + ext/Unicode/Normalize/t/null.t ext/Unicode/Normalize/t/short.t
58886            ! MANIFEST ext/Unicode/Normalize/Changes
58887            ! ext/Unicode/Normalize/Normalize.pm
58888            ! ext/Unicode/Normalize/Normalize.xs
58889            ! ext/Unicode/Normalize/README
58890 ____________________________________________________________________________
58891 [ 21811] By: nicholas                              on 2003/11/29  17:30:18
58892         Log: D'oh! This has been moved to lib/Digest/t/digest.t but not deleted.
58893      Branch: perl
58894            - lib/Digest.t
58895 ____________________________________________________________________________
58896 [ 21810] By: nicholas                              on 2003/11/29  17:29:15
58897         Log: Update Unicode::Collate to 0.31 (Only the .pm version for now)
58898      Branch: perl
58899            + lib/Unicode/Collate/t/illegal.t
58900            + lib/Unicode/Collate/t/illegalp.t
58901            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
58902            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/version.t
58903 ____________________________________________________________________________
58904 [ 21809] By: nicholas                              on 2003/11/29  17:09:25
58905         Log: D'oh! Forgot to lib/Digest/base.pm
58906      Branch: perl
58907            + lib/Digest/base.pm
58908            ! MANIFEST
58909 ____________________________________________________________________________
58910 [ 21808] By: nicholas                              on 2003/11/29  17:04:39
58911         Log: Update to Digest::MD5 2.31
58912      Branch: perl
58913            + ext/Digest/MD5/t/bits.t
58914            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
58915            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/badfile.t
58916            ! ext/Digest/MD5/t/files.t
58917 ____________________________________________________________________________
58918 [ 21807] By: nicholas                              on 2003/11/29  16:45:19
58919         Log: Update Digest to 1.03
58920      Branch: perl
58921            + lib/Digest/t/base.t
58922           +> lib/Digest/t/digest.t
58923            ! MANIFEST Porting/Maintainers.pl lib/Digest.pm
58924 ____________________________________________________________________________
58925 [ 21806] By: nicholas                              on 2003/11/29  15:41:19
58926         Log: When Gconvert is a macro around sprintf with a .* format we need
58927              to cast to int (in case STRLEN isn't the same size as int)
58928              gcc issues a warning even when it is the same size
58929      Branch: perl
58930            ! sv.c
58931 ____________________________________________________________________________
58932 [ 21805] By: nicholas                              on 2003/11/29  14:44:56
58933         Log: Silence gcc 2.95 warning
58934              (Its trace flow isn't good enough to realise that there is no problem)
58935      Branch: perl
58936            ! pp_hot.c
58937 ____________________________________________________________________________
58938 [ 21804] By: nicholas                              on 2003/11/29  14:44:22
58939         Log: Gconvert actually takes type NV, while nv may be either double
58940              or long double (depending on some conditional code)
58941              Rafael and I think that this cast should work.
58942      Branch: perl
58943            ! sv.c
58944 ____________________________________________________________________________
58945 [ 21802] By: rgs                                   on 2003/11/29  11:38:58
58946         Log: POSIX::isXXX(undef) segfaulted. (bug #24554.)
58947      Branch: perl
58948            ! ext/POSIX/POSIX.xs ext/POSIX/t/posix.t
58949 ____________________________________________________________________________
58950 [ 21800] By: rgs                                   on 2003/11/28  22:38:40
58951         Log: Fix a regression introduced by change #21694 on sprintf()
58952              with long doubles, by disabling the specific optimisation
58953              path in this case ; remove a unnecessary cast ; add a new
58954              test file for miscellaneous sprintf() test that don't fit
58955              in the t/op/sprintf.t framework.
58956      Branch: perl
58957            + t/op/sprintf2.t
58958            ! MANIFEST sv.c
58959 ____________________________________________________________________________
58960 [ 21799] By: rgs                                   on 2003/11/28  21:41:29
58961         Log: Subject: [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignored when -T is in effect)
58962              From: Stas Bekman <stas@stason.org>
58963              Date: Fri, 28 Nov 2003 14:42:25 -0800
58964              Message-ID: <3FC7CF51.7060804@stason.org>
58965      Branch: perl
58966            ! pod/perlsec.pod
58967 ____________________________________________________________________________
58968 [ 21798] By: rgs                                   on 2003/11/28  20:42:45
58969         Log: Implement C<use Exporter 'import'> :
58970
58971              Subject: Re: [PATCH] Exporter-related PODs
58972              From: Fergal Daly <fergal@esatclear.ie>
58973              Date: Mon, 10 Nov 2003 00:08:52 +0000
58974              Message-Id: <200311100008.52639.fergal@esatclear.ie>
58975
58976              (tweaked, so the imported import() doesn't spit out warnings)
58977      Branch: perl
58978            ! lib/Exporter.pm lib/Exporter.t
58979 ____________________________________________________________________________
58980 [ 21797] By: rgs                                   on 2003/11/28  20:11:47
58981         Log: Subject: Re: [perl #24245] File::Copy::copy damages hard linked files
58982              From: Slaven Rezic <slaven@rezic.de>
58983              Date: 19 Oct 2003 19:11:31 +0200
58984              Message-ID: <87smlprw3g.fsf@vran.herceg.de>
58985              (with further tweaks)
58986      Branch: perl
58987            ! lib/File/Copy.pm lib/File/Copy.t
58988 ____________________________________________________________________________
58989 [ 21795] By: rgs                                   on 2003/11/28  19:16:33
58990         Log: Subject: [PATCH] Fix perl 5.8 and 5.9 to build on latest VOS
58991              From: "Green, Paul" <Paul.Green@stratus.com>
58992              Date: Thu, 27 Nov 2003 21:51:26 -0500
58993              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com>
58994      Branch: perl
58995            ! hints/vos.sh
58996 ____________________________________________________________________________
58997 [ 21794] By: nicholas                              on 2003/11/28  19:14:58
58998         Log: Arguments to skip were the wrong way round, hence why all the *BSDs
58999              were failing
59000      Branch: perl
59001            ! t/op/readline.t
59002 ____________________________________________________________________________
59003 [ 21789] By: rgs                                   on 2003/11/27  22:18:29
59004         Log: Marcus Holland-Moritz is now the maintainer of Devel::PPPort.
59005              PerlIO and threads are not on CPAN.
59006      Branch: perl
59007            ! Porting/Maintainers.pl
59008 ____________________________________________________________________________
59009 [ 21788] By: nicholas                              on 2003/11/25  21:27:11
59010         Log: Add Torsten Foertsch to AUTHORS (patches plus tests are what we like)
59011      Branch: perl
59012            ! AUTHORS
59013 ____________________________________________________________________________
59014 [ 21787] By: rgs                                   on 2003/11/25  21:12:19
59015         Log: Subject: [PATCH] Re: bug or a feature?
59016              From: Torsten Foertsch <torsten.foertsch@gmx.net>
59017              Date: Sat, 22 Nov 2003 13:15:53 +0100
59018              Message-Id: <200311221315.58539.torsten.foertsch@gmx.net>
59019
59020              and
59021              Date: Sat, 22 Nov 2003 14:21:45 +0100
59022              Message-Id: <200311221421.48940.torsten.foertsch@gmx.net>
59023              (test moved to t/op/readline.t)
59024      Branch: perl
59025            ! pp_hot.c t/op/readline.t
59026 ____________________________________________________________________________
59027 [ 21783] By: merijn                                on 2003/11/24  21:24:46
59028         Log: Subject: remove hardcoded version number from cygwin/perlld.in
59029              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
59030              Date: Mon, 24 Nov 2003 08:11:36 -0800
59031              Message-ID: <20031124161136.GC2656@efn.org>
59032      Branch: perl
59033            ! cygwin/Makefile.SHs cygwin/perlld.in
59034 ____________________________________________________________________________
59035 [ 21782] By: nicholas                              on 2003/11/24  20:07:29
59036         Log: Should fix the infinite loop on a dynamic %ENV fetch
59037      Branch: perl
59038            ! hv.c
59039 ____________________________________________________________________________
59040 [ 21781] By: nicholas                              on 2003/11/24  19:47:57
59041         Log: Tweak the order of initialisation of oentry in hv_fetch_common -
59042              C source now cleaner, but optimised object file still the same size.
59043      Branch: perl
59044            ! hv.c
59045 ____________________________________________________________________________
59046 [ 21780] By: rgs                                   on 2003/11/23  21:59:06
59047         Log: Subject: Re: [perl #24439] 64 bit build failure on Solaris 9
59048              From: Andy Dougherty <doughera@lafayette.edu>
59049              Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST)
59050              Message-ID: <Pine.SOL.4.53.0311200926550.25274@maxwell.phys.lafayette.edu>
59051
59052              and :
59053              Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST)
59054              Message-ID: <Pine.SOL.4.53.0311210927460.1876@maxwell.phys.lafayette.edu>
59055      Branch: perl
59056            ! hints/solaris_2.sh
59057 ____________________________________________________________________________
59058 [ 21779] By: nicholas                              on 2003/11/22  23:37:24
59059         Log: D'oh. Mistake in the DYNAMIC_ENV_FETCH conditional code
59060              reported by Craig Berry
59061      Branch: perl
59062            ! hv.c
59063 ____________________________________________________________________________
59064 [ 21774] By: nicholas                              on 2003/11/22  21:21:22
59065         Log: restore_magic needs to undo COW
59066              (while magic was off, sv_setsv is likely to have seen this SV as a
59067              good source for COW)
59068              Should fix the smoke failures on lib/locale.t
59069      Branch: perl
59070            ! mg.c
59071 ____________________________________________________________________________
59072 [ 21773] By: nicholas                              on 2003/11/22  19:12:32
59073         Log: Don't COW if the destination has magic.
59074      Branch: perl
59075            ! sv.c
59076 ____________________________________________________________________________
59077 [ 21772] By: nicholas                              on 2003/11/22  17:05:32
59078         Log: Reorder functions in hv.c so that callers of hv_fetch_common are all
59079              close to it.
59080      Branch: perl
59081            ! hv.c
59082 ____________________________________________________________________________
59083 [ 21771] By: nicholas                              on 2003/11/22  16:43:09
59084         Log: "Space Is a Province of Brazil"
59085              Farewell, hv_store_common. Store is now part of Fetch.
59086              All tests pass. hv.c 15% smaller than when I started all this
59087      Branch: perl
59088            ! embed.fnc embed.h hv.c proto.h
59089 ____________________________________________________________________________
59090 [ 21770] By: nicholas                              on 2003/11/22  13:16:43
59091         Log: Farewell hv_exists_common - exists is now a call to fetch
59092              (with the exists magic handling moved into fetch)
59093      Branch: perl
59094            ! embed.fnc embed.h hv.c proto.h
59095 ____________________________________________________________________________
59096 [ 21769] By: nicholas                              on 2003/11/22  11:02:23
59097         Log: Shift negative klen/flags games from hv_store_common out to hv_store
59098      Branch: perl
59099            ! embed.fnc embed.h hv.c proto.h
59100 ____________________________________________________________________________
59101 [ 21768] By: nicholas                              on 2003/11/22  10:37:24
59102         Log: Shift negative klen/flags games from hv_exists_common out to hv_exists
59103      Branch: perl
59104            ! embed.fnc embed.h hv.c proto.h
59105 ____________________________________________________________________________
59106 [ 21767] By: nicholas                              on 2003/11/21  23:15:47
59107         Log: Check that the key is present before a delete, and absent afterwards
59108      Branch: perl
59109            ! ext/XS/APItest/t/hash.t
59110 ____________________________________________________________________________
59111 [ 21766] By: nicholas                              on 2003/11/21  23:12:33
59112         Log: Move the negative key -> utf8 flag conversion out to hv_delete
59113      Branch: perl
59114            ! embed.fnc embed.h hv.c proto.h
59115 ____________________________________________________________________________
59116 [ 21765] By: nicholas                              on 2003/11/21  22:41:23
59117         Log: Tweaks to S_hv_delete_common:
59118              make the magic call hv_fetch_common rather than ent-or-not
59119              grab the hash from a shared hash key scalar if possible
59120              use masked flags rather than flags for the comparison
59121      Branch: perl
59122            ! hv.c
59123 ____________________________________________________________________________
59124 [ 21764] By: nicholas                              on 2003/11/21  21:54:58
59125         Log: Integrate:
59126              [ 21762]
59127              Refactor hash API tests (prior to some additions)
59128
59129              [ 21763]
59130              Test all permuations of utf8 flags on hashes and keys
59131      Branch: perl
59132           !> ext/XS/APItest/t/hash.t
59133 ____________________________________________________________________________
59134 [ 21760] By: nicholas                              on 2003/11/20  22:34:00
59135         Log: Shift negative klen/flags games from hv_fetch_common out to hv_fetch
59136      Branch: perl
59137            ! embed.fnc hv.c proto.h
59138 ____________________________________________________________________________
59139 [ 21758] By: nicholas                              on 2003/11/20  20:14:17
59140         Log: Merge sv_store_flags and sv_store_ent into sv_store_common
59141      Branch: perl
59142            ! embed.fnc embed.h hv.c proto.h
59143 ____________________________________________________________________________
59144 [ 21756] By: rgs                                   on 2003/11/20  12:04:46
59145         Log: Subject: [PATCH] promote hv_clear_placeholders to perl API
59146              From: Alan Burlison <Alan.Burlison@sun.com>
59147              Date: Thu, 20 Nov 2003 10:34:30 +0000
59148              Message-ID: <3FBC98B6.6090909@sun.com>
59149      Branch: perl
59150            ! embed.fnc embed.h global.sym hv.c pod/perlapi.pod proto.h
59151            ! universal.c
59152 ____________________________________________________________________________
59153 [ 21755] By: rgs                                   on 2003/11/19  22:46:20
59154         Log: Regenerate perlapi and perltoc.
59155      Branch: perl
59156            ! pod/perlapi.pod pod/perltoc.pod
59157 ____________________________________________________________________________
59158 [ 21754] By: rgs                                   on 2003/11/19  22:39:51
59159         Log: Subject: [docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
59160              From: Iain Truskett <spoon@cpan.org>
59161              Date: Thu, 20 Nov 2003 00:41:33 +1100
59162              Message-ID: <20031119134132.GG21314@gytha.anu.edu.au>
59163      Branch: perl
59164            ! lib/PerlIO.pm pod/perlrun.pod
59165 ____________________________________________________________________________
59166 [ 21753] By: nicholas                              on 2003/11/19  22:28:25
59167         Log: merge hv_fetch and hv_fetch_ent into hv_fetch_common
59168              remove S_hv_fetch_flags
59169              hv.c now 13% smaller than when I started. hv_store TODO
59170      Branch: perl
59171            ! embed.fnc embed.h hv.c proto.h
59172 ____________________________________________________________________________
59173 [ 21752] By: rgs                                   on 2003/11/19  21:06:01
59174         Log: Fix bug [perl #24508] Wrong assignment in nested assignment
59175              together with subroutine call
59176              Apparently concat still doesn't deal correctly with lexicals
59177              in all cases. Disable the whole TARGET_MY optimisation for it.
59178              (and remove the corresponding code from the peephole optimiser.)
59179      Branch: perl
59180            ! op.c opcode.h opcode.pl t/op/concat.t
59181 ____________________________________________________________________________
59182 [ 21751] By: rgs                                   on 2003/11/19  21:03:20
59183         Log: Update the runops stuff in perlguts
59184      Branch: perl
59185            ! pod/perlguts.pod
59186 ____________________________________________________________________________
59187 [ 21750] By: nicholas                              on 2003/11/19  20:37:27
59188         Log: integrate hv_delete and hv_delete_ent into hv_delete_common
59189      Branch: perl
59190            ! embed.fnc embed.h hv.c proto.h
59191 ____________________________________________________________________________
59192 [ 21748] By: rgs                                   on 2003/11/19  19:56:20
59193         Log: Subject: [PATCH] clear of empty locked hash SEGVs
59194              From: Alan Burlison <Alan.Burlison@sun.com>
59195              Date: Wed, 19 Nov 2003 14:39:03 +0000
59196              Message-ID: <3FBB8087.20206@sun.com>
59197      Branch: perl
59198            ! hv.c lib/Hash/Util.t
59199 ____________________________________________________________________________
59200 [ 21747] By: nicholas                              on 2003/11/19  19:51:41
59201         Log: merge hv_exists and hv_exists_ent into S_hv_exists_common
59202      Branch: perl
59203            ! embed.fnc embed.h hv.c proto.h
59204 ____________________________________________________________________________
59205 [ 21746] By: nicholas                              on 2003/11/19  18:46:07
59206         Log: Run regen.pl (for hv_assert)
59207      Branch: perl
59208            ! global.sym
59209 ____________________________________________________________________________
59210 [ 21744] By: nicholas                              on 2003/11/19  17:44:58
59211         Log: Integrate:
59212              [ 21642]
59213              space should be tab for lib/I18N/LangTags/t/02decency.t
59214      Branch: perl
59215           !> MANIFEST
59216 ____________________________________________________________________________
59217 [ 21743] By: rgs                                   on 2003/11/19  17:21:50
59218         Log: Restore errno after having read $^E (like for $!)
59219              to preserve errno from unfortunate side-effects.
59220      Branch: perl
59221            ! mg.c
59222 ____________________________________________________________________________
59223 [ 21742] By: nicholas                              on 2003/11/18  21:04:40
59224         Log: Whoops. We weren't actually testing hv_store_ent
59225              We are now. Plus test hv_store for an initially empty hash.
59226      Branch: perl
59227            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
59228 ____________________________________________________________________________
59229 [ 21741] By: rgs                                   on 2003/11/17  23:06:07
59230         Log: Complement of change #21740 for Windows.
59231              (I have the feeling that it's already subtly broken on VMS)
59232      Branch: perl
59233            ! win32/Makefile win32/makefile.mk
59234 ____________________________________________________________________________
59235 [ 21740] By: rgs                                   on 2003/11/17  19:02:21
59236         Log: Install instmodsh and xsubpp in bin/ along the other utilities.
59237      Branch: perl
59238            + utils/instmodsh.PL utils/xsubpp.PL
59239            ! MANIFEST installperl utils.lst utils/Makefile
59240 ____________________________________________________________________________
59241 [ 21739] By: rgs                                   on 2003/11/17  08:52:52
59242         Log: Subject: Re: [perl #24493] install.html not working
59243              From: Slaven Rezic <slaven@rezic.de>
59244              Date: 16 Nov 2003 20:52:29 +0100
59245              Message-ID: <87d6bsw0oy.fsf@vran.herceg.de>
59246      Branch: perl
59247            ! installhtml
59248 ____________________________________________________________________________
59249 [ 21737] By: nicholas                              on 2003/11/16  21:32:09
59250         Log: Ooops. left an XXX comment in, and worse still it's a // comment
59251      Branch: perl
59252            ! hv.c
59253 ____________________________________________________________________________
59254 [ 21735] By: nicholas                              on 2003/11/16  20:20:58
59255         Log: utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
59256              (pp functions use the _ent variants, and as the implementation is
59257              duplicated, these bugs aren't tested, and aren't noticed)
59258      Branch: perl
59259            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
59260 ____________________________________________________________________________
59261 [ 21734] By: nicholas                              on 2003/11/16  17:11:22
59262         Log: Accessing unicode keys in tie hashes via hv_exists was broken.
59263              (pp_exists uses hv_exists_ent, which isn't broken)
59264              I expect an equivalent bug in hv_delete
59265      Branch: perl
59266            + ext/XS/APItest/t/hash.t
59267            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
59268            ! ext/XS/APItest/MANIFEST hv.c
59269 ____________________________________________________________________________
59270 [ 21733] By: rgs                                   on 2003/11/16  16:50:04
59271         Log: Subject: [PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)
59272              From: Elizabeth Mattijsen <liz@dijkmat.nl>
59273              Date: Sat, 15 Nov 2003 23:22:16 +0100
59274              Message-Id: <p05111b04bbdc49076950@[192.168.56.3]>
59275      Branch: perl
59276            ! ext/threads/t/problems.t
59277 ____________________________________________________________________________
59278 [ 21732] By: rgs                                   on 2003/11/16  16:09:34
59279         Log: Subject: [PATCH] configpm, our $summary : unique
59280              From: Elizabeth Mattijsen <liz@dijkmat.nl>
59281              Date: Sat, 15 Nov 2003 22:18:32 +0100
59282              Message-Id: <p05111b03bbdc478d10cb@[192.168.56.3]>
59283              (plus comments)
59284      Branch: perl
59285            ! configpm
59286 ____________________________________________________________________________
59287 [ 21729] By: nicholas                              on 2003/11/15  14:39:00
59288         Log: Subject: [PATCH] Re: Storable Error
59289              From: Nicholas Clark <nick@ccl4.org>
59290              Date: Sat, 9 Aug 2003 00:35:36 +0100
59291              Message-ID: <20030809003535.C20130@plum.flirble.org>
59292      Branch: perl
59293            ! embed.fnc hv.c perl.c perl.h pod/perlapi.pod pod/perlrun.pod
59294            ! proto.h
59295 ____________________________________________________________________________
59296 [ 21728] By: rgs                                   on 2003/11/15  11:43:43
59297         Log: Update perlhist with 5.6.2.
59298      Branch: perl
59299            ! pod/perlhist.pod
59300 ____________________________________________________________________________
59301 [ 21725] By: rgs                                   on 2003/11/14  22:35:20
59302         Log: Add more complete tests for the "variable masks earlier
59303              declaration" warning, including a TODO test
59304      Branch: perl
59305            ! t/lib/warnings/pad
59306 ____________________________________________________________________________
59307 [ 21723] By: rgs                                   on 2003/11/14  07:43:17
59308         Log: Include "SCCS" in the list of directory names that should
59309              be ignored by installperl.
59310      Branch: perl
59311            ! installperl
59312 ____________________________________________________________________________
59313 [ 21718] By: nicholas                              on 2003/11/13  20:46:36
59314         Log: Subject: Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes)
59315              From: Enache Adrian <enache@rdslink.ro>
59316              Date: Tue, 11 Nov 2003 15:25:29 +0200
59317              Message-ID: <20031111132529.GB1271@ratsnest.hole>
59318      Branch: perl
59319            ! op.c
59320 ____________________________________________________________________________
59321 [ 21714] By: rgs                                   on 2003/11/13  18:55:37
59322         Log: Fix bug [perl #24380] : assigning to a hash in list
59323              or scalar context yielded a wrong value if the list
59324              contained duplicated keys for the hash. This is fixed
59325              by counting the number of duplicate keys and trimming
59326              the stack by the corresponding number of items.
59327      Branch: perl
59328            ! pp_hot.c t/op/hashassign.t
59329 ____________________________________________________________________________
59330 [ 21713] By: merijn                                on 2003/11/13  09:25:15
59331         Log: Simplified the reading
59332      Branch: perl
59333            ! hints/solaris_2.sh
59334 ____________________________________________________________________________
59335 [ 21712] By: merijn                                on 2003/11/13  09:22:21
59336         Log: Enable hints to create call-back units that can act when
59337              a specific variable is *not* set (like -Uuselargefiles)
59338      Branch: perl
59339            ! Configure hints/README.hints
59340 ____________________________________________________________________________
59341 [ 21710] By: nicholas                              on 2003/11/12  21:35:35
59342         Log: Subject: [PATCH] Last stab at sdbm/Makefile.PL
59343              From: Michael G Schwern <schwern@pobox.com>
59344              Date: Tue, 11 Nov 2003 21:02:30 -0800
59345              Message-ID: <20031112050230.GO6874@localhost.comcast.net>
59346      Branch: perl
59347            ! ext/SDBM_File/sdbm/Makefile.PL
59348 ____________________________________________________________________________
59349 [ 21708] By: rgs                                   on 2003/11/12  09:46:51
59350         Log: Subject: [PATCH 5.8.2 @21574] make install not installing fully
59351              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
59352              Date: Tue, 4 Nov 2003 20:07:25 -0800
59353              Message-ID: <20031105040725.GA2629@math.berkeley.edu>
59354      Branch: perl
59355            ! installperl
59356 ____________________________________________________________________________
59357 [ 21706] By: ams                                   on 2003/11/11  23:46:19
59358         Log: Subject: Re: [perl #24460] [DOC PATCH] the begincheck program
59359              From: Tom Phoenix <rootbeer@redcat.com>
59360              Date: Tue, 11 Nov 2003 15:50:35 -0800 (PST)
59361              Message-Id: <Pine.BSO.4.53.0311111547500.9242@blue.stonehenge.com>
59362      Branch: perl
59363            ! pod/perlmod.pod
59364 ____________________________________________________________________________
59365 [ 21702] By: rgs                                   on 2003/11/11  20:13:56
59366         Log: Upgrade to MakeMaker 6.21.
59367      Branch: perl
59368            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
59369            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
59370            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
59371 ____________________________________________________________________________
59372 [ 21697] By: rgs                                   on 2003/11/10  20:55:25
59373         Log: Subject: [PATCH 5.8.2 @21574] make install: line noise
59374              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
59375              Date: Tue, 4 Nov 2003 20:10:16 -0800
59376              Message-ID: <20031105041016.GA2639@math.berkeley.edu>
59377
59378              and part of
59379              Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR
59380              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
59381              Date: Tue, 4 Nov 2003 20:18:37 -0800
59382              Message-ID: <20031105041836.GA2649@math.berkeley.edu>
59383
59384              (I've left out the PREFIX part for now)
59385      Branch: perl
59386            ! Makefile.SH installperl os2/Makefile.SHs
59387 ____________________________________________________________________________
59388 [ 21694] By: rgs                                   on 2003/11/09  17:20:35
59389         Log: Subject: [PATCH 5.8.2 @21574] sprintf() painfully slow
59390              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
59391              Date: Mon, 3 Nov 2003 20:27:39 -0800
59392              Message-ID: <20031104042739.GA1697@math.berkeley.edu>
59393
59394              Subject: Re: [PATCH 5.8.2 @21574] sprintf() painfully slow
59395              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
59396              Date: Mon, 3 Nov 2003 20:57:48 -0800
59397              Message-ID: <20031104045748.GA1826@math.berkeley.edu>
59398      Branch: perl
59399            ! sv.c
59400 ____________________________________________________________________________
59401 [ 21693] By: rgs                                   on 2003/11/09  11:37:29
59402         Log: Subject: [PATCH-5.8.2 for WinCE] must copy changes from win32/makeifle.mk to wince/makefile.ce
59403              From: Vadim Konovalov <konovalo@mail.wplus.net>
59404              Date: Sun, 9 Nov 2003 13:31:59 +0300
59405              Message-ID: <93187393948.20031109133159@mail.wplus.net>
59406      Branch: perl
59407            ! wince/Makefile.ce
59408 ____________________________________________________________________________
59409 [ 21691] By: rgs                                   on 2003/11/09  11:13:40
59410         Log: Update the list of pumpkings in perlhist.pod.
59411      Branch: perl
59412            ! pod/perlhist.pod
59413 ____________________________________________________________________________
59414 [ 21687] By: ams                                   on 2003/11/08  17:09:56
59415         Log: Subject: [PATCH 5.6.2-RC1 pod/perlhist.pod]  Updated.
59416              From: Abigail <abigail@abigail.nl>
59417              Date: Sat, 8 Nov 2003 18:51:30 +0100
59418              Message-Id: <20031108175130.GA22273@abigail.nl>
59419      Branch: perl
59420            ! pod/perlhist.pod
59421 ____________________________________________________________________________
59422 [ 21677] By: rgs                                   on 2003/11/07  07:49:17
59423         Log: Subject: [PATCH 5.8.2 @21574] OS/2 docu
59424              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
59425              Date: Thu, 6 Nov 2003 23:26:18 -0800
59426              Message-ID: <20031107072618.GA4370@math.berkeley.edu>
59427      Branch: perl
59428            ! os2/Changes
59429 ____________________________________________________________________________
59430 [ 21676] By: davem                                 on 2003/11/06  22:11:23
59431         Log: bugid #24407: numeric key for shared hash got stringified using
59432              wrong interpreter, and thus got malloced into the wrong thread
59433              memory pool
59434      Branch: perl
59435            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t
59436 ____________________________________________________________________________
59437 [ 21675] By: rgs                                   on 2003/11/06  10:27:22
59438         Log: Upgrade to MakeMaker 6.20.
59439      Branch: perl
59440            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
59441            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MANIFEST.SKIP
59442            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
59443            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Tutorial.pod
59444            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/postamble.t
59445 ____________________________________________________________________________
59446 [ 21674] By: ams                                   on 2003/11/06  09:32:26
59447         Log: Subject: [PATCH blead] Re: [perl #24248] taint propagation regression,
59448              tests fail to spot this
59449              From: Rick Delaney <rick@bort.ca>
59450              Date: Wed, 5 Nov 2003 23:02:41 -0500
59451              Message-Id: <20031105230241.D13585@biff.bort.ca>
59452      Branch: perl
59453            ! pp_ctl.c t/op/taint.t
59454 ____________________________________________________________________________
59455 [ 21673] By: rgs                                   on 2003/11/05  21:47:07
59456         Log: Subject: [PATCH] Be sure to use -fPIC not -fpic on Linux/SPARC
59457              From: Andy Dougherty <doughera@lafayette.edu>
59458              Date: Wed, 5 Nov 2003 17:19:03 -0500 (EST)
59459              Message-ID: <Pine.SOL.4.53.0311051715140.24878@maxwell.phys.lafayette.edu>
59460      Branch: perl
59461            ! hints/linux.sh
59462 ____________________________________________________________________________
59463 [ 21672] By: rgs                                   on 2003/11/05  20:42:47
59464         Log: Subject: [patch t/op/hash.t] extending the hash attack test
59465              From: Stas Bekman <stas@stason.org>
59466              Date: Tue, 04 Nov 2003 14:33:09 -0800
59467              Message-ID: <3FA82925.7020703@stason.org>
59468      Branch: perl
59469            ! t/op/hash.t
59470 ____________________________________________________________________________
59471 [ 21671] By: rgs                                   on 2003/11/05  20:38:09
59472         Log: Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault
59473              From: Stas Bekman <stas@stason.org>
59474              Date: Wed, 05 Nov 2003 00:50:25 -0800
59475              Message-ID: <3FA8B9D1.2020806@stason.org>
59476      Branch: perl
59477            ! lib/Benchmark.pm
59478 ____________________________________________________________________________
59479 [ 21667] By: nicholas                              on 2003/11/05  19:13:56
59480         Log: From: Craig Berry <craigberry@mac.com>
59481              Subject: Opcode.xs/RC2 compile nit on VMS
59482              Date: Wed, 05 Nov 2003 12:16:34 -0600
59483              Message-ID: <2097592.1068056194261.JavaMail.craigberry@mac.com>
59484      Branch: perl
59485            ! ext/Opcode/Opcode.xs
59486 ____________________________________________________________________________
59487 [ 21664] By: ams                                   on 2003/11/05  18:34:28
59488         Log: Orphaned submission from #21546.
59489      Branch: perl
59490            ! perl.c
59491 ____________________________________________________________________________
59492 [ 21663] By: ams                                   on 2003/11/05  17:01:29
59493         Log: Subject: Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu)
59494              From: Slaven Rezic <slaven@rezic.de>
59495              Date: 20 Oct 2003 22:39:28 +0200
59496              Message-Id: <87oewbiqyn.fsf@vran.herceg.de>
59497      Branch: perl
59498            ! lib/filetest.t
59499 ____________________________________________________________________________
59500 [ 21662] By: ams                                   on 2003/11/05  16:51:08
59501         Log: Subject: Re: 'make minitest' fails for op/cproto and op/pat
59502              From: Michael G Schwern <schwern@pobox.com>
59503              Date: Wed, 5 Nov 2003 06:26:36 -0800
59504              Message-Id: <20031105142635.GA22761@localhost.comcast.net>
59505      Branch: perl
59506            ! t/op/cproto.t
59507 ____________________________________________________________________________
59508 [ 21661] By: ams                                   on 2003/11/05  16:50:05
59509         Log: Subject: [PATCH] Modernise INSTALL
59510              From: Gisle Aas <gisle@ActiveState.com>
59511              Date: 05 Nov 2003 05:16:25 -0800
59512              Message-Id: <lrd6c7ez12.fsf@caliper.activestate.com>
59513
59514              Subject: [PATCH pod/perlhist.pod]  Mention 5.8.2-RC2
59515              From: Abigail <abigail@abigail.nl>
59516              Date: Tue, 4 Nov 2003 10:40:57 +0100
59517              Message-Id: <20031104094057.GA22508@abigail.nl>
59518      Branch: perl
59519            ! INSTALL pod/perlhist.pod
59520 ____________________________________________________________________________
59521 [ 21660] By: ams                                   on 2003/11/05  16:46:12
59522         Log: Subject: [PATCH blead]  reentr.pl is not defining _srandom_struct
59523              From: Jan Dubois <jand@ActiveState.com>
59524              Date: Tue, 04 Nov 2003 16:52:14 -0800
59525              Message-Id: <45igqvsus3hr8bno3si087j5qnrqvn79bf@4ax.com>
59526      Branch: perl
59527            ! reentr.c reentr.h reentr.pl
59528 ____________________________________________________________________________
59529 [ 21657] By: rgs                                   on 2003/11/05  08:07:14
59530         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19
59531              From: Michael G Schwern <schwern@pobox.com>
59532              Date: Tue, 4 Nov 2003 17:59:13 -0800
59533              Message-ID: <20031105015913.GL15406@localhost.comcast.net>
59534
59535              Replaces the temporary kludge (#21655).
59536      Branch: perl
59537            ! ext/SDBM_File/sdbm/Makefile.PL
59538 ____________________________________________________________________________
59539 [ 21656] By: rgs                                   on 2003/11/05  07:41:41
59540         Log: Subject: Re: [gherteg@csc.com: your CPAN page on EBCDIC]
59541              From: PPrymmer@factset.com
59542              Date: Tue, 4 Nov 2003 10:00:07 -0500
59543              Message-ID: <OF9A22A404.A32A5C26-ON85256DD4.00522E92-85256DD4.005268A4@factset.com>
59544      Branch: perl
59545            ! pod/perlebcdic.pod
59546 ____________________________________________________________________________
59547 [ 21655] By: rgs                                   on 2003/11/04  22:32:28
59548         Log: Temporary kludge to allow SDBM_File being built
59549              with MakeMaker 6.19.
59550      Branch: perl
59551            ! ext/SDBM_File/sdbm/Makefile.PL
59552 ____________________________________________________________________________
59553 [ 21652] By: rgs                                   on 2003/11/04  21:43:10
59554         Log: Upgrade to ExtUtils::MakeMaker 6.19
59555      Branch: perl
59556            + lib/ExtUtils/t/parse_version.t
59557            + t/lib/MakeMaker/Test/Setup/BFD.pm
59558            + t/lib/MakeMaker/Test/Setup/Problem.pm
59559            - lib/ExtUtils/t/00setup_dummy.t
59560            - lib/ExtUtils/t/zz_cleanup_dummy.t
59561            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
59562            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
59563            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
59564            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
59565            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
59566            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
59567            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
59568            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/bytes.pm
59569            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Manifest.pm
59570            ! lib/ExtUtils/README lib/ExtUtils/TODO lib/ExtUtils/instmodsh
59571            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
59572            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/Install.t
59573            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
59574            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
59575            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/postamble.t
59576            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
59577            ! lib/ExtUtils/t/problems.t lib/ExtUtils/t/writemakefile_args.t
59578            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
59579 ____________________________________________________________________________
59580 [ 21651] By: rgs                                   on 2003/11/04  05:43:56
59581         Log: Subject: Re: [PATCH 5.8.2 @21574] OS/2 build
59582              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
59583              Date: Mon, 3 Nov 2003 20:20:44 -0800
59584              Message-ID: <20031104042044.GA1682@math.berkeley.edu>
59585      Branch: perl
59586            ! os2/Makefile.SHs
59587 ____________________________________________________________________________
59588 [ 21650] By: rgs                                   on 2003/11/03  21:55:42
59589         Log: Subject: [PATCH] Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pm
59590              From: Michael G Schwern <schwern@pobox.com>
59591              Date: Sat, 1 Nov 2003 22:57:45 -0800
59592              Message-ID: <20031102065745.GN3659@localhost.comcast.net>
59593              (goes with change #21418)
59594      Branch: perl
59595            ! lib/autouse.pm lib/autouse.t
59596 ____________________________________________________________________________
59597 [ 21647] By: rgs                                   on 2003/11/03  20:08:18
59598         Log: Subject: [PATCH] Re: PERL_VERSION, SUBVERSION, PATCHLEVEL
59599              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
59600              Date: Mon, 3 Nov 2003 20:53:33 +0100
59601              Message-ID: <023a01c3a244$2a1dd5a0$0c2f1fac@R2D2>
59602      Branch: perl
59603            ! ext/Devel/PPPort/PPPort.pm
59604 ____________________________________________________________________________
59605 [ 21646] By: rgs                                   on 2003/11/03  20:00:07
59606         Log: Subject: Cwd.xs: off-by-one buffer overflow in realpath()
59607              From: Casey West <casey@geeknest.com>
59608              Date: Mon, 3 Nov 2003 10:11:43 -0500
59609              Message-ID: <20031103151143.GB430@geeknest.com>
59610      Branch: perl
59611            ! ext/Cwd/Cwd.xs
59612 ____________________________________________________________________________
59613 [ 21645] By: rgs                                   on 2003/11/03  19:18:42
59614         Log: Subject: Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again
59615              From: Jan Dubois <jand@ActiveState.com>
59616              Date: Sun, 02 Nov 2003 21:43:44 -0800
59617              Message-ID: <8dqbqvg16ln2r807l1l2c905lh7hte303v@4ax.com>
59618      Branch: perl
59619            ! reentr.h reentr.pl
59620 ____________________________________________________________________________
59621 [ 21644] By: rgs                                   on 2003/11/03  15:33:55
59622         Log: Document the fact that keys() and values() are optimized
59623              for void context (as suggested by Liz.)
59624      Branch: perl
59625            ! pod/perlfunc.pod
59626 ____________________________________________________________________________
59627 [ 21639] By: nicholas                              on 2003/11/03  07:04:36
59628         Log: Stas would prefer not to have MOD_PERL defines in perl.
59629      Branch: perl
59630            ! hv.c hv.h
59631 ____________________________________________________________________________
59632 [ 21638] By: nicholas                              on 2003/11/03  06:46:48
59633         Log: s/new_hash/rehash/g (Stas suggested a better name)
59634      Branch: perl
59635            ! embedvar.h hv.h intrpvar.h lib/Hash/Util.pm perl.c perlapi.h
59636            ! sv.c universal.c util.c
59637 ____________________________________________________________________________
59638 [ 21634] By: nicholas                              on 2003/11/02  22:32:21
59639         Log: Provide Internals::new_hash_seed to return PL_new_hash_seed, and
59640              make Hash::Util::hash_seed use this.
59641      Branch: perl
59642            ! lib/Hash/Util.pm universal.c
59643 ____________________________________________________________________________
59644 [ 21628] By: rgs                                   on 2003/11/02  21:05:59
59645         Log: Fix for [perl #24347] segfault with Safe
59646              The empty %INC created for safe compartements was freed
59647              too early.
59648      Branch: perl
59649            ! ext/Opcode/Opcode.xs
59650 ____________________________________________________________________________
59651 [ 21627] By: rgs                                   on 2003/11/02  20:40:47
59652         Log: Subject: [PATCH pod/perlguts.pod] update embed.pl description
59653              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
59654              Date: Sun, 2 Nov 2003 22:24:28 +0100
59655              Message-ID: <007b01c3a187$b34c6110$0c2f1fac@R2D2>
59656      Branch: perl
59657            ! pod/perlguts.pod
59658 ____________________________________________________________________________
59659 [ 21625] By: rgs                                   on 2003/11/02  20:24:21
59660         Log: Mention perl 5.8.2-RC1 in perlhist, as spotted by Abigail.
59661      Branch: perl
59662            ! pod/perlhist.pod
59663 ____________________________________________________________________________
59664 [ 21620] By: nicholas                              on 2003/11/02  18:22:16
59665         Log: Subject: [PATCH 5.8.2 @21574] OS/2 build
59666              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
59667              Date: Wed, 29 Oct 2003 14:00:18 -0800
59668              Message-ID: <20031029220017.GA26384@math.berkeley.edu>
59669      Branch: perl
59670            ! ext/DynaLoader/DynaLoader_pm.PL makedef.pl os2/Makefile.SHs
59671            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2_base.t os2/os2ish.h
59672            ! os2/perl2cmd.pl perlio.c
59673 ____________________________________________________________________________
59674 [ 21619] By: rgs                                   on 2003/11/02  18:07:30
59675         Log: Quoted-printable is evil.
59676      Branch: perl
59677            ! win32/win32.h
59678 ____________________________________________________________________________
59679 [ 21618] By: nicholas                              on 2003/11/02  18:01:21
59680         Log: Stas spotted a missed s//new_/ for the hash seed renaming games
59681      Branch: perl
59682            ! perl.c
59683 ____________________________________________________________________________
59684 [ 21617] By: rgs                                   on 2003/11/02  17:25:50
59685         Log: Portability nit for MinGW 3.
59686
59687              Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's
59688              From: Greg Matheson <lang@ms.chinmin.edu.tw>
59689              Date: Thu, 30 Oct 2003 14:11:58 +0800
59690              Message-ID: <20031030141158.A11772@ms>
59691              (actual patch by Abe Timmerman)
59692      Branch: perl
59693            ! win32/win32.h
59694 ____________________________________________________________________________
59695 [ 21616] By: rgs                                   on 2003/11/02  12:37:54
59696         Log: Subject: DOCPATCH: does STORE need to return anything and if so what?
59697              From: david nicol <whatever@davidnicol.com>
59698              Date: 26 Oct 2003 22:34:04 -0600
59699              Message-Id: <1067229244.1071.51.camel@plaza.davidnicol.com>
59700      Branch: perl
59701            ! pod/perltie.pod
59702 ____________________________________________________________________________
59703 [ 21615] By: rgs                                   on 2003/11/01  20:01:54
59704         Log: Subject: [PATCH] DB_File 1.807
59705              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
59706              Date: Sat, 1 Nov 2003 13:50:12 -0000
59707              Message-ID: <AIEAJICLCBDNAAOLLOKLOENMPAAA.Paul.Marquess@btinternet.com>
59708      Branch: perl
59709            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
59710            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
59711            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
59712 ____________________________________________________________________________
59713 [ 21614] By: rgs                                   on 2003/11/01  19:40:28
59714         Log: Subject: Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?)
59715              From: Rick Delaney <rick@bort.ca>
59716              Date: Mon, 27 Oct 2003 16:24:16 -0500
59717              Message-ID: <20031027162416.H2233@biff.bort.ca>
59718      Branch: perl
59719            ! pp_hot.c
59720 ____________________________________________________________________________
59721 [ 21611] By: nicholas                              on 2003/11/01  16:32:00
59722         Log: D'oh! t/op/hash.t wasn't in the MANIFEST. Rafael spotted this
59723      Branch: perl
59724            ! MANIFEST
59725 ____________________________________________________________________________
59726 [ 21607] By: nicholas                              on 2003/11/01  15:21:23
59727         Log: mod_perl2 will require access to the Plan C hashing function.
59728      Branch: perl
59729            ! hv.h
59730 ____________________________________________________________________________
59731 [ 21604] By: nicholas                              on 2003/11/01  14:21:38
59732         Log: Add Internals::HvREHASH to expose the rehashing flag
59733              t/op/hash.t tests that pathological data triggers rehashing
59734      Branch: perl
59735            + t/op/hash.t
59736            ! universal.c
59737 ____________________________________________________________________________
59738 [ 21599] By: davem                                 on 2003/11/01  00:09:22
59739         Log: whoops, typo
59740      Branch: perl
59741            ! ext/threads/shared/shared.xs
59742 ____________________________________________________________________________
59743 [ 21598] By: davem                                 on 2003/11/01  00:03:38
59744         Log: seg faults when deleting keys of shared hash refs
59745              Ensure that the shared_sv get magic of the element being deleted
59746              is called. Also, avoid posible memory leaks by wrapping all shared
59747              context sections with ENTER/SAVETMPS
59748      Branch: perl
59749            ! ext/threads/shared/shared.xs
59750 ____________________________________________________________________________
59751 [ 21596] By: rgs                                   on 2003/10/31  20:46:44
59752         Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything
59753              From: Andy Dougherty <doughera@lafayette.edu>
59754              Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST)
59755              Message-ID: <Pine.SOL.4.53.0310311433440.8552@maxwell.phys.lafayette.edu>
59756              (plus POD link fixes)
59757      Branch: perl
59758            ! INSTALL
59759 ____________________________________________________________________________
59760 [ 21595] By: rgs                                   on 2003/10/31  20:35:23
59761         Log: Prevent the installation of makefiles that can be found
59762              under lib/.
59763      Branch: perl
59764            ! installperl
59765 ____________________________________________________________________________
59766 [ 21593] By: rgs                                   on 2003/10/31  20:19:01
59767         Log: Test nit ; goes with change 21591
59768      Branch: perl
59769            ! t/lib/warnings/regcomp
59770 ____________________________________________________________________________
59771 [ 21592] By: rgs                                   on 2003/10/31  20:03:58
59772         Log: Subject: [PATCH] Document PERL_DL_NONLAZY
59773              From: Gisle Aas <gisle@ActiveState.com>
59774              Date: 31 Oct 2003 03:13:03 -0800
59775              Message-ID: <lrn0bhbqyo.fsf@caliper.activestate.com>
59776      Branch: perl
59777            ! pod/perlrun.pod
59778 ____________________________________________________________________________
59779 [ 21591] By: rgs                                   on 2003/10/31  19:54:23
59780         Log: Subject: [PATCH] Off-by-one error in regcomp.c
59781              From: Slaven Rezic <slaven@rezic.de>
59782              Date: Fri, 31 Oct 2003 12:16:11 +0000
59783              Message-Id: <1067602571.12768@devpc01.iconmobile.de>
59784      Branch: perl
59785            ! regcomp.c t/op/regmesg.t
59786 ____________________________________________________________________________
59787 [ 21590] By: rgs                                   on 2003/10/31  19:36:32
59788         Log: Subject: [patch pod/perlfunc.pod] separate two unrelated notes in require
59789              From: Stas Bekman <stas@stason.org>
59790              Date: Wed, 29 Oct 2003 16:47:24 -0800
59791              Message-ID: <3FA05F9C.2080304@stason.org>
59792      Branch: perl
59793            ! pod/perlfunc.pod
59794 ____________________________________________________________________________
59795 [ 21589] By: rgs                                   on 2003/10/31  19:31:48
59796         Log: Subject: [5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads
59797              From: Stas Bekman <stas@stason.org>
59798              Date: Wed, 29 Oct 2003 15:15:15 -0800
59799              Message-ID: <3FA04A03.5010603@stason.org>
59800              (enclosed in a #ifdef DEBUGGING)
59801      Branch: perl
59802            ! sv.c
59803 ____________________________________________________________________________
59804 [ 21588] By: rgs                                   on 2003/10/31  19:25:38
59805         Log: Subject: [PATCH] Devel::PPPort and scan_bin
59806              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
59807              Date: Wed, 29 Oct 2003 22:53:43 +0100
59808              Message-ID: <037201c39e67$1faa9940$0c2f1fac@R2D2>
59809      Branch: perl
59810            ! ext/Devel/PPPort/PPPort.pm
59811 ____________________________________________________________________________
59812 [ 21587] By: rgs                                   on 2003/10/31  19:19:00
59813         Log: Subject: [PATCH] change p4d2p to deal with new style diff2 output
59814              From: Jan Dubois <jand@ActiveState.com>
59815              Date: Thu, 30 Oct 2003 18:43:08 -0800
59816              Message-ID: <dpi3qvgf1uke7pj1gcpgmoh622lqcvl6uc@4ax.com>
59817      Branch: perl
59818            ! Porting/p4d2p
59819 ____________________________________________________________________________
59820 [ 21586] By: nicholas                              on 2003/10/31  18:54:26
59821         Log: Comment that this "optimisation" is actually a necessary fixup.
59822              When the split occurs (to make the opti{miser,onal}) this isn't
59823              (Richard Clamp reminded me that I forgot to do this)
59824      Branch: perl
59825            ! op.c
59826 ____________________________________________________________________________
59827 [ 21583] By: nicholas                              on 2003/10/30  22:37:26
59828         Log: Rewrite to correctly use test.pl
59829
59830              Date: Thu, 30 Oct 2003 15:51:03 -0800
59831              From: Michael G Schwern <schwern@pobox.com>
59832              Subject: Re: Fix for the orange lion bug - aka empty sub bug
59833              Message-ID: <20031030235103.GC27017@localhost.comcast.net>
59834      Branch: perl
59835            ! t/op/sub.t
59836 ____________________________________________________________________________
59837 [ 21582] By: nicholas                              on 2003/10/30  22:18:53
59838         Log: Date: Thu, 30 Oct 2003 22:01:35 +0000
59839              Subject: Fix for the orange lion bug - aka empty sub bug
59840              From: Arthur Bergman <sky@nanisky.com>
59841              Message-Id: <A10EEA90-0B24-11D8-93CD-000A95A2734C@nanisky.com>
59842      Branch: perl
59843            + t/op/sub.t
59844            ! MANIFEST op.c
59845 ____________________________________________________________________________
59846 [ 21580] By: nicholas                              on 2003/10/30  19:42:28
59847         Log: 14 is the chain length for attack. From
59848
59849              Message-ID: <20031030204117.16008.qmail@plover.com>
59850              Subject: Re: 5.8.2-RC1 and mp2
59851              Date: Thu, 30 Oct 2003 15:41:17 -0500
59852              From: Mark Jason Dominus <mjd@plover.com>
59853
59854              and
59855
59856              From: Scott A Crosby <scrosby@cs.rice.edu>
59857              Subject: Re: 5.8.2-RC1 and mp2
59858              Date: 30 Oct 2003 14:08:06 -0600
59859              Message-ID: <oydd6cea3q1.fsf@bert.cs.rice.edu>
59860      Branch: perl
59861            ! hv.c
59862 ____________________________________________________________________________
59863 [ 21575] By: rgs                                   on 2003/10/29  06:51:19
59864         Log: Move a fcntl() example in perlfunc at a more proper place,
59865              as suggested by :
59866              Subject: [perl #24334] ioctl/fcntl doc confusion
59867              From: "perl-5.8.0@ton.iguana.be (via RT)" <perlbug-followup@perl.org>
59868              Date: 28 Oct 2003 13:37:49 -0000
59869              Message-ID: <rt-24334-66603.12.4990768314782@rt.perl.org>
59870      Branch: perl
59871            ! pod/perlfunc.pod
59872 ____________________________________________________________________________
59873 [ 21567] By: rgs                                   on 2003/10/28  08:48:06
59874         Log: Upgrade to Time::HiRes 1.52.
59875      Branch: perl
59876            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
59877            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
59878 ____________________________________________________________________________
59879 [ 21566] By: rgs                                   on 2003/10/28  08:34:26
59880         Log: Subject: [PATCH lib/overload.t] TODO tests for bug #24313.
59881              From: Abigail <abigail@abigail.nl>
59882              Date: Mon, 27 Oct 2003 13:05:37 +0100
59883              Message-ID: <20031027120536.GA24608@abigail.nl>
59884
59885              Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.)
59886              From: Rick Delaney <rick@bort.ca>
59887              Date: Mon, 27 Oct 2003 12:17:49 -0500
59888              Message-ID: <20031027121749.E2233@biff.bort.ca>
59889      Branch: perl
59890            ! lib/overload.t toke.c
59891 ____________________________________________________________________________
59892 [ 21565] By: rgs                                   on 2003/10/28  07:42:52
59893         Log: Subject: [PATCH t/comp/proto.t]  Test (5.9.x)
59894              From: Abigail <abigail@abigail.nl>
59895              Date: Mon, 27 Oct 2003 14:50:24 +0100
59896              Message-ID: <20031027135024.GA12666@abigail.nl>
59897      Branch: perl
59898            ! t/comp/proto.t
59899 ____________________________________________________________________________
59900 [ 21564] By: davem                                 on 2003/10/27  22:01:12
59901         Log: Fix more shared threads leaks: add SAVETMPS to the second branch
59902              of sharedsv_scalar_store().
59903      Branch: perl
59904            ! ext/threads/shared/shared.xs
59905 ____________________________________________________________________________
59906 [ 21563] By: rgs                                   on 2003/10/27  19:33:29
59907         Log: Add a new taint error, "%ENV is aliased to %s".
59908              This error is thrown when taint checks are enabled and
59909              when *ENV has been aliased, so that %ENV has no env-magic
59910              anymore. (see bug [perl #24291].)
59911      Branch: perl
59912            ! pod/perldiag.pod t/op/taint.t taint.c
59913 ____________________________________________________________________________
59914 [ 21560] By: nicholas                              on 2003/10/27  18:01:02
59915         Log: Record the escape^Wrelease of 5.9.0
59916      Branch: perl
59917            ! pod/perlhist.pod
59918 ____________________________________________________________________________
59919 [ 21554] By: nicholas                              on 2003/10/27  16:09:37
59920         Log: Subject: Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
59921              From: Alan Burlison <Alan.Burlison@sun.com>
59922              Date: Tue, 21 Oct 2003 15:00:58 +0100
59923              Message-ID: <3F953C1A.3060800@sun.com>
59924      Branch: perl
59925            ! hints/solaris_2.sh
59926 ____________________________________________________________________________
59927 [ 21550] By: nicholas                              on 2003/10/27  13:45:27
59928         Log: Sync with Unicode::Normalize 0.25
59929      Branch: perl
59930            + ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/form.t
59931            + ext/Unicode/Normalize/t/proto.t
59932            + ext/Unicode/Normalize/t/split.t
59933            ! MANIFEST ext/Unicode/Normalize/Changes
59934            ! ext/Unicode/Normalize/Makefile.PL
59935            ! ext/Unicode/Normalize/Normalize.pm
59936            ! ext/Unicode/Normalize/Normalize.xs
59937            ! ext/Unicode/Normalize/README
59938 ____________________________________________________________________________
59939 [ 21549] By: nicholas                              on 2003/10/27  13:11:48
59940         Log: Sync with Unicode::Collate 0.30
59941      Branch: perl
59942            + lib/Unicode/Collate/t/hangtype.t
59943            + lib/Unicode/Collate/t/normal.t lib/Unicode/Collate/t/trailwt.t
59944            + lib/Unicode/Collate/t/variable.t
59945            + lib/Unicode/Collate/t/version.t
59946            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
59947            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/contract.t
59948            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/index.t
59949            ! lib/Unicode/Collate/t/test.t
59950 ____________________________________________________________________________
59951 [ 21548] By: nicholas                              on 2003/10/27  12:39:39
59952         Log: Sync with Pod::Perldoc 3.12
59953      Branch: perl
59954            ! lib/Pod/Perldoc.pm
59955 ____________________________________________________________________________
59956 [ 21546] By: ams                                   on 2003/10/27  09:00:08
59957         Log: Will the real off by one please stand up?
59958      Branch: perl
59959            ! mg.c
59960 ____________________________________________________________________________
59961 [ 21545] By: hv                                    on 2003/10/27  02:52:16
59962         Log: fixup separators
59963      Branch: perl
59964            ! Changes
59965 ____________________________________________________________________________
59966 [ 21544] By: hv                                    on 2003/10/27  02:51:26
59967         Log: don't complain of podless .pm files that have a separate .pod file
59968      Branch: perl
59969            ! pod/buildtoc
59970 ____________________________________________________________________________
59971 [ 21543] By: hv                                    on 2003/10/27  02:50:04
59972         Log: regen pods and toc
59973      Branch: perl
59974            ! pod/perlmodlib.pod pod/perltoc.pod
59975 ____________________________________________________________________________
59976 [ 21542] By: rgs                                   on 2003/10/26  21:36:17
59977         Log: When %ENV has been turned into a non-magical hash after a
59978              glob assignment, TAINT_ENV() may dump core because it
59979              assumes $ENV{PATH} is magical. Fix this ; add a test to
59980              verify that the PATH is still checked for taintedness.
59981      Branch: perl
59982            ! t/op/taint.t taint.c
59983 ____________________________________________________________________________
59984 [ 21540] By: rgs                                   on 2003/10/26  14:59:53
59985         Log: Fix backward-compatibility issues in if.pm.
59986      Branch: perl
59987            ! lib/if.pm
59988 ____________________________________________________________________________
59989 [ 21539] By: hv                                    on 2003/10/26  12:22:54
59990         Log: Update Changes.
59991      Branch: perl
59992            ! Changes patchlevel.h
59993 ____________________________________________________________________________
59994 [ 21538] By: ams                                   on 2003/10/26  08:08:02
59995         Log: Fix off-by-one in $0 set magic. (From Autrijus.)
59996              The whole PL_origalen thing in perl.c looks very hokey.
59997      Branch: perl
59998            ! mg.c
59999 ____________________________________________________________________________
60000 [ 21536] By: nicholas                              on 2003/10/25  22:33:18
60001         Log: show the rehash flags in dumps
60002      Branch: perl
60003            ! dump.c
60004 ____________________________________________________________________________
60005 [ 21535] By: nicholas                              on 2003/10/25  22:32:40
60006         Log: Return 21533 (with modifications) having found the problem
60007      Branch: perl
60008            ! hv.c hv.h
60009 ____________________________________________________________________________
60010 [ 21534] By: nicholas                              on 2003/10/25  20:46:36
60011         Log: Back out 21533 because it broke Encode's build in really weird ways
60012      Branch: perl
60013            ! hv.c hv.h
60014 ____________________________________________________________________________
60015 [ 21533] By: nicholas                              on 2003/10/25  13:10:21
60016         Log: Plan C rough edge smoothing. Criteria for a hash split is now
60017              the earlier of "more keys than buckets" (the old test) or
60018              linked list too long. Rehash is triggered after a split if the
60019              longest linked list is too long.
60020      Branch: perl
60021            ! hv.c hv.h
60022 ____________________________________________________________________________
60023 [ 21532] By: rgs                                   on 2003/10/25  10:03:18
60024         Log: Subject: Re: [perl #948] $, untieable?
60025              From: Richard Clamp <richardc@unixbeard.net>
60026              Date: Tue, 21 Oct 2003 00:02:49 +0100
60027              Message-ID: <20031020230249.GA31123@mirth.demon.co.uk>
60028
60029              Plus a small fix to t/TEST to recognize the added TODO test
60030              as a TODO test.
60031      Branch: perl
60032            ! t/TEST t/op/tie.t
60033 ____________________________________________________________________________
60034 [ 21528] By: nicholas                              on 2003/10/23  19:21:00
60035         Log: When it says "add", then, like, you have to p4 add it. D'oh!
60036              (missed the new file in "Update I18N::LangTags from 0.28 to 0.29")
60037      Branch: perl
60038            + lib/I18N/LangTags/t/02decency.t
60039 ____________________________________________________________________________
60040 [ 21527] By: davem                                 on 2003/10/23  19:13:20
60041         Log: Fix two threads::shared leaks
60042              #24061 - AV in shared interpreter wasn't set to AvREAL
60043              #24255 - mortals were added to the shared interpreter's tmpstack
60044              and never freed.
60045      Branch: perl
60046            ! ext/threads/shared/shared.xs
60047 ____________________________________________________________________________
60048 [ 21526] By: nicholas                              on 2003/10/23  19:11:24
60049         Log: From: Jan Dubois <jand@ActiveState.com>
60050              Subject: [PATCH] Update Pod::Perldoc from 3.10 to 3.11
60051              Date: Wed, 22 Oct 2003 20:17:07 -0700
60052              Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com>
60053
60054              From: Jan Dubois <jand@ActiveState.com>
60055              Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29
60056              Date: Wed, 22 Oct 2003 20:26:56 -0700
60057              Message-ID: <jgiepv0a8fp8ffq3lpc5ujl7j25hoo1rdt@4ax.com>
60058      Branch: perl
60059            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
60060            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
60061            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm pod/perldoc.pod
60062            ! utils/perldoc.PL
60063 ____________________________________________________________________________
60064 [ 21523] By: ams                                   on 2003/10/23  12:53:03
60065         Log: Subject: [PATCH] utime documentation
60066              From: Gisle Aas <gisle@ActiveState.com>
60067              Date: 23 Oct 2003 05:33:43 -0700
60068              Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com>
60069      Branch: perl
60070            ! pod/perlfunc.pod
60071 ____________________________________________________________________________
60072 [ 21522] By: ams                                   on 2003/10/23  08:07:18
60073         Log: Subject: [PATCH]  dup2() not going through PerlLIO abstraction layer
60074              From: Jan Dubois <jand@ActiveState.com>
60075              Date: Wed, 22 Oct 2003 20:33:54 -0700
60076              Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>
60077      Branch: perl
60078            ! doio.c
60079 ____________________________________________________________________________
60080 [ 21520] By: nicholas                              on 2003/10/22  19:50:15
60081         Log: patch created by Casey West from:
60082
60083              Subject: CPAN module problems
60084              From: Edward Moy <emoy@apple.com>
60085              Date: Fri, 10 Oct 2003 17:42:06 -0700
60086              Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com>
60087
60088              (change ld value in hints file)
60089      Branch: perl
60090            ! hints/darwin.sh
60091 ____________________________________________________________________________
60092 [ 21516] By: rgs                                   on 2003/10/22  15:06:13
60093         Log: Small email update in AUTHORS.
60094      Branch: perl
60095            ! AUTHORS
60096 ____________________________________________________________________________
60097 [ 21515] By: rgs                                   on 2003/10/22  06:39:29
60098         Log: Add a test.taintwarn makefile target,
60099              to run the whole test suite with the -t switch.
60100      Branch: perl
60101            ! Makefile.SH pod/perlhack.pod t/TEST
60102 ____________________________________________________________________________
60103 [ 21514] By: rgs                                   on 2003/10/21  21:21:56
60104         Log: Subject: [PATCH @20458] embedding perl
60105              From: Radu Greab <rgreab@fx.ro>
60106              Date: Tue, 05 Aug 2003 20:57:15 +0300 (EEST)
60107              Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro>
60108      Branch: perl
60109            ! hv.c intrpvar.h perl.c pod/perlembed.pod pod/perlintern.pod
60110            ! sv.c
60111 ____________________________________________________________________________
60112 [ 21513] By: rgs                                   on 2003/10/21  20:45:12
60113         Log: Fix doc bug #23890, as suggested by Himanshu Garg :
60114              in perltoot, $him->fullname should be $him->fullname->as_string
60115              when passed to printf.
60116      Branch: perl
60117            ! pod/perltoot.pod
60118 ____________________________________________________________________________
60119 [ 21509] By: rgs                                   on 2003/10/21  05:42:50
60120         Log: Two OS/2 portability patches from Ilya.
60121
60122              Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2
60123              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
60124              Date: Thu, 25 Sep 2003 12:09:11 -0700
60125              Message-ID: <20030925190911.GA27028@math.berkeley.edu>
60126
60127              Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2
60128              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
60129              Date: Thu, 25 Sep 2003 19:50:45 -0700
60130              Message-ID: <20030926025045.GA27507@math.berkeley.edu>
60131      Branch: perl
60132            ! doio.c os2/os2ish.h perl.h perlio.c pp_sys.c
60133 ____________________________________________________________________________
60134 [ 21506] By: rgs                                   on 2003/10/20  19:28:27
60135         Log: Subject: [PATCH] add some missing defines to Devel::PPPort
60136              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
60137              Date: Mon, 20 Oct 2003 20:14:19 +0200
60138              Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2>
60139      Branch: perl
60140            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
60141 ____________________________________________________________________________
60142 [ 21505] By: rgs                                   on 2003/10/20  19:22:38
60143         Log: Subject: Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1
60144              From: Slaven Rezic <slaven@rezic.de>
60145              Date: 19 Oct 2003 17:54:59 +0200
60146              Message-ID: <871xt9te7g.fsf@vran.herceg.de>
60147      Branch: perl
60148            ! perlio.c
60149 ____________________________________________________________________________
60150 [ 21503] By: rgs                                   on 2003/10/20  06:04:04
60151         Log: Skip the chflags tests in filetest.t on Darwin.
60152      Branch: perl
60153            ! lib/filetest.t
60154 ____________________________________________________________________________
60155 [ 21474] By: nicholas                              on 2003/10/17  18:44:28
60156         Log: Plan C rough edge smoothing - forgot to turn on the "has key flags"
60157              flag on the hash when rehashing. Can turn off the "rehasing" flag
60158              if the hash is cleared
60159      Branch: perl
60160            ! hv.c
60161 ____________________________________________________________________________
60162 [ 21473] By: rgs                                   on 2003/10/17  08:53:48
60163         Log: -u is deprecated.
60164              Subject: Re: why PERL5LIB is ignored when -T is in effect
60165              From: Slaven Rezic <slaven@rezic.de>
60166              Date: Fri, 17 Oct 2003 10:02:31 +0000
60167              Message-Id: <1066384951.4964@devpc01.iconmobile.de>
60168      Branch: perl
60169            ! perl.c
60170 ____________________________________________________________________________
60171 [ 21472] By: rgs                                   on 2003/10/17  07:29:10
60172         Log: The compilation of PerlIO::via may hang on AIX when
60173              compiling with vac at -O3 optimization level. Disable
60174              optimization for this module.
60175      Branch: perl
60176            + ext/PerlIO/via/hints/aix.pl
60177            ! MANIFEST
60178 ____________________________________________________________________________
60179 [ 21471] By: nicholas                              on 2003/10/16  21:10:27
60180         Log: Plan C for foiling the algorithmic complexity attack
60181              (based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1),
60182              Chip's plan B (do something new inside the hv functions)
60183              and introspective sort)
60184              Provides infrastructure for hashes to change their hash function
60185              if necessary, and code in hsplit to detect pathalogical data and
60186              instigate a random rehashing.
60187              Needs refinement. Let's see how much smoke it creates.
60188      Branch: perl
60189            ! embedvar.h hv.c hv.h intrpvar.h perl.c perlapi.h sv.c sv.h
60190            ! util.c
60191 ____________________________________________________________________________
60192 [ 21470] By: davem                                 on 2003/10/16  20:03:44
60193         Log: Ensure PL_comppad/curpad point to PL_main_cv's padlist when
60194              PL_main_root is freed; this may not have been be the case if a
60195              thread other than the main one is the last to be destroyed
60196      Branch: perl
60197            ! ext/threads/t/thread.t pad.h perl.c
60198 ____________________________________________________________________________
60199 [ 21469] By: nicholas                              on 2003/10/16  19:31:19
60200         Log: Duplicate 19423 (pathological hashes too easy) into share_hek_flags
60201              (as suggested by Jan Dubois)
60202      Branch: perl
60203            ! hv.c
60204 ____________________________________________________________________________
60205 [ 21468] By: ams                                   on 2003/10/16  19:00:14
60206         Log: Subject: Re: assert.h breaks perl.h
60207              From: Alexey Tourbin <at@altlinux.ru>
60208              Date: Thu, 16 Oct 2003 22:24:35 +0400
60209              Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru>
60210      Branch: perl
60211            ! sv.h
60212 ____________________________________________________________________________
60213 [ 21467] By: ams                                   on 2003/10/16  18:57:57
60214         Log: Subject: [PATCH] Tie::Hash documentation
60215              From: Slaven Rezic <slaven@rezic.de>
60216              Date: Thu, 16 Oct 2003 17:57:35 +0000
60217              Message-Id: <1066327055.1428@devpc01.iconmobile.de>
60218      Branch: perl
60219            ! lib/Tie/Hash.pm
60220 ____________________________________________________________________________
60221 [ 21466] By: rgs                                   on 2003/10/16  08:52:50
60222         Log: Further tweak on change #21464.
60223      Branch: perl
60224            ! perl.c
60225 ____________________________________________________________________________
60226 [ 21464] By: ams                                   on 2003/10/16  08:42:50
60227         Log: Subject: perl -h tweak [PATCH]
60228              From: Gisle Aas <gisle@ActiveState.com>
60229              Date: 16 Oct 2003 02:49:39 -0700
60230              Message-Id: <lrn0c11pho.fsf@caliper.activestate.com>
60231      Branch: perl
60232            ! perl.c
60233 ____________________________________________________________________________
60234 [ 21456] By: rgs                                   on 2003/10/15  19:19:05
60235         Log: Perlfaq1 : take notice that 5.8.1 is now released.
60236      Branch: perl
60237            ! pod/perlfaq1.pod
60238 ____________________________________________________________________________
60239 [ 21454] By: rgs                                   on 2003/10/15  19:06:05
60240         Log: PerlFAQ sync. (only actual changes)
60241      Branch: perl
60242            ! pod/perlfaq4.pod
60243 ____________________________________________________________________________
60244 [ 21453] By: rgs                                   on 2003/10/15  19:02:35
60245         Log: Typos.
60246      Branch: perl
60247            ! hints/aix.sh
60248 ____________________________________________________________________________
60249 [ 21452] By: rgs                                   on 2003/10/15  11:12:31
60250         Log: Fix bug [perl #24212] : improper error recovery in the
60251              tokenizer after an unknown filetest operator.
60252      Branch: perl
60253            ! t/comp/parser.t toke.c
60254 ____________________________________________________________________________
60255 [ 21451] By: rgs                                   on 2003/10/15  09:19:02
60256         Log: Update MIME::Base64 and Digest::MD5 from the CPAN version.
60257      Branch: perl
60258            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
60259            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
60260            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/utf8.t
60261            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
60262            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
60263            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/unicode.t
60264 ____________________________________________________________________________
60265 [ 21450] By: rgs                                   on 2003/10/15  06:47:11
60266         Log: Add support for Linux abstract unix domain sockets to Socket.pm.
60267              Based on a idea by Alex Hudson. (Basically those are unix domain
60268              sockets whose name has a '\0' as first character.)
60269      Branch: perl
60270            ! ext/Socket/Socket.xs ext/Socket/t/Socket.t
60271 ____________________________________________________________________________
60272 [ 21449] By: ams                                   on 2003/10/15  06:32:44
60273         Log: Subject: [PATCH] SIGN => 1 support for MakeMaker
60274              From: Autrijus Tang <autrijus@autrijus.org>
60275              Date: Tue, 14 Oct 2003 18:32:28 +0800
60276              Message-Id: <1066127547.65845.35.camel@localhost>
60277      Branch: perl
60278            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
60279            ! lib/ExtUtils/MakeMaker.pm
60280 ____________________________________________________________________________
60281 [ 21448] By: ams                                   on 2003/10/15  05:56:12
60282         Log: Rewrite #21447.
60283      Branch: perl
60284            ! pod/perliol.pod
60285 ____________________________________________________________________________
60286 [ 21447] By: ams                                   on 2003/10/15  05:36:48
60287         Log: Subject: [patch pod/perliol.pod]
60288              From: Stas Bekman <stas@stason.org>
60289              Date: Tue, 14 Oct 2003 18:05:29 -0700
60290              Message-Id: <3F8C9D59.3040403@stason.org>
60291      Branch: perl
60292            ! pod/perliol.pod
60293 ____________________________________________________________________________
60294 [ 21446] By: nicholas                              on 2003/10/14  18:45:39
60295         Log: Duplicate 19423 (pathological hashes too easy) into hv_store_ent
60296              (the routine used by perl level HV operations)
60297      Branch: perl
60298            ! hv.c
60299 ____________________________________________________________________________
60300 [ 21445] By: rgs                                   on 2003/10/13  21:03:05
60301         Log: Subject: [PATCH ext/Devel/PPPort/PPPort.pm] Changes #20819 and #20996 break compatibility with perl 5.6.0
60302              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
60303              Date: Tue, 30 Sep 2003 19:23:34 +0200
60304              Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2>
60305      Branch: perl
60306            ! ext/Devel/PPPort/PPPort.pm
60307 ____________________________________________________________________________
60308 [ 21442] By: ams                                   on 2003/10/13  08:41:17
60309         Log: Subject: [perl #24189] Incorrect comment in perldoc strict
60310              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
60311              Date: 12 Oct 2003 09:01:25 -0000
60312              Message-Id: <rt-24189-65954.9.50514379869631@rt.perl.org>
60313      Branch: perl
60314            ! lib/strict.pm
60315 ____________________________________________________________________________
60316 [ 21441] By: rgs                                   on 2003/10/13  08:02:21
60317         Log: Subject: [PATCH] Internals::hash_seed() returns wrong value
60318              From: Jan Dubois <jand@ActiveState.com>
60319              Date: Sun, 12 Oct 2003 22:09:39 -0700
60320              Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>
60321      Branch: perl
60322            ! universal.c
60323 ____________________________________________________________________________
60324 [ 21440] By: rgs                                   on 2003/10/12  19:58:05
60325         Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx
60326              From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org>
60327              Date: 5 Oct 2003 20:55:56 -0000
60328              Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org>
60329      Branch: perl
60330            ! mg.c
60331 ____________________________________________________________________________
60332 [ 21439] By: rgs                                   on 2003/10/12  16:28:06
60333         Log: Subject: [PATCH] Tie::Hash documentation
60334              From: Slaven Rezic <slaven@rezic.de>
60335              Date: Sun, 12 Oct 2003 18:55:54 +0200 (CEST)
60336              Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de>
60337      Branch: perl
60338            ! lib/Tie/Hash.pm
60339 ____________________________________________________________________________
60340 [ 21438] By: rgs                                   on 2003/10/12  15:48:13
60341         Log: Subject: Re: [perl #24122] setreuid and friends borked on darwin/osx
60342              From: Slaven Rezic <slaven@rezic.de>
60343              Date: 07 Oct 2003 00:04:34 +0200
60344              Message-ID: <87ekxq6n0t.fsf@vran.herceg.de>
60345      Branch: perl
60346            ! hints/darwin.sh
60347 ____________________________________________________________________________
60348 [ 21437] By: rgs                                   on 2003/10/12  15:25:17
60349         Log: Minor nit in perlrun, spotted by Art Haas.
60350      Branch: perl
60351            ! pod/perlrun.pod
60352 ____________________________________________________________________________
60353 [ 21436] By: ams                                   on 2003/10/10  19:05:55
60354         Log: Subject: [PATCH] threads::async + some cleanup
60355              From: Elizabeth Mattijsen <liz@dijkmat.nl>
60356              Date: Fri, 10 Oct 2003 16:37:55 +0200
60357              Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>
60358      Branch: perl
60359            ! ext/threads/threads.pm
60360 ____________________________________________________________________________
60361 [ 21435] By: ams                                   on 2003/10/10  19:02:34
60362         Log: Make everyone stop posting to p5p about 0e0.
60363      Branch: perl
60364            ! pod/perlsyn.pod
60365 ____________________________________________________________________________
60366 [ 21433] By: nicholas                              on 2003/10/09  20:57:26
60367         Log: Put all pre-processor #s on the first column (some compilers are picky)
60368              [perl #24167] `#' comment signs not at the very beginning of a line
60369      Branch: perl
60370            ! cop.h dosish.h ext/SDBM_File/sdbm/sdbm.h iperlsys.h op.c
60371            ! perl.h regcomp.c
60372 ____________________________________________________________________________
60373 [ 21432] By: rgs                                   on 2003/10/09  11:09:24
60374         Log: Suppress the test file t/op/nothr5005.t and integrate its tests into
60375              t/op/args.t, now that 5005threads have been removed. Port t/op/args.t
60376              to t/test.pl.
60377      Branch: perl
60378            - t/op/nothr5005.t
60379            ! MANIFEST t/op/args.t
60380 ____________________________________________________________________________
60381 [ 21431] By: rgs                                   on 2003/10/09  11:06:15
60382         Log: Document the behaviour of filetest operators regarding parentheses.
60383              This fixes bug #24127 (by documenting it as a feature.)
60384      Branch: perl
60385            ! pod/perlop.pod
60386 ____________________________________________________________________________
60387 [ 21430] By: ams                                   on 2003/10/09  07:55:34
60388         Log: Subject: [PATCH 5.8.1 CORE] Internal fixes to source-code coordinate
60389              calculations in regcomp.c
60390              From: Eric Promislow <ericp@ActiveState.com>
60391              Date: Wed, 8 Oct 2003 17:42:42 -0700
60392              Message-Id: <20031008174242.A17544@ActiveState.com>
60393      Branch: perl
60394            ! regcomp.c
60395 ____________________________________________________________________________
60396 [ 21429] By: ams                                   on 2003/10/09  07:43:56
60397         Log: Patch based on:
60398
60399              Subject: [perl #24157] -MModule=} is broken
60400              From: "Lukas Mai" (via RT) <perlbug-followup@perl.org>
60401              Date: 7 Oct 2003 21:47:43 -0000
60402              Message-Id: <rt-24157-65809.10.9980909617566@rt.perl.org>
60403
60404              (Includes a fix for a similar problem in -A, but not -d.)
60405      Branch: perl
60406            ! perl.c
60407 ____________________________________________________________________________
60408 [ 21428] By: ams                                   on 2003/10/09  02:32:07
60409         Log: Subject: [PATCH] Devel::PPPort is missing an aTHX when calling
60410              grok_numeric_radix()
60411              From: Jan Dubois <jand@ActiveState.com>
60412              Date: Wed, 08 Oct 2003 20:37:42 -0700
60413              Message-Id: <8kl9ov0932qo08o24uafuc9v77clrgnoe4@4ax.com>
60414      Branch: perl
60415            ! ext/Devel/PPPort/PPPort.pm
60416 ____________________________________________________________________________
60417 [ 21427] By: ams                                   on 2003/10/09  01:36:18
60418         Log: Subject: Re: require patch breaks locale
60419              From: Rick Delaney <rick@bort.ca>
60420              Date: Wed, 8 Oct 2003 22:41:55 -0400
60421              Message-Id: <20031008224155.A14638@biff.bort.ca>
60422      Branch: perl
60423            ! t/comp/require.t
60424 ____________________________________________________________________________
60425 [ 21426] By: ams                                   on 2003/10/09  01:26:57
60426         Log: Subject: Re: Simple @INC hook core dump [PATCH]
60427              From: Gisle Aas <gisle@ActiveState.com>
60428              Date: 08 Oct 2003 13:35:28 -0700
60429              Message-Id: <lrr81ncvsf.fsf@caliper.activestate.com>
60430      Branch: perl
60431            ! t/op/inccode.t
60432 ____________________________________________________________________________
60433 [ 21425] By: rgs                                   on 2003/10/08  11:34:17
60434         Log: Fix bug #24108: Goto +foo broken
60435              the fix having been suggested by xmath via Juerd.
60436      Branch: perl
60437            ! op.c t/op/goto.t
60438 ____________________________________________________________________________
60439 [ 21424] By: rgs                                   on 2003/10/08  11:16:58
60440         Log: Subject: Re: Simple @INC hook core dump [PATCH]
60441              From: Gisle Aas <gisle@ActiveState.com>
60442              Date: 08 Oct 2003 04:47:33 -0700
60443              Message-ID: <lrllrweysq.fsf_-_@caliper.activestate.com>
60444      Branch: perl
60445            ! pp_ctl.c
60446 ____________________________________________________________________________
60447 [ 21423] By: ams                                   on 2003/10/08  10:09:41
60448         Log: Subject: [PATCH pod/perlrun.pod] Layout & POD nit.
60449              From: Abigail <abigail@abigail.nl>
60450              Date: Wed, 8 Oct 2003 03:50:49 -0700
60451              Message-Id: <20031008105049.GA15770@ucan.foad.org>
60452      Branch: perl
60453            ! pod/perlrun.pod
60454 ____________________________________________________________________________
60455 [ 21422] By: ams                                   on 2003/10/08  06:13:07
60456         Log: "Are implicit undefs true?" asks Gisle.
60457      Branch: perl
60458            ! pod/perlsyn.pod
60459 ____________________________________________________________________________
60460 [ 21421] By: ams                                   on 2003/10/08  03:20:00
60461         Log: Subject: Re: [PATCH] perlop.pod Revamp - revision 4
60462              From: schwern@pobox.com
60463              Date: Tue, 7 Oct 2003 20:39:36 -0700
60464              Message-Id: <20031007203936.X4301@ttul.org>
60465
60466              (Originally from Shlomi Fish. Applied with tweaks.)
60467      Branch: perl
60468            ! pod/perlop.pod
60469 ____________________________________________________________________________
60470 [ 21420] By: ams                                   on 2003/10/07  19:51:35
60471         Log: Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton),
60472              sv.c (Tim Bunce), t/op/pow.t (John P. Linderman).
60473      Branch: perl
60474            ! pod/perlsyn.pod sv.c t/op/pow.t
60475 ____________________________________________________________________________
60476 [ 21419] By: ams                                   on 2003/10/07  04:03:34
60477         Log: Why should -3**$x be more precisely determined than 3**$x?
60478      Branch: perl
60479            ! t/op/pow.t
60480 ____________________________________________________________________________
60481 [ 21418] By: ams                                   on 2003/10/07  03:59:38
60482         Log: Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness
60483              From: schwern@pobox.com
60484              Date: Mon, 6 Oct 2003 13:14:36 -0700
60485              Message-Id: <20031006131436.G20960@ttul.org>
60486      Branch: perl
60487            ! lib/UNIVERSAL.pm t/op/universal.t
60488 ____________________________________________________________________________
60489 [ 21417] By: ams                                   on 2003/10/07  03:55:18
60490         Log: Update perlfunc/require to describe NXDOMAIN caching... er, you
60491              know what I mean.
60492      Branch: perl
60493            ! pod/perlfunc.pod
60494 ____________________________________________________________________________
60495 [ 21416] By: ams                                   on 2003/10/07  03:37:01
60496         Log: Subject: [patch sv.c] improve "...free unref scalar" warning
60497              From: Stas Bekman <stas@stason.org>
60498              Date: Mon, 06 Oct 2003 21:19:53 -0700
60499              Message-Id: <3F823EE9.4030103@stason.org>
60500      Branch: perl
60501            ! sv.c
60502 ____________________________________________________________________________
60503 [ 21415] By: ams                                   on 2003/10/06  17:30:31
60504         Log: Subject: [PATCH bleadperl] (was Re: require() does not behave aas documented)
60505              From: Rick Delaney <rick@bort.ca>
60506              Date: Tue, 23 Sep 2003 12:14:52 -0400
60507              Message-ID: <20030923121452.G18845@biff.bort.ca>
60508      Branch: perl
60509            ! pp_ctl.c t/comp/require.t
60510 ____________________________________________________________________________
60511 [ 21414] By: rgs                                   on 2003/10/06  15:23:01
60512         Log: Subject: Re: [PATCH lib/warnings.t]  Adding TODO functionality to lib/warnings.
60513              From: Abigail <abigail@abigail.nl>
60514              Date: Wed, 1 Oct 2003 14:19:43 +0200
60515              Message-ID: <20031001121943.GA29419@abigail.nl>
60516      Branch: perl
60517            ! lib/warnings.t
60518 ____________________________________________________________________________
60519 [ 21413] By: rgs                                   on 2003/10/06  15:05:32
60520         Log: Fixes in the modules maintainers list.
60521      Branch: perl
60522            ! Porting/Maintainers.pl
60523 ____________________________________________________________________________
60524 [ 21412] By: rgs                                   on 2003/10/06  15:02:42
60525         Log: Fix broken link in perltodo.pod.
60526      Branch: perl
60527            ! pod/perltodo.pod
60528 ____________________________________________________________________________
60529 [ 21411] By: rgs                                   on 2003/10/06  12:11:10
60530         Log: Typos in perldiag.
60531      Branch: perl
60532            ! pod/perldiag.pod
60533 ____________________________________________________________________________
60534 [ 21410] By: rgs                                   on 2003/10/06  11:55:52
60535         Log: Subject: Re: [doc-PATCH] for unpack_str() and question
60536              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
60537              Date: Mon, 6 Oct 2003 08:45:29 +0200
60538              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4>
60539      Branch: perl
60540            ! pod/perlapi.pod pp_pack.c
60541 ____________________________________________________________________________
60542 [ 21409] By: rgs                                   on 2003/10/06  11:49:55
60543         Log: Subject: [PATCH pod/perlfunc.pod]  ref can return false on references
60544              From: Abigail <abigail@abigail.nl>
60545              Date: Mon, 6 Oct 2003 05:55:21 -0700
60546              Message-ID: <20031006125521.GA26446@ucan.foad.org>
60547      Branch: perl
60548            ! pod/perlfunc.pod
60549 ____________________________________________________________________________
60550 [ 21408] By: rgs                                   on 2003/10/06  11:46:14
60551         Log: Add a new option --check to Porting/Maintainers,
60552              to check for files who are listed for several maintainers.
60553      Branch: perl
60554            ! Porting/Maintainers.pm
60555 ____________________________________________________________________________
60556 [ 21407] By: rgs                                   on 2003/10/06  11:44:33
60557         Log: Subject: [PATCH]Re: The META.yml file in bleadperl
60558              From: Fergal Daly <fergal@esatclear.ie>
60559              Date: Mon, 6 Oct 2003 00:25:29 +0100
60560              Message-Id: <200310060025.29122.fergal@esatclear.ie>
60561
60562              Plus regeneration of META.yml
60563      Branch: perl
60564            ! META.yml Porting/makemeta
60565 ____________________________________________________________________________
60566 [ 21406] By: ams                                   on 2003/10/06  04:22:11
60567         Log: Subject: Re: [perl #24076] "<> err EXPR" and warnings.
60568              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
60569              Date: Sun, 5 Oct 2003 21:27:54 +0200
60570              Message-Id: <20031005212754.5ef54472.rgarciasuarez@free.fr>
60571              (Applied with tweaks to op.c and a comment.)
60572      Branch: perl
60573            ! op.c t/lib/warnings/op
60574 ____________________________________________________________________________
60575 [ 21405] By: ams                                   on 2003/10/06  03:56:54
60576         Log: Subject: Re: [PATCH] perlsyn.pod Revision - Resend
60577              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
60578              Date: Fri, 3 Oct 2003 12:34:46 +0200 (IST)
60579              Message-Id: <Pine.LNX.4.56.0310031233580.28640@vipe.technion.ac.il>
60580              (Applied with minor tweaks.)
60581      Branch: perl
60582            ! pod/perlsyn.pod
60583 ____________________________________________________________________________
60584 [ 21404] By: ams                                   on 2003/10/06  03:32:50
60585         Log: Subject: [perl #24120] Tie::Hash documentation has broken code
60586              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
60587              Date: 5 Oct 2003 18:40:36 -0000
60588              Message-Id: <rt-24120-65664.15.9776865968429@rt.perl.org>
60589              (Applied without $VERSION update.)
60590      Branch: perl
60591            ! lib/Tie/Hash.pm
60592 ____________________________________________________________________________
60593 [ 21403] By: ams                                   on 2003/10/06  03:26:39
60594         Log: Subject: Re: [PATCH] [perl #24113] mistake in perlretut
60595              From: Robert Spier <rspier@pobox.com>
60596              Date: Sun, 05 Oct 2003 21:34:30 -0700
60597              Message-Id: <m3vfr39e7d.wl_rspier@pobox.com>
60598      Branch: perl
60599            ! pod/perlretut.pod
60600 ____________________________________________________________________________
60601 [ 21402] By: ams                                   on 2003/10/05  03:08:53
60602         Log: Subject: [PATCH] pp_sys.c: pp_waitpid and EINTR
60603              From: Steve Grazzini <grazz@pobox.com>
60604              Date: Sat, 4 Oct 2003 18:15:23 -0400
60605              Message-Id: <20031004221523.GA29324@grazzini.net>
60606      Branch: perl
60607            ! pp_sys.c
60608 ____________________________________________________________________________
60609 [ 21401] By: ams                                   on 2003/10/02  17:25:34
60610         Log: Subject: Re: 5.8.1 and srand
60611              From: Slaven Rezic <slaven@rezic.de>
60612              Date: Thu, 2 Oct 2003 15:51:11 +0000
60613              Message-Id: <1065109871.3115@devpc01.iconmobile.de>
60614      Branch: perl
60615            ! t/op/fork.t
60616 ____________________________________________________________________________
60617 [ 21400] By: hv                                    on 2003/10/02  09:34:36
60618         Log: minor cleanup for Changes
60619      Branch: perl
60620            ! Changes
60621 ____________________________________________________________________________
60622 [ 21399] By: hv                                    on 2003/10/02  09:18:27
60623         Log: Update changes
60624      Branch: perl
60625            ! Changes patchlevel.h
60626 ____________________________________________________________________________
60627 [ 21398] By: hv                                    on 2003/10/02  09:15:42
60628         Log: build perlapi.pod in deterministic order even when functions differ
60629              only in case; regen perlapi.pod
60630      Branch: perl
60631            ! autodoc.pl pod/perlapi.pod
60632 ____________________________________________________________________________
60633 [ 21397] By: ams                                   on 2003/10/02  07:48:51
60634         Log: Subject: Re: 5.8.1 and srand
60635              From: Brendan O'Dea <bod@debian.org>
60636              Date: Thu, 2 Oct 2003 10:30:36 +1000
60637              Message-Id: <20031002003036.GA9198@londo.c47.org>
60638      Branch: perl
60639            ! util.c
60640 ____________________________________________________________________________
60641 [ 21396] By: ams                                   on 2003/10/01  22:18:13
60642         Log: Update Changes.
60643      Branch: perl
60644            ! Changes patchlevel.h
60645 ____________________________________________________________________________
60646 [ 21394] By: ams                                   on 2003/10/01  20:28:20
60647         Log: Subject: misapplied patch 19452
60648              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
60649              Date: Tue, 30 Sep 2003 06:01:50 -0700
60650              Message-Id: <20030930130150.GA1436@efn.org>
60651      Branch: perl
60652            ! pp_hot.c
60653 ____________________________________________________________________________
60654 [ 21392] By: rgs                                   on 2003/09/30  20:22:02
60655         Log: Revamp the section on local() in perlsub.
60656              - avoid using the word "declare" in conjunction with local()
60657              - less archaelogical references
60658              - more about localization of lvalues
60659              - removes examples of localization of tied hashes that don't work
60660              - give titles to subsections
60661              - explain localization of magic values
60662              - explain localization of globs
60663              - fix link to perldelta
60664      Branch: perl
60665            ! pod/perlsub.pod
60666 ____________________________________________________________________________
60667 [ 21391] By: rgs                                   on 2003/09/30  12:47:13
60668         Log: Useless "local $_" in a perlfaq3 example
60669      Branch: perl
60670            ! pod/perlfaq3.pod
60671 ____________________________________________________________________________
60672 [ 21390] By: rgs                                   on 2003/09/30  11:29:17
60673         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
60674              From: grommel@sears.com
60675              Date: Mon, 29 Sep 2003 14:45:16 -0500
60676              Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain>
60677      Branch: perl
60678            ! hints/svr4.sh t/op/pack.t
60679 ____________________________________________________________________________
60680 [ 21389] By: rgs                                   on 2003/09/30  11:06:53
60681         Log: Add a TODO test for bug #23790, by Abigail
60682      Branch: perl
60683            ! t/op/sub_lval.t
60684 ____________________________________________________________________________
60685 [ 21388] By: rgs                                   on 2003/09/30  10:52:50
60686         Log: Subject: [PATCH] Re: [perl #24071] Typo in description of binmode
60687              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
60688              Date: Tue, 30 Sep 2003 04:53:02 -0700
60689              Message-ID: <20030930115302.GA3200@efn.org>
60690      Branch: perl
60691            ! pod/perlfunc.pod
60692 ____________________________________________________________________________
60693 [ 21387] By: rgs                                   on 2003/09/29  12:47:37
60694         Log: Subject: [PATCH] perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
60695              From: Tom Horsley <Tom.Horsley@ccur.com>
60696              Date: Mon, 29 Sep 2003 13:00:09 GMT
60697              Message-Id: <200309291300.NAA23856@amber2.ccur.com>
60698      Branch: perl
60699            ! ext/Sys/Syslog/t/syslog.t hints/powerux.sh
60700 ____________________________________________________________________________
60701 [ 21386] By: rgs                                   on 2003/09/29  11:14:27
60702         Log: Subject: [PATCH 5.8.1] Fix broken splitpod program
60703              From: Steve Hay <steve.hay@uk.radan.com>
60704              Date: Mon, 29 Sep 2003 11:50:23 +0100
60705              Message-ID: <3F780E6F.3020704@uk.radan.com>
60706      Branch: perl
60707            ! pod/splitpod
60708 ____________________________________________________________________________
60709 [ 21385] By: rgs                                   on 2003/09/29  11:09:32
60710         Log: Subject: [PATCH 5.8.1] pod/perlrun.pod: no space after -i allowed
60711              From: Brendan O'Dea <bod@debian.org>
60712              Date: Sun, 28 Sep 2003 23:23:34 +1000
60713              Message-ID: <20030928132334.GA29499@londo.c47.org>
60714      Branch: perl
60715            ! pod/perlrun.pod
60716 ____________________________________________________________________________
60717 [ 21384] By: rgs                                   on 2003/09/26  20:39:19
60718         Log: Nit to the maintainers list by SADAHIRO Tomoyuki
60719      Branch: perl
60720            ! Porting/Maintainers.pl
60721 ____________________________________________________________________________
60722 [ 21383] By: jhi                                   on 2003/09/26  04:41:17
60723         Log: Missing +x bits.
60724      Branch: perl
60725            ! Porting/makerel
60726 ____________________________________________________________________________
60727 [ 21382] By: rgs                                   on 2003/09/25  19:40:50
60728         Log: Update the perldelta for 5.9.0.
60729      Branch: perl
60730            ! pod/perldelta.pod
60731 ____________________________________________________________________________
60732 [ 21381] By: rgs                                   on 2003/09/25  19:02:12
60733         Log: Add the perl581delta manpage.
60734              Regenerate the table of contents.
60735      Branch: perl
60736            + pod/perl581delta.pod
60737            ! MANIFEST pod.lst pod/perl.pod pod/perlhist.pod pod/perltoc.pod
60738            ! vms/descrip_mms.template win32/pod.mak
60739 ____________________________________________________________________________
60740 [ 21380] By: rgs                                   on 2003/09/25  18:36:45
60741         Log: Update perlhist.pod
60742      Branch: perl
60743            ! pod/perlhist.pod
60744 ____________________________________________________________________________
60745 [ 21372] By: gbarr                                 on 2003/09/25  07:35:24
60746         Log: Sync with libnet 1.17
60747      Branch: perl
60748            ! lib/Net/ChangeLog.libnet lib/Net/Domain.pm lib/Net/FTP.pm
60749 ____________________________________________________________________________
60750 [ 21371] By: gbarr                                 on 2003/09/25  06:57:35
60751         Log: Update to Scalar-List-Utils 1.13
60752      Branch: perl
60753            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
60754            ! ext/List/Util/lib/List/Util.pm
60755            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t
60756 ____________________________________________________________________________
60757 [ 21370] By: jhi                                   on 2003/09/25  06:45:42
60758         Log: CPAN sites update.
60759      Branch: perl
60760            ! pod/perlmodlib.PL
60761 ____________________________________________________________________________
60762 [ 21369] By: jhi                                   on 2003/09/25  05:22:48
60763         Log: Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98)
60764              From: Greg Matheson <lang@ms.chinmin.edu.tw>
60765              Date: Wed, 24 Sep 2003 22:51:09 +0800
60766              Message-ID: <20030924225109.A17126@ms>
60767
60768              (Win98 + MinGW, a missing Win95.pm hunk)
60769      Branch: perl
60770            ! lib/ExtUtils/MM_Win95.pm
60771 ____________________________________________________________________________
60772 [ 21365] By: jhi                                   on 2003/09/25  04:44:05
60773         Log: AUTHORS tweak.
60774      Branch: perl
60775            ! AUTHORS
60776 ____________________________________________________________________________
60777 [ 21361] By: jhi                                   on 2003/09/24  17:40:42
60778         Log: Even though undefing SPACE and FORMAT should be safe,
60779              at this point I'm choosing to be paranoid and using
60780              #ifdef __Lynx__.
60781      Branch: perl
60782            ! perl.h
60783 ____________________________________________________________________________
60784 [ 21360] By: jhi                                   on 2003/09/24  17:30:07
60785         Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
60786              From: Olli Savia (via RT) <perlbug-followup@perl.org>
60787              Date: 24 Sep 2003 15:42:41 -0000
60788              Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
60789      Branch: perl
60790            ! mg.c perl.h perlio.c pp_sys.c
60791 ____________________________________________________________________________
60792 [ 21356] By: jhi                                   on 2003/09/24  08:27:52
60793         Log: Subject: [DOCPATCH] attributes.pm
60794              From: Elizabeth Mattijsen <liz@dijkmat.nl>
60795              Date: Wed, 24 Sep 2003 11:00:42 +0200
60796              Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>
60797
60798              (reformatted a bit)
60799      Branch: perl
60800            ! lib/attributes.pm
60801 ____________________________________________________________________________
60802 [ 21354] By: jhi                                   on 2003/09/24  07:25:48
60803         Log: A fix from Graham for
60804              [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz
60805              (seemingly a NV casting issue)
60806      Branch: perl
60807            ! ext/List/Util/Util.xs
60808 ____________________________________________________________________________
60809 [ 21353] By: jhi                                   on 2003/09/24  05:05:39
60810         Log: Someone actually reads the Makefile.PL messages, it seems.
60811              (from Jonathan Leffler)
60812      Branch: perl
60813            ! ext/Time/HiRes/Makefile.PL
60814 ____________________________________________________________________________
60815 [ 21351] By: jhi                                   on 2003/09/24  04:54:33
60816         Log: perliol tweaks.
60817      Branch: perl
60818            ! pod/perliol.pod
60819 ____________________________________________________________________________
60820 [ 21349] By: rgs                                   on 2003/09/23  22:09:57
60821         Log: The FAQ answer about POD comments was incorrect. [perl #23893]
60822              (plus a few typos.)
60823      Branch: perl
60824            ! pod/perlfaq7.pod pod/perlpodspec.pod
60825 ____________________________________________________________________________
60826 [ 21348] By: rgs                                   on 2003/09/23  21:56:50
60827         Log: Subject: [PATCH] perlvar
60828              From: Juerd <juerd@convolution.nl>
60829              Date: Sun, 21 Sep 2003 21:40:54 +0200
60830              Message-ID: <20030921194054.GD14702@c3.convolution.nl>
60831      Branch: perl
60832            ! pod/perlvar.pod
60833 ____________________________________________________________________________
60834 [ 21344] By: jhi                                   on 2003/09/23  19:33:45
60835         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
60836              From: grommel@sears.com
60837              Date: Tue, 23 Sep 2003 13:40:33 -0500
60838              Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain>
60839      Branch: perl
60840            ! hints/svr4.sh t/op/stat.t
60841 ____________________________________________________________________________
60842 [ 21343] By: jhi                                   on 2003/09/23  19:26:06
60843         Log: Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease)
60844              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
60845              Date: Tue, 23 Sep 2003 09:13:55 -0700
60846              Message-ID: <20030923161354.GA2432@efn.org>
60847      Branch: perl
60848            ! INSTALL
60849 ____________________________________________________________________________
60850 [ 21342] By: rgs                                   on 2003/09/23  19:12:58
60851         Log: Minor nit in a debug message of the tokenizer.
60852      Branch: perl
60853            ! toke.c
60854 ____________________________________________________________________________
60855 [ 21340] By: jhi                                   on 2003/09/23  12:33:53
60856         Log: Let's call it 2.34, already (from Johan).
60857      Branch: perl
60858            ! lib/Getopt/Long.pm
60859 ____________________________________________________________________________
60860 [ 21339] By: jhi                                   on 2003/09/23  12:31:08
60861         Log: Subject: Re: [PATCH] RC5 and Intel's ICC
60862              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
60863              Date: Tue, 23 Sep 2003 15:04:35 +0200
60864              Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2>
60865
60866              (add -we147 to ccflags if cc = ICC so that prototype
60867              detection works right)
60868      Branch: perl
60869            ! hints/linux.sh
60870 ____________________________________________________________________________
60871 [ 21338] By: jhi                                   on 2003/09/23  12:02:28
60872         Log: Bump the Encode version to 1.9801 since we are no more identical
60873              to the CPAN version.
60874      Branch: perl
60875            ! ext/Encode/Encode.pm
60876 ____________________________________________________________________________
60877 [ 21332] By: jhi                                   on 2003/09/23  09:17:32
60878         Log: ucmlintage.
60879      Branch: perl
60880            ! ext/Encode/ucm/gsm0338.ucm
60881 ____________________________________________________________________________
60882 [ 21331] By: jhi                                   on 2003/09/23  09:11:23
60883         Log: GSM 03.38 mapping in Encoding::Byte is incorrect
60884
60885              Fix as much as possible - the specification is still
60886              a bit unclear.
60887      Branch: perl
60888            + ext/Encode/t/gsm0338.t
60889            ! MANIFEST ext/Encode/MANIFEST
60890            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/gsm0338.ucm
60891 ____________________________________________________________________________
60892 [ 21329] By: jhi                                   on 2003/09/23  06:10:28
60893         Log: Subject: [PATCH] Re: B::Deparse fails in pure_string()
60894              From: Stephen McCamant <smcc@MIT.EDU>
60895              Date: Mon, 22 Sep 2003 20:53:57 -0700
60896              Message-ID: <16239.50133.367465.947398@famine.OCF.Berkeley.EDU>
60897      Branch: perl
60898            ! ext/B/B/Deparse.pm
60899 ____________________________________________________________________________
60900 [ 21327] By: jhi                                   on 2003/09/23  04:51:15
60901         Log: Subject: [PATCH] RC5 and Intel's ICC
60902              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
60903              Date: Mon, 22 Sep 2003 22:52:40 +0200
60904              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
60905
60906              (the missing void return type)
60907      Branch: perl
60908            ! ext/threads/shared/shared.xs
60909 ____________________________________________________________________________
60910 [ 21326] By: jhi                                   on 2003/09/23  04:46:48
60911         Log: Subject: [PATCH] RC5 and Intel's ICC
60912              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
60913              Date: Mon, 22 Sep 2003 22:52:40 +0200
60914              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
60915
60916              (the attribute part)
60917      Branch: perl
60918            ! ext/Devel/PPPort/PPPort.pm perl.h
60919 ____________________________________________________________________________
60920 [ 21325] By: jhi                                   on 2003/09/23  04:43:29
60921         Log: Stray CRs noticed by Jan Dubois.
60922      Branch: perl
60923            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/t/MM_Win32.t
60924 ____________________________________________________________________________
60925 [ 21324] By: jhi                                   on 2003/09/23  04:40:19
60926         Log: The RCs have been missing CRs from certain files because
60927              not all shells can handle multiline arguments right.
60928      Branch: perl
60929            ! Porting/makerel
60930 ____________________________________________________________________________
60931 [ 21323] By: rgs                                   on 2003/09/22  20:31:19
60932         Log: When localising a magic value, propagate the readonly flag
60933              only if this scalar has \0 magic or has magic without a
60934              'set' method. (follows change #20479 for bug #23141.)
60935      Branch: perl
60936            ! scope.c t/op/local.t
60937 ____________________________________________________________________________
60938 [ 21319] By: jhi                                   on 2003/09/22  18:16:40
60939         Log: An error message need not be a novel.
60940      Branch: perl
60941            ! pod/perldiag.pod pp_hot.c
60942 ____________________________________________________________________________
60943 [ 21318] By: jhi                                   on 2003/09/22  17:45:23
60944         Log: Upgrade to Math::BigInt 1.66.
60945      Branch: perl
60946            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
60947            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
60948            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
60949            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
60950            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
60951 ____________________________________________________________________________
60952 [ 21311] By: jhi                                   on 2003/09/22  08:49:24
60953         Log: Some more perlio doc tweaks based on NI-S.
60954      Branch: perl
60955            ! pod/perliol.pod
60956 ____________________________________________________________________________
60957 [ 21305] By: jhi                                   on 2003/09/22  05:59:54
60958         Log: Upgrade to Time::HiRes 1.51.
60959      Branch: perl
60960            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
60961 ____________________________________________________________________________
60962 [ 21303] By: jhi                                   on 2003/09/22  04:37:21
60963         Log: Upgrade to Getopt::Long 2.33_03.
60964      Branch: perl
60965            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
60966 ____________________________________________________________________________
60967 [ 21302] By: jhi                                   on 2003/09/22  04:28:57
60968         Log: CPAN.pm 1.76_01 from Andreas.
60969      Branch: perl
60970            ! lib/CPAN.pm
60971 ____________________________________________________________________________
60972 [ 21299] By: jhi                                   on 2003/09/21  09:23:17
60973         Log: Regen toc.
60974      Branch: perl
60975            ! pod/perltoc.pod
60976 ____________________________________________________________________________
60977 [ 21298] By: jhi                                   on 2003/09/21  09:22:57
60978         Log: Handle also the curliffy files when tocing.
60979      Branch: perl
60980            ! pod/buildtoc
60981 ____________________________________________________________________________
60982 [ 21297] By: jhi                                   on 2003/09/21  08:50:22
60983         Log: Macrofy the compile/runtime test.
60984      Branch: perl
60985            ! cop.h gv.c perl.h pp_ctl.c regcomp.c sv.c utf8.c
60986 ____________________________________________________________________________
60987 [ 21296] By: jhi                                   on 2003/09/21  08:47:32
60988         Log: Tweak the section name to agree with the change #21295.
60989      Branch: perl
60990            ! lib/PerlIO.pm
60991 ____________________________________________________________________________
60992 [ 21295] By: jhi                                   on 2003/09/21  08:44:52
60993         Log: One obvious place to look for PerlIO implementations.
60994      Branch: perl
60995            ! pod/perliol.pod
60996 ____________________________________________________________________________
60997 [ 21294] By: jhi                                   on 2003/09/21  08:15:52
60998         Log: Subject: [PATCH #2] Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t
60999              From: Dave Mitchell <davem@fdgroup.com>
61000              Date: Fri, 19 Sep 2003 19:35:44 +0100
61001              Message-ID: <20030919183544.GA14563@fdgroup.com>
61002      Branch: perl
61003            ! pp_ctl.c
61004 ____________________________________________________________________________
61005 [ 21293] By: jhi                                   on 2003/09/21  08:13:58
61006         Log: More PerlIO documentation.
61007      Branch: perl
61008            ! lib/PerlIO.pm pod/perliol.pod
61009 ____________________________________________________________________________
61010 [ 21292] By: jhi                                   on 2003/09/20  18:44:07
61011         Log: Retract #21273, #21264, and #21263 as requested by Schwern.
61012              (The real bug was mp2 being too "friendly" with MM innards.)
61013      Branch: perl
61014            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
61015            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
61016 ____________________________________________________________________________
61017 [ 21291] By: jhi                                   on 2003/09/20  18:37:33
61018         Log: In FreeBSD allow one to try using Perl's malloc with threads.
61019      Branch: perl
61020            ! hints/freebsd.sh
61021 ____________________________________________________________________________
61022 [ 21290] By: rgs                                   on 2003/09/20  10:05:38
61023         Log: Missing perlfaq chunk.
61024      Branch: perl
61025            ! pod/perlfaq4.pod
61026 ____________________________________________________________________________
61027 [ 21289] By: rgs                                   on 2003/09/20  10:00:12
61028         Log: FAQ sync.
61029      Branch: perl
61030            ! pod/perlfaq4.pod
61031 ____________________________________________________________________________
61032 [ 21288] By: jhi                                   on 2003/09/19  14:49:20
61033         Log: Subject: typo fixo
61034              From: Vadim Konovalov <konovalo@mail.wplus.net>
61035              Date: Fri, 19 Sep 2003 06:32:08 +0400
61036              Message-ID: <4538131828.20030919063208@mail.wplus.net>
61037      Branch: perl
61038            ! pod/perlunicode.pod
61039 ____________________________________________________________________________
61040 [ 21286] By: jhi                                   on 2003/09/19  04:48:52
61041         Log: Subject: [PATCH 5.8.1 @21211] getsysinfo() broken on OS/2
61042              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
61043              Date: Thu, 18 Sep 2003 19:01:06 -0700
61044              Message-ID: <20030919020106.GA22511@math.berkeley.edu>
61045      Branch: perl
61046            ! os2/os2.c
61047 ____________________________________________________________________________
61048 [ 21285] By: jhi                                   on 2003/09/19  04:46:39
61049         Log: Tests for change #21284.
61050      Branch: perl
61051            ! lib/dumpvar.t
61052 ____________________________________________________________________________
61053 [ 21284] By: jhi                                   on 2003/09/19  04:46:12
61054         Log: Subject: [PATCH 5.8.1 @21211] dumpvar.pl broken
61055              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
61056              Date: Thu, 18 Sep 2003 18:58:59 -0700
61057              Message-ID: <20030919015858.GA22503@math.berkeley.edu>
61058      Branch: perl
61059            ! lib/dumpvar.pl
61060 ____________________________________________________________________________
61061 [ 21283] By: rgs                                   on 2003/09/18  21:29:23
61062         Log: Perlfaq nits from Iain Truskett.
61063              (from the perlfaq-workers list)
61064      Branch: perl
61065            ! pod/perlfaq2.pod pod/perlfaq4.pod pod/perlfaq8.pod
61066 ____________________________________________________________________________
61067 [ 21282] By: rgs                                   on 2003/09/18  21:10:26
61068         Log: Integrate a change from the perlfaq CVS.
61069              I consider the bleadperl version being more up-to-date as of now.
61070      Branch: perl
61071            ! pod/perlfaq3.pod
61072 ____________________________________________________________________________
61073 [ 21277] By: jhi                                   on 2003/09/18  19:23:22
61074         Log: Subject: [PATCH 5.8.1 @21211] -M -A -C broken
61075              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
61076              Date: Thu, 18 Sep 2003 11:02:02 -0700
61077              Message-ID: <20030918180202.GA21949@math.berkeley.edu>
61078
61079              (use stat.t instead of time.t)
61080      Branch: perl
61081            ! os2/os2ish.h pp_sys.c t/op/stat.t
61082 ____________________________________________________________________________
61083 [ 21276] By: jhi                                   on 2003/09/18  19:15:07
61084         Log: Subject: Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults
61085              From: Rick Delaney <rick.delaney@rogers.com>
61086              Date: Wed, 1 Jan 2003 22:54:59 -0500
61087              Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com>
61088
61089              (Pity the first patch fell through the cracks back then.
61090              Not that forbidding non-object copy constructors is the right
61091              thing to do but the bug could use fixing.)
61092      Branch: perl
61093            ! lib/overload.t pp.h
61094 ____________________________________________________________________________
61095 [ 21274] By: jhi                                   on 2003/09/18  10:59:58
61096         Log: Subject: [PATCH] small fix for Devel::PPPort
61097              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
61098              Date: Thu, 18 Sep 2003 10:14:58 +0200
61099              Message-id: <20030918081458.GA2653@ethan>
61100      Branch: perl
61101            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
61102 ____________________________________________________________________________
61103 [ 21273] By: jhi                                   on 2003/09/18  10:57:41
61104         Log: ld has many guises.
61105      Branch: perl
61106            ! lib/ExtUtils/t/MM_Unix.t
61107 ____________________________________________________________________________
61108 [ 21271] By: jhi                                   on 2003/09/18  08:05:28
61109         Log: Missed OS/2 patch hunk.
61110      Branch: perl
61111            ! os2/os2.c
61112 ____________________________________________________________________________
61113 [ 21270] By: jhi                                   on 2003/09/18  05:00:23
61114         Log: Subject: Patch for VMS::Filespec
61115              From: Ken Williams <ken@mathforum.org>
61116              Date: Wed, 17 Sep 2003 20:11:46 -0500
61117              Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org>
61118      Branch: perl
61119            ! vms/ext/Filespec.pm
61120 ____________________________________________________________________________
61121 [ 21268] By: jhi                                   on 2003/09/18  04:58:05
61122         Log: Subject: 5.8.1 warnings when long double == double
61123              From: Andy Dougherty <doughera@lafayette.edu>
61124              Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT)
61125              Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu>
61126              (the changed message)
61127      Branch: perl
61128            ! Configure
61129 ____________________________________________________________________________
61130 [ 21267] By: jhi                                   on 2003/09/18  04:54:16
61131         Log: Patch from Enache Adrian for the new tricks of gcc 3.4
61132              for "is this symbol defined" scanning of Configure.
61133      Branch: perl
61134            ! Configure
61135 ____________________________________________________________________________
61136 [ 21266] By: jhi                                   on 2003/09/18  04:29:55
61137         Log: Make it possible to override the mistrustnm hint in Solaris.
61138      Branch: perl
61139            ! hints/solaris_2.sh
61140 ____________________________________________________________________________
61141 [ 21264] By: jhi                                   on 2003/09/17  21:01:36
61142         Log: A potential fix for non-empty LD in Unix.
61143      Branch: perl
61144            ! lib/ExtUtils/t/MM_Unix.t
61145 ____________________________________________________________________________
61146 [ 21263] By: jhi                                   on 2003/09/17  14:09:50
61147         Log: Subject: RE: MM in maint@21251 breaks mp2
61148              From: "Orton, Yves" <yves.orton@de.mci.com>
61149              Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2>
61150              Date: Wed, 17 Sep 2003 15:47:35 +0100
61151      Branch: perl
61152            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
61153            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
61154 ____________________________________________________________________________
61155 [ 21261] By: jhi                                   on 2003/09/17  09:33:39
61156         Log: The AIX C product potentially consists of several packages,
61157              the main package being (hopefully) the first one.
61158      Branch: perl
61159            ! hints/aix.sh
61160 ____________________________________________________________________________
61161 [ 21260] By: jhi                                   on 2003/09/17  07:52:03
61162         Log: Fix Solaris ccversion not having the cc version.
61163      Branch: perl
61164            ! hints/solaris_2.sh
61165 ____________________________________________________________________________
61166 [ 21259] By: jhi                                   on 2003/09/17  06:02:19
61167         Log: Subject: [PATCH 5.8.1 @21211] OS/2 APIs again
61168              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
61169              Date: Tue, 16 Sep 2003 23:49:42 -0700
61170              Message-ID: <20030917064941.GA20444@math.berkeley.edu>
61171      Branch: perl
61172            ! os2/os2ish.h
61173 ____________________________________________________________________________
61174 [ 21258] By: jhi                                   on 2003/09/17  06:00:48
61175         Log: Subject: [PATCH 5.8.1 @21211] os2_process.t
61176              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
61177              Date: Tue, 16 Sep 2003 23:21:48 -0700
61178              Message-ID: <20030917062147.GA20400@math.berkeley.edu>
61179      Branch: perl
61180            ! os2/OS2/Process/t/os2_process.t
61181 ____________________________________________________________________________
61182 [ 21257] By: jhi                                   on 2003/09/17  03:53:46
61183         Log: Subject: [PATCH 5.8.1 @21211] magic.t
61184              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
61185              Date: Tue, 16 Sep 2003 19:17:57 -0700
61186              Message-ID: <20030917021757.GA20261@math.berkeley.edu>
61187      Branch: perl
61188            ! t/op/magic.t
61189 ____________________________________________________________________________
61190 [ 21253] By: jhi                                   on 2003/09/16  19:48:08
61191         Log: Subject: [DOC PATCH] Re: [perl #23779] $? and negative exit codes
61192              From: Dave Mitchell <davem@fdgroup.com>
61193              Date: Tue, 16 Sep 2003 21:56:20 +0100
61194              Message-ID: <20030916205620.GB1246@fdgroup.com>
61195      Branch: perl
61196            ! pod/perlfunc.pod
61197 ____________________________________________________________________________
61198 [ 21249] By: jhi                                   on 2003/09/16  19:10:58
61199         Log: More suggested patches for NCR MP-RAS from Andy Dougherty.
61200      Branch: perl
61201            + ext/Time/HiRes/hints/svr4.pl
61202            ! MANIFEST ext/Sys/Syslog/t/syslog.t t/op/pack.t
61203 ____________________________________________________________________________
61204 [ 21247] By: jhi                                   on 2003/09/16  18:57:34
61205         Log: Subject: Re: [perl #23791] Many errors in build under NCR MP-RAS
61206              From: Andy Dougherty <doughera@lafayette.edu>
61207              Date: Tue, 16 Sep 2003 13:47:55 -0400 (EDT)
61208              Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu>
61209      Branch: perl
61210            ! ext/POSIX/hints/svr4.pl hints/svr4.sh
61211 ____________________________________________________________________________
61212 [ 21245] By: jhi                                   on 2003/09/16  18:47:52
61213         Log: Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
61214              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
61215              Date: Wed, 4 Jun 2003 00:45:23 -0700
61216              Message-ID: <20030604074523.GA7148@math.berkeley.edu>
61217      Branch: perl
61218            ! lib/Getopt/Std.pm
61219 ____________________________________________________________________________
61220 [ 21243] By: jhi                                   on 2003/09/16  12:18:03
61221         Log: Give a concrete example of the still existing Unicode slowness.
61222      Branch: perl
61223            ! pod/perlunicode.pod
61224 ____________________________________________________________________________
61225 [ 21241] By: jhi                                   on 2003/09/16  06:38:45
61226         Log: Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
61227              use File::Spec 0.8 is unhappy.
61228      Branch: perl
61229            ! lib/File/Spec.pm
61230 ____________________________________________________________________________
61231 [ 21240] By: jhi                                   on 2003/09/16  06:34:35
61232         Log: The test is not needed, says Schwern.
61233      Branch: perl
61234            - lib/base/t/fields-560.t
61235            ! MANIFEST
61236 ____________________________________________________________________________
61237 [ 21239] By: jhi                                   on 2003/09/16  05:04:09
61238         Log: Upgrade to File::Spec 0.85_03.
61239      Branch: perl
61240            + lib/File/Spec/t/crossplatform.t
61241            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Mac.pm
61242            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
61243            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
61244            ! lib/File/Spec/t/Spec.t
61245 ____________________________________________________________________________
61246 [ 21238] By: jhi                                   on 2003/09/16  04:57:08
61247         Log: Upgrade to MakeMaker 6.17.
61248      Branch: perl
61249            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
61250            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
61251            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
61252            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
61253            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
61254            ! lib/ExtUtils/README lib/ExtUtils/t/MM_Win32.t
61255            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
61256            ! t/lib/MakeMaker/Test/Utils.pm
61257 ____________________________________________________________________________
61258 [ 21235] By: jhi                                   on 2003/09/16  04:35:34
61259         Log: Upgrade to base 2.03.
61260              (Rename the fields-5.6.0.t to have less d.o.t.s.)
61261      Branch: perl
61262            + lib/base/t/base.t lib/base/t/fields-560.t
61263            + lib/base/t/fields-base.t lib/base/t/fields.t
61264            - lib/fields-base.t lib/fields.t
61265            ! MANIFEST lib/base.pm lib/fields.pm
61266 ____________________________________________________________________________
61267 [ 21234] By: jhi                                   on 2003/09/15  19:17:03
61268         Log: Subject: Re: perl@21233 looks ok on VMS 7.3-1
61269              From: PPrymmer@factset.com
61270              Date: Mon, 15 Sep 2003 15:28:52 -0400
61271              Message-ID: <OF6F1E6CF4.9206F415-ON85256DA2.006A58F1-85256DA2.006B0330@factset.com>
61272      Branch: perl
61273            ! lib/Memoize/t/tie_sdbm.t
61274 ____________________________________________________________________________
61275 [ 21230] By: jhi                                   on 2003/09/14  17:46:52
61276         Log: Check the context of for/grep/map.
61277      Branch: perl
61278            ! t/op/grep.t
61279 ____________________________________________________________________________
61280 [ 21228] By: jhi                                   on 2003/09/14  13:40:23
61281         Log: For-non-perlio places we need STDOUT back.
61282      Branch: perl
61283            ! t/io/dup.t
61284 ____________________________________________________________________________
61285 [ 21227] By: jhi                                   on 2003/09/14  09:44:49
61286         Log: Also IRIX wants setlogsock('stream').
61287      Branch: perl
61288            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
61289 ____________________________________________________________________________
61290 [ 21224] By: jhi                                   on 2003/09/14  07:44:26
61291         Log: More portable reading.
61292      Branch: perl
61293            ! t/io/dup.t
61294 ____________________________________________________________________________
61295 [ 21222] By: jhi                                   on 2003/09/14  07:35:28
61296         Log: More dup testing.
61297      Branch: perl
61298            ! t/io/dup.t
61299 ____________________________________________________________________________
61300 [ 21220] By: jhi                                   on 2003/09/14  06:54:05
61301         Log: Use $Config{_exe}.
61302      Branch: perl
61303            ! t/run/switches.t
61304 ____________________________________________________________________________
61305 [ 21219] By: jhi                                   on 2003/09/14  06:46:26
61306         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
61307              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
61308              Date: Sat, 13 Sep 2003 20:20:30 -0700
61309              Message-ID: <20030914032030.GA17822@math.berkeley.edu>
61310      Branch: perl
61311            ! os2/os2.c t/run/switches.t
61312 ____________________________________________________________________________
61313 [ 21218] By: jhi                                   on 2003/09/14  06:45:13
61314         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
61315              From: Michael G Schwern <schwern@pobox.com>
61316              Date: Thu, 11 Sep 2003 15:07:10 -0700
61317              Message-ID: <20030911220710.GO18786@windhund.schwern.org>
61318
61319              (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted)
61320      Branch: perl
61321            ! lib/ExtUtils/t/Manifest.t
61322 ____________________________________________________________________________
61323 [ 21217] By: jhi                                   on 2003/09/14  06:42:12
61324         Log: Subject: [PATCH] PerlIO_tmpfile clean-up for VMS
61325              From: "Craig A. Berry" <craigberry@mac.com>
61326              Date: Sun, 14 Sep 2003 00:23:56 -0500
61327              Message-ID: <3F63FB6C.5040502@mac.com>
61328      Branch: perl
61329            ! perlio.c
61330 ____________________________________________________________________________
61331 [ 21214] By: jhi                                   on 2003/09/13  18:33:41
61332         Log: parse_version doesn't always succeed.
61333      Branch: perl
61334            ! Porting/cmpVERSION.pl
61335 ____________________________________________________________________________
61336 [ 21213] By: jhi                                   on 2003/09/13  18:31:41
61337         Log: pod changes, so change $VERSION.
61338      Branch: perl
61339            ! lib/Fatal.pm
61340 ____________________________________________________________________________
61341 [ 21210] By: jhi                                   on 2003/09/13  15:24:38
61342         Log: Subject: Re: unicode regex problem
61343              From: hv@crypt.org
61344              Date: Sat, 13 Sep 2003 15:21:34 +0100
61345              Message-Id: <200309131421.h8DELYx25894@zen.crypt.org>
61346      Branch: perl
61347            ! regcomp.c t/op/pat.t
61348 ____________________________________________________________________________
61349 [ 21209] By: jhi                                   on 2003/09/13  15:22:38
61350         Log: More PerlIO warnings changes.
61351      Branch: perl
61352            ! ext/PerlIO/t/fail.t t/lib/warnings/perlio
61353 ____________________________________________________________________________
61354 [ 21208] By: jhi                                   on 2003/09/13  11:15:40
61355         Log: The "perlio: " prefix looks a little odd
61356              in the few warning/error messages, since
61357              no other 'subsystems' have prefixes.
61358      Branch: perl
61359            ! perlio.c pod/perldiag.pod t/io/open.t
61360 ____________________________________________________________________________
61361 [ 21207] By: jhi                                   on 2003/09/13  10:37:30
61362         Log: Layer names were recognized by their prefixes
61363              (e.g. open(F, ":u", "file") worked...)
61364      Branch: perl
61365            ! perlio.c t/io/open.t
61366 ____________________________________________________________________________
61367 [ 21206] By: jhi                                   on 2003/09/13  10:10:46
61368         Log: Apparently at some point doing 3-arg open with
61369              illegal mode like ">>>" had stopped croaking.
61370      Branch: perl
61371            ! doio.c t/io/open.t
61372 ____________________________________________________________________________
61373 [ 21205] By: jhi                                   on 2003/09/13  08:42:10
61374         Log: Minuscule code cleanup.
61375      Branch: perl
61376            ! doio.c
61377 ____________________________________________________________________________
61378 [ 21204] By: jhi                                   on 2003/09/13  06:47:23
61379         Log: Subject: [perl #23788] int of a fraction errors
61380              From: "Boyd, Brooks D" (via RT) <perlbug-followup@perl.org>
61381              Date: 11 Sep 2003 22:38:19 -0000
61382              Message-ID: <rt-23788-64511.8.7546744242259@rt.perl.org>
61383
61384              Add a separate faq entry for int().  (Yes, a bit redundant
61385              with the existing "why are my numbers broken" entry.)
61386      Branch: perl
61387            ! pod/perlfaq4.pod
61388 ____________________________________________________________________________
61389 [ 21203] By: jhi                                   on 2003/09/13  06:34:03
61390         Log: Subject: Unknown discipline ':utf8' w/ maint perl w/o perlio
61391              From: Stas Bekman <stas@stason.org>
61392              Date: Fri, 12 Sep 2003 13:44:11 -0700
61393              Message-ID: <3F62301B.3080604@stason.org>
61394
61395              s/discipline/IO layer/, instead of "unknown" say "unavailable",
61396              and have the fuller explanation in perldiag.
61397      Branch: perl
61398            ! doio.c pod/perldiag.pod
61399 ____________________________________________________________________________
61400 [ 21202] By: jhi                                   on 2003/09/13  06:07:27
61401         Log: Make the new glob tests pass (well, skip) even with miniperl.
61402      Branch: perl
61403            ! t/run/fresh_perl.t
61404 ____________________________________________________________________________
61405 [ 21201] By: rgs                                   on 2003/09/12  21:41:04
61406         Log: Stringify the $VERSION of DynaLoader so it's never dependent
61407              on localized float-to-string conversions.
61408      Branch: perl
61409            ! ext/DynaLoader/DynaLoader_pm.PL
61410 ____________________________________________________________________________
61411 [ 21198] By: jhi                                   on 2003/09/12  17:59:25
61412         Log: It's UTF-8, not UTF8.  (Note: not s/UTF-8/UTF8/,
61413              since that would break a lot of code.)  Also few
61414              stray UTF16s, UTF32s, and "encoded in Unicode".
61415      Branch: perl
61416            ! doop.c hv.h pod/perl570delta.pod pod/perl58delta.pod
61417            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
61418            ! pod/perlhack.pod pod/perlpodspec.pod pod/perltoc.pod
61419            ! pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
61420            ! pp_hot.c pp_sys.c sv.c sv.h utf8.c utf8.h utfebcdic.h
61421 ____________________________________________________________________________
61422 [ 21197] By: jhi                                   on 2003/09/12  17:24:17
61423         Log: The buildtoc now has options.
61424      Branch: perl
61425            ! pod/Makefile.SH
61426 ____________________________________________________________________________
61427 [ 21196] By: jhi                                   on 2003/09/12  14:33:16
61428         Log: Some more tweaks on open ...&=.
61429      Branch: perl
61430            ! pod/perlfunc.pod
61431 ____________________________________________________________________________
61432 [ 21194] By: jhi                                   on 2003/09/12  11:36:14
61433         Log: Slightly more documentation for open ...&=.
61434      Branch: perl
61435            ! pod/perlfunc.pod
61436 ____________________________________________________________________________
61437 [ 21193] By: jhi                                   on 2003/09/12  03:21:53
61438         Log: Document the new strict strict in strict.
61439      Branch: perl
61440            ! lib/strict.pm
61441 ____________________________________________________________________________
61442 [ 21191] By: jhi                                   on 2003/09/12  03:03:17
61443         Log: More comments for the FreeBSD threads hints.
61444      Branch: perl
61445            ! hints/freebsd.sh
61446 ____________________________________________________________________________
61447 [ 21188] By: jhi                                   on 2003/09/11  20:23:55
61448         Log: More refactoring of the FreeBSD threads hints.
61449              Basically, for fresh enough 5.x the -pthread is dropped,
61450              otherwise keep it, and no known FreeBSD release has
61451              a functional gethostbyaddr_r.
61452      Branch: perl
61453            ! hints/freebsd.sh
61454 ____________________________________________________________________________
61455 [ 21187] By: jhi                                   on 2003/09/11  20:12:00
61456         Log: Subject: [PATCH 5.8.1 @20218] OS/2 API
61457              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
61458              Date: Thu, 11 Sep 2003 09:15:04 -0700
61459              Message-ID: <20030911161504.GA16113@math.berkeley.edu>
61460      Branch: perl
61461            ! os2/OS2/Process/MANIFEST os2/OS2/Process/Process.pm
61462            ! os2/OS2/Process/Process.xs
61463 ____________________________________________________________________________
61464 [ 21186] By: jhi                                   on 2003/09/11  20:10:32
61465         Log: Subject: [PATCH maint@21148] Security: suidperl path disclosure revisited
61466              From: "Brendan O'Dea" <bod@debian.org>
61467              Date: Fri, 12 Sep 2003 00:12:51 +1000
61468              Message-ID: <20030911141251.GA26907@londo.c47.org>
61469      Branch: perl
61470            ! perl.c
61471 ____________________________________________________________________________
61472 [ 21181] By: jhi                                   on 2003/09/11  08:25:13
61473         Log: The change of not needing -pthread in FreeBSD 5.x
61474              is very recent (Sep 3) (from Anton Berezin).
61475      Branch: perl
61476            ! hints/freebsd.sh
61477 ____________________________________________________________________________
61478 [ 21179] By: jhi                                   on 2003/09/11  06:13:12
61479         Log: Upgrade to Pod::Perldoc 3.10.
61480              (Yes, the doughera address change is wrong, but hardly worth 3.11.)
61481      Branch: perl
61482            ! lib/Pod/Perldoc.pm
61483 ____________________________________________________________________________
61484 [ 21176] By: jhi                                   on 2003/09/11  05:22:27
61485         Log: Upgrade to base 2.02.
61486      Branch: perl
61487            + lib/fields-base.t
61488            ! MANIFEST lib/base.pm lib/fields.t
61489 ____________________________________________________________________________
61490 [ 21174] By: jhi                                   on 2003/09/11  04:45:56
61491         Log: Replace #21158 with a better patch from Hugo
61492              (for [perl #23769]).
61493      Branch: perl
61494            ! regcomp.c regexec.c t/op/pat.t
61495 ____________________________________________________________________________
61496 [ 21173] By: jhi                                   on 2003/09/11  03:08:04
61497         Log: Subject: [PATCH][TESTS] dumpvar.pl
61498              From: Joe McMahon <mcmahon@metalab.unc.edu>
61499              Date: Thu, 11 Sep 2003 00:10:29 -0400 (EDT)
61500              Message-ID: <Pine.LNX.4.44.0309102337150.2043-300000@tribal.metalab.unc.edu>
61501      Branch: perl
61502            ! lib/dumpvar.pl lib/dumpvar.t
61503 ____________________________________________________________________________
61504 [ 21172] By: jhi                                   on 2003/09/11  03:03:52
61505         Log: Enache still wants -pthread gone for FreeBSD 5.x
61506              since it doesn't work with the latest -current.
61507      Branch: perl
61508            ! hints/freebsd.sh
61509 ____________________________________________________________________________
61510 [ 21171] By: jhi                                   on 2003/09/11  02:58:29
61511         Log: Subject: [patch] more fullpath TAGS patches (emacs/cperl-mode.el + emacs/ptags)
61512              From: Stas Bekman <stas@stason.org>
61513              Date: Thu, 28 Aug 2003 16:10:48 -0700
61514              Message-ID: <3F4E8BF8.1090800@stason.org>
61515      Branch: perl
61516            ! emacs/cperl-mode.el emacs/ptags
61517 ____________________________________________________________________________
61518 [ 21170] By: jhi                                   on 2003/09/11  02:56:50
61519         Log: Retract #21149, sez Schwern.
61520      Branch: perl
61521            ! lib/Test/More.pm
61522 ____________________________________________________________________________
61523 [ 21169] By: jhi                                   on 2003/09/11  02:55:49
61524         Log: Retract #21168 based on advice from Anton Berezin (added).
61525      Branch: perl
61526            ! hints/freebsd.sh
61527 ____________________________________________________________________________
61528 [ 21168] By: rgs                                   on 2003/09/10  21:43:40
61529         Log: Subject: nit to hints/freebsd.sh
61530              From: Enache Adrian <enache@rdslink.ro>
61531              Date: Wed, 10 Sep 2003 19:50:59 +0300
61532              Message-ID: <20030910165059.GB1321@ratsnest.hole>
61533      Branch: perl
61534            ! hints/freebsd.sh
61535 ____________________________________________________________________________
61536 [ 21167] By: rgs                                   on 2003/09/10  21:18:59
61537         Log: Subject: Re: [perl #15395] lexical warnings and inheritance
61538              From: Anno Siegel <Siegel@zrz.TU-Berlin.DE>
61539              Date: Sun, 31 Aug 2003 22:08:19 GMT
61540              Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE>
61541
61542              The test has been moved into warnings.pm's test suite. Note
61543              that this patch fixed as well the behaviour of warnings::enabled
61544              regarding lexical scoping and different files; hence the expected
61545              results in a few tests in /t/lib/warnings/9enabled has been
61546              reverted.
61547      Branch: perl
61548            ! lib/warnings.pm t/lib/warnings/9enabled warnings.pl
61549 ____________________________________________________________________________
61550 [ 21166] By: rgs                                   on 2003/09/10  19:36:30
61551         Log: Remove the warning in perlfaq about using map in void context :
61552              From: abigail@abigail.nl (Abigail)
61553              Subject: [PATCH perlfaq6] map in a void context.
61554              Date: Tue, 9 Sep 2003 10:31:58 +0200
61555              Message-ID: <20030909083158.GA24125@abigail.nl>
61556      Branch: perl
61557            ! pod/perlfaq6.pod
61558 ____________________________________________________________________________
61559 [ 21165] By: jhi                                   on 2003/09/10  16:48:52
61560         Log: Subject: [PATCH] AUTHORS
61561              From: enache@rdslink.ro (Enache Adrian)
61562              Date: Tue, 9 Sep 2003 19:34:05 +0300
61563              Message-ID: <20030909163405.GB1398@ratsnest.hole>
61564      Branch: perl
61565            ! AUTHORS
61566 ____________________________________________________________________________
61567 [ 21164] By: jhi                                   on 2003/09/10  15:38:51
61568         Log: Regen perlapi.
61569      Branch: perl
61570            ! pod/perlapi.pod
61571 ____________________________________________________________________________
61572 [ 21163] By: merijn                                on 2003/09/10  15:31:27
61573         Log: Subject: [perl #23778] hints/aix.sh
61574              Date: 10 Sep 2003 16:30:32 -0000
61575              From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org>
61576              Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org>
61577      Branch: perl
61578            ! hints/aix.sh
61579 ____________________________________________________________________________
61580 [ 21162] By: jhi                                   on 2003/09/10  15:21:43
61581         Log: blead version of #21161.
61582      Branch: perl
61583            ! pod/perlvar.pod
61584 ____________________________________________________________________________
61585 [ 21160] By: jhi                                   on 2003/09/10  15:11:59
61586         Log: Subject: Re: Decreasing VMS tests in File::Spec::VMS?
61587              From: PPrymmer@factset.com
61588              Message-ID: <OF103BAFC0.72D92F9B-ON85256D98.00742293-85256D98.0077A3F5@factset.com>
61589              Date: Fri, 5 Sep 2003 17:46:48 -0400
61590      Branch: perl
61591            ! lib/File/Spec/t/Spec.t
61592 ____________________________________________________________________________
61593 [ 21159] By: jhi                                   on 2003/09/10  15:10:06
61594         Log: Subject: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
61595              From: Kurt Starsinic <kstar@cpan.org>
61596              Date: Tue, 9 Sep 2003 23:16:00 -0400
61597              Message-ID: <20030910031600.GA30554@verizon.net>
61598
61599              Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
61600              From: "Brendan O'Dea" <bod@debian.org>
61601              Date: Wed, 10 Sep 2003 22:03:15 +1000
61602              Message-ID: <20030910120315.GA1372@londo.c47.org>
61603      Branch: perl
61604            ! t/lib/h2ph.pht utils/h2ph.PL
61605 ____________________________________________________________________________
61606 [ 21158] By: jhi                                   on 2003/09/10  09:31:24
61607         Log: Unicode regex broken on simple example
61608              regrepeat() did not work right for UTF-8(ed Latin-1)
61609              in the EXACT case, which made the \x{a0}+ fail.
61610      Branch: perl
61611            ! regexec.c t/op/pat.t
61612 ____________________________________________________________________________
61613 [ 21157] By: jhi                                   on 2003/09/10  08:15:54
61614         Log: Linenumbers for utf8 warnings were wrong, test also rcatline.
61615      Branch: perl
61616            ! pp_hot.c t/io/utf8.t
61617 ____________________________________________________________________________
61618 [ 21156] By: jhi                                   on 2003/09/10  08:05:13
61619         Log: Detypo and explain better.
61620      Branch: perl
61621            ! pod/perldiag.pod
61622 ____________________________________________________________________________
61623 [ 21155] By: jhi                                   on 2003/09/10  08:02:55
61624         Log: If doing rcatline no point rescanning each time
61625              the beginning of the SV for utf8 validity.
61626      Branch: perl
61627            ! pp_hot.c
61628 ____________________________________________________________________________
61629 [ 21154] By: jhi                                   on 2003/09/10  07:16:52
61630         Log: No utf8 warnings without use warnings.
61631      Branch: perl
61632            ! t/io/utf8.t
61633 ____________________________________________________________________________
61634 [ 21153] By: jhi                                   on 2003/09/10  06:57:16
61635         Log: Reading a latin1 file with open(... "<:utf8") will freeze
61636              is no more valid, the script doesn't freeze, but I noticed
61637              that neither does the <FILE> complain about bad UTF-8 as it
61638              should and as it does with :encoding(utf8).
61639      Branch: perl
61640            ! pp_hot.c t/io/utf8.t
61641 ____________________________________________________________________________
61642 [ 21152] By: jhi                                   on 2003/09/10  06:54:02
61643         Log: A new UTF-8 API, Perl_is_utf8_string_loc(), a variant
61644              of Perl_utf8_is_string().
61645      Branch: perl
61646            ! embed.fnc embed.h global.sym proto.h utf8.c
61647 ____________________________________________________________________________
61648 [ 21151] By: jhi                                   on 2003/09/10  06:16:28
61649         Log: Document a PerlIO/Encode warning.
61650      Branch: perl
61651            ! pod/perldiag.pod
61652 ____________________________________________________________________________
61653 [ 21149] By: jhi                                   on 2003/09/09  17:22:42
61654         Log: Subject: Re: maint @ 21116
61655              From: Fergal Daly <fergal@esatclear.ie>
61656              Date: Tue, 9 Sep 2003 18:26:20 +0100
61657              Message-Id: <200309091826.20630.fergal@esatclear.ie>
61658
61659              (added warning)
61660      Branch: perl
61661            ! lib/Test/More.pm
61662 ____________________________________________________________________________
61663 [ 21146] By: jhi                                   on 2003/09/09  15:36:20
61664         Log: Adjust the test count.
61665      Branch: perl
61666            ! lib/Test/Simple/t/is_deeply.t
61667 ____________________________________________________________________________
61668 [ 21144] By: jhi                                   on 2003/09/09  15:03:58
61669         Log: AUTHORS update from Dave Mitchell.
61670      Branch: perl
61671            ! AUTHORS
61672 ____________________________________________________________________________
61673 [ 21143] By: jhi                                   on 2003/09/09  15:02:18
61674         Log: Retract #20548 and #20465.
61675      Branch: perl
61676            ! lib/Test/More.pm lib/Test/Simple/t/More.t
61677            ! lib/Test/Simple/t/is_deeply.t
61678 ____________________________________________________________________________
61679 [ 21141] By: jhi                                   on 2003/09/09  14:27:10
61680         Log: Subject: Re: maint @ 21116
61681              From: Enache Adrian <enache@rdslink.ro>
61682              Date: Tue, 9 Sep 2003 16:59:44 +0300
61683              Message-ID: <20030909135944.GA1666@ratsnest.hole>
61684      Branch: perl
61685            ! makedef.pl
61686 ____________________________________________________________________________
61687 [ 21140] By: jhi                                   on 2003/09/09  14:25:51
61688         Log: Retract #21132.
61689      Branch: perl
61690            ! makedef.pl perl.h
61691 ____________________________________________________________________________
61692 [ 21139] By: jhi                                   on 2003/09/09  11:55:33
61693         Log: Warn more about disclosing the hash seed, from Scott A. Crosby.
61694      Branch: perl
61695            ! lib/Hash/Util.pm pod/perlrun.pod
61696 ____________________________________________________________________________
61697 [ 21137] By: jhi                                   on 2003/09/09  09:50:13
61698         Log: Subject: =encoding in perlpod/perlpodspec
61699              From: sburke@cpan.org (Sean M. Burke)
61700              Date: Sun, 07 Sep 2003 03:08:28 -0800
61701              Message-ID: <5.2.1.1.1.20030907030717.00a6aaa0@mailstore.pobox.com>
61702      Branch: perl
61703            ! pod/perlpod.pod pod/perlpodspec.pod
61704 ____________________________________________________________________________
61705 [ 21136] By: jhi                                   on 2003/09/09  09:46:01
61706         Log: One more chance... Elizabeth's change #21107 plus
61707              Subject: Re: [PATCH] warnings.pl: each thread 10K smaller
61708              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
61709              Date: Tue, 9 Sep 2003 01:44:24 +0200
61710              Message-Id: <20030909014424.7ef5e0cd.rgarciasuarez@free.fr>
61711      Branch: perl
61712            ! lib/warnings.pm toke.c warnings.pl
61713 ____________________________________________________________________________
61714 [ 21135] By: jhi                                   on 2003/09/09  09:35:48
61715         Log: One more test count tweak.
61716      Branch: perl
61717            ! t/op/grep.t
61718 ____________________________________________________________________________
61719 [ 21132] By: jhi                                   on 2003/09/09  07:57:20
61720         Log: Subject: Re: maint @ 21116
61721              From: Steve Hay <steve.hay@uk.radan.com>
61722              Date: Tue, 09 Sep 2003 09:49:07 +0100
61723              Message-ID: <3F5D9403.3040004@uk.radan.com>
61724      Branch: perl
61725            ! makedef.pl perl.h
61726 ____________________________________________________________________________
61727 [ 21131] By: jhi                                   on 2003/09/09  07:54:52
61728         Log: Subject: Re: [PATCH] honoring void context for map(), return from sub end test
61729              From: david nicol <whatever@davidnicol.com>
61730              Date: 08 Sep 2003 23:39:32 -0500
61731              Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com>
61732
61733              (a testcase)
61734      Branch: perl
61735            ! t/op/grep.t
61736 ____________________________________________________________________________
61737 [ 21128] By: jhi                                   on 2003/09/09  07:08:15
61738         Log: Ooops, perlio into scalars was already history for this test...
61739      Branch: perl
61740            ! lib/dumpvar.t
61741 ____________________________________________________________________________
61742 [ 21127] By: jhi                                   on 2003/09/09  07:06:26
61743         Log: Cannot do perlio into scalars without perlio.
61744      Branch: perl
61745            ! lib/dumpvar.t
61746 ____________________________________________________________________________
61747 [ 21126] By: jhi                                   on 2003/09/09  07:04:53
61748         Log: I claim that the debugger is untestable until proven otherwise.
61749      Branch: perl
61750            - lib/perl5db/de0.t
61751            ! MANIFEST
61752 ____________________________________________________________________________
61753 [ 21124] By: jhi                                   on 2003/09/09  06:59:52
61754         Log: In trying to save space, the warnings.pl change (#21107)
61755              pulled in attributes.pm... and the change didn't seem to
61756              be that well tested with different configurations.
61757              Retract #21119, #21117, #21107.
61758      Branch: perl
61759            ! ext/B/t/stash.t lib/warnings.pm warnings.pl
61760 ____________________________________________________________________________
61761 [ 21122] By: jhi                                   on 2003/09/09  06:28:31
61762         Log: Really do #21121.
61763      Branch: perl
61764            ! MANIFEST
61765 ____________________________________________________________________________
61766 [ 21121] By: jhi                                   on 2003/09/09  05:56:52
61767         Log: There's no particular reason to have the dumpvar.t
61768              in lib/perl5db/.
61769      Branch: perl
61770            + lib/dumpvar.t
61771            - lib/perl5db/dumpvar.t
61772            ! MANIFEST
61773 ____________________________________________________________________________
61774 [ 21119] By: jhi                                   on 2003/09/09  05:46:02
61775         Log: strict stash seems to have gone, too.
61776      Branch: perl
61777            ! ext/B/t/stash.t
61778 ____________________________________________________________________________
61779 [ 21117] By: rgs                                   on 2003/09/08  22:26:36
61780         Log: Loading warnings.pm now loads attributes.pm that loads strict.pm.
61781              (due to #21107 apparently.) Adjust this test accordingly.
61782      Branch: perl
61783            ! ext/B/t/stash.t
61784 ____________________________________________________________________________
61785 [ 21113] By: jhi                                   on 2003/09/08  21:10:53
61786         Log: Subject: [PATCH] silence 1 compiler warning
61787              From: Nicholas Clark <nick@ccl4.org>
61788              Date: Mon, 8 Sep 2003 23:04:45 +0100
61789              Message-ID: <20030908230445.E30881@plum.flirble.org>
61790      Branch: perl
61791            ! universal.c
61792 ____________________________________________________________________________
61793 [ 21112] By: jhi                                   on 2003/09/08  21:09:34
61794         Log: Retract #21096, mostly: I had misexplained the situation
61795              to Scott A. Crosby.  Seeing the seed value while not good
61796              for the ultimate paranoia viewpoint is not that bad, as long
61797              as the users are fully aware of the dangers of disclosing
61798              the hash seed.     So hash_seed() is okay.
61799
61800              Being able to see the hash values (as in Java) would
61801              be another option, but dubious: it's not that per-key
61802              hash values themselves are bad to allow scripts to see,
61803              but rather that hash values are just as sensitive (from
61804              the DoSing viewpoint) as the hash seed itself (and there
61805              usually more hash values than the one hash seed....)
61806      Branch: perl
61807            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
61808 ____________________________________________________________________________
61809 [ 21110] By: jhi                                   on 2003/09/08  20:59:04
61810         Log: Urk.  unique, not shared.
61811      Branch: perl
61812            ! configpm
61813 ____________________________________________________________________________
61814 [ 21109] By: jhi                                   on 2003/09/08  20:57:25
61815         Log: Subject: [PATCH] configpm: about 1.5K less per thread
61816              From: Elizabeth Mattijsen <liz@dijkmat.nl>
61817              Date: Mon, 8 Sep 2003 23:58:34 +0200
61818              Message-Id: <p05111b21bb829c68b496@[192.168.56.4]>
61819      Branch: perl
61820            ! configpm
61821 ____________________________________________________________________________
61822 [ 21107] By: jhi                                   on 2003/09/08  20:45:38
61823         Log: Subject: [PATCH] warnings.pl: each thread 10K smaller
61824              From: Elizabeth Mattijsen <liz@dijkmat.nl>
61825              Date: Mon, 8 Sep 2003 22:22:38 +0200
61826              Message-Id: <p05111b16bb827ce551da@[192.168.56.4]>
61827      Branch: perl
61828            ! lib/warnings.pm warnings.pl
61829 ____________________________________________________________________________
61830 [ 21106] By: rgs                                   on 2003/09/08  20:45:03
61831         Log: A version of change #21073 that works.
61832      Branch: perl
61833            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
61834 ____________________________________________________________________________
61835 [ 21105] By: jhi                                   on 2003/09/08  20:44:22
61836         Log: Regen perlapi.
61837      Branch: perl
61838            ! pod/perlapi.pod
61839 ____________________________________________________________________________
61840 [ 21103] By: jhi                                   on 2003/09/08  20:18:56
61841         Log: Radu Greab is my hero (the recent cygwin getpw*->pw_comment
61842              being a bad pointer is apparently a known cygwin bug).     The
61843              cure is to initialize the field.
61844      Branch: perl
61845            ! pp_sys.c
61846 ____________________________________________________________________________
61847 [ 21100] By: jhi                                   on 2003/09/08  19:38:39
61848         Log: Bad export.
61849      Branch: perl
61850            ! lib/Hash/Util.t
61851 ____________________________________________________________________________
61852 [ 21098] By: jhi                                   on 2003/09/08  19:06:09
61853         Log: The IPC::Open3 is just too unreliable for this task.
61854      Branch: perl
61855            ! lib/perl5db/de0.t
61856 ____________________________________________________________________________
61857 [ 21097] By: jhi                                   on 2003/09/08  18:42:43
61858         Log: Try to make the de0.t test more robust.
61859              The test is so flakey (too many external things influencing
61860              the result) that I'm likely to leave it out from the maint.
61861      Branch: perl
61862            ! lib/perl5db/de0.t
61863 ____________________________________________________________________________
61864 [ 21096] By: jhi                                   on 2003/09/08  17:58:19
61865         Log: Scott A. Crosby believes in not disclosing
61866              any more information than necessary: therefore
61867              instead of hash_seed() we have now hashes_random().
61868      Branch: perl
61869            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
61870 ____________________________________________________________________________
61871 [ 21095] By: jhi                                   on 2003/09/08  17:36:50
61872         Log: Mac OS X "last resort" recipe.
61873      Branch: perl
61874            ! README.macosx
61875 ____________________________________________________________________________
61876 [ 21094] By: jhi                                   on 2003/09/08  16:50:55
61877         Log: Subject: [patch] AUTHORS
61878              From: Juerd <juerd@cpan.org>
61879              Date: Mon, 8 Sep 2003 08:42:13 +0200
61880              Message-ID: <20030908064213.GC23461@c3.convolution.nl>
61881      Branch: perl
61882            ! AUTHORS
61883 ____________________________________________________________________________
61884 [ 21093] By: jhi                                   on 2003/09/08  15:47:14
61885         Log: Slightly more intelligent paranoia.
61886      Branch: perl
61887            ! pod/perldiag.pod util.c
61888 ____________________________________________________________________________
61889 [ 21090] By: jhi                                   on 2003/09/08  14:07:03
61890         Log: Win32 is playing to hard to get but I do not have
61891              time to chase it, so restore #21072, more or less.
61892              I think testing the debugger in UNIX-like places
61893              is enough, no need to go into painful contortions
61894              trying to "portably" run interactive programs like
61895              the debugger.
61896      Branch: perl
61897            ! lib/perl5db/de0.t
61898 ____________________________________________________________________________
61899 [ 21088] By: jhi                                   on 2003/09/08  12:50:15
61900         Log: 5.8.1 was mistakenly redefining PL_sv_placeholder.
61901      Branch: perl
61902            ! ext/Storable/Storable.xs
61903 ____________________________________________________________________________
61904 [ 21087] By: jhi                                   on 2003/09/08  12:34:37
61905         Log: Add Hash::Util::hash_seed() which answers among
61906              other things the question whether our hashes are
61907              "randomised".  (They always were...)
61908      Branch: perl
61909            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
61910 ____________________________________________________________________________
61911 [ 21086] By: jhi                                   on 2003/09/08  12:22:03
61912         Log: XSRETURN_UV was missing.
61913      Branch: perl
61914            ! XSUB.h
61915 ____________________________________________________________________________
61916 [ 21085] By: jhi                                   on 2003/09/08  12:15:23
61917         Log: Superparanoia.
61918      Branch: perl
61919            ! util.c
61920 ____________________________________________________________________________
61921 [ 21084] By: ams                                   on 2003/09/08  11:44:25
61922         Log: Clean up pp_readdir() somewhat.
61923      Branch: perl
61924            ! pp_sys.c
61925 ____________________________________________________________________________
61926 [ 21082] By: jhi                                   on 2003/09/08  11:32:46
61927         Log: The #21073 broke ext/B/t/o.t, retracting the #21073.
61928      Branch: perl
61929            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
61930 ____________________________________________________________________________
61931 [ 21080] By: jhi                                   on 2003/09/08  09:52:40
61932         Log: In Win32 IPC::Open3 + IO::Select does not work that well
61933              so mostly undo the change #21072 and revert back to using
61934              a temp file.
61935      Branch: perl
61936            ! lib/perl5db/de0.t
61937 ____________________________________________________________________________
61938 [ 21078] By: jhi                                   on 2003/09/08  09:10:47
61939         Log: In Win32 the cmd.exe console output doesn't seem to
61940              be catchable using the in-memory I/O + select trick,
61941              so use tie-STDOUT trick instead.
61942      Branch: perl
61943            ! lib/perl5db/dumpvar.t
61944 ____________________________________________________________________________
61945 [ 21077] By: jhi                                   on 2003/09/08  09:03:13
61946         Log: Move Config test.
61947      Branch: perl
61948            ! lib/perl5db/de0.t
61949 ____________________________________________________________________________
61950 [ 21076] By: jhi                                   on 2003/09/08  08:50:27
61951         Log: Let's require fork for this test.
61952      Branch: perl
61953            ! lib/perl5db/de0.t
61954 ____________________________________________________________________________
61955 [ 21074] By: jhi                                   on 2003/09/08  08:09:27
61956         Log: Subject: [PATCH] call_(pv|etc.) for Devel::PPPort
61957              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
61958              Date: Mon, 08 Sep 2003 08:56:09 +0200
61959              Message-id: <20030908065609.GA1260@ethan>
61960      Branch: perl
61961            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
61962            ! ext/Devel/PPPort/t/test.t
61963 ____________________________________________________________________________
61964 [ 21073] By: jhi                                   on 2003/09/08  08:07:55
61965         Log: Subject: Re: one nit to fix [PATCH]
61966              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
61967              Date: Mon, 8 Sep 2003 10:19:08 +0200
61968              Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com>
61969      Branch: perl
61970            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
61971 ____________________________________________________________________________
61972 [ 21072] By: jhi                                   on 2003/09/08  08:04:53
61973         Log: Subject: Re: [PATCH] Test skeleton for debugger commands
61974              From: Andreas J Koenig <andreas.koenig@anima.de>
61975              Date: Mon, 08 Sep 2003 10:48:27 +0200
61976              Message-ID: <87llszis2s.fsf@franz.ak.mind.de>
61977      Branch: perl
61978            ! lib/perl5db/de0.t
61979 ____________________________________________________________________________
61980 [ 21071] By: jhi                                   on 2003/09/08  06:46:00
61981         Log: de0.t: use Test::More, add some tests.
61982      Branch: perl
61983            ! lib/perl5db/de0.t
61984 ____________________________________________________________________________
61985 [ 21070] By: jhi                                   on 2003/09/08  06:31:39
61986         Log: More dumpvar testing.
61987      Branch: perl
61988            ! lib/perl5db/dumpvar.t
61989 ____________________________________________________________________________
61990 [ 21069] By: jhi                                   on 2003/09/08  05:34:03
61991         Log: An empty test.
61992      Branch: perl
61993            ! lib/perl5db/dumpvar.t
61994 ____________________________________________________________________________
61995 [ 21068] By: jhi                                   on 2003/09/08  05:21:21
61996         Log: dumpvar.t: use Test::More;
61997      Branch: perl
61998            ! lib/perl5db/dumpvar.t
61999 ____________________________________________________________________________
62000 [ 21067] By: jhi                                   on 2003/09/08  05:11:46
62001         Log: Cleanup PerlIO::scalar documentation a bit.
62002      Branch: perl
62003            ! ext/PerlIO/scalar/scalar.pm
62004 ____________________________________________________________________________
62005 [ 21066] By: jhi                                   on 2003/09/08  04:49:28
62006         Log: The in-memory files require PerlIO::scalar.
62007      Branch: perl
62008            ! lib/perl5db/dumpvar.t
62009 ____________________________________________________________________________
62010 [ 21065] By: rgs                                   on 2003/09/07  21:17:23
62011         Log: Subject: [PATCH] Test skeleton for debugger commands
62012              From: Andreas J Koenig <andreas.koenig@anima.de>
62013              Date: Sun, 07 Sep 2003 18:51:56 +0200
62014              Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de>
62015              With minor adjustments
62016      Branch: perl
62017            + lib/perl5db/de0.t lib/perl5db/dumpvar.t
62018            ! MANIFEST
62019 ____________________________________________________________________________
62020 [ 21064] By: rgs                                   on 2003/09/07  19:12:05
62021         Log: Upgrade to Unicode::Collate 0.28
62022      Branch: perl
62023            + lib/Unicode/Collate/t/contract.t
62024            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
62025            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
62026 ____________________________________________________________________________
62027 [ 21063] By: rgs                                   on 2003/09/07  18:25:23
62028         Log: Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
62029              From: Dave Mitchell <davem@fdgroup.com>
62030              Date: Sun, 7 Sep 2003 19:14:44 +0100
62031              Message-ID: <20030907181444.GA7058@fdgroup.com>
62032      Branch: perl
62033            ! ext/Opcode/Safe.pm
62034 ____________________________________________________________________________
62035 [ 21062] By: rgs                                   on 2003/09/07  12:44:33
62036         Log: Subject: [PATCH] honoring void context for map()
62037              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
62038              Date: Thu, 04 Sep 2003 11:13:41 +0200
62039              Message-id: <20030904091341.GA30655@ethan>
62040      Branch: perl
62041            ! pp_ctl.c
62042 ____________________________________________________________________________
62043 [ 21061] By: jhi                                   on 2003/09/07  07:04:53
62044         Log: Retract #21010.
62045      Branch: perl
62046            ! lib/dumpvar.pl
62047 ____________________________________________________________________________
62048 [ 21060] By: rgs                                   on 2003/09/06  21:30:10
62049         Log: Minor doc style nits in XSLoader.
62050      Branch: perl
62051            ! ext/DynaLoader/XSLoader_pm.PL
62052 ____________________________________________________________________________
62053 [ 21058] By: jhi                                   on 2003/09/06  19:57:46
62054         Log: Vanity patch.
62055      Branch: perl
62056            ! AUTHORS
62057 ____________________________________________________________________________
62058 [ 21057] By: jhi                                   on 2003/09/06  19:56:53
62059         Log: Updated Sharp Zaurus cross-compilation from Redvers Davies.
62060      Branch: perl
62061            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README Cross/TODO
62062            ! Cross/config.sh-arm-linux Cross/generate_config_sh
62063            ! Cross/installperl.patch
62064 ____________________________________________________________________________
62065 [ 21056] By: rgs                                   on 2003/09/06  19:03:41
62066         Log: Email nits in Fatal.pm [perl #23724].
62067      Branch: perl
62068            ! lib/Fatal.pm
62069 ____________________________________________________________________________
62070 [ 21052] By: jhi                                   on 2003/09/05  20:34:15
62071         Log: Musty corners of Syslog.pm.
62072      Branch: perl
62073            ! ext/Sys/Syslog/Syslog.pm
62074 ____________________________________________________________________________
62075 [ 21051] By: ams                                   on 2003/09/05  18:43:46
62076         Log: 1. Work around the bug fixed by #20587 (because it's in 5.8.0).
62077              2. Compensate for PL_sv_placeholder <= 5.8.1.
62078              3. Clean up non-backwards-compatible tests.
62079              4. Prepare for the 2.08 CPAN release.
62080      Branch: perl
62081            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
62082            ! ext/Storable/t/freeze.t ext/Storable/t/malice.t
62083            ! ext/Storable/t/utf8hash.t
62084 ____________________________________________________________________________
62085 [ 21048] By: jhi                                   on 2003/09/05  13:53:23
62086         Log: One more known tie problem.
62087      Branch: perl
62088            ! pod/perltie.pod
62089 ____________________________________________________________________________
62090 [ 21047] By: jhi                                   on 2003/09/05  13:46:35
62091         Log: Subject: [PATCH] threads/shared.pm: saves 4K per thread
62092              Date: Fri, 5 Sep 2003 14:46:00 +0200
62093              Message-Id: <p05111b05bb7e177db044@[192.168.56.4]>
62094              From: Elizabeth Mattijsen <liz@dijkmat.nl>
62095      Branch: perl
62096            ! ext/threads/shared/shared.pm
62097 ____________________________________________________________________________
62098 [ 21046] By: jhi                                   on 2003/09/05  13:44:30
62099         Log: Subject: versions threads modules
62100              From: Elizabeth Mattijsen <liz@dijkmat.nl>
62101              Date: Fri, 5 Sep 2003 12:22:52 +0200
62102              Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]>
62103      Branch: perl
62104            ! ext/threads/shared/shared.pm
62105 ____________________________________________________________________________
62106 [ 21045] By: jhi                                   on 2003/09/05  13:43:36
62107         Log: More suidperl path disclosure plugging:
62108              the #9813 didn't do enough.  See either of
62109              http://rt.perl.org/rt2/Ticket/Display.html?id=6511
62110              http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426
62111      Branch: perl
62112            ! perl.c pod/perldiag.pod
62113 ____________________________________________________________________________
62114 [ 21044] By: jhi                                   on 2003/09/05  13:09:54
62115         Log: FreeBSD hints updates from Anton Berezin.
62116      Branch: perl
62117            ! hints/freebsd.sh
62118 ____________________________________________________________________________
62119 [ 21043] By: merijn                                on 2003/09/05  11:18:20
62120         Log: Changed conflicting diff options
62121      Branch: perl
62122            ! patchlevel.h
62123 ____________________________________________________________________________
62124 [ 21042] By: jhi                                   on 2003/09/05  06:47:43
62125         Log: Acknowledge some known tie bugs.
62126      Branch: perl
62127            ! pod/perltie.pod
62128 ____________________________________________________________________________
62129 [ 21041] By: merijn                                on 2003/09/05  04:50:44
62130         Log: Subject: [PATCH] Remove dublicated entry in AUTHORS
62131              From: Ilya Martynov <ilya@martynov.org>
62132              Date: Fri, 05 Sep 2003 00:49:57 +0400
62133              Message-ID: <8765k8uvm2.fsf@abra.ru>
62134      Branch: perl
62135            ! AUTHORS
62136 ____________________________________________________________________________
62137 [ 21040] By: jhi                                   on 2003/09/05  04:36:48
62138         Log: code example error in "perlopentut"
62139      Branch: perl
62140            ! pod/perlopentut.pod
62141 ____________________________________________________________________________
62142 [ 21039] By: jhi                                   on 2003/09/05  04:13:17
62143         Log: Another seemingly fixed (un)tie bug,
62144              [perl ##22297] cannot untie scalar from within tied FETCH
62145      Branch: perl
62146            ! t/op/tie.t
62147 ____________________________________________________________________________
62148 [ 21036] By: jhi                                   on 2003/09/04  19:34:26
62149         Log: Subject: Re: [PATCH] Data::Dumper 2.121
62150              From: Ilya Martynov <ilya@martynov.org>
62151              Date: Fri, 05 Sep 2003 00:33:46 +0400
62152              Message-ID: <87ad9kuwd1.fsf@abra.ru>
62153      Branch: perl
62154            ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
62155            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
62156            ! ext/Data/Dumper/t/overload.t ext/Data/Dumper/t/pair.t
62157 ____________________________________________________________________________
62158 [ 21033] By: jhi                                   on 2003/09/04  18:52:29
62159         Log: I think once is enough.
62160      Branch: perl
62161            ! configure.gnu
62162 ____________________________________________________________________________
62163 [ 21032] By: jhi                                   on 2003/09/04  17:30:28
62164         Log: Subject: [PATCH] Re: [PATCH] Re: ByteLoader and MSWin32
62165              From: Enache Adrian <enache@rdslink.ro>
62166              Date: Thu, 4 Sep 2003 20:09:06 +0300
62167              Message-ID: <20030904170906.GA1235@ratsnest.hole>
62168      Branch: perl
62169            ! bytecode.pl ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
62170            ! ext/ByteLoader/byterun.c
62171 ____________________________________________________________________________
62172 [ 21031] By: jhi                                   on 2003/09/04  17:27:58
62173         Log: Subject: [PATCH] perlreftut: change distribution conditions
62174              From: "Brendan O'Dea" <bod@debian.org>
62175              Date: Thu, 4 Sep 2003 02:28:49 +1000
62176              Message-ID: <20030903162849.GA9675@londo.c47.org>
62177      Branch: perl
62178            ! pod/perlreftut.pod
62179 ____________________________________________________________________________
62180 [ 21030] By: jhi                                   on 2003/09/04  17:26:48
62181         Log: Subject: Re: "vendor" patch pickup
62182              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
62183              Date: Thu, 4 Sep 2003 19:47:55 +0200
62184              Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2>
62185
62186              (Gentoo: take Marcus' version of the __THROW patch and
62187              even further #ifdef-protect it with __GLIBC__.)
62188      Branch: perl
62189            ! perl.h
62190 ____________________________________________________________________________
62191 [ 21029] By: jhi                                   on 2003/09/04  16:01:26
62192         Log: Tiny perlcc tweaks.
62193      Branch: perl
62194            ! utils/perlcc.PL
62195 ____________________________________________________________________________
62196 [ 21028] By: jhi                                   on 2003/09/04  15:10:48
62197         Log: A SuSE patchlet for perlcc -c to avoid
62198              "Modification of a read-only value attempted at ... C.pm"
62199      Branch: perl
62200            ! ext/B/B/C.pm
62201 ____________________________________________________________________________
62202 [ 21027] By: jhi                                   on 2003/09/04  08:54:40
62203         Log: AUTHORS updates.
62204      Branch: perl
62205            ! AUTHORS
62206 ____________________________________________________________________________
62207 [ 21025] By: jhi                                   on 2003/09/03  20:27:56
62208         Log: Upgrade to Math::BigInt pre-rel 1.66 as of
62209              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html
62210              (the tar.gz link doesn't have 'v1.66', it has '1.66')
62211              so that the smoke builds can start chewing it.
62212      Branch: perl
62213            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
62214            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
62215            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
62216            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
62217            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbf.t
62218            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
62219 ____________________________________________________________________________
62220 [ 21022] By: jhi                                   on 2003/09/03  16:42:24
62221         Log: Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids
62222              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
62223              Date: Wed, 3 Sep 2003 19:20:20 +0200
62224              Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2>
62225      Branch: perl
62226            ! Porting/valgrindpp.pl
62227 ____________________________________________________________________________
62228 [ 21019] By: jhi                                   on 2003/09/03  15:51:35
62229         Log: Also indicate the Unicode level here.
62230              (The last date is non-committal :-)
62231      Branch: perl
62232            ! pod/perlunicode.pod
62233 ____________________________________________________________________________
62234 [ 21018] By: jhi                                   on 2003/09/03  12:08:23
62235         Log: Avoid lvalue casts, from Enache.
62236      Branch: perl
62237            ! ext/ByteLoader/bytecode.h op.h
62238 ____________________________________________________________________________
62239 [ 21017] By: jhi                                   on 2003/09/03  08:23:39
62240         Log: Bump up the VERSION.
62241      Branch: perl
62242            ! lib/bytes.pm
62243 ____________________________________________________________________________
62244 [ 21016] By: jhi                                   on 2003/09/03  08:22:48
62245         Log: Add, document, and test bytes::substr, index, rindex, chr,
62246              document bytes::ord.
62247      Branch: perl
62248            ! lib/bytes.pm lib/bytes.t lib/bytes_heavy.pl
62249 ____________________________________________________________________________
62250 [ 21014] By: jhi                                   on 2003/09/03  06:16:24
62251         Log: Subject: [PATCH] Re: maint@20974 or before broke mp2 ithreads test
62252              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
62253              Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST)
62254              Message-ID: <29644.1062572245@www50.gmx.net>
62255
62256              The other half of #20930 should be still good.
62257      Branch: perl
62258            ! op.c
62259 ____________________________________________________________________________
62260 [ 21013] By: jhi                                   on 2003/09/03  06:15:09
62261         Log: use IO; is deprecated.
62262      Branch: perl
62263            ! ext/threads/t/join.t
62264 ____________________________________________________________________________
62265 [ 21012] By: jhi                                   on 2003/09/03  05:28:50
62266         Log: Upgrade to base 2.01 from CPAN.
62267      Branch: perl
62268            ! lib/base.pm lib/fields.pm
62269 ____________________________________________________________________________
62270 [ 21011] By: jhi                                   on 2003/09/03  05:08:29
62271         Log: Changing the test count is a good idea.
62272      Branch: perl
62273            ! ext/threads/t/join.t
62274 ____________________________________________________________________________
62275 [ 21010] By: jhi                                   on 2003/09/03  04:59:38
62276         Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object
62277              From: Joe McMahon <mcmahon@ibiblio.org>
62278              Date: Tue, 2 Sep 2003 18:02:14 -0400
62279              Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org>
62280      Branch: perl
62281            ! lib/dumpvar.pl
62282 ____________________________________________________________________________
62283 [ 21009] By: jhi                                   on 2003/09/03  04:48:40
62284         Log: Subject: Re: maint@20974 or before broke mp2 ithreads test
62285              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
62286              Date: Wed, 3 Sep 2003 06:07:54 +0200
62287              Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2>
62288      Branch: perl
62289            ! ext/threads/t/join.t
62290 ____________________________________________________________________________
62291 [ 21008] By: jhi                                   on 2003/09/03  04:31:35
62292         Log: VMS does not have quite UNIX glob semantics.
62293      Branch: perl
62294            ! t/run/fresh_perl.t
62295 ____________________________________________________________________________
62296 [ 21007] By: rgs                                   on 2003/09/02  21:21:27
62297         Log: Subject: some method calls not autoloaded
62298              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
62299              Date: Tue, 2 Sep 2003 15:06:29 -0700
62300              Message-ID: <20030902220629.GA2952@efn.org>
62301      Branch: perl
62302            ! pod/perlfunc.pod pod/perlsub.pod
62303 ____________________________________________________________________________
62304 [ 21003] By: jhi                                   on 2003/09/02  19:01:07
62305         Log: An untie test from perlmonks-- worked in 5.6.1,
62306              broken in 5.8.0, seems to be working again in maint,
62307              better nail it down now.
62308      Branch: perl
62309            ! t/op/tie.t
62310 ____________________________________________________________________________
62311 [ 21000] By: jhi                                   on 2003/09/02  15:35:40
62312         Log: Retract #20930 because of
62313              Subject: maint@20974 or before broke mp2 ithreads test
62314              From: Stas Bekman <stas@stason.org>
62315              Date: Mon, 01 Sep 2003 23:31:11 -0700
62316              Message-ID: <3F54392F.7080009@stason.org>
62317      Branch: perl
62318            ! op.c
62319 ____________________________________________________________________________
62320 [ 20999] By: jhi                                   on 2003/09/02  15:34:14
62321         Log: Subject: [DOCPATCH] Re: [perl #23630] problem with "used only once" warning
62322              From: Fergal Daly <fergal@esatclear.ie>
62323              Date: Tue, 2 Sep 2003 17:36:52 +0100
62324              Message-Id: <200309021736.52725.fergal@esatclear.ie>
62325      Branch: perl
62326            ! pod/perldiag.pod
62327 ____________________________________________________________________________
62328 [ 20998] By: jhi                                   on 2003/09/02  15:02:47
62329         Log: Subject: [perl #23672] Math::BigInit POD
62330              From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
62331              Date: 1 Sep 2003 08:47:39 -0000
62332              Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>
62333      Branch: perl
62334            ! lib/Math/BigInt.pm
62335 ____________________________________________________________________________
62336 [ 20997] By: jhi                                   on 2003/09/02  14:58:21
62337         Log: Subject: [PATCH perlfaq6.pod] Explain \Q better
62338              From: Mark Jason Dominus <mjd@plover.com>
62339              Date: Mon, 01 Sep 2003 16:19:20 -0400
62340              Message-ID: <20030901201920.3929.qmail@plover.com>
62341      Branch: perl
62342            ! pod/perlfaq6.pod
62343 ____________________________________________________________________________
62344 [ 20996] By: jhi                                   on 2003/09/02  14:56:29
62345         Log: Subject: [PATCH] grok_(number|numeric_radix) added to Devel::PPPort
62346              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
62347              Date: Tue, 02 Sep 2003 11:27:19 +0200
62348              Message-id: <20030902092719.GA18075@ethan>
62349      Branch: perl
62350            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
62351            ! ext/Devel/PPPort/t/test.t
62352 ____________________________________________________________________________
62353 [ 20993] By: jhi                                   on 2003/09/02  14:40:54
62354         Log: Subject: [PATCH] Re: ByteLoader and MSWin32
62355              From: Enache Adrian <enache@rdslink.ro>
62356              Date: Tue, 2 Sep 2003 03:45:11 +0300
62357              Message-ID: <20030902004511.GA1442@ratsnest.hole>
62358      Branch: perl
62359            ! embed.fnc embed.h ext/ByteLoader/bytecode.h global.sym op.c
62360            ! op.h proto.h t/TEST
62361 ____________________________________________________________________________
62362 [ 20990] By: jhi                                   on 2003/09/02  04:29:45
62363         Log: Upgrade to Unicode::Collate 0.27.
62364      Branch: perl
62365            + lib/Unicode/Collate/t/hangul.t
62366            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
62367            ! lib/Unicode/Collate/README
62368 ____________________________________________________________________________
62369 [ 20989] By: jhi                                   on 2003/09/02  04:23:20
62370         Log: Subject: [PATCH Porting/valgrindpp.pl] more options for valgrindpp.pl
62371              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
62372              Date: Mon, 1 Sep 2003 22:28:58 +0200
62373              Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2>
62374      Branch: perl
62375            ! Porting/valgrindpp.pl
62376 ____________________________________________________________________________
62377 [ 20983] By: jhi                                   on 2003/09/01  14:14:49
62378         Log: From Craig Berry, following the example of the other podxxx.PL
62379              in relying on basename($0, '.PL') to Do The Right Thing with
62380              regard to the case of the extension, which could be either
62381              .pl or .PL on VMS depending on version-specific features.
62382      Branch: perl
62383            ! pod/pod2usage.PL pod/podselect.PL
62384 ____________________________________________________________________________
62385 [ 20982] By: jhi                                   on 2003/09/01  13:01:49
62386         Log: Configure -r in AIX bad.
62387      Branch: perl
62388            ! README.aix
62389 ____________________________________________________________________________
62390 [ 20981] By: jhi                                   on 2003/09/01  11:28:35
62391         Log: Subject: [DOC PATCH] perlfaq4.pod
62392              Date: Mon, 1 Sep 2003 12:38:50 +0200
62393              From: Elizabeth Mattijsen <liz@dijkmat.nl>
62394              Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]>
62395      Branch: perl
62396            ! pod/perlfaq4.pod
62397 ____________________________________________________________________________
62398 [ 20980] By: jhi                                   on 2003/09/01  08:49:02
62399         Log: Subject: glob() bug
62400              From: Gurusamy Sarathy <gsar@ActiveState.com>
62401              Date: Mon, 01 Sep 2003 02:25:41 -0700
62402              Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com>
62403      Branch: perl
62404            ! op.c t/run/fresh_perl.t
62405 ____________________________________________________________________________
62406 [ 20979] By: jhi                                   on 2003/09/01  06:32:01
62407         Log: Ultrix VAX is like VMS VAX in floating point.
62408      Branch: perl
62409            ! t/op/sprintf.t
62410 ____________________________________________________________________________
62411 [ 20978] By: jhi                                   on 2003/09/01  05:44:25
62412         Log: Subject: [PATCH@20959] some WinCE compilers require a little correction
62413              From: Vadim Konovalov <vkonovalov@peterstar.ru>
62414              Date: Mon, 1 Sep 2003 02:57:33 +0400
62415              Message-ID: <1091134912500.20030901025733@peterstar.ru>
62416      Branch: perl
62417            ! wince/Makefile.ce wince/wince.c
62418 ____________________________________________________________________________
62419 [ 20973] By: jhi                                   on 2003/08/31  15:34:43
62420         Log: Add test for -i.
62421      Branch: perl
62422            ! MANIFEST t/run/switches.t
62423 ____________________________________________________________________________
62424 [ 20972] By: jhi                                   on 2003/08/31  15:12:10
62425         Log: Add tests for -h and (unknown) -z.
62426      Branch: perl
62427            ! MANIFEST t/run/switches.t
62428 ____________________________________________________________________________
62429 [ 20971] By: jhi                                   on 2003/08/31  15:03:42
62430         Log: Add test for -v.
62431      Branch: perl
62432            ! MANIFEST t/run/switches.t
62433 ____________________________________________________________________________
62434 [ 20970] By: jhi                                   on 2003/08/31  14:55:54
62435         Log: List the switches tested in switches.t.
62436      Branch: perl
62437            ! t/run/switches.t
62438 ____________________________________________________________________________
62439 [ 20969] By: jhi                                   on 2003/08/31  14:51:19
62440         Log: Subject: [PATCH: perl@20898] have installperl install perl_setup.com and dbga2p.exe for VMS
62441              From: PPrymmer@factset.com
62442              Message-ID: <OF0394CB1E.C7646793-ON85256D93.004D75D4-85256D93.004E01F2@factset.com>
62443              Date: Sun, 31 Aug 2003 10:11:54 -0400
62444      Branch: perl
62445            ! installperl
62446 ____________________________________________________________________________
62447 [ 20968] By: jhi                                   on 2003/08/31  13:24:10
62448         Log: Subject: [PATCH sv.c] Re: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
62449              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
62450              Date: Sun, 31 Aug 2003 15:21:17 +0200
62451              Message-ID: <038401c36fc2$d01b1440$9b00a8c0@R2D2>
62452      Branch: perl
62453            ! sv.c
62454 ____________________________________________________________________________
62455 [ 20965] By: jhi                                   on 2003/08/31  08:55:59
62456         Log: Ouch.  Upgrading to base 2.0 made the threads tests very unhappy
62457              both in blead and maint, lots of "Attempt to free non-existent
62458              shared string" and "Unbalanced string table refcount" errors.
62459              Retract #20960 (and #20963).
62460      Branch: perl
62461            - lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
62462            - lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
62463            ! MANIFEST lib/base.pm lib/fields.pm
62464 ____________________________________________________________________________
62465 [ 20964] By: jhi                                   on 2003/08/31  08:17:43
62466         Log: Integrate from maint:
62467              [ 20963]
62468              Muffle the 'Pseudo-hashes are deprecated' warning for maint.
62469      Branch: perl
62470           !> lib/base/t/fp560.t
62471 ____________________________________________________________________________
62472 [ 20961] By: jhi                                   on 2003/08/31  08:09:21
62473         Log: De-cargo-cult.
62474      Branch: perl
62475            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
62476 ____________________________________________________________________________
62477 [ 20960] By: jhi                                   on 2003/08/31  08:07:43
62478         Log: Upgrade to base.pm 2.0.
62479
62480              (Rename the tests around a bit to be more 8.3-friendly.)
62481      Branch: perl
62482            + lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
62483            + lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
62484            ! MANIFEST lib/base.pm lib/fields.pm
62485 ____________________________________________________________________________
62486 [ 20957] By: jhi                                   on 2003/08/30  18:47:02
62487         Log: Fewer naked char constants.
62488      Branch: perl
62489            ! doio.c perlio.c sv.h
62490 ____________________________________________________________________________
62491 [ 20956] By: jhi                                   on 2003/08/30  18:38:05
62492         Log: This is probably a wrong fix for
62493              [perl #23645] tell with perlio on appended files
62494              but maybe this gets NI-S agitated enough to present the correct fix :-)
62495      Branch: perl
62496            ! perlio.c t/io/tell.t
62497 ____________________________________________________________________________
62498 [ 20954] By: jhi                                   on 2003/08/30  17:14:19
62499         Log: A new try at
62500
62501              Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
62502              From: "Gerrit P. Haase" <gp@familiehaase.de>
62503              Date: Thu, 28 Aug 2003 08:18:51 +0200
62504              Message-ID: <4157199551.20030828081851@familiehaase.de>
62505
62506              (this time Cygwin only)
62507      Branch: perl
62508            ! perlio.c
62509 ____________________________________________________________________________
62510 [ 20952] By: rgs                                   on 2003/08/30  15:20:48
62511         Log: Tweak XSLoader.t.
62512              XSLoader is supposed to work even for extensions that
62513              are statically linked. So only check that the extension we
62514              test for is actually available. (This test is not supposed
62515              to be run by miniperl.)
62516      Branch: perl
62517            ! ext/DynaLoader/t/XSLoader.t
62518 ____________________________________________________________________________
62519 [ 20950] By: jhi                                   on 2003/08/30  06:49:31
62520         Log: Something went wrong in change #20929;
62521              linux 2.4.18-bf2.4 didn't like it:
62522              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html
62523              and similar failure pattern also seen in Solaris 8.
62524      Branch: perl
62525            ! perlio.c
62526 ____________________________________________________________________________
62527 [ 20948] By: jhi                                   on 2003/08/30  06:08:57
62528         Log: Setup @INC.
62529      Branch: perl
62530            ! t/op/cproto.t
62531 ____________________________________________________________________________
62532 [ 20946] By: jhi                                   on 2003/08/30  06:00:09
62533         Log: Tabify and re-sort MANIFEST.
62534      Branch: perl
62535            ! MANIFEST
62536 ____________________________________________________________________________
62537 [ 20945] By: jhi                                   on 2003/08/30  05:57:04
62538         Log: Make XSLoader.t more robust (and sdbm.t more verbose)
62539      Branch: perl
62540            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
62541 ____________________________________________________________________________
62542 [ 20944] By: jhi                                   on 2003/08/30  05:50:41
62543         Log: Subject: [PATCH] XSLoader nits and tests
62544              From: Michael G Schwern <schwern@pobox.com>
62545              Date: Fri, 29 Aug 2003 22:55:07 -0700
62546              Message-ID: <20030830055507.GI25970@windhund.schwern.org>
62547      Branch: perl
62548            + ext/DynaLoader/t/XSLoader.t
62549            ! MANIFEST ext/DynaLoader/XSLoader_pm.PL
62550 ____________________________________________________________________________
62551 [ 20943] By: jhi                                   on 2003/08/30  05:44:02
62552         Log: Missed from #20942.
62553      Branch: perl
62554            ! lib/File/Spec/VMS.pm
62555 ____________________________________________________________________________
62556 [ 20942] By: jhi                                   on 2003/08/30  05:41:59
62557         Log: Subject: [PATCH: perl@20898] fix File::Spec->abs2rel() to return absolute $path more often for VMS
62558              From: PPrymmer@factset.com
62559              Date: Sat, 30 Aug 2003 00:57:28 -0400
62560              Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com>
62561      Branch: perl
62562            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
62563 ____________________________________________________________________________
62564 [ 20941] By: jhi                                   on 2003/08/30  05:37:13
62565         Log: Subject: [patch sv.h api doc] SvTAINTED_on does its craft only under -T
62566              From: Stas Bekman <stas@stason.org>
62567              Date: Fri, 29 Aug 2003 17:11:41 -0700
62568              Message-ID: <3F4FEBBD.8000901@stason.org>
62569      Branch: perl
62570            ! pod/perlapi.pod sv.h
62571 ____________________________________________________________________________
62572 [ 20940] By: rgs                                   on 2003/08/29  21:17:59
62573         Log: Add a new test, to ensure that we don't unexpectedly change
62574              prototypes of builtins.
62575      Branch: perl
62576            + t/op/cproto.t
62577            ! MANIFEST
62578 ____________________________________________________________________________
62579 [ 20938] By: rgs                                   on 2003/08/29  20:22:21
62580         Log: Don't cast PL_multiline to bool : you may loose important bits.
62581      Branch: perl
62582            ! pp.c pp_hot.c
62583 ____________________________________________________________________________
62584 [ 20937] By: jhi                                   on 2003/08/29  17:22:11
62585         Log: Subject: [PATCH] Re: all 9007199254740992s are equal, but some are more equal than others
62586              From: Nicholas Clark <nick@ccl4.org>
62587              Date: Wed, 27 Aug 2003 22:59:55 +0100
62588              Message-ID: <20030827225955.E558@plum.flirble.org>
62589      Branch: perl
62590            ! pp.c
62591 ____________________________________________________________________________
62592 [ 20936] By: jhi                                   on 2003/08/29  17:17:16
62593         Log: Some perluniintro tweaks.
62594      Branch: perl
62595            ! pod/perluniintro.pod
62596 ____________________________________________________________________________
62597 [ 20935] By: jhi                                   on 2003/08/29  17:07:25
62598         Log: Tiny doc tweak from Shannon -jj Behrens.
62599      Branch: perl
62600            ! pod/perluniintro.pod
62601 ____________________________________________________________________________
62602 [ 20933] By: jhi                                   on 2003/08/29  13:25:18
62603         Log: Comparing an int to a U32 makes VC6 nervous.
62604      Branch: perl
62605            ! pp.c pp_hot.c
62606 ____________________________________________________________________________
62607 [ 20932] By: jhi                                   on 2003/08/29  13:06:06
62608         Log: Better skip() explicit number of tests, test counts getting
62609              out of sync less likely that way.
62610      Branch: perl
62611            ! t/op/pack.t
62612 ____________________________________________________________________________
62613 [ 20931] By: jhi                                   on 2003/08/29  12:59:32
62614         Log: Some Ultrix test dodgings.
62615      Branch: perl
62616            ! t/base/num.t t/op/arith.t t/op/pack.t
62617 ____________________________________________________________________________
62618 [ 20930] By: jhi                                   on 2003/08/29  12:57:07
62619         Log: Subject: [PATCH op.c] Perl_newCONSTSUB() related memory leaks
62620              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
62621              Date: Thu, 28 Aug 2003 21:47:22 +0200
62622              Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2>
62623      Branch: perl
62624            ! op.c
62625 ____________________________________________________________________________
62626 [ 20929] By: jhi                                   on 2003/08/29  12:55:12
62627         Log: Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
62628              From: "Gerrit P. Haase" <gp@familiehaase.de>
62629              Date: Thu, 28 Aug 2003 08:18:51 +0200
62630              Message-ID: <4157199551.20030828081851@familiehaase.de>
62631
62632              (changed so that the 'b' is always appended)
62633      Branch: perl
62634            ! perlio.c
62635 ____________________________________________________________________________
62636 [ 20928] By: jhi                                   on 2003/08/29  07:04:17
62637         Log: Subject: RE: [PATCH] Pod::InputObjects performance de-pessimization
62638              From: marek.rouchal@infineon.com
62639              Date: Wed, 27 Aug 2003 17:25:28 +0200
62640              Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com>
62641
62642              PodParser-1.25 prerelease.
62643      Branch: perl
62644            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
62645            ! lib/Pod/Parser.pm pod/pod2usage.PL pod/podchecker.PL
62646            ! pod/podselect.PL t/pod/find.t t/pod/poderrs.xr
62647 ____________________________________________________________________________
62648 [ 20927] By: jhi                                   on 2003/08/28  18:53:45
62649         Log: MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.
62650      Branch: perl
62651            ! ext/DynaLoader/dl_mpeix.xs mpeix/mpeix.c
62652 ____________________________________________________________________________
62653 [ 20925] By: jhi                                   on 2003/08/28  16:15:47
62654         Log: Subject: [PATCH] valgrindpp.pl
62655              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
62656              Date: Thu, 28 Aug 2003 09:43:49 +0200
62657              Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2>
62658      Branch: perl
62659            ! Porting/valgrindpp.pl
62660 ____________________________________________________________________________
62661 [ 20924] By: jhi                                   on 2003/08/28  16:12:08
62662         Log: Subject: [PATCH] Quieten more warnings in Deparse.pm
62663              From: Paul Johnson <paul@pjcj.net>
62664              Date: Thu, 28 Aug 2003 00:13:59 +0200
62665              Message-ID: <20030827221359.GE28396@pjcj.net>
62666      Branch: perl
62667            ! ext/B/B/Deparse.pm
62668 ____________________________________________________________________________
62669 [ 20923] By: jhi                                   on 2003/08/28  01:45:51
62670         Log: Subject: Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod
62671              From: Michael G Schwern <schwern@pobox.com>
62672              Date: Wed, 27 Aug 2003 15:05:20 -0700
62673              Message-ID: <20030827220520.GD7300@windhund.schwern.org>
62674      Branch: perl
62675            ! lib/ExtUtils/MakeMaker/Tutorial.pod
62676 ____________________________________________________________________________
62677 [ 20922] By: rgs                                   on 2003/08/27  19:52:27
62678         Log: Add caveats and tests for Symbol::delete_package().
62679      Branch: perl
62680            ! lib/Symbol.pm lib/Symbol.t
62681 ____________________________________________________________________________
62682 [ 20921] By: jhi                                   on 2003/08/27  17:12:56
62683         Log: Configure is doing fine in Ultrix, operator error.
62684      Branch: perl
62685            ! hints/ultrix_4.sh
62686 ____________________________________________________________________________
62687 [ 20920] By: jhi                                   on 2003/08/27  16:49:22
62688         Log: Add the valgrindpp.pl script from Marcus Holland-Moritz.
62689      Branch: perl
62690            + Porting/valgrindpp.pl
62691            ! MANIFEST
62692 ____________________________________________________________________________
62693 [ 20917] By: jhi                                   on 2003/08/27  13:09:33
62694         Log: Subject: disturbing, disruptive typo in Tutorial.pod [PATCH]
62695              From: "John P. Linderman" <jpl@research.att.com>
62696              Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
62697              Message-Id: <200308271210.IAA23907@raptor.research.att.com>
62698
62699              Subject: typo in pod/perlnewmod.pod [PATCH]
62700              From: "John P. Linderman" <jpl@research.att.com>
62701              Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
62702              Message-Id: <200308271307.JAA46955@raptor.research.att.com>
62703
62704              Subject: [PATCH] document the location of byacc
62705              From: Dave Mitchell <davem@fdgroup.com>
62706              Date: Wed, 27 Aug 2003 14:26:50 +0100
62707              Message-ID: <20030827132650.GA23144@fdgroup.com>
62708      Branch: perl
62709            ! Porting/pumpkin.pod lib/ExtUtils/MakeMaker/Tutorial.pod
62710            ! pod/perlnewmod.pod
62711 ____________________________________________________________________________
62712 [ 20916] By: jhi                                   on 2003/08/27  13:01:26
62713         Log: Ultrix tweaks: <string.h> must not be included twice
62714              (otherwise one gets prototype conflicts between the <string.h>
62715              and proto.h because Ultrix thinks e.g. Perl_ninstr has been
62716              define in <string.h>...); and Configure misprobes some features.
62717      Branch: perl
62718            ! ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/sdbm.c
62719            ! ext/SDBM_File/sdbm/sdbm.h ext/Socket/Socket.xs
62720            ! hints/ultrix_4.sh
62721 ____________________________________________________________________________
62722 [ 20915] By: jhi                                   on 2003/08/27  05:37:34
62723         Log: Urk.  In Mac OS X byteorder is not one of the "known ones",
62724              but instead it is 0xFFFF.  So retract #20914.
62725      Branch: perl
62726            ! perl.h
62727 ____________________________________________________________________________
62728 [ 20914] By: jhi                                   on 2003/08/27  05:17:44
62729         Log: Sanity check for BYTEORDER.
62730      Branch: perl
62731            ! perl.h
62732 ____________________________________________________________________________
62733 [ 20913] By: rgs                                   on 2003/08/26  20:34:48
62734         Log: Integrate two DJGPP portability patches from the 5.6.2 branch :
62735
62736              [20859]
62737              Two portability patches for DJGPP from Richard Dawe
62738              <rich@phekda.freeserve.co.uk>.
62739              Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
62740
62741              [20911]
62742              Don't uppercase automatically all environment variables on DJGPP.
62743              (reported by Richard Dawe, this breaks portability of Unix
62744              scripts.) Don't change the behaviour on plain MS/DOS.
62745      Branch: perl
62746            ! perl.c
62747           !> djgpp/djgppsed.sh dosish.h
62748 ____________________________________________________________________________
62749 [ 20912] By: rgs                                   on 2003/08/26  20:15:40
62750         Log: perlapi.pod tweaks, based on :
62751              Subject: misdocumented return value for sv_setref*
62752              From: Joe Schaefer <joe+perl@sunstarsys.com>
62753              Date: 12 Aug 2003 13:21:42 -0400
62754              Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com>
62755      Branch: perl
62756            ! pod/perlapi.pod sv.c
62757 ____________________________________________________________________________
62758 [ 20910] By: rgs                                   on 2003/08/26  19:37:29
62759         Log: Change the internal prototype of the pop() and shift() builtins
62760              to (;\@), to reflect that their array argument is optional.
62761      Branch: perl
62762            ! opcode.h opcode.pl
62763 ____________________________________________________________________________
62764 [ 20909] By: rgs                                   on 2003/08/26  19:13:39
62765         Log: Subject: [PATCH] improved 19064 (local $_[0] problems)
62766              From: Dave Mitchell <davem@fdgroup.com>
62767              Date: Sun, 24 Aug 2003 15:52:00 +0100
62768              Message-ID: <20030824145159.GA12210@fdgroup.com>
62769      Branch: perl
62770            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
62771 ____________________________________________________________________________
62772 [ 20908] By: rgs                                   on 2003/08/26  18:40:50
62773         Log: Subject: [PATCH] minor File::Spec testing cleanup
62774              From: Ken Williams <ken@mathforum.org>
62775              Date: Thu, 21 Aug 2003 22:47:51 -0500
62776              Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org>
62777      Branch: perl
62778            ! lib/File/Spec/t/rel2abs2rel.t
62779 ____________________________________________________________________________
62780 [ 20907] By: jhi                                   on 2003/08/26  12:12:14
62781         Log: Maintainer catch from Rafael.
62782      Branch: perl
62783            ! Porting/Maintainers.pl
62784 ____________________________________________________________________________
62785 [ 20905] By: jhi                                   on 2003/08/26  09:36:22
62786         Log: Take a cutdown version of the change #20903 also to perlebcdic.
62787      Branch: perl
62788            ! pod/perlebcdic.pod
62789 ____________________________________________________________________________
62790 [ 20904] By: jhi                                   on 2003/08/26  09:29:49
62791         Log: No dynaloading at all in Ultrix.
62792      Branch: perl
62793            ! hints/ultrix_4.sh
62794 ____________________________________________________________________________
62795 [ 20903] By: jhi                                   on 2003/08/26  08:54:02
62796         Log: PerlIO on EBCDIC on BS2000 advice from Thomas Dorner.
62797              (This information looks interesting enough to be mentioned
62798              elsewhere, too.)
62799      Branch: perl
62800            ! README.bs2000
62801 ____________________________________________________________________________
62802 [ 20902] By: jhi                                   on 2003/08/26  08:36:36
62803         Log: CGI::Carp from CGI.pm 3.00 was missing.
62804      Branch: perl
62805            ! lib/CGI/Carp.pm
62806 ____________________________________________________________________________
62807 [ 20901] By: jhi                                   on 2003/08/26  05:18:15
62808         Log: Subject: Re: [PATCH] valgrind and /#/x
62809              From: Enache Adrian <enache@rdslink.ro>
62810              Date: Tue, 26 Aug 2003 08:11:07 +0300
62811              Message-ID: <20030826051107.GA1086@ratsnest.hole>
62812      Branch: perl
62813            ! regcomp.c t/op/re_tests t/run/fresh_perl.t toke.c
62814 ____________________________________________________________________________
62815 [ 20900] By: jhi                                   on 2003/08/26  04:53:09
62816         Log: More memory lane.
62817      Branch: perl
62818            ! hints/ultrix_4.sh
62819 ____________________________________________________________________________
62820 [ 20899] By: rgs                                   on 2003/08/25  21:05:57
62821         Log: fix syscall() prototype description in
62822              perlfunc.pod, as suggested by Lukas Mai.
62823      Branch: perl
62824            ! pod/perlfunc.pod
62825 ____________________________________________________________________________
62826 [ 20896] By: jhi                                   on 2003/08/25  19:52:48
62827         Log: Tiny doc tweak.
62828      Branch: perl
62829            ! README.solaris
62830 ____________________________________________________________________________
62831 [ 20895] By: jhi                                   on 2003/08/25  19:46:31
62832         Log: Even more SunOS 4 info.
62833      Branch: perl
62834            ! README.solaris
62835 ____________________________________________________________________________
62836 [ 20894] By: jhi                                   on 2003/08/25  19:37:00
62837         Log: Subject: [PATCH@20512] make backspace key work for WinCE users
62838              From: Vadim Konovalov <vkonovalov@peterstar.ru>
62839              Date: Tue, 26 Aug 2003 00:10:29 +0400
62840              Message-ID: <135606488000.20030826001029@peterstar.ru>
62841      Branch: perl
62842            ! wince/perlmain.c
62843 ____________________________________________________________________________
62844 [ 20893] By: jhi                                   on 2003/08/25  19:25:08
62845         Log: Subject: more valgrinding: select problem?
62846              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
62847              Date: Mon, 25 Aug 2003 22:02:17 +0200
62848              Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>
62849
62850              In glibc, just use the __FD_SETSIZE since that's
62851              the size of the buffer (usually 1024 bits, much
62852              more than the selectminbits of 32).
62853      Branch: perl
62854            ! pp_sys.c
62855 ____________________________________________________________________________
62856 [ 20892] By: jhi                                   on 2003/08/25  19:11:32
62857         Log: More ptags tweakage from Stas; now add 'fullpath'
62858              option to get absolute paths.
62859      Branch: perl
62860            ! emacs/ptags
62861 ____________________________________________________________________________
62862 [ 20891] By: jhi                                   on 2003/08/25  18:35:03
62863         Log: The new tests of #20888 didn't really test what they claimed to.
62864      Branch: perl
62865            ! t/op/pat.t
62866 ____________________________________________________________________________
62867 [ 20890] By: jhi                                   on 2003/08/25  18:14:33
62868         Log: Subject: [5.8.1] maint @ 20845 OK on aix 4.2
62869              From: Jose.auguste-etienne@cgss-guyane.fr
62870              Date: Mon, 25 Aug 2003 14:35:45 -0300
62871              Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr>
62872
62873              AIX Configure advice.
62874      Branch: perl
62875            ! README.aix
62876 ____________________________________________________________________________
62877 [ 20889] By: jhi                                   on 2003/08/25  18:08:42
62878         Log: More SunOS 4.x info.
62879      Branch: perl
62880            ! README.solaris
62881 ____________________________________________________________________________
62882 [ 20888] By: jhi                                   on 2003/08/25  17:53:32
62883         Log: The #20887 didn't go over that well;
62884              and add a few more tests from UTS#18.
62885      Branch: perl
62886            ! t/op/pat.t
62887 ____________________________________________________________________________
62888 [ 20887] By: jhi                                   on 2003/08/25  16:40:51
62889         Log: pat.t -> charnames -> UCD -> Storable,
62890              not good for static builds and minitest.
62891      Branch: perl
62892            ! t/op/pat.t
62893 ____________________________________________________________________________
62894 [ 20886] By: jhi                                   on 2003/08/25  16:35:26
62895         Log: SunOS 4.1.4 is working, too.
62896      Branch: perl
62897            ! README.solaris hints/sunos_4_1.sh
62898 ____________________________________________________________________________
62899 [ 20884] By: jhi                                   on 2003/08/25  16:05:18
62900         Log: Regen perlmodlib, perltoc.
62901      Branch: perl
62902            ! pod/perlmodlib.pod pod/perltoc.pod
62903 ____________________________________________________________________________
62904 [ 20881] By: jhi                                   on 2003/08/25  15:45:51
62905         Log: UVSIZE is not yet defined when it would be needed
62906              by MULTIARCH.  So go back to LONGSIZE, and (belt-
62907              and-suspenders-and-rope style) later in UVSIZE
62908              possibly redefine BYTEORDER.
62909      Branch: perl
62910            ! Configure config_h.SH
62911 ____________________________________________________________________________
62912 [ 20880] By: jhi                                   on 2003/08/25  11:28:45
62913         Log: Subject: [PATCH] valgrind and /#/x
62914              From: Dave Mitchell <davem@fdgroup.com>
62915              Date: Mon, 25 Aug 2003 13:27:49 +0100
62916              Message-ID: <20030825122748.GA15560@fdgroup.com>
62917      Branch: perl
62918            ! regcomp.c
62919 ____________________________________________________________________________
62920 [ 20879] By: jhi                                   on 2003/08/25  11:16:29
62921         Log: Subject: Please update my address
62922              From: Ed Avis <ed@membled.com>
62923              Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST)
62924              Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>
62925
62926              (Just the AUTHORS part, though, I don't think retroactively
62927              updating the Changes* is useful.)
62928      Branch: perl
62929            ! AUTHORS
62930 ____________________________________________________________________________
62931 [ 20878] By: jhi                                   on 2003/08/25  11:14:26
62932         Log: Document even more ways of affecting your "utf8ness".
62933      Branch: perl
62934            ! lib/utf8.pm
62935 ____________________________________________________________________________
62936 [ 20877] By: jhi                                   on 2003/08/25  11:11:40
62937         Log: Change the VERSION since there are now changes since Perl 5.8.0.
62938      Branch: perl
62939            ! ext/I18N/Langinfo/Langinfo.pm
62940 ____________________________________________________________________________
62941 [ 20876] By: jhi                                   on 2003/08/25  11:11:13
62942         Log: Keep the CGI::Util VERSION at 1.31 since there have been changes
62943              since Perl 5.8.0.
62944      Branch: perl
62945            ! lib/CGI/Util.pm
62946 ____________________________________________________________________________
62947 [ 20875] By: jhi                                   on 2003/08/25  11:09:49
62948         Log: Upgrade to CGI.pm 3.00.
62949      Branch: perl
62950            ! lib/CGI.pm lib/CGI/Util.pm
62951 ____________________________________________________________________________
62952 [ 20872] By: jhi                                   on 2003/08/25  09:03:44
62953         Log: Subject: [PATCH] valgrind update
62954              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
62955              Date: Mon, 25 Aug 2003 09:51:57 +0200 (MEST)
62956              Message-ID: <21671.1061797917@www38.gmx.net>
62957      Branch: perl
62958            ! t/TEST t/op/magic.t
62959 ____________________________________________________________________________
62960 [ 20871] By: jhi                                   on 2003/08/25  05:16:02
62961         Log: Subject: [PATCH] valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)
62962              From: Nicholas Clark <nick@ccl4.org>
62963              Date: Sun, 24 Aug 2003 16:48:53 +0100
62964              Message-ID: <20030824164851.E558@plum.flirble.org>
62965      Branch: perl
62966            ! doop.c
62967 ____________________________________________________________________________
62968 [ 20870] By: jhi                                   on 2003/08/25  05:14:04
62969         Log: Subject: [patch emacs/ptags] allow xemacs to be used
62970              From: Stas Bekman <stas@stason.org>
62971              Date: Sun, 24 Aug 2003 22:05:00 -0700
62972              Message-ID: <3F4998FC.3090401@stason.org>
62973      Branch: perl
62974            ! emacs/ptags
62975 ____________________________________________________________________________
62976 [ 20868] By: jhi                                   on 2003/08/24  13:20:03
62977         Log: MPE/iX doc tweak from Mark Bixby.
62978      Branch: perl
62979            ! README.mpeix
62980 ____________________________________________________________________________
62981 [ 20867] By: jhi                                   on 2003/08/24  10:46:42
62982         Log: Various tweaks for getting Perl to compile on SunOS 4.x.
62983              Doesn't work well yet, something broken in DynaLoader/XSLoader?
62984      Branch: perl
62985            ! README.solaris ext/IO/poll.c hints/sunos_4_1.sh
62986 ____________________________________________________________________________
62987 [ 20866] By: jhi                                   on 2003/08/24  10:00:59
62988         Log: IRIX 5.3 is 99.90% okay.
62989      Branch: perl
62990            ! README.irix hints/irix_5.sh
62991 ____________________________________________________________________________
62992 [ 20865] By: jhi                                   on 2003/08/24  08:24:46
62993         Log: An imperfect last resort in case there is no strtoul() but
62994              there is strtol() (like e.g. SunOS 4) because of the Atoul()
62995              in Perl_get_hash_seed()).  The only true fix would be to
62996              implement Perl_my_strtoul() (and Perl_my_strtol(), I guess)
62997              in numeric.c.
62998      Branch: perl
62999            ! perl.h
63000 ____________________________________________________________________________
63001 [ 20864] By: jhi                                   on 2003/08/24  07:45:47
63002         Log: s/rationale/rational/g on bigrats.
63003      Branch: perl
63004            ! lib/Math/BigRat.pm lib/bigrat.pm
63005 ____________________________________________________________________________
63006 [ 20862] By: jhi                                   on 2003/08/24  06:41:17
63007         Log: Update the CPAN mirrors list.
63008      Branch: perl
63009            ! pod/perlmodlib.PL pod/perlmodlib.pod
63010 ____________________________________________________________________________
63011 [ 20861] By: jhi                                   on 2003/08/24  06:13:13
63012         Log: gcc -O3 and Storable in Linux do not like each other.
63013      Branch: perl
63014            ! ext/Storable/hints/linux.pl
63015 ____________________________________________________________________________
63016 [ 20860] By: jhi                                   on 2003/08/24  05:34:56
63017         Log: Bad quote day, noticed by Philip Newton.
63018      Branch: perl
63019            ! hints/dos_djgpp.sh
63020 ____________________________________________________________________________
63021 [ 20856] By: jhi                                   on 2003/08/23  09:15:15
63022         Log: Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture"
63023              From: Enache Adrian <enache@rdslink.ro>
63024              Date: Mon, 4 Aug 2003 16:20:19 +0300
63025              Message-ID: <20030804132019.GA6764@ratsnest.hole>
63026      Branch: perl
63027            ! Configure config_h.SH
63028 ____________________________________________________________________________
63029 [ 20855] By: jhi                                   on 2003/08/23  07:51:32
63030         Log: Add more comments so that one can see what is supposed to happen.
63031      Branch: perl
63032            ! t/op/lc.t
63033 ____________________________________________________________________________
63034 [ 20854] By: jhi                                   on 2003/08/23  07:41:11
63035         Log: More data points about the Storable optimization problem
63036              in Linux.  (It might be that also non-Debians are affected,
63037              waiting for more information.)
63038      Branch: perl
63039            ! ext/Storable/hints/linux.pl
63040 ____________________________________________________________________________
63041 [ 20853] By: jhi                                   on 2003/08/23  07:37:41
63042         Log: Move the note about known eval leaks earlier.
63043      Branch: perl
63044            ! pod/perlhack.pod
63045 ____________________________________________________________________________
63046 [ 20852] By: jhi                                   on 2003/08/23  07:15:58
63047         Log: Forgot to regen byterun.c.
63048      Branch: perl
63049            ! ext/ByteLoader/byterun.c
63050 ____________________________________________________________________________
63051 [ 20851] By: jhi                                   on 2003/08/23  07:13:29
63052         Log: Doc tweaks on perlhack.
63053      Branch: perl
63054            ! pod/perlhack.pod
63055 ____________________________________________________________________________
63056 [ 20850] By: jhi                                   on 2003/08/23  06:54:58
63057         Log: Subject: [PATCH] Re: valgrind as a leak hound?
63058              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
63059              Date: Fri, 22 Aug 2003 23:28:18 +0200
63060              Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2>
63061
63062              Add the leak detection to valgrind testing.
63063      Branch: perl
63064            + t/perl.supp
63065            ! MANIFEST pod/perlhack.pod t/TEST
63066 ____________________________________________________________________________
63067 [ 20843] By: jhi                                   on 2003/08/22  15:05:39
63068         Log: Oops.  Why can't C comments nest?
63069      Branch: perl
63070            ! pp_sys.c
63071 ____________________________________________________________________________
63072 [ 20842] By: jhi                                   on 2003/08/22  14:57:09
63073         Log: Try to dodge getspnam() in AIX.
63074      Branch: perl
63075            ! pp_sys.c
63076 ____________________________________________________________________________
63077 [ 20840] By: jhi                                   on 2003/08/22  13:52:26
63078         Log: Subject: Re: mysterious bytecode.t failure
63079              From: Enache Adrian <enache@rdslink.ro>
63080              Date: Fri, 22 Aug 2003 11:49:34 +0300
63081              Message-ID: <20030822084934.GA1257@ratsnest.hole>
63082      Branch: perl
63083            ! t/base/lex.t
63084 ____________________________________________________________________________
63085 [ 20839] By: jhi                                   on 2003/08/22  13:51:44
63086         Log: Subject: [PATCH] for File::Temp::tempdir(CLEANUP => 1)
63087              From: Slaven Rezic <slaven@rezic.de>
63088              Date: Sun, 17 Aug 2003 12:52:47 +0200 (CEST)
63089              Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de>
63090      Branch: perl
63091            ! lib/File/Temp.pm lib/File/Temp/t/tempfile.t
63092 ____________________________________________________________________________
63093 [ 20837] By: jhi                                   on 2003/08/22  13:42:24
63094         Log: Just #.
63095      Branch: perl
63096            ! pod/buildtoc pod/perltoc.pod
63097 ____________________________________________________________________________
63098 [ 20835] By: jhi                                   on 2003/08/22  13:32:12
63099         Log: Regen toc.
63100      Branch: perl
63101            ! pod/perltoc.pod
63102 ____________________________________________________________________________
63103 [ 20834] By: jhi                                   on 2003/08/22  13:28:36
63104         Log: Also MANIFEST the vms/perlvms restoration.
63105      Branch: perl
63106            ! MANIFEST
63107 ____________________________________________________________________________
63108 [ 20833] By: jhi                                   on 2003/08/22  13:22:02
63109         Log: In the vms/descrip_mms.template    the perlvms.pod must
63110              be copied from vms/, err, [.vms], not [.pod].
63111      Branch: perl
63112            ! pod/buildtoc vms/descrip_mms.template
63113 ____________________________________________________________________________
63114 [ 20832] By: jhi                                   on 2003/08/22  13:15:35
63115         Log: Retract #20826 and #20831; things are done differently
63116              in VMS, it seems.  Maybe the vms/descrip_mms.template
63117              needs to be changed?
63118      Branch: perl
63119            + vms/perlvms.pod
63120            - pod/perlvms.pod
63121            ! MANIFEST Makefile.SH
63122 ____________________________________________________________________________
63123 [ 20831] By: jhi                                   on 2003/08/22  13:04:47
63124         Log: Rafael spotted that vms/perlvms.pod was still referred to.
63125      Branch: perl
63126            ! Makefile.SH
63127 ____________________________________________________________________________
63128 [ 20829] By: jhi                                   on 2003/08/22  12:22:04
63129         Log: The change #20809 opened up a code path that might leave s unset.
63130      Branch: perl
63131            ! mg.c
63132 ____________________________________________________________________________
63133 [ 20828] By: jhi                                   on 2003/08/22  12:17:49
63134         Log: Subject: [PATCH: lib/File/Path.t] Re: maint @ 20803
63135              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
63136              Date: Fri, 22 Aug 2003 14:57:09 +0200
63137              Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2>
63138      Branch: perl
63139            ! lib/File/Path.t
63140 ____________________________________________________________________________
63141 [ 20827] By: jhi                                   on 2003/08/22  12:17:01
63142         Log: Test the correct longness; from Enache.
63143      Branch: perl
63144            ! ext/B/t/assembler.t
63145 ____________________________________________________________________________
63146 [ 20826] By: jhi                                   on 2003/08/22  12:15:28
63147         Log: perlvms moving day, from Craig Berry.
63148      Branch: perl
63149            + pod/perlvms.pod
63150            - vms/perlvms.pod
63151            ! MANIFEST
63152 ____________________________________________________________________________
63153 [ 20825] By: jhi                                   on 2003/08/22  12:14:14
63154         Log: Lower Storable.xs optimization to -O2 on certain
63155              known platforms.
63156      Branch: perl
63157            + ext/Storable/hints/linux.pl
63158            ! MANIFEST
63159 ____________________________________________________________________________
63160 [ 20824] By: jhi                                   on 2003/08/22  08:20:15
63161         Log: Subject: [PATCH] Re: [perl #23463] compiler version on sparc/netbsd
63162              From: Nicholas Clark <nick@ccl4.org>
63163              Date: Thu, 21 Aug 2003 22:26:18 +0100
63164              Message-ID: <20030821222618.T558@plum.flirble.org>
63165      Branch: perl
63166            ! t/op/pack.t
63167 ____________________________________________________________________________
63168 [ 20823] By: jhi                                   on 2003/08/22  08:16:47
63169         Log: Subject: Re: [perl #23463]: compiler version on sparc/netbsd
63170              From: alian@cpan.org (Alian)
63171              Date: Wed, 20 Aug 2003 20:39:17 +0200
63172              Message-ID: <3F43C055.6030709@jupiter.alianet>
63173      Branch: perl
63174            ! t/op/pack.t
63175 ____________________________________________________________________________
63176 [ 20822] By: jhi                                   on 2003/08/22  08:01:57
63177         Log: Try to make the use of utf8 as clear as possible.
63178      Branch: perl
63179            ! lib/utf8.pm
63180 ____________________________________________________________________________
63181 [ 20821] By: jhi                                   on 2003/08/22  07:51:21
63182         Log: Put the tests of the change #19064 back, but disable them.
63183      Branch: perl
63184            ! t/op/args.t
63185 ____________________________________________________________________________
63186 [ 20820] By: jhi                                   on 2003/08/22  06:47:50
63187         Log: Advertise the encoding pragma at the utf8 pragma.
63188      Branch: perl
63189            ! lib/utf8.pm
63190 ____________________________________________________________________________
63191 [ 20819] By: jhi                                   on 2003/08/22  06:31:29
63192         Log: Subject: [PATCH] grok_* symbols missing in Devel::PPPort (2nd attempt)
63193              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
63194              Date: Fri, 22 Aug 2003 09:01:09 +0200
63195              Message-id: <20030822070109.GA1029@ethan>
63196      Branch: perl
63197            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
63198            ! ext/Devel/PPPort/t/test.t
63199 ____________________________________________________________________________
63200 [ 20817] By: jhi                                   on 2003/08/22  05:18:53
63201         Log: Subject: [PATCH] perl-5.8.0, langinfo.h and YESSTR
63202              From: insecure <insecure@mail.od.ua>
63203              Date: Thu, 21 Aug 2003 21:37:56 +0300
63204              Message-Id: <200308212137.57016.insecure@mail.od.ua>
63205      Branch: perl
63206            ! ext/I18N/Langinfo/Langinfo.xs
63207 ____________________________________________________________________________
63208 [ 20816] By: jhi                                   on 2003/08/22  05:15:30
63209         Log: More bytecode patching from Enache.
63210      Branch: perl
63211            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
63212            ! ext/B/B/Disassembler.pm ext/ByteLoader/bytecode.h
63213 ____________________________________________________________________________
63214 [ 20815] By: jhi                                   on 2003/08/22  05:06:58
63215         Log: Subject: Re: pod cleanup
63216              From: Ken Williams <ken@mathforum.org>
63217              Date: Thu, 21 Aug 2003 21:24:57 -0500
63218              Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org>
63219      Branch: perl
63220            ! lib/File/Spec/Cygwin.pm lib/File/Spec/OS2.pm
63221 ____________________________________________________________________________
63222 [ 20814] By: jhi                                   on 2003/08/22  05:05:52
63223         Log: Do not edit perltoc since it is autogenerated.
63224      Branch: perl
63225            ! pod/buildtoc
63226 ____________________________________________________________________________
63227 [ 20813] By: jhi                                   on 2003/08/22  04:57:12
63228         Log: Subject: [PATCH] Re: pod cleanup
63229              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
63230              Date: Thu, 21 Aug 2003 17:09:17 -0400
63231              Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
63232
63233              (the pod part)
63234      Branch: perl
63235            ! pod/perl5005delta.pod pod/perlfaq4.pod pod/perlhack.pod
63236            ! pod/perlipc.pod pod/perlpacktut.pod
63237 ____________________________________________________________________________
63238 [ 20811] By: jhi                                   on 2003/08/22  04:46:58
63239         Log: No need to E<gt>.
63240      Branch: perl
63241            ! pod/perluniintro.pod
63242 ____________________________________________________________________________
63243 [ 20810] By: jhi                                   on 2003/08/22  04:46:01
63244         Log: Add File::Temp's OO test.
63245      Branch: perl
63246            + lib/File/Temp/t/object.t
63247            ! MANIFEST
63248 ____________________________________________________________________________
63249 [ 20809] By: rgs                                   on 2003/08/21  19:07:22
63250         Log: The magic variables that alter STDOUT have a tendancy to segfault
63251              when accessed if STDOUT is undefined. Protect them.
63252      Branch: perl
63253            ! mg.c
63254 ____________________________________________________________________________
63255 [ 20808] By: jhi                                   on 2003/08/21  18:39:36
63256         Log: Mention the Unicode UTR #18 version referenced.
63257      Branch: perl
63258            ! pod/perlunicode.pod
63259 ____________________________________________________________________________
63260 [ 20807] By: jhi                                   on 2003/08/21  18:22:22
63261         Log: Must close so that unlink works portably.
63262      Branch: perl
63263            ! t/io/utf8.t
63264 ____________________________________________________________________________
63265 [ 20806] By: jhi                                   on 2003/08/21  18:15:07
63266         Log: Subject: [perluniintro.pod] pod markup fix
63267              From: Stas Bekman <stas@stason.org>
63268              Date: Thu, 21 Aug 2003 11:41:01 -0700
63269              Message-ID: <3F45123D.8020805@stason.org>
63270      Branch: perl
63271            ! pod/perluniintro.pod
63272 ____________________________________________________________________________
63273 [ 20805] By: jhi                                   on 2003/08/21  18:11:30
63274         Log: Subject: [PATCH] utf8 variable names scrambled in error messages
63275              From: Enache Adrian <enache@rdslink.ro>
63276              Date: Thu, 21 Aug 2003 21:17:26 +0300
63277              Message-ID: <20030821181726.GA1241@ratsnest.hole>
63278      Branch: perl
63279            ! gv.c t/op/die.t
63280 ____________________________________________________________________________
63281 [ 20804] By: jhi                                   on 2003/08/21  18:09:10
63282         Log: Fix the syswrite downgrade bug of
63283              [perl #23428] Somethings rotten in unicode semantics
63284      Branch: perl
63285            ! pp_sys.c t/io/utf8.t
63286 ____________________________________________________________________________
63287 [ 20801] By: jhi                                   on 2003/08/21  15:06:16
63288         Log: No more public cwd(), use private _cwd().
63289      Branch: perl
63290            ! lib/File/Spec/t/Spec.t
63291 ____________________________________________________________________________
63292 [ 20799] By: jhi                                   on 2003/08/21  14:20:04
63293         Log: Underline the fact that abs2rel() makes no sense
63294              if it spans multiple roots.
63295      Branch: perl
63296            ! lib/File/Spec.pm lib/File/Spec/Unix.pm
63297 ____________________________________________________________________________
63298 [ 20798] By: jhi                                   on 2003/08/21  14:12:29
63299         Log: Rename the internal cwd() to _cwd() (it's not curdir).
63300      Branch: perl
63301            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
63302            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
63303            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
63304            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
63305 ____________________________________________________________________________
63306 [ 20797] By: jhi                                   on 2003/08/21  14:05:18
63307         Log: Subject: Re: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
63308              From: PPrymmer@factset.com
63309              Message-ID: <OF261B78F0.19FBE242-ON85256D88.00091B48-85256D88.000A179D@factset.com>
63310              Date: Tue, 19 Aug 2003 21:50:12 -0400
63311      Branch: perl
63312            ! lib/ExtUtils/MM_Unix.pm
63313 ____________________________________________________________________________
63314 [ 20795] By: jhi                                   on 2003/08/21  04:42:56
63315         Log: Retract #19064, broke mod_perl flushing (localisation of $|).
63316              http://public.activestate.com/cgi-bin/perlbrowse?patch=19064
63317              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01466.html
63318      Branch: perl
63319            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
63320 ____________________________________________________________________________
63321 [ 20794] By: jhi                                   on 2003/08/21  04:35:54
63322         Log: MPE/iX does not have nanosleep() (the test makes
63323              a wrong conclusion of the linking succeeding)
63324      Branch: perl
63325            ! ext/Time/HiRes/Makefile.PL
63326 ____________________________________________________________________________
63327 [ 20793] By: jhi                                   on 2003/08/21  04:35:05
63328         Log: Subject: Re: untieing your victim during the act
63329              From: Dave Mitchell <davem@fdgroup.com>
63330              Date: Wed, 20 Aug 2003 20:44:53 +0100
63331              Message-ID: <20030820194453.GD27719@fdgroup.com>
63332      Branch: perl
63333            ! mg.c
63334 ____________________________________________________________________________
63335 [ 20792] By: jhi                                   on 2003/08/21  04:30:54
63336         Log: Byteloader patching from Enache continues;
63337              PADOFFSET handling was wrong.
63338      Branch: perl
63339            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
63340            ! ext/B/t/assembler.t ext/ByteLoader/bytecode.h
63341            ! ext/ByteLoader/byterun.c
63342 ____________________________________________________________________________
63343 [ 20791] By: jhi                                   on 2003/08/20  13:55:35
63344         Log: Subject: [PATCH perl@20760] Remove redundant targets from Win32 Makefile
63345              From: Steve Hay <steve.hay@uk.radan.com>
63346              Date: Wed, 20 Aug 2003 10:54:46 +0100
63347              Message-ID: <3F434566.3030602@uk.radan.com>
63348      Branch: perl
63349            ! win32/Makefile win32/makefile.mk
63350 ____________________________________________________________________________
63351 [ 20790] By: jhi                                   on 2003/08/20  11:01:52
63352         Log: Upgrade to Encode 1.98.
63353      Branch: perl
63354            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
63355            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
63356            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
63357            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_eucjp.t
63358            ! ext/Encode/t/enc_utf8.t ext/Encode/t/mime-header.t
63359            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
63360            ! ext/Encode/ucm/macHebrew.ucm
63361 ____________________________________________________________________________
63362 [ 20789] By: jhi                                   on 2003/08/20  10:49:51
63363         Log: Patch from Enache for the crashing of bytecode.t in Tru64.
63364      Branch: perl
63365            ! ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
63366 ____________________________________________________________________________
63367 [ 20786] By: rgs                                   on 2003/08/19  20:22:07
63368         Log: t/TEST fails to fail when it can't find tests.
63369      Branch: perl
63370            ! t/TEST
63371 ____________________________________________________________________________
63372 [ 20785] By: jhi                                   on 2003/08/19  19:34:18
63373         Log: Manifest.t.ation of Schwern.
63374      Branch: perl
63375            ! lib/ExtUtils/t/Manifest.t
63376 ____________________________________________________________________________
63377 [ 20783] By: jhi                                   on 2003/08/19  19:24:00
63378         Log: Nick's podulator was right, I just hadn't read the manual...
63379              the vms\perlvms.pod lines needed to be moved.
63380      Branch: perl
63381            ! win32/Makefile win32/makefile.mk
63382 ____________________________________________________________________________
63383 [ 20781] By: jhi                                   on 2003/08/19  16:59:49
63384         Log: Subject: Re: [perl #23304] Installing perl breaks redhat-config scripts[was: New (well  known) printer won't install in RH-9]
63385              From: Andy Dougherty <doughera@lafayette.edu>
63386              Date: Tue, 19 Aug 2003 10:45:24 -0400 (EDT)
63387              Message-ID: <Pine.SOL.4.53.0308191027250.6665@maxwell.phys.lafayette.edu>
63388      Branch: perl
63389            ! INSTALL
63390 ____________________________________________________________________________
63391 [ 20780] By: jhi                                   on 2003/08/19  16:54:48
63392         Log: Subject: [PATCH] Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted
63393              From: alian <alian@cpan.org>
63394              Date: Tue, 19 Aug 2003 18:18:03 +0200
63395              Message-ID: <20030819161650.65754.qmail@onion.perl.org>
63396      Branch: perl
63397            + ext/B/hints/openbsd.pl
63398            ! MANIFEST
63399 ____________________________________________________________________________
63400 [ 20779] By: jhi                                   on 2003/08/19  16:49:22
63401         Log: Subject: Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
63402              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
63403              Date: Tue, 19 Aug 2003 08:28:14 -0700
63404              Message-ID: <20030819152814.GA15441@math.berkeley.edu>
63405      Branch: perl
63406            ! lib/File/Spec/OS2.pm
63407 ____________________________________________________________________________
63408 [ 20778] By: jhi                                   on 2003/08/19  15:09:30
63409         Log: Unnecessary whitespace diff.
63410      Branch: perl
63411            ! lib/ExtUtils/MakeMaker.pm
63412 ____________________________________________________________________________
63413 [ 20777] By: jhi                                   on 2003/08/19  15:05:18
63414         Log: One less failure.
63415      Branch: perl
63416            ! lib/ExtUtils/t/Manifest.t
63417 ____________________________________________________________________________
63418 [ 20776] By: jhi                                   on 2003/08/19  13:36:03
63419         Log: Replace #20772 with
63420
63421              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
63422              From: PPrymmer@factset.com
63423              Message-ID: <OFE22C35CE.D5CB1A7F-ON85256D87.004E3BCA-85256D87.004F9EF2@factset.com>
63424              Date: Tue, 19 Aug 2003 10:29:44 -0400
63425      Branch: perl
63426            ! lib/ExtUtils/t/Manifest.t
63427 ____________________________________________________________________________
63428 [ 20775] By: jhi                                   on 2003/08/19  13:29:13
63429         Log: (From Enache) Keep bytecode files (.plc) around in case
63430              of failures.  (Currently Tru64 is reliably barfing.)
63431      Branch: perl
63432            ! ext/B/t/bytecode.t
63433 ____________________________________________________________________________
63434 [ 20774] By: jhi                                   on 2003/08/19  13:20:59
63435         Log: 's buildtoc now.
63436      Branch: perl
63437            ! README.cygwin
63438 ____________________________________________________________________________
63439 [ 20773] By: jhi                                   on 2003/08/19  13:19:24
63440         Log: These are kind of important.
63441      Branch: perl
63442            ! MANIFEST
63443 ____________________________________________________________________________
63444 [ 20772] By: jhi                                   on 2003/08/19  13:13:26
63445         Log: Replace #20763 with
63446
63447              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
63448              From: Michael G Schwern <schwern@pobox.com>
63449              Date: Mon, 18 Aug 2003 17:07:30 -0700
63450              Message-ID: <20030819000729.GG14782@windhund.schwern.org>
63451      Branch: perl
63452            ! lib/ExtUtils/t/Manifest.t
63453 ____________________________________________________________________________
63454 [ 20771] By: jhi                                   on 2003/08/19  13:10:42
63455         Log: Subject: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
63456              From: Michael G Schwern <schwern@pobox.com>
63457              Date: Mon, 18 Aug 2003 18:02:08 -0700
63458              Message-ID: <20030819010208.GI14782@windhund.schwern.org>
63459      Branch: perl
63460            ! lib/File/Spec/OS2.pm
63461 ____________________________________________________________________________
63462 [ 20770] By: jhi                                   on 2003/08/19  13:08:45
63463         Log: Subject: [PATCH] maintperl - File::Spec cwd() stuff
63464              From: Ken Williams <ken@mathforum.org>
63465              Date: Mon, 18 Aug 2003 17:07:43 -0500
63466              Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org>
63467      Branch: perl
63468            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
63469            ! lib/File/Spec/t/Spec.t
63470 ____________________________________________________________________________
63471 [ 20769] By: jhi                                   on 2003/08/19  12:25:07
63472         Log: Update the history records.
63473      Branch: perl
63474            ! pod/perlhist.pod
63475 ____________________________________________________________________________
63476 [ 20768] By: jhi                                   on 2003/08/19  12:15:58
63477         Log: Still trying to unify MANIFEST sorting.
63478      Branch: perl
63479            ! MANIFEST pod/buildtoc
63480 ____________________________________________________________________________
63481 [ 20767] By: jhi                                   on 2003/08/19  12:10:00
63482         Log: Try to unify the MANIFEST sorting.
63483      Branch: perl
63484            ! MANIFEST Makefile.SH pod/buildtoc
63485 ____________________________________________________________________________
63486 [ 20766] By: jhi                                   on 2003/08/19  12:04:22
63487         Log: Nicholas Clark's podulator.  The win32 makefile
63488              generation doesn't seem to be working yet.
63489      Branch: perl
63490            + pod.lst pod/buildtoc
63491            - pod/buildtoc.PL
63492            ! MANIFEST Makefile.SH pod/Makefile.SH pod/perl.pod
63493            ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
63494 ____________________________________________________________________________
63495 [ 20765] By: jhi                                   on 2003/08/19  03:10:57
63496         Log: Pod tweaks for NEXT from Alan Ferrency.
63497      Branch: perl
63498            ! lib/NEXT.pm
63499 ____________________________________________________________________________
63500 [ 20764] By: jhi                                   on 2003/08/18  19:34:16
63501         Log: Typo tweaks from Gerrit P. Haase.  Fcntl, fcntl, fcntl.
63502      Branch: perl
63503            ! ext/Fcntl/Fcntl.pm pod/perlfunc.pod t/io/utf8.t
63504 ____________________________________________________________________________
63505 [ 20763] By: jhi                                   on 2003/08/18  19:01:33
63506         Log: Subject: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
63507              From: PPrymmer@factset.com
63508              Date: Mon, 18 Aug 2003 15:57:12 -0400
63509              Message-ID: <OF314202D4.49371ADF-ON85256D86.006CEBE2-85256D86.006D9AA7@factset.com>
63510      Branch: perl
63511            ! lib/ExtUtils/t/Manifest.t
63512 ____________________________________________________________________________
63513 [ 20762] By: jhi                                   on 2003/08/18  18:57:22
63514         Log: Subject: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
63515              From: PPrymmer@factset.com
63516              Date: Mon, 18 Aug 2003 14:28:22 -0400
63517              Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com>
63518      Branch: perl
63519            ! vms/descrip_mms.template
63520 ____________________________________________________________________________
63521 [ 20761] By: jhi                                   on 2003/08/18  18:53:05
63522         Log: Use the base class cwd() method.
63523      Branch: perl
63524            ! lib/File/Spec/VMS.pm
63525 ____________________________________________________________________________
63526 [ 20758] By: jhi                                   on 2003/08/18  09:37:22
63527         Log: Subject: [PATCH] Uppercase globals in Pod::Html
63528              From: Michael G Schwern <schwern@pobox.com>
63529              Date: Mon, 18 Aug 2003 03:29:09 -0700
63530              Message-ID: <20030818102909.GJ823@windhund.schwern.org>
63531      Branch: perl
63532            ! lib/Pod/Html.pm
63533 ____________________________________________________________________________
63534 [ 20756] By: jhi                                   on 2003/08/18  08:46:52
63535         Log: Subject: [PATCH] Pod::Html  unifying global variable declaration and initialization
63536              From: Michael G Schwern <schwern@pobox.com>
63537              Date: Mon, 18 Aug 2003 02:44:31 -0700
63538              Message-ID: <20030818094431.GG823@windhund.schwern.org>
63539      Branch: perl
63540            ! lib/Pod/Html.pm
63541 ____________________________________________________________________________
63542 [ 20755] By: jhi                                   on 2003/08/18  08:41:24
63543         Log: Warn about the slowness of memory debuggers.
63544      Branch: perl
63545            ! pod/perlhack.pod
63546 ____________________________________________________________________________
63547 [ 20754] By: jhi                                   on 2003/08/18  08:34:00
63548         Log: Upgrade to ExtUtils::MakeMaker 6.16.
63549      Branch: perl
63550            + lib/ExtUtils/t/prereq_print.t
63551            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Installed.pm
63552            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
63553            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
63554            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
63555            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Manifest.t
63556 ____________________________________________________________________________
63557 [ 20753] By: jhi                                   on 2003/08/18  08:21:36
63558         Log: Subject: Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
63559              From: Michael G Schwern <schwern@pobox.com>
63560              Date: Mon, 18 Aug 2003 01:34:34 -0700
63561              Message-ID: <20030818083433.GB823@windhund.schwern.org>
63562      Branch: perl
63563            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
63564 ____________________________________________________________________________
63565 [ 20752] By: jhi                                   on 2003/08/18  07:01:16
63566         Log: I could have sworn the base class method was there.
63567      Branch: perl
63568            ! lib/File/Spec/Unix.pm
63569 ____________________________________________________________________________
63570 [ 20751] By: jhi                                   on 2003/08/18  05:09:34
63571         Log: utf8::is_utf8() wasn't there in 5.8.0.
63572      Branch: perl
63573            ! lib/utf8.pm
63574 ____________________________________________________________________________
63575 [ 20750] By: jhi                                   on 2003/08/18  04:53:22
63576         Log: Subject: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
63577              From: "Craig A. Berry" <craigberry@mac.com>
63578              Date: Sun, 17 Aug 2003 23:28:21 -0500
63579              Message-ID: <3F4055E5.2070407@mac.com>
63580      Branch: perl
63581            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
63582 ____________________________________________________________________________
63583 [ 20749] By: jhi                                   on 2003/08/17  19:27:03
63584         Log: Subject: [PATCH] Taint safe Cwd::_qnx_abs_path()
63585              From: Michael G Schwern <schwern@pobox.com>
63586              Date: Sat, 16 Aug 2003 14:58:25 -0700
63587              Message-ID: <20030816215824.GF5859@windhund.schwern.org>
63588
63589              (plus local *REALPATH)
63590      Branch: perl
63591            ! lib/Cwd.pm
63592 ____________________________________________________________________________
63593 [ 20747] By: jhi                                   on 2003/08/17  08:44:18
63594         Log: Subject: [PATCH] Re: [BUG] string loses its utf8 flag on die
63595              From: Enache Adrian <enache@rdslink.ro>
63596              Date: Sat, 16 Aug 2003 16:03:16 +0300
63597              Message-ID: <20030816130316.GA1654@ratsnest.hole>
63598
63599              Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die
63600              From: Enache Adrian <enache@rdslink.ro>
63601              Date: Sun, 17 Aug 2003 04:42:22 +0300
63602              Message-ID: <20030817014222.GA1287@ratsnest.hole>
63603      Branch: perl
63604            ! t/op/die.t util.c
63605 ____________________________________________________________________________
63606 [ 20745] By: jhi                                   on 2003/08/17  07:52:47
63607         Log: The lib/Cwd.pm diet part of
63608
63609              Subject: [PATCH] File::Spec on diet
63610              From: Tels <perl_dummy@bloodgate.com>
63611              Date: Mon, 7 Jul 2003 22:41:42 +0200
63612              Message-Id: <200307072235.03364@bloodgate.com>
63613      Branch: perl
63614            ! lib/Cwd.pm
63615 ____________________________________________________________________________
63616 [ 20744] By: jhi                                   on 2003/08/17  07:50:00
63617         Log: The "reduce memory footprint and increase speed by not
63618              unconditionally pulling in Cwd"    part of
63619
63620              Subject: [PATCH] File::Spec on diet
63621              From: Tels <perl_dummy@bloodgate.com>
63622              Date: Mon, 7 Jul 2003 22:41:42 +0200
63623              Message-Id: <200307072235.03364@bloodgate.com>
63624
63625              was still valid.
63626      Branch: perl
63627            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
63628            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
63629            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
63630            ! lib/File/Spec/Win32.pm
63631 ____________________________________________________________________________
63632 [ 20741] By: jhi                                   on 2003/08/17  06:53:07
63633         Log: File::Temp 0.14 from Tim Jenness, now with OO interface.
63634      Branch: perl
63635            ! lib/File/Temp.pm
63636 ____________________________________________________________________________
63637 [ 20739] By: jhi                                   on 2003/08/16  21:03:07
63638         Log: Subject: [PATCH: perl@20724] fixes for installperl and the vmsdebug build on VMS
63639              From: PPrymmer@factset.com
63640              Date: Sat, 16 Aug 2003 11:55:58 -0400
63641              Message-ID: <OFA82C9B0A.6463DD81-ON85256D84.0056DF1B-85256D84.005784F2@factset.com>
63642      Branch: perl
63643            ! installperl
63644 ____________________________________________________________________________
63645 [ 20738] By: jhi                                   on 2003/08/16  20:39:47
63646         Log: Update to Filter::Util::Call 1.6 from CPAN, but keep our
63647              $VERSION at 1.601 so that we are different in version
63648              than 5.8.0 since the module is different (one doc tweak).
63649      Branch: perl
63650            ! ext/Filter/Util/Call/Call.pm
63651 ____________________________________________________________________________
63652 [ 20737] By: jhi                                   on 2003/08/16  20:25:21
63653         Log: valgrind --help didn't return a happy exit status.
63654      Branch: perl
63655            ! Makefile.SH
63656 ____________________________________________________________________________
63657 [ 20736] By: rgs                                   on 2003/08/16  19:54:43
63658         Log: Avoid a "Subroutine Cwd::fastcwd redefined" warning when
63659              loading Cwd. Undefing &Cwd::fastcwd beforehand is inconvenient
63660              because loading the XS part of Cwd might fail.
63661      Branch: perl
63662            ! lib/Cwd.pm
63663 ____________________________________________________________________________
63664 [ 20735] By: rgs                                   on 2003/08/16  19:39:39
63665         Log: Subject: [patch lib/utf8.pm] doc tweaks
63666              From: Stas Bekman <stas@stason.org>
63667              Date: Sat, 16 Aug 2003 13:30:28 -0700
63668              Message-ID: <3F3E9464.3030202@stason.org>
63669      Branch: perl
63670            ! lib/utf8.pm
63671 ____________________________________________________________________________
63672 [ 20734] By: rgs                                   on 2003/08/16  19:32:05
63673         Log: Subject: [PATCH] Taint problems in Cwd::abs_path
63674              From: Michael G Schwern <schwern@pobox.com>
63675              Date: Fri, 15 Aug 2003 18:43:45 -0700
63676              Message-ID: <20030816014345.GE4023@windhund.schwern.org>
63677      Branch: perl
63678            ! ext/Cwd/t/taint.t lib/Cwd.pm
63679 ____________________________________________________________________________
63680 [ 20733] By: jhi                                   on 2003/08/16  17:03:15
63681         Log: No ODBM for Mac OS X, even if we have Fink GDBM libraries.
63682      Branch: perl
63683            ! hints/darwin.sh
63684 ____________________________________________________________________________
63685 [ 20732] By: jhi                                   on 2003/08/16  16:52:50
63686         Log: Add valgrind testing target.
63687      Branch: perl
63688            ! Makefile.SH pod/perlhack.pod t/TEST
63689 ____________________________________________________________________________
63690 [ 20731] By: jhi                                   on 2003/08/16  14:37:33
63691         Log: More networking negativity.
63692      Branch: perl
63693            ! pod/perlport.pod
63694 ____________________________________________________________________________
63695 [ 20730] By: rgs                                   on 2003/08/16  12:12:43
63696         Log: Remove a useless vstring reference in perlnumber.pod.
63697      Branch: perl
63698            ! pod/perlnumber.pod
63699 ____________________________________________________________________________
63700 [ 20729] By: jhi                                   on 2003/08/16  10:11:30
63701         Log: README.macosx updates about known problems.
63702      Branch: perl
63703            ! README.macosx
63704 ____________________________________________________________________________
63705 [ 20728] By: jhi                                   on 2003/08/16  08:32:04
63706         Log: Subject: [PATCH] Small test tweak for Memoize/t/error.t
63707              From: Andreas J Koenig <andreas.koenig@anima.de>
63708              Date: Fri, 15 Aug 2003 11:55:22 +0200
63709              Message-ID: <87smo39red.fsf@franz.ak.mind.de>
63710      Branch: perl
63711            ! lib/Memoize/t/errors.t
63712 ____________________________________________________________________________
63713 [ 20727] By: jhi                                   on 2003/08/16  07:25:08
63714         Log: Upgrade to File::Temp 0.13 from CPAN--
63715              but since we had a '0.13' already in 5.8.0, make this
63716              still a '0.131'.
63717      Branch: perl
63718            ! lib/File/Temp.pm lib/File/Temp/t/mktemp.t
63719            ! lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
63720            ! lib/File/Temp/t/tempfile.t
63721 ____________________________________________________________________________
63722 [ 20726] By: jhi                                   on 2003/08/15  20:29:10
63723         Log: Clarify the E flag.
63724      Branch: perl
63725            ! embed.fnc
63726 ____________________________________________________________________________
63727 [ 20725] By: jhi                                   on 2003/08/15  15:37:36
63728         Log: Integrate from maint:
63729              [ 20724]
63730              No peeking before the buffer.
63731              (This was probably the random failure showing up
63732              in Solaris with t/uni/tr_7jis.t)
63733      Branch: perl
63734           !> toke.c
63735 ____________________________________________________________________________
63736 [ 20721] By: jhi                                   on 2003/08/15  08:44:42
63737         Log: Subject: [PATCH] TEST script (Was: Not ok 20712ff)
63738              From: Andreas J Koenig <andreas.koenig@anima.de>
63739              Date: Fri, 15 Aug 2003 11:37:29 +0200
63740              Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de>
63741      Branch: perl
63742            ! t/TEST
63743 ____________________________________________________________________________
63744 [ 20720] By: jhi                                   on 2003/08/15  08:40:07
63745         Log: Integrate from maint:
63746              [ 20719]
63747              no_plan is not a good plan until TEST is fixed.
63748      Branch: perl
63749           !> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
63750 ____________________________________________________________________________
63751 [ 20717] By: jhi                                   on 2003/08/15  05:06:39
63752         Log: Up the F::S subpackage versions; up the JPL JNI.pm version
63753              (the JPL cvs seems to be out of order), the only real change
63754              (in JNI.xs) seems to have been CRLF->LF conversion.
63755      Branch: perl
63756            ! jpl/JNI/JNI.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
63757 ____________________________________________________________________________
63758 [ 20716] By: jhi                                   on 2003/08/15  04:58:34
63759         Log: Upgrade to Test::Harness 2.30.
63760      Branch: perl
63761            ! lib/Test/Harness.pm lib/Test/Harness/Changes
63762            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/pod.t
63763 ____________________________________________________________________________
63764 [ 20715] By: jhi                                   on 2003/08/15  04:41:37
63765         Log: Damian replied that he'll make a CPAN Switch 2.10
63766              out of 5.8.1 Switch 2.10.
63767      Branch: perl
63768            ! lib/Switch.pm
63769 ____________________________________________________________________________
63770 [ 20714] By: jhi                                   on 2003/08/14  18:35:07
63771         Log: Add PerlIO::via::QuotedPrint to Maintainers.
63772      Branch: perl
63773            ! Porting/Maintainers.pl
63774 ____________________________________________________________________________
63775 [ 20713] By: jhi                                   on 2003/08/14  18:33:06
63776         Log: Upgrade to PerlIO::via::Quoted 0.05.
63777      Branch: perl
63778            ! lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
63779 ____________________________________________________________________________
63780 [ 20712] By: jhi                                   on 2003/08/14  18:29:19
63781         Log: Upgrade to NEXT 0.60.
63782      Branch: perl
63783            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
63784            ! lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
63785 ____________________________________________________________________________
63786 [ 20711] By: jhi                                   on 2003/08/14  17:31:55
63787         Log: perlcheat is a reference, not tutorial.
63788      Branch: perl
63789            ! pod/perl.pod
63790 ____________________________________________________________________________
63791 [ 20710] By: jhi                                   on 2003/08/14  16:48:34
63792         Log: Subject: PATCH RC4 IO::Dir
63793              From: Mark Jason Dominus <mjd@plover.com>
63794              Date: Thu, 14 Aug 2003 12:02:59 -0400
63795              Message-ID: <20030814160259.27586.qmail@plover.com>
63796      Branch: perl
63797            ! ext/IO/lib/IO/Dir.pm
63798 ____________________________________________________________________________
63799 [ 20708] By: jhi                                   on 2003/08/14  14:45:20
63800         Log: win32/fcrypt.c was forgotten.
63801      Branch: perl
63802            ! MANIFEST
63803 ____________________________________________________________________________
63804 [ 20706] By: jhi                                   on 2003/08/14  14:40:30
63805         Log: Not so great a version bump, let Paul release 0.17.
63806      Branch: perl
63807            ! ext/Filter/Util/Call/Call.pm
63808 ____________________________________________________________________________
63809 [ 20705] By: jhi                                   on 2003/08/14  14:38:40
63810         Log: One more XS change versus no VERSION change.
63811              (Remaining in JNI.pm/xs, don't know what to about that
63812              since JNI is kind of "stable".)
63813      Branch: perl
63814            ! ext/Filter/Util/Call/Call.pm
63815 ____________________________________________________________________________
63816 [ 20704] By: jhi                                   on 2003/08/14  14:36:45
63817         Log: XS contents changes versus VERSION non-changes.
63818      Branch: perl
63819            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
63820            ! ext/PerlIO/scalar/scalar.pm ext/SDBM_File/SDBM_File.pm
63821            ! ext/Socket/Socket.pm
63822 ____________________________________________________________________________
63823 [ 20702] By: jhi                                   on 2003/08/14  14:24:40
63824         Log: Subject: [PATCH perl@20684] Include fcrypt.c for crypt() on Windows
63825              From: Steve Hay <steve.hay@uk.radan.com>
63826              Date: Thu, 14 Aug 2003 15:39:16 +0100
63827              Message-ID: <3F3B9F14.4040609@uk.radan.com>
63828
63829              (Sarathy okayed the idea.)
63830      Branch: perl
63831            + win32/fcrypt.c
63832            - win32/des_fcrypt.patch
63833            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
63834 ____________________________________________________________________________
63835 [ 20701] By: jhi                                   on 2003/08/14  14:17:42
63836         Log: Subject: [DOC PATCH] warnings.pl
63837              From: Elizabeth Mattijsen <liz@dijkmat.nl>
63838              Date: Thu, 14 Aug 2003 13:12:55 +0200
63839              Message-id: <p05111b00bb611e8835e0@[192.168.56.3]>
63840
63841              (some rewording)
63842      Branch: perl
63843            ! lib/warnings.pm warnings.pl
63844 ____________________________________________________________________________
63845 [ 20700] By: gbarr                                 on 2003/08/14  14:12:45
63846         Log: Update to Scalar-List-Utils 1.12
63847      Branch: perl
63848            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
63849            ! ext/List/Util/lib/List/Util.pm
63850            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/reduce.t
63851 ____________________________________________________________________________
63852 [ 20699] By: jhi                                   on 2003/08/14  13:16:27
63853         Log: All the authors of these modules have now been contacted;
63854              but assuming no CPAN updates are upcoming, here are 'fake'
63855              version updates to make us different from 5.8.0.
63856              (List::Util+Scalar::Util will soon be updated;
63857              File::Spec CPAN release will be made based on 5.8.1.)
63858      Branch: perl
63859            ! ext/Data/Dumper/Dumper.pm lib/CGI/Fast.pm lib/CGI/Util.pm
63860            ! lib/File/Temp.pm lib/Locale/Country.pm lib/Locale/Currency.pm
63861            ! lib/Locale/Language.pm lib/Locale/Script.pm lib/Switch.pm
63862            ! lib/Test/Harness/Straps.pm lib/Text/Wrap.pm
63863 ____________________________________________________________________________
63864 [ 20697] By: jhi                                   on 2003/08/14  07:05:48
63865         Log: Make the blead versions of these be newer...
63866      Branch: perl
63867            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
63868 ____________________________________________________________________________
63869 [ 20696] By: jhi                                   on 2003/08/14  06:51:34
63870         Log: Tweak from Slaven to catch also changed .xs files
63871              (.pm -> .xs name equivalence is assumed)
63872      Branch: perl
63873            ! Porting/cmpVERSION.pl
63874 ____________________________________________________________________________
63875 [ 20695] By: jhi                                   on 2003/08/14  06:44:10
63876         Log: Diffs-sans-version-diffs between blead and maint.
63877      Branch: perl
63878            ! ext/B/B.pm ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
63879            ! ext/Devel/PPPort/PPPort.pm lib/English.pm lib/overload.pm
63880            ! lib/warnings.pm warnings.pl
63881 ____________________________________________________________________________
63882 [ 20692] By: jhi                                   on 2003/08/14  05:23:58
63883         Log: One more VERSION bump.
63884      Branch: perl
63885            ! lib/SelfLoader.pm
63886 ____________________________________________________________________________
63887 [ 20691] By: jhi                                   on 2003/08/14  05:21:20
63888         Log: Add a known exception.
63889      Branch: perl
63890            ! Porting/cmpVERSION.pl
63891 ____________________________________________________________________________
63892 [ 20689] By: jhi                                   on 2003/08/14  04:54:18
63893         Log: The blead version has got the dor.
63894      Branch: perl
63895            ! ext/Opcode/Opcode.pm
63896 ____________________________________________________________________________
63897 [ 20688] By: jhi                                   on 2003/08/14  04:51:30
63898         Log: A swath of VERSION patches from Nicholas Clark.
63899      Branch: perl
63900            ! lib/AutoSplit.pm lib/CPAN/Nox.pm lib/Cwd.pm lib/English.pm
63901            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Path.pm
63902            ! lib/Hash/Util.pm lib/Net/hostent.pm lib/Net/servent.pm
63903            ! lib/Text/Abbrev.pm lib/Thread/Semaphore.pm lib/Tie/Array.pm
63904            ! lib/Tie/RefHash.pm lib/UNIVERSAL.pm lib/Unicode/UCD.pm
63905            ! lib/attributes.pm lib/base.pm lib/diagnostics.pm lib/fields.pm
63906            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/utf8.pm
63907            ! lib/vmsish.pm os2/OS2/Process/Process.pm
63908            ! os2/OS2/REXX/DLL/DLL.pm t/TestInit.pm
63909            ! t/lib/MakeMaker/Test/Utils.pm t/lib/Math/BigInt/BareCalc.pm
63910            ! vms/ext/Filespec.pm warnings.pl
63911 ____________________________________________________________________________
63912 [ 20687] By: jhi                                   on 2003/08/13  18:53:15
63913         Log: Alpha version numbers noticed by Schwern.
63914              (These hacks are no more needed since the PAUSE indexer no
63915              more indexes the insides of Perl distributions, says Andreas.)
63916      Branch: perl
63917            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
63918            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
63919            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
63920            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
63921            ! ext/IPC/SysV/SysV.pm
63922 ____________________________________________________________________________
63923 [ 20686] By: jhi                                   on 2003/08/13  18:42:50
63924         Log: Subject: Re: script wanted
63925              From: Nicholas Clark <nick@ccl4.org>
63926              Date: Wed, 13 Aug 2003 20:46:09 +0100
63927              Message-ID: <20030813204609.G20130@plum.flirble.org>
63928      Branch: perl
63929            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/Debug.pm
63930            ! ext/B/B/Lint.pm ext/Fcntl/Fcntl.pm ext/File/Glob/Glob.pm
63931            ! ext/IO/IO.pm ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
63932            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
63933            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/Msg.pm
63934            ! ext/IPC/SysV/Semaphore.pm ext/POSIX/POSIX.pm
63935            ! ext/Sys/Hostname/Hostname.pm ext/Sys/Syslog/Syslog.pm
63936            ! ext/re/re.pm ext/threads/shared/shared.pm
63937            ! ext/threads/threads.pm
63938 ____________________________________________________________________________
63939 [ 20685] By: jhi                                   on 2003/08/13  18:24:50
63940         Log: Subject: Re: script wanted
63941              From: Enache Adrian <enache@rdslink.ro>
63942              Date: Wed, 13 Aug 2003 22:31:18 +0300
63943              Message-ID: <20030813193118.GA1273@ratsnest.hole>
63944      Branch: perl
63945            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
63946            ! ext/B/B/Disassembler.pm
63947 ____________________________________________________________________________
63948 [ 20681] By: jhi                                   on 2003/08/13  17:13:12
63949         Log: Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted
63950              From: Robin Barker <Robin.Barker@npl.co.uk>
63951              Date: Wed, 13 Aug 2003 18:05:38 +0100
63952              Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk>
63953      Branch: perl
63954            ! lib/lib_pm.PL utils/h2xs.PL utils/perlcc.PL
63955 ____________________________________________________________________________
63956 [ 20680] By: jhi                                   on 2003/08/13  17:11:38
63957         Log: Subject: [PATCH] GNU Public General Public General GNU Public License License
63958              From: Michael G Schwern <schwern@pobox.com>
63959              Date: Wed, 13 Aug 2003 11:15:40 -0700
63960              Message-ID: <20030813181539.GA22658@windhund.schwern.org>
63961      Branch: perl
63962            ! pod/perlartistic.pod pod/perlgpl.pod
63963 ____________________________________________________________________________
63964 [ 20678] By: jhi                                   on 2003/08/13  13:46:18
63965         Log: Add cmpVERSION.pl from Slaven for comparing two
63966              Perl source trees for modules that have changed
63967              but have the same version numbers.
63968      Branch: perl
63969            + Porting/cmpVERSION.pl
63970            ! MANIFEST
63971 ____________________________________________________________________________
63972 [ 20676] By: jhi                                   on 2003/08/13  12:03:08
63973         Log: Make Johan's confusion go away, but there are no doubt more
63974              similar cases.
63975      Branch: perl
63976            ! lib/File/Find.pm
63977 ____________________________________________________________________________
63978 [ 20674] By: jhi                                   on 2003/08/13  11:57:47
63979         Log: Make (hopefully) the Windows CR CR LF bug go away
63980              by making the CRLF layer repel any other CRLF layers.
63981              In other words: binmode(FH, ":crlf") in e.g. Win32
63982              is effectively a no-op since there already is one
63983              CRLF layer in the stack by default.
63984      Branch: perl
63985            ! perlio.c pod/perlrun.pod t/io/crlf.t t/io/layers.t
63986 ____________________________________________________________________________
63987 [ 20673] By: jhi                                   on 2003/08/13  10:29:56
63988         Log: One tweak from Dave Mitchell.
63989      Branch: perl
63990            ! pod/perlport.pod
63991 ____________________________________________________________________________
63992 [ 20672] By: jhi                                   on 2003/08/13  10:27:54
63993         Log: One tweak for microperl in OS/2.
63994      Branch: perl
63995            ! perl.h
63996 ____________________________________________________________________________
63997 [ 20671] By: merijn                                on 2003/08/13  08:57:27
63998         Log: Subject: [PATCH] another VMS pod nit
63999              From: "Craig A. Berry" <craigberry@mac.com>
64000              Date: Wed, 13 Aug 2003 01:01:46 -0500
64001              Message-ID: <3F39D44A.4010207@mac.com>
64002      Branch: perl
64003            ! vms/descrip_mms.template
64004 ____________________________________________________________________________
64005 [ 20670] By: merijn                                on 2003/08/13  08:54:45
64006         Log: Subject: [PATCH Tie::File] turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))
64007              From: "Craig A. Berry" <craigberry@mac.com>
64008              Date: Tue, 12 Aug 2003 21:12:00 -0500
64009              Message-ID: <3F399E70.4050607@mac.com>
64010      Branch: perl
64011            ! lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/29_downcopy.t
64012            ! lib/Tie/File/t/29a_upcopy.t
64013 ____________________________________________________________________________
64014 [ 20669] By: jhi                                   on 2003/08/13  06:06:39
64015         Log: More don't:s for nyetworking.
64016      Branch: perl
64017            ! pod/perlport.pod
64018 ____________________________________________________________________________
64019 [ 20668] By: rgs                                   on 2003/08/12  20:27:41
64020         Log: perlipc thinko by John P. Linderman.
64021      Branch: perl
64022            ! pod/perlipc.pod
64023 ____________________________________________________________________________
64024 [ 20666] By: jhi                                   on 2003/08/12  20:02:13
64025         Log: Subject: Re: maint @ 20617 [PATCH]
64026              From: =?iso-8859-1?q?Sreeji=20K=20Das?= <sreeji_k@yahoo.com>
64027              Date: Tue, 12 Aug 2003 13:19:00 +0100 (BST)
64028              Message-ID: <20030812121900.26127.qmail@web10501.mail.yahoo.com>
64029      Branch: perl
64030            ! lib/ExtUtils/Installed.pm
64031 ____________________________________________________________________________
64032 [ 20665] By: jhi                                   on 2003/08/12  19:59:54
64033         Log: README.cygwin updates from Gerrit P. Haase.
64034      Branch: perl
64035            ! README.cygwin
64036 ____________________________________________________________________________
64037 [ 20664] By: jhi                                   on 2003/08/12  19:57:53
64038         Log: Do some updates also on pod.mak -- which seems to
64039              be badly out of date.
64040      Branch: perl
64041            ! win32/pod.mak
64042 ____________________________________________________________________________
64043 [ 20663] By: jhi                                   on 2003/08/12  19:48:01
64044         Log: More missing pods for VMS.
64045      Branch: perl
64046            ! vms/descrip_mms.template
64047 ____________________________________________________________________________
64048 [ 20662] By: jhi                                   on 2003/08/12  19:43:46
64049         Log: Subject: [PATCH: perl@20617] add handling for new perlreref.pod file to VMS build.
64050              From: PPrymmer@factset.com
64051              Date: Tue, 12 Aug 2003 16:24:21 -0400
64052              Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com>
64053      Branch: perl
64054            ! vms/descrip_mms.template
64055 ____________________________________________________________________________
64056 [ 20661] By: jhi                                   on 2003/08/12  19:41:50
64057         Log: perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett.
64058      Branch: perl
64059            ! pod/perlreref.pod
64060 ____________________________________________________________________________
64061 [ 20660] By: jhi                                   on 2003/08/12  18:44:27
64062         Log: A better patch from Yitzchak Scott-Thoennes for [perl #23287].
64063      Branch: perl
64064            ! pp_sys.c
64065 ____________________________________________________________________________
64066 [ 20657] By: jhi                                   on 2003/08/12  13:55:56
64067         Log: Multiline one-liners are a bit too much to ask.
64068      Branch: perl
64069            ! t/op/closure.t
64070 ____________________________________________________________________________
64071 [ 20654] By: jhi                                   on 2003/08/12  13:23:00
64072         Log: Add perlcheat to the toc and perl.pod; regen toc.
64073      Branch: perl
64074            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
64075 ____________________________________________________________________________
64076 [ 20653] By: jhi                                   on 2003/08/12  13:15:17
64077         Log: Retract #20644 and #20643; on non-microperl non-fcntl
64078              systems Wrong Thing would be done.  (And as Sarathy
64079              points out, closing both ends of a pipe is rather
64080              identical to never opening it...)
64081      Branch: perl
64082            ! pp_sys.c util.c
64083 ____________________________________________________________________________
64084 [ 20652] By: ams                                   on 2003/08/12  13:06:40
64085         Log: Subject: perlcheat
64086              From: Juerd <juerd@cpan.org>
64087              Date: Mon, 11 Aug 2003 20:24:34 +0200
64088              Message-Id: <20030811182434.GI17748@c3.convolution.nl>
64089      Branch: perl
64090            + pod/perlcheat.pod
64091            ! MANIFEST
64092 ____________________________________________________________________________
64093 [ 20651] By: jhi                                   on 2003/08/12  12:52:09
64094         Log: Microperl expects C89 (like the rest of Perl).
64095      Branch: perl
64096            ! README.micro
64097 ____________________________________________________________________________
64098 [ 20650] By: jhi                                   on 2003/08/12  12:32:29
64099         Log: Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code
64100              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
64101              Date: Sun, 3 Aug 2003 06:19:02 -0700
64102              Message-ID: <20030803131902.GA5146@math.berkeley.edu>
64103      Branch: perl
64104            ! lib/ExtUtils/xsubpp
64105 ____________________________________________________________________________
64106 [ 20648] By: jhi                                   on 2003/08/12  11:56:52
64107         Log: If we are void we cannot return a value.
64108      Branch: perl
64109            ! mg.c
64110 ____________________________________________________________________________
64111 [ 20647] By: jhi                                   on 2003/08/12  11:54:32
64112         Log: Oops.
64113      Branch: perl
64114            ! perl.c
64115 ____________________________________________________________________________
64116 [ 20646] By: jhi                                   on 2003/08/12  11:51:25
64117         Log: Apply much of Ilya's microperl patch, but instead of
64118              implementing the opendir()/readdir()/closedir() using
64119              external commands give up "ANSI-pureness" and define them
64120              in uconfig.sh, also define other stuff like rename() and putenv().
64121              Leave out the $| emulation in my_fork() since we are
64122              not supposed to have fork() under microperl.
64123      Branch: perl
64124            ! Makefile.micro README.micro doio.c mg.c perl.c perl.h
64125            ! perlvars.h pp_sys.c sv.c uconfig.h uconfig.sh util.c
64126 ____________________________________________________________________________
64127 [ 20645] By: jhi                                   on 2003/08/12  10:40:54
64128         Log: Localize PARENT (based on Ilya's microperl patch).
64129      Branch: perl
64130            ! lib/Cwd.pm
64131 ____________________________________________________________________________
64132 [ 20644] By: jhi                                   on 2003/08/12  10:37:55
64133         Log: More microperlish faking in case no fcntl F_SETFD for pipes.
64134      Branch: perl
64135            ! util.c
64136 ____________________________________________________________________________
64137 [ 20643] By: jhi                                   on 2003/08/12  10:13:53
64138         Log: A generally useful hunk from Ilya's microperl patch.
64139              (If no fcntl F_SETFD, fake it the best we can.)
64140      Branch: perl
64141            ! pp_sys.c
64142 ____________________________________________________________________________
64143 [ 20640] By: jhi                                   on 2003/08/12  09:59:16
64144         Log: returning would be good, too.
64145      Branch: perl
64146            ! ext/Safe/t/safeops.t
64147 ____________________________________________________________________________
64148 [ 20639] By: jhi                                   on 2003/08/12  09:57:07
64149         Log: No dor in maint.
64150      Branch: perl
64151            ! ext/Safe/t/safeops.t
64152 ____________________________________________________________________________
64153 [ 20634] By: jhi                                   on 2003/08/12  08:41:49
64154         Log: Subject: [PATCH 5.8.1 @19053] XSLoader revisted
64155              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
64156              Date: Mon, 21 Apr 2003 22:44:37 -0700
64157              Message-ID: <20030422054437.GA8297@math.berkeley.edu>
64158
64159              (the XSLoader doc hunk; the h2xs looks like a behavioural change)
64160      Branch: perl
64161            ! ext/DynaLoader/XSLoader_pm.PL
64162 ____________________________________________________________________________
64163 [ 20633] By: jhi                                   on 2003/08/12  08:31:01
64164         Log: Subject: [PATCH h2xs] produce Foo-Bar/lib/Foo/Bar.pm
64165              From: Michael G Schwern <schwern@pobox.com>
64166              Date: Sat, 9 Aug 2003 15:03:02 -0700
64167              Message-ID: <20030809220301.GE24919@windhund.schwern.org>
64168
64169              (plus one extra catfile() in h2xs.t)
64170      Branch: perl
64171            ! lib/h2xs.t utils/h2xs.PL
64172 ____________________________________________________________________________
64173 [ 20632] By: jhi                                   on 2003/08/12  08:11:08
64174         Log: The Debian people have expressed a wish for the boilerplate
64175              being specific about the Perl version; patch from Nicholas Clark.
64176      Branch: perl
64177            ! utils/h2xs.PL
64178 ____________________________________________________________________________
64179 [ 20631] By: jhi                                   on 2003/08/12  08:09:43
64180         Log: A new try from Dave Mitchell for [perl #23265].
64181      Branch: perl
64182            ! pad.c t/op/closure.t
64183 ____________________________________________________________________________
64184 [ 20630] By: jhi                                   on 2003/08/12  07:59:22
64185         Log: Fix for [perl #23287] segfault in untie.
64186              (Well, at least no more coredump.)
64187      Branch: perl
64188            ! pp_sys.c t/op/tie.t
64189 ____________________________________________________________________________
64190 [ 20629] By: jhi                                   on 2003/08/12  06:24:32
64191         Log: =head2 ALL CAPS
64192      Branch: perl
64193            ! pod/perlreref.pod
64194 ____________________________________________________________________________
64195 [ 20628] By: jhi                                   on 2003/08/12  06:22:25
64196         Log: Too enthusiastic head2-ing.
64197      Branch: perl
64198            ! pod/perlreref.pod
64199 ____________________________________________________________________________
64200 [ 20627] By: jhi                                   on 2003/08/12  05:17:14
64201         Log: Gotta Get'em Cases Right.
64202      Branch: perl
64203            ! pod/perlreref.pod
64204 ____________________________________________________________________________
64205 [ 20626] By: jhi                                   on 2003/08/12  05:04:02
64206         Log: head2-ify many of the head1s, will probably make this look
64207              better in HTML.
64208      Branch: perl
64209            ! pod/perlreref.pod
64210 ____________________________________________________________________________
64211 [ 20625] By: jhi                                   on 2003/08/12  04:55:32
64212         Log: Subject: Re: [PATCH] perlreref.pod tweaks
64213              From: Iain Truskett <spoon@cpan.org>
64214              Date: Tue, 12 Aug 2003 13:59:27 +1000
64215              Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au>
64216
64217              plus explain "Titlecase".
64218      Branch: perl
64219            ! pod/perlreref.pod
64220 ____________________________________________________________________________
64221 [ 20623] By: rgs                                   on 2003/08/11  19:59:17
64222         Log: Add a new regression test for Safe : tests that all ops
64223              can be trapped by a Safe compartement (except for the ones
64224              that can't.)
64225      Branch: perl
64226            + ext/Safe/t/safeops.t
64227            ! MANIFEST
64228 ____________________________________________________________________________
64229 [ 20622] By: rgs                                   on 2003/08/11  18:33:06
64230         Log: B::Deparse wasn't handling correctly builtins that
64231              have two filehandles in their prototypes (pipe, socketpair,
64232              accept) when non-bareword prototypes were used.
64233      Branch: perl
64234            ! ext/B/B/Deparse.pm
64235 ____________________________________________________________________________
64236 [ 20620] By: jhi                                   on 2003/08/11  17:08:29
64237         Log: Subject: [PATCH] [@20616] perlreref.pod incorrectly describes \c
64238              From: merlyn@stonehenge.com (Randal L. Schwartz)
64239              Date: 11 Aug 2003 09:45:29 -0700
64240              Message-ID: <86isp4kus6.fsf@blue.stonehenge.com>
64241
64242              Subject: [PATCH] perlreref.pod tweaks
64243              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
64244              Date: Mon, 11 Aug 2003 13:19:51 -0400
64245              Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu>
64246
64247              Plus a note about {,n} not being a quantifier.
64248      Branch: perl
64249            ! pod/perlreref.pod
64250 ____________________________________________________________________________
64251 [ 20619] By: jhi                                   on 2003/08/11  15:50:34
64252         Log: Integrate:
64253              [ 20618]
64254              $* is not yet fully gone in 5.8.1.
64255      Branch: perl
64256           !> pod/perlreref.pod
64257 ____________________________________________________________________________
64258 [ 20614] By: nick                                  on 2003/08/11  12:14:55
64259         Log: Allow via layer to affect the PERLIO_F_UTF8 flag.
64260      Branch: perl
64261            ! ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
64262 ____________________________________________________________________________
64263 [ 20612] By: jhi                                   on 2003/08/11  10:55:19
64264         Log: VC6 warning: result still unsigned.
64265      Branch: perl
64266            ! regexec.c
64267 ____________________________________________________________________________
64268 [ 20611] By: jhi                                   on 2003/08/11  08:33:13
64269         Log: Typo fix from Boris Zentner.
64270      Branch: perl
64271            ! pod/perlfaq5.pod
64272 ____________________________________________________________________________
64273 [ 20609] By: jhi                                   on 2003/08/11  04:28:29
64274         Log: Subject: [perl #23273] warnings in Unicode::UCD
64275              From: Lukas Mai (via RT) <perlbug-followup@perl.org>
64276              Date: 10 Aug 2003 22:37:41 -0000
64277              Message-ID: <rt-23273-62473.18.6967347513833@rt.perl.org>
64278      Branch: perl
64279            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
64280 ____________________________________________________________________________
64281 [ 20608] By: jhi                                   on 2003/08/11  04:24:34
64282         Log: Explain the 'Wide character in print' a bit more.
64283      Branch: perl
64284            ! pod/perldiag.pod
64285 ____________________________________________________________________________
64286 [ 20607] By: rgs                                   on 2003/08/10  20:44:23
64287         Log: Subject: Re: killing for vital signs [PATCH]
64288              From: "John P. Linderman" <jpl@research.att.com>
64289              Date: Sun, 10 Aug 2003 15:44:33 -0400 (EDT)
64290              Message-Id: <200308101944.PAA96547@raptor.research.att.com>
64291      Branch: perl
64292            ! pod/perlfunc.pod pod/perlipc.pod
64293 ____________________________________________________________________________
64294 [ 20605] By: jhi                                   on 2003/08/10  20:38:39
64295         Log: gcc -ansi -pedantic cleanup; and a seemingly forgotten
64296              sv_placeholder hunk.
64297      Branch: perl
64298            ! perl.h sv.h
64299 ____________________________________________________________________________
64300 [ 20604] By: jhi                                   on 2003/08/10  20:14:28
64301         Log: Clarify the format checking instructions.
64302      Branch: perl
64303            ! Porting/pumpkin.pod
64304 ____________________________________________________________________________
64305 [ 20602] By: jhi                                   on 2003/08/10  19:45:45
64306         Log: Retract #20597, too many resulting core dumps.
64307      Branch: perl
64308            ! pad.c t/op/closure.t
64309 ____________________________________________________________________________
64310 [ 20597] By: jhi                                   on 2003/08/10  17:55:03
64311         Log: Subject: Re: [perl #23265] Nested anonymous subs
64312              From: Dave Mitchell <davem@fdgroup.com>
64313              Date: Sun, 10 Aug 2003 01:35:30 +0100
64314              Message-ID: <20030810003530.GB6547@fdgroup.com>
64315      Branch: perl
64316            ! pad.c t/op/closure.t
64317 ____________________________________________________________________________
64318 [ 20596] By: jhi                                   on 2003/08/10  17:38:35
64319         Log: Try simple workaround for the POSIX autosplit.ix warning.
64320      Branch: perl
64321            ! ext/POSIX/POSIX.pm
64322 ____________________________________________________________________________
64323 [ 20595] By: jhi                                   on 2003/08/10  17:33:12
64324         Log: One more PL_csighandlerp.
64325      Branch: perl
64326            ! ext/POSIX/POSIX.xs
64327 ____________________________________________________________________________
64328 [ 20594] By: rgs                                   on 2003/08/10  13:30:11
64329         Log: Further tweaks on perlreref.pod (by Iain Truskett)
64330      Branch: perl
64331            ! pod/perlreref.pod
64332 ____________________________________________________________________________
64333 [ 20593] By: rgs                                   on 2003/08/10  12:32:47
64334         Log: Add the perlreref manpage, by Iain Truskett
64335              (regular expressions quick reference.)
64336              Regenerate the table of contents.
64337      Branch: perl
64338            + pod/perlreref.pod
64339            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
64340 ____________________________________________________________________________
64341 [ 20592] By: rgs                                   on 2003/08/09  21:13:27
64342         Log: Remove ByteLoader from the list of modules whose compilability should
64343              be tested : it's loaded (at runtime) by ext/B/t/bytecode.t (as Enache
64344              pointed out.)
64345      Branch: perl
64346            ! t/lib/1_compile.t
64347 ____________________________________________________________________________
64348 [ 20591] By: rgs                                   on 2003/08/09  21:08:59
64349         Log: Subject: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
64350              From: Dave Mitchell <davem@fdgroup.com>
64351              Date: Sat, 9 Aug 2003 14:51:44 +0100
64352              Message-ID: <20030809135144.GC4997@fdgroup.com>
64353      Branch: perl
64354            ! embed.fnc embed.h global.sym op.c pp_ctl.c proto.h scope.c
64355            ! scope.h t/lib/warnings/pad
64356 ____________________________________________________________________________
64357 [ 20590] By: rgs                                   on 2003/08/09  21:02:21
64358         Log: Regenerate perlapi.pod.
64359      Branch: perl
64360            ! pod/perlapi.pod
64361 ____________________________________________________________________________
64362 [ 20589] By: rgs                                   on 2003/08/09  20:26:28
64363         Log: Subject: [PATCH t/lib/1_compile.t] Removing tested modules
64364              From: Michael G Schwern <schwern@pobox.com>
64365              Date: Sat, 9 Aug 2003 13:36:59 -0700
64366              Message-ID: <20030809203659.GB24919@windhund.schwern.org>
64367      Branch: perl
64368            ! t/lib/1_compile.t
64369 ____________________________________________________________________________
64370 [ 20588] By: jhi                                   on 2003/08/09  18:13:07
64371         Log: Update Jon Orwant's email address as he wants it,
64372              drop TPJ URL; upate also Doug MacEachern's address.
64373      Branch: perl
64374            ! pod/perlembed.pod pod/perlmodinstall.pod
64375 ____________________________________________________________________________
64376 [ 20587] By: ams                                   on 2003/08/09  18:09:34
64377         Log: hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a
64378              normal key was replaced by its UTF-8 equivalent. This caused the
64379              "Storable problem" RT3 users reported under RH9.
64380      Branch: perl
64381            ! hv.c
64382 ____________________________________________________________________________
64383 [ 20586] By: jhi                                   on 2003/08/09  18:08:20
64384         Log: Subject: [PATCH perlmodinstall.pod] Installation on Win32
64385              From: Michael G Schwern <schwern@pobox.com>
64386              Date: Fri, 8 Aug 2003 18:35:51 -0700
64387              Message-ID: <20030809013550.GS1587@windhund.schwern.org>
64388      Branch: perl
64389            ! pod/perlmodinstall.pod
64390 ____________________________________________________________________________
64391 [ 20584] By: jhi                                   on 2003/08/09  18:05:22
64392         Log: Reintroduce the U_32-ification to pad.c,
64393              suggested by Dave Mitchell.
64394      Branch: perl
64395            ! pad.c
64396 ____________________________________________________________________________
64397 [ 20583] By: rgs                                   on 2003/08/09  12:43:50
64398         Log: Change #20578 to SelfLoader is probably also useful to AutoSplit.
64399      Branch: perl
64400            ! lib/AutoSplit.pm
64401 ____________________________________________________________________________
64402 [ 20579] By: jhi                                   on 2003/08/09  08:07:22
64403         Log: Some updates for the memory use debugging section:
64404              -DL is obsolete, mention Devel::Size, and Purify and valgrind.
64405      Branch: perl
64406            ! pod/perldebguts.pod
64407 ____________________________________________________________________________
64408 [ 20578] By: jhi                                   on 2003/08/09  07:34:16
64409         Log: Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
64410              Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8.
64411              which was on old bug unearthed by the change #20559.
64412              Basically, qr// + (??{$lexical}) combination is very, VERY broken.
64413              Workaround is not to use lexicals.
64414      Branch: perl
64415            ! lib/SelfLoader.pm
64416 ____________________________________________________________________________
64417 [ 20577] By: jhi                                   on 2003/08/09  07:28:41
64418         Log: The libcygipc doesn't really work with the Perl SysV IPC tests
64419              so no much point in adding it yet.
64420      Branch: perl
64421            ! hints/cygwin.sh
64422 ____________________________________________________________________________
64423 [ 20575] By: jhi                                   on 2003/08/09  07:24:43
64424         Log: Retract #20524 since it was due to broken INT32_MIN in
64425              Cygwin 1.5's stdint.h.
64426      Branch: perl
64427            ! pad.c
64428 ____________________________________________________________________________
64429 [ 20574] By: jhi                                   on 2003/08/09  07:11:32
64430         Log: Subject: [ PATCH] Re: strange destruction problem on VMS
64431              From: Dave Mitchell <davem@fdgroup.com>
64432              Date: Fri, 8 Aug 2003 22:28:48 +0100
64433              Message-ID: <20030808212848.GA2628@fdgroup.com>
64434      Branch: perl
64435            ! sv.c
64436 ____________________________________________________________________________
64437 [ 20573] By: jhi                                   on 2003/08/09  07:09:07
64438         Log: Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
64439              From: Michael G Schwern <schwern@pobox.com>
64440              Date: Fri, 8 Aug 2003 13:59:50 -0700
64441              Message-ID: <20030808205950.GJ1587@windhund.schwern.org>
64442      Branch: perl
64443            ! pod/perlfaq8.pod
64444 ____________________________________________________________________________
64445 [ 20572] By: jhi                                   on 2003/08/09  07:06:37
64446         Log: Subject: [PATCH] kill 'INT' doesn't work on Windows
64447              From: Jan Dubois <jand@ActiveState.com>
64448              Date: Fri, 08 Aug 2003 17:49:03 -0700
64449              Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com>
64450      Branch: perl
64451            ! win32/win32.c
64452 ____________________________________________________________________________
64453 [ 20571] By: jhi                                   on 2003/08/09  06:53:54
64454         Log: Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
64455              From: Nicholas Clark <nick@ccl4.org>
64456              Date: Fri, 8 Aug 2003 23:30:00 +0100
64457              Message-ID: <20030808233000.B20130@plum.flirble.org>
64458      Branch: perl
64459            ! ext/Storable/Storable.xs
64460 ____________________________________________________________________________
64461 [ 20570] By: jhi                                   on 2003/08/09  06:52:36
64462         Log: Two more tests for #20566/#20568.
64463      Branch: perl
64464            ! t/op/pat.t
64465 ____________________________________________________________________________
64466 [ 20568] By: jhi                                   on 2003/08/08  21:05:24
64467         Log: Subject: [PATCH] Re: UNICODE regexp bug
64468              From: Nick Ing-Simmons <nick@ing-simmons.net>
64469              Date: Fri, 08 Aug 2003 23:05:49 +0100
64470              Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com>
64471
64472              Better patch (than #20566) from NI-S, one more test
64473              (introduce another variable rather than reuse the tmp, though)
64474      Branch: perl
64475            ! regexec.c t/op/pat.t
64476 ____________________________________________________________________________
64477 [ 20566] By: jhi                                   on 2003/08/08  19:47:45
64478         Log: Subject: UNICODE regexp bug
64479              From: Nick Ing-Simmons <nick@ing-simmons.net>
64480              Date: Fri, 08 Aug 2003 20:36:56 +0100
64481              Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com>
64482      Branch: perl
64483            ! regexec.c t/op/pat.t
64484 ____________________________________________________________________________
64485 [ 20565] By: jhi                                   on 2003/08/08  18:59:40
64486         Log: Move the csighandler to be a data variable so that
64487              things like DLL trampolines can't mess up the code
64488              variables the Perl_csighandler (seen in Cygwin:
64489              Perl_csighandler in POSIX extension was different
64490              than in main executable).
64491      Branch: perl
64492            ! embedvar.h ext/POSIX/POSIX.xs mg.c perlapi.h perlvars.h
64493 ____________________________________________________________________________
64494 [ 20564] By: jhi                                   on 2003/08/08  13:12:19
64495         Log: Subject: [PATCH] Re: main@20537: WinXP build failed op/time.t test 2
64496              From: Steve Hay <steve.hay@uk.radan.com>
64497              Date: Fri, 08 Aug 2003 12:42:28 +0100
64498              Message-ID: <3F338CA4.3010503@uk.radan.com>
64499      Branch: perl
64500            ! t/op/time.t
64501 ____________________________________________________________________________
64502 [ 20563] By: jhi                                   on 2003/08/08  13:09:00
64503         Log: Subject: [PATCH] maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist
64504              From: "Gerrit P. Haase" <gp@familiehaase.de>
64505              Date: Fri, 8 Aug 2003 13:44:51 +0200
64506              Message-ID: <1621817486657.20030808134451@familiehaase.de>
64507      Branch: perl
64508            ! ext/NDBM_File/hints/cygwin.pl ext/ODBM_File/hints/cygwin.pl
64509            ! hints/cygwin.sh
64510 ____________________________________________________________________________
64511 [ 20560] By: jhi                                   on 2003/08/08  04:28:44
64512         Log: Retract PASTHRU* changes as recommended by Schwern.
64513      Branch: perl
64514            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
64515            ! lib/ExtUtils/t/MM_Win32.t
64516 ____________________________________________________________________________
64517 [ 20559] By: rgs                                   on 2003/08/07  19:59:18
64518         Log: Subject: Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicals
64519              From: Dave Mitchell <davem@fdgroup.com>
64520              Date: Thu, 7 Aug 2003 15:53:35 +0100
64521              Message-ID: <20030807145335.GF26683@fdgroup.com>
64522      Branch: perl
64523            ! scope.c t/lib/warnings/pad
64524 ____________________________________________________________________________
64525 [ 20556] By: jhi                                   on 2003/08/07  18:14:41
64526         Log: The #20546 was too ambitious, broke the test.
64527      Branch: perl
64528            ! lib/Benchmark.pm lib/Benchmark.t
64529 ____________________________________________________________________________
64530 [ 20554] By: jhi                                   on 2003/08/07  17:00:03
64531         Log: Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS.
64532              From: PPrymmer@factset.com
64533              Date: Thu, 7 Aug 2003 14:02:02 -0400
64534              Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com>
64535      Branch: perl
64536            ! vms/descrip_mms.template
64537 ____________________________________________________________________________
64538 [ 20553] By: jhi                                   on 2003/08/07  16:45:25
64539         Log: Some AUTHORS updates.
64540      Branch: perl
64541            ! AUTHORS
64542 ____________________________________________________________________________
64543 [ 20552] By: jhi                                   on 2003/08/07  15:45:03
64544         Log: Hint away the semid_ds test in NetBSD/sparc.
64545      Branch: perl
64546            ! hints/netbsd.sh
64547 ____________________________________________________________________________
64548 [ 20550] By: jhi                                   on 2003/08/07  15:39:53
64549         Log: Allow hinting d_semctl_semun and d_semctl_semid_ds.
64550      Branch: perl
64551            ! Configure
64552 ____________________________________________________________________________
64553 [ 20548] By: jhi                                   on 2003/08/07  14:48:27
64554         Log: Subject: [PATCH] Test::More
64555              From: Fergal Daly <fergal@esatclear.ie>
64556              Date: Thu, 7 Aug 2003 15:52:11 +0100
64557              Message-Id: <200308071552.11873.fergal@esatclear.ie>
64558      Branch: perl
64559            ! lib/Test/More.pm
64560 ____________________________________________________________________________
64561 [ 20547] By: jhi                                   on 2003/08/07  14:45:22
64562         Log: Integrate from maint:
64563              [ 20543]
64564              Workround for SuSE8.2's -lndbm hack
64565      Branch: perl
64566           !> hints/linux.sh
64567 ____________________________________________________________________________
64568 [ 20546] By: jhi                                   on 2003/08/07  14:43:57
64569         Log: Subject: [PATCH 5.8.1] Benchmark problem
64570              From: Radu Greab <rgreab@fx.ro>
64571              Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST)
64572              Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro>
64573
64574              Subject: Re: [PATCH 5.8.1] Benchmark problem
64575              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
64576              Date: Thu, 7 Aug 2003 15:48:38 +0200
64577              Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr>
64578      Branch: perl
64579            ! lib/Benchmark.pm lib/Benchmark.t
64580 ____________________________________________________________________________
64581 [ 20544] By: jhi                                   on 2003/08/07  14:25:25
64582         Log: Retract #20359: too wide a brush.
64583      Branch: perl
64584            ! hints/netbsd.sh
64585 ____________________________________________________________________________
64586 [ 20542] By: jhi                                   on 2003/08/07  06:24:23
64587         Log: If no alarm(), skip the subtests.
64588      Branch: perl
64589            ! ext/Time/HiRes/t/HiRes.t
64590 ____________________________________________________________________________
64591 [ 20541] By: jhi                                   on 2003/08/07  06:15:54
64592         Log: Subject: Re: maint @ 20537
64593              From: Philip Newton <Philip.Newton@gmx.net>
64594              Date: Thu, 07 Aug 2003 09:05:17 +0200
64595              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
64596      Branch: perl
64597            ! ext/Socket/Socket.xs
64598 ____________________________________________________________________________
64599 [ 20540] By: jhi                                   on 2003/08/07  06:13:19
64600         Log: Subject: Re: maint @ 20537
64601              From: Philip Newton <Philip.Newton@gmx.net>
64602              Date: Thu, 07 Aug 2003 09:05:17 +0200
64603              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
64604      Branch: perl
64605            ! hints/dos_djgpp.sh
64606 ____________________________________________________________________________
64607 [ 20539] By: jhi                                   on 2003/08/07  05:17:56
64608         Log: NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
64609              broken SysV semaphores.
64610      Branch: perl
64611            ! hints/netbsd.sh
64612 ____________________________________________________________________________
64613 [ 20538] By: jhi                                   on 2003/08/07  05:08:14
64614         Log: Subject: Re: [perl #23030] Error in negative lookahead with alternations
64615              From: hv@crypt.org
64616              Date: Thu, 07 Aug 2003 02:44:23 +0100
64617              Message-Id: <200308070144.h771iN906446@zen.crypt.org>
64618      Branch: perl
64619            ! regexec.c t/op/re_tests
64620 ____________________________________________________________________________
64621 [ 20535] By: jhi                                   on 2003/08/06  19:05:18
64622         Log: ESUCCESS = 0 is not true, but exists.
64623      Branch: perl
64624            ! ext/Errno/t/Errno.t
64625 ____________________________________________________________________________
64626 [ 20533] By: jhi                                   on 2003/08/06  18:39:49
64627         Log: Subject: [pathc] Sys:Syslog.pm::syslog() - Better error message
64628              From: jari.aalto@poboxes.com (Jari Aalto)
64629              Date: Wed, 06 Aug 2003 14:24:42 +0300
64630              Message-ID: <ekzzowp1.fsf@blue.sea.net>
64631      Branch: perl
64632            ! ext/Sys/Syslog/Syslog.pm
64633 ____________________________________________________________________________
64634 [ 20530] By: jhi                                   on 2003/08/06  18:24:56
64635         Log: Make code agree with documentation (from Wolfgang Friebel)
64636      Branch: perl
64637            ! lib/ExtUtils/MakeMaker.pm
64638 ____________________________________________________________________________
64639 [ 20529] By: jhi                                   on 2003/08/06  18:20:31
64640         Log: Various tweaks to help DJGPP builds.
64641      Branch: perl
64642            ! djgpp/djgppsed.sh hints/dos_djgpp.sh
64643 ____________________________________________________________________________
64644 [ 20527] By: jhi                                   on 2003/08/06  14:57:22
64645         Log: More PASTHRU patching from Steve Hay.
64646      Branch: perl
64647            ! lib/ExtUtils/MM_Unix.pm
64648 ____________________________________________________________________________
64649 [ 20526] By: jhi                                   on 2003/08/06  13:53:01
64650         Log: Cast away gcc 3.3 type conversion pickiness.
64651      Branch: perl
64652            ! ext/threads/threads.xs
64653 ____________________________________________________________________________
64654 [ 20524] By: jhi                                   on 2003/08/06  13:36:44
64655         Log: Subject: Re: perl with cygwin 1.5, need help
64656              From: "Gerrit P. Haase" <gp@familiehaase.de>
64657              Date: Tue, 5 Aug 2003 14:36:55 +0200
64658              Message-ID: <71561410910.20030805143655@familiehaase.de>
64659
64660              (needed manual fitting)
64661      Branch: perl
64662            ! pad.c
64663 ____________________________________________________________________________
64664 [ 20523] By: jhi                                   on 2003/08/06  13:30:42
64665         Log: Subject: maint @ 20512
64666              From: Robin Barker <Robin.Barker@npl.co.uk>
64667              Date: Wed, 6 Aug 2003 15:31:33 +0100
64668              Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk>
64669      Branch: perl
64670            ! MANIFEST Porting/Maintainers.pl
64671 ____________________________________________________________________________
64672 [ 20520] By: jhi                                   on 2003/08/06  11:38:46
64673         Log: Subject: [PATCH] Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
64674              From: Steve Hay <steve.hay@uk.radan.com>
64675              Date: Wed, 06 Aug 2003 10:56:44 +0100
64676              Message-ID: <3F30D0DC.20700@uk.radan.com>
64677      Branch: perl
64678            ! lib/ExtUtils/MM_Unix.pm
64679 ____________________________________________________________________________
64680 [ 20514] By: jhi                                   on 2003/08/06  05:22:29
64681         Log: Subject: Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition
64682              From: Tim Jenness <t.jenness@jach.hawaii.edu>
64683              Date: Tue, 5 Aug 2003 17:21:46 -1000 (HST)
64684              Message-ID: <Pine.LNX.4.44.0308051720280.8532-100000@lapaki>
64685      Branch: perl
64686            ! pod/perlfaq2.pod
64687 ____________________________________________________________________________
64688 [ 20513] By: jhi                                   on 2003/08/06  05:18:32
64689         Log: Subject: [PATCH] dprofpp.PL again -- #20488 thinko
64690              From: "Craig A. Berry" <craigberry@mac.com>
64691              Date: Wed, 06 Aug 2003 00:18:36 -0500
64692              Message-ID: <3F308FAC.4090409@mac.com>
64693
64694              (from vmsperl list)
64695      Branch: perl
64696            ! utils/dprofpp.PL
64697 ____________________________________________________________________________
64698 [ 20510] By: jhi                                   on 2003/08/05  19:01:08
64699         Log: Subject: [PATCH pod/perlfaq2.pod] BETTER update Friedl book listing for 2nd edition
64700              From: mjd@plover.com
64701              Date: 5 Aug 2003 19:23:46 -0000
64702              Message-ID: <20030805192346.25911.qmail@plover.com>
64703      Branch: perl
64704            ! pod/perlfaq2.pod
64705 ____________________________________________________________________________
64706 [ 20508] By: jhi                                   on 2003/08/05  18:36:38
64707         Log: Continue #20506.
64708      Branch: perl
64709            ! lib/ExtUtils/MM_Unix.pm
64710 ____________________________________________________________________________
64711 [ 20506] By: jhi                                   on 2003/08/05  17:58:01
64712         Log: Try to fix the INC in PASTHRU.
64713      Branch: perl
64714            ! lib/ExtUtils/MM_Unix.pm
64715 ____________________________________________________________________________
64716 [ 20503] By: jhi                                   on 2003/08/05  16:02:14
64717         Log: Subject: Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined.
64718              From: Chip Salzenberg <chip@pobox.com>
64719              Date: Tue, 5 Aug 2003 11:39:24 -0400
64720              Message-ID: <20030805153924.GO1751@perlsupport.com
64721      Branch: perl
64722            ! perlio.c
64723 ____________________________________________________________________________
64724 [ 20502] By: jhi                                   on 2003/08/05  15:32:39
64725         Log: Subject: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
64726              From: Steve Hay <steve.hay@uk.radan.com>
64727              Date: Tue, 05 Aug 2003 10:43:49 +0100
64728              Message-ID: <3F2F7C55.9020808@uk.radan.com>
64729
64730              (The MM_Unix.pm part was dealt with in #20501.)
64731      Branch: perl
64732            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t
64733 ____________________________________________________________________________
64734 [ 20501] By: jhi                                   on 2003/08/05  15:28:17
64735         Log: Reinstate #11125, hopefully making MakeMaker to pass
64736              DEFINE and INCLUDE to subdirs (NI-S says he'll work
64737              around any problems caused seen Tk if necessary).
64738              Also (document and) reorder the PASTHRU_INC and PASTHRU_DEFINE
64739              to be _after_ the directory-specific INC and DEFINE as suggested
64740              by NI-S (Tk probably being the only "user" of the said macros).
64741      Branch: perl
64742            ! lib/ExtUtils/MM_Unix.pm
64743 ____________________________________________________________________________
64744 [ 20500] By: jhi                                   on 2003/08/05  15:14:35
64745         Log: Subject: [PATCH-5.8.1-RC4] WinCE more implemented functions
64746              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
64747              Date: Tue, 5 Aug 2003 20:12:18 +0400
64748              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com>
64749      Branch: perl
64750            - wince/include/netdb.h
64751            ! MANIFEST wince/Makefile.ce wince/win32.h wince/win32io.c
64752            ! wince/wince.c
64753 ____________________________________________________________________________
64754 [ 20499] By: jhi                                   on 2003/08/05  14:03:43
64755         Log: A suggested perlio doc addition from Stas.
64756      Branch: perl
64757            ! pod/perliol.pod
64758 ____________________________________________________________________________
64759 [ 20498] By: jhi                                   on 2003/08/05  13:32:59
64760         Log: Subject: [PATCH RC4] AUTHORS +  Maintainers.pl
64761              From: Robin Barker <Robin.Barker@npl.co.uk>
64762              Date: Tue, 5 Aug 2003 15:32:36 +0100
64763              Message-ID: <533D273D4014D411AB1D00062938C4D90404661C@hotel.npl.co.uk>
64764      Branch: perl
64765            ! AUTHORS Porting/Maintainers.pl
64766 ____________________________________________________________________________
64767 [ 20497] By: jhi                                   on 2003/08/05  12:23:04
64768         Log: This is necessary to get things building for the VMS debugger.
64769              (Craig Berry)
64770      Branch: perl
64771            ! vms/descrip_mms.template
64772 ____________________________________________________________________________
64773 [ 20495] By: jhi                                   on 2003/08/05  09:23:24
64774         Log: Subject: Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6
64775              From: alian <alian@cpan.org>
64776              Date: Tue, 05 Aug 2003 12:21:42 +0200
64777              Message-ID: <3F2F8536.1090702@jupiter.alianet>
64778      Branch: perl
64779            ! ext/POSIX/t/posix.t
64780 ____________________________________________________________________________
64781 [ 20494] By: jhi                                   on 2003/08/05  09:03:57
64782         Log: Add some known cases to Maintainers.
64783      Branch: perl
64784            ! Porting/Maintainers.pl
64785 ____________________________________________________________________________
64786 [ 20492] By: jhi                                   on 2003/08/05  08:34:34
64787         Log: Subject: [PATCH] perlthrtut.pod
64788              From: Elizabeth Mattijsen <liz@dijkmat.nl>
64789              Date: Tue, 5 Aug 2003 11:26:04 +0200
64790              Message-Id: <p05111b0abb5525e65401@[80.127.186.62]>
64791      Branch: perl
64792            ! pod/perlthrtut.pod
64793 ____________________________________________________________________________
64794 [ 20491] By: jhi                                   on 2003/08/05  08:31:29
64795         Log: Add META.yml and Stas' makemeta (plus extensive reworking
64796              of the Maintainers utility)
64797      Branch: perl
64798            + META.yml Porting/Maintainers.pm Porting/makemeta
64799            ! MANIFEST Makefile.SH Porting/Maintainers
64800            ! Porting/Maintainers.pl
64801 ____________________________________________________________________________
64802 [ 20490] By: jhi                                   on 2003/08/05  06:28:06
64803         Log: ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparc
64804              Try to remove the created message queues and semaphores
64805              even in the case of failures.
64806      Branch: perl
64807            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
64808 ____________________________________________________________________________
64809 [ 20489] By: jhi                                   on 2003/08/05  06:21:47
64810         Log: Subject: PerlIO_{read,write} return value doc patch
64811              From: Gisle Aas <gisle@ActiveState.com>
64812              Date: 04 Aug 2003 13:25:28 -0700
64813              Message-ID: <lr4r0xuq4n.fsf@caliper.activestate.com>
64814      Branch: perl
64815            ! pod/perlapio.pod
64816 ____________________________________________________________________________
64817 [ 20488] By: jhi                                   on 2003/08/05  06:12:07
64818         Log: Subject: [PATCH utils/dprofpp.PL] (was Re: DProf tests with -p broken on VMS)
64819              From: "Craig A. Berry" <craigberry@mac.com>
64820              Date: Mon, 04 Aug 2003 19:29:51 -0500
64821              Message-ID: <3F2EFA7F.6070801@mac.com>
64822      Branch: perl
64823            ! utils/dprofpp.PL
64824 ____________________________________________________________________________
64825 [ 20486] By: jhi                                   on 2003/08/05  06:05:53
64826         Log: Subject: [PATCH] typos in encoding.pm
64827              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
64828              Date: Mon, 4 Aug 2003 20:09:35 +0200
64829              Message-ID: <005001c35ab3$9225c320$0c2f1fac@R2D2>
64830      Branch: perl
64831            ! ext/Encode/encoding.pm
64832 ____________________________________________________________________________
64833 [ 20485] By: jhi                                   on 2003/08/05  05:29:11
64834         Log: Bytecode patching from Enache.
64835      Branch: perl
64836            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
64837            ! ext/B/t/bytecode.t ext/ByteLoader/bytecode.h t/TEST
64838 ____________________________________________________________________________
64839 [ 20484] By: jhi                                   on 2003/08/05  05:26:32
64840         Log: Upgrade to Digest::MD5 2.27.
64841      Branch: perl
64842            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
64843            ! ext/Digest/MD5/t/files.t
64844 ____________________________________________________________________________
64845 [ 20483] By: jhi                                   on 2003/08/05  05:15:16
64846         Log: Subject: [Patch 5.8.1 Encode.pm] v-strings deprecated
64847              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
64848              Date: Tue, 05 Aug 2003 00:27:10 +0900
64849              Message-Id: <20030805002313.9880.BQW10602@nifty.com>
64850      Branch: perl
64851            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
64852 ____________________________________________________________________________
64853 [ 20482] By: rgs                                   on 2003/08/04  22:06:46
64854         Log: Nit in INSTALL about the svr?.sh hint files.
64855      Branch: perl
64856            ! INSTALL
64857 ____________________________________________________________________________
64858 [ 20480] By: rgs                                   on 2003/08/04  21:30:25
64859         Log: Subject: [PATCH] Re: [perl #23210] parser error with 'print $HANDLE func(@args)'
64860              From: Steve Grazzini <grazz@pobox.com>
64861              Date: Mon, 4 Aug 2003 16:01:45 -0400
64862              Message-ID: <20030804200145.GB21699@grazzini.net>
64863
64864              Prevent the warning "Bareword found where operator expected" in
64865              the case "print $fh foo()" where foo() is an undefined function.
64866      Branch: perl
64867            ! toke.c
64868 ____________________________________________________________________________
64869 [ 20479] By: rgs                                   on 2003/08/04  20:26:17
64870         Log: Fix bug #23141 : localization of readonly magic scalars
64871              now produces an error "Modification of a read-only value
64872              attempted", instead of silently failing.
64873      Branch: perl
64874            ! scope.c t/op/local.t
64875 ____________________________________________________________________________
64876 [ 20478] By: rgs                                   on 2003/08/04  20:10:52
64877         Log: Revert change #19282 : it caused problems for some -Duseshrplib
64878              builds. On the other hand, make sure that your C compiler isn't
64879              a perl script !
64880      Branch: perl
64881            ! Makefile.SH
64882 ____________________________________________________________________________
64883 [ 20475] By: jhi                                   on 2003/08/04  09:35:55
64884         Log: Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
64885      Branch: perl
64886            ! perl.c perl.h
64887 ____________________________________________________________________________
64888 [ 20474] By: jhi                                   on 2003/08/04  08:41:55
64889         Log: Oops.
64890      Branch: perl
64891            ! hints/darwin.sh hints/rhapsody.sh
64892 ____________________________________________________________________________
64893 [ 20473] By: jhi                                   on 2003/08/04  07:58:36
64894         Log: Subject: [PATCH] Re: Can't usemymalloc on OS X
64895              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
64896              Date: Mon, 4 Aug 2003 10:35:12 +0200
64897              Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr>
64898      Branch: perl
64899            ! hints/darwin.sh
64900 ____________________________________________________________________________
64901 [ 20470] By: jhi                                   on 2003/08/04  06:30:05
64902         Log: Test count adjustment from Rafael.
64903      Branch: perl
64904            ! lib/Test/Simple/t/is_deeply.t
64905 ____________________________________________________________________________
64906 [ 20469] By: jhi                                   on 2003/08/04  06:23:26
64907         Log: Subject: [PATCH] maint, Win32, GCC 3.2
64908              From: Mattia Barbon <mbarbon@dsi.unive.it>
64909              Date: Sat, 2 Aug 2003 10:31:07 +0200 (ora legale Europa occidentale)
64910              Message-ID: <Mahogany-0.64.2-624-20030802-103107.00@rbnet.it>
64911      Branch: perl
64912            ! ext/Errno/Errno_pm.PL
64913 ____________________________________________________________________________
64914 [ 20467] By: jhi                                   on 2003/08/04  05:10:57
64915         Log: Apparently the newly introduce -DDARWIN did conflict with
64916              some Apple definition, how ironic...
64917      Branch: perl
64918            ! hints/darwin.sh perl.h
64919 ____________________________________________________________________________
64920 [ 20466] By: jhi                                   on 2003/08/04  05:03:30
64921         Log: Subject: Debian patch that skips podless modules
64922              From: Alexey Tourbin <at@altlinux.ru>
64923              Date: Sun, 3 Aug 2003 21:33:00 +0400
64924              Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru>
64925
64926              (plus Schwern's and Robert's nits)
64927      Branch: perl
64928            ! installman
64929 ____________________________________________________________________________
64930 [ 20465] By: jhi                                   on 2003/08/04  05:00:04
64931         Log: Subject: [PATCH] 4 bugs in Test::More
64932              From: Fergal Daly <fergal@esatclear.ie> (by way of Fergal Daly <fergal@esatclear.ie>)
64933              Date: Fri, 21 Mar 2003 10:57:31 +0000
64934              Message-Id: <200303211057.31879.fergal@esatclear.ie>
64935      Branch: perl
64936            ! lib/Test/More.pm lib/Test/Simple/t/More.t
64937            ! lib/Test/Simple/t/is_deeply.t
64938 ____________________________________________________________________________
64939 [ 20464] By: jhi                                   on 2003/08/04  04:44:08
64940         Log: Upgrade to ExtUtils::MakeMaker 6.15.
64941      Branch: perl
64942            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
64943            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
64944            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
64945 ____________________________________________________________________________
64946 [ 20463] By: jhi                                   on 2003/08/04  04:37:25
64947         Log: Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong
64948              From: Michael G Schwern <schwern@pobox.com>
64949              Date: Sun, 3 Aug 2003 16:12:35 -0700
64950              Message-ID: <20030803231235.GJ24350@windhund.schwern.org>
64951      Branch: perl
64952            ! lib/Benchmark.pm lib/Benchmark.t
64953 ____________________________________________________________________________
64954 [ 20462] By: rgs                                   on 2003/08/03  22:26:10
64955         Log: Subject: [PATCH] Re: [perl #23207] persistant sideffect involving bitwise xor and substr
64956              From: Enache Adrian <enache@rdslink.ro>
64957              Date: Sun, 3 Aug 2003 18:00:05 +0300
64958              Message-ID: <20030803150005.GA1319@ratsnest.hole>
64959      Branch: perl
64960            ! pp.c t/op/substr.t
64961 ____________________________________________________________________________
64962 [ 20461] By: rgs                                   on 2003/08/03  21:50:11
64963         Log: Subject: Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6
64964              From: alian <alian@cpan.org>
64965              Date: Sat, 02 Aug 2003 16:19:25 +0200
64966              Message-ID: <3F2BC86D.2050400@jupiter.alianet>
64967
64968              Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern)
64969      Branch: perl
64970            ! ext/POSIX/t/posix.t
64971 ____________________________________________________________________________
64972 [ 20458] By: jhi                                   on 2003/08/03  19:01:08
64973         Log: Subject: [PATCH-for-5.8.1-RC4] wince distribution
64974              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
64975              Date: Mon, 4 Aug 2003 00:01:08 +0400
64976              Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad>
64977      Branch: perl
64978            ! wince/makedist.pl
64979 ____________________________________________________________________________
64980 [ 20457] By: jhi                                   on 2003/08/03  18:59:10
64981         Log: Subject: [PATCH perlreftut.pod] Minor edits
64982              From: mjd@plover.com
64983              Date: 3 Aug 2003 17:46:08 -0000
64984              Message-ID: <20030803174608.15792.qmail@plover.com>
64985      Branch: perl
64986            ! pod/perlreftut.pod
64987 ____________________________________________________________________________
64988 [ 20456] By: jhi                                   on 2003/08/03  18:52:16
64989         Log: Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits
64990              From: mjd@plover.com
64991              Date: 3 Aug 2003 19:37:49 -0000
64992              Message-ID: <20030803193749.3733.qmail@plover.com>
64993      Branch: perl
64994            ! ext/Time/HiRes/HiRes.pm
64995 ____________________________________________________________________________
64996 [ 20455] By: jhi                                   on 2003/08/03  18:47:13
64997         Log: Subject: [PATCH] Re: win32.c bug - handle leak
64998              From: Jan Dubois <jand@ActiveState.com>
64999              Date: Sat, 02 Aug 2003 10:25:05 -0700
65000              Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com>
65001      Branch: perl
65002            ! win32/win32.c
65003 ____________________________________________________________________________
65004 [ 20454] By: jhi                                   on 2003/08/03  18:45:53
65005         Log: Subject: [PATCH 5.8.1 @20218] OS/2 build
65006              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
65007              Date: Sat, 2 Aug 2003 09:38:50 -0700
65008              Message-ID: <20030802163850.GA4712@math.berkeley.edu>
65009      Branch: perl
65010            ! os2/os2ish.h
65011 ____________________________________________________________________________
65012 [ 20453] By: jhi                                   on 2003/08/03  18:44:29
65013         Log: Subject: [PATCH] Storable and uninitalized array values
65014              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
65015              Date: Sat, 2 Aug 2003 13:40:16 +0200
65016              Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2>
65017      Branch: perl
65018            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
65019 ____________________________________________________________________________
65020 [ 20452] By: jhi                                   on 2003/08/03  18:27:47
65021         Log: Upgrade to Unicode::Collate 0.26.
65022      Branch: perl
65023            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
65024            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
65025            ! lib/Unicode/Collate/t/test.t
65026 ____________________________________________________________________________
65027 [ 20451] By: jhi                                   on 2003/08/03  18:24:18
65028         Log: Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl
65029              From: "Craig A. Berry" <craigberry@mac.com>
65030              Date: Sat, 02 Aug 2003 10:25:44 -0500
65031              Message-ID: <3F2BD7F8.8090003@mac.com>
65032      Branch: perl
65033            ! lib/Net/Ping.pm
65034 ____________________________________________________________________________
65035 [ 20450] By: rgs                                   on 2003/08/03  12:50:07
65036         Log: Subject: [PATCH 5.8.1 @20218] Shell.t
65037              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
65038              Date: Sun, 3 Aug 2003 06:21:41 -0700
65039              Message-ID: <20030803132141.GA5156@math.berkeley.edu>
65040      Branch: perl
65041            ! lib/Shell.t
65042 ____________________________________________________________________________
65043 [ 20447] By: jhi                                   on 2003/08/02  07:26:58
65044         Log: C++ (or C99) sneak attack ("inline" function keyword).
65045      Branch: perl
65046            ! ext/Devel/DProf/DProf.xs
65047 ____________________________________________________________________________
65048 [ 20445] By: jhi                                   on 2003/08/02  06:24:30
65049         Log: Subject: [PATCH] Re: [perl #23185] perl crash with File::Glob
65050              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
65051              Date: Fri, 1 Aug 2003 13:12:14 +0200
65052              Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2>
65053      Branch: perl
65054            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
65055            ! ext/File/Glob/t/basic.t
65056 ____________________________________________________________________________
65057 [ 20444] By: jhi                                   on 2003/08/02  06:17:28
65058         Log: Only show the message if the locale settings look risky.
65059      Branch: perl
65060            ! ext/Time/HiRes/Makefile.PL
65061 ____________________________________________________________________________
65062 [ 20443] By: jhi                                   on 2003/08/02  06:01:27
65063         Log: Add a message about the LC_ALL=C workaround (for non-core builds);
65064              update Changes.
65065      Branch: perl
65066            ! ext/Time/HiRes/Changes ext/Time/HiRes/Makefile.PL
65067 ____________________________________________________________________________
65068 [ 20441] By: jhi                                   on 2003/08/02  05:37:37
65069         Log: Subject: [PATCH] Small nit to pad.c
65070              From: Enache Adrian <enache@rdslink.ro>
65071              Date: Sat, 2 Aug 2003 01:50:40 +0300
65072              Message-ID: <20030801225040.GB1281@ratsnest.hole>
65073      Branch: perl
65074            ! pad.c
65075 ____________________________________________________________________________
65076 [ 20440] By: jhi                                   on 2003/08/02  05:12:13
65077         Log: Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes
65078              From: Radu Greab <rgreab@fx.ro>
65079              Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST)
65080              Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro>
65081      Branch: perl
65082            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
65083            ! ext/Devel/DProf/DProf.xs t/lib/dprof/test8_t
65084            ! t/lib/dprof/test8_v
65085 ____________________________________________________________________________
65086 [ 20439] By: jhi                                   on 2003/08/02  05:06:43
65087         Log: Subject: [PATCH] ioctl for VMS
65088              From: "Craig A. Berry" <craigberry@mac.com>
65089              Date: Fri, 01 Aug 2003 23:34:31 -0500
65090              Message-ID: <3F2B3F57.4050609@mac.com>
65091      Branch: perl
65092            ! configure.com vms/vmsish.h
65093 ____________________________________________________________________________
65094 [ 20438] By: jhi                                   on 2003/08/02  05:05:40
65095         Log: Subject: [PATCH] argv case nit for VMS
65096              From: "Craig A. Berry" <craigberry@mac.com>
65097              Date: Fri, 01 Aug 2003 19:16:30 -0500
65098              Message-ID: <3F2B02DE.10207@mac.com>
65099      Branch: perl
65100            ! ext/Encode/bin/enc2xs pod/pod2usage.PL pod/podselect.PL
65101 ____________________________________________________________________________
65102 [ 20437] By: jhi                                   on 2003/08/01  22:00:30
65103         Log: Hugo's second thoughts: drop the relatively rare and
65104              slow optimization for now.
65105      Branch: perl
65106            ! regexec.c
65107 ____________________________________________________________________________
65108 [ 20435] By: jhi                                   on 2003/08/01  21:55:19
65109         Log: Missed this bit in the last update: couldn't answer ''
65110              or ' ' to get 'none'.
65111      Branch: perl
65112            ! Configure
65113 ____________________________________________________________________________
65114 [ 20432] By: jhi                                   on 2003/08/01  13:45:10
65115         Log: Encode pre-1.98 update from Dan Kogai, sent from
65116              the ashes of his smoldering motherboard.
65117      Branch: perl
65118            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/META.yml
65119            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
65120            ! ext/Encode/t/perlio.t ext/Encode/ucm/macArabic.ucm
65121            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macHebrew.ucm
65122 ____________________________________________________________________________
65123 [ 20431] By: jhi                                   on 2003/08/01  13:34:28
65124         Log: More runperl(switches => ...) finds (bleadperl only).
65125      Branch: perl
65126            ! t/op/readline.t
65127 ____________________________________________________________________________
65128 [ 20426] By: jhi                                   on 2003/08/01  12:45:19
65129         Log: Regen perltoc.
65130      Branch: perl
65131            ! pod/perltoc.pod
65132 ____________________________________________________________________________
65133 [ 20425] By: jhi                                   on 2003/08/01  12:44:16
65134         Log: pod likes whitespace.
65135      Branch: perl
65136            ! ext/ByteLoader/ByteLoader.pm
65137 ____________________________________________________________________________
65138 [ 20422] By: jhi                                   on 2003/08/01  11:37:53
65139         Log: Faulty check.
65140      Branch: perl
65141            ! t/test.pl
65142 ____________________________________________________________________________
65143 [ 20420] By: jhi                                   on 2003/08/01  11:06:54
65144         Log: Update INSTALL on the *dir.
65145      Branch: perl
65146            ! INSTALL
65147 ____________________________________________________________________________
65148 [ 20419] By: jhi                                   on 2003/08/01  11:04:55
65149         Log: Regen Glossary et al.
65150      Branch: perl
65151            ! Porting/Glossary Porting/config.sh Porting/config_H
65152 ____________________________________________________________________________
65153 [ 20418] By: jhi                                   on 2003/08/01  10:58:23
65154         Log: Now the test should be really testing what it's supposed to.
65155      Branch: perl
65156            ! ext/B/t/bytecode.t
65157 ____________________________________________________________________________
65158 [ 20417] By: jhi                                   on 2003/08/01  10:45:57
65159         Log: Fix the options.
65160      Branch: perl
65161            ! ext/B/t/bytecode.t
65162 ____________________________________________________________________________
65163 [ 20416] By: jhi                                   on 2003/08/01  10:44:19
65164         Log: Argument sanity checking.
65165      Branch: perl
65166            ! t/test.pl
65167 ____________________________________________________________________________
65168 [ 20413] By: jhi                                   on 2003/08/01  10:37:09
65169         Log: Regen Configure to use the *html*dir files.
65170              (installhtml uses none of that, though)
65171      Branch: perl
65172            ! Configure Policy_sh.SH config_h.SH
65173 ____________________________________________________________________________
65174 [ 20411] By: jhi                                   on 2003/08/01  10:10:05
65175         Log: More for the *dir changes.
65176      Branch: perl
65177            ! Policy_sh.SH config_h.SH hints/darwin.sh
65178 ____________________________________________________________________________
65179 [ 20410] By: jhi                                   on 2003/08/01  10:09:38
65180         Log: Regen Configure for the new *dir installation variables.
65181              If these don't work, ask Schwern.
65182      Branch: perl
65183            ! Configure
65184 ____________________________________________________________________________
65185 [ 20408] By: jhi                                   on 2003/08/01  05:27:48
65186         Log: Upgrade to MakeMaker 6.13.
65187      Branch: perl
65188            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
65189            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
65190            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
65191            ! lib/ExtUtils/t/basic.t
65192 ____________________________________________________________________________
65193 [ 20407] By: jhi                                   on 2003/08/01  05:21:36
65194         Log: JAPH patch :-) from Abigail.
65195      Branch: perl
65196            ! t/japh/abigail.t
65197 ____________________________________________________________________________
65198 [ 20406] By: jhi                                   on 2003/08/01  05:10:30
65199         Log: Regen perlapi.
65200      Branch: perl
65201            ! perlapi.c
65202 ____________________________________________________________________________
65203 [ 20405] By: jhi                                   on 2003/08/01  05:09:23
65204         Log: Subject: [PATCH] Re: utf8+regex bug in 5.8.1-RC2
65205              From: Dave Mitchell <davem@fdgroup.com>
65206              Date: Fri, 1 Aug 2003 01:16:31 +0100
65207              Message-ID: <20030801001631.GA11233@fdgroup.com>
65208      Branch: perl
65209            ! regcomp.c t/op/pat.t
65210 ____________________________________________________________________________
65211 [ 20404] By: ams                                   on 2003/08/01  03:28:17
65212         Log: Subject: [PATCH] LotR quote for perlapi.c
65213              From: Autrijus Tang <autrijus@autrijus.org>
65214              Date: Fri, 1 Aug 2003 10:00:29 +0800
65215              Message-Id: <20030801020029.GA28241@not.autrijus.org>
65216      Branch: perl
65217            ! embed.pl
65218 ____________________________________________________________________________
65219 [ 20396] By: rgs                                   on 2003/07/31  20:37:50
65220         Log: Document in INSTALL that -Uinstallusrbinperl is now the default.
65221      Branch: perl
65222            ! INSTALL
65223 ____________________________________________________________________________
65224 [ 20395] By: jhi                                   on 2003/07/31  20:32:30
65225         Log: Integrate README.macosx more.
65226      Branch: perl
65227            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
65228            ! win32/Makefile win32/makefile.mk
65229 ____________________________________________________________________________
65230 [ 20394] By: jhi                                   on 2003/07/31  20:31:49
65231         Log: README.macosx from Sherm Pendley.
65232      Branch: perl
65233            + README.macosx
65234            ! MANIFEST
65235 ____________________________________________________________________________
65236 [ 20393] By: jhi                                   on 2003/07/31  20:31:08
65237         Log: Unportable subtest needs rethink.
65238      Branch: perl
65239            ! ext/B/t/bytecode.t
65240 ____________________________________________________________________________
65241 [ 20392] By: jhi                                   on 2003/07/31  20:22:03
65242         Log: Enache again.
65243      Branch: perl
65244            ! ext/ByteLoader/bytecode.h
65245 ____________________________________________________________________________
65246 [ 20390] By: jhi                                   on 2003/07/31  20:20:28
65247         Log: Retract #20385.
65248      Branch: perl
65249            ! ext/ByteLoader/bytecode.h
65250 ____________________________________________________________________________
65251 [ 20389] By: jhi                                   on 2003/07/31  20:14:06
65252         Log: Yet another bytecode tweak from Enache.
65253      Branch: perl
65254            ! ext/B/B/Bytecode.pm
65255 ____________________________________________________________________________
65256 [ 20388] By: jhi                                   on 2003/07/31  20:11:21
65257         Log: Subject: [DOC PATCH] pod/perlguts.pod
65258              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
65259              Date: Thu, 31 Jul 2003 22:39:01 +0200
65260              Message-ID: <004a01c357a3$c71f9f50$0c2f1fac@R2D2>
65261      Branch: perl
65262            ! pod/perlguts.pod
65263 ____________________________________________________________________________
65264 [ 20387] By: jhi                                   on 2003/07/31  19:57:36
65265         Log: Subject: Re: [perl #23171] Regex too selfish
65266              From: hv@crypt.org
65267              Date: Thu, 31 Jul 2003 18:59:43 +0100
65268              Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org>
65269
65270              (choose the second code patch)
65271      Branch: perl
65272            ! regexec.c t/op/re_tests
65273 ____________________________________________________________________________
65274 [ 20386] By: jhi                                   on 2003/07/31  19:48:17
65275         Log: Make consistent with installperl (and working in MPE/iX)
65276              (Mark Bixby)
65277      Branch: perl
65278            ! installman
65279 ____________________________________________________________________________
65280 [ 20385] By: jhi                                   on 2003/07/31  19:46:14
65281         Log: (retracted by #20390)
65282      Branch: perl
65283            ! ext/ByteLoader/bytecode.h
65284 ____________________________________________________________________________
65285 [ 20383] By: jhi                                   on 2003/07/31  19:37:22
65286         Log: Upgrade to real CPAN.pm 1.76.
65287      Branch: perl
65288            + lib/CPAN/META.yml lib/CPAN/PAUSE2003.pub lib/CPAN/SIGNATURE
65289            + lib/CPAN/t/signature.t
65290            ! MANIFEST lib/CPAN.pm
65291 ____________________________________________________________________________
65292 [ 20379] By: jhi                                   on 2003/07/31  12:32:31
65293         Log: One more tweak for Mac OS X hints.
65294      Branch: perl
65295            ! hints/darwin.sh
65296 ____________________________________________________________________________
65297 [ 20378] By: jhi                                   on 2003/07/31  11:39:31
65298         Log: The new PKI system is far too untested and rough yet
65299              (think machines with no network, machines behind firewalls,
65300              corporate and national encryption policies).  It cannot be
65301              considered useable at this stage.
65302
65303              Therefore, create a fake CPAN 1.76.
65304      Branch: perl
65305            ! lib/CPAN.pm
65306 ____________________________________________________________________________
65307 [ 20377] By: jhi                                   on 2003/07/31  11:28:58
65308         Log: This test is pretty useless as it stands.
65309      Branch: perl
65310            - lib/CPAN/t/signature.t
65311            ! MANIFEST
65312 ____________________________________________________________________________
65313 [ 20376] By: jhi                                   on 2003/07/31  10:30:08
65314         Log: Document the requirements for Module::Signature a bit.
65315      Branch: perl
65316            ! lib/CPAN.pm
65317 ____________________________________________________________________________
65318 [ 20375] By: jhi                                   on 2003/07/31  09:37:44
65319         Log: We are change #20316 ahead of 1.75.
65320      Branch: perl
65321            ! lib/CPAN.pm
65322 ____________________________________________________________________________
65323 [ 20373] By: jhi                                   on 2003/07/31  07:35:11
65324         Log: Integrate from maint:
65325              [ 20359]
65326              No more wince/README.compile here, either.
65327      Branch: perl
65328           !> Porting/makerel
65329 ____________________________________________________________________________
65330 [ 20371] By: jhi                                   on 2003/07/31  05:41:56
65331         Log: ext/SDBM_File/sdbm's auto directory ended up in ext/SDBM_File.
65332              (Schwern)
65333      Branch: perl
65334            ! lib/ExtUtils/MakeMaker.pm
65335 ____________________________________________________________________________
65336 [ 20370] By: jhi                                   on 2003/07/31  05:39:11
65337         Log: Schwern says this is most probably an old VMS MakeMaker
65338              bug workaround that can go now.
65339      Branch: perl
65340            ! ext/SDBM_File/sdbm/Makefile.PL
65341 ____________________________________________________________________________
65342 [ 20369] By: jhi                                   on 2003/07/31  05:32:15
65343         Log: Final touches to "Apple-like" installation directories.
65344      Branch: perl
65345            ! hints/darwin.sh
65346 ____________________________________________________________________________
65347 [ 20368] By: jhi                                   on 2003/07/31  05:28:17
65348         Log: Tests for change #20367 (and change use overload; to
65349              just require overload;)
65350      Branch: perl
65351            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
65352 ____________________________________________________________________________
65353 [ 20367] By: jhi                                   on 2003/07/31  05:12:47
65354         Log: Subject: [PATCH Tie::RefHash] added support for overloaded ""
65355              From: Xavier Noria <fxn@hashref.com>
65356              Date: Thu, 31 Jul 2003 00:29:13 +0200
65357              Message-Id: <200307310029.13567.fxn@hashref.com>
65358      Branch: perl
65359            ! lib/Tie/RefHash.pm
65360 ____________________________________________________________________________
65361 [ 20366] By: jhi                                   on 2003/07/31  05:06:11
65362         Log: Subject: [PATCH] test for B::Bytecode/ByteLoader
65363              From: Enache Adrian <enache@rdslink.ro>
65364              Date: Thu, 31 Jul 2003 03:49:40 +0300
65365              Message-ID: <20030731004940.GB1266@ratsnest.hole>
65366
65367              (but use test.pl:run_perl() instead of manual `$^X ...`)
65368      Branch: perl
65369            + ext/B/t/bytecode.t
65370            ! MANIFEST
65371 ____________________________________________________________________________
65372 [ 20364] By: rgs                                   on 2003/07/30  21:35:08
65373         Log: Silence spurious noise from MakeMaker :
65374              hint files shouldn't return undef and have set $!.
65375      Branch: perl
65376            ! ext/DynaLoader/hints/linux.pl
65377 ____________________________________________________________________________
65378 [ 20362] By: jhi                                   on 2003/07/30  20:24:49
65379         Log: Upgrade to NEXT 0.52.
65380      Branch: perl
65381            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
65382            ! lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
65383 ____________________________________________________________________________
65384 [ 20356] By: jhi                                   on 2003/07/30  18:16:55
65385         Log: Might as well.
65386      Branch: perl
65387            ! pod/perlhist.pod
65388 ____________________________________________________________________________
65389 [ 20355] By: jhi                                   on 2003/07/30  18:15:49
65390         Log: Silly gcc.
65391      Branch: perl
65392            ! perl.c
65393 ____________________________________________________________________________
65394 [ 20353] By: jhi                                   on 2003/07/30  17:09:59
65395         Log: This is getting comical.  (Practical tip: never ask
65396              for opinions from one than one person at one time.)
65397              Now back to -Dprefix='/usr' replacing the system Perl,
65398              but don't use the Apple internal DSTROOT.
65399      Branch: perl
65400            ! hints/darwin.sh
65401 ____________________________________________________________________________
65402 [ 20352] By: jhi                                   on 2003/07/30  17:00:25
65403         Log: Mac OS X hints dance continues.  Now drop any special
65404              installation directory mangling.  In other words, if
65405              you want to overwrite the system perl, you really need
65406              to find out how to do that.
65407      Branch: perl
65408            ! hints/darwin.sh
65409 ____________________________________________________________________________
65410 [ 20350] By: jhi                                   on 2003/07/30  14:23:03
65411         Log: Try again with the Mac OS X hints.  Now the three cases
65412              (no -Dprefix, /usr, and something else) all install
65413              into separate places.  No prefix installs to /usr/local.
65414              The /usr overwrites the Apple install (modulo the version).
65415      Branch: perl
65416            ! hints/darwin.sh
65417 ____________________________________________________________________________
65418 [ 20348] By: jhi                                   on 2003/07/30  13:28:30
65419         Log: Subject: [PATCH] NEXT and Diamond Inheritance
65420              From: Casey West <casey@geeknest.com>
65421              Date: Tue, 29 Jul 2003 17:37:15 -0400
65422              Message-ID: <20030729213715.GY76899@geeknest.com>
65423
65424              (Use Damian's NEXT-0.51 once Damian and PAUSE like each other)
65425      Branch: perl
65426            ! lib/NEXT.pm lib/NEXT/t/unseen.t
65427 ____________________________________________________________________________
65428 [ 20347] By: jhi                                   on 2003/07/30  13:19:03
65429         Log: Match also on full name and email (though the email is
65430              now less interesting than it used to be).
65431      Branch: perl
65432            ! Porting/Maintainers
65433 ____________________________________________________________________________
65434 [ 20346] By: jhi                                   on 2003/07/30  12:26:53
65435         Log: Maintainers script tweaks.
65436      Branch: perl
65437            ! Porting/Maintainers
65438 ____________________________________________________________________________
65439 [ 20345] By: jhi                                   on 2003/07/30  11:17:33
65440         Log: rmdir t/lib/IO.
65441      Branch: perl
65442            ! ext/IO/t/IO.t
65443 ____________________________________________________________________________
65444 [ 20344] By: jhi                                   on 2003/07/30  11:15:30
65445         Log: Adjust the list of rmdired lib directories.
65446      Branch: perl
65447            ! Makefile.SH
65448 ____________________________________________________________________________
65449 [ 20343] By: jhi                                   on 2003/07/30  10:06:24
65450         Log: Be paranoid about PL_origargv.
65451              Paranoia warranted by Win32 mod_perl.
65452      Branch: perl
65453            ! perl.c
65454 ____________________________________________________________________________
65455 [ 20342] By: jhi                                   on 2003/07/30  09:57:55
65456         Log: Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c
65457              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
65458              Date: Wed, 30 Jul 2003 14:56:32 +0400
65459              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com>
65460      Branch: perl
65461            ! perlio.c
65462 ____________________________________________________________________________
65463 [ 20341] By: jhi                                   on 2003/07/30  09:54:46
65464         Log: Upgrade to ExtUtils::MakeMaker 6.12.
65465      Branch: perl
65466            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
65467            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
65468            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
65469            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
65470 ____________________________________________________________________________
65471 [ 20340] By: jhi                                   on 2003/07/30  09:47:32
65472         Log: That's M. Schwern to you, earthling.
65473      Branch: perl
65474            ! Porting/Maintainers.pl
65475 ____________________________________________________________________________
65476 [ 20339] By: jhi                                   on 2003/07/30  09:43:32
65477         Log: Arthur maintains Safe.
65478      Branch: perl
65479            ! Porting/Maintainers.pl
65480 ____________________________________________________________________________
65481 [ 20338] By: jhi                                   on 2003/07/30  09:40:28
65482         Log: Use the CPAN id where available.
65483      Branch: perl
65484            ! Porting/Maintainers.pl
65485 ____________________________________________________________________________
65486 [ 20337] By: jhi                                   on 2003/07/30  09:26:47
65487         Log: Rename Modules and Modules.pl as Maintainers and
65488              Maintainers.pl since the same framework can be used
65489              for more than just modules.
65490      Branch: perl
65491            + Porting/Maintainers Porting/Maintainers.pl
65492            - Porting/Modules Porting/Modules.pl
65493            ! MANIFEST
65494 ____________________________________________________________________________
65495 [ 20336] By: jhi                                   on 2003/07/30  09:11:06
65496         Log: Strip leading ./
65497      Branch: perl
65498            ! Porting/Modules
65499 ____________________________________________________________________________
65500 [ 20335] By: jhi                                   on 2003/07/30  09:01:47
65501         Log: More Modules.pl.
65502      Branch: perl
65503            ! Porting/Modules.pl
65504 ____________________________________________________________________________
65505 [ 20334] By: jhi                                   on 2003/07/30  08:51:57
65506         Log: Modules.pl: add B::Deparse.
65507      Branch: perl
65508            ! Porting/Modules.pl
65509 ____________________________________________________________________________
65510 [ 20333] By: jhi                                   on 2003/07/30  08:26:47
65511         Log: Mac OS X: tweak once again the installation directories.
65512      Branch: perl
65513            ! hints/darwin.sh
65514 ____________________________________________________________________________
65515 [ 20332] By: jhi                                   on 2003/07/30  07:55:04
65516         Log: Modules.pl tweaks.
65517      Branch: perl
65518            ! Porting/Modules.pl
65519 ____________________________________________________________________________
65520 [ 20331] By: jhi                                   on 2003/07/30  06:13:55
65521         Log: Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information
65522              From: Jan Dubois <jand@ActiveState.com>
65523              Date: Tue, 29 Jul 2003 19:14:10 -0700
65524              Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com>
65525      Branch: perl
65526            ! lib/Win32.pod win32/win32.c
65527 ____________________________________________________________________________
65528 [ 20330] By: rgs                                   on 2003/07/29  21:20:28
65529         Log: FAQ sync.
65530      Branch: perl
65531            ! pod/perlfaq4.pod pod/perlfaq7.pod
65532 ____________________________________________________________________________
65533 [ 20329] By: jhi                                   on 2003/07/29  20:54:38
65534         Log: Subject: tiny fix for WinCE (Re: maint @ 20277)
65535              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
65536              Date: Wed, 30 Jul 2003 02:02:41 +0400
65537              Message-ID: <016701c3561d$43735ca0$195ec3d9@vad>
65538      Branch: perl
65539            ! wince/wince.c
65540 ____________________________________________________________________________
65541 [ 20327] By: jhi                                   on 2003/07/29  20:09:15
65542         Log: MPE/iX fix from Mark Bixby: fcntl() on sockets on works.
65543      Branch: perl
65544            ! README.mpeix ext/IO/t/io_sock.t mpeix/mpeix.c mpeix/mpeixish.h
65545 ____________________________________________________________________________
65546 [ 20324] By: jhi                                   on 2003/07/29  19:55:50
65547         Log: Revert #20301, apparently the _SOCKADDR_LEN #define is
65548              important for IPv6 (Spider).  Since there is no way to
65549              otherwise detect 3.X, use the hints.
65550      Branch: perl
65551            ! hints/dec_osf.sh perl.h
65552 ____________________________________________________________________________
65553 [ 20316] By: jhi                                   on 2003/07/29  15:27:46
65554         Log: Don't nag about Module::Signature if there is no
65555              way for the user to use it (based on Autrijus' patch).
65556      Branch: perl
65557            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
65558 ____________________________________________________________________________
65559 [ 20315] By: jhi                                   on 2003/07/29  14:47:04
65560         Log: Oops.
65561      Branch: perl
65562            ! sv.c
65563 ____________________________________________________________________________
65564 [ 20314] By: jhi                                   on 2003/07/29  13:26:26
65565         Log: Slight rewording on the destdir.
65566      Branch: perl
65567            ! INSTALL
65568 ____________________________________________________________________________
65569 [ 20312] By: jhi                                   on 2003/07/29  13:20:21
65570         Log: Subject: [PATCH] pod/perlvar.pod: minor typo
65571              From: "Brendan O'Dea" <bod@debian.org>
65572              Date: Tue, 29 Jul 2003 23:49:18 +1000
65573              Message-ID: <20030729134918.GA4339@londo.c47.org>
65574      Branch: perl
65575            ! pod/perlvar.pod
65576 ____________________________________________________________________________
65577 [ 20310] By: jhi                                   on 2003/07/29  13:11:57
65578         Log: Subject: [PATCH: (repatch) 5.8.1 RC2] Encode test fixes for VMS (was Re: possible fix to File::Find problems)
65579              From: PPrymmer@factset.com
65580              Date: Tue, 22 Jul 2003 11:12:05 -0400
65581              Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>
65582      Branch: perl
65583            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
65584            ! ext/Encode/t/perlio.t
65585 ____________________________________________________________________________
65586 [ 20309] By: jhi                                   on 2003/07/29  13:06:24
65587         Log: Subject: [perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r?
65588              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
65589              Date: Sun, 13 Jul 2003 10:23:35 +0900
65590              Message-Id: <20030713102228.C76A.BQW10602@nifty.com>
65591      Branch: perl
65592            ! ext/Encode/lib/Encode/Alias.pm
65593 ____________________________________________________________________________
65594 [ 20308] By: jhi                                   on 2003/07/29  13:02:43
65595         Log: The --destdir option to installman should be made
65596              optional so that it doesn't complain when passed
65597              an empty value (from Rafael)
65598      Branch: perl
65599            ! installman
65600 ____________________________________________________________________________
65601 [ 20306] By: jhi                                   on 2003/07/29  12:05:24
65602         Log: Too many my $fh:s.
65603      Branch: perl
65604            ! lib/CPAN.pm
65605 ____________________________________________________________________________
65606 [ 20305] By: jhi                                   on 2003/07/29  11:55:11
65607         Log: Quieten MSVC6.
65608      Branch: perl
65609            ! pp.c
65610 ____________________________________________________________________________
65611 [ 20302] By: jhi                                   on 2003/07/29  11:31:17
65612         Log: Subject: DESTDIR in perl-5.8.1 package?
65613              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
65614              Date: Fri, 11 Jul 2003 14:48:41 +0200
65615              Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de>
65616
65617              Subject: Re: DESTDIR in perl-5.8.1 package?
65618              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
65619              Date: Mon, 14 Jul 2003 12:00:25 +0200
65620              Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de>
65621
65622              (blindly prepending and s///ing away the $destdir does not work
65623              at least in VMS, but the --destdir should help rpm builders
65624              and the like)
65625      Branch: perl
65626            ! INSTALL Makefile.SH installman installperl
65627 ____________________________________________________________________________
65628 [ 20301] By: jhi                                   on 2003/07/29  11:20:07
65629         Log: Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
65630              From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
65631              Date: 26 Jul 2003 21:44:06 -0000
65632              Message-ID: <rt-23134-61814.9.36507226414463@rt.perl.org>
65633
65634              Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
65635              releases 4.x and 5.x.
65636      Branch: perl
65637            ! perl.h
65638 ____________________________________________________________________________
65639 [ 20300] By: jhi                                   on 2003/07/29  11:18:27
65640         Log: Cleanup the sv_gets() logic for platforms with small stacks.
65641              (I think hogging 8K of stack sounds like bad behaviour on any
65642              platform, big stack or not.)
65643      Branch: perl
65644            ! sv.c
65645 ____________________________________________________________________________
65646 [ 20299] By: merijn                                on 2003/07/29  10:57:37
65647         Log: README.hpux now mentions the http mirror for prebuilt gcc binaries
65648      Branch: perl
65649            ! README.hpux
65650 ____________________________________________________________________________
65651 [ 20298] By: jhi                                   on 2003/07/29  10:57:28
65652         Log: DEC OSF/1 3.x did (does) not do sizer -v.
65653      Branch: perl
65654            ! hints/dec_osf.sh
65655 ____________________________________________________________________________
65656 [ 20295] By: jhi                                   on 2003/07/29  10:36:25
65657         Log: Subject: [PATCH CPAN.pm] unlink pre-PGP-signed CHECKSUM
65658              From: Autrijus Tang <autrijus@autrijus.org>
65659              Date: Tue, 29 Jul 2003 09:58:35 +0800
65660              Message-ID: <20030729015834.GA7149@not.autrijus.org>
65661      Branch: perl
65662            ! lib/CPAN.pm
65663 ____________________________________________________________________________
65664 [ 20294] By: jhi                                   on 2003/07/29  10:30:05
65665         Log: There is no skip() since we are not using Test*.
65666      Branch: perl
65667            ! lib/CPAN/t/signature.t
65668 ____________________________________________________________________________
65669 [ 20293] By: jhi                                   on 2003/07/29  10:28:10
65670         Log: Upgrade to CPAN.pm 1.74.
65671      Branch: perl
65672            ! lib/CPAN.pm lib/CPAN/t/signature.t
65673 ____________________________________________________________________________
65674 [ 20292] By: jhi                                   on 2003/07/29  10:14:26
65675         Log: Most importantly, don't try HvNAME(gp->gp_hv)
65676              unless PL_stashcache exists, otherwise we get
65677              an invalid read (detected by valgrind, and crashes
65678              ext/threads/t/basic.t in Windows).
65679
65680              Also add a few if:s for the refcnt decrements,
65681              no need to call Perl_sv_free() if there's nothing to free.
65682      Branch: perl
65683            ! gv.c
65684 ____________________________________________________________________________
65685 [ 20291] By: jhi                                   on 2003/07/29  09:00:58
65686         Log: Tabify.
65687      Branch: perl
65688            ! MANIFEST
65689 ____________________________________________________________________________
65690 [ 20288] By: jhi                                   on 2003/07/29  08:29:50
65691         Log: Subject: [perl #22969] fix $hash{utf8bareword}
65692              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
65693              Date: Tue, 29 Jul 2003 11:09:37 +0200
65694              Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com>
65695      Branch: perl
65696            ! t/op/utfhash.t toke.c
65697 ____________________________________________________________________________
65698 [ 20287] By: jhi                                   on 2003/07/29  08:26:48
65699         Log: Subject: [PATCH pointer] B::Deparse 0.64
65700              From: Stephen McCamant <smcc@mit.edu>
65701              Date: Mon, 28 Jul 2003 16:57:19 -0400
65702              Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU>
65703      Branch: perl
65704            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
65705 ____________________________________________________________________________
65706 [ 20286] By: jhi                                   on 2003/07/29  08:24:45
65707         Log: More perlio docs from Stas.
65708      Branch: perl
65709            ! pod/perliol.pod
65710 ____________________________________________________________________________
65711 [ 20285] By: jhi                                   on 2003/07/29  08:22:49
65712         Log: Reintroduce Porting/Modules.  No, it's not duplicating
65713              the information in Module::CoreList.
65714      Branch: perl
65715            + Porting/Modules Porting/Modules.pl
65716            ! AUTHORS MANIFEST
65717 ____________________________________________________________________________
65718 [ 20283] By: jhi                                   on 2003/07/29  05:00:12
65719         Log: The better prefixify() patch from Ed Moy.
65720      Branch: perl
65721            ! lib/ExtUtils/MM_Unix.pm
65722 ____________________________________________________________________________
65723 [ 20282] By: jhi                                   on 2003/07/29  04:57:57
65724         Log: PerlIO_popped doc addition from NI-S.
65725      Branch: perl
65726            ! pod/perliol.pod
65727 ____________________________________________________________________________
65728 [ 20281] By: jhi                                   on 2003/07/29  04:55:48
65729         Log: Subject: [PATCH] another File::Find tweak for VMS (improve on #20221)
65730              From: "Craig A. Berry" <craigberry@mac.com>
65731              Date: Tue, 29 Jul 2003 00:11:46 -0500
65732              Message-ID: <3F260212.9000104@mac.com>
65733      Branch: perl
65734            ! lib/File/Find.pm
65735 ____________________________________________________________________________
65736 [ 20278] By: jhi                                   on 2003/07/28  18:03:48
65737         Log: More bytecode tweaks.
65738      Branch: perl
65739            ! ext/B/B.xs ext/B/B/Bytecode.pm
65740 ____________________________________________________________________________
65741 [ 20275] By: jhi                                   on 2003/07/28  16:47:53
65742         Log: No more wince/README.compile.
65743      Branch: perl
65744            ! Porting/curliff.pl
65745 ____________________________________________________________________________
65746 [ 20272] By: jhi                                   on 2003/07/28  16:19:47
65747         Log: Slightly better failure output.
65748      Branch: perl
65749            ! ext/Devel/Peek/t/Peek.t
65750 ____________________________________________________________________________
65751 [ 20270] By: jhi                                   on 2003/07/28  15:12:28
65752         Log: These directories no more exist during cleanup.
65753      Branch: perl
65754            ! Makefile.SH
65755 ____________________________________________________________________________
65756 [ 20269] By: jhi                                   on 2003/07/28  15:07:22
65757         Log: No more ext/*/*.t, move them all to ext/*/t.
65758      Branch: perl
65759            + ext/Devel/DProf/t/DProf.t ext/Devel/Peek/t/Peek.t
65760            + ext/Errno/t/Errno.t ext/GDBM_File/t/gdbm.t
65761            + ext/I18N/Langinfo/t/Langinfo.t ext/IPC/SysV/t/ipcsysv.t
65762            + ext/NDBM_File/t/ndbm.t ext/ODBM_File/t/odbm.t
65763            + ext/Opcode/t/Opcode.t ext/Opcode/t/ops.t ext/PerlIO/t/PerlIO.t
65764            + ext/SDBM_File/t/sdbm.t ext/Safe/t/safe1.t ext/Safe/t/safe2.t
65765            + ext/Safe/t/safe3.t ext/Socket/t/Socket.t
65766            + ext/Socket/t/socketpair.t ext/Sys/Hostname/t/Hostname.t
65767            + ext/Sys/Syslog/t/syslog.t ext/Time/HiRes/t/HiRes.t
65768            + ext/XS/Typemap/t/Typemap.t ext/attrs/t/attrs.t ext/re/t/re.t
65769            - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t
65770            - ext/Errno/Errno.t ext/GDBM_File/gdbm.t
65771            - ext/I18N/Langinfo/Langinfo.t ext/IPC/SysV/ipcsysv.t
65772            - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t
65773            - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t
65774            - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t
65775            - ext/Socket/Socket.t ext/Socket/socketpair.t
65776            - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t
65777            - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t
65778            - ext/re/re.t
65779            ! MANIFEST ext/IPC/SysV/MANIFEST
65780 ____________________________________________________________________________
65781 [ 20268] By: jhi                                   on 2003/07/28  14:31:17
65782         Log: Move the ext/IO tests to a more standard location so that
65783              the *.t do not get copied to the build tree (lib/IO/).
65784      Branch: perl
65785            + ext/IO/t/IO.t ext/IO/t/io_const.t ext/IO/t/io_dir.t
65786            + ext/IO/t/io_dup.t ext/IO/t/io_linenum.t
65787            + ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_poll.t
65788            + ext/IO/t/io_sel.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
65789            + ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
65790            + ext/IO/t/io_utf8.t ext/IO/t/io_xs.t
65791            - ext/IO/lib/IO/t/IO.t ext/IO/lib/IO/t/io_const.t
65792            - ext/IO/lib/IO/t/io_dir.t ext/IO/lib/IO/t/io_dup.t
65793            - ext/IO/lib/IO/t/io_linenum.t ext/IO/lib/IO/t/io_multihomed.t
65794            - ext/IO/lib/IO/t/io_pipe.t ext/IO/lib/IO/t/io_poll.t
65795            - ext/IO/lib/IO/t/io_sel.t ext/IO/lib/IO/t/io_sock.t
65796            - ext/IO/lib/IO/t/io_taint.t ext/IO/lib/IO/t/io_tell.t
65797            - ext/IO/lib/IO/t/io_udp.t ext/IO/lib/IO/t/io_unix.t
65798            - ext/IO/lib/IO/t/io_utf8.t ext/IO/lib/IO/t/io_xs.t
65799            ! MANIFEST
65800 ____________________________________________________________________________
65801 [ 20267] By: jhi                                   on 2003/07/28  14:16:44
65802         Log: Retract #20260.
65803      Branch: perl
65804            ! perlio.c perliol.h
65805 ____________________________________________________________________________
65806 [ 20266] By: jhi                                   on 2003/07/28  13:38:59
65807         Log: Bump the $VERSION of core File::Spec as requested by Ken Williams.
65808      Branch: perl
65809            ! lib/File/Spec.pm
65810 ____________________________________________________________________________
65811 [ 20265] By: jhi                                   on 2003/07/28  13:23:44
65812         Log: Subject: [PATCH] #20177 broke skip logic in t/op/write.t
65813              From: "Craig A. Berry" <craigberry@mac.com>
65814              Date: Mon, 28 Jul 2003 08:04:32 -0500
65815              Message-ID: <3F251F60.6050607@mac.com>
65816      Branch: perl
65817            ! t/op/write.t
65818 ____________________________________________________________________________
65819 [ 20264] By: jhi                                   on 2003/07/28  13:21:58
65820         Log: Subject: [PATCH] t/op/write.t cleanup after itself.
65821              From: Michael G Schwern <schwern@pobox.com>
65822              Date: Mon, 28 Jul 2003 05:54:19 -0700
65823              Message-ID: <20030728125419.GJ21044@windhund.schwern.org>
65824      Branch: perl
65825            ! t/op/write.t
65826 ____________________________________________________________________________
65827 [ 20263] By: jhi                                   on 2003/07/28  12:13:24
65828         Log: Make Storable work with blead/maint by making PL_sv_placeholder
65829              a true global, bump $VERSION to 2.08.  Will take a look at the
65830              portability issue of placeholders soon.
65831      Branch: perl
65832            ! embedvar.h ext/Storable/Storable.pm ext/Storable/Storable.xs
65833            ! intrpvar.h perlapi.h perlvars.h sv.c
65834 ____________________________________________________________________________
65835 [ 20262] By: jhi                                   on 2003/07/28  11:35:31
65836         Log: Storable test nosewipe.
65837      Branch: perl
65838            ! ext/Storable/t/code.t ext/Storable/t/utf8hash.t
65839 ____________________________________________________________________________
65840 [ 20261] By: jhi                                   on 2003/07/28  11:02:23
65841         Log: Solaris cc didn't appreciate casting a long to a pointer
65842              with no cast, and lval casts are unportable, so introduce
65843              a rval cast.
65844      Branch: perl
65845            ! bytecode.pl ext/ByteLoader/byterun.c
65846 ____________________________________________________________________________
65847 [ 20260] By: jhi                                   on 2003/07/28  10:46:58
65848         Log: (Retracted by #20267)
65849      Branch: perl
65850            ! perlio.c perliol.h
65851 ____________________________________________________________________________
65852 [ 20257] By: jhi                                   on 2003/07/28  10:05:58
65853         Log: Subject: CPAN/t/signature.t noisy
65854              From: Michael G Schwern <schwern@pobox.com>
65855              Date: Mon, 28 Jul 2003 02:14:19 -0700
65856              Message-ID: <20030728091419.GG21044@windhund.schwern.org>
65857      Branch: perl
65858            ! lib/CPAN/t/signature.t
65859 ____________________________________________________________________________
65860 [ 20256] By: jhi                                   on 2003/07/28  10:00:11
65861         Log: Extra noise from File::Spec.
65862      Branch: perl
65863            ! lib/File/Spec/t/rel2abs2rel.t
65864 ____________________________________________________________________________
65865 [ 20255] By: jhi                                   on 2003/07/28  09:50:55
65866         Log: Prettyprint the constants list of defsubs_h.PL.
65867      Branch: perl
65868            ! ext/B/defsubs_h.PL
65869 ____________________________________________________________________________
65870 [ 20253] By: jhi                                   on 2003/07/28  04:56:48
65871         Log: Subject: [PATCH] B enhancements
65872              From: Stephen McCamant <smcc@mit.edu>
65873              Date: Sun, 27 Jul 2003 14:07:46 -0400
65874              Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU>
65875      Branch: perl
65876            ! ext/B/B.pm ext/B/B.xs ext/B/defsubs_h.PL
65877 ____________________________________________________________________________
65878 [ 20252] By: jhi                                   on 2003/07/28  04:55:42
65879         Log: More clarification about the hash randomisation defines.
65880      Branch: perl
65881            ! perl.h
65882 ____________________________________________________________________________
65883 [ 20251] By: jhi                                   on 2003/07/28  04:51:46
65884         Log: Clarify the process a bit.
65885      Branch: perl
65886            ! INSTALL
65887 ____________________________________________________________________________
65888 [ 20250] By: jhi                                   on 2003/07/28  04:43:23
65889         Log: Add $VERSION to B::Bytecode.
65890      Branch: perl
65891            ! ext/B/B/Bytecode.pm
65892 ____________________________________________________________________________
65893 [ 20249] By: jhi                                   on 2003/07/28  04:39:14
65894         Log: Missing test file.  (Not very useful since Module::Signature
65895              is not in the core, but let's not make an exception.)
65896      Branch: perl
65897            ! MANIFEST
65898 ____________________________________________________________________________
65899 [ 20248] By: jhi                                   on 2003/07/28  04:35:27
65900         Log: Subject: Re: downrev modules in RC2
65901              From: Gisle Aas <gisle@ActiveState.com>
65902              Date: 27 Jul 2003 20:25:07 -0700
65903              Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com>
65904
65905              (upgrade to Digest::MD5 2.26)
65906      Branch: perl
65907            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
65908            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
65909 ____________________________________________________________________________
65910 [ 20247] By: jhi                                   on 2003/07/28  04:31:32
65911         Log: Upgrade to CGI 2.97.
65912      Branch: perl
65913            ! lib/CGI.pm
65914 ____________________________________________________________________________
65915 [ 20246] By: jhi                                   on 2003/07/28  04:26:58
65916         Log: Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.
65917              (from Enache)
65918      Branch: perl
65919            ! bytecode.pl ext/ByteLoader/byterun.c
65920 ____________________________________________________________________________
65921 [ 20243] By: jhi                                   on 2003/07/27  20:31:31
65922         Log: Upgrade to CPAN 1.72.
65923      Branch: perl
65924            + lib/CPAN/t/signature.t
65925            ! MANIFEST lib/CPAN.pm
65926 ____________________________________________________________________________
65927 [ 20242] By: jhi                                   on 2003/07/27  20:21:40
65928         Log: We now return to your normally scheduled hash randomisation.
65929      Branch: perl
65930            ! INSTALL perl.h pod/perlfunc.pod pod/perlrun.pod
65931            ! pod/perlsec.pod
65932 ____________________________________________________________________________
65933 [ 20240] By: jhi                                   on 2003/07/27  19:45:22
65934         Log: fresh_perl_(is|like) were printing out the wrong file/line
65935              number on failure because _where() was hard coded to only
65936              look one level up the call stack.  In these cases it has to
65937              look two.
65938              (Schwern)
65939      Branch: perl
65940            ! t/test.pl
65941 ____________________________________________________________________________
65942 [ 20239] By: jhi                                   on 2003/07/27  19:43:34
65943         Log: cleanup tiehandle.t to use test.pl, is(), like(), etc...
65944              (Schwern)
65945      Branch: perl
65946            ! t/op/tiehandle.t
65947 ____________________________________________________________________________
65948 [ 20238] By: jhi                                   on 2003/07/27  19:20:45
65949         Log: Upgrade to Test::Harness 2.29.
65950      Branch: perl
65951            ! lib/Test/Harness.pm lib/Test/Harness/Straps.pm
65952            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
65953            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
65954            ! lib/Test/Harness/t/test-harness.t
65955 ____________________________________________________________________________
65956 [ 20237] By: jhi                                   on 2003/07/27  18:37:45
65957         Log: Missing MakeMaker test.
65958      Branch: perl
65959            + lib/ExtUtils/t/postamble.t
65960            ! MANIFEST
65961 ____________________________________________________________________________
65962 [ 20236] By: jhi                                   on 2003/07/27  18:29:16
65963         Log: Add -l (one file per line) option to manicheck.
65964      Branch: perl
65965            ! Porting/manicheck
65966 ____________________________________________________________________________
65967 [ 20235] By: jhi                                   on 2003/07/27  18:08:55
65968         Log: Further Byteloader tweaks from Enache.
65969      Branch: perl
65970            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
65971            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/defsubs_h.PL
65972            ! ext/B/t/assembler.t ext/ByteLoader/ByteLoader.pm
65973            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
65974            ! ext/ByteLoader/byterun.h t/TEST
65975 ____________________________________________________________________________
65976 [ 20234] By: jhi                                   on 2003/07/27  18:02:24
65977         Log: Reapply some perldoc changes not in 3.09.
65978      Branch: perl
65979            ! lib/Pod/Perldoc.pm
65980 ____________________________________________________________________________
65981 [ 20233] By: jhi                                   on 2003/07/27  17:51:01
65982         Log: Upgrade to Pod::Perldoc 3.09.
65983      Branch: perl
65984            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
65985 ____________________________________________________________________________
65986 [ 20232] By: jhi                                   on 2003/07/27  17:34:23
65987         Log: A bug reported in perl-unicode by Terry Jones, fixed
65988              by Andreas Koenig, and add a test.
65989      Branch: perl
65990            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
65991 ____________________________________________________________________________
65992 [ 20231] By: jhi                                   on 2003/07/27  17:21:11
65993         Log: Unicode::UCD doc nit from Andreas Koenig.
65994      Branch: perl
65995            ! lib/Unicode/UCD.pm
65996 ____________________________________________________________________________
65997 [ 20230] By: jhi                                   on 2003/07/27  17:13:55
65998         Log: Upgrade to I18N::LangTags 0.28.
65999      Branch: perl
66000            + lib/I18N/LangTags/t/01test.t
66001            - lib/I18N/LangTags/test.pl
66002            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/List.pm
66003 ____________________________________________________________________________
66004 [ 20229] By: jhi                                   on 2003/07/27  16:59:27
66005         Log: Skip the test until Enache fixes it.
66006      Branch: perl
66007            ! ext/B/t/assembler.t
66008 ____________________________________________________________________________
66009 [ 20225] By: jhi                                   on 2003/07/27  16:12:44
66010         Log: Upgrade to File::Spec 0.85.
66011      Branch: perl
66012            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
66013            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
66014            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
66015            ! lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
66016            ! lib/File/Spec/t/rel2abs2rel.t
66017 ____________________________________________________________________________
66018 [ 20224] By: jhi                                   on 2003/07/27  15:48:20
66019         Log: Subject: Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
66020              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
66021              Date: Sun, 20 Jul 2003 22:36:02 +0200
66022              Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2>
66023      Branch: perl
66024            ! dump.c embedvar.h ext/Storable/Storable.xs hv.c intrpvar.h
66025            ! perl.c perlapi.h sv.c universal.c
66026 ____________________________________________________________________________
66027 [ 20223] By: jhi                                   on 2003/07/27  15:43:30
66028         Log: Regen byterun once more: the incav is not yet right, but at
66029              least it compiles now (Tru64 cc choked on the lvalue cast).
66030      Branch: perl
66031            ! bytecode.pl ext/ByteLoader/byterun.c
66032 ____________________________________________________________________________
66033 [ 20222] By: jhi                                   on 2003/07/27  15:31:52
66034         Log: Regenerated because of #20220.
66035      Branch: perl
66036            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
66037            ! ext/ByteLoader/byterun.h
66038 ____________________________________________________________________________
66039 [ 20221] By: jhi                                   on 2003/07/27  15:19:57
66040         Log: Subject: [PATCH] fix for File::Find logical name collision on VMS
66041              From: "Craig A. Berry" <craigberry@mac.com>
66042              Date: Mon, 21 Jul 2003 19:40:20 -0500
66043              Message-ID: <3F1C87F4.2070401@mac.com>
66044      Branch: perl
66045            ! lib/File/Find.pm
66046 ____________________________________________________________________________
66047 [ 20220] By: jhi                                   on 2003/07/27  15:13:10
66048         Log: Subject: Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
66049              From: Enache Adrian <enache@rdslink.ro>
66050              Date: Fri, 18 Jul 2003 23:15:37 +0300
66051              Message-ID: <20030718201537.GA1574@ratsnest.hole>
66052      Branch: perl
66053            ! Makefile.SH bytecode.pl ext/B/B.xs ext/B/B/Assembler.pm
66054            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/typemap
66055            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
66056            ! ext/ByteLoader/bytecode.h installperl t/TEST utils/perlcc.PL
66057 ____________________________________________________________________________
66058 [ 20219] By: jhi                                   on 2003/07/27  15:08:23
66059         Log: Subject: [PATCH-for-RC2] WinCE port addition
66060              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
66061              Date: Fri, 25 Jul 2003 22:17:11 +0400
66062              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com>
66063      Branch: perl
66064            - wince/README.compile
66065            ! MANIFEST README.ce wince/Makefile.ce wince/README.perlce
66066            ! wince/compile.bat wince/wince.c wince/wince.h
66067 ____________________________________________________________________________
66068 [ 20217] By: jhi                                   on 2003/07/25  06:39:08
66069         Log: Another missing hunk for MakeMaker from .org.
66070      Branch: perl
66071            ! lib/ExtUtils/MakeMaker.pm
66072 ____________________________________________________________________________
66073 [ 20213] By: jhi                                   on 2003/07/24  14:49:25
66074         Log: Grabbed from www.makemaker.org.
66075      Branch: perl
66076            + t/lib/MakeMaker/Test/Setup/Recurs.pm
66077            ! MANIFEST
66078 ____________________________________________________________________________
66079 [ 20211] By: jhi                                   on 2003/07/24  14:00:29
66080         Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8
66081              From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org>
66082              Date: 14 Jul 2003 05:35:15 -0000
66083              Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org>
66084      Branch: perl
66085            ! utf8.c
66086 ____________________________________________________________________________
66087 [ 20209] By: jhi                                   on 2003/07/24  13:42:58
66088         Log: Subject: Re: [typo] sv.c pod/perlapi.pod
66089              From: Stas Bekman <stas@stason.org>
66090              Date: Thu, 24 Jul 2003 16:49:27 +0200
66091              Message-ID: <3F1FF1F7.30500@stason.org>
66092      Branch: perl
66093            ! pod/perlapi.pod sv.c
66094 ____________________________________________________________________________
66095 [ 20208] By: jhi                                   on 2003/07/24  13:41:37
66096         Log: Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11
66097              From: Michael G Schwern <schwern@pobox.com>
66098              Date: Thu, 24 Jul 2003 01:28:07 -0700
66099              Message-ID: <20030724082807.GA24285@windhund.schwern.org>
66100      Branch: perl
66101            ! lib/ExtUtils/MakeMaker.pm
66102 ____________________________________________________________________________
66103 [ 20207] By: jhi                                   on 2003/07/24  13:40:39
66104         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_08
66105              From: Michael G Schwern <schwern@pobox.com>
66106              Date: Mon, 21 Jul 2003 20:12:25 -0700
66107              Message-ID: <20030722031224.GD12711@windhund.schwern.org>
66108      Branch: perl
66109            + lib/ExtUtils/t/recurs.t
66110            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
66111            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
66112            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
66113            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/PATCHING
66114            ! lib/ExtUtils/README lib/ExtUtils/t/Command.t
66115            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
66116            ! lib/ExtUtils/t/basic.t
66117 ____________________________________________________________________________
66118 [ 20206] By: jhi                                   on 2003/07/24  13:23:27
66119         Log: (accidentally empty checkin)
66120      Branch: perl
66121            ! lib/perl5db.pl
66122 ____________________________________________________________________________
66123 [ 20203] By: jhi                                   on 2003/07/24  13:14:53
66124         Log: Subject: [possible PATCH?] Re: Where is PerlIO_isutf8()?
66125              From: Steve Hay <steve.hay@uk.radan.com>
66126              Date: Fri, 18 Jul 2003 10:03:21 +0100
66127              Message-ID: <3F17B7D9.80805@uk.radan.com>
66128      Branch: perl
66129            ! makedef.pl
66130 ____________________________________________________________________________
66131 [ 20202] By: jhi                                   on 2003/07/24  13:12:08
66132         Log: Subject: [patch] perldebug.pod clarification
66133              From: Stéphane Payrard <stef@payrard.net>
66134              Date: Mon, 21 Jul 2003 21:36:59 +0200
66135              Message-ID: <20030721193659.GC2722@stefp.dyndns.org>
66136      Branch: perl
66137            ! pod/perldebug.pod
66138 ____________________________________________________________________________
66139 [ 20201] By: jhi                                   on 2003/07/24  13:08:50
66140         Log: Subject: PATCH: More edge tests on t/op/pow.t
66141              From: Andy Lester <andy@petdance.com>
66142              Date: Wed, 23 Jul 2003 16:38:35 -0500
66143              Message-ID: <20030723213834.GA20468@petdance.com>
66144      Branch: perl
66145            ! t/op/pow.t
66146 ____________________________________________________________________________
66147 [ 20200] By: jhi                                   on 2003/07/24  13:06:36
66148         Log: Subject: [PATCH] Fix saving 'V' magic in scan_vstring()
66149              From: Stephen McCamant <smcc@mit.edu>
66150              Date: Tue, 22 Jul 2003 09:41:10 -0400
66151              Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU>
66152      Branch: perl
66153            ! toke.c
66154 ____________________________________________________________________________
66155 [ 20199] By: jhi                                   on 2003/07/24  13:04:24
66156         Log: Subject: [PATCH] Re: Reference to tied elements results in lvalue.
66157              From: Dave Mitchell <davem@fdgroup.com>
66158              Date: Fri, 18 Jul 2003 18:49:43 +0100
66159              Message-ID: <20030718174943.GB6427@fdgroup.com>
66160      Branch: perl
66161            ! sv.c t/op/tie.t
66162 ____________________________________________________________________________
66163 [ 20198] By: jhi                                   on 2003/07/24  09:07:45
66164         Log: Subject: [PATCH] Re: Bug in B::Deparse/Concise with ithreads
66165              From: Stephen McCamant <smcc@mit.edu>
66166              Date: Sat, 19 Jul 2003 12:06:31 -0400
66167              Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU>
66168      Branch: perl
66169            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
66170 ____________________________________________________________________________
66171 [ 20197] By: jhi                                   on 2003/07/24  08:59:45
66172         Log: Subject: [PATCH] typo in VMS::Filespec
66173              From: Ken Williams <ken@mathforum.org>
66174              Date: Tue, 22 Jul 2003 15:18:21 -0500
66175              Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org>
66176      Branch: perl
66177            ! vms/ext/Filespec.pm
66178 ____________________________________________________________________________
66179 [ 20196] By: jhi                                   on 2003/07/24  08:54:54
66180         Log: EBCDIC fix from Thomas Dorner.
66181      Branch: perl
66182            ! Makefile.SH
66183 ____________________________________________________________________________
66184 [ 20195] By: jhi                                   on 2003/07/24  08:54:13
66185         Log: POSIX-BC patch from Thomas Dorner.
66186      Branch: perl
66187            ! hints/posix-bc.sh
66188 ____________________________________________________________________________
66189 [ 20194] By: jhi                                   on 2003/07/24  08:45:55
66190         Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning
66191              From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org>
66192              Date: 14 Jul 2003 05:37:15 -0000
66193              Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org>
66194      Branch: perl
66195            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
66196 ____________________________________________________________________________
66197 [ 20193] By: jhi                                   on 2003/07/24  08:43:33
66198         Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0
66199              From: Hrunting Johnson (via RT) <perlbug-followup@perl.org>
66200              Date: 14 Jul 2003 05:37:02 -0000
66201              Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org>
66202      Branch: perl
66203            ! ext/IO/lib/IO/Socket.pm
66204 ____________________________________________________________________________
66205 [ 20191] By: jhi                                   on 2003/07/24  08:38:35
66206         Log: Subject: [PATCH] Re: Fatal 5.8.1 error in our $FOO = x if $FOO
66207              From: Dave Mitchell <davem@fdgroup.com>
66208              Date: Thu, 17 Jul 2003 20:33:29 +0100
66209              Message-ID: <20030717193329.GA2699@fdgroup.com>
66210      Branch: perl
66211            ! pad.c t/lib/warnings/pad
66212 ____________________________________________________________________________
66213 [ 20190] By: jhi                                   on 2003/07/24  08:35:11
66214         Log: Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C
66215              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
66216              Date: 22 Jul 2003 02:59:13 -0000
66217              Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org>
66218      Branch: perl
66219            ! pod/perlfunc.pod
66220 ____________________________________________________________________________
66221 [ 20189] By: jhi                                   on 2003/07/24  08:26:02
66222         Log: Subject: [PATCH RC2] Missing semicolon in PERL_FPU_INIT macro
66223              From: Stephen Clouse <stephenc@theiqgroup.com>
66224              Date: Tue, 22 Jul 2003 21:31:38 -0500
66225              Message-ID: <20030723023138.GA15653@owns.warpcore.org>
66226      Branch: perl
66227            ! perl.h
66228 ____________________________________________________________________________
66229 [ 20187] By: jhi                                   on 2003/07/24  07:53:33
66230         Log: Subject: [PATCH] configure.gnu --prefix
66231              From: slaven@rezic.de
66232              Date: Thu, 10 Jul 2003 09:33:27 +0000
66233              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
66234      Branch: perl
66235            ! configure.gnu
66236 ____________________________________________________________________________
66237 [ 20186] By: jhi                                   on 2003/07/24  07:48:21
66238         Log: Subject: Re: problem with rc1 and rc2 on Mac OS X
66239              From: Edward Moy <emoy@apple.com>
66240              Date: Sun, 13 Jul 2003 14:12:57 -0700
66241              Message-Id: <C66FBFAC-B576-11D7-89B5-0030657B317C@apple.com>
66242      Branch: perl
66243            ! lib/ExtUtils/MM_Unix.pm
66244 ____________________________________________________________________________
66245 [ 20184] By: jhi                                   on 2003/07/24  07:02:31
66246         Log: Subject: [PATCH 5.8.1 @20153] malloc cleanup
66247              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
66248              Date: Tue, 15 Jul 2003 07:46:58 -0700
66249              Message-ID: <20030715144657.GA21313@math.berkeley.edu>
66250      Branch: perl
66251            ! makedef.pl malloc.c malloc_ctl.h
66252 ____________________________________________________________________________
66253 [ 20182] By: jhi                                   on 2003/07/23  13:28:52
66254         Log: This should make Stas happy.
66255      Branch: perl
66256            ! hv.h perl.c
66257 ____________________________________________________________________________
66258 [ 20180] By: jhi                                   on 2003/07/23  12:40:11
66259         Log: utils.lst parsing tweak for bin/perldoc installation from Rafael.
66260      Branch: perl
66261            ! installperl
66262 ____________________________________________________________________________
66263 [ 20179] By: rgs                                   on 2003/07/21  19:46:19
66264         Log: As the perldoc.pod is now in a separate file under pod/,
66265              the installman script was installing an empty perldoc.1 manpage.
66266      Branch: perl
66267            ! installperl utils.lst
66268 ____________________________________________________________________________
66269 [ 20178] By: rgs                                   on 2003/07/21  19:19:06
66270         Log: Subject: [DOCPATCH] %SIG and SA_RESTART
66271              From: Steve Grazzini <grazz@pobox.com>
66272              Date: Wed, 16 Jul 2003 08:56:21 -0400
66273              Message-ID: <20030716125620.GA7022@grazzini.net>
66274      Branch: perl
66275            ! pod/perlipc.pod pod/perlvar.pod
66276 ____________________________________________________________________________
66277 [ 20177] By: rgs                                   on 2003/07/21  19:14:35
66278         Log: Subject: [PATCH] Re: Perl formats do not work with tied values
66279              From: Dave Mitchell <davem@fdgroup.com>
66280              Date: Tue, 15 Jul 2003 20:46:07 +0100
66281              Message-ID: <20030715194607.GA24592@fdgroup.com>
66282
66283              plus the regression test :
66284              Subject: Re: [PATCH] Re: Perl formats do not work with tied values
66285              From: Nicholas Clark <nick@ccl4.org>
66286              Date: Tue, 15 Jul 2003 22:24:04 +0100
66287              Message-ID: <20030715222404.L20414@plum.flirble.org>
66288      Branch: perl
66289            ! pp_ctl.c t/op/write.t
66290 ____________________________________________________________________________
66291 [ 20176] By: rgs                                   on 2003/07/21  19:00:32
66292         Log: Subject: Re: [PATCH] h2xs and extra_libraries
66293              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
66294              Date: Tue, 15 Jul 2003 07:28:52 +0200
66295              Message-id: <20030715052852.GA494@ethan>
66296      Branch: perl
66297            ! utils/h2xs.PL
66298 ____________________________________________________________________________
66299 [ 20175] By: merijn                                on 2003/07/21  14:26:43
66300         Log: Subject: Re: [PATCH] test clean-up for VMS
66301              From: "Craig A. Berry" <craigberry@mac.com>
66302              Date: Sun, 20 Jul 2003 10:43:32 -0500
66303              Message-ID: <3F1AB8A4.2070207@mac.com>
66304      Branch: perl
66305            ! ext/PerlIO/t/encoding.t lib/File/Spec/t/rel2abs2rel.t
66306            ! lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
66307            ! lib/FileCache/t/03append.t t/io/argv.t t/op/stat.t
66308            ! t/uni/write.t
66309 ____________________________________________________________________________
66310 [ 20174] By: hv                                    on 2003/07/21  10:26:07
66311         Log: Update Changes.
66312      Branch: perl
66313            ! Changes patchlevel.h
66314 ____________________________________________________________________________
66315 [ 20173] By: rgs                                   on 2003/07/20  21:48:21
66316         Log: Minor doc nits concerning the dosish ALTERNATE_SHEBANG
66317              (bug #22968)
66318      Branch: perl
66319            ! pod/perlfaq3.pod pod/perlrun.pod
66320 ____________________________________________________________________________
66321 [ 20172] By: rgs                                   on 2003/07/20  21:14:12
66322         Log: Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
66323              From: Andy Dougherty <doughera@lafayette.edu>
66324              Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT)
66325              Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu>
66326
66327              plus a clarification to INSTALL :
66328              Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
66329              From: Andy Dougherty <doughera@lafayette.edu>
66330              Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT)
66331              Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu>
66332      Branch: perl
66333            ! INSTALL Makefile.SH
66334 ____________________________________________________________________________
66335 [ 20171] By: rgs                                   on 2003/07/20  20:12:54
66336         Log: The warning "Possible precedence problem on bitwise operator"
66337              was incorrectly produced with the bitwise-assignment operators.
66338              Fix it. (bug #23065 concerning 5.8.1 RC2)
66339      Branch: perl
66340            ! op.c t/lib/warnings/op
66341 ____________________________________________________________________________
66342 [ 20170] By: rgs                                   on 2003/07/18  08:03:02
66343         Log: Rename get_seed() to get_hash_seed(), as suggested by
66344              Eric J Kidder, to solve a name conflict on HP_UX 11.00.
66345      Branch: perl
66346            ! embed.fnc embed.h perl.c proto.h util.c
66347 ____________________________________________________________________________
66348 [ 20169] By: rgs                                   on 2003/07/18  06:36:20
66349         Log: Subject: Re: [PATCH] Re: Oops - Can't calculate our powers
66350              From: Andreas J Koenig <andreas.koenig@anima.de>
66351              Date: Fri, 18 Jul 2003 09:36:47 +0200
66352              Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de>
66353      Branch: perl
66354            ! t/op/pow.t
66355 ____________________________________________________________________________
66356 [ 20168] By: rgs                                   on 2003/07/18  06:21:15
66357         Log: Subject: [ PATCH] Re: isa(UNIVERSAL)?
66358              From: Dave Mitchell <davem@fdgroup.com>
66359              Date: Thu, 17 Jul 2003 21:51:12 +0100
66360              Message-ID: <20030717205112.GA2994@fdgroup.com>
66361      Branch: perl
66362            ! t/op/universal.t universal.c
66363 ____________________________________________________________________________
66364 [ 20167] By: rgs                                   on 2003/07/18  06:14:33
66365         Log: Subject: [PATCH] Re: Oops - Can't calculate our powers
66366              From: Stephen McCamant <smcc@mit.edu>
66367              Date: Fri, 18 Jul 2003 02:26:14 -0400
66368              Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU>
66369      Branch: perl
66370            ! pp.c t/op/pow.t
66371 ____________________________________________________________________________
66372 [ 20166] By: rgs                                   on 2003/07/17  21:49:10
66373         Log: Subject: [PATCH] Increment cop_seqmax in utilize()
66374              From: Stephen McCamant <smcc@mit.edu>
66375              Date: Tue, 15 Jul 2003 09:57:26 -0400
66376              Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>
66377
66378              Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
66379              From: Stephen McCamant <smcc@mit.edu>
66380              Date: Tue, 15 Jul 2003 09:57:31 -0400
66381              Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU>
66382      Branch: perl
66383            ! ext/B/B/Concise.pm ext/B/B/Terse.pm op.c
66384 ____________________________________________________________________________
66385 [ 20165] By: rgs                                   on 2003/07/17  21:24:46
66386         Log: Subject: [PATCH] Re: POSIX::div
66387              From: Michael G Schwern <schwern@pobox.com>
66388              Date: Mon, 14 Jul 2003 14:00:58 -0700
66389              Message-ID: <20030714210057.GK18517@windhund.schwern.org>
66390      Branch: perl
66391            ! ext/POSIX/POSIX.pm
66392 ____________________________________________________________________________
66393 [ 20164] By: rgs                                   on 2003/07/17  21:15:51
66394         Log: PERL5LIB is not colon-separated everywhere
66395      Branch: perl
66396            ! pod/perlrun.pod
66397 ____________________________________________________________________________
66398 [ 20163] By: rgs                                   on 2003/07/17  20:59:15
66399         Log: Subject: [PATCH] fix $^N-related coredump
66400              From: Anton Berezin <tobez@tobez.org>
66401              Date: Mon, 14 Jul 2003 13:50:35 +0200
66402              Message-ID: <20030714115035.GA10971@heechee.tobez.org>
66403      Branch: perl
66404            ! pp_hot.c sv.c
66405 ____________________________________________________________________________
66406 [ 20162] By: rgs                                   on 2003/07/17  20:39:31
66407         Log: Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT
66408              From: Tony Bowden <tony@kasei.com>
66409              Date: Thu, 17 Jul 2003 16:49:35 +0100
66410              Message-ID: <20030717154935.GA20302@soto.kasei.com>
66411      Branch: perl
66412            ! pod/perlfunc.pod
66413 ____________________________________________________________________________
66414 [ 20161] By: rgs                                   on 2003/07/17  20:25:52
66415         Log: Minor nits in perlsyn.pod
66416      Branch: perl
66417            ! pod/perlsyn.pod
66418 ____________________________________________________________________________
66419 [ 20159] By: rgs                                   on 2003/07/13  20:02:34
66420         Log: Subject: [PATCH] incorrect error message from Attribute::Handlers
66421              From: Claes Jacobsson <claes@surfar.nu>
66422              Date: Sat, 12 Jul 2003 16:30:42 +0200
66423              Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu>
66424      Branch: perl
66425            ! lib/Attribute/Handlers.pm
66426 ____________________________________________________________________________
66427 [ 20158] By: rgs                                   on 2003/07/13  19:52:58
66428         Log: Add a TODO test for perlbug #19049
66429              Subject: Re: [perl #19049] Incorrect $` after replacement (test for same)
66430              From: Alex Gough <alex-p5p@earth.li>
66431              Date: Fri, 11 Jul 2003 01:12:42 +0100
66432              Message-ID: <20030711001242.GD2484@the.earth.li>
66433      Branch: perl
66434            ! t/op/pat.t
66435 ____________________________________________________________________________
66436 [ 20157] By: rgs                                   on 2003/07/13  19:43:29
66437         Log: Minor updates of the charnames documentation.
66438      Branch: perl
66439            ! lib/charnames.pm
66440 ____________________________________________________________________________
66441 [ 20156] By: rgs                                   on 2003/07/11  19:37:34
66442         Log: Subject: Re: Sort sub and NaNs
66443              From: "John P. Linderman" <jpl@research.att.com>
66444              Date: Thu, 10 Jul 2003 10:45:06 -0400
66445              Message-Id: <200307101445.KAA79110@raptor.research.att.com>
66446
66447              Warn against a potential edge case with sort, <=> and NaNs.
66448      Branch: perl
66449            ! pod/perlfunc.pod
66450 ____________________________________________________________________________
66451 [ 20155] By: rgs                                   on 2003/07/11  19:11:17
66452         Log: Subject: [DOCPATCH] perlfunc/read
66453              From: Steve Grazzini <grazz@pobox.com>
66454              Date: Tue, 8 Jul 2003 10:23:03 -0400
66455              Message-ID: <20030708142303.GB23698@grazzini.net>
66456
66457              Clarify the OFFSET parameter to read().
66458      Branch: perl
66459            ! pod/perlfunc.pod
66460 ____________________________________________________________________________
66461 [ 20154] By: rgs                                   on 2003/07/11  18:54:09
66462         Log: Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction
66463              From: Michael G Schwern <schwern@pobox.com>
66464              Date: Tue, 13 May 2003 18:33:05 -0700
66465              Message-ID: <20030514013305.GB22001@windhund.schwern.org>
66466      Branch: perl
66467            ! pod/perlsyn.pod pod/perltrap.pod
66468 ____________________________________________________________________________
66469 [ 20145] By: jhi                                   on 2003/07/11  05:07:09
66470         Log: I think the API for mod_perl v2 should be simply that
66471              PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
66472              itself, hopefully from a good source of random bits.
66473      Branch: perl
66474            ! perl.c
66475 ____________________________________________________________________________
66476 [ 20143] By: jhi                                   on 2003/07/11  00:35:07
66477         Log: pTHX.
66478      Branch: perl
66479            ! util.c
66480 ____________________________________________________________________________
66481 [ 20139] By: jhi                                   on 2003/07/11  00:21:43
66482         Log: New order of seed.
66483      Branch: perl
66484            ! pod/perlrun.pod
66485 ____________________________________________________________________________
66486 [ 20138] By: jhi                                   on 2003/07/11  00:13:11
66487         Log: More retraction.
66488      Branch: perl
66489            ! INSTALL
66490 ____________________________________________________________________________
66491 [ 20137] By: jhi                                   on 2003/07/11  00:10:14
66492         Log: Retract the statements.
66493      Branch: perl
66494            ! pod/perlfunc.pod pod/perlsec.pod
66495 ____________________________________________________________________________
66496 [ 20135] By: jhi                                   on 2003/07/11  00:03:33
66497         Log: Chicken out: the hash randomisation is not on by default.
66498              We switch over to the explicit mode: in other words, if
66499              the $ENV{PERL_HASH_SEED} is on, we randomise.  Also, we
66500              randomise only if PL_hash_seed_set is FALSE (this means
66501              one can use PERL_HASH() before perl_run.)  Also, since
66502              now PERL_HASH_SEED is okay even under -T, all should be fine.
66503              (Ha!)
66504      Branch: perl
66505            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h
66506            ! perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c
66507 ____________________________________________________________________________
66508 [ 20134] By: jhi                                   on 2003/07/10  23:23:38
66509         Log: Check PERL_HASH_SEED even when tainted.
66510      Branch: perl
66511            ! perl.c pod/perlrun.pod
66512 ____________________________________________________________________________
66513 [ 20131] By: jhi                                   on 2003/07/10  22:42:29
66514         Log: &Time::HiRes::d_nanosleep was broken.
66515      Branch: perl
66516            ! ext/Time/HiRes/Makefile.PL
66517 ____________________________________________________________________________
66518 [ 20130] By: jhi                                   on 2003/07/10  22:37:02
66519         Log: Subject: [PATCH} db-recno.t on Mac OS X
66520              From: slaven@rezic.de
66521              Date: Thu, 10 Jul 2003 12:41:05 +0000
66522              Message-Id: <1057840865.9622@devpc01.iconmobile.de>
66523      Branch: perl
66524            ! ext/DB_File/t/db-recno.t
66525 ____________________________________________________________________________
66526 [ 20129] By: jhi                                   on 2003/07/10  22:31:39
66527         Log: Subject: [comment patch]
66528              From: Stas Bekman <stas@stason.org>
66529              Date: Thu, 10 Jul 2003 14:19:22 -0700
66530              Message-ID: <3F0DD85A.1070902@stason.org>
66531      Branch: perl
66532            ! perl.c
66533 ____________________________________________________________________________
66534 [ 20127] By: jhi                                   on 2003/07/10  22:21:04
66535         Log: Be vague enough.
66536      Branch: perl
66537            ! pod/perldata.pod
66538 ____________________________________________________________________________
66539 [ 20125] By: rgs                                   on 2003/07/10  19:28:48
66540         Log: regen embed.pl for the bleadperl branch as well.
66541      Branch: perl
66542            ! embedvar.h
66543 ____________________________________________________________________________
66544 [ 20124] By: jhi                                   on 2003/07/10  18:33:56
66545         Log: Time travel noticed by Enache.
66546      Branch: perl
66547            ! pod/perlhist.pod
66548 ____________________________________________________________________________
66549 [ 20120] By: jhi                                   on 2003/07/10  17:38:28
66550         Log: I can see the future.  It is cloudy.
66551      Branch: perl
66552            ! pod/perlhist.pod
66553 ____________________________________________________________________________
66554 [ 20119] By: jhi                                   on 2003/07/10  17:37:25
66555         Log: Subject: [PATCH] configure.gnu --prefix
66556              From: slaven@rezic.de
66557              Date: Thu, 10 Jul 2003 09:33:27 +0000
66558              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
66559      Branch: perl
66560            ! configure.gnu
66561 ____________________________________________________________________________
66562 [ 20118] By: jhi                                   on 2003/07/10  17:35:32
66563         Log: malloc alignment patch from Spider, needed for Tru64 + longdouble.
66564      Branch: perl
66565            ! malloc.c
66566 ____________________________________________________________________________
66567 [ 20117] By: jhi                                   on 2003/07/10  17:33:53
66568         Log: Subject: [PATCH] Restore SIGFPE on exec()
66569              From: Chip Salzenberg <chip@pobox.com>
66570              Date: Thu, 10 Jul 2003 13:13:20 -0400
66571              Message-ID: <20030710171319.GA21588@perlsupport.com>
66572      Branch: perl
66573            ! doio.c perl.c perl.h perlapi.h perlvars.h toke.c
66574 ____________________________________________________________________________
66575 [ 20116] By: jhi                                   on 2003/07/10  17:28:00
66576         Log: The *right* way to make the csighandler visible.
66577      Branch: perl
66578            ! embed.fnc embed.h global.sym
66579 ____________________________________________________________________________
66580 [ 20114] By: jhi                                   on 2003/07/10  15:06:41
66581         Log: Retract #20112.
66582      Branch: perl
66583            ! embed.fnc embedvar.h intrpvar.h perlapi.h
66584 ____________________________________________________________________________
66585 [ 20112] By: jhi                                   on 2003/07/10  14:17:59
66586         Log: Argh.  At least AIX builds choke because of this.
66587      Branch: perl
66588            ! embed.fnc embedvar.h intrpvar.h perlapi.h
66589 ____________________________________________________________________________
66590 [ 20106] By: jhi                                   on 2003/07/10  04:50:05
66591         Log: Upgrade to podlators 1.27.
66592      Branch: perl
66593            ! lib/Pod/Text/Termcap.pm
66594 ____________________________________________________________________________
66595 [ 20104] By: jhi                                   on 2003/07/10  04:40:02
66596         Log: Deprecate v-strings.
66597      Branch: perl
66598            ! pod/perldata.pod
66599 ____________________________________________________________________________
66600 [ 20103] By: jhi                                   on 2003/07/10  04:28:40
66601         Log: perlfaq sync.
66602      Branch: perl
66603            ! pod/perlfaq1.pod
66604 ____________________________________________________________________________
66605 [ 20100] By: jhi                                   on 2003/07/09  17:40:41
66606         Log: Detypo.
66607      Branch: perl
66608            ! hints/darwin.sh
66609 ____________________________________________________________________________
66610 [ 20098] By: jhi                                   on 2003/07/09  17:29:53
66611         Log: Fixes from Ron Kimball.
66612      Branch: perl
66613            ! pod/perldata.pod
66614 ____________________________________________________________________________
66615 [ 20097] By: jhi                                   on 2003/07/09  17:27:35
66616         Log: Fix for the 'print v65' plus safety tweaks from Rafael.
66617      Branch: perl
66618            ! toke.c
66619 ____________________________________________________________________________
66620 [ 20096] By: jhi                                   on 2003/07/09  17:06:29
66621         Log: More Darwin/MacOSX paths twiddling.
66622      Branch: perl
66623            ! hints/darwin.sh
66624 ____________________________________________________________________________
66625 [ 20093] By: jhi                                   on 2003/07/09  11:43:09
66626         Log: Play safe and use the system malloc in FreeBSD.
66627              Yes, performance suffers.  But that is better than
66628              random core dumps.
66629      Branch: perl
66630            ! hints/freebsd.sh
66631 ____________________________________________________________________________
66632 [ 20090] By: jhi                                   on 2003/07/09  08:12:32
66633         Log: Upgrade to Encode 1.97.
66634      Branch: perl
66635            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
66636            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
66637            ! ext/Encode/lib/Encode/Encoder.pm
66638            ! ext/Encode/lib/Encode/Guess.pm
66639            ! ext/Encode/lib/Encode/JP/JIS7.pm
66640 ____________________________________________________________________________
66641 [ 20089] By: jhi                                   on 2003/07/09  08:08:30
66642         Log: Rework the perldata vXX => ... entry a bit.
66643      Branch: perl
66644            ! pod/perldata.pod
66645 ____________________________________________________________________________
66646 [ 20088] By: jhi                                   on 2003/07/09  08:04:04
66647         Log: Document the vXX => change in perldata, too.
66648      Branch: perl
66649            ! pod/perldata.pod
66650 ____________________________________________________________________________
66651 [ 20085] By: jhi                                   on 2003/07/09  07:49:46
66652         Log: Test the vX => ... fix.
66653      Branch: perl
66654            ! t/op/ver.t
66655 ____________________________________________________________________________
66656 [ 20084] By: jhi                                   on 2003/07/09  06:58:39
66657         Log: Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
66658              From: John Peacock <jpeacock@rowman.com>
66659              Date: Wed, 09 Jul 2003 01:05:38 -0700
66660              Message-ID: <3F0BCCD2.1020009@rowman.com>
66661      Branch: perl
66662            ! embed.fnc pod/perlapi.pod toke.c util.c
66663 ____________________________________________________________________________
66664 [ 20083] By: jhi                                   on 2003/07/09  06:27:15
66665         Log: Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
66666              for the install dirs.
66667      Branch: perl
66668            ! hints/darwin.sh
66669 ____________________________________________________________________________
66670 [ 20082] By: jhi                                   on 2003/07/09  05:57:16
66671         Log: Enable avoiding /System/Library in Mac OS X by
66672              doing Configure -Dprefix=/some/where -Uvendorlib.
66673      Branch: perl
66674            ! hints/darwin.sh
66675 ____________________________________________________________________________
66676 [ 20081] By: jhi                                   on 2003/07/09  05:53:56
66677         Log: Subject: [PATCH] Safe signals via POSIX::sigaction
66678              From: Chip Salzenberg <chip@pobox.com>
66679              Date: Wed, 9 Jul 2003 01:49:10 -0400
66680              Message-ID: <20030709054910.GH2021@perlsupport.com>
66681      Branch: perl
66682            ! embed.fnc embed.h ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
66683            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t proto.h
66684 ____________________________________________________________________________
66685 [ 20079] By: rgs                                   on 2003/07/08  20:26:20
66686         Log: The CHECKOP macro was not invoked on some newly created ops
66687              (to match them against the current opmask.) As a consequence,
66688              Safe compartments were unable to trap some ops (pattern
66689              match, slices, conditionals.) This fixes the holes.
66690      Branch: perl
66691            ! op.c
66692 ____________________________________________________________________________
66693 [ 20078] By: jhi                                   on 2003/07/08  19:30:13
66694         Log: Revert #20077.
66695      Branch: perl
66696            ! lib/CPAN.pm
66697 ____________________________________________________________________________
66698 [ 20077] By: jhi                                   on 2003/07/08  18:40:51
66699         Log: Don't recommend to upgrade the base.pm in the core with
66700              the base.pm from Class::Fields.  They are not the same.
66701      Branch: perl
66702            ! lib/CPAN.pm
66703 ____________________________________________________________________________
66704 [ 20076] By: jhi                                   on 2003/07/08  17:39:49
66705         Log: Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output
66706              From: Enache Adrian <enache@rdslink.ro>
66707              Date: Tue, 8 Jul 2003 20:47:58 +0300
66708              Message-ID: <20030708174758.GA1177@ratsnest.hole>
66709
66710              (ByteLoader tweak avoiding a leaked scalar)
66711      Branch: perl
66712            ! op.c
66713 ____________________________________________________________________________
66714 [ 20071] By: jhi                                   on 2003/07/08  09:18:19
66715         Log: In 5.8.x, fast stdio places still do use stdio.
66716      Branch: perl
66717            ! ext/Digest/MD5/t/badfile.t
66718 ____________________________________________________________________________
66719 [ 20069] By: jhi                                   on 2003/07/08  08:41:01
66720         Log: Subject: [PATCH] format 'botched' in malloc.c
66721              From: Enache Adrian <enache@rdslink.ro>
66722              Date: Mon, 7 Jul 2003 21:57:06 +0300
66723              Message-ID: <20030707185706.GB7017@ratsnest.hole>
66724      Branch: perl
66725            ! malloc.c
66726 ____________________________________________________________________________
66727 [ 20068] By: jhi                                   on 2003/07/08  08:36:27
66728         Log: Subject: [PATCH: maint @ 20046] warnings, line numbers & windows
66729              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
66730              Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST)
66731              Message-ID: <12022.1057655645@www59.gmx.net>
66732      Branch: perl
66733            ! ext/B/B.xs lib/Pod/Text/Termcap.pm mg.c op.c
66734 ____________________________________________________________________________
66735 [ 20066] By: jhi                                   on 2003/07/08  05:24:58
66736         Log: Retract #20065: I don't think this is the right way
66737              to patch this issue.
66738      Branch: perl
66739            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
66740 ____________________________________________________________________________
66741 [ 20065] By: jhi                                   on 2003/07/08  05:14:31
66742         Log: Configure tweak from Johnny Lam so that the
66743              INSTALLSITEMAN[13]DIR get correctly set.
66744      Branch: perl
66745            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
66746 ____________________________________________________________________________
66747 [ 20063] By: rgs                                   on 2003/07/07  18:58:47
66748         Log: Regexp bug in the docs, spotted by Enache's eagle eyes.
66749      Branch: perl
66750            ! pod/perlsyn.pod
66751 ____________________________________________________________________________
66752 [ 20062] By: jhi                                   on 2003/07/07  18:27:02
66753         Log: Mark Bixby ++.
66754      Branch: perl
66755            ! perl.c
66756 ____________________________________________________________________________
66757 [ 20061] By: jhi                                   on 2003/07/07  18:26:35
66758         Log: The nanosleep() probe was kaputt, fixed by Mark Bixby.
66759      Branch: perl
66760            ! ext/Time/HiRes/Makefile.PL
66761 ____________________________________________________________________________
66762 [ 20059] By: jhi                                   on 2003/07/07  15:06:35
66763         Log: Good catch from Gisle.
66764      Branch: perl
66765            ! pod/perlfunc.pod
66766 ____________________________________________________________________________
66767 [ 20058] By: jhi                                   on 2003/07/07  14:12:27
66768         Log: Refashioned #20055: we cannot trust stdio to fail here.
66769      Branch: perl
66770            ! ext/Digest/MD5/t/badfile.t
66771 ____________________________________________________________________________
66772 [ 20057] By: jhi                                   on 2003/07/07  14:08:16
66773         Log: Retract #20056, #20055, #20052, #20050, #20048: the changes
66774              are just breaking more than they are fixing.
66775      Branch: perl
66776            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
66777            ! ext/Digest/MD5/t/files.t perlio.c
66778 ____________________________________________________________________________
66779 [ 20056] By: jhi                                   on 2003/07/07  13:31:14
66780         Log: Returning zero from PerlIO_read() is okay;
66781              update MD5 sums.
66782      Branch: perl
66783            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
66784 ____________________________________________________________________________
66785 [ 20055] By: jhi                                   on 2003/07/07  13:23:58
66786         Log: If perlio is completely out of the picture, we can
66787              get tripped by different stdio implementations.
66788      Branch: perl
66789            ! ext/Digest/MD5/t/badfile.t
66790 ____________________________________________________________________________
66791 [ 20054] By: jhi                                   on 2003/07/07  12:58:06
66792         Log: AUTHORS tweak.
66793      Branch: perl
66794            ! AUTHORS
66795 ____________________________________________________________________________
66796 [ 20053] By: jhi                                   on 2003/07/07  12:04:26
66797         Log: Subject: Patch to README.solaris
66798              From: Alan Burlison <Alan.Burlison@sun.com>
66799              Date: Mon, 07 Jul 2003 14:15:57 +0100
66800              Message-ID: <3F09728D.1070408@sun.com>
66801      Branch: perl
66802            ! README.solaris
66803 ____________________________________________________________________________
66804 [ 20052] By: jhi                                   on 2003/07/07  10:28:35
66805         Log: Update MD5 checksums.
66806      Branch: perl
66807            ! ext/Digest/MD5/t/files.t
66808 ____________________________________________________________________________
66809 [ 20051] By: jhi                                   on 2003/07/07  09:56:48
66810         Log: Be more explicit than just 'characters'.
66811      Branch: perl
66812            ! pod/perlfunc.pod
66813 ____________________________________________________________________________
66814 [ 20050] By: jhi                                   on 2003/07/07  09:38:28
66815         Log: Try making PerlIO errors more consistent.
66816              (1) Check early whether the filehandle is capable of
66817              the requested action.
66818              (2) PerlIO_read() really can return -1, and so can
66819              PerlIOUnix_read().
66820              (3) Some stdio implementations are more forgiving
66821              than others, so check also for errors recorded
66822              by PerlIO in PerlStdio_errno().
66823      Branch: perl
66824            ! perlio.c
66825 ____________________________________________________________________________
66826 [ 20049] By: jhi                                   on 2003/07/07  09:08:19
66827         Log: Linewrapping.
66828      Branch: perl
66829            ! pod/perlapio.pod
66830 ____________________________________________________________________________
66831 [ 20048] By: jhi                                   on 2003/07/07  09:06:58
66832         Log: PerlIO_read() can return negative.
66833      Branch: perl
66834            ! ext/Digest/MD5/MD5.xs
66835 ____________________________________________________________________________
66836 [ 20043] By: jhi                                   on 2003/07/07  04:36:22
66837         Log: Use the existence, instead of the truth, to decide
66838              whether to scan for a symbol.
66839              (Also remove trailing spaces.)
66840      Branch: perl
66841            ! ext/Time/HiRes/Makefile.PL
66842 ____________________________________________________________________________
66843 [ 20042] By: jhi                                   on 2003/07/07  04:29:35
66844         Log: MPE/iX tweak from Mark Bixby.
66845      Branch: perl
66846            ! ext/Time/HiRes/Makefile.PL
66847 ____________________________________________________________________________
66848 [ 20041] By: rgs                                   on 2003/07/06  21:45:37
66849         Log: Upgrade BigInt and BigRat
66850              Subject: BigInt v1.65, Bigrat v0.10 - reloaded
66851              From: Tels <perl_dummy@bloodgate.com>
66852              Date: Sun, 6 Jul 2003 15:41:36 +0200
66853              Message-Id: <200307061158.23576@bloodgate.com>
66854      Branch: perl
66855            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
66856            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t
66857            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm
66858            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
66859            ! lib/Math/BigRat/t/bigratpm.t
66860 ____________________________________________________________________________
66861 [ 20040] By: rgs                                   on 2003/07/06  21:11:20
66862         Log: Subject: Re: [perl #5025] #line directive explination wrong
66863              From: Casey West <casey@geeknest.com>
66864              Date: Sun, 6 Jul 2003 18:24:46 -0400
66865              Message-ID: <20030706222446.GL7506@geeknest.com>
66866      Branch: perl
66867            ! pod/perlsyn.pod
66868 ____________________________________________________________________________
66869 [ 20039] By: jhi                                   on 2003/07/06  20:19:31
66870         Log: Update the CPAN mirrors list.
66871      Branch: perl
66872            ! pod/perlmodlib.PL pod/perlmodlib.pod
66873 ____________________________________________________________________________
66874 [ 20036] By: gsar                                  on 2003/07/06  17:11:59
66875         Log: yet another symbol missing in change#20018
66876      Branch: perl
66877            ! makedef.pl
66878 ____________________________________________________________________________
66879 [ 20035] By: gsar                                  on 2003/07/06  17:02:21
66880         Log: PerlIOBase_pushed seems to have gone missing in change#20018
66881      Branch: perl
66882            ! makedef.pl
66883 ____________________________________________________________________________
66884 [ 20034] By: jhi                                   on 2003/07/06  16:46:20
66885         Log: Subject: [PATCH @19834] DProf fixes
66886              From: Radu Greab <radu@netsoft.ro>
66887              Date: Sun, 6 Jul 2003 20:09:12 +0300
66888              Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
66889      Branch: perl
66890            + t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t
66891            + t/lib/dprof/test8_v
66892            ! MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t
66893            ! ext/Devel/DProf/DProf.xs perl.c pod/perldiag.pod
66894            ! pod/perltodo.pod pod/perlvar.pod pp_ctl.c
66895 ____________________________________________________________________________
66896 [ 20032] By: jhi                                   on 2003/07/06  16:21:33
66897         Log: Forgotten from change #20031.
66898      Branch: perl
66899            ! makedef.pl malloc_ctl.h
66900 ____________________________________________________________________________
66901 [ 20031] By: jhi                                   on 2003/07/06  16:16:08
66902         Log: Subject: [PATCH] improve WinCE port
66903              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
66904              Date: Sun, 6 Jul 2003 18:46:09 +0400
66905              Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
66906
66907              Subject: [PATCH] improve WinCE port -- addition
66908              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
66909              Date: Sun, 6 Jul 2003 19:50:47 +0400
66910              Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>
66911      Branch: perl
66912            + wince/perlhost.h wince/vdir.h wince/vmem.h
66913            ! MANIFEST wince/Makefile.ce wince/config.ce wince/perllib.c
66914            ! wince/win32.h wince/win32io.c wince/win32iop.h
66915            ! wince/win32thread.c wince/win32thread.h wince/wince.c
66916            ! wince/wince.h
66917 ____________________________________________________________________________
66918 [ 20030] By: jhi                                   on 2003/07/06  15:59:25
66919         Log: Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca
66920              From: merlyn@stonehenge.com (Randal L. Schwartz)
66921              Date: 05 Jul 2003 16:29:14 -0700
66922              Message-ID: <867k6weenp.fsf@blue.stonehenge.com>
66923      Branch: perl
66924            ! pod/perlfaq2.pod
66925 ____________________________________________________________________________
66926 [ 20026] By: jhi                                   on 2003/07/06  08:14:48
66927         Log: FreeBSD: if someone *really* wants to use the system malloc.
66928      Branch: perl
66929            ! hints/freebsd.sh
66930 ____________________________________________________________________________
66931 [ 20025] By: jhi                                   on 2003/07/06  07:48:01
66932         Log: Make the 'slow ok' feature optional.
66933      Branch: perl
66934            ! lib/Test/Harness.pm
66935 ____________________________________________________________________________
66936 [ 20024] By: jhi                                   on 2003/07/06  07:44:57
66937         Log: The change #20022 didn't work for Command.t.
66938      Branch: perl
66939            ! lib/ExtUtils/t/Command.t
66940 ____________________________________________________________________________
66941 [ 20023] By: jhi                                   on 2003/07/06  07:29:22
66942         Log: Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
66943              From: Michael G Schwern <schwern@pobox.com>
66944              Date: Sat, 5 Jul 2003 13:34:37 -0700
66945              Message-ID: <20030705203437.GB2598@windhund.schwern.org>
66946
66947              Print out the "ok" messages only once every second,
66948              this should make output much less and therefore testing
66949              much faster, especially on slower connections.
66950      Branch: perl
66951            ! lib/Test/Harness.pm
66952 ____________________________________________________________________________
66953 [ 20022] By: jhi                                   on 2003/07/06  07:26:52
66954         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_07
66955              From: Michael G Schwern <schwern@pobox.com>
66956              Date: Sat, 5 Jul 2003 16:59:49 -0700
66957              Message-ID: <20030705235949.GB3485@windhund.schwern.org>
66958      Branch: perl
66959            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
66960            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
66961            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker/FAQ.pod
66962            ! lib/ExtUtils/t/Command.t
66963 ____________________________________________________________________________
66964 [ 20021] By: jhi                                   on 2003/07/06  07:19:17
66965         Log: Reintroduce changes #19723 and #19723 that were not
66966              in Net::Ping 2.31; needed for Windows.
66967      Branch: perl
66968            ! lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
66969 ____________________________________________________________________________
66970 [ 20020] By: jhi                                   on 2003/07/05  19:12:21
66971         Log: Upgrade to Digest::MD5 2.25.
66972      Branch: perl
66973            + ext/Digest/MD5/t/clone.t
66974            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
66975            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
66976            ! ext/Digest/MD5/t/files.t
66977 ____________________________________________________________________________
66978 [ 20019] By: jhi                                   on 2003/07/05  18:40:51
66979         Log: Make a read from a write-only fh to set errno
66980              (found by Gisle)
66981      Branch: perl
66982            ! perlio.c
66983 ____________________________________________________________________________
66984 [ 20018] By: jhi                                   on 2003/07/05  18:05:19
66985         Log: Add PerlIOBuf_close to makedef.pl as pointed out by
66986              Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
66987              duplicates.
66988      Branch: perl
66989            ! makedef.pl
66990 ____________________________________________________________________________
66991 [ 20017] By: jhi                                   on 2003/07/05  17:47:47
66992         Log: Subject: [PATCH] fix for ext/threads/t/problems.t failures
66993              From: Dave Mitchell <davem@fdgroup.com>
66994              Date: Sat, 5 Jul 2003 19:12:51 +0100
66995              Message-ID: <20030705181251.GA14502@fdgroup.com>
66996      Branch: perl
66997            ! ext/threads/t/problems.t
66998 ____________________________________________________________________________
66999 [ 20016] By: jhi                                   on 2003/07/05  17:36:34
67000         Log: OpenBSD sometimes gets -0, probably due to fp fuzziness..
67001      Branch: perl
67002            ! lib/Benchmark.t
67003 ____________________________________________________________________________
67004 [ 20012] By: jhi                                   on 2003/07/05  13:46:05
67005         Log: Be explicit about the $0 pain in Linux 2.2.
67006      Branch: perl
67007            ! pod/perlvar.pod
67008 ____________________________________________________________________________
67009 [ 20010] By: rgs                                   on 2003/07/05  12:06:41
67010         Log: Comment out some debugging output in Math::BigInt, that
67011              causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.
67012      Branch: perl
67013            ! lib/Math/BigInt.pm
67014 ____________________________________________________________________________
67015 [ 20009] By: jhi                                   on 2003/07/05  10:56:55
67016         Log: The logic for additional randomisation for 64-bit UV
67017              cases was wrong.
67018      Branch: perl
67019            ! perl.c
67020 ____________________________________________________________________________
67021 [ 20008] By: jhi                                   on 2003/07/05  09:10:46
67022         Log: IIRC gcc would complain about if (s = ...).
67023      Branch: perl
67024            ! perl.c
67025 ____________________________________________________________________________
67026 [ 20007] By: jhi                                   on 2003/07/05  09:09:44
67027         Log: Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
67028              since CGI scripts are (should be) run under -T, being able
67029              to show the HASH_SEED in case of problems is good.
67030              The $ENV{PERL_HASH_SEED} is still ignored under taint.
67031      Branch: perl
67032            ! perl.c
67033 ____________________________________________________________________________
67034 [ 20006] By: jhi                                   on 2003/07/05  07:56:56
67035         Log: Subject: [PATCH] MM_VMS.pm -- fix xs installation
67036              From: "Craig A. Berry" <craigberry@mac.com>
67037              Date: Sat, 05 Jul 2003 00:38:28 -0500
67038              Message-ID: <3F066454.90003@mac.com>
67039      Branch: perl
67040            ! lib/ExtUtils/MM_VMS.pm
67041 ____________________________________________________________________________
67042 [ 20004] By: jhi                                   on 2003/07/05  07:47:02
67043         Log: Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997
67044              From: Robin Barker <Robin.Barker@npl.co.uk>
67045              Date: Fri, 4 Jul 2003 19:15:01 +0100
67046              Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>
67047      Branch: perl
67048            ! dump.c
67049 ____________________________________________________________________________
67050 [ 20003] By: rgs                                   on 2003/07/05  07:45:16
67051         Log: Allow to create more than one Shell object :
67052              Subject: [patch] Shell.pm fix
67053              From: Stéphane Payrard <stef@payrard.net>
67054              Date: Sat, 5 Jul 2003 01:16:50 +0200
67055              Message-ID: <20030704231650.GA19701@stefp.dyndns.org>
67056      Branch: perl
67057            ! lib/Shell.pm
67058 ____________________________________________________________________________
67059 [ 20002] By: rgs                                   on 2003/07/04  21:49:05
67060         Log: Author list update (to be continued...)
67061      Branch: perl
67062            ! AUTHORS
67063 ____________________________________________________________________________
67064 [ 20001] By: rgs                                   on 2003/07/04  21:42:12
67065         Log: Add a new test target in the makefile, test_harness_notty.
67066              It's like test_harness, but sets HARNESS_NOTTY=1 to make
67067              Test::Harness' output less blinking.
67068      Branch: perl
67069            ! Makefile.SH
67070 ____________________________________________________________________________
67071 [ 20000] By: rgs                                   on 2003/07/04  20:58:05
67072         Log: Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
67073              and bignum v0.14.
67074      Branch: perl
67075            + lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t
67076            + lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t
67077            + lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t
67078            + lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t
67079            + lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t
67080            + lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t
67081            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
67082            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
67083            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
67084            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
67085            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
67086            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/bigints.t
67087            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
67088            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/mbimbf.inc
67089            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/require.t
67090            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
67091            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.inc
67092            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
67093            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
67094            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
67095            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
67096            ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
67097            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
67098            ! lib/bignum/t/brinfnan.t lib/bigrat.pm
67099            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
67100            ! t/lib/Math/BigInt/Subclass.pm
67101 ____________________________________________________________________________
67102 [ 19999] By: rgs                                   on 2003/07/04  19:39:01
67103         Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always
67104              appears just before the name of the command to be run. See
67105
67106              Subject: Re: PERL_SKIP_TTY_TEST fix
67107              From: Alexey Tourbin <at@altlinux.ru>
67108              Date: Fri, 4 Jul 2003 17:25:34 +0400
67109              Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>
67110      Branch: perl
67111            ! Makefile.SH
67112 ____________________________________________________________________________
67113 [ 19998] By: rgs                                   on 2003/07/04  19:31:33
67114         Log: Fix non-numeric $VERSION.
67115      Branch: perl
67116            ! lib/Math/BigInt.pm
67117 ____________________________________________________________________________
67118 [ 19995] By: jhi                                   on 2003/07/04  14:36:56
67119         Log: According to Tels our M::BI is _better_ than the 1.64 in CPAN.
67120      Branch: perl
67121            ! lib/Math/BigInt.pm
67122 ____________________________________________________________________________
67123 [ 19994] By: jhi                                   on 2003/07/04  14:36:17
67124         Log: More $0 sad tales.
67125      Branch: perl
67126            ! pod/perlvar.pod
67127 ____________________________________________________________________________
67128 [ 19993] By: jhi                                   on 2003/07/04  14:34:40
67129         Log: Oops.
67130      Branch: perl
67131            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
67132 ____________________________________________________________________________
67133 [ 19990] By: jhi                                   on 2003/07/04  13:50:29
67134         Log: Upgrade to PodParser 1.23; but do not update
67135              t/pod/find.t or t/pod/testp2pt.pl since the
67136              first one does not work at all under core,
67137              and the second change would drop MacOS Classic
67138              portability tweaks introduced by change #18669.
67139      Branch: perl
67140            ! lib/Pod/Find.pm lib/Pod/Usage.pm
67141 ____________________________________________________________________________
67142 [ 19989] By: jhi                                   on 2003/07/04  13:20:51
67143         Log: Upgrade to Text::Balanced 1.94.
67144      Branch: perl
67145            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
67146            ! lib/Text/Balanced/README lib/Text/Balanced/t/extcbk.t
67147            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
67148 ____________________________________________________________________________
67149 [ 19988] By: jhi                                   on 2003/07/04  13:17:22
67150         Log: Upgrade to Net::Ping 2.31.
67151      Branch: perl
67152            ! lib/Net/Ping.pm lib/Net/Ping/Changes
67153            ! lib/Net/Ping/t/250_ping_hires.t
67154            ! lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/450_service.t
67155 ____________________________________________________________________________
67156 [ 19987] By: jhi                                   on 2003/07/04  13:09:04
67157         Log: Upgrade to Locale::Maketext 1.06.
67158      Branch: perl
67159            + lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
67160            + lib/Locale/Maketext/t/90utf8.t
67161            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
67162 ____________________________________________________________________________
67163 [ 19986] By: jhi                                   on 2003/07/04  12:59:45
67164         Log: Upgrade to Digest::MD5 2.24, with few extra tweaks:
67165              (1) make the PATCHLEVEL logic as it is with List::Util
67166              (more portable to older Perls)
67167              (2) regen the MD5 checksums with ...
67168              (3) ... the Mac OS Classic checksums generated via MacRoman
67169              (just a guess)
67170              (4) Keep the core Makefile.PL.
67171      Branch: perl
67172            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
67173            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
67174 ____________________________________________________________________________
67175 [ 19985] By: jhi                                   on 2003/07/04  12:43:10
67176         Log: Upgrade to CPAN 1.71.
67177      Branch: perl
67178            ! lib/CPAN.pm
67179 ____________________________________________________________________________
67180 [ 19984] By: jhi                                   on 2003/07/04  12:39:20
67181         Log: Upgrade to CGI.pm 2.97.
67182      Branch: perl
67183            ! lib/CGI.pm lib/CGI/Carp.pm
67184 ____________________________________________________________________________
67185 [ 19982] By: jhi                                   on 2003/07/04  10:45:05
67186         Log: No energy now to figure out what is wrong with $0
67187              (or ps) in Tru64.  The test works fine when run from
67188              command line.
67189      Branch: perl
67190            ! ext/threads/t/join.t
67191 ____________________________________________________________________________
67192 [ 19981] By: jhi                                   on 2003/07/04  10:34:42
67193         Log: AUTHORS updates.
67194      Branch: perl
67195            ! AUTHORS
67196 ____________________________________________________________________________
67197 [ 19980] By: jhi                                   on 2003/07/04  08:40:51
67198         Log: line_t is U32, not I32.
67199      Branch: perl
67200            ! bytecode.pl
67201 ____________________________________________________________________________
67202 [ 19979] By: jhi                                   on 2003/07/04  08:33:32
67203         Log: Remove PL_earlytaint since the hash seed code
67204              can be delayed until perl_parse().
67205      Branch: perl
67206            ! dosish.h embedvar.h epoc/epocish.h mpeix/mpeixish.h
67207            ! os2/os2ish.h perl.c perl.h perlapi.h perlvars.h
67208            ! plan9/plan9ish.h unixish.h vms/vmsish.h
67209 ____________________________________________________________________________
67210 [ 19977] By: jhi                                   on 2003/07/04  04:56:41
67211         Log: $0 is pain.
67212      Branch: perl
67213            ! ext/threads/t/join.t
67214 ____________________________________________________________________________
67215 [ 19976] By: jhi                                   on 2003/07/04  04:48:37
67216         Log: Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global
67217              From: PPrymmer@factset.com
67218              Date: Thu, 3 Jul 2003 23:59:51 -0400
67219              Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>
67220      Branch: perl
67221            ! vms/vms.c vms/vmspipe.com
67222 ____________________________________________________________________________
67223 [ 19973] By: jhi                                   on 2003/07/03  21:34:03
67224         Log: Bump Time::HiRes version to 1.50.
67225      Branch: perl
67226            ! ext/Time/HiRes/HiRes.pm
67227 ____________________________________________________________________________
67228 [ 19972] By: jhi                                   on 2003/07/03  21:33:10
67229         Log: Subject: [PATCH] installperl -n
67230              From: Slaven Rezic <slaven@rezic.de>
67231              Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST)
67232              Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>
67233      Branch: perl
67234            ! installperl
67235 ____________________________________________________________________________
67236 [ 19971] By: jhi                                   on 2003/07/03  21:31:47
67237         Log: Subject: [PATCH] t/op/magic.t on FreeBSD
67238              From: Slaven Rezic <slaven@rezic.de>
67239              Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST)
67240              Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>
67241      Branch: perl
67242            ! t/op/magic.t
67243 ____________________________________________________________________________
67244 [ 19969] By: jhi                                   on 2003/07/03  21:27:11
67245         Log: Ask Schwern.
67246      Branch: perl
67247            - Porting/Modules
67248            ! AUTHORS MANIFEST
67249 ____________________________________________________________________________
67250 [ 19967] By: jhi                                   on 2003/07/03  19:02:40
67251         Log: Add autarch and Time::Local to Modules.
67252      Branch: perl
67253            ! Porting/Modules
67254 ____________________________________________________________________________
67255 [ 19966] By: jhi                                   on 2003/07/03  18:59:44
67256         Log: Subject: Re: [PATCH] Bring Time::Local to 1.07
67257              From: Dave Rolsky <autarch@urth.org>
67258              Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT)
67259              Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
67260      Branch: perl
67261            ! lib/Time/Local.pm
67262 ____________________________________________________________________________
67263 [ 19965] By: jhi                                   on 2003/07/03  18:58:25
67264         Log: Subject: [PATCH] Win32: fix WM_TIMER handling
67265              From: Mattia Barbon <mbarbon@dsi.unive.it>
67266              Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale)
67267              Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>
67268      Branch: perl
67269            ! win32/win32.c
67270 ____________________________________________________________________________
67271 [ 19964] By: jhi                                   on 2003/07/03  18:56:26
67272         Log: Subject: Re: randomly untainting?
67273              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
67274              Date: Thu, 3 Jul 2003 17:35:09 +0200
67275              Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>
67276      Branch: perl
67277            ! t/TestInit.pm
67278 ____________________________________________________________________________
67279 [ 19963] By: jhi                                   on 2003/07/03  18:55:37
67280         Log: Revert #19957 as requested by Rafael.
67281      Branch: perl
67282            ! ext/List/Util/t/tainted.t
67283 ____________________________________________________________________________
67284 [ 19962] By: jhi                                   on 2003/07/03  18:54:09
67285         Log: Add at least meager beginnings of assertion checks for
67286              the UTF-8 length/pos cache.  It's not as full as I would
67287              like since the exact behaviour of the second half of the
67288              cache, used in substr(), eludes me right now.
67289      Branch: perl
67290            ! sv.c
67291 ____________________________________________________________________________
67292 [ 19961] By: jhi                                   on 2003/07/03  13:57:47
67293         Log: Extra light testing for the UTF-8 cache
67294              (that it isn't broken, not that it helps).
67295      Branch: perl
67296            ! t/op/length.t
67297 ____________________________________________________________________________
67298 [ 19957] By: jhi                                   on 2003/07/03  12:01:25
67299         Log: Subject: Re: randomly untainting?
67300              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
67301              Date: Thu, 3 Jul 2003 14:58:18 +0200
67302              Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
67303              (plus extra debug printing)
67304      Branch: perl
67305            ! ext/List/Util/t/tainted.t
67306 ____________________________________________________________________________
67307 [ 19954] By: jhi                                   on 2003/07/03  11:10:21
67308         Log: Subject: Re: maint @ 19923
67309              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
67310              Date: Thu, 3 Jul 2003 15:57:55 +0400
67311              Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>
67312      Branch: perl
67313            ! wince/Makefile.ce wince/wince.c
67314 ____________________________________________________________________________
67315 [ 19952] By: jhi                                   on 2003/07/03  10:56:45
67316         Log: Tiny tweak to perlartistic from Robin Barker.
67317      Branch: perl
67318            ! pod/perlartistic.pod
67319 ____________________________________________________________________________
67320 [ 19950] By: jhi                                   on 2003/07/03  07:46:45
67321         Log: Mention Modules in AUTHORS.
67322      Branch: perl
67323            ! AUTHORS
67324 ____________________________________________________________________________
67325 [ 19949] By: jhi                                   on 2003/07/03  06:58:01
67326         Log: No fancy binmode() if no perlio.
67327      Branch: perl
67328            ! ext/IO/lib/IO/t/io_sock.t
67329 ____________________________________________________________________________
67330 [ 19948] By: jhi                                   on 2003/07/03  06:55:12
67331         Log: Underline the fact that XSLoader is not DynaLoader
67332              ([perl #21974] dl_load_flags not honored by XSLoader)
67333      Branch: perl
67334            ! ext/DynaLoader/XSLoader_pm.PL
67335 ____________________________________________________________________________
67336 [ 19947] By: jhi                                   on 2003/07/03  06:35:29
67337         Log: Apply Schwern's suggested warning code from
67338              [perl #22209] Test::Harness::Straps vs. $Config{path_sep}
67339      Branch: perl
67340            ! lib/Test/Harness/Straps.pm
67341 ____________________________________________________________________________
67342 [ 19944] By: jhi                                   on 2003/07/03  06:30:11
67343         Log: Subject: [PATCH] "without parens" vs "without parentheses"
67344              From: Iain Truskett <spoon@cpan.org>
67345              Date: Thu, 3 Jul 2003 12:40:42 +1000
67346              Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
67347      Branch: perl
67348            ! t/lib/warnings/toke toke.c
67349 ____________________________________________________________________________
67350 [ 19943] By: jhi                                   on 2003/07/03  06:27:18
67351         Log: Subject: [PATCH] Re: ext/List/Util/t/weak.t panic
67352              From: Dave Mitchell <davem@fdgroup.com>
67353              Date: Thu, 3 Jul 2003 01:32:11 +0100
67354              Message-ID: <20030703003211.GB3747@fdgroup.com>
67355      Branch: perl
67356            ! mg.c sv.c
67357 ____________________________________________________________________________
67358 [ 19942] By: jhi                                   on 2003/07/03  06:25:30
67359         Log: Nicer options for Porting/Modules.
67360      Branch: perl
67361            ! MANIFEST Porting/Modules
67362 ____________________________________________________________________________
67363 [ 19941] By: rgs                                   on 2003/07/02  21:38:19
67364         Log: Minor test adjustments :
67365              - test name correction in op/concat.t by Yitzchak Scott-Thoennes
67366              - prototypes added to some public functions in t/test.pl,
67367              as suggested by Enache Adrian
67368      Branch: perl
67369            ! t/op/concat.t t/test.pl
67370 ____________________________________________________________________________
67371 [ 19940] By: rgs                                   on 2003/07/02  20:58:19
67372         Log: Skip a socketpair test on SCO OSR
67373      Branch: perl
67374            ! ext/Socket/socketpair.t
67375 ____________________________________________________________________________
67376 [ 19939] By: jhi                                   on 2003/07/02  20:10:47
67377         Log: Subject: [PATCH] various Deparse fixes
67378              From: Dave Mitchell <davem@fdgroup.com>
67379              Date: Wed, 2 Jul 2003 18:10:45 +0100
67380              Message-ID: <20030702171045.GF2137@fdgroup.com>
67381      Branch: perl
67382            ! ext/B/B/Concise.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
67383            ! ext/B/defsubs_h.PL t/TEST t/op/ord.t
67384 ____________________________________________________________________________
67385 [ 19935] By: jhi                                   on 2003/07/02  20:01:06
67386         Log: It would seem that in Linux 2.2 there is no way
67387              we can do the right thing to make ps(1) see $0
67388              our way.  Also amend the $0 documentation a bit.
67389      Branch: perl
67390            ! pod/perlvar.pod t/op/magic.t
67391 ____________________________________________________________________________
67392 [ 19934] By: jhi                                   on 2003/07/02  19:39:11
67393         Log: Subject: [PATCH] line numbers are given % 64k
67394              From: James Jurach <muaddib@erf.net>
67395              Date: Wed, 2 Jul 2003 13:31:05 -0500
67396              Message-ID: <20030702183105.GA4837@lebowski>
67397      Branch: perl
67398            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
67399            ! handy.h pp_ctl.c scope.h
67400 ____________________________________________________________________________
67401 [ 19933] By: jhi                                   on 2003/07/02  14:55:49
67402         Log: Subject: Re: maint @ 19923
67403              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
67404              Date: Wed, 2 Jul 2003 11:43:05 -0400
67405              Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu>
67406      Branch: perl
67407            ! pod/perlfunc.pod
67408 ____________________________________________________________________________
67409 [ 19932] By: jhi                                   on 2003/07/02  14:29:42
67410         Log: Subject: Re: maint @ 19923
67411              From: Jim Cromie <jcromie@divsol.com>
67412              Date: Wed, 02 Jul 2003 05:35:06 -0600
67413              Message-ID: <3F02C36A.9030704@divsol.com>
67414      Branch: perl
67415            ! pod/perlfunc.pod
67416 ____________________________________________________________________________
67417 [ 19931] By: jhi                                   on 2003/07/02  11:34:49
67418         Log: Fix for [perl #22759 insufficient format string checking];
67419              using ewix makes no sense, assuming evix was intended,
67420              no old tests fail; add the test case.
67421      Branch: perl
67422            ! sv.c t/op/sprintf.t
67423 ____________________________________________________________________________
67424 [ 19929] By: jhi                                   on 2003/07/02  09:13:33
67425         Log: Better links.
67426      Branch: perl
67427            ! pod/perlipc.pod pod/perlrun.pod
67428 ____________________________________________________________________________
67429 [ 19928] By: jhi                                   on 2003/07/02  08:58:26
67430         Log: Darwin: -Dprefix=$HOME/Perl tried to install to /Library.
67431      Branch: perl
67432            ! hints/darwin.sh
67433 ____________________________________________________________________________
67434 [ 19927] By: jhi                                   on 2003/07/02  08:48:00
67435         Log: ...and getting the comma right, too.
67436      Branch: perl
67437            ! t/op/magic.t
67438 ____________________________________________________________________________
67439 [ 19926] By: jhi                                   on 2003/07/02  08:46:18
67440         Log: Getting the whitespace right.
67441      Branch: perl
67442            ! t/op/magic.t
67443 ____________________________________________________________________________
67444 [ 19925] By: jhi                                   on 2003/07/02  08:40:36
67445         Log: FreeBSD $0 dance.
67446      Branch: perl
67447            ! pod/perlvar.pod t/op/magic.t
67448 ____________________________________________________________________________
67449 [ 19924] By: jhi                                   on 2003/07/02  08:17:31
67450         Log: Fix from Enache Adrian for the magic.t failure in
67451              FreeBSD: setproctitle() cannot get rid of the " (perl)".
67452      Branch: perl
67453            ! t/op/magic.t
67454 ____________________________________________________________________________
67455 [ 19921] By: jhi                                   on 2003/07/02  05:26:33
67456         Log: VMS: with this, 100% make test in Compaq C V6.5-001
67457              on OpenVMS Alpha V7.3-1, from Craig Berry.
67458      Branch: perl
67459            ! configure.com ext/Devel/DProf/DProf.t t/op/magic.t
67460 ____________________________________________________________________________
67461 [ 19920] By: jhi                                   on 2003/07/02  05:21:23
67462         Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
67463              The latest releases of NetBSD don't require the hack.  From
67464              Johnny Lam.
67465      Branch: perl
67466            ! hints/netbsd.sh
67467 ____________________________________________________________________________
67468 [ 19918] By: jhi                                   on 2003/07/01  20:02:33
67469         Log: Add a new utility, Porting/Modules.
67470      Branch: perl
67471            + Porting/Modules
67472            ! MANIFEST
67473 ____________________________________________________________________________
67474 [ 19917] By: jhi                                   on 2003/07/01  17:00:02
67475         Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod
67476              From: Robin Barker <Robin.Barker@npl.co.uk>
67477              Date: Tue, 1 Jul 2003 18:21:34 +0100
67478              Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
67479
67480              Subject:  [PATCH] long C<=item>s in lib/CGI.pm
67481              From: Robin Barker <Robin.Barker@npl.co.uk>
67482              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
67483              Date: Tue, 1 Jul 2003 18:25:17 +0100
67484
67485              Subject: [PATCH] long <=item>s  in lib/ExtUtils/MakeMaker/FAQ.pod
67486              From: Robin Barker <Robin.Barker@npl.co.uk>
67487              Date: Tue, 1 Jul 2003 18:29:09 +0100
67488              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
67489      Branch: perl
67490            ! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod
67491 ____________________________________________________________________________
67492 [ 19916] By: jhi                                   on 2003/07/01  16:51:31
67493         Log: Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
67494              From: Enache Adrian <enache@rdslink.ro>
67495              Date: Tue, 1 Jul 2003 19:51:25 +0300
67496              Message-ID: <20030701165125.GA1521@ratsnest.hole>
67497      Branch: perl
67498            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm ext/B/defsubs_h.PL
67499            ! ext/B/typemap t/op/magic.t
67500 ____________________________________________________________________________
67501 [ 19915] By: jhi                                   on 2003/07/01  16:22:09
67502         Log: Upgrade to Unicode::Normalize 0.23.
67503      Branch: perl
67504            ! ext/Unicode/Normalize/Changes
67505            ! ext/Unicode/Normalize/Normalize.pm
67506            ! ext/Unicode/Normalize/Normalize.xs
67507 ____________________________________________________________________________
67508 [ 19914] By: jhi                                   on 2003/07/01  13:08:44
67509         Log: A naked values() caused shuffling of lib/Config.pm,
67510              which in turn caused unnecessary rebuilds.
67511      Branch: perl
67512            ! configpm
67513 ____________________________________________________________________________
67514 [ 19913] By: jhi                                   on 2003/07/01  13:01:10
67515         Log: Even more :utf8 socket testing, now in both directions.
67516      Branch: perl
67517            ! ext/IO/lib/IO/t/io_sock.t
67518 ____________________________________________________________________________
67519 [ 19912] By: jhi                                   on 2003/07/01  12:44:32
67520         Log: One more test (does binmode()ing a socket succeed)
67521              and add -w.
67522      Branch: perl
67523            ! ext/IO/lib/IO/t/io_sock.t
67524 ____________________________________________________________________________
67525 [ 19911] By: jhi                                   on 2003/07/01  12:38:13
67526         Log: Tweak an existing IO test to test also the change #19910.
67527      Branch: perl
67528            ! ext/IO/lib/IO/t/io_sock.t
67529 ____________________________________________________________________________
67530 [ 19910] By: jhi                                   on 2003/07/01  11:18:27
67531         Log: Integrate from perlio:
67532              [ 19909]
67533              binmode() should affect IoOFP() as well as IoIFP() if it is
67534              distinct (e.g. sockets).
67535      Branch: perl
67536           !> pp_sys.c
67537 ____________________________________________________________________________
67538 [ 19906] By: jhi                                   on 2003/07/01  08:03:17
67539         Log: Do the "aligned contiguous" check only if the arguments
67540              look like aligned; re-introduce the "traditional contiguous"
67541              checks with OS/2 special quirks and all.
67542      Branch: perl
67543            ! perl.c
67544 ____________________________________________________________________________
67545 [ 19903] By: jhi                                   on 2003/07/01  06:22:12
67546         Log: Switch on PERL_IMPLICIT_SYS, not on Win32.
67547      Branch: perl
67548            ! perl.c
67549 ____________________________________________________________________________
67550 [ 19902] By: jhi                                   on 2003/07/01  06:20:48
67551         Log: Regen Glossary et al.
67552      Branch: perl
67553            ! Porting/Glossary Porting/config.sh Porting/config_H
67554 ____________________________________________________________________________
67555 [ 19900] By: jhi                                   on 2003/07/01  05:56:38
67556         Log: Regen Configure.
67557      Branch: perl
67558            ! Configure
67559 ____________________________________________________________________________
67560 [ 19899] By: jhi                                   on 2003/07/01  05:56:14
67561         Log: More nanosleep removal.
67562      Branch: perl
67563            ! Cross/config.sh-arm-linux NetWare/config_H.wc epoc/config.sh
67564            ! hints/vos.sh win32/config.gc win32/config.vc win32/config.vc64
67565            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
67566            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
67567 ____________________________________________________________________________
67568 [ 19898] By: jhi                                   on 2003/07/01  05:54:58
67569         Log: Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
67570      Branch: perl
67571            + ext/Time/HiRes/hints/dec_osf.pl
67572            ! MANIFEST ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
67573            ! ext/Time/HiRes/hints/sco.pl
67574 ____________________________________________________________________________
67575 [ 19897] By: jhi                                   on 2003/07/01  05:04:50
67576         Log: Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
67577              From: Alan Burlison <Alan.Burlison@sun.com>
67578              Date: Tue, 01 Jul 2003 00:03:24 +0100
67579              Message-ID: <3F00C1BC.3020103@sun.com>
67580      Branch: perl
67581            ! Configure Makefile.SH config_h.SH configure.com
67582            ! hints/solaris_2.sh perl.h uconfig.h uconfig.sh
67583 ____________________________________________________________________________
67584 [ 19896] By: jhi                                   on 2003/06/30  20:20:54
67585         Log: Integrate #19892, #19895 from perlio to compile and avoid
67586              crashing on Win32.
67587      Branch: perl
67588           !> perl.c
67589 ____________________________________________________________________________
67590 [ 19890] By: jhi                                   on 2003/06/30  08:41:51
67591         Log: int is not UV.
67592      Branch: perl
67593            ! perl.c
67594 ____________________________________________________________________________
67595 [ 19889] By: jhi                                   on 2003/06/30  08:36:38
67596         Log: The 'contiguous' test for argv[], envp[] was bogus
67597              since those need not be in memory end-to-end, e.g.
67598              in Tru64 they are aligned by eight.  Loosen the test
67599              so that 'contiguousness' is fulfilled if the elements
67600              are within PTRSIZE alignment.  This makes Tru64 to pass
67601              the join.t, too.
67602      Branch: perl
67603            ! ext/threads/t/join.t mg.c perl.c
67604 ____________________________________________________________________________
67605 [ 19888] By: jhi                                   on 2003/06/30  07:24:18
67606         Log: $0 doc tweakage.
67607      Branch: perl
67608            ! pod/perlvar.pod
67609 ____________________________________________________________________________
67610 [ 19887] By: jhi                                   on 2003/06/30  07:20:58
67611         Log: $0 test tweaks from Andreas.
67612      Branch: perl
67613            ! ext/threads/t/join.t t/op/magic.t
67614 ____________________________________________________________________________
67615 [ 19886] By: rgs                                   on 2003/06/29  19:18:43
67616         Log: Misc Pod Nits.
67617      Branch: perl
67618            ! ext/B/B.pm pod/perlrun.pod
67619 ____________________________________________________________________________
67620 [ 19885] By: jhi                                   on 2003/06/29  15:49:52
67621         Log: Fix a faulty alias.
67622      Branch: perl
67623            ! ext/Encode/lib/Encode/Alias.pm
67624 ____________________________________________________________________________
67625 [ 19884] By: jhi                                   on 2003/06/29  15:41:05
67626         Log: The joy of $0.  Undoing the #16399 makes Andreas'
67627              tests (see [perl #22811]) pass (yes, padding with space    instead
67628              of nul makes no sense, but that seems to work, maybe Linux does
67629              some deep magic in ps(1)?); moving the PL_origalen computation
67630              earlier makes also the threaded-first case fully pass.
67631
67632              But in general modifying the argv[] is very non-portable.
67633              (e.g. in Tru64 it seems to be limited to the size of the
67634              original argv[0] since the argv[] are not contiguous?)
67635
67636              Everybody should just have setproctitle().
67637      Branch: perl
67638            ! mg.c perl.c pod/perlvar.pod
67639 ____________________________________________________________________________
67640 [ 19883] By: jhi                                   on 2003/06/29  13:47:36
67641         Log: More on the macro debugging and expansion.
67642      Branch: perl
67643            ! pod/perlhack.pod
67644 ____________________________________________________________________________
67645 [ 19882] By: rgs                                   on 2003/06/29  13:17:09
67646         Log: Perl_doing_taint must be public, for programs that embed perl
67647      Branch: perl
67648            ! embed.fnc embed.h global.sym
67649 ____________________________________________________________________________
67650 [ 19881] By: jhi                                   on 2003/06/29  10:17:28
67651         Log: More coffee...
67652      Branch: perl
67653            ! lib/Test/Harness.pm
67654 ____________________________________________________________________________
67655 [ 19880] By: jhi                                   on 2003/06/29  09:48:50
67656         Log: argc, argv.
67657      Branch: perl
67658            ! perl.h
67659 ____________________________________________________________________________
67660 [ 19879] By: jhi                                   on 2003/06/29  09:34:47
67661         Log: Another spot where a zero $test{$max} can make things go boom.
67662      Branch: perl
67663            ! lib/Test/Harness.pm
67664 ____________________________________________________________________________
67665 [ 19878] By: jhi                                   on 2003/06/29  09:28:58
67666         Log: Move the PL_earlytaint initialization to the PERL_SYS_INIT()
67667              as per suggestion from Sarathy.
67668      Branch: perl
67669            ! dosish.h epoc/epocish.h miniperlmain.c mpeix/mpeixish.h
67670            ! os2/os2ish.h perl.h plan9/plan9ish.h unixish.h vms/vmsish.h
67671 ____________________________________________________________________________
67672 [ 19877] By: jhi                                   on 2003/06/28  18:28:01
67673         Log: The #19842 is no more needed thanks to #19876,
67674              and the #19842 was wrong anyway (it affected
67675              only the threaded case.)
67676      Branch: perl
67677            ! hints/dec_osf.sh
67678 ____________________________________________________________________________
67679 [ 19876] By: jhi                                   on 2003/06/28  18:24:46
67680         Log: Subject: Re: your malloc patches
67681              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
67682              Date: Fri, 27 Jun 2003 06:54:06 -0700
67683              Message-ID: <20030627135406.GA8914@math.berkeley.edu>
67684
67685              More malloc patches: now they seem to work even in Tru64.
67686      Branch: perl
67687            ! malloc.c
67688 ____________________________________________________________________________
67689 [ 19875] By: jhi                                   on 2003/06/28  18:09:30
67690         Log: Duh.
67691      Branch: perl
67692            ! perl.h
67693 ____________________________________________________________________________
67694 [ 19874] By: jhi                                   on 2003/06/28  17:30:52
67695         Log: Retract #19867; the bug was really much simpler:
67696              the < max must be <= max instead.
67697      Branch: perl
67698            ! hv.c
67699 ____________________________________________________________________________
67700 [ 19873] By: rgs                                   on 2003/06/28  16:02:53
67701         Log: Using $1 without testing success of the regexp, bad.
67702      Branch: perl
67703            ! pod/perlretut.pod
67704 ____________________________________________________________________________
67705 [ 19872] By: rgs                                   on 2003/06/28  16:01:08
67706         Log: Some clarification about the current semantics of CHECK and
67707              INIT blocks. See bug [perl #22826].
67708      Branch: perl
67709            ! pod/perlmod.pod
67710 ____________________________________________________________________________
67711 [ 19871] By: rgs                                   on 2003/06/28  15:47:22
67712         Log: Subject: [Encode] pre-1.97 patches
67713              From: Dan Kogai <dankogai@dan.co.jp>
67714              Date: Sat, 28 Jun 2003 01:20:59 +0900
67715              Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
67716      Branch: perl
67717            ! ext/Encode/Changes ext/Encode/Encode.pm
67718            ! ext/Encode/lib/Encode/Guess.pm
67719 ____________________________________________________________________________
67720 [ 19870] By: rgs                                   on 2003/06/28  15:39:57
67721         Log: Two debugging patches.
67722              The first allows to hold symbolic switches in $^D
67723              and more generally fixes assignment to $^D. The
67724              second one improves the information given by -Dl.
67725
67726              Subject: [PATCH] allow $^D = "flags"
67727              From: Dave Mitchell <davem@fdgroup.com>
67728              Date: Fri, 27 Jun 2003 22:26:24 +0100
67729              Message-ID: <20030627212624.GB12887@fdgroup.com>
67730
67731              Subject: [PATCH] make -Dl show more scope info
67732              From: Dave Mitchell <davem@fdgroup.com>
67733              Date: Fri, 27 Jun 2003 23:00:36 +0100
67734              Message-ID: <20030627220036.GC12887@fdgroup.com>
67735      Branch: perl
67736            ! cop.h embed.fnc embed.h mg.c perl.c perl.h pod/perlvar.pod
67737            ! proto.h scope.h
67738 ____________________________________________________________________________
67739 [ 19869] By: rgs                                   on 2003/06/28  14:39:40
67740         Log: Fix test count, by Abe Timmerman.
67741      Branch: perl
67742            ! t/comp/require.t
67743 ____________________________________________________________________________
67744 [ 19867] By: jhi                                   on 2003/06/27  10:08:20
67745         Log: The two-for-loops is no more a valid way to walk through
67746              a hash (this was the reason the Hash/Util.t intermittently
67747              failed, the two-loop didn't find all the SVs of the HV).
67748      Branch: perl
67749            ! hv.c
67750 ____________________________________________________________________________
67751 [ 19866] By: jhi                                   on 2003/06/27  08:54:16
67752         Log: Some warnings about the (im)proper uses of the hash randomisation.
67753      Branch: perl
67754            ! pod/perlsec.pod
67755 ____________________________________________________________________________
67756 [ 19865] By: jhi                                   on 2003/06/27  08:40:45
67757         Log: atoi() doesn't cut the mustard if the PERL_HASH_SEED
67758              is larger than INT_MAX (atoi() returns -1 in that case).
67759      Branch: perl
67760            ! perl.c
67761 ____________________________________________________________________________
67762 [ 19864] By: jhi                                   on 2003/06/27  08:18:47
67763         Log: Use the PL_earlytaint.  (PL_earlytaint is a global,
67764              not per-interp, since perl_construct() is not passed
67765              the argc, argv, and therefore it can't set the per-interp
67766              PL_tainting.)
67767      Branch: perl
67768            ! perl.c perl.h
67769 ____________________________________________________________________________
67770 [ 19863] By: jhi                                   on 2003/06/27  08:15:11
67771         Log: Introduce (global) variable PL_earlytaint which
67772              is set very early in main(), before perl_parse()
67773              has been called and PL_tainting (or PL_taint_warn)
67774              might have been set.
67775      Branch: perl
67776            ! embed.fnc embedvar.h miniperlmain.c perl.c perl.h perlapi.h
67777            ! perlvars.h proto.h
67778 ____________________________________________________________________________
67779 [ 19862] By: jhi                                   on 2003/06/27  07:39:58
67780         Log: Make doing_taint() always available (though not
67781              part of the public API).
67782      Branch: perl
67783            ! embed.fnc embed.h perl.c proto.h
67784 ____________________________________________________________________________
67785 [ 19861] By: jhi                                   on 2003/06/27  05:30:03
67786         Log: Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
67787              if tainting-- but is this a good thing or a bad thing?
67788              (At least it makes debugging lib/Hash/Util.t harder,
67789              since it has, for no apparent good reason, -T: one must
67790              make a copy of it without the -T.)
67791      Branch: perl
67792            ! perl.c
67793 ____________________________________________________________________________
67794 [ 19860] By: jhi                                   on 2003/06/27  05:02:14
67795         Log: Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch.
67796              From: Tim Bunce <Tim.Bunce@pobox.com>
67797              Date: Thu, 26 Jun 2003 10:53:22 +0100
67798              Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
67799      Branch: perl
67800            ! INSTALL
67801 ____________________________________________________________________________
67802 [ 19859] By: jhi                                   on 2003/06/27  04:59:23
67803         Log: Hash/Util.t and Encode/t/Aliases.t seem to be having
67804              random failures.  To make these easier to reproduce,
67805              add a variable, PERL_HASH_SEED_DEBUG, to display the
67806              hash seed.  E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
67807              of 82972356 makes the first one to fail.
67808      Branch: perl
67809            ! perl.c pod/perlrun.pod
67810 ____________________________________________________________________________
67811 [ 19858] By: rgs                                   on 2003/06/26  20:21:53
67812         Log: perlhack update, by Steve Grazzini
67813              about macro support in gdb and gcc.
67814      Branch: perl
67815            ! pod/perlhack.pod
67816 ____________________________________________________________________________
67817 [ 19854] By: jhi                                   on 2003/06/26  05:32:02
67818         Log: Bite the bullet and apply the hash randomisation patch.
67819              [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
67820      Branch: perl
67821            ! INSTALL embedvar.h ext/Data/Dumper/Dumper.pm
67822            ! ext/Data/Dumper/t/dumper.t hv.h intrpvar.h perl.c perl.h
67823            ! perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
67824            ! sv.c
67825 ____________________________________________________________________________
67826 [ 19853] By: rgs                                   on 2003/06/25  19:35:02
67827         Log: Subject: Re: P and V
67828              From: "Philip Newton" <pnewton@gmx.de>
67829              Date: Wed, 25 Jun 2003 17:50:22 +0200
67830              Message-ID: <3EF9E0DE.4786.16A6869@localhost>
67831      Branch: perl
67832            ! lib/Thread/Semaphore.pm
67833 ____________________________________________________________________________
67834 [ 19852] By: rgs                                   on 2003/06/25  19:27:42
67835         Log: Enhance some macro robustness.
67836      Branch: perl
67837            ! opcode.h opcode.pl
67838 ____________________________________________________________________________
67839 [ 19851] By: rgs                                   on 2003/06/25  19:25:47
67840         Log: Fix [perl #21742] :
67841              require() should always be called in scalar context,
67842              even when it's the last statement in an eval("").
67843      Branch: perl
67844            ! pp_ctl.c t/comp/require.t
67845 ____________________________________________________________________________
67846 [ 19849] By: jhi                                   on 2003/06/24  17:32:37
67847         Log: Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects
67848              From: Dave Mitchell <davem@fdgroup.com>
67849              Date: Tue, 24 Jun 2003 13:16:18 +0100
67850              Message-ID: <20030624121618.GC22675@fdgroup.com>
67851      Branch: perl
67852            ! sv.c t/op/ref.t
67853 ____________________________________________________________________________
67854 [ 19848] By: merijn                                on 2003/06/24  08:06:57
67855         Log: Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl
67856              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
67857              Date: Tue, 24 Jun 2003 11:00:34 +0200
67858              Message-ID: <186930306740.20030624110034@familiehaase.de>
67859      Branch: perl
67860            ! lib/Pod/Perldoc.pm
67861 ____________________________________________________________________________
67862 [ 19847] By: jhi                                   on 2003/06/24  04:52:42
67863         Log: Subject: [PATCH] version.pm up to date with CPAN
67864              From: John Peacock <jpeacock@rowman.com>
67865              Date: Mon, 23 Jun 2003 21:58:18 -0400
67866              Message-ID: <3EF7B03A.2060705@rowman.com>
67867      Branch: perl
67868            ! lib/version.pm lib/version.t universal.c
67869 ____________________________________________________________________________
67870 [ 19846] By: rgs                                   on 2003/06/23  20:52:26
67871         Log: Subject: [perlport.pod] code point of \cU
67872              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
67873              Date: Tue, 24 Jun 2003 01:00:16 +0900
67874              Message-Id: <20030624004743.1237.BQW10602@nifty.com>
67875      Branch: perl
67876            ! pod/perlport.pod
67877 ____________________________________________________________________________
67878 [ 19845] By: jhi                                   on 2003/06/23  04:55:39
67879         Log: Test tweaks for VMS from Craig Berry.
67880      Branch: perl
67881            ! lib/strict.t lib/warnings.t
67882 ____________________________________________________________________________
67883 [ 19843] By: jhi                                   on 2003/06/22  17:00:10
67884         Log: Move the (pseudo)seed functio for (pseudo)random numbers to util.c.
67885      Branch: perl
67886            ! embed.fnc embed.h pp.c proto.h util.c
67887 ____________________________________________________________________________
67888 [ 19842] By: jhi                                   on 2003/06/22  16:44:16
67889         Log: Until the Perl malloc problems in Tru64 are fixed.
67890      Branch: perl
67891            ! hints/dec_osf.sh
67892 ____________________________________________________________________________
67893 [ 19841] By: jhi                                   on 2003/06/22  16:35:33
67894         Log: Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6"
67895              From: Enache Adrian <enache@rdslink.ro>
67896              Date: Sat, 21 Jun 2003 03:19:31 +0300
67897              Message-ID: <20030621001931.GB1255@ratsnest.hole>
67898      Branch: perl
67899            ! op.c t/op/concat.t
67900 ____________________________________________________________________________
67901 [ 19840] By: jhi                                   on 2003/06/22  16:33:25
67902         Log: Subject: [perl #22753] overload::StrVal() fails for regexp refs
67903              From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org>
67904              Date: 21 Jun 2003 19:02:30 -0000
67905              Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org>
67906      Branch: perl
67907            ! lib/overload.pm lib/overload.t
67908 ____________________________________________________________________________
67909 [ 19839] By: jhi                                   on 2003/06/22  16:31:05
67910         Log: Subject: FileCache 1.03 broken on VMS -- possible patch
67911              From: "Craig A. Berry" <craigberry@mac.com>
67912              Date: Sat, 21 Jun 2003 10:31:59 -0500
67913              Message-ID: <3EF47A6F.9060904@mac.com>
67914      Branch: perl
67915            ! lib/FileCache.pm lib/FileCache/t/01open.t
67916            ! lib/FileCache/t/03append.t lib/FileCache/t/05override.t
67917 ____________________________________________________________________________
67918 [ 19838] By: jhi                                   on 2003/06/22  16:16:01
67919         Log: Debian fix from Brendan O'Dea:
67920              Adjust output to screen width.
67921              (adjusted to probe for the stty command)
67922      Branch: perl
67923            ! utils/dprofpp.PL
67924 ____________________________________________________________________________
67925 [ 19837] By: jhi                                   on 2003/06/22  15:56:45
67926         Log: Debian fix from Brendan O'Dea:
67927              Use a temporary directory to avoid symlink attacks.
67928              Specify -gstabs explicitly (not the default format for gcc 3.2).
67929      Branch: perl
67930            ! utils/c2ph.PL
67931 ____________________________________________________________________________
67932 [ 19836] By: jhi                                   on 2003/06/22  15:55:13
67933         Log: Debian fix from Brendan O'Dea:
67934              Bug#156284: the stucture used by pp_accept is too small to hold an
67935              IPv6 address.
67936      Branch: perl
67937            ! pp_sys.c
67938 ____________________________________________________________________________
67939 [ 19835] By: jhi                                   on 2003/06/22  15:46:50
67940         Log: For characters beyond the BMP the $bits will be undef,
67941              which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
67942              analysis and fix from SADAHIRO Tomoyuki)
67943      Branch: perl
67944            ! lib/utf8_heavy.pl
67945 ____________________________________________________________________________
67946 [ 19834] By: jhi                                   on 2003/06/20  08:42:58
67947         Log: Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).
67948      Branch: perl
67949            ! malloc.c
67950 ____________________________________________________________________________
67951 [ 19833] By: jhi                                   on 2003/06/20  08:16:02
67952         Log: Don't do sprintf().
67953      Branch: perl
67954            ! malloc.c
67955 ____________________________________________________________________________
67956 [ 19832] By: jhi                                   on 2003/06/20  07:43:48
67957         Log: Show the source code location of an "assertion botch".
67958      Branch: perl
67959            ! malloc.c
67960 ____________________________________________________________________________
67961 [ 19831] By: jhi                                   on 2003/06/20  07:31:11
67962         Log: More Perl malloc debugging magic from Ilya.  Seems to work in
67963              Linux, Solaris, AIX.  Had to do #ifdef OS2 for the <io.h> in
67964              malloc.c, found in AIX since there is no such header.
67965              In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
67966              memory was overwritten?"
67967              (In IRIX compiles but that doesn't prove much since in IRIX
67968              Perl's malloc is simply not used.)
67969      Branch: perl
67970            + malloc_ctl.h
67971            ! MANIFEST dosish.h epoc/epocish.h malloc.c os2/os2ish.h perl.c
67972            ! perl.h plan9/plan9ish.h sv.c unixish.h vms/vmsish.h
67973 ____________________________________________________________________________
67974 [ 19830] By: jhi                                   on 2003/06/20  06:02:21
67975         Log: Retract #19785 and #19756: JPL nowadays works without this
67976              (verified by a true JPL user).
67977      Branch: perl
67978            ! perl.c
67979 ____________________________________________________________________________
67980 [ 19827] By: jhi                                   on 2003/06/19  20:18:31
67981         Log: Apparently this is needed for VMS (Craig Berry).
67982      Branch: perl
67983            ! lib/Tie/File.pm
67984 ____________________________________________________________________________
67985 [ 19824] By: jhi                                   on 2003/06/19  15:11:48
67986         Log: Bump Time::HiRes to 1.49.
67987      Branch: perl
67988            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
67989            ! ext/Time/HiRes/HiRes.xs
67990 ____________________________________________________________________________
67991 [ 19822] By: jhi                                   on 2003/06/19  14:49:37
67992         Log: This change chunk doesn't work well with blead.
67993      Branch: perl
67994            ! lib/ExtUtils/t/Command.t
67995 ____________________________________________________________________________
67996 [ 19821] By: jhi                                   on 2003/06/19  14:27:52
67997         Log: A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
67998              make happy.
67999      Branch: perl
68000            ! lib/ExtUtils/MM_Unix.pm
68001 ____________________________________________________________________________
68002 [ 19820] By: jhi                                   on 2003/06/19  14:25:53
68003         Log: Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
68004              as of 2003-06-19 18:39 EET).
68005      Branch: perl
68006            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm
68007            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
68008            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t
68009            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
68010 ____________________________________________________________________________
68011 [ 19819] By: jhi                                   on 2003/06/19  14:08:13
68012         Log: Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings
68013              From: grazz@pobox.com (Steve Grazzini)
68014              Date: Wed, 18 Jun 2003 19:42:37 -0400
68015              Message-ID: <20030618234237.GA6267@grazzini.net>
68016      Branch: perl
68017            ! embed.fnc embed.h pod/perltie.pod pp_ctl.c proto.h
68018            ! t/op/runlevel.t t/op/tiehandle.t util.c
68019 ____________________________________________________________________________
68020 [ 19818] By: jhi                                   on 2003/06/19  13:57:55
68021         Log: Subject: [PATCH -current] email address correction
68022              Date: Thu, 19 Jun 2003 02:19:31 -0700
68023              Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net>
68024              From: rs@crystalflame.net (Richard Soderberg)
68025      Branch: perl
68026            ! ext/threads/threads.pm
68027 ____________________________________________________________________________
68028 [ 19816] By: jhi                                   on 2003/06/19  05:02:22
68029         Log: MPE/iX gets serious indigestion on w-packed infinities.
68030      Branch: perl
68031            ! t/op/pack.t
68032 ____________________________________________________________________________
68033 [ 19815] By: rgs                                   on 2003/06/18  20:47:47
68034         Log: A bunch of minor changes to perlguts.pod.
68035      Branch: perl
68036            ! pod/perlguts.pod
68037 ____________________________________________________________________________
68038 [ 19814] By: jhi                                   on 2003/06/18  19:19:38
68039         Log: Subject: Re: [perl #22727] split() with re_eval segfaults/panics
68040              From: Enache Adrian <enache@rdslink.ro>
68041              Date: Wed, 18 Jun 2003 23:00:43 +0300
68042              Message-ID: <20030618200043.GA1249@ratsnest.hole>
68043      Branch: perl
68044            ! pp.c regexec.c t/op/pat.t
68045 ____________________________________________________________________________
68046 [ 19813] By: jhi                                   on 2003/06/18  17:31:50
68047         Log: Upgrade to Tie::File 0.97.
68048      Branch: perl
68049            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
68050            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/28_mtwrite.t
68051            ! lib/Tie/File/t/29_downcopy.t
68052 ____________________________________________________________________________
68053 [ 19812] By: gbarr                                 on 2003/06/18  16:41:31
68054         Log: Sync with libnet 1.16
68055      Branch: perl
68056            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
68057 ____________________________________________________________________________
68058 [ 19811] By: jhi                                   on 2003/06/18  12:11:07
68059         Log: Subject: Encode] 1.96 Released
68060              From: Dan Kogai <dankogai@dan.co.jp>
68061              Date: Wed, 18 Jun 2003 19:09:11 +0900
68062              Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp>
68063      Branch: perl
68064            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
68065            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
68066            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/piconv
68067            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
68068            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/Unicode.t
68069            ! ext/Encode/t/guess.t
68070 ____________________________________________________________________________
68071 [ 19810] By: jhi                                   on 2003/06/18  09:20:43
68072         Log: Oops in change #19809.
68073      Branch: perl
68074            ! ext/POSIX/POSIX.xs
68075 ____________________________________________________________________________
68076 [ 19809] By: jhi                                   on 2003/06/18  09:08:47
68077         Log: If the first argument of sigaction() was a string, not a number
68078              (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO"
68079              isn't numeric in subroutine entry ...' but after that one got
68080              (depending on the OS) either a coredump (because of trying to
68081              assign to *0 in mg_get) or a hang (because of the sigprocmask()
68082              blocking signals inside POSIX::sigaction, a nasty hang since
68083              one obviously cannot interrupt it...only SIGKILL works).
68084              In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...'
68085              because of the string becoming zero due to the XS typemap magic.
68086              Resolved by making the POSIX::sigaction to try harder to figure
68087              out a valid signal number (one still gets the warning, though),
68088              and returning undef if no sense can be made.
68089      Branch: perl
68090            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
68091 ____________________________________________________________________________
68092 [ 19808] By: rgs                                   on 2003/06/17  21:10:06
68093         Log: Some docs for the assertions.
68094      Branch: perl
68095            ! lib/assertions.pm lib/assertions/activate.pm
68096            ! pod/perllexwarn.pod pod/perlrun.pod t/run/switch_A.t
68097 ____________________________________________________________________________
68098 [ 19806] By: jhi                                   on 2003/06/17  18:12:26
68099         Log: io_dir.t tweak from Craig Berry.
68100      Branch: perl
68101            ! ext/IO/lib/IO/t/io_dir.t
68102 ____________________________________________________________________________
68103 [ 19805] By: jhi                                   on 2003/06/17  16:47:06
68104         Log: Subject: /ext/DynaLoader/dl_dyld.xs
68105              From: "Peter O'Gorman" <peter@pogma.com>
68106              Date: Tue, 17 Jun 2003 23:45:47 +0900
68107              Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
68108
68109              No need to see dlclose() and dlsym() outside the dl_dyld.xs
68110              (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
68111              of OpenDarwin.
68112      Branch: perl
68113            ! ext/DynaLoader/dl_dyld.xs
68114 ____________________________________________________________________________
68115 [ 19804] By: jhi                                   on 2003/06/17  13:12:21
68116         Log: Subject: DOCPATCH Re: $1 remains uncleared for failed matches
68117              From: david nicol <whatever@davidnicol.com>
68118              Date: 16 Jun 2003 20:35:24 -0500
68119              Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
68120
68121              Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
68122              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
68123              Date: Tue, 17 Jun 2003 00:12:04 -0400
68124              Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu>
68125      Branch: perl
68126            ! pod/perlre.pod pod/perltrap.pod
68127 ____________________________________________________________________________
68128 [ 19802] By: jhi                                   on 2003/06/17  04:51:33
68129         Log: UNICOS: try papering over the Configure symbol scan problems
68130              by disavowing any knowledge of dynaloading.
68131      Branch: perl
68132            ! hints/unicos.sh
68133 ____________________________________________________________________________
68134 [ 19801] By: rgs                                   on 2003/06/16  22:47:28
68135         Log: Revert change #19126, a poor attempt at fixing bug #21742.
68136              The test for #21742 is marked as TODO.
68137              Plus new regression tests from :
68138
68139              Subject: [perl #22708] void context in string eval is broken
68140              From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
68141              Date: 15 Jun 2003 23:09:03 -0000
68142              Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
68143      Branch: perl
68144            ! pp_ctl.c t/comp/require.t t/op/eval.t
68145 ____________________________________________________________________________
68146 [ 19800] By: rgs                                   on 2003/06/16  21:14:26
68147         Log: Subject: [PATCH] unnecessary stringification in eval/die
68148              From: Steve Grazzini <grazz@pobox.com>
68149              Date: 15 Jun 2003 21:02:26 -0000
68150              Message-ID: <20030615210226.56430.qmail@onion.perl.org>
68151              (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net>
68152              in c.l.p.misc and bug #17763)
68153      Branch: perl
68154            ! pod/perlfunc.pod pp_ctl.c
68155 ____________________________________________________________________________
68156 [ 19799] By: rgs                                   on 2003/06/16  20:15:28
68157         Log: Subject: [perl #22622] Bogus error codes from File::Copy::move
68158              From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
68159              Date: 9 Jun 2003 15:48:09 -0000
68160              Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
68161      Branch: perl
68162            ! lib/File/Copy.pm
68163 ____________________________________________________________________________
68164 [ 19798] By: jhi                                   on 2003/06/16  12:26:29
68165         Log: And even more glibc fcntl constants, this time mostly F_XXX.
68166              Be more conservative and use @EXPORT_OK instead of @EXPORT.
68167      Branch: perl
68168            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
68169 ____________________________________________________________________________
68170 [ 19797] By: jhi                                   on 2003/06/16  08:05:11
68171         Log: Even more glibc O_ modes.
68172      Branch: perl
68173            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
68174 ____________________________________________________________________________
68175 [ 19796] By: jhi                                   on 2003/06/16  07:59:26
68176         Log: Add O_NOATIME.
68177      Branch: perl
68178            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
68179 ____________________________________________________________________________
68180 [ 19795] By: jhi                                   on 2003/06/16  06:51:19
68181         Log: Instead of fancy condvar footwork do a simple join,
68182              as suggested by Arthur.
68183      Branch: perl
68184            ! ext/threads/shared/t/hv_refs.t
68185 ____________________________________________________________________________
68186 [ 19794] By: rgs                                   on 2003/06/15  21:01:18
68187         Log: Rename again the warning about $* being no longer supported
68188              (and update perldiag this time!)
68189      Branch: perl
68190            ! gv.c pod/perldiag.pod t/lib/warnings/gv
68191 ____________________________________________________________________________
68192 [ 19793] By: rgs                                   on 2003/06/15  19:47:21
68193         Log: Remove all magic in untie()
68194
68195              Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
68196              From: Aaron J Mackey <ajm6q@virginia.edu>
68197              Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
68198              Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
68199              (plus a test case)
68200      Branch: perl
68201            ! pp_sys.c t/op/tie.t
68202 ____________________________________________________________________________
68203 [ 19790] By: jhi                                   on 2003/06/15  17:22:08
68204         Log: Start using Perl malloc in FreeBSD since the system malloc
68205              is reaaally slooow for Perl.
68206
68207              Subject: FreeBSD 5.1 vs. -Uusemymalloc
68208              From: Dan Kogai <dankogai@dan.co.jp>
68209              Date: Mon, 16 Jun 2003 01:48:49 +0900
68210              Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
68211      Branch: perl
68212            ! hints/freebsd.sh
68213 ____________________________________________________________________________
68214 [ 19789] By: jhi                                   on 2003/06/15  17:08:02
68215         Log: Subject: [PATCH 5.8.1 @19774] OS2 patches
68216              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
68217              Date: Sat, 14 Jun 2003 17:49:57 -0700
68218              Message-ID: <20030615004956.GA28272@math.berkeley.edu>
68219      Branch: perl
68220            + os2/OS2/typemap os2/perlrexx.cmd
68221            - os2/OS2/PrfDB/typemap
68222            ! MANIFEST doio.c emacs/ptags ext/Time/HiRes/Makefile.PL handy.h
68223            ! hints/os2.sh lib/ExtUtils/t/MM_OS2.t makedef.pl
68224            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
68225            ! os2/OS2/Process/Process.xs os2/OS2/REXX/DLL/DLL.pm
68226            ! os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/t/rx_emxrv.t
68227            ! os2/OS2/REXX/t/rx_objcall.t os2/dl_os2.c os2/os2.c
68228            ! os2/os2ish.h pp_sys.c utils/h2xs.PL
68229 ____________________________________________________________________________
68230 [ 19788] By: jhi                                   on 2003/06/15  15:05:40
68231         Log: Reindent a section of the file.
68232      Branch: perl
68233            ! universal.c
68234 ____________________________________________________________________________
68235 [ 19787] By: jhi                                   on 2003/06/15  15:01:26
68236         Log: Unused variable.
68237      Branch: perl
68238            ! universal.c
68239 ____________________________________________________________________________
68240 [ 19786] By: jhi                                   on 2003/06/15  07:41:23
68241         Log: Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
68242              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
68243              Date: Sun, 15 Jun 2003 10:48:40 +0200
68244              Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2>
68245      Branch: perl
68246            ! embed.fnc embed.h proto.h sv.c
68247 ____________________________________________________________________________
68248 [ 19785] By: jhi                                   on 2003/06/15  07:37:02
68249         Log: Most often unused variables.
68250      Branch: perl
68251            ! perl.c
68252 ____________________________________________________________________________
68253 [ 19784] By: rgs                                   on 2003/06/14  20:08:52
68254         Log: Rename the warning about $* being removed,
68255              as suggested by Dave Mitchell
68256      Branch: perl
68257            ! gv.c t/lib/warnings/gv
68258 ____________________________________________________________________________
68259 [ 19783] By: jhi                                   on 2003/06/14  16:30:23
68260         Log: The FileCache 1.03 tests from belg4mit.
68261      Branch: perl
68262            + lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
68263            + lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
68264            + lib/FileCache/t/05override.t
68265            - lib/FileCache.t
68266            ! MANIFEST
68267 ____________________________________________________________________________
68268 [ 19782] By: jhi                                   on 2003/06/14  13:45:01
68269         Log: Mention the Unicode::Regex::Set module.
68270      Branch: perl
68271            ! pod/perlunicode.pod
68272 ____________________________________________________________________________
68273 [ 19781] By: jhi                                   on 2003/06/14  13:39:45
68274         Log: Followup on #19779: make the helper function static,
68275              and rename it for paranoia reasons.
68276      Branch: perl
68277            ! embed.fnc embed.h proto.h sv.c
68278 ____________________________________________________________________________
68279 [ 19779] By: jhi                                   on 2003/06/14  13:13:34
68280         Log: Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
68281              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
68282              Date: Sat, 14 Jun 2003 12:51:31 +0200
68283              Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
68284
68285              (choosing the safe alternative)
68286      Branch: perl
68287            ! sv.c
68288 ____________________________________________________________________________
68289 [ 19778] By: jhi                                   on 2003/06/14  09:28:01
68290         Log: Exercise the utf8:: "internal" functions.
68291      Branch: perl
68292            ! lib/utf8.pm lib/utf8.t
68293 ____________________________________________________________________________
68294 [ 19777] By: jhi                                   on 2003/06/14  09:05:07
68295         Log: Having to pull in the whole Encode just to get SvUTF8()
68296              is a bit too much: introduce utf8::is_utf8().
68297      Branch: perl
68298            ! lib/utf8.pm pod/perluniintro.pod universal.c
68299 ____________________________________________________________________________
68300 [ 19776] By: jhi                                   on 2003/06/14  08:56:11
68301         Log: Slight tweaks on the length() and chr() entries,
68302              passing-by rewrapping on the rmdir entry.
68303      Branch: perl
68304            ! pod/perlfunc.pod
68305 ____________________________________________________________________________
68306 [ 19775] By: jhi                                   on 2003/06/14  08:50:16
68307         Log: test.pl-ify and add a couple of tests.
68308      Branch: perl
68309            ! lib/bytes.t
68310 ____________________________________________________________________________
68311 [ 19773] By: jhi                                   on 2003/06/14  08:05:01
68312         Log: Slight reorg of the binmode() entry.
68313      Branch: perl
68314            ! pod/perlfunc.pod
68315 ____________________________________________________________________________
68316 [ 19772] By: jhi                                   on 2003/06/14  07:07:38
68317         Log: Illegal cpp.
68318      Branch: perl
68319            ! util.c
68320 ____________________________________________________________________________
68321 [ 19770] By: jhi                                   on 2003/06/14  04:36:18
68322         Log: Subject: Re: FileCache
68323              From: belg4mit <belg4mit@MIT.EDU>
68324              Date: Sat, 14 Jun 2003 01:35:05 -0400
68325              Message-ID: <3EEAB409.7B4C21EA@mit.edu>
68326
68327              FileCache 1.03.
68328      Branch: perl
68329            ! lib/FileCache.pm
68330 ____________________________________________________________________________
68331 [ 19769] By: rgs                                   on 2003/06/13  19:17:50
68332         Log: Remove the deprecated $* variable.
68333              Incidentally, this fixes bug #22354, about unwanted
68334              action-at-distance of the /m regexp modifier.
68335              Add a new warning to advertise this fact.
68336      Branch: perl
68337            ! gv.c lib/English.pm mg.c pod/perldelta.pod pod/perldiag.pod
68338            ! pod/perlre.pod pod/perlvar.pod pp.c pp_hot.c t/lib/warnings/gv
68339            ! t/op/pat.t t/op/study.t
68340 ____________________________________________________________________________
68341 [ 19768] By: jhi                                   on 2003/06/13  17:08:45
68342         Log: Encode simply needs more work on EBCDIC.
68343      Branch: perl
68344            ! ext/Encode/t/Unicode.t
68345 ____________________________________________________________________________
68346 [ 19767] By: jhi                                   on 2003/06/13  17:05:01
68347         Log: Redundancy removal from Brian De Pradine;
68348              both the forms, pthread_mutexattr_settype() and
68349              pthread_mutexattr_setkind_np(), exist on z/OS.
68350      Branch: perl
68351            ! thread.h
68352 ____________________________________________________________________________
68353 [ 19766] By: jhi                                   on 2003/06/13  17:02:57
68354         Log: Somehow MPE/iX managed to get
68355              "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
68356      Branch: perl
68357            ! lib/Test/Harness.pm
68358 ____________________________________________________________________________
68359 [ 19765] By: jhi                                   on 2003/06/13  14:36:18
68360         Log: Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD
68361              From: alan <alan@pair.com>
68362              Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
68363              Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
68364
68365              (the first alternative)
68366      Branch: perl
68367            ! util.c
68368 ____________________________________________________________________________
68369 [ 19764] By: jhi                                   on 2003/06/13  14:33:51
68370         Log: Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
68371              way of detecting Darwin/Mac OS X; instead it is recommended to
68372              detect the OS at a higher level and pass the information manually
68373              down to the application, using e.g. a -Ddefinition.
68374      Branch: perl
68375            ! hints/darwin.sh perl.h x2p/util.c
68376 ____________________________________________________________________________
68377 [ 19763] By: jhi                                   on 2003/06/13  14:12:13
68378         Log: Define a cpp symbol, BSDish, if that looks appropriate.
68379      Branch: perl
68380            ! perl.h
68381 ____________________________________________________________________________
68382 [ 19760] By: jhi                                   on 2003/06/13  12:00:06
68383         Log: Even more tweakage on symbol scanning from Alan Burlison.
68384      Branch: perl
68385            ! Configure
68386 ____________________________________________________________________________
68387 [ 19758] By: gbarr                                 on 2003/06/13  07:01:11
68388         Log: Sync with libnet 1.15
68389      Branch: perl
68390            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
68391 ____________________________________________________________________________
68392 [ 19756] By: jhi                                   on 2003/06/13  05:09:17
68393         Log: The changes #8803 and #8896 that fixed JPL for use with
68394              JDK 1.2/1.3 had somehow disappeared.
68395      Branch: perl
68396            ! perl.c perl.h
68397 ____________________________________________________________________________
68398 [ 19752] By: rgs                                   on 2003/06/12  20:49:25
68399         Log: Add a new warning, "Newline in left-justified string for printf/sprintf"
68400              to be issued if the string to be left-justified by s?printf contains
68401              a newline.
68402
68403              Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf
68404              From: Robin Barker <Robin.Barker@npl.co.uk>
68405              Date: Wed, 11 Jun 2003 18:10:14 +0100
68406              Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
68407      Branch: perl
68408            ! pod/perldiag.pod sv.c t/lib/warnings/sv
68409 ____________________________________________________________________________
68410 [ 19751] By: rgs                                   on 2003/06/12  20:25:41
68411         Log: Patch for a warning emitted twice, from :
68412              Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
68413              From: Steve Grazzini <grazz@pobox.com>
68414              Date: Wed, 11 Jun 2003 00:46:47 -0400
68415              Message-ID: <20030611044647.GA16696@grazzini.net>
68416      Branch: perl
68417            ! pp_sys.c
68418 ____________________________________________________________________________
68419 [ 19750] By: sky                                   on 2003/06/12  15:03:55
68420         Log: In free we want to destroy, not init, thanks to Tim Bunce for
68421              detecting this. Should hopefully fix memory leak on Tru64
68422      Branch: perl
68423            ! ext/threads/shared/shared.xs
68424 ____________________________________________________________________________
68425 [ 19749] By: jhi                                   on 2003/06/12  13:27:44
68426         Log: More perlio ->Open paranoia.  Set errno to EINVAL if there's
68427              no ->Open, not if ->Open returns NULL.
68428      Branch: perl
68429            ! perlio.c
68430 ____________________________________________________________________________
68431 [ 19748] By: jhi                                   on 2003/06/12  11:32:44
68432         Log: Further perlio doc tweaks.
68433      Branch: perl
68434            ! lib/PerlIO.pm pod/perlrun.pod
68435 ____________________________________________________________________________
68436 [ 19747] By: jhi                                   on 2003/06/12  11:25:19
68437         Log: Slightly amended version of the proposed patch for
68438              "[perl #22390] export PERLIO=bytes segfaults";
68439              the amendment is to set errno.
68440              TODO: we really should not get here if the layer
68441              stack is corrupt or non-sensical (like "bytes").
68442      Branch: perl
68443            ! perlio.c
68444 ____________________________________________________________________________
68445 [ 19746] By: sky                                   on 2003/06/12  08:37:39
68446         Log: Be polite and destroy the mutexes and conditions we use!
68447      Branch: perl
68448            ! ext/threads/shared/shared.xs
68449 ____________________________________________________________________________
68450 [ 19744] By: rgs                                   on 2003/06/11  20:49:04
68451         Log: Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
68452              From: Andy Dougherty <doughera@lafayette.edu>
68453              Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT)
68454              Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>
68455      Branch: perl
68456            ! lib/File/Temp/t/security.t
68457 ____________________________________________________________________________
68458 [ 19742] By: jhi                                   on 2003/06/11  18:28:12
68459         Log: Subject: [PATCH] Configure -Dnoextensions would not accept a list
68460              From: Andy Dougherty <doughera@lafayette.edu>
68461              Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT)
68462              Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
68463      Branch: perl
68464            ! Configure
68465 ____________________________________________________________________________
68466 [ 19741] By: merijn                                on 2003/06/11  14:06:49
68467         Log: Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
68468              From: PPrymmer@factset.com
68469              Date: Wed, 11 Jun 2003 09:00:34 -0400
68470              Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
68471      Branch: perl
68472            ! lib/vmsish.t
68473 ____________________________________________________________________________
68474 [ 19740] By: jhi                                   on 2003/06/11  13:29:59
68475         Log: Doc nit.
68476      Branch: perl
68477            ! INSTALL
68478 ____________________________________________________________________________
68479 [ 19739] By: jhi                                   on 2003/06/11  05:30:53
68480         Log: Integrate from maint:
68481              [ 19738]
68482              Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
68483              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
68484              Date: Tue, 10 Jun 2003 22:10:47 +0200
68485              Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
68486      Branch: perl
68487           !> ext/Encode/encengine.c ext/List/Util/Util.xs
68488           !> ext/POSIX/POSIX.xs ext/Storable/Storable.xs
68489           !> ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h
68490           !> sv.c
68491 ____________________________________________________________________________
68492 [ 19735] By: jhi                                   on 2003/06/10  05:27:33
68493         Log: Upgrade to Unicode::Normalize 0.22.
68494      Branch: perl
68495            ! ext/Unicode/Normalize/Changes
68496            ! ext/Unicode/Normalize/Makefile.PL
68497            ! ext/Unicode/Normalize/Normalize.pm
68498            ! ext/Unicode/Normalize/Normalize.xs
68499            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
68500            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
68501            ! ext/Unicode/Normalize/t/test.t
68502 ____________________________________________________________________________
68503 [ 19734] By: jhi                                   on 2003/06/10  05:14:18
68504         Log: Upgrade to Unicode::Collate 0.25.
68505      Branch: perl
68506            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
68507            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
68508            ! lib/Unicode/Collate/t/test.t
68509 ____________________________________________________________________________
68510 [ 19731] By: jhi                                   on 2003/06/09  20:48:14
68511         Log: On a real multicpu box the child thread could still be running
68512              when the parent thread was already testing.
68513      Branch: perl
68514            ! ext/threads/shared/t/hv_refs.t
68515 ____________________________________________________________________________
68516 [ 19730] By: rgs                                   on 2003/06/09  19:56:29
68517         Log: Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
68518              From: Andy Dougherty <doughera@lafayette.edu>
68519              Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT)
68520              Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>
68521      Branch: perl
68522            ! INSTALL
68523 ____________________________________________________________________________
68524 [ 19729] By: rgs                                   on 2003/06/09  19:13:16
68525         Log: Subject: [PATCH] Re: nitpick with \(0..2)
68526              From: Steve Grazzini <grazz@pobox.com>
68527              Date: Fri, 6 Jun 2003 01:42:59 -0400
68528              Message-ID: <20030606054259.GA30249@grazzini.net>
68529      Branch: perl
68530            ! op.c pod/perlop.pod t/op/ref.t
68531 ____________________________________________________________________________
68532 [ 19726] By: jhi                                   on 2003/06/09  18:45:00
68533         Log: Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
68534      Branch: perl
68535            ! ext/Unicode/Normalize/Normalize.pm
68536 ____________________________________________________________________________
68537 [ 19725] By: rgs                                   on 2003/06/09  18:33:50
68538         Log: In the debugger, flush stdout/stderr before the prompt is printed
68539              Subject: Re: [PATCH] Perlbug #15228
68540              From: Alex Vandiver <alexmv@MIT.EDU>
68541              Date: 04 Jun 2003 04:50:10 -0400
68542              Message-Id: <1054716610.21402.45.camel@supox>
68543      Branch: perl
68544            ! lib/perl5db.pl
68545 ____________________________________________________________________________
68546 [ 19724] By: gsar                                  on 2003/06/09  18:17:42
68547         Log: mark 450_service.t#18 as a todo test on windows
68548      Branch: perl
68549            ! lib/Net/Ping/t/450_service.t
68550 ____________________________________________________________________________
68551 [ 19723] By: gsar                                  on 2003/06/09  18:00:57
68552         Log: one of the Net::Ping time-dependent tests fails sporadically
68553              when the response from localhost is "too quick"
68554      Branch: perl
68555            ! lib/Net/Ping/t/250_ping_hires.t
68556 ____________________________________________________________________________
68557 [ 19721] By: jhi                                   on 2003/06/09  17:04:50
68558         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
68559              From: Michael G Schwern <schwern@pobox.com>
68560              Date: Sat, 7 Jun 2003 01:16:32 -0700
68561              Message-ID: <20030607081632.GA16228@windhund.schwern.org>
68562      Branch: perl
68563            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
68564            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker/FAQ.pod
68565            ! lib/ExtUtils/t/Liblist.t
68566 ____________________________________________________________________________
68567 [ 19720] By: gsar                                  on 2003/06/09  15:59:52
68568         Log: fix for perlio.t failures on windows (from Dan Kogai)
68569      Branch: perl
68570            ! ext/Encode/t/perlio.t
68571 ____________________________________________________________________________
68572 [ 19719] By: jhi                                   on 2003/06/09  15:28:18
68573         Log: Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils
68574              From: PPrymmer@factset.com
68575              Date: Mon, 9 Jun 2003 09:57:43 -0400
68576              Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
68577      Branch: perl
68578            ! configure.com utils/perlivp.PL
68579 ____________________________________________________________________________
68580 [ 19717] By: gsar                                  on 2003/06/09  14:09:55
68581         Log: windows: fix memory leak in %ENV handling (shows up as a
68582              leak even in the simplest fork() loop, because perl_construct()
68583              now does the equivalent of %ENV assignments using mg_set())
68584      Branch: perl
68585            ! win32/perlhost.h
68586 ____________________________________________________________________________
68587 [ 19715] By: sky                                   on 2003/06/09  09:35:47
68588         Log: Support blessed shared references.
68589      Branch: perl
68590            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
68591            ! ext/threads/shared/t/hv_refs.t
68592 ____________________________________________________________________________
68593 [ 19714] By: jhi                                   on 2003/06/09  04:29:04
68594         Log: Subject: [PATCH] pack.t tweak for non-IEEE VMS systems
68595              From: "Craig A. Berry" <craigberry@mac.com>
68596              Date: Sun, 08 Jun 2003 16:49:43 -0500
68597              Message-ID: <3EE3AF77.7060302@mac.com>
68598      Branch: perl
68599            ! t/op/pack.t
68600 ____________________________________________________________________________
68601 [ 19712] By: jhi                                   on 2003/06/08  17:05:59
68602         Log: Subject: Re: forwarded you a test result
68603              From: Dan Kogai <dankogai@dan.co.jp>
68604              Date: Sun, 8 Jun 2003 11:04:43 +0900
68605              Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
68606      Branch: perl
68607            ! ext/Encode/t/Encode.t
68608 ____________________________________________________________________________
68609 [ 19710] By: jhi                                   on 2003/06/08  17:03:07
68610         Log: Regen Configure et al.
68611      Branch: perl
68612            ! Configure Porting/config.sh Porting/config_H
68613 ____________________________________________________________________________
68614 [ 19709] By: jhi                                   on 2003/06/08  16:45:50
68615         Log: More symbol scan logic from Alan Burlison.
68616      Branch: perl
68617            ! Configure Porting/Glossary hints/solaris_2.sh
68618 ____________________________________________________________________________
68619 [ 19708] By: sky                                   on 2003/06/07  13:28:50
68620         Log: Major (internal) change to make it much more easy to embed
68621              threaded perl because we don't use our own TLS for the current
68622              thread info, but instead use PL_modglobal. Should make the
68623              mod_perl2 team (Hi Stas!) happy. Should also be more robust.
68624      Branch: perl
68625            ! ext/threads/threads.xs
68626 ____________________________________________________________________________
68627 [ 19707] By: sky                                   on 2003/06/07  13:27:01
68628         Log: Last patch broke this slightly because INC was wrong.
68629      Branch: perl
68630            ! ext/threads/t/thread.t
68631 ____________________________________________________________________________
68632 [ 19706] By: sky                                   on 2003/06/07  13:07:53
68633         Log: Remove warnings from tests.
68634      Branch: perl
68635            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
68636            ! ext/threads/t/list.t
68637 ____________________________________________________________________________
68638 [ 19705] By: sky                                   on 2003/06/07  12:42:28
68639         Log: Work in non core env.
68640      Branch: perl
68641            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
68642            ! ext/threads/t/libc.t ext/threads/t/list.t
68643            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
68644            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
68645            ! ext/threads/t/thread.t
68646 ____________________________________________________________________________
68647 [ 19703] By: jhi                                   on 2003/06/07  05:11:50
68648         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05
68649              From: Michael G Schwern <schwern@pobox.com>
68650              Date: Fri, 6 Jun 2003 18:41:45 -0700
68651              Message-ID: <20030607014145.GB12031@windhund.schwern.org>
68652      Branch: perl
68653            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
68654            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/META.yml
68655            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
68656            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
68657            ! lib/ExtUtils/TODO lib/ExtUtils/t/00compile.t
68658            ! lib/ExtUtils/t/Install.t lib/ExtUtils/t/basic.t
68659            ! lib/ExtUtils/t/zz_cleanup_dummy.t
68660 ____________________________________________________________________________
68661 [ 19702] By: rgs                                   on 2003/06/06  23:00:00
68662         Log: Upgrade to Time::Local 1.06, by Dave Rolsky
68663      Branch: perl
68664            ! lib/Time/Local.pm lib/Time/Local.t
68665 ____________________________________________________________________________
68666 [ 19701] By: rgs                                   on 2003/06/06  22:50:37
68667         Log: Complement to change #19698 :
68668              add also this information (=> and curly braces doesn't
68669              quote compound identifiers) to the strict manpage.
68670              As an experiment in documentation, add a "HISTORY" section
68671              to the strict manpage.
68672      Branch: perl
68673            ! lib/strict.pm
68674 ____________________________________________________________________________
68675 [ 19700] By: rgs                                   on 2003/06/06  22:31:50
68676         Log: Minor grammatical nit.
68677      Branch: perl
68678            ! README.hpux
68679 ____________________________________________________________________________
68680 [ 19699] By: rgs                                   on 2003/06/06  22:29:38
68681         Log: Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi>
68682              From: Stas Bekman <stas@stason.org>
68683              Date: Thu, 05 Jun 2003 10:10:36 +1000
68684              Message-ID: <3EDE8A7C.2080302@stason.org>
68685
68686              Subject: [patch] perlguts authors dup
68687              From: Stas Bekman <stas@stason.org>
68688              Date: Thu, 05 Jun 2003 10:14:12 +1000
68689              Message-ID: <3EDE8B54.6090808@stason.org>
68690      Branch: perl
68691            ! pod/perl5005delta.pod pod/perlguts.pod pod/perlxs.pod
68692 ____________________________________________________________________________
68693 [ 19698] By: rgs                                   on 2003/06/06  22:23:56
68694         Log: Clarify that => doesn't quote compound identifiers.
68695      Branch: perl
68696            ! pod/perldata.pod
68697 ____________________________________________________________________________
68698 [ 19696] By: merijn                                on 2003/06/06  12:21:43
68699         Log: Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
68700              as the compiler supports it)
68701      Branch: perl
68702            ! README.hpux
68703 ____________________________________________________________________________
68704 [ 19695] By: jhi                                   on 2003/06/05  18:50:51
68705         Log: Subject: [PATCH] Re: SPUG:-s option doesn't always work!
68706              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68707              Date: Wed, 04 Jun 2003 00:08:32 -0700
68708              Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
68709      Branch: perl
68710            ! t/run/switches.t toke.c
68711 ____________________________________________________________________________
68712 [ 19694] By: jhi                                   on 2003/06/05  18:37:02
68713         Log: Subject: [PATCH] RE: maint @ 19683
68714              From: Robin Barker <Robin.Barker@npl.co.uk>
68715              Date: Thu, 5 Jun 2003 17:16:58 +0100
68716              Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
68717
68718              (skipped the MIME::Base64 part, leaving that to Gisle)
68719      Branch: perl
68720            ! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h
68721 ____________________________________________________________________________
68722 [ 19693] By: jhi                                   on 2003/06/05  17:26:04
68723         Log: SKIP label was missing.
68724      Branch: perl
68725            ! t/io/utf8.t
68726 ____________________________________________________________________________
68727 [ 19692] By: jhi                                   on 2003/06/05  16:58:23
68728         Log: z/OS makedepend fix from Peter Prymmer;
68729              still needed as reported by Brian De Pradine.
68730      Branch: perl
68731            ! makedepend.SH
68732 ____________________________________________________________________________
68733 [ 19691] By: jhi                                   on 2003/06/05  16:56:01
68734         Log: Even more getspecific patches from Brian De Pradine;
68735              macrofy the construct.
68736      Branch: perl
68737            ! ext/threads/threads.xs
68738 ____________________________________________________________________________
68739 [ 19690] By: jhi                                   on 2003/06/05  16:19:40
68740         Log: z/OS threads tweak from Brian De Pradine.
68741      Branch: perl
68742            ! ext/threads/threads.xs
68743 ____________________________________________________________________________
68744 [ 19689] By: jhi                                   on 2003/06/05  05:43:31
68745         Log: Upgrade to Time::HiRes 1.48.
68746      Branch: perl
68747            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
68748 ____________________________________________________________________________
68749 [ 19688] By: rgs                                   on 2003/06/04  18:53:48
68750         Log: Prevent a potential null pointer dereference.
68751              Noticed by Ryan Koga <rkoga@caida.org> in
68752              Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
68753      Branch: perl
68754            ! perlio.c
68755 ____________________________________________________________________________
68756 [ 19687] By: jhi                                   on 2003/06/04  18:26:08
68757         Log: Subject: Re: [MacOS X] consider useshrplib='false' by default
68758              From: Andy Dougherty <doughera@lafayette.edu>
68759              Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT)
68760              Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>
68761      Branch: perl
68762            ! hints/darwin.sh
68763 ____________________________________________________________________________
68764 [ 19686] By: jhi                                   on 2003/06/04  11:02:54
68765         Log: On closer reading the proposed UTS#18 update required
68766              even more changes.
68767      Branch: perl
68768            ! lib/unicore/lib/Blank.pl lib/unicore/lib/Graph.pl
68769            ! lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
68770            ! lib/unicore/lib/SpacePer.pl lib/unicore/lib/Word.pl
68771            ! lib/unicore/mktables
68772 ____________________________________________________________________________
68773 [ 19685] By: jhi                                   on 2003/06/04  10:14:09
68774         Log: Align the 'graph' property definition with the proposed
68775              Unicode UTS #18 update (v7).
68776      Branch: perl
68777            ! lib/unicore/lib/Graph.pl lib/unicore/mktables
68778 ____________________________________________________________________________
68779 [ 19681] By: jhi                                   on 2003/06/04  05:16:38
68780         Log: Subject: [MacOS X] consider useshrplib='false' by default
68781              From: Dan Kogai <dankogai@dan.co.jp>
68782              Date: Wed, 4 Jun 2003 01:29:42 +0900
68783              Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
68784      Branch: perl
68785            ! hints/darwin.sh
68786 ____________________________________________________________________________
68787 [ 19679] By: jhi                                   on 2003/06/03  15:51:36
68788         Log: Urk.  Joe's patches were for the maint branch,
68789              not for the blead (which has assertions and stuff).
68790              Retract #19677, #19676, #19674.
68791      Branch: perl
68792            ! lib/perl5db.pl
68793 ____________________________________________________________________________
68794 [ 19678] By: jhi                                   on 2003/06/03  15:05:19
68795         Log: According to Arthur this should help
68796              #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug
68797      Branch: perl
68798            ! ext/threads/threads.xs
68799 ____________________________________________________________________________
68800 [ 19677] By: jhi                                   on 2003/06/03  14:07:06
68801         Log: Tiny tweaks from Joe McMahon.
68802      Branch: perl
68803            ! lib/perl5db.pl
68804 ____________________________________________________________________________
68805 [ 19676] By: jhi                                   on 2003/06/03  12:38:46
68806         Log: Tiny pod and speling tweaks.
68807      Branch: perl
68808            ! lib/perl5db.pl
68809 ____________________________________________________________________________
68810 [ 19674] By: jhi                                   on 2003/06/03  12:20:59
68811         Log: Subject: Extensive documentation patch redux
68812              From: Joe McMahon <mcmahon@ibiblio.org>
68813              Date: Mon, 2 Jun 2003 09:53:40 -0400
68814              Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org>
68815
68816              Subject: RE: [PATCH] RE: Extensive documentation patch redux
68817              From: Robin Barker <Robin.Barker@npl.co.uk>
68818              Date: Tue, 3 Jun 2003 10:00:22 +0100
68819              Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk>
68820      Branch: perl
68821            ! lib/perl5db.pl
68822 ____________________________________________________________________________
68823 [ 19673] By: jhi                                   on 2003/06/03  09:51:59
68824         Log: Salvage parts of #19667.
68825      Branch: perl
68826            ! perlio.c win32/win32.c win32/win32iop.h
68827 ____________________________________________________________________________
68828 [ 19672] By: jhi                                   on 2003/06/03  09:26:45
68829         Log: Salvage parts of #19418 (the ext/PerlIO/t/open.t
68830              still is there).
68831      Branch: perl
68832            ! MANIFEST pod/perlfunc.pod
68833 ____________________________________________________________________________
68834 [ 19671] By: merijn                                on 2003/06/03  08:27:07
68835         Log: Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
68836              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68837              Date: Tue, 03 Jun 2003 01:55:06 -0700
68838              Message-ID: <qJG3+gzkgajL092yn@efn.org>
68839      Branch: perl
68840            ! README.cygwin
68841 ____________________________________________________________________________
68842 [ 19670] By: jhi                                   on 2003/06/03  08:04:39
68843         Log: Retract #19667, #19660, #19659, #19658, #19657, #19656,
68844              #19655, #19418; File::Temp no more used internally.
68845              Some parts of these will be salvaged later.
68846      Branch: perl
68847            ! MANIFEST embed.fnc embed.h op.c perlio.c pod/perlfunc.pod
68848            ! proto.h win32/win32.c win32/win32iop.h
68849 ____________________________________________________________________________
68850 [ 19669] By: gsar                                  on 2003/06/02  20:59:39
68851         Log: fix for 09_gen_rs.t#59 failure on windows
68852      Branch: perl
68853            ! lib/Tie/File/t/09_gen_rs.t
68854 ____________________________________________________________________________
68855 [ 19668] By: gsar                                  on 2003/06/02  20:40:19
68856         Log: resurrect change#19628 and make it work by generalizing
68857              a spot that had a hardcoded dependency on the cmd.exe
68858              arguments being "/x/c" or "/c"
68859      Branch: perl
68860            ! pod/perlrun.pod win32/win32.c
68861 ____________________________________________________________________________
68862 [ 19667] By: gsar                                  on 2003/06/02  18:44:34
68863         Log: don't use File::Temp to implement PerlIO_tmpfile() on windows;
68864              reuse the straightforward native implementation instead
68865
68866              this fixes the warning from io_xs.t
68867
68868              NOTE: File::Temp has a less-than-robust implementation on windows
68869              that relies on END blocks being run (this may not happen always)
68870      Branch: perl
68871            ! op.c win32/win32.c win32/win32iop.h
68872 ____________________________________________________________________________
68873 [ 19666] By: gsar                                  on 2003/06/02  18:29:46
68874         Log: change#19628 broke many win32/system.t tests, so back it out
68875      Branch: perl
68876            ! pod/perlrun.pod win32/win32.c
68877 ____________________________________________________________________________
68878 [ 19665] By: rgs                                   on 2003/06/02  18:22:06
68879         Log: A little bit more of weird-code-proofing in B::Deparse.
68880              Fixes a bug reported by Alexey Tourbin in
68881              Message-ID: <20030602085348.GA24023@solemn.turbinal.org>
68882      Branch: perl
68883            ! ext/B/B/Deparse.pm
68884 ____________________________________________________________________________
68885 [ 19664] By: jhi                                   on 2003/06/02  16:41:37
68886         Log: Upgrade to the CGI.pm 2.93.
68887
68888              (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks.  Sigh.)
68889      Branch: perl
68890            + lib/CGI/t/util-58.t
68891            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
68892            ! lib/CGI/Fast.pm lib/CGI/Pretty.pm lib/CGI/Util.pm
68893            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
68894            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
68895            ! lib/CGI/t/html.t lib/CGI/t/push.t lib/CGI/t/request.t
68896            ! lib/CGI/t/switch.t lib/CGI/t/util.t
68897 ____________________________________________________________________________
68898 [ 19663] By: jhi                                   on 2003/06/02  16:16:51
68899         Log: Whitespace tweaks.
68900      Branch: perl
68901            ! hints/uwin.sh
68902 ____________________________________________________________________________
68903 [ 19662] By: jhi                                   on 2003/06/02  16:08:22
68904         Log: U/WIN: final (for now) touches from John P. Linderman;
68905              now we get 97% success rate, the remaining failures are
68906              quite obscure.
68907      Branch: perl
68908            ! hints/uwin.sh lib/locale.t
68909 ____________________________________________________________________________
68910 [ 19661] By: gbarr                                 on 2003/06/02  12:13:35
68911         Log: Sync with libnet 1.14
68912      Branch: perl
68913            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Domain.pm
68914            ! lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/NNTP.pm
68915            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
68916            ! lib/Net/libnetFAQ.pod lib/Net/t/hostname.t
68917 ____________________________________________________________________________
68918 [ 19660] By: jhi                                   on 2003/06/02  09:28:30
68919         Log: Beautification.
68920      Branch: perl
68921            ! op.c
68922 ____________________________________________________________________________
68923 [ 19659] By: jhi                                   on 2003/06/02  09:07:38
68924         Log: Duplicate definition bad.
68925      Branch: perl
68926            ! op.c
68927 ____________________________________________________________________________
68928 [ 19658] By: jhi                                   on 2003/06/02  09:02:18
68929         Log: I thought I tried building threaded.  Never think.  Try.
68930      Branch: perl
68931            ! perlio.c
68932 ____________________________________________________________________________
68933 [ 19657] By: jhi                                   on 2003/06/02  08:54:04
68934         Log: Stick with the original (5.8.0) logic.
68935      Branch: perl
68936            ! op.c
68937 ____________________________________________________________________________
68938 [ 19656] By: jhi                                   on 2003/06/02  08:28:51
68939         Log: Since pulling in File::Temp for tempfiles would pull in
68940              also Fcntl, miniperl could not open up tempfiles.  This broke
68941              the use of miniperl in VMS, as noticed by Craig Berry.
68942              Try to cure this by moving the creation of tempfile into its
68943              own routine, my_tmpfp(), which gets compiled differently
68944              for miniperl and perl.
68945      Branch: perl
68946            ! embed.fnc embed.h op.c perlio.c proto.h
68947 ____________________________________________________________________________
68948 [ 19655] By: jhi                                   on 2003/06/02  06:54:05
68949         Log: A pointless test, noticed by Craig Berry.
68950      Branch: perl
68951            ! perlio.c
68952 ____________________________________________________________________________
68953 [ 19654] By: rgs                                   on 2003/06/01  07:37:50
68954         Log: Two Cygwin patches from Gerrit.
68955
68956              Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
68957              From: "Gerrit P. Haase" <gp@familiehaase.de>
68958              Date: Sat, 31 May 2003 14:12:07 +0200
68959              Message-ID: <179860591535.20030531141207@familiehaase.de>
68960
68961              Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
68962              Date: Sat, 31 May 2003 13:57:49 +0200
68963              Message-ID: <11859733881.20030531135749@familiehaase.de>
68964      Branch: perl
68965            ! README.cygwin perl.h t/io/layers.t
68966 ____________________________________________________________________________
68967 [ 19652] By: rgs                                   on 2003/05/31  19:54:31
68968         Log: Fix a case of segfault in gv_check(), by making
68969              it ignore non-GV values in stashes.
68970      Branch: perl
68971            ! gv.c t/op/stash.t
68972 ____________________________________________________________________________
68973 [ 19651] By: rgs                                   on 2003/05/31  18:48:59
68974         Log: Don't install test.pl files.
68975      Branch: perl
68976            ! installperl
68977 ____________________________________________________________________________
68978 [ 19650] By: rgs                                   on 2003/05/31  18:47:50
68979         Log: Regenerate internals pods.
68980      Branch: perl
68981            ! pod/perlapi.pod pod/perlintern.pod
68982 ____________________________________________________________________________
68983 [ 19649] By: rgs                                   on 2003/05/31  18:33:07
68984         Log: Subject: [PATCH] jumbo closure patch broke formats
68985              From: Dave Mitchell <davem@fdgroup.com>
68986              Date: Sat, 31 May 2003 19:54:48 +0100
68987              Message-ID: <20030531185448.GA6055@fdgroup.com>
68988              Plus restore the original test script for bug #22372
68989      Branch: perl
68990            ! pad.c t/op/write.t
68991 ____________________________________________________________________________
68992 [ 19648] By: jhi                                   on 2003/05/31  17:37:36
68993         Log: Better patch from Inaba Hiroto for
68994              [perl #22375] 'split'/'index' problem for utf8
68995      Branch: perl
68996            ! sv.c
68997 ____________________________________________________________________________
68998 [ 19647] By: rgs                                   on 2003/05/31  11:46:52
68999         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
69000              From: Enache Adrian <enache@rdslink.ro>
69001              Date: Sat, 31 May 2003 14:18:11 +0300
69002              Message-ID: <20030531111811.GA1240@ratsnest.hole>
69003      Branch: perl
69004            ! t/op/write.t
69005 ____________________________________________________________________________
69006 [ 19646] By: jhi                                   on 2003/05/31  05:40:15
69007         Log: Interesting patch(1) glitch.
69008      Branch: perl
69009            ! lib/Tie/File.pm
69010 ____________________________________________________________________________
69011 [ 19645] By: jhi                                   on 2003/05/31  05:37:10
69012         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
69013              From: Enache Adrian <enache@rdslink.ro>
69014              Date: Fri, 30 May 2003 18:52:28 +0300
69015              Message-ID: <20030530155228.GA872@ratsnest.hole>
69016      Branch: perl
69017            ! sv.c t/op/write.t
69018 ____________________________________________________________________________
69019 [ 19644] By: jhi                                   on 2003/05/31  05:31:11
69020         Log: Subject: [PATCH] ext/Encode/t/perlio.t filename tweak
69021              From: "Craig A. Berry" <craigberry@mac.com>
69022              Date: Fri, 30 May 2003 13:08:01 -0500
69023              Message-ID: <3ED79E01.8050401@mac.com>
69024      Branch: perl
69025            ! ext/Encode/t/perlio.t
69026 ____________________________________________________________________________
69027 [ 19643] By: jhi                                   on 2003/05/31  05:28:56
69028         Log: Upgrade to Tie::File 0.96.
69029      Branch: perl
69030            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
69031            ! lib/Tie/File/t/09_gen_rs.t
69032 ____________________________________________________________________________
69033 [ 19642] By: jhi                                   on 2003/05/30  19:06:02
69034         Log: test.pl-isation.
69035      Branch: perl
69036            ! t/op/index.t
69037 ____________________________________________________________________________
69038 [ 19641] By: jhi                                   on 2003/05/30  15:59:57
69039         Log: A bit of networking notworking negativity.
69040              (Inspiration from Jos.)
69041      Branch: perl
69042            ! pod/perlport.pod
69043 ____________________________________________________________________________
69044 [ 19640] By: jhi                                   on 2003/05/30  05:47:15
69045         Log: Fix for "#22375 'split'/'index' problem for utf8".
69046      Branch: perl
69047            ! sv.c t/op/index.t
69048 ____________________________________________________________________________
69049 [ 19639] By: jhi                                   on 2003/05/29  19:07:35
69050         Log: Add the test case for the already fixed
69051              [perl #22351] perl bug with 'e' substitution modifier
69052      Branch: perl
69053            ! t/op/subst.t
69054 ____________________________________________________________________________
69055 [ 19638] By: jhi                                   on 2003/05/29  18:56:46
69056         Log: Comment tweakage.
69057      Branch: perl
69058            ! intrpvar.h
69059 ____________________________________________________________________________
69060 [ 19637] By: rgs                                   on 2003/05/29  18:47:40
69061         Log: Subject: [PATCH] jumbo closure fix
69062              From: Dave Mitchell <davem@fdgroup.com>
69063              Date: Wed, 26 Feb 2003 14:49:47 +0000
69064              Message-ID: <20030226144947.A14444@fdgroup.com>
69065      Branch: perl
69066            ! embed.fnc embed.h embedvar.h ext/Devel/Peek/Peek.t intrpvar.h
69067            ! op.c pad.c perlapi.h pod/perldiag.pod pod/perlintern.pod
69068            ! pod/perlref.pod proto.h regcomp.c t/lib/warnings/pad
69069            ! t/op/closure.t
69070 ____________________________________________________________________________
69071 [ 19635] By: jhi                                   on 2003/05/29  09:13:06
69072         Log: Subject: Credits patch
69073              From: Ed Avis <ed@membled.com>
69074              Date: Sun, 18 May 2003 18:08:55 +0100 (BST)
69075              Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>
69076      Branch: perl
69077            ! lib/Tie/RefHash.pm
69078 ____________________________________________________________________________
69079 [ 19634] By: jhi                                   on 2003/05/29  09:11:30
69080         Log: Subject: [patch] IO::File->open() with encoding
69081              From: Pradeep Hodigere <phodigere@yahoo.com>
69082              Date: Mon, 19 May 2003 16:05:47 -0700 (PDT)
69083              Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
69084      Branch: perl
69085            + ext/IO/lib/IO/t/io_utf8.t
69086            ! MANIFEST ext/IO/lib/IO/File.pm
69087 ____________________________________________________________________________
69088 [ 19633] By: jhi                                   on 2003/05/29  08:18:09
69089         Log: A *much* cut-down version of the patches in the thread
69090              Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
69091              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
69092              Date: 16 May 2003 19:04:28 -0000
69093              Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>
69094      Branch: perl
69095            ! pod/perldiag.pod
69096 ____________________________________________________________________________
69097 [ 19632] By: jhi                                   on 2003/05/29  08:12:46
69098         Log: Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning
69099              From: Dave Mitchell <davem@fdgroup.com>
69100              Date: Tue, 27 May 2003 19:31:10 +0100
69101              Message-ID: <20030527183110.GA22715@fdgroup.com>
69102      Branch: perl
69103            ! hv.c
69104 ____________________________________________________________________________
69105 [ 19631] By: jhi                                   on 2003/05/29  08:11:42
69106         Log: Document that setvbuf() is not probably any more available.
69107              Many reports, most recently by mjd in
69108              [perl #22339] IO::Handle::setvbuf not defined properly
69109      Branch: perl
69110            ! ext/IO/lib/IO/Handle.pm
69111 ____________________________________________________________________________
69112 [ 19630] By: jhi                                   on 2003/05/29  07:59:51
69113         Log: Subject: typo in pod/perlfunc.pod
69114              From: Alexey Mahotkin <alexm@w-m.ru>
69115              Date: Wed, 28 May 2003 15:18:04 +0400
69116              Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>
69117      Branch: perl
69118            ! pod/perlfunc.pod
69119 ____________________________________________________________________________
69120 [ 19629] By: merijn                                on 2003/05/28  12:24:42
69121         Log: Subject: [PATCH] Re: a2p is linked against too many libraries
69122              From: Andy Dougherty <doughera@lafayette.edu>
69123              Date: Wed, 28 May 2003 09:20:06 -0400 (EDT)
69124              Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
69125      Branch: perl
69126            ! x2p/Makefile.SH
69127 ____________________________________________________________________________
69128 [ 19628] By: jhi                                   on 2003/05/28  05:26:43
69129         Log: Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
69130              From: Jan Dubois <jand@ActiveState.com>
69131              Date: Mon, 26 May 2003 23:33:53 -0700
69132              Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
69133      Branch: perl
69134            ! pod/perlrun.pod win32/win32.c
69135 ____________________________________________________________________________
69136 [ 19627] By: jhi                                   on 2003/05/28  05:08:07
69137         Log: OpenZaurus cross-compilation patches from Redvers Davies.
69138      Branch: perl
69139            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
69140            ! Cross/config.sh-arm-linux Cross/generate_config_sh
69141            ! Cross/installperl.patch
69142 ____________________________________________________________________________
69143 [ 19626] By: jhi                                   on 2003/05/27  06:30:54
69144         Log: For now reword the sysread/syswrite description to
69145              stress the fact that by default everything is still bytes.
69146      Branch: perl
69147            ! pod/perlfunc.pod
69148 ____________________________________________________________________________
69149 [ 19625] By: jhi                                   on 2003/05/26  20:31:56
69150         Log: Subject: Re: [perl #22299] goto doesn't find label
69151              From: Dave Mitchell <davem@fdgroup.com>
69152              Date: Sat, 24 May 2003 12:25:17 +0100
69153              Message-ID: <20030524112517.GA11761@fdgroup.com>
69154
69155              Subject: [PATCH] Re: [perl #22299] goto doesn't find label
69156              From: Dave Mitchell <davem@fdgroup.com>
69157              Date: Mon, 26 May 2003 13:47:11 +0100
69158              Message-ID: <20030526124710.GA17670@fdgroup.com>
69159      Branch: perl
69160            ! pp_ctl.c t/op/goto.t
69161 ____________________________________________________________________________
69162 [ 19623] By: merijn                                on 2003/05/26  11:19:38
69163         Log: Subject: [PATCH] for cygwin/perlld.in
69164              From: "Gerrit P. Haase" <gp@familiehaase.de>
69165              Date: Sat, 24 May 2003 16:51:29 +0200
69166              Message-ID: <162265353578.20030524165129@familiehaase.de>
69167      Branch: perl
69168            ! cygwin/perlld.in
69169 ____________________________________________________________________________
69170 [ 19622] By: jhi                                   on 2003/05/25  18:57:18
69171         Log: Regen modlib and toc.
69172      Branch: perl
69173            ! pod/perlmodlib.pod pod/perltoc.pod
69174 ____________________________________________________________________________
69175 [ 19621] By: jhi                                   on 2003/05/25  18:51:00
69176         Log: Run external commands only with localized sanitized $ENV{PATH}.
69177      Branch: perl
69178            ! ext/Sys/Hostname/Hostname.pm
69179 ____________________________________________________________________________
69180 [ 19620] By: jhi                                   on 2003/05/25  18:39:04
69181         Log: Subject: Re: [PATCH: perlio.h] maint snap @ 19613
69182              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
69183              Date: Sun, 25 May 2003 21:17:42 +0200
69184              Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>
69185      Branch: perl
69186            ! perlio.h
69187 ____________________________________________________________________________
69188 [ 19619] By: jhi                                   on 2003/05/25  18:36:17
69189         Log: Protect against race conditions: if the pid is not seen,
69190              neither will be the $0 change be seen (and vice versa).
69191      Branch: perl
69192            ! ext/threads/t/join.t
69193 ____________________________________________________________________________
69194 [ 19618] By: jhi                                   on 2003/05/24  19:54:39
69195         Log: Subject: [Encode] Minor bug in piconv induced by Getopt::Long
69196              From: Dan Kogai <dankogai@dan.co.jp>
69197              Date: 24 May 2003 19:50:48 -0000
69198              Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>
69199      Branch: perl
69200            ! ext/Encode/bin/piconv
69201 ____________________________________________________________________________
69202 [ 19610] By: jhi                                   on 2003/05/24  06:42:52
69203         Log: Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
69204              From: Dave Mitchell <davem@fdgroup.com>
69205              Date: Thu, 22 May 2003 10:13:19 +0100
69206              Message-ID: <20030522091319.GA4568@fdgroup.com>
69207
69208              Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
69209              From: Dave Mitchell <davem@fdgroup.com>
69210              Date: Fri, 23 May 2003 17:09:44 +0100
69211              Message-ID: <20030523160944.GC9194@fdgroup.com>
69212      Branch: perl
69213            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/debug.t
69214            ! ext/B/t/deparse.t op.c op.h t/op/goto.t t/run/switchd.t
69215 ____________________________________________________________________________
69216 [ 19608] By: jhi                                   on 2003/05/24  06:30:40
69217         Log: Missing "to".
69218      Branch: perl
69219            ! NetWare/config_H.wc Porting/config_H config_h.SH
69220            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
69221            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
69222            ! win32/config_H.vc64 wince/config_H.ce
69223 ____________________________________________________________________________
69224 [ 19607] By: jhi                                   on 2003/05/24  06:23:51
69225         Log: Introduce (undefined) pthread_attr_setscope to non-Configure lands.
69226      Branch: perl
69227            ! Cross/config.sh-arm-linux NetWare/config.wc
69228            ! NetWare/config_H.wc configure.com epoc/config.sh
69229            ! plan9/config.plan9 plan9/config_h.sample
69230            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
69231            ! win32/config.gc win32/config.vc win32/config.vc64
69232            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
69233            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
69234 ____________________________________________________________________________
69235 [ 19606] By: jhi                                   on 2003/05/24  06:05:17
69236         Log: Regen Glossary et al.
69237      Branch: perl
69238            ! Porting/Glossary Porting/config.sh Porting/config_H
69239 ____________________________________________________________________________
69240 [ 19604] By: jhi                                   on 2003/05/24  05:57:49
69241         Log: Add a real scan for pthread_attr_setscope().
69242      Branch: perl
69243            ! Configure config_h.SH ext/threads/threads.xs
69244 ____________________________________________________________________________
69245 [ 19603] By: jhi                                   on 2003/05/24  05:32:34
69246         Log: lib/ftp.pl requires the obsoleted (and removed) chat2.pl.
69247      Branch: perl
69248            - lib/ftp.pl
69249            ! MANIFEST
69250 ____________________________________________________________________________
69251 [ 19602] By: jhi                                   on 2003/05/23  17:02:28
69252         Log: Noticed by John P. Linderman.
69253      Branch: perl
69254            ! epoc/epocish.h mpeix/mpeixish.h perl.h unixish.h
69255 ____________________________________________________________________________
69256 [ 19601] By: jhi                                   on 2003/05/23  16:58:04
69257         Log: Subject: [PATCH] RE: state of deparse?
69258              From: Robin Barker <Robin.Barker@npl.co.uk>
69259              Date: Fri, 23 May 2003 17:42:37 +0100
69260              Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>
69261      Branch: perl
69262            ! ext/B/B/Deparse.pm
69263 ____________________________________________________________________________
69264 [ 19600] By: jhi                                   on 2003/05/23  16:55:09
69265         Log: Subject: [PATCH] for Configure -Dnoextensions=Encode
69266              From: Robin Barker <Robin.Barker@npl.co.uk>
69267              Date: Fri, 23 May 2003 17:37:09 +0100
69268              Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>
69269      Branch: perl
69270            ! ext/PerlIO/t/encoding.t ext/PerlIO/t/fallback.t
69271            ! ext/Storable/t/utf8hash.t lib/open.pm lib/open.t
69272 ____________________________________________________________________________
69273 [ 19599] By: jhi                                   on 2003/05/23  16:51:18
69274         Log: Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
69275              From: Robin Barker <Robin.Barker@npl.co.uk>
69276              Date: Fri, 23 May 2003 17:32:22 +0100
69277              Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
69278      Branch: perl
69279            ! embed.pl perl.h perlio.c perlio.h proto.h
69280 ____________________________________________________________________________
69281 [ 19598] By: jhi                                   on 2003/05/23  16:05:36
69282         Log: Hasty editing, grumble.
69283      Branch: perl
69284            ! ext/POSIX/POSIX.xs
69285 ____________________________________________________________________________
69286 [ 19597] By: jhi                                   on 2003/05/23  16:02:30
69287         Log: Linewrapping MUAs, grumble.
69288      Branch: perl
69289            ! ext/POSIX/POSIX.xs
69290 ____________________________________________________________________________
69291 [ 19596] By: jhi                                   on 2003/05/23  16:00:51
69292         Log: U/WIN extension fix from John P. Linderman.
69293      Branch: perl
69294            ! ext/POSIX/POSIX.xs
69295 ____________________________________________________________________________
69296 [ 19595] By: jhi                                   on 2003/05/23  14:19:53
69297         Log: Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
69298              From: Dan Kogai <dankogai@dan.co.jp>
69299              Date: Sat, 24 May 2003 00:15:49 +0900
69300              Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>
69301      Branch: perl
69302            ! ext/Encode/Changes ext/Encode/Unicode/Unicode.xs
69303            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
69304 ____________________________________________________________________________
69305 [ 19594] By: jhi                                   on 2003/05/23  13:06:25
69306         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
69307              From: Michael G Schwern <schwern@pobox.com>
69308              Date: Fri, 23 May 2003 02:10:46 -0700
69309              Message-ID: <20030523091046.GB11662@windhund.schwern.org>
69310      Branch: perl
69311            + lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
69312            + lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
69313            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm
69314            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Any.pm
69315            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
69316            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
69317            ! lib/ExtUtils/MakeMaker/FAQ.pod
69318            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
69319            ! lib/ExtUtils/TODO lib/ExtUtils/t/Install.t
69320            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
69321 ____________________________________________________________________________
69322 [ 19593] By: jhi                                   on 2003/05/23  12:56:23
69323         Log: Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
69324              From: Dan Kogai <dankogai@dan.co.jp>
69325              Date: Fri, 23 May 2003 20:17:16 +0900
69326              Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>
69327      Branch: perl
69328            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
69329            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
69330            ! ext/Encode/lib/Encode/Encoding.pm
69331            ! ext/PerlIO/encoding/encoding.xs
69332 ____________________________________________________________________________
69333 [ 19592] By: jhi                                   on 2003/05/23  12:52:05
69334         Log: Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
69335      Branch: perl
69336            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
69337            ! ext/Time/HiRes/HiRes.xs
69338 ____________________________________________________________________________
69339 [ 19590] By: jhi                                   on 2003/05/22  11:51:46
69340         Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
69341              From: Dan Kogai <dankogai@dan.co.jp>
69342              Date: Thu, 22 May 2003 18:46:40 +0900
69343              Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp>
69344      Branch: perl
69345            ! ext/Encode/encoding.pm
69346 ____________________________________________________________________________
69347 [ 19589] By: rgs                                   on 2003/05/21  21:37:28
69348         Log: Subject: [PATCH] [perl #21887] h2xs becoming enum-aware
69349              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
69350              Date: Tue, 13 May 2003 10:36:32 +0200
69351              Message-id: <20030513083631.GA21782@ethan>
69352      Branch: perl
69353            ! utils/h2xs.PL
69354 ____________________________________________________________________________
69355 [ 19588] By: rgs                                   on 2003/05/21  21:03:04
69356         Log: New warning "Useless localization of %s", based on
69357              Subject: [PATCH] new warning "Useless localization of %s is deprecated"
69358              From: Dave Mitchell <davem@fdgroup.com>
69359              Date: Wed, 30 Apr 2003 21:17:38 +0100
69360              Message-ID: <20030430201738.GA22054@fdgroup.com>
69361
69362              The proposed patch added this warning in the 'deprecated' category ;
69363              I think this category is for things that exist and will be removed,
69364              rather than for things that don't exist and that will maybe be added.
69365      Branch: perl
69366            ! op.c pod/perldiag.pod t/lib/warnings/op
69367 ____________________________________________________________________________
69368 [ 19586] By: rgs                                   on 2003/05/21  19:56:38
69369         Log: Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
69370              disable the loading of .pmc files if defined.
69371              Rename the function S_doopen_pmc to S_doopen_pm.
69372      Branch: perl
69373            ! Porting/thirdclean embed.fnc embed.h pp_ctl.c proto.h
69374 ____________________________________________________________________________
69375 [ 19585] By: jhi                                   on 2003/05/21  19:28:23
69376         Log: More U/WIN tweaks from John P. Linderman.
69377      Branch: perl
69378            ! t/io/layers.t t/io/tell.t
69379 ____________________________________________________________________________
69380 [ 19584] By: rgs                                   on 2003/05/21  19:27:13
69381         Log: Subject: [PATCH] perldata.pod revamp rev. 3
69382              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
69383              Date: Wed, 14 May 2003 17:46:05 +0300 (IDT)
69384              Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>
69385      Branch: perl
69386            ! pod/perldata.pod
69387 ____________________________________________________________________________
69388 [ 19583] By: jhi                                   on 2003/05/21  19:18:21
69389         Log: Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
69390              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
69391              Date: Mon, 19 May 2003 17:53:25 -0400
69392              Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
69393
69394              (the bug id corrected to be #22231, not #22238)
69395      Branch: perl
69396            ! lib/Switch.pm
69397 ____________________________________________________________________________
69398 [ 19582] By: jhi                                   on 2003/05/21  14:17:14
69399         Log: MAN3PODS => {} good.  (Was in 5.8.0, has been lost at some point.)
69400      Branch: perl
69401            ! ext/MIME/Base64/Makefile.PL
69402 ____________________________________________________________________________
69403 [ 19581] By: jhi                                   on 2003/05/21  14:15:26
69404         Log: U/WIN test tweak from John P. Linderman.
69405      Branch: perl
69406            ! t/op/chdir.t
69407 ____________________________________________________________________________
69408 [ 19580] By: jhi                                   on 2003/05/21  13:06:13
69409         Log: VMS test tweak from Craig Berry.
69410      Branch: perl
69411            ! lib/DirHandle.t
69412 ____________________________________________________________________________
69413 [ 19579] By: jhi                                   on 2003/05/21  13:03:34
69414         Log: U/WIN test nit for John P. Linderman.
69415      Branch: perl
69416            ! ext/Cwd/t/cwd.t
69417 ____________________________________________________________________________
69418 [ 19578] By: jhi                                   on 2003/05/21  13:01:42
69419         Log: Subject: [Encode] 1.95 released
69420              From: Dan Kogai <dankogai@dan.co.jp>
69421              Date: Wed, 21 May 2003 18:26:26 +0900
69422              Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>
69423      Branch: perl
69424            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
69425            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
69426            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
69427            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Unicode.t
69428            ! ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
69429            ! ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
69430            ! ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
69431            ! ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
69432            ! ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
69433            ! ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
69434            ! ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
69435            ! ext/Encode/ucm/8859-9.ucm
69436 ____________________________________________________________________________
69437 [ 19575] By: rgs                                   on 2003/05/20  19:22:30
69438         Log: Enhance the failure reporting for the pod2html tests
69439      Branch: perl
69440            ! lib/Pod/t/htmlview.t lib/Pod/t/pod2html-lib.pl
69441 ____________________________________________________________________________
69442 [ 19574] By: rgs                                   on 2003/05/20  18:52:21
69443         Log: Upgrade to Getopt::Long 2.33
69444              (mostly a version number increment)
69445      Branch: perl
69446            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
69447            ! lib/Getopt/Long/README
69448 ____________________________________________________________________________
69449 [ 19573] By: rgs                                   on 2003/05/20  18:43:37
69450         Log: Upgrade to CPAN 1.70_54
69451              Subject: Re: CPAN.pm into blead
69452              From: Andreas J Koenig <andreas.koenig@anima.de>
69453              Date: Tue, 20 May 2003 11:31:16 +0200
69454              Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>
69455      Branch: perl
69456            - lib/CPAN/README
69457            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
69458 ____________________________________________________________________________
69459 [ 19571] By: jhi                                   on 2003/05/19  19:52:23
69460         Log: Further -Uuseperlio tweaking.
69461      Branch: perl
69462            ! ext/Encode/t/Unicode.t
69463 ____________________________________________________________________________
69464 [ 19570] By: rgs                                   on 2003/05/19  19:20:48
69465         Log: Subject: Re: Possible precedence problem on bitwise ^ operator
69466              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69467              Date: Sun, 18 May 2003 19:21:01 -0700
69468              Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
69469              (with tweaks to perldiag.pod)
69470      Branch: perl
69471            ! op.c pod/perldiag.pod
69472 ____________________________________________________________________________
69473 [ 19569] By: jhi                                   on 2003/05/19  19:02:23
69474         Log: More Ultrix double definition avoidance.
69475      Branch: perl
69476            ! ext/Socket/Socket.xs
69477 ____________________________________________________________________________
69478 [ 19566] By: jhi                                   on 2003/05/19  04:58:25
69479         Log: Integrate perlio:
69480              [ 19556]
69481              Fix ticket 18265
69482
69483              [ 19557]
69484              EINTR retry should exit on count >= 0 not !=0
69485      Branch: perl
69486           !> perlio.c
69487 ____________________________________________________________________________
69488 [ 19565] By: jhi                                   on 2003/05/19  04:56:16
69489         Log: Nekkid numbers.
69490      Branch: perl
69491            ! ext/threads/threads.xs
69492 ____________________________________________________________________________
69493 [ 19564] By: jhi                                   on 2003/05/19  04:52:49
69494         Log: Meaningless cosmetics.
69495      Branch: perl
69496            ! ext/threads/threads.xs
69497 ____________________________________________________________________________
69498 [ 19563] By: jhi                                   on 2003/05/19  04:47:53
69499         Log: Make Perl_ithread_self() a bit more helpful when
69500              finding the thread fails (suggested by Stas in
69501              perl-ithreads Mar 01)
69502      Branch: perl
69503            ! ext/threads/threads.xs
69504 ____________________________________________________________________________
69505 [ 19562] By: jhi                                   on 2003/05/19  04:40:11
69506         Log: Slightly wrong panic messages.
69507      Branch: perl
69508            ! ext/threads/threads.xs
69509 ____________________________________________________________________________
69510 [ 19561] By: jhi                                   on 2003/05/19  04:33:31
69511         Log: Ultrix: the #19435 helped the IO extension, so this should
69512              help the Socket extension (socket structs redefinitions).
69513      Branch: perl
69514            ! ext/Socket/Socket.xs
69515 ____________________________________________________________________________
69516 [ 19560] By: jhi                                   on 2003/05/19  04:30:01
69517         Log: Based on
69518
69519              Subject: [PATCH threads.xs] no system scope on VMS
69520              From: "Craig A. Berry" <craigberry@mac.com>
69521              Date: Sun, 18 May 2003 23:02:07 -0500
69522              Message-ID: <3EC8573F.6050005@mac.com>
69523
69524              but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
69525      Branch: perl
69526            ! ext/threads/threads.xs
69527 ____________________________________________________________________________
69528 [ 19559] By: jhi                                   on 2003/05/19  04:24:27
69529         Log: Make the test work without perlio, from Dan Kogai.
69530      Branch: perl
69531            ! ext/Encode/t/Unicode.t
69532 ____________________________________________________________________________
69533 [ 19558] By: rgs                                   on 2003/05/18  21:40:10
69534         Log: Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
69535              From: Michael G Schwern <schwern@pobox.com>
69536              Date: Wed, 14 May 2003 15:36:23 -0700
69537              Message-ID: <20030514223623.GD23350@windhund.schwern.org>
69538      Branch: perl
69539            ! pod/perlsyn.pod pod/perltrap.pod
69540 ____________________________________________________________________________
69541 [ 19552] By: jhi                                   on 2003/05/18  07:57:23
69542         Log: Integrate from perlio:
69543              [ 19542]
69544              Fix ticket #22219
69545
69546              [ 19543]
69547              Spotted a bare close() where PerlLIO_close() seems correct.
69548      Branch: perl
69549           !> doio.c perlio.c
69550 ____________________________________________________________________________
69551 [ 19550] By: jhi                                   on 2003/05/18  06:23:50
69552         Log: UTF-7 tweak from Dan Kogai.
69553      Branch: perl
69554            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
69555 ____________________________________________________________________________
69556 [ 19549] By: jhi                                   on 2003/05/18  05:58:58
69557         Log: The 'quotes' really are important (caught by Enache Adrian).
69558      Branch: perl
69559            ! Makefile.SH
69560 ____________________________________________________________________________
69561 [ 19548] By: jhi                                   on 2003/05/17  16:39:19
69562         Log: Subject: [Encode] UTF-7 Support
69563              From: Dan Kogai <dankogai@dan.co.jp>
69564              Date: Sun, 18 May 2003 00:45:35 +0900
69565              Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>
69566      Branch: perl
69567            + ext/Encode/lib/Encode/Unicode/UTF7.pm
69568            ! MANIFEST ext/Encode/Changes ext/Encode/MANIFEST
69569            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
69570            ! ext/Encode/lib/Encode/Config.pm
69571            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t
69572 ____________________________________________________________________________
69573 [ 19547] By: jhi                                   on 2003/05/17  16:26:47
69574         Log: Old (4.2BSD, like Ultrix) Bourne shells do not understand
69575              non-left-aligned heredocs.
69576      Branch: perl
69577            ! Makefile.SH
69578 ____________________________________________________________________________
69579 [ 19545] By: jhi                                   on 2003/05/17  15:51:07
69580         Log: Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1
69581              From: Alan Burlison <Alan.Burlison@sun.com>
69582              Date: Thu, 15 May 2003 22:17:55 +0100
69583              Message-ID: <3EC40403.9000804@sun.com>
69584
69585              (fixed symbol scanning for Solaris 10)
69586      Branch: perl
69587            ! Configure
69588 ____________________________________________________________________________
69589 [ 19541] By: rgs                                   on 2003/05/17  12:10:14
69590         Log: Upgrade to Getopt::Long 2.32_05
69591      Branch: perl
69592            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
69593            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
69594            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
69595            ! lib/Getopt/Long/t/gol-oo.t
69596 ____________________________________________________________________________
69597 [ 19540] By: rgs                                   on 2003/05/17  11:46:25
69598         Log: Clarify the explanation of the warning "Possible precedence problem
69599              on bitwise operator".
69600      Branch: perl
69601            ! pod/perldiag.pod
69602 ____________________________________________________________________________
69603 [ 19539] By: rgs                                   on 2003/05/17  11:36:08
69604         Log: Fix bug #22216 : B::Deparse can't handle "use Module Version"
69605              with fractional version numbers or v-strings.
69606      Branch: perl
69607            ! ext/B/B/Deparse.pm
69608 ____________________________________________________________________________
69609 [ 19537] By: gsar                                  on 2003/05/17  06:32:46
69610         Log: missing init in change#19533
69611      Branch: perl
69612            ! win32/win32sck.c
69613 ____________________________________________________________________________
69614 [ 19536] By: gsar                                  on 2003/05/17  06:07:07
69615         Log: apply Net::Ping patch that makes the fork()-based approach
69616              work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
69617
69618              the code this affects is currently not enabled anywhere, but
69619              could be enabled if the non-blocking approach runs into problems
69620              on older windows versions
69621      Branch: perl
69622            ! lib/Net/Ping.pm
69623 ____________________________________________________________________________
69624 [ 19535] By: gsar                                  on 2003/05/17  05:54:39
69625         Log: improve the implementation of Net::Ping on windows by avoiding
69626              fork(), which is pretty heavy-weight for this kind of
69627              application; use non-blocking sockets instead
69628
69629              has been verified to work on Win2k but will need testing on
69630              other flavors of windows
69631
69632              there is a single known failure on windows in 450_service.t (test 18)
69633              due to what appears to be bugs in the ping_syn()/ack() code
69634      Branch: perl
69635            ! lib/Net/Ping.pm
69636 ____________________________________________________________________________
69637 [ 19534] By: gsar                                  on 2003/05/17  04:53:06
69638         Log: change#16723 broke the ioctl() return value on platforms
69639              that have ioctl() but no fcntl() (e.g. windows)
69640
69641              change#17577 then attempted to fix the bustage, but got
69642              it wrong
69643      Branch: perl
69644            ! pp_sys.c
69645 ____________________________________________________________________________
69646 [ 19533] By: gsar                                  on 2003/05/17  04:49:18
69647         Log: avoid select() on windows destroying errno (used to typically
69648              always sets it to EINVAL due to the way it maps the FD_SETs)
69649      Branch: perl
69650            ! win32/win32sck.c
69651 ____________________________________________________________________________
69652 [ 19532] By: jhi                                   on 2003/05/16  18:21:27
69653         Log: The suggested patch for [perl #22201] "patch: perl 5.8.0
69654              compile error on ia64/HP-UX (comparing incompatible pointers)"
69655              plus a possible cure for the warning mentioned in the case.
69656      Branch: perl
69657            ! ext/Storable/Storable.xs
69658 ____________________________________________________________________________
69659 [ 19531] By: jhi                                   on 2003/05/16  17:56:06
69660         Log: Apply the supplied patch for [perl #22195]
69661              "File::Find, sorted directory traversal order is inverted"
69662      Branch: perl
69663            ! lib/File/Find.pm
69664 ____________________________________________________________________________
69665 [ 19528] By: jhi                                   on 2003/05/16  15:56:33
69666         Log: Subject: [PATCH] RE: maint snapshot @ 19525
69667              From: Robin Barker <Robin.Barker@npl.co.uk>
69668              Date: Fri, 16 May 2003 17:16:57 +0100
69669              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
69670
69671              (Part #2: the hv.c SVf)
69672      Branch: perl
69673            ! hv.c
69674 ____________________________________________________________________________
69675 [ 19527] By: jhi                                   on 2003/05/16  15:55:10
69676         Log: Subject: [PATCH] RE: maint snapshot @ 19525
69677              From: Robin Barker <Robin.Barker@npl.co.uk>
69678              Date: Fri, 16 May 2003 17:16:57 +0100
69679              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
69680
69681              (Part #1: the __format__ and __printf__)
69682      Branch: perl
69683            ! Configure embed.pl perlio.c proto.h
69684 ____________________________________________________________________________
69685 [ 19523] By: jhi                                   on 2003/05/14  05:19:05
69686         Log: Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
69687              From: Gisle Aas <gisle@ActiveState.com>
69688              Date: 13 May 2003 19:51:19 -0700
69689              Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
69690      Branch: perl
69691            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
69692            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
69693            ! ext/MIME/Base64/t/quoted-print.t
69694 ____________________________________________________________________________
69695 [ 19522] By: jhi                                   on 2003/05/14  05:11:49
69696         Log: More Panther moves.
69697      Branch: perl
69698            ! Makefile.SH hints/darwin.sh
69699 ____________________________________________________________________________
69700 [ 19521] By: jhi                                   on 2003/05/13  19:33:44
69701         Log: Curliff and liff with ease.
69702      Branch: perl
69703            + Porting/curliff.pl
69704            ! MANIFEST
69705 ____________________________________________________________________________
69706 [ 19520] By: jhi                                   on 2003/05/13  18:59:51
69707         Log: Use /usr/bin/perl (de facto in Porting/ scripts).
69708      Branch: perl
69709            ! Porting/sort_perldiag.pl
69710 ____________________________________________________________________________
69711 [ 19518] By: jhi                                   on 2003/05/13  18:53:48
69712         Log: Subject: [PATCH] [perl #8599] s/catenate/concatenate/
69713              From: Casey West <casey@geeknest.com>
69714              Date: Fri, 9 May 2003 04:00:44 -0400
69715              Message-ID: <20030509080044.GA49820@geeknest.com>
69716
69717              (except for the dup.t patch which diddled with system().)
69718      Branch: perl
69719            ! Configure NetWare/config_H.wc Porting/config_H README.Y2K
69720            ! config_h.SH lib/File/Spec.pm lib/File/Spec/Unix.pm
69721            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
69722            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
69723            ! win32/config_H.vc64 wince/config_H.ce
69724 ____________________________________________________________________________
69725 [ 19517] By: jhi                                   on 2003/05/13  18:39:40
69726         Log: Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
69727              From: Gisle Aas <gisle@ActiveState.com>
69728              Date: 13 May 2003 09:59:50 -0700
69729              Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
69730      Branch: perl
69731            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
69732            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
69733            ! ext/MIME/Base64/t/quoted-print.t
69734 ____________________________________________________________________________
69735 [ 19516] By: jhi                                   on 2003/05/13  18:37:11
69736         Log: Subject: [PATCH] More perldiag.pod sorting
69737              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
69738              Date: Tue, 13 May 2003 15:13:53 -0400
69739              Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
69740
69741              (plus add 'no locale;')
69742      Branch: perl
69743            + Porting/sort_perldiag.pl
69744            ! MANIFEST pod/perldiag.pod
69745 ____________________________________________________________________________
69746 [ 19514] By: jhi                                   on 2003/05/13  17:38:09
69747         Log: Detypo.
69748      Branch: perl
69749            ! lib/Unicode/UCD.pm
69750 ____________________________________________________________________________
69751 [ 19512] By: gsar                                  on 2003/05/13  13:28:42
69752         Log: make it easier to reproduce the bug
69753      Branch: perl
69754            ! lib/Tie/File.pm
69755 ____________________________________________________________________________
69756 [ 19511] By: gsar                                  on 2003/05/13  13:08:47
69757         Log: the \do {local *FH} trick in Tie::File was really only needed
69758              on 5.005 and earlier, since later versions can autovivify
69759              the handle
69760
69761              however, a search in the p5p archives reveals the trick doesn't
69762              fully work in the versions it is needed in, so use the more
69763              standard Symbol::gensym() way
69764      Branch: perl
69765            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
69766 ____________________________________________________________________________
69767 [ 19510] By: gsar                                  on 2003/05/13  12:36:01
69768         Log: $Config{usethreads} wasn't being set on windows
69769      Branch: perl
69770            ! win32/Makefile win32/makefile.mk
69771 ____________________________________________________________________________
69772 [ 19509] By: jhi                                   on 2003/05/13  12:24:19
69773         Log: Reinstate the #19498 but now skip the crashing
69774              tests (when threaded) as TODOs.
69775      Branch: perl
69776            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
69777 ____________________________________________________________________________
69778 [ 19508] By: jhi                                   on 2003/05/13  11:22:06
69779         Log: Revert #19498 since it broke threaded builds.
69780      Branch: perl
69781            ! lib/Tie/File.pm
69782 ____________________________________________________________________________
69783 [ 19507] By: jhi                                   on 2003/05/13  05:20:56
69784         Log: Better be explicit with dangling elses.
69785      Branch: perl
69786            ! pp.c
69787 ____________________________________________________________________________
69788 [ 19506] By: jhi                                   on 2003/05/13  04:46:18
69789         Log: Detypo Pantherisms.
69790      Branch: perl
69791            ! Makefile.SH hints/darwin.sh
69792 ____________________________________________________________________________
69793 [ 19505] By: rgs                                   on 2003/05/12  21:49:21
69794         Log: Subject: Re: Bug stomping fun. [PATCH: bug #1016]
69795              From: Alex Vandiver <alexmv@MIT.EDU>
69796              Date: 02 May 2003 06:45:05 -0400
69797              Message-Id: <1051872303.26203.104.camel@supox>
69798              (plus perldiag nit)
69799      Branch: perl
69800            ! dump.c gv.c hv.c pod/perldiag.pod pp.c pp_hot.c sv.c
69801            ! t/comp/package.t
69802 ____________________________________________________________________________
69803 [ 19504] By: rgs                                   on 2003/05/12  20:52:52
69804         Log: Small nit in perlsyn about the new // operator
69805      Branch: perl
69806            ! pod/perlsyn.pod
69807 ____________________________________________________________________________
69808 [ 19503] By: rgs                                   on 2003/05/12  19:43:07
69809         Log: Use a more sophisticated heuristics to produce the warning
69810              'Parentheses missing around "%s" list'. This fixes bug #22147.
69811              Also, the warning is now produced for C<local *a,*b;>.
69812      Branch: perl
69813            ! op.c t/lib/warnings/op
69814 ____________________________________________________________________________
69815 [ 19502] By: jhi                                   on 2003/05/12  19:34:10
69816         Log: Work also without perlio.
69817      Branch: perl
69818            ! t/io/dup.t
69819 ____________________________________________________________________________
69820 [ 19500] By: jhi                                   on 2003/05/12  05:25:14
69821         Log: Panther preparation.
69822      Branch: perl
69823            ! Makefile.SH hints/darwin.sh
69824 ____________________________________________________________________________
69825 [ 19499] By: jhi                                   on 2003/05/12  04:49:57
69826         Log: More moves to intrpvar.h.
69827      Branch: perl
69828            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
69829 ____________________________________________________________________________
69830 [ 19498] By: gsar                                  on 2003/05/12  01:40:46
69831         Log: fix for Tie::File test failures on windows: the problem was
69832              that Tie::File did not close any file handles it opens internally,
69833              leading to file handle leaks and t/tf* temporary file littering;
69834              we now close the handle iff Tie::File opened it
69835
69836              this fix unearths what appears to be a perl bug in localizing globs:
69837              09_gen_rs.t fails due to a prematurely closed filehandle, although
69838              it wasn't explicitly closed anywhere by the code (renaming the
69839              *FH at line 97 to *FH1 makes it work, but I haven't done this
69840              to allow the bug to be tracked down)
69841      Branch: perl
69842            ! lib/Tie/File.pm
69843 ____________________________________________________________________________
69844 [ 19497] By: jhi                                   on 2003/05/11  20:17:30
69845         Log: Move the thread *hook into interpreter.
69846      Branch: perl
69847            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
69848 ____________________________________________________________________________
69849 [ 19496] By: rgs                                   on 2003/05/11  20:06:03
69850         Log: Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
69851              From: Dave Mitchell <davem@fdgroup.com>
69852              Date: Sat, 10 May 2003 01:45:23 +0100
69853              Message-ID: <20030510004523.GC20871@fdgroup.com>
69854      Branch: perl
69855            ! pp_ctl.c
69856 ____________________________________________________________________________
69857 [ 19495] By: rgs                                   on 2003/05/11  20:01:10
69858         Log: Open UNIX is not really "formerly Unixware", since the most
69859              recent releases are known as Unixware, not as Open UNIX.
69860      Branch: perl
69861            ! pod/perlport.pod
69862 ____________________________________________________________________________
69863 [ 19494] By: jhi                                   on 2003/05/11  19:52:38
69864         Log: Slight tweaks to the platform list.
69865      Branch: perl
69866            ! pod/perlport.pod
69867 ____________________________________________________________________________
69868 [ 19493] By: rgs                                   on 2003/05/11  19:13:00
69869         Log: Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
69870              From: Casey West <casey@geeknest.com>
69871              Date: Fri, 9 May 2003 10:30:13 -0400
69872              Message-ID: <20030509143013.GM49820@geeknest.com>
69873      Branch: perl
69874            ! pod/perlop.pod
69875 ____________________________________________________________________________
69876 [ 19492] By: rgs                                   on 2003/05/11  19:04:27
69877         Log: perlport.pod nit for doc bug #8253.
69878      Branch: perl
69879            ! pod/perlport.pod
69880 ____________________________________________________________________________
69881 [ 19491] By: jhi                                   on 2003/05/11  17:50:49
69882         Log: Use test.pl.
69883      Branch: perl
69884            ! t/io/fflush.t
69885 ____________________________________________________________________________
69886 [ 19490] By: jhi                                   on 2003/05/11  17:46:09
69887         Log: Try to handle a $^X with spaces in it.
69888      Branch: perl
69889            ! t/test.pl
69890 ____________________________________________________________________________
69891 [ 19489] By: jhi                                   on 2003/05/11  17:44:28
69892         Log: Separate the creation of the command to run by
69893              runperl() into its own function, _create_runperl().
69894      Branch: perl
69895            ! t/test.pl
69896 ____________________________________________________________________________
69897 [ 19488] By: jhi                                   on 2003/05/11  16:52:00
69898         Log: Fixup the method behaviour table.
69899      Branch: perl
69900            ! pod/perliol.pod
69901 ____________________________________________________________________________
69902 [ 19487] By: jhi                                   on 2003/05/11  16:43:26
69903         Log: Integrate from perlio:
69904              [ 19474]
69905              Tweaks to Jarkko's NULL deref checks in perlio.c
69906
69907              [ 19475]
69908              Fix for bugs 21717 and 22140.
69909              Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
69910              and derived layers. So have :unix's "pushed" method stat() the fd and
69911              cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
69912              UNIX behaviour.
69913
69914              [ 19479]
69915              Better but still unproven fix for lseek() on pipes.
69916
69917              [ 19483]
69918              Unused variable
69919
69920              [ 19485]
69921              Tests to prove Ticket 9468 is fixed.
69922
69923              [ 19486]
69924              add test for change#19475,19479 (bugs#21717,22140)
69925      Branch: perl
69926           !> ext/Encode/Encode.xs perlio.c perliol.h t/io/dup.t
69927           !> t/io/fflush.t
69928 ____________________________________________________________________________
69929 [ 19484] By: gsar                                  on 2003/05/11  15:37:14
69930         Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
69931              in terms of an exported function rather than as an inlined
69932              macro (latter wants PL_op_mutex which isn't exported as such)
69933
69934              Jarkko: please merge into maint-5.8
69935      Branch: perl
69936            ! dosish.h makedef.pl win32/win32.c win32/win32.h
69937 ____________________________________________________________________________
69938 [ 19482] By: jhi                                   on 2003/05/11  07:53:26
69939         Log: Test _getcode().
69940      Branch: perl
69941            ! lib/Unicode/UCD.t
69942 ____________________________________________________________________________
69943 [ 19481] By: jhi                                   on 2003/05/11  06:25:08
69944         Log: Clarify the doc (and the code) for Unicode code points.
69945      Branch: perl
69946            ! lib/Unicode/UCD.pm
69947 ____________________________________________________________________________
69948 [ 19480] By: jhi                                   on 2003/05/11  06:18:06
69949         Log: Another doc suggestion from terry@eatoni.com (terry jones):
69950              use codepoints that return undef.
69951      Branch: perl
69952            ! lib/Unicode/UCD.pm
69953 ____________________________________________________________________________
69954 [ 19478] By: jhi                                   on 2003/05/10  19:01:17
69955         Log: Add Encode's META.yml.
69956      Branch: perl
69957            + ext/Encode/META.yml
69958            ! MANIFEST
69959 ____________________________________________________________________________
69960 [ 19477] By: jhi                                   on 2003/05/10  18:59:29
69961         Log: Upgrade to Encode 1.94.
69962      Branch: perl
69963            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
69964            ! ext/Encode/MANIFEST ext/Encode/bin/piconv
69965            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_module.t
69966            ! ext/Encode/t/mime-header.t
69967 ____________________________________________________________________________
69968 [ 19476] By: jhi                                   on 2003/05/10  18:56:08
69969         Log: Doc bug noticed by terry@eatoni.com (terry jones).
69970      Branch: perl
69971            ! lib/Unicode/UCD.pm
69972 ____________________________________________________________________________
69973 [ 19472] By: jhi                                   on 2003/05/10  10:55:49
69974         Log: Try to plug more potential PerlIO NULL method
69975              dereferences; try to document the matter.
69976      Branch: perl
69977            ! perlio.c pod/perliol.pod
69978 ____________________________________________________________________________
69979 [ 19471] By: jhi                                   on 2003/05/10  07:07:30
69980         Log: UseNicerNames instead of SHOUTING_LIKE_THIS.
69981      Branch: perl
69982            ! perlio.c
69983 ____________________________________________________________________________
69984 [ 19470] By: jhi                                   on 2003/05/10  06:51:24
69985         Log: In eof() the errno can get stomped by the peek-ahead.
69986      Branch: perl
69987            ! doio.c ext/Socket/socketpair.t
69988 ____________________________________________________________________________
69989 [ 19469] By: rgs                                   on 2003/05/09  21:33:15
69990         Log: A regression test for the remaining "Final $ should be..." error.
69991      Branch: perl
69992            ! t/comp/parser.t
69993 ____________________________________________________________________________
69994 [ 19468] By: rgs                                   on 2003/05/09  21:23:57
69995         Log: Remove the error messages "Final @ should be \@ or @name"
69996              and "Final % should be \% or %name", that appear to be
69997              only produced in addition to another syntax error, and therefore
69998              misleading, if I understand correctly that kind of black magic.
69999      Branch: perl
70000            ! pod/perldiag.pod toke.c
70001 ____________________________________________________________________________
70002 [ 19467] By: jhi                                   on 2003/05/09  20:11:18
70003         Log: Have to think this test more when I'm awake.
70004      Branch: perl
70005            ! ext/Socket/socketpair.t
70006 ____________________________________________________________________________
70007 [ 19466] By: rgs                                   on 2003/05/09  19:56:37
70008         Log: Document that perl tries to load .pmc files before .pm files.
70009              Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
70010              From: Casey West <casey@geeknest.com>
70011              Date: Fri, 9 May 2003 17:03:50 -0400
70012              Message-ID: <20030509210350.GW49820@geeknest.com>
70013      Branch: perl
70014            ! pod/perlfunc.pod
70015 ____________________________________________________________________________
70016 [ 19465] By: rgs                                   on 2003/05/09  19:47:49
70017         Log: Fix for doc bug #8602 : clarify eof() example comments
70018      Branch: perl
70019            ! pod/perlfunc.pod
70020 ____________________________________________________________________________
70021 [ 19464] By: rgs                                   on 2003/05/09  19:34:30
70022         Log: Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
70023              From: Casey West <casey@geeknest.com>
70024              Date: Fri, 9 May 2003 11:09:39 -0400
70025              Message-ID: <20030509150939.GN49820@geeknest.com>
70026      Branch: perl
70027            ! pod/perltrap.pod
70028 ____________________________________________________________________________
70029 [ 19463] By: rgs                                   on 2003/05/09  19:33:25
70030         Log: Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
70031              From: Casey West <casey@geeknest.com>
70032              Date: Fri, 9 May 2003 15:25:59 -0400
70033              Message-ID: <20030509192559.GS49820@geeknest.com>
70034      Branch: perl
70035            ! pod/perlfunc.pod
70036 ____________________________________________________________________________
70037 [ 19462] By: jhi                                   on 2003/05/09  18:53:27
70038         Log: Try to comprehensively have a plan B if a PerlIO
70039              layer doesn't have a particular function.
70040              (1) If there's a corresponding PerlIOBase, call it.
70041              (2) If not having the function is 'harmless', be silently happy.
70042              (Currently only Flush is in this category.)
70043              (3) Otherwise set errno and return failure.
70044      Branch: perl
70045            ! perlio.c
70046 ____________________________________________________________________________
70047 [ 19461] By: rgs                                   on 2003/05/09  18:45:39
70048         Log: Subject: [PATCH] [perl #8703] unescaped @ is fine
70049              From: Casey West <casey@geeknest.com>
70050              Date: Fri, 9 May 2003 11:17:53 -0400
70051              Message-ID: <20030509151753.GO49820@geeknest.com>
70052      Branch: perl
70053            ! pod/perltrap.pod
70054 ____________________________________________________________________________
70055 [ 19460] By: jhi                                   on 2003/05/09  14:25:49
70056         Log: Add the PerlIOBase_noop_* to the public API as suggested by Stas.
70057      Branch: perl
70058            ! makedef.pl
70059 ____________________________________________________________________________
70060 [ 19459] By: jhi                                   on 2003/05/09  14:22:08
70061         Log: Result of change #19458.
70062      Branch: perl
70063            ! MANIFEST
70064 ____________________________________________________________________________
70065 [ 19458] By: jhi                                   on 2003/05/09  14:21:51
70066         Log: Subject: Weekend fun: MANIFEST sorting
70067              From: andreas.koenig@anima.de (Andreas J. Koenig)
70068              Date: Fri, 09 May 2003 15:12:05 +0200
70069              Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
70070
70071              (both sorts need LC_ALL=C)
70072              (add also manicheck target)
70073      Branch: perl
70074            ! Makefile.SH
70075 ____________________________________________________________________________
70076 [ 19457] By: jhi                                   on 2003/05/09  04:30:13
70077         Log: Better skip this test on OpenBSD and BSD/OS since it
70078              does not seem to work (Slaven Rezic).
70079      Branch: perl
70080            ! lib/filetest.t
70081 ____________________________________________________________________________
70082 [ 19456] By: jhi                                   on 2003/05/09  03:41:56
70083         Log: Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
70084              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
70085              Date: Wed, 07 May 2003 23:37:47 -0700
70086              Message-ID: <7sfu+gzkg+AY092yn@efn.org>
70087      Branch: perl
70088            ! pod/perlfunc.pod
70089 ____________________________________________________________________________
70090 [ 19455] By: jhi                                   on 2003/05/09  03:36:54
70091         Log: Missing files.
70092      Branch: perl
70093            ! MANIFEST
70094 ____________________________________________________________________________
70095 [ 19454] By: rgs                                   on 2003/05/08  18:49:25
70096         Log: Suppress a few compilation warnings in pp_hot.c.
70097      Branch: perl
70098            ! pp_hot.c
70099 ____________________________________________________________________________
70100 [ 19453] By: rgs                                   on 2003/05/08  18:42:16
70101         Log: Remove duplicate entries from perldiag
70102      Branch: perl
70103            ! pod/perldiag.pod
70104 ____________________________________________________________________________
70105 [ 19452] By: jhi                                   on 2003/05/08  18:12:46
70106         Log: Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
70107              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
70108              Date: Wed, 07 May 2003 15:27:07 -0700
70109              Message-ID: <7gYu+gzkgaFU092yn@efn.org>
70110      Branch: perl
70111            ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c
70112            ! pp_hot.c t/op/magic.t
70113 ____________________________________________________________________________
70114 [ 19451] By: jhi                                   on 2003/05/08  17:47:13
70115         Log: Tiny nit from mjd.
70116      Branch: perl
70117            ! lib/Tie/File.pm
70118 ____________________________________________________________________________
70119 [ 19450] By: jhi                                   on 2003/05/08  17:46:26
70120         Log: Upgrade to Tie::File 0.95.
70121      Branch: perl
70122            + lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t
70123            + lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
70124            + lib/Tie/File/t/42_offset.t
70125            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
70126            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
70127            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
70128            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/21_win32.t
70129            ! lib/Tie/File/t/25_gen_nocache.t lib/Tie/File/t/26_twrite.t
70130            ! lib/Tie/File/t/30_defer.t
70131 ____________________________________________________________________________
70132 [ 19449] By: jhi                                   on 2003/05/08  17:35:10
70133         Log: Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
70134              From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
70135              Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
70136              Date: 8 May 2003 00:42:18 -0000
70137      Branch: perl
70138            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
70139            ! ext/Time/HiRes/Makefile.PL
70140 ____________________________________________________________________________
70141 [ 19448] By: jhi                                   on 2003/05/08  17:27:47
70142         Log: Subject: [PATCH] alphabetize perldiag.pod
70143              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
70144              Date: Thu, 8 May 2003 11:52:39 -0400
70145              Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
70146      Branch: perl
70147            ! pod/perldiag.pod
70148 ____________________________________________________________________________
70149 [ 19447] By: jhi                                   on 2003/05/08  17:19:06
70150         Log: Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
70151              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
70152              Date: Thu, 08 May 2003 08:42:20 +0200
70153              Message-id: <20030508064220.GA763@ethan>
70154      Branch: perl
70155            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
70156            ! ext/Devel/PPPort/t/test.t
70157 ____________________________________________________________________________
70158 [ 19445] By: jhi                                   on 2003/05/08  05:21:44
70159         Log: A variant of
70160
70161              Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
70162              From: enache@rdslink.ro (Enache Adrian)
70163              Date: Tue, 22 Apr 2003 02:54:05 +0300
70164              Message-ID: <20030421235405.GA1162@ratsnest.hole>
70165
70166              to quench the black smoke from the BSD builds.
70167      Branch: perl
70168            ! lib/ExtUtils/MM_Unix.pm
70169 ____________________________________________________________________________
70170 [ 19444] By: rgs                                   on 2003/05/07  20:25:45
70171         Log: Subject: Re: [DOC PATCH] & More File::Path issues
70172              From: Casey West <casey@geeknest.com>
70173              Date: Mon, 5 May 2003 13:25:47 -0400
70174              Message-ID: <20030505172547.GB20508@geeknest.com>
70175      Branch: perl
70176            ! lib/File/Path.pm
70177 ____________________________________________________________________________
70178 [ 19443] By: jhi                                   on 2003/05/07  20:03:58
70179         Log: Spelling correction from Nicholas Clark.
70180      Branch: perl
70181            ! ext/POSIX/POSIX.pod
70182 ____________________________________________________________________________
70183 [ 19440] By: jhi                                   on 2003/05/07  19:20:53
70184         Log: One more possible extensions permutation.
70185      Branch: perl
70186            ! Configure
70187 ____________________________________________________________________________
70188 [ 19437] By: jhi                                   on 2003/05/07  16:58:21
70189         Log: Allow platforms to manipulate their archname by creating
70190              a archname.cbu in their hints files.
70191      Branch: perl
70192            ! Configure
70193 ____________________________________________________________________________
70194 [ 19436] By: jhi                                   on 2003/05/07  16:53:26
70195         Log: More long double logic from Alan Burlison.
70196      Branch: perl
70197            ! Configure
70198 ____________________________________________________________________________
70199 [ 19435] By: jhi                                   on 2003/05/06  15:21:55
70200         Log: Worth a try for [perl #17146]
70201      Branch: perl
70202            ! ext/IO/poll.c
70203 ____________________________________________________________________________
70204 [ 19433] By: jhi                                   on 2003/05/06  05:12:23
70205         Log: Document which interfaces are NOT Unicode-aware.
70206      Branch: perl
70207            ! pod/perltodo.pod pod/perlunicode.pod
70208 ____________________________________________________________________________
70209 [ 19432] By: rgs                                   on 2003/05/05  20:31:22
70210         Log: Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
70211              From: Casey West <casey@geeknest.com>
70212              Date: Mon, 28 Apr 2003 11:07:36 -0400
70213              Message-ID: <20030428150736.GD62281@geeknest.com>
70214      Branch: perl
70215            ! pod/perlfilter.pod
70216 ____________________________________________________________________________
70217 [ 19431] By: rgs                                   on 2003/05/05  20:07:33
70218         Log: Subject: [patch] Re: [perl #21728] regexp SEGV
70219              From: Enache Adrian <enache@rdslink.ro>
70220              Date: Fri, 28 Mar 2003 23:53:09 +0200
70221              Message-ID: <20030328215309.GA6413@ratsnest.hole>
70222              (with minor tweaks)
70223      Branch: perl
70224            ! embed.fnc embed.h global.sym proto.h regexec.c scope.c scope.h
70225 ____________________________________________________________________________
70226 [ 19430] By: rgs                                   on 2003/05/05  20:01:36
70227         Log: Fix doc bug #22067, noticed by Mark Knutsen
70228      Branch: perl
70229            ! pod/perlfunc.pod
70230 ____________________________________________________________________________
70231 [ 19429] By: rgs                                   on 2003/05/05  18:59:59
70232         Log: Fix : the svr5 hints file doesn't propagate libswanted with
70233              threads enabled. Now threads are OK on OpenUNIX 8, except a
70234              mysterious failure in ext/POSIX/t/sigaction.t.
70235      Branch: perl
70236            ! hints/svr5.sh
70237 ____________________________________________________________________________
70238 [ 19428] By: jhi                                   on 2003/05/05  16:54:34
70239         Log: Snip away the perlunicode slowness demo since the new
70240              caching scheme should help things a bit.
70241      Branch: perl
70242            ! pod/perlunicode.pod
70243 ____________________________________________________________________________
70244 [ 19427] By: jhi                                   on 2003/05/05  16:14:09
70245         Log: Subject: Re: Minor change to strict.pm. Who? How?
70246              From: Adam Kennedy <adam@ali.as>
70247              Date: Wed, 30 Apr 2003 00:02:40 +1000
70248              Message-ID: <3EAE8600.2000806@ali.as>
70249
70250              Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
70251              From: Michael G Schwern <schwern@pobox.com>
70252              Date: Tue, 29 Apr 2003 12:26:32 -0700
70253              Message-ID: <20030429192632.GA6129@windhund.schwern.org>
70254      Branch: perl
70255            ! lib/strict.pm
70256 ____________________________________________________________________________
70257 [ 19426] By: jhi                                   on 2003/05/05  15:48:57
70258         Log: Subject: [DOC PATCH] missing ')' in File::Path docs
70259              From: "Jos I.Boumans" <kane@dwim.org>
70260              Date: 30 Apr 2003 09:45:16 -0000
70261              Message-ID: <20030430114513165+0200@nntp.perl.org>
70262      Branch: perl
70263            ! lib/File/Path.pm
70264 ____________________________________________________________________________
70265 [ 19425] By: jhi                                   on 2003/05/05  15:47:19
70266         Log: Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
70267              From: Michael G Schwern <schwern@pobox.com>
70268              Date: Sat, 3 May 2003 15:30:16 -0700
70269              Message-ID: <20030503223016.GE1234@windhund.schwern.org>
70270      Branch: perl
70271            ! pod/perlmod.pod
70272 ____________________________________________________________________________
70273 [ 19424] By: jhi                                   on 2003/05/05  15:44:39
70274         Log: Subject: [PATCH] [perl #3096] undefing hash with object values
70275              From: Dave Mitchell <davem@fdgroup.com>
70276              Date: Thu, 1 May 2003 21:06:57 +0100
70277              Message-ID: <20030501200657.GA25456@fdgroup.com>
70278      Branch: perl
70279            ! hv.c t/op/undef.t
70280 ____________________________________________________________________________
70281 [ 19423] By: jhi                                   on 2003/05/05  15:42:58
70282         Log: Subject: Re: hv.c patch - pathological hashes too easy
70283              From: "Tye McQueen" <tye@metronet.com>
70284              Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
70285              Message-Id: <200305011834.h41IYoE08503@metronet.com>
70286      Branch: perl
70287            ! hv.c
70288 ____________________________________________________________________________
70289 [ 19422] By: jhi                                   on 2003/05/05  15:40:02
70290         Log: Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
70291              From: Casey West <casey@geeknest.com>
70292              Date: Tue, 29 Apr 2003 16:14:20 -0400
70293              Message-ID: <20030429201420.GT62281@geeknest.com>
70294      Branch: perl
70295            ! pod/perlrequick.pod
70296 ____________________________________________________________________________
70297 [ 19421] By: jhi                                   on 2003/05/05  15:38:23
70298         Log: Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
70299              From: Slaven Rezic <slaven@rezic.de>
70300              Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
70301              Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
70302      Branch: perl
70303            ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t
70304 ____________________________________________________________________________
70305 [ 19420] By: jhi                                   on 2003/05/05  15:36:39
70306         Log: Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
70307              From: Steve Hay <steve.hay@uk.radan.com>
70308              Date: Wed, 30 Apr 2003 09:52:30 +0100
70309              Message-ID: <3EAF8ECE.8060403@uk.radan.com>
70310      Branch: perl
70311            ! utils/h2xs.PL
70312 ____________________________________________________________________________
70313 [ 19419] By: jhi                                   on 2003/05/05  08:20:34
70314         Log: Reintroduce the mention of the fact that the Artistic/GPL
70315              also are Perl's own licenses.
70316      Branch: perl
70317            ! pod/perlartistic.pod pod/perlgpl.pod
70318 ____________________________________________________________________________
70319 [ 19418] By: jhi                                   on 2003/05/05  07:23:57
70320         Log: Switch the new perlio way of opening anonymous temporary files
70321              open my $fh, '+>', undef
70322              to using File::Temp.  Test it, and test also the "accidental
70323              feature" of +< working the same way.
70324              This should address [perl #21937].
70325      Branch: perl
70326            + ext/PerlIO/t/open.t
70327            ! MANIFEST perlio.c pod/perlfunc.pod
70328 ____________________________________________________________________________
70329 [ 19417] By: jhi                                   on 2003/05/05  05:52:47
70330         Log: perlartistic and perlgpl reformatting from Sean Burke.
70331      Branch: perl
70332            ! pod/perlartistic.pod pod/perlgpl.pod
70333 ____________________________________________________________________________
70334 [ 19416] By: jhi                                   on 2003/05/05  05:33:43
70335         Log: pack/unpack fixes from Wolfgang Laun:
70336              - fix bug in UNICOS (where SIZE16 != sizeof(short))
70337              - introduce and use new internal pack/unpack API
70338              (packlist, unpackstring)
70339              that does away with the unused arguments in the old API
70340              (pack_cat, unpack_str).
70341      Branch: perl
70342            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_pack.c proto.h
70343 ____________________________________________________________________________
70344 [ 19415] By: jhi                                   on 2003/05/05  04:58:39
70345         Log: Subject: [PATCH] Embed.t flushing problem
70346              From: "Craig A. Berry" <craigberry@mac.com>
70347              Date: Sun, 04 May 2003 16:25:38 -0500
70348              Message-ID: <3EB58552.2070207@mac.com>
70349      Branch: perl
70350            ! lib/ExtUtils/t/Embed.t
70351 ____________________________________________________________________________
70352 [ 19414] By: jhi                                   on 2003/05/05  04:52:37
70353         Log: Doc nit from mjd.
70354      Branch: perl
70355            ! ext/DB_File/DB_File.pm
70356 ____________________________________________________________________________
70357 [ 19413] By: ams                                   on 2003/05/05  04:03:10
70358         Log: None of that "our" stuff here, please.
70359      Branch: perl
70360            ! ext/Storable/t/tied.t
70361 ____________________________________________________________________________
70362 [ 19412] By: ams                                   on 2003/05/05  03:57:06
70363         Log: Oops. More Storable 2.07 preparations.
70364      Branch: perl
70365            ! ext/Storable/README ext/Storable/Storable.pm
70366 ____________________________________________________________________________
70367 [ 19411] By: ams                                   on 2003/05/05  03:53:44
70368         Log: Update changelog for 2.07 release.
70369      Branch: perl
70370            ! ext/Storable/ChangeLog
70371 ____________________________________________________________________________
70372 [ 19410] By: ams                                   on 2003/05/05  03:31:36
70373         Log: Update Changes.
70374      Branch: perl
70375            ! Changes
70376 ____________________________________________________________________________
70377 [ 19409] By: ams                                   on 2003/05/05  03:21:41
70378         Log: Subject: Re: Bug in Storable???
70379              From: Slaven Rezic <slaven@rezic.de>
70380              Date: 04 May 2003 18:00:40 +0200
70381              Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
70382      Branch: perl
70383            ! ext/Storable/Storable.xs ext/Storable/t/integer.t
70384 ____________________________________________________________________________
70385 [ 19407] By: jhi                                   on 2003/05/04  19:39:01
70386         Log: This way reads a bit better with pod2man.
70387      Branch: perl
70388            ! pod/perlartistic.pod pod/perlgpl.pod
70389 ____________________________________________________________________________
70390 [ 19406] By: jhi                                   on 2003/05/04  12:01:00
70391         Log: Integrate from maint:
70392              [ 18568]
70393              Add the POSIX::sigaction() trick by Slaven Rezic
70394              for [perl #17341].
70395      Branch: perl
70396           !> pod/perlfunc.pod pod/perlipc.pod
70397 ____________________________________________________________________________
70398 [ 19401] By: jhi                                   on 2003/05/04  09:25:48
70399         Log: Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
70400              regen perltoc, perlmodlib.  The GPL added as verbatim as possible,
70401              the perlartistic is a straightforward podification.
70402      Branch: perl
70403            + pod/perlartistic.pod pod/perlgpl.pod
70404            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
70405            ! pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
70406 ____________________________________________________________________________
70407 [ 19398] By: jhi                                   on 2003/05/04  08:19:14
70408         Log: Doesn't make any difference for the test but is more logical.
70409      Branch: perl
70410            ! t/lib/Devel/switchd.pm
70411 ____________________________________________________________________________
70412 [ 19396] By: jhi                                   on 2003/05/03  15:42:54
70413         Log: Plagued by thinkos tonight.
70414      Branch: perl
70415            ! lib/filetest.t
70416 ____________________________________________________________________________
70417 [ 19395] By: jhi                                   on 2003/05/03  15:37:35
70418         Log: Must skip more.
70419      Branch: perl
70420            ! lib/filetest.t
70421 ____________________________________________________________________________
70422 [ 19394] By: jhi                                   on 2003/05/03  15:30:45
70423         Log: Subject: Re: Does filetest work at all?
70424              From: Slaven Rezic <slaven@rezic.de>
70425              Date: 03 May 2003 18:26:49 +0200
70426              Message-ID: <87ade4q9me.fsf@vran.herceg.de>
70427      Branch: perl
70428            ! lib/filetest.t pp_sys.c
70429 ____________________________________________________________________________
70430 [ 19393] By: jhi                                   on 2003/05/03  05:34:21
70431         Log: Extra tweakage from Rafael for #19392.
70432      Branch: perl
70433            ! ext/B/B/Concise.pm lib/filetest.pm
70434 ____________________________________________________________________________
70435 [ 19392] By: jhi                                   on 2003/05/03  05:33:04
70436         Log: Salvage 'use filetest "access"' from compiletime to runtime.
70437      Branch: perl
70438            ! dump.c op.c op.h pp_sys.c
70439 ____________________________________________________________________________
70440 [ 19391] By: jhi                                   on 2003/05/03  05:19:23
70441         Log: Upgrade to Unicode 4.0.0.  (Well, upgrade at least
70442              the Unicode character database to 4.0.0.)
70443      Branch: perl
70444            + lib/unicore/HangulSyllableType.txt
70445            + lib/unicore/NormalizationCorrections.txt
70446            + lib/unicore/StandardizedVariants.txt
70447            + lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl
70448            + lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl
70449            + lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl
70450            + lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl
70451            + lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl
70452            + lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl
70453            + lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl
70454            + lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl
70455            + lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl
70456            + lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl
70457            + lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl
70458            + lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl
70459            ! (edit 129 files)
70460 ____________________________________________________________________________
70461 [ 19390] By: jhi                                   on 2003/05/03  04:52:09
70462         Log: Tru64: PerlIO_tell() was returning about one _megabyte_ for
70463              the fp offset, which was quite a big larger than the input file,
70464              which meant that the SvGROW tried to grow the file to about
70465              2**64-2**20, which made safesysrealloc() to understandably
70466              croak (in argv.t).
70467      Branch: perl
70468            ! sv.c
70469 ____________________________________________________________________________
70470 [ 19387] By: jhi                                   on 2003/05/02  19:18:35
70471         Log: Regen Configure (no changes but that's fine).
70472      Branch: perl
70473            ! Configure
70474 ____________________________________________________________________________
70475 [ 19386] By: jhi                                   on 2003/05/02  19:06:39
70476         Log: Subject: [PATCH] Re: maintperl on OpenUNIX 8
70477              From: Andy Dougherty <doughera@lafayette.edu>
70478              Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
70479              Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
70480      Branch: perl
70481            ! Configure
70482 ____________________________________________________________________________
70483 [ 19385] By: jhi                                   on 2003/05/02  19:01:04
70484         Log: Subject: [PATCH] OpenUNIX 8 support
70485              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
70486              Date: Fri, 2 May 2003 12:12:08 +0200
70487              Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
70488      Branch: perl
70489            ! Configure ext/Socket/socketpair.t hints/svr5.sh pp_sys.c
70490 ____________________________________________________________________________
70491 [ 19384] By: jhi                                   on 2003/05/02  18:58:32
70492         Log: Subject: [PATCH win32/win32.c] silence compiler warnings
70493              From: Abe Timmerman <abe@ztreet.demon.nl>
70494              Date: Fri, 2 May 2003 00:51:42 +0200
70495              Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
70496      Branch: perl
70497            ! win32/win32.c
70498 ____________________________________________________________________________
70499 [ 19383] By: jhi                                   on 2003/05/02  18:55:37
70500         Log: Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
70501              From: Abe Timmerman <abe@ztreet.demon.nl>
70502              Date: Thu, 1 May 2003 18:34:35 +0200
70503              Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
70504      Branch: perl
70505            ! win32/win32.h
70506 ____________________________________________________________________________
70507 [ 19382] By: jhi                                   on 2003/05/02  18:50:25
70508         Log: Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
70509              From: Michael G Schwern <schwern@pobox.com>
70510              Date: Wed, 30 Apr 2003 18:19:32 -0700
70511              Message-ID: <20030501011932.GM701@windhund.schwern.org>
70512      Branch: perl
70513            ! ext/POSIX/POSIX.pod
70514 ____________________________________________________________________________
70515 [ 19381] By: jhi                                   on 2003/05/02  15:12:47
70516         Log: Forgot to check in the -d: file.
70517      Branch: perl
70518            + t/lib/Devel/switchd.pm
70519            ! MANIFEST t/run/switchd.t
70520 ____________________________________________________________________________
70521 [ 19380] By: jhi                                   on 2003/05/02  15:02:04
70522         Log: Solaris: make -Duse64bitall'ed to have an archname of
70523              sun4-solaris-64, from Alan Burlison.  (The default is to not
70524              to suffix anything with -Duse64bitall if longs are 64 bit.
70525              This may lead into confusion and much sorrow if 32-bit binaries
70526              and 64-bit binaries are installed under the same directories.
70527              Why is "-64" or something like that the default?  Well, there
70528              are platforms where 64 bits really is the default default.
70529              There adding a "-64" would be kind of odd.  Better to let
70530              each 64-bit capable platform to choose their archnames.)
70531      Branch: perl
70532            ! hints/solaris_2.sh
70533 ____________________________________________________________________________
70534 [ 19378] By: jhi                                   on 2003/05/02  08:41:40
70535         Log: The [perl #21890] (Devel::Coverage breakage) has been fixed
70536              by change #18589 (it was broken by change #9754); add test case.
70537      Branch: perl
70538            + t/run/switchd.t
70539            ! MANIFEST
70540 ____________________________________________________________________________
70541 [ 19376] By: jhi                                   on 2003/05/02  05:31:52
70542         Log: great_circle_direction() was broken,
70543              reported by Alexander Becher.
70544      Branch: perl
70545            ! lib/Math/Trig.pm lib/Math/Trig.t
70546 ____________________________________________________________________________
70547 [ 19375] By: jhi                                   on 2003/05/01  18:18:06
70548         Log: OS X: could not -Doptimize=-g.
70549      Branch: perl
70550            ! hints/darwin.sh
70551 ____________________________________________________________________________
70552 [ 19374] By: jhi                                   on 2003/05/01  12:33:44
70553         Log: OS X test tweak.
70554      Branch: perl
70555            ! ext/Cwd/t/cwd.t
70556 ____________________________________________________________________________
70557 [ 19373] By: jhi                                   on 2003/05/01  11:09:42
70558         Log: Subject: [PATCH] RE: perl@19333
70559              From: Robin Barker <Robin.Barker@npl.co.uk>
70560              Date: Tue, 29 Apr 2003 17:30:23 +0100
70561              Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
70562      Branch: perl
70563            ! embed.pl pp_hot.c pp_pack.c proto.h
70564 ____________________________________________________________________________
70565 [ 19372] By: jhi                                   on 2003/05/01  09:52:52
70566         Log: miniperl cannot handle layers.t.
70567      Branch: perl
70568            ! t/io/layers.t
70569 ____________________________________________________________________________
70570 [ 19371] By: jhi                                   on 2003/05/01  08:26:06
70571         Log: The solution in change #19363 was too unportable.
70572      Branch: perl
70573            ! t/io/openpid.t
70574 ____________________________________________________________________________
70575 [ 19369] By: jhi                                   on 2003/05/01  07:48:06
70576         Log: perlreftut updates from mjd.
70577      Branch: perl
70578            ! pod/perlreftut.pod
70579 ____________________________________________________________________________
70580 [ 19368] By: jhi                                   on 2003/05/01  07:45:06
70581         Log: z/OS: More threaded build tweaks from Brian De Pradine--
70582              apparently now it works!
70583      Branch: perl
70584            ! ext/threads/threads.xs handy.h hints/os390.sh thread.h
70585 ____________________________________________________________________________
70586 [ 19367] By: rgs                                   on 2003/04/29  20:31:07
70587         Log: Subject: [PATCH] buglet: sub a(;&) { } doesn't work
70588              From: Enache Adrian <enache@rdslink.ro>
70589              Date: Sat, 19 Apr 2003 01:41:07 +0300
70590              Message-ID: <20030418224107.GA2751@ratsnest.hole>
70591      Branch: perl
70592            ! t/comp/parser.t toke.c
70593 ____________________________________________________________________________
70594 [ 19366] By: jhi                                   on 2003/04/29  08:55:12
70595         Log: If it's S_, it should be STATIC.
70596      Branch: perl
70597            ! embed.fnc embed.h numeric.c proto.h
70598 ____________________________________________________________________________
70599 [ 19365] By: sky                                   on 2003/04/28  16:30:03
70600         Log: Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
70601              From: Casey West <casey@geeknest.com>
70602              Date: m\8cn apr 28, 2003  16:00:05 Europe/Stockholm
70603              Message-Id: <20030428140005.GC62281@geeknest.com>
70604      Branch: perl
70605            ! pod/perlop.pod
70606 ____________________________________________________________________________
70607 [ 19364] By: sky                                   on 2003/04/28  16:20:43
70608         Log: Subject: [PATCH] [patch #7514] Bug in perlop regex explination
70609              From: Casey West <casey@geeknest.com>
70610              Date: m\8cn apr 28, 2003  19:22:06 Europe/Stockholm
70611              Message-Id: <20030428172206.GK62281@geeknest.com>
70612      Branch: perl
70613            ! pod/perlop.pod
70614 ____________________________________________________________________________
70615 [ 19363] By: sky                                   on 2003/04/28  15:32:35
70616         Log: Fix bug 2681, change the test not to use the shell and use 3+arg
70617              open.
70618      Branch: perl
70619            ! t/io/openpid.t
70620 ____________________________________________________________________________
70621 [ 19359] By: jhi                                   on 2003/04/28  08:43:23
70622         Log: Feel-good cleanup.
70623      Branch: perl
70624            ! intrpvar.h sv.c
70625 ____________________________________________________________________________
70626 [ 19358] By: jhi                                   on 2003/04/28  08:27:15
70627         Log: SysV msg queues can be something hanging (witnessed in IRIX),
70628              so let's use IPC_NOWAIT.
70629      Branch: perl
70630            ! ext/IPC/SysV/t/msg.t t/op/taint.t
70631 ____________________________________________________________________________
70632 [ 19357] By: jhi                                   on 2003/04/28  06:32:47
70633         Log: Detecting errors of reentrant APIs: getgrgid_r and the like
70634              when returning an int can either return the error in the return
70635              value or in the errno.  We need a new per-interp variable to store
70636              the return value instead of clobbering the errno with it.  The new
70637              variable, PL_reentrant_retint, is only used within the reentrancy
70638              framework, and immediately after it's set, so there should not be
70639              similar visibility issues as for the errno.  Spotted by Edward Moy.
70640      Branch: perl
70641            ! embedvar.h intrpvar.h perlapi.h reentr.c reentr.h reentr.pl
70642 ____________________________________________________________________________
70643 [ 19356] By: rgs                                   on 2003/04/27  20:09:01
70644         Log: Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
70645              Check errno to see if the call to nice(2) succeeded.
70646              Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
70647              From: Enache Adrian <enache@rdslink.ro>
70648              Date: Wed, 23 Apr 2003 22:48:20 +0300
70649              Message-ID: <20030423194820.GA874@ratsnest.hole>
70650      Branch: perl
70651            ! ext/POSIX/POSIX.xs
70652 ____________________________________________________________________________
70653 [ 19355] By: jhi                                   on 2003/04/27  19:56:09
70654         Log: Document a faint compilation noise.
70655      Branch: perl
70656            ! README.aix
70657 ____________________________________________________________________________
70658 [ 19354] By: rgs                                   on 2003/04/27  19:35:11
70659         Log: $[ clarifications.
70660      Branch: perl
70661            ! pod/perlvar.pod
70662 ____________________________________________________________________________
70663 [ 19353] By: rgs                                   on 2003/04/27  18:51:37
70664         Log: utime() doc clarifications
70665              based on :
70666              Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
70667              From: Casey West <casey@geeknest.com>
70668              Date: Fri, 25 Apr 2003 08:00:54 -0400
70669              Message-ID: <20030425120054.GQ34510@geeknest.com>
70670      Branch: perl
70671            ! pod/perlfunc.pod
70672 ____________________________________________________________________________
70673 [ 19351] By: jhi                                   on 2003/04/27  08:13:34
70674         Log: Add a test case for [perl #15288] (already solved).
70675      Branch: perl
70676            ! t/op/pack.t
70677 ____________________________________________________________________________
70678 [ 19350] By: jhi                                   on 2003/04/27  07:38:17
70679         Log: Add Dave Mitchell's test case for fields.
70680      Branch: perl
70681            ! lib/fields.t
70682 ____________________________________________________________________________
70683 [ 19349] By: jhi                                   on 2003/04/27  06:50:09
70684         Log: Subject: [PATCH] VMS::Stdio test tweak
70685              From: "Craig A. Berry" <craigberry@mac.com>
70686              Date: Sat, 26 Apr 2003 15:53:07 -0500
70687              Message-ID: <3EAAF1B3.7020708@mac.com>
70688      Branch: perl
70689            ! vms/ext/Stdio/test.pl
70690 ____________________________________________________________________________
70691 [ 19348] By: jhi                                   on 2003/04/27  06:46:16
70692         Log: Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
70693              From: Casey West <casey@geeknest.com>
70694              Date: Thu, 24 Apr 2003 08:18:42 -0400
70695              Message-ID: <20030424121842.GW34510@geeknest.com>
70696      Branch: perl
70697            ! lib/UNIVERSAL.pm
70698 ____________________________________________________________________________
70699 [ 19346] By: jhi                                   on 2003/04/27  06:03:48
70700         Log: Document that restricted hashes are not atomic
70701              (from Dave Mitchell).
70702      Branch: perl
70703            ! lib/Hash/Util.pm
70704 ____________________________________________________________________________
70705 [ 19345] By: jhi                                   on 2003/04/27  05:59:39
70706         Log: Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
70707              From: Dave Mitchell <davem@fdgroup.com>
70708              Date: Sat, 26 Apr 2003 18:45:28 +0100
70709              Message-ID: <20030426174528.GA9588@fdgroup.com>
70710      Branch: perl
70711            ! hv.c lib/Hash/Util.t pod/perldiag.pod
70712 ____________________________________________________________________________
70713 [ 19344] By: rgs                                   on 2003/04/26  22:48:32
70714         Log: Some doc patches by Casey West :
70715
70716              Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
70717              From: Casey West <casey@geeknest.com>
70718              Date: Fri, 25 Apr 2003 10:46:39 -0400
70719              Message-ID: <20030425144639.GY34510@geeknest.com>
70720
70721              Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
70722              From: Casey West <casey@geeknest.com>
70723              Date: Fri, 25 Apr 2003 07:52:13 -0400
70724              Message-ID: <20030425115213.GP34510@geeknest.com>
70725
70726              Subject: Re: [perl #7213] [PATCH] Updating example in perldata
70727              From: Casey West <casey@geeknest.com>
70728              Date: Thu, 24 Apr 2003 21:27:22 -0400
70729              Message-ID: <20030425012722.GN34510@geeknest.com>
70730      Branch: perl
70731            ! pod/perldata.pod pod/perlfunc.pod pod/perlsyn.pod
70732 ____________________________________________________________________________
70733 [ 19343] By: rgs                                   on 2003/04/26  22:30:07
70734         Log: Document that splice() doesn't extend arrays
70735              Subject: Re: slice autoextending ? still another revised doc patch; COW
70736              From: david nicol <whatever@davidnicol.com>
70737              Date: 22 Apr 2003 22:05:02 -0500
70738              Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
70739      Branch: perl
70740            ! pod/perlfunc.pod
70741 ____________________________________________________________________________
70742 [ 19342] By: sky                                   on 2003/04/26  21:43:32
70743         Log: Fix bug #15161 by increasing the refcount on the RE and making
70744              sure to restore it correctly. Deals with both s//e and s///g.
70745      Branch: perl
70746            ! pp_ctl.c pp_hot.c
70747 ____________________________________________________________________________
70748 [ 19341] By: jhi                                   on 2003/04/26  04:36:03
70749         Log: Integrate:
70750              [ 19340]
70751              Caught by Mark Lutz in UNICOS: A declaration cannot appear
70752              after an executable statement in a block.
70753      Branch: perl
70754           !> pp_pack.c
70755 ____________________________________________________________________________
70756 [ 19337] By: jhi                                   on 2003/04/25  20:19:36
70757         Log: Now the -Dnoextensions and -Dnoextensions have the
70758              chance of actually doing something.
70759      Branch: perl
70760            ! Configure
70761 ____________________________________________________________________________
70762 [ 19334] By: jhi                                   on 2003/04/25  19:48:31
70763         Log: Subject: [PATCH] Configure's extension sanity check is too strict
70764              From: Andy Dougherty <doughera@lafayette.edu>
70765              Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
70766              Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
70767      Branch: perl
70768            ! Configure
70769 ____________________________________________________________________________
70770 [ 19330] By: jhi                                   on 2003/04/25  14:11:33
70771         Log: Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
70772              From: "Craig A. Berry" <craigberry@mac.com>
70773              Date: Thu, 24 Apr 2003 20:09:48 -0500
70774              Message-ID: <3EA88ADC.3000300@mac.com>
70775      Branch: perl
70776            ! ext/Encode/t/enc_module.t
70777 ____________________________________________________________________________
70778 [ 19329] By: jhi                                   on 2003/04/25  07:06:49
70779         Log: Upgrade to Time::HiRes 1.46.
70780      Branch: perl
70781            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
70782            ! ext/Time/HiRes/Makefile.PL
70783 ____________________________________________________________________________
70784 [ 19328] By: jhi                                   on 2003/04/25  06:57:10
70785         Log: Subject: typo in Time::HiRes docs
70786              From: mjd@plover.com
70787              Date: 19 Apr 2003 15:13:44 -0000
70788              Message-ID: <20030419151344.28237.qmail@plover.com>
70789      Branch: perl
70790            ! ext/Time/HiRes/HiRes.pm
70791 ____________________________________________________________________________
70792 [ 19327] By: jhi                                   on 2003/04/25  04:45:05
70793         Log: Clarify(?) the perlio default layers table.
70794      Branch: perl
70795            ! lib/PerlIO.pm t/io/layers.t
70796 ____________________________________________________________________________
70797 [ 19326] By: jhi                                   on 2003/04/25  04:22:49
70798         Log: Upgrade to Test::Harness 2.28.
70799      Branch: perl
70800            ! lib/Test/Harness.pm lib/Test/Harness/Changes
70801            ! lib/Test/Harness/t/pod.t
70802 ____________________________________________________________________________
70803 [ 19325] By: jhi                                   on 2003/04/24  19:06:29
70804         Log: Upgrade to Encode 1.93.
70805      Branch: perl
70806            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL
70807            ! ext/Encode/lib/Encode/CJKConstants.pm
70808            ! ext/Encode/lib/Encode/CN/HZ.pm
70809            ! ext/Encode/lib/Encode/Encoding.pm
70810            ! ext/Encode/lib/Encode/Guess.pm
70811            ! ext/Encode/lib/Encode/KR/2022_KR.pm
70812            ! ext/Encode/lib/Encode/PerlIO.pod ext/Encode/t/CJKT.t
70813            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
70814            ! ext/Encode/t/guess.t ext/Encode/ucm/euc-cn.ucm
70815            ! ext/Encode/ucm/euc-jp.ucm ext/Encode/ucm/euc-kr.ucm
70816 ____________________________________________________________________________
70817 [ 19323] By: jhi                                   on 2003/04/24  16:57:13
70818         Log: VMS patch for faststdio from Craig Berry.
70819      Branch: perl
70820            ! configure.com
70821 ____________________________________________________________________________
70822 [ 19320] By: rgs                                   on 2003/04/23  20:20:58
70823         Log: Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
70824              From: Casey West <casey@geeknest.com>
70825              Date: Wed, 23 Apr 2003 14:03:20 -0400
70826              Message-ID: <20030423180320.GZ15574@geeknest.com>
70827      Branch: perl
70828            ! pod/perlmodlib.PL pod/perlmodlib.pod
70829 ____________________________________________________________________________
70830 [ 19319] By: rgs                                   on 2003/04/23  19:54:31
70831         Log: Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
70832              From: Chris Pepper (via RT) <perlbug-followup@perl.org>
70833              Date: 22 Apr 2003 04:31:17 -0000
70834              Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
70835              (with minor further corrections)
70836      Branch: perl
70837            ! pod/perlmod.pod
70838 ____________________________________________________________________________
70839 [ 19316] By: rgs                                   on 2003/04/23  19:11:01
70840         Log: A new fatal error :
70841              Subject: [PATCH] Perl_croak("Use of freed value in iteration")
70842              From: Dave Mitchell <davem@fdgroup.com>
70843              Date: Mon, 21 Apr 2003 13:19:50 +0100
70844              Message-ID: <20030421121950.GB18189@fdgroup.com>
70845              Message-ID: <20030421125433.GC18189@fdgroup.com>
70846      Branch: perl
70847            ! pod/perldiag.pod pp_hot.c t/cmd/for.t
70848 ____________________________________________________________________________
70849 [ 19314] By: jhi                                   on 2003/04/23  18:53:46
70850         Log: Introduce 'fast stdio' symbols to non-Configure lands.
70851      Branch: perl
70852            ! NetWare/config.wc NetWare/config_H.wc configure.com
70853            ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
70854            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
70855            ! win32/config.gc win32/config.vc win32/config.vc64
70856            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
70857            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
70858 ____________________________________________________________________________
70859 [ 19312] By: jhi                                   on 2003/04/23  18:21:47
70860         Log: Regen Configure, Glossary, et alia.
70861      Branch: perl
70862            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70863            ! config_h.SH
70864 ____________________________________________________________________________
70865 [ 19310] By: jhi                                   on 2003/04/23  08:34:33
70866         Log: Handle the combination of dosish and non-faststdio.
70867      Branch: perl
70868            ! t/io/layers.t
70869 ____________________________________________________________________________
70870 [ 19308] By: rgs                                   on 2003/04/22  20:53:20
70871         Log: Subject: 5.8.0: two problems
70872              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
70873              Date: Tue, 22 Apr 2003 11:43:17 -0700
70874              Message-ID: <20030422184316.GA8602@math.berkeley.edu>
70875      Branch: perl
70876            ! XSUB.h
70877 ____________________________________________________________________________
70878 [ 19307] By: ams                                   on 2003/04/22  16:39:51
70879         Log: Subject: [PATCH] Doc pointers in perlbot.
70880              From: Casey West <casey@geeknest.com>
70881              Date: Tue, 22 Apr 2003 11:19:09 -0400
70882              Message-Id: <20030422151909.GC11119@geeknest.com>
70883              (Applied by hand.)
70884      Branch: perl
70885            ! pod/perlbot.pod
70886 ____________________________________________________________________________
70887 [ 19306] By: jhi                                   on 2003/04/22  13:09:21
70888         Log: z/OS: changes for building threaded from "Brian De Pradine"
70889              <PRADINE@uk.ibm.com>.
70890      Branch: perl
70891            ! Makefile.SH hints/os390.sh thread.h util.c
70892 ____________________________________________________________________________
70893 [ 19305] By: jhi                                   on 2003/04/22  11:42:35
70894         Log: Enache's turn.
70895      Branch: perl
70896            ! ext/Encode/t/enc_module.t
70897 ____________________________________________________________________________
70898 [ 19304] By: jhi                                   on 2003/04/22  10:48:47
70899         Log: Re-merge Encode 1.92.
70900      Branch: perl
70901            ! ext/Encode/Makefile.PL ext/Encode/t/enc_module.t
70902 ____________________________________________________________________________
70903 [ 19302] By: jhi                                   on 2003/04/22  05:26:21
70904         Log: Argh, cut-and-pasto.
70905      Branch: perl
70906            ! perlio.c
70907 ____________________________________________________________________________
70908 [ 19301] By: sky                                   on 2003/04/21  21:33:14
70909         Log: Fix bug 17964 by properly refcounting the gv top.
70910              Seems like the entries in rsfp are way different than
70911              normal PVIO objects.
70912      Branch: perl
70913            ! sv.c
70914 ____________________________________________________________________________
70915 [ 19300] By: rgs                                   on 2003/04/21  19:42:04
70916         Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY).
70917
70918              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
70919              From: Enache Adrian <enache@rdslink.ro>
70920              Date: Sun, 20 Apr 2003 02:45:48 +0300
70921              Message-ID: <20030419234548.GA849@ratsnest.hole>
70922              and
70923              Date: Wed, 2 Apr 2003 07:52:28 +0300
70924              Message-ID: <20030402045227.GA1023@ratsnest.hole>
70925      Branch: perl
70926            ! pp_sys.c t/op/ref.t util.c
70927 ____________________________________________________________________________
70928 [ 19299] By: sky                                   on 2003/04/21  17:05:31
70929         Log: Croak on non ref to shared methods instead of segfault.
70930              This can really only happen for &share("string").
70931      Branch: perl
70932            ! ext/threads/shared/shared.xs
70933 ____________________________________________________________________________
70934 [ 19297] By: jhi                                   on 2003/04/21  16:24:36
70935         Log: Add OpenZaurus cross-compilation patches.
70936      Branch: perl
70937            + Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
70938            + Cross/config.sh-arm-linux Cross/generate_config_sh
70939            + Cross/installperl.patch Cross/warp
70940            ! Cross/README INSTALL MANIFEST
70941 ____________________________________________________________________________
70942 [ 19289] By: sky                                   on 2003/04/21  13:24:40
70943         Log: Fixes bug #17043, resets PL_srand_called before the cloning.
70944              Allows people to override the resetting by using srand() in CLONE.
70945      Branch: perl
70946            ! ext/threads/t/thread.t ext/threads/threads.xs
70947 ____________________________________________________________________________
70948 [ 19286] By: jhi                                   on 2003/04/21  06:50:42
70949         Log: Introduce two new Configure symbols:
70950              [1] d_faststdio  = d_stdstdio && d_stdio_ptr_lval &&
70951              (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
70952              [2] usefaststdio = do we use fast stdio if we have it?
70953              For 5.[68], we do.  For anything else, we don't.
70954              (At least, unless otherwise instructed by -Dusefaststdio.)
70955              This means that for bleadperl we no more use stdio, but instead
70956              default to perlio: the effect of PERLIO=perlio, in other words.
70957              (PERLIO=stdio will still switch to using stdio.)
70958              This change may endanger extensions using FILE*-- but if we are
70959              to migrate fully to perlio, better start swallowing the poison now.
70960              For maintperl, the usefaststdio still defaults to yes.
70961      Branch: perl
70962            ! Configure config_h.SH perlio.c t/io/layers.t
70963 ____________________________________________________________________________
70964 [ 19285] By: jhi                                   on 2003/04/21  05:43:55
70965         Log: Upgrade to Locale::Maketext 1.05.
70966      Branch: perl
70967            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
70968 ____________________________________________________________________________
70969 [ 19284] By: jhi                                   on 2003/04/21  05:40:34
70970         Log: Upgrade to Test 1.24.
70971      Branch: perl
70972            ! lib/Test.pm
70973 ____________________________________________________________________________
70974 [ 19283] By: rgs                                   on 2003/04/20  22:01:28
70975         Log: Subject: [PATCH] goto &sub doesn't empty @_
70976              From: Dave Mitchell <davem@fdgroup.com>
70977              Date: Sun, 20 Apr 2003 21:46:51 +0100
70978              Message-ID: <20030420204651.GE15591@fdgroup.com>
70979      Branch: perl
70980            ! pp_ctl.c
70981 ____________________________________________________________________________
70982 [ 19282] By: rgs                                   on 2003/04/20  21:22:29
70983         Log: Remove, in the main Makefile, the $(LDLIBPTH) variable from
70984              the commands that invoke $(CC).
70985              Subject: Re: Smoke failure
70986              From: Enache Adrian <enache@rdslink.ro>
70987              Date: Fri, 18 Apr 2003 19:06:07 +0300
70988              Message-ID: <20030418160606.GA797@ratsnest.hole>
70989      Branch: perl
70990            ! Makefile.SH
70991 ____________________________________________________________________________
70992 [ 19281] By: rgs                                   on 2003/04/20  19:53:53
70993         Log: Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
70994              From: Enache Adrian <enache@rdslink.ro>
70995              Date: Sat, 19 Apr 2003 20:12:18 +0300
70996              Message-ID: <20030419171218.GA974@ratsnest.hole>
70997      Branch: perl
70998            ! sv.c
70999 ____________________________________________________________________________
71000 [ 19280] By: rgs                                   on 2003/04/20  18:55:40
71001         Log: Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
71002              Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
71003              From: Steve Hay <steve.hay@uk.radan.com>
71004              Date: Wed, 16 Apr 2003 11:12:22 +0100
71005              Message-ID: <3E9D2C86.8040104@uk.radan.com>
71006      Branch: perl
71007            ! INSTALL win32/Makefile
71008 ____________________________________________________________________________
71009 [ 19278] By: jhi                                   on 2003/04/20  07:42:17
71010         Log: Give more information of what to do when -Dusexxx fail.
71011      Branch: perl
71012            ! Configure
71013 ____________________________________________________________________________
71014 [ 19277] By: rgs                                   on 2003/04/19  19:40:22
71015         Log: Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
71016              by adding a dummy destructor method Regexp::DESTROY.
71017              This prevents infinite recursion, since Regexp::DESTROY
71018              is no more autoloaded.
71019
71020              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
71021              From: Enache Adrian <enache@rdslink.ro>
71022              Date: Wed, 2 Apr 2003 05:02:42 +0300
71023              Message-ID: <20030402020242.GA2966@ratsnest.hole>
71024      Branch: perl
71025            ! ext/B/t/stash.t t/op/ref.t universal.c
71026 ____________________________________________________________________________
71027 [ 19276] By: rgs                                   on 2003/04/19  19:32:25
71028         Log: Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
71029              From: Dave Mitchell <davem@fdgroup.com>
71030              Date: Sat, 19 Apr 2003 20:06:51 +0100
71031              Message-ID: <20030419190651.GD13333@fdgroup.com>
71032      Branch: perl
71033            ! t/comp/parser.t toke.c
71034 ____________________________________________________________________________
71035 [ 19275] By: jhi                                   on 2003/04/19  18:52:24
71036         Log: Restore the two variables retired by the change #19268
71037              (for binary backward compatibility)
71038      Branch: perl
71039            ! embedvar.h perlapi.h thrdvar.h
71040 ____________________________________________________________________________
71041 [ 19273] By: jhi                                   on 2003/04/19  17:36:33
71042         Log: Fail if the specified -Duse64xxx cannot be fulfilled.
71043              (And undo a doublesize probe glitch from change #19272.)
71044      Branch: perl
71045            ! Configure
71046 ____________________________________________________________________________
71047 [ 19272] By: jhi                                   on 2003/04/19  16:38:12
71048         Log: If long doubles fail, we really cannot sensibly
71049              drop back to doubles anymore, therefore abort.
71050              Pointed out by Slaven Rezic. (I tried to fix this
71051              via metaconfig but ended up with a vicious cyclic
71052              dependency.)
71053      Branch: perl
71054            ! Configure
71055 ____________________________________________________________________________
71056 [ 19270] By: jhi                                   on 2003/04/19  12:09:21
71057         Log: Upgrade to Net::Ping 2.30.
71058      Branch: perl
71059            ! lib/Net/Ping.pm lib/Net/Ping/Changes
71060            ! lib/Net/Ping/t/450_service.t
71061 ____________________________________________________________________________
71062 [ 19269] By: jhi                                   on 2003/04/19  07:10:57
71063         Log: Bump the test count.
71064      Branch: perl
71065            ! ext/Storable/t/tied.t
71066 ____________________________________________________________________________
71067 [ 19268] By: jhi                                   on 2003/04/19  07:06:13
71068         Log: Subject: [PATCH] allow recursive FETCHes
71069              From: Dave Mitchell <davem@fdgroup.com>
71070              Date: Mon, 7 Apr 2003 10:00:41 +0100
71071              Message-ID: <20030407100041.A1617@fdgroup.com>
71072      Branch: perl
71073            ! av.c dump.c embed.fnc embed.h embedvar.h
71074            ! ext/Storable/t/st-dump.pl hv.c perl.c perlapi.h proto.h sv.c
71075            ! sv.h t/op/tie.t thrdvar.h
71076 ____________________________________________________________________________
71077 [ 19267] By: jhi                                   on 2003/04/19  06:54:34
71078         Log: Subject: [PATCH] readline.t tweak for VMS
71079              From: "Craig A. Berry" <craigberry@mac.com>
71080              Date: Thu, 17 Apr 2003 17:18:19 -0500
71081              Message-ID: <3E9F282B.6090603@mac.com>
71082      Branch: perl
71083            ! t/op/readline.t
71084 ____________________________________________________________________________
71085 [ 19266] By: jhi                                   on 2003/04/19  06:46:48
71086         Log: Subject: [PATCH] Re: any takers for this Storable bug?
71087              From: Enache Adrian <enache@rdslink.ro>
71088              Date: Wed, 16 Apr 2003 21:11:11 +0300
71089              Message-ID: <20030416181111.GA6687@ratsnest.hole>
71090
71091              ams had already fixed the bug by #19227, but take the
71092              test case.
71093      Branch: perl
71094            ! ext/Storable/t/tied.t
71095 ____________________________________________________________________________
71096 [ 19265] By: sky                                   on 2003/04/19  00:40:42
71097         Log: Don't use the stack to allocate a SV that we hand out to another
71098              function, only badness can ensure.
71099              Message-Id: <20030418180131.GD10086@fdgroup.com>
71100              Thanks go to Dave Mitchell for help in tracking down the bug!
71101      Branch: perl
71102            ! sv.c
71103 ____________________________________________________________________________
71104 [ 19264] By: jhi                                   on 2003/04/18  19:28:04
71105         Log: UTF8 regexp patch from Inaba Hiroto.
71106      Branch: perl
71107            ! regcomp.c t/op/pat.t
71108 ____________________________________________________________________________
71109 [ 19263] By: jhi                                   on 2003/04/18  19:16:43
71110         Log: Unused variables.
71111      Branch: perl
71112            ! perlio.c universal.c
71113 ____________________________________________________________________________
71114 [ 19262] By: sky                                   on 2003/04/17  20:02:33
71115         Log: Another needle in the voodoo doll.
71116              Now I think it should work with the shared
71117              strings.
71118      Branch: perl
71119            ! sv.c
71120 ____________________________________________________________________________
71121 [ 19254] By: sky                                   on 2003/04/17  17:31:52
71122         Log: Extreme Voodoo programming, by not pinching the SV if it is a
71123              PADTMP it happily keeps it's value later on!
71124      Branch: perl
71125            ! sv.c
71126 ____________________________________________________________________________
71127 [ 19253] By: jhi                                   on 2003/04/17  17:09:16
71128         Log: Implement -Dnoextensions=... and -Donlyextensions=...
71129      Branch: perl
71130            ! Configure INSTALL
71131 ____________________________________________________________________________
71132 [ 19252] By: ams                                   on 2003/04/17  16:19:31
71133         Log: Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
71134              Anything that's broken by this change should be fixed.
71135      Branch: perl
71136            ! gv.c
71137 ____________________________________________________________________________
71138 [ 19251] By: jhi                                   on 2003/04/17  15:39:56
71139         Log: Introduce the new *l APIs, undefined, to non-Configure lands.
71140      Branch: perl
71141            ! NetWare/config.wc NetWare/config_H.wc configure.com
71142            ! djgpp/configure.bat epoc/config.sh plan9/config.plan9
71143            ! plan9/config_h.sample plan9/config_sh.sample win32/config.bc
71144            ! win32/config.gc win32/config.vc win32/config.vc64
71145            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
71146            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
71147 ____________________________________________________________________________
71148 [ 19250] By: jhi                                   on 2003/04/17  15:07:08
71149         Log: Regen Glossary et alia.
71150      Branch: perl
71151            ! Porting/Glossary Porting/config.sh Porting/config_H
71152 ____________________________________________________________________________
71153 [ 19248] By: jhi                                   on 2003/04/17  14:53:41
71154         Log: Small tidying up of the selectminbits code, but most
71155              importantly allocate the buffer from the heap using
71156              malloc, not from the stack: using stack causes unaligned
71157              access in LP64 Solaris since stack data is not guaranteed
71158              to be 64-bit aligned, while a fd_set is (it has 1024 longs).
71159              (via Alan Burlison)
71160      Branch: perl
71161            ! Configure
71162 ____________________________________________________________________________
71163 [ 19247] By: ams                                   on 2003/04/17  12:24:57
71164         Log: Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
71165              From: Enache Adrian <enache@rdslink.ro>
71166              Date: Thu, 17 Apr 2003 14:35:36 +0300
71167              Message-Id: <20030417113536.GA898@ratsnest.hole>
71168      Branch: perl
71169            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
71170 ____________________________________________________________________________
71171 [ 19245] By: jhi                                   on 2003/04/17  09:20:27
71172         Log: Document that the open pragma does not affect
71173              the three-headed hydra, ummm, open.
71174      Branch: perl
71175            ! lib/open.pm
71176 ____________________________________________________________________________
71177 [ 19244] By: jhi                                   on 2003/04/17  06:45:26
71178         Log: More maneuvering closer to proposed POSIX classes
71179              mapping to Unicode: (1) The definitions of "graph" and
71180              "print" are still in flux: move closer back to how Perl
71181              5.8.0 defined it (though drop Co, that did not make sense)
71182              (2) Add U+0085 (NEL) to "space".
71183      Branch: perl
71184            ! lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl
71185            ! lib/unicore/lib/Space.pl lib/unicore/mktables
71186 ____________________________________________________________________________
71187 [ 19243] By: jhi                                   on 2003/04/17  05:29:24
71188         Log: Detect the 'fast stdio' case.
71189      Branch: perl
71190            ! lib/PerlIO.pm t/io/layers.t
71191 ____________________________________________________________________________
71192 [ 19242] By: jhi                                   on 2003/04/16  20:14:01
71193         Log: Fix up Larry's copyright statements to my best knowledge.
71194              (Lots of Perl 5 source code archaeology was involved.)
71195              Larry didn't make strangled noises when I showed him
71196              the patch, either :-)
71197      Branch: perl
71198            ! EXTERN.h INTERN.h Porting/pumpkin.pod README XSUB.h av.c av.h
71199            ! cc_runtime.h cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
71200            ! embed.h embed.pl embedvar.h fakesdio.h fakethr.h form.h
71201            ! global.sym globals.c gv.c gv.h handy.h hv.c hv.h keywords.h
71202            ! keywords.pl locale.c mg.c mg.h miniperlmain.c nostdio.h
71203            ! numeric.c op.c op.h opcode.h opcode.pl opnames.h pad.c pad.h
71204            ! patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.h
71205            ! perlsdio.h perlsfio.h perlvars.h pp.c pp.h pp_ctl.c pp_hot.c
71206            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.c reentr.h
71207            ! reentr.pl regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
71208            ! scope.h sv.c sv.h taint.c thrdvar.h thread.h toke.c
71209            ! universal.c unixish.h utf8.c utf8.h utfebcdic.h util.c util.h
71210            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
71211            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
71212            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c xsutils.c
71213 ____________________________________________________________________________
71214 [ 19241] By: jhi                                   on 2003/04/16  17:24:24
71215         Log: Handle PERLIO= and document a bit.
71216      Branch: perl
71217            ! lib/PerlIO.pm pod/perlrun.pod t/io/layers.t
71218 ____________________________________________________________________________
71219 [ 19240] By: sky                                   on 2003/04/16  16:27:43
71220         Log: Fix double join problem for those places where free
71221              actually means free (solaris for example :)
71222              Fixes bug #16681
71223      Branch: perl
71224            ! ext/threads/t/join.t ext/threads/threads.xs
71225 ____________________________________________________________________________
71226 [ 19239] By: jhi                                   on 2003/04/16  14:57:47
71227         Log: Try to get the layers.t working also for dosish platforms.
71228      Branch: perl
71229            ! lib/PerlIO.pm t/io/layers.t
71230 ____________________________________________________________________________
71231 [ 19238] By: jhi                                   on 2003/04/16  13:27:24
71232         Log: A -C parsed from the #! line can still have line endings in it.
71233      Branch: perl
71234            ! util.c
71235 ____________________________________________________________________________
71236 [ 19237] By: jhi                                   on 2003/04/16  13:23:37
71237         Log: What does an empty PERLIO= mean, anyway?
71238      Branch: perl
71239            ! t/io/layers.t
71240 ____________________________________________________________________________
71241 [ 19236] By: jhi                                   on 2003/04/16  13:09:42
71242         Log: Document the effect of thread creation context.
71243      Branch: perl
71244            ! ext/threads/threads.pm
71245 ____________________________________________________________________________
71246 [ 19235] By: jhi                                   on 2003/04/16  12:13:07
71247         Log: Use the right prototype and a glob is fine (from Rafael).
71248      Branch: perl
71249            ! lib/PerlIO.pm universal.c
71250 ____________________________________________________________________________
71251 [ 19234] By: jhi                                   on 2003/04/16  10:20:46
71252         Log: PerlIO::get_layers() usage tip.
71253      Branch: perl
71254            ! lib/PerlIO.pm
71255 ____________________________________________________________________________
71256 [ 19233] By: jhi                                   on 2003/04/16  10:07:48
71257         Log: Syntax terror.
71258      Branch: perl
71259            ! lib/unicore/mktables
71260 ____________________________________________________________________________
71261 [ 19232] By: jhi                                   on 2003/04/16  09:45:51
71262         Log: Redundant test.
71263      Branch: perl
71264            ! lib/unicore/mktables
71265 ____________________________________________________________________________
71266 [ 19231] By: jhi                                   on 2003/04/16  09:21:25
71267         Log: Synchronize the specifications of the POSIX character
71268              classes alnum, graph, and print closer to the planned
71269              Unicode proposal.
71270      Branch: perl
71271            ! lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
71272            ! lib/unicore/lib/Print.pl lib/unicore/mktables utf8.c
71273 ____________________________________________________________________________
71274 [ 19230] By: jhi                                   on 2003/04/16  08:57:01
71275         Log: Patch from Merijn.
71276      Branch: perl
71277            ! perl.h
71278 ____________________________________________________________________________
71279 [ 19228] By: jhi                                   on 2003/04/16  08:27:26
71280         Log: Thinko in modfl detection.
71281      Branch: perl
71282            ! Configure
71283 ____________________________________________________________________________
71284 [ 19227] By: ams                                   on 2003/04/16  02:32:11
71285         Log: Storable now handles self-tied scalars with NULL mg_obj.
71286      Branch: perl
71287            ! ext/Storable/Storable.xs
71288 ____________________________________________________________________________
71289 [ 19226] By: jhi                                   on 2003/04/15  18:00:21
71290         Log: Upgrade to Pod::LaTeX 0.55.
71291      Branch: perl
71292            + lib/Pod/t/pod2latex.t
71293            - lib/Pod/t/latex.t
71294            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
71295 ____________________________________________________________________________
71296 [ 19224] By: jhi                                   on 2003/04/15  17:01:27
71297         Log: The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.
71298      Branch: perl
71299            ! Configure
71300 ____________________________________________________________________________
71301 [ 19223] By: jhi                                   on 2003/04/15  16:36:32
71302         Log: Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
71303      Branch: perl
71304            ! t/io/layers.t
71305 ____________________________________________________________________________
71306 [ 19221] By: jhi                                   on 2003/04/15  16:27:49
71307         Log: False alarm: no cyclic dependency.
71308      Branch: perl
71309            ! Configure config_h.SH
71310 ____________________________________________________________________________
71311 [ 19219] By: jhi                                   on 2003/04/15  16:08:11
71312         Log: Backport of _most_ of the changes in #19218: not one big
71313              cyclic dependency, though, it must be broken up somehow.
71314      Branch: perl
71315            ! Configure config_h.SH
71316 ____________________________________________________________________________
71317 [ 19218] By: jhi                                   on 2003/04/15  14:09:31
71318         Log: Big patch from Alan Burlison to make Solaris long doubles work.
71319              (Also spreads more <stdlib.h> joy.)
71320              Needs backporting to metaconfig units and introducing the new
71321              symbols to non-Configure lands.
71322      Branch: perl
71323            ! Configure config_h.SH hints/solaris_2.sh numeric.c perl.h pp.c
71324 ____________________________________________________________________________
71325 [ 19217] By: jhi                                   on 2003/04/15  14:01:03
71326         Log: Don't skip the whole test for PERLIO=perlio.
71327      Branch: perl
71328            ! t/io/layers.t
71329 ____________________________________________________________________________
71330 [ 19215] By: jhi                                   on 2003/04/15  05:54:17
71331         Log: Add a test for [perl #17753].
71332      Branch: perl
71333            ! t/op/undef.t
71334 ____________________________________________________________________________
71335 [ 19214] By: jhi                                   on 2003/04/15  05:40:52
71336         Log: "proto.h": 'id' is a reserved word in Objective-C.
71337      Branch: perl
71338            ! embed.fnc op.c proto.h
71339 ____________________________________________________________________________
71340 [ 19213] By: sky                                   on 2003/04/14  21:42:10
71341         Log: Ook, run tests on correct build-dir next time.
71342              We must check if the hv is a stash, otherwise we try to delete
71343              something that is a HvNAME of null.....  tests pass better now
71344      Branch: perl
71345            ! gv.c
71346 ____________________________________________________________________________
71347 [ 19212] By: sky                                   on 2003/04/14  21:15:00
71348         Log: Fixes to bugs introduced by PL_stashcache
71349              A) Follow suggestion by Benjamin Goldberg to use hv_delete
71350              instead of hv_delete_ent to avoid creating a temporary SV
71351              B) Don't increment the refcount, sneak it into an IV instead
71352              C) When a GP is a deleted that contains a stash, remove the
71353              corresponding entry since hv might be in use in other places.
71354              D) Note that no test cases test the deletion of packages to catch
71355              this bug.
71356      Branch: perl
71357            ! gv.c hv.c pp_hot.c
71358 ____________________________________________________________________________
71359 [ 19211] By: rgs                                   on 2003/04/14  21:11:11
71360         Log: Mention that "make test_harness" lets messages sent through
71361              standard error out. Complements change #19206.
71362      Branch: perl
71363            ! pod/perlhack.pod
71364 ____________________________________________________________________________
71365 [ 19210] By: rgs                                   on 2003/04/14  20:48:02
71366         Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1  [perl #17757]
71367              From: Inaba Hiroto <inaba@st.rim.or.jp>
71368              Date: Fri, 21 Mar 2003 17:35:21 +0900
71369              Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
71370              Date: Sat, 22 Mar 2003 11:28:05 +0900
71371              Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
71372      Branch: perl
71373            ! regexec.c t/op/pat.t
71374 ____________________________________________________________________________
71375 [ 19209] By: jhi                                   on 2003/04/14  20:36:55
71376         Log: PERLIO=perlio requires extra steps.
71377      Branch: perl
71378            ! lib/PerlIO.pm t/io/layers.t
71379 ____________________________________________________________________________
71380 [ 19208] By: jhi                                   on 2003/04/14  20:02:04
71381         Log: Skip as early as possible if no perlio since the
71382              use open would be compile-time.
71383      Branch: perl
71384            ! t/io/layers.t
71385 ____________________________________________________________________________
71386 [ 19207] By: rgs                                   on 2003/04/14  19:34:42
71387         Log: Document and test autovivified dirhandles.
71388              Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
71389              From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
71390              Date: 12 Apr 2003 12:40:45 -0000
71391              Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
71392      Branch: perl
71393            ! pod/perlfunc.pod t/op/readdir.t
71394 ____________________________________________________________________________
71395 [ 19206] By: rgs                                   on 2003/04/14  19:13:26
71396         Log: More docs about running tests and the test suite.
71397              Update perlhack.pod in various places.
71398              Add 'test_harness' as a .PHONY dependency in the Makefile.
71399      Branch: perl
71400            ! Makefile.SH pod/perlhack.pod t/README
71401 ____________________________________________________________________________
71402 [ 19205] By: jhi                                   on 2003/04/14  18:58:01
71403         Log: Build get_layers() also under -Uuseperlio.
71404      Branch: perl
71405            ! universal.c
71406 ____________________________________________________________________________
71407 [ 19204] By: jhi                                   on 2003/04/14  18:48:04
71408         Log: Bump up the version and admonish against aspiring (ab)use.
71409      Branch: perl
71410            ! lib/PerlIO.pm
71411 ____________________________________________________________________________
71412 [ 19203] By: jhi                                   on 2003/04/14  17:35:51
71413         Log: Introduce PerlIO::get_layers() to allow people to peek
71414              at the PerlIO layer stack.
71415      Branch: perl
71416            + t/io/layers.t
71417            ! MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
71418            ! universal.c
71419 ____________________________________________________________________________
71420 [ 19202] By: merijn                                on 2003/04/14  05:42:18
71421         Log: Subject: [PATCH] vms/vms.c waitpid tweak
71422              From: "Craig A. Berry" <craigberry@mac.com>
71423              Date: Mon, 14 Apr 2003 00:43:00 -0500
71424              Message-ID: <3E9A4A64.6030205@mac.com>
71425      Branch: perl
71426            ! vms/vms.c
71427 ____________________________________________________________________________
71428 [ 19201] By: sky                                   on 2003/04/13  19:26:46
71429         Log: Fix bug #16253, use all the CPU that we can :-)
71430      Branch: perl
71431            ! ext/threads/threads.xs
71432 ____________________________________________________________________________
71433 [ 19200] By: sky                                   on 2003/04/13  18:38:58
71434         Log: Fix bug #15893 by creating shared scalars with a refcount of 1
71435              instead of 2 and make push and pop increase the refcount.
71436      Branch: perl
71437            ! ext/threads/shared/shared.xs
71438 ____________________________________________________________________________
71439 [ 19199] By: jhi                                   on 2003/04/13  11:45:42
71440         Log: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
71441              ../../lib for the lc() at line 66 (UTF-8 data possible
71442              if using UTF-8 locales).
71443      Branch: perl
71444            ! lib/ExtUtils/t/Install.t
71445 ____________________________________________________________________________
71446 [ 19198] By: jhi                                   on 2003/04/13  09:43:09
71447         Log: The lib/ipc_sysv.t test has a new name.
71448      Branch: perl
71449            ! INSTALL
71450 ____________________________________________________________________________
71451 [ 19197] By: jhi                                   on 2003/04/13  09:32:05
71452         Log: Continue hunting for the cause of the Tru64 failed threaded smokes
71453              most probably introduced by the change #19157.  The tweak suggested
71454              by Stephen McCamant trades a possible dangling pointer (CopFILE()
71455              is tricky like that with threads) to a memory leak.  (This means
71456              that this tweak shouldn't be left in as-is, but if this helps,
71457              we at least know that the failure was caused by the #19157.)
71458      Branch: perl
71459            ! op.c
71460 ____________________________________________________________________________
71461 [ 19196] By: jhi                                   on 2003/04/13  09:20:02
71462         Log: Upgrade to Net::Ping 2.29.
71463      Branch: perl
71464            + lib/Net/Ping/t/510_ping_udp.t
71465            - lib/Net/Ping/README
71466            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
71467 ____________________________________________________________________________
71468 [ 19195] By: jhi                                   on 2003/04/13  09:02:05
71469         Log: Upgrade to Test::Harness 2.27_04.
71470      Branch: perl
71471            + lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
71472            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Straps.pm
71473            ! lib/Test/Harness/t/test-harness.t
71474 ____________________________________________________________________________
71475 [ 19194] By: rgs                                   on 2003/04/12  21:21:04
71476         Log: Darwin/Rhapsody hints files updates by Wilfredo Sánchez
71477      Branch: perl
71478            ! hints/darwin.sh hints/rhapsody.sh
71479 ____________________________________________________________________________
71480 [ 19192] By: jhi                                   on 2003/04/12  18:23:40
71481         Log: The debugging aid #19182 didn't.
71482      Branch: perl
71483            ! ext/B/t/deparse.t
71484 ____________________________________________________________________________
71485 [ 19191] By: jhi                                   on 2003/04/12  16:51:12
71486         Log: Benchmark nit from Nicholas Clark (in OpenBSD the result could
71487              be a negative zero, -0).
71488      Branch: perl
71489            ! lib/Benchmark.t
71490 ____________________________________________________________________________
71491 [ 19190] By: rgs                                   on 2003/04/12  13:41:25
71492         Log: Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
71493              From: Michael G Schwern <schwern@pobox.com>
71494              Date: Fri, 11 Apr 2003 00:32:02 -0700
71495              Message-ID: <20030411073202.GC5916@windhund.schwern.org>
71496      Branch: perl
71497            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
71498            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
71499            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO
71500            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/00setup_dummy.t
71501            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/basic.t
71502            ! lib/ExtUtils/t/zz_cleanup_dummy.t
71503 ____________________________________________________________________________
71504 [ 19189] By: rgs                                   on 2003/04/10  20:40:14
71505         Log: Peter Scott suggests that the docs for base.pm should
71506              state explicitely that base.pm doesn't call import()
71507              on base classes. Plus a few typos.
71508      Branch: perl
71509            ! lib/base.pm
71510 ____________________________________________________________________________
71511 [ 19188] By: rgs                                   on 2003/04/10  19:45:08
71512         Log: PerlFAQ sync.
71513      Branch: perl
71514            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
71515            ! pod/perlfaq7.pod pod/perlfaq9.pod
71516 ____________________________________________________________________________
71517 [ 19187] By: rgs                                   on 2003/04/10  19:25:18
71518         Log: Fix bug #21914, 3-arg open + local $fh + strict coredump.
71519              There used to be a nullstash (%{"<none>::"}) to hold illegal
71520              variables under strict 'vars'. It has been removed by change #17942.
71521              This can lead to segfaults during the parsing, because some illegal
71522              variables might have been discarded before the compilation of the
71523              current statement had completed.
71524              Bug analysis and test case by Enache Adrian.
71525      Branch: perl
71526            ! gv.c t/lib/strict/vars
71527 ____________________________________________________________________________
71528 [ 19186] By: jhi                                   on 2003/04/10  19:13:40
71529         Log: Be more descriptive.
71530      Branch: perl
71531            ! MANIFEST
71532 ____________________________________________________________________________
71533 [ 19185] By: jhi                                   on 2003/04/10  19:06:02
71534         Log: Noted by Nat: -0 didn't work that well with Unicode.
71535      Branch: perl
71536            ! perl.c pod/perlrun.pod
71537 ____________________________________________________________________________
71538 [ 19184] By: jhi                                   on 2003/04/10  17:26:43
71539         Log: Add an option for the grok_xxx() to silently ignore bad digits.
71540      Branch: perl
71541            ! numeric.c perl.h
71542 ____________________________________________________________________________
71543 [ 19183] By: jhi                                   on 2003/04/10  10:56:25
71544         Log: The test doesn't work that well when -Uusedl.
71545              Some of the tests could be salvaged even then I guess.
71546      Branch: perl
71547            ! lib/ExtUtils/t/Constant.t
71548 ____________________________________________________________________________
71549 [ 19182] By: jhi                                   on 2003/04/10  09:40:24
71550         Log: A temporary debugging aid for Tru64 threaded builds.
71551      Branch: perl
71552            ! ext/B/t/deparse.t
71553 ____________________________________________________________________________
71554 [ 19181] By: jhi                                   on 2003/04/10  08:02:10
71555         Log: Unless Inuits are involved...
71556      Branch: perl
71557            ! pod/perlrun.pod
71558 ____________________________________________________________________________
71559 [ 19180] By: jhi                                   on 2003/04/10  07:02:44
71560         Log: With AFS the cwds have little chance of agreeing.
71561      Branch: perl
71562            ! ext/Cwd/t/cwd.t
71563 ____________________________________________________________________________
71564 [ 19179] By: jhi                                   on 2003/04/10  06:46:50
71565         Log: I assume the idea was to use the *cwd variables for testing.
71566      Branch: perl
71567            ! ext/Cwd/t/cwd.t
71568 ____________________________________________________________________________
71569 [ 19177] By: jhi                                   on 2003/04/10  04:34:48
71570         Log: perlport information about portably embedding string data.
71571      Branch: perl
71572            ! pod/perlport.pod
71573 ____________________________________________________________________________
71574 [ 19176] By: jhi                                   on 2003/04/10  04:18:45
71575         Log: Also locale names can contain illegal UTF-8.
71576      Branch: perl
71577            ! lib/locale.t
71578 ____________________________________________________________________________
71579 [ 19175] By: jhi                                   on 2003/04/10  04:03:48
71580         Log: In case someone is using UTF-8 locales.
71581      Branch: perl
71582            ! lib/ExtUtils/MM_MacOS.pm
71583 ____________________________________________________________________________
71584 [ 19174] By: merijn                                on 2003/04/09  14:33:12
71585         Log: Even more promotion for -lc128 (long doubles on AIX)
71586              More obvious detection of C compiler
71587              cc_type should not promote to config.sh
71588
71589              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
71590              Date: Wed, 09 Apr 2003 14:31:48 +0200
71591              Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
71592      Branch: perl
71593            ! hints/aix.sh
71594 ____________________________________________________________________________
71595 [ 19173] By: jhi                                   on 2003/04/09  12:39:35
71596         Log: open(my $fh, ">&", STDOUT) should not warn under strict.
71597      Branch: perl
71598            ! op.c t/io/open.t
71599 ____________________________________________________________________________
71600 [ 19172] By: jhi                                   on 2003/04/09  10:40:31
71601         Log: Try to be more descriptive than just __ANONIO__ which is what
71602              you get when you autovivify filehandles into array/hash elements.
71603      Branch: perl
71604            ! doio.c op.c t/io/open.t
71605 ____________________________________________________________________________
71606 [ 19171] By: rgs                                   on 2003/04/08  20:44:20
71607         Log: Implement support for --help and --version in Getopt::Std
71608              Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
71609              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
71610              Date: Mon, 7 Apr 2003 17:07:15 -0700
71611              Message-ID: <20030408000714.GA953@math.berkeley.edu>
71612      Branch: perl
71613            ! lib/Getopt/Std.pm
71614 ____________________________________________________________________________
71615 [ 19170] By: rgs                                   on 2003/04/08  19:47:05
71616         Log: Subject: [PATCH] Re: Error: Unknown error
71617              From: Enache Adrian <enache@rdslink.ro>
71618              Date: Tue, 8 Apr 2003 07:12:13 +0300
71619              Message-ID: <20030408041213.GA13553@ratsnest.hole>
71620      Branch: perl
71621            ! lib/fields.t lib/strict.t op.c t/lib/strict/subs
71622 ____________________________________________________________________________
71623 [ 19169] By: rgs                                   on 2003/04/08  19:19:34
71624         Log: Subject: [PATCH] (vaguely connected with) [perl #21875] Hash ref transformed as a list
71625              From: Dave Mitchell <davem@fdgroup.com>
71626              Date: Mon, 7 Apr 2003 21:43:17 +0100
71627              Message-ID: <20030407204317.GA8796@fdgroup.com>
71628
71629              The new XTERMORDORDOR lexer expectation must also be named
71630              in debugging perls, to be used in the output of -DT.
71631      Branch: perl
71632            ! perl.h toke.c
71633 ____________________________________________________________________________
71634 [ 19168] By: rgs                                   on 2003/04/08  19:05:22
71635         Log: Document that perl recognizes 2>&1 on the command-line on VMS.
71636      Branch: perl
71637            ! vms/perlvms.pod
71638 ____________________________________________________________________________
71639 [ 19167] By: rgs                                   on 2003/04/08  18:47:18
71640         Log: Typos fixes by Stas Bekman.
71641      Branch: perl
71642            ! cv.h lib/attributes.pm sv.h
71643 ____________________________________________________________________________
71644 [ 19166] By: rgs                                   on 2003/04/08  18:43:22
71645         Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1`  these days?
71646              From: Robin Barker <Robin.Barker@npl.co.uk>
71647              Date: Tue, 8 Apr 2003 14:23:04 +0100
71648              Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
71649      Branch: perl
71650            ! pod/perlpod.pod
71651 ____________________________________________________________________________
71652 [ 19164] By: jhi                                   on 2003/04/08  04:42:05
71653         Log: Few more words about safe/unsafe signals.
71654      Branch: perl
71655            ! pod/perlipc.pod pod/perlrun.pod pod/perlvar.pod
71656 ____________________________________________________________________________
71657 [ 19163] By: jhi                                   on 2003/04/07  19:25:39
71658         Log: The SvGROW() might move the PV.
71659      Branch: perl
71660            ! pp.c
71661 ____________________________________________________________________________
71662 [ 19162] By: jhi                                   on 2003/04/07  18:23:29
71663         Log: Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
71664              From: Michael G Schwern <schwern@pobox.com>
71665              Date: Mon, 7 Apr 2003 02:09:17 -0700
71666              Message-ID: <20030407090917.GA9221@windhund.schwern.org>
71667      Branch: perl
71668            + lib/ExtUtils/t/MM_Any.t
71669            ! MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Command/MM.pm
71670            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
71671            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
71672            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
71673            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
71674            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
71675            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_UWIN.pm
71676            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
71677            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
71678            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
71679            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
71680            ! lib/ExtUtils/README lib/ExtUtils/TODO
71681            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/MM_Cygwin.t
71682            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
71683 ____________________________________________________________________________
71684 [ 19160] By: jhi                                   on 2003/04/07  04:17:38
71685         Log: Time::HiRes: Do not create files in blib directories under core
71686              (from Rafael)
71687      Branch: perl
71688            ! ext/Time/HiRes/Makefile.PL
71689 ____________________________________________________________________________
71690 [ 19159] By: jhi                                   on 2003/04/07  03:53:01
71691         Log: Future binary compat wishful thinking:
71692              maint will use the stashcache, but not the dbassertion.
71693      Branch: perl
71694            ! intrpvar.h
71695 ____________________________________________________________________________
71696 [ 19158] By: jhi                                   on 2003/04/07  03:41:17
71697         Log: More WinCE tweaking for Vadim Konovalov.
71698      Branch: perl
71699            ! wince/Makefile.ce wince/compile-all.bat wince/compile.bat
71700            ! wince/makedist.pl
71701 ____________________________________________________________________________
71702 [ 19157] By: rgs                                   on 2003/04/06  20:53:29
71703         Log: Subject: CvFILE for constant subs
71704              From: Stephen McCamant <smcc@mit.edu>
71705              Date: Sun, 6 Apr 2003 16:39:13 -0400
71706              Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
71707      Branch: perl
71708            ! op.c
71709 ____________________________________________________________________________
71710 [ 19156] By: rgs                                   on 2003/04/06  20:44:09
71711         Log: Subject: [PATCH] B::Deparse: sv_no != 0
71712              From: Stephen McCamant <smcc@mit.edu>
71713              Date: Sun, 6 Apr 2003 17:00:48 -0400
71714              Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
71715      Branch: perl
71716            ! ext/B/B/Deparse.pm
71717 ____________________________________________________________________________
71718 [ 19154] By: jhi                                   on 2003/04/06  19:46:35
71719         Log: An unconditional carp is not nice.
71720      Branch: perl
71721            ! ext/Sys/Syslog/Syslog.pm
71722 ____________________________________________________________________________
71723 [ 19153] By: rgs                                   on 2003/04/06  18:37:58
71724         Log: Subject: [DOC PATCH] README.solaris and -Dcc=gcc
71725              From: Robert Spier <rspier@pobox.com>
71726              Date: Sat, 05 Apr 2003 21:12:20 -0800
71727              Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
71728      Branch: perl
71729            ! README.solaris
71730 ____________________________________________________________________________
71731 [ 19152] By: rgs                                   on 2003/04/06  18:24:38
71732         Log: Remove unportable ">|" shell syntax
71733              Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
71734              From: Enache Adrian <enache@rdslink.ro>
71735              Date: Sun, 6 Apr 2003 21:13:27 +0300
71736              Message-ID: <20030406181326.GA873@ratsnest.hole>
71737      Branch: perl
71738            ! Makefile.SH
71739 ____________________________________________________________________________
71740 [ 19151] By: jhi                                   on 2003/04/06  18:14:44
71741         Log: Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
71742              From: Joost van Baal <J.E.vanBaal@uvt.nl>
71743              Date: Mon, 25 Nov 2002 17:35:37 +0100
71744              Message-ID: <20021125163537.GC4745@banach.uvt.nl>
71745
71746              (The .pm patch modified a bit, and removed the false
71747              claim that _PATH_INFO would be coming from syslog.ph)
71748      Branch: perl
71749            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
71750            ! ext/Sys/Syslog/syslog.t
71751 ____________________________________________________________________________
71752 [ 19150] By: rgs                                   on 2003/04/05  21:10:00
71753         Log: Subject: LD_PRELOAD hack, still badly flawed / a solution
71754              From: Enache Adrian <enache@rdslink.ro>
71755              Date: Thu, 3 Apr 2003 15:50:48 +0300
71756              Message-ID: <20030403125048.GA6107@ratsnest.hole>
71757
71758              On linux, when building a shared library, generate
71759              a small shell wrapper, "preload", that preloads libperl.so
71760              only if it exists. Useful when the 'make' process stops
71761              before the link phase.
71762      Branch: perl
71763            ! Makefile.SH
71764 ____________________________________________________________________________
71765 [ 19149] By: jhi                                   on 2003/04/05  20:44:25
71766         Log: Upgrade to Locale::Maketext 1.04.
71767      Branch: perl
71768            + lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
71769            + lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
71770            - lib/Locale/Maketext/test.pl
71771            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
71772            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
71773 ____________________________________________________________________________
71774 [ 19148] By: jhi                                   on 2003/04/05  20:38:30
71775         Log: perluniintro.pod: nice_string() doesn't escape
71776              literal escape chars -- use Sadahiro-san's fix(es).
71777      Branch: perl
71778            ! pod/perluniintro.pod
71779 ____________________________________________________________________________
71780 [ 19147] By: rgs                                   on 2003/04/05  19:12:30
71781         Log: Subject: [PATCH 5.8.1 @19053] Embedding
71782              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
71783              Date: Mon, 31 Mar 2003 12:39:24 -0800
71784              Message-ID: <20030331203924.GA3602@math.berkeley.edu>
71785
71786              Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
71787              to be used in a C program's main function.
71788      Branch: perl
71789            ! lib/ExtUtils/t/Embed.t pod/perlembed.pod
71790 ____________________________________________________________________________
71791 [ 19146] By: jhi                                   on 2003/04/05  19:08:37
71792         Log: Heredocs and use encoding didn't work for SJIS;
71793              patch from Inaba Hiroto.
71794      Branch: perl
71795            ! toke.c
71796 ____________________________________________________________________________
71797 [ 19145] By: rgs                                   on 2003/04/05  11:45:36
71798         Log: The manpages don't have to be built by MakeMaker for the
71799              core modules in ext/. Disable this in Devel::PPPort (not
71800              up-to-date on CPAN), Unicode::Normalize (the CPAN version
71801              uses a different Makefile.PL anyway) and XS::APItest
71802              (not CPANized.)
71803      Branch: perl
71804            ! ext/Devel/PPPort/Makefile.PL ext/Unicode/Normalize/Makefile.PL
71805            ! ext/XS/APItest/Makefile.PL
71806 ____________________________________________________________________________
71807 [ 19144] By: rgs                                   on 2003/04/05  11:28:22
71808         Log: Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
71809              by SADAHIRO Tomoyuki.
71810      Branch: perl
71811            ! ext/Unicode/Normalize/Changes
71812            ! ext/Unicode/Normalize/Normalize.pm
71813            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
71814            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
71815            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
71816            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
71817            ! lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
71818 ____________________________________________________________________________
71819 [ 19143] By: merijn                                on 2003/04/03  08:55:33
71820         Log: Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
71821              From: "Craig A. Berry" <craigberry@mac.com>
71822              Date: Wed, 02 Apr 2003 18:09:03 -0600
71823              Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
71824      Branch: perl
71825            ! vms/vms.c vms/vmsish.h
71826 ____________________________________________________________________________
71827 [ 19142] By: merijn                                on 2003/04/03  08:50:55
71828         Log: Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
71829              From: andreas.koenig@anima.de (Andreas J. Koenig)
71830              Date: Thu, 03 Apr 2003 08:28:52 +0200
71831              Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
71832      Branch: perl
71833            ! lib/Pod/t/Functions.t
71834 ____________________________________________________________________________
71835 [ 19141] By: jhi                                   on 2003/04/03  05:00:36
71836         Log: Don't recurse from threads to threads/shared (since
71837              threads/shared is built separately, temp solution from
71838              Schwern while MM is being fixed.)
71839      Branch: perl
71840            ! ext/threads/Makefile.PL
71841 ____________________________________________________________________________
71842 [ 19140] By: rgs                                   on 2003/04/02  20:41:46
71843         Log: Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
71844              From: Steve Hay <steve.hay@uk.radan.com>
71845              Date: Thu, 20 Mar 2003 11:55:01 +0000
71846              Message-ID: <3E79AC15.80307@uk.radan.com>
71847      Branch: perl
71848            ! installhtml lib/Pod/Functions.pm pod/perlfunc.pod pod/splitpod
71849 ____________________________________________________________________________
71850 [ 19139] By: jhi                                   on 2003/04/02  19:44:07
71851         Log: Make perldiag agree with #19138.
71852      Branch: perl
71853            ! pod/perldiag.pod
71854 ____________________________________________________________________________
71855 [ 19138] By: jhi                                   on 2003/04/02  19:37:59
71856         Log: Make at least the thread count make sense.
71857      Branch: perl
71858            ! ext/threads/threads.xs
71859 ____________________________________________________________________________
71860 [ 19137] By: rgs                                   on 2003/04/02  19:24:47
71861         Log: Adjust test for the recent change (#19136) to Pod::Html
71862      Branch: perl
71863            ! lib/Pod/t/htmlview.t
71864 ____________________________________________________________________________
71865 [ 19136] By: rgs                                   on 2003/04/02  18:46:31
71866         Log: Fixes for "installhtml --splithead", based on :
71867              Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
71868              From: Steve Hay <steve.hay@uk.radan.com>
71869              Date: Wed, 02 Apr 2003 11:33:41 +0100
71870              Message-ID: <3E8ABC85.5060807@uk.radan.com>
71871
71872              This also includes a small patch to Pod::Html : when generating
71873              anchor names, play on the safe side and turn every non-alphanumeric
71874              character into an '_'. Moreover, Pod::Html::anchorify() is now
71875              optionally exported.
71876      Branch: perl
71877            ! installhtml lib/Pod/Html.pm
71878 ____________________________________________________________________________
71879 [ 19135] By: rgs                                   on 2003/04/02  18:42:50
71880         Log: Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
71881              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71882              Date: Tue, 01 Apr 2003 16:32:46 -0800
71883              Message-ID: <u+ii+gzkgqkV092yn@efn.org>
71884      Branch: perl
71885            ! pp.c t/op/split.t
71886 ____________________________________________________________________________
71887 [ 19134] By: sky                                   on 2003/04/02  18:01:40
71888         Log: Fix some small nits, thanks to Rafael.
71889      Branch: perl
71890            ! pp_hot.c
71891 ____________________________________________________________________________
71892 [ 19133] By: sky                                   on 2003/04/02  13:41:14
71893         Log: Add packname->stash cache before the check if a packname is a
71894              filehandle or a package, it works because only packnames
71895              that have been resolved to stashes are added to the cache,
71896              and when a newIO is created we clean the cache.
71897              Results in roughly 1.8 speed increase for class->method()
71898              calls.
71899      Branch: perl
71900            ! embedvar.h gv.c hv.c intrpvar.h perl.c perlapi.h pp_hot.c sv.c
71901 ____________________________________________________________________________
71902 [ 19132] By: merijn                                on 2003/04/02  11:28:02
71903         Log: #19122 should have been tested on non-glibc system (like AIX)
71904      Branch: perl
71905            ! pp.c
71906 ____________________________________________________________________________
71907 [ 19131] By: jhi                                   on 2003/04/02  05:25:19
71908         Log: Spread IlyaZ's PERL_CORE detection trick.
71909      Branch: perl
71910            ! ext/Encode/Makefile.PL
71911 ____________________________________________________________________________
71912 [ 19130] By: jhi                                   on 2003/04/02  04:42:40
71913         Log: Cannot portably compare files if one of them is still open
71914              (from Craig Berry).
71915      Branch: perl
71916            ! ext/Encode/t/enc_module.t
71917 ____________________________________________________________________________
71918 [ 19129] By: jhi                                   on 2003/04/02  04:30:45
71919         Log: MM_VMS tweak from Craig Berry:
71920              http://nntp.x.perl.org/group/perl.makemaker/1002
71921      Branch: perl
71922            ! lib/ExtUtils/MM_VMS.pm
71923 ____________________________________________________________________________
71924 [ 19128] By: rgs                                   on 2003/04/01  21:30:12
71925         Log: Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
71926              From: Steve Hay <steve.hay@uk.radan.com>
71927              Date: Thu, 20 Mar 2003 12:34:15 +0000
71928              Message-ID: <3E79B547.6030201@uk.radan.com>
71929              (with a few minor tweaks)
71930      Branch: perl
71931            ! installhtml
71932 ____________________________________________________________________________
71933 [ 19127] By: rgs                                   on 2003/04/01  19:01:20
71934         Log: Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
71935              From: Enache Adrian <enache@rdslink.ro>
71936              Date: Sat, 29 Mar 2003 19:45:41 +0200
71937              Message-ID: <20030329174541.GA8138@ratsnest.hole>
71938      Branch: perl
71939            ! ext/B/B/Deparse.pm
71940 ____________________________________________________________________________
71941 [ 19126] By: rgs                                   on 2003/04/01  18:39:43
71942         Log: Fix bug #21742. require should be always invoked in
71943              scalar context. This wasn't the case when called from
71944              an eval(""), because the void context doesn't propagate
71945              through the leaveeval op. Instead of making scalarvoid()
71946              handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
71947              a workaround in doeval().
71948      Branch: perl
71949            ! pp_ctl.c t/comp/require.t
71950 ____________________________________________________________________________
71951 [ 19124] By: jhi                                   on 2003/04/01  16:52:28
71952         Log: Subject: [patch] fix HiRes.t failures on Stratus VOS
71953              From: "Green, Paul" <Paul.Green@stratus.com>
71954              Date: Tue, 1 Apr 2003 12:37:38 -0500
71955              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
71956      Branch: perl
71957            ! hints/vos.sh
71958 ____________________________________________________________________________
71959 [ 19122] By: jhi                                   on 2003/04/01  16:36:52
71960         Log: Integrate:
71961              [ 19119]
71962              Address "5.8.1@19053: crypt_r() takes 128K per thread".
71963      Branch: perl
71964           !> pp.c reentr.c reentr.h reentr.pl
71965 ____________________________________________________________________________
71966 [ 19121] By: jhi                                   on 2003/04/01  16:36:02
71967         Log: Integrate:
71968              [ 19109]
71969              Subject: [PATCH 5.8.1 @19053] Time::HiRes
71970              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
71971              Date: Mon, 31 Mar 2003 12:53:01 -0800
71972              Message-ID: <20030331205301.GA3687@math.berkeley.edu>
71973
71974              [ 19111]
71975              A cleaner way to detect PERL_CORE, from IlyaZ.
71976      Branch: perl
71977           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/Makefile.PL
71978 ____________________________________________________________________________
71979 [ 19120] By: jhi                                   on 2003/04/01  16:32:03
71980         Log: Integrate:
71981              [ 19106]
71982              Subject: [PATCH 5.8.1 @19053] OS/2-related patches
71983              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
71984              Date: Mon, 31 Mar 2003 12:43:37 -0800
71985              Message-ID: <20030331204337.GA3634@math.berkeley.edu>
71986
71987              and regen Configure.
71988      Branch: perl
71989            ! Configure config_h.SH embedvar.h
71990           !> Makefile.SH embed.fnc embed.h embed.pl ext/threads/threads.xs
71991           !> intrpvar.h makedef.pl os2/Makefile.SHs os2/OS2/ExtAttr/Changes
71992           !> os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
71993           !> os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
71994           !> os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2.c os2/os2ish.h
71995           !> os2/os2thread.h perlapi.h perlio.c perlvars.h reentr.c
71996           !> reentr.h reentr.pl sv.c
71997 ____________________________________________________________________________
71998 [ 19118] By: jhi                                   on 2003/04/01  16:17:04
71999         Log: Document the _exit() issue with threads in Linux [perl #17057].
72000      Branch: perl
72001            ! ext/POSIX/POSIX.pod
72002 ____________________________________________________________________________
72003 [ 19117] By: jhi                                   on 2003/04/01  16:07:59
72004         Log: Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
72005              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
72006              Date: Tue, 1 Apr 2003 11:02:35 +0200
72007              Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
72008      Branch: perl
72009            ! t/op/getpid.t
72010 ____________________________________________________________________________
72011 [ 19116] By: jhi                                   on 2003/04/01  16:06:12
72012         Log: Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
72013              From: Michael G Schwern <schwern@pobox.com>
72014              Date: Mon, 31 Mar 2003 15:16:57 -0800
72015              Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
72016      Branch: perl
72017            ! ext/SDBM_File/sdbm/Makefile.PL
72018 ____________________________________________________________________________
72019 [ 19115] By: jhi                                   on 2003/04/01  15:58:45
72020         Log: Subject: [PATCH] overdue perlhack.pod corrections for RT
72021              From: Richard.Foley@ubsw.com
72022              Date: Mon, 31 Mar 2003 16:27:14 +0200
72023              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
72024      Branch: perl
72025            ! pod/perlhack.pod
72026 ____________________________________________________________________________
72027 [ 19114] By: jhi                                   on 2003/04/01  15:56:27
72028         Log: Subject: [PATCH] Text::Abbrev warnings safe
72029              From: Peter Scott <Peter@PSDT.com>
72030              Date: Fri, 28 Mar 2003 16:34:47 -0800
72031              Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
72032      Branch: perl
72033            ! lib/Text/Abbrev.pm lib/Text/Abbrev.t
72034 ____________________________________________________________________________
72035 [ 19113] By: merijn                                on 2003/04/01  14:12:33
72036         Log: Implemented AIX longdouble support in hints/aix.sh, which now
72037              actually work.  Thanks to John L. Allen for the hint.
72038
72039              Subject: Re: AIX longdoubles
72040              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72041              Date: Tue, 01 Apr 2003 17:18:57 +0200
72042              Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
72043      Branch: perl
72044            ! hints/aix.sh
72045 ____________________________________________________________________________
72046 [ 19104] By: jhi                                   on 2003/03/31  10:51:36
72047         Log: Tabify; strictly speaking unnecessary but anyway...
72048      Branch: perl
72049            ! MANIFEST
72050 ____________________________________________________________________________
72051 [ 19102] By: jhi                                   on 2003/03/31  10:36:48
72052         Log: Upgrade to Test::Harness 2.27_02.
72053      Branch: perl
72054            + t/lib/sample-tests/no_output t/lib/sample-tests/segfault
72055            + t/lib/sample-tests/too_many
72056            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
72057            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
72058            ! lib/Test/Harness/t/strap.t lib/Test/Harness/t/test-harness.t
72059 ____________________________________________________________________________
72060 [ 19101] By: jhi                                   on 2003/03/31  10:07:35
72061         Log: Upgrade to podlators 1.26.
72062      Branch: perl
72063            ! lib/Pod/Man.pm
72064 ____________________________________________________________________________
72065 [ 19100] By: jhi                                   on 2003/03/31  10:03:50
72066         Log: Upgrade to Encode 1.92.
72067      Branch: perl
72068            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
72069            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Guess.pm
72070            ! ext/Encode/t/CJKT.t ext/Encode/t/enc_module.t
72071            ! ext/Encode/ucm/big5-eten.ucm ext/Encode/ucm/big5-hkscs.ucm
72072            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
72073            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
72074 ____________________________________________________________________________
72075 [ 19099] By: jhi                                   on 2003/03/31  09:54:52
72076         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
72077              From: Michael G Schwern <schwern@pobox.com>
72078              Date: Mon, 31 Mar 2003 02:42:58 -0800
72079              Message-ID: <20030331104257.GB15327@windhund.schwern.org>
72080      Branch: perl
72081            + lib/ExtUtils/MakeMaker/FAQ.pod
72082            + lib/ExtUtils/MakeMaker/Tutorial.pod
72083            + lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
72084            + lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
72085            + lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
72086            + lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
72087            + lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
72088            + t/lib/TieIn.pm
72089            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
72090            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
72091            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
72092            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Any.pm
72093            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
72094            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
72095            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
72096            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
72097            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
72098            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
72099            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t
72100            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
72101            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/MM_BeOS.t
72102            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_NW5.t
72103            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
72104            ! lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/MM_Win32.t
72105            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
72106            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/prefixify.t
72107 ____________________________________________________________________________
72108 [ 19098] By: jhi                                   on 2003/03/31  09:36:11
72109         Log: Subject: [PATCH dump.c] stray n_a
72110              From: Michael G Schwern <schwern@pobox.com>
72111              Date: Mon, 31 Mar 2003 00:55:49 -0800
72112              Message-ID: <20030331085549.GB1300@windhund.schwern.org>
72113      Branch: perl
72114            ! dump.c
72115 ____________________________________________________________________________
72116 [ 19097] By: jhi                                   on 2003/03/31  05:00:07
72117         Log: Some low-hanging fruit for EBCDIC portability
72118              (or for marking as EBCDIC todos)
72119      Branch: perl
72120            ! ext/List/Util/t/isvstring.t lib/utf8.t t/run/switchC.t
72121            ! t/uni/write.t
72122 ____________________________________________________________________________
72123 [ 19094] By: jhi                                   on 2003/03/30  15:54:35
72124         Log: Upgrade to Time::HiRes 1.44.
72125      Branch: perl
72126            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
72127 ____________________________________________________________________________
72128 [ 19092] By: jhi                                   on 2003/03/30  15:09:02
72129         Log: IRIX 5.3 update.
72130      Branch: perl
72131            ! README.irix
72132 ____________________________________________________________________________
72133 [ 19091] By: jhi                                   on 2003/03/30  10:26:32
72134         Log: Not all compilers like #ifdefs within cpp macros
72135              (follow-up on #19086)
72136      Branch: perl
72137            ! pp_sys.c
72138 ____________________________________________________________________________
72139 [ 19090] By: jhi                                   on 2003/03/30  09:50:33
72140         Log: Ending strings is customary (typo from #19084).
72141      Branch: perl
72142            ! ext/Socket/Socket.t
72143 ____________________________________________________________________________
72144 [ 19089] By: jhi                                   on 2003/03/30  09:24:08
72145         Log: Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
72146      Branch: perl
72147            ! MANIFEST
72148 ____________________________________________________________________________
72149 [ 19088] By: jhi                                   on 2003/03/30  09:09:42
72150         Log: Another victim of IRIX 5.3's inability to resolve 'localhost'
72151              as the test expects.
72152      Branch: perl
72153            ! lib/Net/hostent.t
72154 ____________________________________________________________________________
72155 [ 19087] By: jhi                                   on 2003/03/30  09:08:07
72156         Log: In IRIX 5.3 turn off some of the warnings that cannot
72157              really be helped (e.g. warnings coming from system headers,
72158              or linker warnings during Configure).
72159      Branch: perl
72160            ! hints/irix_5.sh
72161 ____________________________________________________________________________
72162 [ 19086] By: jhi                                   on 2003/03/30  08:59:24
72163         Log: In IRIX 5.3 the cc is awfully confused about the prototype
72164              of select().
72165      Branch: perl
72166            ! hints/irix_5.sh pp_sys.c
72167 ____________________________________________________________________________
72168 [ 19085] By: jhi                                   on 2003/03/30  08:43:53
72169         Log: In IRIX 5.3 being too POSIXly hides the struct timespec.
72170      Branch: perl
72171            + ext/Time/HiRes/hints/irix.pl
72172            ! MANIFEST
72173 ____________________________________________________________________________
72174 [ 19084] By: jhi                                   on 2003/03/30  08:31:53
72175         Log: gethostbyname('localhost') is not that portable.
72176              inet_aton('localhost') in IRIX 5.3 returned an undef,
72177              which in turn made pack_sockaddr_in to barf on zero
72178              length in_addr.
72179      Branch: perl
72180            ! ext/Socket/Socket.t pod/perlfunc.pod pod/perlport.pod
72181 ____________________________________________________________________________
72182 [ 19083] By: jhi                                   on 2003/03/30  07:49:46
72183         Log: Subject: [PATCH] COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
72184              From: Nicholas Clark <nick@unfortu.net>
72185              Date: Sun, 30 Mar 2003 00:35:48 +0000
72186              Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net>
72187      Branch: perl
72188            ! sv.c
72189 ____________________________________________________________________________
72190 [ 19082] By: jhi                                   on 2003/03/29  21:18:32
72191         Log: IRIX 5.3 can have PF_LINK defined to be AF_LINK but
72192              not defined AF_LINK.
72193      Branch: perl
72194            ! ext/Socket/Socket.xs
72195 ____________________________________________________________________________
72196 [ 19081] By: jhi                                   on 2003/03/29  20:41:56
72197         Log: Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
72198              From: Nicholas Clark <nick@unfortu.net>
72199              Date: Sat, 29 Mar 2003 18:58:09 +0000
72200              Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
72201      Branch: perl
72202            ! dump.c
72203 ____________________________________________________________________________
72204 [ 19080] By: rgs                                   on 2003/03/29  20:39:34
72205         Log: Minor rephrasing in perlopentut,
72206              noticed by Bob Wilkinson (RT [perl #21725])
72207      Branch: perl
72208            ! pod/perlopentut.pod
72209 ____________________________________________________________________________
72210 [ 19079] By: rgs                                   on 2003/03/29  20:21:11
72211         Log: Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
72212              From: Nicholas Clark <nick@unfortu.net>
72213              Date: Thu, 27 Mar 2003 22:37:35 +0000
72214              Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
72215      Branch: perl
72216            ! pod/perlapi.pod sv.h
72217 ____________________________________________________________________________
72218 [ 19078] By: jhi                                   on 2003/03/29  07:23:00
72219         Log: It seems that in Tru64 V5 gcc cannot be used to
72220              compile a threaded Perl because <pthread.h> explicitly
72221              checks for supported compilers (gcc not being one of them).
72222              This is not so bad since the system C compiler is always there.
72223      Branch: perl
72224            ! README.tru64 hints/dec_osf.sh
72225 ____________________________________________________________________________
72226 [ 19077] By: jhi                                   on 2003/03/28  06:03:16
72227         Log: Feeding illegal QP (like \x80) to this
72228              ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
72229              caused a coredump in av_length() <- nextargv() because
72230              the av was NULL.  I don't know that returning Nullfp is
72231              the best thing to do, but it dodges the segfault and
72232              introduces no test failures.
72233      Branch: perl
72234            ! doio.c
72235 ____________________________________________________________________________
72236 [ 19074] By: jhi                                   on 2003/03/27  18:17:20
72237         Log: Missing final \n.
72238      Branch: perl
72239            ! lib/Attribute/Handlers/Changes
72240 ____________________________________________________________________________
72241 [ 19072] By: rgs                                   on 2003/03/26  22:30:09
72242         Log: Subject: [perl #21672] IO::New and undefined filename behaviour
72243              From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
72244              Date: 24 Mar 2003 16:29:08 -0000
72245              Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
72246              plus a regression test
72247      Branch: perl
72248            ! ext/IO/lib/IO/File.pm lib/FileHandle.t
72249 ____________________________________________________________________________
72250 [ 19071] By: rgs                                   on 2003/03/26  22:08:16
72251         Log: Better version of change #19069
72252              Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
72253              From: Nicholas Clark <nick@unfortu.net>
72254              Date: Wed, 26 Mar 2003 23:01:46 +0000
72255              Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
72256      Branch: perl
72257            ! pp_hot.c sv.c t/op/readline.t
72258 ____________________________________________________________________________
72259 [ 19070] By: rgs                                   on 2003/03/26  21:31:55
72260         Log: Subject: [patch] for Stratus VOS
72261              From: "Green, Paul" <Paul.Green@stratus.com>
72262              Date: Wed, 26 Mar 2003 17:24:38 -0500
72263              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
72264              (plus a small tweak to the test script)
72265      Branch: perl
72266            ! README.vos t/op/pack.t
72267 ____________________________________________________________________________
72268 [ 19069] By: rgs                                   on 2003/03/26  21:14:33
72269         Log: Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
72270              From: Nicholas Clark <nick@unfortu.net>
72271              Date: Tue, 25 Mar 2003 22:59:17 +0000
72272              Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
72273      Branch: perl
72274            ! sv.c t/op/readline.t
72275 ____________________________________________________________________________
72276 [ 19068] By: rgs                                   on 2003/03/26  20:53:18
72277         Log: Win32 counterpart of change #19065
72278      Branch: perl
72279            ! win32/Makefile win32/makefile.mk
72280 ____________________________________________________________________________
72281 [ 19067] By: rgs                                   on 2003/03/26  20:34:32
72282         Log: VMS counterpart of change #19065
72283      Branch: perl
72284            ! vms/descrip_mms.template
72285 ____________________________________________________________________________
72286 [ 19066] By: jhi                                   on 2003/03/26  20:05:40
72287         Log: Upgrade to Term::ANSIColor 1.07.
72288      Branch: perl
72289            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
72290            ! lib/Term/ANSIColor/README
72291 ____________________________________________________________________________
72292 [ 19065] By: rgs                                   on 2003/03/26  19:55:20
72293         Log: Add a file utils/cpan.PL to generate the "cpan" utility,
72294              also separately maintained on CPAN, and now moved as
72295              lib/CPAN/bin/cpan. Tweak installperl to avoid installing
72296              this last file.
72297      Branch: perl
72298            + utils/cpan.PL
72299           +> lib/CPAN/bin/cpan
72300            - utils/cpan
72301            ! MANIFEST installperl utils/Makefile
72302 ____________________________________________________________________________
72303 [ 19064] By: jhi                                   on 2003/03/26  19:48:32
72304         Log: Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
72305              From: Dave Mitchell <davem@fdgroup.com>
72306              Date: Thu, 20 Mar 2003 01:26:19 +0000
72307              Message-ID: <20030320012619.C19869@fdgroup.com>
72308
72309              Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
72310              From: Dave Mitchell <davem@fdgroup.com>
72311              Date: Mon, 24 Mar 2003 16:06:51 +0000
72312              Message-ID: <20030324160651.D1798@fdgroup.com>
72313      Branch: perl
72314            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
72315 ____________________________________________________________________________
72316 [ 19063] By: jhi                                   on 2003/03/26  19:33:09
72317         Log: Subject: [perl #21648] Doc typo in Net::servent
72318              From: Andy Lester (via RT) <perlbug-followup@perl.org>
72319              Date: 22 Mar 2003 05:02:31 -0000
72320              Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
72321      Branch: perl
72322            ! lib/Net/servent.pm
72323 ____________________________________________________________________________
72324 [ 19062] By: jhi                                   on 2003/03/26  19:29:39
72325         Log: Subject: [PATCH README.qnx] for QNX 6.2
72326              From: Norton Allen <allen@huarp.harvard.edu>
72327              Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
72328              Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
72329      Branch: perl
72330            ! README.qnx
72331 ____________________________________________________________________________
72332 [ 19060] By: merijn                                on 2003/03/26  13:13:23
72333         Log: Subject: [PATCH] lib/vmsish.t GMT bug fix
72334              From: "Craig A. Berry" <craigberry@mac.com>
72335              Date: Tue, 25 Mar 2003 22:52:58 -0600
72336              Message-ID: <3E81322A.3040508@mac.com>
72337      Branch: perl
72338            ! lib/vmsish.t
72339 ____________________________________________________________________________
72340 [ 19059] By: rgs                                   on 2003/03/24  21:43:03
72341         Log: Change 19056 wasn't good enough.
72342              ldlibpth should be changed later, to avoid spaces to be quoted.
72343      Branch: perl
72344            ! Makefile.SH
72345 ____________________________________________________________________________
72346 [ 19058] By: rgs                                   on 2003/03/24  21:37:59
72347         Log: Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
72348              From: Michael G Schwern <schwern@pobox.com>
72349              Date: Mon, 24 Mar 2003 00:50:39 -0800
72350              Message-ID: <20030324085039.GA19981@windhund.schwern.org>
72351      Branch: perl
72352            ! pod/perlhist.pod
72353 ____________________________________________________________________________
72354 [ 19057] By: rgs                                   on 2003/03/24  21:33:43
72355         Log: Typo, spotted by Doru Petrescu
72356              Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
72357      Branch: perl
72358            ! ext/Data/Dumper/Dumper.pm
72359 ____________________________________________________________________________
72360 [ 19056] By: rgs                                   on 2003/03/24  21:05:48
72361         Log: Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
72362              From: Enache Adrian <enache@rdslink.ro>
72363              Date: Mon, 24 Mar 2003 23:56:25 +0200
72364              Message-ID: <20030324215625.GB853@ratsnest.hole>
72365      Branch: perl
72366            ! Makefile.SH
72367 ____________________________________________________________________________
72368 [ 19055] By: merijn                                on 2003/03/24  07:05:39
72369         Log: Subject: no more 'make install && make test' with shared libperl.so on Linux
72370              From: Enache Adrian <enache@rdslink.ro>
72371              Date: Sat, 22 Mar 2003 22:49:49 +0200
72372              Message-ID: <20030322204949.GB794@ratsnest.hole>
72373
72374              This is a slightly more defensive patch than Chip's patch that
72375              fell through the cracks, but does the same
72376              Subject: Shared libperl.so and build issues
72377              From: Chip Turner <cturner@redhat.com>
72378              Date: Tue 31 Dec 2002 17:21
72379      Branch: perl
72380            ! Makefile.SH
72381 ____________________________________________________________________________
72382 [ 19054] By: merijn                                on 2003/03/24  06:54:23
72383         Log: Subject: [PATCH bleadperl] vms.c thread clean-up
72384              From: "Craig A. Berry" <craigberry@mac.com>
72385              Date: Sun, 23 Mar 2003 15:32:58 -0600
72386              Message-ID: <3E7E280A.5000304@mac.com>
72387      Branch: perl
72388            ! vms/vms.c
72389 ____________________________________________________________________________
72390 [ 19052] By: jhi                                   on 2003/03/24  04:28:13
72391         Log: For change #19051: a new .bat to CRLF.
72392      Branch: perl
72393            ! Porting/makerel
72394 ____________________________________________________________________________
72395 [ 19051] By: jhi                                   on 2003/03/24  04:27:55
72396         Log: WinCE update from Vadim Konovalov.
72397      Branch: perl
72398            + wince/compile-all.bat wince/makedist.pl
72399            - wince/include/sys/stat.h wince/xbuildall.ksh
72400            - wince/xdistclean.ksh wince/xmakediffs.ksh
72401            ! MANIFEST README.ce dosish.h wince/Makefile.ce
72402            ! wince/compile.bat wince/config.ce
72403 ____________________________________________________________________________
72404 [ 19050] By: jhi                                   on 2003/03/24  04:25:15
72405         Log: Oops (change #19013 missed changing the Perl version number).
72406      Branch: perl
72407            ! cygwin/perlld.in
72408 ____________________________________________________________________________
72409 [ 19047] By: jhi                                   on 2003/03/23  17:54:33
72410         Log: Integrate from maint-5.8:
72411              [ 19045]
72412              If no IVSIZE == 8, no need for modulo_1.
72413      Branch: perl
72414           !> pp.c
72415 ____________________________________________________________________________
72416 [ 19044] By: rgs                                   on 2003/03/21  21:09:15
72417         Log: Subject: [PATCH] p4genpatch
72418              From: andreas.koenig@anima.de (Andreas J. Koenig)
72419              Date: Sat, 15 Mar 2003 12:04:18 +0100
72420              Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
72421      Branch: perl
72422            ! Porting/p4genpatch
72423 ____________________________________________________________________________
72424 [ 19043] By: rgs                                   on 2003/03/21  20:43:55
72425         Log: Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
72426              From: Martien Verbruggen <mgjv@tradingpost.com.au>
72427              Date: Sat, 15 Mar 2003 12:31:47 +1100
72428              Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
72429      Branch: perl
72430            ! pod/perlsub.pod pod/perlsyn.pod
72431 ____________________________________________________________________________
72432 [ 19042] By: merijn                                on 2003/03/21  07:45:54
72433         Log: Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
72434              From: "Craig A. Berry" <craigberry@mac.com>
72435              Date: Thu, 20 Mar 2003 23:03:36 -0600
72436              Message-ID: <3E7A9D28.1040706@mac.com>
72437      Branch: perl
72438            ! configure.com vms/vms.c vms/vmsish.h
72439 ____________________________________________________________________________
72440 [ 19039] By: rgs                                   on 2003/03/20  22:40:38
72441         Log: Subject: Re: [patch] [perl #21628] rcatline issue
72442              From: Enache Adrian <enache@rdslink.ro>
72443              Date: Thu, 20 Mar 2003 22:39:06 +0200
72444              Message-ID: <20030320203906.GA31199@ratsnest.hole>
72445      Branch: perl
72446            ! MANIFEST pp_hot.c t/op/readline.t
72447 ____________________________________________________________________________
72448 [ 19038] By: rgs                                   on 2003/03/20  22:07:50
72449         Log: Subject: Re: Bytecode? Back into service.
72450              From: Enache Adrian <enache@rdslink.ro>
72451              Date: Thu, 20 Mar 2003 07:38:39 +0200
72452              Message-ID: <20030320053839.GA4044@ratsnest.hole>
72453      Branch: perl
72454            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
72455            ! ext/ByteLoader/byterun.h op.c
72456 ____________________________________________________________________________
72457 [ 19037] By: rgs                                   on 2003/03/20  20:16:43
72458         Log: Subject: [DOC-PATCH] for README.cygwin, bleadperl version
72459              From: "Gerrit P. Haase" <gp@familiehaase.de>
72460              Date: Thu, 20 Mar 2003 21:23:28 +0100
72461              Message-ID: <941032389637.20030320212328@familiehaase.de>
72462      Branch: perl
72463            ! README.cygwin
72464 ____________________________________________________________________________
72465 [ 19036] By: jhi                                   on 2003/03/20  05:23:15
72466         Log: Integrate:
72467              [ 19033]
72468              file test operators weren't doing the right thing if the SV
72469              passed to them wasn't NUL-terminated
72470
72471              [ 19034]
72472              ensure SVs returned by Win32::Get{Short,Full}PathName() are
72473              NUL-terminated
72474      Branch: perl
72475           !> doio.c win32/win32.c
72476 ____________________________________________________________________________
72477 [ 19028] By: jhi                                   on 2003/03/19  09:46:27
72478         Log: Better wording as requested by Rafael, and
72479              the module is BerkeleyDB, not BerkeleyFile.
72480      Branch: perl
72481            ! README.tru64
72482 ____________________________________________________________________________
72483 [ 19026] By: jhi                                   on 2003/03/19  09:11:43
72484         Log: Update the DB_File instructions in Tru64.
72485      Branch: perl
72486            ! README.tru64
72487 ____________________________________________________________________________
72488 [ 19025] By: rgs                                   on 2003/03/18  21:59:33
72489         Log: Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
72490              From: Dave Mitchell <davem@fdgroup.com>
72491              Date: Tue, 18 Mar 2003 21:55:05 +0000
72492              Message-ID: <20030318215505.A16787@fdgroup.com>
72493      Branch: perl
72494            ! pp_ctl.c t/op/goto.t
72495 ____________________________________________________________________________
72496 [ 19024] By: rgs                                   on 2003/03/18  21:24:27
72497         Log: Subject: [PATCH] VMS pod install tweaks
72498              From: "Craig A. Berry" <craigberry@mac.com>
72499              Date: Sat, 15 Mar 2003 16:06:07 -0600
72500              Message-ID: <3E73A3CF.3060502@mac.com>
72501      Branch: perl
72502            ! vms/descrip_mms.template
72503 ____________________________________________________________________________
72504 [ 19023] By: rgs                                   on 2003/03/18  21:22:03
72505         Log: Subject: [PATCH] poll() help for VMS
72506              From: "Craig A. Berry" <craigberry@mac.com>
72507              Date: Tue, 18 Mar 2003 01:10:10 -0600
72508              Message-ID: <3E76C652.30205@mac.com>
72509      Branch: perl
72510            ! configure.com ext/IO/poll.h
72511 ____________________________________________________________________________
72512 [ 19021] By: jhi                                   on 2003/03/18  06:56:26
72513         Log: The description of SIG_SIZE was off.
72514      Branch: perl
72515            ! Configure NetWare/config_H.wc Porting/Glossary
72516            ! Porting/config.sh Porting/config_H config_h.SH
72517            ! plan9/config.plan9 plan9/config_h.sample win32/config_H.bc
72518            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
72519            ! wince/config_H.ce
72520 ____________________________________________________________________________
72521 [ 19020] By: merijn                                on 2003/03/18  05:45:50
72522         Log: Minor updates of Wolfgang's pack patch
72523
72524              Subject: Re: pack changes and related fixes
72525              From: Philip Newton <Philip.Newton@gmx.net>
72526              Date: Tue, 18 Mar 2003 06:19:30 +0100
72527              Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
72528      Branch: perl
72529            ! embed.fnc pod/perldiag.pod
72530 ____________________________________________________________________________
72531 [ 19019] By: gsar                                  on 2003/03/18  05:06:07
72532         Log: regenerate win32/config_H.*
72533      Branch: perl
72534            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
72535            ! win32/config_H.vc64
72536 ____________________________________________________________________________
72537 [ 19018] By: gsar                                  on 2003/03/18  03:02:38
72538         Log: there is no trailing NULL in sig_name or sig_num, so don't
72539              talk about it
72540      Branch: perl
72541            ! Porting/Glossary
72542 ____________________________________________________________________________
72543 [ 19017] By: gsar                                  on 2003/03/18  03:01:02
72544         Log: according to the new Porting/Glossary, sig_num doesn't have an
72545              extra '0' at the end
72546      Branch: perl
72547            ! win32/config.bc win32/config.gc win32/config.vc
72548            ! win32/config.vc64
72549 ____________________________________________________________________________
72550 [ 19016] By: hv                                    on 2003/03/18  00:52:09
72551         Log: add tests for existing behaviour of undef postinc/dec
72552      Branch: perl
72553            ! t/op/inc.t
72554 ____________________________________________________________________________
72555 [ 19015] By: hv                                    on 2003/03/18  00:46:18
72556         Log: add comment at undef postinc special case
72557      Branch: perl
72558            ! pp.c
72559 ____________________________________________________________________________
72560 [ 19014] By: hv                                    on 2003/03/18  00:27:19
72561         Log: clarify behaviour of $a++
72562      Branch: perl
72563            ! pod/perlop.pod
72564 ____________________________________________________________________________
72565 [ 19013] By: jhi                                   on 2003/03/17  19:52:06
72566         Log: Integrate:
72567              [ 19012]
72568              We don't have the new Perl at this stage.
72569      Branch: perl
72570           !> cygwin/perlld.in
72571 ____________________________________________________________________________
72572 [ 19010] By: jhi                                   on 2003/03/17  17:16:44
72573         Log: Subject: pack changes and related fixes
72574              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
72575              Date: Mon, 17 Mar 2003 13:55:37 +0100
72576              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
72577      Branch: perl
72578            ! embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
72579            ! pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
72580            ! t/lib/warnings/pp_pack t/op/pack.t
72581 ____________________________________________________________________________
72582 [ 19007] By: jhi                                   on 2003/03/17  04:45:40
72583         Log: Integrate:
72584              [ 19006]
72585              Subject: Re: [Patch] Maintperl versioning for Cygwin
72586              From: Slaven Rezic <slaven@rezic.de>
72587              Date: 17 Mar 2003 00:42:43 +0100
72588              Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
72589      Branch: perl
72590           !> cygwin/perlld.in
72591 ____________________________________________________________________________
72592 [ 19005] By: hv                                    on 2003/03/17  02:06:20
72593         Log: Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
72594              From: chocolateboy <chocolateboy@chocolatey.com>
72595              Date: Sat, 22 Feb 2003 12:17:28 +0000
72596              Message-ID: <3E576A58.8010901@chocolatey.com>
72597      Branch: perl
72598            + ext/Data/Dumper/t/pair.t
72599            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
72600 ____________________________________________________________________________
72601 [ 19004] By: hv                                    on 2003/03/17  01:38:23
72602         Log: Subject: [patch] utils/h2xs.PL (get rid of \t and '')
72603              From: Stas Bekman <stas@stason.org>
72604              Date: Fri, 14 Feb 2003 11:59:53 +1100
72605              Message-ID: <3E4C3F89.6050005@stason.org>
72606      Branch: perl
72607            ! utils/h2xs.PL
72608 ____________________________________________________________________________
72609 [ 19003] By: hv                                    on 2003/03/17  01:23:02
72610         Log: Subject: [perl #20724] Patch for dprofpp
72611              From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
72612              Date: 5 Feb 2003 08:41:17 -0000
72613              Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
72614      Branch: perl
72615            ! utils/dprofpp.PL
72616 ____________________________________________________________________________
72617 [ 19002] By: hv                                    on 2003/03/16  23:36:57
72618         Log: Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
72619              From: Adam Spiers (via RT) <perlbug-followup@perl.org>
72620              Date: 10 Jan 2003 10:59:44 -0000
72621              Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
72622      Branch: perl
72623            ! lib/IPC/Open3.pm
72624 ____________________________________________________________________________
72625 [ 19001] By: jhi                                   on 2003/03/16  21:50:24
72626         Log: getservbyname_r() kaputt in OpenBSD (might get fixed
72627              for 3.3, but only might)
72628      Branch: perl
72629            ! hints/openbsd.sh
72630 ____________________________________________________________________________
72631 [ 18999] By: jhi                                   on 2003/03/16  21:33:49
72632         Log: Stay within known facts: what platforms the skippage helps,
72633              and in which it is not needed.
72634      Branch: perl
72635            ! ext/POSIX/t/posix.t
72636 ____________________________________________________________________________
72637 [ 18998] By: jhi                                   on 2003/03/16  18:15:42
72638         Log: This seems to fix (well, dodge) the problems in FreeBSD for
72639              Enache Adrian; in _theory_ this patch could be good for NetBSD,
72640              too, but Alian gets a core dump already at subtest #9 (anyone
72641              with a real NetBSD, Alian's is a VMware one, which has in the
72642              past caused similar odd crashes).  OpenBSD threaded build result
72643              still unknown.
72644      Branch: perl
72645            ! ext/POSIX/t/posix.t
72646 ____________________________________________________________________________
72647 [ 18997] By: jhi                                   on 2003/03/16  18:07:30
72648         Log: IRIX ls -l marks sockets with 'S'.
72649      Branch: perl
72650            ! t/op/stat.t
72651 ____________________________________________________________________________
72652 [ 18996] By: jhi                                   on 2003/03/16  17:41:42
72653         Log: Turn on UTF-8 flag only if the $str is valid utf8
72654              (pointed out by Dan Kogai).
72655      Branch: perl
72656            ! lib/Term/ReadLine.pm
72657 ____________________________________________________________________________
72658 [ 18995] By: jhi                                   on 2003/03/16  16:40:06
72659         Log: Signedness nits.
72660      Branch: perl
72661            ! regcomp.c
72662 ____________________________________________________________________________
72663 [ 18994] By: jhi                                   on 2003/03/16  15:41:44
72664         Log: Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
72665              Should work both for PERL_UNICODE/-C and use encoding 'foo';
72666      Branch: perl
72667            ! lib/Term/ReadLine.pm
72668 ____________________________________________________________________________
72669 [ 18991] By: jhi                                   on 2003/03/16  15:14:31
72670         Log: Pod fix from Philip Newton.
72671      Branch: perl
72672            ! pod/perlfunc.pod
72673 ____________________________________________________________________________
72674 [ 18990] By: jhi                                   on 2003/03/16  15:12:00
72675         Log: Further potential pitfalls for the utf8 len/pos cache
72676              found by Inaba Hiroto.  No test cases, yet.
72677      Branch: perl
72678            ! regcomp.c
72679 ____________________________________________________________________________
72680 [ 18989] By: jhi                                   on 2003/03/16  08:02:31
72681         Log: Make the :bytes conditional on PerlIO.
72682      Branch: perl
72683            ! ext/Encode/t/CJKT.t
72684 ____________________________________________________________________________
72685 [ 18988] By: jhi                                   on 2003/03/15  18:27:36
72686         Log: Needs PerlIO for :bytes.
72687      Branch: perl
72688            ! ext/Encode/t/CJKT.t
72689 ____________________________________________________________________________
72690 [ 18986] By: rgs                                   on 2003/03/14  20:28:20
72691         Log: Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
72692              From: Enache Adrian <enache@rdslink.ro>
72693              Date: Fri, 14 Mar 2003 23:02:42 +0200
72694              Message-ID: <20030314210242.GA1159@ratsnest.hole>
72695              (with an added test)
72696      Branch: perl
72697            ! t/comp/parser.t toke.c
72698 ____________________________________________________________________________
72699 [ 18985] By: rgs                                   on 2003/03/14  19:45:18
72700         Log: Time::HiRes is a core module
72701      Branch: perl
72702            ! pod/perlfunc.pod
72703 ____________________________________________________________________________
72704 [ 18984] By: rgs                                   on 2003/03/14  19:38:57
72705         Log: Subject: [patch ext/B/typemap] STRLEN T_UV
72706              From: Stas Bekman <stas@stason.org>
72707              Date: Fri, 14 Mar 2003 17:45:09 +1100
72708              Message-ID: <3E717A75.2060300@stason.org>
72709      Branch: perl
72710            ! ext/B/typemap
72711 ____________________________________________________________________________
72712 [ 18982] By: jhi                                   on 2003/03/14  15:16:18
72713         Log: Better pass in the $self for a method.
72714      Branch: perl
72715            ! lib/File/Spec/Unix.pm
72716 ____________________________________________________________________________
72717 [ 18980] By: jhi                                   on 2003/03/14  13:42:32
72718         Log: Cleanup the File::Spec tmpdir() implementations:
72719              now all the platforms specific modules call _tmpdir()
72720              (inherited from Unix.pm) with the list of platform
72721              specific list of temporary directories, and _tmpdir()
72722              then does the appropriate suitability checking.
72723      Branch: perl
72724            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
72725            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
72726            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
72727            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
72728 ____________________________________________________________________________
72729 [ 18979] By: jhi                                   on 2003/03/14  12:48:09
72730         Log: whichsig() really does return -1 for unknown signals.
72731      Branch: perl
72732            ! mg.c
72733 ____________________________________________________________________________
72734 [ 18977] By: jhi                                   on 2003/03/14  10:42:33
72735         Log: Rework the @Config{/sig.*/} tests.
72736      Branch: perl
72737            ! lib/Config.t
72738 ____________________________________________________________________________
72739 [ 18976] By: jhi                                   on 2003/03/14  10:31:50
72740         Log: Subject: [PATCH] configure.com: sig_num, etc.
72741              From: "Craig A. Berry" <craigberry@mac.com>
72742              Date: Thu, 13 Mar 2003 21:38:19 -0600
72743              Message-ID: <3E714EAB.6030001@mac.com>
72744      Branch: perl
72745            ! configure.com
72746 ____________________________________________________________________________
72747 [ 18975] By: jhi                                   on 2003/03/14  10:30:53
72748         Log: Make whichsig() to work also if some system defines
72749              zero signals (now -1 is the "not found").  Note that
72750              in couple of mg.c spots only whichsig() > 0 branches
72751              are taken because signal handlers et al don't make
72752              much sense for the zero signal.
72753      Branch: perl
72754            ! doio.c mg.c
72755 ____________________________________________________________________________
72756 [ 18973] By: jhi                                   on 2003/03/14  10:27:46
72757         Log: Since Configure does the signal name/number probe with awk
72758              based on the cpp results (not by really running code), testing
72759              for the signum value is not really helpful if we have runtime
72760              function calls (some signal numbers are dynamic, for example)
72761              (or other extra stuff where the signum value is expected).
72762              (Runtimeness also means that Configure cannot get these right,
72763              anyway.) Better filter in just the constant non-negative numbers.
72764      Branch: perl
72765            ! Configure
72766 ____________________________________________________________________________
72767 [ 18971] By: jhi                                   on 2003/03/14  09:30:18
72768         Log: Signal issues.
72769              (1) Filter out negative signals.
72770              (2) Correct sig_num* and sig_name* descriptions.
72771      Branch: perl
72772            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72773            ! config_h.SH
72774 ____________________________________________________________________________
72775 [ 18970] By: jhi                                   on 2003/03/14  06:21:48
72776         Log: Hopefully this works also in Win32.
72777      Branch: perl
72778            ! ext/Encode/t/CJKT.t
72779 ____________________________________________________________________________
72780 [ 18969] By: jhi                                   on 2003/03/14  05:43:34
72781         Log: Subject: [PATCH] Perldoc.pm tweak for VMS
72782              From: "Craig A. Berry" <craigberry@mac.com>
72783              Date: Thu, 13 Mar 2003 13:44:55 -0600
72784              Message-ID: <3E70DFB7.8070405@mac.com>
72785      Branch: perl
72786            ! lib/Pod/Perldoc.pm
72787 ____________________________________________________________________________
72788 [ 18968] By: gsar                                  on 2003/03/14  04:41:25
72789         Log: fix for switchC.t test#6 failure on windows
72790      Branch: perl
72791            ! perl.c
72792 ____________________________________________________________________________
72793 [ 18967] By: gsar                                  on 2003/03/14  04:29:10
72794         Log: Config.t wasn't getting the sig_num and sig_size relationship
72795              right, and therefore failed test#35 on windows
72796
72797              note that config_h.SH documents that $sig_size does NOT include
72798              the final NULL in $sig_num!
72799      Branch: perl
72800            ! lib/Config.t
72801 ____________________________________________________________________________
72802 [ 18966] By: gsar                                  on 2003/03/14  04:20:51
72803         Log: another fix for failing test on windows ("use encoding" puts
72804              STDIN in :raw mode, so chomp() wasn't stripping the CR)
72805      Branch: perl
72806            ! ext/Encode/t/enc_module.t
72807 ____________________________________________________________________________
72808 [ 18965] By: gsar                                  on 2003/03/14  04:06:31
72809         Log: fix CJKT.t failures on windows due to incorrect binmode()
72810      Branch: perl
72811            ! ext/Encode/t/CJKT.t
72812 ____________________________________________________________________________
72813 [ 18964] By: rgs                                   on 2003/03/13  21:47:52
72814         Log: Skip the last test of Config.t on HP-UX.
72815              (This test should be skipped for every system that
72816              actually defines a negative signal number. Maybe that
72817              test should be removed, to be future-proof.)
72818      Branch: perl
72819            ! lib/Config.t
72820 ____________________________________________________________________________
72821 [ 18963] By: rgs                                   on 2003/03/13  20:57:32
72822         Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2
72823              From: Kurt Starsinic <kstar@cpan.org>
72824              Date: Mon, 10 Mar 2003 00:54:49 -0500
72825              Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
72826      Branch: perl
72827            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
72828 ____________________________________________________________________________
72829 [ 18962] By: rgs                                   on 2003/03/13  20:46:53
72830         Log: Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
72831              From: "Craig A. Berry" <craigberry@mac.com>
72832              Date: Tue, 11 Mar 2003 21:29:31 -0600
72833              Message-ID: <3E6EA99B.9060902@mac.com>
72834              Patch by Scott Lepage (scott.lepage@hp.com)
72835      Branch: perl
72836            ! hv.c
72837 ____________________________________________________________________________
72838 [ 18959] By: jhi                                   on 2003/03/13  20:05:50
72839         Log: Some more stdlib.h inclusions and change the gccversion
72840              test to use return (could have used that for all, sigh).
72841      Branch: perl
72842            ! Configure
72843 ____________________________________________________________________________
72844 [ 18958] By: rgs                                   on 2003/03/12  20:46:58
72845         Log: Trims slashes from the argument to rmdir(), likewise
72846              to what happens with rmdir(). Factorize the code in a
72847              local macro, TRIMSLASHES.
72848      Branch: perl
72849            ! pp_sys.c
72850 ____________________________________________________________________________
72851 [ 18957] By: jhi                                   on 2003/03/12  14:23:02
72852         Log: VOS nit from Paul Green.
72853      Branch: perl
72854            ! vos/configure_full_perl.sh
72855 ____________________________________________________________________________
72856 [ 18956] By: jhi                                   on 2003/03/12  13:58:26
72857         Log: File::Spec: Do not fall back to '', use curdir instead.
72858              Note: Mac used to use cwd(), now curdir, slight change
72859              (relative vs. absolute).
72860      Branch: perl
72861            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
72862            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
72863            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
72864 ____________________________________________________________________________
72865 [ 18955] By: jhi                                   on 2003/03/12  13:49:15
72866         Log: File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
72867              was unset (the tests attempted to create files at the /)
72868      Branch: perl
72869            ! lib/File/Spec/Cygwin.pm
72870 ____________________________________________________________________________
72871 [ 18954] By: jhi                                   on 2003/03/12  10:59:03
72872         Log: Another finding by IRIX cc: non-void function
72873              sv_cat_decode() should return a value.
72874      Branch: perl
72875            ! sv.c
72876 ____________________________________________________________________________
72877 [ 18952] By: jhi                                   on 2003/03/12  10:53:02
72878         Log: Integrate:
72879              [ 18949]
72880              pudge> never integrate anything from macos/
72881      Branch: perl
72882            - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
72883            - macos/macperl.sym
72884           !> MANIFEST
72885 ____________________________________________________________________________
72886 [ 18951] By: jhi                                   on 2003/03/12  10:52:17
72887         Log: Integrate:
72888              [ 18946]
72889              Integrate from maint-5.8/macperl:
72890              [ 18937]
72891              Various MacOS portability fixes for tests
72892
72893              [ 18938]
72894              File::Spec::Unix method should be called on $self
72895
72896              [ 18939]
72897              lib.pm:_get_dirs() should use $_[0], not $_
72898
72899              [ 18940]
72900              Update MacOS for new configpm
72901
72902              [ 18941]
72903              Update MacOS build
72904              Update Makefile for new source files,
72905              update test script, add additional symbol for APItest
72906      Branch: perl
72907           +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
72908           +> macos/macperl.sym
72909           !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
72910           !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
72911           !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
72912           !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
72913           !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
72914           !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
72915 ____________________________________________________________________________
72916 [ 18950] By: jhi                                   on 2003/03/12  10:49:27
72917         Log: Cygwin doesn't like initing the $0 mutex in perl_construct()
72918              (Too early? If inited there the pthread_mutex_init() returns
72919              an integer much too large be an errno), but initing the mutex
72920              later, in perl_alloc(), seems to be okay with Cygwin, and also
72921              with Linux.
72922      Branch: perl
72923            ! perl.c
72924 ____________________________________________________________________________
72925 [ 18944] By: jhi                                   on 2003/03/12  06:00:48
72926         Log: Ouch.  Missed one more, the void flags check (and exit() is void).
72927      Branch: perl
72928            ! Configure
72929 ____________________________________________________________________________
72930 [ 18943] By: jhi                                   on 2003/03/12  05:51:21
72931         Log: Tell how to possibly dodge 'Out of memory' errors.
72932      Branch: perl
72933            ! pod/perldiag.pod
72934 ____________________________________________________________________________
72935 [ 18935] By: jhi                                   on 2003/03/11  22:00:54
72936         Log: WinCE tweaks from Vadim Konovalov.
72937      Branch: perl
72938            ! perl.c perlio.c wince/Makefile.ce
72939 ____________________________________________________________________________
72940 [ 18932] By: jhi                                   on 2003/03/11  20:22:07
72941         Log: Missed one.
72942      Branch: perl
72943            ! Configure
72944 ____________________________________________________________________________
72945 [ 18929] By: jhi                                   on 2003/03/11  20:15:51
72946         Log: Single vs doublequoted context is important...
72947      Branch: perl
72948            ! Configure
72949 ____________________________________________________________________________
72950 [ 18927] By: jhi                                   on 2003/03/11  20:04:33
72951         Log: """glob.*""" patch for VMS, from Peter Prymmer.
72952      Branch: perl
72953            ! vms/perlvms.pod vms/vms.c
72954 ____________________________________________________________________________
72955 [ 18926] By: rgs                                   on 2003/03/11  19:44:54
72956         Log: Questionable construct.
72957      Branch: perl
72958            ! pod/perltooc.pod
72959 ____________________________________________________________________________
72960 [ 18925] By: jhi                                   on 2003/03/11  19:15:15
72961         Log: Better setmode() prototype for cygwin.
72962      Branch: perl
72963            ! perl.h
72964 ____________________________________________________________________________
72965 [ 18923] By: jhi                                   on 2003/03/11  19:11:39
72966         Log: Solaris cc wants prototype for exit(), so <stdlib.h> needed.
72967      Branch: perl
72968            ! Configure
72969 ____________________________________________________________________________
72970 [ 18921] By: jhi                                   on 2003/03/11  18:15:45
72971         Log: The 0, in the assert_not_ROK() makes IRIX cc to worry
72972              (cc-1171 cc: WARNING ... The indicated expression has no effect.)
72973              So make the macro to include the , and the non-gcc case empty.
72974      Branch: perl
72975            ! sv.h
72976 ____________________________________________________________________________
72977 [ 18919] By: jhi                                   on 2003/03/11  17:43:10
72978         Log: Uid_t and Gid_t can easily be shorts and one cannot
72979              pull shorts off the va_args, int is the shortest (ahem).
72980      Branch: perl
72981            ! reentr.c reentr.pl
72982 ____________________________________________________________________________
72983 [ 18918] By: jhi                                   on 2003/03/11  17:32:23
72984         Log: Subject: [PATCH] io_sock.t
72985              From: Norton Allen <allen@huarp.harvard.edu>
72986              Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
72987              Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
72988      Branch: perl
72989            ! README.qnx ext/IO/lib/IO/t/io_sock.t
72990 ____________________________________________________________________________
72991 [ 18917] By: jhi                                   on 2003/03/11  17:30:43
72992         Log: Get rid of one Cygwin warning by introducing a prototype
72993              for the init_os_extras().  Since there is no header file
72994              in Perl specific to cygwin, use perl.h.
72995      Branch: perl
72996            ! perl.h
72997 ____________________________________________________________________________
72998 [ 18916] By: jhi                                   on 2003/03/11  11:40:38
72999         Log: Upgrade to Time-HiRes 1.43.
73000      Branch: perl
73001            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
73002            ! ext/Time/HiRes/Makefile.PL
73003 ____________________________________________________________________________
73004 [ 18915] By: jhi                                   on 2003/03/11  09:19:54
73005         Log: Be more lax about the out of memory error message.
73006      Branch: perl
73007            ! t/op/recurse.t
73008 ____________________________________________________________________________
73009 [ 18914] By: jhi                                   on 2003/03/11  09:18:25
73010         Log: Try to handle hitting the heap/data limit in small systems.
73011              (One can simulate this with e.g. 32MB or 64MB datasize,
73012              use your shell's ulimit/limit/limits command.)
73013      Branch: perl
73014            ! t/op/recurse.t
73015 ____________________________________________________________________________
73016 [ 18912] By: hv                                    on 2003/03/11  07:36:00
73017         Log: typo for utf8locale in #18907
73018      Branch: perl
73019            ! sv.c
73020 ____________________________________________________________________________
73021 [ 18910] By: jhi                                   on 2003/03/11  06:55:29
73022         Log: Subject: [PATCH] clear PL_exitlist in perl_destruct
73023              From: "Craig A. Berry" <craigberry@mac.com>
73024              Date: Tue, 11 Mar 2003 00:34:39 -0600
73025              Message-ID: <3E6D837F.7000506@mac.com>
73026      Branch: perl
73027            ! perl.c
73028 ____________________________________________________________________________
73029 [ 18909] By: jhi                                   on 2003/03/11  06:29:35
73030         Log: Upgrade to cperl-mode 5.0, from IlyaZ.
73031      Branch: perl
73032            ! emacs/cperl-mode.el
73033 ____________________________________________________________________________
73034 [ 18908] By: jhi                                   on 2003/03/11  06:09:05
73035         Log: Missed some, cryptically.
73036      Branch: perl
73037            ! pod/perlfunc.pod
73038 ____________________________________________________________________________
73039 [ 18907] By: jhi                                   on 2003/03/11  06:01:28
73040         Log: Add missing intrpvar clonings to perl_clone.
73041              Also move the IDBassertion to the end since there's
73042              no particular reason to break bincompat for that.
73043      Branch: perl
73044            ! intrpvar.h sv.c
73045 ____________________________________________________________________________
73046 [ 18906] By: jhi                                   on 2003/03/11  05:43:30
73047         Log: Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
73048      Branch: perl
73049            ! intrpvar.h
73050 ____________________________________________________________________________
73051 [ 18905] By: jhi                                   on 2003/03/11  05:38:10
73052         Log: Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
73053              From: Stas Bekman <stas@stason.org>
73054              Date: Tue, 11 Mar 2003 17:09:02 +1100
73055              Message-ID: <3E6D7D7E.5000704@stason.org>
73056      Branch: perl
73057            ! sv.c
73058 ____________________________________________________________________________
73059 [ 18904] By: jhi                                   on 2003/03/11  05:33:10
73060         Log: Subject: [PATCH] typos and other minor things
73061              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
73062              Date: Mon, 10 Mar 2003 21:00:55 -0700
73063              Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
73064      Branch: perl
73065            ! emacs/cperl-mode.el ext/B/B/Concise.pm ext/DB_File/DB_File.pm
73066            ! ext/DB_File/DB_File.xs ext/Devel/PPPort/PPPort.pm
73067            ! ext/IO/lib/IO/Socket.pm ext/PerlIO/encoding/encoding.xs
73068            ! ext/PerlIO/via/via.pm ext/Storable/Storable.xs lib/Net/FTP.pm
73069            ! lib/Net/NNTP.pm lib/Net/Ping.pm lib/Pod/Perldoc.pm
73070            ! lib/Tie/File/t/05_size.t lib/charnames.pm lib/ftp.pl
73071            ! lib/utf8.t pad.c pod/perlfunc.pod pod/perlintern.pod
73072            ! pod/perlthrtut.pod pod/pod2latex.PL regcomp.c t/op/sprintf.t
73073            ! utils/libnetcfg.PL vms/vms.c win32/vmem.h
73074 ____________________________________________________________________________
73075 [ 18903] By: jhi                                   on 2003/03/11  05:29:12
73076         Log: A rejected hunk of #18902 reapplied.
73077      Branch: perl
73078            ! t/io/utf8.t
73079 ____________________________________________________________________________
73080 [ 18902] By: jhi                                   on 2003/03/11  05:19:15
73081         Log: Patch from Craig Berry to resolve test failures in VMS.
73082              Will poke the Net::Ping author.
73083      Branch: perl
73084            ! ext/threads/shared/t/cond.t lib/Net/Ping/t/190_alarm.t
73085            ! t/io/utf8.t t/op/magic.t
73086 ____________________________________________________________________________
73087 [ 18900] By: rgs                                   on 2003/03/10  22:12:37
73088         Log: Integrate (by hand) change #18386 from maint-5.8
73089      Branch: perl
73090            ! t/op/split.t
73091 ____________________________________________________________________________
73092 [ 18899] By: jhi                                   on 2003/03/10  21:44:12
73093         Log: VMS has an extra \n at the end, and I assume Windows has \r\n.
73094      Branch: perl
73095            ! t/run/switchC.t
73096 ____________________________________________________________________________
73097 [ 18891] By: rgs                                   on 2003/03/10  20:22:39
73098         Log: A new test, to check that signal numbers are actually positive,
73099              and that there is a consistent number of signals available.
73100      Branch: perl
73101            ! lib/Config.t
73102 ____________________________________________________________________________
73103 [ 18889] By: rgs                                   on 2003/03/10  19:55:06
73104         Log: Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
73105              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73106              Date: Fri, 07 Mar 2003 13:12:49 -0800
73107              Message-ID: <RtQa+gzkg2kF092yn@efn.org>
73108      Branch: perl
73109            ! mg.c pod/perldiag.pod t/op/tie.t
73110 ____________________________________________________________________________
73111 [ 18888] By: rgs                                   on 2003/03/10  19:37:40
73112         Log: Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
73113              From: Nicholas Clark <nick@unfortu.net>
73114              Date: Sun, 9 Mar 2003 21:24:46 +0000
73115              Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
73116      Branch: perl
73117            ! lib/Config.t
73118 ____________________________________________________________________________
73119 [ 18880] By: jhi                                   on 2003/03/10  16:17:50
73120         Log: Integrate from maint:
73121              [ 18428]
73122              Somehow I managed to get makefile.olds that didn't get cleaned away.
73123      Branch: perl
73124           !> Makefile.SH x2p/Makefile.SH
73125 ____________________________________________________________________________
73126 [ 18876] By: jhi                                   on 2003/03/10  06:35:20
73127         Log: Comment fix.
73128      Branch: perl
73129            ! t/io/utf8.t
73130 ____________________________________________________________________________
73131 [ 18875] By: jhi                                   on 2003/03/10  05:31:00
73132         Log: Remove the foo-old files.
73133      Branch: perl
73134            ! opcode.pl
73135 ____________________________________________________________________________
73136 [ 18874] By: jhi                                   on 2003/03/10  05:23:32
73137         Log: Subject: Re: Shared libperl.so and build issues
73138              From: Chip Turner <cturner@redhat.com>
73139              Date: 05 Jan 2003 10:35:40 -0500
73140              Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
73141      Branch: perl
73142            ! INSTALL
73143 ____________________________________________________________________________
73144 [ 18873] By: jhi                                   on 2003/03/10  05:18:02
73145         Log: Bunch of doc patches from Stas; plus regen.
73146
73147              Subject: [doc patch] perl.c's pod api entry
73148              From: Stas Bekman <stas@stason.org>
73149              Date: Mon, 10 Mar 2003 12:35:52 +1100
73150              Message-ID: <3E6BEBF8.80402@stason.org>
73151
73152              Subject: Re: [patch] perlguts.pod
73153              From: Stas Bekman <stas@stason.org>
73154              Date: Mon, 10 Mar 2003 12:38:57 +1100
73155              Message-ID: <3E6BECB1.7050009@stason.org>
73156
73157              Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
73158              From: Stas Bekman <stas@stason.org>
73159              Date: Mon, 10 Mar 2003 12:41:46 +1100
73160              Message-ID: <3E6BED5A.801@stason.org>
73161
73162              Subject: Re: [patch] perlapi.pod fix
73163              From: Stas Bekman <stas@stason.org>
73164              Date: Mon, 10 Mar 2003 12:43:33 +1100
73165              Message-ID: <3E6BEDC5.6010405@stason.org>
73166
73167              Subject: Re: [docs patch] replace gets() with fgets() in example
73168              From: Stas Bekman <stas@stason.org>
73169              Date: Mon, 10 Mar 2003 12:45:41 +1100
73170              Message-ID: <3E6BEE45.9030901@stason.org>
73171
73172              Subject: [doc patch] perlrun.pod
73173              From: Stas Bekman <stas@stason.org>
73174              Date: Mon, 10 Mar 2003 14:49:59 +1100
73175              Message-ID: <3E6C0B67.4050606@stason.org>
73176      Branch: perl
73177            ! ext/DynaLoader/DynaLoader_pm.PL handy.h perl.c pod/perlapi.pod
73178            ! pod/perlembed.pod pod/perlguts.pod pod/perlrun.pod
73179 ____________________________________________________________________________
73180 [ 18871] By: jhi                                   on 2003/03/09  20:15:13
73181         Log: Must not hide the protos, though.
73182      Branch: perl
73183            ! embed.pl proto.h
73184 ____________________________________________________________________________
73185 [ 18870] By: jhi                                   on 2003/03/09  20:12:11
73186         Log: I hate embed*.  Tell me what you know.
73187      Branch: perl
73188            ! embed.fnc embed.h
73189 ____________________________________________________________________________
73190 [ 18869] By: jhi                                   on 2003/03/09  19:32:19
73191         Log: Upgrade to Encode 1.91.
73192      Branch: perl
73193            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
73194            ! ext/Encode/encoding.pm ext/Encode/t/enc_module.t
73195 ____________________________________________________________________________
73196 [ 18868] By: jhi                                   on 2003/03/09  19:04:22
73197         Log: Export the symbols from #18863; do not prototype (but export)
73198              Nicholas Clark's experimental COW functions.
73199              Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
73200              a mess of Herculean proportions.  Someone should redesign and
73201              clean up the stables.
73202      Branch: perl
73203            ! embed.fnc embed.pl global.sym proto.h
73204 ____________________________________________________________________________
73205 [ 18867] By: jhi                                   on 2003/03/09  17:12:55
73206         Log: Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
73207      Branch: perl
73208            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
73209            ! ext/Encode/MANIFEST ext/Encode/encoding.pm
73210            ! ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_data.t
73211            ! ext/Encode/t/enc_module.t
73212 ____________________________________________________________________________
73213 [ 18865] By: jhi                                   on 2003/03/09  13:50:57
73214         Log: From Inaba Hiroto: DATA wasn't properly utf8ed
73215              under 'use encoding'.
73216      Branch: perl
73217            + ext/Encode/t/enc_data.t
73218            ! MANIFEST ext/Encode/MANIFEST toke.c
73219 ____________________________________________________________________________
73220 [ 18864] By: jhi                                   on 2003/03/09  13:21:09
73221         Log: Tru64: additional instructions for building a newer Berkeley DB.
73222      Branch: perl
73223            ! README.tru64 hints/dec_osf.sh
73224 ____________________________________________________________________________
73225 [ 18863] By: jhi                                   on 2003/03/09  12:07:28
73226         Log: At Sarathy's request restore the bin5005compat Perl_foo_sv()
73227              function stubs, should be helpful for really simple extensions.
73228              Undoes large parts of changes #16289 and #16290.
73229      Branch: perl
73230            ! sv.c
73231 ____________________________________________________________________________
73232 [ 18862] By: rgs                                   on 2003/03/09  11:48:37
73233         Log: ... and add a test case for bug #20798
73234      Branch: perl
73235            ! t/op/eval.t
73236 ____________________________________________________________________________
73237 [ 18861] By: jhi                                   on 2003/03/09  11:46:17
73238         Log: Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
73239              From: Enache Adrian <enache@rdslink.ro>
73240              Date: Fri, 7 Mar 2003 23:28:37 +0200
73241              Message-ID: <20030307212837.GB765@ratsnest.hole>
73242
73243              (and few more test cases from the thread)
73244      Branch: perl
73245            ! sv.c t/op/sprintf.t
73246 ____________________________________________________________________________
73247 [ 18860] By: rgs                                   on 2003/03/09  11:33:09
73248         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
73249              From: Enache Adrian <enache@rdslink.ro>
73250              Date: Fri, 7 Mar 2003 00:12:03 +0200
73251              Message-ID: <20030306221203.GB13330@ratsnest.hole>
73252      Branch: perl
73253            ! op.c
73254 ____________________________________________________________________________
73255 [ 18859] By: rgs                                   on 2003/03/09  11:30:22
73256         Log: Adjust test count.
73257      Branch: perl
73258            ! t/op/pat.t
73259 ____________________________________________________________________________
73260 [ 18858] By: jhi                                   on 2003/03/09  10:54:10
73261         Log: From Inaba Hiroto: re_intuit_start set a value to
73262              PL_bostr before calling find_byclass when regexp has
73263              ROPT_UTF8 flag on. But right value for PL_bostr is set
73264              before re_intuit_start is called.  PL_regdata is always
73265              assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
73266              can be deleted.
73267      Branch: perl
73268            ! regexec.c t/op/pat.t
73269 ____________________________________________________________________________
73270 [ 18857] By: jhi                                   on 2003/03/09  10:46:23
73271         Log: From Inaba Hiroto: the UTF-8 length cache wasn't
73272              updated when fbm_compile() appended a "\n".
73273      Branch: perl
73274            ! t/op/pat.t util.c
73275 ____________________________________________________________________________
73276 [ 18856] By: rgs                                   on 2003/03/08  20:16:36
73277         Log: Add a B::COP::io() method, to return the cop_io field of COPs.
73278              Print it in B::Debug. Can be used later in B::Deparse to deparse
73279              the open pragma.
73280      Branch: perl
73281            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm
73282 ____________________________________________________________________________
73283 [ 18855] By: rgs                                   on 2003/03/08  19:51:40
73284         Log: Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
73285              From: Richard.Foley@ubsw.com
73286              Date: Fri, 21 Feb 2003 13:51:51 +0100
73287              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
73288      Branch: perl
73289            ! pod/perldebug.pod
73290 ____________________________________________________________________________
73291 [ 18854] By: jhi                                   on 2003/03/08  19:41:25
73292         Log: Enache Adrian reads comments.
73293      Branch: perl
73294            ! perl.h
73295 ____________________________________________________________________________
73296 [ 18853] By: rgs                                   on 2003/03/08  19:40:13
73297         Log: Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
73298              From: Richard Soderberg <perl@crystalflame.net>
73299              Date: Sat, 15 Feb 2003 01:27:17 -0500
73300              Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
73301      Branch: perl
73302            ! ext/IO/lib/IO/Select.pm
73303 ____________________________________________________________________________
73304 [ 18852] By: jhi                                   on 2003/03/08  19:05:04
73305         Log: Subject: [PATCH] long %ENV values for VMS
73306              From: "Craig A. Berry" <craigberry@mac.com>
73307              Date: Fri, 07 Mar 2003 13:49:50 -0600
73308              Message-ID: <3E68F7DE.8070603@mac.com>
73309      Branch: perl
73310            ! vms/vms.c
73311 ____________________________________________________________________________
73312 [ 18851] By: jhi                                   on 2003/03/08  06:49:35
73313         Log: regen_headers tiny tidying:
73314              - regen.pl renamed as regen_lib.pl
73315              - regen_headers.pl renamed as regen.pl
73316              - added make target 'regen' (kept target 'regen_headers'
73317              for porters' brains' backward compatibility)
73318              - regen.pl fancified a bit to display the names
73319              of the files that got changed by running the scripts
73320      Branch: perl
73321            + regen_lib.pl
73322            - regen_headers.pl
73323            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
73324            ! keywords.pl opcode.pl regcomp.pl regen.pl
73325 ____________________________________________________________________________
73326 [ 18848] By: jhi                                   on 2003/03/07  08:40:52
73327         Log: Give pointers to runtime Unicode changes.
73328      Branch: perl
73329            ! pod/perlrun.pod pod/perlvar.pod
73330 ____________________________________________________________________________
73331 [ 18847] By: jhi                                   on 2003/03/07  08:02:50
73332         Log: Extra character noticed by Tels.
73333      Branch: perl
73334            ! MANIFEST
73335 ____________________________________________________________________________
73336 [ 18846] By: jhi                                   on 2003/03/07  05:28:11
73337         Log: Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
73338              From: Kay Roepke <kay@dolphin-services.de>
73339              Date: Thu, 06 Mar 2003 23:00:10 +0100
73340              Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
73341
73342              (plus change the d_gethostbyaddr_r_proto default to "0",
73343              that is what an undefined r_proto looks like)
73344      Branch: perl
73345            ! hints/freebsd.sh
73346 ____________________________________________________________________________
73347 [ 18845] By: jhi                                   on 2003/03/07  05:21:43
73348         Log: Define the Perl_pp_i_modulo_1() only iff we have glibc.
73349              (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
73350              in non-glibc case", from Craig Berry)
73351      Branch: perl
73352            ! pp.c
73353 ____________________________________________________________________________
73354 [ 18844] By: jhi                                   on 2003/03/07  05:05:57
73355         Log: Good observation from Philip Newton.
73356      Branch: perl
73357            ! pod/perlrun.pod
73358 ____________________________________________________________________________
73359 [ 18843] By: rgs                                   on 2003/03/06  21:59:02
73360         Log: Make the -A switch work without an assertion name.
73361              by Salvador Fandiño.
73362      Branch: perl
73363            ! perl.c t/run/switch_A.t
73364 ____________________________________________________________________________
73365 [ 18842] By: rgs                                   on 2003/03/06  21:27:15
73366         Log: Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
73367              From: "Jos I. Boumans" <kane@dwim.org>
73368              Date: Fri, 21 Feb 2003 20:33:53 +0100
73369              Message-ID: <3E567F21.6020006@dwim.org>
73370              (with some minor tweaks)
73371      Branch: perl
73372            ! pod/perlmodstyle.pod
73373 ____________________________________________________________________________
73374 [ 18841] By: rgs                                   on 2003/03/06  20:56:32
73375         Log: Subject: Re: [perl #20682] [fix] @- array not visible in s///
73376              From: Enache Adrian <enache@rdslink.ro>
73377              Date: Sun, 2 Mar 2003 06:05:22 +0200
73378              Message-ID: <20030302040522.GB4905@ratsnest.hole>
73379      Branch: perl
73380            ! t/op/subst.t
73381 ____________________________________________________________________________
73382 [ 18840] By: rgs                                   on 2003/03/06  20:45:08
73383         Log: Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
73384              From: Enache Adrian <enache@rdslink.ro>
73385              Date: Wed, 5 Mar 2003 12:06:20 +0200
73386              Message-ID: <20030305100620.GA909@ratsnest.hole>
73387      Branch: perl
73388            ! ext/POSIX/t/sigaction.t ext/POSIX/t/waitpid.t t/op/method.t
73389            ! t/op/sub_lval.t t/op/ver.t t/run/fresh_perl.t
73390 ____________________________________________________________________________
73391 [ 18839] By: jhi                                   on 2003/03/06  17:21:36
73392         Log: Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
73393              From: "Craig A. Berry" <craigberry@mac.com>
73394              Date: Thu, 06 Mar 2003 10:42:05 -0600
73395              Message-ID: <3E677A5D.10805@mac.com>
73396      Branch: perl
73397            ! mg.c
73398 ____________________________________________________________________________
73399 [ 18838] By: jhi                                   on 2003/03/06  10:11:22
73400         Log: Thinko fix.
73401      Branch: perl
73402            ! Porting/findrfuncs
73403 ____________________________________________________________________________
73404 [ 18837] By: jhi                                   on 2003/03/06  09:33:33
73405         Log: PERL_UNICODE explanation saga continues.
73406      Branch: perl
73407            ! pod/perlrun.pod
73408 ____________________________________________________________________________
73409 [ 18836] By: jhi                                   on 2003/03/06  07:55:03
73410         Log: Handle also extra directories et alia.
73411      Branch: perl
73412            ! Porting/manicheck
73413 ____________________________________________________________________________
73414 [ 18835] By: jhi                                   on 2003/03/06  07:48:05
73415         Log: Add mani(fest) check(ing) utility.
73416      Branch: perl
73417            + Porting/manicheck
73418            ! MANIFEST
73419 ____________________________________________________________________________
73420 [ 18833] By: jhi                                   on 2003/03/06  05:36:13
73421         Log: Subject: [patch config_h.SH] redefining __attribute__
73422              From: Stas Bekman <stas@stason.org>
73423              Date: Thu, 06 Mar 2003 12:03:39 +1100
73424              Message-ID: <3E669E6B.1060606@stason.org>
73425      Branch: perl
73426            ! Configure NetWare/config_H.wc Porting/config.sh
73427            ! Porting/config_H config_h.SH plan9/config.plan9
73428            ! plan9/config_h.sample win32/config_H.bc win32/config_H.gc
73429            ! win32/config_H.vc win32/config_H.vc64 wince/config_H.ce
73430 ____________________________________________________________________________
73431 [ 18831] By: jhi                                   on 2003/03/05  19:56:41
73432         Log: Couple more _r possibilities (found in a RH 8.0 box), and
73433              the random() macros were all wrong.  (I don't know why
73434              metaconfig did so much reordering of config_h.SH.)
73435      Branch: perl
73436            ! Configure config_h.SH reentr.h reentr.pl
73437 ____________________________________________________________________________
73438 [ 18830] By: rgs                                   on 2003/03/04  23:25:01
73439         Log: Change #18829 makes this test workaround obsolete.
73440      Branch: perl
73441            ! ext/B/t/deparse.t
73442 ____________________________________________________________________________
73443 [ 18829] By: rgs                                   on 2003/03/04  22:23:41
73444         Log: Patch by Salvador Fandiño to read the warning mask
73445              returned by caller() and ${^WARNING_BITS} from
73446              $warnings::Bits{all} and not from the hardcoded core
73447              constant. (This mask could have been extended by
73448              warnings::register.) Plus tests.
73449      Branch: perl
73450            ! mg.c pp_ctl.c t/op/caller.t
73451 ____________________________________________________________________________
73452 [ 18828] By: rgs                                   on 2003/03/04  20:49:59
73453         Log: Subject: [PATCH] assertions
73454              From: Salvador Fandiño <sfandino@yahoo.com>
73455              Date: Fri, 21 Feb 2003 17:26:16 +0000
73456              Message-ID: <3E566138.4090709@yahoo.com>
73457              and the complement : (with added comments)
73458              Subject: [PATCH] bug in ext/B/t/deparse.t
73459              Message-ID: <3E563E16.7060303@yahoo.com>
73460              plus perldiag.pod patch for the new warning
73461              (previous change was, once again, empty)
73462      Branch: perl
73463            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
73464            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
73465            ! pod/perldiag.pod warnings.h warnings.pl
73466 ____________________________________________________________________________
73467 [ 18827] By: rgs                                   on 2003/03/04  20:48:09
73468         Log: Subject: [PATCH] assertions
73469              From: Salvador Fandiño <sfandino@yahoo.com>
73470              Date: Fri, 21 Feb 2003 17:26:16 +0000
73471              Message-ID: <3E566138.4090709@yahoo.com>
73472              and the complement : (with added comments)
73473              Subject: [PATCH] bug in ext/B/t/deparse.t
73474              Message-ID: <3E563E16.7060303@yahoo.com>
73475              plus perldiag.pod patch for the new warning
73476      Branch: perl
73477            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
73478            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
73479            ! pod/perldiag.pod warnings.h warnings.pl
73480 ____________________________________________________________________________
73481 [ 18826] By: jhi                                   on 2003/03/04  20:22:25
73482         Log: Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
73483              The variant is from how List::Util Util.xs does it.
73484      Branch: perl
73485            ! ext/Devel/PPPort/PPPort.pm
73486 ____________________________________________________________________________
73487 [ 18825] By: rgs                                   on 2003/03/04  19:56:28
73488         Log: Doc typos.
73489      Branch: perl
73490            ! lib/File/Find.pm
73491 ____________________________________________________________________________
73492 [ 18823] By: jhi                                   on 2003/03/04  05:33:50
73493         Log: Try to give rcatline() a good jog on Unicode.
73494      Branch: perl
73495            ! t/io/utf8.t
73496 ____________________________________________________________________________
73497 [ 18822] By: jhi                                   on 2003/03/04  05:14:13
73498         Log: Subject: Re: [perl #21395] rcatline doesn't grok utf8
73499              From: Enache Adrian <enache@rdslink.ro>
73500              Date: Sun, 2 Mar 2003 05:43:54 +0200
73501              Message-ID: <20030302034354.GA4905@ratsnest.hole>
73502      Branch: perl
73503            ! sv.c t/io/utf8.t
73504 ____________________________________________________________________________
73505 [ 18821] By: jhi                                   on 2003/03/04  04:58:36
73506         Log: Can't test this without PerlIO.
73507      Branch: perl
73508            ! t/uni/write.t
73509 ____________________________________________________________________________
73510 [ 18820] By: sky                                   on 2003/03/04  01:01:07
73511         Log: Fixes bug #15654 bizarre constant mangling in 5.8.0
73512              What happened was that a constant was freed, the pad released but
73513              the pad slot still held the SV, when pad slot was reallocated
73514              to be a target for a stringify, it did a sv_setpv on the target
73515              and the original SV was wiped out. When this SV was later on
73516              to new places using the constant, they got the wrong value.
73517              By replacing pad_free with pad_swipe for these cases, we
73518              won't have such a problem. (pad_swipe also removes the
73519              pointer to the original SV).
73520      Branch: perl
73521            ! op.c
73522 ____________________________________________________________________________
73523 [ 18819] By: jhi                                   on 2003/03/03  19:15:07
73524         Log: Further clarification on PERL_UNICODE's semantics.
73525      Branch: perl
73526            ! pod/perlrun.pod
73527 ____________________________________________________________________________
73528 [ 18818] By: gbarr                                 on 2003/03/03  10:07:44
73529         Log: Sync with libnet-1.13
73530      Branch: perl
73531            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
73532            ! lib/Net/POP3.pm lib/Net/SMTP.pm
73533 ____________________________________________________________________________
73534 [ 18817] By: jhi                                   on 2003/03/03  06:45:59
73535         Log: Upgrade to Unicode::Normalize 0.20.
73536      Branch: perl
73537            ! ext/Unicode/Normalize/Changes
73538            ! ext/Unicode/Normalize/Normalize.pm
73539            ! ext/Unicode/Normalize/Normalize.xs
73540            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
73541            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
73542            ! ext/Unicode/Normalize/t/test.t
73543 ____________________________________________________________________________
73544 [ 18816] By: jhi                                   on 2003/03/03  06:17:28
73545         Log: Upgrade to Encode 1.89.  The enc_module.t required
73546              a little tweak, sending that to Dan.
73547      Branch: perl
73548            + ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
73549            + ext/Encode/t/enc_module.t
73550            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
73551            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
73552            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
73553            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
73554            ! ext/Encode/ucm/viscii.ucm
73555 ____________________________________________________________________________
73556 [ 18813] By: jhi                                   on 2003/03/03  05:33:21
73557         Log: Use a macro for abs() to avoid the possible truncation to an int;
73558              also make an explicit (double)cast for the arguments to fabs().
73559      Branch: perl
73560            ! perl.h pp.c sv.c util.c
73561 ____________________________________________________________________________
73562 [ 18812] By: hv                                    on 2003/03/02  22:36:05
73563         Log: Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
73564              From: andreas.koenig@anima.de (Andreas J. Koenig)
73565              Date: Wed, 19 Feb 2003 11:05:28 +0100
73566              Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
73567      Branch: perl
73568            ! patchlevel.h
73569 ____________________________________________________________________________
73570 [ 18811] By: hv                                    on 2003/03/02  22:30:50
73571         Log: Subject: [perl #21289] [Fwd: IPC::Msg bug report]
73572              From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
73573              Date: 18 Feb 2003 21:05:15 -0000
73574              Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
73575      Branch: perl
73576            ! ext/IPC/SysV/Msg.pm
73577 ____________________________________________________________________________
73578 [ 18810] By: hv                                    on 2003/03/02  21:59:10
73579         Log: Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
73580              From: Richard Soderberg <perl@crystalflame.net>
73581              Date: Sat, 15 Feb 2003 01:27:21 -0500
73582              Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
73583      Branch: perl
73584            ! lib/File/Basename.pm
73585 ____________________________________________________________________________
73586 [ 18809] By: hv                                    on 2003/03/02  21:54:53
73587         Log: Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
73588              From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
73589              Date: 15 Feb 2003 00:21:41 -0000
73590              Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
73591      Branch: perl
73592            ! lib/File/Find.pm
73593 ____________________________________________________________________________
73594 [ 18807] By: hv                                    on 2003/03/02  21:22:56
73595         Log: Reverse copyright update (#18801) for files not changed in 2003.
73596      Branch: perl
73597            ! EXTERN.h INTERN.h README av.h cc_runtime.h deb.c doop.c
73598            ! dosish.h fakethr.h form.h globals.c gv.h handy.h hv.h
73599            ! keywords.h keywords.pl mg.h miniperlmain.c numeric.c pad.h
73600            ! perlapi.c perlsdio.h perlsfio.h perlvars.h perly.y pp.h
73601            ! regcomp.h run.c scope.h taint.c thread.h unixish.h utf8.h
73602            ! utfebcdic.h util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c
73603            ! x2p/a2p.h x2p/a2p.y x2p/hash.c x2p/hash.h x2p/proto.h
73604            ! x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
73605 ____________________________________________________________________________
73606 [ 18805] By: hv                                    on 2003/03/02  16:29:28
73607         Log: Subject: Re: [perl #21411] [fix] Postponed RE with split()
73608              From: Enache Adrian <enache@rdslink.ro>
73609              Date: Sun, 2 Mar 2003 10:11:27 +0200
73610              Message-ID: <20030302081127.GA10782@ratsnest.hole>
73611      Branch: perl
73612            ! pp.c t/op/pat.t
73613 ____________________________________________________________________________
73614 [ 18803] By: hv                                    on 2003/03/02  16:12:34
73615         Log: Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch   included)
73616              From: "Anders Johnson" <ajohnson@wischip.com>
73617              Date: Mon, 10 Feb 2003 14:09:46 -0800
73618              Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
73619      Branch: perl
73620            ! mg.c t/op/magic.t
73621 ____________________________________________________________________________
73622 [ 18802] By: jhi                                   on 2003/03/02  15:39:06
73623         Log: Narrow down the -C test skippage.
73624      Branch: perl
73625            ! t/run/switchC.t
73626 ____________________________________________________________________________
73627 [ 18801] By: hv                                    on 2003/03/02  15:24:22
73628         Log: Update all copyrights to 2003, from Jarkko
73629      Branch: perl
73630            ! EXTERN.h INTERN.h README XSUB.h av.c av.h cc_runtime.h cop.h
73631            ! cv.h deb.c doio.c doop.c dosish.h dump.c embed.h embed.pl
73632            ! embedvar.h fakesdio.h fakethr.h form.h global.sym globals.c
73633            ! gv.c gv.h handy.h hv.c hv.h keywords.h keywords.pl locale.c
73634            ! mg.c mg.h miniperlmain.c nostdio.h numeric.c op.c op.h
73635            ! opcode.h opcode.pl opnames.h pad.c pad.h patchlevel.h perl.c
73636            ! perl.h perlapi.c perlapi.h perlio.h perlsdio.h perlsfio.h
73637            ! perlvars.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
73638            ! pp_sort.c pp_sys.c proto.h reentr.c reentr.h reentr.pl
73639            ! regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h
73640            ! sv.c sv.h taint.c thrdvar.h thread.h toke.c universal.c
73641            ! unixish.h utf8.c utf8.h utfebcdic.h util.c util.h x2p/EXTERN.h
73642            ! x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/hash.c
73643            ! x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h x2p/util.c
73644            ! x2p/util.h x2p/walk.c xsutils.c
73645 ____________________________________________________________________________
73646 [ 18800] By: hv                                    on 2003/03/02  15:16:38
73647         Log: Subject: [PATCH] for perl5db.pl against missing args destroying pre-post command setups
73648              From: Richard.Foley@ubsw.com
73649              Date: Wed, 19 Feb 2003 13:24:38 +0100
73650              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
73651      Branch: perl
73652            ! lib/perl5db.pl
73653 ____________________________________________________________________________
73654 [ 18799] By: jhi                                   on 2003/03/02  13:34:13
73655         Log: The -CI cannot be easily tested under UTF-8 locale with
73656              the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
73657              Also other small tweaks in the -C neighbourhood.
73658      Branch: perl
73659            ! perl.c perl.h t/run/switchC.t util.c
73660 ____________________________________________________________________________
73661 [ 18798] By: jhi                                   on 2003/03/02  09:12:06
73662         Log: Go with "right = -right" for greater portability, some platforms
73663              might require llabs() to get abs() of long longs.
73664      Branch: perl
73665            ! pp.c
73666 ____________________________________________________________________________
73667 [ 18797] By: jhi                                   on 2003/03/02  08:07:32
73668         Log: Patch for [perl #9402], known also as "glibc _moddi3 bug
73669              with negative quads", or also as RedHat bug #65612.
73670      Branch: perl
73671            ! pp.c
73672 ____________________________________________________________________________
73673 [ 18796] By: jhi                                   on 2003/03/02  07:34:54
73674         Log: Forgotten from change #18795.
73675      Branch: perl
73676            ! global.sym
73677 ____________________________________________________________________________
73678 [ 18795] By: jhi                                   on 2003/03/02  07:27:44
73679         Log: Subject: Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
73680              From: Abe Timmerman <abe@ztreet.demon.nl>
73681              Date: Sun, 2 Mar 2003 02:03:16 +0100
73682              Message-Id: <200303020203.16708.abe@ztreet.demon.nl>
73683      Branch: perl
73684            ! embed.fnc embed.h makedef.pl
73685 ____________________________________________________________________________
73686 [ 18794] By: jhi                                   on 2003/03/02  07:21:36
73687         Log: Further Unicode formats patching from Inaba Hiroto.
73688      Branch: perl
73689            + t/uni/write.t
73690            ! MANIFEST pp_ctl.c
73691 ____________________________________________________________________________
73692 [ 18793] By: jhi                                   on 2003/03/01  08:18:35
73693         Log: Integrate change #18788 from maint.
73694      Branch: perl
73695           !> perl.h
73696 ____________________________________________________________________________
73697 [ 18792] By: jhi                                   on 2003/03/01  08:14:43
73698         Log: Subject: [PATCH] Get MSWin32 back compiling
73699              From: Abe Timmerman <abe@ztreet.demon.nl>
73700              Date: Sat, 1 Mar 2003 04:31:19 +0100
73701              Message-Id: <200303010431.20205.abe@ztreet.demon.nl>
73702      Branch: perl
73703            ! embed.fnc embed.h global.sym makedef.pl
73704 ____________________________________________________________________________
73705 [ 18785] By: jhi                                   on 2003/02/26  20:38:55
73706         Log: Subject: Re: [PATCH] Re: format, PerlIO and utf8
73707              From: Inaba Hiroto <inaba@st.rim.or.jp>
73708              Date: Mon, 10 Feb 2003 00:04:51 +0900
73709              Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
73710      Branch: perl
73711            ! pp_ctl.c toke.c
73712 ____________________________________________________________________________
73713 [ 18784] By: jhi                                   on 2003/02/26  19:45:53
73714         Log: An already fixed bug from perl-unicode.
73715      Branch: perl
73716            ! t/op/pat.t
73717 ____________________________________________________________________________
73718 [ 18782] By: hv                                    on 2003/02/26  01:36:49
73719         Log: Subject: Re: [perl #20683] [fix] Better Patch
73720              From: Enache Adrian <enache@rdslink.ro>
73721              Date: Sun, 23 Feb 2003 20:16:39 +0200
73722              Message-ID: <20030223181639.GA18713@ratsnest.hole>
73723      Branch: perl
73724            ! embed.fnc embed.h ext/Devel/Peek/Peek.t mg.c perl.h proto.h
73725            ! regexec.c sv.c t/op/pat.t
73726 ____________________________________________________________________________
73727 [ 18781] By: hv                                    on 2003/02/26  01:11:14
73728         Log: regen headers
73729      Branch: perl
73730            ! perlapi.h pod/perlapi.pod
73731 ____________________________________________________________________________
73732 [ 18780] By: hv                                    on 2003/02/26  00:25:32
73733         Log: Two typos found by Philip Newton <pnewton@gmx.de>
73734      Branch: perl
73735            ! configpm ext/DB_File/DB_File.pm
73736 ____________________________________________________________________________
73737 [ 18779] By: jhi                                   on 2003/02/25  18:20:01
73738         Log: Add tests for the -C switch.  Depending on the
73739              CLIs some $^O dance may be needed.
73740      Branch: perl
73741            + t/run/switchC.t
73742            ! MANIFEST
73743 ____________________________________________________________________________
73744 [ 18778] By: hv                                    on 2003/02/25  15:24:17
73745         Log: Add missing file from change #18774.
73746      Branch: perl
73747            + t/op/localref.t
73748 ____________________________________________________________________________
73749 [ 18777] By: hv                                    on 2003/02/25  14:07:59
73750         Log: More variables for change #18776.
73751      Branch: perl
73752            ! op.c
73753 ____________________________________________________________________________
73754 [ 18776] By: hv                                    on 2003/02/25  14:04:03
73755         Log: Subject: [perl #20682] [fix] @- array not visible in s///
73756              From: Enache Adrian <enache@rdslink.ro>
73757              Date: Fri, 21 Feb 2003 17:50:14 +0200
73758              Message-ID: <20030221155014.GB793@ratsnest.hole>
73759      Branch: perl
73760            ! op.c t/op/subst.t
73761 ____________________________________________________________________________
73762 [ 18775] By: hv                                    on 2003/02/25  13:53:11
73763         Log: Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
73764              From: Enache Adrian <enache@rdslink.ro>
73765              Date: Fri, 21 Feb 2003 17:49:41 +0200
73766              Message-ID: <20030221154941.GA793@ratsnest.hole>
73767      Branch: perl
73768            ! pp_ctl.c t/op/subst.t
73769 ____________________________________________________________________________
73770 [ 18774] By: hv                                    on 2003/02/25  13:21:19
73771         Log: Subject: Re: [perl #21321] local ${"FOO"} does not work
73772              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
73773              Date: Sun, 23 Feb 2003 00:03:27 +0100
73774              Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
73775      Branch: perl
73776            ! MANIFEST op.c perl.h pp.c pp_hot.c t/op/local.t
73777 ____________________________________________________________________________
73778 [ 18773] By: hv                                    on 2003/02/25  12:45:01
73779         Log: Subject: [Encode] 1.88 Released
73780              From: Dan Kogai <dankogai@dan.co.jp>
73781              Date: Thu, 20 Feb 2003 23:49:55 +0900
73782              Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
73783      Branch: perl
73784            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
73785            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
73786            ! ext/Encode/lib/Encode/CJKConstants.pm
73787            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/enc_eucjp.t
73788            ! ext/Encode/t/enc_utf8.t ext/Encode/ucm/viscii.ucm
73789 ____________________________________________________________________________
73790 [ 18772] By: merijn                                on 2003/02/25  12:12:14
73791         Log: Subject: [perl@18752] warnings from CGI tests under cygwin
73792              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73793              Date: Wed, 19 Feb 2003 13:37:39 -0800
73794              Message-ID: <jk/U+gzkg2DE092yn@efn.org>
73795      Branch: perl
73796            ! lib/CGI.pm
73797 ____________________________________________________________________________
73798 [ 18771] By: jhi                                   on 2003/02/25  07:46:53
73799         Log: Cleanup #18770 as suggested by Rafael.
73800      Branch: perl
73801            ! mg.c perl.h
73802 ____________________________________________________________________________
73803 [ 18770] By: jhi                                   on 2003/02/25  06:01:09
73804         Log: A new try at #18765 (for [perl #20920]).
73805      Branch: perl
73806            ! mg.c
73807 ____________________________________________________________________________
73808 [ 18769] By: jhi                                   on 2003/02/25  05:33:10
73809         Log: Retract change #18765: makes HiRes.t hang after subtest #11.
73810      Branch: perl
73811            ! mg.c
73812 ____________________________________________________________________________
73813 [ 18768] By: chip                                  on 2003/02/24  21:42:57
73814         Log: Include p4d2p in Porting again, because p4genpatch doesn't work
73815              until a change has been submitted.
73816      Branch: perl
73817            + Porting/p4d2p
73818            ! MANIFEST
73819 ____________________________________________________________________________
73820 [ 18767] By: chip                                  on 2003/02/24  21:35:56
73821         Log: In Porting scripts, use standard perl path of "/usr/bin/perl".
73822      Branch: perl
73823            ! Porting/check83.pl Porting/findvars Porting/fixCORE
73824            ! Porting/fixvars Porting/genlog Porting/makerel Porting/patchls
73825 ____________________________________________________________________________
73826 [ 18766] By: jhi                                   on 2003/02/24  20:04:36
73827         Log: PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
73828      Branch: perl
73829            ! embedvar.h intrpvar.h mg.c perl.c perl.h pod/perldiag.pod
73830            ! pod/perlipc.pod pod/perlrun.pod pp_sys.c util.c
73831 ____________________________________________________________________________
73832 [ 18765] By: jhi                                   on 2003/02/24  19:56:23
73833         Log: Subject: Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
73834              From: Slaven Rezic <slaven@rezic.de>
73835              Date: 14 Feb 2003 09:11:15 +0100
73836              Message-ID: <878ywji8nw.fsf@vran.herceg.de>
73837
73838              (with slight tweaks)
73839      Branch: perl
73840            ! mg.c
73841 ____________________________________________________________________________
73842 [ 18764] By: jhi                                   on 2003/02/24  18:44:41
73843         Log: Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
73844              "scalar upgraded to UTF-8 as a side effect of quote-interpolation
73845              when 'use encoding' is engaged"-- wasn't actually encoding's fault.
73846      Branch: perl
73847            ! pp_ctl.c pp_hot.c sv.c sv.h t/op/concat.t
73848 ____________________________________________________________________________
73849 [ 18763] By: chip                                  on 2003/02/24  14:54:36
73850         Log: Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
73851      Branch: perl
73852            ! op.c win32/perlhost.h
73853 ____________________________________________________________________________
73854 [ 18762] By: hv                                    on 2003/02/24  00:18:42
73855         Log: Remove no-longer-true line from perlop
73856      Branch: perl
73857            ! pod/perlop.pod
73858 ____________________________________________________________________________
73859 [ 18761] By: jhi                                   on 2003/02/23  12:07:53
73860         Log: Chip noticed that the intended optionality of the 'IV' was
73861              forgotten in the change #18758.
73862      Branch: perl
73863            ! ext/Devel/Peek/Peek.t
73864 ____________________________________________________________________________
73865 [ 18760] By: jhi                                   on 2003/02/22  19:17:04
73866         Log: API doc tweaks.
73867      Branch: perl
73868            ! utf8.c
73869 ____________________________________________________________________________
73870 [ 18759] By: sky                                   on 2003/02/21  09:08:30
73871         Log: Change regex to be a bit more friendly against various
73872              outputs from ps -f, regex suggest by rgs
73873      Branch: perl
73874            ! ext/threads/t/join.t
73875 ____________________________________________________________________________
73876 [ 18758] By: jhi                                   on 2003/02/20  17:28:44
73877         Log: Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
73878              From: PPrymmer@factset.com
73879              Date: Thu, 20 Feb 2003 13:28:09 -0500
73880              Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
73881      Branch: perl
73882            ! ext/Devel/Peek/Peek.t
73883 ____________________________________________________________________________
73884 [ 18757] By: jhi                                   on 2003/02/20  17:27:17
73885         Log: Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
73886              From: PPrymmer@factset.com
73887              Date: Wed, 19 Feb 2003 15:04:40 -0500
73888              Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
73889      Branch: perl
73890            ! README.vms configure.com
73891 ____________________________________________________________________________
73892 [ 18756] By: jhi                                   on 2003/02/20  06:16:05
73893         Log: Doc tweakage on -C.
73894      Branch: perl
73895            ! pod/perlrun.pod
73896 ____________________________________________________________________________
73897 [ 18755] By: rgs                                   on 2003/02/19  21:31:43
73898         Log: Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
73899              From: Brendan O'Dea <bod@debian.org>
73900              Date: Sun, 16 Feb 2003 21:09:23 +1100
73901              Message-ID: <20030216100923.GA29761@londo.c47.org>
73902      Branch: perl
73903            ! pod/perlcompile.pod
73904 ____________________________________________________________________________
73905 [ 18754] By: rgs                                   on 2003/02/19  21:14:37
73906         Log: Document clearly that "_" is always in package "main".
73907      Branch: perl
73908            ! pod/perlvar.pod
73909 ____________________________________________________________________________
73910 [ 18753] By: rgs                                   on 2003/02/19  20:55:09
73911         Log: Subject: Re: [perl #20716] scope error with brackets
73912              From: Enache Adrian <enache@rdslink.ro>
73913              Date: Thu, 13 Feb 2003 04:52:21 +0200
73914              Message-ID: <20030213025221.GA1215@ratsnest.hole>
73915              (better version of change #18687)
73916      Branch: perl
73917            ! t/comp/parser.t toke.c
73918 ____________________________________________________________________________
73919 [ 18752] By: jhi                                   on 2003/02/19  05:10:26
73920         Log: 'A' is not 65 everywhere.
73921      Branch: perl
73922            ! t/op/pack.t
73923 ____________________________________________________________________________
73924 [ 18751] By: chip                                  on 2003/02/19  03:54:45
73925         Log: Support one-parameter unpack(), which unpacks $_.
73926      Branch: perl
73927            ! opcode.h opcode.pl pod/perlfunc.pod pp_pack.c t/op/pack.t
73928 ____________________________________________________________________________
73929 [ 18750] By: hv                                    on 2003/02/19  00:53:03
73930         Log: more complex assertions activation:
73931              Subject: Re: Did the assertion patch/feature submission get overlooked?
73932              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
73933              Date: Tue, 18 Feb 2003 19:24:13 +0000
73934              Message-ID: <3E52885D.5060903@yahoo.com>
73935      Branch: perl
73936            ! lib/assertions.pm lib/assertions/activate.pm
73937            ! t/comp/assertions.t
73938 ____________________________________________________________________________
73939 [ 18749] By: hv                                    on 2003/02/19  00:19:21
73940         Log: Subject: [PATCH] Make adding notes to patchlevel.h easier
73941              From: andreas.koenig@anima.de (Andreas J. Koenig)
73942              Date: Tue, 18 Feb 2003 11:48:40 +0100
73943              Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
73944      Branch: perl
73945            ! patchlevel.h
73946 ____________________________________________________________________________
73947 [ 18748] By: hv                                    on 2003/02/19  00:00:41
73948         Log: Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
73949              From: Dave Mitchell <davem@fdgroup.com>
73950              Date: Tue, 18 Feb 2003 21:45:45 +0000
73951              Message-ID: <20030218214545.C18547@fdgroup.com>
73952
73953              and tests for the same:
73954              From: Dave Mitchell <davem@fdgroup.com>
73955              Date: Wed, 19 Feb 2003 00:42:01 +0000
73956              Message-ID: <20030219004201.F18547@fdgroup.com>
73957      Branch: perl
73958            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
73959 ____________________________________________________________________________
73960 [ 18747] By: hv                                    on 2003/02/18  23:47:06
73961         Log: Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
73962              problems on case-insensitive file systems. Rename it back to
73963              t/run/switch_A.t
73964      Branch: perl
73965           +> t/run/switch_A.t
73966            - t/run/switchA.t
73967            ! MANIFEST
73968 ____________________________________________________________________________
73969 [ 18746] By: sky                                   on 2003/02/18  21:31:37
73970         Log: Subject: Re: -Os for Darwin why?
73971              From: schwern@pobox.com
73972              Date: tis feb 18, 2003  20:37:39 Europe/Stockholm
73973              Message-Id: <20030218113739.D25848@ttul.org>
73974      Branch: perl
73975            ! hints/darwin.sh
73976 ____________________________________________________________________________
73977 [ 18741] By: jhi                                   on 2003/02/18  14:01:34
73978         Log: Format nit.
73979      Branch: perl
73980            ! util.c
73981 ____________________________________________________________________________
73982 [ 18740] By: sky                                   on 2003/02/18  06:33:57
73983         Log: Re: -Os for Darwin why?
73984              From: schwern@pobox.com
73985              Date: tis feb 18, 2003  04:14:03 Europe/Stockholm
73986              Message-Id: <20030217191403.A17553@ttul.org>
73987      Branch: perl
73988            ! hints/darwin.sh
73989 ____________________________________________________________________________
73990 [ 18739] By: hv                                    on 2003/02/18  01:04:01
73991         Log: Subject: Re: Did the assertion patch/feature submission get overlooked?
73992              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
73993              Date: Mon, 17 Feb 2003 23:38:05 +0000
73994              Message-ID: <3E51725D.5060303@yahoo.com>
73995      Branch: perl
73996            + t/comp/assertions.t t/run/switchA.t
73997            ! MANIFEST
73998 ____________________________________________________________________________
73999 [ 18738] By: hv                                    on 2003/02/18  00:51:24
74000         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
74001              From: Nicholas Clark <nick@ccl4.org>
74002              Date: Mon, 17 Feb 2003 21:07:03 +0000
74003              Message-ID: <20030217210330.A8611@plum.flirble.org>
74004      Branch: perl
74005            ! sv.c
74006 ____________________________________________________________________________
74007 [ 18737] By: hv                                    on 2003/02/18  00:47:00
74008         Log: Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
74009              From: Stephen McCamant <smcc@mit.edu>
74010              Date: Mon, 17 Feb 2003 19:34:36 -0500
74011              Date: Mon, 17 Feb 2003 19:34:36 -0500
74012              Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
74013      Branch: perl
74014            ! ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
74015            ! ext/B/B/Terse.pm ext/B/t/terse.t
74016 ____________________________________________________________________________
74017 [ 18736] By: hv                                    on 2003/02/17  09:33:47
74018         Log: Subject: [PATCH] Re: [PATCH] Copy on write for $& and $1...
74019              From: Nicholas Clark <nick@unfortu.net>
74020              Date: Sun, 16 Feb 2003 23:09:50 +0000
74021              Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net>
74022      Branch: perl
74023            ! sv.c
74024 ____________________________________________________________________________
74025 [ 18735] By: hv                                    on 2003/02/17  09:13:02
74026         Log: Use the escape E<ntilde> in source files rather than the actual char.
74027      Branch: perl
74028            ! lib/assertions.pm lib/assertions/activate.pm
74029 ____________________________________________________________________________
74030 [ 18734] By: hv                                    on 2003/02/17  09:06:44
74031         Log: Suppress empty #ifdef blocks in embed.pl
74032      Branch: perl
74033            ! embed.h embed.pl
74034 ____________________________________________________________________________
74035 [ 18733] By: hv                                    on 2003/02/17  08:51:53
74036         Log: fix typo in sv.c and regenerate perlapi.pod
74037      Branch: perl
74038            ! pod/perlapi.pod sv.c
74039 ____________________________________________________________________________
74040 [ 18732] By: jhi                                   on 2003/02/17  06:40:09
74041         Log: Philip Newton has eagle eyes :-)
74042      Branch: perl
74043            ! pod/perlrun.pod
74044 ____________________________________________________________________________
74045 [ 18731] By: jhi                                   on 2003/02/17  05:31:18
74046         Log: Doc tweaks (and one code tweak) based on Philip Newton's comments.
74047      Branch: perl
74048            ! locale.c pod/perlrun.pod pod/perlunicode.pod
74049            ! pod/perluniintro.pod pod/perlvar.pod util.c
74050 ____________________________________________________________________________
74051 [ 18730] By: jhi                                   on 2003/02/17  04:44:53
74052         Log: Make also the -CAL conditional on locale.
74053      Branch: perl
74054            ! perl.c pod/perlrun.pod
74055 ____________________________________________________________________________
74056 [ 18729] By: jhi                                   on 2003/02/16  18:33:05
74057         Log: NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
74058      Branch: perl
74059            ! embed.h embed.pl pod/perlembed.pod
74060 ____________________________________________________________________________
74061 [ 18728] By: jhi                                   on 2003/02/16  18:20:04
74062         Log: According to Sarathy it's better have the Ministry
74063              of Information to remove all memory of NO_EMBED.
74064              What NO_EMBED?
74065      Branch: perl
74066            ! embed.h embed.pl
74067 ____________________________________________________________________________
74068 [ 18727] By: hv                                    on 2003/02/16  13:55:10
74069         Log: add support for assertions. Updated form of:
74070              Subject: Re: Did the assertion patch/feature submission get overlooked?
74071              From: Salvador =?ISO-8859-1?Q?Fandi=F1o?= <sfandino@yahoo.com>
74072              Date: Sat, 30 Nov 2002 17:24:09 +0000
74073              Message-ID: <3DE8F439.50402@yahoo.com>
74074      Branch: perl
74075            + lib/assertions.pm lib/assertions/activate.pm
74076            ! MANIFEST cv.h dump.c embed.pl embedvar.h ext/B/B/Deparse.pm
74077            ! ext/B/defsubs_h.PL intrpvar.h lib/perl5db.pl op.c perl.c
74078            ! perl.h perlapi.h pp_hot.c sv.c toke.c xsutils.c
74079 ____________________________________________________________________________
74080 [ 18726] By: hv                                    on 2003/02/16  13:10:32
74081         Log: COW regexps:
74082              Subject: [PATCH] Copy on write for $& and $1...
74083              From: Nicholas Clark <nick@unfortu.net>
74084              Date: Sun, 9 Feb 2003 23:00:09 +0000
74085              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
74086      Branch: perl
74087            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_ctl.c pp_hot.c
74088            ! proto.h regcomp.c regexec.c regexp.h sv.c sv.h thrdvar.h
74089 ____________________________________________________________________________
74090 [ 18725] By: hv                                    on 2003/02/16  13:08:52
74091         Log: inline SvREFCNT_dec:
74092              Subject: [PATCH] Copy on write for $& and $1...
74093              From: Nicholas Clark <nick@unfortu.net>
74094              Date: Sun, 9 Feb 2003 23:00:09 +0000
74095              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
74096      Branch: perl
74097            ! embed.fnc embed.h proto.h sv.c sv.h
74098 ____________________________________________________________________________
74099 [ 18723] By: hv                                    on 2003/02/16  11:12:58
74100         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
74101              From: Enache Adrian <enache@rdslink.ro>
74102              Date: Sun, 16 Feb 2003 00:05:10 +0200
74103              Message-ID: <20030215220510.GB893@ratsnest.hole>
74104      Branch: perl
74105            ! op.c
74106 ____________________________________________________________________________
74107 [ 18722] By: hv                                    on 2003/02/16  11:08:06
74108         Log: outdent else-if chain in scope()
74109      Branch: perl
74110            ! op.c
74111 ____________________________________________________________________________
74112 [ 18721] By: hv                                    on 2003/02/16  11:00:47
74113         Log: Subject: [PATCH] arcane tainting bug in vms.c
74114              From: "Craig A. Berry" <craigberry@mac.com>
74115              Date: Sat, 15 Feb 2003 12:29:03 -0600
74116              Message-ID: <3E4E86EF.8090609@mac.com>
74117      Branch: perl
74118            ! vms/vms.c
74119 ____________________________________________________________________________
74120 [ 18720] By: hv                                    on 2003/02/16  10:54:58
74121         Log: restrict PERL_PRESERVE_IVUV to things that should really give an
74122              integer, but extend to runtime. Based on:
74123              Subject: Re: [perl #20827] Unexpected scientific notation.
74124              From: hv@crypt.org
74125              Date: Wed, 12 Feb 2003 03:12:43 +0000
74126              Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
74127      Branch: perl
74128            ! op.c pp.c
74129 ____________________________________________________________________________
74130 [ 18718] By: jhi                                   on 2003/02/16  09:47:02
74131         Log: As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
74132              which will disable the short forms of the Perl_ API, good for
74133              embedding stuff.  (Kind of like the old NO_EMBED, but better.)
74134      Branch: perl
74135            ! embed.h embed.pl pod/perlembed.pod
74136 ____________________________________________________________________________
74137 [ 18717] By: jhi                                   on 2003/02/16  09:44:57
74138         Log: Clarify the -C syntax a bit.
74139      Branch: perl
74140            ! pod/perlrun.pod
74141 ____________________________________________________________________________
74142 [ 18716] By: jhi                                   on 2003/02/16  08:29:54
74143         Log: Forgotten from #18715.
74144      Branch: perl
74145            ! embed.h proto.h
74146 ____________________________________________________________________________
74147 [ 18715] By: jhi                                   on 2003/02/15  21:19:37
74148         Log: The new(er) way of controlling Unicode I/O (and other) features;
74149              -C (or PERL_UNICODE).  See perlrun/-C for more details.
74150      Branch: perl
74151            ! embed.fnc embedvar.h gv.c intrpvar.h locale.c mg.c perl.c
74152            ! perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
74153            ! pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
74154            ! util.c
74155 ____________________________________________________________________________
74156 [ 18714] By: jhi                                   on 2003/02/15  12:31:25
74157         Log: Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
74158      Branch: perl
74159            ! ext/Storable/Storable.xs
74160 ____________________________________________________________________________
74161 [ 18712] By: jhi                                   on 2003/02/15  08:39:38
74162         Log: Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
74163              even closer to each other.  The dec_osf.pl is irrelevant
74164              for the current core but adding it makes for one less exception
74165              when integrating.
74166      Branch: perl
74167            + ext/Digest/MD5/hints/dec_osf.pl
74168            ! MANIFEST ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
74169            ! ext/Digest/MD5/t/files.t
74170 ____________________________________________________________________________
74171 [ 18711] By: jhi                                   on 2003/02/15  08:32:04
74172         Log: Update MD5 Changes; update checksums.
74173      Branch: perl
74174            ! ext/Digest/MD5/Changes ext/Digest/MD5/t/files.t
74175 ____________________________________________________________________________
74176 [ 18710] By: jhi                                   on 2003/02/15  08:19:20
74177         Log: Update the MD5 checksums.
74178      Branch: perl
74179            ! ext/Digest/MD5/t/files.t
74180 ____________________________________________________________________________
74181 [ 18709] By: jhi                                   on 2003/02/15  08:16:26
74182         Log: Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
74183              (problem noticed by Graham with List::Util).
74184      Branch: perl
74185            ! ext/Data/Dumper/Dumper.xs ext/Digest/MD5/MD5.xs
74186            ! ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
74187 ____________________________________________________________________________
74188 [ 18708] By: jhi                                   on 2003/02/15  07:31:17
74189         Log: Subject: Re: [perl #20912] UTF8 related glitch + fix
74190              From: Enache Adrian <enache@rdslink.ro>
74191              Date: Sat, 15 Feb 2003 00:37:40 +0200
74192              Message-ID: <20030214223740.GA13575@ratsnest.hole>
74193      Branch: perl
74194            ! pp.c t/op/split.t
74195 ____________________________________________________________________________
74196 [ 18707] By: hv                                    on 2003/02/15  06:38:15
74197         Log: Subject: [doc patch] ext/threads/shared/shared.pm
74198              From: Stas Bekman <stas@stason.org>
74199              Date: Fri, 14 Feb 2003 11:12:39 +1100
74200              Message-ID: <3E4C3477.7030306@stason.org>
74201      Branch: perl
74202            ! ext/threads/shared/shared.pm
74203 ____________________________________________________________________________
74204 [ 18706] By: hv                                    on 2003/02/15  06:32:35
74205         Log: Subject: Re: perlvar phrasing clarification for $^S
74206              From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
74207              Date: Fri, 14 Feb 2003 10:12:00 +1100
74208              Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
74209      Branch: perl
74210            ! pod/perlvar.pod
74211 ____________________________________________________________________________
74212 [ 18705] By: hv                                    on 2003/02/15  06:27:07
74213         Log: Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
74214              From: Dave Mitchell <davem@fdgroup.com>
74215              Date: Fri, 14 Feb 2003 22:48:27 +0000
74216              Message-ID: <20030214224827.B6783@fdgroup.com>
74217
74218              with tests:
74219              From: Slaven Rezic <slaven@rezic.de>
74220              Date: 14 Feb 2003 20:23:20 +0100
74221              Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
74222      Branch: perl
74223            ! pp.c t/op/substr.t t/op/vec.t
74224 ____________________________________________________________________________
74225 [ 18704] By: hv                                    on 2003/02/15  06:17:06
74226         Log: Subject: Re: overriding builtins quirk
74227              From: Jerrad Pierce <belg4mit@MIT.EDU>
74228              Date: Fri, 14 Feb 2003 09:28:13 -0500
74229              Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
74230      Branch: perl
74231            ! pod/perlsub.pod
74232 ____________________________________________________________________________
74233 [ 18703] By: rgs                                   on 2003/02/14  22:23:56
74234         Log: Subject: Re: trying to fix #20154, #20357
74235              From: Enache Adrian <enache@rdslink.ro>
74236              Date: Sat, 8 Feb 2003 21:05:14 +0200
74237              Message-ID: <20030208190514.GA866@ratsnest.hole>
74238              (fixes #19061 as well)
74239      Branch: perl
74240            ! pp_ctl.c t/op/goto.t
74241 ____________________________________________________________________________
74242 [ 18702] By: gbarr                                 on 2003/02/14  19:26:23
74243         Log: Update to Scalar-List-Utils 1.11
74244      Branch: perl
74245            + ext/List/Util/t/proto.t
74246            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
74247            ! ext/List/Util/lib/List/Util.pm
74248            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
74249 ____________________________________________________________________________
74250 [ 18699] By: jhi                                   on 2003/02/13  09:43:33
74251         Log: gcc 3.2.1 does not have -Wall faith that tmp
74252              will not be used uninitialized.
74253      Branch: perl
74254            ! toke.c
74255 ____________________________________________________________________________
74256 [ 18698] By: hv                                    on 2003/02/12  03:01:32
74257         Log: Subject: perlbug (was: Re: [perl #20606] [no subject])
74258              From: Slaven Rezic <slaven@rezic.de>
74259              Date: 30 Jan 2003 19:03:41 +0100
74260              Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
74261      Branch: perl
74262            ! utils/perlbug.PL
74263 ____________________________________________________________________________
74264 [ 18697] By: hv                                    on 2003/02/12  02:20:39
74265         Log: Subject: [PATCH 5.9.0] to silence compiler warning
74266              From: Robin Barker <Robin.Barker@npl.co.uk>
74267              Date: Tue, 28 Jan 2003 13:27:17 -0000
74268              Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
74269      Branch: perl
74270            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
74271            ! universal.c util.c
74272 ____________________________________________________________________________
74273 [ 18696] By: rgs                                   on 2003/02/11  20:13:21
74274         Log: Subject: [perl #20654] %*v02x considered invalid in printf
74275              From: Robin Barker (via RT) <perlbug-followup@perl.org>
74276              Date: 10 Feb 2003 16:43:23 -0000
74277              Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
74278      Branch: perl
74279            ! sv.c t/op/sprintf.t
74280 ____________________________________________________________________________
74281 [ 18695] By: rgs                                   on 2003/02/11  20:00:23
74282         Log: Subject: mini-[patch] perlrun "^$W" typo
74283              From: Iain Truskett <spoon@dellah.org>
74284              Date: Tue, 11 Feb 2003 08:38:52 +1100
74285              Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
74286      Branch: perl
74287            ! pod/perlrun.pod
74288 ____________________________________________________________________________
74289 [ 18694] By: rgs                                   on 2003/02/11  19:44:00
74290         Log: Subject: [PATCH] More B::Concise fixes
74291              From: Stephen McCamant <smcc@mit.edu>
74292              Date: Sun, 9 Feb 2003 17:28:38 -0500
74293              Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
74294      Branch: perl
74295            ! ext/B/B/Concise.pm
74296 ____________________________________________________________________________
74297 [ 18693] By: merijn                                on 2003/02/11  08:14:29
74298         Log: More code cleanup.
74299
74300              Subject: Re: New SV Flag
74301              Date: Fri, 07 Feb 2003 09:57:43 +0100
74302              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74303              Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl>
74304      Branch: perl
74305            ! sv.c sv.h
74306 ____________________________________________________________________________
74307 [ 18692] By: jhi                                   on 2003/02/11  07:53:26
74308         Log: Dueling patches.
74309      Branch: perl
74310            - lib/CPAN/ChangeLog
74311            ! MANIFEST
74312 ____________________________________________________________________________
74313 [ 18691] By: hv                                    on 2003/02/11  00:27:56
74314         Log: Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
74315              From: Mark Mielke <mark@mark.mielke.cc>
74316              Date: Mon, 20 Jan 2003 19:56:13 -0500
74317              Message-ID: <20030121005613.GA31739@mark.mielke.cc>
74318      Branch: perl
74319            ! sv.c
74320 ____________________________________________________________________________
74321 [ 18690] By: hv                                    on 2003/02/10  22:08:05
74322         Log: fix comment in change #18689
74323      Branch: perl
74324            ! sv.c
74325 ____________________________________________________________________________
74326 [ 18689] By: hv                                    on 2003/02/10  21:59:34
74327         Log: Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
74328              Now allows but ignores the 'l' modifier on floating point formats
74329              and adds a couple of tests.
74330      Branch: perl
74331            ! sv.c t/op/sprintf.t
74332 ____________________________________________________________________________
74333 [ 18688] By: sky                                   on 2003/02/10  19:54:13
74334         Log: Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
74335              From: Enache Adrian <enache@rdslink.ro>
74336              Date: sun feb 9, 2003  21:10:25 Europe/Stockholm
74337              Message-Id: <20030209201025.GA1247@ratsnest.hole>
74338      Branch: perl
74339            ! pp_ctl.c
74340 ____________________________________________________________________________
74341 [ 18687] By: sky                                   on 2003/02/10  18:13:29
74342         Log: Subject: Re: [perl #20716] [FIX] scope error with brackets
74343              From: Enache Adrian <enache@rdslink.ro>
74344              Date: mon feb 10, 2003  18:48:58 Europe/Stockholm
74345              Message-id: <20030210174858.GA872@ratsnest.hole>
74346      Branch: perl
74347            ! t/comp/parser.t toke.c
74348 ____________________________________________________________________________
74349 [ 18686] By: sky                                   on 2003/02/10  18:11:35
74350         Log: Compile under threads and MacOSX. For some reason newSVpvf
74351              was not exapnded.
74352      Branch: perl
74353            ! universal.c
74354 ____________________________________________________________________________
74355 [ 18685] By: ams                                   on 2003/02/10  03:44:07
74356         Log: No, we don't really want the utility scripts.
74357      Branch: perl
74358            - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
74359            - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
74360            ! MANIFEST ext/MIME/Base64/Makefile.PL
74361 ____________________________________________________________________________
74362 [ 18684] By: hv                                    on 2003/02/10  01:43:12
74363         Log: fix for C< use if qw/ 1 open :utf8 / > based on:
74364              Subject: [perl #20536] use if 1, open => ':utf8' fails
74365              From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
74366              Date: 24 Jan 2003 22:39:06 -0000
74367              Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
74368      Branch: perl
74369            ! lib/if.pm lib/if.t
74370 ____________________________________________________________________________
74371 [ 18683] By: hv                                    on 2003/02/10  01:15:52
74372         Log: Subject: RE: perldebug.pod suggestion
74373              From: "Jay Hannah" <jhannah@omnihotels.com>
74374              Date: Fri, 24 Jan 2003 11:28:44 -0600
74375              Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
74376      Branch: perl
74377            ! pod/perldebug.pod
74378 ____________________________________________________________________________
74379 [ 18682] By: hv                                    on 2003/02/10  00:26:50
74380         Log: Subject: [PATCH] version objects final(?) patch
74381              From: John Peacock <jpeacock@rowman.com>
74382              Date: Sun, 05 Jan 2003 21:28:41 -0500
74383              Message-ID: <3E18E9D9.2040908@rowman.com>
74384      Branch: perl
74385            ! lib/version.pm lib/version.t universal.c util.c
74386 ____________________________________________________________________________
74387 [ 18680] By: chip                                  on 2003/02/09  17:39:33
74388         Log: Add CPAN ChangeLog to MANIFEST.
74389      Branch: perl
74390            ! MANIFEST
74391 ____________________________________________________________________________
74392 [ 18678] By: jhi                                   on 2003/02/09  14:37:38
74393         Log: CPAN ChangeLog not needed, says Andreas.
74394      Branch: perl
74395            ! MANIFEST
74396 ____________________________________________________________________________
74397 [ 18677] By: jhi                                   on 2003/02/09  08:42:19
74398         Log: Subject: [perl #20785] glitches with $PerlIO::encoding::fallback
74399              From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" <perlbug-followup@perl.org>
74400              Date: 8 Feb 2003 11:54:11 -0000
74401              Message-Id: <rt-20785-50586.6.45611613038412@bugs6.perl.org>
74402      Branch: perl
74403            ! ext/PerlIO/encoding/encoding.pm
74404 ____________________________________________________________________________
74405 [ 18676] By: jhi                                   on 2003/02/09  08:35:25
74406         Log: Subject: Re: utime undef, undef, "/tmp/test" and warnings
74407              From: Stas Bekman <stas@stason.org>
74408              Date: Sat, 08 Feb 2003 11:12:28 +1100
74409              Message-ID: <3E444B6C.5060407@stason.org>
74410      Branch: perl
74411            ! doio.c
74412 ____________________________________________________________________________
74413 [ 18675] By: jhi                                   on 2003/02/08  19:49:40
74414         Log: Possible cruft removal.
74415      Branch: perl
74416            ! x2p/Makefile.SH
74417 ____________________________________________________________________________
74418 [ 18674] By: jhi                                   on 2003/02/08  18:22:42
74419         Log: Signedness nits.
74420      Branch: perl
74421            ! toke.c
74422 ____________________________________________________________________________
74423 [ 18672] By: jhi                                   on 2003/02/08  08:45:35
74424         Log: Upgrade to CPAN 1.64, from Andreas Koenig.
74425      Branch: perl
74426            + lib/CPAN/ChangeLog lib/CPAN/README utils/cpan
74427            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
74428            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
74429            ! utils.lst
74430 ____________________________________________________________________________
74431 [ 18671] By: jhi                                   on 2003/02/08  08:35:06
74432         Log: Upgrade to Net::Ping 2.28, from Rob Brown.
74433      Branch: perl
74434            + lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
74435            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
74436            ! lib/Net/Ping/README lib/Net/Ping/t/300_ping_stream.t
74437            ! lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/410_syn_host.t
74438 ____________________________________________________________________________
74439 [ 18670] By: jhi                                   on 2003/02/08  07:23:02
74440         Log: Subject: [PATCH] perluniintro nit
74441              From: Autrijus Tang <autrijus@autrijus.org>
74442              Date: Fri, 7 Feb 2003 00:02:49 +0800
74443              Message-ID: <20030206160249.GA12984@not.autrijus.org>
74444      Branch: perl
74445            ! pod/perluniintro.pod
74446 ____________________________________________________________________________
74447 [ 18669] By: jhi                                   on 2003/02/06  20:06:09
74448         Log: Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
74449              From: PPrymmer@factset.com
74450              Date: Wed, 5 Feb 2003 12:00:05 -0500
74451              Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
74452      Branch: perl
74453            ! t/pod/find.t
74454 ____________________________________________________________________________
74455 [ 18668] By: jhi                                   on 2003/02/06  20:00:52
74456         Log: sv_cat_recode() proto was missing, noticed by Craig Berry.
74457      Branch: perl
74458            ! proto.h
74459 ____________________________________________________________________________
74460 [ 18666] By: sky                                   on 2003/02/06  09:39:24
74461         Log: Patch from Richard Soderberg, cleanup the code a bit and comment
74462              why we are not using SvOOK_on.
74463      Branch: perl
74464            ! sv.c
74465 ____________________________________________________________________________
74466 [ 18664] By: jhi                                   on 2003/02/06  09:26:53
74467         Log: Things forgotten from Encode 1.87.
74468      Branch: perl
74469            ! ext/Encode/Unicode/Unicode.xs ext/Encode/t/CJKT.t
74470 ____________________________________________________________________________
74471 [ 18663] By: jhi                                   on 2003/02/06  04:03:31
74472         Log: Upgrade to Encode 1.87.
74473      Branch: perl
74474            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/Changes
74475            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/KR/KR.pm
74476            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
74477            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
74478            ! ext/Encode/lib/Encode/CJKConstants.pm
74479            ! ext/Encode/lib/Encode/Encoder.pm
74480            ! ext/Encode/lib/Encode/Encoding.pm
74481            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/CJKT.t
74482            ! ext/Encode/t/enc_eucjp.t
74483 ____________________________________________________________________________
74484 [ 18662] By: jhi                                   on 2003/02/05  19:40:38
74485         Log: Add the test of [perl #8760] (fixed by change #18656).
74486      Branch: perl
74487            ! t/run/fresh_perl.t
74488 ____________________________________________________________________________
74489 [ 18661] By: jhi                                   on 2003/02/05  19:28:37
74490         Log: has become fixed too (by changes #18653
74491              and #18658, methinks), adding the test(s).
74492      Branch: perl
74493            ! t/op/pat.t
74494 ____________________________________________________________________________
74495 [ 18660] By: jhi                                   on 2003/02/05  17:15:35
74496         Log: Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
74497              From: Inaba HIroto <inaba@st.rim.or.jp>
74498              Date: Sat, 01 Feb 2003 21:58:20 +0900
74499              Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
74500      Branch: perl
74501            ! embed.fnc embed.h ext/Encode/Encode.pm ext/Encode/Encode.xs
74502            ! ext/Encode/Encode/encode.h ext/Encode/encengine.c
74503            ! ext/Encode/lib/Encode/Encoding.pm
74504            ! ext/Encode/lib/Encode/JP/JIS7.pm global.sym lib/utf8.t
74505            ! pod/perlapi.pod sv.c t/uni/tr_7jis.t toke.c
74506 ____________________________________________________________________________
74507 [ 18659] By: jhi                                   on 2003/02/05  11:51:30
74508         Log: Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
74509              From: PPrymmer@factset.com
74510              Date: Tue, 4 Feb 2003 12:03:17 -0500
74511              Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
74512      Branch: perl
74513            ! ext/PerlIO/via/via.xs
74514 ____________________________________________________________________________
74515 [ 18658] By: jhi                                   on 2003/02/05  05:45:11
74516         Log: s/S_cache_re/cache_re/ for building with threads.
74517      Branch: perl
74518            ! regexec.c
74519 ____________________________________________________________________________
74520 [ 18657] By: rgs                                   on 2003/02/04  20:06:19
74521         Log: Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
74522              From: Stephen McCamant <smcc@mit.edu>
74523              Date: Mon, 3 Feb 2003 21:01:07 -0500
74524              Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
74525      Branch: perl
74526            ! ext/B/B/Concise.pm ext/B/t/concise.t
74527 ____________________________________________________________________________
74528 [ 18656] By: rgs                                   on 2003/02/04  20:02:56
74529         Log: Better version of change #18648, by Enache Adrian
74530              Message-ID: <20030204101533.GA11817@ratsnest.hole>
74531      Branch: perl
74532            ! op.c
74533 ____________________________________________________________________________
74534 [ 18655] By: jhi                                   on 2003/02/04  15:56:36
74535         Log: Add the new test to MANIFEST.
74536      Branch: perl
74537            ! MANIFEST
74538 ____________________________________________________________________________
74539 [ 18654] By: gbarr                                 on 2003/02/04  14:42:51
74540         Log: Sync with 1.10
74541      Branch: perl
74542            + ext/List/Util/t/lln.t
74543            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
74544            ! ext/List/Util/lib/List/Util.pm
74545            ! ext/List/Util/lib/Scalar/Util.pm
74546 ____________________________________________________________________________
74547 [ 18653] By: jhi                                   on 2003/02/04  11:04:25
74548         Log: Fix "[perl #20667] unicode regex vs non-unicode regex".
74549              The PL_regdata was not set up (S_cache_re()) before it
74550              was needed (S_reginclass()).  The test put in fresh_perl.t
74551              because we need a pristine state to start.
74552      Branch: perl
74553            ! regexec.c t/run/fresh_perl.t
74554 ____________________________________________________________________________
74555 [ 18652] By: jhi                                   on 2003/02/04  06:35:51
74556         Log: Comment tweak.
74557      Branch: perl
74558            ! t/op/pat.t
74559 ____________________________________________________________________________
74560 [ 18651] By: jhi                                   on 2003/02/04  06:28:53
74561         Log: Signedness issue.
74562      Branch: perl
74563            ! ext/MIME/Base64/Base64.xs
74564 ____________________________________________________________________________
74565 [ 18650] By: rgs                                   on 2003/02/03  22:02:44
74566         Log: Force the C locale in makedepend, to prevent gcc from
74567              producing locale-dependent messages.
74568      Branch: perl
74569            ! makedepend.SH
74570 ____________________________________________________________________________
74571 [ 18649] By: rgs                                   on 2003/02/03  22:00:21
74572         Log: Document the environment variable PERL_UTF8_LOCALE in perlrun.
74573      Branch: perl
74574            ! pod/perlrun.pod
74575 ____________________________________________________________________________
74576 [ 18648] By: rgs                                   on 2003/02/03  19:32:57
74577         Log: Fix bug #8760 : cop_line isn't properly restored
74578              when a module is loaded at runtime behind the scenes.
74579      Branch: perl
74580            ! op.c t/lib/warnings/perlio
74581 ____________________________________________________________________________
74582 [ 18647] By: merijn                                on 2003/02/03  16:14:00
74583         Log: Subject: Re: [perl #20606] [PATCH} openbsd hints
74584              From: Abe Timmerman <abe@ztreet.demon.nl>
74585              Date: Sun, 2 Feb 2003 18:27:57 +0100
74586              Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
74587      Branch: perl
74588            ! hints/openbsd.sh
74589 ____________________________________________________________________________
74590 [ 18644] By: jhi                                   on 2003/02/03  12:41:51
74591         Log: Duh, test -e ENOPORTABLE, I should've remembered that.
74592              (Made Solaris go boom.)
74593      Branch: perl
74594            ! Configure
74595 ____________________________________________________________________________
74596 [ 18643] By: jhi                                   on 2003/02/03  10:36:15
74597         Log: Detypo.
74598      Branch: perl
74599            ! cop.h
74600 ____________________________________________________________________________
74601 [ 18642] By: ams                                   on 2003/02/03  08:26:36
74602         Log: Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
74603              utility scripts?)
74604      Branch: perl
74605            + ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
74606            + ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
74607            ! MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
74608            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
74609            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/base64.t
74610            ! ext/MIME/Base64/t/quoted-print.t
74611 ____________________________________________________________________________
74612 [ 18641] By: sky                                   on 2003/02/02  23:46:24
74613         Log: In any case, never copy this but use the same SV since
74614              if we copy we loose the hash we so badly need.
74615              For op_const we might still need to copy however.
74616      Branch: perl
74617            ! op.c
74618 ____________________________________________________________________________
74619 [ 18640] By: sky                                   on 2003/02/02  23:38:40
74620         Log: Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
74621              threading issue. Should perhaps be a PVOP to save memory, but then
74622              we have nowhere to store the hash of the function!
74623      Branch: perl
74624            ! dump.c op.c pp_hot.c
74625 ____________________________________________________________________________
74626 [ 18637] By: jhi                                   on 2003/02/02  20:07:57
74627         Log: Plan 9: Some time has passed.
74628      Branch: perl
74629            ! plan9/buildinfo
74630 ____________________________________________________________________________
74631 [ 18636] By: jhi                                   on 2003/02/02  20:02:11
74632         Log: Subject: Re: typo in checkin 18616
74633              From: Nick Ing-Simmons <nick@ing-simmons.net>
74634              Date: Sun, 02 Feb 2003 17:23:08 +0000
74635              Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
74636      Branch: perl
74637            ! XSUB.h
74638 ____________________________________________________________________________
74639 [ 18635] By: jhi                                   on 2003/02/02  19:46:35
74640         Log: Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
74641      Branch: perl
74642            + plan9/config_sh.sample
74643            ! MANIFEST
74644 ____________________________________________________________________________
74645 [ 18634] By: ams                                   on 2003/02/02  18:07:01
74646         Log: Subject: [PATCH] pod/perlfunc.pod
74647              From: abigail@abigail.nl
74648              Date: Sun, 2 Feb 2003 16:59:48 +0100
74649              Message-Id: <20030202155948.7971.qmail@abigail.nl>
74650      Branch: perl
74651            ! pod/perlfunc.pod
74652 ____________________________________________________________________________
74653 [ 18633] By: jhi                                   on 2003/02/02  16:48:26
74654         Log: Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
74655              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
74656              Date: Wed, 22 Jan 2003 22:35:56 +0100
74657              Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
74658      Branch: perl
74659            ! mg.c pp.c pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t
74660 ____________________________________________________________________________
74661 [ 18632] By: jhi                                   on 2003/02/02  15:31:36
74662         Log: Also [perl #3547] has been fixed; add its test case.
74663      Branch: perl
74664            ! t/op/pat.t
74665 ____________________________________________________________________________
74666 [ 18631] By: jhi                                   on 2003/02/02  15:26:10
74667         Log: The [perl #7471] seems to have been fixed; add its test.
74668      Branch: perl
74669            ! t/op/pat.t
74670 ____________________________________________________________________________
74671 [ 18630] By: jhi                                   on 2003/02/02  15:21:23
74672         Log: seems to have been fixed; add its test.
74673      Branch: perl
74674            ! t/op/pat.t
74675 ____________________________________________________________________________
74676 [ 18629] By: jhi                                   on 2003/02/02  15:09:39
74677         Log: Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
74678      Branch: perl
74679            + plan9/config_h.sample
74680            ! MANIFEST
74681 ____________________________________________________________________________
74682 [ 18628] By: jhi                                   on 2003/02/02  14:46:26
74683         Log: Plan 9: Update config.plan9 based on Russ Cox' work.
74684      Branch: perl
74685            ! plan9/config.plan9
74686 ____________________________________________________________________________
74687 [ 18627] By: jhi                                   on 2003/02/02  14:24:00
74688         Log: Plan 9: Update the list of object files.
74689      Branch: perl
74690            ! plan9/mkfile
74691 ____________________________________________________________________________
74692 [ 18626] By: jhi                                   on 2003/02/02  14:03:16
74693         Log: Plan 9: No Configure.
74694      Branch: perl
74695            ! Configure
74696 ____________________________________________________________________________
74697 [ 18624] By: jhi                                   on 2003/02/02  13:29:02
74698         Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
74699      Branch: perl
74700            ! Configure
74701 ____________________________________________________________________________
74702 [ 18622] By: jhi                                   on 2003/02/02  12:49:13
74703         Log: minitest wasn't working.  (The $^X /miniperl/ test in
74704              io/crlf.t didn't work in Tru64, $^X was "./perl", used
74705              the same 'eval q/use .../' trick everywhere.)
74706      Branch: perl
74707            ! t/io/crlf.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
74708            ! t/uni/tr_utf8.t
74709 ____________________________________________________________________________
74710 [ 18621] By: jhi                                   on 2003/02/02  12:23:28
74711         Log: Fix and test for [perl #15549 Empty \Q\E not permitted]
74712              (test.pl-ise quotemeta.t, too)
74713      Branch: perl
74714            ! t/op/quotemeta.t toke.c
74715 ____________________________________________________________________________
74716 [ 18618] By: sky                                   on 2003/02/01  21:04:36
74717         Log: Fix bug #15837, temporary from storable call hadn't gotten
74718              freed yet and was cloned but without a real (AvREAL)
74719              reference to it. @_ doesn't refcount!
74720      Branch: perl
74721            ! ext/threads/threads.xs
74722 ____________________________________________________________________________
74723 [ 18616] By: jhi                                   on 2003/02/01  19:43:09
74724         Log: Integrate from perlio:
74725
74726              [ 18591]
74727              PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
74728              correct XSUB.h
74729
74730              [ 18611]
74731              Michael Schroeder's fix for re-try if stdio ops after
74732              interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
74733
74734              [ 18612]
74735              PerlIO friendly version of speed up of $/ = undef case.
74736
74737              [ 18613]
74738              fflush() before invalidating stdio's fileno.
74739      Branch: perl
74740           !> XSUB.h perlio.c sv.c
74741 ____________________________________________________________________________
74742 [ 18615] By: sky                                   on 2003/02/01  12:01:01
74743         Log: Don't free thread before using it, breaks platforms that
74744              trust that I really want to free what I free, (like HPUX
74745              and AIX).
74746      Branch: perl
74747            ! ext/threads/threads.xs
74748 ____________________________________________________________________________
74749 [ 18614] By: ams                                   on 2003/02/01  12:00:29
74750         Log: Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
74751              From: Nick Ing-Simmons <nick@ing-simmons.net>
74752              Date: Sat, 01 Feb 2003 13:03:52 +0000
74753              Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
74754      Branch: perl
74755            ! perlio.c
74756 ____________________________________________________________________________
74757 [ 18609] By: jhi                                   on 2003/01/31  08:58:40
74758         Log: Go even further (back) than change #18608 and revert
74759              to the 5.8.0 code, since otherwise split.t #40 fails.
74760              The four new tests of pat.t should keep us more honest.
74761      Branch: perl
74762            ! regexec.c
74763 ____________________________________________________________________________
74764 [ 18608] By: jhi                                   on 2003/01/31  08:24:53
74765         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
74766              From: Enache Adrian <enache@rdslink.ro>
74767              Date: Fri, 31 Jan 2003 09:20:59 +0200
74768              Message-ID: <20030131072059.GB6045@ratsnest.hole>
74769      Branch: perl
74770            ! regexec.c t/op/pat.t
74771 ____________________________________________________________________________
74772 [ 18607] By: ams                                   on 2003/01/31  02:29:56
74773         Log: Fix typo in version check ($[ to $]).
74774      Branch: perl
74775            ! ext/Storable/t/restrict.t
74776 ____________________________________________________________________________
74777 [ 18606] By: rgs                                   on 2003/01/30  22:02:47
74778         Log: Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
74779              From: Jose.auguste-etienne@cgss-guyane.fr
74780              Date: Thu, 30 Jan 2003 12:40:53 -0300
74781              Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
74782      Branch: perl
74783            ! pod/perlunicode.pod
74784 ____________________________________________________________________________
74785 [ 18605] By: rgs                                   on 2003/01/30  20:58:52
74786         Log: code example in the FAQ that isn't strict-friendly.
74787              Subject: [perl #20616] Tie::IxHash doc error.
74788              From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
74789              Date: 30 Jan 2003 11:43:17 -0000
74790              Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
74791      Branch: perl
74792            ! pod/perlfaq4.pod
74793 ____________________________________________________________________________
74794 [ 18604] By: rgs                                   on 2003/01/30  20:52:05
74795         Log: FAQ sync.
74796      Branch: perl
74797            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
74798            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
74799            ! pod/perlfaq8.pod
74800 ____________________________________________________________________________
74801 [ 18603] By: jhi                                   on 2003/01/30  08:05:22
74802         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
74803              From: Enache Adrian <enache@rdslink.ro>
74804              Date: Thu, 30 Jan 2003 10:48:09 +0200
74805              Message-ID: <20030130084809.GA16902@ratsnest.hole>
74806
74807              Fix for half of the failures, with an expanded test.
74808      Branch: perl
74809            ! lib/utf8.t sv.c
74810 ____________________________________________________________________________
74811 [ 18602] By: merijn                                on 2003/01/30  06:31:50
74812         Log: Updates to the openbsd hints
74813
74814              Subject: [perl #20606] [no subject]
74815              Date: 29 Jan 2003 18:38:37 -0000
74816              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
74817              Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
74818      Branch: perl
74819            ! hints/openbsd.sh
74820 ____________________________________________________________________________
74821 [ 18601] By: jhi                                   on 2003/01/29  05:58:36
74822         Log: More of the #18600.
74823      Branch: perl
74824            ! pad.c
74825 ____________________________________________________________________________
74826 [ 18600] By: jhi                                   on 2003/01/29  05:37:12
74827         Log: Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
74828              dumping (but now use SvPV_nolen).  (This change made an empty
74829              prototype to show up as "_" under -Uuseperlio.)
74830      Branch: perl
74831            ! dump.c
74832 ____________________________________________________________________________
74833 [ 18599] By: rgs                                   on 2003/01/28  21:07:08
74834         Log: Fix a very small memory leak in op_free, by reserving the
74835              case op_seq == (U16)-1 for the compiler backend
74836
74837              Subject: Re: Freeing code
74838              From: "Paul Johnson" <paul@pjcj.net>
74839              Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
74840              Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
74841      Branch: perl
74842            ! op.c
74843 ____________________________________________________________________________
74844 [ 18598] By: rgs                                   on 2003/01/28  20:43:02
74845         Log: Integrate from maint-5.8:
74846              Change 18450 :
74847              Tiny output tweak.
74848              Change 18429 :
74849              AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
74850              things like drand48_data are undefined).
74851              Change 18388 :
74852              List the PERL_MAGIC_utf8 ('w') flag.
74853      Branch: perl
74854           !> hints/aix.sh pod/perlguts.pod t/op/pat.t
74855 ____________________________________________________________________________
74856 [ 18597] By: rgs                                   on 2003/01/27  21:52:00
74857         Log: Subject: Re: [perl #20274] perlbug requires dynamic loading
74858              From: Slaven Rezic <slaven@rezic.de>
74859              Date: 14 Jan 2003 20:58:54 +0100
74860              Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
74861      Branch: perl
74862            ! ext/Sys/Hostname/Hostname.pm
74863 ____________________________________________________________________________
74864 [ 18596] By: rgs                                   on 2003/01/27  20:38:21
74865         Log: Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
74866              without the lval context tweak. Used in OP_DBSTATE.
74867              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
74868              From: Dave Mitchell <davem@fdgroup.com>
74869              Date: Sun, 26 Jan 2003 17:42:42 +0000
74870              Message-ID: <20030126174242.H16182@fdgroup.com>
74871      Branch: perl
74872            ! cop.h pp_ctl.c
74873 ____________________________________________________________________________
74874 [ 18595] By: rgs                                   on 2003/01/27  20:32:01
74875         Log: Subject: [PATCH] make Copy On Write work once again
74876              From: Nicholas Clark <nick@unfortu.net>
74877              Date: Sat, 25 Jan 2003 00:25:50 +0000
74878              Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>
74879      Branch: perl
74880            ! sv.h
74881 ____________________________________________________________________________
74882 [ 18594] By: jhi                                   on 2003/01/27  20:01:44
74883         Log: Update the pod list for Plan 9.
74884      Branch: perl
74885            ! plan9/mkfile
74886 ____________________________________________________________________________
74887 [ 18593] By: sky                                   on 2003/01/26  22:37:21
74888         Log: When we copy things out of a hash and increment the
74889              refcount of the shared scalar, we really must protect
74890              that refcount increase with a lock, or else it might not
74891              happen. Fixes segfault when objects would prematurely
74892              be killed.
74893      Branch: perl
74894            ! ext/threads/shared/shared.xs
74895 ____________________________________________________________________________
74896 [ 18592] By: jhi                                   on 2003/01/26  21:54:36
74897         Log: Missing (STRLEN)casts.
74898      Branch: perl
74899            ! sv.c
74900 ____________________________________________________________________________
74901 [ 18589] By: rgs                                   on 2003/01/26  13:06:49
74902         Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
74903
74904              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
74905              From: Dave Mitchell <davem@fdgroup.com>
74906              Date: Fri, 24 Jan 2003 18:44:19 +0000
74907              Message-ID: <20030124184419.F11179@fdgroup.com>
74908      Branch: perl
74909            ! mg.c op.h pp_ctl.c
74910 ____________________________________________________________________________
74911 [ 18588] By: jhi                                   on 2003/01/26  12:18:10
74912         Log: Lest people get worried about not having PerlIO.
74913      Branch: perl
74914            ! pod/perluniintro.pod
74915 ____________________________________________________________________________
74916 [ 18586] By: jhi                                   on 2003/01/26  09:19:01
74917         Log: Plan 9 doesn't do nm, from Russ Cox.
74918      Branch: perl
74919            ! Configure
74920 ____________________________________________________________________________
74921 [ 18584] By: jhi                                   on 2003/01/26  09:11:23
74922         Log: Plan 9 doesn't really have the symlink API, from Russ Cox.
74923      Branch: perl
74924            ! plan9/plan9ish.h
74925 ____________________________________________________________________________
74926 [ 18583] By: jhi                                   on 2003/01/26  09:08:36
74927         Log: Plan 9 compiler can't return quads from the ?: (condop).
74928              (There may be more spots like this, so a Configure test
74929              maybe in order, but this works for now.)  From Russ Cox.
74930      Branch: perl
74931            ! ext/PerlIO/via/via.xs plan9/plan9ish.h
74932 ____________________________________________________________________________
74933 [ 18581] By: ams                                   on 2003/01/26  05:29:40
74934         Log: Subject: Re: truncate using a globref
74935              From: Slaven Rezic <slaven@rezic.de>
74936              Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
74937              Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
74938      Branch: perl
74939            ! pp_sys.c t/io/fs.t
74940 ____________________________________________________________________________
74941 [ 18580] By: ams                                   on 2003/01/26  04:57:47
74942         Log: Subject: patch to speed up Perl's slurp mode
74943              From: Enache Adrian <enache@rdslink.ro>
74944              Date: Fri, 24 Jan 2003 06:23:54 +0200
74945              Message-Id: <20030124042354.GA30362@ratsnest.hole>
74946      Branch: perl
74947            ! sv.c
74948 ____________________________________________________________________________
74949 [ 18579] By: ams                                   on 2003/01/26  02:50:44
74950         Log: Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
74951              From: Enache Adrian <enache@rdslink.ro>
74952              Date: Sun, 26 Jan 2003 04:55:48 +0200
74953              Message-Id: <20030126025548.GB812@ratsnest.hole>
74954      Branch: perl
74955            ! pp_ctl.c
74956 ____________________________________________________________________________
74957 [ 18578] By: ams                                   on 2003/01/26  02:40:20
74958         Log: Subject: [PATCH Storable 2.06] const declaration fixup
74959              From: "Craig A. Berry" <craigberry@mac.com>
74960              Date: Thu, 23 Jan 2003 16:24:46 -0600
74961              Message-Id: <3E306BAE.4030807@mac.com>
74962      Branch: perl
74963            ! ext/Storable/Storable.xs
74964 ____________________________________________________________________________
74965 [ 18577] By: rgs                                   on 2003/01/23  20:46:00
74966         Log: Subject: [PATCH] move pad.c warnings to different test file
74967              From: Dave Mitchell <davem@fdgroup.com>
74968              Date: Thu, 23 Jan 2003 20:56:47 +0000
74969              Message-ID: <20030123205647.C8696@fdgroup.com>
74970      Branch: perl
74971            + t/lib/warnings/pad
74972            ! MANIFEST t/lib/warnings/op
74973 ____________________________________________________________________________
74974 [ 18573] By: nick                                  on 2003/01/23  07:26:43
74975         Log: Fix Solaris 32-bit invalidate case.
74976      Branch: perl
74977            ! perlio.c
74978 ____________________________________________________________________________
74979 [ 18572] By: rgs                                   on 2003/01/22  21:40:21
74980         Log: Integrate change 18448 from maint-5.8 :
74981
74982              Subject: Partial Data::Dumper patch
74983              From: Richard Clamp <richardc@unixbeard.net>
74984              Date: Sat, 4 Jan 2003 00:52:47 +0000
74985              Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
74986
74987              Subject: Re: Partial Data::Dumper patch
74988              From: Slaven Rezic <slaven@rezic.de>
74989              Date: 04 Jan 2003 02:48:08 +0100
74990              Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
74991      Branch: perl
74992           !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
74993 ____________________________________________________________________________
74994 [ 18571] By: rgs                                   on 2003/01/22  21:22:31
74995         Log: Subject: [PATCH] Re: difference between my and our before introduction
74996              From: Dave Mitchell <davem@fdgroup.com>
74997              Date: Thu, 16 Jan 2003 17:12:37 +0000
74998              Message-ID: <20030116171237.C420@fdgroup.com>
74999              (with a small test tweak)
75000      Branch: perl
75001            ! pad.c t/comp/our.t toke.c
75002 ____________________________________________________________________________
75003 [ 18569] By: rgs                                   on 2003/01/22  21:00:59
75004         Log: Fix [perl #19860] by adding a POSIX::fsync() stub.
75005      Branch: perl
75006            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
75007 ____________________________________________________________________________
75008 [ 18561] By: jhi                                   on 2003/01/22  17:43:45
75009         Log: Integrate from perlio:
75010              [ 18560]
75011              Fixes for open.pm which attempts to load layers:
75012              1. C equivalent of local $SIG{__WARN__} = sub {}
75013              while loading layers to supress warnings lib/open.t does
75014              not want.
75015              2. The loading scheme does not recurse now so look for
75016              new symptom of bad layer which is that a good module
75017              fails to load (as we cannot open any files).
75018
75019              NOTE: In my opinion open.pm should probably die on bad layer
75020              spec rather than just (maybe) warning and then allowing opens
75021              to fail.
75022      Branch: perl
75023           !> lib/open.t perlio.c
75024 ____________________________________________________________________________
75025 [ 18559] By: jhi                                   on 2003/01/22  13:19:31
75026         Log: Upgrade to Encode 1.86.
75027      Branch: perl
75028            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
75029            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
75030            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
75031 ____________________________________________________________________________
75032 [ 18558] By: jhi                                   on 2003/01/22  13:05:27
75033         Log: Subject: Re: slight tweak to -DR flag - display whether on tmps stack
75034              From: Dave Mitchell <davem@fdgroup.com>
75035              Date: Sun, 19 Jan 2003 17:22:05 +0000
75036              Message-ID: <20030119172204.D24444@fdgroup.com>
75037      Branch: perl
75038            ! dump.c
75039 ____________________________________________________________________________
75040 [ 18557] By: jhi                                   on 2003/01/22  13:01:15
75041         Log: Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning   in blead with SIGWARN
75042              From: Nicholas Clark <nick@unfortu.net>
75043              Date: Tue, 21 Jan 2003 22:27:21 +0000
75044              Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>
75045      Branch: perl
75046            ! sv.c t/op/ref.t
75047 ____________________________________________________________________________
75048 [ 18556] By: jhi                                   on 2003/01/22  12:59:02
75049         Log: Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
75050              From: Robin Barker <Robin.Barker@npl.co.uk>
75051              Date: Mon, 20 Jan 2003 15:26:21 -0000
75052              Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
75053      Branch: perl
75054            ! perlio.h
75055 ____________________________________________________________________________
75056 [ 18555] By: jhi                                   on 2003/01/22  12:57:20
75057         Log: Integrate from perlio:
75058              [ 18539]
75059              Try the invalidate_fileno() idea for non-leaky stdio sockets.
75060
75061              [ 18540]
75062              stdio does NOT set errno==EBADF on invalidated fileno
75063
75064              [ 18547]
75065              Tweak APItest for new semantics of printf.
75066              Now printf() is always real printf() and not #define'd to
75067              PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
75068              back to original file does not affect stdout unless we are
75069              using :stdio as implementation. So things printf()ed XS side
75070              are not written to file (and turn up at end of test).
75071              So add an XS function which does fflush(stdout), modify .pm
75072              file to export it and .t file to call it.
75073
75074              [ 18548]
75075              Add defined(__osf__) case to invalidate_fileno (for Tru64).
75076
75077              [ 18549]
75078              Report layer name (without arg) on fail, and attempt to
75079              autoload layer name. (Fix for [perl #20460]).
75080
75081              [ 18550]
75082              #if defined(__irix__) (for stdio invalidate) from Jarkko.
75083      Branch: perl
75084           !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
75085           !> ext/XS/APItest/t/printf.t lib/open.pm perlio.c
75086 ____________________________________________________________________________
75087 [ 18554] By: jhi                                   on 2003/01/22  12:47:03
75088         Log: Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
75089              From: Dave Mitchell <davem@fdgroup.com>
75090              Date: Sun, 19 Jan 2003 16:43:54 +0000
75091              Message-ID: <20030119164353.B24444@fdgroup.com>
75092      Branch: perl
75093            ! av.c t/op/array.t
75094 ____________________________________________________________________________
75095 [ 18553] By: jhi                                   on 2003/01/22  12:43:31
75096         Log: Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
75097              From: Martti Rahkila <martti.rahkila@hut.fi>
75098              Date: Sat, 18 Jan 2003 00:25:39 +0200
75099              Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
75100
75101              (chose the 'even safer' version)
75102      Branch: perl
75103            ! lib/Term/Complete.pm
75104 ____________________________________________________________________________
75105 [ 18552] By: jhi                                   on 2003/01/22  12:34:06
75106         Log: Subject: [PATCH] assert PV isn't RV
75107              From: Nicholas Clark <nick@unfortu.net>
75108              Date: Fri, 17 Jan 2003 19:40:45 +0000
75109              Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
75110      Branch: perl
75111            ! sv.h
75112 ____________________________________________________________________________
75113 [ 18551] By: jhi                                   on 2003/01/22  12:28:11
75114         Log: Integrate from maint-5.8:
75115              [ 18375]
75116              Better version of change #18370; use the new 'E' flag
75117              so that cxinc is exposed (as cpp) only to List::Util
75118              (well, any extension) (well, anyone who does -DPERL_EXT),
75119              no need to export it globally.
75120      Branch: perl
75121           !> embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
75122 ____________________________________________________________________________
75123 [ 18545] By: ams                                   on 2003/01/22  06:06:26
75124         Log: Subject: [PATCH perl-current] AUTHORS correction
75125              From: Richard Soderberg <rs@crystalflame.net>
75126              Date: Wed, 22 Jan 2003 02:08:13 -0500
75127              Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
75128      Branch: perl
75129            ! AUTHORS
75130 ____________________________________________________________________________
75131 [ 18544] By: jhi                                   on 2003/01/22  03:45:01
75132         Log: Continuation of #18542.
75133      Branch: perl
75134            ! sv.c
75135 ____________________________________________________________________________
75136 [ 18543] By: jhi                                   on 2003/01/22  03:21:23
75137         Log: Update the MD5 checksums.
75138      Branch: perl
75139            ! ext/Digest/MD5/t/files.t
75140 ____________________________________________________________________________
75141 [ 18542] By: hv                                    on 2003/01/22  01:37:52
75142         Log: #18530 misses a couple of pTHX definitions
75143      Branch: perl
75144            ! sv.c
75145 ____________________________________________________________________________
75146 [ 18541] By: jhi                                   on 2003/01/21  22:08:51
75147         Log: Try to make including patchlevel.h a bit more
75148              robust (use <> instead of "") and in case of
75149              failure (PERL_VERSION didn't get defined) try
75150              to fail (by trying to #include an "obviously"
75151              named file that should not exist) (didn't use
75152              #error since IIRC older cpps do not have it)
75153              (Tries to address [perl #20276].)
75154      Branch: perl
75155            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
75156            ! ext/Digest/MD5/MD5.xs ext/List/Util/Util.xs
75157            ! ext/Storable/Storable.xs
75158 ____________________________________________________________________________
75159 [ 18538] By: merijn                                on 2003/01/21  16:54:00
75160         Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
75161              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75162              Date: Mon, 30 Dec 2002 18:01:16 -0800
75163              Message-ID: <spPE+gzkg+6F092yn@efn.org>
75164      Branch: perl
75165            ! Configure
75166 ____________________________________________________________________________
75167 [ 18536] By: jhi                                   on 2003/01/21  14:18:40
75168         Log: Allow explicit -C enable/disable by -C:1/-C:0
75169              (suggested by Peter Haworth).
75170      Branch: perl
75171            ! perl.c pod/perlrun.pod
75172 ____________________________________________________________________________
75173 [ 18534] By: hv                                    on 2003/01/21  02:22:53
75174         Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
75175              From: Chip Turner <cturner@redhat.com>
75176              Date: 02 Jan 2003 11:35:57 -0500
75177              Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
75178      Branch: perl
75179            ! lib/Pod/Perldoc.pm
75180 ____________________________________________________________________________
75181 [ 18533] By: hv                                    on 2003/01/21  02:15:29
75182         Log: Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
75183              From: hv@crypt.org
75184              Date: Thu, 02 Jan 2003 14:33:49 +0000
75185              Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
75186      Branch: perl
75187            ! regexec.c t/op/subst.t
75188 ____________________________________________________________________________
75189 [ 18532] By: hv                                    on 2003/01/21  01:56:31
75190         Log: Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
75191              From: Martien Verbruggen <mgjv@tradingpost.com.au>
75192              Date: Tue, 31 Dec 2002 16:42:28 +1100
75193              Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
75194      Branch: perl
75195            ! pod/perlsyn.pod
75196 ____________________________________________________________________________
75197 [ 18531] By: hv                                    on 2003/01/21  01:52:49
75198         Log: integrate #18366-18370 from maint-5.8:
75199              Implement the CPP namespace protection from [perl #8610];
75200              unless a function has an 'A' flag, it's defined only if
75201              PERL_CORE.  (Why do we have so many many functions with an
75202              'A' flag, is another matter.)  (The number of #ifdef PERL_COREs
75203              could be cut down further by having a state variable and
75204              inserting #ifdefs and #endifs when the state flips.)
75205
75206              Caught by change #18366; thanks to the re extension we have some
75207              functions that are file static but yet part of "the public API"...
75208              Maybe a new class of exportability (a new embed.fnc flag) is
75209              required for this case.
75210
75211              Continue on change #18367; implement the said flag, 'E'.
75212              (Some nm output studying was needed to get the right set
75213              of re symbols defined.)
75214
75215              In AIX (strict symbol exports) the cxinc is needed for List::Util.
75216      Branch: perl
75217            ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym
75218 ____________________________________________________________________________
75219 [ 18530] By: hv                                    on 2003/01/21  01:37:03
75220         Log: integrate (by hand) #18353 and #18359 from maint-5.8:
75221              Introduce a cache for UTF-8 data: length and byte<->char offset
75222              mapping are stored in a new type of magic.  Speeds up length(),
75223              substr(), index(), rindex(), pos(), and some parts of s///.
75224
75225              The speedup varies a lot (on the usual suspects: what is the
75226              access pattern of the data, compiler, CPU), but should be at
75227              least one order of magnitude, and getting to the same magnitude
75228              as byte string speeds, and in some cases  (length on unchanged data)
75229              even reaching the byte string speed.  On the other hand, in some
75230              cases (index) the byte speed is still faster by a factor of five
75231              or so, but the bottleneck there does not seem to be any more
75232              the byte<->char offset mapping (instead, the fbm_instr() speed).
75233
75234              There is one cache slot for the length, and only two for the
75235              byte<->char offset mapping (the first one for the start->offset,
75236              and the second for the offset->offset+length, when talking
75237              in substr() terms).
75238
75239              Code this hairy is bound to have hairy trolls hiding under it.
75240              [...]
75241              A small tweak on top of #18353: don't display mg_len bytes of
75242              mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
75243      Branch: perl
75244            ! dump.c embed.fnc embed.h mg.c perl.h pod/perlapi.pod proto.h
75245            ! sv.c util.c
75246 ____________________________________________________________________________
75247 [ 18529] By: hv                                    on 2003/01/21  00:44:20
75248         Log: integrate #18349 from maint-5.8:
75249              At least partially address [perl #10000] by speeding
75250              up both the ASCII case (by about 2-3%) and the UTF-8 case
75251              (by about 45%).  The major trick is to avoid hitting the
75252              costly S_reginclass().  (Even before this patch the speedup
75253              since 5.8.0 was about 40-50%.)  After this the UTF-8 case is
75254              still about 30-60% slower than the ASCII case.  (Note that
75255              I'm unable to reproduce the 10-fold speed difference of the
75256              original bug report; I can see a factor of 2 or 3, but no more.)
75257      Branch: perl
75258           !> regexec.c
75259 ____________________________________________________________________________
75260 [ 18528] By: hv                                    on 2003/01/21  00:24:11
75261         Log: Subject: [PATCH pp_ctl.c] silence warning
75262              From: Dave Mitchell <davem@fdgroup.com>
75263              Date: Sun, 29 Dec 2002 15:09:31 +0000
75264              Message-ID: <20021229150931.C2325@fdgroup.com>
75265      Branch: perl
75266            ! pp_ctl.c
75267 ____________________________________________________________________________
75268 [ 18527] By: hv                                    on 2003/01/21  00:04:14
75269         Log: Subject: perl version reporting
75270              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75271              Date: Wed, 18 Dec 2002 08:30:32 +0100
75272              Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
75273      Branch: perl
75274            ! perl.c
75275 ____________________________________________________________________________
75276 [ 18526] By: hv                                    on 2003/01/20  23:21:22
75277         Log: Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
75278              From: Blair Zajac <blair@orcaware.com>
75279              Date: Wed, 08 Jan 2003 12:28:35 -0800
75280              Message-ID: <3E1C89F3.2B4759C@orcaware.com>
75281      Branch: perl
75282            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
75283            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
75284 ____________________________________________________________________________
75285 [ 18524] By: jhi                                   on 2003/01/20  17:51:10
75286         Log: Integrate from perlio:
75287              [ 18520]
75288              Move #define printf out of perl.h into appropriate
75289              PerlIO files.
75290      Branch: perl
75291           !> fakesdio.h nostdio.h perl.h
75292 ____________________________________________________________________________
75293 [ 18523] By: jhi                                   on 2003/01/20  17:48:51
75294         Log: Upgrade to Digest 1.02.
75295      Branch: perl
75296            ! lib/Digest.pm lib/Digest.t
75297 ____________________________________________________________________________
75298 [ 18522] By: jhi                                   on 2003/01/20  17:43:15
75299         Log: Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
75300              From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
75301              Date: 20 Jan 2003 01:54:07 -0000
75302              Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
75303      Branch: perl
75304            ! pp_hot.c
75305 ____________________________________________________________________________
75306 [ 18521] By: jhi                                   on 2003/01/20  17:37:35
75307         Log: Retract #18154 (integrate of perlio #18507), not enough
75308              threadsafety.
75309      Branch: perl
75310            ! perlio.c
75311 ____________________________________________________________________________
75312 [ 18519] By: jhi                                   on 2003/01/20  12:25:43
75313         Log: Encode MANIFEST update.
75314      Branch: perl
75315            ! ext/Encode/MANIFEST
75316 ____________________________________________________________________________
75317 [ 18517] By: nick                                  on 2003/01/20  08:34:10
75318         Log: Integrate #18405 from maint-5.8 which fixes whitespac
75319              issues in open(FH,"&...")
75320      Branch: perl
75321           !> doio.c
75322 ____________________________________________________________________________
75323 [ 18516] By: jhi                                   on 2003/01/19  13:48:10
75324         Log: microperl update.
75325      Branch: perl
75326            ! Makefile.micro uconfig.h uconfig.sh
75327 ____________________________________________________________________________
75328 [ 18514] By: jhi                                   on 2003/01/18  18:36:00
75329         Log: Integrate from perlio:
75330              [ 18507]
75331              Thread-protection for dup/fclose/dup2 scheme of stdio leak
75332              avoidance.
75333      Branch: perl
75334           !> perlio.c t/io/tell.t
75335 ____________________________________________________________________________
75336 [ 18513] By: jhi                                   on 2003/01/18  18:07:01
75337         Log: Slight pod reformatting based on [perl #20284].
75338      Branch: perl
75339            ! README.mint ext/Data/Dumper/Dumper.pm
75340 ____________________________________________________________________________
75341 [ 18512] By: jhi                                   on 2003/01/17  21:00:15
75342         Log: EPOC perl address updates.
75343      Branch: perl
75344            ! README.epoc
75345 ____________________________________________________________________________
75346 [ 18511] By: jhi                                   on 2003/01/17  20:23:42
75347         Log: Upgrade to Digest 1.01.
75348      Branch: perl
75349            ! lib/Digest.pm
75350 ____________________________________________________________________________
75351 [ 18510] By: jhi                                   on 2003/01/17  19:53:37
75352         Log: Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
75353      Branch: perl
75354            ! utils/libnetcfg.PL
75355 ____________________________________________________________________________
75356 [ 18509] By: jhi                                   on 2003/01/17  19:45:11
75357         Log: Upgrade to Digest::MD5 2.22.
75358      Branch: perl
75359            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
75360            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
75361            ! ext/Digest/MD5/t/files.t
75362 ____________________________________________________________________________
75363 [ 18508] By: merijn                                on 2003/01/17  14:12:53
75364         Log: Subject: Re: 18457 on cygwin/20030113
75365              From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
75366              Date: Fri, 17 Jan 2003 15:10:34 +0000
75367              Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
75368      Branch: perl
75369            ! t/io/tell.t
75370 ____________________________________________________________________________
75371 [ 18504] By: jhi                                   on 2003/01/17  13:21:51
75372         Log: Integrate from perlio:
75373              [ 18476]
75374              Remove workaround for :stdio layer bug now fixed
75375              (Fixes #18975)
75376      Branch: perl
75377           !> pp_sys.c
75378 ____________________________________________________________________________
75379 [ 18502] By: jhi                                   on 2003/01/16  22:53:23
75380         Log: Integrate from maint-5.6:
75381              [ 18477]
75382              search utility doesn't skip exe/lib/pdb files properly on windows
75383      Branch: perl
75384           !> win32/bin/search.pl
75385 ____________________________________________________________________________
75386 [ 18501] By: rgs                                   on 2003/01/16  21:28:42
75387         Log: Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
75388              From: "Jos I. Boumans" <kane@dwim.org>
75389              Date: Thu, 16 Jan 2003 14:04:48 +0100
75390              Message-ID: <3E26ADF0.6010605@dwim.org>
75391              (with test tweaks)
75392      Branch: perl
75393            ! lib/File/Find.pm lib/File/Find/t/find.t
75394 ____________________________________________________________________________
75395 [ 18500] By: rgs                                   on 2003/01/16  21:17:14
75396         Log: Integrate #18447 from maint-5.8 :
75397              test.pl-ise t/op/fh.t.
75398      Branch: perl
75399           !> t/op/fh.t
75400 ____________________________________________________________________________
75401 [ 18499] By: rgs                                   on 2003/01/16  20:58:59
75402         Log: Integrate changes to Attribute::Handlers from maint-5.8
75403              (18404 and 18427).
75404              Subject: [PATCH] Re: Attribute::Handlers phase variance
75405              From: Richard Clamp <richardc@unixbeard.net>
75406              Date: Mon, 9 Dec 2002 11:10:24 +0000
75407              Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
75408      Branch: perl
75409           !> lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
75410 ____________________________________________________________________________
75411 [ 18498] By: rgs                                   on 2003/01/16  20:48:10
75412         Log: Integrate changes #18422 and #18423 from maint-5.8.
75413              18422 :
75414              Third Degree found a read of uninit memory (after setting
75415              grent_size with sysconf(), pwent_size was read).  Also make
75416              the ERANGE/INVARG more consistent.
75417              18423 :
75418              spent_size was still off.  (As far as I can tell
75419              _SC_GETPW_R_SIZE_MAX is supposed to be used also
75420              for spents, not just pwents.)
75421      Branch: perl
75422           !> reentr.c reentr.h reentr.pl
75423 ____________________________________________________________________________
75424 [ 18497] By: rgs                                   on 2003/01/16  20:40:58
75425         Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
75426              From: Dave Mitchell <davem@fdgroup.com>
75427              Date: Wed, 1 Jan 2003 21:43:24 +0000
75428              Message-ID: <20030101214324.F12907@fdgroup.com>
75429              (integrated from change #18397 in maint-5.8)
75430      Branch: perl
75431           !> lib/Time/Local.pm lib/Time/Local.t
75432 ____________________________________________________________________________
75433 [ 18496] By: jhi                                   on 2003/01/16  20:36:23
75434         Log: Fix 'use encoding' I/O for code points 0x80..0xFF;
75435              code changes from Inaba Hiroto; test tweaks by jhi.
75436      Branch: perl
75437            + ext/Encode/t/enc_eucjp.t
75438            ! MANIFEST doio.c ext/Encode/encoding.pm ext/Encode/t/enc_utf8.t
75439            ! pp.c sv.c sv.h t/uni/tr_utf8.t
75440 ____________________________________________________________________________
75441 [ 18495] By: jhi                                   on 2003/01/16  20:19:36
75442         Log: It seems the binmode() is needed with UTF-8 locales enabled.
75443      Branch: perl
75444            ! ext/Encode/t/CJKT.t
75445 ____________________________________________________________________________
75446 [ 18494] By: jhi                                   on 2003/01/16  20:11:35
75447         Log: Upgrade to CGI.pm 2.89.
75448      Branch: perl
75449            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
75450            ! lib/CGI/t/carp.t lib/CGI/t/html.t lib/CGI/t/pretty.t
75451 ____________________________________________________________________________
75452 [ 18493] By: jhi                                   on 2003/01/16  20:03:01
75453         Log: Subject: Update for ext/MIME/Base64/
75454              From: Gisle Aas <gisle@ActiveState.com>
75455              Date: 30 Dec 2002 07:34:34 -0800
75456              Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
75457      Branch: perl
75458            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
75459            ! ext/MIME/Base64/QuotedPrint.pm
75460            ! ext/MIME/Base64/t/quoted-print.t ext/MIME/Base64/t/unicode.t
75461 ____________________________________________________________________________
75462 [ 18492] By: jhi                                   on 2003/01/16  19:56:07
75463         Log: Subject: Update for ext/Digest/MD5/
75464              From: Gisle Aas <gisle@ActiveState.com>
75465              Date: 30 Dec 2002 07:38:16 -0800
75466              Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
75467      Branch: perl
75468            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
75469            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
75470            ! ext/Digest/MD5/t/files.t
75471 ____________________________________________________________________________
75472 [ 18491] By: jhi                                   on 2003/01/16  19:24:10
75473         Log: if (0) the PL_widesyscalls code for now: Sarathy
75474              should take another look to see whether it is really
75475              safe to remove the code, too.
75476      Branch: perl
75477            ! win32/win32.h wince/win32.h
75478 ____________________________________________________________________________
75479 [ 18490] By: jhi                                   on 2003/01/16  01:58:39
75480         Log: Make the locale-induced UTF-8-ification of STD fhs
75481              and the default file open layer explicit (either -C
75482              or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
75483      Branch: perl
75484            ! embedvar.h gv.c intrpvar.h locale.c mg.c perl.c perlapi.h
75485            ! pod/perlrun.pod pod/perlunicode.pod pod/perluniintro.pod
75486            ! pod/perlvar.pod
75487 ____________________________________________________________________________
75488 [ 18489] By: rgs                                   on 2003/01/15  20:55:00
75489         Log: Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
75490              From: Brendan O'Dea <bod@debian.org>
75491              Date: Sun, 12 Jan 2003 06:18:32 +1100
75492              Message-ID: <20030111191832.GA19441@londo.c47.org>
75493      Branch: perl
75494            ! pod/perlrun.pod
75495 ____________________________________________________________________________
75496 [ 18488] By: rgs                                   on 2003/01/15  20:51:48
75497         Log: Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
75498              From: Brendan O'Dea <bod@debian.org>
75499              Date: Sun, 12 Jan 2003 06:17:30 +1100
75500              Message-ID: <20030111191730.GA19420@londo.c47.org>
75501      Branch: perl
75502            ! lib/diagnostics.pm
75503 ____________________________________________________________________________
75504 [ 18487] By: rgs                                   on 2003/01/15  20:45:14
75505         Log: Add a test case for bug [perl #19545]
75506      Branch: perl
75507            ! t/op/do.t
75508 ____________________________________________________________________________
75509 [ 18486] By: rgs                                   on 2003/01/15  20:34:52
75510         Log: isa() and can() didn't work on magic variables
75511              see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
75512              plus a test case by B. Goldberg
75513      Branch: perl
75514            ! t/op/universal.t universal.c
75515 ____________________________________________________________________________
75516 [ 18485] By: rgs                                   on 2003/01/15  20:10:57
75517         Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
75518              From: Stephen McCamant <smcc@mit.edu>
75519              Date: Thu, 2 Jan 2003 18:08:23 -0500
75520              Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
75521              Plus a test by Jarkko
75522              Integrated from changes 18444 and 18446 from maint-5.8
75523      Branch: perl
75524           +> t/op/readline.t
75525           !> MANIFEST pp_hot.c
75526 ____________________________________________________________________________
75527 [ 18484] By: jhi                                   on 2003/01/15  14:09:57
75528         Log: Upgrade to Time::HiRes 1.42.
75529      Branch: perl
75530            + ext/Time/HiRes/fallback/const-c.inc
75531            + ext/Time/HiRes/fallback/const-xs.inc
75532            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
75533            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
75534 ____________________________________________________________________________
75535 [ 18483] By: jhi                                   on 2003/01/15  00:23:20
75536         Log: Detypo.
75537      Branch: perl
75538            ! ext/Encode/Unicode/Unicode.xs
75539 ____________________________________________________________________________
75540 [ 18482] By: rgs                                   on 2003/01/14  21:41:04
75541         Log: Integrate change #18365 from maint-5.8 :
75542              Doc tweak on the S_ macros.
75543      Branch: perl
75544           !> pod/perlfunc.pod
75545 ____________________________________________________________________________
75546 [ 18481] By: jhi                                   on 2003/01/14  12:40:24
75547         Log: Apparently some stdios have bugs (no! don't tell it is so!)
75548              or there is a corner of stdio that is substandardised.
75549      Branch: perl
75550            ! t/io/tell.t
75551 ____________________________________________________________________________
75552 [ 18480] By: jhi                                   on 2003/01/14  01:25:14
75553         Log: Encode 1.84 broke the subtest #7, further study required.
75554      Branch: perl
75555            ! t/uni/tr_utf8.t
75556 ____________________________________________________________________________
75557 [ 18479] By: jhi                                   on 2003/01/13  23:13:02
75558         Log: Add a test for encoding 'utf8'.
75559      Branch: perl
75560            + ext/Encode/t/enc_utf8.t
75561            ! MANIFEST ext/Encode/MANIFEST
75562 ____________________________________________________________________________
75563 [ 18478] By: jhi                                   on 2003/01/13  23:10:55
75564         Log: Upgrade to Encode 1.84.
75565      Branch: perl
75566            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
75567            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
75568 ____________________________________________________________________________
75569 [ 18475] By: jhi                                   on 2003/01/13  02:42:47
75570         Log: Integrate from perlio:
75571              [ 18471]
75572              Fix #18711 and add test for it (and indeed tell on write
75573              handles at all !
75574
75575              (#18711 Serious bug of tell() in perl)
75576      Branch: perl
75577           !> perlio.c t/io/tell.t
75578 ____________________________________________________________________________
75579 [ 18474] By: jhi                                   on 2003/01/13  02:41:04
75580         Log: Integrate from perlio:
75581              [ 18470]
75582              Fix #16306 and #16880
75583
75584              (#16306 Big Badda leak in Sockets)
75585              (#16880 Memory leak with IO::Socket in Perl v5.8.0)
75586      Branch: perl
75587           !> perlio.c
75588 ____________________________________________________________________________
75589 [ 18473] By: jhi                                   on 2003/01/13  02:38:33
75590         Log: Integrate perlio #18040 and #18043 (no real changes;
75591              some whitespace changes but ignored them so that Dan's
75592              version of Encode wins)
75593      Branch: perl
75594           !> ext/Encode/Encode.xs
75595 ____________________________________________________________________________
75596 [ 18472] By: jhi                                   on 2003/01/13  01:31:01
75597         Log: Integrate perlio to mainline:
75598              [ 18240]
75599              Avoid eqtime() wiping the file (as suggested by
75600              "Luis G. Uribe C." <GUribe@SoftHome.net>
75601      Branch: perl
75602           !> lib/ExtUtils/Command.pm
75603 ____________________________________________________________________________
75604 [ 18468] By: rgs                                   on 2003/01/09  21:07:44
75605         Log: Subject: [PATCH] VMS perly build tweak
75606              From: "Craig A. Berry" <craigberry@mac.com>
75607              Date: Thu, 9 Jan 2003 14:44:40 -0600
75608              Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
75609      Branch: perl
75610            ! vms/descrip_mms.template
75611 ____________________________________________________________________________
75612 [ 18467] By: rgs                                   on 2003/01/09  21:03:07
75613         Log: Document that ${^TAINT} is read-only.
75614      Branch: perl
75615            ! pod/perlvar.pod
75616 ____________________________________________________________________________
75617 [ 18465] By: rgs                                   on 2003/01/08  22:02:26
75618         Log: Fix the doc for splitpath() in the File::Spec modules :
75619              this function doesn't return undef in any case.
75620      Branch: perl
75621            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
75622            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
75623 ____________________________________________________________________________
75624 [ 18464] By: rgs                                   on 2003/01/08  21:40:37
75625         Log: Subject: [PATCH] label code in pp_ctl.c
75626              From: Nicholas Clark <nick@unfortu.net>
75627              Date: Thu, 26 Dec 2002 21:19:36 +0000
75628              Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
75629              (Integrated from change #18400 from maint-5.8)
75630      Branch: perl
75631           !> pp_ctl.c
75632 ____________________________________________________________________________
75633 [ 18463] By: rgs                                   on 2003/01/08  21:27:49
75634         Log: Subject: [DOCPATCH] hv_store and hv_store_ent
75635              From: Nicholas Clark <nick@unfortu.net>
75636              Date: Wed, 1 Jan 2003 18:17:59 +0000
75637              Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
75638              (Integrated from change #18399 from maint-5.8)
75639      Branch: perl
75640           !> hv.c
75641 ____________________________________________________________________________
75642 [ 18462] By: rgs                                   on 2003/01/08  21:24:09
75643         Log: Integrate change #18391 from maint-5.8:
75644              Document the installprefix trick for compiling PASE Perl in AIX.
75645      Branch: perl
75646           !> README.os400
75647 ____________________________________________________________________________
75648 [ 18461] By: rgs                                   on 2003/01/08  21:16:54
75649         Log: Integrate change #18362 from maint-5.8:
75650              Fix [perl #18666] (taking the more conservative approach).
75651      Branch: perl
75652           !> lib/File/Spec/Unix.pm
75653 ____________________________________________________________________________
75654 [ 18460] By: rgs                                   on 2003/01/08  21:14:20
75655         Log: Integrate change #18361 from maint-5.8:
75656              Document that the socketpair tests are unhappy in old SCO,
75657              as per [perl #18537].
75658      Branch: perl
75659           !> pod/perl58delta.pod
75660 ____________________________________________________________________________
75661 [ 18459] By: rgs                                   on 2003/01/08  20:48:19
75662         Log: PerlFAQ sync.
75663      Branch: perl
75664            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
75665            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
75666            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
75667            ! pod/perlfaq9.pod
75668 ____________________________________________________________________________
75669 [ 18456] By: hv                                    on 2003/01/07  09:20:22
75670         Log: Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
75671              From: Nicholas Clark <nick@unfortu.net>
75672              Date: Thu, 26 Dec 2002 21:16:27 +0000
75673              Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
75674      Branch: perl
75675            ! doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c pad.c perl.c
75676            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c universal.c
75677            ! utf8.c
75678 ____________________________________________________________________________
75679 [ 18455] By: hv                                    on 2003/01/07  08:54:38
75680         Log: Subject: [PATCH] integrate more with report_evil_fh
75681              From: Nicholas Clark <nick@unfortu.net>
75682              Date: Thu, 26 Dec 2002 20:56:21 +0000
75683              Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
75684      Branch: perl
75685            ! pp_sys.c
75686 ____________________________________________________________________________
75687 [ 18454] By: hv                                    on 2003/01/07  08:45:54
75688         Log: Integrate podlators-1.25
75689      Branch: perl
75690            ! lib/Pod/Man.pm lib/Pod/t/man.t
75691 ____________________________________________________________________________
75692 [ 18453] By: rgs                                   on 2003/01/06  20:31:43
75693         Log: Change the value of ${^TAINT} : 0 without taint checks,
75694              1 with -T, and -1 with -t or -TU.
75695      Branch: perl
75696            ! mg.c pod/perlvar.pod t/op/taint.t t/run/runenv.t
75697            ! t/run/switcht.t
75698 ____________________________________________________________________________
75699 [ 18451] By: merijn                                on 2003/01/06  06:43:11
75700         Log: Subject: [PATCH perl@18746] VMS test adjustments
75701              Date: Sat, 04 Jan 2003 11:26:00 -0600
75702              From: "Craig A. Berry" <craigberry@mac.com>
75703              Message-ID: <3E171928.1040100@mac.com>
75704      Branch: perl
75705            ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
75706            ! t/run/switchI.t
75707 ____________________________________________________________________________
75708 [ 18441] By: rgs                                   on 2003/01/04  20:06:45
75709         Log: Subject: [DOCPATCH] File::Copy's synopsis
75710              From: Nicholas Clark <nick@unfortu.net>
75711              Date: Wed, 1 Jan 2003 21:09:30 +0000
75712              Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
75713      Branch: perl
75714            ! lib/File/Copy.pm
75715 ____________________________________________________________________________
75716 [ 18440] By: rgs                                   on 2003/01/04  16:31:31
75717         Log: Integrate change #18420 from maint-5.8:
75718              Mea culpa: the join() was the string join, not the
75719              ithreads join().
75720      Branch: perl
75721           !> ext/threads/t/join.t
75722 ____________________________________________________________________________
75723 [ 18439] By: rgs                                   on 2003/01/04  15:34:54
75724         Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
75725              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
75726              Date: Fri, 13 Dec 2002 00:54:43 +0100
75727              Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
75728              Same as change 18403 for maint-5.8 branch
75729      Branch: perl
75730            ! lib/ExtUtils/t/Embed.t
75731 ____________________________________________________________________________
75732 [ 18438] By: rgs                                   on 2003/01/04  15:24:22
75733         Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
75734              From: andreas.koenig@anima.de (Andreas J. Koenig)
75735              Date: Fri, 03 Jan 2003 00:57:15 +0100
75736              Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
75737      Branch: perl
75738            ! pod/perlre.pod
75739 ____________________________________________________________________________
75740 [ 18435] By: jhi                                   on 2003/01/04  14:36:08
75741         Log: The problems.t is back.
75742      Branch: perl
75743            ! MANIFEST
75744 ____________________________________________________________________________
75745 [ 18434] By: sky                                   on 2003/01/04  07:43:50
75746         Log: Forgot to add problems.t with change #18419
75747      Branch: perl
75748            + ext/threads/t/problems.t
75749 ____________________________________________________________________________
75750 [ 18432] By: jhi                                   on 2003/01/04  04:48:30
75751         Log: One more (or, rather, less) //.
75752      Branch: perl
75753            ! ext/threads/threads.xs
75754 ____________________________________________________________________________
75755 [ 18431] By: jhi                                   on 2003/01/04  04:39:01
75756         Log: Integrate from maintperl:
75757              [ 18430]
75758              // is still not portable C commentary.
75759      Branch: perl
75760           !> ext/threads/threads.xs
75761 ____________________________________________________________________________
75762 [ 18425] By: jhi                                   on 2003/01/04  03:37:04
75763         Log: Until Arthur really adds the problems.t.
75764      Branch: perl
75765            ! MANIFEST
75766 ____________________________________________________________________________
75767 [ 18421] By: sky                                   on 2003/01/04  01:27:55
75768         Log: Fix long standing memory leak with pop and shift!
75769      Branch: perl
75770            ! ext/threads/shared/shared.xs
75771 ____________________________________________________________________________
75772 [ 18419] By: sky                                   on 2003/01/03  23:45:34
75773         Log: Fixes bug #15273, the return of the object caused
75774              the stash of the object to be cloned, cloning the entire syntax
75775              tree and all lexicals in there creating danglning copies to the
75776              object. (Pararell but unlinked STASH tree).
75777              This adds a new flag, when set it will use STASHES from the
75778              thread we are joining into avoiding the problem.
75779      Branch: perl
75780            ! MANIFEST ext/threads/threads.xs sv.c sv.h
75781 ____________________________________________________________________________
75782 [ 18417] By: sky                                   on 2003/01/03  18:16:46
75783         Log: Fake what context we are running in for CLONE and DESTROY so
75784              threads->tid() returns the correct value.
75785              This is reported as bug #10046
75786      Branch: perl
75787            ! ext/threads/t/basic.t ext/threads/threads.xs
75788 ____________________________________________________________________________
75789 [ 18413] By: sky                                   on 2003/01/03  15:15:14
75790         Log: Change pp_lock to take a reference instead of a
75791              scalar since it wouldn't fork for the HELEM/AELEM
75792              case. This was reported in bug #10045
75793      Branch: perl
75794            ! ext/threads/shared/t/hv_refs.t opcode.h opcode.pl opnames.h
75795 ____________________________________________________________________________
75796 [ 18412] By: hv                                    on 2003/01/03  11:14:51
75797         Log: Integrate from maint-5.8 #18348:
75798              Make Math::Trig a little bit more better behaved module citizen.
75799      Branch: perl
75800           !> lib/Math/Trig.pm
75801 ____________________________________________________________________________
75802 [ 18411] By: hv                                    on 2003/01/03  11:11:09
75803         Log: Subject: Re: [perl #19061] 'goto' confuses 'redo'
75804              From: Stephen McCamant <smcc@mit.edu>
75805              Date: Sun, 22 Dec 2002 22:09:51 -0500
75806              Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
75807      Branch: perl
75808            ! pp_ctl.c
75809 ____________________________________________________________________________
75810 [ 18410] By: hv                                    on 2003/01/03  11:06:40
75811         Log: Subject: new flag SvPADSTALE
75812              From: Dave Mitchell <davem@fdgroup.com>
75813              Date: Thu, 19 Dec 2002 19:00:21 +0000
75814              Message-ID: <20021219190021.D9530@fdgroup.com>
75815      Branch: perl
75816            ! dump.c scope.c sv.h
75817 ____________________________________________________________________________
75818 [ 18409] By: hv                                    on 2003/01/03  11:05:09
75819         Log: Subject: remove flag SvPADBUSY
75820              From: Dave Mitchell <davem@fdgroup.com>
75821              Date: Thu, 19 Dec 2002 18:55:43 +0000
75822              Message-ID: <20021219185543.C9530@fdgroup.com>
75823      Branch: perl
75824            ! dump.c ext/Devel/Peek/Peek.t pad.c scope.c sv.h
75825 ____________________________________________________________________________
75826 [ 18408] By: hv                                    on 2003/01/03  10:56:54
75827         Log: Subject: win32_msgwait() problem
75828              From: Gurusamy Sarathy <gsar@ActiveState.com>
75829              Date: Fri, 13 Dec 2002 17:31:59 -0800
75830              Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
75831      Branch: perl
75832            ! win32/win32.c
75833 ____________________________________________________________________________
75834 [ 18407] By: hv                                    on 2003/01/03  10:30:05
75835         Log: Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
75836              From: hv@crypt.org
75837              Date: Thu, 02 Jan 2003 17:16:04 +0000
75838              Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
75839      Branch: perl
75840            ! sv.c
75841 ____________________________________________________________________________
75842 [ 18406] By: sky                                   on 2003/01/03  08:23:16
75843         Log: Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
75844              libc_r functions.
75845      Branch: perl
75846            ! hints/darwin.sh
75847 ____________________________________________________________________________
75848 [ 18393] By: merijn                                on 2003/01/02  19:41:29
75849         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)
75850              Date: Thu, 2 Jan 2003 19:02:21 +0100
75851              Message-ID: <200301021902.22444.abe@ztreet.demon.nl>
75852              From: abe@ztreet.demon.nl (Abe Timmerman)
75853      Branch: perl
75854            ! win32/makefile.mk
75855 ____________________________________________________________________________
75856 [ 18390] By: merijn                                on 2003/01/02  07:32:00
75857         Log: Use a more likely location for the perl binary
75858      Branch: perl
75859            ! Porting/genlog
75860 ____________________________________________________________________________
75861 [ 18378] By: gsar                                  on 2002/12/31  04:07:56
75862         Log: integrate change#18377 from maint-5.6 branch
75863
75864              change#17566 needs to be more defensive about win32_dup2()
75865              itself calling SetStdHandle() (at least MSVCRT does this)
75866      Branch: perl
75867           !> win32/win32.c
75868 ____________________________________________________________________________
75869 [ 18376] By: hv                                    on 2002/12/31  02:02:17
75870         Log: Update Changes
75871      Branch: perl
75872            ! Changes patchlevel.h
75873 ____________________________________________________________________________
75874 [ 18374] By: hv                                    on 2002/12/30  03:32:22
75875         Log: Remove duplicate entry
75876      Branch: perl
75877            ! MANIFEST
75878 ____________________________________________________________________________
75879 [ 18373] By: hv                                    on 2002/12/30  03:19:17
75880         Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
75881              From: Dave Paris (via RT) <perlbug-followup@perl.org>
75882              Date: 22 Dec 2002 05:15:14 -0000
75883              Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
75884      Branch: perl
75885            ! pod/perlfunc.pod
75886 ____________________________________________________________________________
75887 [ 18372] By: hv                                    on 2002/12/30  03:13:42
75888         Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
75889              From: Michael G Schwern <schwern@pobox.com>
75890              Date: Sat, 21 Dec 2002 19:29:41 -0800
75891              Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
75892      Branch: perl
75893            ! lib/AutoSplit.pm
75894 ____________________________________________________________________________
75895 [ 18371] By: hv                                    on 2002/12/30  03:08:12
75896         Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
75897              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
75898              Date: Fri, 27 Dec 2002 16:14:24 +0100
75899              Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
75900      Branch: perl
75901            ! mg.c t/op/magic.t
75902 ____________________________________________________________________________
75903 [ 18358] By: gsar                                  on 2002/12/28  03:30:49
75904         Log: save_re_context() was not saving many regexec.c state
75905              variables, resulting in various reentrancy problems when
75906              the swatches were autoloaded by perl in the midst of a
75907              match
75908      Branch: perl
75909            ! regcomp.c
75910 ____________________________________________________________________________
75911 [ 18357] By: gsar                                  on 2002/12/28  02:16:51
75912         Log: silence another signed/unsigned mismatch warning
75913      Branch: perl
75914            ! op.c
75915 ____________________________________________________________________________
75916 [ 18356] By: gsar                                  on 2002/12/28  02:08:23
75917         Log: fix signed/unsigned mismatch warning from change#18266
75918      Branch: perl
75919            ! regcomp.c
75920 ____________________________________________________________________________
75921 [ 18355] By: gsar                                  on 2002/12/28  02:05:14
75922         Log: these variables are not in use anywhere since 5.8.0
75923      Branch: perl
75924            ! embedvar.h perlapi.h sv.c thrdvar.h
75925 ____________________________________________________________________________
75926 [ 18354] By: ams                                   on 2002/12/26  03:54:09
75927         Log: Subject: [PATCH] docpatch for cv.h
75928              From: Nicholas Clark <nick@unfortu.net>
75929              Date: Wed, 25 Dec 2002 21:01:04 +0000
75930              Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
75931      Branch: perl
75932            ! cv.h
75933 ____________________________________________________________________________
75934 [ 18351] By: hv                                    on 2002/12/25  02:29:17
75935         Log: #18345 was still broken; should be fixed now.
75936      Branch: perl
75937            ! sv.c
75938 ____________________________________________________________________________
75939 [ 18350] By: merijn                                on 2002/12/24  05:26:40
75940         Log: Removal of duplicate comment block
75941
75942              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75943              Subject: Re: [perl #19306] Sys::Syslog issues.
75944              Date: Mon, 23 Dec 2002 15:25:51 -0800
75945              Message-ID: </t5B+gzkg6DR092yn@efn.org>
75946      Branch: perl
75947            ! ext/Sys/Syslog/Syslog.pm
75948 ____________________________________________________________________________
75949 [ 18346] By: hv                                    on 2002/12/23  06:14:22
75950         Log: integrate maint-5.8 #18301
75951      Branch: perl
75952           !> lib/perl5db.pl
75953 ____________________________________________________________________________
75954 [ 18345] By: hv                                    on 2002/12/23  06:01:17
75955         Log: more on #18344.
75956      Branch: perl
75957            ! sv.c
75958 ____________________________________________________________________________
75959 [ 18344] By: hv                                    on 2002/12/23  05:56:43
75960         Log: more on #18312: sv.c:ss_dup()
75961      Branch: perl
75962            ! sv.c
75963 ____________________________________________________________________________
75964 [ 18343] By: hv                                    on 2002/12/23  05:47:17
75965         Log: Subject: [perl #19153] Term::Complete (the argument of stty)
75966              From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
75967              Date: 15 Dec 2002 13:45:23 -0000
75968              Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
75969      Branch: perl
75970            ! lib/Term/Complete.pm
75971 ____________________________________________________________________________
75972 [ 18342] By: hv                                    on 2002/12/23  05:27:25
75973         Log: Subject: [perl #18544] Patch included to fix problem.
75974              From: Richard Kandarian <richard.kandarian@lanl.gov>
75975              Date: Thu, 21 Nov 2002 08:00:20 -0700
75976              (from RT)
75977      Branch: perl
75978            ! regexec.c
75979 ____________________________________________________________________________
75980 [ 18341] By: hv                                    on 2002/12/23  05:08:49
75981         Log: Subject: [PATCH] operation on `PL_na' may be undefined
75982              From: Nicholas Clark <nick@unfortu.net>
75983              Date: Tue, 10 Dec 2002 19:59:18 +0000
75984              Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net>
75985      Branch: perl
75986            ! universal.c
75987 ____________________________________________________________________________
75988 [ 18340] By: hv                                    on 2002/12/23  05:04:29
75989         Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet)
75990              From: Nicholas Clark <nick@unfortu.net>
75991              Date: Tue, 10 Dec 2002 18:55:28 +0000
75992              Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net>
75993      Branch: perl
75994            ! pp_hot.c
75995 ____________________________________________________________________________
75996 [ 18339] By: hv                                    on 2002/12/23  04:39:48
75997         Log: Integrate Time::HiRes v1.39 (for VMS build tweak)
75998      Branch: perl
75999            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
76000            ! ext/Time/HiRes/Makefile.PL
76001 ____________________________________________________________________________
76002 [ 18338] By: hv                                    on 2002/12/23  03:43:09
76003         Log: Subject: [PATCH] read permissions for h2ph-generated files
76004              From: Slaven Rezic <slaven.rezic@berlin.de>
76005              Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
76006              Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
76007      Branch: perl
76008            ! utils/h2ph.PL
76009 ____________________________________________________________________________
76010 [ 18337] By: hv                                    on 2002/12/23  03:38:59
76011         Log: handy hint: getting a perforce change as a usable patch
76012      Branch: perl
76013            ! Porting/repository.pod
76014 ____________________________________________________________________________
76015 [ 18336] By: hv                                    on 2002/12/23  03:36:26
76016         Log: Reverse #18285, for reasons given in:
76017              Subject: Re: Precedence of ? :
76018              From: hv@crypt.org
76019              Date: Fri, 20 Dec 2002 00:35:27 +0000
76020              Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
76021      Branch: perl
76022            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
76023            ! vms/perly_c.vms
76024 ____________________________________________________________________________
76025 [ 18335] By: gsar                                  on 2002/12/18  23:12:14
76026         Log: my_fflush_all() wasn't doing the right thing under useperlio
76027              on many platforms
76028      Branch: perl
76029            ! util.c
76030 ____________________________________________________________________________
76031 [ 18334] By: merijn                                on 2002/12/18  06:48:11
76032         Log: AIX compiler version updates
76033      Branch: perl
76034            ! README.aix
76035 ____________________________________________________________________________
76036 [ 18332] By: gsar                                  on 2002/12/18  03:20:27
76037         Log: $Config{prefixexp} was set incorrectly on windows
76038      Branch: perl
76039            ! win32/config.bc win32/config.gc win32/config.vc
76040            ! win32/config.vc64
76041 ____________________________________________________________________________
76042 [ 18330] By: gsar                                  on 2002/12/18  02:32:20
76043         Log: remove CRs from a couple of files (these show up as CRCRLF
76044              on windows)
76045      Branch: perl
76046            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
76047 ____________________________________________________________________________
76048 [ 18328] By: gsar                                  on 2002/12/18  02:27:10
76049         Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
76050      Branch: perl
76051            ! win32/win32.c
76052 ____________________________________________________________________________
76053 [ 18327] By: gsar                                  on 2002/12/18  02:08:12
76054         Log: windows: support for large files
76055
76056              note that this change will break binary compatibility with the
76057              default 5.8.0 build options; nevertheless I think it is worth
76058              having in 5.8.1 (people who want the compatibility can disable
76059              the option in the makefile)
76060      Branch: perl
76061            ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs
76062            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h
76063            ! pp_sys.c win32/Makefile win32/config.bc win32/config.gc
76064            ! win32/config.vc win32/config.vc64 win32/config_H.bc
76065            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
76066            ! win32/config_sh.PL win32/makefile.mk win32/perlhost.h
76067            ! win32/win32.c win32/win32iop.h
76068 ____________________________________________________________________________
76069 [ 18326] By: gsar                                  on 2002/12/18  00:57:46
76070         Log: Win32.pod update
76071      Branch: perl
76072            ! lib/Win32.pod
76073 ____________________________________________________________________________
76074 [ 18325] By: gsar                                  on 2002/12/18  00:42:45
76075         Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
76076      Branch: perl
76077            ! XSUB.h
76078 ____________________________________________________________________________
76079 [ 18324] By: gsar                                  on 2002/12/18  00:34:08
76080         Log: windows: avoid prompting under some shells during $(MAKE) distclean
76081      Branch: perl
76082            ! win32/Makefile win32/makefile.mk
76083 ____________________________________________________________________________
76084 [ 18323] By: gsar                                  on 2002/12/18  00:17:29
76085         Log: PerlSIO_stderr et al are not functions
76086      Branch: perl
76087            ! XSUB.h
76088 ____________________________________________________________________________
76089 [ 18321] By: gsar                                  on 2002/12/17  22:56:25
76090         Log: integrate change#18320 from maint-5.6 branch
76091
76092              C<require '\foo\bar.pm'> fails on windows if not running
76093              from the root directory; for a test case, see:
76094
76095              http://bugs.activestate.com/show_bug.cgi?id=19317
76096
76097              this was due to not recognizing \foo\bar.pm as an absolute
76098              path name
76099      Branch: perl
76100           !> util.h
76101 ____________________________________________________________________________
76102 [ 18319] By: hv                                    on 2002/12/17  10:08:24
76103         Log: Whoops, these are the changes supposed to be in #18318.
76104      Branch: perl
76105            ! pad.c t/op/eval.t
76106 ____________________________________________________________________________
76107 [ 18318] By: hv                                    on 2002/12/17  03:12:18
76108         Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
76109              From: Nicholas Clark <nick@unfortu.net>
76110              Date: Sat, 14 Dec 2002 23:13:37 +0000
76111              Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net>
76112      Branch: perl
76113            ! pad.c t/op/eval.t
76114 ____________________________________________________________________________
76115 [ 18317] By: hv                                    on 2002/12/17  02:58:12
76116         Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
76117      Branch: perl
76118            + lib/Net/Ping/t/410_syn_host.t
76119            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t
76120            ! lib/Net/Ping/t/450_service.t
76121 ____________________________________________________________________________
76122 [ 18316] By: hv                                    on 2002/12/17  02:17:16
76123         Log: Subject: [PATCH 5.8.1 @oldish-18156] build
76124              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
76125              Date: Fri, 13 Dec 2002 13:54:05 -0800
76126              Message-ID: <20021213215404.GA2597@math.berkeley.edu>
76127      Branch: perl
76128            ! os2/os2.c t/run/runenv.t
76129 ____________________________________________________________________________
76130 [ 18315] By: hv                                    on 2002/12/17  02:03:58
76131         Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
76132              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
76133              Date: Fri, 13 Dec 2002 13:47:08 -0800
76134              Message-ID: <20021213214707.GA2588@math.berkeley.edu>
76135      Branch: perl
76136            ! lib/constant.t lib/fields.t
76137 ____________________________________________________________________________
76138 [ 18314] By: hv                                    on 2002/12/17  01:58:32
76139         Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
76140              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
76141              Date: Fri, 13 Dec 2002 14:00:48 -0800
76142              Message-ID: <20021213220048.GA2606@math.berkeley.edu>
76143      Branch: perl
76144            ! os2/OS2/Process/t/os2_process.t os2/os2.c
76145 ____________________________________________________________________________
76146 [ 18313] By: hv                                    on 2002/12/17  01:54:19
76147         Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
76148              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
76149              Date: Fri, 13 Dec 2002 14:08:00 -0800
76150              Message-ID: <20021213220800.GA2625@math.berkeley.edu>
76151      Branch: perl
76152            ! os2/OS2/REXX/REXX.xs
76153 ____________________________________________________________________________
76154 [ 18312] By: hv                                    on 2002/12/17  01:43:28
76155         Log: Subject: [Fwd: Patch for perl utf8-related bug]
76156              From: Richard Hitt <rbh00@utsglobal.com>
76157              Date: Fri, 06 Dec 2002 16:47:42 -0800
76158              [perl #18932]
76159      Branch: perl
76160            ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c
76161            ! scope.h
76162 ____________________________________________________________________________
76163 [ 18311] By: hv                                    on 2002/12/17  00:52:05
76164         Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums]
76165              From: Dave Mitchell <davem@fdgroup.com>
76166              Date: Sat, 14 Dec 2002 19:16:49 +0000
76167              Message-ID: <20021214191649.B3992@fdgroup.com>
76168      Branch: perl
76169            ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h
76170 ____________________________________________________________________________
76171 [ 18310] By: hv                                    on 2002/12/17  00:51:46
76172         Log: regen-headers to get new API docs from #18306
76173      Branch: perl
76174            ! pod/perlapi.pod
76175 ____________________________________________________________________________
76176 [ 18308] By: rgs                                   on 2002/12/16  22:06:23
76177         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
76178              From: peter@PSDT.com (Peter Scott)
76179              Date: 12 Dec 2002 18:13:17 -0000
76180              Message-ID: <20021212181317.50538.qmail@onion.perl.org>
76181              (fix bug [perl #19058])
76182      Branch: perl
76183            ! lib/perl5db.pl
76184 ____________________________________________________________________________
76185 [ 18307] By: rgs                                   on 2002/12/16  22:01:14
76186         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
76187              From: Dave Mitchell <davem@fdgroup.com>
76188              Date: Thu, 12 Dec 2002 23:42:35 +0000
76189              Message-ID: <20021212234235.A29245@fdgroup.com>
76190              and
76191              Date: Sat, 14 Dec 2002 19:16:38 +0000
76192              Message-ID: <20021214191638.A3992@fdgroup.com>
76193      Branch: perl
76194            ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c
76195            ! proto.h t/op/eval.t
76196 ____________________________________________________________________________
76197 [ 18306] By: sky                                   on 2002/12/16  21:41:40
76198         Log: More documentation of obscure flags is good, even if the
76199              documentation might be not so good. Atleast it's not false!
76200              Documents the flags one can give to perl_clone
76201      Branch: perl
76202            ! sv.c
76203 ____________________________________________________________________________
76204 [ 18305] By: merijn                                on 2002/12/16  10:53:19
76205         Log: Enough changes to Configure and metaunits warrant an update.
76206              Several small changes and three additions
76207      Branch: perl
76208            ! Porting/Glossary
76209 ____________________________________________________________________________
76210 [ 18304] By: merijn                                on 2002/12/16  10:44:57
76211         Log: Redone #18011 from metaunits
76212      Branch: perl
76213            ! Configure
76214 ____________________________________________________________________________
76215 [ 18302] By: rgs                                   on 2002/12/14  22:34:25
76216         Log: Subject: Proper fix for CvOUTSIDE weak refcounting
76217              From: Dave Mitchell <davem@fdgroup.com>
76218              Date: Tue, 10 Dec 2002 01:26:44 +0000
76219              Message-ID: <20021210012644.A7843@fdgroup.com>
76220      Branch: perl
76221            ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL
76222            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod
76223            ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t
76224 ____________________________________________________________________________
76225 [ 18300] By: rgs                                   on 2002/12/12  20:40:22
76226         Log: Subject: [patch] typo in perlop
76227              From: andreas.koenig@anima.de (Andreas J. Koenig)
76228              Date: Wed, 11 Dec 2002 21:31:14 +0100
76229              Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
76230      Branch: perl
76231            ! pod/perlop.pod
76232 ____________________________________________________________________________
76233 [ 18299] By: rgs                                   on 2002/12/12  20:35:29
76234         Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297
76235      Branch: perl
76236           !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t
76237           !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t
76238           !> t/op/subst.t
76239 ____________________________________________________________________________
76240 [ 18298] By: rgs                                   on 2002/12/12  20:00:36
76241         Log: Whitespace and indentation fix in the output of B::Debug.
76242      Branch: perl
76243            ! ext/B/B/Debug.pm
76244 ____________________________________________________________________________
76245 [ 18292] By: gbarr                                 on 2002/12/12  09:23:04
76246         Log: Update to Scalar-List-Utils 1.09
76247      Branch: perl
76248            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
76249            ! ext/List/Util/lib/List/Util.pm
76250 ____________________________________________________________________________
76251 [ 18287] By: gsar                                  on 2002/12/11  18:53:07
76252         Log: this has been incorrect for a while now, and has changed
76253              again recently
76254      Branch: perl
76255            ! Porting/repository.pod
76256 ____________________________________________________________________________
76257 [ 18285] By: hv                                    on 2002/12/11  10:35:01
76258         Log: Subject: [PATCH] Re: Precedence of ? :
76259              From: Stephen McCamant <smcc@mit.edu>
76260              Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST)
76261              Message-Id: <20021210055707.974F073CCC@syllepsis>
76262      Branch: perl
76263            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
76264            ! vms/perly_c.vms
76265 ____________________________________________________________________________
76266 [ 18284] By: hv                                    on 2002/12/11  10:21:12
76267         Log: One more email address for #18282
76268      Branch: perl
76269            ! lib/Pod/Perldoc.pm
76270 ____________________________________________________________________________
76271 [ 18283] By: hv                                    on 2002/12/11  10:18:07
76272         Log: More email addresses for #18282
76273      Branch: perl
76274            ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh
76275            ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh
76276            ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh
76277            ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh
76278            ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh
76279 ____________________________________________________________________________
76280 [ 18282] By: hv                                    on 2002/12/11  10:16:05
76281         Log: Subject: Remove stale e-mail addresses
76282              From: Andy Dougherty <doughera@lafayette.edu>
76283              Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
76284              Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
76285      Branch: perl
76286            ! Porting/pumpkin.pod configure.gnu
76287            ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl
76288            ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too
76289            ! lib/File/Spec.pm perly.fixer pod/checkpods.PL
76290 ____________________________________________________________________________
76291 [ 18281] By: hv                                    on 2002/12/11  09:59:31
76292         Log: Integrate from maint-5.8 #18156, #18218.
76293      Branch: perl
76294           !> lib/Unicode/UCD.t lib/unicore/Category.pl
76295           !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
76296           !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
76297           !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
76298           !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
76299           !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t
76300 ____________________________________________________________________________
76301 [ 18280] By: rgs                                   on 2002/12/10  21:30:10
76302         Log: Integrate from the maint-5.8/ branch :
76303              changes 18219, 18236, 18242-3, 18247-8,
76304              18253-5, 18257, 18273-6
76305      Branch: perl
76306           +> t/op/lc_user.t
76307           !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl
76308           !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod
76309           !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t
76310           !> t/uni/tr_utf8.t
76311 ____________________________________________________________________________
76312 [ 18279] By: merijn                                on 2002/12/10  14:10:03
76313         Log: Subject: Re: ANSIColor 1.06 released
76314              Version bump only after typo fix to sync with CPAN
76315      Branch: perl
76316            ! lib/Term/ANSIColor.pm
76317 ____________________________________________________________________________
76318 [ 18277] By: merijn                                on 2002/12/10  08:46:05
76319         Log: Subject: [PATCH perl@18251] VMS build update
76320              Message-ID: <3DF56BE2.9000300@mac.com>
76321              Date: Mon, 09 Dec 2002 22:21:54 -0600
76322              From: "Craig A. Berry" <craigberry@mac.com>
76323      Branch: perl
76324            ! configure.com ext/Time/HiRes/Makefile.PL
76325            ! vms/descrip_mms.template
76326 ____________________________________________________________________________
76327 [ 18272] By: merijn                                on 2002/12/09  15:31:28
76328         Log: RT#15950
76329
76330              Subject: [PATCH] Typo in Term::ANSIColor
76331              Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
76332              From: "Mr. Nobody" <mrnobo1024  at  yahoo.com>
76333      Branch: perl
76334            ! lib/Term/ANSIColor.pm
76335 ____________________________________________________________________________
76336 [ 18270] By: hv                                    on 2002/12/09  00:25:26
76337         Log: Subject: [perl #18256] xsubpp can make nested comments in C code
76338              From: Nicholas Clark (via RT) <perlbug@perl.org>
76339              Date: 7 Nov 2002 14:58:14 -0000
76340              Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
76341      Branch: perl
76342            ! lib/ExtUtils/xsubpp
76343 ____________________________________________________________________________
76344 [ 18269] By: hv                                    on 2002/12/09  00:19:33
76345         Log: Subject: Re: Bug in Filter::Simple
76346              From: Slaven Rezic <slaven.rezic@berlin.de>
76347              Date: 07 Nov 2002 10:01:41 +0100
76348              Message-ID: <87of91u51m.fsf@vran.herceg.de>
76349      Branch: perl
76350            ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
76351 ____________________________________________________________________________
76352 [ 18268] By: hv                                    on 2002/12/09  00:14:58
76353         Log: fix #18266 sprintf format mismatch
76354      Branch: perl
76355            ! regcomp.c
76356 ____________________________________________________________________________
76357 [ 18267] By: hv                                    on 2002/12/09  00:10:09
76358         Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime()  are sometimes wrong
76359              From: Slaven Rezic <slaven.rezic@berlin.de>
76360              Date: 09 Nov 2002 23:21:16 +0100
76361              Message-ID: <874raqz8o3.fsf@vran.herceg.de>
76362      Branch: perl
76363            ! config_h.SH ext/POSIX/t/posix.t util.c
76364 ____________________________________________________________________________
76365 [ 18266] By: hv                                    on 2002/12/09  00:02:57
76366         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
76367              From: Abhijit Menon-Sen <ams@wiw.org>
76368              Date: Wed, 6 Nov 2002 19:38:11 +0530
76369              Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
76370      Branch: perl
76371            ! regcomp.c t/op/lc.t
76372 ____________________________________________________________________________
76373 [ 18265] By: rgs                                   on 2002/12/08  22:10:45
76374         Log: Subject: Re: [perl #18927] barewords with no errors
76375              From: Abe Timmerman <abe@ztreet.demon.nl>
76376              Date: Sun, 8 Dec 2002 17:12:56 +0100
76377              Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
76378      Branch: perl
76379            ! t/lib/strict/subs
76380 ____________________________________________________________________________
76381 [ 18264] By: rgs                                   on 2002/12/08  22:04:39
76382         Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
76383              From: Slaven Rezic <slaven.rezic@berlin.de>
76384              Date: 30 Nov 2002 00:07:05 +0100
76385              Message-ID: <8765ugnffq.fsf@vran.herceg.de>
76386      Branch: perl
76387            ! pp_ctl.c t/cmd/for.t
76388 ____________________________________________________________________________
76389 [ 18263] By: rgs                                   on 2002/12/08  21:56:13
76390         Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
76391              From: Slaven Rezic <slaven.rezic@berlin.de>
76392              Date: 08 Dec 2002 01:31:45 +0100
76393              Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
76394      Branch: perl
76395            ! lib/Exporter/Heavy.pm
76396 ____________________________________________________________________________
76397 [ 18262] By: rgs                                   on 2002/12/08  20:31:42
76398         Log: getservbyport() should accept an empty string as its
76399              proto argument (as does getservbyname()).
76400
76401              Subject: Re: Is this a bug or am I being stupid?
76402              From: Slaven Rezic <slaven.rezic@berlin.de>
76403              Date: 08 Dec 2002 01:54:37 +0100
76404              Message-ID: <87znrhl48i.fsf@vran.herceg.de>
76405      Branch: perl
76406            ! pp_sys.c
76407 ____________________________________________________________________________
76408 [ 18261] By: rgs                                   on 2002/12/08  20:17:37
76409         Log: Change the set of characters that are considered to be
76410              safe in $ENV{TERM} for taint checkings.
76411      Branch: perl
76412            ! taint.c
76413 ____________________________________________________________________________
76414 [ 18260] By: rgs                                   on 2002/12/08  20:14:57
76415         Log: Document that $ENV{TERM} may produce taint failures.
76416              Subject: Re: [perl #18717] spurious failures in regression test
76417              From: Slaven Rezic <slaven.rezic@berlin.de>
76418              Date: 29 Nov 2002 22:11:46 +0100
76419              Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
76420      Branch: perl
76421            ! pod/perldiag.pod
76422 ____________________________________________________________________________
76423 [ 18259] By: rgs                                   on 2002/12/08  19:34:34
76424         Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
76425              From: Nicholas Clark <nick@unfortu.net>
76426              Date: Mon, 2 Dec 2002 21:48:29 +0000
76427              Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
76428      Branch: perl
76429            ! hv.c lib/Hash/Util.t
76430 ____________________________________________________________________________
76431 [ 18251] By: rgs                                   on 2002/12/06  21:27:55
76432         Log: Fix two cases of buffer overflow in the lexer.
76433      Branch: perl
76434            ! t/comp/parser.t toke.c
76435 ____________________________________________________________________________
76436 [ 18250] By: rgs                                   on 2002/12/06  20:44:26
76437         Log: Fix bug #18874, essentially by reverting change #11890.
76438              Add a regression test for it.
76439      Branch: perl
76440            ! lib/English.pm lib/English.t
76441 ____________________________________________________________________________
76442 [ 18249] By: rgs                                   on 2002/12/06  20:42:01
76443         Log: Suppress a compilation warning reported by Jarkko
76444              (variable initialization skipped by goto).
76445      Branch: perl
76446            ! toke.c
76447 ____________________________________________________________________________
76448 [ 18239] By: jhi                                   on 2002/12/03  12:49:01
76449         Log: Fix up #18229.
76450      Branch: perl
76451            ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
76452            ! pod/perlintern.pod
76453 ____________________________________________________________________________
76454 [ 18233] By: rgs                                   on 2002/12/02  20:03:09
76455         Log: Fix bug #18573 : in a double-quoted string, a \c not followed
76456              by any character may corrupt memory due to reading past the
76457              end of the input buffer. Add a new error message corresponding
76458              to this case.
76459      Branch: perl
76460            ! pod/perldiag.pod t/comp/parser.t toke.c
76461 ____________________________________________________________________________
76462 [ 18232] By: rgs                                   on 2002/12/02  19:59:07
76463         Log: Skip test #17 of lib/open.t when useperlio is not defined.
76464      Branch: perl
76465            ! lib/open.t
76466 ____________________________________________________________________________
76467 [ 18231] By: merijn                                on 2002/12/02  16:00:12
76468         Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
76469              Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
76470              From: Andy Dougherty <doughera@lafayette.edu>
76471              Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
76472      Branch: perl
76473            ! README.hpux
76474 ____________________________________________________________________________
76475 [ 18230] By: merijn                                on 2002/12/02  15:45:31
76476         Log: $0 modifying part II (HP-UX only)
76477
76478              Date: Sat, 30 Nov 2002 20:16:51 +0200
76479              From: Jarkko Hietaniemi <jhi@iki.fi>
76480              Subject: [PATCH] $0 modifying
76481              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
76482      Branch: perl
76483            ! mg.c
76484 ____________________________________________________________________________
76485 [ 18229] By: merijn                                on 2002/12/02  15:43:16
76486         Log: $0 mofifying part I
76487
76488              Date: Sat, 30 Nov 2002 20:16:51 +0200
76489              From: Jarkko Hietaniemi <jhi@iki.fi>
76490              Subject: [PATCH] $0 modifying
76491              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
76492      Branch: perl
76493            ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
76494            ! sv.c t/op/magic.t thread.h
76495 ____________________________________________________________________________
76496 [ 18228] By: hv                                    on 2002/12/02  13:37:59
76497         Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
76498              with a module-driven version, and separates out its docs.
76499      Branch: perl
76500            + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
76501            + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
76502            + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
76503            + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
76504            + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
76505            + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
76506            + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
76507            + pod/perldoc.pod
76508            ! MANIFEST utils/perldoc.PL
76509 ____________________________________________________________________________
76510 [ 18226] By: hv                                    on 2002/12/02  12:44:35
76511         Log: missed the new file from #18224
76512      Branch: perl
76513            + lib/Pod/PlainText.pm
76514            ! MANIFEST
76515 ____________________________________________________________________________
76516 [ 18225] By: hv                                    on 2002/12/02  03:09:42
76517         Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS
76518      Branch: perl
76519            ! util.c
76520 ____________________________________________________________________________
76521 [ 18224] By: hv                                    on 2002/12/02  02:59:02
76522         Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
76523              and lib/Pod/t/utils.t to cater for simpler output text.
76524      Branch: perl
76525            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm
76526            ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL
76527            ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t
76528            ! t/pod/included.t t/pod/lref.t t/pod/lref.xr
76529            ! t/pod/multiline_items.t t/pod/multiline_items.xr
76530            ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t
76531            ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t
76532            ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr
76533            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
76534 ____________________________________________________________________________
76535 [ 18223] By: hv                                    on 2002/12/02  02:46:17
76536         Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub
76537              From: Dave Mitchell <davem@fdgroup.com>
76538              Date: Mon, 25 Nov 2002 21:25:33 +0000
76539              Message-ID: <20021125212533.B29157@fdgroup.com>
76540      Branch: perl
76541            ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t
76542 ____________________________________________________________________________
76543 [ 18222] By: hv                                    on 2002/12/02  02:23:28
76544         Log: #18221 broke t/op/eval.t
76545      Branch: perl
76546            ! t/op/eval.t
76547 ____________________________________________________________________________
76548 [ 18221] By: hv                                    on 2002/12/02  02:18:19
76549         Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
76550      Branch: perl
76551           +> ext/POSIX/t/is.t
76552           !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t
76553           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
76554           !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod
76555           !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t
76556 ____________________________________________________________________________
76557 [ 18220] By: hv                                    on 2002/12/02  00:58:54
76558         Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope
76559              From: Dave Mitchell <davem@fdgroup.com>
76560              Date: Sun, 24 Nov 2002 22:19:06 +0000
76561              Message-ID: <20021124221906.A25386@fdgroup.com>
76562      Branch: perl
76563            ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
76564            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
76565            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c
76566            ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c
76567 ____________________________________________________________________________
76568 [ 18217] By: rgs                                   on 2002/11/29  12:11:28
76569         Log: Document the hint constants and where they're used.
76570      Branch: perl
76571            ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm
76572            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm
76573            ! perl.h
76574 ____________________________________________________________________________
76575 [ 18216] By: merijn                                on 2002/11/29  10:00:54
76576         Log: 64bit Peek failure on HP-UX 11.00
76577
76578              Subject: Re: Smoke 18188
76579              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76580              From: Slaven Rezic <slaven.rezic@berlin.de>
76581              Date: 28 Nov 2002 19:25:25 +0100
76582              Message-ID: <877kexsga2.fsf@vran.herceg.de>
76583      Branch: perl
76584            ! ext/Devel/Peek/Peek.t
76585 ____________________________________________________________________________
76586 [ 18203] By: jhi                                   on 2002/11/28  14:54:34
76587         Log: Slight beauty tweak.
76588      Branch: perl
76589            ! intrpvar.h
76590 ____________________________________________________________________________
76591 [ 18188] By: hv                                    on 2002/11/27  01:32:52
76592         Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
76593              From: Slaven Rezic <slaven.rezic@berlin.de>
76594              Date: 03 Nov 2002 10:59:43 +0100
76595              Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
76596      Branch: perl
76597            ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c
76598 ____________________________________________________________________________
76599 [ 18186] By: hv                                    on 2002/11/27  00:57:18
76600         Log: Subject: DESTROY called in scalar context ?
76601              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
76602              Date: Tue, 29 Oct 2002 22:04:23 +0100
76603              Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
76604      Branch: perl
76605            ! sv.c
76606 ____________________________________________________________________________
76607 [ 18185] By: rgs                                   on 2002/11/26  21:06:48
76608         Log: PerlFAQ sync.
76609      Branch: perl
76610            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
76611            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
76612            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
76613            ! pod/perlfaq9.pod
76614 ____________________________________________________________________________
76615 [ 18184] By: rgs                                   on 2002/11/26  20:42:25
76616         Log: Subject: [PATCH] 2 Pod errors in perlop.pod
76617              From: andreas.koenig@anima.de (Andreas J. Koenig)
76618              Date: Mon, 25 Nov 2002 10:21:08 +0100
76619              Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
76620
76621              Plus a few similar POD fixes
76622      Branch: perl
76623            ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
76624            ! pod/perltie.pod
76625 ____________________________________________________________________________
76626 [ 18183] By: rgs                                   on 2002/11/26  19:53:26
76627         Log: Subject: Re: [perl #18626] bug in perlipc man page
76628              From: Slaven Rezic <slaven.rezic@berlin.de>
76629              Date: 23 Nov 2002 21:23:20 +0100
76630              Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
76631      Branch: perl
76632            ! pod/perlipc.pod
76633 ____________________________________________________________________________
76634 [ 18182] By: merijn                                on 2002/11/26  08:44:39
76635         Log: Subject: #17171: ld flag for shrplib on OpenBSD
76636              Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
76637              From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>
76638      Branch: perl
76639            ! Configure
76640 ____________________________________________________________________________
76641 [ 18180] By: hv                                    on 2002/11/25  03:10:03
76642         Log: integrate #18144 updates to pod/perlport.pod
76643      Branch: perl
76644            ! pod/perlport.pod
76645 ____________________________________________________________________________
76646 [ 18179] By: hv                                    on 2002/11/25  03:06:44
76647         Log: Subject: [PATCH] UTF8 regexp {n} bug
76648              From: Inaba Hiroto <inaba@st.rim.or.jp>
76649              Date: Sat, 16 Nov 2002 19:23:00 +0900
76650              Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
76651      Branch: perl
76652            ! regcomp.c t/op/pat.t
76653 ____________________________________________________________________________
76654 [ 18178] By: hv                                    on 2002/11/25  02:43:40
76655         Log: Subject: Re: Storable bug #1698
76656              From: Slaven Rezic <slaven.rezic@berlin.de>
76657              Date: 18 Nov 2002 10:41:36 +0100
76658              Message-ID: <87ptt343lb.fsf@vran.herceg.de>
76659      Branch: perl
76660            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
76661            ! ext/Storable/t/forgive.t
76662 ____________________________________________________________________________
76663 [ 18177] By: hv                                    on 2002/11/25  02:37:07
76664         Log: add support for STASH and MAGIC information for REFs to sv_dump().
76665              Subject: [PATCH]
76666              From: Slaven Rezic <slaven.rezic@berlin.de>
76667              Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
76668              Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
76669      Branch: perl
76670            ! dump.c ext/Devel/Peek/Peek.t
76671 ____________________________________________________________________________
76672 [ 18176] By: hv                                    on 2002/11/25  02:31:10
76673         Log: Subject: Re: [perl #18479] Error when no strict refs in effect
76674              From: Slaven Rezic <slaven.rezic@berlin.de>
76675              Date: 18 Nov 2002 22:50:04 +0100
76676              Message-ID: <87smxya6pf.fsf@vran.herceg.de>
76677      Branch: perl
76678            ! pp_ctl.c
76679 ____________________________________________________________________________
76680 [ 18175] By: hv                                    on 2002/11/25  02:20:48
76681         Log: Subject: [Encode] 1.83 + bleedperl patch released
76682              From: Dan Kogai <dankogai@dan.co.jp>
76683              Date: Tue, 19 Nov 2002 03:18:44 +0900
76684              Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
76685      Branch: perl
76686            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
76687            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs
76688            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl
76689            ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t
76690 ____________________________________________________________________________
76691 [ 18172] By: rgs                                   on 2002/11/22  21:44:09
76692         Log: Subject: [PATCH] Historic version labels
76693              From: andreas.koenig@anima.de (Andreas J. Koenig)
76694              Date: Fri, 22 Nov 2002 14:39:41 +0100
76695              Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
76696      Branch: perl
76697            ! Changes5.005 Changes5.6
76698 ____________________________________________________________________________
76699 [ 18171] By: rgs                                   on 2002/11/22  21:15:54
76700         Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
76701              Fix the existing tests that didn't checked the difference
76702              between 0 and undef.
76703      Branch: perl
76704            ! t/op/magic.t
76705 ____________________________________________________________________________
76706 [ 18170] By: rgs                                   on 2002/11/22  20:49:12
76707         Log: Move some tests from t/run/fresh_perl.t
76708              to the new t/comp/parser.t. The goal being to
76709              get rid of fresh_perl.t at some point.
76710      Branch: perl
76711            ! t/comp/parser.t t/run/fresh_perl.t
76712 ____________________________________________________________________________
76713 [ 18169] By: rgs                                   on 2002/11/21  20:49:36
76714         Log: Add a test for bug #17920, and a new test file for it.
76715      Branch: perl
76716            + t/comp/parser.t
76717            ! MANIFEST
76718 ____________________________________________________________________________
76719 [ 18168] By: merijn                                on 2002/11/21  13:59:12
76720         Log: Subject: [PATCH] hires sleeping wants libs
76721              Date: Wed, 20 Nov 2002 17:18:31 +0200
76722              From: Jarkko Hietaniemi <jhi@iki.fi>
76723              Message-ID: <20021120151830.GC127060@lyta.hut.fi>
76724      Branch: perl
76725            ! Configure hints/irix_6.sh
76726 ____________________________________________________________________________
76727 [ 18166] By: rgs                                   on 2002/11/19  23:02:31
76728         Log: Fix perl bug #17920 : a case of parser coredump.
76729              The fix is to disable Perl_block_start and Perl_block_end
76730              when the yacc parser has encountered errors. This prevents
76731              corruption of the internal stack, at the expense of correctness,
76732              but this doesn't matter as the code is unparseable anyway.
76733      Branch: perl
76734            ! op.c
76735 ____________________________________________________________________________
76736 [ 18165] By: rgs                                   on 2002/11/19  22:45:36
76737         Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
76738              From: Jarkko Hietaniemi <jhi@iki.fi>
76739              Date: Sun, 3 Nov 2002 17:50:08 +0200
76740              Message-ID: <20021103155008.GA382682@lyta.hut.fi>
76741      Branch: perl
76742            ! lib/open.pm locale.c pod/perl58delta.pod
76743 ____________________________________________________________________________
76744 [ 18164] By: rgs                                   on 2002/11/19  22:32:52
76745         Log: t/io/crlf.t failed with miniperl.
76746      Branch: perl
76747            ! t/io/crlf.t
76748 ____________________________________________________________________________
76749 [ 18163] By: rgs                                   on 2002/11/19  22:11:24
76750         Log: Subject: Re: [PATCH] AutoLoader gives wrong message
76751              From: Peter Scott <Peter@PSDT.com>
76752              Date: Thu, 07 Nov 2002 19:04:27 -0800
76753              Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
76754
76755              With a tweak to the END cleanup block to fully remove the
76756              temporary test directory
76757      Branch: perl
76758            ! lib/AutoLoader.t
76759 ____________________________________________________________________________
76760 [ 18162] By: rgs                                   on 2002/11/19  21:29:25
76761         Log: Subject: [PATCH ext/threads/threads.xs] trivial typo
76762              From: Dave Mitchell <davem@fdgroup.com>
76763              Date: Thu, 14 Nov 2002 22:55:39 +0000
76764              Message-ID: <20021114225539.A18614@fdgroup.com>
76765      Branch: perl
76766            ! ext/threads/threads.xs
76767 ____________________________________________________________________________
76768 [ 18161] By: rgs                                   on 2002/11/19  21:26:21
76769         Log: Subject: [PATCH Win32] Document wperl.exe
76770              From: "Brent Dax" <brentdax@cpan.org>
76771              Date: Fri, 15 Nov 2002 23:02:01 -0800
76772              Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
76773      Branch: perl
76774            ! README.win32
76775 ____________________________________________________________________________
76776 [ 18160] By: hv                                    on 2002/11/19  12:07:25
76777         Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
76778              From: Nicholas Clark <nick@unfortu.net>
76779              Date: Tue, 29 Oct 2002 23:00:05 +0000
76780              Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
76781      Branch: perl
76782            + regen.pl regen_headers.pl
76783            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
76784            ! keywords.pl opcode.pl regcomp.pl
76785 ____________________________________________________________________________
76786 [ 18159] By: hv                                    on 2002/11/19  11:48:30
76787         Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
76788              From: Gurusamy Sarathy <gsar@ActiveState.com>
76789              Date: Wed, 30 Oct 2002 20:58:15 -0800
76790              Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
76791              Date: Wed, 30 Oct 2002 21:56:22 -0800
76792              Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
76793              Date: Wed, 30 Oct 2002 22:55:30 -0800
76794              Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
76795      Branch: perl
76796            ! gv.c pp_hot.c t/op/method.t
76797 ____________________________________________________________________________
76798 [ 18158] By: hv                                    on 2002/11/19  11:35:16
76799         Log: Remove duplicate my() declaration giving warnings from change #18105.
76800      Branch: perl
76801            ! lib/Class/Struct.t
76802 ____________________________________________________________________________
76803 [ 18154] By: rgs                                   on 2002/11/16  22:08:44
76804         Log: Correction to change #18152, by Dave Mitchell.
76805      Branch: perl
76806            ! pod/perlhack.pod
76807 ____________________________________________________________________________
76808 [ 18152] By: rgs                                   on 2002/11/16  21:23:15
76809         Log: Subject: Re: [PATCH] optional code for debugging leaking scalars
76810              From: Dave Mitchell <davem@fdgroup.com>
76811              Date: Sat, 16 Nov 2002 22:18:23 +0000
76812              Message-ID: <20021116221823.A23614@fdgroup.com>
76813              Documentation for change #18150.
76814      Branch: perl
76815            ! pod/perlhack.pod
76816 ____________________________________________________________________________
76817 [ 18151] By: rgs                                   on 2002/11/16  20:45:26
76818         Log: Document PRIVSHIFT.
76819              Subject: [PATCH] two small doc patches
76820              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76821              Date: Thu, 14 Nov 2002 15:07:35 -0800
76822              Message-ID: <3yC19gzkguTO092yn@efn.org>
76823      Branch: perl
76824            ! sv.h
76825 ____________________________________________________________________________
76826 [ 18150] By: rgs                                   on 2002/11/16  20:25:57
76827         Log: Subject: [PATCH] optional code for debugging leaking scalars
76828              From: Dave Mitchell <davem@fdgroup.com>
76829              Date: Thu, 14 Nov 2002 23:03:00 +0000
76830              Message-ID: <20021114230300.B18614@fdgroup.com>
76831      Branch: perl
76832            ! perl.c sv.c
76833 ____________________________________________________________________________
76834 [ 18149] By: rgs                                   on 2002/11/16  20:10:50
76835         Log: New B::Lint option, bare-subs, that checks for implicitely
76836              quoted barewords that are also subroutines, from
76837              Ian Phillipps <ip@tarragon-et.co.uk>.
76838              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
76839              With a few tweaks to the implementation and tests.
76840              (previous change was empty)
76841      Branch: perl
76842            ! ext/B/B/Lint.pm ext/B/t/lint.t
76843 ____________________________________________________________________________
76844 [ 18148] By: rgs                                   on 2002/11/16  20:05:34
76845         Log: New B::Lint option, bare-subs, that checks for implicitely
76846              quoted barewords that are also subroutines, from
76847              Ian Phillipps <ip@tarragon-et.co.uk>.
76848              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
76849              With a few tweaks to the implementation and tests.
76850      Branch: perl
76851            ! ext/B/B/Lint.pm ext/B/t/lint.t
76852 ____________________________________________________________________________
76853 [ 18147] By: rgs                                   on 2002/11/16  19:52:54
76854         Log: Subject: [PATCH] Typo in perl58delta
76855              From: andreas.koenig@anima.de (Andreas J. Koenig)
76856              Date: Sat, 16 Nov 2002 16:29:14 +0100
76857              Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
76858      Branch: perl
76859            ! pod/perl58delta.pod
76860 ____________________________________________________________________________
76861 [ 18142] By: rgs                                   on 2002/11/12  22:09:39
76862         Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
76863              From: Dave Mitchell <davem@fdgroup.com>
76864              Date: Thu, 7 Nov 2002 16:38:02 +0000
76865              Message-ID: <20021107163802.C25337@fdgroup.com>
76866      Branch: perl
76867            ! pad.h
76868 ____________________________________________________________________________
76869 [ 18141] By: merijn                                on 2002/11/12  16:15:30
76870         Log: repair 18139 (missing awk command)
76871      Branch: perl
76872            ! Configure
76873 ____________________________________________________________________________
76874 [ 18139] By: merijn                                on 2002/11/12  14:20:36
76875         Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
76876              From: Jarkko Hietaniemi <jhi@iki.fi>
76877              Subject: [PATCH] Tru64 osvers
76878              Message-ID: <20021112144922.GI511825@lyta.hut.fi>
76879      Branch: perl
76880            ! Configure
76881 ____________________________________________________________________________
76882 [ 18137] By: rgs                                   on 2002/11/10  21:57:04
76883         Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
76884              From: Slaven Rezic <slaven.rezic@berlin.de>
76885              Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
76886              Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
76887      Branch: perl
76888            ! lib/Term/ReadLine.pm
76889 ____________________________________________________________________________
76890 [ 18136] By: rgs                                   on 2002/11/10  21:38:44
76891         Log: Subject: t/run/runenv.t bug
76892              From: Salvador "Fandiño" <sfandino@yahoo.com>
76893              Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
76894              Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
76895      Branch: perl
76896            ! t/run/runenv.t
76897 ____________________________________________________________________________
76898 [ 18135] By: rgs                                   on 2002/11/10  21:30:36
76899         Log: Subject: [PATCH] perlopentut and PerlIO documentation
76900              From: Slaven Rezic <slaven.rezic@berlin.de>
76901              Date: 08 Nov 2002 22:22:19 +0100
76902              Message-ID: <8765v7kb90.fsf@vran.herceg.de>
76903      Branch: perl
76904            ! lib/PerlIO.pm pod/perlopentut.pod
76905 ____________________________________________________________________________
76906 [ 18125] By: hv                                    on 2002/11/07  14:01:57
76907         Log: Subject: Re: The Inaba patch for tr/// vs. use encoding
76908              From: Dan Kogai <dankogai@dan.co.jp>
76909              Date: Fri, 25 Oct 2002 13:04:00 +0900
76910              Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
76911      Branch: perl
76912            + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
76913            + t/uni/tr_utf8.t
76914            ! MANIFEST
76915 ____________________________________________________________________________
76916 [ 18124] By: hv                                    on 2002/11/07  13:51:39
76917         Log: Subject: [PATCH] File::Temp documentation fix
76918              From: Slaven Rezic <slaven.rezic@berlin.de>
76919              Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
76920              Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
76921      Branch: perl
76922            ! lib/File/Temp.pm
76923 ____________________________________________________________________________
76924 [ 18123] By: hv                                    on 2002/11/07  13:46:59
76925         Log: Subject: PATCH x2p/find2perl.PL
76926              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
76927              Date: Thu, 24 Oct 2002 10:05:19 +0200
76928              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
76929      Branch: perl
76930            ! x2p/find2perl.PL
76931 ____________________________________________________________________________
76932 [ 18122] By: hv                                    on 2002/11/07  13:40:25
76933         Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
76934              From: "david@dhaller.de (via RT)" <perlbug@perl.org>
76935              Date: 23 Oct 2002 18:42:51 -0000
76936              Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
76937      Branch: perl
76938            ! ext/Fcntl/t/syslfs.t t/op/lfs.t
76939 ____________________________________________________________________________
76940 [ 18121] By: hv                                    on 2002/11/07  13:21:15
76941         Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0?
76942              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76943              Date: Sun, 03 Nov 2002 15:48:18 -0800
76944              Message-ID: <CXbx9gzkgS8W092yn@efn.org>
76945      Branch: perl
76946            ! sv.c t/op/tie.t
76947 ____________________________________________________________________________
76948 [ 18120] By: hv                                    on 2002/11/07  13:14:21
76949         Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
76950              From: Gurusamy Sarathy <gsar@ActiveState.com>
76951              Date: Sat, 19 Oct 2002 12:11:43 -0700
76952              Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
76953      Branch: perl
76954            ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h
76955 ____________________________________________________________________________
76956 [ 18119] By: hv                                    on 2002/11/07  12:13:28
76957         Log: Subject: [perl #18154] Problem found in calculating offsets in regex
76958              From: Mark Pease (via RT) <perlbug@perl.org>
76959              Date: 29 Oct 2002 20:23:54 -0000
76960              Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
76961      Branch: perl
76962            ! regcomp.c
76963 ____________________________________________________________________________
76964 [ 18118] By: hv                                    on 2002/11/07  11:33:38
76965         Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
76966              From: hv@crypt.org
76967              Date: Sun, 03 Nov 2002 16:41:24 +0000
76968              Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
76969      Branch: perl
76970            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
76971            ! t/op/sub_lval.t
76972 ____________________________________________________________________________
76973 [ 18117] By: rgs                                   on 2002/11/06  22:15:36
76974         Log: "make distclean" should remove the generated file lib/Config.pod.
76975      Branch: perl
76976            ! Makefile.SH
76977 ____________________________________________________________________________
76978 [ 18116] By: rgs                                   on 2002/11/06  22:11:06
76979         Log: The new test introduced in #18114 failed with threads
76980      Branch: perl
76981            ! ext/B/t/concise.t
76982 ____________________________________________________________________________
76983 [ 18115] By: rgs                                   on 2002/11/06  20:43:14
76984         Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
76985              From: Slaven Rezic <slaven.rezic@berlin.de>
76986              Date: 24 Oct 2002 00:44:35 +0200
76987              Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
76988      Branch: perl
76989            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t
76990            ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys
76991 ____________________________________________________________________________
76992 [ 18114] By: rgs                                   on 2002/11/06  20:08:53
76993         Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
76994              From: Stephen McCamant <smcc@mit.edu>
76995              Date: Thu, 31 Oct 2002 01:35:29 -0500
76996              Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
76997
76998              plus a test case in ext/B/t/concise.t
76999              plus a (less intrusive, but less future-proof) fix for a
77000              similar problem in B::walkoptree_exec().
77001      Branch: perl
77002            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
77003 ____________________________________________________________________________
77004 [ 18113] By: rgs                                   on 2002/11/05  20:11:55
77005         Log: make regen_headers.
77006              Backport change #18078 to warnings.pl.
77007      Branch: perl
77008            ! global.sym perlapi.c perlapi.h proto.h warnings.pl
77009 ____________________________________________________________________________
77010 [ 18109] By: ams                                   on 2002/11/05  13:03:34
77011         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
77012              From: hv@crypt.org
77013              Date: Tue, 05 Nov 2002 13:30:00 +0000
77014              Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
77015
77016              This is half of the fix for #18107. The swash_init() problems
77017              described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
77018              but can now be seen only with UTF-8 test cases.
77019      Branch: perl
77020            ! pp.c
77021 ____________________________________________________________________________
77022 [ 18108] By: merijn                                on 2002/11/05  07:52:08
77023         Log: Put back the DO NOT EDIT headers in proto.h and global.sym
77024
77025              Subject: Re: [perl #18066] Bug in -I when path has double colons?
77026              From: Slaven Rezic <slaven.rezic@berlin.de>
77027              Date: 03 Nov 2002 10:25:10 +0100
77028              Message-ID: <87adkrngy1.fsf@vran.herceg.de>
77029      Branch: perl
77030            ! embed.pl
77031 ____________________________________________________________________________
77032 [ 18107] By: ams                                   on 2002/11/05  03:43:46
77033         Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
77034              character is UTF-8. (Copied from pp_lcfirst.)
77035              2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
77036      Branch: perl
77037            ! dump.c pp.c
77038 ____________________________________________________________________________
77039 [ 18106] By: hv                                    on 2002/11/05  01:43:27
77040         Log: new test based on:
77041              Subject: [TEST] for [PATCH] bug in utf8.c(?)
77042              From: Marty Pauley <marty+p5p@kasei.com>
77043              Date: Fri, 18 Oct 2002 21:02:38 +0100
77044              Message-ID: <20021018200238.GY3764@soto.kasei.com>
77045      Branch: perl
77046            ! lib/utf8.t
77047 ____________________________________________________________________________
77048 [ 18105] By: hv                                    on 2002/11/05  00:59:30
77049         Log: Subject: Re: Class::Struct, simple patch, tests
77050              From: Marty Pauley <marty+p5p@kasei.com>
77051              Date: Fri, 18 Oct 2002 22:26:38 +0100
77052              Message-ID: <20021018212638.GB3764@soto.kasei.com>
77053      Branch: perl
77054            ! lib/Class/Struct.pm lib/Class/Struct.t
77055 ____________________________________________________________________________
77056 [ 18102] By: rgs                                   on 2002/11/04  21:43:53
77057         Log: Subject: Re: [perl #18066] Bug in -I when path has double colons?
77058              From: Slaven Rezic <slaven.rezic@berlin.de>
77059              Date: 30 Oct 2002 11:18:47 +0100
77060              Message-ID: <87of9c2prs.fsf@vran.herceg.de>
77061
77062              With the corresponding change to embed.fnc
77063      Branch: perl
77064            + t/run/switchI.t
77065            ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c
77066            ! proto.h t/run/runenv.t
77067 ____________________________________________________________________________
77068 [ 18094] By: merijn                                on 2002/11/04  16:08:22
77069         Log: Changed the warning detection pattern because of:
77070
77071              Subject: ccache gcc3.2 doesn't work
77072              From: Nicholas Clark <nick@ccl4.org>
77073              Date: Tue, 29 Oct 2002 15:01:39
77074              Message-ID: <20021029150139.J82080@plum.flirble.org>
77075      Branch: perl
77076            ! Configure
77077 ____________________________________________________________________________
77078 [ 18093] By: jhi                                   on 2002/11/04  16:06:39
77079         Log: s/Perlf/Perl/ (thanks rgs)
77080      Branch: perl
77081            ! pod/perldiag.pod
77082 ____________________________________________________________________________
77083 [ 18091] By: jhi                                   on 2002/11/04  15:50:07
77084         Log: How pre-5.9.0 Perl can be fooled by a defined-or.
77085      Branch: perl
77086            ! pod/perldiag.pod
77087 ____________________________________________________________________________
77088 [ 18090] By: hv                                    on 2002/11/04  15:49:29
77089         Log: extend #13786 to cover the other four identical chunks of code
77090              to avoid looping under overload.
77091      Branch: perl
77092            ! sv.c
77093 ____________________________________________________________________________
77094 [ 18088] By: merijn                                on 2002/11/04  15:37:06
77095         Log: Charnames take 4
77096              Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
77097      Branch: perl
77098            ! lib/charnames.pm lib/charnames.t
77099 ____________________________________________________________________________
77100 [ 18086] By: hv                                    on 2002/11/04  15:16:34
77101         Log: integrate from perlio: changes #17709, #17795, #17796, #18032
77102      Branch: perl
77103           !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t
77104           !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t
77105 ____________________________________________________________________________
77106 [ 18085] By: hv                                    on 2002/11/04  12:17:12
77107         Log: Subject: Re: [perl #17064] illegal legal unicode character
77108              From: hv@crypt.org
77109              Date: Mon, 04 Nov 2002 13:23:49 +0000
77110              Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
77111      Branch: perl
77112            ! regexec.c t/op/split.t
77113 ____________________________________________________________________________
77114 [ 18084] By: merijn                                on 2002/11/04  11:04:45
77115         Log: Tru64, gcc -O3, datasize
77116              Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
77117      Branch: perl
77118            ! README.tru64 hints/dec_osf.sh
77119 ____________________________________________________________________________
77120 [ 18083] By: merijn                                on 2002/11/04  10:58:52
77121         Log: Typo configpm
77122              Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
77123      Branch: perl
77124            ! configpm
77125 ____________________________________________________________________________
77126 [ 18078] By: hv                                    on 2002/11/03  13:20:50
77127         Log: avoid reliance on croak() prototype
77128      Branch: perl
77129            ! lib/warnings.pm
77130 ____________________________________________________________________________
77131 [ 18077] By: hv                                    on 2002/11/03  13:18:17
77132         Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re().
77133              (with tweaks)
77134              From: Michael G Schwern <schwern@pobox.com>
77135              Date: Wed, 4 Sep 2002 12:06:08 -0700
77136              Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
77137      Branch: perl
77138            ! configpm lib/Config.t
77139 ____________________________________________________________________________
77140 [ 18076] By: gbarr                                 on 2002/11/03  10:11:18
77141         Log: Update to Scalar-List-Utils 1.08
77142      Branch: perl
77143            + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
77144            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/README
77145            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
77146            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
77147            ! ext/List/Util/t/reduce.t
77148 ____________________________________________________________________________
77149 [ 18075] By: rgs                                   on 2002/10/31  20:58:12
77150         Log: Adjust the number of tests in t/op/range.t
77151      Branch: perl
77152            ! t/op/range.t
77153 ____________________________________________________________________________
77154 [ 18074] By: ams                                   on 2002/10/30  22:30:32
77155         Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
77156              but "-4\n".."-0\n" is!
77157              From: Slaven Rezic <slaven.rezic@berlin.de>
77158              Date: 30 Oct 2002 16:22:36 +0100
77159              Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
77160
77161              Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
77162              is not DWIM but "-4\n".."-0\n" is!
77163              From: "Orton, Yves" <yves.orton@mciworldcom.de>
77164              Date: Wed, 30 Oct 2002 11:59:31 -0000
77165              Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
77166
77167              (Applied over previous fix.)
77168      Branch: perl
77169            ! pp_ctl.c t/op/range.t
77170 ____________________________________________________________________________
77171 [ 18073] By: ams                                   on 2002/10/30  19:47:12
77172         Log: Subject: [perl #18165] "0" fails as right-hand argument to ..
77173              From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
77174              Date: 30 Oct 2002 17:27:53 -0000
77175              Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
77176
77177              (Fixed by making an exception for .."0" in pp_flop.)
77178      Branch: perl
77179            ! pp_ctl.c t/op/range.t
77180 ____________________________________________________________________________
77181 [ 18072] By: rgs                                   on 2002/10/29  20:37:31
77182         Log: Partial fix of bug [perl #17589] : prevent the parser to
77183              segfault when encountering the erroneous construct "sub;".
77184      Branch: perl
77185            ! pod/perldiag.pod t/op/anonsub.t toke.c
77186 ____________________________________________________________________________
77187 [ 18071] By: rgs                                   on 2002/10/28  21:57:25
77188         Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
77189              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
77190              Date: Mon, 28 Oct 2002 12:53:52 -0000
77191              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
77192      Branch: perl
77193            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
77194 ____________________________________________________________________________
77195 [ 18070] By: rgs                                   on 2002/10/28  20:46:33
77196         Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)
77197              From: Nicholas Clark <nick@unfortu.net>
77198              Date: Sun, 27 Oct 2002 18:39:03 +0000
77199              Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net>
77200      Branch: perl
77201            ! util.c
77202 ____________________________________________________________________________
77203 [ 18069] By: rgs                                   on 2002/10/28  20:44:12
77204         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
77205              From: Nicholas Clark <nick@unfortu.net>
77206              Date: Sun, 27 Oct 2002 22:31:08 +0000
77207              Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
77208      Branch: perl
77209            ! t/op/pack.t
77210 ____________________________________________________________________________
77211 [ 18068] By: merijn                                on 2002/10/27  17:57:15
77212         Log: Repair broken previous patch. I don't like it, but not repairing it
77213              breaks each and every build. Will teach me to test on the same
77214              machine where I patched it. Sorry.
77215      Branch: perl
77216            ! embed.pl
77217 ____________________________________________________________________________
77218 [ 18067] By: merijn                                on 2002/10/27  06:02:21
77219         Log: embed.pl doc. (embed.pl reorganization for doc headers)
77220              Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
77221              With some additional modifications
77222      Branch: perl
77223            ! embed.pl
77224 ____________________________________________________________________________
77225 [ 18064] By: merijn                                on 2002/10/25  11:47:07
77226         Log: The 5005thread todo list; 2 down 25 to go
77227      Branch: perl
77228            ! README.irix README.tru64
77229 ____________________________________________________________________________
77230 [ 18063] By: hv                                    on 2002/10/25  00:28:48
77231         Log: change #18038 gives too many problems on t/450_service.t; disable
77232              it for now
77233      Branch: perl
77234            ! lib/Net/Ping/t/450_service.t
77235 ____________________________________________________________________________
77236 [ 18062] By: hv                                    on 2002/10/25  00:21:17
77237         Log: Subject: [PATCH] DB_File 1.806
77238              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
77239              Date: Tue, 22 Oct 2002 11:16:21 +0100
77240              Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
77241      Branch: perl
77242            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
77243            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
77244            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
77245 ____________________________________________________________________________
77246 [ 18061] By: hv                                    on 2002/10/25  00:13:07
77247         Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm
77248              From: chromatic <chromatic@wgz.org>
77249              Date: Mon, 21 Oct 2002 20:27:43 -0700
77250              Message-ID: <20021022033253.57952.qmail@onion.perl.org>
77251      Branch: perl
77252            + ext/IO/lib/IO/t/IO.t
77253            ! MANIFEST lib/Net/Ping/t/450_service.t
77254 ____________________________________________________________________________
77255 [ 18060] By: hv                                    on 2002/10/24  23:54:50
77256         Log: 2 lines of change #18039 had several problems
77257      Branch: perl
77258            ! ext/IO/IO.pm
77259 ____________________________________________________________________________
77260 [ 18059] By: hv                                    on 2002/10/24  23:46:29
77261         Log: Subject: [perl #18036] perldoc refuses to run on BeOS
77262              From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
77263              Date: 21 Oct 2002 10:18:50 -0000
77264              Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
77265      Branch: perl
77266            ! utils/perldoc.PL
77267 ____________________________________________________________________________
77268 [ 18058] By: hv                                    on 2002/10/24  23:36:48
77269         Log: Subject: The Inaba patch for tr/// vs. use encoding
77270              From: Dan Kogai <dankogai@dan.co.jp>
77271              Date: Mon, 21 Oct 2002 17:36:02 +0900
77272              Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
77273      Branch: perl
77274            ! mg.c regcomp.c sv.c toke.c
77275 ____________________________________________________________________________
77276 [ 18057] By: hv                                    on 2002/10/24  23:16:15
77277         Log: Subject: [Encode] 1.80 released
77278              From: Dan Kogai <dankogai@dan.co.jp>
77279              Date: Tue, 22 Oct 2002 05:47:16 +0900
77280              Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
77281      Branch: perl
77282            + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl
77283            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
77284            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
77285            ! ext/Encode/lib/Encode/MIME/Header.pm
77286            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t
77287            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
77288            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
77289            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
77290 ____________________________________________________________________________
77291 [ 18056] By: hv                                    on 2002/10/24  22:48:06
77292         Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again
77293              From: Autrijus Tang <autrijus@autrijus.org>
77294              Date: Sat, 19 Oct 2002 17:51:57 +0800
77295              Message-ID: <20021019095157.GA430@not.autrijus.org>
77296      Branch: perl
77297            ! ext/B/B/C.pm
77298 ____________________________________________________________________________
77299 [ 18055] By: hv                                    on 2002/10/24  22:34:10
77300         Log: Reverse change #8066 and sense of test, to satisfy [perl #17763]
77301      Branch: perl
77302            ! pp_sys.c t/run/fresh_perl.t
77303 ____________________________________________________________________________
77304 [ 18054] By: hv                                    on 2002/10/24  22:17:40
77305         Log: change #18030 needs the removal of ext/Thread/thr5005.t
77306      Branch: perl
77307            - ext/Thread/thr5005.t
77308 ____________________________________________________________________________
77309 [ 18053] By: merijn                                on 2002/10/24  08:20:09
77310         Log: charnames pragma extended with :alias for customized
77311              unicode naming aliases
77312              Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
77313      Branch: perl
77314            ! lib/charnames.pm lib/charnames.t
77315 ____________________________________________________________________________
77316 [ 18052] By: rgs                                   on 2002/10/23  19:16:50
77317         Log: Further tweaks to perlmodlib.pod.
77318              Add a note about perllocal.pod, which wasn't documented.
77319      Branch: perl
77320            ! pod/perlmodlib.PL pod/perlmodlib.pod
77321 ____________________________________________________________________________
77322 [ 18051] By: rgs                                   on 2002/10/23  18:56:08
77323         Log: Further tweaks to perluniintro.pod
77324      Branch: perl
77325            ! pod/perluniintro.pod
77326 ____________________________________________________________________________
77327 [ 18050] By: rgs                                   on 2002/10/22  19:11:12
77328         Log: perlmodlib.pod nit suggested by David Dyck (bug #18055)
77329              Regenerate perlmodlib.pod
77330      Branch: perl
77331            ! pod/perlmodlib.PL pod/perlmodlib.pod
77332 ____________________________________________________________________________
77333 [ 18049] By: rgs                                   on 2002/10/22  18:48:00
77334         Log: Subject: [PATCH] perluniintro
77335              From: Jarkko Hietaniemi <jhi@iki.fi>
77336              Date: Sun, 20 Oct 2002 15:48:09 +0300
77337              Message-ID: <20021020124809.GE444369@lyta.hut.fi>
77338      Branch: perl
77339            ! pod/perluniintro.pod
77340 ____________________________________________________________________________
77341 [ 18048] By: hv                                    on 2002/10/22  17:04:26
77342         Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always
77343              From: Dave Mitchell <davem@fdgroup.com>
77344              Date: Fri, 18 Oct 2002 13:36:40 +0100
77345              Message-ID: <20021018133640.A19172@fdgroup.com>
77346      Branch: perl
77347            ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c
77348            ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h
77349            ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t
77350 ____________________________________________________________________________
77351 [ 18047] By: hv                                    on 2002/10/22  16:20:18
77352         Log: Subject: [PATCH] AutoLoader gives wrong message
77353              From: Peter Scott <peter@psdt.com>
77354              Date: Thu, 17 Oct 2002 19:54:56 -0700
77355              Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
77356      Branch: perl
77357            ! lib/AutoLoader.pm
77358 ____________________________________________________________________________
77359 [ 18046] By: hv                                    on 2002/10/22  15:52:40
77360         Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
77361              From: Alain Barbet <alian@alianwebserver.com>
77362              Date: Fri, 18 Oct 2002 15:29:29 +0200
77363              Message-ID: <3DB00CB9.70708@alianwebserver.com>
77364      Branch: perl
77365            ! README.win32 win32/makefile.mk win32/win32.c
77366 ____________________________________________________________________________
77367 [ 18045] By: hv                                    on 2002/10/22  15:47:21
77368         Log: improve 'atomicity' wording
77369      Branch: perl
77370            ! lib/filetest.pm
77371 ____________________________________________________________________________
77372 [ 18044] By: hv                                    on 2002/10/22  15:43:55
77373         Log: Subject: [PATCH] Shell.pm object methods broken
77374              From: Dan Brook <dbrook@easyspace.com>
77375              Date: Thu, 17 Oct 2002 16:05:04 +0100
77376              Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
77377      Branch: perl
77378            ! lib/Shell.pm lib/Shell.t
77379 ____________________________________________________________________________
77380 [ 18042] By: hv                                    on 2002/10/21  09:20:54
77381         Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
77382              From: hv@crypt.org
77383              Date: Mon, 21 Oct 2002 11:27:40 +0100
77384              Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
77385      Branch: perl
77386            ! t/lib/warnings/toke toke.c
77387 ____________________________________________________________________________
77388 [ 18041] By: hv                                    on 2002/10/21  01:14:48
77389         Log: Subject: Re: [perl #18019] regex overoptimization
77390              From: hv@crypt.org
77391              Date: Mon, 21 Oct 2002 03:21:54 +0100
77392              Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
77393      Branch: perl
77394            ! regcomp.c t/op/re_tests
77395 ____________________________________________________________________________
77396 [ 18039] By: hv                                    on 2002/10/20  14:33:16
77397         Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
77398              From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
77399              Date: Tue, 15 Oct 2002 02:17:03 +0200
77400              Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
77401      Branch: perl
77402            ! ext/IO/IO.pm
77403 ____________________________________________________________________________
77404 [ 18038] By: hv                                    on 2002/10/20  14:23:06
77405         Log: Update to Net::Ping v2.23
77406      Branch: perl
77407            + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t
77408            + lib/Net/Ping/t/450_service.t
77409            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
77410            ! lib/Net/Ping/t/200_ping_tcp.t
77411 ____________________________________________________________________________
77412 [ 18037] By: hv                                    on 2002/10/20  13:57:06
77413         Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
77414              From: Jarkko Hietaniemi <jhi@iki.fi>
77415              Date: Mon, 14 Oct 2002 14:49:54 +0300
77416              Message-ID: <20021014114954.GB80937@lyta.hut.fi>
77417      Branch: perl
77418            ! t/op/pack.t
77419 ____________________________________________________________________________
77420 [ 18036] By: hv                                    on 2002/10/20  13:43:56
77421         Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
77422              From: Slaven Rezic <slaven.rezic@berlin.de>
77423              Date: 14 Oct 2002 09:37:18 +0200
77424              Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
77425      Branch: perl
77426            ! pp_sys.c t/op/mkdir.t
77427 ____________________________________________________________________________
77428 [ 18035] By: hv                                    on 2002/10/20  13:39:09
77429         Log: Subject: Re: [perl #17951] Strange UTF error
77430              From: Jarkko Hietaniemi <jhi@iki.fi>
77431              Date: Wed, 16 Oct 2002 18:50:51 +0300
77432              Message-ID: <20021016155051.GB268437@lyta.hut.fi>
77433      Branch: perl
77434            ! lib/utf8_heavy.pl t/run/fresh_perl.t
77435 ____________________________________________________________________________
77436 [ 18034] By: hv                                    on 2002/10/20  13:23:16
77437         Log: Update to Time::HiRes v1.38
77438      Branch: perl
77439            + ext/Time/HiRes/typemap
77440            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
77441            ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs
77442            ! ext/Time/HiRes/Makefile.PL
77443 ____________________________________________________________________________
77444 [ 18033] By: hv                                    on 2002/10/20  13:12:25
77445         Log: Upgrade to Test.pm v1.23
77446      Branch: perl
77447            ! lib/Test.pm
77448 ____________________________________________________________________________
77449 [ 18030] By: merijn                                on 2002/10/19  14:10:21
77450         Log: Happy chainsaw stories; The removal of the 5005 threads
77451              Still imcomplete. Configure will follow
77452      Branch: perl
77453            ! MANIFEST NetWare/Makefile NetWare/config.wc
77454            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
77455            ! Porting/Glossary Porting/config.sh Porting/config_H
77456            ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h
77457            ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm
77458            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
77459            ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads
77460            ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh
77461            ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c
77462            ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h
77463            ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c
77464            ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c
77465            ! uconfig.h uconfig.sh util.c vms/vms.c win32/Makefile
77466            ! win32/config.bc win32/config.gc win32/config.vc
77467            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
77468            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
77469            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
77470            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
77471            ! wince/Makefile.ce wince/config.ce wince/config_H.ce
77472            ! wince/config_sh.PL wince/win32.h wince/win32thread.c
77473            ! wince/win32thread.h wince/wincesck.c
77474 ____________________________________________________________________________
77475 [ 18029] By: merijn                                on 2002/10/18  07:28:21
77476         Log: minor tweaks in Porting/pumpkin.pod
77477              Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
77478      Branch: perl
77479            ! Porting/pumpkin.pod
77480 ____________________________________________________________________________
77481 [ 18028] By: rgs                                   on 2002/10/17  20:33:32
77482         Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
77483              From: Abe Timmerman <abe@ztreet.demon.nl>
77484              Date: Thu, 17 Oct 2002 23:38:34 +0200
77485              Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
77486      Branch: perl
77487            ! t/run/switches.t
77488 ____________________________________________________________________________
77489 [ 18027] By: hv                                    on 2002/10/17  14:39:27
77490         Log: Subject: Re: versions too accurate
77491              From: John Peacock <jpeacock@rowman.com>
77492              Date: Mon, 14 Oct 2002 22:36:48 -0400
77493              Message-ID: <3DAB7F40.1050200@rowman.com>
77494      Branch: perl
77495            ! lib/version.pm util.c
77496 ____________________________________________________________________________
77497 [ 18026] By: hv                                    on 2002/10/17  14:29:41
77498         Log: Subject: Re: [PATCH] Version object combined patch
77499              From: John Peacock <jpeacock@rowman.com>
77500              Date: Thu, 10 Oct 2002 21:23:01 -0400
77501              Message-ID: <3DA627F5.5050907@rowman.com>
77502      Branch: perl
77503            ! lib/version.pm lib/version.t pod/perldiag.pod util.c
77504 ____________________________________________________________________________
77505 [ 18025] By: hv                                    on 2002/10/17  13:37:04
77506         Log: definition of MAXPATHLEN
77507              Subject: [PATCH] standard lawyerism
77508              From: Jarkko Hietaniemi <jhi@iki.fi>
77509              Date: Fri, 11 Oct 2002 02:48:26 +0300
77510              Message-ID: <20021010234825.GM292305@lyta.hut.fi>
77511      Branch: perl
77512            ! perl.h
77513 ____________________________________________________________________________
77514 [ 18024] By: hv                                    on 2002/10/17  13:34:01
77515         Log: Subject: Re: [perl #17061] no strict 'garbage'
77516              From: Slaven Rezic <slaven.rezic@berlin.de>
77517              Date: 10 Oct 2002 16:23:22 +0200
77518              Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
77519      Branch: perl
77520            ! ext/Storable/Storable.pm
77521 ____________________________________________________________________________
77522 [ 18023] By: hv                                    on 2002/10/17  12:56:28
77523         Log: Subject: Re: [perl #17830] open FH, "<&", $fd
77524              From: Steve Grazzini <grazz@nyc.rr.com>
77525              Date: 11 Oct 2002 22:28:58 -0000
77526              Message-ID: <20021011222858.452.qmail@onion.perl.org>
77527      Branch: perl
77528            ! doio.c t/io/open.t
77529 ____________________________________________________________________________
77530 [ 18022] By: hv                                    on 2002/10/17  12:24:42
77531         Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
77532              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77533              Date: Tue, 15 Oct 2002 17:01:43 -0700
77534              Message-ID: <nxKr9gzkgmBO092yn@efn.org>
77535      Branch: perl
77536            ! t/op/assignwarn.t
77537 ____________________________________________________________________________
77538 [ 18021] By: hv                                    on 2002/10/17  11:28:38
77539         Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
77540              From: Slaven Rezic <slaven.rezic@berlin.de>
77541              Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
77542              Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
77543      Branch: perl
77544            ! Porting/pumpkin.pod
77545 ____________________________________________________________________________
77546 [ 18020] By: rgs                                   on 2002/10/16  18:43:21
77547         Log: prototype() didn't warn when used in void context.
77548      Branch: perl
77549            ! op.c t/lib/warnings/op
77550 ____________________________________________________________________________
77551 [ 18019] By: ams                                   on 2002/10/15  20:54:53
77552         Log: Subject: Japanese translation of Storable
77553              From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
77554              Date: Tue, 15 Oct 2002 06:31:01 +0900
77555              Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
77556      Branch: perl
77557            ! ext/Storable/README
77558 ____________________________________________________________________________
77559 [ 18018] By: rgs                                   on 2002/10/15  19:08:20
77560         Log: Subject: Re: [PATCH] cv.h: Comment update
77561              From: Paul Johnson <paul@pjcj.net>
77562              Date: Mon, 14 Oct 2002 20:00:50 +0200
77563              Message-ID: <20021014180050.GC7333@pjcj.net>
77564      Branch: perl
77565            ! cv.h
77566 ____________________________________________________________________________
77567 [ 18017] By: rgs                                   on 2002/10/14  20:37:06
77568         Log: Subject: [PATCH] perlipc.pod
77569              From: Slaven Rezic <slaven.rezic@berlin.de>
77570              Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
77571              Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
77572      Branch: perl
77573            ! pod/perlipc.pod
77574 ____________________________________________________________________________
77575 [ 18016] By: rgs                                   on 2002/10/14  20:30:03
77576         Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
77577              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
77578              Date: Sun, 13 Oct 2002 09:02:36 +0900
77579              Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
77580      Branch: perl
77581            ! pod/perlunicode.pod
77582 ____________________________________________________________________________
77583 [ 18015] By: rgs                                   on 2002/10/12  20:22:37
77584         Log: The -0 command-line switch wasn't setting $/ at compile-time.
77585              Move the initialization of $/ just after switch parsing
77586              (it was done after yyparse().)
77587      Branch: perl
77588            ! perl.c t/run/switches.t
77589 ____________________________________________________________________________
77590 [ 18014] By: rgs                                   on 2002/10/12  20:18:55
77591         Log: Subject: Re: [PATCH] perl573delta delinting
77592              From: Philip Newton <Philip.Newton@gmx.net>
77593              Date: Sat, 12 Oct 2002 21:25:49 +0200
77594              Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
77595      Branch: perl
77596            ! pod/perl573delta.pod
77597 ____________________________________________________________________________
77598 [ 18013] By: hv                                    on 2002/10/12  15:41:50
77599         Log: Subject: [PATCH] for -Dm
77600              From: Slaven Rezic <slaven.rezic@berlin.de>
77601              Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
77602              Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
77603      Branch: perl
77604            ! malloc.c
77605 ____________________________________________________________________________
77606 [ 18012] By: hv                                    on 2002/10/12  15:39:49
77607         Log: #18005 was not enough
77608              Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
77609              From: Abe Timmerman <abeltje@cpan.org>
77610              Date: Sat, 12 Oct 2002 17:56:39 +0200
77611              Message-Id: <200210121756.39803.abeltje@cpan.org>
77612      Branch: perl
77613            ! win32/makefile.mk
77614 ____________________________________________________________________________
77615 [ 18011] By: hv                                    on 2002/10/12  15:36:43
77616         Log: Subject: [perl #17805] BUG: Grammar bug during Configure
77617              From: Richard Hitt (via RT) <perlbug@perl.org>
77618              Date: 8 Oct 2002 21:04:30 -0000
77619              Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
77620      Branch: perl
77621            ! Configure
77622 ____________________________________________________________________________
77623 [ 18010] By: hv                                    on 2002/10/12  15:31:06
77624         Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
77625              From: Nicholas Clark <nick@unfortu.net>
77626              Date: Tue, 8 Oct 2002 21:52:53 +0100
77627              Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
77628      Branch: perl
77629            ! pod/perldiag.pod pp_pack.c t/op/pack.t
77630 ____________________________________________________________________________
77631 [ 18009] By: hv                                    on 2002/10/12  15:12:18
77632         Log: Subject: [PATCH perldoc] For screaming hell's sake
77633              From: Simon Cozens <simon@netthink.co.uk>
77634              Date: Tue, 8 Oct 2002 11:13:07 +0100
77635              Message-ID: <20021008101307.GA8175@netthink.co.uk>
77636      Branch: perl
77637            ! utils/perldoc.PL
77638 ____________________________________________________________________________
77639 [ 18008] By: hv                                    on 2002/10/12  14:38:19
77640         Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
77641              From: Nicholas Clark <nick@unfortu.net>
77642              Date: Mon, 7 Oct 2002 23:35:34 +0100
77643              Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
77644      Branch: perl
77645            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
77646            ! ext/Storable/README ext/Storable/Storable.pm
77647            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
77648            ! ext/Storable/t/forgive.t ext/Storable/t/integer.t
77649            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
77650 ____________________________________________________________________________
77651 [ 18007] By: hv                                    on 2002/10/12  14:22:36
77652         Log: Subject: [perl #17773] errors in c2ph(1) man page
77653              From: Eric Melville (via RT) <perlbug@perl.org>
77654              Date: 7 Oct 2002 02:58:34 -0000
77655              Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
77656      Branch: perl
77657            ! utils/c2ph.PL
77658 ____________________________________________________________________________
77659 [ 18006] By: hv                                    on 2002/10/12  14:19:55
77660         Log: Subject: [PATCH pad.c] Re: closure failures
77661              From: Dave Mitchell <davem@fdgroup.com>
77662              Date: Mon, 7 Oct 2002 02:42:13 +0100
77663              Message-ID: <20021007024213.B29760@fdgroup.com>
77664      Branch: perl
77665            ! pad.c
77666 ____________________________________________________________________________
77667 [ 18005] By: hv                                    on 2002/10/12  14:17:07
77668         Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7
77669              From: Abe Timmerman <abeltje@cpan.org>
77670              Date: Tue, 8 Oct 2002 14:16:56 +0200
77671              Message-Id: <200210081416.56942.abeltje@cpan.org>
77672      Branch: perl
77673            ! win32/Makefile
77674 ____________________________________________________________________________
77675 [ 18004] By: hv                                    on 2002/10/12  14:06:59
77676         Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
77677      Branch: perl
77678            ! hints/darwin.sh
77679 ____________________________________________________________________________
77680 [ 18003] By: hv                                    on 2002/10/12  13:48:34
77681         Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
77682              and #18001.
77683      Branch: perl
77684            ! ext/Devel/Peek/Peek.t
77685 ____________________________________________________________________________
77686 [ 18002] By: hv                                    on 2002/10/11  23:22:56
77687         Log: Subject: [Encode] 1.77 Released
77688              From: Dan Kogai <dankogai@dan.co.jp>
77689              Date: Sun, 6 Oct 2002 12:52:52 +0900
77690              Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
77691      Branch: perl
77692            ! ext/Encode/Changes ext/Encode/Encode.pm
77693            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
77694            ! ext/Encode/lib/Encode/Alias.pm
77695            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t
77696            ! ext/Encode/ucm/big5-eten.ucm
77697 ____________________________________________________________________________
77698 [ 18001] By: hv                                    on 2002/10/11  22:52:43
77699         Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
77700              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77701              Date: Thu, 10 Oct 2002 14:28:55 -0700
77702              Message-ID: <XEfp9gzkgquV092yn@efn.org>
77703      Branch: perl
77704            ! ext/Devel/Peek/Peek.t
77705 ____________________________________________________________________________
77706 [ 18000] By: hv                                    on 2002/10/11  22:30:36
77707         Log: Subject: [PATCH] perl573delta delinting
77708              From: Jarkko Hietaniemi <jhi@iki.fi>
77709              Date: Fri, 4 Oct 2002 16:19:31 +0300
77710              Message-ID: <20021004131931.GE278184@lyta.hut.fi>
77711      Branch: perl
77712            ! pod/perl573delta.pod
77713 ____________________________________________________________________________
77714 [ 17999] By: hv                                    on 2002/10/11  22:28:36
77715         Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
77716              From: Jarkko Hietaniemi <jhi@iki.fi>
77717              Date: Fri, 4 Oct 2002 16:11:57 +0300
77718              Message-ID: <20021004131157.GD278184@lyta.hut.fi>
77719      Branch: perl
77720            ! pod/perldiag.pod reentr.c reentr.pl
77721 ____________________________________________________________________________
77722 [ 17998] By: rgs                                   on 2002/10/11  19:53:05
77723         Log: Fix bug #17771 : segfault with the 'for' statement modifier
77724              used inside a map or a grep.
77725      Branch: perl
77726            ! pp_ctl.c t/op/grep.t
77727 ____________________________________________________________________________
77728 [ 17997] By: hv                                    on 2002/10/11  12:10:39
77729         Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
77730              From: Information Service <info@lingo.kiev.ua>
77731              Date: Wed, 09 Oct 2002 07:17:00 +0400
77732              Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
77733      Branch: perl
77734            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
77735 ____________________________________________________________________________
77736 [ 17996] By: hv                                    on 2002/10/11  11:55:53
77737         Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
77738              From: chromatic <chromatic@wgz.org>
77739              Date: Thu, 03 Oct 2002 22:56:54 -0700
77740              Message-ID: <20021004060120.33329.qmail@onion.perl.org>
77741      Branch: perl
77742            ! lib/AutoLoader.pm lib/AutoLoader.t
77743 ____________________________________________________________________________
77744 [ 17995] By: ams                                   on 2002/10/11  05:24:20
77745         Log: Subject: [perl #17819] Typo in perltooc?
77746              From: Bob Wilkinson (via RT) <perlbug@perl.org>
77747              Date: 9 Oct 2002 09:50:40 -0000
77748              Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
77749
77750              Subject: [perl #17821] Typo in perltooc
77751              From: Bob Wilkinson (via RT) <perlbug@perl.org>
77752              Date: 9 Oct 2002 10:12:51 -0000
77753              Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
77754      Branch: perl
77755            ! pod/perltooc.pod
77756 ____________________________________________________________________________
77757 [ 17994] By: rgs                                   on 2002/10/10  20:19:27
77758         Log: Fix bug #17776 : memory corruption in qr/##/x
77759      Branch: perl
77760            ! sv.c t/op/pat.t
77761 ____________________________________________________________________________
77762 [ 17993] By: rgs                                   on 2002/10/10  19:52:00
77763         Log: croak() is better written Perl_croak() in C code.
77764      Branch: perl
77765            ! util.c
77766 ____________________________________________________________________________
77767 [ 17992] By: hv                                    on 2002/10/10  11:29:12
77768         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
77769              From: andreas.koenig@anima.de (Andreas J. Koenig)
77770              Date: Fri, 04 Oct 2002 06:38:57 +0200
77771              Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
77772      Branch: perl
77773            ! lib/Hash/Util.pm
77774 ____________________________________________________________________________
77775 [ 17991] By: hv                                    on 2002/10/10  11:20:41
77776         Log: new files lib/version.pm and lib/version.t for change #17990.
77777      Branch: perl
77778            + lib/version.pm lib/version.t
77779 ____________________________________________________________________________
77780 [ 17990] By: hv                                    on 2002/10/10  11:19:57
77781         Log: Subject: [PATCH] Version object combined patch
77782              From: John Peacock <jpeacock@rowman.com>
77783              Date: Fri, 04 Oct 2002 23:15:10 -0400
77784              Message-ID: <3D9E593E.1060605@rowman.com>
77785      Branch: perl
77786            ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod
77787            ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c
77788 ____________________________________________________________________________
77789 [ 17989] By: hv                                    on 2002/10/10  10:48:42
77790         Log: Subject: PATCH: lib/ExtUtils/typemap
77791              From: Brian Ingerson <ingy@ttul.org>
77792              Date: Sat, 28 Sep 2002 13:03:24 -0700
77793              Message-ID: <20020928130324.A16900@ttul.org>
77794      Branch: perl
77795            ! lib/ExtUtils/typemap
77796 ____________________________________________________________________________
77797 [ 17988] By: hv                                    on 2002/10/10  10:45:19
77798         Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
77799              From: Nicholas Clark <nick@unfortu.net>
77800              Date: Sat, 28 Sep 2002 18:52:00 +0100
77801              Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
77802      Branch: perl
77803            ! lib/Exporter.t lib/Exporter/Heavy.pm
77804 ____________________________________________________________________________
77805 [ 17987] By: hv                                    on 2002/10/10  10:27:40
77806         Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
77807              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
77808              Date: Mon, 9 Sep 2002 17:36:55 -0400
77809              Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
77810      Branch: perl
77811            ! pod/perlfunc.pod
77812 ____________________________________________________________________________
77813 [ 17986] By: hv                                    on 2002/10/10  09:51:24
77814         Log: Remove use of caller() in strict.pm, and tighten Safe compartment
77815              for Storable tests to match.
77816      Branch: perl
77817            ! ext/Storable/t/code.t lib/strict.pm lib/strict.t
77818 ____________________________________________________________________________
77819 [ 17985] By: hv                                    on 2002/10/10  09:27:00
77820         Log: Subject: Re: README.cygwin draft update
77821              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77822              Date: Mon, 07 Oct 2002 17:15:09 -0700
77823              Message-ID: <NOio9gzkg6oR092yn@efn.org>
77824      Branch: perl
77825            ! README.cygwin pod/perl58delta.pod
77826 ____________________________________________________________________________
77827 [ 17984] By: rgs                                   on 2002/10/09  19:17:08
77828         Log: Fix bug #17823 : non-modifying tr/// stringifies references
77829      Branch: perl
77830            ! doop.c t/op/tr.t
77831 ____________________________________________________________________________
77832 [ 17983] By: merijn                                on 2002/10/09  12:22:26
77833         Log: Tru64 and gcc and threads
77834              Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
77835      Branch: perl
77836            ! thread.h
77837 ____________________________________________________________________________
77838 [ 17982] By: merijn                                on 2002/10/09  10:34:40
77839         Log: Correct mailing list archive URL
77840              Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
77841      Branch: perl
77842            ! Porting/pumpkin.pod
77843 ____________________________________________________________________________
77844 [ 17981] By: merijn                                on 2002/10/09  04:49:06
77845         Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
77846              Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
77847      Branch: perl
77848            ! Porting/pumpkin.pod
77849 ____________________________________________________________________________
77850 [ 17980] By: sky                                   on 2002/10/06  15:40:56
77851         Log: Upgrade Safe.pm to 2.09 after CPAN backport.
77852              Fix testcases to run properly outside perl core build enviroment.
77853      Branch: perl
77854            ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t
77855            ! ext/Safe/safe3.t
77856 ____________________________________________________________________________
77857 [ 17979] By: sky                                   on 2002/10/06  07:03:19
77858         Log: Subject: [PATCH] fix typo in Tie::Array
77859              From: "Jos I. Boumans" <kane@cpan.org>
77860              Date: sat okt 5, 2002  20:39:17 Europe/Stockholm
77861              Message-Id: <20021005183920.14746.qmail@onion.perl.org>
77862      Branch: perl
77863            ! lib/Tie/Array.pm
77864 ____________________________________________________________________________
77865 [ 17978] By: sky                                   on 2002/10/05  04:44:10
77866         Log: Upgrade to Attribute::Handlers 0.78
77867      Branch: perl
77868            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
77869            ! lib/Attribute/Handlers/README
77870 ____________________________________________________________________________
77871 [ 17977] By: rgs                                   on 2002/10/04  20:01:54
77872         Log: Complement to change #17976 :
77873              there was a similar bug on rdo().
77874              Increment $Safe::VERSION.
77875      Branch: perl
77876            ! ext/Opcode/Safe.pm ext/Safe/safe3.t
77877 ____________________________________________________________________________
77878 [ 17976] By: rgs                                   on 2002/10/04  19:44:48
77879         Log: Fix bug #17744, suggested by Andreas Jurenda,
77880              tweaked by rgs (security hole in Safe).
77881      Branch: perl
77882            + ext/Safe/safe3.t
77883            ! MANIFEST ext/Opcode/Safe.pm
77884 ____________________________________________________________________________
77885 [ 17975] By: merijn                                on 2002/10/04  13:30:17
77886         Log: Non ANSI feature detection in enum
77887      Branch: perl
77888            ! pad.h
77889 ____________________________________________________________________________
77890 [ 17974] By: rgs                                   on 2002/10/03  21:00:50
77891         Log: Fix a precedence problem.
77892      Branch: perl
77893            ! ext/Storable/t/integer.t
77894 ____________________________________________________________________________
77895 [ 17973] By: rgs                                   on 2002/10/03  20:34:13
77896         Log: Change the warning message "%s trapped by operation mask"
77897              to include '' around the op name. Document it in perldiag.
77898      Branch: perl
77899            ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c
77900            ! pod/perldiag.pod
77901 ____________________________________________________________________________
77902 [ 17972] By: rgs                                   on 2002/10/03  20:26:54
77903         Log: Add a new warning, "Possible precedence problem on bitwise
77904              %c operator", triggerred when a bitwise op has a numeric
77905              comparison op as child.
77906      Branch: perl
77907            ! op.c pod/perldiag.pod t/lib/warnings/op
77908 ____________________________________________________________________________
77909 [ 17971] By: ams                                   on 2002/10/03  11:03:41
77910         Log: Subject: Re: Not OK 17969
77911              From: Slaven Rezic <slaven.rezic@berlin.de>
77912              Date: 03 Oct 2002 13:12:58 +0200
77913              Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
77914      Branch: perl
77915            ! ext/Storable/Storable.pm ext/Storable/t/code.t
77916            ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t
77917            ! ext/Storable/t/malice.t
77918 ____________________________________________________________________________
77919 [ 17970] By: ams                                   on 2002/10/03  02:21:15
77920         Log: Add a line about 2.05.
77921      Branch: perl
77922            ! ext/Storable/ChangeLog
77923 ____________________________________________________________________________
77924 [ 17969] By: ams                                   on 2002/10/03  02:12:27
77925         Log: Subject: [PATCH] Storable and code serialization: documentation
77926              From: Slaven Rezic <slaven.rezic@berlin.de>
77927              Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
77928              Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
77929      Branch: perl
77930            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
77931            ! ext/Storable/t/code.t
77932 ____________________________________________________________________________
77933 [ 17968] By: ams                                   on 2002/10/03  01:40:51
77934         Log: Subject: [PATCH] Re: speed of my
77935              From: Stephen McCamant <smcc@mit.edu>
77936              Date: Wed, 2 Oct 2002 21:48:59 -0400
77937              Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
77938      Branch: perl
77939            ! pp.c
77940 ____________________________________________________________________________
77941 [ 17967] By: hv                                    on 2002/10/02  15:04:57
77942         Log: Subject: [PATCH] reentrant buffers
77943              From: Jarkko Hietaniemi <jhi@iki.fi>
77944              Date: Fri, 27 Sep 2002 01:08:56 +0300
77945              Message-ID: <20020926220856.GA339120@lyta.hut.fi>
77946      Branch: perl
77947            ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl
77948 ____________________________________________________________________________
77949 [ 17966] By: hv                                    on 2002/10/02  14:46:52
77950         Log: Subject: [PATCH] retropatch
77951              From: Jarkko Hietaniemi <jhi@iki.fi>
77952              Date: Fri, 27 Sep 2002 03:51:34 +0300
77953              Message-ID: <20020927005134.GB339120@lyta.hut.fi>
77954      Branch: perl
77955            + pod/perl573delta.pod
77956            ! MANIFEST pod/buildtoc.PL pod/perl.pod
77957 ____________________________________________________________________________
77958 [ 17965] By: hv                                    on 2002/10/02  14:42:21
77959         Log: op/tr.t test is affected by #17962
77960      Branch: perl
77961            ! t/op/tr.t
77962 ____________________________________________________________________________
77963 [ 17964] By: hv                                    on 2002/10/02  14:38:59
77964         Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
77965              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
77966              Date: Tue, 1 Oct 2002 23:34:35 +0200
77967              Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
77968      Branch: perl
77969            ! t/op/override.t toke.c
77970 ____________________________________________________________________________
77971 [ 17963] By: hv                                    on 2002/10/02  14:15:22
77972         Log: Subject: Re: [perl #17376] Bug Report - our(%)
77973              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77974              Date: Tue, 01 Oct 2002 09:54:30 -0700
77975              Message-ID: <GNdm9gzkgWOS092yn@efn.org>
77976      Branch: perl
77977            ! op.c pp_hot.c t/comp/our.t
77978 ____________________________________________________________________________
77979 [ 17962] By: ams                                   on 2002/10/02  14:10:07
77980         Log: Subject: [PATCH] no [] in tr///
77981              From: Jarkko Hietaniemi <jhi@iki.fi>
77982              Date: Wed, 2 Oct 2002 17:09:11 +0300
77983              Message-Id: <20021002140911.GH278184@lyta.hut.fi>
77984      Branch: perl
77985            ! pod/perldiag.pod toke.c
77986 ____________________________________________________________________________
77987 [ 17961] By: hv                                    on 2002/10/02  14:09:11
77988         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
77989              From: andreas.koenig@anima.de (Andreas J. Koenig)
77990              Date: Mon, 30 Sep 2002 17:24:06 +0200
77991              Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
77992      Branch: perl
77993            ! lib/Hash/Util.pm
77994 ____________________________________________________________________________
77995 [ 17959] By: hv                                    on 2002/10/02  14:06:29
77996         Log: Subject: [DOCPATCH] Unicode porting advice
77997              From: andreas.koenig@anima.de (Andreas J. Koenig)
77998              Date: Fri, 27 Sep 2002 15:30:16 +0200
77999              Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
78000      Branch: perl
78001            ! pod/perlunicode.pod
78002 ____________________________________________________________________________
78003 [ 17958] By: hv                                    on 2002/10/02  13:57:06
78004         Log: missing quote from #17957
78005      Branch: perl
78006            ! Porting/pumpkin.pod
78007 ____________________________________________________________________________
78008 [ 17957] By: hv                                    on 2002/10/02  13:55:56
78009         Log: document how to set APPLLIB_EXP
78010              Subject: Re: [perl #15957] error installing perl 5.8.0
78011              From: Andy Dougherty <doughera@lafayette.edu>
78012              Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
78013              Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
78014      Branch: perl
78015            ! Porting/pumpkin.pod
78016 ____________________________________________________________________________
78017 [ 17956] By: hv                                    on 2002/10/02  13:51:12
78018         Log: Devel::Peek tests from:
78019              Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
78020              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78021              Date: Thu, 26 Sep 2002 22:16:39 -0700
78022              Message-ID: <3m+k9gzkgqnP092yn@efn.org>
78023      Branch: perl
78024            ! ext/Devel/Peek/Peek.t
78025 ____________________________________________________________________________
78026 [ 17955] By: hv                                    on 2002/10/02  13:43:26
78027         Log: add precedence warning for bitwise docs
78028              Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
78029              From: Mike Guy <mjtg@cam.ac.uk>
78030              Date: Thu, 26 Sep 2002 13:20:45 +0100
78031              Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
78032      Branch: perl
78033            ! pod/perlop.pod
78034 ____________________________________________________________________________
78035 [ 17954] By: hv                                    on 2002/10/02  13:18:01
78036         Log: Subject: [PATCH] Re: perlio bug?
78037              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
78038              Date: Wed, 25 Sep 2002 21:58:12 +0200
78039              Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
78040      Branch: perl
78041            ! doio.c pod/perldiag.pod t/lib/warnings/doio
78042 ____________________________________________________________________________
78043 [ 17953] By: hv                                    on 2002/10/02  12:55:29
78044         Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file
78045              From: Dave Mitchell <davem@fdgroup.com>
78046              Date: Wed, 25 Sep 2002 23:40:23 +0100
78047              Message-ID: <20020925234023.A20044@fdgroup.com>
78048      Branch: perl
78049            + pad.c pad.h
78050            ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
78051            ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t
78052            ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod
78053            ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
78054            ! proto.h scope.c sv.c toke.c
78055 ____________________________________________________________________________
78056 [ 17952] By: hv                                    on 2002/10/02  11:23:38
78057         Log: better handling of whitespace in autodoc declarations; fragment from:
78058              Subject: [PATCH pad.c,h] move all pad-related code to its own src file
78059              From: Dave Mitchell <davem@fdgroup.com>
78060              Date: Wed, 25 Sep 2002 23:40:23 +0100
78061              Message-ID: <20020925234023.A20044@fdgroup.com>
78062      Branch: perl
78063            ! autodoc.pl
78064 ____________________________________________________________________________
78065 [ 17951] By: merijn                                on 2002/10/02  09:15:18
78066         Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
78067              Thu, 25 Jul 2002, Andy Dougherty
78068      Branch: perl
78069            ! Configure Policy_sh.SH
78070 ____________________________________________________________________________
78071 [ 17950] By: ams                                   on 2002/10/02  03:43:41
78072         Log: Add silly bandaid to stop segfaults on subsequent accesses to
78073              the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
78074              (<$fred>).
78075      Branch: perl
78076            ! op.c
78077 ____________________________________________________________________________
78078 [ 17949] By: hv                                    on 2002/10/01  08:49:02
78079         Log: patch based on:
78080              Subject: Re: [perl #17376] Bug Report - our(%)
78081              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78082              Date: Mon, 30 Sep 2002 15:22:18 -0700
78083              Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
78084      Branch: perl
78085            ! op.c
78086 ____________________________________________________________________________
78087 [ 17948] By: hv                                    on 2002/10/01  08:26:44
78088         Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
78089              From: chromatic <chromatic@wgz.org>
78090              Date: Fri, 13 Sep 2002 14:26:08 -0700
78091              Message-Id: <200209131426.08116.chromatic@wgz.org>
78092      Branch: perl
78093            ! lib/AutoLoader.pm
78094 ____________________________________________________________________________
78095 [ 17947] By: hv                                    on 2002/10/01  08:10:21
78096         Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags
78097              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78098              Date: Wed, 11 Sep 2002 22:22:45 -0700
78099              Message-ID: <lSCg9gzkgymX092yn@efn.org>
78100      Branch: perl
78101            ! dump.c mg.h regexec.c sv.c t/op/pat.t
78102 ____________________________________________________________________________
78103 [ 17946] By: merijn                                on 2002/09/30  15:19:36
78104         Log: nanosleep on VMS not present
78105      Branch: perl
78106            ! configure.com
78107 ____________________________________________________________________________
78108 [ 17945] By: merijn                                on 2002/09/30  09:51:40
78109         Log: -Dgccansipedantic only for gcc 3+
78110              Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
78111      Branch: perl
78112            ! Porting/pumpkin.pod cflags.SH
78113 ____________________________________________________________________________
78114 [ 17944] By: merijn                                on 2002/09/30  08:29:33
78115         Log: nanosleep probes as per Jarkko's request
78116      Branch: perl
78117            ! Configure NetWare/config_H.wc Porting/config.sh
78118            ! Porting/config_H config_h.SH epoc/config.sh perl.h
78119            ! win32/config.bc win32/config.gc win32/config.vc
78120            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
78121            ! win32/config_H.vc win32/config_H.vc64 wince/config.ce
78122            ! wince/config_H.ce
78123 ____________________________________________________________________________
78124 [ 17942] By: ams                                   on 2002/09/29  22:26:37
78125         Log: Remove package; (Heh heh.)
78126      Branch: perl
78127            ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y
78128            ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t
78129            ! vms/perly_c.vms vms/perly_h.vms
78130 ____________________________________________________________________________
78131 [ 17941] By: hv                                    on 2002/09/29  12:11:06
78132         Log: Subject: [perl #16796] Configure script buglet
78133              From: "Amick, Eric" (via RT) <perlbug@perl.org>
78134              Date: 27 Aug 2002 20:09:29 -0000
78135              Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
78136      Branch: perl
78137            ! Configure
78138 ____________________________________________________________________________
78139 [ 17940] By: hv                                    on 2002/09/29  11:59:28
78140         Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
78141              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
78142              Date: Fri, 27 Sep 2002 13:52:18 +0200
78143              Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
78144      Branch: perl
78145            ! lib/Attribute/Handlers.pm
78146 ____________________________________________________________________________
78147 [ 17939] By: hv                                    on 2002/09/29  11:55:17
78148         Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
78149              From: Allen Smith (via RT) <perlbug@perl.org>
78150              Date: 13 Sep 2002 03:01:30 -0000
78151              Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
78152      Branch: perl
78153            ! t/lib/h2ph.pht utils/h2ph.PL
78154 ____________________________________________________________________________
78155 [ 17938] By: rgs                                   on 2002/09/28  20:42:59
78156         Log: Email address change for Stéphane Payrard
78157      Branch: perl
78158            ! AUTHORS
78159 ____________________________________________________________________________
78160 [ 17937] By: hv                                    on 2002/09/27  10:05:42
78161         Log: Subject: Re: [REVISED PATCH] Magic v-strings
78162              From: John Peacock <jpeacock@rowman.com>
78163              Date: Thu, 19 Sep 2002 22:30:58 -0400
78164              Message-ID: <3D8A8862.3000602@rowman.com>
78165      Branch: perl
78166            ! sv.c util.c
78167 ____________________________________________________________________________
78168 [ 17936] By: hv                                    on 2002/09/27  10:00:42
78169         Log: Subject: [PATCH] configure.com -- don't exclude threads::shared
78170              From: "Craig A. Berry" <craigberry@mac.com>
78171              Date: Wed, 25 Sep 2002 17:14:33 -0500
78172              Message-ID: <3D923549.6050809@mac.com>
78173      Branch: perl
78174            ! configure.com
78175 ____________________________________________________________________________
78176 [ 17935] By: hv                                    on 2002/09/27  09:48:19
78177         Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
78178              From: Andy Lester <andy@petdance.com>
78179              Date: Fri, 20 Sep 2002 12:23:41 -0500
78180              Message-ID: <20020920172341.GA15672@petdance.com>
78181      Branch: perl
78182            ! pod/perlopentut.pod
78183 ____________________________________________________________________________
78184 [ 17934] By: hv                                    on 2002/09/26  18:50:02
78185         Log: missing '.' in test from #17932
78186      Branch: perl
78187            ! t/lib/strict/subs
78188 ____________________________________________________________________________
78189 [ 17933] By: hv                                    on 2002/09/26  17:01:11
78190         Log: Subject: [PATCH] perl #17453
78191              From: Jarkko Hietaniemi <jhi@iki.fi>
78192              Date: Fri, 20 Sep 2002 17:22:45 +0300
78193              Message-ID: <20020920142245.GG280265@lyta.hut.fi>
78194      Branch: perl
78195            ! lib/utf8_heavy.pl t/op/pat.t
78196 ____________________________________________________________________________
78197 [ 17932] By: hv                                    on 2002/09/26  16:47:32
78198         Log: #17931 checked for wrong constant
78199      Branch: perl
78200            ! op.c
78201 ____________________________________________________________________________
78202 [ 17931] By: hv                                    on 2002/09/26  16:29:26
78203         Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
78204              From: Kay_Röpke <kay@dolphin-services.de>
78205              Date: Fri, 20 Sep 2002 16:09:08 +0200
78206              Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
78207      Branch: perl
78208            ! op.c t/lib/strict/subs
78209 ____________________________________________________________________________
78210 [ 17930] By: hv                                    on 2002/09/26  15:56:07
78211         Log: Subject: [perl #17445] Class::Struct patch: version number, examples
78212              From: Ken Neighbors (via RT) <perlbug@perl.org>
78213              Date: 19 Sep 2002 18:48:22 -0000
78214              Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
78215      Branch: perl
78216            ! lib/Class/Struct.pm
78217 ____________________________________________________________________________
78218 [ 17928] By: hv                                    on 2002/09/26  09:54:05
78219         Log: Subject: [PATCH] bug in utf8.c(?)
78220              From: Marty Pauley <marty+p5p@kasei.com>
78221              Date: Fri, 20 Sep 2002 10:55:33 +0100
78222              Subject: [PATCH] bug in utf8.c(?)
78223      Branch: perl
78224            ! utf8.c
78225 ____________________________________________________________________________
78226 [ 17927] By: hv                                    on 2002/09/26  09:37:19
78227         Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
78228              From: Marty Pauley <marty+p5p@kasei.com>
78229              Date: Fri, 20 Sep 2002 09:52:16 +0100
78230              Message-Id: 20020920085216.GC10512@soto.kasei.com
78231      Branch: perl
78232            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
78233 ____________________________________________________________________________
78234 [ 17926] By: hv                                    on 2002/09/26  09:28:06
78235         Log: Subject: [PATCH] defuse installusrbinperl
78236              From: Jarkko Hietaniemi <jhi@iki.fi>
78237              Date: Thu, 19 Sep 2002 18:01:03 +0300
78238              Message-ID: <20020919150103.GI208696@lyta.hut.fi>
78239      Branch: perl
78240            ! Configure
78241 ____________________________________________________________________________
78242 [ 17925] By: hv                                    on 2002/09/26  09:15:55
78243         Log: Subject: [PATCH v2] enable -ansi -pedantic
78244              From: Jarkko Hietaniemi <jhi@iki.fi>
78245              Date: Wed, 18 Sep 2002 01:19:25 +0300
78246              Message-ID: <20020917221925.GF85044@lyta.hut.fi>
78247      Branch: perl
78248            ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c
78249            ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c
78250 ____________________________________________________________________________
78251 [ 17924] By: hv                                    on 2002/09/26  08:44:16
78252         Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads)
78253              From: Nicholas Clark <nick@unfortu.net>
78254              Date: Sat, 14 Sep 2002 18:49:10 +0100
78255              Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net>
78256      Branch: perl
78257            ! sv.c
78258 ____________________________________________________________________________
78259 [ 17923] By: hv                                    on 2002/09/26  08:33:54
78260         Log: Subject: [PATCH] Re: Advice on coredump
78261              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
78262              Date: Wed, 18 Sep 2002 22:14:57 +0200
78263              Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
78264      Branch: perl
78265            ! op.c t/op/closure.t
78266 ____________________________________________________________________________
78267 [ 17922] By: hv                                    on 2002/09/26  08:25:28
78268         Log: Subject: Re: [PATCH] spurious t/auto directory appears
78269              From: Michael G Schwern <schwern@pobox.com>
78270              Date: Fri, 13 Sep 2002 23:56:05 -0400
78271              Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
78272      Branch: perl
78273            ! lib/ExtUtils/t/Installed.t
78274 ____________________________________________________________________________
78275 [ 17921] By: hv                                    on 2002/09/26  08:21:59
78276         Log: add TODO tests for slow our() declaration
78277              Subject: Re: [perl #17376] Bug Report - our(%)
78278              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78279              Date: Thu, 19 Sep 2002 22:34:01 -0700
78280              Message-ID: <JNri9gzkgSBB092yn@efn.org>
78281      Branch: perl
78282            + t/comp/our.t
78283            ! MANIFEST
78284 ____________________________________________________________________________
78285 [ 17920] By: hv                                    on 2002/09/26  08:16:43
78286         Log: LEAKTEST is dead, RIP
78287              Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
78288              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78289              Date: Mon, 23 Sep 2002 18:33:12 +0200
78290              Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
78291      Branch: perl
78292            ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
78293            ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
78294 ____________________________________________________________________________
78295 [ 17919] By: hv                                    on 2002/09/26  07:59:42
78296         Log: Subject: [PATCH] AIX hints missinga  >&4
78297              From: Jarkko Hietaniemi <jhi@iki.fi>
78298              Date: Fri, 13 Sep 2002 16:48:42 +0300
78299              Message-ID: <20020913134842.GD8929@lyta.hut.fi>
78300      Branch: perl
78301            ! hints/aix.sh
78302 ____________________________________________________________________________
78303 [ 17918] By: hv                                    on 2002/09/26  07:51:10
78304         Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod)
78305              From: "Brendan O'Dea" <bod@debian.org>
78306              Date: Mon, 23 Sep 2002 22:45:40 +1000
78307              Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
78308      Branch: perl
78309            ! pod/perlfunc.pod
78310 ____________________________________________________________________________
78311 [ 17917] By: hv                                    on 2002/09/26  07:46:43
78312         Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
78313              From: Slaven Rezic <slaven.rezic@berlin.de>
78314              Date: 11 Sep 2002 19:37:09 +0200
78315              Message-ID: <871y80a0my.fsf@vran.herceg.de>
78316      Branch: perl
78317            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
78318 ____________________________________________________________________________
78319 [ 17916] By: hv                                    on 2002/09/26  07:31:42
78320         Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
78321              From: "Brendan O'Dea" <bod@debian.org>
78322              Date: Tue, 10 Sep 2002 09:19:05 +1000
78323              Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
78324      Branch: perl
78325            ! pod/perlembed.pod
78326 ____________________________________________________________________________
78327 [ 17915] By: rgs                                   on 2002/09/24  20:19:22
78328         Log: Patch #17914 was empty ; this should have been applied instead.
78329      Branch: perl
78330            ! hints/aix.sh
78331 ____________________________________________________________________________
78332 [ 17914] By: rgs                                   on 2002/09/21  19:58:57
78333         Log: Subject: [PATCH] PASE saga continues
78334              From: Jarkko Hietaniemi <jhi@iki.fi>
78335              Date: Thu, 19 Sep 2002 23:30:20 +0300
78336              Message-ID: <20020919203020.GB274453@lyta.hut.fi>
78337      Branch: perl
78338            ! hints/aix.sh
78339 ____________________________________________________________________________
78340 [ 17913] By: rgs                                   on 2002/09/21  19:46:56
78341         Log: Subject: [PATCH perl@17882] file spec tweaks for VMS
78342              From: "Craig A. Berry" <craigberry@mac.com>
78343              Date: Wed, 18 Sep 2002 16:57:02 -0500
78344              Message-ID: <3D88F6AE.3020708@mac.com>
78345      Branch: perl
78346            ! lib/File/Spec/VMS.pm vms/ext/filespec.t
78347 ____________________________________________________________________________
78348 [ 17912] By: ams                                   on 2002/09/19  17:21:24
78349         Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
78350              From: Jarkko Hietaniemi <jhi@iki.fi>
78351              Date: Thu, 19 Sep 2002 18:59:48 +0300
78352              Message-Id: <20020919155948.GU208696@lyta.hut.fi>
78353
78354              Subject: [PATCH] more PASE tweakage
78355              From: Jarkko Hietaniemi <jhi@iki.fi>
78356              Date: Thu, 19 Sep 2002 18:01:44 +0300
78357              Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
78358      Branch: perl
78359            ! README.os400 hints/aix.sh
78360 ____________________________________________________________________________
78361 [ 17911] By: ams                                   on 2002/09/17  19:29:53
78362         Log: Typo fix.
78363      Branch: perl
78364            ! ext/POSIX/POSIX.pod
78365 ____________________________________________________________________________
78366 [ 17910] By: ams                                   on 2002/09/17  18:09:32
78367         Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by
78368              checking for SvOK in do_readline().
78369      Branch: perl
78370            ! pp_hot.c t/op/gv.t
78371 ____________________________________________________________________________
78372 [ 17909] By: rgs                                   on 2002/09/16  21:49:27
78373         Log: Pod formatting nit, found by Merijn and Jos Boumans.
78374      Branch: perl
78375            ! pod/perlunicode.pod
78376 ____________________________________________________________________________
78377 [ 17908] By: rgs                                   on 2002/09/16  21:34:55
78378         Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
78379              From: (Ilya Martynov) (via RT) <perlbug@perl.org>
78380              Date: 15 Sep 2002 19:06:56 -0000
78381              Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
78382      Branch: perl
78383            ! lib/Locale/Country.pm lib/Locale/Currency.pm
78384            ! lib/Locale/Language.pm lib/Locale/Script.pm
78385 ____________________________________________________________________________
78386 [ 17907] By: rgs                                   on 2002/09/16  20:33:51
78387         Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
78388              From: Jarkko Hietaniemi <jhi@iki.fi>
78389              Date: Sun, 15 Sep 2002 18:02:17 +0300
78390              Message-ID: <20020915150217.GB21300@lyta.hut.fi>
78391      Branch: perl
78392            ! hints/netbsd.sh
78393 ____________________________________________________________________________
78394 [ 17906] By: rgs                                   on 2002/09/15  11:30:38
78395         Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list
78396              of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
78397              not all modules listed in perlmodlib are necessarily installed.
78398              Plus some corrections by Vincent Lefevre.
78399      Branch: perl
78400            ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod
78401 ____________________________________________________________________________
78402 [ 17904] By: merijn                                on 2002/09/13  14:02:18
78403         Log: Tabs erroneusly expanded to spaces, causing AIX to fail
78404              in building DProf
78405      Branch: perl
78406            ! Configure
78407 ____________________________________________________________________________
78408 [ 17902] By: merijn                                on 2002/09/13  07:47:29
78409         Log: configure.com needs d_modflproto
78410              Thu 12 Sep 2002 23:19, "Craig A. Berry"
78411      Branch: perl
78412            ! configure.com
78413 ____________________________________________________________________________
78414 [ 17901] By: rgs                                   on 2002/09/12  20:19:55
78415         Log: Subject: [PATCH] more PASE wisdom
78416              From: Jarkko Hietaniemi <jhi@iki.fi>
78417              Date: Fri, 13 Sep 2002 00:17:39 +0300
78418              Message-ID: <20020912211739.GB6980@lyta.hut.fi>
78419      Branch: perl
78420            ! README.os400
78421 ____________________________________________________________________________
78422 [ 17900] By: rgs                                   on 2002/09/12  19:33:06
78423         Log: Fix a syntax incompatibility introduced by the // operator.
78424              (Note that C<print $fh //> is still a syntax error, it
78425              wasn't with perl 5.8.0.)
78426      Branch: perl
78427            ! t/op/dor.t toke.c
78428 ____________________________________________________________________________
78429 [ 17898] By: rgs                                   on 2002/09/11  20:58:46
78430         Log: Fix bug #17006 : remove spurious do{} in the deparsing
78431              of s/.../.../e.
78432      Branch: perl
78433            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
78434 ____________________________________________________________________________
78435 [ 17897] By: rgs                                   on 2002/09/11  20:56:21
78436         Log: Subject: [perl #17119] typo in utils/dprofpp.PL
78437              From: "Todd C. Miller" (via RT) <perlbug@perl.org>
78438              Date: 10 Sep 2002 18:49:56 -0000
78439              Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
78440      Branch: perl
78441            ! utils/dprofpp.PL
78442 ____________________________________________________________________________
78443 [ 17896] By: merijn                                on 2002/09/11  08:31:45
78444         Log: re-synced Configure to backported metaunits
78445      Branch: perl
78446            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78447            ! config_h.SH
78448 ____________________________________________________________________________
78449 [ 17892] By: merijn                                on 2002/09/10  15:43:53
78450         Log: Callback behaviour in hints
78451              Mon, 9 Sep 2002, Allen Smith
78452      Branch: perl
78453            ! hints/README.hints
78454 ____________________________________________________________________________
78455 [ 17888] By: merijn                                on 2002/09/10  09:20:52
78456         Log: New low-price HP servers
78457      Branch: perl
78458            ! README.hpux
78459 ____________________________________________________________________________
78460 [ 17887] By: rgs                                   on 2002/09/09  21:00:08
78461         Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm
78462              From: Paul Johnson <paul@pjcj.net>
78463              Date: Mon, 9 Sep 2002 23:37:33 +0200
78464              Message-ID: <20020909213733.GD879@pjcj.net>
78465      Branch: perl
78466            ! ext/B/B/Deparse.pm
78467 ____________________________________________________________________________
78468 [ 17886] By: rgs                                   on 2002/09/09  20:38:01
78469         Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
78470              From: Nicholas Clark <nick@unfortu.net>
78471              Date: Sun, 8 Sep 2002 23:05:54 +0100
78472              Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
78473      Branch: perl
78474            ! configpm
78475 ____________________________________________________________________________
78476 [ 17885] By: rgs                                   on 2002/09/09  20:35:34
78477         Log: Subject: [PATCH] strict.pm pod at __END__
78478              From: Nicholas Clark <nick@unfortu.net>
78479              Date: Sun, 8 Sep 2002 22:36:09 +0100
78480              Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
78481      Branch: perl
78482            ! lib/strict.pm
78483 ____________________________________________________________________________
78484 [ 17884] By: rgs                                   on 2002/09/09  19:33:11
78485         Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
78486              From: Nicholas Clark <nick@unfortu.net>
78487              Date: Sun, 8 Sep 2002 19:45:52 +0100
78488              Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
78489      Branch: perl
78490            ! lib/File/Find/t/find.t
78491 ____________________________________________________________________________
78492 [ 17883] By: rgs                                   on 2002/09/09  19:10:08
78493         Log: Subject: [PATCH] Quieten warnings in Deparse.pm
78494              From: Paul Johnson <paul@pjcj.net>
78495              Date: Sun, 8 Sep 2002 23:50:11 +0200
78496              Message-ID: <20020908215011.GA879@pjcj.net>
78497      Branch: perl
78498            ! ext/B/B/Deparse.pm
78499 ____________________________________________________________________________
78500 [ 17882] By: hv                                    on 2002/09/09  10:33:58
78501         Log: Update Changes
78502      Branch: perl
78503            ! Changes patchlevel.h
78504 ____________________________________________________________________________
78505 [ 17881] By: hv                                    on 2002/09/09  09:54:55
78506         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
78507              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
78508              Date: Mon, 9 Sep 2002 01:48:08 -0400
78509              Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
78510      Branch: perl
78511            ! perl.h sv.c
78512 ____________________________________________________________________________
78513 [ 17880] By: hv                                    on 2002/09/09  09:33:55
78514         Log: integrate Math::BigInt-1.63
78515              Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
78516              From: Tels <perl_dummy@bloodgate.com>
78517              Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
78518              Message-Id: <200209082022.g88KMGY20194@crypt.org>
78519      Branch: perl
78520            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
78521            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/constant.t
78522            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
78523            ! lib/Math/BigInt/t/sub_mif.t
78524 ____________________________________________________________________________
78525 [ 17879] By: hv                                    on 2002/09/09  09:23:53
78526         Log: Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
78527              From: Jarkko Hietaniemi <jhi@iki.fi>
78528              Date: Mon, 9 Sep 2002 00:07:46 +0300
78529              Message-ID: <20020908210746.GB4136@lyta.hut.fi>
78530      Branch: perl
78531            ! Configure
78532 ____________________________________________________________________________
78533 [ 17878] By: hv                                    on 2002/09/09  09:11:57
78534         Log: small grammar fix in Benchmark docs
78535      Branch: perl
78536            ! lib/Benchmark.pm
78537 ____________________________________________________________________________
78538 [ 17877] By: hv                                    on 2002/09/09  09:09:30
78539         Log: Subject: [PATCH] configpm
78540              From: Abe Timmerman <abe@ztreet.demon.nl>
78541              Date: Sun, 8 Sep 2002 17:21:19 +0200
78542              Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
78543      Branch: perl
78544            ! configpm
78545 ____________________________________________________________________________
78546 [ 17876] By: hv                                    on 2002/09/09  08:48:35
78547         Log: Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
78548              From: Abe Timmerman <abe@ztreet.demon.nl>
78549              Date: Mon, 9 Sep 2002 01:32:19 +0200
78550              Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
78551      Branch: perl
78552            ! makedef.pl
78553 ____________________________________________________________________________
78554 [ 17875] By: rgs                                   on 2002/09/08  18:55:01
78555         Log: Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
78556              From: Nicholas Clark <nick@unfortu.net>
78557              Date: Sun, 8 Sep 2002 15:46:44 +0100
78558              Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
78559
78560              Plus two other similar tweaks
78561      Branch: perl
78562            ! ext/SDBM_File/sdbm.t
78563 ____________________________________________________________________________
78564 [ 17874] By: hv                                    on 2002/09/08  17:10:38
78565         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
78566              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
78567              Date: Sat, 7 Sep 2002 05:25:45 -0400
78568              Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
78569      Branch: perl
78570            ! hints/irix_6.sh numeric.c perl.h sv.c t/base/num.t
78571            ! t/op/sprintf.t
78572 ____________________________________________________________________________
78573 [ 17873] By: hv                                    on 2002/09/08  16:48:54
78574         Log: Subject: [PATCH] COW for ithreads (was Re: what copies scalars in ithreads?)
78575              From: Nicholas Clark <nick@unfortu.net>
78576              Date: Sat, 7 Sep 2002 00:20:53 +0100
78577              Message-ID: <20020906232052.GB901@Bagpuss.unfortu.net>
78578      Branch: perl
78579            ! op.c sv.c
78580 ____________________________________________________________________________
78581 [ 17872] By: hv                                    on 2002/09/08  16:35:46
78582         Log: temporarily skip failing Storable tests caused by #17869
78583      Branch: perl
78584            ! ext/Storable/t/code.t
78585 ____________________________________________________________________________
78586 [ 17871] By: hv                                    on 2002/09/08  16:23:49
78587         Log: Subject: [PATCH] tiddly tidy up for util.c
78588              From: Nicholas Clark <nick@unfortu.net>
78589              Date: Fri, 6 Sep 2002 23:00:14 +0100
78590              Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
78591      Branch: perl
78592            ! util.c
78593 ____________________________________________________________________________
78594 [ 17870] By: hv                                    on 2002/09/08  16:21:23
78595         Log: regularise whitespace and formatting in util.c
78596      Branch: perl
78597            ! util.c
78598 ____________________________________________________________________________
78599 [ 17869] By: hv                                    on 2002/09/08  15:46:08
78600         Log: Subject: [perl #17061] no strict 'garbage'
78601              From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
78602              Date: 6 Sep 2002 19:31:02 -0000
78603              Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
78604              Date: Sat, 07 Sep 2002 13:40:22 +0200
78605              Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
78606      Branch: perl
78607            ! lib/strict.pm lib/strict.t
78608 ____________________________________________________________________________
78609 [ 17868] By: hv                                    on 2002/09/08  15:24:08
78610         Log: small fix to perl58delta for MIME::QuotedPrint, from Jarkko
78611      Branch: perl
78612            ! pod/perl58delta.pod
78613 ____________________________________________________________________________
78614 [ 17867] By: hv                                    on 2002/09/08  15:10:46
78615         Log: Subject: [PATCH] allow using hires time() in Benchmark
78616              From: Jarkko Hietaniemi <jhi@iki.fi>
78617              Date: Fri, 6 Sep 2002 00:38:11 +0300
78618              Message-ID: <20020905213811.GA23771@lyta.hut.fi>
78619      Branch: perl
78620            ! lib/Benchmark.pm
78621 ____________________________________________________________________________
78622 [ 17866] By: hv                                    on 2002/09/08  15:06:05
78623         Log: Subject: [PATCH] OS/400 PASE symbol scan tweak
78624              From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
78625              Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
78626              Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
78627      Branch: perl
78628            ! Configure
78629 ____________________________________________________________________________
78630 [ 17865] By: hv                                    on 2002/09/08  15:03:23
78631         Log: Subject: Unicode::Collate 0.23 Released
78632              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
78633              Date: Thu, 05 Sep 2002 23:28:32 +0900
78634              Message-Id: <20020905232316.8151.BQW10602@nifty.com>
78635      Branch: perl
78636            + lib/Unicode/Collate/t/index.t
78637            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
78638            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
78639 ____________________________________________________________________________
78640 [ 17864] By: hv                                    on 2002/09/08  14:55:31
78641         Log: Subject: sv_2pv_flags and ROK and UTF8 flags
78642              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78643              Date: Wed, 04 Sep 2002 21:09:01 -0700
78644              Message-ID: <djtd9gzkgyLd092yn@efn.org>
78645              Date: Fri, 06 Sep 2002 09:23:03 -0700
78646              Message-ID: <nZNe9gzkgKdH092yn@efn.org>
78647      Branch: perl
78648            ! lib/overload.t sv.c sv.h t/op/pat.t
78649 ____________________________________________________________________________
78650 [ 17863] By: hv                                    on 2002/09/08  14:11:54
78651         Log: setting PERL_CORE as in #17861 violates assumptions made by taint tests
78652      Branch: perl
78653            ! t/op/taint.t
78654 ____________________________________________________________________________
78655 [ 17862] By: hv                                    on 2002/09/08  14:01:07
78656         Log: Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
78657              From: Michael G Schwern <schwern@pobox.com>
78658              Date: Wed, 4 Sep 2002 11:38:01 -0700
78659              Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
78660      Branch: perl
78661            ! t/TestInit.pm
78662 ____________________________________________________________________________
78663 [ 17861] By: hv                                    on 2002/09/08  13:58:10
78664         Log: Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
78665              From: Michael G Schwern <schwern@pobox.com>
78666              Date: Fri, 6 Sep 2002 14:03:16 -0700
78667              Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
78668      Branch: perl
78669            ! t/test.pl
78670 ____________________________________________________________________________
78671 [ 17860] By: hv                                    on 2002/09/08  13:48:49
78672         Log: #17859 misuses s/// return values
78673      Branch: perl
78674            ! configpm
78675 ____________________________________________________________________________
78676 [ 17859] By: hv                                    on 2002/09/08  13:17:46
78677         Log: Subject: Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
78678              From: Nicholas Clark <nick@unfortu.net>
78679              Date: Mon, 2 Sep 2002 23:22:32 +0100
78680              Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
78681      Branch: perl
78682            ! configpm
78683 ____________________________________________________________________________
78684 [ 17850] By: ams                                   on 2002/09/06  03:31:32
78685         Log: Subject: [PATCH] (mostly (Unicode)) pod nits
78686              From: Jarkko Hietaniemi <jhi@iki.fi>
78687              Date: Fri, 6 Sep 2002 06:01:57 +0300
78688              Message-Id: <20020906030157.GA28252@lyta.hut.fi>
78689      Branch: perl
78690            ! pod/perl.pod pod/perlunicode.pod pod/perluniintro.pod
78691 ____________________________________________________________________________
78692 [ 17849] By: gsar                                  on 2002/09/05  06:28:36
78693         Log: document setting the email address
78694      Branch: perl
78695            ! Porting/repository.pod
78696 ____________________________________________________________________________
78697 [ 17848] By: hv                                    on 2002/09/04  23:12:15
78698         Log: AUTHORS: preferred address for Allen Smith
78699      Branch: perl
78700            ! AUTHORS
78701 ____________________________________________________________________________
78702 [ 17847] By: hv                                    on 2002/09/04  23:10:37
78703         Log: copy on write: fixes and debugging
78704              Subject: what copies scalars in ithreads?
78705              From: Nicholas Clark <nick@unfortu.net>
78706              Date: Wed, 4 Sep 2002 21:52:47 +0100
78707              Message-ID: <20020904205247.GA280@Bagpuss.unfortu.net>
78708      Branch: perl
78709            ! sv.c
78710 ____________________________________________________________________________
78711 [ 17846] By: hv                                    on 2002/09/04  23:02:43
78712         Log: Subject: Re: [PATCH] A variety of README nitpicks.
78713              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78714              Date: Wed, 04 Sep 2002 09:10:05 +0200
78715              Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
78716      Branch: perl
78717            ! README.hpux
78718 ____________________________________________________________________________
78719 [ 17845] By: hv                                    on 2002/09/04  15:06:33
78720         Log: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
78721      Branch: perl
78722            ! lib/Math/BigInt/t/constant.t
78723 ____________________________________________________________________________
78724 [ 17844] By: hv                                    on 2002/09/04  14:32:19
78725         Log: #17836 (DB_File-1.805) misses a couple of dTHX declarations
78726      Branch: perl
78727            ! ext/DB_File/DB_File.xs
78728 ____________________________________________________________________________
78729 [ 17843] By: hv                                    on 2002/09/04  14:09:13
78730         Log: #17842 was only half the story
78731              Subject: [PATCH deb.c] Re: HiRes failure is success?
78732              From: Dave Mitchell <davem@fdgroup.com>
78733              Date: Wed, 4 Sep 2002 16:11:15 +0100
78734              Message-ID: <20020904161115.E27603@fdgroup.com>
78735      Branch: perl
78736            ! deb.c
78737 ____________________________________________________________________________
78738 [ 17842] By: hv                                    on 2002/09/04  14:04:40
78739         Log: printf argument mismatch in Perl_deb_stack_all() from change #17718
78740      Branch: perl
78741            ! deb.c
78742 ____________________________________________________________________________
78743 [ 17841] By: hv                                    on 2002/09/04  13:57:27
78744         Log: Subject: [PATCH] op/getpid.t failure
78745              From: Michael G Schwern <schwern@pobox.com>
78746              Date: Tue, 3 Sep 2002 17:48:24 -0700
78747              Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
78748      Branch: perl
78749            ! t/op/getpid.t
78750 ____________________________________________________________________________
78751 [ 17840] By: hv                                    on 2002/09/04  13:55:20
78752         Log: Subject: [PATCH] File::Basename doesn't lazy load Carp right.
78753              and Subject: [PATCH] More modules that don't lazy load Carp right.
78754              From: Michael G Schwern <schwern@pobox.com>
78755              Date: Tue, 3 Sep 2002 17:21:57 -0700
78756              Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
78757              and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
78758      Branch: perl
78759            ! ext/Encode/Unicode/Unicode.pm
78760            ! ext/Encode/lib/Encode/Encoding.pm ext/Sys/Hostname/Hostname.pm
78761            ! lib/File/Basename.pm
78762 ____________________________________________________________________________
78763 [ 17839] By: hv                                    on 2002/09/04  13:47:12
78764         Log: Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
78765              From: "Brendan O'Dea" <bod@debian.org>
78766              Date: Wed, 4 Sep 2002 02:36:10 +1000
78767              Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
78768      Branch: perl
78769            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
78770 ____________________________________________________________________________
78771 [ 17838] By: hv                                    on 2002/09/04  13:41:27
78772         Log: Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
78773              From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
78774              Date: Tue, 3 Sep 2002 13:46:18 +0200
78775              Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
78776      Branch: perl
78777            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
78778 ____________________________________________________________________________
78779 [ 17837] By: hv                                    on 2002/09/04  13:38:27
78780         Log: Subject: [PATCH lib/Config.t] test grandfathered Config variables
78781              From: Michael G Schwern <schwern@pobox.com>
78782              Date: Mon, 2 Sep 2002 22:29:07 -0700
78783              Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
78784      Branch: perl
78785            ! lib/Config.t
78786 ____________________________________________________________________________
78787 [ 17836] By: hv                                    on 2002/09/04  13:35:36
78788         Log: Subject: [PATCH] DB_File 1.805
78789              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
78790              Date: Mon, 2 Sep 2002 23:56:40 +0100
78791              Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
78792      Branch: perl
78793            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
78794            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
78795            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
78796            ! ext/DB_File/t/db-recno.t ext/DB_File/typemap
78797 ____________________________________________________________________________
78798 [ 17835] By: hv                                    on 2002/09/04  13:23:17
78799         Log: fix coredump after 64k-deep recursion
78800              Subject: Re: debugging coredump with -DD
78801              From: hv@crypt.org
78802              Date: Tue, 03 Sep 2002 14:34:20 +0100
78803              Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
78804      Branch: perl
78805            ! cop.h t/op/recurse.t
78806 ____________________________________________________________________________
78807 [ 17834] By: hv                                    on 2002/09/04  13:08:36
78808         Log: perldoc: allow arguments for pager
78809              Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
78810              From: Chip Turner <cturner@redhat.com>
78811              Date: 02 Sep 2002 01:17:23 -0400
78812              Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
78813      Branch: perl
78814            ! utils/perldoc.PL
78815 ____________________________________________________________________________
78816 [ 17833] By: hv                                    on 2002/09/04  12:55:54
78817         Log: Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
78818              From: Jarkko Hietaniemi <jhi@iki.fi>
78819              Date: Sun, 1 Sep 2002 19:23:55 +0300
78820              Message-ID: <20020901162355.GH12536@lyta.hut.fi>
78821      Branch: perl
78822            ! embedvar.h intrpvar.h perl.c perlapi.h pp_sys.c
78823 ____________________________________________________________________________
78824 [ 17832] By: hv                                    on 2002/09/04  12:39:42
78825         Log: Subject: Re: [PATCH] Correct/completes Overloading in XS mods
78826              From: John Peacock <jpeacock@rowman.com>
78827              Date: Sun, 01 Sep 2002 15:00:12 -0400
78828              Message-ID: <3D7263BC.9020608@rowman.com>
78829      Branch: perl
78830            ! lib/ExtUtils/xsubpp pod/perlxs.pod
78831 ____________________________________________________________________________
78832 [ 17831] By: hv                                    on 2002/09/04  11:47:10
78833         Log: #17827 misses some win32 tweaks
78834      Branch: perl
78835            ! win32/Makefile win32/makefile.mk
78836 ____________________________________________________________________________
78837 [ 17830] By: hv                                    on 2002/09/04  11:41:22
78838         Log: update email address for Paul Marquess
78839      Branch: perl
78840            ! AUTHORS
78841 ____________________________________________________________________________
78842 [ 17829] By: hv                                    on 2002/09/04  11:38:39
78843         Log: Subject: Correction for AUTHORS.html
78844              From: Sean Davis <dive@ender.com>
78845              Date: Fri, 30 Aug 2002 03:51:16 -0700
78846              Message-ID: <20020830035116.A18739@endersgame.net>
78847      Branch: perl
78848            ! AUTHORS
78849 ____________________________________________________________________________
78850 [ 17828] By: hv                                    on 2002/09/04  11:31:42
78851         Log: Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
78852              From: Michael G Schwern <schwern@pobox.com>
78853              Date: Fri, 30 Aug 2002 03:40:45 -0700
78854              Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
78855      Branch: perl
78856            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
78857            ! lib/File/Spec/t/Spec.t
78858 ____________________________________________________________________________
78859 [ 17827] By: hv                                    on 2002/09/04  11:21:57
78860         Log: Subject: [PATCH] OS/400 PASE port
78861              From: Jarkko Hietaniemi <jhi@iki.fi>
78862              Date: Thu, 29 Aug 2002 22:22:51 +0300
78863              Message-ID: <20020829192251.GA27102@lyta.hut.fi>
78864      Branch: perl
78865            + README.os400 hints/os400.sh
78866            ! Configure MANIFEST hints/aix.sh lib/Cwd.pm pod/buildtoc.PL
78867            ! pod/perl.pod pod/perlebcdic.pod pod/perlport.pod
78868 ____________________________________________________________________________
78869 [ 17826] By: hv                                    on 2002/09/04  11:10:54
78870         Log: Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
78871              From: "Brendan O'Dea" <bod@debian.org>
78872              Date: Thu, 29 Aug 2002 22:42:39 +1000
78873              Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
78874      Branch: perl
78875            ! ext/Sys/Syslog/syslog.t
78876 ____________________________________________________________________________
78877 [ 17825] By: hv                                    on 2002/09/04  10:53:59
78878         Log: Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
78879              From: "John P. Linderman" <jpl@research.att.com>
78880              Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
78881              Message-Id: <200208271900.PAA98096@raptor.research.att.com>
78882      Branch: perl
78883            ! ext/IPC/SysV/Semaphore.pm
78884 ____________________________________________________________________________
78885 [ 17824] By: rgs                                   on 2002/09/03  20:02:36
78886         Log: Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
78887              From: Richard Soderberg (via RT) <perlbug@perl.org>
78888              Date: 3 Sep 2002 18:48:54 -0000
78889              Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
78890
78891              Subject: [PATCH] A variety of README nitpicks.
78892              From: Richard Soderberg <rs@crystalflame.net>
78893              Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
78894              Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
78895      Branch: perl
78896            ! README.amiga README.dgux README.dos README.epoc README.hpux
78897            ! README.mint README.netware README.vmesa
78898 ____________________________________________________________________________
78899 [ 17823] By: rgs                                   on 2002/09/03  19:47:05
78900         Log: Fix bug #16828.
78901              Add a few tests to ext/B/t/b.t, make it use Test::More.
78902      Branch: perl
78903            ! ext/B/B.xs ext/B/t/b.t
78904 ____________________________________________________________________________
78905 [ 17822] By: rgs                                   on 2002/09/02  19:29:52
78906         Log: Some simple tests for the POSIX::isXXX() functions.
78907      Branch: perl
78908            ! ext/POSIX/t/posix.t
78909 ____________________________________________________________________________
78910 [ 17821] By: rgs                                   on 2002/08/30  19:56:53
78911         Log: Advertise Linux::Pid.
78912      Branch: perl
78913            ! pod/perlfunc.pod pod/perlvar.pod
78914 ____________________________________________________________________________
78915 [ 17819] By: hv                                    on 2002/08/30  13:42:02
78916         Log: Subject: [PATCH] Tweaks to Bleadperl Version Object Support
78917              From: John Peacock <jpeacock@rowman.com>
78918              Date: Wed, 28 Aug 2002 22:13:48 -0400
78919              Message-ID: <3D6D835C.50809@rowman.com>
78920      Branch: perl
78921            ! universal.c util.c
78922 ____________________________________________________________________________
78923 [ 17818] By: hv                                    on 2002/08/30  13:16:05
78924         Log: add test related to change #17799:
78925              Subject: Re: if.pm bug.
78926              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
78927              Date: Thu, 29 Aug 2002 19:39:58 +0200
78928              Message-ID: <20020829173358.34731.qmail@onion.perl.org>
78929      Branch: perl
78930            ! lib/if.t
78931 ____________________________________________________________________________
78932 [ 17817] By: hv                                    on 2002/08/30  13:12:20
78933         Log: Subject: [PATCH] AUTHORS
78934              From: "Brendan O'Dea" <bod@debian.org>
78935              Date: Thu, 29 Aug 2002 22:49:34 +1000
78936              Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
78937      Branch: perl
78938            ! AUTHORS
78939 ____________________________________________________________________________
78940 [ 17816] By: hv                                    on 2002/08/30  13:10:45
78941         Log: Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
78942              From: "Brendan O'Dea" <bod@debian.org>
78943              Date: Thu, 29 Aug 2002 22:46:47 +1000
78944              Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
78945      Branch: perl
78946            ! lib/Term/Cap.pm
78947 ____________________________________________________________________________
78948 [ 17815] By: hv                                    on 2002/08/30  13:02:41
78949         Log: formatting cleanup and:
78950              Subject: Re: perl-5.8.0 on HP porting center
78951              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78952              Date: Thu, 29 Aug 2002 12:23:31 +0200
78953              Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
78954      Branch: perl
78955            ! installperl
78956 ____________________________________________________________________________
78957 [ 17814] By: hv                                    on 2002/08/30  12:23:33
78958         Log: Subject: [PATCH] perlmod.pod nit
78959              From: Autrijus Tang <autrijus@autrijus.org>
78960              Date: Thu, 29 Aug 2002 03:49:34 +0800
78961              Message-ID: <20020828194934.GA12244@not.autrijus.org>
78962      Branch: perl
78963            ! pod/perlmod.pod
78964 ____________________________________________________________________________
78965 [ 17813] By: hv                                    on 2002/08/30  12:19:15
78966         Log: Subject: [PATCH] Re: glob names and Regexp type introspection
78967              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78968              Date: Thu, 29 Aug 2002 17:31:31 -0700
78969              Message-ID: <jzrb9gzkgO7W092yn@efn.org>
78970      Branch: perl
78971            ! sv.c t/op/pat.t
78972 ____________________________________________________________________________
78973 [ 17812] By: hv                                    on 2002/08/30  12:06:20
78974         Log: Subject: [PATCH] typos in Hash::Util documentation
78975              From: Slaven Rezic <slaven.rezic@berlin.de>
78976              Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
78977              Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
78978      Branch: perl
78979            ! lib/Hash/Util.pm
78980 ____________________________________________________________________________
78981 [ 17811] By: hv                                    on 2002/08/30  12:02:59
78982         Log: Subject: Re: Recent changes on the HP porting center
78983              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78984              Date: Wed, 28 Aug 2002 17:39:27 +0200
78985              Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
78986      Branch: perl
78987            ! README.hpux
78988 ____________________________________________________________________________
78989 [ 17810] By: hv                                    on 2002/08/30  11:58:18
78990         Log: Subject: [PATCH] Fixes to threads::shared when disabled
78991              From: Michael G Schwern <schwern@pobox.com>
78992              Date: Wed, 28 Aug 2002 06:04:18 -0700
78993              Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
78994      Branch: perl
78995            + ext/threads/shared/t/disabled.t
78996            ! MANIFEST ext/threads/shared/shared.pm
78997            ! ext/threads/shared/t/hv_refs.t
78998 ____________________________________________________________________________
78999 [ 17808] By: ams                                   on 2002/08/30  02:59:31
79000         Log: Subject: [PATCH] Tru64 vs Berkeley DB
79001              From: Jarkko Hietaniemi <jhi@iki.fi>
79002              Date: Fri, 30 Aug 2002 06:56:38 +0300
79003              Message-Id: <20020830035638.GB874@lyta.hut.fi>
79004      Branch: perl
79005            ! README.tru64 hints/dec_osf.sh
79006 ____________________________________________________________________________
79007 [ 17807] By: ams                                   on 2002/08/30  02:32:30
79008         Log: Subject: [PATCH] IRIX + INSTALL
79009              From: Jarkko Hietaniemi <jhi@iki.fi>
79010              Date: Fri, 30 Aug 2002 06:31:48 +0300
79011              Message-Id: <20020830033148.GA874@lyta.hut.fi>
79012      Branch: perl
79013            ! INSTALL hints/irix_6.sh
79014 ____________________________________________________________________________
79015 [ 17806] By: hv                                    on 2002/08/29  22:56:45
79016         Log: #17449 failed to apply the actual patch. This is it.
79017      Branch: perl
79018            ! lib/Exporter.pm lib/Exporter/Heavy.pm
79019 ____________________________________________________________________________
79020 [ 17805] By: hv                                    on 2002/08/29  13:49:04
79021         Log: Fix based on:
79022              Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
79023              From: "esm@pobox.com (via RT)" <perlbug@perl.org>
79024              Date: 27 Aug 2002 22:10:16 -0000
79025              Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
79026      Branch: perl
79027            ! ext/POSIX/POSIX.xs
79028 ____________________________________________________________________________
79029 [ 17804] By: hv                                    on 2002/08/29  13:29:43
79030         Log: Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
79031              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
79032              Date: Tue, 27 Aug 2002 23:36:53 +0200
79033              Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
79034      Branch: perl
79035            ! embedvar.h ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm intrpvar.h
79036            ! perl.c perlapi.h sv.c
79037 ____________________________________________________________________________
79038 [ 17803] By: ams                                   on 2002/08/29  13:09:47
79039         Log: Subject: [PATCH] AIX compiler setup sanity checking
79040              From: Jarkko Hietaniemi <jhi@iki.fi>
79041              Date: Thu, 29 Aug 2002 16:43:51 +0300
79042              Message-Id: <20020829134351.GG5219@lyta.hut.fi>
79043      Branch: perl
79044            ! hints/aix.sh
79045 ____________________________________________________________________________
79046 [ 17802] By: hv                                    on 2002/08/29  12:32:51
79047         Log: Subject: [perl #16769] Documention bug
79048              From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
79049              Date: 26 Aug 2002 10:01:04 -0000
79050              Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
79051      Branch: perl
79052            ! pod/perl58delta.pod
79053 ____________________________________________________________________________
79054 [ 17801] By: hv                                    on 2002/08/29  12:19:30
79055         Log: Subject: [PATCH] ExtUtils::Constant 0.14
79056              From: Nicholas Clark <nick@unfortu.net>
79057              Date: Sun, 25 Aug 2002 18:06:00 +0100
79058              Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
79059      Branch: perl
79060            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
79061 ____________________________________________________________________________
79062 [ 17800] By: hv                                    on 2002/08/29  12:08:59
79063         Log: Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
79064              From: Mark-Jason Dominus <mjd@plover.com>
79065              Date: Sun, 25 Aug 2002 12:09:53 -0400
79066              Message-ID: <20020825160953.15987.qmail@plover.com>
79067      Branch: perl
79068            ! pod/perlfaq5.pod
79069 ____________________________________________________________________________
79070 [ 17799] By: hv                                    on 2002/08/29  11:48:39
79071         Log: Subject: Re: if.pm bug.
79072              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
79073              Date: Sun, 25 Aug 2002 00:27:59 +0200
79074              Message-ID: <20020824222210.16387.qmail@onion.perl.org>
79075      Branch: perl
79076            ! lib/if.pm
79077 ____________________________________________________________________________
79078 [ 17798] By: hv                                    on 2002/08/29  11:44:00
79079         Log: Subject: [PATCH] posixify getppid on linux-multithread
79080              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
79081              Date: Tue, 6 Aug 2002 21:56:46 +0200
79082              Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
79083      Branch: perl
79084            + t/op/getpid.t
79085            ! MANIFEST embedvar.h hints/linux.sh perl.c perlapi.h perlvars.h
79086            ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c util.c
79087 ____________________________________________________________________________
79088 [ 17797] By: hv                                    on 2002/08/29  10:55:41
79089         Log: Subject: Re: [perl #16677] B::SV::FLAGS dumps core
79090              From: Mark-Jason Dominus <mjd@plover.com>
79091              Date: Sun, 25 Aug 2002 22:31:54 -0400
79092              Message-ID: <20020826023154.22986.qmail@plover.com>
79093      Branch: perl
79094            ! ext/B/B.pm
79095 ____________________________________________________________________________
79096 [ 17791] By: hv                                    on 2002/08/27  11:28:32
79097         Log: Missing MANIFEST files for #17783.
79098      Branch: perl
79099            ! MANIFEST
79100 ____________________________________________________________________________
79101 [ 17790] By: hv                                    on 2002/08/27  11:22:36
79102         Log: #17783 introduced an outdated test module, causing failure in
79103              lib/ExtUtils/t/problems.t. This grabs a more recent copy from
79104              ExtUtils::MakeMaker.
79105      Branch: perl
79106            ! t/lib/TieOut.pm
79107 ____________________________________________________________________________
79108 [ 17789] By: ams                                   on 2002/08/27  04:04:48
79109         Log: Subject: Patch perlvar.pod
79110              From: mjd@plover.com
79111              Date: 27 Aug 2002 03:03:01 -0000
79112              Message-Id: <20020827030301.32481.qmail@plover.com>
79113      Branch: perl
79114            ! pod/perlvar.pod
79115 ____________________________________________________________________________
79116 [ 17788] By: hv                                    on 2002/08/26  23:59:47
79117         Log: Update Changes
79118      Branch: perl
79119            ! Changes patchlevel.h
79120 ____________________________________________________________________________
79121 [ 17787] By: hv                                    on 2002/08/26  19:22:27
79122         Log: fix for:
79123              Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
79124              From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
79125              Date: 26 Aug 2002 15:01:36 -0000
79126              Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
79127      Branch: perl
79128            ! regexec.c t/op/re_tests
79129 ____________________________________________________________________________
79130 [ 17786] By: hv                                    on 2002/08/26  15:34:25
79131         Log: Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
79132              From: "Sean M. Burke" <sburke@cpan.org>
79133              Date: Mon, 26 Aug 2002 04:38:19 -0600
79134              Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
79135      Branch: perl
79136            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
79137            ! lib/Test/t/todo.t
79138 ____________________________________________________________________________
79139 [ 17785] By: hv                                    on 2002/08/26  15:18:41
79140         Log: fix non-ANSI C++-style comment
79141              Subject: [ PATCH ]  Smoke 17780 /pro/3gl/CPAN/perl-current
79142              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79143              Date: Mon, 26 Aug 2002 09:15:18 +0200
79144              Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
79145      Branch: perl
79146            ! ext/Storable/Storable.xs
79147 ____________________________________________________________________________
79148 [ 17784] By: hv                                    on 2002/08/26  15:15:19
79149         Log: #17780 relies on unixy paths to locate own directory for bignum tests.
79150      Branch: perl
79151            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
79152            ! lib/bignum/t/brinfnan.t
79153 ____________________________________________________________________________
79154 [ 17783] By: hv                                    on 2002/08/26  15:07:21
79155         Log: Subject: [ANNOUNCE] Test::Simple 0.47
79156              From: Michael G Schwern <schwern@pobox.com>
79157              Date: Mon, 26 Aug 2002 04:13:03 -0700
79158              Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
79159      Branch: perl
79160            + lib/Test/Simple/t/details.t lib/Test/Simple/t/fork.t
79161            + lib/Test/Simple/t/has_plan.t lib/Test/Simple/t/has_plan2.t
79162            + lib/Test/Simple/t/ok_obj.t
79163            + t/lib/Test/Simple/sample_tests/pre_plan_death.plx
79164            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
79165            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
79166            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/threads.t
79167            ! lib/Test/Tutorial.pod t/lib/TieOut.pm
79168 ____________________________________________________________________________
79169 [ 17782] By: hv                                    on 2002/08/26  15:00:55
79170         Log: new test for change #17773
79171              Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
79172              From: DH <crazyinsomniac@yahoo.com>
79173              Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
79174              Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
79175      Branch: perl
79176            ! lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
79177 ____________________________________________________________________________
79178 [ 17781] By: hv                                    on 2002/08/26  14:48:35
79179         Log: #17775 changed reentr.c instead of reentr.pl, which generates it
79180      Branch: perl
79181            ! reentr.pl
79182 ____________________________________________________________________________
79183 [ 17780] By: hv                                    on 2002/08/25  19:03:50
79184         Log: fix bignum test failures
79185      Branch: perl
79186            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
79187            ! lib/bignum/t/brinfnan.t
79188 ____________________________________________________________________________
79189 [ 17779] By: hv                                    on 2002/08/25  18:56:29
79190         Log: upgrade bignum to v0.13: fix test failures and update docs
79191      Branch: perl
79192            ! lib/bignum.pm lib/bignum/t/bignum.t lib/bignum/t/bninfnan.t
79193 ____________________________________________________________________________
79194 [ 17778] By: hv                                    on 2002/08/25  18:43:06
79195         Log: Subject: Encode 1.76 Released
79196              From: Dan Kogai <dankogai@dan.co.jp>
79197              Date: su elo 25, 2002  11:27:07 US/Eastern
79198              Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
79199      Branch: perl
79200            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/piconv
79201            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
79202            ! ext/Encode/lib/Encode/MIME/Header.pm
79203            ! ext/Encode/t/big5-eten.utf ext/Encode/ucm/big5-eten.ucm
79204 ____________________________________________________________________________
79205 [ 17777] By: rgs                                   on 2002/08/25  18:42:46
79206         Log: Fix parsing problems with the // operator.
79207              Make // able to follow various unary operators used without
79208              arguments or parens (shift, pop, getc, pos, readline,
79209              readlink, undef, umask, and the filetest operators), as
79210              well as the <FH> operator.
79211      Branch: perl
79212            ! perl.h t/op/dor.t toke.c
79213 ____________________________________________________________________________
79214 [ 17776] By: hv                                    on 2002/08/25  15:56:37
79215         Log: Subject: [PATCH] ExtUtils::Constant 0.13
79216              From: Nicholas Clark <nick@unfortu.net>
79217              Date: Fri, 23 Aug 2002 19:21:12 +0100
79218              Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
79219      Branch: perl
79220            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
79221 ____________________________________________________________________________
79222 [ 17775] By: hv                                    on 2002/08/25  15:46:28
79223         Log: Subject: [perl #16729] crypt() doesn't work in multithreaded perl
79224              From: "mls@suse.de (via RT)" <perlbug@perl.org>
79225              Date: 23 Aug 2002 15:24:39 -0000
79226              Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
79227      Branch: perl
79228            ! reentr.c
79229 ____________________________________________________________________________
79230 [ 17774] By: hv                                    on 2002/08/25  15:29:42
79231         Log: Subject: [PATCH lib/Benchmark.(pm|t)]  Make cmpthese work as documented.
79232              From: Abigail <abigail@foad.org>
79233              Date: Thu, 22 Aug 2002 04:10:39 -0700
79234              Message-ID: <20020822041039.A2089@ucan.foad.org>
79235      Branch: perl
79236            ! lib/Benchmark.pm lib/Benchmark.t
79237 ____________________________________________________________________________
79238 [ 17773] By: hv                                    on 2002/08/25  15:17:16
79239         Log: Subject: Re: a bugfix for Pod::Html (in diff -u format)
79240              From: DH <crazyinsomniac@yahoo.com>
79241              Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
79242              Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
79243      Branch: perl
79244            ! lib/Pod/Html.pm
79245 ____________________________________________________________________________
79246 [ 17772] By: hv                                    on 2002/08/25  14:49:37
79247         Log: Subject: Re: p5p patches
79248              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79249              Date: Fri, 23 Aug 2002 15:27:48 +0200
79250              Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
79251      Branch: perl
79252            ! Porting/patching.pod
79253 ____________________________________________________________________________
79254 [ 17771] By: hv                                    on 2002/08/25  14:45:46
79255         Log: Subject: Newdated info for HP-UX
79256              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79257              Date: Wed, 21 Aug 2002 20:20:17 +0200
79258              Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
79259      Branch: perl
79260            ! README.hpux
79261 ____________________________________________________________________________
79262 [ 17770] By: hv                                    on 2002/08/25  14:26:36
79263         Log: Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
79264              From: "Jos I. Boumans" <kane@cpan.org>
79265              Date: Wed, 21 Aug 2002 14:55:51 +0200
79266              Message-ID: <20020821124817.34761.qmail@onion.perl.org>
79267      Branch: perl
79268            ! pod/perlfaq1.pod
79269 ____________________________________________________________________________
79270 [ 17769] By: hv                                    on 2002/08/25  14:16:50
79271         Log: Subject: bit more for WinCE
79272              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
79273              Date: Wed, 21 Aug 2002 01:31:52 +0400
79274              Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
79275      Branch: perl
79276            ! wince/Makefile.ce wince/compile.bat wince/win32io.c
79277            ! wince/wince.c
79278 ____________________________________________________________________________
79279 [ 17768] By: hv                                    on 2002/08/25  14:02:47
79280         Log: Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
79281              From: Anton Berezin <tobez@tobez.org>
79282              Date: Tue, 20 Aug 2002 23:44:25 +0200
79283              Message-ID: <20020820214425.GG16178@heechee.tobez.org>
79284      Branch: perl
79285            ! lib/lib.t lib/lib_pm.PL
79286 ____________________________________________________________________________
79287 [ 17767] By: hv                                    on 2002/08/25  13:52:08
79288         Log: Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
79289              From: "Randy W. Sims" (via RT) <perlbug@perl.org>
79290              Date: 18 Aug 2002 13:27:12 -0000
79291              Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
79292      Branch: perl
79293            ! utils/perldoc.PL
79294 ____________________________________________________________________________
79295 [ 17766] By: rgs                                   on 2002/08/24  20:33:05
79296         Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
79297              From: Peter BARABAS (via RT) <perlbug@perl.org>
79298              Date: 24 Aug 2002 08:16:19 -0000
79299              Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>
79300      Branch: perl
79301            ! pod/perlxstut.pod
79302 ____________________________________________________________________________
79303 [ 17765] By: rgs                                   on 2002/08/24  19:03:52
79304         Log: Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
79305              From: Nicholas Clark <nick@unfortu.net>
79306              Date: Sat, 24 Aug 2002 17:01:08 +0100
79307              Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
79308              (plus a typo fix)
79309      Branch: perl
79310            ! lib/Net/t/hostname.t
79311 ____________________________________________________________________________
79312 [ 17764] By: rgs                                   on 2002/08/24  12:29:27
79313         Log: a2p wasn't installed with -Dversiononly
79314      Branch: perl
79315            ! installperl
79316 ____________________________________________________________________________
79317 [ 17763] By: hv                                    on 2002/08/23  12:23:31
79318         Log: #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
79319              with a NULL subaddr. Fix that, and stop it happening again.
79320      Branch: perl
79321            ! op.c universal.c
79322 ____________________________________________________________________________
79323 [ 17762] By: hv                                    on 2002/08/23  11:02:35
79324         Log: fixup threaded build for vstring changes
79325      Branch: perl
79326            ! universal.c util.c
79327 ____________________________________________________________________________
79328 [ 17761] By: ams                                   on 2002/08/23  02:54:09
79329         Log: Incorporate fix from JHI at:
79330              http://rt.perl.org/rt2/Ticket/Display.html?id=16708
79331      Branch: perl
79332            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
79333 ____________________________________________________________________________
79334 [ 17760] By: ams                                   on 2002/08/23  01:30:46
79335         Log: Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
79336              From: Jarkko Hietaniemi <jhi@iki.fi>
79337              Date: Fri, 23 Aug 2002 05:29:09 +0300
79338              Message-Id: <20020823022909.GC9135@lyta.hut.fi>
79339      Branch: perl
79340            ! ext/Devel/PPPort/PPPort.pm
79341 ____________________________________________________________________________
79342 [ 17759] By: ams                                   on 2002/08/23  01:27:23
79343         Log: Subject: [PATCH] x2p/str.c signedness nits
79344              From: Jarkko Hietaniemi <jhi@iki.fi>
79345              Date: Fri, 23 Aug 2002 02:43:30 +0300
79346              Message-Id: <20020822234330.GC31624@lyta.hut.fi>
79347      Branch: perl
79348            ! x2p/str.c
79349 ____________________________________________________________________________
79350 [ 17758] By: hv                                    on 2002/08/22  22:29:45
79351         Log: bignum-0.12 updates from:
79352              Subject: [ANNOUCNE] Big Math::Big* update
79353              From: Tels <perl_dummy@bloodgate.com>
79354              Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
79355              Message-Id: <200208132121.g7DLLRV21408@crypt.org>
79356      Branch: perl
79357            + lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
79358            + lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
79359            + lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
79360            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
79361            ! lib/bigrat.pm
79362 ____________________________________________________________________________
79363 [ 17757] By: hv                                    on 2002/08/22  22:19:42
79364         Log: new file for #17756
79365      Branch: perl
79366            ! MANIFEST
79367 ____________________________________________________________________________
79368 [ 17756] By: hv                                    on 2002/08/22  22:16:41
79369         Log: Subject: ANNOUCNE: Math::BigRat v0.09
79370              From: Tels <perl_dummy@bloodgate.com>
79371              Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
79372              Message-Id: <200208141812.g7EICrV23771@crypt.org>
79373      Branch: perl
79374            + lib/Math/BigRat/t/big_ap.t
79375            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
79376            ! lib/Math/BigRat/t/bigratpm.inc
79377 ____________________________________________________________________________
79378 [ 17755] By: hv                                    on 2002/08/22  19:44:03
79379         Log: new files from #17754
79380      Branch: perl
79381            + lib/Math/BigInt/Scalar.pm lib/Math/BigInt/t/bigints.t
79382 ____________________________________________________________________________
79383 [ 17754] By: hv                                    on 2002/08/22  19:42:58
79384         Log: Subject: ANNOUNCE: Math-BigInt v1.62
79385              From: Tels <perl_dummy@bloodgate.com>
79386              Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
79387              Message-Id: <200208211513.g7LFDUs02512@crypt.org>
79388      Branch: perl
79389            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
79390            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
79391            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
79392            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
79393            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
79394            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
79395            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbimbf.inc
79396            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
79397            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
79398            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
79399            ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigFloat/Subclass.pm
79400 ____________________________________________________________________________
79401 [ 17753] By: hv                                    on 2002/08/22  12:05:57
79402         Log: Subject: podlators 1.24 released
79403              From: Russ Allbery <rra@stanford.edu>
79404              Date: Sat, 03 Aug 2002 20:56:42 -0700
79405              Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
79406      Branch: perl
79407            + lib/Pod/t/text-options.t
79408            ! MANIFEST lib/Pod/Text.pm lib/Pod/Text/Overstrike.pm
79409            ! lib/Pod/t/basic.t pod/pod2text.PL
79410 ____________________________________________________________________________
79411 [ 17752] By: hv                                    on 2002/08/22  11:13:17
79412         Log: Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
79413              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
79414              Date: Fri, 26 Jul 2002 02:59:12 +0900
79415              Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
79416      Branch: perl
79417            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
79418            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
79419            ! lib/Unicode/Collate/t/test.t
79420 ____________________________________________________________________________
79421 [ 17751] By: hv                                    on 2002/08/22  11:08:35
79422         Log: fix test failure from #17747
79423      Branch: perl
79424            ! ext/B/t/stash.t
79425 ____________________________________________________________________________
79426 [ 17750] By: hv                                    on 2002/08/22  10:46:19
79427         Log: Subject: [PATCH] Fix DBM filters
79428              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
79429              Date: Wed, 21 Aug 2002 11:40:49 +0100
79430              Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
79431      Branch: perl
79432            ! XSUB.h ext/DB_File/DB_File.xs ext/DB_File/typemap
79433            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/gdbm.t
79434            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.xs
79435            ! ext/NDBM_File/ndbm.t ext/NDBM_File/typemap
79436            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
79437            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
79438            ! ext/SDBM_File/sdbm.t ext/SDBM_File/typemap
79439 ____________________________________________________________________________
79440 [ 17749] By: hv                                    on 2002/08/22  01:04:32
79441         Log: avoid use of %caller::EXPORT
79442              Subject: [PATCH] Re: question about Exporter::import
79443              From: Nicholas Clark <nick@unfortu.net>
79444              Date: Wed, 14 Aug 2002 21:33:12 +0100
79445              Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
79446      Branch: perl
79447            ! lib/Exporter.pm lib/Exporter/Heavy.pm
79448 ____________________________________________________________________________
79449 [ 17748] By: hv                                    on 2002/08/22  00:54:03
79450         Log: todo test for linux $0 modification
79451              Subject: Re: [perl #16206] $0 in 5.8
79452              From: Slaven Rezic <slaven.rezic@berlin.de>
79453              Date: 17 Aug 2002 21:32:37 +0200
79454              Message-id: <87elcx2sdm.fsf@vran.herceg.de>
79455      Branch: perl
79456            ! t/op/magic.t
79457 ____________________________________________________________________________
79458 [ 17747] By: hv                                    on 2002/08/22  00:11:34
79459         Log: Subject: Re: [PATCH] Version object patch #1
79460              From: John Peacock <jpeacock@rowman.com>
79461              Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
79462              Message-id: <3D630042.6020407@rowman.com>
79463
79464              Subject: Re: [REVISED PATCH] Magic v-strings
79465              From: John Peacock <jpeacock@rowman.com>
79466              Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
79467              Message-id: <3D63E532.7020305@rowman.com>
79468      Branch: perl
79469            ! sv.c t/op/ver.t universal.c util.c
79470 ____________________________________________________________________________
79471 [ 17746] By: hv                                    on 2002/08/20  16:48:05
79472         Log: Subject: [PATCH] Version object patch #1
79473              From: John Peacock <jpeacock@rowman.com>
79474              Date: Thu, 15 Aug 2002 10:06:21 -0400 (15:06 BST)
79475              Message-id: <3D5BB55D.6090603@rowman.com>
79476              and Message-id: <3D627D1A.4050607@rowman.com>
79477              and t/lib/warnings/universal tweak to skip
79478      Branch: perl
79479            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.h
79480            ! t/lib/warnings/universal toke.c util.c
79481 ____________________________________________________________________________
79482 [ 17745] By: hv                                    on 2002/08/20  16:27:01
79483         Log: perldelta for #17727
79484      Branch: perl
79485            ! pod/perldelta.pod
79486 ____________________________________________________________________________
79487 [ 17744] By: hv                                    on 2002/08/20  15:34:36
79488         Log: Subject: typo in perfunc.pod
79489              From: "John P. Linderman" <jpl@research.att.com>
79490              Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
79491              Message-id: <200208191245.IAA20072@raptor.research.att.com>
79492      Branch: perl
79493            ! pod/perlfunc.pod
79494 ____________________________________________________________________________
79495 [ 17743] By: hv                                    on 2002/08/20  15:31:40
79496         Log: Subject: Re: [PATCH] fix typos in perlpacktut
79497              From: "Mr. Nobody" <mrnobo1024@yahoo.com>
79498              Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
79499              Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
79500      Branch: perl
79501            ! pod/perlpacktut.pod
79502 ____________________________________________________________________________
79503 [ 17742] By: hv                                    on 2002/08/20  14:51:16
79504         Log: Subject: [REVISED PATCH] Magic v-strings
79505              From: John Peacock <jpeacock@rowman.com>
79506              Date: Sat, 10 Aug 2002 15:56:22 -0400 (20:56 BST)
79507              Message-id: <3D556FE6.6000404@rowman.com>
79508              plus a bit of cleanup
79509      Branch: perl
79510            ! dump.c perl.h pod/perlguts.pod sv.c sv.h util.c
79511 ____________________________________________________________________________
79512 [ 17741] By: hv                                    on 2002/08/20  14:20:16
79513         Log: Subject: Re: [PATCH] Storable and CODE references
79514              From: Slaven Rezic <slaven.rezic@berlin.de>
79515              Date: 17 Aug 2002 21:58:03 +0200
79516              Message-id: <87bs812r78.fsf@vran.herceg.de>
79517      Branch: perl
79518            + ext/Storable/t/code.t
79519            ! MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
79520            ! ext/Storable/t/malice.t
79521 ____________________________________________________________________________
79522 [ 17740] By: hv                                    on 2002/08/20  14:07:56
79523         Log: Clean up copy-on-write macros and debug facilities (new flag 'C').
79524              Handle CoW in hashes:
79525              Subject: Re: why would tr/// be performing hash copies?
79526              From: Nicholas Clark <nick@unfortu.net>
79527              Date: Sun, 18 Aug 2002 23:17:01 +0100
79528              Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
79529      Branch: perl
79530            ! hv.c perl.c perl.h pod/perlrun.pod sv.c sv.h
79531 ____________________________________________________________________________
79532 [ 17739] By: hv                                    on 2002/08/20  13:52:18
79533         Log: Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
79534              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79535              Date: Tue, 23 Jul 2002 09:21:10 +0200
79536              Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
79537      Branch: perl
79538            ! Configure
79539 ____________________________________________________________________________
79540 [ 17737] By: ams                                   on 2002/08/19  07:48:39
79541         Log: Effect a speedy recovery from POD affected by (ahem, Australian)
79542              negligence.
79543      Branch: perl
79544            ! pod/perlrun.pod
79545 ____________________________________________________________________________
79546 [ 17736] By: hv                                    on 2002/08/18  18:27:28
79547         Log: Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
79548              From: Dave Mitchell <davem@fdgroup.com>
79549              Date: Fri, 16 Aug 2002 23:31:07 +0100
79550              Message-id: <20020816233107.E9388@fdgroup.com>
79551      Branch: perl
79552            ! numeric.c t/base/num.t
79553 ____________________________________________________________________________
79554 [ 17735] By: hv                                    on 2002/08/18  02:22:21
79555         Log: Subject: Re: [perl #16198] pod tpyo in hostent.pm
79556              From: Mark-Jason Dominus <mjd@plover.com>
79557              Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
79558              Message-id: <20020814011909.22744.qmail@plover.com>
79559      Branch: perl
79560            ! lib/Net/hostent.pm
79561 ____________________________________________________________________________
79562 [ 17734] By: hv                                    on 2002/08/18  02:20:05
79563         Log: Subject: [PATCH] Re: Pod::Functions tpyo
79564              From: Abe Timmerman <abe@ztreet.demon.nl>
79565              Date: Tue, 13 Aug 2002 23:47:00 +0200
79566              Message-id: <200208132347.00782.abe@ztreet.demon.nl>
79567      Branch: perl
79568            ! lib/Pod/Functions.pm
79569 ____________________________________________________________________________
79570 [ 17733] By: hv                                    on 2002/08/18  02:17:18
79571         Log: Subject: Server rename revisited
79572              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79573              Date: Tue, 13 Aug 2002 19:19:03 +0200
79574              Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
79575      Branch: perl
79576            ! README.hpux
79577 ____________________________________________________________________________
79578 [ 17732] By: hv                                    on 2002/08/18  02:11:49
79579         Log: Subject: [PATCH] Remove old VOS build methods
79580              From: Paul_GreenVOS@vos.stratus.com
79581              Date: Tue, 13 Aug 02 10:25 edt (15:25 BST)
79582              Message-id: <200208131426.KAA01012@mailhub1.stratus.com>
79583      Branch: perl
79584            - vos/Makefile vos/build.cm vos/compile_perl.cm
79585            - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
79586            - vos/config.ga.h vos/config.pl vos/configure_perl.cm
79587            - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
79588            - vos/vos_dummies.c
79589            ! MANIFEST README.vos pod/perlport.pod vos/Changes
79590 ____________________________________________________________________________
79591 [ 17731] By: hv                                    on 2002/08/18  01:57:12
79592         Log: Subject: [PATCH] Configure missing d_modflproto=''
79593              From: "Gerrit P. Haase" <gp@familiehaase.de>
79594              Date: Tue, 13 Aug 2002 15:11:05 +0200
79595              Message-id: <11417599086.20020813151105@familiehaase.de>
79596      Branch: perl
79597            ! Configure
79598 ____________________________________________________________________________
79599 [ 17730] By: hv                                    on 2002/08/18  01:41:33
79600         Log: missing chunk from #17725 causes lib/constant.t test failures
79601      Branch: perl
79602            ! lib/constant.t
79603 ____________________________________________________________________________
79604 [ 17729] By: hv                                    on 2002/08/17  02:33:15
79605         Log: Subject: [PATCH] Safe.pm documentation
79606              From: Slaven Rezic <slaven.rezic@berlin.de>
79607              Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
79608              Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
79609      Branch: perl
79610            ! ext/Opcode/Safe.pm pod/perlre.pod
79611 ____________________________________________________________________________
79612 [ 17728] By: hv                                    on 2002/08/17  02:07:24
79613         Log: Subject: Copy On Write
79614              From: Nicholas Clark <nick@ccl4.org>
79615              Date: Thu, 15 Aug 2002 00:10:35 +0100
79616              Message-id: <20020815001035.A69079@plum.flirble.org>
79617              specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use
79618      Branch: perl
79619            ! doop.c dump.c embed.fnc embed.h mg.c pod/perlapi.pod pp.c
79620            ! pp_hot.c proto.h sv.c sv.h
79621 ____________________________________________________________________________
79622 [ 17727] By: hv                                    on 2002/08/17  01:20:05
79623         Log: Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
79624              From: Mark-Jason Dominus <mjd@plover.com>
79625              Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
79626              Message-id: <20020415033855.6343.qmail@plover.com>
79627      Branch: perl
79628            ! av.c av.h pod/perltie.pod t/op/tiearray.t
79629 ____________________________________________________________________________
79630 [ 17726] By: hv                                    on 2002/08/17  01:17:09
79631         Log: pp.c warns that sv may be used uninitialised in pp_delete()
79632      Branch: perl
79633            ! pp.c
79634 ____________________________________________________________________________
79635 [ 17725] By: hv                                    on 2002/08/17  00:51:19
79636         Log: Subject: [PATCH] Remove pseudo-hashes (complete)
79637              From: Michael G Schwern <schwern@pobox.com>
79638              Date: Tue, 6 Aug 2002 13:05:10 -0700 (21:05 BST)
79639              Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net>
79640      Branch: perl
79641            ! av.c doop.c dump.c embed.fnc embed.h ext/B/B/Concise.pm
79642            ! global.sym lib/fields.pm lib/fields.t lib/overload.pm mg.c
79643            ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlref.pod
79644            ! pp.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
79645 ____________________________________________________________________________
79646 [ 17724] By: hv                                    on 2002/08/17  00:27:33
79647         Log: ext/B/defsubs.h also depends on the program that builds it
79648      Branch: perl
79649            ! ext/B/Makefile.PL
79650 ____________________________________________________________________________
79651 [ 17723] By: hv                                    on 2002/08/17  00:10:24
79652         Log: Subject: Re: deb.c compile time error (patchlevel 17721)
79653              From: Dave Mitchell <davem@fdgroup.com>
79654              Date: Tue, 13 Aug 2002 14:42:15 +0100
79655              Message-ID: <20020813144215.G11939@fdgroup.com>
79656      Branch: perl
79657            ! embed.fnc embed.h global.sym proto.h
79658 ____________________________________________________________________________
79659 [ 17722] By: ams                                   on 2002/08/16  05:20:22
79660         Log: Subject: Minor perlrun.pod patch
79661              From: Iain Truskett <spoon@cpan.org>
79662              Date: Fri, 16 Aug 2002 16:20:27 +1000
79663              Message-Id: <20020816162027.D17196@eh.org>
79664      Branch: perl
79665            ! pod/perlrun.pod
79666 ____________________________________________________________________________
79667 [ 17721] By: hv                                    on 2002/08/12  12:17:19
79668         Log: #17717 needed tests fixing up
79669      Branch: perl
79670            ! t/op/chop.t
79671 ____________________________________________________________________________
79672 [ 17720] By: hv                                    on 2002/08/12  12:10:07
79673         Log: Subject: Re: [PATCH] Re: taint news
79674              From: Rick Delaney <rick.delaney@rogers.com>
79675              Date: 04 Aug 2002 00:28:58 EDT
79676              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
79677              missed patch fragment from Change #17676
79678      Branch: perl
79679            ! pod/perlsec.pod
79680 ____________________________________________________________________________
79681 [ 17719] By: hv                                    on 2002/08/12  12:03:53
79682         Log: Subject: [perl #15987] Tests fail when sources are under CVS control
79683              From: Warren Jones (via RT) <perlbug@perl.org>
79684              Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
79685              Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
79686      Branch: perl
79687            ! lib/strict.t lib/warnings.t
79688 ____________________________________________________________________________
79689 [ 17718] By: hv                                    on 2002/08/12  11:57:17
79690         Log: Subject: [PATCH] add verbose stack display option, -Dvs
79691              From: Dave Mitchell <davem@fdgroup.com>
79692              Date: Mon, 5 Aug 2002 00:55:33 +0100
79693              Message-id: <20020805005533.B26111@fdgroup.com>
79694      Branch: perl
79695            ! deb.c dump.c embed.fnc embed.h perl.c perl.h pod/perlapi.pod
79696            ! pod/perlrun.pod proto.h
79697 ____________________________________________________________________________
79698 [ 17717] By: hv                                    on 2002/08/12  11:44:06
79699         Log: Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
79700              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
79701              Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
79702              Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
79703      Branch: perl
79704            ! op.c t/op/chop.t t/op/ref.t
79705 ____________________________________________________________________________
79706 [ 17716] By: hv                                    on 2002/08/12  11:29:53
79707         Log: Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
79708              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
79709              Date: Sat, 13 Jul 2002 17:44:02 +0100
79710              Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
79711      Branch: perl
79712            ! pp_hot.c t/op/tiehandle.t
79713 ____________________________________________________________________________
79714 [ 17715] By: hv                                    on 2002/08/12  11:28:26
79715         Log: Subject: [PATCH] better modfl detection
79716              From: Nicholas Clark <nick@unfortu.net>
79717              Date: Sun, 11 Aug 2002 20:05:49 +0100
79718              Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
79719      Branch: perl
79720            ! Configure config_h.SH perl.h
79721 ____________________________________________________________________________
79722 [ 17714] By: hv                                    on 2002/08/12  11:26:23
79723         Log: Subject: [PATCH] perltodo.pod
79724              From: Richard.Foley@t-online.de
79725              Date: Sun, 11 Aug 2002 18:26:10 +0200
79726              Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
79727              perlbug credits
79728      Branch: perl
79729            ! pod/perltodo.pod
79730 ____________________________________________________________________________
79731 [ 17713] By: hv                                    on 2002/08/12  11:24:44
79732         Log: Subject: [PATCH] gv_fullname3 as call to gv_fullname4
79733              From: Nicholas Clark <nick@unfortu.net>
79734              Date: Sun, 11 Aug 2002 16:59:16 +0100
79735              Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
79736      Branch: perl
79737            ! gv.c
79738 ____________________________________________________________________________
79739 [ 17712] By: hv                                    on 2002/08/12  11:23:06
79740         Log: Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
79741              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79742              Date: Mon, 12 Aug 2002 10:25:20 +0200
79743              Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
79744              gcc bug test needs -lm
79745      Branch: perl
79746            ! hints/hpux.sh
79747 ____________________________________________________________________________
79748 [ 17711] By: hv                                    on 2002/08/12  11:20:49
79749         Log: Subject: [PATCH s2p] Small typo correction
79750              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
79751              Date: Wed, 7 Aug 2002 11:50:51 +0200
79752              Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
79753      Branch: perl
79754            ! x2p/s2p.PL
79755 ____________________________________________________________________________
79756 [ 17710] By: hv                                    on 2002/08/12  11:17:21
79757         Log: Subject: [PATCH] pod/perlfaq4.pod
79758              From: Abigail <abigail@foad.org>
79759              Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
79760              Message-id: <20020730095202.A6462@ucan.foad.org>
79761              Add references to Regexp::Common.
79762      Branch: perl
79763            ! pod/perlfaq4.pod
79764 ____________________________________________________________________________
79765 [ 17707] By: rgs                                   on 2002/08/09  21:23:20
79766         Log: Subject: New HP-UX itanium servers
79767              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79768              Date: Wed, 07 Aug 2002 13:25:57 +0200
79769              Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
79770      Branch: perl
79771            ! README.hpux
79772 ____________________________________________________________________________
79773 [ 17706] By: rgs                                   on 2002/08/09  21:00:41
79774         Log: Subject: Re: missing lower range in {} regex
79775              From: "John P. Linderman" <jpl@research.att.com>
79776              Date: Fri, 09 Aug 2002 12:48:55 -0400
79777              Message-ID: <200208091648.MAA77577@raptor.research.att.com>
79778      Branch: perl
79779            ! pod/perlre.pod
79780 ____________________________________________________________________________
79781 [ 17705] By: rgs                                   on 2002/08/08  20:57:59
79782         Log: More tests for the attribute syntax, from the
79783              attributes manpage.
79784      Branch: perl
79785            ! t/op/attrs.t
79786 ____________________________________________________________________________
79787 [ 17704] By: rgs                                   on 2002/08/08  19:47:44
79788         Log: Fix bug #16080 : an attribute list should end at '}'
79789      Branch: perl
79790            ! t/op/attrs.t toke.c
79791 ____________________________________________________________________________
79792 [ 17703] By: hv                                    on 2002/08/08  15:30:12
79793         Log: Update Changes
79794      Branch: perl
79795            ! Changes patchlevel.h
79796 ____________________________________________________________________________
79797 [ 17702] By: hv                                    on 2002/08/08  15:08:57
79798         Log: Subject: Re: README.aix
79799              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79800              Date: Tue, 30 Jul 2002 13:30:29 +0200
79801              Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
79802      Branch: perl
79803            ! README.aix
79804 ____________________________________________________________________________
79805 [ 17701] By: hv                                    on 2002/08/08  15:06:01
79806         Log: Subject: [PATCH] Re: pp_sys.c compile failed..
79807              From: Andy Dougherty <doughera@lafayette.edu>
79808              Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
79809              Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
79810      Branch: perl
79811            ! hints/aix.sh
79812 ____________________________________________________________________________
79813 [ 17700] By: hv                                    on 2002/08/08  15:02:57
79814         Log: Subject: [DOC PATCH] perlipc.pod
79815              From: Arjen Laarhoven <arjen@nl.demon.net>
79816              Date: Tue, 6 Aug 2002 14:16:01 +0200
79817              Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
79818      Branch: perl
79819            ! pod/perlipc.pod
79820 ____________________________________________________________________________
79821 [ 17699] By: hv                                    on 2002/08/08  14:56:56
79822         Log: Subject: [PATCH] Re: [perl #15898] coredump with variable our
79823              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
79824              Date: Fri, 2 Aug 2002 23:44:21 +0200
79825              Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
79826      Branch: perl
79827            ! op.c t/op/attrs.t
79828 ____________________________________________________________________________
79829 [ 17698] By: hv                                    on 2002/08/08  14:52:45
79830         Log: Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
79831              From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
79832              Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
79833              Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
79834      Branch: perl
79835            ! Configure
79836 ____________________________________________________________________________
79837 [ 17697] By: hv                                    on 2002/08/08  14:49:00
79838         Log: Subject: Doc patch for Class::Struct under 5.8.0
79839              From: Damian Conway <damian@conway.org>
79840              Date: Tue, 30 Jul 2002 23:03:14 +1000
79841              Message-id: <3D471FCF.1C7C6E6B@conway.org>
79842      Branch: perl
79843            ! lib/Class/Struct.pm
79844 ____________________________________________________________________________
79845 [ 17696] By: hv                                    on 2002/08/08  14:44:21
79846         Log: Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
79847              From: Slaven Rezic <slaven.rezic@berlin.de>
79848              Date: 31 Jul 2002 09:50:06 +0200
79849              Message-id: <87ado85ob5.fsf@vran.herceg.de>
79850      Branch: perl
79851            ! pp.c
79852 ____________________________________________________________________________
79853 [ 17695] By: hv                                    on 2002/08/08  14:40:41
79854         Log: Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
79855              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
79856              Date: Fri, 2 Aug 2002 00:13:10 +0200
79857              Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
79858      Branch: perl
79859            + t/op/stash.t
79860            ! MANIFEST perl.h
79861 ____________________________________________________________________________
79862 [ 17694] By: hv                                    on 2002/08/08  14:31:55
79863         Log: Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
79864              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79865              Date: Wed, 31 Jul 2002 16:04:02 +0200
79866              Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
79867      Branch: perl
79868            ! hints/hpux.sh
79869 ____________________________________________________________________________
79870 [ 17693] By: hv                                    on 2002/08/08  14:25:16
79871         Log: Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
79872              From: Abigail <abigail@foad.org>
79873              Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
79874              Message-id: <20020725085252.A2703@ucan.foad.org>
79875      Branch: perl
79876            ! lib/ExtUtils/MM_Unix.pm
79877 ____________________________________________________________________________
79878 [ 17692] By: hv                                    on 2002/08/08  14:20:05
79879         Log: Subject: [PATCH] README.jp and README.cn
79880              From: Autrijus Tang <autrijus@autrijus.org>
79881              Date: Thu, 25 Jul 2002 07:05:11 +0800
79882              Message-id: <20020724230511.GA1327@not.autrijus.org>
79883      Branch: perl
79884            ! README.cn README.jp
79885 ____________________________________________________________________________
79886 [ 17691] By: hv                                    on 2002/08/08  14:01:50
79887         Log: Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
79888              From: Henrik Tougaard (via RT) <perlbug@perl.org>
79889              Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
79890              Message-id: <rt-15398-31095.6.30466042998663@perl>
79891      Branch: perl
79892            ! lib/Pod/Usage.pm
79893 ____________________________________________________________________________
79894 [ 17690] By: rgs                                   on 2002/08/07  19:56:42
79895         Log: Doc fix : the symbol for COPs wasn't documented.
79896      Branch: perl
79897            ! opcode.pl
79898 ____________________________________________________________________________
79899 [ 17689] By: rgs                                   on 2002/08/06  20:45:30
79900         Log: Subject: Re: no warnings 'io';
79901              From: Nicholas Clark <nick@unfortu.net>
79902              Date: Sat, 27 Jul 2002 21:49:55 +0100
79903              Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
79904
79905              Plus a little bit of regression tests.
79906      Branch: perl
79907            ! t/lib/warnings/pp_hot util.c
79908 ____________________________________________________________________________
79909 [ 17688] By: rgs                                   on 2002/08/06  20:04:19
79910         Log: Subject: [PATCH] XS build fix for VMS
79911              From: "Craig A. Berry" <craigberry@mac.com>
79912              Date: Sun, 4 Aug 2002 12:13:06 -0500
79913              Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
79914      Branch: perl
79915            ! vms/descrip_mms.template
79916 ____________________________________________________________________________
79917 [ 17687] By: rgs                                   on 2002/08/06  19:50:12
79918         Log: PerlIO::scalar wasn't able to read from non-string
79919              scalar ; now stringifies its argument.
79920      Branch: perl
79921            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
79922 ____________________________________________________________________________
79923 [ 17686] By: rgs                                   on 2002/08/06  19:10:51
79924         Log: More regression tests for $^H and %^H.
79925              Add a TODO test for eval "" preserving %^H.
79926      Branch: perl
79927            ! t/comp/hints.t
79928 ____________________________________________________________________________
79929 [ 17685] By: hv                                    on 2002/08/05  22:42:09
79930         Log: Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
79931              From: "John P. Linderman" <jpl@research.att.com>
79932              Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
79933              Message-id: <200207211613.MAA69505@raptor.research.att.com>
79934      Branch: perl
79935            ! lib/sort.pm lib/sort.t
79936 ____________________________________________________________________________
79937 [ 17684] By: hv                                    on 2002/08/05  22:35:22
79938         Log: Integrate from perlio: change #17653 fixes bug RT15283
79939      Branch: perl
79940           !> ext/PerlIO/via/via.xs
79941 ____________________________________________________________________________
79942 [ 17683] By: hv                                    on 2002/08/05  22:26:45
79943         Log: Integrate from maint-5.6/macperl via macperl
79944              Changes 17660, 17661, 17662, 17663, 17664
79945      Branch: perl
79946           !> perl.c
79947 ____________________________________________________________________________
79948 [ 17682] By: hv                                    on 2002/08/05  15:04:54
79949         Log: Subject: Defined-or patch (cleaned up)
79950              From: "Brent Dax" <brentdax@cpan.org>
79951              Date: Fri, 26 Jul 2002 05:41:52 -0700 (13:41 BST)
79952              Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue>
79953      Branch: perl
79954            + t/op/dor.t
79955            ! MANIFEST embed.h ext/B/B/Deparse.pm ext/Opcode/Opcode.pm
79956            ! keywords.h keywords.pl op.c opcode.h opcode.pl opnames.h
79957            ! perly.c perly.h perly.y perly_c.diff pod/perlop.pod pp.sym
79958            ! pp_ctl.c pp_hot.c pp_proto.h toke.c vms/perly_c.vms
79959            ! vms/perly_h.vms
79960 ____________________________________________________________________________
79961 [ 17681] By: hv                                    on 2002/08/05  14:41:23
79962         Log: typo
79963      Branch: perl
79964            ! keywords.h keywords.pl
79965 ____________________________________________________________________________
79966 [ 17680] By: hv                                    on 2002/08/05  14:33:39
79967         Log: warn that keywords.h is generated
79968      Branch: perl
79969            ! keywords.h keywords.pl
79970 ____________________________________________________________________________
79971 [ 17679] By: hv                                    on 2002/08/04  23:40:22
79972         Log: again: #17678 caused test failures in pod2html,
79973              in which $1 could leak from previous regexp
79974      Branch: perl
79975            ! mg.c
79976 ____________________________________________________________________________
79977 [ 17678] By: hv                                    on 2002/08/04  15:34:19
79978         Log: Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
79979              From: hv@crypt.org
79980              Date: Sun, 04 Aug 2002 17:40:30 +0100
79981              Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
79982      Branch: perl
79983            ! mg.c t/op/taint.t
79984 ____________________________________________________________________________
79985 [ 17677] By: hv                                    on 2002/08/04  15:25:25
79986         Log: Main branch no longer needs op/taint.t version check.
79987      Branch: perl
79988            ! t/op/taint.t
79989 ____________________________________________________________________________
79990 [ 17676] By: hv                                    on 2002/08/04  15:14:09
79991         Log: Subject: Re: [PATCH] Re: taint news
79992              From: Rick Delaney <rick.delaney@rogers.com>
79993              Date: 04 Aug 2002 00:28:58 EDT
79994              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
79995              Ref: 20020208.005
79996      Branch: perl
79997            ! pp_sys.c
79998 ____________________________________________________________________________
79999 [ 17675] By: hv                                    on 2002/08/04  01:48:36
80000         Log: Fix email address for Kragen Sitaker <kragen@pobox.com>.
80001      Branch: perl
80002            ! AUTHORS
80003 ____________________________________________________________________________
80004 [ 17674] By: hv                                    on 2002/08/04  01:30:11
80005         Log: Subject: [PATCH] AUTHORS
80006              From: Colin Watson <colinw@zeus.com>
80007              Date: Thu, 25 Jul 2002 15:54:37 +0100
80008              Message-id: <20020725145437.GC4921@zeus.com>
80009      Branch: perl
80010            ! AUTHORS
80011 ____________________________________________________________________________
80012 [ 17673] By: hv                                    on 2002/08/04  01:27:36
80013         Log: Subject: [PATCH] AUTHORS
80014              From: Walt Mankowski <waltman@pobox.com>
80015              Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
80016              Message-id: <20020721025612.GB15958@pobox.com>
80017      Branch: perl
80018            ! AUTHORS
80019 ____________________________________________________________________________
80020 [ 17672] By: hv                                    on 2002/08/04  01:25:14
80021         Log: Subject: Re: mention of "use sort" botched in perlfunc?
80022              From: Michael G Schwern <schwern@pobox.com>
80023              Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
80024              Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
80025      Branch: perl
80026            ! pod/perlfunc.pod
80027 ____________________________________________________________________________
80028 [ 17671] By: hv                                    on 2002/08/04  01:11:32
80029         Log: Change version from 5.8.0 to 5.9.0.
80030      Branch: perl
80031            ! Configure NetWare/Makefile NetWare/config_H.wc
80032            ! Porting/config.sh Porting/config_H README.win32 config_h.SH
80033            ! cygwin/perlld.in epoc/config.sh epoc/createpkg.pl
80034            ! hints/dgux.sh installperl lib/ExtUtils/MM_NW5.pm makedef.pl
80035            ! patchlevel.h win32/Makefile win32/makefile.mk
80036            ! wince/Makefile.ce
80037 ____________________________________________________________________________
80038 [ 17656] By: ams                                   on 2002/07/28  06:12:33
80039         Log: Subject: [PATCH] Typo in regcomp.c
80040              From: Chris Ball <chris@cpan.org>
80041              Date: 26 Jul 2002 17:49:35 +0100
80042              Message-Id: <868z3yzb6o.fsf@void.printf.net>
80043              (With additional tweak to s_reginclasslen.)
80044      Branch: perl
80045            ! regcomp.c
80046 ____________________________________________________________________________
80047 [ 17655] By: jhi                                   on 2002/07/25  20:37:16
80048         Log: Upgrade to Unicode::Collate 0.20.
80049      Branch: perl
80050            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
80051            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
80052 ____________________________________________________________________________
80053 [ 17654] By: jhi                                   on 2002/07/23  16:33:52
80054         Log: Commas, schcommas.
80055      Branch: perl
80056            ! patchlevel.h
80057 ____________________________________________________________________________
80058 [ 17644] By: jhi                                   on 2002/07/19  18:55:18
80059         Log: Copy perldelta as perl58delta, purge the perldelta.
80060      Branch: perl
80061            + pod/perl58delta.pod
80062            ! MANIFEST pod/perldelta.pod
80063 ____________________________________________________________________________
80064 [ 17642] By: jhi                                   on 2002/07/19  16:37:39
80065         Log: Update Changes; mainly to get the DEVELNNNNN stamp back in business.
80066      Branch: perl
80067            ! Changes patchlevel.h
80068 ____________________________________________________________________________
80069 [ 17641] By: jhi                                   on 2002/07/19  16:31:08
80070         Log: Integrate perlio (no changes, but that's fine).
80071      Branch: perl
80072           !> embed.fnc perl.h
80073 ____________________________________________________________________________
80074 [ 17639] By: jhi                                   on 2002/07/19  00:47:18
80075         Log: It's all yours, Hugo.
80076      Branch: perl
80077            + Changes5.8
80078            ! Changes MANIFEST