This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: Perl PR: "Security holes in Sys::Syslog"
[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 [ 25244] By: steveh                                on 2005/07/29  09:41:38
33         Log: Skip op/sprintf.t test 147 on MSWin32
34              ... and fix the skip code so that it actually works ;-)
35      Branch: perl
36            ! t/op/sprintf.t
37 ____________________________________________________________________________
38 [ 25243] By: rgs                                   on 2005/07/29  08:31:51
39         Log: Subject: [PATCH] More embed.fnc goodness
40              From: Andy Lester <andy@petdance.com>
41              Date: Thu, 28 Jul 2005 14:09:56 -0500
42              Message-ID: <20050728190956.GB607@petdance.com>
43      Branch: perl
44            ! doio.c embed.fnc embed.h op.c pp_ctl.c proto.h regcomp.c
45            ! regexec.c sv.c util.c
46 ____________________________________________________________________________
47 [ 25242] By: rgs                                   on 2005/07/29  07:19:11
48         Log: Subject: [PATCH] Fix English error in overload.pm
49              From: Andy Lester <andy@petdance.com>
50              Date: Thu, 28 Jul 2005 14:10:43 -0500
51              Message-ID: <20050728191043.GC607@petdance.com>
52      Branch: perl
53            ! lib/overload.pm
54 ____________________________________________________________________________
55 [ 25241] By: rgs                                   on 2005/07/28  17:34:36
56         Log: Clarification to the syntax of loop modifiers
57              by Piotr Fusik
58      Branch: perl
59            ! pod/perlfunc.pod
60 ____________________________________________________________________________
61 [ 25240] By: rgs                                   on 2005/07/28  17:29:47
62         Log: Subject: RE: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
63              From: "Green, Paul" <Paul.Green@stratus.com>
64              Date: Mon, 25 Jul 2005 12:39:32 -0400
65              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB8A9F67@EXNA.corp.stratus.com>
66      Branch: perl
67            ! mg.c
68 ____________________________________________________________________________
69 [ 25239] By: rgs                                   on 2005/07/28  17:18:13
70         Log: Subject: [PATCH fresh_perl.t] Being more careful about newlines
71              From: Michael G Schwern <schwern@pobox.com>
72              Date: Fri, 22 Jul 2005 12:53:34 -0700
73              Message-ID: <20050722195334.GA12431@windhund.schwern.org>
74      Branch: perl
75            ! t/run/fresh_perl.t
76 ____________________________________________________________________________
77 [ 25238] By: rgs                                   on 2005/07/28  16:11:23
78         Log: Subject: [PATCH] perl.h, use STRINGIFY in 25171
79              From: Robin Barker <Robin.Barker@npl.co.uk>
80              Date: Thu, 28 Jul 2005 12:13:13 +0100
81              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75A@hotel.npl.co.uk>
82      Branch: perl
83            ! perl.h
84 ____________________________________________________________________________
85 [ 25237] By: merijn                                on 2005/07/28  13:03:09
86         Log: Subject: [PATCH] tidy up DieNull and DIE_NULL
87              From: Robin Barker <Robin.Barker@npl.co.uk>
88              Date: Thu, 28 Jul 2005 14:05:51 +0100
89              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75C@hotel.npl.co.uk>
90      Branch: perl
91            ! embed.fnc mg.c perl.h pp.h pp_sys.c proto.h
92 ____________________________________________________________________________
93 [ 25236] By: rgs                                   on 2005/07/28  12:59:55
94         Log: Subject: [PATCH] silence compiler warning in mg.c POSIX.xs
95              From: Robin Barker <Robin.Barker@npl.co.uk>
96              Date: Thu, 28 Jul 2005 13:57:31 +0100
97              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75B@hotel.npl.co.uk>
98      Branch: perl
99            ! ext/POSIX/POSIX.xs mg.c perl.h
100 ____________________________________________________________________________
101 [ 25235] By: merijn                                on 2005/07/28  12:22:27
102         Log: sprintf now has all but two tests enabled.
103              the list supports skipping of expected fails
104              new test for %.0g from Dominic Dunlop
105      Branch: perl
106            ! t/op/sprintf.t
107 ____________________________________________________________________________
108 [ 25234] By: steveh                                on 2005/07/28  09:10:41
109         Log: Subject: [PATCH] perlfunc.pod grammar fixes
110              From: Steve Peters <steve@fisharerojo.org>
111              Date: Wed, 27 Jul 2005 22:02:13 -0500
112              Message-ID: <20050728030213.GA11330@mccoy.peters.homeunix.org>
113              
114              (with minor tweaks)
115      Branch: perl
116            ! pod/perlfunc.pod
117 ____________________________________________________________________________
118 [ 25233] By: rgs                                   on 2005/07/28  09:07:57
119         Log: Sync change 25229 to .h source files
120      Branch: perl
121            ! cv.h pad.h
122 ____________________________________________________________________________
123 [ 25232] By: rgs                                   on 2005/07/28  08:53:55
124         Log: Subject: [perl #36672] Swapped warnings for -o and -O file tests 
125              From: "Piotr Fusik" (via RT) <perlbug-followup@perl.org>
126              Date: Wed, 27 Jul 2005 15:43:17 -0700
127              Message-ID: <rt-3.0.11-36672-118371.6.12458378853063@perl.org>
128              
129              (except the redundant test)
130      Branch: perl
131            ! opcode.h opcode.pl t/lib/warnings/9uninit
132 ____________________________________________________________________________
133 [ 25231] By: merijn                                on 2005/07/28  06:48:14
134         Log: Subject: Re: [PATCH] Tru64: use -c99 for ccflags if available
135              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
136              Date: Thu, 28 Jul 2005 10:01:51 +0300
137              Message-ID: <42E882DF.6020100@gmail.com>
138              Message-ID: <42E86DE9.6090709@gmail.com>
139      Branch: perl
140            ! handy.h hints/dec_osf.sh
141 ____________________________________________________________________________
142 [ 25230] By: merijn                                on 2005/07/27  16:28:58
143         Log: Some signals are more real than others
144              Also added comment about why the tests are there
145      Branch: perl
146            ! ext/POSIX/t/sigaction.t
147 ____________________________________________________________________________
148 [ 25229] By: merijn                                on 2005/07/27  16:26:16
149         Log: Subject: [PATCH] id est is i.e.
150              From: Steve Peters <steve@fisharerojo.org>
151              Date: Tue, 26 Jul 2005 20:42:38 -0500
152              Message-ID: <20050727014238.GA2582@mccoy.peters.homeunix.org>
153      Branch: perl
154            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
155            ! pod/perlintern.pod
156 ____________________________________________________________________________
157 [ 25228] By: merijn                                on 2005/07/26  13:23:10
158         Log: Use the correct gcc when more than one gcc is installed
159              Thanks to Campo
160      Branch: perl
161            ! hints/aix.sh
162 ____________________________________________________________________________
163 [ 25227] By: rgs                                   on 2005/07/26  09:20:11
164         Log: Subject: [perl #36658] Typo in perlfunc.pod 
165              From: "John W. Krahn" (via RT) <perlbug-followup@perl.org>
166              Date: Tue, 26 Jul 2005 01:07:18 -0700
167              Message-ID: <rt-3.0.11-36658-118300.18.7320750032131@perl.org>
168      Branch: perl
169            ! pod/perlfunc.pod
170 ____________________________________________________________________________
171 [ 25226] By: steveh                                on 2005/07/25  14:37:41
172         Log: Reinstate PERL_MALLOC_WRAP for bcc32 on Win32
173              
174              This was disabled by change 22689 because it was severely broken
175              at the time.  See the thread starting here:
176              
177              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-04/msg00370.html
178              
179              The PERL_MALLOC_WRAP code in handy.h has since changed along the
180              lines of what was discussed in that thread (in particular, by change
181              25034) and I find that everything is now fine with PERL_MALLOC_WRAP
182              re-enabled.
183      Branch: perl
184            ! win32/config_H.bc
185 ____________________________________________________________________________
186 [ 25225] By: steveh                                on 2005/07/25  14:34:12
187         Log: Ken pointed out that CBuilder's cleanup is too agrressive
188              
189              The Windows compile() and link() methods bizarrely include their own
190              output files in the list of files to be cleaned up.  Now that they
191              actually are being cleaned up, this isn't ideal ;-)
192              
193              Stop compile() and link() from cleaning up their own output, and
194              reinstate the explicit deletion of those output files in the test
195              scripts.
196      Branch: perl
197            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
198            ! lib/ExtUtils/CBuilder/t/01-basic.t
199            ! lib/ExtUtils/CBuilder/t/02-link.t
200            ! lib/ExtUtils/ParseXS/t/basic.t
201 ____________________________________________________________________________
202 [ 25224] By: steveh                                on 2005/07/25  11:53:44
203         Log: Silence uninitialized value warnings in Net::Cmd
204              
205              (Suppresses 20 such warnings emitted by lib/Net/t/datasend.t)
206      Branch: perl
207            ! lib/Net/Cmd.pm
208 ____________________________________________________________________________
209 [ 25223] By: merijn                                on 2005/07/25  11:47:03
210         Log: use POSIX might not throw an error. Check for useful values also
211      Branch: perl
212            ! ext/POSIX/t/sigaction.t
213 ____________________________________________________________________________
214 [ 25222] By: steveh                                on 2005/07/25  11:11:29
215         Log: Make CBuilder and ParseXS clean up their temp test files
216      Branch: perl
217            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
218            ! lib/ExtUtils/CBuilder/t/01-basic.t
219            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
220            ! lib/ExtUtils/ParseXS/t/basic.t
221 ____________________________________________________________________________
222 [ 25221] By: rgs                                   on 2005/07/25  09:49:39
223         Log: Increment the version number of version.pm
224              (no code changes on CPAN)
225      Branch: perl
226            ! lib/version.pm
227 ____________________________________________________________________________
228 [ 25220] By: merijn                                on 2005/07/25  08:53:34
229         Log: Subject: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
230              From: Michael G Schwern <schwern@pobox.com>
231              Date: Sat, 23 Jul 2005 17:25:18 -0700
232              Message-ID: <20050724002518.GB4918@windhund.schwern.org>
233              
234              Subject: Re: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
235              From: Michael G Schwern <schwern@pobox.com>
236              Date: Sun, 24 Jul 2005 13:49:25 -0700
237              Message-ID: <20050724204925.GC13275@windhund.schwern.org>
238      Branch: perl
239            ! pod/perlfunc.pod
240 ____________________________________________________________________________
241 [ 25219] By: merijn                                on 2005/07/25  08:39:08
242         Log: Subject: [PATCH] perlfunc.pod: s/definetely/definitely/
243              From: "Piotr Fusik" <pfusik@op.pl>
244              Date: Sun, 24 Jul 2005 12:55:09 +0200
245              Message-ID: <004e01c5903e$2affb3a0$60d24dd5@piec>
246      Branch: perl
247            ! pod/perlfunc.pod
248 ____________________________________________________________________________
249 [ 25218] By: nicholas                              on 2005/07/24  22:35:56
250         Log: Subject: [PATCH] Re: blead@25210 on OpenVMS (not good)
251              From: "Craig A. Berry" <craigberry@mac.com>
252              Message-Id: <p06230906bf09caa9618b@[172.16.52.1]>
253              Date: Sun, 24 Jul 2005 17:47:26 -0500
254      Branch: perl
255            ! doio.c
256 ____________________________________________________________________________
257 [ 25217] By: nicholas                              on 2005/07/24  20:52:13
258         Log: Subject: [PATCH] blead help for VMS
259              From: "Craig A. Berry" <craigberry@mac.com>
260              Message-ID: <42E3FABB.1020900@mac.com>
261              Date: Sun, 24 Jul 2005 15:31:55 -0500
262      Branch: perl
263           +> ext/Compress/Zlib/zlib-src/adler32.c
264           +> ext/Compress/Zlib/zlib-src/compress.c
265           +> ext/Compress/Zlib/zlib-src/crc32.c
266           +> ext/Compress/Zlib/zlib-src/crc32.h
267           +> ext/Compress/Zlib/zlib-src/deflate.c
268           +> ext/Compress/Zlib/zlib-src/deflate.h
269           +> ext/Compress/Zlib/zlib-src/gzio.c
270           +> ext/Compress/Zlib/zlib-src/infback.c
271           +> ext/Compress/Zlib/zlib-src/inffast.c
272           +> ext/Compress/Zlib/zlib-src/inffast.h
273           +> ext/Compress/Zlib/zlib-src/inffixed.h
274           +> ext/Compress/Zlib/zlib-src/inflate.c
275           +> ext/Compress/Zlib/zlib-src/inflate.h
276           +> ext/Compress/Zlib/zlib-src/inftrees.c
277           +> ext/Compress/Zlib/zlib-src/inftrees.h
278           +> ext/Compress/Zlib/zlib-src/trees.c
279           +> ext/Compress/Zlib/zlib-src/trees.h
280           +> ext/Compress/Zlib/zlib-src/uncompr.c
281           +> ext/Compress/Zlib/zlib-src/zconf.h
282           +> ext/Compress/Zlib/zlib-src/zlib.h
283           +> ext/Compress/Zlib/zlib-src/zutil.c
284           +> ext/Compress/Zlib/zlib-src/zutil.h
285            - ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
286            - ext/Compress/Zlib/zlib-src-1.2.3/compress.c
287            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
288            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
289            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
290            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
291            - ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
292            - ext/Compress/Zlib/zlib-src-1.2.3/infback.c
293            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
294            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
295            - ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
296            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
297            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
298            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
299            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
300            - ext/Compress/Zlib/zlib-src-1.2.3/trees.c
301            - ext/Compress/Zlib/zlib-src-1.2.3/trees.h
302            - ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
303            - ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
304            - ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
305            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
306            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
307            ! MANIFEST ext/Compress/Zlib/config.in mg.c pp_ctl.c pp_sys.c
308            ! vms/gen_shrfls.pl
309 ____________________________________________________________________________
310 [ 25216] By: steveh                                on 2005/07/22  16:53:11
311         Log: Fix USE_LARGE_FILES with bcc32 on Win32?
312              
313              Trawling through all these config files, I think I've found the
314              reason why bcc32 builds with USE_LARGE_FILES were failing (e.g.
315              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00809.html):
316              lseeksize and lseektype were set to 8 and __int64, but Borland's
317              <io.h> suggests that they should be 4 and long respectively.
318              
319              Changing them accordingly makes all tests pass. And I see that
320              win32/win32.c has special handling for __BORLANDC__ + USE_LARGE_FILES,
321              presumably to cope with this difference?
322      Branch: perl
323            ! win32/config.bc
324 ____________________________________________________________________________
325 [ 25215] By: steveh                                on 2005/07/22  16:36:41
326         Log: Tweak the canned win32/config.* files
327              
328              uselargefiles, usemultiplicity, useperlio and useithreads are now
329              off in the canned win32/config_H.* files, so change these to match.
330              
331              Also scrap the misleading ~USE_PERLIO~ and ~USE_SITECUST~ tags
332              which don't actually work since no such CFG_VARS are passed in to
333              config_sh.PL. (The useperlio and usesitecustomize entries actually
334              get substituted by the more general "if (/^([\w_]+)=(.*)$/)" case.)
335      Branch: perl
336            ! win32/config.bc win32/config.gc win32/config.vc
337            ! win32/config.vc64
338 ____________________________________________________________________________
339 [ 25214] By: steveh                                on 2005/07/22  14:22:38
340         Log: Add missing entries to win32/config.*
341              
342              No existing entries changed, just adding some missing ones based
343              on Porting/config.sh
344      Branch: perl
345            ! win32/config.bc win32/config.gc win32/config.vc
346            ! win32/config.vc64
347 ____________________________________________________________________________
348 [ 25213] By: rgs                                   on 2005/07/22  12:23:35
349         Log: Subject: [perl #36612] [PATCH] Misleading shift docs about @ARGV
350              From: Michael G Schwern (via RT) <perlbug-followup@perl.org>
351              Date: Wed, 20 Jul 2005 18:26:23 -0700
352              Message-ID: <rt-3.0.11-36612-118070.2.49212485540788@perl.org>
353      Branch: perl
354            ! pod/perlfunc.pod
355 ____________________________________________________________________________
356 [ 25212] By: steveh                                on 2005/07/22  10:32:02
357         Log: Tidy up options / defines output from makedef.pl
358              and change Win32-specific comments to say "On Win32 ..." now
359              that AIX is using the same code too
360      Branch: perl
361            ! makedef.pl
362 ____________________________________________________________________________
363 [ 25211] By: steveh                                on 2005/07/22  10:29:51
364         Log: Silence Win32 warnings when not using USE_LARGE_FILES
365      Branch: perl
366            ! win32/win32.c
367 ____________________________________________________________________________
368 [ 25210] By: merijn                                on 2005/07/21  17:40:06
369         Log: I *DO* have AIX, and extending #25209 like this make it happy again
370              Thank you Steve!
371      Branch: perl
372            ! makedef.pl
373 ____________________________________________________________________________
374 [ 25209] By: steveh                                on 2005/07/21  17:01:33
375         Log: Make makedef.pl read "miniperl -V" on Win32
376              
377              Perhaps other platforms that use makedef.pl also need a similar
378              change (currently required to pick up PERL_DONT_CREATE_GVSV),
379              but it also requires them to have minimal canned configs (if they
380              are using canned configs like Win32 does) and I don't have any
381              of the affected platforms (AIX, WinCE, OS/2, MacOS Classic and
382              NetWare) for testing, so play it safe instead
383      Branch: perl
384            ! makedef.pl
385 ____________________________________________________________________________
386 [ 25208] By: steveh                                on 2005/07/21  16:50:27
387         Log: Make the canned config.h files used on Win32 more minimal
388              
389              These are used in their unedited form to build miniperl, so should
390              represent a minimal configuration
391              
392              The plan is to use miniperl's "-V" output in makedef.pl, so it is
393              important that it doesn't include any of the optional things in the
394              makefiles that the user might have chosen to disable
395              
396              (The actual config.h used to build perl itself is, of course, an
397              edited version of these canned configs produced by using miniperl
398              to run config_h.PL so these changes won't affect perl itself)
399      Branch: perl
400            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
401            ! win32/config_H.vc64
402 ____________________________________________________________________________
403 [ 25207] By: merijn                                on 2005/07/21  15:41:39
404         Log: Subject: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
405              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
406              Date: Thu, 21 Jul 2005 18:33:22 +0300
407              Message-ID: <42DFC042.1090201@gmail.com>
408      Branch: perl
409            ! ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t mg.c
410 ____________________________________________________________________________
411 [ 25206] By: steveh                                on 2005/07/21  14:20:06
412         Log: Rearrange win32/config_H.* to match config_h.SH
413              
414              No actual changes, just reordering the contents of the files so that
415              diff works better.
416      Branch: perl
417            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
418            ! win32/config_H.vc64
419 ____________________________________________________________________________
420 [ 25205] By: rgs                                   on 2005/07/21  12:39:43
421         Log: Subject: [PATCH perl@24148] Compress::Zlib 1.35
422              From: "Paul Marquess" <paul.marquess@ntlworld.com>
423              Date: Thu, 21 Jul 2005 10:06:06 +0100
424              Message-Id: <20050721090634.CA4E61F0003@mx1.mandriva.com>
425      Branch: perl
426            + ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
427            + ext/Compress/Zlib/zlib-src-1.2.3/compress.c
428            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
429            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
430            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
431            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
432            + ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
433            + ext/Compress/Zlib/zlib-src-1.2.3/infback.c
434            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
435            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
436            + ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
437            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
438            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
439            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
440            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
441            + ext/Compress/Zlib/zlib-src-1.2.3/trees.c
442            + ext/Compress/Zlib/zlib-src-1.2.3/trees.h
443            + ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
444            + ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
445            + ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
446            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
447            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
448            - ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
449            - ext/Compress/Zlib/zlib-src-1.2.2/compress.c
450            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
451            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
452            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
453            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
454            - ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
455            - ext/Compress/Zlib/zlib-src-1.2.2/infback.c
456            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
457            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
458            - ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
459            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
460            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
461            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
462            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
463            - ext/Compress/Zlib/zlib-src-1.2.2/trees.c
464            - ext/Compress/Zlib/zlib-src-1.2.2/trees.h
465            - ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
466            - ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
467            - ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
468            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
469            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
470            ! MANIFEST ext/Compress/Zlib/Changes ext/Compress/Zlib/README
471            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
472            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/t/05gzsetp.t
473 ____________________________________________________________________________
474 [ 25204] By: rgs                                   on 2005/07/20  16:53:16
475         Log: Remove :base_io from the set of default "safe" opcodes.
476              This fixes bug [perl #36213] "Possible flaw in Safe.pm/Opcode.pm
477              that allows access to any file" but introduces a backward
478              compatibility issue.
479      Branch: perl
480            ! ext/Opcode/Opcode.pm ext/Safe/t/safe2.t
481 ____________________________________________________________________________
482 [ 25203] By: steveh                                on 2005/07/20  13:59:18
483         Log: Fix definition of Perl_sighandler following change 25200
484      Branch: perl
485            ! mg.c
486 ____________________________________________________________________________
487 [ 25202] By: rgs                                   on 2005/07/20  13:19:10
488         Log: Subject: [PATCH] Convert t/op/vec.t to test.pl
489              From: Steve Peters <steve@fisharerojo.org>
490              Date: Wed, 20 Jul 2005 08:06:38 -0500
491              Message-ID: <20050720130638.GA6123@mccoy.peters.homeunix.org>
492      Branch: perl
493            ! t/op/vec.t
494 ____________________________________________________________________________
495 [ 25201] By: steveh                                on 2005/07/20  13:08:54
496         Log: Silence Win32 compiler warning (signed/unsigned mismatch)
497      Branch: perl
498            ! pad.c
499 ____________________________________________________________________________
500 [ 25200] By: rgs                                   on 2005/07/20  12:28:16
501         Log: Subject: [PATCH] support POSIX SA_SIGINFO
502              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
503              Date: Wed, 20 Jul 2005 14:40:54 +0300
504              Message-ID: <42DE3846.6050606@gmail.com>
505      Branch: perl
506            ! embed.fnc embed.h ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t
507            ! global.sym iperlsys.h mg.c perl.c perl.h pp_sys.c proto.h
508            ! util.c
509 ____________________________________________________________________________
510 [ 25199] By: steveh                                on 2005/07/20  12:11:56
511         Log: Silence warnings about NSIG redefinition on Win32
512              
513              (Change 25191 doesn't work out unless dosish.h includes <signal.h>
514              too, which it currently only does for DJGPP)
515      Branch: perl
516            ! dosish.h
517 ____________________________________________________________________________
518 [ 25198] By: rgs                                   on 2005/07/20  11:18:59
519         Log: Remove obsolete error messages
520      Branch: perl
521            ! pod/perldiag.pod
522 ____________________________________________________________________________
523 [ 25197] By: rgs                                   on 2005/07/20  10:59:44
524         Log: croak() accepts Nullch as a parameter.
525              (spotted by Stas Bekman)
526      Branch: perl
527            ! embed.fnc proto.h
528 ____________________________________________________________________________
529 [ 25196] By: steveh                                on 2005/07/20  10:36:20
530         Log: Fix Newz() backwards-compatibility macro
531      Branch: perl
532            ! handy.h
533 ____________________________________________________________________________
534 [ 25195] By: rgs                                   on 2005/07/20  10:31:04
535         Log: Remove :unique attribute from Config.pm,
536              until we find a better implementation of it (or
537              remove it). See [perl #36375].
538      Branch: perl
539            ! configpm
540 ____________________________________________________________________________
541 [ 25194] By: rgs                                   on 2005/07/20  09:08:56
542         Log: Subject: [PATCH] lvalue-subs returning elements of tied hashes/arrays
543              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
544              Date: Wed, 20 Jul 2005 10:43:11 +0200
545              Message-id: <20050720084311.GA20332@ethan>
546      Branch: perl
547            ! pp_hot.c t/op/sub_lval.t
548 ____________________________________________________________________________
549 [ 25193] By: steveh                                on 2005/07/20  09:00:29
550         Log: Exit test script (if we're going to) *before* declaring a plan
551      Branch: perl
552            ! ext/POSIX/t/sigaction.t
553 ____________________________________________________________________________
554 [ 25192] By: rgs                                   on 2005/07/20  08:50:18
555         Log: Subject: [PATCH] RE: rebuilding lib/Config*
556              From: Robin Barker <Robin.Barker@npl.co.uk>
557              Date: Jul 14, 2005 3:27 PM
558              Message-ID: <533D273D4014D411AB1D00062938C4D90849C733@hotel.npl.co.uk>
559      Branch: perl
560            ! Makefile.SH
561 ____________________________________________________________________________
562 [ 25191] By: rgs                                   on 2005/07/20  06:47:49
563         Log: Subject: [PATCH] move NSIG logic
564              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
565              Date: Wed, 20 Jul 2005 09:57:44 +0300
566              Message-ID: <42DDF5E8.1060100@gmail.com>
567      Branch: perl
568            ! handy.h perl.h
569 ____________________________________________________________________________
570 [ 25190] By: nicholas                              on 2005/07/19  22:15:43
571         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
572              (Certainly where there is AUTOLOADing and XS)
573              Hopefully *this* fixes the POSIX breakage.
574      Branch: perl
575            ! ext/POSIX/POSIX.pm
576 ____________________________________________________________________________
577 [ 25189] By: nicholas                              on 2005/07/19  21:16:20
578         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
579              (Certainly where there is AUTOLOADing and XS)
580              Hopefully this fixes the POSIX breakage.
581      Branch: perl
582            ! ext/POSIX/POSIX.xs
583 ____________________________________________________________________________
584 [ 25188] By: nicholas                              on 2005/07/19  21:08:17
585         Log: XS constants fail when their value is called for, not at import.
586              This might be construed as a bug. Fixing is probably a greater evil.
587      Branch: perl
588            ! ext/POSIX/t/sigaction.t
589 ____________________________________________________________________________
590 [ 25187] By: rgs                                   on 2005/07/19  14:12:38
591         Log: Extend the the "our variable redeclared" warning to the case:
592              our $x; our $x;
593              and add more tests
594      Branch: perl
595            ! pad.c t/lib/strict/vars t/lib/warnings/pad
596 ____________________________________________________________________________
597 [ 25186] By: steveh                                on 2005/07/19  13:25:42
598         Log: Fix test following change #25181
599      Branch: perl
600            ! lib/Pod/t/htmlview.t
601 ____________________________________________________________________________
602 [ 25185] By: merijn                                on 2005/07/19  11:06:22
603         Log: Subject: [PATCH] allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)
604              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
605              Date: Tue, 19 Jul 2005 12:06:00 +0300
606              Message-ID: <42DCC278.2010009@gmail.com>
607      Branch: perl
608            ! Configure ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
609            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
610            ! handy.h
611 ____________________________________________________________________________
612 [ 25182] By: rgs                                   on 2005/07/19  10:09:57
613         Log: Fix strict test to go with the precedent warning change
614      Branch: perl
615            ! t/lib/strict/vars
616 ____________________________________________________________________________
617 [ 25181] By: steveh                                on 2005/07/19  10:07:46
618         Log: Subject: [perl #36526] Incorrect (X)HTML generated by Pod::Html 
619              From: Earl Hood (via RT) <perlbug-followup@perl.org>
620              Date: Tue, 12 Jul 2005 23:55:28 -0700
621              Message-ID: <rt-3.0.11-36526-117155.10.6496168983897@perl.org>
622              
623              (with old code deleted rather than commented out)
624      Branch: perl
625            ! lib/Pod/Html.pm
626 ____________________________________________________________________________
627 [ 25180] By: rgs                                   on 2005/07/19  09:56:59
628         Log: Silence new (expected) warnings
629      Branch: perl
630            ! t/op/mydef.t
631 ____________________________________________________________________________
632 [ 25179] By: rgs                                   on 2005/07/19  09:45:24
633         Log: Overhaul the semantics of the warning
634              ""%s" variable %s masks earlier declaration",
635              based on a patch by Rick Delaney. Now we have :
636              my $x;   my $x; # warns
637              my $x;  our $x; # warns
638              our $x;  my $x; # warns
639              our $x; our $x; # silent
640      Branch: perl
641            ! pad.c t/lib/warnings/pad
642 ____________________________________________________________________________
643 [ 25178] By: merijn                                on 2005/07/19  05:42:52
644         Log: Subject: [PATCH] Final (hopefully) fix for fchdir
645              From: Steve Peters <steve@fisharerojo.org>
646              Date: Mon, 18 Jul 2005 22:59:19 -0500
647              Message-ID: <20050719035919.GA32670@mccoy.peters.homeunix.org>
648      Branch: perl
649            ! pp_sys.c
650 ____________________________________________________________________________
651 [ 25177] By: davem                                 on 2005/07/19  01:16:09
652         Log: Subject:  Re: [PATCH] Faster **
653              From:      "Piotr Fusik" <pfusik@op.pl>
654              Date:      Fri, 24 Jun 2005 12:47:40 +0200
655              Message-Id:  <00b201c578af$7ad02b40$17d24dd5@piec>
656      Branch: perl
657            ! pp.c
658 ____________________________________________________________________________
659 [ 25176] By: davem                                 on 2005/07/19  01:05:18
660         Log: the "local @foo with $#foo" tests are no longer TODO
661      Branch: perl
662            ! t/op/array.t
663 ____________________________________________________________________________
664 [ 25174] By: steveh                                on 2005/07/18  16:53:21
665         Log: Subject: Re: [PATCH] RE: blead: no longer supports %vd format
666              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
667              Date: Mon, 18 Jul 2005 18:35:09 +0200
668              Message-ID: <20050718183509.0381169c@grubert.mandrakesoft.com>
669      Branch: perl
670            ! perl.h
671 ____________________________________________________________________________
672 [ 25173] By: merijn                                on 2005/07/18  16:37:11
673         Log: Subject: Re: AIX 5.2 localtime bug attack
674              From: Campo Weijerman <rfc822@nl.ibm.com>
675              Date: Mon, 18 Jul 2005 17:34:55 +0200
676              Message-ID: <20050718153455.GA29381@python>
677              
678              mday++ is also wday++ and yday++
679      Branch: perl
680            ! pp_sys.c
681 ____________________________________________________________________________
682 [ 25172] By: rgs                                   on 2005/07/18  15:23:38
683         Log: Subject: [PATCH] The continuing plod through embed.fnc
684              From: Andy Lester <andy@petdance.com>
685              Date: Mon, 18 Jul 2005 10:37:38 -0500
686              Message-ID: <20050718153738.GB20193@petdance.com>
687      Branch: perl
688            ! embed.fnc op.c pad.c pod/perlapi.pod pp_sys.c proto.h
689            ! regcomp.c utf8.c
690 ____________________________________________________________________________
691 [ 25171] By: rgs                                   on 2005/07/18  12:37:02
692         Log: Subject: [PATCH] RE: blead: no longer supports %vd format
693              From: Robin Barker <Robin.Barker@npl.co.uk>
694              Date: Jul 14, 2005 2:31 PM
695              Message-ID: <533D273D4014D411AB1D00062938C4D90849C730@hotel.npl.co.uk>
696      Branch: perl
697            ! perl.h sv.c t/op/sprintf.t
698 ____________________________________________________________________________
699 [ 25170] By: merijn                                on 2005/07/18  11:02:01
700         Log: tests are expected to fail if dirfd () does not exist
701              make the tests to expect failures in that case
702      Branch: perl
703            ! t/op/chdir.t
704 ____________________________________________________________________________
705 [ 25169] By: merijn                                on 2005/07/18  10:27:06
706         Log: 1. Typo detected by Schwern (#25151)
707              2. Added proza about patches (#25152)
708              3. dirfd got the wrong define based on previous tests (#25168)
709      Branch: perl
710            ! Configure
711 ____________________________________________________________________________
712 [ 25167] By: steveh                                on 2005/07/18  09:54:58
713         Log: Silence compiler warning following change 25157
714              
715              (DIE returns Perl_die's return value which is an OP*, not the I32
716              that Perl_apply is expected to return)
717      Branch: perl
718            ! doio.c
719 ____________________________________________________________________________
720 [ 25166] By: rgs                                   on 2005/07/18  09:17:45
721         Log: Subject: Re: [perl #27028] /$/ not honouring /m in some cases
722              From: Rick Delaney <rick@bort.ca>
723              Date: Jul 14, 2005 4:10 PM
724              Message-ID: <20050714141059.GF19090@localhost.localdomain>
725      Branch: perl
726            + t/op/regexp_qr_embed.t
727            ! MANIFEST t/op/regexp.t
728 ____________________________________________________________________________
729 [ 25165] By: rgs                                   on 2005/07/18  08:52:25
730         Log: Subject: [PATCH] perlop: why \c\ cannot be placed just before the terminating delimiter
731              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
732              Date: Sun, 17 Jul 2005 11:38:05 +0900
733              Message-Id: <20050717112557.5921.BQW10602@nifty.com>
734      Branch: perl
735            ! pod/perlop.pod
736 ____________________________________________________________________________
737 [ 25164] By: steveh                                on 2005/07/18  08:38:27
738         Log: Subject: Re: Why does our() cross packages? (PATCH)
739              From: Michael G Schwern <schwern@pobox.com>
740              Date: Fri, 15 Jul 2005 14:35:18 -0700
741              Message-ID: <20050715213518.GH6897@windhund.schwern.org>
742              
743              (with minor tweaks suggested in subsequent posts)
744      Branch: perl
745            ! pod/perlfunc.pod
746 ____________________________________________________________________________
747 [ 25163] By: davem                                 on 2005/07/18  00:16:31
748         Log: perl -Dstv -e'... for min..max' displayed wrong stack elements
749      Branch: perl
750            ! pp_ctl.c
751 ____________________________________________________________________________
752 [ 25162] By: davem                                 on 2005/07/17  22:07:14
753         Log: delete a non-fucntioning chown in stat.t: it didn't have gid arg.
754              Spotted by Gisle Aas.
755      Branch: perl
756            ! t/op/stat.t
757 ____________________________________________________________________________
758 [ 25161] By: davem                                 on 2005/07/17  20:54:15
759         Log: document what can be assigned to a shared scalar
760      Branch: perl
761            ! ext/threads/shared/shared.pm
762 ____________________________________________________________________________
763 [ 25160] By: davem                                 on 2005/07/17  20:12:54
764         Log: $SIG{__WARN__} = sub { goto &foo } could recurse infinitely
765      Branch: perl
766            ! t/op/goto.t util.c
767 ____________________________________________________________________________
768 [ 25159] By: davem                                 on 2005/07/17  19:02:10
769         Log: change #25129 was overzealous in delaying the call to ckWARN
770      Branch: perl
771            ! doio.c pp_hot.c toke.c
772 ____________________________________________________________________________
773 [ 25158] By: merijn                                on 2005/07/16  13:20:09
774         Log: Subject: Re: [perl #36569] chop fails on decoded string with trailing nul 
775              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
776              Date: Sat, 16 Jul 2005 22:05:13 +0900
777              Message-Id: <20050716220041.2BDD.BQW10602@nifty.com>
778      Branch: perl
779            ! doop.c t/op/chop.t
780 ____________________________________________________________________________
781 [ 25157] By: merijn                                on 2005/07/16  08:07:44
782         Log: Subject: Re: fchmod, fchown, fchdir
783              From: Gisle Aas <gisle@ActiveState.com>
784              Date: 15 Jul 2005 02:32:50 -0700
785              Message-ID: <lrwtnse7nh.fsf@caliper.activestate.com>
786              
787              + Schwern's ok -> like changes
788      Branch: perl
789            ! doio.c pod/perlfunc.pod pod/perltodo.pod pp_sys.c t/io/fs.t
790            ! t/op/chdir.t
791 ____________________________________________________________________________
792 [ 25156] By: steveh                                on 2005/07/15  16:30:05
793         Log: Subject: [PATCH] more embed cleanup
794              From: Andy Lester <andy@petdance.com>
795              Date: Fri, 15 Jul 2005 10:51:15 -0500
796              Message-ID: <20050715155115.GC29983@petdance.com>
797              
798              (and run regen.pl)
799      Branch: perl
800            ! dump.c embed.fnc embed.h hv.c mg.c op.c perl.c pp_ctl.c
801            ! pp_hot.c pp_pack.c proto.h regcomp.c sv.c utf8.c
802 ____________________________________________________________________________
803 [ 25155] By: steveh                                on 2005/07/15  15:50:38
804         Log: Subject: [perl #36514] Add curl support to CPAN.pm 
805              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
806              Date: Fri, 15 Jul 2005 02:11:29 -0700
807              Message-ID: <rt-3.0.11-36514-117446.9.35668319684652@perl.org>
808              
809              (and bump $CPAN::FirstTime::VERSION)
810      Branch: perl
811            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
812 ____________________________________________________________________________
813 [ 25153] By: steveh                                on 2005/07/15  15:35:55
814         Log: Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
815              From: Michael G Schwern <schwern@pobox.com>
816              Date: Wed, 13 Jul 2005 15:57:39 -0700
817              Message-ID: <20050713225739.GN24499@windhund.schwern.org>
818              
819              Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
820              From: Rick Delaney <rick@bort.ca>
821              Date: Wed, 13 Jul 2005 20:24:56 -0400
822              Message-ID: <20050714002456.GD19090@localhost.localdomain>
823      Branch: perl
824            ! ext/B/B/Deparse.pm t/op/inc.t
825 ____________________________________________________________________________
826 [ 25150] By: steveh                                on 2005/07/15  10:35:55
827         Log: Fix static extensions when building with nmake on Win32
828              
829              They were broken because change 24806 forgot to add -DWITH_STATIC
830              to the recipe for compiling perllib.c which meant that perllibst.h
831              was not included and hence although they built OK, the static
832              extensions could not actually be used!
833              
834              In fact, since perllibst.h is always created (it is more or less
835              empty when static extensions are not being used), there is no need
836              for -DWITH_STATIC at all. So rather than adding it to Makefile,
837              just drop it from makefile.mk and perllib.c.
838              
839              Also add the missing cleanup of perllibst.h to Makefile.
840      Branch: perl
841            ! win32/Makefile win32/makefile.mk win32/perllib.c
842 ____________________________________________________________________________
843 [ 25149] By: steveh                                on 2005/07/15  09:04:57
844         Log: Subject: [perl #7840] Hash Behaviour differs v5.6.0 to v5.6.1 
845              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
846              Date: Thu, 14 Jul 2005 16:57:45 -0700
847              Message-ID: <rt-3.0.11-7840-117401.4.81505529800216@perl.org>
848              
849              (with minor tweaks)
850      Branch: perl
851            ! pod/perlop.pod
852 ____________________________________________________________________________
853 [ 25148] By: steveh                                on 2005/07/15  07:48:31
854         Log: Subject: [perl #36538] perlfunc/our contradicts itself 
855              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
856              Date: Thu, 14 Jul 2005 19:10:51 -0700
857              Message-ID: <rt-3.0.11-36538-117411.7.57026072725992@perl.org>
858      Branch: perl
859            ! pod/perlfunc.pod
860 ____________________________________________________________________________
861 [ 25147] By: steveh                                on 2005/07/15  07:44:32
862         Log: Subject: [perl #24691] leading spaces on cpan configuration causes failure 
863              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
864              Date: Tue, 12 Jul 2005 00:00:17 -0700
865              Message-ID: <rt-3.0.11-24691-116945.3.88254644317925@perl.org>
866              
867              (with spaces trimmed from username too)
868      Branch: perl
869            ! lib/CPAN/FirstTime.pm
870 ____________________________________________________________________________
871 [ 25146] By: merijn                                on 2005/07/15  07:33:01
872         Log: Subject: [PATCH] Re: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
873              From: Michael G Schwern <schwern@pobox.com>
874              Date: Fri, 15 Jul 2005 00:49:12 -0700
875              Message-ID: <20050715074911.GA16512@windhund.schwern.org>
876      Branch: perl
877            ! t/op/universal.t
878 ____________________________________________________________________________
879 [ 25145] By: merijn                                on 2005/07/15  06:49:16
880         Log: Subject: [PATCH] Missing tie() call in NDBM_File SYNOPSIS
881              From: Matt Sergeant <matt@sergeant.org>
882              Date: Thu, 14 Jul 2005 16:53:03 -0400
883              Message-Id: <28baf339c3b78cc40017066b9dc7cffb@sergeant.org>
884      Branch: perl
885            ! ext/NDBM_File/NDBM_File.pm
886 ____________________________________________________________________________
887 [ 25144] By: merijn                                on 2005/07/15  06:33:21
888         Log: Subject: Typo in t/op/stat.t
889              From: Gisle Aas <gisle@ActiveState.com>
890              Date: 14 Jul 2005 23:20:18 -0700
891              Message-ID: <lr64vcfv4t.fsf@caliper.activestate.com>
892      Branch: perl
893            ! t/op/stat.t
894 ____________________________________________________________________________
895 [ 25143] By: steveh                                on 2005/07/14  16:08:00
896         Log: Subject: Re: [perl #36507] File::Copy::copy($foo, $foo) dies
897              From: Michael G Schwern <schwern@pobox.com>
898              Date: Tue, 12 Jul 2005 15:51:18 -0700
899              Message-ID: <20050712225118.GA944@windhund.schwern.org>
900              
901              (and update SKIP counts)
902      Branch: perl
903            ! lib/File/Copy.pm lib/File/Copy.t
904 ____________________________________________________________________________
905 [ 25142] By: steveh                                on 2005/07/14  08:12:11
906         Log: Subject: [perl #5634] CPAN.pm v1.59 chdirs before looking for perl 
907              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
908              Date: Mon, 11 Jul 2005 22:41:06 -0700
909              Message-ID: <rt-3.0.11-5634-116921.0.207462087357797@perl.org>
910      Branch: perl
911            ! lib/CPAN.pm
912 ____________________________________________________________________________
913 [ 25141] By: nicholas                              on 2005/07/13  19:43:40
914         Log: Subject: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
915              From: John Peacock <jpeacock@rowman.com>
916              Message-ID: <42D55C46.5030905@rowman.com>
917              Date: Wed, 13 Jul 2005 14:24:06 -0400
918      Branch: perl
919            ! universal.c
920 ____________________________________________________________________________
921 [ 25140] By: merijn                                on 2005/07/13  17:22:07
922         Log: Subject: [perl #9565] [PATCH] /op/groups.t bug 
923              From: "Steve Peters via RT" <perlbug-followup@perl.org>
924              Date: Wed, 13 Jul 2005 06:51:45 -0700
925              Message-ID: <rt-3.0.11-9565-117185.14.6331240065229@perl.org>
926      Branch: perl
927            ! t/op/groups.t
928 ____________________________________________________________________________
929 [ 25139] By: merijn                                on 2005/07/13  16:52:48
930         Log: Subject: Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc/1 cpu)
931              From: Steve Peters <steve@fisharerojo.org>
932              Date: Fri, 8 Jul 2005 16:42:56 -0500
933              Message-ID: <20050708214256.GA14164@mccoy.peters.homeunix.org>
934      Branch: perl
935            ! t/io/dup.t t/io/open.t
936 ____________________________________________________________________________
937 [ 25138] By: merijn                                on 2005/07/13  16:37:48
938         Log: Subject: [PATCH] More embed.fnc plowing
939              From: Andy Lester <andy@petdance.com>
940              Date: Wed, 13 Jul 2005 10:49:19 -0500
941              Message-ID: <20050713154919.GA24586@petdance.com>
942      Branch: perl
943            ! embed.fnc gv.c hv.c op.c pad.c perlio.c pp_ctl.c pp_hot.c
944            ! proto.h toke.c
945 ____________________________________________________________________________
946 [ 25137] By: merijn                                on 2005/07/13  16:27:43
947         Log: Subject: [PATCH] Error in earlier patch in sv.c
948              From: Robin Barker <Robin.Barker@npl.co.uk>
949              Date: Wed, 13 Jul 2005 17:29:48 +0100
950              Message-ID: <533D273D4014D411AB1D00062938C4D90849C72B@hotel.npl.co.uk>
951      Branch: perl
952            ! sv.c t/op/sprintf.t
953 ____________________________________________________________________________
954 [ 25136] By: steveh                                on 2005/07/13  13:39:44
955         Log: Make -V "Compile-time options" list everything used in makedef.pl
956      Branch: perl
957            ! perl.c
958 ____________________________________________________________________________
959 [ 25135] By: steveh                                on 2005/07/13  09:48:10
960         Log: Subject: Re: [perl #25157] [PATCH] Text-Balanced extract_quotelike fails on certain delims in HERE docs
961              From: David Manura <dm.list@math2.org>
962              Date: Wed, 21 Jan 2004 20:59:27 -0500
963              Message-ID: <400F2E7F.9090601@math2.org>
964              
965              Fixes perl #25151, 25154, 25156, 25157, 25158 using jumbo patch
966              included in perl #25157.
967      Branch: perl
968            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extmul.t
969            ! lib/Text/Balanced/t/extqlk.t
970 ____________________________________________________________________________
971 [ 25134] By: steveh                                on 2005/07/13  09:23:37
972         Log: Subject: [PATCH] #2 try at Text::Balanced patch and maintainership
973              From: Tels <nospam-abuse@bloodgate.com>
974              Date: Sat, 9 Jul 2005 23:10:29 +0200
975              Message-Id: <200507092310.30592@bloodgate.com>
976              
977              (with minor tweaks)
978      Branch: perl
979            ! lib/Text/Balanced.pm
980 ____________________________________________________________________________
981 [ 25133] By: steveh                                on 2005/07/13  08:34:53
982         Log: Subject: [perl #28385] minor bug in cpan -- the i command does not find author 
983              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
984              Date: Tue, 12 Jul 2005 00:16:49 -0700
985              Message-ID: <rt-3.0.11-28385-116951.3.97645870397305@perl.org>
986              
987              (and remove a couple of unused variables)
988      Branch: perl
989            ! lib/CPAN.pm
990 ____________________________________________________________________________
991 [ 25132] By: steveh                                on 2005/07/13  07:52:21
992         Log: Subject: [perl #24275] CPAN shell - online help not clear 
993              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
994              Date: Mon, 11 Jul 2005 23:32:12 -0700
995              Message-ID: <rt-3.0.11-24275-116939.19.7381888978779@perl.org>
996      Branch: perl
997            ! lib/CPAN.pm
998 ____________________________________________________________________________
999 [ 25131] By: merijn                                on 2005/07/13  06:37:41
1000         Log: Subject: [PATCH] Re: Documentation error in IO::Socket
1001              From: Michael G Schwern <schwern@pobox.com>
1002              Date: Tue, 12 Jul 2005 13:18:34 -0700
1003              Message-ID: <20050712201834.GA29275@windhund.schwern.org>
1004      Branch: perl
1005            ! ext/IO/lib/IO/Socket.pm
1006 ____________________________________________________________________________
1007 [ 25130] By: merijn                                on 2005/07/13  06:27:48
1008         Log: Subject: [perl #6749] Perl debugger outputs ctrl-\ wrongly 
1009              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
1010              Date: Tue, 12 Jul 2005 15:36:54 -0700
1011              Message-ID: <rt-3.0.11-6749-117055.16.4354496694007@perl.org>
1012      Branch: perl
1013            ! lib/dumpvar.pl
1014 ____________________________________________________________________________
1015 [ 25129] By: davem                                 on 2005/07/13  00:21:13
1016         Log: make the expensive ckWARN() be called as late as possible
1017              reorganise
1018              if (ckWARN(FOO) && should_not_happen_condition)
1019              to
1020              if (should_not_happen_condition && ckWARN(FOO))
1021      Branch: perl
1022            ! doio.c gv.c op.c pad.c perlio.c pp.c pp_hot.c pp_pack.c
1023            ! pp_sys.c regcomp.c regexec.c sv.c toke.c
1024 ____________________________________________________________________________
1025 [ 25128] By: davem                                 on 2005/07/12  18:46:34
1026         Log: Subject: Make PERL_MEM_LOG more portable.
1027              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
1028              Date:  Mon, 11 Jul 2005 15:29:46 +0300
1029              Message-Id:  <42D2663A.4050204@gmail.com>
1030      Branch: perl
1031            ! handy.h pod/perlhack.pod util.c
1032 ____________________________________________________________________________
1033 [ 25127] By: davem                                 on 2005/07/12  18:29:43
1034         Log: S_pad_findlex has side effects, so its return value may be ignored
1035      Branch: perl
1036            ! embed.fnc pad.c proto.h
1037 ____________________________________________________________________________
1038 [ 25126] By: davem                                 on 2005/07/12  18:15:48
1039         Log: get_?v have side effects, so their return values may be ignored
1040      Branch: perl
1041            ! embed.fnc proto.h
1042 ____________________________________________________________________________
1043 [ 25125] By: steveh                                on 2005/07/12  16:30:16
1044         Log: Subject: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move 
1045              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
1046              Date: Mon, 11 Jul 2005 23:24:56 -0700
1047              Message-ID: <rt-3.0.11-24119-116937.12.0211560107236@perl.org>
1048      Branch: perl
1049            ! lib/CPAN.pm
1050 ____________________________________________________________________________
1051 [ 25124] By: steveh                                on 2005/07/12  16:18:22
1052         Log: Subject: [perl #17487] ncftp only handles http 
1053              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
1054              Date: Mon, 11 Jul 2005 23:19:06 -0700
1055              Message-ID: <rt-3.0.11-17487-116934.11.3382445877892@perl.org>
1056              
1057              (and bump $VERSION (1.76_01 is a CPAN release already))
1058      Branch: perl
1059            ! lib/CPAN.pm
1060 ____________________________________________________________________________
1061 [ 25123] By: steveh                                on 2005/07/12  13:19:51
1062         Log: Subject: Re: Scalar leaked in 'local $0' under ithreads + taint mode
1063              From: Steve Hay <steve.hay@uk.radan.com>
1064              Date: Mon, 11 Jul 2005 13:29:37 +0100
1065              Message-ID: <42D26631.1070500@uk.radan.com>
1066      Branch: perl
1067            ! sv.c
1068 ____________________________________________________________________________
1069 [ 25122] By: steveh                                on 2005/07/12  11:42:07
1070         Log: Subject: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv 
1071              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
1072              Date: Mon, 11 Jul 2005 19:16:10 -0700
1073              Message-ID: <rt-3.0.11-36502-116917.0.56038652013207@perl.org>
1074      Branch: perl
1075            ! lib/File/Copy.t
1076 ____________________________________________________________________________
1077 [ 25121] By: steveh                                on 2005/07/12  11:33:01
1078         Log: Subject: [PATCH] Cleanup File::Copy tests
1079              From: Michael G Schwern <schwern@pobox.com>
1080              Date: Mon, 11 Jul 2005 18:45:42 -0700
1081              Message-ID: <20050712014542.GB20855@windhund.schwern.org>
1082              
1083              (and fix the SKIP: {} blocks to say $how_many)
1084      Branch: perl
1085            ! lib/File/Copy.t
1086 ____________________________________________________________________________
1087 [ 25120] By: steveh                                on 2005/07/12  11:03:55
1088         Log: Subject: Re: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv
1089              From: Michael G Schwern <schwern@pobox.com>
1090              Date: Mon, 11 Jul 2005 17:35:14 -0700
1091              Message-ID: <20050712003514.GA20132@windhund.schwern.org>
1092      Branch: perl
1093            ! lib/File/Copy.pm
1094 ____________________________________________________________________________
1095 [ 25119] By: steveh                                on 2005/07/12  09:01:11
1096         Log: Missed a New() -> Newx().
1097              
1098              This one only had 3 args to start with! Presumably nobody uses
1099              YYERROR_VERBOSE.  (The yystpcpy() calls don't look right either,
1100              but someone else that is interested in YYERROR_VERBOSE will have
1101              to look into that.)
1102      Branch: perl
1103            ! perly.c
1104 ____________________________________________________________________________
1105 [ 25118] By: steveh                                on 2005/07/12  08:46:13
1106         Log: Hack out -DL documentation from perldebuguts.pod
1107              
1108              Now that the perl core uses Newx*() rather than New*() this chunk
1109              of old documentation is more obsolete than ever before.
1110      Branch: perl
1111            ! pod/perldebguts.pod
1112 ____________________________________________________________________________
1113 [ 25117] By: steveh                                on 2005/07/12  08:20:11
1114         Log: Fix worrying typo in handy.h :-s
1115      Branch: perl
1116            ! handy.h
1117 ____________________________________________________________________________
1118 [ 25116] By: steveh                                on 2005/07/12  08:17:47
1119         Log: Change New*() to Newx*() in various comments and documentation
1120      Branch: perl
1121            ! handy.h perl.c pod/perlclib.pod pod/perlguts.pod
1122            ! pod/perlhack.pod sv.c
1123 ____________________________________________________________________________
1124 [ 25115] By: steveh                                on 2005/07/12  07:48:51
1125         Log: Subject: [patch: handy.c]  update Newx API pod to mention PERL_MEM_LOG build opt
1126              From: Jim Cromie <jcromie@divsol.com>
1127              Date: Mon, 11 Jul 2005 19:18:02 -0600
1128              Message-ID: <42D31A4A.1020305@divsol.com>
1129              
1130              (with some minor tweaks)
1131      Branch: perl
1132            ! handy.h pod/perlapi.pod
1133 ____________________________________________________________________________
1134 [ 25114] By: merijn                                on 2005/07/12  06:26:39
1135         Log: Subject: [PATCH t/TEST] Understand "ok" with no number
1136              From: Michael G Schwern <schwern@pobox.com>
1137              Date: Mon, 11 Jul 2005 18:41:30 -0700
1138              Message-ID: <20050712014130.GA20855@windhund.schwern.org>
1139      Branch: perl
1140            ! t/TEST
1141 ____________________________________________________________________________
1142 [ 25113] By: steveh                                on 2005/07/11  15:54:46
1143         Log: Subject: [patch: sv.c] reuse new_body_inline in Perl_new_body
1144              From: Jim Cromie <jcromie@divsol.com>
1145              Date: Sun, 10 Jul 2005 15:59:30 -0600
1146              Message-ID: <42D19A42.8040409@divsol.com>
1147      Branch: perl
1148            ! sv.c
1149 ____________________________________________________________________________
1150 [ 25112] By: steveh                                on 2005/07/11  15:19:11
1151         Log: Subject: [PATCH] perlfunc.pod
1152              From: "Piotr Fusik" <pfusik@op.pl>
1153              Date:      Sat, 9 Jul 2005 16:21:05 +0200
1154              Message-ID: <01de01c58491$f3182f60$a6d24dd5@piec>
1155      Branch: perl
1156            ! pod/perlfunc.pod
1157 ____________________________________________________________________________
1158 [ 25111] By: steveh                                on 2005/07/11  14:41:27
1159         Log: Subject: [patch hv.h doc] HvNAME
1160              From: Stas Bekman <stas@stason.org>
1161              Date: Fri, 08 Jul 2005 13:52:13 +0300
1162              Message-ID: <42CE5ADD.3020003@stason.org>
1163              
1164              Subject: Re: [patch hv.h doc] HvNAME
1165              From: Nicholas Clark <nick@ccl4.org>
1166              Date: Sat, 9 Jul 2005 15:23:51 +0100
1167              Message-ID: <20050709142351.GT15833@plum.flirble.org>
1168      Branch: perl
1169            ! hv.h pod/perlapi.pod
1170 ____________________________________________________________________________
1171 [ 25110] By: davem                                 on 2005/07/10  23:04:26
1172         Log: no code before declarations!
1173      Branch: perl
1174            ! doio.c
1175 ____________________________________________________________________________
1176 [ 25109] By: davem                                 on 2005/07/10  20:02:07
1177         Log: From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
1178              Date: Sun, 10 Jul 2005 21:50:27 +0300
1179              Subject: [PATCH] yet another way of debugging memory allocations
1180              Message-ID: <42D16DF3.4040806@gmail.com>
1181              
1182              tweak PERL_MEM_LOG
1183      Branch: perl
1184            ! handy.h pod/perlhack.pod util.c
1185 ____________________________________________________________________________
1186 [ 25108] By: davem                                 on 2005/07/10  19:57:31
1187         Log: run regen.pl
1188      Branch: perl
1189            ! embed.h proto.h
1190 ____________________________________________________________________________
1191 [ 25107] By: merijn                                on 2005/07/10  19:19:56
1192         Log: Subject: [PATCH] Making my way thru embed.fnc
1193              From: Andy Lester <andy@petdance.com>
1194              Date: Sun, 10 Jul 2005 14:36:35 -0500
1195              Message-ID: <20050710193635.GC8081@petdance.com>
1196      Branch: perl
1197            ! doio.c doop.c embed.fnc gv.c hv.c op.c perl.c pp_ctl.c
1198            ! pp_hot.c regexec.c toke.c util.c
1199 ____________________________________________________________________________
1200 [ 25106] By: davem                                 on 2005/07/10  13:53:49
1201         Log: Re: [perl #36207] UTF8/Latin 1/i regexp "Malformed character" warning
1202              From: demerphq <demerphq@gmail.com>
1203              Message-ID: <9b18b3110507080807f16d1eb@mail.gmail.com>
1204              Date: Fri, 8 Jul 2005 17:07:26 +0200
1205              
1206              Fix trie codepath of mixed utf8/latin1 pattern matches
1207      Branch: perl
1208            ! regexec.c t/op/pat.t
1209 ____________________________________________________________________________
1210 [ 25105] By: davem                                 on 2005/07/10  12:29:25
1211         Log: Message-ID: <42D0F25E.3040801@gmail.com>
1212              Date: Sun, 10 Jul 2005 13:03:10 +0300
1213              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
1214              Subject: [PATCH] yet another way of debugging memory allocations
1215              
1216              adds PERL_MEM_LOG and PERL_MEM_LOG_STDERR options
1217      Branch: perl
1218            ! handy.h util.c
1219 ____________________________________________________________________________
1220 [ 25104] By: davem                                 on 2005/07/10  11:39:50
1221         Log: silence some compiler warnings
1222      Branch: perl
1223            ! embed.fnc gv.h proto.h
1224 ____________________________________________________________________________
1225 [ 25103] By: davem                                 on 2005/07/10  11:15:32
1226         Log: extend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_CHECK_*
1227      Branch: perl
1228            ! handy.h
1229 ____________________________________________________________________________
1230 [ 25102] By: nicholas                              on 2005/07/09  15:44:17
1231         Log: sv_dec is supposed to go *down*, m'kay.
1232      Branch: perl
1233            ! sv.c t/op/inc.t
1234 ____________________________________________________________________________
1235 [ 25101] By: steveh                                on 2005/07/08  16:35:10
1236         Log: Subject: Re: janitorial work ? [patch]
1237              From: Jim Cromie <jcromie@divsol.com>
1238              Date: Wed, 06 Jul 2005 14:19:53 -0600
1239              Message-ID: <42CC3CE9.5050606@divsol.com>
1240              
1241              (reverted all dual-lived modules since they must work with older
1242              perls too so must wait for a new Devel::PPPort)
1243      Branch: perl
1244            ! NetWare/nw5.c av.c bytecode.pl cygwin/cygwin.c djgpp/djgpp.c
1245            ! doio.c doop.c dump.c ext/B/B/C.pm ext/B/C/C.xs
1246            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
1247            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_aix.xs
1248            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_vms.xs
1249            ! ext/File/Glob/bsd_glob.c ext/ODBM_File/ODBM_File.xs
1250            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Socket/Socket.xs
1251            ! ext/XS/Typemap/Typemap.xs gv.c handy.h hv.c locale.c op.c op.h
1252            ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perlio.c pod/perlapi.pod
1253            ! pp.c pp_ctl.c pp_pack.c pp_sort.c pp_sys.c reentr.c reentr.pl
1254            ! regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c
1255            ! vmesa/vmesa.c vms/vms.c win32/perlhost.h win32/win32.c
1256            ! win32/win32sck.c wince/perlhost.h wince/wince.c
1257 ____________________________________________________________________________
1258 [ 25100] By: nicholas                              on 2005/07/08  15:57:37
1259         Log: We no longer default to creating a new SV for GvSV.
1260      Branch: perl
1261            ! perl.h
1262 ____________________________________________________________________________
1263 [ 25099] By: nicholas                              on 2005/07/08  15:57:16
1264         Log: DEFSV causes GvSVn() to be used in lvalue context.
1265              Not sure if instead we should recode DEFSV to avoid this, and leave
1266              GvSVn() as rvalue only, like its namesakes.
1267      Branch: perl
1268            ! gv.h
1269 ____________________________________________________________________________
1270 [ 25098] By: steveh                                on 2005/07/08  10:04:24
1271         Log: Subject: Re: [PATCH] Pod::Html - correctly link to =item's on the same page
1272              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1273              Date: Thu, 7 Jul 2005 15:05:51 -0700
1274              Message-ID: <20050707220551.GB2388@efn.org>
1275              
1276              (plus fix a couple of POD warnings)
1277      Branch: perl
1278            ! pod/perlglossary.pod
1279 ____________________________________________________________________________
1280 [ 25097] By: steveh                                on 2005/07/08  09:48:50
1281         Log: Subject: [PATCH] basename() and suffixes
1282              From: Michael G Schwern <schwern@pobox.com>
1283              Date: Thu, 7 Jul 2005 15:38:32 -0700
1284              Message-ID: <20050707223832.GA4782@windhund.schwern.org>
1285      Branch: perl
1286            ! lib/File/Basename.pm lib/File/Basename.t
1287 ____________________________________________________________________________
1288 [ 25096] By: steveh                                on 2005/07/08  08:43:07
1289         Log: Subject: Re: [perl #36477] File::Basename basename() bug
1290              From: Michael G Schwern <schwern@pobox.com>
1291              Date: Thu, 7 Jul 2005 14:16:01 -0700
1292              Message-ID: <20050707211601.GA3769@windhund.schwern.org>
1293      Branch: perl
1294            ! lib/File/Basename.pm lib/File/Basename.t
1295 ____________________________________________________________________________
1296 [ 25095] By: davem                                 on 2005/07/08  01:43:24
1297         Log: UTF8/Latin 1/i regexp "Malformed character" warning
1298              $utf8 =~ /latin/i didn't match. 
1299              Also added TODO for $latin =~ /utf8/i which also fails
1300      Branch: perl
1301            ! t/op/pat.t utf8.c
1302 ____________________________________________________________________________
1303 [ 25094] By: davem                                 on 2005/07/07  14:47:51
1304         Log: more taint fallout from change 24943
1305      Branch: perl
1306            ! mg.c scope.c t/op/taint.t
1307 ____________________________________________________________________________
1308 [ 25093] By: merijn                                on 2005/07/07  13:26:32
1309         Log: Subject: [PATCH] bug with charnames::viacode("0x1234") and optimize it
1310              From: Tels <nospam-abuse@bloodgate.com>
1311              Date: Wed, 6 Jul 2005 21:11:59 +0200
1312              Message-Id: <200507062112.12159@bloodgate.com>
1313      Branch: perl
1314            ! lib/charnames.pm
1315 ____________________________________________________________________________
1316 [ 25092] By: steveh                                on 2005/07/07  12:11:38
1317         Log: Subject: ReadParse in the CGI docs
1318              From: "Ton Hospel" <me-02@ton.iguana.be>
1319              Date: 9 Oct 2003 15:04:53 -0000
1320              To: perlbug@perl.org
1321              
1322              (plus blank lines so example code is in verbatim paragraphs,
1323              and bump $VERSION)
1324      Branch: perl
1325            ! lib/CGI.pm
1326 ____________________________________________________________________________
1327 [ 25091] By: steveh                                on 2005/07/07  11:21:41
1328         Log: Subject: [PATCH] Mention File::Spec in File::Basename
1329              From: Michael G Schwern <schwern@pobox.com>
1330              Date: Wed, 6 Jul 2005 13:06:20 -0700
1331              Message-ID: <20050706200620.GE15644@windhund.schwern.org>
1332              
1333              (plus bump $VERSION)
1334      Branch: perl
1335            ! lib/File/Basename.pm
1336 ____________________________________________________________________________
1337 [ 25090] By: steveh                                on 2005/07/07  11:06:17
1338         Log: Subject: [perl #22236] File::Basename behavior is misleading 
1339              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
1340              Date: 6 Jul 2005 19:45:40 -0000
1341              Message-ID: <rt-3.0.11-22236-116656.1.59163789180809@perl.org>
1342      Branch: perl
1343            ! lib/File/Basename.pm lib/File/Basename.t
1344 ____________________________________________________________________________
1345 [ 25089] By: steveh                                on 2005/07/07  09:22:48
1346         Log: Subject: [PATCH] Further lies in the File::Basename docs
1347              From: Michael G Schwern <schwern@pobox.com>
1348              Date: Wed, 6 Jul 2005 09:22:32 -0700
1349              Message-ID: <20050706162232.GA14495@windhund.schwern.org>
1350              
1351              (plus some minor POD changes and a bug fix)
1352      Branch: perl
1353            ! lib/File/Basename.pm lib/File/Basename.t
1354 ____________________________________________________________________________
1355 [ 25088] By: davem                                 on 2005/07/07  00:11:00
1356         Log: bytes pragma error in substitution operator
1357      Branch: perl
1358            ! pp_ctl.c t/op/subst.t
1359 ____________________________________________________________________________
1360 [ 25087] By: davem                                 on 2005/07/06  20:09:29
1361         Log: 'undef $@; die' gives uninint value warning
1362      Branch: perl
1363            ! pp_sys.c t/op/die.t
1364 ____________________________________________________________________________
1365 [ 25086] By: steveh                                on 2005/07/06  09:36:08
1366         Log: Subject: [PATCH] File::Basename doc overhaul
1367              From: Michael G Schwern <schwern@pobox.com>
1368              Date: Tue, 5 Jul 2005 20:11:27 -0700
1369              Message-ID: <20050706031127.GL9227@windhund.schwern.org>
1370              
1371              (with some minor changes)
1372      Branch: perl
1373            ! lib/File/Basename.pm
1374 ____________________________________________________________________________
1375 [ 25085] By: steveh                                on 2005/07/06  08:05:21
1376         Log: Subject: [PATCH @ 25084] simple authors removal
1377              From: Vadim Konovalov <vadim@vkonovalov.ru>
1378              Date: Wed, 06 Jul 2005 00:15:48 +0400
1379              Message-ID: <42CAEA74.1020108@vkonovalov.ru>
1380      Branch: perl
1381            ! AUTHORS
1382 ____________________________________________________________________________
1383 [ 25084] By: davem                                 on 2005/07/05  18:17:34
1384         Log: a long /etc/groups entry could cause memory exhaustion.
1385              Too small a buffer would cause ERANGE and a retry with double the
1386              buffer size. later at EOF, the apparent error got 'stuck' as
1387              ERANGE rather than ENOENT, so the buffer size doubled recursively 
1388      Branch: perl
1389            ! reentr.h reentr.pl
1390 ____________________________________________________________________________
1391 [ 25083] By: steveh                                on 2005/07/05  16:55:29
1392         Log: Subject: [PATCH] Pod::Html - correctly link to =item's on the same page
1393              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1394              Date: Mon, 4 Jul 2005 02:07:38 -0700
1395              Message-ID: <20050704090738.GA4056@efn.org>
1396              
1397              (plus a new test, although it is currently marked TODO)
1398      Branch: perl
1399            + lib/Pod/t/htmllink.pod lib/Pod/t/htmllink.t
1400            ! MANIFEST lib/Pod/Html.pm
1401 ____________________________________________________________________________
1402 [ 25082] By: steveh                                on 2005/07/05  16:54:11
1403         Log: Oops! Change 25080 should have updated checksums too.
1404      Branch: perl
1405            ! ext/Digest/MD5/t/files.t
1406 ____________________________________________________________________________
1407 [ 25081] By: davem                                 on 2005/07/05  13:01:23
1408         Log: change 24943 broke restoration of localized taint values
1409      Branch: perl
1410            ! mg.c t/op/taint.t
1411 ____________________________________________________________________________
1412 [ 25080] By: steveh                                on 2005/07/05  10:32:08
1413         Log: Remove an unreferenced local variable in Digest-MD5
1414      Branch: perl
1415            ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs
1416 ____________________________________________________________________________
1417 [ 25079] By: nicholas                              on 2005/07/04  19:36:51
1418         Log: Subject: [PATCH] Remove unnecessary null check
1419              From: Andy Lester <andy@petdance.com>
1420              Date: Mon, 4 Jul 2005 14:12:00 -0500
1421              Message-ID: <20050704191200.GA2614@petdance.com>
1422      Branch: perl
1423            ! embed.fnc hv.c proto.h
1424 ____________________________________________________________________________
1425 [ 25078] By: nicholas                              on 2005/07/04  19:07:31
1426         Log: Make the tests for hv_free_ent and hv_delayfree_ent pass under
1427              -DPURIFY too.
1428      Branch: perl
1429            ! ext/XS/APItest/APItest.xs
1430 ____________________________________________________________________________
1431 [ 25077] By: merijn                                on 2005/07/04  18:47:02
1432         Log: Subject: [PATCH] Better string constant in hv.c
1433              From: Andy Lester <andy@petdance.com>
1434              Date: Mon, 4 Jul 2005 13:53:49 -0500
1435              Message-ID: <20050704185349.GA2351@petdance.com>
1436      Branch: perl
1437            ! hv.c
1438 ____________________________________________________________________________
1439 [ 25076] By: steveh                                on 2005/07/04  16:15:37
1440         Log: Add regression test for change 25062
1441      Branch: perl
1442            ! t/op/magic.t
1443 ____________________________________________________________________________
1444 [ 25075] By: steveh                                on 2005/07/04  15:57:32
1445         Log: Use void, not void *, to suppress RETVAL (and compiler warning)
1446      Branch: perl
1447            ! ext/XS/APItest/APItest.xs
1448 ____________________________________________________________________________
1449 [ 25074] By: steveh                                on 2005/07/04  15:36:04
1450         Log: Perl_share_hek needs exporting for change 25070 on Win32
1451      Branch: perl
1452            ! embed.fnc embed.h global.sym
1453 ____________________________________________________________________________
1454 [ 25073] By: steveh                                on 2005/07/04  15:34:11
1455         Log: Regen after change 25067
1456      Branch: perl
1457            ! proto.h
1458 ____________________________________________________________________________
1459 [ 25072] By: nicholas                              on 2005/07/04  15:03:32
1460         Log: Implement hv_delayfree_ent in terms of hv_free_ent
1461      Branch: perl
1462            ! hv.c
1463 ____________________________________________________________________________
1464 [ 25071] By: steveh                                on 2005/07/04  14:53:54
1465         Log: Subject: [PATCH] Skip nit in t/op/lfs.t
1466              From: Steve Peters <steve@fisharerojo.org>
1467              Date: Mon, 4 Jul 2005 10:10:13 -0500
1468              Message-ID: <20050704151013.GA18468@mccoy.peters.homeunix.org>
1469      Branch: perl
1470            ! t/op/lfs.t
1471 ____________________________________________________________________________
1472 [ 25070] By: nicholas                              on 2005/07/04  14:45:40
1473         Log: Tests for hv_delayfree_ent and hv_free_ent
1474      Branch: perl
1475            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
1476            ! ext/XS/APItest/t/hash.t
1477 ____________________________________________________________________________
1478 [ 25069] By: nicholas                              on 2005/07/04  13:56:39
1479         Log: Provide a macro version of S_new_body to inline it within the hot code.
1480      Branch: perl
1481            ! sv.c
1482 ____________________________________________________________________________
1483 [ 25068] By: steveh                                on 2005/07/04  13:21:36
1484         Log: Borland's .pdb files are called .tds
1485      Branch: perl
1486            ! win32/makefile.mk
1487 ____________________________________________________________________________
1488 [ 25067] By: steveh                                on 2005/07/04  12:30:50
1489         Log: Subject: [PATCH] Post-YAPC consting, now with an attachment!
1490              From: Andy Lester <andy@petdance.com>
1491              Date: Sun, 3 Jul 2005 18:31:56 -0500
1492              Message-ID: <20050703233156.GA20967@petdance.com>
1493      Branch: perl
1494            ! deb.c embed.fnc gv.c pad.c sv.c toke.c util.c
1495 ____________________________________________________________________________
1496 [ 25066] By: nicholas                              on 2005/07/04  10:41:28
1497         Log: Inlining del_HE is actually a space optimisation.
1498              It's therefore likely also to be a speed optimisation. :-)
1499      Branch: perl
1500            ! embed.fnc embed.h hv.c proto.h
1501 ____________________________________________________________________________
1502 [ 25065] By: steveh                                on 2005/07/04  10:40:10
1503         Log: Subject: [PATCH] perlglossary.pod: add jump points
1504              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1505              Date: Mon, 4 Jul 2005 02:07:52 -0700
1506              Message-ID: <20050704090752.GB4056@efn.org>
1507      Branch: perl
1508            ! pod/perlglossary.pod
1509 ____________________________________________________________________________
1510 [ 25064] By: nicholas                              on 2005/07/04  10:24:26
1511         Log: sv_setuv_mg is so rarely called that the IV optimisation test is not
1512              needed.
1513      Branch: perl
1514            ! sv.c
1515 ____________________________________________________________________________
1516 [ 25063] By: steveh                                on 2005/07/04  10:13:41
1517         Log: Subject: Re: How to suppress warnings when building Errno with gcc
1518              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1519              Date: Fri, 1 Jul 2005 10:56:23 -0700
1520              Message-ID: <20050701175623.GD216@efn.org>
1521      Branch: perl
1522            ! ext/Errno/Errno_pm.PL
1523 ____________________________________________________________________________
1524 [ 25062] By: steveh                                on 2005/07/04  09:17:06
1525         Log: Fix change 25045
1526      Branch: perl
1527            ! mg.c
1528 ____________________________________________________________________________
1529 [ 25061] By: steveh                                on 2005/07/04  08:26:38
1530         Log: Here's the rest of change 25058 ;-)
1531      Branch: perl
1532            ! embed.h global.sym
1533 ____________________________________________________________________________
1534 [ 25060] By: davem                                 on 2005/07/04  08:11:33
1535         Log: Subject:  Re: [PATCH] Re: [PATCH] Re: a blead warning from tru64
1536              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
1537              Date:  Mon, 04 Jul 2005 00:19:28 +0300
1538              Message-Id:  <42C85660.50807@gmail.com>
1539      Branch: perl
1540            ! perl.h
1541 ____________________________________________________________________________
1542 [ 25059] By: steveh                                on 2005/07/04  08:10:27
1543         Log: Stop reentr.pl changing EOL on the files it writes on Win32
1544      Branch: perl
1545            ! reentr.pl
1546 ____________________________________________________________________________
1547 [ 25058] By: steveh                                on 2005/07/04  08:09:36
1548         Log: Perl_ckwarn (added by change 25050) needs exporting on Win32
1549              
1550              (At least PerlIO/via uses it, so it must be public)
1551      Branch: perl
1552            ! embed.fnc
1553 ____________________________________________________________________________
1554 [ 25055] By: nicholas                              on 2005/07/02  21:19:09
1555         Log: Andy suggests this tweak to Dave's fix for MEM_WRAP_CHECK to shut up
1556              a different compiler warnings. I guess we need a waterbed theory of
1557              compiler warnings.
1558      Branch: perl
1559            ! handy.h
1560 ____________________________________________________________________________
1561 [ 25054] By: nicholas                              on 2005/07/02  16:53:09
1562         Log: Convert bless.t to test.pl
1563      Branch: perl
1564            ! t/op/bless.t
1565 ____________________________________________________________________________
1566 [ 25053] By: nicholas                              on 2005/07/02  16:25:06
1567         Log: Copying the first parameter in the macro del_body seems to reduce
1568              code size.  Presumably an expression is no longer evaluated twice.
1569      Branch: perl
1570            ! sv.c
1571 ____________________________________________________________________________
1572 [ 25052] By: davem                                 on 2005/07/02  16:11:46
1573         Log: do just-in-time loading of Carp.pm in some modules
1574              
1575              From: Tels <nospam-abuse@bloodgate.com>
1576              Subject: [PATCH] No Carp #4 AutoSplit.pm
1577              Subject: [PATCH] no Carp #5 (File::Path)
1578              Subject: [PATCH] no Carp #7 - charnames.pm
1579              Subject: [PATCH] no Carp #6 (File::Compare, File::Copy, File::Temp)
1580              Subject: [PATCH] no Carp #8 - SelfLoader, Text/Balanced and open.pm
1581      Branch: perl
1582            ! lib/AutoSplit.pm lib/File/Compare.pm lib/File/Copy.pm
1583            ! lib/File/Path.pm lib/SelfLoader.pm lib/charnames.pm
1584            ! lib/open.pm
1585 ____________________________________________________________________________
1586 [ 25051] By: nicholas                              on 2005/07/02  16:07:47
1587         Log: Unwrap the del_Xfoo() macros by explicitly noting the arena to free
1588              the body to. This comletely eliminates the second switch statement.
1589      Branch: perl
1590            ! sv.c
1591 ____________________________________________________________________________
1592 [ 25050] By: davem                                 on 2005/07/02  15:05:04
1593         Log: replace ckWARN macros with functions
1594      Branch: perl
1595            ! embed.fnc embed.h pod/perlintern.pod proto.h util.c warnings.h
1596            ! warnings.pl
1597 ____________________________________________________________________________
1598 [ 25049] By: nicholas                              on 2005/07/02  14:57:43
1599         Log: Given that the GV no longer owns a reference on the symbol table, we
1600              dont need the deferred SvREFCNT_dec games.
1601      Branch: perl
1602            ! sv.c
1603 ____________________________________________________________________________
1604 [ 25048] By: nicholas                              on 2005/07/02  13:55:45
1605         Log: Passing gvtype as char rather than char * to S_varname generates
1606              smaller code.
1607      Branch: perl
1608            ! embed.fnc proto.h sv.c
1609 ____________________________________________________________________________
1610 [ 25047] By: nicholas                              on 2005/07/02  13:07:26
1611         Log: Don't inline offer_nice_chunk, as it's rarely called.
1612      Branch: perl
1613            ! embed.fnc embed.h perl.h proto.h sv.c
1614 ____________________________________________________________________________
1615 [ 25046] By: davem                                 on 2005/07/02  12:35:12
1616         Log: missed one PAD_SET_CUR
1617      Branch: perl
1618            ! pp_hot.c
1619 ____________________________________________________________________________
1620 [ 25045] By: nicholas                              on 2005/07/02  12:34:08
1621         Log: Don't check the pointer is non-NULL before calling Safefree() in
1622              little used code, code used only once per run (such as interpreter
1623              construction and destruction), and cases where the pointer nearly
1624              never is NULL. Safefree does its own non-NULL check, and even that
1625              isn't strictly necessary as all conformant free()s accept a NULL
1626              pointer.
1627      Branch: perl
1628            ! doio.c locale.c mg.c perl.c perl.h regcomp.c sv.c util.c
1629 ____________________________________________________________________________
1630 [ 25044] By: rgs                                   on 2005/07/02  07:41:14
1631         Log: Upgrade to Time::HiRes 1.72
1632      Branch: perl
1633            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
1634            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
1635 ____________________________________________________________________________
1636 [ 25043] By: steveh                                on 2005/07/01  16:33:42
1637         Log: Make Archive::Tar clean up its test files on Win32
1638              
1639              (The old "can't delete an open file on Win32" chestnut again)
1640      Branch: perl
1641            ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t
1642 ____________________________________________________________________________
1643 [ 25042] By: davem                                 on 2005/07/01  15:40:40
1644         Log: the PAD_SET_CUR macro expanded too much for AIX compilers
1645      Branch: perl
1646            ! pad.h pp_ctl.c pp_sort.c pp_sys.c
1647 ____________________________________________________________________________
1648 [ 25041] By: steveh                                on 2005/07/01  15:15:23
1649         Log: Silence MinGW warning about "'noreturn' function does return"
1650              
1651              (Thanks to Nicholas Clark)
1652      Branch: perl
1653            ! iperlsys.h
1654 ____________________________________________________________________________
1655 [ 25040] By: rgs                                   on 2005/07/01  15:05:58
1656         Log: Install perlglossary on VMS and Windows
1657      Branch: perl
1658            ! vms/descrip_mms.template win32/pod.mak
1659 ____________________________________________________________________________
1660 [ 25039] By: davem                                 on 2005/07/01  14:34:52
1661         Log: undo some excessive Carp.pm minimalisation
1662      Branch: perl
1663            ! lib/Carp.pm
1664 ____________________________________________________________________________
1665 [ 25038] By: steveh                                on 2005/07/01  13:39:33
1666         Log: Remove unreferenced local variable (and the warning about it)
1667      Branch: perl
1668            ! ext/XS/APItest/APItest.xs
1669 ____________________________________________________________________________
1670 [ 25037] By: rgs                                   on 2005/07/01  12:43:23
1671         Log: Add the perlglossary man page
1672              
1673              Subject: [PATCH] perlglossary.pod
1674              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1675              Date: Fri, 1 Jul 2005 03:10:50 -0700
1676              Message-ID: <20050701101050.GA2448@efn.org>
1677      Branch: perl
1678            + pod/perlglossary.pod
1679            ! MANIFEST pod.lst pod/perl.pod pod/perlmodlib.pod
1680            ! pod/perltoc.pod
1681 ____________________________________________________________________________
1682 [ 25036] By: rgs                                   on 2005/07/01  12:32:21
1683         Log: Subject: [PATCH] Make Exporter.t warnings clean
1684              From: Michael G Schwern <schwern@pobox.com>
1685              Date: Tue, 28 Jun 2005 15:58:36 -0700
1686              Message-ID: <20050628225836.GB27320@windhund.schwern.org>
1687      Branch: perl
1688            ! lib/Exporter.t
1689 ____________________________________________________________________________
1690 [ 25035] By: davem                                 on 2005/07/01  11:49:22
1691         Log: silence a warning in Perl_sv_compile_2op
1692      Branch: perl
1693            ! pp_ctl.c
1694 ____________________________________________________________________________
1695 [ 25034] By: davem                                 on 2005/07/01  11:45:40
1696         Log: silence gcc 'comparison is always false' warning in MEM_WRAP_CHECK
1697              Only a partial fix: works where sizeof(type)==1; since we
1698              can never wraparound in that case, disarm the check
1699      Branch: perl
1700            ! handy.h
1701 ____________________________________________________________________________
1702 [ 25033] By: steveh                                on 2005/07/01  07:44:50
1703         Log: Silence some cast warnings from bcc32 on Win32
1704              
1705              See the thread starting here for arguments:
1706              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00994.html
1707      Branch: perl
1708            ! win32/win32.c
1709 ____________________________________________________________________________
1710 [ 25032] By: davem                                 on 2005/06/30  22:41:07
1711         Log: assigning shared consts (eg __PACKAGE__) to magic vars
1712      Branch: perl
1713            ! sv.c t/op/magic.t
1714 ____________________________________________________________________________
1715 [ 25031] By: nicholas                              on 2005/06/30  17:41:03
1716         Log: By grabbing the length, we can use sv_setpvn here.
1717      Branch: perl
1718            ! util.c
1719 ____________________________________________________________________________
1720 [ 25030] By: nicholas                              on 2005/06/30  17:37:56
1721         Log: Use sv_setpvn where we know the length.
1722      Branch: perl
1723            ! universal.c
1724 ____________________________________________________________________________
1725 [ 25029] By: nicholas                              on 2005/06/30  17:28:45
1726         Log: A terser way of implementing require_pv.
1727      Branch: perl
1728            ! perl.c
1729 ____________________________________________________________________________
1730 [ 25028] By: nicholas                              on 2005/06/30  17:21:28
1731         Log: We know the length, so use sv_setpvn rather than sv_setpv.
1732      Branch: perl
1733            ! universal.c
1734 ____________________________________________________________________________
1735 [ 25027] By: nicholas                              on 2005/06/30  17:05:13
1736         Log: Avoid using PL_Sv in the -V argument processing.
1737              Express the embedded perl program in a slightly terser way.
1738      Branch: perl
1739            ! perl.c
1740 ____________________________________________________________________________
1741 [ 25026] By: nicholas                              on 2005/06/30  16:34:52
1742         Log: Use Perl_sv_catpvf to shorten the code (source and object) needed for
1743              commandline -V options that q\0...\0.
1744      Branch: perl
1745            ! perl.c
1746 ____________________________________________________________________________
1747 [ 25025] By: rgs                                   on 2005/06/30  16:15:31
1748         Log: Add TODO tests for bug #36434
1749      Branch: perl
1750            ! t/op/magic.t
1751 ____________________________________________________________________________
1752 [ 25024] By: nicholas                              on 2005/06/30  12:28:55
1753         Log: The core shouldn't be using PL_na
1754      Branch: perl
1755            ! perl.c
1756 ____________________________________________________________________________
1757 [ 25023] By: nicholas                              on 2005/06/30  12:15:14
1758         Log: -V:... would get upset (syntax error) if ... contained unbalanced ().
1759      Branch: perl
1760            ! perl.c
1761 ____________________________________________________________________________
1762 [ 25022] By: nicholas                              on 2005/06/30  11:40:37
1763         Log: Replace newSVpv(...,0) with newSVpvn where we know the length.
1764      Branch: perl
1765            ! perl.c regcomp.c sv.c
1766 ____________________________________________________________________________
1767 [ 25021] By: nicholas                              on 2005/06/30  11:20:33
1768         Log: Why use Perl_form and newSVpv when newSVpvf will do it in one?
1769      Branch: perl
1770            ! perl.c
1771 ____________________________________________________________________________
1772 [ 25020] By: rgs                                   on 2005/06/30  10:01:55
1773         Log: Subject: [PATCH] make t/uni/class.t faster
1774              From: Tels <nospam-abuse@bloodgate.com>
1775              Date: Wed, 29 Jun 2005 21:19:52 +0200
1776              Message-Id: <200506292120.05519@bloodgate.com>
1777      Branch: perl
1778            ! t/uni/class.t
1779 ____________________________________________________________________________
1780 [ 25019] By: nicholas                              on 2005/06/30  09:57:31
1781         Log: If gp_flags is unused, why are we even allocating it?
1782      Branch: perl
1783            ! dump.c ext/Devel/Peek/t/Peek.t gv.h sv.c
1784 ____________________________________________________________________________
1785 [ 25018] By: nicholas                              on 2005/06/30  09:21:05
1786         Log: Nothing is actually relying on GvUNIQUE holding state.
1787      Branch: perl
1788            ! gv.h
1789 ____________________________________________________________________________
1790 [ 25017] By: rgs                                   on 2005/06/30  09:11:28
1791         Log: Subject: Re: [PATCH] Convert File::Basename tests to Test::More
1792              From: Michael G Schwern <schwern@pobox.com>
1793              Date: Thu, 30 Jun 2005 01:02:30 -0700
1794              Message-ID: <20050630080230.GC17965@windhund.schwern.org>
1795      Branch: perl
1796            ! lib/File/Basename.t
1797 ____________________________________________________________________________
1798 [ 25016] By: rgs                                   on 2005/06/30  09:04:20
1799         Log: Subject: Re: [PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an important difference from <$io>
1800              From: Steve Peters <steve@fisharerojo.org>
1801              Date: Wed, 29 Jun 2005 21:47:23 -0500
1802              Message-ID: <20050630024723.GA3786@mccoy.peters.homeunix.org>
1803      Branch: perl
1804            ! ext/IO/lib/IO/Handle.pm
1805 ____________________________________________________________________________
1806 [ 25015] By: rgs                                   on 2005/06/30  08:59:11
1807         Log: Subject: some dusting off of the cross-compilation information
1808              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
1809              Date: Thu, 30 Jun 2005 08:41:17 +0300
1810              Message-ID: <42C385FD.9040601@gmail.com>
1811      Branch: perl
1812            ! Cross/README INSTALL
1813 ____________________________________________________________________________
1814 [ 25014] By: steveh                                on 2005/06/30  07:57:25
1815         Log: Silence MinGW warnings about system headers when building Errno
1816              
1817              Thanks to Mike Guy for the suggested fix.
1818      Branch: perl
1819            ! ext/Errno/Errno_pm.PL
1820 ____________________________________________________________________________
1821 [ 25013] By: nicholas                              on 2005/06/29  21:24:53
1822         Log: Expand on parts of perltodo
1823      Branch: perl
1824            ! pod/perltodo.pod
1825 ____________________________________________________________________________
1826 [ 25012] By: nicholas                              on 2005/06/29  21:09:16
1827         Log: All tests pass (for me) with -DPERL_DONT_CREATE_GVSV
1828      Branch: perl
1829            ! pp.c pp_hot.c
1830 ____________________________________________________________________________
1831 [ 25011] By: nicholas                              on 2005/06/29  20:24:12
1832         Log: Make warnings.t pass with -DPERL_DONT_CREATE_GVSV
1833      Branch: perl
1834            ! pp_sys.c
1835 ____________________________________________________________________________
1836 [ 25010] By: nicholas                              on 2005/06/29  19:25:24
1837         Log: Fixes to -DPERL_DONT_CREATE_GVSV to make more tests pass
1838      Branch: perl
1839            ! doio.c gv.c perl.h sv.c
1840 ____________________________________________________________________________
1841 [ 25009] By: nicholas                              on 2005/06/29  15:58:14
1842         Log: First stab at not automatically creating an unused SV for GvSV
1843              Enable it with -DPERL_DONT_CREATE_GVSV.
1844              Currently if enabled 22 test scripts have failures, so still some way
1845              to go.
1846      Branch: perl
1847            ! embed.fnc embed.h global.sym gv.c gv.h makedef.pl perl.c
1848            ! pp_hot.c proto.h sv.c
1849 ____________________________________________________________________________
1850 [ 25008] By: rgs                                   on 2005/06/29  08:11:53
1851         Log: Remove old variable needed for binary compatibility
1852      Branch: perl
1853            ! embedvar.h intrpvar.h perlapi.h sv.c
1854 ____________________________________________________________________________
1855 [ 25007] By: nicholas                              on 2005/06/28  22:02:03
1856         Log: Convert strcpy to memcpy where we already know the length.
1857      Branch: perl
1858            ! gv.c sv.c util.c
1859 ____________________________________________________________________________
1860 [ 25006] By: davem                                 on 2005/06/28  11:28:20
1861         Log: move Carp.pod back into Carp.pm
1862      Branch: perl
1863            - lib/Carp.pod
1864            ! MANIFEST lib/Carp.pm
1865 ____________________________________________________________________________
1866 [ 25005] By: rgs                                   on 2005/06/28  11:17:30
1867         Log: B::Deparse was chocking on variable names with colons (like foo::::bar)
1868      Branch: perl
1869            ! ext/B/B/Deparse.pm
1870 ____________________________________________________________________________
1871 [ 25004] By: nicholas                              on 2005/06/28  10:09:26
1872         Log: Subject: Re: Hints for 64bitall (PPC!) Darwin perl
1873              From: Dominic Dunlop <domo@computer.org>
1874              Message-Id: <1D31D9A6-2451-49EE-AD80-80F1D9CA2825@computer.org>
1875              Date: Mon, 27 Jun 2005 19:46:59 +0200
1876      Branch: perl
1877            ! hints/darwin.sh
1878 ____________________________________________________________________________
1879 [ 25003] By: steveh                                on 2005/06/28  08:01:21
1880         Log: Stop "Possible use before definition" warning following change 24997
1881      Branch: perl
1882            ! pp_sys.c
1883 ____________________________________________________________________________
1884 [ 25002] By: rgs                                   on 2005/06/28  07:40:35
1885         Log: Upgrade to Time::HiRes 1.71
1886      Branch: perl
1887            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
1888            ! ext/Time/HiRes/Makefile.PL
1889 ____________________________________________________________________________
1890 [ 25001] By: steveh                                on 2005/06/28  07:40:01
1891         Log: Stop "suspicious pointer conversion" warning following change 24997
1892      Branch: perl
1893            ! hv.c
1894 ____________________________________________________________________________
1895 [ 25000] By: rgs                                   on 2005/06/27  21:57:04
1896         Log: Don't install demo files with perl
1897      Branch: perl
1898            ! installperl
1899 ____________________________________________________________________________
1900 [ 24999] By: rgs                                   on 2005/06/27  21:30:09
1901         Log: From: Mattia Barbon <mattia.barbon@libero.it>
1902              Subject: [PATCH] Avoid redefinition warning for MinGW
1903              Date: Jun 27, 2005 10:07 PM
1904              Message-ID: <Mahogany-0.66.0-1232-20050627-220727.00@rbnet.it>
1905      Branch: perl
1906            ! win32/win32iop.h
1907 ____________________________________________________________________________
1908 [ 24998] By: nicholas                              on 2005/06/27  20:52:27
1909         Log: Fix sv_dec of undefined PVs to (a) not downgrade to NV
1910              (b) give -1, rather than +1
1911      Branch: perl
1912            ! sv.c t/op/inc.t
1913 ____________________________________________________________________________
1914 [ 24997] By: rgs                                   on 2005/06/27  18:26:15
1915         Log: Subject: [PATCH] We're going round in circles with pp_sys.c
1916              From: Andy Lester <andy@petdance.com>
1917              Date: Mon, 27 Jun 2005 13:06:59 -0500
1918              Message-ID: <20050627180659.GB29744@petdance.com>
1919              
1920              (edited)
1921      Branch: perl
1922            ! embed.fnc gv.c handy.h hv.c perl.c pp_ctl.c pp_hot.c proto.h
1923            ! regexec.c sv.c toke.c
1924 ____________________________________________________________________________
1925 [ 24996] By: rgs                                   on 2005/06/27  17:19:45
1926         Log: Fix installation of ptar(1) manpage.
1927              The __END__ was making the POD being ignored by pod2man.
1928      Branch: perl
1929            ! lib/Archive/Tar/bin/ptar
1930 ____________________________________________________________________________
1931 [ 24995] By: davem                                 on 2005/06/27  16:34:34
1932         Log: Make Carp.pm even lighter (and Carp::Heavy even heavier)
1933              Also move carp.pm pod to carp.pod
1934      Branch: perl
1935            + lib/Carp.pod
1936            ! MANIFEST lib/Carp.pm lib/Carp/Heavy.pm lib/warnings.pm
1937            ! warnings.pl
1938 ____________________________________________________________________________
1939 [ 24994] By: steveh                                on 2005/06/27  15:45:05
1940         Log: Silence compiler warning in SDBM_File
1941              
1942              Unless I'm missing something it looks like "key" actually is used,
1943              and the "key = key" assignment causes bcc32 to complain about use
1944              before definition!
1945      Branch: perl
1946            ! ext/SDBM_File/SDBM_File.xs
1947 ____________________________________________________________________________
1948 [ 24993] By: rgs                                   on 2005/06/27  15:22:58
1949         Log: Subject: [PATCH] XSLoader for Sys::Syslog
1950              From: Alexey Tourbin <at@altlinux.ru>
1951              Date: Sun, 26 Jun 2005 08:32:05 +0400
1952              Message-ID: <20050626043204.GA31585@solemn.turbinal.org>
1953      Branch: perl
1954            ! ext/Sys/Syslog/Syslog.pm
1955 ____________________________________________________________________________
1956 [ 24992] By: rgs                                   on 2005/06/27  13:51:10
1957         Log: Oops (fix previous fix).
1958      Branch: perl
1959            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
1960            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
1961            ! lib/Filter/Simple/t/import.t
1962 ____________________________________________________________________________
1963 [ 24991] By: rgs                                   on 2005/06/27  13:48:26
1964         Log: Fix tests of Filter::Simple 0.82 in the core
1965      Branch: perl
1966            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
1967            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
1968            ! lib/Filter/Simple/t/import.t
1969 ____________________________________________________________________________
1970 [ 24990] By: rgs                                   on 2005/06/27  13:46:25
1971         Log: Upgrade to Filter::Simple 0.82
1972      Branch: perl
1973            ! lib/Filter/Simple.pm lib/Filter/Simple/Changes
1974            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
1975            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
1976            ! lib/Filter/Simple/t/import.t t/lib/Filter/Simple/ExportTest.pm
1977            ! t/lib/Filter/Simple/FilterOnlyTest.pm
1978            ! t/lib/Filter/Simple/FilterTest.pm
1979            ! t/lib/Filter/Simple/ImportTest.pm
1980 ____________________________________________________________________________
1981 [ 24989] By: rgs                                   on 2005/06/27  12:46:44
1982         Log: Upgrade to Test::Harness 2.52
1983      Branch: perl
1984            ! lib/Test/Harness.pm lib/Test/Harness/Changes
1985            ! lib/Test/Harness/bin/prove
1986 ____________________________________________________________________________
1987 [ 24988] By: rgs                                   on 2005/06/27  12:35:33
1988         Log: Upgrade to Time::HiRes 1.70
1989      Branch: perl
1990            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
1991            ! ext/Time/HiRes/HiRes.xs
1992 ____________________________________________________________________________
1993 [ 24987] By: steveh                                on 2005/06/27  07:41:52
1994         Log: Suppress warnings about a clash between redefined malloc and the
1995              use of __attribute__malloc__
1996              
1997              Subject: Re: Fun with __attribute__malloc__
1998              From: Andy Lester <andy@petdance.com>
1999              Date: Fri, 24 Jun 2005 12:11:59 -0500
2000              Message-ID: <20050624171159.GB29590@petdance.com>
2001      Branch: perl
2002            ! perl.h
2003 ____________________________________________________________________________
2004 [ 24986] By: nicholas                              on 2005/06/26  22:19:22
2005         Log: Tweak the child dump socket protocol to return error messages to the
2006              parent so that it can display what went wrong.
2007      Branch: perl
2008            ! perl.c
2009 ____________________________________________________________________________
2010 [ 24985] By: rgs                                   on 2005/06/26  20:06:10
2011         Log: Upgrade to Time::HiRes 1.69
2012      Branch: perl
2013            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
2014            ! ext/Time/HiRes/Makefile.PL
2015 ____________________________________________________________________________
2016 [ 24984] By: nicholas                              on 2005/06/26  17:59:33
2017         Log: When using DEBUG_LEAKING_SCALARS_FORK_DUMP it's possible to cause
2018              indefinite hangs when the debugging child holds open Perl_debug_log,
2019              and it happens to be a file descriptor that is one end of a pipe,
2020              with a process sitting at the other end waitng for EOF.
2021              So close all descriptors in the child *including* Perl_debug_log,
2022              and pass it back in over the control socket if it's needed.
2023      Branch: perl
2024            ! perl.c
2025 ____________________________________________________________________________
2026 [ 24983] By: nicholas                              on 2005/06/26  10:28:43
2027         Log: Need to pass a my_perl to S_my_localtime to make threaded builds build.
2028      Branch: perl
2029            ! pp_sys.c
2030 ____________________________________________________________________________
2031 [ 24982] By: nicholas                              on 2005/06/25  17:58:26
2032         Log: Add a sanity check to Config::AUTOLOAD to prevent infinte loops if
2033              Configure_heavy.pl gets truncated.
2034      Branch: perl
2035            ! configpm
2036 ____________________________________________________________________________
2037 [ 24981] By: nicholas                              on 2005/06/25  15:45:06
2038         Log: On OS X to use perl's malloc need to USE_PERL_SBRK and emulate sbrk()
2039              using system malloc, because sbrk() stops giving us memory after about
2040              14Mb.
2041      Branch: perl
2042            ! hints/darwin.sh
2043 ____________________________________________________________________________
2044 [ 24980] By: nicholas                              on 2005/06/25  15:42:30
2045         Log: Need to skip exporting PL_dumper_fd unless it is used.
2046      Branch: perl
2047            ! makedef.pl
2048 ____________________________________________________________________________
2049 [ 24979] By: nicholas                              on 2005/06/25  12:55:09
2050         Log: If forking during global destruction, the child needs to close all
2051              unused file descriptors, else it can cause other processes to hang
2052              because it accidentally holds open pipes and sockets.
2053      Branch: perl
2054            ! perl.c
2055 ____________________________________________________________________________
2056 [ 24978] By: rgs                                   on 2005/06/24  15:21:38
2057         Log: Upgrade to Unicode::Collate 0.51
2058      Branch: perl
2059            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
2060            ! lib/Unicode/Collate/README
2061 ____________________________________________________________________________
2062 [ 24977] By: steveh                                on 2005/06/24  14:38:05
2063         Log: Fix typo in win32.c
2064              
2065              Doesn't fix bcc32 + USE_LARGE_FILES, though :-(
2066      Branch: perl
2067            ! win32/win32.c
2068 ____________________________________________________________________________
2069 [ 24976] By: nicholas                              on 2005/06/24  14:04:19
2070         Log: Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalars
2071              which become unreferenced. This is less likely to be successful.
2072              The #define needs a better name.
2073      Branch: perl
2074            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h
2075            ! proto.h sv.c
2076 ____________________________________________________________________________
2077 [ 24975] By: steveh                                on 2005/06/24  13:56:15
2078         Log: Stop '"__attribute__format__" redefined' warnings from gcc on Win32
2079      Branch: perl
2080            ! perl.h win32/config_H.gc
2081 ____________________________________________________________________________
2082 [ 24974] By: steveh                                on 2005/06/24  12:27:45
2083         Log: Make opendir() filename const in Win32-land & friends
2084              
2085              That fact that it wasn't const already was highlighted by a warning
2086              from pp_open_dir() generated by change 24743. Rather than undo the
2087              const change in pp_open_dir(), this seems to make more sense. Hope I
2088              haven't broken Netware or WinCE.
2089      Branch: perl
2090            ! NetWare/nw5.c NetWare/nwperlhost.h NetWare/nwperlsys.h
2091            ! iperlsys.h win32/include/dirent.h win32/perlhost.h
2092            ! win32/win32.c win32/win32iop.h wince/perlhost.h wince/wince.c
2093 ____________________________________________________________________________
2094 [ 24973] By: nicholas                              on 2005/06/24  10:45:44
2095         Log: Need to do some sort of die/warn to get the "global destruction"
2096              text if the bug is still present.
2097      Branch: perl
2098            ! t/op/gv.t
2099 ____________________________________________________________________________
2100 [ 24972] By: steveh                                on 2005/06/24  09:37:24
2101         Log: Fix t\op\gv.t on Win32
2102      Branch: perl
2103            ! t/op/gv.t
2104 ____________________________________________________________________________
2105 [ 24971] By: rgs                                   on 2005/06/24  07:54:59
2106         Log: Remove cargo-culted binmode.
2107      Branch: perl
2108            ! lib/Archive/Tar/t/00_setup.t
2109 ____________________________________________________________________________
2110 [ 24970] By: steveh                                on 2005/06/24  07:42:41
2111         Log: Fix Archive-Tar tests on Win32 following change 24954
2112      Branch: perl
2113            ! lib/Archive/Tar/t/00_setup.t
2114 ____________________________________________________________________________
2115 [ 24969] By: merijn                                on 2005/06/24  07:41:08
2116         Log: Workaround localtime edge case where TZ makes time go beyond
2117              the defined working range (AIX 5.2)
2118      Branch: perl
2119            ! pp_sys.c
2120 ____________________________________________________________________________
2121 [ 24968] By: davem                                 on 2005/06/23  22:59:36
2122         Log: change 24967 got the #endif in the wrong place
2123      Branch: perl
2124            ! pad.c
2125 ____________________________________________________________________________
2126 [ 24967] By: davem                                 on 2005/06/23  22:48:40
2127         Log: don't repopulate PADTMP slots with null SVs when freeing ops
2128      Branch: perl
2129            ! ext/B/t/f_sort.t ext/B/t/optree_samples.t pad.c
2130 ____________________________________________________________________________
2131 [ 24966] By: nicholas                              on 2005/06/23  21:30:33
2132         Log: Remove the reference loop between symbol tables and typeglobs.
2133              Typeglobs now have a weak reference onto their symbol table.
2134      Branch: perl
2135            ! embed.fnc embed.h gv.c mg.c pad.c proto.h sv.c t/op/gv.t
2136 ____________________________________________________________________________
2137 [ 24965] By: rgs                                   on 2005/06/23  18:53:04
2138         Log: Subject: [PATCH] Pre-YAPC consting fun
2139              From: Andy Lester <andy@petdance.com>
2140              Date: Jun 23, 2005 9:04 PM
2141              Message-ID: <20050623190423.GA13835@petdance.com>
2142      Branch: perl
2143            ! embed.fnc embed.h lib/ExtUtils/CBuilder/t/01-basic.t locale.c
2144            ! mg.c perlio.c pp_ctl.c pp_pack.c pp_sys.c proto.h scope.c
2145            ! taint.c util.c
2146 ____________________________________________________________________________
2147 [ 24964] By: merijn                                on 2005/06/23  18:43:42
2148         Log: Take a larger margin to prevent 'X' failures in smokes
2149              I was able to get warnings on HP-UX 10.20 every 2nd to 3rd run
2150              when reps was still 10000. With 15000 I didn't get a single warning
2151      Branch: perl
2152            ! t/op/rand.t
2153 ____________________________________________________________________________
2154 [ 24963] By: rgs                                   on 2005/06/23  18:07:34
2155         Log: Warning suppression.
2156      Branch: perl
2157            ! pp_sys.c
2158 ____________________________________________________________________________
2159 [ 24962] By: nicholas                              on 2005/06/23  18:00:38
2160         Log: The current implementation of :unique is fundamentally flawed,
2161              because declaring a scalar READONLY does not stop it being modified.
2162              Hence the current implementation of :unique is *not threadsafe*
2163              D'oh!
2164              Better implementations welcome.
2165      Branch: perl
2166            ! embed.fnc embed.h ext/threads/t/problems.t pod/perltodo.pod
2167            ! proto.h sv.c
2168 ____________________________________________________________________________
2169 [ 24961] By: rgs                                   on 2005/06/23  16:18:21
2170         Log: Fix Archive::Tar test when perl is built with -Dmksymlinks
2171      Branch: perl
2172            ! lib/Archive/Tar/t/02_methods.t
2173 ____________________________________________________________________________
2174 [ 24960] By: rgs                                   on 2005/06/23  15:51:02
2175         Log: Subject: [PATCH] Re: [perl #9741] possible problem with File::Find
2176              From: Steve Peters <steve@fisharerojo.org>
2177              Date: Fri, 17 Jun 2005 23:27:14 -0500
2178              Message-ID: <20050618042714.GA29589@mccoy.peters.homeunix.org>
2179      Branch: perl
2180            ! lib/File/Find.pm
2181 ____________________________________________________________________________
2182 [ 24959] By: nicholas                              on 2005/06/23  14:11:20
2183         Log: Add a define PERL_POISON which tries to trip up anything accessing
2184              freed or uninitialised memory. Currently only Poison()s freed
2185              pointers.
2186      Branch: perl
2187            ! ext/PerlIO/encoding/encoding.xs gv.c handy.h pp_ctl.c scope.c
2188            ! sv.c
2189 ____________________________________________________________________________
2190 [ 24958] By: nicholas                              on 2005/06/23  14:09:57
2191         Log: Indent some of the #ifdef/#define/#endif to make the nesting clearer.
2192              Simplify SvPV_free slightly.
2193      Branch: perl
2194            ! sv.h
2195 ____________________________________________________________________________
2196 [ 24957] By: rgs                                   on 2005/06/23  11:54:25
2197         Log: This dummy test didn't pass
2198      Branch: perl
2199            ! lib/Archive/Tar/t/99_clean.t
2200 ____________________________________________________________________________
2201 [ 24956] By: rgs                                   on 2005/06/23  11:34:35
2202         Log: Add a pseudo-test to clean up data files for Archive::Tar tests
2203      Branch: perl
2204            + lib/Archive/Tar/t/99_clean.t
2205            ! MANIFEST
2206 ____________________________________________________________________________
2207 [ 24955] By: rgs                                   on 2005/06/23  11:30:16
2208         Log: Remove test that relies on Test::POD
2209      Branch: perl
2210            - lib/Archive/Tar/t/99_pod.t
2211            ! MANIFEST
2212 ____________________________________________________________________________
2213 [ 24954] By: rgs                                   on 2005/06/23  11:29:16
2214         Log: Remove binary files, add a pseudo-test in Archive::Tar to generate them
2215      Branch: perl
2216            + lib/Archive/Tar/t/00_setup.t
2217            - lib/Archive/Tar/t/src/long/bar.tar
2218            - lib/Archive/Tar/t/src/long/foo.tgz
2219            - lib/Archive/Tar/t/src/short/bar.tar
2220            - lib/Archive/Tar/t/src/short/foo.tgz
2221            ! MANIFEST
2222 ____________________________________________________________________________
2223 [ 24953] By: steveh                                on 2005/06/23  11:02:42
2224         Log: Silence bcc32 compiler warnings following change 24945
2225              
2226              ("Possible use of '%s' before definition")
2227      Branch: perl
2228            ! pp_ctl.c pp_sys.c
2229 ____________________________________________________________________________
2230 [ 24952] By: nicholas                              on 2005/06/23  10:41:00
2231         Log: Re-initialise PL_curcop to &PL_compiling before destroying the optree.
2232      Branch: perl
2233            ! perl.c
2234 ____________________________________________________________________________
2235 [ 24951] By: rgs                                   on 2005/06/23  10:39:47
2236         Log: Subject: Re: [perl #36350] unstable sorting for use integer; sort { $b <=> $a } @foo 
2237              From: Salvador Fandino <sfandino@yahoo.com>
2238              Date: Tue, 21 Jun 2005 19:50:35 +0200
2239              Message-ID: <20050621181658.5977.qmail@lists.develooper.com>
2240      Branch: perl
2241            ! pp_sort.c
2242 ____________________________________________________________________________
2243 [ 24950] By: steveh                                on 2005/06/23  10:21:53
2244         Log: Oops! Change 24946 wasn't quite right
2245      Branch: perl
2246            ! doio.c
2247 ____________________________________________________________________________
2248 [ 24949] By: rgs                                   on 2005/06/23  09:32:55
2249         Log: Add handling of NV_ZERO_IS_ALLBITS_ZERO for Netware and epoc
2250      Branch: perl
2251            ! NetWare/config.wc NetWare/config_H.wc epoc/config.sh
2252 ____________________________________________________________________________
2253 [ 24948] By: rgs                                   on 2005/06/23  09:25:03
2254         Log: Define d_nv_zero_is_allbits_zero for symbian
2255              (noticed by Jarkko)
2256      Branch: perl
2257            ! symbian/config.sh
2258 ____________________________________________________________________________
2259 [ 24947] By: steveh                                on 2005/06/23  09:18:37
2260         Log: Silence bcc32 compiler warnings from win32/fcrypt.c (almost)
2261              
2262              It still whines about 'in' and 'b' being assigned values that are
2263              never used on lines 348 and 505 respectively (as side effects of the
2264              calls to c2l and l2c respectively), but I'm not sure how to shut
2265              them up.
2266      Branch: perl
2267            ! win32/fcrypt.c
2268 ____________________________________________________________________________
2269 [ 24946] By: steveh                                on 2005/06/23  09:00:28
2270         Log: More bcc32 compiler warnings to silence
2271              
2272              ("Suspicious pointer conversion")
2273      Branch: perl
2274            ! doio.c win32/win32io.c
2275 ____________________________________________________________________________
2276 [ 24945] By: rgs                                   on 2005/06/23  08:39:44
2277         Log: Subject: [PATCH] Const Boy II: The Localizing
2278              From: Andy Lester <andy@petdance.com>
2279              Date: Wed, 22 Jun 2005 09:41:00 -0500
2280              Message-ID: <20050622144059.GA19598@petdance.com>
2281      Branch: perl
2282            ! autodoc.pl embed.fnc embed.pl hv.c perl.c perlio.c
2283            ! pod/perlapi.pod pp.c pp.h pp_ctl.c pp_sys.c proto.h sv.c
2284            ! util.c
2285 ____________________________________________________________________________
2286 [ 24944] By: steveh                                on 2005/06/23  08:04:21
2287         Log: Silence another bcc32 compiler warning
2288              
2289              ("Possible use of '%s' before definition")
2290      Branch: perl
2291            ! toke.c
2292 ____________________________________________________________________________
2293 [ 24943] By: davem                                 on 2005/06/22  23:08:55
2294         Log: remove taint hack now that local $tainted no longer copies taint magic
2295      Branch: perl
2296            ! mg.c sv.c
2297 ____________________________________________________________________________
2298 [ 24942] By: davem                                 on 2005/06/22  21:42:54
2299         Log: handle magic in local correctly
2300              the local SV now gets a copy of any container magic, and no value
2301              magic; in the past the whole magic chain was either shared or
2302              moved
2303      Branch: perl
2304            ! embed.fnc embed.h mg.c pod/perlguts.pod pod/perlintern.pod
2305            ! proto.h scope.c t/op/local.t
2306 ____________________________________________________________________________
2307 [ 24941] By: merijn                                on 2005/06/22  17:14:04
2308         Log: Upgrade to Test::Harness 2.50
2309      Branch: perl
2310            ! lib/Test/Harness.pm lib/Test/Harness/t/strap-analyze.t
2311 ____________________________________________________________________________
2312 [ 24940] By: nicholas                              on 2005/06/22  16:37:06
2313         Log: Add facility to fork() early in perl_destruct and use the child to
2314              dump out leaked scalars (enabled with DEBUG_LEAKING_SCALARS_FORK_DUMP
2315              when DEBUG_LEAKING_SCALARS is already in force)
2316      Branch: perl
2317            ! perl.c
2318 ____________________________________________________________________________
2319 [ 24939] By: steveh                                on 2005/06/22  13:25:16
2320         Log: Silence yet more bcc32 compiler warnings
2321              
2322              ("Code has no effect")
2323      Branch: perl
2324            ! hv.c pp_ctl.c pp_hot.c
2325 ____________________________________________________________________________
2326 [ 24938] By: steveh                                on 2005/06/22  13:02:17
2327         Log: Silence some more bcc32 compiler warnings
2328              
2329              ("Suggest parentheses to clarify precedence")
2330      Branch: perl
2331            ! warnings.h warnings.pl
2332 ____________________________________________________________________________
2333 [ 24937] By: steveh                                on 2005/06/22  12:31:59
2334         Log: Silence some bcc32 compiler warnings
2335              
2336              ("Superfluous & with function")
2337      Branch: perl
2338            ! perlvars.h pp.c win32/win32.c
2339 ____________________________________________________________________________
2340 [ 24936] By: nicholas                              on 2005/06/22  10:08:43
2341         Log: Now that the global string table is using a single hunk of memory
2342              for both HE and HEK, we need to actually free things in perl_destruct
2343      Branch: perl
2344            ! perl.c
2345 ____________________________________________________________________________
2346 [ 24935] By: steveh                                on 2005/06/22  09:40:25
2347         Log: Fix Archive-Tar tests on Win32
2348              
2349              (Patch from Jos Boumans, from his current dev version.)
2350      Branch: perl
2351            ! lib/Archive/Tar.pm
2352 ____________________________________________________________________________
2353 [ 24934] By: merijn                                on 2005/06/21  19:27:38
2354         Log: Redo generation of change #24898
2355              Do not forget to run Porting/config_h.pl!
2356      Branch: perl
2357            ! Configure config_h.SH
2358 ____________________________________________________________________________
2359 [ 24932] By: rgs                                   on 2005/06/21  17:05:01
2360         Log: Upgrade to Test::Harness 2.49_02
2361      Branch: perl
2362            ! lib/Test/Harness.pm lib/Test/Harness/Changes
2363            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
2364            ! lib/Test/Harness/t/test-harness.t
2365 ____________________________________________________________________________
2366 [ 24931] By: rgs                                   on 2005/06/21  16:33:32
2367         Log: Add Archive::Tar to the maintainers list
2368      Branch: perl
2369            ! Porting/Maintainers.pl
2370 ____________________________________________________________________________
2371 [ 24930] By: rgs                                   on 2005/06/21  16:14:06
2372         Log: Trim trailing spaces
2373      Branch: perl
2374            ! lib/Archive/Tar/bin/ptar
2375 ____________________________________________________________________________
2376 [ 24929] By: rgs                                   on 2005/06/21  15:53:30
2377         Log: Add pod, so ptar has a manpage
2378      Branch: perl
2379            ! lib/Archive/Tar/bin/ptar
2380 ____________________________________________________________________________
2381 [ 24928] By: rgs                                   on 2005/06/21  15:27:37
2382         Log: POD nits
2383      Branch: perl
2384            ! ext/Storable/Storable.pm
2385 ____________________________________________________________________________
2386 [ 24927] By: nicholas                              on 2005/06/21  15:27:14
2387         Log: Drag t/op/gv.t kicking and screaming into the century of the fruitbat
2388              (or at least into the decade of t/test.pl)
2389      Branch: perl
2390            ! t/op/gv.t
2391 ____________________________________________________________________________
2392 [ 24926] By: rgs                                   on 2005/06/21  15:04:10
2393         Log: Add the ptar(1) utility from Archive::Tar
2394      Branch: perl
2395            + lib/Archive/Tar/bin/ptar utils/ptar.PL
2396            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
2397            ! win32/Makefile win32/makefile.mk
2398 ____________________________________________________________________________
2399 [ 24925] By: steveh                                on 2005/06/21  13:49:10
2400         Log: Trim trailing whitespace from $! and $^E
2401              
2402              (Fixes lib/Test/Simple/t/fail-more.t with bcc32 on Win32, and is
2403              good for consistency anyway)
2404      Branch: perl
2405            ! mg.c
2406 ____________________________________________________________________________
2407 [ 24924] By: nicholas                              on 2005/06/21  12:39:27
2408         Log: Avoid having NULL entries in the weakref backreference array, and
2409              make S_sv_add_backref O(1) (instead of O(n))
2410      Branch: perl
2411            ! sv.c
2412 ____________________________________________________________________________
2413 [ 24923] By: rgs                                   on 2005/06/21  12:12:10
2414         Log: Cleanup after this test
2415      Branch: perl
2416            ! lib/Archive/Tar/t/02_methods.t
2417 ____________________________________________________________________________
2418 [ 24922] By: rgs                                   on 2005/06/21  12:01:07
2419         Log: Add Archive::Tar 1.24, except ptar for now
2420      Branch: perl
2421            + lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
2422            + lib/Archive/Tar/File.pm lib/Archive/Tar/t/01_use.t
2423            + lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/03_file.t
2424            + lib/Archive/Tar/t/99_pod.t lib/Archive/Tar/t/src/long/b
2425            + lib/Archive/Tar/t/src/long/bar.tar
2426            + lib/Archive/Tar/t/src/long/foo.tgz
2427            + lib/Archive/Tar/t/src/short/b
2428            + lib/Archive/Tar/t/src/short/bar.tar
2429            + lib/Archive/Tar/t/src/short/foo.tgz
2430            ! MANIFEST
2431 ____________________________________________________________________________
2432 [ 24921] By: nicholas                              on 2005/06/21  10:58:22
2433         Log: weak references aren't UVs, do don't show this in the dump flags.
2434      Branch: perl
2435            ! dump.c
2436 ____________________________________________________________________________
2437 [ 24920] By: rgs                                   on 2005/06/21  10:50:18
2438         Log: Subject: [PATCH] ternary operator cond ? foo : bar being parsed as ?...?
2439              From: Salvador Fandiño <sfandino@yahoo.com>
2440              Date: Fri, 17 Jun 2005 14:06:30 +0100
2441              Message-ID: <20050617130548.18776.qmail@lists.develooper.com>
2442              
2443              with wordings improvements suggested by Ronald J Kimball
2444      Branch: perl
2445            ! pod/perldiag.pod toke.c
2446 ____________________________________________________________________________
2447 [ 24919] By: nicholas                              on 2005/06/21  10:35:09
2448         Log: No need to set flags twice.
2449      Branch: perl
2450            ! av.c
2451 ____________________________________________________________________________
2452 [ 24918] By: nicholas                              on 2005/06/21  09:44:08
2453         Log: As there will be no old body to dispose of, we can return immediately.
2454      Branch: perl
2455            ! sv.c
2456 ____________________________________________________________________________
2457 [ 24917] By: rgs                                   on 2005/06/21  09:40:46
2458         Log: Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric Labels
2459      Branch: perl
2460            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
2461            ! ext/Data/Dumper/t/dumper.t
2462 ____________________________________________________________________________
2463 [ 24916] By: rgs                                   on 2005/06/21  07:03:40
2464         Log: Subject: Re: [perl #36310] sv_vcatpvfn() fails on some (very limited) situations 
2465              From: Tsutomu IKEGAMI <t-ikegami@aist.go.jp>
2466              Date: Fri, 17 Jun 2005 17:55:10 +0900 (JST)
2467              Message-Id: <20050617.175510.21285350.t-ikegami@aist.go.jp>
2468      Branch: perl
2469            ! sv.c
2470 ____________________________________________________________________________
2471 [ 24915] By: rgs                                   on 2005/06/20  16:28:38
2472         Log: Subject: [PATCH perl.h] FPTR2DPTR/DPTR2FPTR
2473              From: Robin Barker <Robin.Barker@npl.co.uk>
2474              Date: Mon, 20 Jun 2005 13:47:37 +0100
2475              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6E4@hotel.npl.co.uk>
2476      Branch: perl
2477            ! perl.h
2478 ____________________________________________________________________________
2479 [ 24914] By: nicholas                              on 2005/06/20  15:21:59
2480         Log: Replace the non-const initialiser block + loop with a series of calls
2481              to a small static function.
2482              c.f. "I will replace you with a small shell script..."
2483      Branch: perl
2484            ! sv.c
2485 ____________________________________________________________________________
2486 [ 24913] By: rgs                                   on 2005/06/20  15:12:50
2487         Log: Subject: [PATCH] The continuing adventures of Constman and Localize Boy
2488              From: Andy Lester <andy@petdance.com>
2489              Date: Mon, 20 Jun 2005 10:22:37 -0500
2490              Message-ID: <20050620152237.GA5032@petdance.com>
2491      Branch: perl
2492            ! XSUB.h doop.c embed.fnc embed.h global.sym gv.c mg.c pad.c
2493            ! perl.h proto.h sv.c universal.c util.c
2494 ____________________________________________________________________________
2495 [ 24912] By: rgs                                   on 2005/06/20  13:32:52
2496         Log: Same fix, for the test, now.
2497      Branch: perl
2498            ! t/run/switches.t
2499 ____________________________________________________________________________
2500 [ 24911] By: rgs                                   on 2005/06/20  13:06:13
2501         Log: perl -v was outputting a double v (spotted by Jarkko)
2502      Branch: perl
2503            ! perl.c
2504 ____________________________________________________________________________
2505 [ 24910] By: rgs                                   on 2005/06/20  11:58:32
2506         Log: Remove signature test, which is always skipped
2507      Branch: perl
2508            - lib/Test/Simple/t/00signature.t
2509            ! MANIFEST
2510 ____________________________________________________________________________
2511 [ 24909] By: rgs                                   on 2005/06/20  11:45:02
2512         Log: Subject: [PATCH pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod] Recommend Against UNIVERSAL:: Methods as Functions, take 2
2513              From: chromatic <chromatic@wgz.org>
2514              Date: Sat, 18 Jun 2005 12:15:41 -0700
2515              Message-Id: <1119122141.21521.9.camel@localhost>
2516      Branch: perl
2517            ! pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod
2518 ____________________________________________________________________________
2519 [ 24908] By: rgs                                   on 2005/06/20  11:00:31
2520         Log: Remove the deprecated $# variable
2521      Branch: perl
2522            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
2523            ! pod/perldiag.pod sv.c t/lib/warnings/gv
2524 ____________________________________________________________________________
2525 [ 24907] By: nicholas                              on 2005/06/20  10:35:41
2526         Log: Silence warning in debug printf
2527      Branch: perl
2528            ! doop.c
2529 ____________________________________________________________________________
2530 [ 24906] By: rgs                                   on 2005/06/20  09:45:24
2531         Log: Subject: [PATCH] More random cleanups
2532              From: Andy Lester <andy@petdance.com>
2533              Date: Fri, 17 Jun 2005 09:50:29 -0500
2534              Message-ID: <20050617145029.GC11769@petdance.com>
2535      Branch: perl
2536            ! embed.fnc embed.h pp_ctl.c pp_sort.c proto.h scope.c
2537 ____________________________________________________________________________
2538 [ 24905] By: steveh                                on 2005/06/20  09:30:23
2539         Log: Support NV_ZERO_IS_ALLBITS_ZERO on Win32 (re: change 24898)
2540              
2541              The try.c test program added to Configure by change 24898 outputs
2542              "Yes" using each of VC++, GCC and BCC32, so here goes...
2543      Branch: perl
2544            ! win32/config.bc win32/config.gc win32/config.vc
2545            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
2546            ! win32/config_H.vc win32/config_H.vc64
2547 ____________________________________________________________________________
2548 [ 24904] By: rgs                                   on 2005/06/20  09:23:33
2549         Log: Hugo suggests this.
2550      Branch: perl
2551            ! pod/perlhack.pod
2552 ____________________________________________________________________________
2553 [ 24903] By: rgs                                   on 2005/06/20  09:20:40
2554         Log: Missed a chunk in previous commit
2555      Branch: perl
2556            ! pod/perlsyn.pod
2557 ____________________________________________________________________________
2558 [ 24902] By: rgs                                   on 2005/06/20  09:18:35
2559         Log: Subject: [perl #36328] Until Statement Undocumented 
2560              From: Eric Amick (via RT) <perlbug-followup@perl.org>
2561              Date: 18 Jun 2005 03:47:32 -0000
2562              Message-ID: <rt-3.0.11-36328-115949.3.38667506136829@perl.org>
2563      Branch: perl
2564            ! pod/perlsyn.pod
2565 ____________________________________________________________________________
2566 [ 24901] By: rgs                                   on 2005/06/20  09:06:57
2567         Log: Subject: Re: [PATCH replacement] Re: [perl #36313] perl -e "1for$[=0" crash
2568              From: Rick Delaney <rick@bort.ca>
2569              Date: Sun, 19 Jun 2005 09:47:22 -0400
2570              Message-ID: <20050619134722.GB31592@localhost.localdomain>
2571      Branch: perl
2572            ! op.c t/comp/parser.t
2573 ____________________________________________________________________________
2574 [ 24900] By: nicholas                              on 2005/06/20  08:19:52
2575         Log: S_del_body is sufficiently small that inlining it is a space win.
2576      Branch: perl
2577            ! sv.c
2578 ____________________________________________________________________________
2579 [ 24899] By: nicholas                              on 2005/06/19  15:12:26
2580         Log: If NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitly set the NVX
2581              to 0.0, as the memset has already done it.
2582      Branch: perl
2583            ! sv.c
2584 ____________________________________________________________________________
2585 [ 24898] By: nicholas                              on 2005/06/19  15:11:06
2586         Log: Add a Configure test to see if NV 0.0 is stored as all bits zero, and
2587              #define NV_ZERO_IS_ALLBITS_ZERO if so.  This is always true on VMS:
2588              
2589              Subject: Re: Configure check for whether 0.0 is stored as all bits zero
2590              From: "Craig A. Berry" <craigberry@mac.com>
2591              Message-Id: <p06210214beda5bf31c4c@[172.16.52.1]>
2592              Date: Sat, 18 Jun 2005 18:23:59 -0500
2593      Branch: perl
2594            ! Configure Porting/Glossary config_h.SH configure.com
2595 ____________________________________________________________________________
2596 [ 24897] By: nicholas                              on 2005/06/19  10:22:58
2597         Log: Move the offset calculations outside of new_body/del_body.
2598              This makes some of the upgrade code slightly simpler.
2599      Branch: perl
2600            ! sv.c
2601 ____________________________________________________________________________
2602 [ 24896] By: nicholas                              on 2005/06/18  22:43:58
2603         Log: Refactor sv_dup to memcpy from source to destination, and only
2604              explicitly copy the structure members that need explicit duplication.
2605      Branch: perl
2606            ! sv.c
2607 ____________________________________________________________________________
2608 [ 24895] By: nicholas                              on 2005/06/18  16:33:41
2609         Log: Squeeze a little more savings by moving pte and he arenas into the
2610              common arena free code.
2611      Branch: perl
2612            ! hv.h perl.h sv.c
2613 ____________________________________________________________________________
2614 [ 24894] By: nicholas                              on 2005/06/18  15:07:47
2615         Log: Subject: [PATCH] squeeze repetition out of Perl_sv_free_arenas
2616              From: Jim Cromie <jcromie@divsol.com>
2617              Message-ID: <42B3C388.2090902@divsol.com>
2618              Date: Sat, 18 Jun 2005 00:47:36 -0600
2619      Branch: perl
2620            ! sv.c
2621 ____________________________________________________________________________
2622 [ 24893] By: nicholas                              on 2005/06/18  14:28:04
2623         Log: update AVs and HVs using the old_body, and remove all of the local
2624              variables used to hold the SV body piecemeal.
2625      Branch: perl
2626            ! sv.c
2627 ____________________________________________________________________________
2628 [ 24892] By: nicholas                              on 2005/06/18  10:57:02
2629         Log: sv_upgrade by memcpy
2630              AV and HV cases need tidyup
2631      Branch: perl
2632            ! sv.c
2633 ____________________________________________________________________________
2634 [ 24891] By: nicholas                              on 2005/06/17  19:37:56
2635         Log: Fix compiling with -DPURIFY
2636      Branch: perl
2637            ! sv.c
2638 ____________________________________________________________________________
2639 [ 24890] By: nicholas                              on 2005/06/17  17:30:19
2640         Log: Change 24886 was buggy - should be taking (and passing in) the
2641              address of the arena.
2642      Branch: perl
2643            ! sv.c
2644 ____________________________________________________________________________
2645 [ 24889] By: rgs                                   on 2005/06/17  15:43:11
2646         Log: Add new internal error message to perldiag
2647      Branch: perl
2648            ! pod/perldiag.pod
2649 ____________________________________________________________________________
2650 [ 24888] By: nicholas                              on 2005/06/17  15:37:50
2651         Log: Collect a little more information about the body we're getting rid of
2652      Branch: perl
2653            ! sv.c
2654 ____________________________________________________________________________
2655 [ 24887] By: rgs                                   on 2005/06/17  14:44:43
2656         Log: Missing aTHX_ (noticed by Jim Cromie)
2657      Branch: perl
2658            ! sv.c
2659 ____________________________________________________________________________
2660 [ 24886] By: nicholas                              on 2005/06/17  14:28:07
2661         Log: Move freeing the old body after the creating of the new body.
2662      Branch: perl
2663            ! sv.c
2664 ____________________________________________________________________________
2665 [ 24885] By: nicholas                              on 2005/06/17  13:42:03
2666         Log: The only way is up!
2667              (*up*grades. Or croak)
2668      Branch: perl
2669            ! sv.c
2670 ____________________________________________________________________________
2671 [ 24884] By: rgs                                   on 2005/06/17  12:21:53
2672         Log: Subject: [perl #36199] [PATCH] 5.8.7 fails to build with parallel make 
2673              From: "Steve Peters via RT" <perlbug-followup@perl.org>
2674              Date: 16 Jun 2005 17:11:14 -0000
2675              Message-ID: <rt-3.0.11-36199-115872.8.39962488213992@perl.org>
2676      Branch: perl
2677            ! Makefile.SH
2678 ____________________________________________________________________________
2679 [ 24883] By: steveh                                on 2005/06/17  11:36:45
2680         Log: Silence STDERR grumblings from Borland's math library.
2681              
2682              This fixes failures in ext/B/t/deparse.t and lib/warnings.t (and
2683              renders change 24870 obsolete, hence it is reverted here).
2684      Branch: perl
2685            ! lib/warnings.t makedef.pl win32/win32.c
2686 ____________________________________________________________________________
2687 [ 24882] By: rgs                                   on 2005/06/17  09:26:25
2688         Log: Upgrade to PathTools 3.09
2689      Branch: perl
2690            ! ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm
2691            ! lib/File/Spec.pm
2692 ____________________________________________________________________________
2693 [ 24881] By: nicholas                              on 2005/06/17  08:35:48
2694         Log: new_pte/del_pte can use new_body/del_body too
2695      Branch: perl
2696            ! sv.c
2697 ____________________________________________________________________________
2698 [ 24880] By: steveh                                on 2005/06/17  08:28:32
2699         Log: Subject: [PATCH] Strip \\?\ prefix from Perl path in win32/win32.c:set_w32_module_name()
2700              From: "Jan Dubois" <jand@ActiveState.com>
2701              Date: Thu, 16 Jun 2005 11:43:15 -0700
2702              Message-Id: <200506161843.j5GIhKhL024472@smtp3.ActiveState.com>
2703      Branch: perl
2704            ! win32/win32.c
2705 ____________________________________________________________________________
2706 [ 24879] By: nicholas                              on 2005/06/16  22:08:29
2707         Log: Storing the ixv for magic arrays seems to cause double free errors on
2708              OS X. This all feels like voodoo.
2709      Branch: perl
2710            ! ext/B/B/Bytecode.pm
2711 ____________________________________________________________________________
2712 [ 24878] By: nicholas                              on 2005/06/16  22:06:57
2713         Log: Replace all the new/del static functions with calls to a single pair
2714              of functions that uproot/plant bodies
2715      Branch: perl
2716            ! embed.fnc embed.h proto.h sv.c
2717 ____________________________________________________________________________
2718 [ 24877] By: nicholas                              on 2005/06/16  19:28:20
2719         Log: Making more_* return a pointer, and swapping to a ternary ?: in
2720              new_* seems to generate slightly terser object code.
2721      Branch: perl
2722            ! sv.c
2723 ____________________________________________________________________________
2724 [ 24876] By: nicholas                              on 2005/06/16  18:37:55
2725         Log: Replace all the S_more_* functions with a single function.
2726              Saves 1.5K on the object file in OS X when built with -Os
2727      Branch: perl
2728            ! sv.c
2729 ____________________________________________________________________________
2730 [ 24875] By: nicholas                              on 2005/06/16  16:25:54
2731         Log: Subject: [PATCH] Re: [perl #36048] Refactor S_more_*v into one function
2732              From: Jim Cromie <jcromie@divsol.com>
2733              Message-ID: <42ADC8ED.4090009@divsol.com>
2734              Date: Mon, 13 Jun 2005 11:57:01 -0600
2735      Branch: perl
2736            ! sv.c
2737 ____________________________________________________________________________
2738 [ 24874] By: nicholas                              on 2005/06/16  15:09:00
2739         Log: I'm not convinced that manually creating HVs via sv_upgrade is a great
2740              idea, but as we are, turning on shared keys makes sense.
2741      Branch: perl
2742            ! util.c
2743 ____________________________________________________________________________
2744 [ 24873] By: merijn                                on 2005/06/16  14:33:10
2745         Log: Subject: [PATCH] Lint support
2746              From: Andy Lester <andy@petdance.com>
2747              Date: Thu, 16 Jun 2005 09:35:21 -0500
2748              Message-ID: <20050616143521.GB22188@petdance.com>
2749      Branch: perl
2750            ! XSUB.h perl.h universal.c
2751 ____________________________________________________________________________
2752 [ 24872] By: merijn                                on 2005/06/16  14:24:43
2753         Log: Subject: Re: a warning for a ExtUtils::ParseXS test
2754              From: Ken Williams <ken@mathforum.org>
2755              Date: Wed, 15 Jun 2005 20:00:42 -0500
2756              Message-Id: <29d2a69650cb39059c9af487069b941c@mathforum.org>
2757      Branch: perl
2758            ! lib/ExtUtils/ParseXS/t/XSTest.xs
2759 ____________________________________________________________________________
2760 [ 24871] By: rgs                                   on 2005/06/16  13:55:18
2761         Log: Subject: [PATCH] Removing /*SUPPRESS xxx*/
2762              From: Andy Lester <andy@petdance.com>
2763              Date: Thu, 16 Jun 2005 09:13:42 -0500
2764              Message-ID: <20050616141342.GA22188@petdance.com>
2765      Branch: perl
2766            ! av.c doio.c doop.c perl.c pp.c pp_hot.c pp_sys.c regcomp.c
2767            ! regexec.c sv.c toke.c util.c
2768 ____________________________________________________________________________
2769 [ 24870] By: steveh                                on 2005/06/16  13:16:56
2770         Log: Teach lib/warnings.t about Borland CRT error messages
2771      Branch: perl
2772            ! lib/warnings.t
2773 ____________________________________________________________________________
2774 [ 24869] By: rgs                                   on 2005/06/16  12:54:18
2775         Log: Subject: [perl #36237] IO::File $fh->binmode($layer) is broken 
2776              From: "Alexander Foken" (via RT) <perlbug-followup@perl.org>
2777              Date: 10 Jun 2005 12:46:41 -0000
2778              Message-ID: <rt-3.0.11-36237-115536.13.400290704223@perl.org>
2779              
2780              and bump version number
2781      Branch: perl
2782            ! ext/IO/lib/IO/File.pm
2783 ____________________________________________________________________________
2784 [ 24868] By: steveh                                on 2005/06/16  11:10:01
2785         Log: Update README.win32
2786              
2787              (Mention Borland compiler is also free; update libwin32 link)
2788      Branch: perl
2789            ! README.win32
2790 ____________________________________________________________________________
2791 [ 24867] By: steveh                                on 2005/06/16  11:00:19
2792         Log: Give op/taint.t a helping hand for Borland compiler on Win32
2793      Branch: perl
2794            ! t/op/taint.t
2795 ____________________________________________________________________________
2796 [ 24866] By: steveh                                on 2005/06/16  09:51:33
2797         Log: Fix changes 24862 and 24863 for Sarathy's old dmake
2798      Branch: perl
2799            ! win32/makefile.mk
2800 ____________________________________________________________________________
2801 [ 24865] By: rgs                                   on 2005/06/16  09:45:59
2802         Log: Subs with builtin attributes shouldn't be made constant
2803              
2804              Subject: Re: [perl #36297] builtin attrs on subrutine declarations
2805              From: Salvador "FandiXo" <sfandino@yahoo.com>
2806              Date: Wed, 15 Jun 2005 08:27:00 -0700 (PDT)
2807              Message-ID: <20050615152700.96320.qmail@web52702.mail.yahoo.com>
2808      Branch: perl
2809            ! op.c
2810 ____________________________________________________________________________
2811 [ 24864] By: rgs                                   on 2005/06/16  09:18:58
2812         Log: Add -f in perl synopsys, sync perl.pod and perlrun.pod synopses
2813      Branch: perl
2814            ! pod/perl.pod pod/perlrun.pod
2815 ____________________________________________________________________________
2816 [ 24863] By: steveh                                on 2005/06/16  09:09:22
2817         Log: Simplify win32/makefile.mk for static extensions with GCC
2818      Branch: perl
2819            ! win32/makefile.mk
2820 ____________________________________________________________________________
2821 [ 24862] By: steveh                                on 2005/06/16  08:51:14
2822         Log: Enable static extensions with Borland compiler on Win32
2823      Branch: perl
2824            ! win32/buildext.pl win32/makefile.mk
2825 ____________________________________________________________________________
2826 [ 24861] By: rgs                                   on 2005/06/16  08:29:10
2827         Log: Revert part of change #24854
2828      Branch: perl
2829            ! ext/Devel/DProf/t/DProf.t perl.c
2830 ____________________________________________________________________________
2831 [ 24860] By: steveh                                on 2005/06/16  07:40:21
2832         Log: Don't export Perl_stashpv_hvname_match when !USE_ITHREADS
2833              
2834              (Fixes a linker error on Win 32 introduced by change #24847)
2835      Branch: perl
2836            ! makedef.pl
2837 ____________________________________________________________________________
2838 [ 24859] By: nicholas                              on 2005/06/15  22:32:14
2839         Log: Don't write bytecode to load the NVX of AVs and HVs
2840      Branch: perl
2841            ! ext/B/B/Bytecode.pm
2842 ____________________________________________________________________________
2843 [ 24858] By: nicholas                              on 2005/06/15  22:31:41
2844         Log: We were failing to pring "not ok" if the text exited uncleanly
2845      Branch: perl
2846            ! ext/B/t/bytecode.t
2847 ____________________________________________________________________________
2848 [ 24857] By: nicholas                              on 2005/06/15  22:30:53
2849         Log: assert that you aren't assigning to the NVX of an AV or HV
2850      Branch: perl
2851            ! sv.h
2852 ____________________________________________________________________________
2853 [ 24856] By: rgs                                   on 2005/06/15  16:37:46
2854         Log: Introduce PERL_RUNPERL_DEBUG to alter the behavior of runperl(),
2855              this can be useful to use valgrind for example
2856      Branch: perl
2857            ! t/test.pl
2858 ____________________________________________________________________________
2859 [ 24855] By: steveh                                on 2005/06/15  16:30:58
2860         Log: Fix $Config{ccversion} for Borland C++ 5.5.1
2861              
2862              This pattern match seems a little saner, and stops " for Win32"
2863              getting picked up from the following output:
2864              
2865              Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
2866              
2867              Maybe it breaks older versions, but at least the latest now works
2868              correctly. If anyone knows what older versions' messages look like
2869              then speak up!
2870      Branch: perl
2871            ! win32/config_sh.PL
2872 ____________________________________________________________________________
2873 [ 24854] By: rgs                                   on 2005/06/15  16:24:05
2874         Log: Subject: Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE isn't set
2875              From: Steve Peters <steve@fisharerojo.org>
2876              Date: Wed, 15 Jun 2005 11:30:41 -0500
2877              Message-ID: <20050615163040.GA14745@mccoy.peters.homeunix.org>
2878      Branch: perl
2879            ! ext/Devel/DProf/t/DProf.t perl.c
2880 ____________________________________________________________________________
2881 [ 24853] By: rgs                                   on 2005/06/15  16:16:32
2882         Log: Subject: sort optimization
2883              From: Salvador Fandiño <sfandino@yahoo.com>
2884              Date: Mon, 06 Jun 2005 12:05:05 +0100
2885              Message-ID: <20050606110425.22941.qmail@lists.develooper.com>
2886      Branch: perl
2887            ! pp_sort.c
2888 ____________________________________________________________________________
2889 [ 24852] By: steveh                                on 2005/06/15  16:02:06
2890         Log: Fix win32/makefile.mk for building with bcc32 5.5.1 and dmake 4.4
2891      Branch: perl
2892            ! win32/makefile.mk
2893 ____________________________________________________________________________
2894 [ 24851] By: rgs                                   on 2005/06/15  14:40:40
2895         Log: Subject: [perl #36297] builtin attrs on subrutine declarations 
2896              From: Salvador "FandiXXo" (via RT) <perlbug-followup@perl.org>
2897              Date: 15 Jun 2005 13:54:53 -0000
2898              Message-ID: <rt-3.0.11-36297-115797.8.75971493113916@perl.org>
2899      Branch: perl
2900            ! op.c t/op/attrs.t
2901 ____________________________________________________________________________
2902 [ 24850] By: merijn                                on 2005/06/15  13:57:57
2903         Log: Protect Perl_sv_2pvbyte () to NULL length pointers
2904              Thanks Nick!
2905      Branch: perl
2906            ! sv.c
2907 ____________________________________________________________________________
2908 [ 24849] By: rgs                                   on 2005/06/15  13:55:50
2909         Log: Better phrasing
2910      Branch: perl
2911            ! pod/perlfunc.pod
2912 ____________________________________________________________________________
2913 [ 24848] By: rgs                                   on 2005/06/15  09:27:55
2914         Log: Subject: [PATCH] Storable/Storable.xs: make plain C functions static
2915              From: Alexey Tourbin <at@altlinux.ru>
2916              Date: Sun, 5 Jun 2005 03:42:42 +0400
2917              Message-ID: <20050604234242.GW5867@solemn.turbinal.org>
2918      Branch: perl
2919            ! ext/Storable/Storable.xs
2920 ____________________________________________________________________________
2921 [ 24847] By: rgs                                   on 2005/06/15  09:03:22
2922         Log: Subject: [PATCH] CopSTASH_eq again
2923              From: Andy Lester <andy@petdance.com>
2924              Date: Tue, 14 Jun 2005 23:49:26 -0500
2925              Message-ID: <20050615044926.GA29087@petdance.com>
2926      Branch: perl
2927            ! cop.h embed.fnc embed.h global.sym proto.h util.c
2928 ____________________________________________________________________________
2929 [ 24846] By: rgs                                   on 2005/06/15  07:49:48
2930         Log: Fix warning nits, by Jarkko
2931      Branch: perl
2932            ! sv.c
2933 ____________________________________________________________________________
2934 [ 24845] By: nicholas                              on 2005/06/14  19:28:28
2935         Log: Subject: [PATCH] S_emulate_eaccess() does return a value
2936              From: Steve Peters <steve@fisharerojo.org>
2937              Message-ID: <20050614193052.GA1898@mccoy.peters.homeunix.org>
2938              Date: Tue, 14 Jun 2005 14:30:52 -0500
2939      Branch: perl
2940            ! embed.fnc proto.h
2941 ____________________________________________________________________________
2942 [ 24844] By: davem                                 on 2005/06/14  17:24:18
2943         Log: whoops, Perl_magic_freearylen_p returns int
2944      Branch: perl
2945            ! mg.c
2946 ____________________________________________________________________________
2947 [ 24843] By: nicholas                              on 2005/06/14  16:29:49
2948         Log: Change 24838 breaks deparse.t, which checks that embedded NULs work.
2949              Here's a temporary hack, pending a way for B to correctly identify
2950              PVs that are variable names in pads.
2951      Branch: perl
2952            ! ext/B/B.xs
2953 ____________________________________________________________________________
2954 [ 24842] By: rgs                                   on 2005/06/14  13:49:41
2955         Log: Add core test preamble
2956      Branch: perl
2957            ! lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
2958            ! lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
2959            ! lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
2960            ! lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
2961            ! lib/IO/Zlib/t/uncomp2.t
2962 ____________________________________________________________________________
2963 [ 24841] By: nicholas                              on 2005/06/14  13:40:49
2964         Log: Test was coredumping with a shared perl library.
2965              This is wrong. It seems that what gets peephole optimised
2966              (in this case named method calls into shared string scalars) depends
2967              on whether there is a shared perl library.
2968              Anyway, fix the symptom - the coredump.
2969      Branch: perl
2970            ! ext/XS/APItest/t/hash.t
2971 ____________________________________________________________________________
2972 [ 24840] By: steveh                                on 2005/06/14  13:36:03
2973         Log: Stop "test" filename clashing with "TEST" on Win32
2974              
2975              (and bump $IO::Zlib::VERSION again)
2976      Branch: perl
2977            ! lib/IO/Zlib.pm lib/IO/Zlib/t/uncomp1.t lib/IO/Zlib/t/uncomp2.t
2978 ____________________________________________________________________________
2979 [ 24839] By: steveh                                on 2005/06/14  13:26:30
2980         Log: Actually skip tests when they're supposed to be skipped!
2981              
2982              (and bump $IO::Zlib::VERSION)
2983      Branch: perl
2984            ! lib/IO/Zlib.pm lib/IO/Zlib/t/external.t
2985 ____________________________________________________________________________
2986 [ 24838] By: rgs                                   on 2005/06/14  13:22:20
2987         Log: Subject: [PATCH] Fix for SEGV in ext/B/t/xref.t on OpenBSD
2988              From: Steve Peters <steve@fisharerojo.org>
2989              Date: Tue, 14 Jun 2005 08:16:38 -0500
2990              Message-ID: <20050614131638.GA24771@mccoy.peters.homeunix.org>
2991      Branch: perl
2992            ! ext/B/B.xs
2993 ____________________________________________________________________________
2994 [ 24837] By: steveh                                on 2005/06/14  13:13:17
2995         Log: Don't delete IO/Zlib during distclean on Win32
2996              
2997              (IO/Socket still needs to go, though)
2998      Branch: perl
2999            ! win32/Makefile win32/makefile.mk
3000 ____________________________________________________________________________
3001 [ 24836] By: rgs                                   on 2005/06/14  13:02:24
3002         Log: Document ${^UTF8LOCALE}
3003      Branch: perl
3004            ! pod/perlvar.pod
3005 ____________________________________________________________________________
3006 [ 24835] By: rgs                                   on 2005/06/14  12:12:33
3007         Log: Add IO::Zlib in maintainers list
3008      Branch: perl
3009            ! Porting/Maintainers.pl
3010 ____________________________________________________________________________
3011 [ 24834] By: rgs                                   on 2005/06/14  12:06:40
3012         Log: Add IO::Zlib 1.04 to bleadperl
3013      Branch: perl
3014            + lib/IO/Zlib.pm lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
3015            + lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
3016            + lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
3017            + lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
3018            + lib/IO/Zlib/t/uncomp2.t
3019            ! MANIFEST Makefile.SH
3020 ____________________________________________________________________________
3021 [ 24833] By: davem                                 on 2005/06/14  10:15:10
3022         Log: Perl_magic_freearylen_p could coredump
3023      Branch: perl
3024            ! mg.c
3025 ____________________________________________________________________________
3026 [ 24832] By: rgs                                   on 2005/06/14  08:52:46
3027         Log: Subject: better assertion support
3028              From: Salvador Fandiño <sfandino@yahoo.com>
3029              Date: Mon, 13 Jun 2005 16:48:01 +0100
3030              Message-ID: <20050613154719.29295.qmail@lists.develooper.com>
3031      Branch: perl
3032            + lib/assertions/compat.pm t/comp/asstcompat.t
3033            ! MANIFEST lib/assertions.pm lib/assertions/activate.pm perl.c
3034            ! pod/perlrun.pod t/comp/assertions.t t/run/switch_A.t
3035 ____________________________________________________________________________
3036 [ 24831] By: rgs                                   on 2005/06/14  08:31:18
3037         Log: Since the version module is use'd afterwards, use_ok needs to be
3038              in a BEGIN block
3039      Branch: perl
3040            ! lib/version.t
3041 ____________________________________________________________________________
3042 [ 24830] By: steveh                                on 2005/06/14  07:42:33
3043         Log: Add BUILDOPTEXTRA to Win32 makefiles
3044              
3045              This allows extra build options, e.g. -DNO_HASH_SEED, to be
3046              specified on the command line, which is otherwise not possible
3047              under nmake using the existing BUILDOPT macro
3048              
3049              Suggested by Jan Dubois <jand@ActiveState.com>
3050      Branch: perl
3051            ! win32/Makefile win32/makefile.mk
3052 ____________________________________________________________________________
3053 [ 24829] By: nicholas                              on 2005/06/13  22:29:00
3054         Log: Pay attention to the comments that Dave writes.
3055      Branch: perl
3056            ! sv.c
3057 ____________________________________________________________________________
3058 [ 24828] By: rgs                                   on 2005/06/13  20:22:52
3059         Log: Comment nit to help Devel::Cover, spotted by Steve Peters
3060      Branch: perl
3061            ! ext/POSIX/POSIX.xs
3062 ____________________________________________________________________________
3063 [ 24827] By: nicholas                              on 2005/06/13  20:18:57
3064         Log: Croak if an attempt is made to modify PL_strtab
3065              (er, TODO - these should be in perldiag)
3066      Branch: perl
3067            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
3068            ! ext/XS/APItest/t/hash.t hv.c
3069 ____________________________________________________________________________
3070 [ 24826] By: nicholas                              on 2005/06/13  20:17:56
3071         Log: More SvPV consting
3072      Branch: perl
3073            ! perl.c
3074 ____________________________________________________________________________
3075 [ 24825] By: steveh                                on 2005/06/13  16:35:19
3076         Log: Subject: [PATCH @ 24819] Re: Change 24806: improve static build for win32/Makefile
3077              From: vadim <vadim@vkonovalov.ru>
3078              Date: Mon, 13 Jun 2005 15:41:41 -0400
3079              Message-Id: <1118691701.6333.32.camel@mdk10>
3080      Branch: perl
3081            ! win32/Makefile win32/makefile.mk
3082 ____________________________________________________________________________
3083 [ 24824] By: nicholas                              on 2005/06/13  16:24:57
3084         Log: With shared hash key scalars now accessing the hash via the PVX, you
3085              can't fake them with regular PVIVs. So fake method calls have to use
3086              real shared hask key scalars.
3087      Branch: perl
3088            ! ext/B/t/optree_specials.t op.c
3089 ____________________________________________________________________________
3090 [ 24823] By: rgs                                   on 2005/06/13  15:20:05
3091         Log: Subject: [PATCH] Bring bleadperl up to version.pm
3092              From: John Peacock <jpeacock@rowman.com>
3093              Date: Mon, 06 Jun 2005 05:18:21 -0400
3094              Message-ID: <42A414DD.8090504@rowman.com>
3095      Branch: perl
3096            ! configpm embed.fnc lib/h2xs.t lib/version.pm lib/version.t
3097            ! pod/perlapi.pod pp_ctl.c proto.h t/comp/require.t t/comp/use.t
3098            ! t/op/universal.t t/op/ver.t universal.c util.c utils/h2xs.PL
3099 ____________________________________________________________________________
3100 [ 24822] By: rgs                                   on 2005/06/13  12:49:18
3101         Log: Subject: [PATCH] Re: [perl #36047] perlmod.pod/CLONESKIP error
3102              From: Offer Kaye <offer.kaye@gmail.com>
3103              Date: Thu, 2 Jun 2005 09:14:53 +0300
3104              Message-ID: <56942505060123146e5eb1c2@mail.gmail.com>
3105      Branch: perl
3106            ! pod/perlmod.pod
3107 ____________________________________________________________________________
3108 [ 24821] By: nicholas                              on 2005/06/13  11:48:05
3109         Log: Change 24816 forgot to update makedef.pl
3110      Branch: perl
3111            ! makedef.pl
3112 ____________________________________________________________________________
3113 [ 24820] By: rgs                                   on 2005/06/13  11:28:43
3114         Log: Make some variables global, to avoid some "will not stay
3115              shared" warnings at compile time
3116      Branch: perl
3117            ! lib/ExtUtils/ParseXS.pm
3118 ____________________________________________________________________________
3119 [ 24819] By: nicholas                              on 2005/06/13  09:43:18
3120         Log: S_share_hek_flags can revert to returning a HEK
3121      Branch: perl
3122            ! embed.fnc hv.c proto.h
3123 ____________________________________________________________________________
3124 [ 24818] By: rgs                                   on 2005/06/13  09:13:43
3125         Log: Remove MANIFEST for Compress::Zlib
3126      Branch: perl
3127            - ext/Compress/Zlib/MANIFEST
3128            ! MANIFEST
3129 ____________________________________________________________________________
3130 [ 24817] By: rgs                                   on 2005/06/13  09:00:00
3131         Log: Make SvUPGRADE always have the value '1'
3132              Make sv_upgrade a void function
3133      Branch: perl
3134            ! embed.fnc pod/perlapi.pod proto.h sv.c sv.h
3135 ____________________________________________________________________________
3136 [ 24816] By: nicholas                              on 2005/06/13  08:25:53
3137         Log: We no longer need PL_shared_hek_table
3138      Branch: perl
3139            ! embedvar.h ext/threads/threads.xs intrpvar.h perl.c perlapi.h
3140            ! sv.c
3141 ____________________________________________________________________________
3142 [ 24815] By: rgs                                   on 2005/06/13  07:58:31
3143         Log: Help "make distclean"
3144      Branch: perl
3145            ! Makefile.SH
3146 ____________________________________________________________________________
3147 [ 24814] By: nicholas                              on 2005/06/12  23:40:55
3148         Log: Clone all shared string PVs as shared string PVs (now that we can do
3149              it very efficiently)
3150      Branch: perl
3151            ! sv.c
3152 ____________________________________________________________________________
3153 [ 24813] By: nicholas                              on 2005/06/12  22:34:39
3154         Log: duping shared hask key scalars can use hek_dup
3155      Branch: perl
3156            ! sv.c
3157 ____________________________________________________________________________
3158 [ 24812] By: nicholas                              on 2005/06/12  22:33:51
3159         Log: hek_dup can now store the HEK rather than the HE, as there is now a
3160              fast way to share a hek
3161      Branch: perl
3162            ! hv.c
3163 ____________________________________________________________________________
3164 [ 24811] By: nicholas                              on 2005/06/12  21:59:34
3165         Log: Provide share_hek_hek, and use it for fast copying of shared string
3166              scalars.
3167      Branch: perl
3168            ! hv.h sv.c
3169 ____________________________________________________________________________
3170 [ 24810] By: nicholas                              on 2005/06/12  21:58:23
3171         Log: Compare HE *s in S_unshare_hek_or_pvn's tight hek loop, rather than
3172              HEKs
3173      Branch: perl
3174            ! hv.c
3175 ____________________________________________________________________________
3176 [ 24809] By: nicholas                              on 2005/06/12  21:08:33
3177         Log: Shortcut chasing round strtab when we're not the last reference.
3178      Branch: perl
3179            ! hv.c
3180 ____________________________________________________________________________
3181 [ 24808] By: nicholas                              on 2005/06/12  20:00:18
3182         Log: In the shared string table, store the HE and HEK next to each other
3183              in one malloc()ed block.
3184      Branch: perl
3185            ! hv.c hv.h
3186 ____________________________________________________________________________
3187 [ 24807] By: merijn                                on 2005/06/12  09:58:32
3188         Log: Subject: [PATCH] perlipc.pod: mkfifo()
3189              From: Alexey Tourbin <at@altlinux.ru>
3190              Date: Sat, 11 Jun 2005 16:26:56 +0400
3191              Message-ID: <20050611122656.GC8181@solemn.turbinal.org>
3192      Branch: perl
3193            ! pod/perlipc.pod
3194 ____________________________________________________________________________
3195 [ 24806] By: merijn                                on 2005/06/12  09:54:07
3196         Log: Subject: improve static build for win32/Makefile
3197              From: vadim <vadim@vkonovalov.ru>
3198              Date: Sun, 12 Jun 2005 14:09:11 -0400
3199              Message-Id: <1118599750.2732.2.camel@mdk10>
3200      Branch: perl
3201            ! win32/Makefile
3202 ____________________________________________________________________________
3203 [ 24805] By: merijn                                on 2005/06/12  09:19:38
3204         Log: Subject: RE: 05gzsetp.t and initial 'ver' in test output
3205              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
3206              Date: Sat, 11 Jun 2005 22:23:00 +0100
3207              Message-Id: <20050611212234.UGOL29707.aamta11-winn.ispmail.ntl.com@MARQUESSPT21>
3208      Branch: perl
3209            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
3210            ! ext/Compress/Zlib/t/05gzsetp.t
3211 ____________________________________________________________________________
3212 [ 24804] By: nicholas                              on 2005/06/11  21:05:29
3213         Log: This isn't an LVALUE, so make the compiler enforce that.
3214      Branch: perl
3215            ! sv.h
3216 ____________________________________________________________________________
3217 [ 24803] By: nicholas                              on 2005/06/11  18:01:32
3218         Log: hash key code cleanup
3219      Branch: perl
3220            ! embed.fnc hv.c hv.h proto.h
3221 ____________________________________________________________________________
3222 [ 24802] By: nicholas                              on 2005/06/11  17:00:52
3223         Log: Shrink shared hash scalars from PVIV to PV
3224      Branch: perl
3225            ! embed.fnc embed.h proto.h sv.c sv.h
3226 ____________________________________________________________________________
3227 [ 24801] By: nicholas                              on 2005/06/11  14:08:00
3228         Log: Propagate const/mutable/not into the SvPV call for retrieving an
3229              overloaded value.
3230      Branch: perl
3231            ! sv.c
3232 ____________________________________________________________________________
3233 [ 24800] By: nicholas                              on 2005/06/10  23:12:29
3234         Log: More SvPV consting. And other related drive-by refactoring.
3235      Branch: perl
3236            ! regcomp.c regexec.c taint.c toke.c universal.c utf8.c util.c
3237            ! xsutils.c
3238 ____________________________________________________________________________
3239 [ 24799] By: nicholas                              on 2005/06/10  22:06:15
3240         Log: More SvPV consting, including some code cleanup and living dangerously
3241              with socket API calls.
3242      Branch: perl
3243            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
3244 ____________________________________________________________________________
3245 [ 24798] By: nicholas                              on 2005/06/10  20:48:35
3246         Log: Move SvPV consting, remove an n_a, and correct one error in Move()
3247      Branch: perl
3248            ! doio.c doop.c dump.c op.c sv.c
3249 ____________________________________________________________________________
3250 [ 24797] By: nicholas                              on 2005/06/10  18:42:47
3251         Log: Allison says that "Media" isn't really needed in the name.
3252      Branch: perl
3253            ! pod/perl.pod
3254 ____________________________________________________________________________
3255 [ 24796] By: nicholas                              on 2005/06/10  16:26:43
3256         Log: Add SvGROW_mutable
3257      Branch: perl
3258            ! sv.c sv.h
3259 ____________________________________________________________________________
3260 [ 24795] By: nicholas                              on 2005/06/10  15:44:47
3261         Log: Passing read only values (such as string constants) to select should
3262              croak.
3263      Branch: perl
3264            + t/op/sselect.t
3265            ! MANIFEST pp_sys.c
3266 ____________________________________________________________________________
3267 [ 24794] By: nicholas                              on 2005/06/10  15:16:43
3268         Log: Don't pass constants to select
3269      Branch: perl
3270            ! t/op/lex_assign.t
3271 ____________________________________________________________________________
3272 [ 24793] By: rgs                                   on 2005/06/10  13:44:35
3273         Log: Pre-run and disarm the code automodification run by
3274              Compress::Zlib's Makefile
3275      Branch: perl
3276            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
3277            ! ext/Compress/Zlib/examples/filtdef
3278            ! ext/Compress/Zlib/examples/filtinf
3279            ! ext/Compress/Zlib/examples/gzcat
3280            ! ext/Compress/Zlib/examples/gzgrep
3281            ! ext/Compress/Zlib/examples/gzstream
3282            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
3283            ! ext/Compress/Zlib/t/03examples.t
3284            ! ext/Compress/Zlib/t/04encoding.t
3285            ! ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
3286 ____________________________________________________________________________
3287 [ 24792] By: rgs                                   on 2005/06/10  12:53:21
3288         Log: Update Windows makefiles
3289      Branch: perl
3290            ! win32/Makefile win32/makefile.mk
3291 ____________________________________________________________________________
3292 [ 24791] By: nicholas                              on 2005/06/10  12:44:30
3293         Log: Work around bug 36211, plus a lot of TODO regression tests for local/
3294              $#... interaction. 
3295      Branch: perl
3296            ! scope.c t/op/array.t
3297 ____________________________________________________________________________
3298 [ 24790] By: rgs                                   on 2005/06/10  12:44:02
3299         Log: Update maintainers list
3300      Branch: perl
3301            ! Porting/Maintainers.pl
3302 ____________________________________________________________________________
3303 [ 24789] By: rgs                                   on 2005/06/10  12:30:14
3304         Log: Bump version number
3305      Branch: perl
3306            ! ext/Compress/Zlib/Zlib.pm
3307 ____________________________________________________________________________
3308 [ 24788] By: rgs                                   on 2005/06/10  12:09:30
3309         Log: Makefile.PL adjustments for the core
3310      Branch: perl
3311            ! ext/Compress/Zlib/Makefile.PL
3312 ____________________________________________________________________________
3313 [ 24787] By: rgs                                   on 2005/06/10  12:07:01
3314         Log: SvUPGRADE returns void in blead
3315      Branch: perl
3316            ! ext/Compress/Zlib/Zlib.xs
3317 ____________________________________________________________________________
3318 [ 24786] By: rgs                                   on 2005/06/10  12:05:38
3319         Log: Drom Compress::Zlib 1.34 in ext/
3320      Branch: perl
3321            + ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/Changes
3322            + ext/Compress/Zlib/MANIFEST ext/Compress/Zlib/Makefile.PL
3323            + ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
3324            + ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/config.in
3325            + ext/Compress/Zlib/examples/filtdef
3326            + ext/Compress/Zlib/examples/filtinf
3327            + ext/Compress/Zlib/examples/gzcat
3328            + ext/Compress/Zlib/examples/gzgrep
3329            + ext/Compress/Zlib/examples/gzstream
3330            + ext/Compress/Zlib/fallback.h ext/Compress/Zlib/fallback.xs
3331            + ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
3332            + ext/Compress/Zlib/t/03examples.t
3333            + ext/Compress/Zlib/t/04encoding.t
3334            + ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
3335            + ext/Compress/Zlib/typemap
3336            + ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
3337            + ext/Compress/Zlib/zlib-src-1.2.2/compress.c
3338            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
3339            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
3340            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
3341            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
3342            + ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
3343            + ext/Compress/Zlib/zlib-src-1.2.2/infback.c
3344            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
3345            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
3346            + ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
3347            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
3348            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
3349            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
3350            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
3351            + ext/Compress/Zlib/zlib-src-1.2.2/trees.c
3352            + ext/Compress/Zlib/zlib-src-1.2.2/trees.h
3353            + ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
3354            + ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
3355            + ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
3356            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
3357            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
3358            ! MANIFEST
3359 ____________________________________________________________________________
3360 [ 24785] By: nicholas                              on 2005/06/10  10:06:30
3361         Log: Change 24531 broke DEBUG_LEAKING_SCALARS.
3362      Branch: perl
3363            ! sv.c
3364 ____________________________________________________________________________
3365 [ 24784] By: nicholas                              on 2005/06/09  21:01:42
3366         Log: $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warns
3367      Branch: perl
3368            ! av.c pod/perldiag.pod t/op/array.t
3369 ____________________________________________________________________________
3370 [ 24783] By: nicholas                              on 2005/06/09  19:02:43
3371         Log: Fixes the case of $a = \$#{[]}; and then accessing $$a
3372              (but not \$#a after local @a or my @a leave a block)
3373      Branch: perl
3374            ! av.c dump.c embed.fnc embed.h mg.c perl.h proto.h t/op/array.t
3375 ____________________________________________________________________________
3376 [ 24782] By: nicholas                              on 2005/06/09  16:37:18
3377         Log: Convert op/array.t to test.pl
3378      Branch: perl
3379            ! t/op/array.t
3380 ____________________________________________________________________________
3381 [ 24781] By: rgs                                   on 2005/06/09  15:32:09
3382         Log: Revert part of previous patch
3383      Branch: perl
3384            ! util.c
3385 ____________________________________________________________________________
3386 [ 24780] By: rgs                                   on 2005/06/09  15:12:39
3387         Log: Subject: [PATCH] regcomp.c and more
3388              From: Andy Lester <andy@petdance.com>
3389              Date: Thu, 9 Jun 2005 10:05:56 -0500
3390              Message-ID: <20050609150556.GA30554@petdance.com>
3391      Branch: perl
3392            ! embed.fnc mg.c perly.c proto.h regcomp.c sv.c util.c
3393 ____________________________________________________________________________
3394 [ 24778] By: nicholas                              on 2005/06/09  10:36:53
3395         Log: More SvPV consting
3396      Branch: perl
3397            ! mg.c perlio.c pp_pack.c
3398 ____________________________________________________________________________
3399 [ 24777] By: nicholas                              on 2005/06/09  10:36:40
3400         Log: Don't ignore errors from an eval.
3401      Branch: perl
3402            ! t/op/pack.t
3403 ____________________________________________________________________________
3404 [ 24776] By: nicholas                              on 2005/06/09  09:23:55
3405         Log: Update API docs.
3406      Branch: perl
3407            ! pod/perlapi.pod
3408 ____________________________________________________________________________
3409 [ 24775] By: nicholas                              on 2005/06/09  09:22:18
3410         Log: Change perforce filetype from text to text+w (so regen.pl is happy)
3411      Branch: perl
3412            ! opnames.h reentr.c reentr.h
3413 ____________________________________________________________________________
3414 [ 24774] By: nicholas                              on 2005/06/09  09:15:55
3415         Log: reentr.pl should be using regen_lib.pl and unlinking files before it
3416              starts.
3417      Branch: perl
3418            ! reentr.pl
3419 ____________________________________________________________________________
3420 [ 24773] By: nicholas                              on 2005/06/09  08:59:21
3421         Log: Make minitest pass (must skip if no dynaloading)
3422      Branch: perl
3423            ! t/op/goto_xs.t
3424 ____________________________________________________________________________
3425 [ 24772] By: rgs                                   on 2005/06/09  08:12:03
3426         Log: Subject: [PATCH] pp_pack.c cleanup
3427              From: Andy Lester <andy@petdance.com>
3428              Date: Wed, 8 Jun 2005 10:23:53 -0500
3429              Message-ID: <20050608152353.GA6253@petdance.com>
3430      Branch: perl
3431            ! pp_pack.c
3432 ____________________________________________________________________________
3433 [ 24771] By: rgs                                   on 2005/06/09  07:59:09
3434         Log: Subject: [PATCH] perlfunc.pod: ioctl.ph
3435              From: Alexey Tourbin <at@altlinux.ru>
3436              Date: Wed, 8 Jun 2005 13:45:08 +0400
3437              Message-ID: <20050608094508.GJ5867@solemn.turbinal.org>
3438      Branch: perl
3439            ! pod/perlfunc.pod
3440 ____________________________________________________________________________
3441 [ 24770] By: rgs                                   on 2005/06/09  07:44:36
3442         Log: Subject: [PATCH] instead of unions use double cast for data pointer <-> function pointer
3443              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
3444              Date: Thu, 09 Jun 2005 08:50:56 +0300
3445              Message-ID: <42A7D8C0.1080104@gmail.com>
3446      Branch: perl
3447            ! ext/DynaLoader/dl_dlopen.xs perl.h sv.c toke.c
3448 ____________________________________________________________________________
3449 [ 24769] By: nicholas                              on 2005/06/08  22:48:00
3450         Log: More SvPV consting
3451      Branch: perl
3452            ! dump.c mg.c op.c pp_hot.c pp_sys.c regexec.c
3453 ____________________________________________________________________________
3454 [ 24768] By: nicholas                              on 2005/06/08  22:45:39
3455         Log: The old COW code needs to use SvPVX_mutable when doing copy-on-write.
3456      Branch: perl
3457            ! sv.c
3458 ____________________________________________________________________________
3459 [ 24767] By: nicholas                              on 2005/06/08  22:43:58
3460         Log: Add SvPV_mutable for use by the old COW code.
3461      Branch: perl
3462            ! sv.h
3463 ____________________________________________________________________________
3464 [ 24766] By: nicholas                              on 2005/06/08  20:32:35
3465         Log: sv_setsv is allowed to swipe buffers from read only scalars
3466      Branch: perl
3467            ! sv.c
3468 ____________________________________________________________________________
3469 [ 24765] By: nicholas                              on 2005/06/08  19:49:08
3470         Log: const-ize pp_formline
3471      Branch: perl
3472            ! pp_ctl.c
3473 ____________________________________________________________________________
3474 [ 24764] By: merijn                                on 2005/06/08  19:14:19
3475         Log: Cygwin fails to open $^X on many occasion here
3476              afile is still available from the previous test
3477      Branch: perl
3478            ! t/io/layers.t
3479 ____________________________________________________________________________
3480 [ 24763] By: nicholas                              on 2005/06/08  17:48:35
3481         Log: Remove repeated C<n_a>s
3482      Branch: perl
3483            ! perl.c
3484 ____________________________________________________________________________
3485 [ 24762] By: nicholas                              on 2005/06/08  17:48:17
3486         Log: Remove the n_a
3487      Branch: perl
3488            ! malloc.c
3489 ____________________________________________________________________________
3490 [ 24761] By: nicholas                              on 2005/06/08  16:02:54
3491         Log: Add and use MgPV_nolen_const
3492      Branch: perl
3493            ! mg.c mg.h
3494 ____________________________________________________________________________
3495 [ 24760] By: nicholas                              on 2005/06/08  15:39:40
3496         Log: Nuke some more n_a, and convert S_gv_ename from char * to const char *
3497      Branch: perl
3498            ! doop.c dump.c embed.fnc mg.c op.c pp_hot.c pp_pack.c pp_sys.c
3499            ! proto.h regcomp.c taint.c toke.c
3500 ____________________________________________________________________________
3501 [ 24759] By: nicholas                              on 2005/06/08  14:52:17
3502         Log: Allow a null length pointer to sv_pvn_force_flags.
3503              Add SvPV_force_nolen and use it to remove some C<n_a>s
3504      Branch: perl
3505            ! embed.fnc pp.c pp_ctl.c proto.h sv.c sv.h
3506 ____________________________________________________________________________
3507 [ 24758] By: nicholas                              on 2005/06/08  13:43:23
3508         Log: n_a no more
3509      Branch: perl
3510            ! perl.c pp_ctl.c pp_sys.c universal.c
3511 ____________________________________________________________________________
3512 [ 24757] By: nicholas                              on 2005/06/08  11:00:54
3513         Log: Eliminate more C<n_a>s
3514      Branch: perl
3515            ! XSUB.h pp.h
3516 ____________________________________________________________________________
3517 [ 24756] By: nicholas                              on 2005/06/08  11:00:33
3518         Log: A mising cast (given that rx->subbeg is only char *)
3519      Branch: perl
3520            ! pp_hot.c
3521 ____________________________________________________________________________
3522 [ 24755] By: nicholas                              on 2005/06/08  10:08:01
3523         Log: s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
3524      Branch: perl
3525            ! dump.c embed.fnc embed.h ext/B/t/bytecode.t
3526            ! ext/Devel/PPPort/parts/embed.fnc makedef.pl mg.c pad.c
3527            ! pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c regexp.h sv.c
3528            ! sv.h
3529 ____________________________________________________________________________
3530 [ 24754] By: rgs                                   on 2005/06/08  09:19:18
3531         Log: Subject: [PATCH] regexec.c utf8 loading
3532              From: Andy Lester <andy@petdance.com>
3533              Date: Wed, 8 Jun 2005 00:03:32 -0500
3534              Message-ID: <20050608050332.GA31059@petdance.com>
3535      Branch: perl
3536            ! regexec.c
3537 ____________________________________________________________________________
3538 [ 24753] By: rgs                                   on 2005/06/08  09:12:17
3539         Log: Subject: Re: FindBin.pm: incomplete getcwd/cwd patch and SELinux (Strict policy)
3540              From: José Pedro Oliveira <jpo@di.uminho.pt>
3541              Date: Tue, 07 Jun 2005 21:07:42 +0100
3542              Message-ID: <42A5FE8E.3020608@di.uminho.pt>
3543      Branch: perl
3544            ! lib/FindBin.pm
3545 ____________________________________________________________________________
3546 [ 24752] By: nicholas                              on 2005/06/08  09:09:52
3547         Log: One more SvPV_const
3548      Branch: perl
3549            ! pp.c
3550 ____________________________________________________________________________
3551 [ 24751] By: nicholas                              on 2005/06/08  09:09:28
3552         Log: Don't test the core XS code yet with PERL_DEBUG_COW > 1
3553      Branch: perl
3554            ! sv.h
3555 ____________________________________________________________________________
3556 [ 24750] By: nicholas                              on 2005/06/08  08:50:06
3557         Log: Remove two more unused C<n_a>s
3558      Branch: perl
3559            ! pp_sys.c
3560 ____________________________________________________________________________
3561 [ 24749] By: nicholas                              on 2005/06/08  08:49:32
3562         Log: Better sv_2pv_flags implementation (avoid writing to n_a)
3563      Branch: perl
3564            ! sv.c
3565 ____________________________________________________________________________
3566 [ 24748] By: nicholas                              on 2005/06/08  08:07:05
3567         Log: Convert POPpx POPpconstx and POPpbytex to use nolen macros.
3568              Elminate a lot of C<n_a>s
3569      Branch: perl
3570            ! pp.h pp_ctl.c pp_sys.c
3571 ____________________________________________________________________________
3572 [ 24747] By: nicholas                              on 2005/06/08  08:05:47
3573         Log: Add SvPVx_nolen and SvPVbytex_nolen
3574      Branch: perl
3575            ! sv.h
3576 ____________________________________________________________________________
3577 [ 24746] By: nicholas                              on 2005/06/08  08:04:53
3578         Log: More SvPV consting
3579      Branch: perl
3580            ! perly.act perly.y
3581 ____________________________________________________________________________
3582 [ 24745] By: rgs                                   on 2005/06/08  06:51:48
3583         Log: Mark a static function as static
3584      Branch: perl
3585            ! utf8.c
3586 ____________________________________________________________________________
3587 [ 24744] By: nicholas                              on 2005/06/07  22:22:34
3588         Log: More SvPV consting
3589      Branch: perl
3590            ! doop.c pp.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regexec.c
3591            ! sv.c toke.c
3592 ____________________________________________________________________________
3593 [ 24743] By: nicholas                              on 2005/06/07  21:16:13
3594         Log: More SvPV consting
3595      Branch: perl
3596            ! doop.c mg.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
3597            ! sv.c
3598 ____________________________________________________________________________
3599 [ 24742] By: nicholas                              on 2005/06/07  19:45:13
3600         Log: More consting of SvPV
3601      Branch: perl
3602            ! embed.fnc pp_ctl.c proto.h sv.c
3603 ____________________________________________________________________________
3604 [ 24741] By: rgs                                   on 2005/06/07  19:30:35
3605         Log: The definition of SvPVx_nolen_const is missing for non GNU-C compilers
3606      Branch: perl
3607            ! sv.h
3608 ____________________________________________________________________________
3609 [ 24740] By: nicholas                              on 2005/06/07  18:38:39
3610         Log: More SvPV consting.
3611      Branch: perl
3612            ! doio.c doop.c gv.c mg.c perlio.c pp.c pp_ctl.c pp_hot.c
3613            ! pp_pack.c pp_sys.c sv.c toke.c universal.c util.c
3614 ____________________________________________________________________________
3615 [ 24739] By: nicholas                              on 2005/06/07  18:33:08
3616         Log: Add SvPV_nolen_const and SvPV_nomg_const
3617      Branch: perl
3618            ! sv.h
3619 ____________________________________________________________________________
3620 [ 24738] By: nicholas                              on 2005/06/07  18:32:44
3621         Log: Add MgPV_const
3622      Branch: perl
3623            ! mg.h
3624 ____________________________________________________________________________
3625 [ 24737] By: rgs                                   on 2005/06/07  18:07:41
3626         Log: Remove unused variable (thanks to Andy's lint)
3627      Branch: perl
3628            ! mg.c
3629 ____________________________________________________________________________
3630 [ 24736] By: nicholas                              on 2005/06/07  17:35:10
3631         Log: Change 24733 allows several pointers to be NULL. Therefore this
3632              should be reflected in their attributes.
3633      Branch: perl
3634            ! embed.fnc proto.h
3635 ____________________________________________________________________________
3636 [ 24735] By: rgs                                   on 2005/06/07  17:03:16
3637         Log: Subject: [PATCH] Random cleanups #47
3638              From: Andy Lester <andy@petdance.com>
3639              Date: Mon, 6 Jun 2005 10:11:07 -0500
3640              Message-ID: <20050606151107.GC7022@petdance.com>
3641      Branch: perl
3642            ! Makefile.SH README.aix embed.fnc hv.c numeric.c op.c pad.c
3643            ! pod/perldebug.pod pp_ctl.c proto.h sv.c toke.c util.c
3644 ____________________________________________________________________________
3645 [ 24734] By: rgs                                   on 2005/06/07  15:58:23
3646         Log: make some more functions static
3647              
3648              Subject: [PATCH] B/C/C.xs: static my_runops()
3649              Message-ID: <20050604232451.GT5867@solemn.turbinal.org>
3650              
3651              Subject: [PATCH] Devel/Peek/Peek.xs: make plain C functions static
3652              Message-ID: <20050604232952.GU5867@solemn.turbinal.org>
3653              
3654              Subject: [PATCH] File/Glob/Glob.xs: errfunc() should be static
3655              Message-ID: <20050604233414.GV5867@solemn.turbinal.org>
3656              
3657              all being :
3658              From: Alexey Tourbin <at@altlinux.ru>
3659              Date: Sun, 5 Jun 2005
3660      Branch: perl
3661            ! ext/B/C/C.xs ext/Devel/Peek/Peek.xs ext/File/Glob/Glob.xs
3662 ____________________________________________________________________________
3663 [ 24733] By: nicholas                              on 2005/06/07  15:10:38
3664         Log: Simplify the implementation of SvPV*nolen functions
3665      Branch: perl
3666            ! sv.c sv.h
3667 ____________________________________________________________________________
3668 [ 24732] By: nicholas                              on 2005/06/07  14:57:35
3669         Log: Ensure string table counts are balanced. (Was not true in op/pack.t)
3670      Branch: perl
3671            ! sv.c sv.h
3672 ____________________________________________________________________________
3673 [ 24731] By: rgs                                   on 2005/06/07  14:44:55
3674         Log: Remove unneeded #ifdef VMS since VMS is not defined here anyway
3675              (spotted by Steve_p)
3676      Branch: perl
3677            ! util.c
3678 ____________________________________________________________________________
3679 [ 24730] By: rgs                                   on 2005/06/07  14:35:25
3680         Log: Subject: [PATCH] one more round of is_utf8_foo tuneup
3681              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
3682              Date: Sun, 05 Jun 2005 18:06:12 +0300
3683              Message-ID: <42A314E4.8060608@gmail.com>
3684      Branch: perl
3685            ! embed.fnc embed.h global.sym mg.c pod/perlapi.pod proto.h
3686            ! utf8.c utf8.h
3687 ____________________________________________________________________________
3688 [ 24729] By: rgs                                   on 2005/06/07  13:53:59
3689         Log: Subject: [PATCH] util.c: S_vdie_common() should be static
3690              From: Alexey Tourbin <at@altlinux.ru>
3691              Date: Sun, 5 Jun 2005 03:08:30 +0400
3692              Message-ID: <20050604230830.GS5867@solemn.turbinal.org>
3693      Branch: perl
3694            ! util.c
3695 ____________________________________________________________________________
3696 [ 24728] By: rgs                                   on 2005/06/07  13:15:45
3697         Log: Fix apidoc for newSVhek
3698      Branch: perl
3699            ! pod/perlapi.pod sv.c
3700 ____________________________________________________________________________
3701 [ 24727] By: nicholas                              on 2005/06/07  13:01:42
3702         Log: make pp_split const
3703      Branch: perl
3704            ! pp.c
3705 ____________________________________________________________________________
3706 [ 24726] By: nicholas                              on 2005/06/07  12:11:48
3707         Log: Lots of consting
3708      Branch: perl
3709            ! doio.c doop.c gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c pp_pack.c
3710            ! pp_sys.c
3711 ____________________________________________________________________________
3712 [ 24725] By: nicholas                              on 2005/06/07  12:08:58
3713         Log: The FBM compile code is mutable, because it's permissible to FBM
3714              compile a read-only value.
3715      Branch: perl
3716            ! util.c
3717 ____________________________________________________________________________
3718 [ 24724] By: nicholas                              on 2005/06/07  12:07:49
3719         Log: XS_VERSION_BOOTCHECK is read only.
3720      Branch: perl
3721            ! XSUB.h
3722 ____________________________________________________________________________
3723 [ 24723] By: nicholas                              on 2005/06/07  12:06:13
3724         Log: POPpx needs a const equivalent.
3725      Branch: perl
3726            ! pp.h
3727 ____________________________________________________________________________
3728 [ 24722] By: nicholas                              on 2005/06/07  12:03:56
3729         Log: Make a start at consting calls to SvPV. SV conversion and upgrade
3730              routines need to be mutable, as it's permitted to change the type of
3731              a READONLY SV, or cache the string or number conversion.
3732              Other routines are mostly const.
3733      Branch: perl
3734            ! sv.c
3735 ____________________________________________________________________________
3736 [ 24721] By: nicholas                              on 2005/06/07  12:00:09
3737         Log: Need const versions of SvPV(), so that its callers can indicate
3738              whether they are read/write or read only
3739              Also provide a mutable version, for the internals to use where it
3740              needs a non-const pointer, but will be writing. Callers of this are
3741              assumed to be aware of how copy on write is working, and to keep
3742              track of core changes.
3743              
3744              For now check that SVs are not READONLY when const versions are used.
3745              (with DEBUG_COW > 1). COW is going to have to be orthogonal to Perl's
3746              READONLY flag, but for now it provides a good test indicator.
3747      Branch: perl
3748            ! sv.h
3749 ____________________________________________________________________________
3750 [ 24720] By: rgs                                   on 2005/06/07  09:23:58
3751         Log: Subject: [PATCH] Re: [perl #36130] chr(-1) should probably return undef
3752              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
3753              Date: Mon, 06 Jun 2005 20:28:35 +0300
3754              Message-ID: <42A487C3.8010306@gmail.com>
3755      Branch: perl
3756            ! pod/perlfunc.pod pp.c t/op/chr.t
3757 ____________________________________________________________________________
3758 [ 24719] By: rgs                                   on 2005/06/07  09:02:23
3759         Log: Subject: RE: a bit of trouble with compiling with MSVC++ on Win32
3760              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
3761              Date: Tue, 7 Jun 2005 13:19:33 +0400 
3762              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12D462@itotest-1.spb.lucent.com>
3763      Branch: perl
3764            ! README.win32
3765 ____________________________________________________________________________
3766 [ 24718] By: rgs                                   on 2005/06/07  08:56:37
3767         Log: Subject: [perl #36193] crash in Perl_yyerror due to missing check for NULL 
3768              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
3769              Date: 6 Jun 2005 23:24:28 -0000
3770              Message-ID: <rt-3.0.11-36193-115243.12.1531563965146@perl.org>
3771      Branch: perl
3772            ! toke.c
3773 ____________________________________________________________________________
3774 [ 24717] By: merijn                                on 2005/06/07  08:18:59
3775         Log: Subject: [PATCH] Unvoid SvUPGRADE
3776              From: Andy Lester <andy@petdance.com>
3777              Date: Mon, 6 Jun 2005 23:08:50 -0500
3778              Message-ID: <20050607040850.GA7033@petdance.com>
3779      Branch: perl
3780            ! doio.c doop.c gv.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c
3781            ! scope.c sv.c sv.h toke.c util.c
3782 ____________________________________________________________________________
3783 [ 24716] By: nicholas                              on 2005/06/06  14:50:21
3784         Log: Abstract all access to the shared hash value through SvSHARED_HASH()
3785      Branch: perl
3786            ! hv.c pp_hot.c sv.c sv.h
3787 ____________________________________________________________________________
3788 [ 24715] By: nicholas                              on 2005/06/06  10:01:49
3789         Log: SvIsCOW_shared_hash is declared all the time, so use it.
3790      Branch: perl
3791            ! pp_hot.c
3792 ____________________________________________________________________________
3793 [ 24714] By: nicholas                              on 2005/06/06  09:08:45
3794         Log: Shared hash key scalars can be safely copied as shared hash key scalars
3795              all the time.
3796      Branch: perl
3797            ! sv.c
3798 ____________________________________________________________________________
3799 [ 24713] By: steveh                                on 2005/06/06  07:52:59
3800         Log: NORETURN_FUNCTION_END is not a complete statement
3801              
3802              (Fix compilation error following change #24702)
3803      Branch: perl
3804            ! ext/IO/IO.xs
3805 ____________________________________________________________________________
3806 [ 24712] By: steveh                                on 2005/06/06  07:47:06
3807         Log: We still need an "i" in the PERL_IMPLICIT_SYS case
3808              
3809              (Fix compilation error following change #24689)
3810      Branch: perl
3811            ! sv.c
3812 ____________________________________________________________________________
3813 [ 24711] By: merijn                                on 2005/06/06  06:18:51
3814         Log: Subject: [PATCH] Tru64: allow creating perl.pixie even with optimized Perl
3815              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
3816              Date: Sun, 05 Jun 2005 18:28:08 +0300
3817              Message-ID: <42A31A08.3070601@gmail.com>
3818      Branch: perl
3819            ! Makefile.SH
3820 ____________________________________________________________________________
3821 [ 24710] By: merijn                                on 2005/06/06  06:01:30
3822         Log: Subject: [PATCH] Re: blead attribute warnings, cygwin + gcc 3.4.1
3823              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3824              Date: Sun, 5 Jun 2005 20:43:55 -0700
3825              Message-ID: <20050606034354.GA1456@efn.org>
3826      Branch: perl
3827            ! cygwin/cygwin.c
3828 ____________________________________________________________________________
3829 [ 24709] By: rgs                                   on 2005/06/05  11:35:48
3830         Log: New test for getppid(), by Alexey Tourbin
3831      Branch: perl
3832            + t/op/getppid.t
3833            ! MANIFEST
3834 ____________________________________________________________________________
3835 [ 24708] By: rgs                                   on 2005/06/05  11:14:41
3836         Log: Subject: PATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memory
3837              From: Salvador Fandiño <sfandino@yahoo.com>
3838              Date: Jun 5, 2005 4:25 AM
3839              Message-ID: <20050605022436.21982.qmail@lists.develooper.com>
3840      Branch: perl
3841            ! pp_sort.c
3842 ____________________________________________________________________________
3843 [ 24707] By: ams                                   on 2005/06/05  03:55:11
3844         Log: Subject: [PATCH] Fix minor bummer in 24706
3845              From: Andy Lester <andy@petdance.com>
3846              Date: Sat, 4 Jun 2005 23:09:04 -0500
3847              Message-Id: <20050605040904.GA27783@petdance.com>
3848      Branch: perl
3849            ! utf8.c
3850 ____________________________________________________________________________
3851 [ 24706] By: rgs                                   on 2005/06/04  16:55:27
3852         Log: Subject: [PATCH] further speeding up of is_utf8_string()
3853              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
3854              Date: Sat, 04 Jun 2005 13:40:15 +0300
3855              Message-ID: <42A1850F.4040109@gmail.com>
3856      Branch: perl
3857            + t/op/chr.t
3858            ! MANIFEST embed.fnc embed.h global.sym proto.h utf8.c
3859 ____________________________________________________________________________
3860 [ 24705] By: rgs                                   on 2005/06/04  16:49:33
3861         Log: Silence a const warning
3862      Branch: perl
3863            ! sv.c
3864 ____________________________________________________________________________
3865 [ 24704] By: rgs                                   on 2005/06/04  16:06:38
3866         Log: Improve FindBin discovery of current directory, based on :
3867              
3868              Subject: FindBin.pm: incomplete getcwd/cwd patch? (#24375, #24379)
3869              From: José Pedro Oliveira <jpo@di.uminho.pt>
3870              Date: Thu, 12 May 2005 20:36:48 +0100
3871              Message-ID: <4283B050.6080805@di.uminho.pt>
3872              
3873              Plus POD fixes
3874      Branch: perl
3875            ! lib/FindBin.pm
3876 ____________________________________________________________________________
3877 [ 24703] By: rgs                                   on 2005/06/04  07:16:11
3878         Log: Simplify the getppid code, by Alexey Tourbin
3879      Branch: perl
3880            ! pp_sys.c
3881 ____________________________________________________________________________
3882 [ 24702] By: rgs                                   on 2005/06/03  22:22:43
3883         Log: Subject: [PATCH] Consting IO and Devel::Peek
3884              From: Andy Lester <andy@petdance.com>
3885              Reply-To: Perl 5 Porters <perl5-porters@perl.org>
3886              Message-ID: <20050531212621.GA12117@petdance.com>
3887      Branch: perl
3888            ! ext/Devel/Peek/Peek.xs ext/IO/IO.xs
3889 ____________________________________________________________________________
3890 [ 24701] By: rgs                                   on 2005/06/03  22:07:57
3891         Log: Subject: [PATCH] Clean up UNI* macros in toke.c
3892              From: Andy Lester <andy@petdance.com>
3893              Date: Jun 3, 2005 7:14 PM
3894              Message-ID: <20050603171448.GA5834@petdance.com>
3895      Branch: perl
3896            ! toke.c
3897 ____________________________________________________________________________
3898 [ 24700] By: rgs                                   on 2005/06/03  21:48:16
3899         Log: Subject: B::Concise torture
3900              From: Jim Cromie <jcromie@divsol.com>
3901              Date: Jun 2, 2005 6:36 AM
3902              Message-ID: <429E8CBE.406@divsol.com>
3903              (with formatting nits)
3904      Branch: perl
3905            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t ext/B/t/concise.t
3906 ____________________________________________________________________________
3907 [ 24699] By: rgs                                   on 2005/06/03  21:07:03
3908         Log: Subject: Re: [PATCH] Improved ICMP_UNREACHABLE handling in Net::Ping
3909              From: Gisle Aas <gisle@activestate.com>
3910              Date: 03 Jun 2005 09:17:44 -0700
3911              Message-ID: <lry89rfm8n.fsf_-_@caliper.activestate.com>
3912      Branch: perl
3913            ! lib/Net/Ping.pm
3914 ____________________________________________________________________________
3915 [ 24698] By: nicholas                              on 2005/06/03  12:00:01
3916         Log: Use newSVhek in the cloning code.
3917      Branch: perl
3918            ! sv.c
3919 ____________________________________________________________________________
3920 [ 24697] By: nicholas                              on 2005/06/03  11:06:36
3921         Log: Use newSVhek where we're generating SVs from package names
3922      Branch: perl
3923            ! op.c pp.c sv.c toke.c
3924 ____________________________________________________________________________
3925 [ 24696] By: nicholas                              on 2005/06/03  10:03:21
3926         Log: s/newSVpv_hek/newSVhek/g; # Lousy choice of name
3927      Branch: perl
3928            ! embed.fnc embed.h hv.c proto.h sv.c
3929 ____________________________________________________________________________
3930 [ 24694] By: rgs                                   on 2005/06/03  09:57:26
3931         Log: Bump version number
3932      Branch: perl
3933            ! ext/Devel/DProf/DProf.pm
3934 ____________________________________________________________________________
3935 [ 24693] By: rgs                                   on 2005/06/03  09:52:21
3936         Log: Subject: Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer"
3937              From: Duncan Findlay <duncf@debian.org>
3938              Date: Wed, 1 Jun 2005 12:18:08 -0400
3939              Message-ID: <20050601161808.GA17294@duncf.mine.nu>
3940      Branch: perl
3941            ! utils/dprofpp.PL
3942 ____________________________________________________________________________
3943 [ 24692] By: nicholas                              on 2005/06/03  09:37:21
3944         Log: Create newSVpv_hek to reduce code duplication where HEKs need to be
3945              turned into SVs
3946      Branch: perl
3947            ! embed.fnc embed.h global.sym hv.c sv.c
3948 ____________________________________________________________________________
3949 [ 24691] By: rgs                                   on 2005/06/03  09:29:36
3950         Log: POD fixes
3951      Branch: perl
3952            ! pod/perlfunc.pod
3953 ____________________________________________________________________________
3954 [ 24690] By: rgs                                   on 2005/06/03  08:37:42
3955         Log: Subject: Re: Should while ( <$fh> ) and while (< $fh >) do the same thing?
3956              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3957              Date: Thu, 2 Jun 2005 11:49:11 -0700
3958              Message-ID: <20050602184911.GA3292@efn.org>
3959      Branch: perl
3960            ! pod/perlop.pod
3961 ____________________________________________________________________________
3962 [ 24689] By: rgs                                   on 2005/06/03  08:31:26
3963         Log: Subject: [PATCH] Random consting
3964              From: Andy Lester <andy@petdance.com>
3965              Date: Thu, 2 Jun 2005 12:19:43 -0500
3966              Message-ID: <20050602171943.GA16553@petdance.com>
3967      Branch: perl
3968            ! doio.c dump.c embed.fnc embed.h global.sym gv.c hv.c malloc.c
3969            ! perl.c perlio.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
3970            ! util.c
3971 ____________________________________________________________________________
3972 [ 24688] By: steveh                                on 2005/06/03  08:12:45
3973         Log: Subject: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
3974              From: "Jan Dubois" <jand@ActiveState.com>
3975              Date: Mon, 18 Apr 2005 20:16:24 -0700
3976              Message-Id: <200504190311.j3J3BM4p001792@smtp3.ActiveState.com>
3977              
3978              Subject: RE: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
3979              From: "Jan Dubois" <jand@ActiveState.com>
3980              Date: Tue, 19 Apr 2005 01:49:51 -0700
3981              Message-Id: <200504190844.j3J8inkW032630@smtp3.ActiveState.com>
3982              
3983              (There was no reply from Rob Brown in over a month, so commit to blead
3984              for now.  I'll email him again...)
3985      Branch: perl
3986            ! lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
3987            ! lib/Net/Ping/t/500_ping_icmp.t
3988 ____________________________________________________________________________
3989 [ 24687] By: rgs                                   on 2005/06/03  08:08:25
3990         Log: Subject: [PATCH] speed up is_utf8_char()
3991              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
3992              Date: Thu, 02 Jun 2005 21:52:46 +0300
3993              Message-ID: <429F557E.3090007@gmail.com>
3994      Branch: perl
3995            ! utf8.c utf8.h
3996 ____________________________________________________________________________
3997 [ 24686] By: rgs                                   on 2005/06/03  08:04:25
3998         Log: Subject: [PATCH] Quotes in pod/*.pod
3999              From: Andy Lester <andy@petdance.com>
4000              Date: Thu, 2 Jun 2005 16:19:54 -0500
4001              Message-ID: <20050602211954.GA22107@petdance.com>
4002      Branch: perl
4003            ! Porting/pumpkin.pod README.cygwin README.hurd README.mint
4004            ! README.os390 README.vmesa pod/perlfaq.pod pod/perlfaq3.pod
4005            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
4006            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlgpl.pod
4007            ! pod/perlhack.pod pod/perlipc.pod pod/perllocale.pod
4008            ! pod/perlport.pod pod/perlre.pod pod/perlref.pod
4009            ! pod/perlthrtut.pod
4010 ____________________________________________________________________________
4011 [ 24685] By: rgs                                   on 2005/06/03  07:59:48
4012         Log: Indent fix
4013      Branch: perl
4014            ! pod/perlfaq7.pod
4015 ____________________________________________________________________________
4016 [ 24684] By: rgs                                   on 2005/06/03  07:58:10
4017         Log: FAQ sync
4018      Branch: perl
4019            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
4020            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
4021            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
4022 ____________________________________________________________________________
4023 [ 24683] By: rgs                                   on 2005/06/03  07:45:21
4024         Log: Subject: [PATCH] symbian/xsbuild.pl
4025              From: <jarkko.hietaniemi@nokia.com>
4026              Date: Fri, 3 Jun 2005 11:00:01 +0300
4027              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A225@esebe105.NOE.Nokia.com>
4028      Branch: perl
4029            ! symbian/xsbuild.pl
4030 ____________________________________________________________________________
4031 [ 24682] By: rgs                                   on 2005/06/03  07:43:52
4032         Log: Subject: [PATCH] SvPVX_const() - patch #4
4033              From: Steve Peters <steve@fisharerojo.org>
4034              Date: Thu, 2 Jun 2005 13:41:35 -0500
4035              Message-ID: <20050602184135.GA13682@mccoy.peters.homeunix.org>
4036      Branch: perl
4037            ! embed.fnc pod/perlapi.pod proto.h regcomp.c regexec.c sv.c
4038 ____________________________________________________________________________
4039 [ 24681] By: rgs                                   on 2005/06/02  16:44:51
4040         Log: Subject: Re: [patch] teach B::Concise to see XS code
4041              From: Jim Cromie <jcromie@divsol.com>
4042              Date: Wed, 01 Jun 2005 08:01:17 -0600
4043              Message-ID: <429DBFAD.1090308@divsol.com>
4044      Branch: perl
4045            ! ext/B/B/Concise.pm ext/B/t/concise.t
4046 ____________________________________________________________________________
4047 [ 24680] By: nicholas                              on 2005/06/02  16:40:58
4048         Log: Integrate perl587delta.pod, the changes in perlhist.pod, and update
4049              the relevant makefiles and tables-of-contents to reflect this.
4050      Branch: perl
4051           +> pod/perl587delta.pod
4052           !> MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perlhist.pod
4053           !> pod/perltoc.pod vms/descrip_mms.template win32/Makefile
4054           !> win32/makefile.mk win32/pod.mak
4055 ____________________________________________________________________________
4056 [ 24679] By: steveh                                on 2005/06/02  15:57:13
4057         Log: Subject: DynaLoader dl_unload_file for win32 ( dl_win32.xs )
4058              From: DH <crazyinsomniac@yahoo.com>
4059              Date: Tue, 31 May 2005 08:33:27 -0700 (PDT)
4060              Message-ID: <20050531153327.85145.qmail@unknown-209-73-178-237.yahoo.com>
4061              
4062              (with a couple of minor tweaks)
4063      Branch: perl
4064            ! win32/dl_win32.xs
4065 ____________________________________________________________________________
4066 [ 24678] By: nicholas                              on 2005/06/02  15:10:54
4067         Log: Dave can see a better way of doing the rounding.
4068      Branch: perl
4069            ! handy.h
4070 ____________________________________________________________________________
4071 [ 24677] By: nicholas                              on 2005/06/02  14:42:20
4072         Log: 24672 is innocent. valgrind + perl's malloc considered harmful.
4073      Branch: perl
4074            ! toke.c
4075 ____________________________________________________________________________
4076 [ 24676] By: nicholas                              on 2005/06/02  13:36:01
4077         Log: Changes 24660 and 24665 both introduced errors into the USEMYMALLOC
4078              code. Plus change 24672 appears to break under USEMYMALLOC, so revert
4079              it for now.
4080      Branch: perl
4081            ! hv.c sv.c toke.c
4082 ____________________________________________________________________________
4083 [ 24675] By: rgs                                   on 2005/06/02  11:19:02
4084         Log: Upgrade to ExtUtils::CBuilder 0.12 and ExtUtils::ParseXS 2.10
4085      Branch: perl
4086            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
4087            ! lib/ExtUtils/CBuilder/Platform/Unix.pm
4088            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
4089            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
4090            ! lib/ExtUtils/CBuilder/Platform/aix.pm
4091            ! lib/ExtUtils/CBuilder/Platform/cygwin.pm
4092            ! lib/ExtUtils/CBuilder/Platform/darwin.pm
4093            ! lib/ExtUtils/CBuilder/Platform/os2.pm lib/ExtUtils/ParseXS.pm
4094 ____________________________________________________________________________
4095 [ 24674] By: rgs                                   on 2005/06/02  09:39:26
4096         Log: CPP typo fix (by Dominic Dunlop)
4097      Branch: perl
4098            ! perl.c
4099 ____________________________________________________________________________
4100 [ 24673] By: nicholas                              on 2005/06/02  09:29:48
4101         Log: Oops. My maths was too generous (by 1).
4102      Branch: perl
4103            ! handy.h
4104 ____________________________________________________________________________
4105 [ 24672] By: nicholas                              on 2005/06/02  09:24:17
4106         Log: Avoid duplicate calls to PAD_COMPNAME_OURSTASH, which is an expensive
4107              macro.
4108      Branch: perl
4109            ! toke.c
4110 ____________________________________________________________________________
4111 [ 24671] By: rgs                                   on 2005/06/02  09:06:39
4112         Log: Fix changed diagnostic
4113      Branch: perl
4114            ! pod/perldiag.pod
4115 ____________________________________________________________________________
4116 [ 24670] By: ams                                   on 2005/06/02  08:44:41
4117         Log: Subject: [PATCH] SvPVX_const() - part 3 ... and const'ing Storable
4118              From: Steve Peters <steve@fisharerojo.org>
4119              Date: Tue, 31 May 2005 09:55:43 -0500
4120              Message-Id: <20050531145543.GA8051@mccoy.peters.homeunix.org>
4121      Branch: perl
4122            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
4123            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
4124            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/via/via.xs
4125            ! ext/Storable/Storable.xs pp_hot.c pp_pack.c pp_sys.c scope.c
4126 ____________________________________________________________________________
4127 [ 24669] By: rgs                                   on 2005/06/02  08:17:29
4128         Log: Subject: [PATCH] use lengths in sv_setpv() calls
4129              From: Andy Lester <andy@petdance.com>
4130              Date: Wed, 1 Jun 2005 23:16:56 -0500
4131              Message-ID: <20050602041656.GA3000@petdance.com>
4132      Branch: perl
4133            ! gv.c sv.c util.c
4134 ____________________________________________________________________________
4135 [ 24668] By: merijn                                on 2005/06/02  08:02:23
4136         Log: New HW model; more on threads for 10.20
4137      Branch: perl
4138            ! README.hpux
4139 ____________________________________________________________________________
4140 [ 24667] By: merijn                                on 2005/06/02  07:52:09
4141         Log: HP-UX specific #pragma entered in #23890 is not supported
4142              on HP-UX 10.20 and older
4143      Branch: perl
4144            ! perl.c
4145 ____________________________________________________________________________
4146 [ 24666] By: merijn                                on 2005/06/02  07:39:30
4147         Log: Subject: [PATCH] Quotes fixed, see also perl #36079
4148              From: Andy Lester <andy@petdance.com>
4149              Date: Thu, 2 Jun 2005 00:02:38 -0500
4150              Message-ID: <20050602050238.GA4001@petdance.com>
4151      Branch: perl
4152            ! av.c doio.c gv.c malloc.c perl.c perl.h perly.c
4153            ! pod/perldiag.pod pp_sort.c pp_sys.c regcomp.c regexec.c
4154            ! scope.h thrdvar.h toke.c util.c
4155 ____________________________________________________________________________
4156 [ 24665] By: nicholas                              on 2005/06/01  20:46:02
4157         Log: Round up all string length requests to malloc()/realloc() to the next
4158              multiple of 4/8 bytes [sizeof(size_t)] on the assumption that malloc()
4159              internally will quantise, and so we're going to use space that
4160              otherwise would be wasted. Hopefully this will save realloc()ing.
4161      Branch: perl
4162            ! ext/Devel/Peek/t/Peek.t handy.h perl.h sv.c
4163 ____________________________________________________________________________
4164 [ 24664] By: nicholas                              on 2005/06/01  20:42:29
4165         Log: I think SvCUR() was intended rather than SvLEN()
4166      Branch: perl
4167            ! ext/Storable/Storable.xs
4168 ____________________________________________________________________________
4169 [ 24663] By: nicholas                              on 2005/06/01  15:40:57
4170         Log: We don't have XRVs any more, so remove the typedef
4171      Branch: perl
4172            ! perl.h
4173 ____________________________________________________________________________
4174 [ 24662] By: nicholas                              on 2005/06/01  15:23:02
4175         Log: Zero-ing the new HV array is pointless, as we write to every element.
4176              Also avoid calling into he_dup when the HE is 0, to save the function
4177              call overhead.
4178      Branch: perl
4179            ! sv.c
4180 ____________________________________________________________________________
4181 [ 24661] By: nicholas                              on 2005/06/01  15:08:02
4182         Log: As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the type should be
4183              char rather than HE *. Bug was harmless, overallocating by a factor
4184              of sizeof(HE *)
4185      Branch: perl
4186            ! hv.c
4187 ____________________________________________________________________________
4188 [ 24660] By: nicholas                              on 2005/06/01  14:33:14
4189         Log: Store the xhv_aux structure after the main array.
4190              This reduces the size of HV bodies from 24 to 20 bytes on a 32 bit
4191              build. It has the side effect of defined %symbol_table:: now always
4192              being true. defined %hash is already deprecated.
4193      Branch: perl
4194            ! hv.c hv.h sv.c sv.h t/op/magic.t
4195 ____________________________________________________________________________
4196 [ 24659] By: nicholas                              on 2005/06/01  14:28:38
4197         Log: If we're building config_heavy.pl somewhere else, then we need to
4198              require it, not something (or maybe nothing) in the correct place.
4199      Branch: perl
4200            ! configpm
4201 ____________________________________________________________________________
4202 [ 24658] By: rgs                                   on 2005/06/01  14:16:32
4203         Log: Revert change #24656
4204      Branch: perl
4205            ! Makefile.SH
4206 ____________________________________________________________________________
4207 [ 24657] By: nicholas                              on 2005/06/01  09:19:46
4208         Log: Following the head refactoring, the Newz doesn't clear the SvPVX
4209              So PL_mess_sv contained an uninitialised value.
4210      Branch: perl
4211            ! util.c
4212 ____________________________________________________________________________
4213 [ 24656] By: rgs                                   on 2005/06/01  09:12:37
4214         Log: Subject: [PATCH] eliminate always running mktables
4215              From: Robin Barker <Robin.Barker@npl.co.uk>
4216              Date: Wed, 1 Jun 2005 09:55:16 +0100 
4217              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6B8@hotel.npl.co.uk>
4218      Branch: perl
4219            ! Makefile.SH
4220 ____________________________________________________________________________
4221 [ 24655] By: rgs                                   on 2005/06/01  09:09:35
4222         Log: Don't touch lib/ExtUtils/Miniperl.pm when rebuild identically
4223      Branch: perl
4224            ! Makefile.SH
4225 ____________________________________________________________________________
4226 [ 24654] By: rgs                                   on 2005/06/01  08:18:46
4227         Log: Subject: [PATCH] Re: [patch] teach B::Concise to see XS code
4228              From: Stephen McCamant <smcc@mit.edu>
4229              Date: Sat, 21 May 2005 21:52:31 -0700
4230              Message-ID: <17040.4111.265639.434150@apocalypse.OCF.Berkeley.EDU>
4231              
4232              Correctly nullify CvSTART when undef'ing a CV
4233      Branch: perl
4234            ! op.c
4235 ____________________________________________________________________________
4236 [ 24653] By: rgs                                   on 2005/06/01  07:56:50
4237         Log: Subject: Re: [patch] teach B::Concise to see XS code
4238              From: Jim Cromie <jcromie@divsol.com>
4239              Date: Sat, 21 May 2005 09:24:24 -0600
4240              Message-ID: <428F52A8.20702@divsol.com>
4241      Branch: perl
4242            + ext/B/t/concise-xs.t
4243            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t
4244 ____________________________________________________________________________
4245 [ 24652] By: rgs                                   on 2005/06/01  07:39:38
4246         Log: Subject: [PATCH] Speed up lib/unicore/mktables by 45%
4247              From: Andy Lester <andy@petdance.com>
4248              Date: Tue, 31 May 2005 12:39:00 -0500
4249              Message-ID: <20050531173900.GA9820@petdance.com>
4250      Branch: perl
4251            ! lib/unicore/mktables
4252 ____________________________________________________________________________
4253 [ 24651] By: rgs                                   on 2005/05/31  20:34:44
4254         Log: Remove duplicated line
4255      Branch: perl
4256            ! lib/Module/CoreList.pm
4257 ____________________________________________________________________________
4258 [ 24650] By: rgs                                   on 2005/05/31  20:31:55
4259         Log: Upgrade to Module::CoreList 2.02
4260      Branch: perl
4261            ! lib/Module/CoreList.pm
4262 ____________________________________________________________________________
4263 [ 24649] By: nicholas                              on 2005/05/31  12:03:30
4264         Log: Attempt 2 at a diet memory layout can go live.
4265      Branch: perl
4266            ! av.h hv.h
4267 ____________________________________________________________________________
4268 [ 24648] By: nicholas                              on 2005/05/31  10:40:01
4269         Log: Avoid updating a variable in a loop.
4270              Only calculate the number of links in a hash bucket chain if we really
4271              need it.
4272      Branch: perl
4273            ! hv.c
4274 ____________________________________________________________________________
4275 [ 24646] By: nicholas                              on 2005/05/31  10:02:12
4276         Log: Avoid updating a variable in the loop
4277      Branch: perl
4278            ! hv.c
4279 ____________________________________________________________________________
4280 [ 24645] By: rgs                                   on 2005/05/31  09:13:34
4281         Log: Subject: [PATCH] ByteLoader.xs cleanup
4282              From: Andy Lester <andy@petdance.com>
4283              Date: Mon, 30 May 2005 22:28:36 -0500
4284              Message-ID: <20050531032836.GA32198@petdance.com>
4285      Branch: perl
4286            ! ext/ByteLoader/ByteLoader.xs
4287 ____________________________________________________________________________
4288 [ 24644] By: merijn                                on 2005/05/31  05:41:24
4289         Log: Add DECC to the symbol list
4290              Subject: [PATCH]lette Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
4291              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
4292              Date: Mon, 30 May 2005 16:33:15 -0700
4293              Message-ID: <20050530233315.GA3088@efn.org>
4294      Branch: perl
4295            ! Configure
4296 ____________________________________________________________________________
4297 [ 24642] By: davem                                 on 2005/05/30  23:37:15
4298         Log: add pointer to email explaining why eval {goto &foo} is banned
4299      Branch: perl
4300            ! pp_ctl.c
4301 ____________________________________________________________________________
4302 [ 24638] By: nicholas                              on 2005/05/30  21:02:34
4303         Log: Change the logic to avoid needing to set a variable during the loop
4304      Branch: perl
4305            ! hv.c
4306 ____________________________________________________________________________
4307 [ 24633] By: nicholas                              on 2005/05/30  13:01:27
4308         Log: Various HvPLACEHOLDERS() that should be HvPLACEHOLDERS_get()
4309      Branch: perl
4310            ! hv.c
4311 ____________________________________________________________________________
4312 [ 24631] By: rgs                                   on 2005/05/30  11:54:23
4313         Log: Upgrade to PathTools 3.08
4314      Branch: perl
4315            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
4316 ____________________________________________________________________________
4317 [ 24630] By: merijn                                on 2005/05/30  11:07:45
4318         Log: gcc hints were not yet applied to gcc-4.x
4319              Now they are
4320      Branch: perl
4321            ! hints/hpux.sh
4322 ____________________________________________________________________________
4323 [ 24629] By: rgs                                   on 2005/05/30  11:07:15
4324         Log: Subject: [perl #36037] Perl 5.8.7-RC1 build problems on LynxOS 
4325              From: Olli Savia (via RT) <perlbug-followup@perl.org>
4326              Date: 30 May 2005 10:59:35 -0000
4327              Message-ID: <rt-3.0.11-36037-113779.5.23037641993746@perl.org>
4328      Branch: perl
4329            ! util.c
4330 ____________________________________________________________________________
4331 [ 24628] By: merijn                                on 2005/05/30  10:28:06
4332         Log: regen after #24627
4333      Branch: perl
4334            ! perlapi.h
4335 ____________________________________________________________________________
4336 [ 24627] By: merijn                                on 2005/05/30  10:19:09
4337         Log: Subject: Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
4338              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
4339              Date: Mon, 30 May 2005 09:15:56 +0300
4340              Message-ID: <429AAF9C.30503@gmail.com>
4341      Branch: perl
4342            ! embed.pl ext/DynaLoader/dl_dlopen.xs perl.h sv.c
4343 ____________________________________________________________________________
4344 [ 24626] By: rgs                                   on 2005/05/30  08:54:51
4345         Log: Subject: [PATCH] Teeny optimization in S_hv_magic_check
4346              From: Andy Lester <andy@petdance.com>
4347              Date: Tue, 24 May 2005 11:41:15 -0500
4348              Message-ID: <20050524164115.GA12027@petdance.com>
4349      Branch: perl
4350            ! hv.c
4351 ____________________________________________________________________________
4352 [ 24625] By: rgs                                   on 2005/05/30  08:48:12
4353         Log: Subject: [PATCH] More embed.fnc strictures, plus consting and localizing
4354              From: Andy Lester <andy@petdance.com>
4355              Date: Tue, 24 May 2005 11:47:22 -0500
4356              Message-ID: <20050524164722.GC12027@petdance.com>
4357              
4358              Subject: [PATCH] Remove unused casts
4359              From: Andy Lester <andy@petdance.com>
4360              Date: Tue, 24 May 2005 11:42:18 -0500
4361              Message-ID: <20050524164218.GB12027@petdance.com>
4362      Branch: perl
4363            ! embed.fnc op.c pp_sys.c proto.h regcomp.c regexec.c scope.c
4364            ! sv.c
4365 ____________________________________________________________________________
4366 [ 24624] By: rgs                                   on 2005/05/30  08:11:30
4367         Log: Minor grammar fix by Uri Guttman
4368      Branch: perl
4369            ! pod/perlre.pod
4370 ____________________________________________________________________________
4371 [ 24623] By: rgs                                   on 2005/05/30  08:08:47
4372         Log: Subject: [PATCH] perlrun.pod -w description typo
4373              From: Offer Kaye <offer.kaye@gmail.com>
4374              Date: Mon, 30 May 2005 11:27:38 +0300
4375              Message-ID: <569425050530012768a9baca@mail.gmail.com>
4376      Branch: perl
4377            ! pod/perlrun.pod
4378 ____________________________________________________________________________
4379 [ 24622] By: rgs                                   on 2005/05/30  07:45:09
4380         Log: Subject: [PATCH] Minor warning squashings
4381              From: Andy Lester <andy@petdance.com>
4382              Date: Sun, 29 May 2005 00:19:06 -0500
4383              Message-Id: <740ea3aca85400c6d03e945323badad4@petdance.com>
4384              
4385              Subject: [PATCH] Consting in Opcode.xs
4386              From: Andy Lester <andy@petdance.com>
4387              Date: Sun, 29 May 2005 11:23:50 -0500
4388              Message-ID: <20050529162350.GA13965@petdance.com>
4389              
4390              Subject: [PATCH] consting attrs.xs
4391              From: Andy Lester <andy@petdance.com>
4392              Date: Sun, 29 May 2005 14:15:46 -0500
4393              Message-ID: <20050529191546.GA15581@petdance.com>
4394              
4395              Subject: [PATCH] consting B.xs
4396              From: Andy Lester <andy@petdance.com>
4397              Date: Sun, 29 May 2005 15:09:24 -0500
4398              Message-ID: <20050529200924.GA15873@petdance.com>
4399      Branch: perl
4400            ! embed.fnc ext/B/B.xs ext/Opcode/Opcode.xs ext/attrs/attrs.xs
4401            ! perlio.c pp_sys.c proto.h regcomp.c utf8.c
4402 ____________________________________________________________________________
4403 [ 24621] By: nicholas                              on 2005/05/30  07:43:05
4404         Log: Need a cast to avoid a compiler warning.
4405      Branch: perl
4406            ! ext/ByteLoader/bytecode.h
4407 ____________________________________________________________________________
4408 [ 24619] By: nicholas                              on 2005/05/29  19:35:38
4409         Log: Goodbye xav_arylen. You won't be missed that much.
4410              So now there's a buy 5 get one free offer on PVAV bodies.
4411      Branch: perl
4412            ! av.c av.h dump.c embed.fnc global.sym perl.h pp.c proto.h sv.c
4413 ____________________________________________________________________________
4414 [ 24618] By: ams                                   on 2005/05/29  18:07:37
4415         Log: Subject: [PATCH configure.com] compiler awareness week
4416              From: "Craig A. Berry" <craigberry@mac.com>
4417              Date: Sun, 29 May 2005 12:43:09 -0500
4418              Message-Id: <4299FF2D.90209@mac.com>
4419      Branch: perl
4420            ! configure.com
4421 ____________________________________________________________________________
4422 [ 24617] By: nicholas                              on 2005/05/29  17:46:39
4423         Log: Change the IV to a union.
4424              Revert the NV union back to a plain NV
4425              Transpose the positions of IV and NV (NV is now first)
4426              Don't allocate the NV for PV,PVIV,PVAV and PVHV (last 2 non-allocations
4427              currently disabled by default)
4428      Branch: perl
4429            ! av.h cv.h hv.h intrpvar.h sv.c sv.h
4430 ____________________________________________________________________________
4431 [ 24615] By: nicholas                              on 2005/05/29  14:24:17
4432         Log: Teach buildtoc about README.openbsd, and regenerate various makefiles.
4433      Branch: perl
4434            ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile
4435            ! win32/makefile.mk
4436 ____________________________________________________________________________
4437 [ 24614] By: nicholas                              on 2005/05/29  14:23:32
4438         Log: Restort into bulidtoc's preferred order
4439      Branch: perl
4440            ! MANIFEST
4441 ____________________________________________________________________________
4442 [ 24613] By: ams                                   on 2005/05/29  04:45:05
4443         Log: Subject: [PATCH] VMS build update for blead
4444              From: "Craig A. Berry" <craigberry@mac.com>
4445              Date: Sat, 28 May 2005 23:18:46 -0500
4446              Message-Id: <429942A6.10601@mac.com>
4447      Branch: perl
4448            ! doio.c perly.c vms/descrip_mms.template vms/gen_shrfls.pl
4449            ! vms/vms.c vms/vmsish.h
4450 ____________________________________________________________________________
4451 [ 24612] By: ams                                   on 2005/05/28  14:40:32
4452         Log: Subject: [PATCH] Re: t/uni/class.t has a lot to warn about
4453              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
4454              Date: Sat, 28 May 2005 11:47:47 +0300
4455              Message-Id: <42983033.5050509@gmail.com>
4456      Branch: perl
4457            ! t/uni/class.t
4458 ____________________________________________________________________________
4459 [ 24610] By: merijn                                on 2005/05/27  19:22:39
4460         Log: Subject: Re: [PATCH] Do not install change logs, READMEs, etc...
4461              From: Michael G Schwern <schwern@pobox.com>
4462              Date: Fri, 27 May 2005 12:33:27 -0700
4463              Message-ID: <20050527193327.GC17504@windhund.schwern.org>
4464      Branch: perl
4465            ! installperl
4466 ____________________________________________________________________________
4467 [ 24609] By: nicholas                              on 2005/05/27  18:54:36
4468         Log: In assert(), we mustn't stringify the message as part of the first
4469              argument to croak, as it's a *printf format, and the thing we're
4470              asserting might itself contain % signs.
4471              Also, as __FILE__ is a string, we can append that to the format,
4472              rather than needing a %s for it.
4473      Branch: perl
4474            ! perl.h
4475 ____________________________________________________________________________
4476 [ 24608] By: nicholas                              on 2005/05/27  18:20:26
4477         Log: is() is better than ok()
4478      Branch: perl
4479            ! t/op/each.t
4480 ____________________________________________________________________________
4481 [ 24607] By: steveh                                on 2005/05/27  16:22:59
4482         Log: Fix failing Cwd tests on Win32
4483              
4484              Patch was posted to Ken previously
4485              
4486              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00226.html)
4487              
4488              but no reply as yet.  I'll mail him again...
4489      Branch: perl
4490            ! lib/Cwd.pm
4491 ____________________________________________________________________________
4492 [ 24606] By: steveh                                on 2005/05/27  16:15:41
4493         Log: Skip signals and core dump tests on Win32
4494              
4495              See http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00749.html
4496      Branch: perl
4497            ! t/run/exit.t
4498 ____________________________________________________________________________
4499 [ 24605] By: steveh                                on 2005/05/27  15:54:09
4500         Log: Fix more Win32 linker errors caused by change 24561
4501              
4502              Apparently sys_intern_init and sys_intern_clear are required even for
4503              non-threaded builds on Win32.
4504      Branch: perl
4505            ! embed.fnc embed.h proto.h
4506 ____________________________________________________________________________
4507 [ 24596] By: merijn                                on 2005/05/27  10:20:54
4508         Log: Subject: [PATCH] Do not install change logs, READMEs, etc...
4509              From: Michael G Schwern <schwern@pobox.com>
4510              Date: Thu, 26 May 2005 13:43:05 -0700
4511              Message-ID: <20050526204305.GH11558@windhund.schwern.org>
4512      Branch: perl
4513            ! installperl
4514 ____________________________________________________________________________
4515 [ 24595] By: merijn                                on 2005/05/27  10:06:25
4516         Log: Subject: [PATCH] add PERL_CALLCONV to PERL_CKDEF and PERL_PPDEF
4517              From: <jarkko.hietaniemi@nokia.com>
4518              Date: Fri, 27 May 2005 13:15:36 +0300
4519              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A1CD@esebe105.NOE.Nokia.com>
4520      Branch: perl
4521            ! perl.h
4522 ____________________________________________________________________________
4523 [ 24594] By: nicholas                              on 2005/05/27  09:18:26
4524         Log: Get the HEK once only in the hot code (class method calls)
4525      Branch: perl
4526            ! hv.h pp_hot.c
4527 ____________________________________________________________________________
4528 [ 24593] By: rgs                                   on 2005/05/27  07:44:07
4529         Log: Subject: [PATCH] Re: [perl #35420] localtime corruption
4530              From: Michael G Schwern <schwern@pobox.com>
4531              Date: Thu, 26 May 2005 13:39:38 -0700
4532              Message-ID: <20050526203938.GG11558@windhund.schwern.org>
4533      Branch: perl
4534            ! pod/perlfunc.pod pod/perlport.pod
4535 ____________________________________________________________________________
4536 [ 24592] By: rgs                                   on 2005/05/27  07:04:46
4537         Log: Subject: [PATCH] Documentation nits and fixes for Sv*_set() macros
4538              From: Steve Peters <steve@fisharerojo.org>
4539              Date: Thu, 26 May 2005 14:58:50 -0500
4540              Message-ID: <20050526195850.GA1308@mccoy.peters.homeunix.org>
4541      Branch: perl
4542            ! pod/perlapi.pod sv.h
4543 ____________________________________________________________________________
4544 [ 24591] By: steveh                                on 2005/05/26  16:56:03
4545         Log: Fix some Win32 link errors
4546      Branch: perl
4547            ! global.sym makedef.pl proto.h
4548 ____________________________________________________________________________
4549 [ 24590] By: nicholas                              on 2005/05/26  16:07:20
4550         Log: Rename the members of the SV head union to avoid pre-processor
4551              arguments with embed.h
4552      Branch: perl
4553            ! av.h hv.h sv.c sv.h
4554 ____________________________________________________________________________
4555 [ 24588] By: ams                                   on 2005/05/26  15:33:58
4556         Log: -Wall is intolerably noisy with icc.
4557      Branch: perl
4558            ! cflags.SH
4559 ____________________________________________________________________________
4560 [ 24585] By: rgs                                   on 2005/05/26  15:13:53
4561         Log: Subject: [PATCH] bytes.pm doesn't check undefined subroutine calling
4562              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4563              Date: Thu, 26 May 2005 23:46:35 +0900
4564              Message-Id: <20050526234321.92F1.BQW10602@nifty.com>
4565      Branch: perl
4566            ! lib/bytes.pm lib/bytes.t
4567 ____________________________________________________________________________
4568 [ 24584] By: nicholas                              on 2005/05/26  14:24:31
4569         Log: Store the package name as a shared HEK.
4570              Abolish HvNAME() - as the stored pointer is not a char* you can't set
4571              it directly now.
4572              Storing a pointer to a HEK tracks the length too, and seems to be
4573              faster.
4574      Branch: perl
4575            ! embed.fnc gv.c hv.c hv.h op.c pp.c proto.h sv.c toke.c
4576            ! xsutils.c
4577 ____________________________________________________________________________
4578 [ 24583] By: nicholas                              on 2005/05/26  12:27:47
4579         Log: We know how big the global string table will be, so use that
4580              information.
4581      Branch: perl
4582            ! sv.c
4583 ____________________________________________________________________________
4584 [ 24582] By: nicholas                              on 2005/05/26  11:28:24
4585         Log: It helps to set the total keys correctly when duplicating a hash.
4586              It helps even more to have a test for this.
4587      Branch: perl
4588            ! ext/threads/t/problems.t sv.c
4589 ____________________________________________________________________________
4590 [ 24581] By: merijn                                on 2005/05/26  11:26:05
4591         Log: More possible re-order dependencies solved
4592      Branch: perl
4593            ! Porting/config_h.pl config_h.SH
4594 ____________________________________________________________________________
4595 [ 24580] By: merijn                                on 2005/05/26  08:43:38
4596         Log: Subject: [PATCH] Updated lint infrastructure
4597              From: Andy Lester <andy@petdance.com>
4598              Date: Wed, 25 May 2005 12:31:39 -0500
4599              Message-ID: <20050525173139.GB1701@petdance.com>
4600      Branch: perl
4601            ! Makefile.SH handy.h malloc.c mg.c pp.c regcomp.h
4602 ____________________________________________________________________________
4603 [ 24579] By: ams                                   on 2005/05/26  07:08:22
4604         Log: Subject: [PATCH] MPE/iX has no lchown()
4605              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
4606              Date: Thu, 26 May 2005 08:36:19 +0300
4607              Message-Id: <42956053.4010200@gmail.com>
4608      Branch: perl
4609            ! hints/mpeix.sh
4610 ____________________________________________________________________________
4611 [ 24578] By: merijn                                on 2005/05/25  19:05:07
4612         Log: Added Porting/config_h.pl
4613      Branch: perl
4614            ! MANIFEST
4615 ____________________________________________________________________________
4616 [ 24576] By: merijn                                on 2005/05/25  18:41:52
4617         Log: Reordering config_h.SH after metaconfig now semi automated
4618              This will save me *a lot* of manual work
4619      Branch: perl
4620            + Porting/config_h.pl
4621            ! Configure config_h.SH
4622 ____________________________________________________________________________
4623 [ 24575] By: nicholas                              on 2005/05/25  16:26:12
4624         Log: Export Perl_hek_dup, which duplicates shared hash keys.
4625      Branch: perl
4626            ! embed.fnc embed.h hv.c proto.h
4627 ____________________________________________________________________________
4628 [ 24574] By: nicholas                              on 2005/05/25  15:52:33
4629         Log: Track the mapping between source shared hash keys and target shared
4630              hash keys to save repeated lookups during cloning.
4631      Branch: perl
4632            ! embed.fnc embedvar.h ext/threads/threads.xs hv.c intrpvar.h
4633            ! perl.c perlapi.h proto.h sv.c
4634 ____________________________________________________________________________
4635 [ 24573] By: nicholas                              on 2005/05/25  14:06:55
4636         Log: Replace all uses of HvNAME with the appropriate HvNAME_get or
4637              HvNAME_set
4638      Branch: perl
4639            ! bytecode.pl cop.h ext/ByteLoader/bytecode.h
4640            ! ext/ByteLoader/byterun.c
4641 ____________________________________________________________________________
4642 [ 24572] By: nicholas                              on 2005/05/25  10:02:07
4643         Log: I think for now these have to be disabled by default.
4644      Branch: perl
4645            ! av.h hv.h
4646 ____________________________________________________________________________
4647 [ 24571] By: rgs                                   on 2005/05/25  09:34:20
4648         Log: Update description of Term::ReadLine and fix typo
4649              Subject: [perl #35963] Typo in Term::ReadLine 
4650              From: "perlbug@veggiechinese.net (via RT)" <perlbug-followup@perl.org>
4651              Date: 24 May 2005 23:29:37 -0000
4652              Message-ID: <rt-3.0.11-35963-113541.14.5614982698687@perl.org>
4653      Branch: perl
4654            ! lib/Term/ReadLine.pm
4655 ____________________________________________________________________________
4656 [ 24570] By: nicholas                              on 2005/05/24  20:23:53
4657         Log: Initialising the hash seed needs to be early in case anything
4658              calcualtes HASHes during dup()ing.
4659      Branch: perl
4660            ! sv.c
4661 ____________________________________________________________________________
4662 [ 24569] By: nicholas                              on 2005/05/24  17:13:34
4663         Log: Reorder the union to cause Win32 compilers to use void * alignment for
4664              it.
4665      Branch: perl
4666            ! av.h cv.h hv.h sv.h
4667 ____________________________________________________________________________
4668 [ 24568] By: ams                                   on 2005/05/24  16:44:53
4669         Log: Subject: [PATCH] xsubpp, ParseXS: allow other suffix beyond .c
4670              From: jarkko.hietaniemi@nokia.com
4671              Date: Tue, 24 May 2005 12:48:38 +0300
4672              Message-Id: <B356D8F434D20B40A8CEDAEC305A1F2453D7EB@esebe105.NOE.Nokia.com>
4673      Branch: perl
4674            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/xsubpp
4675 ____________________________________________________________________________
4676 [ 24567] By: rgs                                   on 2005/05/24  15:44:52
4677         Log: Clarification on the behaviour of qw// and x :
4678              Subject: [PATCH] Re: [perl #35885] qw and x operators doesn't mix
4679              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
4680              Date: Tue, 24 May 2005 08:52:00 -0700
4681              Message-ID: <20050524155200.GA1784@efn.org>
4682      Branch: perl
4683            ! pod/perlop.pod
4684 ____________________________________________________________________________
4685 [ 24566] By: nicholas                              on 2005/05/24  15:21:48
4686         Log: Leaking is bad, m'kay.
4687      Branch: perl
4688            ! hv.c sv.c
4689 ____________________________________________________________________________
4690 [ 24565] By: rgs                                   on 2005/05/24  13:50:02
4691         Log: Remove Perl_ck_* functions from public API
4692      Branch: perl
4693            ! embed.fnc embed.h global.sym
4694 ____________________________________________________________________________
4695 [ 24564] By: nicholas                              on 2005/05/24  13:01:49
4696         Log: Correct the description of pte_arenaroot
4697      Branch: perl
4698            ! intrpvar.h
4699 ____________________________________________________________________________
4700 [ 24563] By: rgs                                   on 2005/05/24  12:58:45
4701         Log: Documentation nit on @-, found by Guillaume Rousse
4702              (plus POD markup simplification, for readability with pod2text)
4703      Branch: perl
4704            ! pod/perlvar.pod
4705 ____________________________________________________________________________
4706 [ 24562] By: rgs                                   on 2005/05/24  12:39:26
4707         Log: ext/B/t/deparse.t was failing with t/TEST but not with t/harness
4708      Branch: perl
4709            ! ext/B/t/deparse.t
4710 ____________________________________________________________________________
4711 [ 24561] By: rgs                                   on 2005/05/24  12:33:01
4712         Log: Subject: [PATCH] embed.fnc cleanup + SvPVX_const usage
4713              From: Andy Lester <andy@petdance.com>
4714              Date: Sat, 21 May 2005 09:06:40 -0500
4715              Message-ID: <20050521140640.GB875@petdance.com>
4716      Branch: perl
4717            ! embed.fnc embed.h global.sym op.c pad.c perlio.c pp_ctl.c
4718            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c utf8.c
4719 ____________________________________________________________________________
4720 [ 24560] By: rgs                                   on 2005/05/24  11:22:21
4721         Log: The tokenizer should expect an operator after qw().
4722              This fixes [perl #35885] qw and x operators doesn't mix
4723      Branch: perl
4724            ! t/op/repeat.t toke.c
4725 ____________________________________________________________________________
4726 [ 24559] By: rgs                                   on 2005/05/24  08:45:44
4727         Log: Subject: Re: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly.
4728              From: demerphq <demerphq@gmail.com>
4729              Date: Mon, 23 May 2005 11:43:56 +0200
4730              Message-ID: <9b18b31105052302431fb0a3c2@mail.gmail.com>
4731      Branch: perl
4732            ! ext/B/t/deparse.t
4733 ____________________________________________________________________________
4734 [ 24558] By: rgs                                   on 2005/05/24  08:09:10
4735         Log: Make distclean should remove the leftover test files of ExtUtils::ParseXS
4736      Branch: perl
4737            ! Makefile.SH
4738 ____________________________________________________________________________
4739 [ 24557] By: nicholas                              on 2005/05/23  20:26:35
4740         Log: Don't allocate an IV slot where the type doesn't use the IV slot.
4741      Branch: perl
4742            ! av.h hv.h sv.h
4743 ____________________________________________________________________________
4744 [ 24556] By: ams                                   on 2005/05/23  16:58:46
4745         Log: Assorted 2.15 fixes.
4746      Branch: perl
4747            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
4748 ____________________________________________________________________________
4749 [ 24555] By: ams                                   on 2005/05/23  16:34:16
4750         Log: Remove one const to ensure that the universe doesn't tip over.
4751              (At least on AIX.)
4752      Branch: perl
4753            ! ext/Storable/Storable.xs
4754 ____________________________________________________________________________
4755 [ 24554] By: merijn                                on 2005/05/23  15:29:01
4756         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) 
4757              From: Andrew Dougherty <doughera@lafayette.edu>
4758              Date: Mon, 23 May 2005 11:48:08 -0400 (EDT)
4759              Message-ID: <Pine.SOC.4.62.0505231143480.4714@maxwell.phys.lafayette.edu>
4760      Branch: perl
4761            ! ext/SDBM_File/sdbm/sdbm.c
4762 ____________________________________________________________________________
4763 [ 24553] By: ams                                   on 2005/05/23  15:24:05
4764         Log: Subject: [PATCH] universal.c warnings hushed
4765              From: Andy Lester <andy@petdance.com>
4766              Date: Mon, 23 May 2005 10:38:25 -0500
4767              Message-Id: <20050523153825.GA28498@petdance.com>
4768      Branch: perl
4769            ! universal.c
4770 ____________________________________________________________________________
4771 [ 24552] By: rgs                                   on 2005/05/23  14:31:33
4772         Log: Attribute compilation fix for Windows by Andy Lester
4773      Branch: perl
4774            ! perl.h perlio.h
4775 ____________________________________________________________________________
4776 [ 24551] By: gbarr                                 on 2005/05/23  13:49:59
4777         Log: Update to Scalar-List-Utils-1.17
4778      Branch: perl
4779            ! ext/List/Util/Changes ext/List/Util/README
4780            ! ext/List/Util/lib/List/Util.pm
4781            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
4782            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/refaddr.t
4783 ____________________________________________________________________________
4784 [ 24550] By: rgs                                   on 2005/05/23  11:38:34
4785         Log: Declaration nit spotted by Jarkko
4786      Branch: perl
4787            ! hv.c
4788 ____________________________________________________________________________
4789 [ 24549] By: nicholas                              on 2005/05/23  11:27:16
4790         Log: PL_regex_padav elements hold either more AVs, or IVs that point to
4791              regexps. Don't attempt to look at the IVX if it's not an IV.
4792      Branch: perl
4793            ! perl.c sv.c
4794 ____________________________________________________________________________
4795 [ 24548] By: nicholas                              on 2005/05/23  10:13:21
4796         Log: Oops. What is looking at an array's SvIVX()?
4797      Branch: perl
4798            ! sv.c
4799 ____________________________________________________________________________
4800 [ 24547] By: nicholas                              on 2005/05/23  09:22:35
4801         Log: We don't need IV and RV arena variables anymore. We don't need to set
4802              SvIVX or SvNVX on hashes.
4803      Branch: perl
4804            ! embedvar.h intrpvar.h perlapi.h sv.c
4805 ____________________________________________________________________________
4806 [ 24546] By: nicholas                              on 2005/05/23  09:09:15
4807         Log: Bytecode mustn't save the NVX for hashes now that the NVX is a union
4808              containing pointers initialised to zero.
4809      Branch: perl
4810            ! ext/B/B/Bytecode.pm
4811 ____________________________________________________________________________
4812 [ 24545] By: steveh                                on 2005/05/23  08:46:37
4813         Log: Fill in HASATTRIBUTE stuff in win32/config_H.* (see change #24508)
4814              
4815              (None are actually defined, but it's nice to have them there anyway)
4816      Branch: perl
4817            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4818            ! win32/config_H.vc64
4819 ____________________________________________________________________________
4820 [ 24544] By: nicholas                              on 2005/05/23  08:09:58
4821         Log: create an "allocated" structure for PVs, PVAVs and PVHVs
4822      Branch: perl
4823            ! av.h hv.h intrpvar.h sv.c sv.h
4824 ____________________________________________________________________________
4825 [ 24543] By: rgs                                   on 2005/05/23  07:33:52
4826         Log: Fix [perl #35929] : PerlIO::scalar didn't understand $/ = ""
4827              because PerlIOScalar_unread was broken.
4828              Bump version number of PerlIO::scalar to 0.04.
4829      Branch: perl
4830            ! ext/PerlIO/scalar/scalar.pm ext/PerlIO/scalar/scalar.xs
4831            ! ext/PerlIO/t/scalar.t
4832 ____________________________________________________________________________
4833 [ 24542] By: nicholas                              on 2005/05/22  22:03:19
4834         Log: Re-order IVX slot in SV bodies
4835      Branch: perl
4836            ! av.h cv.h hv.h sv.h
4837 ____________________________________________________________________________
4838 [ 24541] By: rgs                                   on 2005/05/22  18:53:12
4839         Log: Subject: Re: [PATCH 5.8.7 RC1] lib/Carp.t todo for VMS
4840              From: Michael G Schwern <schwern@pobox.com>
4841              Date: May 20, 2005 10:09 PM
4842              Message-ID: <20050520200900.GB13473@windhund.schwern.org>
4843      Branch: perl
4844            ! lib/Carp.t
4845 ____________________________________________________________________________
4846 [ 24538] By: nicholas                              on 2005/05/21  22:46:50
4847         Log: Add a union in place of xnv_nv, which allows AVs and HVs to re-use
4848              the memory to store pointers and integers.
4849              (Part 1 - will be reworked to be more efficient when IV or void*
4850              is 64 bit soon)
4851      Branch: perl
4852            ! av.h cv.h dump.c ext/B/B.pm ext/B/B.xs ext/Devel/Peek/t/Peek.t
4853            ! hv.h sv.h
4854 ____________________________________________________________________________
4855 [ 24537] By: ams                                   on 2005/05/21  22:26:34
4856         Log: Subject: [PATCH] ExtUtils::CBuilder Tru64 support
4857              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
4858              Date: Sat, 21 May 2005 23:20:21 +0300
4859              Message-Id: <428F9805.70108@gmail.com>
4860      Branch: perl
4861            + lib/ExtUtils/CBuilder/Platform/dec_osf.pm
4862            ! MANIFEST
4863 ____________________________________________________________________________
4864 [ 24536] By: ams                                   on 2005/05/21  22:17:20
4865         Log: Make the __attribute__ stuff work with Symbian (Jarkko).
4866              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00530.html
4867      Branch: perl
4868            ! perl.h
4869 ____________________________________________________________________________
4870 [ 24535] By: davem                                 on 2005/05/21  22:10:19
4871         Log: goto &xsub that croaks corrupts memory
4872              When an XS sub is called, a CxSUB context shouldn't be pushed. Make
4873              goto &xs_sub mimic this behaviour by first popping the old CxSUB
4874      Branch: perl
4875            ! pp_ctl.c t/op/goto_xs.t
4876 ____________________________________________________________________________
4877 [ 24534] By: davem                                 on 2005/05/21  21:38:55
4878         Log: stop goto &foo wasting stack space
4879              it used to push @_ onto the end of the stack; now it pops the stack
4880              back to the old watermark first.
4881      Branch: perl
4882            ! pp_ctl.c
4883 ____________________________________________________________________________
4884 [ 24533] By: davem                                 on 2005/05/21  19:50:50
4885         Log: add access to Perl_croak() via 'mycroak' in XS::APItest
4886      Branch: perl
4887            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
4888            ! ext/XS/APItest/t/exception.t
4889 ____________________________________________________________________________
4890 [ 24532] By: davem                                 on 2005/05/21  19:15:43
4891         Log: disallow eval { goto &foo }
4892              eval 'goto &foo' is already banned, and the try-version usually
4893              coredumps due to the code assuming the CxEVAL is actually a CxSUB.
4894              Anyway exiting an eval but preserving "it's" @_ doesn't make much
4895              sense.
4896      Branch: perl
4897            ! pod/perldiag.pod pp_ctl.c t/op/goto.t
4898 ____________________________________________________________________________
4899 [ 24531] By: nicholas                              on 2005/05/21  18:19:43
4900         Log: Move the xpv_pv/xrv_rv member into the SV head, in a union with
4901              IV and UV. Avoid allocating a body for IVs and RVs.
4902      Branch: perl
4903            ! av.h bytecode.pl cv.h embed.fnc embed.h ext/B/B/C.pm
4904            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
4905            ! ext/ByteLoader/byterun.h hv.c hv.h proto.h sv.c sv.h
4906 ____________________________________________________________________________
4907 [ 24530] By: rgs                                   on 2005/05/21  16:01:42
4908         Log: Really fix change 24527
4909      Branch: perl
4910            ! gv.c
4911 ____________________________________________________________________________
4912 [ 24529] By: nicholas                              on 2005/05/21  15:59:30
4913         Log: Fool. That should be I32 everywhere.
4914      Branch: perl
4915            ! hv.c
4916 ____________________________________________________________________________
4917 [ 24528] By: ams                                   on 2005/05/21  15:35:44
4918         Log: Subject: [PATCH] ctags parms need to know .h is C
4919              From: Andy Lester <andy@petdance.com>
4920              Date: Sat, 21 May 2005 08:58:14 -0500
4921              Message-Id: <20050521135814.GA875@petdance.com>
4922      Branch: perl
4923            ! Makefile.SH
4924 ____________________________________________________________________________
4925 [ 24527] By: rgs                                   on 2005/05/21  14:15:44
4926         Log: Compilation fix
4927      Branch: perl
4928            ! gv.c
4929 ____________________________________________________________________________
4930 [ 24526] By: nicholas                              on 2005/05/21  12:31:52
4931         Log: Move hv_name, hv_eiter and hv_riter into a new aux structure.
4932              Provide (more efficient) _get and _set macros.
4933              Adjust the core to use them.
4934      Branch: perl
4935            ! dump.c embed.fnc ext/Data/Dumper/Dumper.xs
4936            ! ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs
4937            ! ext/PerlIO/via/via.xs ext/Storable/Storable.xs
4938            ! ext/threads/shared/shared.xs global.sym gv.c hv.c hv.h mg.c
4939            ! op.c op.h opnames.h perl.c pp.c pp_hot.c pp_sys.c proto.h sv.c
4940            ! toke.c universal.c xsutils.c
4941 ____________________________________________________________________________
4942 [ 24525] By: nicholas                              on 2005/05/21  09:29:18
4943         Log: Move placeholders into a new rhash magic type.
4944      Branch: perl
4945            ! dump.c embed.fnc ext/Storable/Storable.xs global.sym hv.c hv.h
4946            ! perl.h proto.h sv.c
4947 ____________________________________________________________________________
4948 [ 24524] By: rgs                                   on 2005/05/21  09:18:07
4949         Log: Update to MakeMaker 6.30
4950      Branch: perl
4951            ! lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
4952            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/FIRST_MAKEFILE.t
4953            ! lib/ExtUtils/t/PL_FILES.t
4954            ! t/lib/MakeMaker/Test/Setup/PL_FILES.pm
4955 ____________________________________________________________________________
4956 [ 24523] By: ams                                   on 2005/05/21  02:58:49
4957         Log: Subject: [PATCH] SvPVX_const - patch #2
4958              From: Steve Peters <steve@fisharerojo.org>
4959              Date: Fri, 20 May 2005 21:42:10 -0500
4960              Message-Id: <20050521024210.GA29036@mccoy.peters.homeunix.org>
4961      Branch: perl
4962            ! dump.c gv.c op.c pad.c perlio.c perly.c pp.c pp_ctl.c
4963 ____________________________________________________________________________
4964 [ 24522] By: nicholas                              on 2005/05/20  22:53:00
4965         Log: Remove PMROOT and replace it with a small shell script. Er, magic.
4966              (PMROOT being needed to implement bare C<reset> - how often do you
4967              use that?)
4968      Branch: perl
4969            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Asmdata.pm
4970            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h hv.c hv.h
4971            ! op.c perl.h sv.c
4972 ____________________________________________________________________________
4973 [ 24521] By: nicholas                              on 2005/05/20  22:30:16
4974         Log: Update XS code to declare PERL_UNUSED_DECL conditionally
4975      Branch: perl
4976            ! ext/List/Util/Util.xs ext/POSIX/POSIX.xs
4977            ! ext/Storable/Storable.xs
4978 ____________________________________________________________________________
4979 [ 24520] By: nicholas                              on 2005/05/20  21:50:03
4980         Log: Updaate ppport.h to get a conditional PERL_UNUSED_DECL
4981      Branch: perl
4982            ! ext/Cwd/ppport.h ext/Time/HiRes/ppport.h
4983 ____________________________________________________________________________
4984 [ 24519] By: nicholas                              on 2005/05/20  21:46:26
4985         Log: Need to make PERL_UNUSED_DECL conditional as xlc on AIX doesn't like
4986              it being redefined.
4987      Branch: perl
4988            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/parts/inc/misc
4989 ____________________________________________________________________________
4990 [ 24518] By: nicholas                              on 2005/05/20  21:11:52
4991         Log: Goodbye AvFLAGS
4992      Branch: perl
4993            ! av.c av.h bytecode.pl cop.h dump.c ext/B/B.pm ext/B/B.xs
4994            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
4995            ! ext/B/B/Debug.pm ext/B/defsubs_h.PL ext/ByteLoader/byterun.c
4996            ! ext/ByteLoader/byterun.h pad.c pp_ctl.c sv.c sv.h
4997 ____________________________________________________________________________
4998 [ 24517] By: rgs                                   on 2005/05/20  17:54:15
4999         Log: Upgrade to Math::BigInt 1.77
5000      Branch: perl
5001            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5002            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
5003            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
5004            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
5005 ____________________________________________________________________________
5006 [ 24516] By: nicholas                              on 2005/05/20  16:42:44
5007         Log: Fix a typo
5008      Branch: perl
5009            ! hv.h
5010 ____________________________________________________________________________
5011 [ 24514] By: ams                                   on 2005/05/20  14:42:21
5012         Log: Damnable applypatch nonsense.
5013      Branch: perl
5014            ! ext/Storable/t/sig_die.t
5015 ____________________________________________________________________________
5016 [ 24513] By: rgs                                   on 2005/05/20  14:37:12
5017         Log: Update MANIFEST
5018      Branch: perl
5019            ! MANIFEST
5020 ____________________________________________________________________________
5021 [ 24512] By: ams                                   on 2005/05/20  14:21:21
5022         Log: Previously overlooked $SIG{DIE} patch from Slaven Rezic.
5023              http://groups-beta.google.com/group/perl.perl5.porters/msg/2d10ba2c390ecc41
5024      Branch: perl
5025            + ext/Storable/t/sig_die.t
5026            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
5027 ____________________________________________________________________________
5028 [ 24511] By: rgs                                   on 2005/05/20  13:11:43
5029         Log: Subject: [PATCH] Add a Makefile target for ctags
5030              From: Andy Lester <andy@petdance.com>
5031              Date: Thu, 12 May 2005 11:40:52 -0500
5032              Message-ID: <20050512164052.GA30287@petdance.com>
5033      Branch: perl
5034            ! Makefile.SH
5035 ____________________________________________________________________________
5036 [ 24510] By: rgs                                   on 2005/05/20  10:49:03
5037         Log: Upgrade to MakeMaker 6.29
5038      Branch: perl
5039            + lib/ExtUtils/t/FIRST_MAKEFILE.t
5040            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
5041            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
5042            ! lib/ExtUtils/t/Installed.t
5043 ____________________________________________________________________________
5044 [ 24509] By: rgs                                   on 2005/05/20  09:26:01
5045         Log: Subject: SvPVX_const() - Patch #1
5046              From: Steve Peters <steve@fisharerojo.org>
5047              Date: Tue, 17 May 2005 18:17:01 -0500
5048              Message-ID: <20050517231701.GA1394@mccoy.peters.homeunix.org>
5049      Branch: perl
5050            ! doio.c toke.c universal.c util.c warnings.h warnings.pl
5051 ____________________________________________________________________________
5052 [ 24508] By: rgs                                   on 2005/05/20  07:53:46
5053         Log: Subject: [PATCH] Attribute configuration
5054              From: Andy Lester <andy@petdance.com>
5055              Date: Thu, 19 May 2005 12:32:56 -0500
5056              Message-ID: <20050519173256.GA29039@petdance.com>
5057      Branch: perl
5058            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
5059            ! Porting/Glossary Porting/config.sh Porting/pumpkin.pod XSUB.h
5060            ! config_h.SH configure.com epoc/config.sh hints/next_3_0.sh
5061            ! hints/vmesa.sh malloc.c mg.c op.c perl.c perl.h perlio.h
5062            ! plan9/config_sh.sample plan9/genconfig.pl scope.c sv.c
5063            ! symbian/config.sh t/op/sprintf.t uconfig.sh vms/genconfig.pl
5064            ! win32/config.bc win32/config.gc win32/config.vc
5065            ! win32/config.vc64 wince/config.ce
5066 ____________________________________________________________________________
5067 [ 24507] By: rgs                                   on 2005/05/20  07:16:59
5068         Log: Gisle noted an unused variable
5069      Branch: perl
5070            ! t/run/exit.t
5071 ____________________________________________________________________________
5072 [ 24506] By: rgs                                   on 2005/05/19  21:07:43
5073         Log: Fix the new exit() tests, by Gisle Aas :
5074              don't let the shell interfere with the process return value
5075      Branch: perl
5076            ! t/run/exit.t
5077 ____________________________________________________________________________
5078 [ 24505] By: ams                                   on 2005/05/19  17:51:48
5079         Log: Subject: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. 
5080              From: yves orton <perlbug-followup@perl.org>
5081              Date: 18 May 2005 08:30:44 -0000
5082              Message-Id: <rt-3.0.11-35857-113142.6.75213005071278@perl.org>
5083      Branch: perl
5084            ! ext/B/B/Deparse.pm
5085 ____________________________________________________________________________
5086 [ 24504] By: nicholas                              on 2005/05/19  09:32:18
5087         Log: tabs, not spaces. Bad editor. No cookie.
5088              Does the MANIFEST file support comments, sufficient to add an editor
5089              block?
5090      Branch: perl
5091            ! MANIFEST
5092 ____________________________________________________________________________
5093 [ 24503] By: rgs                                   on 2005/05/19  06:25:22
5094         Log: Adjust VMS test count
5095      Branch: perl
5096            ! t/run/exit.t
5097 ____________________________________________________________________________
5098 [ 24501] By: rgs                                   on 2005/05/18  16:08:30
5099         Log: Subject: Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]
5100              From: Gisle Aas <gisle@ActiveState.com>
5101              Date: 18 May 2005 08:35:47 -0700
5102              Message-ID: <lr8y2cim24.fsf_-_@caliper.activestate.com>
5103      Branch: perl
5104            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perl.h perlapi.h
5105            ! pod/perlfunc.pod pod/perlport.pod pod/perlvar.pod t/run/exit.t
5106 ____________________________________________________________________________
5107 [ 24500] By: rgs                                   on 2005/05/18  15:26:32
5108         Log: Subject: Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: [Module::Build] ANNOUNCE: Module::Build 0.2610 -> CPAN)
5109              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
5110              Date: Wed, 18 May 2005 07:13:40 -0700
5111              Message-ID: <20050518141131.GA2704@efn.org>
5112      Branch: perl
5113            + lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
5114            + lib/ExtUtils/CBuilder/Platform/Unix.pm
5115            + lib/ExtUtils/CBuilder/Platform/VMS.pm
5116            + lib/ExtUtils/CBuilder/Platform/Windows.pm
5117            + lib/ExtUtils/CBuilder/Platform/aix.pm
5118            + lib/ExtUtils/CBuilder/Platform/cygwin.pm
5119            + lib/ExtUtils/CBuilder/Platform/darwin.pm
5120            + lib/ExtUtils/CBuilder/Platform/os2.pm
5121            + lib/ExtUtils/CBuilder/t/01-basic.t
5122            + lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
5123            + lib/ExtUtils/ParseXS/t/XSTest.pm
5124            + lib/ExtUtils/ParseXS/t/XSTest.xs
5125            + lib/ExtUtils/ParseXS/t/basic.t
5126            ! MANIFEST Porting/Maintainers.pl lib/ExtUtils/t/00compile.t
5127            ! lib/ExtUtils/xsubpp
5128 ____________________________________________________________________________
5129 [ 24499] By: rgs                                   on 2005/05/18  12:46:38
5130         Log: Subject: B::Disassembler.pm
5131              From: Nicholas Clark <nick@ccl4.org>
5132              Date: Tue, 17 May 2005 11:28:18 +0100
5133              Message-ID: <20050517102817.GD94420@plum.flirble.org>
5134      Branch: perl
5135            ! ext/B/B/Disassembler.pm
5136 ____________________________________________________________________________
5137 [ 24498] By: davem                                 on 2005/05/18  12:39:22
5138         Log: make t/TEST print summary times consistently to two decimal places
5139      Branch: perl
5140            ! t/TEST
5141 ____________________________________________________________________________
5142 [ 24497] By: nicholas                              on 2005/05/18  12:34:53
5143         Log: Default to allocating the correct size for the array in the HV.
5144              Override this with -DPERL_USE_LARGE_HV_ALLOC
5145      Branch: perl
5146            ! hv.h
5147 ____________________________________________________________________________
5148 [ 24496] By: rgs                                   on 2005/05/18  11:50:47
5149         Log: Subject: [PATCH] Eliminate radically out of date CHANGES from perlport
5150              From: Michael G Schwern <schwern@pobox.com>
5151              Date: Mon, 16 May 2005 15:17:05 -0700
5152              Message-ID: <20050516221705.GA212@windhund.schwern.org>
5153              
5154              Subject: [PATCH] Eliminate function signatures from perlport
5155              From: Michael G Schwern <schwern@pobox.com>
5156              Date: Mon, 16 May 2005 15:24:18 -0700
5157              Message-ID: <20050516222418.GA422@windhund.schwern.org>
5158      Branch: perl
5159            ! pod/perlport.pod
5160 ____________________________________________________________________________
5161 [ 24495] By: merijn                                on 2005/05/17  18:45:56
5162         Log: Subject: [PATCH] more about __attribute__
5163              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
5164              Date: Tue, 17 May 2005 20:36:43 +0300
5165              Message-ID: <428A2BAB.9020306@gmail.com>
5166      Branch: perl
5167            ! perl.h
5168 ____________________________________________________________________________
5169 [ 24493] By: rgs                                   on 2005/05/17  15:55:38
5170         Log: Clarify definition of octal literals
5171              (thanks to Olivier Blin)
5172      Branch: perl
5173            ! pod/perldata.pod
5174 ____________________________________________________________________________
5175 [ 24492] By: rgs                                   on 2005/05/17  15:15:46
5176         Log: Subject: [PATCH] perl 5.9.x (@ 24471): Symbian update
5177              From: <jarkko.hietaniemi@nokia.com>
5178              Date: Mon, 16 May 2005 17:59:35 +0300
5179              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D793@esebe105.NOE.Nokia.com>
5180              
5181              completed by:
5182              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D7A0@esebe105.NOE.Nokia.com>
5183      Branch: perl
5184            ! embed.pl mg.c op.c perl.h proto.h reentr.c reentr.pl scope.c
5185            ! symbian/port.pl universal.c
5186 ____________________________________________________________________________
5187 [ 24491] By: nicholas                              on 2005/05/17  13:27:43
5188         Log: One last 1008 to replace with PERL_ARENA_SIZE
5189      Branch: perl
5190            ! sv.c
5191 ____________________________________________________________________________
5192 [ 24490] By: nicholas                              on 2005/05/16  21:42:05
5193         Log: Upgrade to Encode 2.10
5194      Branch: perl
5195            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
5196            ! ext/Encode/Encode.xs ext/Encode/META.yml
5197            ! ext/Encode/lib/Encode/Alias.pm
5198 ____________________________________________________________________________
5199 [ 24489] By: rgs                                   on 2005/05/16  16:56:43
5200         Log: Subject: [PATCH] consting-eleventy.patch: More consts, plus actual bug fix
5201              From: Andy Lester <andy@petdance.com>
5202              Date: Mon, 16 May 2005 10:13:53 -0500
5203              Message-ID: <20050516151353.GA25387@petdance.com>
5204      Branch: perl
5205            ! XSUB.h av.c dump.c embed.fnc embed.h hv.c malloc.c mg.c
5206            ! numeric.c perl.c perl.h pod/perlapi.pod pp.h pp_ctl.c pp_hot.c
5207            ! proto.h regcomp.c regexec.c scope.c sv.c sv.h
5208            ! t/run/fresh_perl.t toke.c universal.c utf8.c util.c
5209 ____________________________________________________________________________
5210 [ 24482] By: nicholas                              on 2005/05/16  15:11:30
5211         Log: Bump the version number on Win32::Win32
5212      Branch: perl
5213            ! win32/ext/Win32/Win32.pm
5214 ____________________________________________________________________________
5215 [ 24480] By: nicholas                              on 2005/05/16  15:01:48
5216         Log: Assuming that everything with 0x40000000 is SVpad_TYPED is bogus.
5217      Branch: perl
5218            ! sv.c
5219 ____________________________________________________________________________
5220 [ 24476] By: rgs                                   on 2005/05/16  08:58:40
5221         Log: This seems to be the right thing to do to iterate over layers
5222      Branch: perl
5223            ! ext/PerlIO/via/via.xs
5224 ____________________________________________________________________________
5225 [ 24475] By: rgs                                   on 2005/05/16  08:47:28
5226         Log: $! might contain "unknown" if strerror(3) says so
5227      Branch: perl
5228            ! t/op/mkdir.t
5229 ____________________________________________________________________________
5230 [ 24472] By: rgs                                   on 2005/05/16  08:03:15
5231         Log: Upgrade to Time::HiRes 1.68
5232      Branch: perl
5233            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
5234            ! ext/Time/HiRes/HiRes.xs
5235 ____________________________________________________________________________
5236 [ 24471] By: nicholas                              on 2005/05/15  20:46:03
5237         Log: Subject: [PATCH] Minor tweak to via
5238              From: Andy Lester <andy@petdance.com>
5239              Message-ID: <20050513163952.GA20167@petdance.com>
5240              Date: Fri, 13 May 2005 11:39:52 -0500
5241              
5242              from a bug report and patch by Matt Lawrence
5243      Branch: perl
5244            ! ext/PerlIO/via/via.xs
5245 ____________________________________________________________________________
5246 [ 24470] By: nicholas                              on 2005/05/15  11:32:15
5247         Log: Upgrade to CGI.pm 3.10
5248      Branch: perl
5249            + lib/CGI/t/can.t
5250            ! MANIFEST lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
5251 ____________________________________________________________________________
5252 [ 24469] By: davem                                 on 2005/05/15  00:09:35
5253         Log: avoid leaked scalar in BEGIN { threads->new(...) }
5254      Branch: perl
5255            ! sv.c
5256 ____________________________________________________________________________
5257 [ 24468] By: davem                                 on 2005/05/14  23:16:50
5258         Log: Fix typo in DDEBUG_LEAKING_SCALARS flags output
5259      Branch: perl
5260            ! perl.c
5261 ____________________________________________________________________________
5262 [ 24467] By: davem                                 on 2005/05/14  15:11:30
5263         Log: initialize the PL_xpvgv_[arena]root vars during clone
5264      Branch: perl
5265            ! sv.c
5266 ____________________________________________________________________________
5267 [ 24465] By: gbarr                                 on 2005/05/13  20:42:53
5268         Log: Update to Scalar-List-Utils-1.15
5269      Branch: perl
5270            + ext/List/Util/t/p_blessed.t ext/List/Util/t/p_first.t
5271            + ext/List/Util/t/p_lln.t ext/List/Util/t/p_max.t
5272            + ext/List/Util/t/p_maxstr.t ext/List/Util/t/p_min.t
5273            + ext/List/Util/t/p_minstr.t ext/List/Util/t/p_openhan.t
5274            + ext/List/Util/t/p_readonly.t ext/List/Util/t/p_reduce.t
5275            + ext/List/Util/t/p_refaddr.t ext/List/Util/t/p_reftype.t
5276            + ext/List/Util/t/p_shuffle.t ext/List/Util/t/p_sum.t
5277            + ext/List/Util/t/p_tainted.t
5278            ! MANIFEST ext/List/Util/Changes ext/List/Util/Util.xs
5279            ! ext/List/Util/lib/List/Util.pm
5280            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/blessed.t
5281            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
5282            ! ext/List/Util/t/isvstring.t ext/List/Util/t/lln.t
5283            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
5284            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
5285            ! ext/List/Util/t/openhan.t ext/List/Util/t/proto.t
5286            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
5287            ! ext/List/Util/t/refaddr.t ext/List/Util/t/reftype.t
5288            ! ext/List/Util/t/shuffle.t ext/List/Util/t/sum.t
5289            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
5290 ____________________________________________________________________________
5291 [ 24461] By: rgs                                   on 2005/05/13  12:52:45
5292         Log: Subject: change to quiet cygwin's perlld
5293              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
5294              Date: Fri, 13 May 2005 06:15:45 -0700
5295              Message-ID: <20050513131545.GB4024@efn.org>
5296      Branch: perl
5297            ! cygwin/perlld.in
5298 ____________________________________________________________________________
5299 [ 24460] By: nicholas                              on 2005/05/13  11:59:26
5300         Log: Reorder the *more* arena allocation functions into a block
5301              As they are now ahead of their corresponding *new* functions, no need
5302              for all the embedding guff.
5303              Remove all the "register" keywords.
5304      Branch: perl
5305            ! embed.fnc embed.h hv.c proto.h sv.c
5306 ____________________________________________________________________________
5307 [ 24459] By: nicholas                              on 2005/05/13  11:09:03
5308         Log: Allocate GV bodies from arenas
5309      Branch: perl
5310            ! embed.fnc embed.h embedvar.h intrpvar.h perlapi.h proto.h sv.c
5311 ____________________________________________________________________________
5312 [ 24455] By: davem                                 on 2005/05/12  19:07:27
5313         Log: make join.t threadsafe!
5314              tests 13 and 14 could output in reverse order. Add a lock to stop
5315              this.
5316      Branch: perl
5317            ! ext/threads/t/join.t
5318 ____________________________________________________________________________
5319 [ 24454] By: steveh                                on 2005/05/12  10:56:20
5320         Log: Remove a couple of unreferenced local variables
5321      Branch: perl
5322            ! win32/ext/Win32/Win32.xs
5323 ____________________________________________________________________________
5324 [ 24453] By: steveh                                on 2005/05/12  10:10:37
5325         Log: Subject: [PATCH] Add Win32::GetFileVersion() function
5326              From: "Jan Dubois" <jand@ActiveState.com>
5327              Date: Wed, 11 May 2005 22:30:37 -0700
5328              Message-Id: <200505120530.j4C5UhpX031152@smtp3.ActiveState.com>
5329      Branch: perl
5330            ! win32/ext/Win32/Win32.pm win32/ext/Win32/Win32.xs
5331 ____________________________________________________________________________
5332 [ 24452] By: rgs                                   on 2005/05/12  09:58:50
5333         Log: Silence DEBUGGING compilation warnings
5334      Branch: perl
5335            ! toke.c
5336 ____________________________________________________________________________
5337 [ 24451] By: rgs                                   on 2005/05/12  09:52:12
5338         Log: SvUPGRADE doesn't return false.
5339      Branch: perl
5340            ! toke.c
5341 ____________________________________________________________________________
5342 [ 24450] By: rgs                                   on 2005/05/12  08:45:40
5343         Log: Rework documentation of split(//,...)
5344      Branch: perl
5345            ! pod/perlfunc.pod
5346 ____________________________________________________________________________
5347 [ 24449] By: ams                                   on 2005/05/11  16:57:27
5348         Log: Subject: [perl #33765] [PATCH] perlop: mention why 'print !!0' doesn't 
5349              From: Steve Peters via RT <perlbug-followup@perl.org>
5350              Date: 11 May 2005 16:58:22 -0000
5351              Message-Id: <rt-3.0.11-33765-112475.14.5633321030279@perl.org>
5352              
5353              Subject: [perl #33766] [PATCH] perldoc -f split lacks basic null example 
5354              From: Steve Peters via RT <perlbug-followup@perl.org>
5355              Date: 11 May 2005 17:13:29 -0000
5356              Message-Id: <rt-3.0.11-33766-112476.1.84217630998887@perl.org>
5357      Branch: perl
5358            ! pod/perlfunc.pod pod/perlsyn.pod
5359 ____________________________________________________________________________
5360 [ 24446] By: merijn                                on 2005/05/11  09:39:06
5361         Log: Subject: Hints changes for OS X 10.4
5362              From: Michael G Schwern <schwern@pobox.com>
5363              Date: Tue, 10 May 2005 18:10:47 -0700
5364              Message-ID: <20050511011047.GA23955@windhund.schwern.org>
5365      Branch: perl
5366            ! hints/darwin.sh
5367 ____________________________________________________________________________
5368 [ 24445] By: rgs                                   on 2005/05/11  07:54:19
5369         Log: Include vim/emacs modelines in generated files to open them
5370              in read-only mode. Make vi modelines compatible with non-vim
5371              vi versions.
5372      Branch: perl
5373            ! av.c bytecode.pl deb.c doio.c doop.c dump.c embed.h embed.pl
5374            ! embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
5375            ! ext/ByteLoader/byterun.h global.sym globals.c gv.c hv.c
5376            ! keywords.h keywords.pl lib/warnings.pm locale.c malloc.c mg.c
5377            ! miniperlmain.c numeric.c op.c opcode.h opcode.pl opnames.h
5378            ! pad.c perl.c perlapi.c perlapi.h perlio.c perly.c pp.c pp.sym
5379            ! pp_ctl.c pp_hot.c pp_pack.c pp_proto.h pp_sort.c pp_sys.c
5380            ! proto.h reentr.c reentr.h reentr.pl regcomp.c regcomp.pl
5381            ! regexec.c regnodes.h run.c scope.c sv.c taint.c toke.c
5382            ! universal.c utf8.c util.c warnings.h warnings.pl xsutils.c
5383 ____________________________________________________________________________
5384 [ 24444] By: rgs                                   on 2005/05/10  20:56:37
5385         Log: Subject: potential [PATCH] Tru64 crank up strictness
5386              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
5387              Date: May 10, 2005 7:44 PM
5388              Message-Id: <4ADE5AAD-27CB-4F9E-BEC7-41DAA7671108@iki.fi>
5389      Branch: perl
5390            ! hints/dec_osf.sh perl.h toke.c x2p/a2py.c
5391 ____________________________________________________________________________
5392 [ 24443] By: rgs                                   on 2005/05/10  20:27:16
5393         Log: "make regen" should run reentr.pl
5394      Branch: perl
5395            ! regen.pl
5396 ____________________________________________________________________________
5397 [ 24442] By: rgs                                   on 2005/05/10  20:08:27
5398         Log: Regenerate reentr.[ch]
5399      Branch: perl
5400            ! reentr.c reentr.h
5401 ____________________________________________________________________________
5402 [ 24441] By: ams                                   on 2005/05/10  17:23:26
5403         Log: Subject: Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
5404              From: Steve Peters <steve@fisharerojo.org>
5405              Date: Tue, 10 May 2005 12:44:13 -0500
5406              Message-Id: <20050510174413.GA19686@mccoy.peters.homeunix.org>
5407      Branch: perl
5408            + README.openbsd
5409            ! MANIFEST reentr.pl
5410 ____________________________________________________________________________
5411 [ 24440] By: rgs                                   on 2005/05/10  16:51:02
5412         Log: Add editor boilerplates to all C files
5413              (except the generated ones)
5414      Branch: perl
5415            ! av.c deb.c doio.c doop.c dump.c globals.c gv.c hv.c locale.c
5416            ! malloc.c mg.c miniperlmain.c numeric.c op.c pad.c perl.c
5417            ! perlio.c perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c
5418            ! pp_sys.c regcomp.c regexec.c run.c scope.c sv.c taint.c toke.c
5419            ! universal.c utf8.c util.c xsutils.c
5420 ____________________________________________________________________________
5421 [ 24439] By: nicholas                              on 2005/05/10  15:38:07
5422         Log: s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
5423              plus a couple of 1 byte sv_setpv()s too.
5424      Branch: perl
5425            ! doio.c dump.c ext/B/B.xs ext/Storable/Storable.xs mg.c op.c
5426            ! perl.c pp_ctl.c pp_hot.c pp_sys.c toke.c
5427 ____________________________________________________________________________
5428 [ 24438] By: nicholas                              on 2005/05/10  14:47:58
5429         Log: As we have the length of the string easily to hand, no reason not to
5430              use it.
5431      Branch: perl
5432            ! op.c
5433 ____________________________________________________________________________
5434 [ 24437] By: ams                                   on 2005/05/10  14:41:08
5435         Log: Subject: [PATCH] perlop.pod nit
5436              From: Steve Peters <steve@fisharerojo.org>
5437              Date: Tue, 10 May 2005 09:41:01 -0500
5438              Message-Id: <20050510144101.GA21362@mccoy.peters.homeunix.org>
5439      Branch: perl
5440            ! pod/perlop.pod
5441 ____________________________________________________________________________
5442 [ 24436] By: nicholas                              on 2005/05/10  11:03:49
5443         Log: Experiment with using the ptr_table code to hold the seen hash
5444      Branch: perl
5445            ! ext/Storable/Storable.xs
5446 ____________________________________________________________________________
5447 [ 24435] By: nicholas                              on 2005/05/10  09:17:32
5448         Log: Simplify the debug and assert logic.
5449      Branch: perl
5450            ! ext/Storable/Storable.xs
5451 ____________________________________________________________________________
5452 [ 24434] By: nicholas                              on 2005/05/10  09:03:11
5453         Log: Change 24165 missed one s/class/classname/ in the debugging code.
5454      Branch: perl
5455            ! ext/Storable/Storable.xs
5456 ____________________________________________________________________________
5457 [ 24433] By: ams                                   on 2005/05/10  03:16:23
5458         Log: Subject: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
5459              From: Steve Peters <steve@fisharerojo.org>
5460              Date: Mon, 9 May 2005 21:10:49 -0500
5461              Message-Id: <20050510021049.GA20147@mccoy.peters.homeunix.org>
5462      Branch: perl
5463            ! reentr.h
5464 ____________________________________________________________________________
5465 [ 24432] By: ams                                   on 2005/05/10  03:15:34
5466         Log: Subject: [PATCH] Avoid USE_SITECUSTOMIZE redefined warnings
5467              From: Jan Dubois <jand@ActiveState.com>
5468              Date: Mon, 9 May 2005 19:29:06 -0700
5469              Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com>
5470      Branch: perl
5471            ! config_h.SH
5472 ____________________________________________________________________________
5473 [ 24431] By: rgs                                   on 2005/05/09  20:07:14
5474         Log: Subject: [PATCH] attributes-two.patch, the next batch
5475              From: Andy Lester <andy@petdance.com>
5476              Date: May 9, 2005 5:45 PM
5477              Message-ID: <20050509154518.GA18273@petdance.com>
5478      Branch: perl
5479            ! doop.c embed.fnc embed.pl gv.c handy.h op.c perl.c
5480            ! pod/perlapi.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c toke.c
5481            ! utf8.c
5482 ____________________________________________________________________________
5483 [ 24430] By: rgs                                   on 2005/05/09  19:19:20
5484         Log: Fix typo (bug #35368)
5485      Branch: perl
5486            ! pod/perlreftut.pod
5487 ____________________________________________________________________________
5488 [ 24429] By: nicholas                              on 2005/05/09  16:33:57
5489         Log: Update the comment describing arenas.
5490      Branch: perl
5491            ! sv.c
5492 ____________________________________________________________________________
5493 [ 24427] By: nicholas                              on 2005/05/09  11:22:19
5494         Log: Hoist the static "AUTOLOAD" into a static const variable. Makes the
5495              object file slightly smaller, and also increases the proportion of
5496              read only data section.
5497      Branch: perl
5498            ! gv.c
5499 ____________________________________________________________________________
5500 [ 24426] By: rgs                                   on 2005/05/09  11:11:35
5501         Log: Upgrade to Unicode::Collate 0.50
5502      Branch: perl
5503            + lib/Unicode/Collate/t/cjkrange.t lib/Unicode/Collate/t/ignor.t
5504            + lib/Unicode/Collate/t/override.t
5505            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
5506            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/altern.t
5507            ! lib/Unicode/Collate/t/contract.t
5508            ! lib/Unicode/Collate/t/hangtype.t
5509            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/illegal.t
5510            ! lib/Unicode/Collate/t/illegalp.t lib/Unicode/Collate/t/index.t
5511            ! lib/Unicode/Collate/t/normal.t
5512            ! lib/Unicode/Collate/t/rearrang.t lib/Unicode/Collate/t/test.t
5513            ! lib/Unicode/Collate/t/trailwt.t
5514            ! lib/Unicode/Collate/t/variable.t
5515            ! lib/Unicode/Collate/t/version.t lib/Unicode/Collate/t/view.t
5516 ____________________________________________________________________________
5517 [ 24425] By: nicholas                              on 2005/05/09  10:10:42
5518         Log: Change 24413 should have updated makedef.pl with the knowledge that 2
5519              symbols are ithreads only.
5520      Branch: perl
5521            ! makedef.pl
5522 ____________________________________________________________________________
5523 [ 24424] By: nicholas                              on 2005/05/09  10:00:37
5524         Log: Change 24420 should have hand updated globvar.sym to reflect the
5525              renaming of the global variable.
5526      Branch: perl
5527            ! globvar.sym
5528 ____________________________________________________________________________
5529 [ 24423] By: nicholas                              on 2005/05/09  08:48:46
5530         Log: Simplify S_hv_notallowed slightly by passing a prebuilt message
5531              template. (Also slightly smaller object code)
5532      Branch: perl
5533            ! hv.c
5534 ____________________________________________________________________________
5535 [ 24422] By: rgs                                   on 2005/05/09  07:37:58
5536         Log: Subject: [PATCH] Sv_*set() doc's and extra const's for the SvPVX_const() tasks
5537              From: Steve Peters <steve@fisharerojo.org>
5538              Date: Sun, 8 May 2005 20:49:17 -0500
5539              Message-ID: <20050509014917.GA24132@mccoy.peters.homeunix.org>
5540      Branch: perl
5541            ! embed.fnc perl_keyword.pl pod/perlapi.pod proto.h sv.h toke.c
5542 ____________________________________________________________________________
5543 [ 24421] By: rgs                                   on 2005/05/09  07:29:33
5544         Log: Revert to Andy's first solution for nonnull attributes;
5545              add the missing defines for non-threaded perls in perl.h
5546      Branch: perl
5547            ! embed.h embed.pl global.sym perl.h proto.h
5548 ____________________________________________________________________________
5549 [ 24420] By: nicholas                              on 2005/05/08  22:09:18
5550         Log: Perl_croak uses perl's printf, so can pass in SVs direct - no need for
5551              SvPV and a %s format.
5552      Branch: perl
5553            ! mg.c perl.h pp.c pp_hot.c
5554 ____________________________________________________________________________
5555 [ 24419] By: nicholas                              on 2005/05/08  21:40:29
5556         Log: There's no need to set a reference count for the new SV heads, as it's
5557              always set to 1 at uprooting time.
5558              But set it to zero when DEBUGGING to make things clearer. Plus fix a
5559              bug introduced by change 22945, where the last SV head had an
5560              uninitialised reference count.
5561      Branch: perl
5562            ! sv.c
5563 ____________________________________________________________________________
5564 [ 24418] By: nicholas                              on 2005/05/08  19:45:30
5565         Log: The idea is that when you find something, you stop looking.
5566              ( http://use.perl.org/comments.pl?sid=26369&cid=40183 )
5567      Branch: perl
5568            ! sv.c
5569 ____________________________________________________________________________
5570 [ 24417] By: davem                                 on 2005/05/08  14:39:19
5571         Log: t/TEST's new error messages now include the prefix 'FAILURE--'
5572      Branch: perl
5573            ! t/TEST
5574 ____________________________________________________________________________
5575 [ 24416] By: rgs                                   on 2005/05/08  12:19:51
5576         Log: Tweak the insertion of __attribute__((nonnull())) declarations
5577              in proto.h so it compiles with and without threads with gcc 3.4
5578      Branch: perl
5579            ! embed.pl proto.h
5580 ____________________________________________________________________________
5581 [ 24414] By: rgs                                   on 2005/05/07  17:15:45
5582         Log: Subject: [PATCH] GCC attributes!
5583              From: Andy Lester <andy@petdance.com>
5584              Date: May 4, 2005 11:55 PM
5585              Message-ID: <20050504215540.GA20413@petdance.com>
5586      Branch: perl
5587            ! autodoc.pl av.c doio.c doop.c embed.fnc embed.pl op.c perl.h
5588            ! pod/perlapi.pod proto.h regcomp.c sv.c utf8.c util.c xsutils.c
5589 ____________________________________________________________________________
5590 [ 24413] By: nicholas                              on 2005/05/07  16:08:16
5591         Log: The ptr_table arena variables and code is only needed for ithreads.
5592      Branch: perl
5593            ! intrpvar.h sv.c
5594 ____________________________________________________________________________
5595 [ 24412] By: davem                                 on 2005/05/07  12:57:06
5596         Log: while (my $x ...) { ...; redo } shouldn't undef $x.
5597              In the presence of 'my' in the conditional of a while(), until(),
5598              or for(;;) loop, add an extra scope to the body so that redo
5599              doesn't undef the lexical
5600      Branch: perl
5601            ! embed.fnc embed.h op.c perly.act perly.h perly.tab perly.y
5602            ! pp_ctl.c proto.h t/op/loopctl.t
5603 ____________________________________________________________________________
5604 [ 24411] By: davem                                 on 2005/05/07  11:06:16
5605         Log: add 1.875c to the list of supported bisons
5606      Branch: perl
5607            ! regen_perly.pl
5608 ____________________________________________________________________________
5609 [ 24410] By: nicholas                              on 2005/05/06  22:17:04
5610         Log: Get the correct refcount on the temporary assignment to PL_sigwarn so
5611              that other code assigning to $SIG{__WARN__} doesn't cause a premature
5612              free.
5613      Branch: perl
5614            ! perlio.c t/io/layers.t
5615 ____________________________________________________________________________
5616 [ 24409] By: nicholas                              on 2005/05/06  19:08:35
5617         Log: Ooops. Wise man tests with ithreads before commiting. D'oh!
5618      Branch: perl
5619            ! sv.c
5620 ____________________________________________________________________________
5621 [ 24408] By: nicholas                              on 2005/05/06  18:38:45
5622         Log: Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting.
5623      Branch: perl
5624            ! hv.c intrpvar.h sv.c
5625 ____________________________________________________________________________
5626 [ 24407] By: rgs                                   on 2005/05/06  15:37:30
5627         Log: Upgrade to PathTools 3.07
5628      Branch: perl
5629            ! ext/Cwd/Changes ext/Cwd/t/taint.t lib/Cwd.pm lib/File/Spec.pm
5630            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
5631            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
5632            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
5633            ! lib/File/Spec/t/Spec.t
5634 ____________________________________________________________________________
5635 [ 24406] By: ams                                   on 2005/05/06  15:17:26
5636         Log: Don't pretend SIGZERO exists [#35291].
5637      Branch: perl
5638            ! mg.c
5639 ____________________________________________________________________________
5640 [ 24405] By: nicholas                              on 2005/05/06  13:11:54
5641         Log: Make the arena size changeable at compile time, and up the default by
5642              a factor of 4.
5643      Branch: perl
5644            ! hv.c perl.h sv.c
5645 ____________________________________________________________________________
5646 [ 24404] By: nicholas                              on 2005/05/06  12:34:36
5647         Log: Allocate pointer table entries (for ithread cloning) from an arena
5648      Branch: perl
5649            ! embedvar.h intrpvar.h perlapi.h sv.c
5650 ____________________________________________________________________________
5651 [ 24402] By: davem                                 on 2005/05/05  20:52:11
5652         Log: avoid accessing a just-freed SV (keep ponie happy)
5653      Branch: perl
5654            ! pad.c
5655 ____________________________________________________________________________
5656 [ 24401] By: rgs                                   on 2005/05/05  17:12:38
5657         Log: Missing files in Test::Simple
5658      Branch: perl
5659            + lib/Test/Simple/t/create.t lib/Test/Simple/t/is_deeply_fail.t
5660            + t/lib/Test/Simple/sample_tests/exit.plx
5661 ____________________________________________________________________________
5662 [ 24399] By: nicholas                              on 2005/05/05  15:17:23
5663         Log: Bump versions of non dual-life modules
5664      Branch: perl
5665            ! lib/File/Path.pm lib/FileCache.pm lib/Pod/Html.pm
5666            ! lib/Symbol.pm lib/utf8.pm win32/FindExt.pm
5667 ____________________________________________________________________________
5668 [ 24398] By: nicholas                              on 2005/05/05  14:54:20
5669         Log: Bump version numbers
5670      Branch: perl
5671            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
5672            ! ext/IO/lib/IO/Socket/INET.pm ext/XS/APItest/APItest.pm
5673 ____________________________________________________________________________
5674 [ 24397] By: rgs                                   on 2005/05/05  14:41:55
5675         Log: Upgrade to Test::Simple 0.60
5676      Branch: perl
5677            - lib/Test/Simple/t/is_deeply.t
5678            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
5679            ! lib/Test/Simple.pm lib/Test/Simple/Changes
5680            ! lib/Test/Simple/t/00signature.t
5681            ! lib/Test/Simple/t/circular_data.t lib/Test/Simple/t/exit.t
5682            ! lib/Test/Simple/t/fork.t lib/Test/Simple/t/has_plan.t
5683            ! lib/Test/Simple/t/has_plan2.t lib/Test/Simple/t/is_fh.t
5684            ! lib/Test/Simple/t/require_ok.t
5685 ____________________________________________________________________________
5686 [ 24396] By: nicholas                              on 2005/05/05  14:28:42
5687         Log: Bump B version numbers
5688      Branch: perl
5689            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
5690            ! ext/B/B/Disassembler.pm ext/B/B/Terse.pm
5691            ! ext/B/t/OptreeCheck.pm
5692 ____________________________________________________________________________
5693 [ 24393] By: davem                                 on 2005/05/05  12:06:32
5694         Log: stop Math/BigInt/t/bare_mbf.t producing spurious test output
5695      Branch: perl
5696            ! lib/Math/BigInt/t/bare_mbf.t
5697 ____________________________________________________________________________
5698 [ 24392] By: davem                                 on 2005/05/05  12:01:51
5699         Log: strictifying t/TEST stopped it handling '1..n todo' correctly
5700              (made scope of %toto too narrow)
5701      Branch: perl
5702            ! t/TEST
5703 ____________________________________________________________________________
5704 [ 24390] By: davem                                 on 2005/05/05  00:34:50
5705         Log: make t/TEST detect various failure modes in testfile outputs
5706              in particular:
5707              multiple leader lines
5708              leader line not first or last line of file
5709              unrecognised lines
5710              out-of-sequence test numbers
5711      Branch: perl
5712            ! t/TEST
5713 ____________________________________________________________________________
5714 [ 24389] By: davem                                 on 2005/05/04  22:14:54
5715         Log: strictify t/TEST
5716              make most variables lexical, narrow their scope, and give some of
5717              them more meaningful names. Also fix a harmless bug where the wrong
5718              filehandles are closed (A+B rather than U+A)
5719      Branch: perl
5720            ! t/TEST
5721 ____________________________________________________________________________
5722 [ 24388] By: rgs                                   on 2005/05/04  20:50:59
5723         Log: Document the unportability of atan2() edge cases
5724              and remove unportable tests (by Steve Peters)
5725      Branch: perl
5726            ! pod/perlport.pod t/op/exp.t
5727 ____________________________________________________________________________
5728 [ 24387] By: davem                                 on 2005/05/04  20:30:00
5729         Log: add test for [perl #34682] leaving eval via last in inner runops
5730      Branch: perl
5731            ! t/op/eval.t
5732 ____________________________________________________________________________
5733 [ 24386] By: rgs                                   on 2005/05/04  18:31:19
5734         Log: Fix test numerotation
5735      Branch: perl
5736            ! t/op/goto.t
5737 ____________________________________________________________________________
5738 [ 24385] By: davem                                 on 2005/05/04  15:52:11
5739         Log: make goto.t use test.pl, strict and warnings
5740      Branch: perl
5741            ! t/op/goto.t
5742 ____________________________________________________________________________
5743 [ 24384] By: davem                                 on 2005/05/04  14:01:40
5744         Log: SEGV when next is followed by a goto
5745              
5746              next and redo didn't restore PL_curcop
5747      Branch: perl
5748            ! pp_ctl.c t/op/goto.t
5749 ____________________________________________________________________________
5750 [ 24383] By: ams                                   on 2005/05/04  12:12:30
5751         Log: Subject: [PATCH] perlvar.pod verbatim paragraph first line does not start with a space
5752              From: Offer Kaye <offer.kaye@gmail.com>
5753              Date: Wed, 4 May 2005 15:10:37 +0300
5754              Message-Id: <56942505050405101bfe678d@mail.gmail.com>
5755      Branch: perl
5756            ! pod/perlvar.pod
5757 ____________________________________________________________________________
5758 [ 24382] By: rgs                                   on 2005/05/04  11:21:54
5759         Log: Sync synopses
5760      Branch: perl
5761            ! pod/perl.pod pod/perlrun.pod
5762 ____________________________________________________________________________
5763 [ 24381] By: davem                                 on 2005/05/03  22:10:45
5764         Log: document the internals of exception handling
5765      Branch: perl
5766            ! pod/perlhack.pod
5767 ____________________________________________________________________________
5768 [ 24380] By: rgs                                   on 2005/05/03  15:43:34
5769         Log: Fix getting prototype of builtins mkdir and setpgrp.
5770              Hardcode special exceptions for exec and system, instead
5771              of trying to be clever and failing.
5772      Branch: perl
5773            ! opcode.h opcode.pl pp.c t/op/cproto.t
5774 ____________________________________________________________________________
5775 [ 24379] By: rgs                                   on 2005/05/03  12:18:50
5776         Log: Error in the latest FindBin patch, noticed by Nicholas
5777      Branch: perl
5778            ! lib/FindBin.pm
5779 ____________________________________________________________________________
5780 [ 24378] By: rgs                                   on 2005/05/03  12:15:45
5781         Log: mkdir without arguments now defaults to $_
5782      Branch: perl
5783            ! opcode.h opcode.pl pod/perlfunc.pod t/op/cproto.t t/op/mkdir.t
5784 ____________________________________________________________________________
5785 [ 24377] By: nicholas                              on 2005/05/03  12:00:25
5786         Log: ok($a == $b) better written as cmp_ok($a, '==', $b)
5787              (The latter gives more diagnostics in the case of failure)
5788      Branch: perl
5789            ! t/op/exp.t
5790 ____________________________________________________________________________
5791 [ 24376] By: rgs                                   on 2005/05/03  09:45:24
5792         Log: Convert to test.pl
5793      Branch: perl
5794            ! t/op/mkdir.t
5795 ____________________________________________________________________________
5796 [ 24375] By: rgs                                   on 2005/05/03  08:53:25
5797         Log: Fix for [perl #34252] Access rights in FindBin::Bin
5798              At least on my platform, Cwd::getcwd doesn't find the current
5799              directory if it has no access to it. Try harder with Cwd::cwd.
5800      Branch: perl
5801            ! lib/FindBin.pm
5802 ____________________________________________________________________________
5803 [ 24374] By: steveh                                on 2005/05/03  08:51:24
5804         Log: Fix croak() and confess() so that they don't clobber $!
5805              (plus tests to check this)
5806      Branch: perl
5807            ! lib/Carp.pm lib/Carp.t
5808 ____________________________________________________________________________
5809 [ 24373] By: nicholas                              on 2005/05/03  08:45:28
5810         Log: PL_mess_sv is always >= SVt_PVMG, so no need for an if() test
5811      Branch: perl
5812            ! perl.c
5813 ____________________________________________________________________________
5814 [ 24372] By: rgs                                   on 2005/05/03  07:36:17
5815         Log: Subject: [perl #33809] optimize macro dXSARGS 
5816              From: Sergey Skvortsov (via RT) <perlbug-followup@perl.org>
5817              Date: 17 Jan 2005 09:02:33 -0000
5818              Message-ID: <rt-3.0.11-33809-105714.16.4209917806492@perl.org>
5819      Branch: perl
5820            ! XSUB.h pod/perlapi.pod universal.c
5821 ____________________________________________________________________________
5822 [ 24371] By: rgs                                   on 2005/05/03  06:56:03
5823         Log: Subject: [PATCH] IEEE math for the masses
5824              From: Steve Peters <steve@fisharerojo.org>
5825              Date: Fri, 15 Apr 2005 09:10:54 -0500
5826              Message-ID: <20050415141054.GA12749@mccoy.peters.homeunix.org>
5827              
5828              (tests added to t/op/exp.t)
5829      Branch: perl
5830            ! pp.c t/op/exp.t
5831 ____________________________________________________________________________
5832 [ 24370] By: rgs                                   on 2005/05/03  06:30:47
5833         Log: Convert to test.pl
5834      Branch: perl
5835            ! t/op/exp.t
5836 ____________________________________________________________________________
5837 [ 24369] By: nicholas                              on 2005/05/02  20:45:00
5838         Log: A slightly better layout for the diagram.
5839      Branch: perl
5840            ! ext/B/B.pm
5841 ____________________________________________________________________________
5842 [ 24368] By: rgs                                   on 2005/05/02  20:10:34
5843         Log: Clarify the definition of the 'w' pack format, as suggested by
5844              Alexey Toptygin.
5845      Branch: perl
5846            ! pod/perlfunc.pod
5847 ____________________________________________________________________________
5848 [ 24367] By: rgs                                   on 2005/05/02  17:10:19
5849         Log: For perls where pids and ppids are cached, when the ppid of
5850              the perl process becomes 1, refresh the ppid cache (this may
5851              indicate that the parent process has died.)
5852      Branch: perl
5853            ! pp_sys.c
5854 ____________________________________________________________________________
5855 [ 24366] By: rgs                                   on 2005/05/02  16:16:35
5856         Log: Change inheritance hierarchy of B subclassses :
5857              
5858              Subject: @B::NV::ISA = 'B::IV';
5859              From: Nicholas Clark <nick@ccl4.org>
5860              Date: Wed, 27 Apr 2005 14:57:51 +0100
5861              Message-ID: <20050427135750.GD94420@plum.flirble.org>
5862      Branch: perl
5863            ! ext/B/B.pm
5864 ____________________________________________________________________________
5865 [ 24365] By: rgs                                   on 2005/05/02  15:46:51
5866         Log: Subject: [PATCH] printf.patch: Adding printf checking for gcc
5867              From: Andy Lester <andy@petdance.com>
5868              Date: Sun, 1 May 2005 15:07:55 -0500
5869              Message-ID: <20050501200755.GA30259@petdance.com>
5870      Branch: perl
5871            ! gv.c lib/ExtUtils/t/Embed.t pad.c perl.c perl.h perlio.c
5872            ! perlio.h perliol.h pp_pack.c pp_sort.c x2p/util.c x2p/util.h
5873 ____________________________________________________________________________
5874 [ 24364] By: rgs                                   on 2005/05/02  14:48:04
5875         Log: Subject: Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
5876              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
5877              Date: Wed, 3 Nov 2004 16:38:01 +0100
5878              Message-ID: <20041103163801.6839be30@valis.local>
5879      Branch: perl
5880            ! ext/Data/Dumper/Dumper.pm
5881 ____________________________________________________________________________
5882 [ 24363] By: davem                                 on 2005/05/02  14:27:20
5883         Log: Better fix for #8738  (Core dump in 'leavetry')
5884              When in an inner runops loop (eg via a tie or sort), an eval
5885              needs a new JMPENV pushing by S_docatch. If an exception is raised,
5886              control is returned to S_docatch, and it must determine whether
5887              the eval that trapped the exception is an inner eval or an outer
5888              one. In the former case, restart the loop, in the latter case,
5889              rethrow the exception. This is determined by whether we are still
5890              at the same PL_curstackinfo level. This fails in the case of
5891              SPLICE(), which pushes a new SETJMP and runops level, but not a
5892              new stackinfo level. There may be other code which does similar.
5893              The solution is to store the current calue of PL_top_env in each
5894              pushed CxEVAL, and see if it's still the same as PL_top_env when
5895              the exception is handled.
5896      Branch: perl
5897            ! cop.h pp_ctl.c
5898 ____________________________________________________________________________
5899 [ 24362] By: davem                                 on 2005/05/02  13:51:42
5900         Log: Revert change #15705 (Core dump in 'leavetry')
5901              This fixes bug #34682, reintroduces bug #8738 (ID 20020301.011),
5902              and reintroduces an eval optimisation for innter runops levels
5903      Branch: perl
5904            ! pp_ctl.c
5905 ____________________________________________________________________________
5906 [ 24361] By: davem                                 on 2005/05/02  13:29:17
5907         Log: move the SETJMP exception-handing definitions from scope.h to cop.h
5908              so that a JMPENV* entry can be added to struct block_eval
5909      Branch: perl
5910            ! cop.h scope.h
5911 ____________________________________________________________________________
5912 [ 24360] By: rgs                                   on 2005/05/02  09:37:04
5913         Log: Fix [perl #35162] $SIG{__DIE__} = 'IGNORE' is base.pm is illegal
5914      Branch: perl
5915            ! lib/base.pm
5916 ____________________________________________________________________________
5917 [ 24359] By: rgs                                   on 2005/05/02  08:09:38
5918         Log: Subject: [PATCH] undo pod utilities regression in 24034
5919              From: "Craig A. Berry" <craigberry@mac.com>
5920              Date: Fri, 29 Apr 2005 17:22:48 -0500
5921              Message-ID: <4272B3B8.6030603@mac.com>
5922      Branch: perl
5923            ! pod/pod2usage.PL pod/podselect.PL
5924 ____________________________________________________________________________
5925 [ 24358] By: rgs                                   on 2005/05/02  07:15:37
5926         Log: Subject: [PATCH] uninitialized warnings in regcomp
5927              From: Steven Philip Schubiger <steven@accognoscere.org>
5928              Date: Mon, 2 May 2005 01:14:29 +0200 (CEST)
5929              Message-Id: <200505012314.j41NETLk018737@accognoscere.homeunix.org>
5930      Branch: perl
5931            ! regcomp.c
5932 ____________________________________________________________________________
5933 [ 24357] By: nicholas                              on 2005/05/01  22:16:16
5934         Log: Explode if anyone attempts to sv_upgrade PL_mess_sv.
5935              Should this be a panic: ?
5936      Branch: perl
5937            ! sv.c
5938 ____________________________________________________________________________
5939 [ 24355] By: merijn                                on 2005/04/29  15:32:17
5940         Log: Put back INSTALL_PREFIX and INSTALL_PREFIX_EXP as they were
5941              unintendedly removed by patch #23435
5942      Branch: perl
5943            ! config_h.SH
5944 ____________________________________________________________________________
5945 [ 24354] By: merijn                                on 2005/04/29  13:59:36
5946         Log: Subject: [PATCH] Small patch to perlport.pod
5947              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
5948              Date: Thu, 28 Apr 2005 02:24:04 +0200
5949              Message-Id: <D38E89F3-B77B-11D9-B91D-000502F3279F@free.fr>
5950      Branch: perl
5951            ! pod/perlport.pod
5952 ____________________________________________________________________________
5953 [ 24353] By: steveh                                on 2005/04/29  09:07:19
5954         Log: Subject: [PATCH] one cannot "static" exported functions
5955              From: <jarkko.hietaniemi@nokia.com>
5956              Date: Fri, 29 Apr 2005 11:02:01 +0300
5957              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D705@esebe105.NOE.Nokia.com>
5958      Branch: perl
5959            ! perlio.c
5960 ____________________________________________________________________________
5961 [ 24352] By: steveh                                on 2005/04/29  08:24:50
5962         Log: Skip PL_sig_sv when PERL_IMPLICIT_CONTEXT is defined
5963              (rather than when PERL_IMPLICIT_SYS is defined)
5964      Branch: perl
5965            ! makedef.pl
5966 ____________________________________________________________________________
5967 [ 24351] By: nicholas                              on 2005/04/28  22:28:53
5968         Log: Refactor Perl_sv_utf8_upgrade_flags to use SvPV_free
5969      Branch: perl
5970            ! sv.c
5971 ____________________________________________________________________________
5972 [ 24350] By: steveh                                on 2005/04/28  16:42:13
5973         Log: Subject: (in blead) a missing const in a prototype
5974              From: <jarkko.hietaniemi@nokia.com>
5975              Date: Wed, 27 Apr 2005 17:35:27 +0300
5976              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6ED@esebe105.NOE.Nokia.com>
5977      Branch: perl
5978            ! embed.fnc proto.h
5979 ____________________________________________________________________________
5980 [ 24349] By: steveh                                on 2005/04/28  16:38:51
5981         Log: Silence a compilation warning on Win32
5982      Branch: perl
5983            ! pp.c
5984 ____________________________________________________________________________
5985 [ 24348] By: nicholas                              on 2005/04/28  11:22:15
5986         Log: Add a new macro SvPV_free() which undoes OOK and free()s the PVX(),
5987              becase there's a lot of code around that calls SvOOK_off(), memmov()s
5988              the buffer, then promptly free()s it. So avoid the needless memmov().
5989      Branch: perl
5990            ! perl.c pp.c pp_ctl.c pp_hot.c sv.c sv.h
5991 ____________________________________________________________________________
5992 [ 24347] By: steveh                                on 2005/04/28  11:13:55
5993         Log: Remove temporary clean-up from Win32 makefiles
5994              
5995              Change 22501 temporarily added some clean-up to the Win32 makefiles
5996              which was only meant to stay until cpan rt #5616 was fixed.  It is
5997              now fixed (in EU-MM 6.22, which in turn has been in blead for a
5998              while now), so these hacks are no longer required.
5999              
6000              This change is also good for maint, which currently contains EU-MM
6001              6.17, which didn't create the blibdirs.exists files in question
6002              anyway.
6003      Branch: perl
6004            ! win32/Makefile win32/makefile.mk
6005 ____________________________________________________________________________
6006 [ 24345] By: rgs                                   on 2005/04/28  09:29:07
6007         Log: Remove confusing punctuation
6008              (spotted by David Rigaudiere)
6009      Branch: perl
6010            ! pod/perlvar.pod
6011 ____________________________________________________________________________
6012 [ 24344] By: nicholas                              on 2005/04/28  09:29:06
6013         Log: Calling sv_backoff() on something that's about to be free()d will
6014              memmov() memory that's about to be freed. Seems wasteful.
6015      Branch: perl
6016            ! sv.c
6017 ____________________________________________________________________________
6018 [ 24341] By: steveh                                on 2005/04/28  08:44:28
6019         Log: Fix perlsio_binmode() export breakage caused by change #24338
6020              
6021              Define and export perlsio_binmode() based on the same condition,
6022              namely, that USE_PERLIO is defined and USE_SFIO is not.
6023      Branch: perl
6024            ! makedef.pl perlio.c
6025 ____________________________________________________________________________
6026 [ 24340] By: nicholas                              on 2005/04/28  08:34:57
6027         Log: The if() clause is the wrong way round, so OOK can never be true in
6028              this case. Given that OOK is never undone, we could never have been
6029              correctly upgrading a PV with OOK to HV or AV. I believe that only
6030              SVt_NULL is the only type ever upgraded to HV or AV.
6031      Branch: perl
6032            ! sv.c
6033 ____________________________________________________________________________
6034 [ 24339] By: rgs                                   on 2005/04/27  20:24:30
6035         Log: A couple of warning fixes by Gisle
6036      Branch: perl
6037            ! pp.c pp_sys.c
6038 ____________________________________________________________________________
6039 [ 24338] By: rgs                                   on 2005/04/27  14:48:46
6040         Log: Subject: [PATCH] perlio-two.patch: More warnings squashed, more consts
6041              From: Andy Lester <andy@petdance.com>
6042              Date: Wed, 27 Apr 2005 10:02:43 -0500
6043              Message-ID: <20050427150243.GA21883@petdance.com>
6044      Branch: perl
6045            ! perl.c perlio.c perlio.h perliol.h
6046 ____________________________________________________________________________
6047 [ 24334] By: steveh                                on 2005/04/27  08:35:40
6048         Log: Subject: Win32 MM test fix
6049              From: Michael G Schwern <schwern@pobox.com>
6050              Date: Mon, 18 Apr 2005 14:30:19 -0700
6051              Message-ID: <20050418213019.GA15797@windhund.schwern.org>
6052              
6053              Subject: Re: Win32 MM test fix
6054              From: demerphq <demerphq@gmail.com>
6055              Date: Tue, 19 Apr 2005 00:57:59 +0200
6056              Message-ID: <9b18b31105041815573e10dc10@mail.gmail.com>
6057      Branch: perl
6058            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
6059 ____________________________________________________________________________
6060 [ 24333] By: rgs                                   on 2005/04/26  21:03:43
6061         Log: Subject: [PATCH] XS() __attribute__
6062              From: Andy Lester <andy@petdance.com>
6063              Date: Fri, 22 Apr 2005 17:39:47 -0500
6064              Message-ID: <20050422223947.GA4681@petdance.com>
6065      Branch: perl
6066            ! XSUB.h universal.c xsutils.c
6067 ____________________________________________________________________________
6068 [ 24328] By: rgs                                   on 2005/04/26  14:27:01
6069         Log: Subject: Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patches
6070              From: Andy Lester <andy@petdance.com>
6071              Date: Mon, 25 Apr 2005 17:56:51 -0500
6072              Message-ID: <20050425225651.GB17271@petdance.com>
6073      Branch: perl
6074            ! embed.fnc embed.h perl.h pod/perlapi.pod pp_pack.c proto.h
6075 ____________________________________________________________________________
6076 [ 24326] By: rgs                                   on 2005/04/26  12:49:03
6077         Log: Upgrade to CGI.pm 3.08
6078      Branch: perl
6079            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm
6080            ! lib/CGI/Pretty.pm
6081 ____________________________________________________________________________
6082 [ 24325] By: merijn                                on 2005/04/26  11:28:42
6083         Log: Subject: [PATCH?] for AIX problems? RE: [PATCH] Symbian port of Perl
6084              Date: Tue, 26 Apr 2005 12:22:12 +0300
6085              From: <jarkko.hietaniemi@nokia.com>
6086              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6CB@esebe105.NOE.Nokia.com>
6087              From: Steve Hay <steve.hay@uk.radan.com>
6088              Message-ID: <426E11A3.8070002@uk.radan.com>
6089      Branch: perl
6090            ! ext/Storable/Storable.xs
6091 ____________________________________________________________________________
6092 [ 24321] By: steveh                                on 2005/04/25  13:09:57
6093         Log: Update location to fetch dmake from in README.win32
6094              
6095              Use the generic search.cpan.org URL so that the latest version is
6096              always found
6097      Branch: perl
6098            ! README.win32
6099 ____________________________________________________________________________
6100 [ 24320] By: nicholas                              on 2005/04/25  11:41:01
6101         Log: Subject: [PATCH] mktables.lst and related stuff (was Re: [PATCH] Unicode 4.1.0)
6102              From: demerphq <demerphq@gmail.com>
6103              Message-ID: <9b18b31105042412352fcf2bc5@mail.gmail.com>
6104              Date: Sun, 24 Apr 2005 21:35:35 +0200
6105      Branch: perl
6106            ! lib/unicore/README.perl lib/unicore/mktables
6107            ! lib/unicore/mktables.lst
6108 ____________________________________________________________________________
6109 [ 24319] By: steveh                                on 2005/04/25  11:05:24
6110         Log: Provide $Config{libswanted_uselargefiles} on Win32
6111              
6112              This fixes some test failures introduced by change 24271.
6113      Branch: perl
6114            ! win32/config.bc win32/config.gc win32/config.vc
6115            ! win32/config.vc64
6116 ____________________________________________________________________________
6117 [ 24318] By: steveh                                on 2005/04/25  07:47:11
6118         Log: Subject: [PATCH] combopatch
6119              From: Jarkko Hietaniemi <jhi@iki.fi>
6120              Date: Sun, 24 Apr 2005 22:58:15 +0300
6121              Message-ID: <426BFA57.9060105@iki.fi>
6122      Branch: perl
6123            ! embed.fnc makedef.pl mg.c perl.c perl.h perlvars.h pp_pack.c
6124            ! proto.h toke.c util.c
6125 ____________________________________________________________________________
6126 [ 24317] By: rgs                                   on 2005/04/25  06:30:44
6127         Log: Fix typo, noticed by Randal Schwartz
6128      Branch: perl
6129            ! pod/perlfunc.pod
6130 ____________________________________________________________________________
6131 [ 24316] By: ams                                   on 2005/04/25  01:36:38
6132         Log: Add STORABLE_attach hook (Adam Kennedy).
6133      Branch: perl
6134            + ext/Storable/t/HAS_ATTACH.pm ext/Storable/t/attach_errors.t
6135            + ext/Storable/t/attach_singleton.t
6136            + ext/Storable/t/circular_hook.t
6137            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
6138            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
6139 ____________________________________________________________________________
6140 [ 24315] By: rgs                                   on 2005/04/24  15:25:18
6141         Log: Add files missing in 24314
6142      Branch: perl
6143            + lib/Test/Harness/Point.pm lib/Test/Harness/t/from_line.t
6144            + lib/Test/Harness/t/point-parse.t lib/Test/Harness/t/point.t
6145            + lib/Test/Harness/t/version.t
6146 ____________________________________________________________________________
6147 [ 24314] By: rgs                                   on 2005/04/24  13:26:50
6148         Log: Upgrade to Test::Harness 2.48
6149      Branch: perl
6150            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
6151            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
6152            ! lib/Test/Harness/t/00compile.t
6153            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
6154            ! t/lib/sample-tests/skip
6155 ____________________________________________________________________________
6156 [ 24313] By: merijn                                on 2005/04/24  11:52:03
6157         Log: Subject: [PATCH] Add -Wdeclaration-after-statement to default flags for gcc 3+
6158              From: Steve Peters <steve@fisharerojo.org>
6159              Date: Sat, 23 Apr 2005 22:37:48 -0500
6160              Message-ID: <20050424033748.GA23117@mccoy.peters.homeunix.org>
6161      Branch: perl
6162            ! Configure
6163 ____________________________________________________________________________
6164 [ 24311] By: rgs                                   on 2005/04/24  11:48:24
6165         Log: Add %patchlevel hash to Module::CoreList
6166      Branch: perl
6167            ! lib/Module/CoreList.pm
6168 ____________________________________________________________________________
6169 [ 24310] By: merijn                                on 2005/04/24  09:12:37
6170         Log: Subject: [PATCH] lib/Time/Local.t: time_t is unsigned on VMS
6171              From: "Craig A. Berry" <craigberry@mac.com>
6172              Date: Sat, 23 Apr 2005 18:25:52 -0500
6173              Message-ID: <426AD980.2010801@mac.com>
6174      Branch: perl
6175            ! lib/Time/Local.t
6176 ____________________________________________________________________________
6177 [ 24309] By: nicholas                              on 2005/04/23  14:00:49
6178         Log: Variable declarations can't come after statements in C89.
6179      Branch: perl
6180            ! util.c
6181 ____________________________________________________________________________
6182 [ 24308] By: nicholas                              on 2005/04/23  13:57:41
6183         Log: Save state when auto-generating #ifdef PERL_CORE and PERL_CORE/PERL_EXT
6184              reducing embed.h by about 10%.
6185      Branch: perl
6186            ! embed.h embed.pl
6187 ____________________________________________________________________________
6188 [ 24307] By: davem                                 on 2005/04/23  13:56:18
6189         Log: Subject:  [PATCH] Fix for warnings in util.c/Perl_init_tm()
6190              From:  Steve Peters <steve@fisharerojo.org>
6191              Date:  Fri, 22 Apr 2005 22:36:03 -0500
6192              Message-Id:  <20050423033603.GA32547@mccoy.peters.homeunix.org>
6193              
6194              localtime() can return null
6195      Branch: perl
6196            ! util.c
6197 ____________________________________________________________________________
6198 [ 24303] By: nicholas                              on 2005/04/22  21:40:21
6199         Log: Convert to test.pl
6200      Branch: perl
6201            ! t/op/substr.t
6202 ____________________________________________________________________________
6203 [ 24301] By: nicholas                              on 2005/04/22  16:21:46
6204         Log: Subject: [PATCH] t/uni/class.t -- update VMS test skippage
6205              From: "Craig A. Berry" <craigberry@mac.com>
6206              Message-ID: <42692501.6090809@mac.com>
6207              Date: Fri, 22 Apr 2005 11:23:29 -0500
6208      Branch: perl
6209            ! t/uni/class.t
6210 ____________________________________________________________________________
6211 [ 24300] By: rgs                                   on 2005/04/22  16:17:36
6212         Log: Patch by Yves Orton to accept several options on the corelist(1)
6213              command-line. Plus POD nits.
6214      Branch: perl
6215            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
6216 ____________________________________________________________________________
6217 [ 24290] By: steveh                                on 2005/04/22  13:51:47
6218         Log: Fix last remaining Win32 linker error following change 24271
6219              
6220              (Supplied by Jarkko in a makedef.pl that was omitted from the
6221              aforementioned change)
6222      Branch: perl
6223            ! makedef.pl
6224 ____________________________________________________________________________
6225 [ 24287] By: rgs                                   on 2005/04/22  12:42:37
6226         Log: There's no point listing '-f' in --help output
6227              when perl isn't built with USE_SITECUSTOMIZE, since it might
6228              confuse users about $sitelib/sitecustomize.pl being sourced
6229              at startup.
6230      Branch: perl
6231            ! perl.c
6232 ____________________________________________________________________________
6233 [ 24286] By: nicholas                              on 2005/04/22  12:37:19
6234         Log: For now, TODO the 2 tests that fail on 5.8.x
6235      Branch: perl
6236            ! ext/B/t/optree_specials.t
6237 ____________________________________________________________________________
6238 [ 24284] By: rgs                                   on 2005/04/22  12:34:14
6239         Log: -A wasn't listed in the --help output
6240      Branch: perl
6241            ! perl.c
6242 ____________________________________________________________________________
6243 [ 24280] By: steveh                                on 2005/04/22  09:59:54
6244         Log: Fix more Win32 linker errors following change 24271
6245              
6246              This clears up problems with Perl_free_global_struct and
6247              Perl_init_global_struct
6248      Branch: perl
6249            ! embed.fnc embed.h global.sym makedef.pl proto.h
6250 ____________________________________________________________________________
6251 [ 24279] By: rgs                                   on 2005/04/22  09:04:08
6252         Log: Subject: [PATCH] pp_pack.c warning quieting
6253              From: Andy Lester <andy@petdance.com>
6254              Date: Thu, 21 Apr 2005 11:33:13 -0500
6255              Message-ID: <20050421163313.GA20930@petdance.com>
6256      Branch: perl
6257            ! pp_pack.c
6258 ____________________________________________________________________________
6259 [ 24278] By: steveh                                on 2005/04/22  08:59:58
6260         Log: Fix Win32 linker errors following change 24271
6261              
6262              This clears up "unresolved external" errors for the following symbols:
6263              
6264              PL_watch_pvx
6265              Perl_Gappctx_ptr
6266              Perl_Gmmap_page_size_ptr
6267              Perl_Gsig_defaulting_ptr
6268              Perl_Gsig_handlers_initted_ptr
6269              Perl_Gsig_ignoring_ptr
6270              Perl_Gsig_sv_ptr
6271              Perl_Gtimesbase_ptr
6272              Perl_Gwatch_pvx_ptr
6273      Branch: perl
6274            ! makedef.pl
6275 ____________________________________________________________________________
6276 [ 24277] By: rgs                                   on 2005/04/22  08:48:14
6277         Log: Subject: [PATCH] bytecode.pl, bytecode.h, and sv.h fixes
6278              From: Steve Peters <steve@fisharerojo.org>
6279              Date: Thu, 21 Apr 2005 18:55:47 -0500
6280              Message-ID: <20050421235547.GA12149@mccoy.peters.homeunix.org>
6281      Branch: perl
6282            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
6283            ! sv.h
6284 ____________________________________________________________________________
6285 [ 24276] By: steveh                                on 2005/04/22  08:13:01
6286         Log: Fix my_chsize() for systems having chsize(), broken by change #24271
6287      Branch: perl
6288            ! pp_sys.c
6289 ____________________________________________________________________________
6290 [ 24275] By: davem                                 on 2005/04/21  21:30:11
6291         Log: Sigh - really bump Text::Wrap version number this time.
6292      Branch: perl
6293            ! lib/Text/Wrap.pm
6294 ____________________________________________________________________________
6295 [ 24274] By: davem                                 on 2005/04/21  21:27:15
6296         Log: bump version number in Text::Wrap after change #24273
6297      Branch: perl
6298            ! lib/Text/Wrap.pm
6299 ____________________________________________________________________________
6300 [ 24273] By: davem                                 on 2005/04/21  21:22:54
6301         Log: Text::Wrap::wrap() fails with non-space separator
6302      Branch: perl
6303            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
6304 ____________________________________________________________________________
6305 [ 24271] By: rgs                                   on 2005/04/21  15:38:30
6306         Log: Subject: [PATCH] Symbian port of Perl
6307              From: <jarkko.hietaniemi@nokia.com>
6308              Date: Mon, 18 Apr 2005 13:18:30 +0300
6309              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com>
6310      Branch: perl
6311            + README.symbian ext/DynaLoader/dl_symbian.xs
6312            + symbian/PerlApp.cpp symbian/PerlApp.h symbian/PerlApp.hrh
6313            + symbian/PerlApp.rss symbian/PerlAppAif.rss
6314            + symbian/PerlBase.cpp symbian/PerlBase.h symbian/PerlBase.pod
6315            + symbian/PerlRecog.cpp symbian/PerlRecog.mmp symbian/README
6316            + symbian/TODO symbian/bld.inf symbian/config.pl
6317            + symbian/config.sh symbian/cwd.pl symbian/demo_pl
6318            + symbian/install.cfg symbian/makesis.pl symbian/port.pl
6319            + symbian/sanity.pl symbian/sdk.pl symbian/symbian_dll.cpp
6320            + symbian/symbian_proto.h symbian/symbian_stubs.c
6321            + symbian/symbian_stubs.h symbian/symbian_utils.cpp
6322            + symbian/symbianish.h symbian/uid.pl symbian/version.pl
6323            + symbian/xsbuild.pl
6324            ! EXTERN.h INTERN.h MANIFEST Porting/curliff.pl Porting/makerel
6325            ! XSUB.h av.c bytecode.pl configpm doio.c dump.c embed.fnc
6326            ! embed.h embed.pl embedvar.h ext/B/B.xs
6327            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
6328            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
6329            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c
6330            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
6331            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
6332            ! ext/POSIX/POSIX.xs ext/PerlIO/scalar/scalar.xs
6333            ! ext/PerlIO/via/via.xs ext/SDBM_File/sdbm/sdbm.c
6334            ! ext/Storable/Storable.xs ext/Time/HiRes/HiRes.xs global.sym
6335            ! globvar.sym gv.c hv.c intrpvar.h lib/ExtUtils/t/Embed.t
6336            ! lib/ExtUtils/xsubpp lib/File/Spec.pm lib/File/Spec/Win32.pm
6337            ! locale.c mg.c miniperlmain.c numeric.c op.c opcode.h opcode.pl
6338            ! pad.c patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.c
6339            ! perlio.h perliol.h perlvars.h pod.lst pod/perl.pod
6340            ! pod/perlguts.pod pod/perlintern.pod pp.c pp_ctl.c pp_hot.c
6341            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.pl regcomp.c
6342            ! regexec.c scope.h sv.c taint.c toke.c universal.c utf8.c
6343            ! utf8.h util.c util.h vms/descrip_mms.template win32/Makefile
6344            ! win32/makefile.mk win32/win32io.c xsutils.c
6345 ____________________________________________________________________________
6346 [ 24270] By: davem                                 on 2005/04/21  15:36:14
6347         Log: substr uses utf8 length cache incorrectly
6348      Branch: perl
6349            ! sv.c t/op/substr.t
6350 ____________________________________________________________________________
6351 [ 24269] By: davem                                 on 2005/04/21  00:13:14
6352         Log: Subject:  [PATCH] extra code in pp_concat, Take 2
6353              From:  Andy Lester <andy@petdance.com>
6354              Date:  Wed, 13 Apr 2005 21:06:01 -0500
6355              Message-Id:  <20050414020601.GA21346@petdance.com>
6356              
6357              add 'const', and remove extraneous code, from pp_concat
6358      Branch: perl
6359            ! pp_hot.c t/op/concat.t
6360 ____________________________________________________________________________
6361 [ 24268] By: davem                                 on 2005/04/20  23:56:18
6362         Log: Subject:  patch to [PATCH] Fix MGVTBL structures in perl.h (preprocessor
6363              From:  David Dyck <david.dyck@fluke.com>
6364              Date:  Wed, 20 Apr 2005 16:35:55 -0700 (PDT)
6365              Message-Id:  <Pine.LNX.4.62.0504201627550.27786@dd.tc.fluke.com>
6366              
6367              fix nits in change #24264:
6368              some preprocessors don't like #ifdefs within a macro's args;
6369              also removed duplicate semicolons from macro definitions.
6370      Branch: perl
6371            ! perl.h
6372 ____________________________________________________________________________
6373 [ 24267] By: davem                                 on 2005/04/20  23:35:54
6374         Log: In change 24266 I failed to actually change anything. Sigh.
6375      Branch: perl
6376            ! ext/Sys/Syslog/Syslog.pm
6377 ____________________________________________________________________________
6378 [ 24266] By: davem                                 on 2005/04/20  23:32:04
6379         Log: change misleading syslog() example
6380      Branch: perl
6381            ! ext/Sys/Syslog/Syslog.pm
6382 ____________________________________________________________________________
6383 [ 24265] By: davem                                 on 2005/04/20  21:47:40
6384         Log: Subject:  [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set 
6385              From:  glasser@tang-eleven-seventy-nine.mit.edu (via RT) <perlbug-followup@perl.org>
6386              Date:  20 Apr 2005 19:28:14 -0000
6387              Message-Id:  <rt-3.0.11-35059-111134.0.304511316819145@perl.org>
6388              
6389              improved version of change 21842 that copes with glob DB::sub
6390              existing but &DB::sub not existing.
6391      Branch: perl
6392            ! mg.c pp_ctl.c t/op/caller.t
6393 ____________________________________________________________________________
6394 [ 24264] By: davem                                 on 2005/04/20  21:32:23
6395         Log: Subject:  [PATCH] Fix MGVTBL structures in perl.h
6396              From:  Andy Lester <andy@petdance.com>
6397              Date:  Wed, 20 Apr 2005 15:09:24 -0500
6398              Message-Id:  <20050420200923.GA3017@petdance.com>
6399              
6400              The MGVTBL structures contain 7 function pointers, but only 5 were
6401              getting initialized. Plus, there were repeated lists between
6402              declaration and definition; add a macro to declare or define
6403              all the global MGVTBLs as appropriate.
6404      Branch: perl
6405            ! perl.h
6406 ____________________________________________________________________________
6407 [ 24260] By: nicholas                              on 2005/04/20  13:51:54
6408         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #6
6409              From: Steve Peters <steve@fisharerojo.org>
6410              Message-ID: <20050420112720.GA31042@mccoy.peters.homeunix.org>
6411              Date: Wed, 20 Apr 2005 06:27:20 -0500
6412      Branch: perl
6413            ! bytecode.pl ext/ByteLoader/bytecode.h malloc.c sv.c
6414 ____________________________________________________________________________
6415 [ 24258] By: nicholas                              on 2005/04/20  08:13:21
6416         Log: Merge common code. Reduces object size by 1K on x86, 6K on PPC
6417      Branch: perl
6418            ! sv.c
6419 ____________________________________________________________________________
6420 [ 24257] By: davem                                 on 2005/04/19  23:47:38
6421         Log: run regen_headers after addition of FOO_set() macros
6422      Branch: perl
6423            ! ext/ByteLoader/byterun.c
6424 ____________________________________________________________________________
6425 [ 24256] By: davem                                 on 2005/04/19  23:43:54
6426         Log: Subject:  [PATCH] pad_compname_type(), takes care of a clunky macro
6427              From:  Andy Lester <andy@petdance.com>
6428              Date:  Tue, 19 Apr 2005 11:38:44 -0500
6429              Message-Id:  <20050419163844.GA19747@petdance.com>
6430      Branch: perl
6431            ! embed.fnc embed.h pad.c pad.h proto.h
6432 ____________________________________________________________________________
6433 [ 24255] By: davem                                 on 2005/04/19  23:31:52
6434         Log: DEBUG_LEAKING_SCALARS could use the value of a freed PL_op
6435      Branch: perl
6436            ! op.c
6437 ____________________________________________________________________________
6438 [ 24254] By: nicholas                              on 2005/04/19  21:53:38
6439         Log: Don't set things to zero twice. Once is enough. (see also change 15255)
6440      Branch: perl
6441            ! sv.c
6442 ____________________________________________________________________________
6443 [ 24253] By: nicholas                              on 2005/04/19  20:55:24
6444         Log: Restore SvEND_se
6445      Branch: perl
6446            ! sv.h
6447 ____________________________________________________________________________
6448 [ 24252] By: nicholas                              on 2005/04/19  20:07:49
6449         Log: Force RVALUE macros when in PERL_DEBUG_COW
6450      Branch: perl
6451            ! ext/ByteLoader/byterun.c sv.c sv.h
6452 ____________________________________________________________________________
6453 [ 24251] By: nicholas                              on 2005/04/19  14:25:00
6454         Log: Avoid generating thousands of UTF-8 warnings when testing under a
6455              UTF-8 locale
6456      Branch: perl
6457            ! t/op/pack.t
6458 ____________________________________________________________________________
6459 [ 24249] By: rgs                                   on 2005/04/19  11:20:37
6460         Log: Simplify PERL_DEBUG_PAD_ZERO so it continues to expand to
6461              valid C code
6462      Branch: perl
6463            ! perl.h
6464 ____________________________________________________________________________
6465 [ 24248] By: nicholas                              on 2005/04/19  09:55:51
6466         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #5
6467              From: Steve Peters <steve@fisharerojo.org>
6468              Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org>
6469              Date: Mon, 18 Apr 2005 19:09:25 -0500
6470      Branch: perl
6471            ! dump.c ext/ByteLoader/ByteLoader.pm ext/ByteLoader/byterun.c
6472            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
6473            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
6474            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
6475            ! ext/List/Util/lib/List/Util.pm ext/POSIX/POSIX.pm
6476            ! ext/POSIX/POSIX.xs ext/PerlIO/encoding/encoding.pm
6477            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/scalar/scalar.pm
6478            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.pm
6479            ! ext/Storable/Storable.xs ext/threads/shared/shared.pm
6480            ! ext/threads/shared/shared.xs ext/threads/threads.pm gv.c mg.c
6481            ! op.c pad.c pad.h perl.h pp.c pp.h pp_hot.c pp_pack.c regcomp.c
6482            ! scope.c sv.c sv.h toke.c
6483 ____________________________________________________________________________
6484 [ 24247] By: davem                                 on 2005/04/19  01:38:54
6485         Log: Add CLONE_SKIP() class method to allow individual classes to skip
6486              cloning objects during thread creation
6487      Branch: perl
6488            ! dump.c ext/threads/t/thread.t pod/perlmod.pod sv.c sv.h
6489 ____________________________________________________________________________
6490 [ 24246] By: nicholas                              on 2005/04/18  22:31:48
6491         Log: PERL_DEBUG_COW for SvUVX and SvPVX
6492      Branch: perl
6493            ! ext/DynaLoader/dl_dyld.xs sv.h
6494 ____________________________________________________________________________
6495 [ 24245] By: nicholas                              on 2005/04/18  21:58:22
6496         Log: SvPV_renew also calls SvLEN_set
6497              Add SvPV_shrink_to_cur(sv) to call SvPV_renew with SvCUR(sv)+1.
6498              For Ponie this can be a single call into the PMC
6499      Branch: perl
6500            ! pp_hot.c pp_sys.c sv.h toke.c
6501 ____________________________________________________________________________
6502 [ 24244] By: nicholas                              on 2005/04/18  20:37:13
6503         Log: Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUE
6504              SvPVX
6505      Branch: perl
6506            ! pp_hot.c pp_sys.c sv.h toke.c
6507 ____________________________________________________________________________
6508 [ 24243] By: nicholas                              on 2005/04/18  19:50:12
6509         Log: A more efficient way of expressing the MALLOC_WRAP conditional compile.
6510      Branch: perl
6511            ! handy.h
6512 ____________________________________________________________________________
6513 [ 24242] By: steveh                                on 2005/04/18  16:04:20
6514         Log: Fix bug #33664: allow for transport providers with protocol == 0
6515              
6516              (This indicates that any protocol may be used, so don't bother checking
6517              that the requested protocol matches in this case.)
6518      Branch: perl
6519            ! win32/win32sck.c
6520 ____________________________________________________________________________
6521 [ 24241] By: nicholas                              on 2005/04/18  15:23:45
6522         Log: Refactor the odd-one-out code before a Renew(SvPVX(...)...)
6523      Branch: perl
6524            ! pp_hot.c
6525 ____________________________________________________________________________
6526 [ 24240] By: nicholas                              on 2005/04/18  14:15:52
6527         Log: Two more uses of lvalue SvIVX()
6528      Branch: perl
6529            ! ext/ByteLoader/byterun.c lib/ExtUtils/t/Constant.t
6530 ____________________________________________________________________________
6531 [ 24239] By: nicholas                              on 2005/04/18  12:18:20
6532         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #4
6533              Message-ID: <20050416160502.GA26957@mccoy.peters.homeunix.org>
6534              From: Steve Peters <steve@fisharerojo.org>
6535              Date: Sat, 16 Apr 2005 11:05:02 -0500
6536              
6537              plus fix to Perl_rvpv_dup assigning to an RV with SvPVX
6538      Branch: perl
6539            ! av.c cop.h ext/PerlIO/encoding/encoding.xs
6540            ! ext/Storable/Storable.xs gv.c malloc.c perl.c pp.c pp_ctl.c
6541            ! pp_hot.c pp_pack.c pp_sort.c scope.c sv.c
6542 ____________________________________________________________________________
6543 [ 24238] By: rgs                                   on 2005/04/15  13:16:29
6544         Log: Update the outdated info in "Minimizing the Perl installation"
6545      Branch: perl
6546            ! INSTALL
6547 ____________________________________________________________________________
6548 [ 24237] By: rgs                                   on 2005/04/14  16:13:45
6549         Log: Fix for:
6550              [perl #34934] perl 5.8.5 on x86 and x86-64 hang at compile-time
6551              From: bstrand@switchmanagement.com (via RT) <perlbug-followup@perl.org>
6552              Date: 12 Apr 2005 19:12:58 -0000
6553              Message-ID: <rt-3.0.11-34934-110595.15.9181274318682@perl.org>
6554              
6555              This syntax error now produces a panic message.
6556      Branch: perl
6557            ! op.c
6558 ____________________________________________________________________________
6559 [ 24236] By: merijn                                on 2005/04/13  15:10:24
6560         Log: Subject: [PATCH] Removing yydestruct from perly.c
6561              From: Andy Lester <andy@petdance.com>
6562              Date: Wed, 13 Apr 2005 10:06:47 -0500
6563              Message-ID: <20050413150647.GA13464@petdance.com>
6564      Branch: perl
6565            ! perly.c
6566 ____________________________________________________________________________
6567 [ 24235] By: merijn                                on 2005/04/13  14:51:00
6568         Log: Mandrakesoft is now Mandriva
6569      Branch: perl
6570            ! AUTHORS
6571 ____________________________________________________________________________
6572 [ 24234] By: merijn                                on 2005/04/13  14:41:20
6573         Log: H.Merijn changed e-mail
6574      Branch: perl
6575            ! AUTHORS Porting/checkAUTHORS.pl Porting/patching.pod
6576            ! README.aix README.hpux ext/Encode/AUTHORS ext/Storable/README
6577 ____________________________________________________________________________
6578 [ 24233] By: rgs                                   on 2005/04/13  08:25:43
6579         Log: Subject: [PATCH Perl 5.9.2] -Wformat 
6580              From: Robin Barker <Robin.Barker@npl.co.uk>
6581              Date: Tue, 12 Apr 2005 18:53:32 +0100
6582              Message-ID: <533D273D4014D411AB1D00062938C4D90849C634@hotel.npl.co.uk>
6583      Branch: perl
6584            ! perly.c regcomp.c regexec.c toke.c
6585 ____________________________________________________________________________
6586 [ 24232] By: rgs                                   on 2005/04/13  07:24:07
6587         Log: Upgrade to ExtUtils::MakeMaker 6.28
6588      Branch: perl
6589            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
6590            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_AIX.pm
6591            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker.pm
6592            ! lib/ExtUtils/Manifest.pm
6593 ____________________________________________________________________________
6594 [ 24231] By: rgs                                   on 2005/04/12  15:30:23
6595         Log: Upgrade to Encode 2.0902
6596      Branch: perl
6597            + ext/Encode/t/utf8strict.t
6598            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
6599            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
6600            ! ext/Encode/MANIFEST ext/Encode/META.yml
6601            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
6602            ! ext/Encode/t/fallback.t
6603 ____________________________________________________________________________
6604 [ 24230] By: nicholas                              on 2005/04/12  11:24:49
6605         Log: Don't PERL_HASH(SvUVX(...)...) as it's actually a set.
6606              Plus add an editor block
6607      Branch: perl
6608            ! op.c
6609 ____________________________________________________________________________
6610 [ 24229] By: nicholas                              on 2005/04/12  09:19:43
6611         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #3
6612              From: Steve Peters <steve@fisharerojo.org>
6613              Message-ID: <20050411023736.GB9355@mccoy.peters.homeunix.org>
6614              Date: Sun, 10 Apr 2005 21:37:36 -0500
6615              
6616              (with correction to SvUV_set)
6617      Branch: perl
6618            ! ext/List/Util/Util.xs sv.c sv.h
6619 ____________________________________________________________________________
6620 [ 24228] By: nicholas                              on 2005/04/11  14:53:38
6621         Log: Avoid taking a reference to SvIVX and putting that address on the
6622              save stack
6623      Branch: perl
6624            ! perl.c pp_ctl.c pp_hot.c
6625 ____________________________________________________________________________
6626 [ 24227] By: steveh                                on 2005/04/11  10:39:59
6627         Log: Support d_libm_lib_version for Win32 (see change 24217)
6628      Branch: perl
6629            ! win32/config.bc win32/config.gc win32/config.vc
6630            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
6631            ! win32/config_H.vc win32/config_H.vc64
6632 ____________________________________________________________________________
6633 [ 24226] By: merijn                                on 2005/04/11  10:09:06
6634         Log: Out of sync metaunit caused the erroneous return of the
6635              removed d_sitecustomize. Mea Culpa.
6636      Branch: perl
6637            ! Configure
6638 ____________________________________________________________________________
6639 [ 24225] By: steveh                                on 2005/04/11  09:39:40
6640         Log: Disable I18N::Langinfo for Win32 since nl_langinfo() isn't available
6641      Branch: perl
6642            ! win32/Makefile win32/makefile.mk
6643 ____________________________________________________________________________
6644 [ 24224] By: rgs                                   on 2005/04/11  09:21:54
6645         Log: Subject: [PATCH] perlfunc.pod: incomplete select description
6646              From: Hernan Perez Masci <hmasci@uolsinectis.com.ar>
6647              Date: Fri, 8 Apr 2005 15:28:28 -0300
6648              Message-Id: <200504081528.28307.hmasci@uolsinectis.com.ar>
6649      Branch: perl
6650            ! pod/perlfunc.pod
6651 ____________________________________________________________________________
6652 [ 24223] By: rgs                                   on 2005/04/11  09:11:53
6653         Log: Make the four-argument form of select() return undef
6654              instead of -1 on error.
6655      Branch: perl
6656            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
6657 ____________________________________________________________________________
6658 [ 24222] By: rgs                                   on 2005/04/11  07:02:59
6659         Log: Make Win32 build (and clean) I18::Langinfo and Math::BigInt::FastCalc
6660      Branch: perl
6661            ! win32/Makefile win32/makefile.mk
6662 ____________________________________________________________________________
6663 [ 24221] By: merijn                                on 2005/04/11  06:06:13
6664         Log: Subject: Re: New Configure functionality
6665              From: Abe Timmerman <abe@ztreet.demon.nl>
6666              Date: Sun, 10 Apr 2005 22:19:28 +0200
6667              Message-Id: <200504102219.29024.abe@ztreet.demon.nl>
6668      Branch: perl
6669            ! configure.com
6670 ____________________________________________________________________________
6671 [ 24220] By: rgs                                   on 2005/04/10  20:03:59
6672         Log: POD typo.
6673      Branch: perl
6674            ! lib/Module/CoreList.pm
6675 ____________________________________________________________________________
6676 [ 24219] By: rgs                                   on 2005/04/10  19:49:49
6677         Log: Module::CoreList: Data from Sebastien Aperghis-Tramoni for perl
6678              5.00{0,1,2}. Upgrade version number.
6679      Branch: perl
6680            ! lib/Module/CoreList.pm
6681 ____________________________________________________________________________
6682 [ 24218] By: merijn                                on 2005/04/10  18:00:05
6683         Log: Sorting still is a mess. This is better.
6684      Branch: perl
6685            ! config_h.SH
6686 ____________________________________________________________________________
6687 [ 24217] By: merijn                                on 2005/04/10  17:08:36
6688         Log: Configure now probes for _LIB_VERSION support in math.h/libm
6689              LIBM_LIB_VERSION is defined if it does
6690      Branch: perl
6691            ! Configure Porting/config_H config_h.SH handy.h
6692 ____________________________________________________________________________
6693 [ 24215] By: rgs                                   on 2005/04/10  15:03:10
6694         Log: Fix [perl #34892] Segfault on &DB::sub declared but not defined
6695      Branch: perl
6696            ! pod/perldiag.pod pp_hot.c
6697 ____________________________________________________________________________
6698 [ 24214] By: merijn                                on 2005/04/10  09:14:06
6699         Log: Subject: [PATCH] usesitecustomize for VMS
6700              From: "Craig A. Berry" <craigberry@mac.com>
6701              Date: Sat, 09 Apr 2005 15:58:43 -0500
6702              Message-ID: <42584203.2090405@mac.com>
6703      Branch: perl
6704            ! configure.com
6705 ____________________________________________________________________________
6706 [ 24213] By: nicholas                              on 2005/04/08  19:11:04
6707         Log: Mangle the expected output correctly for both 5.9 and 5.8
6708      Branch: perl
6709            ! ext/B/t/stash.t
6710 ____________________________________________________________________________
6711 [ 24212] By: rgs                                   on 2005/04/08  16:17:49
6712         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.27
6713              From: Michael G Schwern <schwern@pobox.com>
6714              Date: Thu, 7 Apr 2005 15:15:00 -0700
6715              Message-ID: <20050407221500.GB6223@windhund.schwern.org>
6716              
6717              Fix duplicate target warnings
6718      Branch: perl
6719            ! lib/ExtUtils/MM_Any.pm
6720 ____________________________________________________________________________
6721 [ 24211] By: merijn                                on 2005/04/08  14:22:05
6722         Log: The last remains of d_sitecustomize
6723      Branch: perl
6724            ! Porting/config.sh
6725 ____________________________________________________________________________
6726 [ 24210] By: merijn                                on 2005/04/08  14:16:59
6727         Log: now usesitecustomize is used more generic
6728      Branch: perl
6729            ! config_h.SH
6730 ____________________________________________________________________________
6731 [ 24209] By: steveh                                on 2005/04/08  14:15:14
6732         Log: Subject: Re: [PATCH] Re: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move
6733              From: Steven Schubiger <steven@accognoscere.org>
6734              Date: Thu, 7 Apr 2005 22:38:25 +0200 (CEST)
6735              Message-Id: <200504072038.j37KcPXY011755@accognoscere.homeunix.org>
6736              
6737              (with arguments changed to match perlfunc.pod)
6738      Branch: perl
6739            ! pod/perlport.pod
6740 ____________________________________________________________________________
6741 [ 24208] By: merijn                                on 2005/04/08  14:12:54
6742         Log: Drop d_sitecustomize again. (usesitecustomize is enough)
6743      Branch: perl
6744            ! Configure
6745 ____________________________________________________________________________
6746 [ 24206] By: nicholas                              on 2005/04/08  13:16:07
6747         Log: Add SvIVX() to PERL_DEBUG_COW, and change pad.c to SvIVset()
6748      Branch: perl
6749            ! pad.c sv.h
6750 ____________________________________________________________________________
6751 [ 24205] By: merijn                                on 2005/04/08  12:18:42
6752         Log: Subject: [PATCH] Removing Y2K warnings
6753              From: Andy Lester <andy@petdance.com>
6754              Date: Thu, 7 Apr 2005 17:44:42 -0500
6755              Message-ID: <20050407224442.GA23895@petdance.com>
6756      Branch: perl
6757            - README.Y2K
6758            ! INSTALL MANIFEST lib/warnings.pm pod/buildtoc pod/perldiag.pod
6759            ! pod/perllexwarn.pod pp_hot.c sv.c t/lib/warnings/pp_hot
6760            ! t/lib/warnings/sv t/op/caller.t warnings.h warnings.pl
6761 ____________________________________________________________________________
6762 [ 24204] By: nicholas                              on 2005/04/08  11:29:22
6763         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #2
6764              From: Steve Peters <steve@fisharerojo.org>
6765              Date: Thu, 7 Apr 2005 13:51:49 -0500
6766              Message-ID: <20050407185149.GA4418@mccoy.peters.homeunix.org>
6767      Branch: perl
6768            ! doio.c ext/List/Util/Util.xs ext/threads/threads.xs op.c pp.c
6769            ! pp_ctl.c pp_hot.c sv.c toke.c util.c
6770 ____________________________________________________________________________
6771 [ 24201] By: nicholas                              on 2005/04/08  10:39:15
6772         Log: Add a macro PERL_DEBUG_COW, for aggressive compile time tests of
6773              Copy-On-Write related source changes.
6774              Fix the problem this revealed.
6775      Branch: perl
6776            ! sv.c sv.h
6777 ____________________________________________________________________________
6778 [ 24200] By: nicholas                              on 2005/04/08  10:08:35
6779         Log: MM_AIX needs neatvalue
6780      Branch: perl
6781            ! lib/ExtUtils/MM_AIX.pm
6782 ____________________________________________________________________________
6783 [ 24199] By: nicholas                              on 2005/04/08  10:05:49
6784         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #1
6785              From: Steve Peters <steve@fisharerojo.org>
6786              Message-ID: <20050406232110.GA12249@mccoy.peters.homeunix.org>
6787              Date: Wed, 6 Apr 2005 18:21:10 -0500
6788      Branch: perl
6789            ! ext/ByteLoader/byterun.c ext/List/Util/Util.xs pad.c sv.c
6790            ! toke.c
6791 ____________________________________________________________________________
6792 [ 24198] By: rgs                                   on 2005/04/08  09:48:08
6793         Log: Add perl593delta.pod
6794      Branch: perl
6795            + pod/perl593delta.pod
6796            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
6797            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
6798            ! win32/pod.mak
6799 ____________________________________________________________________________
6800 [ 24194] By: rgs                                   on 2005/04/07  12:42:07
6801         Log: Mention that select() returns -1 on error,
6802              as suggested by Hernan Perez Masci
6803      Branch: perl
6804            ! pod/perlfunc.pod
6805 ____________________________________________________________________________
6806 [ 24192] By: rgs                                   on 2005/04/07  09:51:29
6807         Log: Subject: Re: [PATCH] Re: [perl #34650] perldoc -f my should perhaps mention BEGIN and END
6808              From: Abigail <abigail@abigail.nl>
6809              Date: Wed, 6 Apr 2005 01:41:55 +0200
6810              Message-ID: <20050405234154.GG8680@abigail.nl>
6811      Branch: perl
6812            ! t/japh/abigail.t
6813 ____________________________________________________________________________
6814 [ 24191] By: rgs                                   on 2005/04/07  09:45:27
6815         Log: Subject: Re: Bugs? In Unicode::EastAsianWidth.
6816              From: Autrijus Tang <autrijus@autrijus.org>
6817              Date: Wed, 6 Apr 2005 18:17:32 +0800
6818              Message-ID: <20050406101732.GA17931@aut.dyndns.org>
6819      Branch: perl
6820            ! lib/unicore/mktables
6821 ____________________________________________________________________________
6822 [ 24190] By: rgs                                   on 2005/04/07  09:38:06
6823         Log: Subject: perldbtty$$ location
6824              From: Gisle Aas <gisle@ActiveState.com>
6825              Date: 06 Apr 2005 01:49:54 -0700
6826              Message-ID: <lr3bu48f2l.fsf@caliper.activestate.com>
6827              (and remove trailing whitespace)
6828      Branch: perl
6829            ! pod/perldebug.pod
6830 ____________________________________________________________________________
6831 [ 24189] By: nicholas                              on 2005/04/07  08:43:40
6832         Log: Tabs not spaces in MANIFEST
6833      Branch: perl
6834            ! MANIFEST
6835 ____________________________________________________________________________
6836 [ 24187] By: merijn                                on 2005/04/07  08:33:53
6837         Log: Subject: [perl #34699] documentation bug in "man perlpodspec" 
6838              From: "raf@tradingpost.com.au (via RT)" <perlbug-followup@perl.org>
6839              Date: 7 Apr 2005 00:20:31 -0000
6840              Message-ID: <rt-3.0.11-34699-110174.9.79475562169704@perl.org>
6841      Branch: perl
6842            ! pod/perlpodspec.pod
6843 ____________________________________________________________________________
6844 [ 24185] By: rgs                                   on 2005/04/07  08:07:14
6845         Log: Upgrade to ExtUtils::MakeMaker 6.27,
6846              plus a patch to restore functioning of 'distclean'
6847              for the perl core
6848      Branch: perl
6849            + lib/ExtUtils/MM_AIX.pm lib/ExtUtils/MM_QNX.pm
6850            + lib/ExtUtils/MM_VOS.pm lib/ExtUtils/MakeMaker/Config.pm
6851            + lib/ExtUtils/t/PL_FILES.t lib/ExtUtils/t/config.t
6852            + lib/ExtUtils/t/installbase.t lib/ExtUtils/t/xs.t
6853            + t/lib/MakeMaker/Test/Setup/PL_FILES.pm
6854            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
6855            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
6856            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
6857            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
6858            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
6859            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
6860            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
6861            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
6862            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
6863            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
6864            ! lib/ExtUtils/README lib/ExtUtils/t/INST_PREFIX.t
6865            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_Win32.t
6866            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/dir_target.t
6867            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
6868            ! lib/ExtUtils/t/recurs.t t/lib/MakeMaker/Test/Setup/BFD.pm
6869            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
6870            ! t/lib/MakeMaker/Test/Utils.pm
6871 ____________________________________________________________________________
6872 [ 24178] By: steveh                                on 2005/04/06  15:57:36
6873         Log: Don't try to export symbols that don't exist
6874              
6875              Change #24148 added Perl_rvpv_dup() to the public API, but it is only
6876              defined when USE_ITHREADS is defined.  Adjust makedef.pl accordingly
6877              to keep Win32 happy.
6878      Branch: perl
6879            ! makedef.pl
6880 ____________________________________________________________________________
6881 [ 24176] By: nicholas                              on 2005/04/06  15:11:53
6882         Log: cast to/from (void *) in the re-entrant code. Now watch the smoke rise.
6883      Branch: perl
6884            ! reentr.c reentr.h reentr.pl
6885 ____________________________________________________________________________
6886 [ 24175] By: nicholas                              on 2005/04/06  15:05:32
6887         Log: Casting to/from (void *) sufficient to make a C++ compiler happy.
6888      Branch: perl
6889            ! ext/File/Glob/bsd_glob.c ext/threads/shared/shared.xs
6890            ! ext/threads/threads.xs pad.h sv.c
6891 ____________________________________________________________________________
6892 [ 24174] By: nicholas                              on 2005/04/06  14:36:40
6893         Log: If we're going to prototype modfl(), it needs extern "C" linkage.
6894      Branch: perl
6895            ! perl.h
6896 ____________________________________________________________________________
6897 [ 24173] By: merijn                                on 2005/04/06  06:14:51
6898         Log: 1. t/TEST now deals with SKIP as if it was TODO. This complies to TAP
6899              2. Removed the depricated 'my $foo if expr' there
6900      Branch: perl
6901            ! t/TEST
6902 ____________________________________________________________________________
6903 [ 24171] By: nicholas                              on 2005/04/05  22:34:32
6904         Log: D'oh! We were never correctly spotting a modfl prototype
6905      Branch: perl
6906            ! Configure
6907 ____________________________________________________________________________
6908 [ 24170] By: nicholas                              on 2005/04/05  21:30:21
6909         Log: Add casting to allow g++ (3.3.5) to compile the core code.
6910              A C++ compiler produces lots of warnings that are probably valid
6911              concerns to investigate.
6912      Branch: perl
6913            ! doio.c ext/B/B.xs ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs gv.c
6914            ! perl.c perl.h pp_pack.c scope.c sv.c toke.c util.c x2p/walk.c
6915 ____________________________________________________________________________
6916 [ 24169] By: nicholas                              on 2005/04/05  21:16:01
6917         Log: Tests need to skip if there is no Encode configured.
6918      Branch: perl
6919            ! lib/encoding/warnings/t/1-warning.t
6920            ! lib/encoding/warnings/t/2-fatal.t
6921 ____________________________________________________________________________
6922 [ 24167] By: nicholas                              on 2005/04/05  16:09:59
6923         Log: Using savesvpv() here is terser and produces smaller object code.
6924      Branch: perl
6925            ! doio.c
6926 ____________________________________________________________________________
6927 [ 24166] By: rgs                                   on 2005/04/05  15:23:47
6928         Log: Upgrade to Unicode::Normalize 0.32
6929      Branch: perl
6930            ! ext/Unicode/Normalize/Changes
6931            ! ext/Unicode/Normalize/Makefile.PL
6932            ! ext/Unicode/Normalize/Normalize.pm
6933            ! ext/Unicode/Normalize/Normalize.xs
6934            ! ext/Unicode/Normalize/mkheader ext/Unicode/Normalize/t/form.t
6935            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
6936 ____________________________________________________________________________
6937 [ 24165] By: nicholas                              on 2005/04/05  14:52:05
6938         Log: Down with C++ reserved names
6939              (and also function pointer declarations that rely on the C semantics
6940              of ())
6941      Branch: perl
6942            ! ext/Storable/Storable.xs mg.c op.c perlio.c pp_sort.c
6943            ! universal.c
6944 ____________________________________________________________________________
6945 [ 24164] By: nicholas                              on 2005/04/05  14:51:05
6946         Log: Down with potentially incorrect duplicate prototypes
6947      Branch: perl
6948            ! pp_sys.c
6949 ____________________________________________________________________________
6950 [ 24163] By: nicholas                              on 2005/04/05  14:50:30
6951         Log: Down with more K&R prototypes
6952      Branch: perl
6953            ! ext/DynaLoader/dl_dyld.xs
6954 ____________________________________________________________________________
6955 [ 24162] By: nicholas                              on 2005/04/05  14:49:11
6956         Log: Down with unneeded duplicate prototypes
6957      Branch: perl
6958            ! x2p/a2p.c
6959 ____________________________________________________________________________
6960 [ 24161] By: nicholas                              on 2005/04/05  14:48:33
6961         Log: Down with K&R function arguments
6962      Branch: perl
6963            ! ext/Cwd/Cwd.xs
6964 ____________________________________________________________________________
6965 [ 24160] By: rgs                                   on 2005/04/05  14:06:01
6966         Log: Add Math::BigInt::FastCalc in maintainer list
6967      Branch: perl
6968            ! Porting/Maintainers.pl
6969 ____________________________________________________________________________
6970 [ 24159] By: rgs                                   on 2005/04/05  13:12:22
6971         Log: Adaptations to the Makefile.PL of Math::BigInt/FastCalc, for core-ification
6972      Branch: perl
6973            ! ext/Math/BigInt/FastCalc/Makefile.PL
6974 ____________________________________________________________________________
6975 [ 24158] By: rgs                                   on 2005/04/05  12:56:35
6976         Log: New core module, Math::BigInt::FastCalc
6977              
6978              Subject: [PATCH] integrate Math::BigInt::FastCalc
6979              From: Tels <nospam-abuse@bloodgate.com>
6980              Date: Sun, 3 Apr 2005 11:12:45 +0200
6981              Message-Id: <200504031112.55179@bloodgate.com>
6982      Branch: perl
6983            + ext/Math/BigInt/FastCalc/FastCalc.pm
6984            + ext/Math/BigInt/FastCalc/FastCalc.xs
6985            + ext/Math/BigInt/FastCalc/Makefile.PL
6986            + ext/Math/BigInt/FastCalc/t/bigintfc.t
6987            + ext/Math/BigInt/FastCalc/t/bootstrap.t
6988            + ext/Math/BigInt/FastCalc/t/mbi_rand.t
6989            ! MANIFEST
6990 ____________________________________________________________________________
6991 [ 24155] By: rgs                                   on 2005/04/05  10:40:35
6992         Log: Subject: [Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum v0.17
6993              From: Tels <nospam-abuse@bloodgate.com>
6994              Date: Sun, 3 Apr 2005 10:43:10 +0200
6995              Message-Id: <200504031043.12273@bloodgate.com>
6996      Branch: perl
6997            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6998            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/_e_math.t
6999            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc
7000            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
7001            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
7002            ! lib/Math/BigInt/t/req_mbf0.t lib/Math/BigInt/t/req_mbfw.t
7003            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/trap.t
7004            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
7005            ! lib/Math/BigRat/t/bigratpm.t lib/Math/BigRat/t/requirer.t
7006            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
7007 ____________________________________________________________________________
7008 [ 24152] By: rgs                                   on 2005/04/04  20:55:03
7009         Log: That's C, not perl.
7010      Branch: perl
7011            ! patchlevel.h
7012 ____________________________________________________________________________
7013 [ 24151] By: nicholas                              on 2005/04/04  20:53:42
7014         Log: Make -DFORMAT_CHECK compile with threads.
7015      Branch: perl
7016            ! perl.h
7017 ____________________________________________________________________________
7018 [ 24149] By: rgs                                   on 2005/04/04  17:14:37
7019         Log: Bump version to 5.9.3
7020              Restore "DEVEL" tag in patchlevel.h
7021              Regenerate Porting/config*
7022      Branch: perl
7023            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
7024            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
7025            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
7026            ! win32/config_H.gc win32/config_H.vc64 win32/makefile.mk
7027            ! wince/Makefile.ce
7028 ____________________________________________________________________________
7029 [ 24148] By: rgs                                   on 2005/04/04  14:19:30
7030         Log: Subject: [PATCH] const-eight.diff
7031              From: Andy Lester <andy@petdance.com>
7032              Date: Wed, 30 Mar 2005 11:40:24 -0600
7033              Message-ID: <20050330174024.GA12167@petdance.com>
7034      Branch: perl
7035            ! Porting/Maintainers.pl doio.c dump.c embed.fnc embed.h
7036            ! global.sym mg.c op.c perl.c proto.h sv.c universal.c xsutils.c
7037 ____________________________________________________________________________
7038 [ 24147] By: mhx                                   on 2005/04/03  16:47:54
7039         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with ahash symbol"
7040              From: Steven Schubiger <steven@accognoscere.org>
7041              Date: Sun, 3 Apr 2005 11:47:22 +0200 (CEST)
7042              Message-Id: <200504030947.j339lMgp010306@accognoscere.homeunix.org>
7043      Branch: perl
7044            ! pod/perltrap.pod
7045 ____________________________________________________________________________
7046 [ 24139] By: mhx                                   on 2005/04/03  08:19:06
7047         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with a hash symbol"
7048              From: Steven Schubiger <steven@accognoscere.org>
7049              Date: Sat, 2 Apr 2005 19:37:11 +0200 (CEST)
7050              Message-Id: <200504021737.j32HbBNS000652@accognoscere.homeunix.org>
7051      Branch: perl
7052            ! pod/perltrap.pod
7053 ____________________________________________________________________________
7054 [ 24138] By: mhx                                   on 2005/04/03  08:16:25
7055         Log: Fix wrong version for byteorder modifiers feature.
7056      Branch: perl
7057            ! pod/perlpacktut.pod
7058 ____________________________________________________________________________
7059 [ 24137] By: nicholas                              on 2005/04/02  22:58:59
7060         Log: Silence compiler warnings about possibly uninitialised variables.
7061              (None are, but it saves anyone else having to work this out)
7062      Branch: perl
7063            ! regexec.c
7064 ____________________________________________________________________________
7065 [ 24136] By: nicholas                              on 2005/04/02  19:04:27
7066         Log: Fix "[perl #34643] Config_heavy.pl not in archlib"
7067      Branch: perl
7068            ! installperl
7069 ____________________________________________________________________________
7070 [ 24135] By: nicholas                              on 2005/04/02  18:52:11
7071         Log: Oops. Forgot to add this.
7072      Branch: perl
7073            + lib/unicore/NamedSequences.txt
7074 ____________________________________________________________________________
7075 [ 24134] By: nicholas                              on 2005/04/02  18:51:27
7076         Log: Subject: [PATCH] Unicode 4.1.0
7077              From: Jarkko Hietaniemi <jhi@iki.fi>
7078              Message-ID: <424E584D.5000508@iki.fi>
7079              Date: Sat, 02 Apr 2005 11:31:09 +0300
7080      Branch: perl
7081            ! MANIFEST lib/Unicode/UCD.pm lib/Unicode/UCD.t
7082            ! lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
7083            ! lib/unicore/Blocks.txt lib/unicore/CaseFolding.txt
7084            ! lib/unicore/CompositionExclusions.txt
7085            ! lib/unicore/EastAsianWidth.txt
7086            ! lib/unicore/HangulSyllableType.txt lib/unicore/Jamo.txt
7087            ! lib/unicore/LineBreak.txt lib/unicore/NamesList.txt
7088            ! lib/unicore/NormalizationCorrections.txt
7089            ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt
7090            ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl
7091            ! lib/unicore/ReadMe.txt lib/unicore/Scripts.txt
7092            ! lib/unicore/SpecialCasing.txt
7093            ! lib/unicore/StandardizedVariants.txt
7094            ! lib/unicore/UnicodeData.txt lib/unicore/version t/uni/class.t
7095 ____________________________________________________________________________
7096 [ 24133] By: rgs                                   on 2005/04/01  09:16:19
7097         Log: Add encoding::warnings to Maintainers.pl and rebuild META.yml for release
7098      Branch: perl
7099            ! META.yml Porting/Maintainers.pl
7100 ____________________________________________________________________________
7101 [ 24132] By: rgs                                   on 2005/04/01  08:29:26
7102         Log: Update Changes
7103      Branch: perl
7104            ! Changes
7105 ____________________________________________________________________________
7106 [ 24131] By: steveh                                on 2005/04/01  08:18:27
7107         Log: Remove dependency on tr(1) for MinGW builds on Win32
7108              
7109              This leaves things slightly (more) broken for MinGW builds on Cygwin,
7110              but that doesn't currently quite work in other respects and isn't
7111              documented anyway.  See:
7112              
7113              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00751.html
7114      Branch: perl
7115            ! pod/perl592delta.pod win32/makefile.mk
7116 ____________________________________________________________________________
7117 [ 24130] By: rgs                                   on 2005/04/01  07:47:26
7118         Log: Regenerate perltoc and perlmodlib
7119      Branch: perl
7120            ! pod/perlmodlib.pod pod/perltoc.pod
7121 ____________________________________________________________________________
7122 [ 24129] By: rgs                                   on 2005/04/01  07:36:04
7123         Log: POD fixes.
7124      Branch: perl
7125            ! pod/perlfaq1.pod
7126 ____________________________________________________________________________
7127 [ 24128] By: rgs                                   on 2005/04/01  07:19:27
7128         Log: FAQ sync.
7129      Branch: perl
7130            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
7131            ! pod/perlfaq6.pod pod/perlfaq7.pod
7132 ____________________________________________________________________________
7133 [ 24127] By: rgs                                   on 2005/04/01  07:14:22
7134         Log: Add a note about installhtml
7135      Branch: perl
7136            ! pod/perltodo.pod
7137 ____________________________________________________________________________
7138 [ 24126] By: rgs                                   on 2005/03/31  21:51:28
7139         Log: Subject: [PATCH] pp_pack.c warnings on VMS
7140              From: "Craig A. Berry" <craigberry@mac.com>
7141              Date: Thu, 31 Mar 2005 14:51:05 -0600
7142              Message-ID: <424C62B9.2030601@mac.com>
7143      Branch: perl
7144            ! pp_pack.c
7145 ____________________________________________________________________________
7146 [ 24125] By: rgs                                   on 2005/03/31  17:14:01
7147         Log: Mention the current MinGW compilation problems
7148      Branch: perl
7149            ! pod/perl592delta.pod
7150 ____________________________________________________________________________
7151 [ 24124] By: rgs                                   on 2005/03/31  17:11:15
7152         Log: Update Changes
7153      Branch: perl
7154            ! Changes
7155 ____________________________________________________________________________
7156 [ 24123] By: rgs                                   on 2005/03/31  15:52:46
7157         Log: This is 5.9.2. Mostly.
7158      Branch: perl
7159            ! patchlevel.h pod/perlhist.pod
7160 ____________________________________________________________________________
7161 [ 24122] By: steveh                                on 2005/03/31  15:39:57
7162         Log: Fix USE_SITECUSTOMIZE on Win32
7163              
7164              This fixes the problem described in:
7165              
7166              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
7167      Branch: perl
7168            ! win32/win32.c
7169 ____________________________________________________________________________
7170 [ 24121] By: rgs                                   on 2005/03/31  15:24:24
7171         Log: Update copyrights.
7172              Well, those are generated files anyway.
7173      Branch: perl
7174            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
7175            ! proto.h
7176 ____________________________________________________________________________
7177 [ 24120] By: steveh                                on 2005/03/31  14:36:44
7178         Log: Add support for USE_SITECUSTOMIZE in the Win32 makefiles
7179              
7180              Note that this feature doesn't actually work correctly on Win32
7181              until the problem described here is solved:
7182              
7183              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
7184      Branch: perl
7185            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
7186            ! win32/config.vc64 win32/makefile.mk
7187 ____________________________________________________________________________
7188 [ 24119] By: rgs                                   on 2005/03/31  13:52:58
7189         Log: Upgrade to Module::CoreList 1.99
7190      Branch: perl
7191            ! lib/Module/CoreList.pm
7192 ____________________________________________________________________________
7193 [ 24118] By: rgs                                   on 2005/03/31  13:45:17
7194         Log: More known problems.
7195      Branch: perl
7196            ! pod/perl592delta.pod
7197 ____________________________________________________________________________
7198 [ 24117] By: rgs                                   on 2005/03/31  13:10:26
7199         Log: Known problems, reported by Merijn
7200      Branch: perl
7201            ! pod/perl592delta.pod
7202 ____________________________________________________________________________
7203 [ 24116] By: rgs                                   on 2005/03/31  12:45:03
7204         Log: OS typo.
7205      Branch: perl
7206            ! pod/perl592delta.pod
7207 ____________________________________________________________________________
7208 [ 24115] By: rgs                                   on 2005/03/31  12:42:38
7209         Log: Add a tool to generate data for Module::CoreList
7210      Branch: perl
7211            + Porting/corelist.pl
7212            ! MANIFEST
7213 ____________________________________________________________________________
7214 [ 24114] By: rgs                                   on 2005/03/31  11:42:15
7215         Log: More work on perldelta
7216      Branch: perl
7217            ! pod/perl592delta.pod
7218 ____________________________________________________________________________
7219 [ 24113] By: steveh                                on 2005/03/31  10:01:18
7220         Log: Add support for PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED in the
7221              Win32 makefiles
7222      Branch: perl
7223            ! win32/Makefile win32/makefile.mk
7224 ____________________________________________________________________________
7225 [ 24112] By: rgs                                   on 2005/03/31  09:58:40
7226         Log: AUTHORS update
7227      Branch: perl
7228            ! AUTHORS
7229 ____________________________________________________________________________
7230 [ 24111] By: steveh                                on 2005/03/31  09:18:23
7231         Log: A few Win32 makefile tidy-ups (No real changes)
7232      Branch: perl
7233            ! win32/Makefile win32/makefile.mk
7234 ____________________________________________________________________________
7235 [ 24110] By: steveh                                on 2005/03/31  08:20:00
7236         Log: Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/)
7237      Branch: perl
7238            ! INSTALL
7239 ____________________________________________________________________________
7240 [ 24109] By: steveh                                on 2005/03/31  07:55:12
7241         Log: One more Win32 compilation clean-up (for when using -DDEBUGGING)
7242      Branch: perl
7243            ! sv.c
7244 ____________________________________________________________________________
7245 [ 24108] By: steveh                                on 2005/03/31  07:36:52
7246         Log: Another Win32 compilation clean-up (for when using Perl's malloc)
7247      Branch: perl
7248            ! malloc.c
7249 ____________________________________________________________________________
7250 [ 24107] By: merijn                                on 2005/03/30  17:03:19
7251         Log: Now that we have the full path, we can skip the which call,
7252              that might cause trouble on testdrive systems.
7253      Branch: perl
7254            ! hints/hpux.sh
7255 ____________________________________________________________________________
7256 [ 24106] By: rgs                                   on 2005/03/30  14:41:51
7257         Log: Update copyrights.
7258      Branch: perl
7259            ! XSUB.h av.c deb.c dump.c embedvar.h gv.h handy.h hv.h
7260            ! miniperlmain.c numeric.c op.h pad.c perl.h pp.h regcomp.h
7261            ! regen_perly.pl scope.h sv.h thrdvar.h thread.h
7262 ____________________________________________________________________________
7263 [ 24105] By: merijn                                on 2005/03/30  14:25:05
7264         Log: Simplify #24043 note now Configure can do -Dusesitecustomize
7265      Branch: perl
7266            ! INSTALL
7267 ____________________________________________________________________________
7268 [ 24104] By: merijn                                on 2005/03/30  14:17:40
7269         Log: Support for -Dusesitecustomize
7270      Branch: perl
7271            ! Configure config_h.SH
7272 ____________________________________________________________________________
7273 [ 24102] By: merijn                                on 2005/03/30  13:43:12
7274         Log: USE_STRLCAT and USE_STRLCPY now actually used
7275              LIBM_VERSION_TYPE and USE_SITECUSTOMIZE are preparations
7276              for future use
7277      Branch: perl
7278            ! handy.h
7279 ____________________________________________________________________________
7280 [ 24101] By: rgs                                   on 2005/03/30  13:34:11
7281         Log: Subject: [PATCH] ext/Errno/Errno_pm.PL: fix for GNU hurd
7282              From: Brendan O'Dea <bod@debian.org>
7283              Date: Wed, 30 Mar 2005 10:30:25 +1000
7284              Message-ID: <20050330003025.GA29797@londo.c47.org>
7285      Branch: perl
7286            ! ext/Errno/Errno_pm.PL
7287 ____________________________________________________________________________
7288 [ 24100] By: rgs                                   on 2005/03/30  13:16:52
7289         Log: Subject: Re: PATCH: byte count feature request for unpack
7290              From: perl5-porters@ton.iguana.be (Ton Hospel)
7291              Date: Sun, 27 Mar 2005 18:32:11 +0000 (UTC)
7292              Message-Id: <d26u7b$i3v$1@post.home.lunix>
7293              
7294              (rework of a patch from Arne Ahrend <aahrend@web.de>)
7295      Branch: perl
7296            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
7297 ____________________________________________________________________________
7298 [ 24099] By: steveh                                on 2005/03/30  08:36:50
7299         Log: A couple more Win32 compilation clean-ups
7300      Branch: perl
7301            ! win32/win32sck.c
7302 ____________________________________________________________________________
7303 [ 24098] By: rgs                                   on 2005/03/30  08:03:13
7304         Log: Minor POD nits.
7305      Branch: perl
7306            ! ext/File/Glob/Glob.pm
7307 ____________________________________________________________________________
7308 [ 24097] By: merijn                                on 2005/03/30  07:49:46
7309         Log: Subject: Re: [PATCH] 5.6 File::Glob documentation insufficient for use
7310              From: Steven Schubiger <steven@accognoscere.org>
7311              Date: Wed, 30 Mar 2005 03:41:03 +0200 (CEST)
7312              Message-Id: <200503300141.j2U1f3EP024524@accognoscere.homeunix.org>
7313      Branch: perl
7314            ! ext/File/Glob/Glob.pm
7315 ____________________________________________________________________________
7316 [ 24096] By: steveh                                on 2005/03/29  15:18:30
7317         Log: Clean-up some warnings when compiling on Win32 with VC++
7318      Branch: perl
7319            ! hv.c mg.c op.c pp_pack.c pp_sort.c pp_sys.c utf8.c util.c
7320 ____________________________________________________________________________
7321 [ 24095] By: rgs                                   on 2005/03/29  12:39:39
7322         Log: Downconst external APIs
7323      Branch: perl
7324            ! embed.fnc gv.h op.c opcode.h opcode.pl pod/perlapi.pod proto.h
7325            ! sv.c util.c
7326 ____________________________________________________________________________
7327 [ 24094] By: rgs                                   on 2005/03/29  09:38:39
7328         Log: The core part of :
7329              Subject: [PATCH] Consting seven
7330              From: Andy Lester <andy@petdance.com>
7331              Date: Sun, 27 Mar 2005 15:57:22 -0600
7332              Message-ID: <20050327215722.GC20451@petdance.com>
7333      Branch: perl
7334            ! embed.fnc embed.h perl.c perlio.c pp_ctl.c proto.h regcomp.c
7335            ! regexec.c util.c
7336 ____________________________________________________________________________
7337 [ 24093] By: steveh                                on 2005/03/29  08:48:50
7338         Log: Fix Win32 compilation nit following change #24074
7339      Branch: perl
7340            ! util.c
7341 ____________________________________________________________________________
7342 [ 24092] By: steveh                                on 2005/03/29  08:22:45
7343         Log: Fix PerlLIO_chsize() for platforms that don't have chsize()
7344              
7345              This is the patch from the end of the thread that started here:
7346              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-09/msg00055.html
7347      Branch: perl
7348            ! doio.c iperlsys.h pp_sys.c
7349 ____________________________________________________________________________
7350 [ 24091] By: rgs                                   on 2005/03/29  07:01:40
7351         Log: Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS
7352      Branch: perl
7353            ! ext/Devel/Peek/t/Peek.t
7354 ____________________________________________________________________________
7355 [ 24090] By: merijn                                on 2005/03/29  07:01:11
7356         Log: Make the spelling of whitespace (vs white-space and white space)
7357              more consistent
7358              From: Offer Kaye <offer.kaye@gmail.com>
7359              Date: Thu, 17 Mar 2005 14:47:36 -0500
7360              Message-ID: <5694250503171147668e73c7@mail.gmail.com>
7361      Branch: perl
7362            ! pod/perllocale.pod pod/perlop.pod pod/perlopentut.pod
7363            ! pod/perlre.pod pod/perlxstut.pod
7364 ____________________________________________________________________________
7365 [ 24089] By: rgs                                   on 2005/03/29  06:14:18
7366         Log: Don't #ifdef out a return statement
7367      Branch: perl
7368            ! pad.c
7369 ____________________________________________________________________________
7370 [ 24088] By: davem                                 on 2005/03/28  21:38:44
7371         Log: expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV
7372      Branch: perl
7373            ! dump.c ext/Devel/Peek/t/Peek.t pad.c perl.c pod/perlhack.pod
7374            ! sv.c sv.h
7375 ____________________________________________________________________________
7376 [ 24087] By: rgs                                   on 2005/03/27  16:38:13
7377         Log: Raw work on perl592delta.
7378      Branch: perl
7379            ! pod/perl592delta.pod
7380 ____________________________________________________________________________
7381 [ 24086] By: rgs                                   on 2005/03/27  13:59:02
7382         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
7383              From: hv@crypt.org
7384              Date: Thu, 24 Mar 2005 19:51:08 +0000
7385              Message-Id: <200503241951.j2OJp8s18147@zen.crypt.org>
7386      Branch: perl
7387            ! regexec.c t/op/re_tests
7388 ____________________________________________________________________________
7389 [ 24085] By: rgs                                   on 2005/03/27  13:30:18
7390         Log: Fix -C option of mktables (for VMS)
7391              
7392              Subject: Re: [PATCH] Consting five
7393              From: demerphq <demerphq@gmail.com>
7394              Date: Sat, 26 Mar 2005 21:45:09 +0100
7395              Message-ID: <9b18b311050326124563db5113@mail.gmail.com>
7396      Branch: perl
7397            ! lib/unicore/mktables
7398 ____________________________________________________________________________
7399 [ 24084] By: davem                                 on 2005/03/26  21:25:47
7400         Log: UTF-8 string substitution corrupts memory
7401              The implicit call of 'require utf8' triggered by code like
7402              "\x{100}" =~ /[[:print:]]/
7403              wasn't saving state correctly first.
7404      Branch: perl
7405            ! utf8.c
7406 ____________________________________________________________________________
7407 [ 24083] By: rgs                                   on 2005/03/26  17:40:26
7408         Log: Remove an XXX note from the public doc.
7409              Hide it in the comments, instead
7410      Branch: perl
7411            ! pod/perlapi.pod sv.c
7412 ____________________________________________________________________________
7413 [ 24082] By: nicholas                              on 2005/03/26  00:21:30
7414         Log: Need to return something when the compiler doesn't know that a
7415              function is "noreturn".
7416      Branch: perl
7417            ! mg.c op.c scope.c
7418 ____________________________________________________________________________
7419 [ 24081] By: nicholas                              on 2005/03/25  23:46:22
7420         Log: Subject: [PATCH] Consting five
7421              Date: Fri, 25 Mar 2005 17:14:09 -0600
7422              From: Andy Lester <andy@petdance.com>
7423              Message-ID: <20050325231409.GB17660@petdance.com>
7424              
7425              [with modification - the extra argument to incpush was supposed to
7426              be being used]
7427      Branch: perl
7428            ! av.c embed.fnc embed.h ext/DynaLoader/dlutils.c gv.c
7429            ! intrpvar.h locale.c mg.c miniperlmain.c op.c perl.c pp_sys.c
7430            ! proto.h regcomp.c thrdvar.h toke.c
7431 ____________________________________________________________________________
7432 [ 24080] By: rgs                                   on 2005/03/25  21:09:23
7433         Log: Subject: Re: [perl #34568] Perl crashes reading past the end of a heap block while parsing foreach statement
7434              From: Gurusamy Sarathy <gsar@ActiveState.com>
7435              Date: Fri, 25 Mar 2005 10:31:09 -0800
7436              Message-Id: <200503251831.j2PIV9A6006234@smtp3.ActiveState.com>
7437      Branch: perl
7438            ! op.c
7439 ____________________________________________________________________________
7440 [ 24079] By: rgs                                   on 2005/03/25  21:02:04
7441         Log: Subject: [PATCH] Consting part 4
7442              From: Andy Lester <andy@petdance.com>
7443              Date: Fri, 25 Mar 2005 14:43:31 -0600
7444              Message-ID: <20050325204331.GA16388@petdance.com>
7445      Branch: perl
7446            ! embed.fnc mg.c numeric.c op.c perlio.c pod/perlapi.pod proto.h
7447            ! regcomp.c scope.c sv.c taint.c toke.c utf8.c util.c
7448 ____________________________________________________________________________
7449 [ 24078] By: nicholas                              on 2005/03/25  20:57:46
7450         Log: FreeBSD NDBM appears to generate files ending .db, so be prepared to
7451              clean this variant up as well.
7452      Branch: perl
7453            ! lib/Memoize/t/tie_ndbm.t
7454 ____________________________________________________________________________
7455 [ 24077] By: rgs                                   on 2005/03/25  18:03:00
7456         Log: Remove the const qualifier from argv and env variables
7457      Branch: perl
7458            ! embed.fnc intrpvar.h perl.c pod/perlapi.pod proto.h
7459 ____________________________________________________________________________
7460 [ 24076] By: rgs                                   on 2005/03/25  14:41:46
7461         Log: Subject: [PATCH] const fix-up for vms/vms.c
7462              From: "Craig A. Berry" <craigberry@mac.com>
7463              Date: Fri, 25 Mar 2005 09:00:06 -0600
7464              Message-ID: <42442776.8030603@mac.com>
7465      Branch: perl
7466            ! vms/vms.c vms/vmsish.h
7467 ____________________________________________________________________________
7468 [ 24075] By: rgs                                   on 2005/03/25  09:24:15
7469         Log: Subject: [PATCH] Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu)
7470              From: Steve Peters <steve@fisharerojo.org>
7471              Date: Tue, 22 Mar 2005 17:15:23 -0600
7472              Message-ID: <20050322231523.GA3083@mccoy.peters.homeunix.org>
7473      Branch: perl
7474            ! hints/linux.sh
7475 ____________________________________________________________________________
7476 [ 24074] By: rgs                                   on 2005/03/24  16:25:58
7477         Log: Subject: [PATCH] Third consting batch
7478              From: Andy Lester <andy@petdance.com>
7479              Date: Tue, 22 Mar 2005 00:35:55 -0600
7480              Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com>
7481      Branch: perl
7482            ! XSUB.h deb.c doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c mg.h
7483            ! minimod.pl numeric.c op.c pad.c patchlevel.h perl.c perl.h
7484            ! perlio.c perliol.h perlvars.h perly.c pod/perlapi.pod
7485            ! pod/perlintern.pod pp.c pp_hot.c pp_sys.c proto.h regcomp.c
7486            ! regcomp.h regexec.c scope.c sv.c taint.c universal.c utf8.c
7487            ! utf8.h utfebcdic.h util.c writemain.SH xsutils.c
7488 ____________________________________________________________________________
7489 [ 24073] By: mhx                                   on 2005/03/22  16:30:57
7490         Log: Mention (un)?pack byte-order modifiers in perldelta
7491      Branch: perl
7492            ! pod/perl592delta.pod
7493 ____________________________________________________________________________
7494 [ 24072] By: rgs                                   on 2005/03/22  16:15:58
7495         Log: Some updates in the new perldelta.
7496      Branch: perl
7497            ! pod/perl592delta.pod
7498 ____________________________________________________________________________
7499 [ 24071] By: rgs                                   on 2005/03/22  15:30:18
7500         Log: Remove IPC::Run for 5.9.2
7501      Branch: perl
7502            - lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
7503            - lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
7504            - lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
7505            - lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
7506            - lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
7507            - lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
7508            - lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
7509            - lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
7510            - lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
7511            - lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
7512            ! MANIFEST
7513 ____________________________________________________________________________
7514 [ 24070] By: rgs                                   on 2005/03/22  14:53:01
7515         Log: Forbid the -C option on the command-line
7516              as suggested by Merijn (see [perl #34087])
7517      Branch: perl
7518            ! pod/perldiag.pod toke.c
7519 ____________________________________________________________________________
7520 [ 24069] By: rgs                                   on 2005/03/22  14:03:12
7521         Log: Upgrade to PathTools 3.05
7522      Branch: perl
7523            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
7524 ____________________________________________________________________________
7525 [ 24068] By: rgs                                   on 2005/03/22  10:59:53
7526         Log: Upgrade to File::Temp 0.16
7527      Branch: perl
7528            ! lib/File/Temp.pm lib/File/Temp/t/object.t
7529            ! lib/File/Temp/t/tempfile.t
7530 ____________________________________________________________________________
7531 [ 24067] By: rgs                                   on 2005/03/22  10:53:39
7532         Log: Revert change #24055, which was producing a segfault in installman
7533              when it was trying to install perltoc.
7534      Branch: perl
7535            ! regexec.c t/op/re_tests
7536 ____________________________________________________________________________
7537 [ 24066] By: rgs                                   on 2005/03/22  09:43:44
7538         Log: Fix unresolved POD link
7539      Branch: perl
7540            ! pod/perlfunc.pod
7541 ____________________________________________________________________________
7542 [ 24065] By: rgs                                   on 2005/03/22  09:21:09
7543         Log: Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
7544              and other neatification
7545      Branch: perl
7546            ! pod/perl592delta.pod pod/perlvar.pod regcomp.c regcomp.h
7547 ____________________________________________________________________________
7548 [ 24064] By: rgs                                   on 2005/03/22  08:57:18
7549         Log: Subject: [PATCH] simple optimization for SelectSaver
7550              From: Alexey Tourbin <at@altlinux.ru>
7551              Date: Fri, 18 Mar 2005 21:05:51 +0300
7552              Message-ID: <20050318180551.GA12596@solemn.turbinal.org>
7553      Branch: perl
7554            ! lib/SelectSaver.pm
7555 ____________________________________________________________________________
7556 [ 24063] By: rgs                                   on 2005/03/22  08:53:21
7557         Log: minitest fix
7558      Branch: perl
7559            ! t/run/fresh_perl.t
7560 ____________________________________________________________________________
7561 [ 24062] By: rgs                                   on 2005/03/22  07:50:28
7562         Log: Add in perldelta changes about unpack A and trailing whitespace, trie
7563              optimization, and debug flags for "use re".
7564      Branch: perl
7565            ! pod/perl592delta.pod
7566 ____________________________________________________________________________
7567 [ 24061] By: nicholas                              on 2005/03/21  22:52:12
7568         Log: Casts needed to make VMS happy. (It gets very upset at assignments
7569              between char * and unsigned char *)
7570      Branch: perl
7571            ! pp_pack.c
7572 ____________________________________________________________________________
7573 [ 24060] By: rgs                                   on 2005/03/21  21:44:37
7574         Log: Subject: Re: unpack A strip patch
7575              From: Ton Hospel <perl5-porters@ton.iguana.be>
7576              Date: Mon, 21 Mar 2005 21:31:37 +0000 (UTC)
7577              Message-Id: <d1nefp$lpe$1@post.home.lunix>
7578      Branch: perl
7579            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
7580 ____________________________________________________________________________
7581 [ 24059] By: rgs                                   on 2005/03/21  21:33:16
7582         Log: Subject: Re: regexp trie fails compile on VMS
7583              From: demerphq <demerphq@gmail.com>
7584              Date: Mon, 21 Mar 2005 22:29:09 +0100
7585              Message-ID: <9b18b311050321132917a4b1c7@mail.gmail.com>
7586      Branch: perl
7587            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
7588 ____________________________________________________________________________
7589 [ 24058] By: rgs                                   on 2005/03/21  21:22:10
7590         Log: Break up long lines in -V output for compile-time options
7591              
7592              Subject: Re: sitecustomize.pl [PATCH]
7593              From: sthoenna[at]efn.org (Yitzchak Scott-Thoennes)
7594              Date: Tue, 8 Mar 2005 17:46:04 -0800
7595              Message-ID: <20050309014604.GA5876[at]efn.org>
7596      Branch: perl
7597            ! perl.c
7598 ____________________________________________________________________________
7599 [ 24057] By: steveh                                on 2005/03/21  17:08:26
7600         Log: Oops - forgot to update MANIFEST for change 24056.
7601      Branch: perl
7602            ! MANIFEST
7603 ____________________________________________________________________________
7604 [ 24056] By: steveh                                on 2005/03/21  17:06:45
7605         Log: Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
7606              From: demerphq <demerphq@gmail.com>
7607              Date: Tue, 8 Mar 2005 02:24:10 +0100
7608              Message-ID: <9b18b311050307172455a5816e@mail.gmail.com>
7609              
7610              Change 24004 stopped mktables from needlessly re-running when using
7611              dmake on Win32, but it can still happen when using nmake because it
7612              doesn't support the .UPDATEALL attribute that was used to fix dmake.
7613              e.g. Build perl, touch a core header file, then rebuild -- mktables
7614              re-runs when it didn't need to, and 7 times over at that!  This change
7615              alleviates the pain by making mktables exit quickly in such cases.
7616      Branch: perl
7617            + lib/unicore/mktables.lst
7618            ! lib/unicore/mktables
7619 ____________________________________________________________________________
7620 [ 24055] By: rgs                                   on 2005/03/21  14:58:21
7621         Log: Resubmit change #24053.
7622      Branch: perl
7623            ! regexec.c t/op/re_tests
7624 ____________________________________________________________________________
7625 [ 24054] By: rgs                                   on 2005/03/21  14:32:58
7626         Log: Subject: [PATCH] Re: [perl #34493] h2ph `extern inline' problems
7627              From: Alexey Tourbin <at@altlinux.ru>
7628              Date: Sat, 19 Mar 2005 16:37:12 +0300
7629              Message-ID: <20050319133712.GB6484@solemn.turbinal.org>
7630              
7631              and
7632              
7633              Message-ID: <20050319141457.GC6484@solemn.turbinal.org>
7634      Branch: perl
7635            ! t/lib/h2ph.h utils/h2ph.PL
7636 ____________________________________________________________________________
7637 [ 24053] By: rgs                                   on 2005/03/21  13:15:34
7638         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
7639              From: hv@crypt.org
7640              Date: Mon, 21 Feb 2005 17:59:49 +0000
7641              Message-Id: <200502211759.j1LHxnC22894@zen.crypt.org>
7642      Branch: perl
7643            ! regexec.c t/op/re_tests
7644 ____________________________________________________________________________
7645 [ 24052] By: rgs                                   on 2005/03/21  10:27:44
7646         Log: Subject: pack / for general types
7647              From: perl5-porters@ton.iguana.be (Ton Hospel)
7648              Date: Sat, 19 Mar 2005 22:00:45 +0000 (UTC)
7649              Message-Id: <d1i7ed$62c$1@post.home.lunix>
7650              
7651              Allow "len/format" to work for any format type, not just strings.
7652      Branch: perl
7653            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
7654 ____________________________________________________________________________
7655 [ 24051] By: rgs                                   on 2005/03/21  10:12:01
7656         Log: perldelta suggestions on (un)?pack by Ton Hospel
7657      Branch: perl
7658            ! pod/perl592delta.pod
7659 ____________________________________________________________________________
7660 [ 24050] By: rgs                                   on 2005/03/21  09:59:13
7661         Log: Subject: Re: bugzilla.redhat bug #101767 (threads, threads::shared)
7662              From: Alexey Tourbin <at@altlinux.ru>
7663              Date: Sat, 19 Mar 2005 06:10:45 +0300
7664              Message-ID: <20050319031045.GN12596@solemn.turbinal.org>
7665      Branch: perl
7666            + ext/threads/hints/linux.pl ext/threads/shared/hints/linux.pl
7667            ! MANIFEST
7668 ____________________________________________________________________________
7669 [ 24049] By: rgs                                   on 2005/03/21  09:39:35
7670         Log: Subject: [PATCH] More consting goodness
7671              From: Andy Lester <andy@petdance.com>
7672              Date: Sat, 19 Mar 2005 01:28:30 -0600
7673              Message-ID: <20050319072830.GA7721@petdance.com>
7674      Branch: perl
7675            ! deb.c dump.c embed.fnc handy.h op.c opcode.h opcode.pl perl.c
7676            ! pod/perlapi.pod pp_ctl.c pp_sys.c proto.h regcomp.c regexec.c
7677            ! sv.c toke.c
7678 ____________________________________________________________________________
7679 [ 24048] By: rgs                                   on 2005/03/20  21:20:50
7680         Log: Upgrade to Math::BigInt 1.75, by Tels
7681      Branch: perl
7682            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7683            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
7684            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
7685            ! lib/Math/BigInt/t/fallback.t lib/Math/BigInt/t/mbi_rand.t
7686            ! lib/Math/BigInt/t/sub_mbi.t
7687 ____________________________________________________________________________
7688 [ 24047] By: merijn                                on 2005/03/20  10:50:11
7689         Log: Subject: [PATCH] perlrun typo (env PERLDB_OPTS)
7690              From: Alexey Tourbin <at@altlinux.ru>
7691              Date: Sat, 19 Mar 2005 03:40:13 +0300
7692              Message-ID: <20050319004013.GJ12596@solemn.turbinal.org>
7693      Branch: perl
7694            ! pod/perlrun.pod
7695 ____________________________________________________________________________
7696 [ 24046] By: rgs                                   on 2005/03/18  21:47:54
7697         Log: Remove an useless line, spotted by Andy Lester
7698      Branch: perl
7699            ! toke.c
7700 ____________________________________________________________________________
7701 [ 24045] By: rgs                                   on 2005/03/18  16:54:38
7702         Log: Remove trie optimisation from the todo list
7703      Branch: perl
7704            ! pod/perltodo.pod
7705 ____________________________________________________________________________
7706 [ 24044] By: rgs                                   on 2005/03/18  15:04:39
7707         Log: Subject: Re: Reworked Trie Patch
7708              From: demerphq <demerphq@gmail.com>
7709              Date: Mon, 14 Mar 2005 08:55:39 +0100
7710              Message-ID: <9b18b31105031323557019ae1@mail.gmail.com>
7711              
7712              Subject: Re: Reworked Trie Patch
7713              From: demerphq <demerphq@gmail.com>
7714              Date: Wed, 16 Mar 2005 19:48:18 +0100
7715              Message-ID: <9b18b31105031610481025a080@mail.gmail.com>
7716              
7717              Plus minor nits in the documentation of re.pm,
7718              a version bump, and addition of an OPTIMIZE alias
7719      Branch: perl
7720            + t/op/regexp_notrie.t t/op/regexp_trielist.t
7721            ! MANIFEST embed.fnc embed.h ext/re/re.pm pod/perlvar.pod
7722            ! proto.h regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
7723            ! sv.c t/op/pat.t t/op/re_tests t/op/readdir.t
7724 ____________________________________________________________________________
7725 [ 24043] By: rgs                                   on 2005/03/18  14:02:36
7726         Log: Subject: Re: sitecustomize.pl [PATCH]
7727              From: Gisle Aas <gisle@ActiveState.com>
7728              Date: 18 Mar 2005 04:06:40 -0800
7729              Message-ID: <lru0n9w433.fsf@caliper.activestate.com>
7730              
7731              Adds a new command-line switch, -f, and a new optional
7732              compile-time setting -DUSE_SITECUSTOMIZE
7733      Branch: perl
7734            ! INSTALL ext/Devel/DProf/t/DProf.t perl.c pod/perlrun.pod
7735 ____________________________________________________________________________
7736 [ 24042] By: rgs                                   on 2005/03/18  13:38:32
7737         Log: Subject: [PATCH] More const parms
7738              From: Andy Lester <andy@petdance.com>
7739              Date: Mon, 14 Mar 2005 13:59:54 -0600
7740              Message-ID: <20050314195954.GB7141@petdance.com>
7741      Branch: perl
7742            ! embed.fnc gv.c numeric.c op.c pad.c perlio.c pod/perlapi.pod
7743            ! pod/perlintern.pod pp_ctl.c pp_hot.c proto.h scope.c sv.c
7744            ! toke.c utf8.c
7745 ____________________________________________________________________________
7746 [ 24041] By: rgs                                   on 2005/03/18  10:27:17
7747         Log: Don't use vars in DynaLoader
7748              Remove left-over maintenance code
7749      Branch: perl
7750            ! ext/DynaLoader/DynaLoader_pm.PL
7751 ____________________________________________________________________________
7752 [ 24040] By: rgs                                   on 2005/03/18  07:57:06
7753         Log: Subject: [PATCH] $B::Disassembler::VERSION
7754              From: Alexey Tourbin <at@altlinux.ru>
7755              Date: Thu, 17 Mar 2005 19:02:38 +0300
7756              Message-ID: <20050317160238.GN5825@solemn.turbinal.org>
7757      Branch: perl
7758            ! ext/B/B/Disassembler.pm
7759 ____________________________________________________________________________
7760 [ 24039] By: rgs                                   on 2005/03/15  09:30:28
7761         Log: Upgrade to CGI 3.07.
7762              Add CGI's changelog
7763      Branch: perl
7764            + lib/CGI/Changes
7765            ! MANIFEST lib/CGI.pm lib/CGI/Cookie.pm
7766 ____________________________________________________________________________
7767 [ 24038] By: merijn                                on 2005/03/14  15:55:44
7768         Log: Subject: pp_pack.c, simplifying genpacksizetables
7769              From: perl5-porters@ton.iguana.be (Ton Hospel)
7770              Date: Sun, 13 Mar 2005 15:07:41 +0000 (UTC)
7771              Message-Id: <d11kvt$1k7$1@post.home.lunix>
7772      Branch: perl
7773            ! genpacksizetables.pl pp_pack.c
7774 ____________________________________________________________________________
7775 [ 24037] By: rgs                                   on 2005/03/14  14:35:33
7776         Log: Subject: [PATCH] Adding const qualifiers
7777              From: Andy Lester <andy@petdance.com>
7778              Date: Sun, 13 Mar 2005 14:20:05 -0600
7779              Message-ID: <20050313202005.GA23535@petdance.com>
7780      Branch: perl
7781            ! av.c embed.fnc gv.c hv.c mg.c op.c pod/perlapi.pod pp_ctl.c
7782            ! proto.h scope.c utf8.c
7783 ____________________________________________________________________________
7784 [ 24036] By: rgs                                   on 2005/03/14  09:19:01
7785         Log: Subject: Re: [perl #34155] perldoc -f hex should say how to convert back
7786              From: David Nicol <davidnicol@gmail.com>
7787              Date: Tue, 8 Mar 2005 18:23:11 -0600
7788              Message-ID: <934f64a20503081623713f6d27@mail.gmail.com>
7789      Branch: perl
7790            ! pod/perlfunc.pod
7791 ____________________________________________________________________________
7792 [ 24035] By: rgs                                   on 2005/03/13  21:14:36
7793         Log: Document pack changes in perldelta
7794      Branch: perl
7795            ! pod/perl592delta.pod
7796 ____________________________________________________________________________
7797 [ 24034] By: rgs                                   on 2005/03/13  16:41:05
7798         Log: Upgrade to Pod::Parser 1.30
7799      Branch: perl
7800            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
7801            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
7802            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podselect.PL
7803            ! t/pod/poderrs.xr
7804 ____________________________________________________________________________
7805 [ 24033] By: rgs                                   on 2005/03/13  11:07:40
7806         Log: Doc patches to clarify the stringification rules of {} and =>
7807              by Jarkko (bug #34419)
7808      Branch: perl
7809            ! pod/perldata.pod pod/perlop.pod
7810 ____________________________________________________________________________
7811 [ 24032] By: rgs                                   on 2005/03/13  09:20:01
7812         Log: gcc warning patch by Andy Lester
7813      Branch: perl
7814            ! perl.h
7815 ____________________________________________________________________________
7816 [ 24031] By: rgs                                   on 2005/03/12  22:05:14
7817         Log: Subject: Re: Encoding neutral unpack
7818              From: perl5-porters@ton.iguana.be (Ton Hospel)
7819              Date: Sat, 12 Mar 2005 18:54:29 +0000 (UTC)
7820              Message-ID: <d0vdt5$81a$1@post.home.lunix>
7821              
7822              A new test.
7823      Branch: perl
7824            ! t/op/pack.t
7825 ____________________________________________________________________________
7826 [ 24030] By: rgs                                   on 2005/03/12  22:01:21
7827         Log: Indentation patch by Ton Hospel for pp_pack
7828      Branch: perl
7829            ! pp_pack.c
7830 ____________________________________________________________________________
7831 [ 24029] By: rgs                                   on 2005/03/12  20:49:00
7832         Log: Change my email, put real name of Pixel
7833      Branch: perl
7834            ! AUTHORS
7835 ____________________________________________________________________________
7836 [ 24028] By: rgs                                   on 2005/03/12  17:15:23
7837         Log: Upgrade to DB_File 1.811, by Paul Marquess
7838      Branch: perl
7839            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7840            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
7841            ! ext/DB_File/typemap
7842 ____________________________________________________________________________
7843 [ 24027] By: rgs                                   on 2005/03/11  17:47:41
7844         Log: Add standard core test headers to the Class::ISA new tests
7845      Branch: perl
7846            ! lib/Class/ISA/t/00_about_verbose.t
7847            ! lib/Class/ISA/t/01_old_junk.t
7848 ____________________________________________________________________________
7849 [ 24026] By: rgs                                   on 2005/03/11  17:37:01
7850         Log: Upgrade to Class::ISA 0.33
7851      Branch: perl
7852            + lib/Class/ISA/ChangeLog lib/Class/ISA/t/00_about_verbose.t
7853            + lib/Class/ISA/t/01_old_junk.t
7854            - lib/Class/ISA/test.pl
7855            ! MANIFEST lib/Class/ISA.pm
7856 ____________________________________________________________________________
7857 [ 24025] By: rgs                                   on 2005/03/11  16:55:59
7858         Log: Update Changes
7859      Branch: perl
7860            ! Changes
7861 ____________________________________________________________________________
7862 [ 24024] By: rgs                                   on 2005/03/11  11:12:31
7863         Log: FAQ sync
7864      Branch: perl
7865            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
7866            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
7867            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
7868            ! pod/perlfaq9.pod
7869 ____________________________________________________________________________
7870 [ 24023] By: rgs                                   on 2005/03/11  10:22:28
7871         Log: Subject: [PATCH] pad_push numero three-o
7872              From: Andy Lester <andy@petdance.com>
7873              Date: Thu, 10 Mar 2005 15:17:28 -0600
7874              Message-ID: <20050310211728.GC32386@petdance.com>
7875      Branch: perl
7876            ! embed.fnc embed.h pad.c pod/perlintern.pod pp_ctl.c pp_hot.c
7877            ! proto.h
7878 ____________________________________________________________________________
7879 [ 24022] By: rgs                                   on 2005/03/10  17:42:54
7880         Log: Make the return value of close() depend not only on the success of the
7881              close itself, but also on whether the output stream had a previous
7882              error. From Jim Meyering <jim@meyering.net>, via Debian.
7883      Branch: perl
7884            ! doio.c
7885 ____________________________________________________________________________
7886 [ 24021] By: rgs                                   on 2005/03/10  17:39:56
7887         Log: 8 is not an octal digit. (from Debian)
7888      Branch: perl
7889            ! pod/perlreref.pod
7890 ____________________________________________________________________________
7891 [ 24020] By: rgs                                   on 2005/03/10  17:38:51
7892         Log: Fix a2p manpage (from Debian)
7893      Branch: perl
7894            ! x2p/a2p.pod
7895 ____________________________________________________________________________
7896 [ 24019] By: rgs                                   on 2005/03/10  17:36:37
7897         Log: Remove a spurious undefined warning when using getopts.pl with -w.
7898              (from Debian)
7899      Branch: perl
7900            ! lib/getopts.pl
7901 ____________________________________________________________________________
7902 [ 24018] By: rgs                                   on 2005/03/10  17:34:39
7903         Log: Doc patch for Devel::DProf (from Debian)
7904      Branch: perl
7905            ! ext/Devel/DProf/DProf.pm
7906 ____________________________________________________________________________
7907 [ 24017] By: rgs                                   on 2005/03/10  17:22:25
7908         Log: Add support for Debian GNU/k*BSD
7909      Branch: perl
7910            ! hints/gnukfreebsd.sh hints/gnuknetbsd.sh
7911 ____________________________________________________________________________
7912 [ 24016] By: rgs                                   on 2005/03/10  17:21:05
7913         Log: Patch for Debian bug #258618, compilation under Debian/Hurd
7914      Branch: perl
7915            ! hints/gnu.sh
7916 ____________________________________________________________________________
7917 [ 24015] By: steveh                                on 2005/03/10  15:18:20
7918         Log: Subject: Minor AUTHORS patch
7919              From: "Mike Giroux" <rmgiroux@hotmail.com>
7920              Date: Thu, 10 Mar 2005 08:39:04 -0500
7921              Message-ID: <BAY104-F4B1925432A15287069D3BCE520@phx.gbl>
7922      Branch: perl
7923            ! AUTHORS
7924 ____________________________________________________________________________
7925 [ 24014] By: steveh                                on 2005/03/10  11:25:36
7926         Log: More Win32 dmake fixes
7927
7928              Use $B macro as per change 23991 in more places, and fix some syntax
7929              errors in the subst's (missing trailing ",")
7930
7931              Tested with GCC and MSVC. I don't have BCC available, so those parts
7932              are untested.
7933      Branch: perl
7934            ! win32/makefile.mk
7935 ____________________________________________________________________________
7936 [ 24013] By: rgs                                   on 2005/03/10  10:10:33
7937         Log: Upgrade to CGI.pm 3.06
7938      Branch: perl
7939            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Util.pm
7940            ! lib/CGI/t/form.t lib/CGI/t/html.t
7941 ____________________________________________________________________________
7942 [ 24012] By: rgs                                   on 2005/03/09  22:17:33
7943         Log: Further pack optimisations by Ton Hospel
7944      Branch: perl
7945            ! pp_pack.c
7946 ____________________________________________________________________________
7947 [ 24011] By: rgs                                   on 2005/03/09  18:02:13
7948         Log: Fix memory corruption when growing pack utf8 buffer
7949      Branch: perl
7950            ! pp_pack.c
7951 ____________________________________________________________________________
7952 [ 24010] By: rgs                                   on 2005/03/08  17:53:50
7953         Log: Subject: Encoding neutral unpack
7954              From: perl5-porters@ton.iguana.be (Ton Hospel)
7955              Date: Sun, 6 Mar 2005 18:29:38 +0000 (UTC)
7956              Message-Id: <d0fi6i$k06$1@post.home.lunix>
7957      Branch: perl
7958            ! embed.fnc embed.h genpacksizetables.pl lib/charnames.t perl.h
7959            ! pod/perldiag.pod pod/perlfunc.pod pod/perlunicode.pod
7960            ! pod/perluniintro.pod pp_pack.c proto.h t/op/pack.t
7961            ! t/op/utftaint.t
7962 ____________________________________________________________________________
7963 [ 24009] By: merijn                                on 2005/03/08  15:25:57
7964         Log: Subject: Minor AUTHORS patch
7965              From: Andy Lester <andy@petdance.com>
7966              Date: Tue, 8 Mar 2005 09:44:45 -0600
7967              Message-ID: <20050308154445.GB3213@petdance.com>
7968      Branch: perl
7969            ! AUTHORS
7970 ____________________________________________________________________________
7971 [ 24008] By: merijn                                on 2005/03/08  14:45:17
7972         Log: Some updates to current status
7973      Branch: perl
7974            ! README.hpux
7975 ____________________________________________________________________________
7976 [ 24007] By: steveh                                on 2005/03/07  11:02:12
7977         Log: Include regcomp.h in Win32 makefiles
7978
7979              Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
7980              From: demerphq <demerphq@gmail.com>
7981              Date: Sun, 6 Mar 2005 09:16:12 +0100
7982              Message-ID: <9b18b311050306001624012bd@mail.gmail.com>
7983      Branch: perl
7984            ! win32/Makefile win32/makefile.mk
7985 ____________________________________________________________________________
7986 [ 24006] By: steveh                                on 2005/03/04  17:19:46
7987         Log: A better fix than change 24005 was ;)
7988
7989              Actually, "@echo." still emits a blank line.  Use "@rem" instead as the
7990              no-op.  This was being used in the Win95 case, but works fine on WinNT
7991              too, and is actually what ExtUtils-MakeMaker uses.
7992
7993              Also change the nmake Makefile.
7994      Branch: perl
7995            ! win32/Makefile win32/makefile.mk
7996 ____________________________________________________________________________
7997 [ 24005] By: steveh                                on 2005/03/04  17:11:56
7998         Log: Suppress "ECHO is on." messages when using dmake on Win32
7999
8000              (The shell's "echo" command displays the current echo setting when
8001              called with no arguments.  Use "echo." to display nothing.)
8002      Branch: perl
8003            ! win32/makefile.mk
8004 ____________________________________________________________________________
8005 [ 24004] By: steveh                                on 2005/03/04  17:01:24
8006         Log: Stop mktables from needlessly re-running when using dmake on Win32
8007      Branch: perl
8008            ! win32/makefile.mk
8009 ____________________________________________________________________________
8010 [ 24003] By: rgs                                   on 2005/03/04  16:02:20
8011         Log: Update -v copyright notice
8012      Branch: perl
8013            ! perl.c
8014 ____________________________________________________________________________
8015 [ 24002] By: rgs                                   on 2005/03/03  18:27:34
8016         Log: Add a regression test for bug #32193, and make the
8017              fix a bit more robust
8018      Branch: perl
8019            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
8020 ____________________________________________________________________________
8021 [ 24001] By: rgs                                   on 2005/03/03  18:03:15
8022         Log: Subject: [perl #32193] Tie::RefHash DELETE does not return value for ref keys
8023              From: Yuval Kojman (via RT) <perlbug-followup@perl.org>
8024              Date: 28 Oct 2004 12:16:37 -0000
8025              Message-ID: <rt-3.0.11-32193-98805.8.56634266171625@perl.org>
8026      Branch: perl
8027            ! lib/Tie/RefHash.pm
8028 ____________________________________________________________________________
8029 [ 24000] By: rgs                                   on 2005/03/03  15:43:43
8030         Log: do "filename" is not really used with perl subroutine librairies
8031              anymore.
8032      Branch: perl
8033            ! pod/perlfunc.pod
8034 ____________________________________________________________________________
8035 [ 23999] By: merijn                                on 2005/02/27  11:28:27
8036         Log: Fix for bug [ID 20020227.005] format bug with undefined _TOP
8037              http://rt.perl.org/rt3/Ticket/Display.html?id=8698
8038              If there was no TOP format the lines left on page was set
8039              to fixed number, now set to the current page length of the
8040              IO channel used. More debugging for yet another bug needed.
8041      Branch: perl
8042            ! pp_sys.c
8043 ____________________________________________________________________________
8044 [ 23998] By: davem                                 on 2005/02/26  11:32:59
8045         Log: ithreads: cond_signal() on a non-shared object coredumped
8046      Branch: perl
8047            ! ext/threads/shared/shared.xs
8048 ____________________________________________________________________________
8049 [ 23997] By: nicholas                              on 2005/02/26  09:33:30
8050         Log: SvUTF8 can be present on scalars other than PVs
8051              (specifically references with overloaded stringification)
8052      Branch: perl
8053            ! dump.c
8054 ____________________________________________________________________________
8055 [ 23996] By: davem                                 on 2005/02/26  00:47:03
8056         Log: Fix leaks in List::Util::reduce,first
8057              When the block is a closure, the cloned CV created on each call
8058              was never freed
8059      Branch: perl
8060            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
8061 ____________________________________________________________________________
8062 [ 23995] By: steveh                                on 2005/02/24  15:52:01
8063         Log: Subject: Re: (patch blead) Extend t/harness to allow filtering of the file list by regex.
8064              From: demerphq <demerphq@gmail.com>
8065              Date: Wed, 23 Feb 2005 17:49:50 +0100
8066              Message-ID: <9b18b311050223084917d7ef59@mail.gmail.com>
8067      Branch: perl
8068            ! pod/perlhack.pod
8069 ____________________________________________________________________________
8070 [ 23994] By: merijn                                on 2005/02/24  10:12:26
8071         Log: Subject: [PATCH] dprofpp help
8072              From: Andy Lester <andy@petdance.com>
8073              Date: Thu, 24 Feb 2005 00:10:42 -0600
8074              Message-ID: <20050224061042.GA20259@petdance.com>
8075      Branch: perl
8076            ! utils/dprofpp.PL
8077 ____________________________________________________________________________
8078 [ 23993] By: steveh                                on 2005/02/23  13:36:59
8079         Log: Subject: (patch blead) Extend t/harness to allow filtering of the file list by regex.
8080              From: demerphq <demerphq@gmail.com>
8081              Date: Sat, 19 Feb 2005 11:10:00 +0100
8082              Message-ID: <9b18b3110502190210105decf4@mail.gmail.com>
8083      Branch: perl
8084            ! t/harness
8085 ____________________________________________________________________________
8086 [ 23992] By: steveh                                on 2005/02/23  12:28:55
8087         Log: Subject: Patch Win32 makefiles for blead to allow parameters to be passed to harness:
8088              From: demerphq <demerphq@gmail.com>
8089              Date: Sat, 19 Feb 2005 11:00:08 +0100
8090              Message-ID: <9b18b31105021902003d9c2a95@mail.gmail.com>
8091      Branch: perl
8092            ! win32/Makefile win32/makefile.mk
8093 ____________________________________________________________________________
8094 [ 23991] By: steveh                                on 2005/02/23  09:17:55
8095         Log: Fix Win32's dmake makefile.mk for new dmakes built with Visual C++
8096      Branch: perl
8097            ! win32/makefile.mk
8098 ____________________________________________________________________________
8099 [ 23990] By: rgs                                   on 2005/02/22  18:13:01
8100         Log: Porting/manicheck is not happy when I use spaces instead of tabs.
8101      Branch: perl
8102            ! MANIFEST
8103 ____________________________________________________________________________
8104 [ 23989] By: rgs                                   on 2005/02/21  16:05:22
8105         Log: Subject: IPC::Run test failures with utf8
8106              From: Nicholas Clark <nick@ccl4.org>
8107              Date: Sat, 19 Feb 2005 00:27:57 +0000
8108              Message-ID: <20050219002757.GO13998@plum.flirble.org>
8109      Branch: perl
8110            ! lib/IPC/Run/t/run.t
8111 ____________________________________________________________________________
8112 [ 23988] By: rgs                                   on 2005/02/21  13:51:44
8113         Log: Subject: [PATCH] signed/unsigned help for pp_pack.c
8114              From: "Craig A. Berry" <craigberry@mac.com>
8115              Date: Fri, 18 Feb 2005 09:42:52 -0600
8116              Message-ID: <42160CFC.3080304@mac.com>
8117      Branch: perl
8118            ! pp_pack.c
8119 ____________________________________________________________________________
8120 [ 23987] By: rgs                                   on 2005/02/21  12:56:22
8121         Log: Subject: (blead patch) Skip a torture test under blead, and skip certain torture tests under Win32.
8122              From: demerphq <demerphq@gmail.com>
8123              Date: Sat, 19 Feb 2005 11:04:00 +0100
8124              Message-ID: <9b18b3110502190204641e103c@mail.gmail.com
8125      Branch: perl
8126            ! t/japh/abigail.t
8127 ____________________________________________________________________________
8128 [ 23986] By: rgs                                   on 2005/02/18  18:21:25
8129         Log: Subject: Patch for Perlbug #4253
8130              From: Nikolai Eipel <eipel@web.de>
8131              Date: Sat, 29 Jan 2005 16:52:53 +0100
8132              Message-Id: <200501291652.53841.eipel@web.de>
8133
8134              (-T and -B invalidate _ filehandle when no read permission on file)
8135              plus a regression test
8136      Branch: perl
8137            ! pp_sys.c t/op/stat.t
8138 ____________________________________________________________________________
8139 [ 23985] By: rgs                                   on 2005/02/18  16:18:34
8140         Log: Install and build corelist on VMS, too
8141      Branch: perl
8142            ! vms/descrip_mms.template
8143 ____________________________________________________________________________
8144 [ 23984] By: rgs                                   on 2005/02/18  16:07:54
8145         Log: Add corelist to the win32 makefiles
8146              (noticed by demerphq)
8147      Branch: perl
8148            ! win32/Makefile win32/makefile.mk
8149 ____________________________________________________________________________
8150 [ 23983] By: rgs                                   on 2005/02/18  15:48:51
8151         Log: Subject: [perl #32968] [PATCH] Re: B::walkoptree segfaults
8152              From: Stephen McCamant <smcc@MIT.EDU>
8153              Date: Tue, 28 Dec 2004 10:13:50 -0800
8154              Message-ID: <16849.41566.887352.677148@apocalypse.OCF.Berkeley.EDU>
8155      Branch: perl
8156            ! ext/B/B.xs op.h
8157 ____________________________________________________________________________
8158 [ 23982] By: rgs                                   on 2005/02/18  15:34:59
8159         Log: Subject: Re: Integration of PathTools 3.04
8160              From: demerphq <demerphq@gmail.com>
8161              Date: Fri, 18 Feb 2005 16:31:50 +0100
8162              Message-ID: <9b18b31105021807316af0aed5@mail.gmail.com>
8163      Branch: perl
8164            ! lib/Cwd.pm
8165 ____________________________________________________________________________
8166 [ 23981] By: rgs                                   on 2005/02/18  15:00:12
8167         Log: Subject: Re: Bug in Socket::IO::INET Version 1.27
8168              From: Gisle Aas <gisle@ActiveState.com>
8169              Date: 03 Feb 2005 03:16:46 -0800
8170              Message-ID: <lr7jlpsxk1.fsf@caliper.activestate.com>
8171      Branch: perl
8172            ! ext/IO/lib/IO/Socket/INET.pm
8173 ____________________________________________________________________________
8174 [ 23980] By: rgs                                   on 2005/02/18  14:27:38
8175         Log: Integrate encoding::warnings from Autrijus Tang.
8176      Branch: perl
8177            + lib/encoding/warnings.pm lib/encoding/warnings/t/1-warning.t
8178            + lib/encoding/warnings/t/2-fatal.t
8179            + lib/encoding/warnings/t/3-normal.t
8180            ! MANIFEST
8181 ____________________________________________________________________________
8182 [ 23979] By: rgs                                   on 2005/02/18  09:53:36
8183         Log: Subject: [PATCH] find2perl, new options
8184              From: slaven@rezic.de
8185              Date: Thu, 17 Feb 2005 22:30:13 +0100
8186              Message-Id: <1108675813.24421@devpc01.iconmobile.de>
8187      Branch: perl
8188            ! x2p/find2perl.PL
8189 ____________________________________________________________________________
8190 [ 23978] By: rgs                                   on 2005/02/18  08:54:33
8191         Log: Missing dependencies in x2p makefile, by Slaven Rezic.
8192      Branch: perl
8193            ! x2p/Makefile.SH
8194 ____________________________________________________________________________
8195 [ 23977] By: rgs                                   on 2005/02/17  18:14:19
8196         Log: Upgrade to PathTools 3.04
8197              (plus tweaks to Cwd and cwd.t to run when building perl)
8198      Branch: perl
8199            + ext/Cwd/ppport.h
8200            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
8201            ! ext/Cwd/t/taint.t ext/Cwd/t/win32.t lib/Cwd.pm
8202            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
8203            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
8204            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
8205            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
8206            ! lib/File/Spec/t/Spec.t lib/File/Spec/t/crossplatform.t
8207            ! lib/File/Spec/t/rel2abs2rel.t
8208 ____________________________________________________________________________
8209 [ 23976] By: rgs                                   on 2005/02/17  17:42:59
8210         Log: Upgrade to Pod::LaTeX 0.58
8211      Branch: perl
8212            ! lib/Pod/LaTeX.pm lib/Pod/t/pod2latex.t
8213 ____________________________________________________________________________
8214 [ 23975] By: rgs                                   on 2005/02/17  15:21:55
8215         Log: Upgrade to Time::HiRes 1.66
8216      Branch: perl
8217            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
8218            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
8219 ____________________________________________________________________________
8220 [ 23974] By: rgs                                   on 2005/02/17  14:57:06
8221         Log: Subject: [perl #31730] [PATCH] IO::File reads garbage from directory filehandles
8222              From: "Steve Peters via RT" <perlbug-followup@perl.org>
8223              Date: 1 Feb 2005 16:24:11 -0000
8224              Message-ID: <rt-3.0.11-31730-107010.1.24399823945417@perl.org>
8225      Branch: perl
8226            ! ext/IO/lib/IO/File.pm
8227 ____________________________________________________________________________
8228 [ 23973] By: rgs                                   on 2005/02/16  13:20:55
8229         Log: Subject: Re: [PATCH] Re: perl winpid?
8230              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8231              Date: Tue, 15 Feb 2005 20:45:13 -0800
8232              Message-ID: <20050216044512.GA2516@efn.org>
8233      Branch: perl
8234            ! ext/B/t/stash.t
8235 ____________________________________________________________________________
8236 [ 23972] By: steveh                                on 2005/02/15  14:47:47
8237         Log: Jan Dubois has taken over maintenance of Win32 stuff from Sarathy
8238      Branch: perl
8239            ! Porting/Maintainers.pl README.win32
8240 ____________________________________________________________________________
8241 [ 23971] By: rgs                                   on 2005/02/15  13:52:15
8242         Log: Fix documentation bug in using Socket's import tags :
8243
8244              Subject: [perl #34141] example in perlbug -f getsockopt incomplete
8245              From: David Dyck (via RT) <perlbug-followup@perl.org>
8246              Date: 15 Feb 2005 07:35:45 -0000
8247              Message-ID: <rt-3.0.11-34141-107730.6.0777451251105@perl.org>
8248      Branch: perl
8249            ! pod/perlfunc.pod
8250 ____________________________________________________________________________
8251 [ 23970] By: steveh                                on 2005/02/15  13:20:40
8252         Log: Fix PERL_MALLOC/DEBUG_MSTATS options in Win32 makefiles
8253
8254              Currently, if USE_IMP_SYS is defined then PERL_MALLOC gets undefined.
8255              We should also undefine DEBUG_MSTATS if PERL_MALLOC is (or has become)
8256              undefined, and we should do all this *before* inspecting DEBUG_MSTATS
8257              to see if we need to add -DPERL_DEBUGGING_MSTATS to BUILDOPT.
8258      Branch: perl
8259            ! win32/Makefile win32/makefile.mk
8260 ____________________________________________________________________________
8261 [ 23969] By: steveh                                on 2005/02/15  11:40:03
8262         Log: Fix definition of DEBUG_MSTATS for Win32 dmake builds
8263      Branch: perl
8264            ! win32/makefile.mk
8265 ____________________________________________________________________________
8266 [ 23968] By: rgs                                   on 2005/02/15  08:29:13
8267         Log: Use strl* functions in doio.c when available
8268              Based on :
8269              Subject: [PATCH] Changes to doio.c to use strlcpy() and strlcat()
8270              From: Steve Peters <steve@fisharerojo.org>
8271              Date: Wed, 1 Dec 2004 19:42:14 -0600
8272              Message-ID: <20041202014214.GA20907@mccoy.peters.homeunix.org>
8273      Branch: perl
8274            ! doio.c
8275 ____________________________________________________________________________
8276 [ 23967] By: mhx                                   on 2005/02/15  04:58:48
8277         Log: Subject: [PATCH] Additional tests for t/op/not.t
8278              From: Steve Peters <steve@fisharerojo.org>
8279              Date: Mon, 14 Feb 2005 19:54:17 -0600
8280              Message-ID: <20050215015417.GA30368@mccoy.peters.homeunix.org>
8281      Branch: perl
8282            ! t/op/not.t
8283 ____________________________________________________________________________
8284 [ 23966] By: rgs                                   on 2005/02/14  21:05:17
8285         Log: Subject: Re: encoding neutral unpack
8286              From: perl5-porters@ton.iguana.be (Ton Hospel)
8287              Date: Sat, 5 Feb 2005 01:34:44 +0000 (UTC)
8288              Message-ID: <cu17rk$k78$1@post.home.lunix>
8289
8290              tweaked to remove the 'not supported on this platform'
8291              error messages
8292      Branch: perl
8293            ! genpacksizetables.pl pp_pack.c t/op/pack.t t/uni/case.pl
8294 ____________________________________________________________________________
8295 [ 23965] By: mhx                                   on 2005/02/14  17:26:02
8296         Log: Regenerate Perl_keyword() to remove superfluous goto statements.
8297      Branch: perl
8298            ! toke.c
8299 ____________________________________________________________________________
8300 [ 23964] By: mhx                                   on 2005/02/14  17:21:29
8301         Log: Require version 0.05 of Devel::Tokenizer::C.
8302      Branch: perl
8303            ! perl_keyword.pl
8304 ____________________________________________________________________________
8305 [ 23963] By: rgs                                   on 2005/02/12  16:26:47
8306         Log: Mac OS Classic vs Mac OS X clarications
8307              by Sherm Pendley
8308      Branch: perl
8309            ! pod/perlfaq3.pod pod/perlmodinstall.pod pod/perlopentut.pod
8310            ! pod/perlrun.pod
8311 ____________________________________________________________________________
8312 [ 23962] By: rgs                                   on 2005/02/12  16:14:56
8313         Log: README.cygwin additions by Reini Urban
8314      Branch: perl
8315            ! README.cygwin
8316 ____________________________________________________________________________
8317 [ 23961] By: merijn                                on 2005/02/11  09:32:50
8318         Log: Subject: Re: [PATCH] Re: perl winpid?
8319              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8320              Date: Thu, 10 Feb 2005 20:04:35 -0800
8321              Message-ID: <20050211040434.GA3824@efn.org>
8322      Branch: perl
8323            + t/lib/cygwin.t
8324            ! MANIFEST README.cygwin cygwin/cygwin.c
8325 ____________________________________________________________________________
8326 [ 23960] By: mhx                                   on 2005/02/10  20:50:31
8327         Log: not() || 1 produces segmentation fault
8328
8329              Fixed by making not() behave like not(0). This is also the
8330              way not() behaved before it started segfaulting in 5.6.0.
8331      Branch: perl
8332            + t/op/not.t
8333            ! MANIFEST perly.act perly.h perly.tab perly.y
8334 ____________________________________________________________________________
8335 [ 23959] By: mhx                                   on 2005/02/10  20:36:13
8336         Log: regen_perly.pl runs fine with bison 2.0.
8337      Branch: perl
8338            ! regen_perly.pl
8339 ____________________________________________________________________________
8340 [ 23958] By: merijn                                on 2005/02/10  15:56:04
8341         Log: 'what' cannot find ccversion if `which cc` is a symlink to ccache
8342              ccversion is important enough to jump through some hoops to get it
8343      Branch: perl
8344            ! hints/hpux.sh
8345 ____________________________________________________________________________
8346 [ 23957] By: merijn                                on 2005/02/10  14:19:51
8347         Log: Swap logic in BEGIN blocks to have Cwd's abs_path do the
8348              translation *before* the chdir (), so it now DTRT
8349      Branch: perl
8350            ! lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
8351            ! lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
8352            ! lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
8353            ! lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
8354            ! lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
8355            ! lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
8356            ! lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
8357 ____________________________________________________________________________
8358 [ 23956] By: rgs                                   on 2005/02/10  10:58:26
8359         Log: Upgrade to Time::Local 1.11
8360      Branch: perl
8361            ! lib/Time/Local.pm lib/Time/Local.t
8362 ____________________________________________________________________________
8363 [ 23955] By: rgs                                   on 2005/02/10  10:51:59
8364         Log: Subject: Re: [PATCH] BigInt mbi_rand.t failings (solved now)
8365              From: Tels <nospam-abuse@bloodgate.com>
8366              Date: Wed, 9 Feb 2005 21:44:22 +0100
8367              Message-Id: <200502092144.24051@bloodgate.com>
8368      Branch: perl
8369            ! lib/Math/BigInt/Calc.pm
8370 ____________________________________________________________________________
8371 [ 23954] By: rgs                                   on 2005/02/09  18:06:39
8372         Log: Add IPC::Run 0.80.
8373
8374              Subject: [PATCH] IPC::Run 0.80 integration (was Re: [RFC] More core integration)
8375              From: "Jos I. Boumans" <kane@xs4all.net>
8376              Date: Fri, 28 Jan 2005 18:32:44 +0100
8377              Message-Id: <9E6ECDBE-7152-11D9-B82E-000A956B0E06@xs4all.net>
8378
8379              with PERL_CORE test premables hacked for better $^X portability
8380              (we hope.)
8381      Branch: perl
8382            + lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
8383            + lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
8384            + lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
8385            + lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
8386            + lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
8387            + lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
8388            + lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
8389            + lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
8390            + lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
8391            + lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
8392            ! MANIFEST
8393 ____________________________________________________________________________
8394 [ 23953] By: rgs                                   on 2005/02/09  09:28:19
8395         Log: Patch for CAN-2004-0452 by Jeroen van Wolffelaar.
8396              The rmtree() function in the perl File::Path module would remove
8397              directories in an insecure manner which could lead to the removal
8398              of arbitrary files and directories via a symlink attack.
8399      Branch: perl
8400            ! lib/File/Path.pm
8401 ____________________________________________________________________________
8402 [ 23952] By: merijn                                on 2005/02/08  16:30:43
8403         Log: IBM Released vac.C version 7, and changed the naming convention (again)
8404              Thanks to Campo for spotting, testing and the fix
8405      Branch: perl
8406            ! hints/aix.sh
8407 ____________________________________________________________________________
8408 [ 23951] By: rgs                                   on 2005/02/08  14:02:56
8409         Log: Subject: [perl #34076] P/p pack formats only recognize literal undef
8410              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
8411              Date: 6 Feb 2005 22:03:20 -0000
8412              Message-ID: <rt-3.0.11-34076-107344.19.3123360602169@perl.org>
8413      Branch: perl
8414            ! pp_pack.c
8415 ____________________________________________________________________________
8416 [ 23950] By: rgs                                   on 2005/02/08  11:09:03
8417         Log: Remove mention of sub-packages in the Symbol manpage.
8418      Branch: perl
8419            ! lib/Symbol.pm
8420 ____________________________________________________________________________
8421 [ 23949] By: rgs                                   on 2005/02/08  10:44:09
8422         Log: Add Module::CoreList in the maintainers list
8423      Branch: perl
8424            ! Porting/Maintainers.pl
8425 ____________________________________________________________________________
8426 [ 23948] By: rgs                                   on 2005/02/08  10:39:21
8427         Log: Fix typo in corelist
8428      Branch: perl
8429            ! lib/Module/CoreList/bin/corelist
8430 ____________________________________________________________________________
8431 [ 23947] By: rgs                                   on 2005/02/08  10:22:22
8432         Log: Add Module::CoreList to bleadperl.
8433
8434              Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration)
8435              From: "Jos I. Boumans" <kane@xs4all.net>
8436              Date: Fri, 28 Jan 2005 17:38:27 +0100
8437              Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net>
8438      Branch: perl
8439            + lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
8440            + lib/Module/CoreList/t/corelist.t utils/corelist.PL
8441            ! MANIFEST installperl utils.lst utils/Makefile
8442 ____________________________________________________________________________
8443 [ 23946] By: rgs                                   on 2005/02/08  09:31:45
8444         Log: Subject: [perl #34062] pack Z0 destroys the character before
8445              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
8446              Date: 5 Feb 2005 18:09:00 -0000
8447              Message-ID: <rt-3.0.11-34062-107199.19.360569328007@perl.org>
8448              (plus a regression test)
8449      Branch: perl
8450            ! pp_pack.c t/op/pack.t
8451 ____________________________________________________________________________
8452 [ 23945] By: rgs                                   on 2005/02/08  09:25:29
8453         Log: A small precision in the docs for overloaded regexp escapes
8454              (see bug #33906)
8455      Branch: perl
8456            ! pod/perlre.pod
8457 ____________________________________________________________________________
8458 [ 23943] By: rgs                                   on 2005/02/06  22:18:48
8459         Log: Avoid evaluating a strlen twice due the new implementation
8460              of New() with PERL_MALLOC_WRAP
8461      Branch: perl
8462            ! util.c
8463 ____________________________________________________________________________
8464 [ 23942] By: nicholas                              on 2005/02/05  22:02:50
8465         Log: Stop lib/h2xs.t failing needlessly if it failed to clear up behind
8466              itself on a previous run.
8467      Branch: perl
8468            ! lib/h2xs.t
8469 ____________________________________________________________________________
8470 [ 23941] By: nicholas                              on 2005/02/05  21:47:35
8471         Log: With mallocwrap New() evaluates its arguments more than once, so they
8472              had better not have any side effects.
8473              :-(
8474      Branch: perl
8475            ! util.c
8476 ____________________________________________________________________________
8477 [ 23935] By: nicholas                              on 2005/02/05  15:05:08
8478         Log: Let's (un)do the timewarp, again.
8479              Attempt to bodge round Makefile sometimes being older than Makefile.PL
8480              Pesky filesystems.
8481      Branch: perl
8482            ! lib/ExtUtils/t/Constant.t
8483 ____________________________________________________________________________
8484 [ 23928] By: rgs                                   on 2005/02/04  10:41:43
8485         Log: Upgrade to Digest 1.10
8486      Branch: perl
8487            + lib/Digest/Changes lib/Digest/file.pm lib/Digest/t/file.t
8488            ! MANIFEST lib/Digest.pm lib/Digest/base.pm
8489 ____________________________________________________________________________
8490 [ 23927] By: mhx                                   on 2005/02/02  21:33:12
8491         Log: Remove 2 unused variables from APItest.xs.
8492      Branch: perl
8493            ! ext/XS/APItest/APItest.xs
8494 ____________________________________________________________________________
8495 [ 23926] By: mhx                                   on 2005/02/02  21:29:40
8496         Log: Upgrade to Devel::PPPort 3.06.
8497      Branch: perl
8498            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
8499            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
8500            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/module3.c
8501            ! ext/Devel/PPPort/parts/inc/exception
8502            ! ext/Devel/PPPort/parts/inc/misc
8503 ____________________________________________________________________________
8504 [ 23925] By: mhx                                   on 2005/02/02  21:26:14
8505         Log: Attempt to fix problems with new exception handling macros.
8506      Branch: perl
8507            + ext/XS/APItest/exception.c
8508            ! MANIFEST XSUB.h ext/XS/APItest/APItest.xs
8509            ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
8510            ! pod/perlguts.pod
8511 ____________________________________________________________________________
8512 [ 23924] By: rgs                                   on 2005/02/02  19:50:53
8513         Log: Subject: Re: encoding neutral unpack
8514              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
8515              Date: Sat, 29 Jan 2005 12:54:34 +0000 (UTC)
8516              Message-ID: <ctg12a$j0e$2[at]post.home.lunix>
8517
8518              Counted length prefixes shouldn't change C0/U0 mode
8519              in pack/unpack (plus a regression test)
8520      Branch: perl
8521            ! pp_pack.c t/op/pack.t
8522 ____________________________________________________________________________
8523 [ 23923] By: rgs                                   on 2005/02/02  19:35:47
8524         Log: Subject: Re: encoding neutral unpack
8525              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
8526              Date: Sat, 29 Jan 2005 13:07:38 +0000 (UTC)
8527              Message-ID: <ctg1qq$j0e$3[at]post.home.lunix>
8528
8529              Make U0 and C0 scoped to () pack subtemplates.
8530              (plus a regression test)
8531      Branch: perl
8532            ! pp_pack.c t/op/pack.t
8533 ____________________________________________________________________________
8534 [ 23922] By: rgs                                   on 2005/02/02  19:23:46
8535         Log: Subject: Re: encoding neutral unpack
8536              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
8537              Date: Sat, 29 Jan 2005 13:24:55 +0000 (UTC)
8538              Message-ID: <ctg2r7$j0e$4[at]post.home.lunix>
8539
8540              Ensure that with the C format, unpack checksums
8541              don't get overflowed. (plus a regression test)
8542      Branch: perl
8543            ! pp_pack.c t/op/pack.t
8544 ____________________________________________________________________________
8545 [ 23921] By: davem                                 on 2005/02/02  18:25:00
8546         Log: fix POSIX::strtod error handling documentation
8547      Branch: perl
8548            ! ext/POSIX/POSIX.pod
8549 ____________________________________________________________________________
8550 [ 23920] By: merijn                                on 2005/02/02  13:12:17
8551         Log: Subject: [PATCH pod/perlfunc.pod] POD nit @ sysseek
8552              From: Abigail <abigail@abigail.nl>
8553              Date: Tue, 1 Feb 2005 21:33:14 +0100
8554              Message-ID: <20050201203314.GC335@abigail.nl>
8555      Branch: perl
8556            ! pod/perlfunc.pod
8557 ____________________________________________________________________________
8558 [ 23919] By: merijn                                on 2005/02/02  12:49:46
8559         Log: Picky compilers (e.g. vac on AIX 5.2) do not accept statements
8560              between declarations
8561      Branch: perl
8562            ! ext/Devel/PPPort/PPPort.xs
8563 ____________________________________________________________________________
8564 [ 23917] By: nicholas                              on 2005/02/01  11:46:31
8565         Log: "All" "all?" Who said all? There were 2 more missing gnuk{free,net}bsd
8566              hints files to add to MANIFEST. Sort MANIFEST
8567              while I'm in the area.
8568      Branch: perl
8569            ! MANIFEST
8570 ____________________________________________________________________________
8571 [ 23916] By: rgs                                   on 2005/02/01  10:02:51
8572         Log: Subject: Re: [perl #34010] localtime docs
8573              From: Andy Lester <andy@petdance.com>
8574              Date: Mon, 31 Jan 2005 21:24:29 -0600
8575              Message-ID: <20050201032429.GA29354@petdance.com>
8576      Branch: perl
8577            ! pod/perlfunc.pod
8578 ____________________________________________________________________________
8579 [ 23915] By: rgs                                   on 2005/01/31  23:08:59
8580         Log: Subject: Re: encoding neutral unpack
8581              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
8582              Date: Sat, 29 Jan 2005 12:41:20 +0000 (UTC)
8583              Message-ID: <ctg09g$j0e$1[at]post.home.lunix>
8584
8585              Forgotten character progress while checksumming over partial
8586              b or B format. (plus a regression test)
8587      Branch: perl
8588            ! pp_pack.c t/op/pack.t
8589 ____________________________________________________________________________
8590 [ 23914] By: mhx                                   on 2005/01/31  19:22:41
8591         Log: Make Perl_keyword() another 30% faster.
8592      Branch: perl
8593            ! perl_keyword.pl toke.c
8594 ____________________________________________________________________________
8595 [ 23913] By: mhx                                   on 2005/01/31  18:14:44
8596         Log: Regenerate perlapi.pod.
8597      Branch: perl
8598            ! pod/perlapi.pod
8599 ____________________________________________________________________________
8600 [ 23912] By: mhx                                   on 2005/01/31  18:07:29
8601         Log: Upgrade to Devel::PPPort 3.05.
8602      Branch: perl
8603            + ext/Devel/PPPort/parts/base/5008006
8604            + ext/Devel/PPPort/parts/inc/exception
8605            + ext/Devel/PPPort/parts/todo/5008006
8606            + ext/Devel/PPPort/t/exception.t
8607            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
8608            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/MANIFEST.SKIP
8609            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/Makefile.PL
8610            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
8611            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
8612            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
8613            ! ext/Devel/PPPort/apicheck_c.PL
8614            ! ext/Devel/PPPort/devel/buildperl.pl
8615            ! ext/Devel/PPPort/devel/mkapidoc.sh
8616            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
8617            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
8618            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
8619            ! ext/Devel/PPPort/parts/apicheck.pl
8620            ! ext/Devel/PPPort/parts/base/5004000
8621            ! ext/Devel/PPPort/parts/base/5004050
8622            ! ext/Devel/PPPort/parts/base/5005000
8623            ! ext/Devel/PPPort/parts/base/5006000
8624            ! ext/Devel/PPPort/parts/base/5008001
8625            ! ext/Devel/PPPort/parts/base/5009002
8626            ! ext/Devel/PPPort/parts/embed.fnc
8627            ! ext/Devel/PPPort/parts/inc/MY_CXT
8628            ! ext/Devel/PPPort/parts/inc/SvPV
8629            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
8630            ! ext/Devel/PPPort/parts/inc/format
8631            ! ext/Devel/PPPort/parts/inc/grok
8632            ! ext/Devel/PPPort/parts/inc/limits
8633            ! ext/Devel/PPPort/parts/inc/mPUSH
8634            ! ext/Devel/PPPort/parts/inc/magic
8635            ! ext/Devel/PPPort/parts/inc/misc
8636            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
8637            ! ext/Devel/PPPort/parts/inc/newRV
8638            ! ext/Devel/PPPort/parts/inc/ppphbin
8639            ! ext/Devel/PPPort/parts/inc/ppphdoc
8640            ! ext/Devel/PPPort/parts/inc/ppphtest
8641            ! ext/Devel/PPPort/parts/inc/sv_xpvf
8642            ! ext/Devel/PPPort/parts/inc/threads
8643            ! ext/Devel/PPPort/parts/inc/uv
8644            ! ext/Devel/PPPort/parts/inc/version
8645            ! ext/Devel/PPPort/parts/ppptools.pl
8646            ! ext/Devel/PPPort/parts/todo/5009002
8647            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
8648            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/misc.t
8649            ! ext/Devel/PPPort/typemap
8650 ____________________________________________________________________________
8651 [ 23911] By: mhx                                   on 2005/01/31  18:00:31
8652         Log: Add simple exception handling macros for XS writers.
8653      Branch: perl
8654            + ext/XS/APItest/t/exception.t
8655            ! MANIFEST XSUB.h ext/XS/APItest/APItest.pm
8656            ! ext/XS/APItest/APItest.xs pod/perlguts.pod
8657 ____________________________________________________________________________
8658 [ 23910] By: nicholas                              on 2005/01/31  17:46:03
8659         Log: Add all the missing gnuk{free,net}bsd hints files to MANIFEST
8660      Branch: perl
8661            ! MANIFEST
8662 ____________________________________________________________________________
8663 [ 23909] By: merijn                                on 2005/01/31  11:33:14
8664         Log: Subject: [perl #33998] [PATCH] Support for GNU/kFreeBSD
8665              From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org>
8666              Date: 31 Jan 2005 07:37:55 -0000
8667              Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org>
8668      Branch: perl
8669            + ext/DynaLoader/hints/gnukfreebsd.pl
8670            + ext/DynaLoader/hints/gnuknetbsd.pl
8671            + ext/NDBM_File/hints/gnukfreebsd.pl
8672            + ext/NDBM_File/hints/gnuknetbsd.pl
8673            + ext/ODBM_File/hints/gnukfreebsd.pl
8674            + ext/ODBM_File/hints/gnuknetbsd.pl
8675            + ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
8676            + ext/Storable/hints/gnukfreebsd.pl
8677            + ext/Storable/hints/gnuknetbsd.pl hints/gnukfreebsd.sh
8678            + hints/gnuknetbsd.sh
8679            ! Configure
8680 ____________________________________________________________________________
8681 [ 23907] By: rgs                                   on 2005/01/31  11:17:26
8682         Log: Document the changes to PERLIO_DEBUG.
8683      Branch: perl
8684            ! pod/perlrun.pod
8685 ____________________________________________________________________________
8686 [ 23906] By: rgs                                   on 2005/01/31  10:53:14
8687         Log: Really fix the bug [perl #33990].
8688              NB. -DIAMSUID is only set to compile sperl.o.
8689      Branch: perl
8690            ! perlio.c
8691 ____________________________________________________________________________
8692 [ 23905] By: steveh                                on 2005/01/31  10:03:56
8693         Log: Fix test suite hang on Win32 caused by change #23898
8694
8695              ("perl -e sleep 3" does an indefinite sleep!)
8696      Branch: perl
8697            ! t/op/alarm.t
8698 ____________________________________________________________________________
8699 [ 23904] By: rgs                                   on 2005/01/31  08:35:51
8700         Log: Avoid a buffer overflow with threads and PERLIO_DEBUG
8701      Branch: perl
8702            ! perlio.c
8703 ____________________________________________________________________________
8704 [ 23903] By: rgs                                   on 2005/01/31  08:19:10
8705         Log: Don't write to $PERLIO_DEBUG when setuid ([perl #33990])
8706      Branch: perl
8707            ! perlio.c
8708 ____________________________________________________________________________
8709 [ 23900] By: davem                                 on 2005/01/30  17:46:35
8710         Log: minor corrections to comments in perly.y
8711      Branch: perl
8712            ! perly.y
8713 ____________________________________________________________________________
8714 [ 23899] By: rgs                                   on 2005/01/30  14:50:15
8715         Log: Subject: h2hp: 2 fix
8716              From: Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
8717              Date: Fri, 28 Jan 2005 16:53:11 +0100
8718              Message-Id: <200501281653.15708.olivier.thauvin@aerov.jussieu.fr>
8719      Branch: perl
8720            ! utils/h2ph.PL
8721 ____________________________________________________________________________
8722 [ 23898] By: davem                                 on 2005/01/29  16:14:20
8723         Log: chomp() fails after alarm(), `sleep`
8724
8725              PP_backtick's temp altering of PL_rs didn't restore after
8726              an exception
8727      Branch: perl
8728            ! pp_sys.c t/op/alarm.t
8729 ____________________________________________________________________________
8730 [ 23897] By: nicholas                              on 2005/01/28  21:01:04
8731         Log: More consistent names for all the parameter name/declaration methods
8732      Branch: perl
8733            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
8734            ! perl_keyword.pl
8735 ____________________________________________________________________________
8736 [ 23894] By: nicholas                              on 2005/01/28  13:59:40
8737         Log: Calculate the number of tests in one place, so that the skip()s will
8738              always agree with the plan()s
8739      Branch: perl
8740            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
8741 ____________________________________________________________________________
8742 [ 23893] By: rgs                                   on 2005/01/28  08:53:47
8743         Log: Add a reference to books.perl.org.
8744      Branch: perl
8745            ! pod/perlbook.pod
8746 ____________________________________________________________________________
8747 [ 23892] By: nicholas                              on 2005/01/27  19:26:21
8748         Log: Retrieve the flag bit that only 'p' uses, so that it is spare for
8749              future use.
8750      Branch: perl
8751            ! genpacksizetables.pl pp_pack.c
8752 ____________________________________________________________________________
8753 [ 23891] By: rgs                                   on 2005/01/27  18:29:51
8754         Log: Subject: Re: [patch] decrufting OptreeCheck stuff
8755              From: Jim Cromie <jcromie@divsol.com>
8756              Date: Sun, 16 Jan 2005 17:16:00 -0700
8757              Message-ID: <41EB03C0.7030509@divsol.com>
8758              (with minor typos fixed)
8759      Branch: perl
8760            ! ext/B/B/Concise.pm ext/B/t/OptreeCheck.pm ext/B/t/f_map.t
8761            ! ext/B/t/f_sort.t ext/B/t/optree_check.t
8762            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
8763            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
8764            ! ext/B/t/optree_varinit.t
8765 ____________________________________________________________________________
8766 [ 23890] By: rgs                                   on 2005/01/27  17:49:50
8767         Log: Subject: [PATCH] libperl leaks a THREAD_KEY each time it is reloaded
8768              From: Gisle Aas <gisle@ActiveState.com>
8769              Date: 05 Jan 2005 03:21:06 -0800
8770              Message-ID: <lris6cxgt9.fsf@caliper.activestate.com>
8771      Branch: perl
8772            ! perl.c
8773 ____________________________________________________________________________
8774 [ 23889] By: nicholas                              on 2005/01/27  17:29:04
8775         Log: Make the byte order modifers < and > and the sign modifier ! (for
8776              n N v V) conditionally compile. This means that the refactored
8777              pp_pack/pp_unpack code can now be used in maint.
8778      Branch: perl
8779            ! genpacksizetables.pl pp_pack.c
8780 ____________________________________________________________________________
8781 [ 23888] By: nicholas                              on 2005/01/27  16:40:07
8782         Log: Oops. Was forgetting to test n! N! v! V! in pack
8783      Branch: perl
8784            ! t/op/pack.t
8785 ____________________________________________________________________________
8786 [ 23886] By: nicholas                              on 2005/01/27  14:42:28
8787         Log: Check that the warning behaviour on the modifiers !, < and > is as we
8788              expect it for this perl.
8789      Branch: perl
8790            ! t/op/pack.t
8791 ____________________________________________________________________________
8792 [ 23884] By: nicholas                              on 2005/01/27  11:27:12
8793         Log: Make the tests for the endianness modifiers < and >, and the
8794              signnedness modifier ! conditional on perl version. Surprisingly
8795              little change needed.
8796      Branch: perl
8797            ! t/op/pack.t
8798 ____________________________________________________________________________
8799 [ 23883] By: nicholas                              on 2005/01/27  11:12:34
8800         Log: &_q needs to *globally* escape ' and \ in its substitution.
8801      Branch: perl
8802            ! t/test.pl
8803 ____________________________________________________________________________
8804 [ 23882] By: rgs                                   on 2005/01/25  16:53:08
8805         Log: Subject: [PATCH] BigInt mbi_rand.t failings
8806              From: Tels <nospam-abuse@bloodgate.com>
8807              Date: Tue, 25 Jan 2005 18:06:58 +0100
8808              Message-Id: <200501251806.59782@bloodgate.com>
8809      Branch: perl
8810            ! lib/Math/BigInt/Calc.pm
8811 ____________________________________________________________________________
8812 [ 23881] By: rgs                                   on 2005/01/25  16:12:08
8813         Log: Integrate change #23880 in original comment
8814      Branch: perl
8815            ! util.c
8816 ____________________________________________________________________________
8817 [ 23880] By: merijn                                on 2005/01/25  15:41:30
8818         Log: Subject: [PATCH] perlapi.pod has pod errors
8819              From: "Jos I. Boumans" <kane@xs4all.net>
8820              Date: Tue, 25 Jan 2005 16:42:38 +0100
8821              Message-Id: <BDA482F7-6EE7-11D9-8AA7-000A95EF62E2@xs4all.net>
8822      Branch: perl
8823            ! pod/perlapi.pod
8824 ____________________________________________________________________________
8825 [ 23879] By: nicholas                              on 2005/01/24  23:16:04
8826         Log: Correct and update comments (before anyone writes in)
8827              Remove a temporary variable.
8828      Branch: perl
8829            ! lib/ExtUtils/Constant/Base.pm
8830 ____________________________________________________________________________
8831 [ 23878] By: nicholas                              on 2005/01/24  22:10:36
8832         Log: Ooops. It was 190M when I was using 4 bytes per entry for lengths in
8833              the dump file. The newer format is only 135M
8834      Branch: perl
8835            ! toke.c
8836 ____________________________________________________________________________
8837 [ 23877] By: nicholas                              on 2005/01/24  22:06:05
8838         Log: A script to regenerate Perl_keyword()
8839      Branch: perl
8840            + perl_keyword.pl
8841            ! MANIFEST
8842 ____________________________________________________________________________
8843 [ 23876] By: nicholas                              on 2005/01/24  22:05:29
8844         Log: Add weights to ExtUtils::Constant to allow sorting by expected
8845              frequency. This makes the Perl_keyword() replacement 20% faster,
8846              rather than just 12%
8847      Branch: perl
8848            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
8849 ____________________________________________________________________________
8850 [ 23875] By: nicholas                              on 2005/01/24  21:43:52
8851         Log: Replace Perl_keyword() with a version that's 20% faster on typical
8852              input, generated by subclassing ExtUtils::Constant. (Typical input
8853              being about 135M of input from running a lot of perl scripts)
8854      Branch: perl
8855            ! toke.c
8856 ____________________________________________________________________________
8857 [ 23874] By: merijn                                on 2005/01/24  15:10:55
8858         Log: Subject: [PATCH] assorted tempfile clean-up in the test suite
8859              From: "Craig A. Berry" <craigberry@mac.com>
8860              Date: Sun, 23 Jan 2005 14:23:17 -0600
8861              Message-ID: <41F407B5.7020106@mac.com>
8862      Branch: perl
8863            ! lib/Test/Simple/t/reset.t t/io/fs.t t/io/tell.t
8864 ____________________________________________________________________________
8865 [ 23873] By: rgs                                   on 2005/01/24  13:14:21
8866         Log: Revert change 23843.
8867              (See discussion for bug [perl #31924])
8868      Branch: perl
8869            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
8870            ! pp_ctl.c proto.h t/comp/require.t
8871 ____________________________________________________________________________
8872 [ 23872] By: rgs                                   on 2005/01/24  10:27:10
8873         Log: Subject: [perl #33906] Missing \\ in perlre
8874              From: Andrew (via RT) <perlbug-followup@perl.org>
8875              Date: 23 Jan 2005 20:52:51 -0000
8876              Message-ID: <rt-3.0.11-33906-106339.17.5527961922343@perl.org>
8877      Branch: perl
8878            ! pod/perlre.pod
8879 ____________________________________________________________________________
8880 [ 23871] By: rgs                                   on 2005/01/24  10:10:47
8881         Log: Subject: [PATCH] Test::Harness::Straps::_default_inc shell problem
8882              From: "Craig A. Berry" <craigberry@mac.com>
8883              Date: Sun, 23 Jan 2005 13:44:49 -0600
8884              Message-ID: <41F3FEB1.9020102@mac.com>
8885      Branch: perl
8886            ! lib/Test/Harness/Straps.pm
8887 ____________________________________________________________________________
8888 [ 23870] By: rgs                                   on 2005/01/24  09:40:35
8889         Log: Subject: Re: [perl #33892] Add Interix support
8890              From: Todd Vierling <tv@duh.org>
8891              Date: Fri, 21 Jan 2005 15:16:16 -0500 (EST)
8892              Message-ID: <Pine.NEB.4.61.0501211424350.13373@duh.net.dhis.org>
8893      Branch: perl
8894            ! hints/interix.sh
8895 ____________________________________________________________________________
8896 [ 23869] By: davem                                 on 2005/01/23  22:20:10
8897         Log: Subject:  Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
8898              From:  Jarkko Hietaniemi <jhi@iki.fi>
8899              Date:  Sun, 23 Jan 2005 21:25:01 +0200
8900              Message-Id:  <41F3FA0D.4010301@iki.fi>
8901
8902              The uc() memory reduction patch had a memory leak...
8903      Branch: perl
8904            ! pp.c
8905 ____________________________________________________________________________
8906 [ 23868] By: nicholas                              on 2005/01/23  22:06:01
8907         Log: Tidy up 2 comments
8908      Branch: perl
8909            ! regcomp.c
8910 ____________________________________________________________________________
8911 [ 23867] By: nicholas                              on 2005/01/23  22:05:12
8912         Log: Assimilate ExtUtils::Constant 0.16
8913      Branch: perl
8914            + lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/Utils.pm
8915            + lib/ExtUtils/Constant/XS.pm
8916            ! MANIFEST lib/ExtUtils/Constant.pm
8917 ____________________________________________________________________________
8918 [ 23866] By: nicholas                              on 2005/01/23  21:43:17
8919         Log: Slightly terser code in S_regpposixcc (names inside [:*here*:])
8920      Branch: perl
8921            ! regcomp.c
8922 ____________________________________________________________________________
8923 [ 23864] By: nicholas                              on 2005/01/22  22:30:12
8924         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
8925              From: Jarkko Hietaniemi <jhi@iki.fi>
8926              Message-ID: <41F2C427.7020003@iki.fi>
8927              Date: Sat, 22 Jan 2005 23:22:47 +0200
8928      Branch: perl
8929            ! hints/dec_osf.sh
8930 ____________________________________________________________________________
8931 [ 23863] By: davem                                 on 2005/01/22  18:27:58
8932         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
8933              From:  Jarkko Hietaniemi <jhi@iki.fi>
8934              Date:  Sat, 22 Jan 2005 11:33:12 +0200
8935              Message-Id:  <41F21DD8.3050500@iki.fi>
8936
8937              change #23857 miscalculated the SvGROW size
8938      Branch: perl
8939            ! pp.c
8940 ____________________________________________________________________________
8941 [ 23862] By: nicholas                              on 2005/01/22  17:51:13
8942         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
8943              From: Jarkko Hietaniemi <jhi@iki.fi>
8944              Message-ID: <41F2911E.8090204@iki.fi>
8945              Date: Sat, 22 Jan 2005 19:45:02 +0200
8946
8947              (drop optimisation on pp_pack.c for gcc on osf1 to -O1)
8948      Branch: perl
8949            ! hints/dec_osf.sh
8950 ____________________________________________________________________________
8951 [ 23861] By: nicholas                              on 2005/01/22  14:15:58
8952         Log: Update copyright years and add editor blocks
8953      Branch: perl
8954            ! doop.c hv.c utf8.c
8955 ____________________________________________________________________________
8956 [ 23860] By: nicholas                              on 2005/01/22  12:03:00
8957         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
8958              Subject: Re: [PATCH] do not assume quads or long doubles
8959              Message-ID: <41F21B0A.2050301@iki.fi>
8960              Date: Sat, 22 Jan 2005 11:21:14 +0200
8961      Branch: perl
8962            ! pp_pack.c
8963 ____________________________________________________________________________
8964 [ 23858] By: nicholas                              on 2005/01/22  00:39:41
8965         Log: Remove now-unnecessary check. (It's done earlier)
8966      Branch: perl
8967            ! pp_pack.c
8968 ____________________________________________________________________________
8969 [ 23857] By: davem                                 on 2005/01/22  00:17:40
8970         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
8971              From:  Jarkko Hietaniemi <jhi@iki.fi>
8972              Date:  Sat, 22 Jan 2005 00:20:12 +0200
8973              Message-Id:  <41F1801C.3080201@iki.fi>
8974
8975              Make buffer size estimates for utf8 case conversion less maximally
8976              pessimistic
8977      Branch: perl
8978            ! doop.c op.c pp.c pp_pack.c regcomp.c regexec.c sv.c t/op/lc.t
8979            ! toke.c utf8.c utf8.h
8980 ____________________________________________________________________________
8981 [ 23854] By: nicholas                              on 2005/01/21  22:15:43
8982         Log: Shrink a switch() statment by driving the size calculations from the
8983              size table. This requires #ifdef()s in the size table initialiser.
8984              Astoundingly this shaves over 6K of the object size with -Os on OS X.
8985              I was expecting about 1K (due to shrinking a branch table). Mind you,
8986              I'm not going to argue with what I got. :-)
8987      Branch: perl
8988            ! genpacksizetables.pl pp_pack.c
8989 ____________________________________________________________________________
8990 [ 23853] By: nicholas                              on 2005/01/21  16:46:49
8991         Log: Make the length overrun checking and stack extension table driven.
8992              (Shaves about 3k off pp_pack.o)
8993      Branch: perl
8994            + genpacksizetables.pl
8995            ! MANIFEST pp_pack.c
8996 ____________________________________________________________________________
8997 [ 23852] By: rgs                                   on 2005/01/21  16:29:53
8998         Log: Subject: [perl #32503] Fix for Storable module
8999              From: "Steven N. Hirsch" (via RT) <perlbug-followup@perl.org>
9000              Date: 19 Nov 2004 13:06:57 -0000
9001              Message-ID: <rt-3.0.11-32503-100597.6.46123979926323@perl.org>
9002      Branch: perl
9003            ! ext/Storable/Storable.xs
9004 ____________________________________________________________________________
9005 [ 23851] By: rgs                                   on 2005/01/21  15:51:54
9006         Log: Fix spurious warnings emitted by XSLoader via Data::Dumper
9007      Branch: perl
9008            ! ext/Data/Dumper/Dumper.pm
9009 ____________________________________________________________________________
9010 [ 23850] By: nicholas                              on 2005/01/21  15:43:24
9011         Log: Name another pack test
9012      Branch: perl
9013            ! t/op/pack.t
9014 ____________________________________________________________________________
9015 [ 23849] By: rgs                                   on 2005/01/21  15:26:10
9016         Log: Subject: [perl #33892] Add Interix support
9017              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
9018              Date: 21 Jan 2005 14:36:31 -0000
9019              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
9020
9021              (except the Configure chunk)
9022              (and bump version numbers of modules)
9023      Branch: perl
9024            + hints/interix.sh
9025            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm lib/File/Find.pm
9026            ! lib/File/Temp.pm t/io/openpid.t t/op/groups.t
9027 ____________________________________________________________________________
9028 [ 23848] By: merijn                                on 2005/01/21  14:47:31
9029         Log: Subject: [perl #33892] Add Interix support
9030              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
9031              Date: 21 Jan 2005 14:36:31 -0000
9032              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
9033      Branch: perl
9034            ! Configure
9035 ____________________________________________________________________________
9036 [ 23847] By: rgs                                   on 2005/01/21  14:46:38
9037         Log: Upgrade to Test::Harness 2.46
9038      Branch: perl
9039            + lib/Test/Harness/TAP.pod lib/Test/Harness/t/harness.t
9040            + lib/Test/Harness/t/prove-globbing.t
9041            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
9042            ! lib/Test/Harness/Changes lib/Test/Harness/Iterator.pm
9043            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/prove-switches.t
9044            ! lib/Test/Harness/t/strap.t
9045 ____________________________________________________________________________
9046 [ 23845] By: rgs                                   on 2005/01/21  14:09:19
9047         Log: Subject: [perl #32967] [PATCH] Re: More B bugs: svref_2object
9048              From: Stephen McCamant <smcc@OCF.Berkeley.EDU>
9049              Date: Tue, 28 Dec 2004 16:01:49 -0800
9050              Message-ID: <16849.62445.116153.489478@apocalypse.OCF.Berkeley.EDU>
9051      Branch: perl
9052            ! ext/B/B.pm
9053 ____________________________________________________________________________
9054 [ 23844] By: rgs                                   on 2005/01/21  13:49:46
9055         Log: Subject: [Patch] [perl #32446]  close leaves fd open
9056              From: Steffen Ullrich <coyote.frank@gmx.net>
9057              Date: Wed, 01 Dec 2004 15:22:34 +0100
9058              Message-ID: <20041201142236.4273.qmail@lists.develooper.com>
9059      Branch: perl
9060            ! perlio.c
9061 ____________________________________________________________________________
9062 [ 23843] By: rgs                                   on 2005/01/21  13:35:49
9063         Log: Subject: [PATCH bleadperl] Re: [perl #31924] %INC caching failure-case problem
9064              From: Rick Delaney <rick@bort.ca>
9065              Date: Wed, 13 Oct 2004 12:40:18 -0400
9066              Message-ID: <20041013164018.GA32174@biff.bort.ca>
9067      Branch: perl
9068            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
9069            ! pp_ctl.c proto.h t/comp/require.t
9070 ____________________________________________________________________________
9071 [ 23842] By: rgs                                   on 2005/01/21  10:57:48
9072         Log: Subject: Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32
9073              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
9074              Date: Mon, 20 Dec 2004 16:08:56 -0800
9075              Message-ID: <20041221000856.GA2924@efn.org>
9076      Branch: perl
9077            ! pp_sys.c t/op/stat.t
9078 ____________________________________________________________________________
9079 [ 23841] By: rgs                                   on 2005/01/21  10:26:17
9080         Log: Subject: [PATCH] doc SVt_PVLV <=> SVt_PVGV change version in B.pm
9081              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
9082              Date: Sun, 19 Dec 2004 23:57:56 -0800
9083              Message-ID: <20041220075754.GA800@efn.org>
9084      Branch: perl
9085            ! ext/B/B.pm
9086 ____________________________________________________________________________
9087 [ 23840] By: rgs                                   on 2005/01/20  18:45:55
9088         Log: Subject: [patch] cleanup perlsfio.h
9089              From: Stas Bekman <stas@stason.org>
9090              Date: Thu, 13 Jan 2005 16:14:23 -0500
9091              Message-ID: <41E6E4AF.8070303@stason.org>
9092      Branch: perl
9093            ! perlsfio.h
9094 ____________________________________________________________________________
9095 [ 23839] By: rgs                                   on 2005/01/20  18:33:00
9096         Log: VERSION++
9097      Branch: perl
9098            ! lib/Text/ParseWords.pm
9099 ____________________________________________________________________________
9100 [ 23838] By: rgs                                   on 2005/01/20  18:21:36
9101         Log: Subject: Re: [perl #33173] shellwords.pl and tainting
9102              From: Alexey Tourbin <at@altlinux.ru>
9103              Date: Tue, 28 Dec 2004 22:29:37 +0300
9104              Message-ID: <20041228192937.GB7824@solemn.turbinal.org>
9105      Branch: perl
9106            + lib/Text/ParseWords/taint.t
9107            ! MANIFEST lib/Text/ParseWords.pm lib/shellwords.pl
9108 ____________________________________________________________________________
9109 [ 23836] By: nicholas                              on 2005/01/20  13:21:14
9110         Log: Run regen.pl and pod/buildtoc --build-all
9111      Branch: perl
9112            ! MANIFEST pod/perlapi.pod pod/perltoc.pod
9113 ____________________________________________________________________________
9114 [ 23835] By: nicholas                              on 2005/01/20  13:20:50
9115         Log: A little more determinacy in our sorting
9116      Branch: perl
9117            ! autodoc.pl
9118 ____________________________________________________________________________
9119 [ 23827] By: nicholas                              on 2005/01/19  21:22:30
9120         Log: Make "assertion" attribute code and test conditional
9121      Branch: perl
9122            ! t/op/attrs.t xsutils.c
9123 ____________________________________________________________________________
9124 [ 23824] By: merijn                                on 2005/01/19  18:32:41
9125         Log: Subject: [PATCH] Further follow-up to 23767
9126              From: Robin Barker <Robin.Barker@npl.co.uk>
9127              Date: Wed, 19 Jan 2005 18:30:31 -0000
9128              Message-ID: <533D273D4014D411AB1D00062938C4D90849C57D@hotel.npl.co.uk>
9129      Branch: perl
9130            ! XSUB.h gv.c perl.c perl.h pp_ctl.c sv.c utf8.c
9131 ____________________________________________________________________________
9132 [ 23822] By: rgs                                   on 2005/01/19  17:19:04
9133         Log: Subject: Re: [perl #32498] h2xs generates incorrect code for Makefile.PL for enums
9134              From: Noah <sitz@onastick.net>
9135              Date: Wed, 19 Jan 2005 12:33:52 -0500
9136              Message-ID: <20050119173352.GA15592@radu.onastick.net>
9137      Branch: perl
9138            ! utils/h2xs.PL
9139 ____________________________________________________________________________
9140 [ 23821] By: rgs                                   on 2005/01/19  11:30:38
9141         Log: Subject: [PATCH] op/stat.t test 9 failing on recent cygwin snapshots
9142              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
9143              Date: Sun, 16 Jan 2005 10:30:45 -0800
9144              Message-ID: <20050116183045.GA2768@efn.org>
9145      Branch: perl
9146            ! t/op/stat.t
9147 ____________________________________________________________________________
9148 [ 23820] By: rgs                                   on 2005/01/19  11:20:10
9149         Log: Subject: [PATCH] Make Data::Dumper work when dynamic extensions are not available
9150              From: "Jos I. Boumans" <kane@xs4all.net>
9151              Date: Tue, 18 Jan 2005 15:12:03 +0100
9152              Message-Id: <ED6BA2C4-695A-11D9-B09C-000A95EF62E2@xs4all.net>
9153      Branch: perl
9154            ! ext/Data/Dumper/Dumper.pm
9155 ____________________________________________________________________________
9156 [ 23819] By: rgs                                   on 2005/01/19  11:15:14
9157         Log: Fix dependencies in ext/B/Makefile.PL
9158              (bug #8254, fix by Alan Burlison)
9159      Branch: perl
9160            ! ext/B/Makefile.PL
9161 ____________________________________________________________________________
9162 [ 23817] By: steveh                                on 2005/01/19  09:33:27
9163         Log: Exclude "Thread" from $Config{extensions}
9164
9165              It is already excluded from $Config{dynamic_ext}, so should not be
9166              in $Config{extensions} either. (Note that Thread is actually still
9167              built, though. This is just for consistency with Unix builds.)
9168      Branch: perl
9169            ! win32/config_sh.PL
9170 ____________________________________________________________________________
9171 [ 23816] By: steveh                                on 2005/01/19  08:55:06
9172         Log: Exclude "Thread" from $Config{dynamic_ext}
9173
9174              This was accidentally broken by change 23757.  It has already been
9175              fixed in maint-5.8 when resolving conflicts during integration of
9176              23757, so this one does NOT need integrating itself!
9177
9178              For more details see:
9179              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-01/msg00477.html
9180      Branch: perl
9181            ! win32/config_sh.PL
9182 ____________________________________________________________________________
9183 [ 23807] By: steveh                                on 2005/01/17  17:55:02
9184         Log: Fix for building with MinGW under Cygwin
9185
9186              Subject: [PATCH] building win32 perl with cygwin's mingw (was: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32)
9187              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
9188              Date: Thu, 13 Jan 2005 16:11:36 -0800
9189              Message-ID: <20050114001136.GC2516@efn.org>
9190      Branch: perl
9191            ! ext/Errno/Errno_pm.PL
9192 ____________________________________________________________________________
9193 [ 23806] By: steveh                                on 2005/01/17  16:57:10
9194         Log: Get $Config{ccversion} or $Config{gccversion} filled in on Win32
9195      Branch: perl
9196            ! win32/config_sh.PL
9197 ____________________________________________________________________________
9198 [ 23805] By: nicholas                              on 2005/01/14  19:56:42
9199         Log: Better test diagnostics for the numbers tests.
9200              (Failure diagnostics were always good, but now the tests have names,
9201              which show even when they pass)
9202      Branch: perl
9203            ! t/op/pack.t
9204 ____________________________________________________________________________
9205 [ 23803] By: nicholas                              on 2005/01/14  12:06:31
9206         Log: Correct the editor block to match the perl 5 policy on tabs
9207      Branch: perl
9208            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c scope.c
9209            ! sv.c universal.c
9210 ____________________________________________________________________________
9211 [ 23802] By: nicholas                              on 2005/01/14  10:58:47
9212         Log: Refactor S_regclass to generate slightly smaller object code
9213      Branch: perl
9214            ! regcomp.c
9215 ____________________________________________________________________________
9216 [ 23801] By: nicholas                              on 2005/01/14  10:32:08
9217         Log: A terser way to write the \-ing code in pv_uni_display
9218              Plus drive-by insert of a more correct editor block. (thanks Dave)
9219      Branch: perl
9220            ! utf8.c
9221 ____________________________________________________________________________
9222 [ 23800] By: nicholas                              on 2005/01/14  09:55:16
9223         Log: Improve documentation for sv_catpvf, to note that pattern's UTF-8ness
9224              is taken from the SV's UTF-8ness
9225      Branch: perl
9226            ! pod/perlapi.pod sv.c
9227 ____________________________________________________________________________
9228 [ 23799] By: nicholas                              on 2005/01/14  09:52:51
9229         Log: SvUTF8_off() in do_join can be unconditional.
9230      Branch: perl
9231            ! doop.c
9232 ____________________________________________________________________________
9233 [ 23798] By: nicholas                              on 2005/01/14  09:28:14
9234         Log: sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't.
9235      Branch: perl
9236            ! op.c regcomp.c toke.c utf8.c
9237 ____________________________________________________________________________
9238 [ 23797] By: nicholas                              on 2005/01/13  23:13:05
9239         Log: Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsv
9240      Branch: perl
9241            ! sv.c
9242 ____________________________________________________________________________
9243 [ 23796] By: nicholas                              on 2005/01/13  23:10:38
9244         Log: sv_2mortal(NEWSV(0,0)) better written as sv_newmortal()
9245      Branch: perl
9246            ! utf8.c
9247 ____________________________________________________________________________
9248 [ 23795] By: nicholas                              on 2005/01/13  22:54:10
9249         Log: replace NEWSV(), SvSetSV() with newSVsv()
9250      Branch: perl
9251            ! pp.c pp_hot.c pp_sort.c regexec.c scope.c toke.c
9252 ____________________________________________________________________________
9253 [ 23794] By: nicholas                              on 2005/01/13  22:39:58
9254         Log: Turn the unreachable code into assertions. (So prove me wrong...)
9255      Branch: perl
9256            ! pp_pack.c
9257 ____________________________________________________________________________
9258 [ 23793] By: nicholas                              on 2005/01/13  22:07:20
9259         Log: Source code tidy up - avoid assigning to sv.
9260      Branch: perl
9261            ! pp_pack.c
9262 ____________________________________________________________________________
9263 [ 23792] By: nicholas                              on 2005/01/13  21:54:21
9264         Log: Avoid dogfood problems when an empty string accidentally ends up
9265              as a constant name. [They don't work in qw(), strangely]
9266      Branch: perl
9267            ! lib/ExtUtils/Constant.pm
9268 ____________________________________________________________________________
9269 [ 23791] By: nicholas                              on 2005/01/13  21:44:53
9270         Log: The leaktesting of NEWSV() is long dead, so create and initialise
9271              SV values in one, to simplify source code and shrink object code
9272              by about 1%
9273      Branch: perl
9274            ! pp_pack.c
9275 ____________________________________________________________________________
9276 [ 23790] By: nicholas                              on 2005/01/13  20:55:37
9277         Log: Not a good idea to use unpack "H*" to peek at a scalar's internal
9278              representation.
9279      Branch: perl
9280            ! t/op/join.t
9281 ____________________________________________________________________________
9282 [ 23789] By: nicholas                              on 2005/01/13  14:05:08
9283         Log: Update copyright years. Add an editor block while passing by.
9284      Branch: perl
9285            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
9286            ! universal.c
9287 ____________________________________________________________________________
9288 [ 23788] By: nicholas                              on 2005/01/13  13:50:40
9289         Log: utf.pm needs to require Carp before croak()ing
9290      Branch: perl
9291            ! lib/utf8.pm lib/utf8.t
9292 ____________________________________________________________________________
9293 [ 23787] By: nicholas                              on 2005/01/13  13:21:11
9294         Log: Refactor all the unpack checksum-or-not logic to avoid massive
9295              duplication.
9296      Branch: perl
9297            ! pp_pack.c
9298 ____________________________________________________________________________
9299 [ 23786] By: merijn                                on 2005/01/13  11:28:31
9300         Log: Subject: Re: killing USE_5005THREADS in blead?
9301              From: Stas Bekman <stas@stason.org>
9302              Date: Wed, 12 Jan 2005 16:32:42 -0500
9303              Message-ID: <41E5977A.3060306@stason.org>
9304      Branch: perl
9305            ! perl.c
9306 ____________________________________________________________________________
9307 [ 23785] By: steveh                                on 2005/01/13  10:24:13
9308         Log: Fix Win32 build problem caused by change 23757
9309
9310              Change 23757 added a glob() call to win32/FindExt.pm.  That code is
9311              run by miniperl.exe when making the ..\config.sh target, but
9312              miniperl.exe is built with -D PERL_EXTERNAL_GLOB so it requires
9313              perlglob.exe to do the glob().  perlglob.exe has been built, but is
9314              in the top-level of the source tree so is not found when miniperl.exe
9315              is executed from within the win32/ sub-directory.
9316
9317              This was causing smokes to fail on t/lib/commonsense.t because the
9318              "extensions" field in lib/Config_heavy.pl only contained
9319              "threads/shared" as a result of the glob() not finding anything.
9320
9321              Manual builds had been working fine for me because I had an installed
9322              perl in my PATH so perlglob.exe was being found there instead!
9323      Branch: perl
9324            ! win32/FindExt.pm
9325 ____________________________________________________________________________
9326 [ 23783] By: rgs                                   on 2005/01/12  18:04:17
9327         Log: Subject: [PATCH] follow-up to #23765
9328              From: "Craig A. Berry" <craigberry@mac.com>
9329              Date: Tue, 11 Jan 2005 21:01:27 -0600
9330              Message-ID: <41E49307.7080900@mac.com>
9331      Branch: perl
9332            ! lib/warnings.t
9333 ____________________________________________________________________________
9334 [ 23782] By: nicholas                              on 2005/01/11  19:10:20
9335         Log: Fix bug 32294 - index()/rindex() ignore UTF8 flag
9336              (for cases of mixed UTF8/bytes)
9337              Test code based on bug report by John Gardiner Myers
9338      Branch: perl
9339            ! pp.c t/op/index.t
9340 ____________________________________________________________________________
9341 [ 23781] By: rgs                                   on 2005/01/11  17:04:24
9342         Log: Subject: [PATCH] follow-up to 23767
9343              From: Robin Barker <Robin.Barker@npl.co.uk>
9344              Date: Tue, 11 Jan 2005 15:48:49 -0000
9345              Message-ID: <533D273D4014D411AB1D00062938C4D90849C56A@hotel.npl.co.uk>
9346      Branch: perl
9347            ! Porting/pumpkin.pod sv.c
9348 ____________________________________________________________________________
9349 [ 23780] By: mhx                                   on 2005/01/10  19:25:27
9350         Log: Remove PERL_FLEXIBLE_EXCEPTIONS code.
9351      Branch: perl
9352            ! embed.fnc embed.h embedvar.h global.sym makedef.pl perl.c
9353            ! perl.h perlapi.h pod/perlapi.pod pod/perlintern.pod pp_ctl.c
9354            ! proto.h scope.c scope.h sv.c thrdvar.h
9355 ____________________________________________________________________________
9356 [ 23779] By: nicholas                              on 2005/01/10  17:07:03
9357         Log: Subject: [PATCH] t/op/split.t #11 nit on VMS
9358              From: "Craig A. Berry" <craigberry@mac.com>
9359              Message-ID: <41E1C261.5020100@mac.com>
9360              Date: Sun, 09 Jan 2005 17:46:41 -0600
9361      Branch: perl
9362            ! t/op/split.t
9363 ____________________________________________________________________________
9364 [ 23778] By: steveh                                on 2005/01/10  11:53:10
9365         Log: Need to close files before unlinking them on Win32
9366
9367              (Various files created by test programs are left behind otherwise,
9368              and distclean doesn't clean them up)
9369      Branch: perl
9370            ! lib/FileCache/t/01open.t lib/FileCache/t/04twoarg.t
9371            ! lib/FileCache/t/07noimport.t t/op/read.t
9372 ____________________________________________________________________________
9373 [ 23777] By: steveh                                on 2005/01/10  10:28:00
9374         Log: Make Win32's distclean target clean up properly
9375      Branch: perl
9376            ! win32/Makefile win32/makefile.mk
9377 ____________________________________________________________________________
9378 [ 23776] By: steveh                                on 2005/01/10  09:45:50
9379         Log: Get $Config{osvers} filled in on Win32
9380      Branch: perl
9381            ! win32/config_sh.PL
9382 ____________________________________________________________________________
9383 [ 23775] By: merijn                                on 2005/01/10  08:54:00
9384         Log: Subject: [PATCH] follow-up to #23748, -Duselargefiles on VMS
9385              Date: Sun, 09 Jan 2005 17:52:09 -0600
9386              From: "Craig A. Berry" <craigberry@mac.com>
9387              Message-ID: <41E1C3A9.9080900@mac.com>
9388      Branch: perl
9389            ! configure.com
9390 ____________________________________________________________________________
9391 [ 23774] By: nicholas                              on 2005/01/09  23:42:25
9392         Log: Shorter source code in pp_gelem. (But it compiles to the same size)
9393      Branch: perl
9394            ! pp.c
9395 ____________________________________________________________________________
9396 [ 23773] By: nicholas                              on 2005/01/09  21:50:28
9397         Log: If we know the length of the string constant, save a strlen()
9398      Branch: perl
9399            ! perl.c pp_sys.c
9400 ____________________________________________________________________________
9401 [ 23772] By: nicholas                              on 2005/01/09  21:26:40
9402         Log: savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to
9403              strlen(). Add savesvpv(sv), which gets the length from the SV,
9404              and returns a copy of its PV.
9405      Branch: perl
9406            ! embed.fnc embed.h global.sym mg.c pp_sys.c proto.h regcomp.c
9407            ! universal.c util.c
9408 ____________________________________________________________________________
9409 [ 23771] By: nicholas                              on 2005/01/09  19:42:30
9410         Log: Can pass in a length here without introducing a bug. Might save
9411              a strlen()
9412      Branch: perl
9413            ! toke.c
9414 ____________________________________________________________________________
9415 [ 23770] By: nicholas                              on 2005/01/09  15:05:33
9416         Log: Pull the am-I-utf8-or-not logic into one place (S_newSV_maybe_utf8)
9417              as I think that it will be needed for utf8 soft references.
9418      Branch: perl
9419            ! toke.c
9420 ____________________________________________________________________________
9421 [ 23769] By: steveh                                on 2005/01/07  17:25:35
9422         Log: Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile.mk by default
9423              and force PERL_MALLOC off if USE_IMP_SYS is on
9424
9425              This brings makefile.mk into line with Makefile in this regard
9426
9427              (PERL_MALLOC cannot currently be used with USE_IMP_SYS, e.g. see:
9428              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-07/msg00465.html
9429              so it is sensible to enforce this, and to not have the default set
9430              to a configuration that isn't allowed)
9431      Branch: perl
9432            ! win32/makefile.mk
9433 ____________________________________________________________________________
9434 [ 23768] By: rgs                                   on 2005/01/07  14:30:51
9435         Log: Subject: Re: [PATCH] Remove Carp from warnings.pm
9436              From: Jim Cromie <jim.cromie@gmail.com>
9437              Date: Mon, 3 Jan 2005 06:36:16 -0700
9438              Message-ID: <cfe85dfa05010305367445dee6@mail.gmail.com>
9439      Branch: perl
9440            + lib/vars_carp.t
9441            ! MANIFEST ext/B/t/optree_specials.t ext/B/t/stash.t lib/Carp.pm
9442            ! lib/English.pm lib/Exporter.pm lib/Exporter.t
9443            ! lib/Exporter/Heavy.pm lib/warnings.pm warnings.pl
9444 ____________________________________________________________________________
9445 [ 23767] By: rgs                                   on 2005/01/07  13:41:47
9446         Log: Subject: [PATCH] to improve -DCHECK_FORMAT
9447              From: Robin Barker <Robin.Barker@npl.co.uk>
9448              Date: Wed, 5 Jan 2005 11:55:09 -0000
9449              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55A@hotel.npl.co.uk>
9450      Branch: perl
9451            ! mg.c perl.h pp.h pp_sys.c sv.c
9452 ____________________________________________________________________________
9453 [ 23766] By: nicholas                              on 2005/01/07  12:46:07
9454         Log: Stage 1 of utf8 support for soft references.
9455              Change gv_fetchpv to take a UTF8 flag, as gv_fetchpvn_flags
9456              Add gv_fetchsv to look up a GV by SV rather than a char * pointer
9457              Provide a backwards compatability gv_fetchpv
9458              Migrate from gv_fetchpv to gv_fetchsv where the caller was grabbing
9459              the pointer from an SV
9460              All tests still pass.
9461      Branch: perl
9462            ! embed.fnc embed.h global.sym gv.c gv.h mg.c op.c perl.h pp.c
9463            ! pp_hot.c pp_sys.c proto.h sv.c sv.h toke.c universal.c
9464 ____________________________________________________________________________
9465 [ 23765] By: nicholas                              on 2005/01/07  11:23:48
9466         Log: Subject: [PATCH] make lib/warnings.t use t/test.pl
9467              From: "Craig A. Berry" <craigberry@mac.com>
9468              Message-ID: <41DDCA71.1080704@mac.com>
9469              Date: Thu, 06 Jan 2005 17:32:01 -0600
9470      Branch: perl
9471            ! lib/warnings.t
9472 ____________________________________________________________________________
9473 [ 23764] By: steveh                                on 2005/01/07  08:35:29
9474         Log: Fix win32/config.*'s cc, ld and other related values
9475
9476              cc and ld themselves always get replaced with correct values anyway
9477              so we just provide example values as per other similar settings
9478
9479              Other related values (ccname, cpp, cpprun, cppstdin) need to use the
9480              correct ~keyword~, namely ~cc~, not ~CC~, otherwise they do not get set
9481
9482              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
9483              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
9484              Date: Wed, 5 Jan 2005 10:01:41 -0800
9485              Message-ID: <20050105180141.GA676@efn.org>
9486
9487              Subject: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32
9488              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
9489              Date: Thu, 6 Jan 2005 11:53:11 -0800
9490              Message-ID: <20050106195311.GC1300@efn.org>
9491      Branch: perl
9492            ! win32/config.bc win32/config.gc win32/config.vc
9493            ! win32/config.vc64
9494 ____________________________________________________________________________
9495 [ 23763] By: nicholas                              on 2005/01/06  17:42:59
9496         Log: Add TODO tests for UTF8 encoded soft references
9497      Branch: perl
9498            ! t/op/ref.t
9499 ____________________________________________________________________________
9500 [ 23762] By: steveh                                on 2005/01/06  16:50:10
9501         Log: Allow static linking core extensions on Win32 with MinGW
9502
9503              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
9504              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
9505              Date: Wed, 5 Jan 2005 10:01:41 -0800
9506              Message-ID: <20050105180141.GA676@efn.org>
9507      Branch: perl
9508            ! win32/buildext.pl win32/makefile.mk
9509 ____________________________________________________________________________
9510 [ 23761] By: rgs                                   on 2005/01/06  15:49:39
9511         Log: Silence a compilation warning
9512      Branch: perl
9513            ! pp_sort.c
9514 ____________________________________________________________________________
9515 [ 23760] By: nicholas                              on 2005/01/06  14:59:17
9516         Log: Turn barewords into strings to run under strict subs.
9517              Run under strict refs outside the soft reference tests.
9518      Branch: perl
9519            ! t/op/ref.t
9520 ____________________________________________________________________________
9521 [ 23759] By: nicholas                              on 2005/01/06  14:34:24
9522         Log: All tests now use test.pl
9523      Branch: perl
9524            ! t/op/ref.t
9525 ____________________________________________________________________________
9526 [ 23758] By: nicholas                              on 2005/01/06  11:44:08
9527         Log: Start converting t/op/ref.t to use test.pl
9528      Branch: perl
9529            ! t/op/ref.t
9530 ____________________________________________________________________________
9531 [ 23757] By: steveh                                on 2005/01/06  11:26:12
9532         Log: Fix extensions config fields on Win32 to be as they are on Unix
9533
9534              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
9535              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
9536              Date: Wed, 5 Jan 2005 10:01:41 -0800
9537              Message-ID: <20050105180141.GA676@efn.org>
9538      Branch: perl
9539            ! win32/FindExt.pm win32/config_sh.PL
9540 ____________________________________________________________________________
9541 [ 23756] By: nicholas                              on 2005/01/05  21:58:15
9542         Log: Correct a Greengrocer's apostrophe.
9543      Branch: perl
9544            ! ext/DynaLoader/dl_dyld.xs
9545 ____________________________________________________________________________
9546 [ 23755] By: nicholas                              on 2005/01/05  21:36:26
9547         Log: Foolishly I committed change 23753 before remembering to test without
9548              ithreads. No tests => bugs. This should fix them.
9549      Branch: perl
9550            ! perl.c
9551 ____________________________________________________________________________
9552 [ 23754] By: nicholas                              on 2005/01/05  20:14:02
9553         Log: Error-free constant folding is a TODO
9554      Branch: perl
9555            ! pod/perltodo.pod
9556 ____________________________________________________________________________
9557 [ 23753] By: nicholas                              on 2005/01/05  19:44:28
9558         Log: Turn INIT_TLS_AND_INTERP into a static function
9559      Branch: perl
9560            ! perl.c
9561 ____________________________________________________________________________
9562 [ 23752] By: nicholas                              on 2005/01/05  16:27:19
9563         Log: Shave off the explict 1; from the end of lib/Config.pm
9564      Branch: perl
9565            ! configpm
9566 ____________________________________________________________________________
9567 [ 23751] By: rgs                                   on 2005/01/05  13:31:51
9568         Log: Subject: [PATCH] unnecessary rmdir in Makefile
9569              From: Robin Barker <Robin.Barker@npl.co.uk>
9570              Date: Wed, 5 Jan 2005 11:58:54 -0000
9571              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55C@hotel.npl.co.uk>
9572      Branch: perl
9573            ! Makefile.SH
9574 ____________________________________________________________________________
9575 [ 23750] By: merijn                                on 2005/01/05  11:44:11
9576         Log: Subject: [PATCH] gcc and ld in Configure
9577              From: Robin Barker <Robin.Barker@npl.co.uk>
9578              Date: Wed, 5 Jan 2005 12:04:25 -0000
9579              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55D@hotel.npl.co.uk>
9580      Branch: perl
9581            ! hints/solaris_2.sh
9582 ____________________________________________________________________________
9583 [ 23749] By: nicholas                              on 2005/01/05  11:25:29
9584         Log: Subject: [PATCH] Avoid segfault when pthread_key_create fails
9585              From: Gisle Aas <gisle@ActiveState.com>
9586              Date: 05 Jan 2005 01:09:51 -0800
9587              Message-ID: <lracroz1gg.fsf@caliper.activestate.com>
9588      Branch: perl
9589            ! thread.h
9590 ____________________________________________________________________________
9591 [ 23748] By: nicholas                              on 2005/01/05  10:44:59
9592         Log: Subject: [PATCH] -Duselargefiles for VMS
9593              From: "Craig A. Berry" <craigberry@mac.com>
9594              Message-ID: <41DB63A6.7040504@mac.com>
9595              Date: Tue, 04 Jan 2005 21:48:54 -0600
9596      Branch: perl
9597            ! configure.com vms/descrip_mms.template vms/vmsish.h
9598 ____________________________________________________________________________
9599 [ 23747] By: nicholas                              on 2005/01/05  10:10:14
9600         Log: Rafael spotted that my changes caused warnings. So clean up.
9601      Branch: perl
9602            ! t/op/attrs.t
9603 ____________________________________________________________________________
9604 [ 23746] By: nicholas                              on 2005/01/04  23:07:25
9605         Log: Update copyright years.
9606      Branch: perl
9607            ! mg.c miniperlmain.c op.c perlio.c xsutils.c
9608 ____________________________________________________________________________
9609 [ 23745] By: nicholas                              on 2005/01/04  19:32:01
9610         Log: Make the switch statement discriminate similar names more
9611              efficiently.
9612      Branch: perl
9613            ! xsutils.c
9614 ____________________________________________________________________________
9615 [ 23744] By: nicholas                              on 2005/01/04  16:20:43
9616         Log: Check all attributes in modify_SV_attributes are recognised.
9617              Fix bug where 'assertion' was always rejected as invalid.
9618      Branch: perl
9619            ! t/op/attrs.t xsutils.c
9620 ____________________________________________________________________________
9621 [ 23743] By: nicholas                              on 2005/01/04  12:46:56
9622         Log: Use the new ${^UTF8LOCALE} to make the test reliable.
9623      Branch: perl
9624            ! t/io/layers.t
9625 ____________________________________________________________________________
9626 [ 23742] By: merijn                                on 2005/01/04  12:38:03
9627         Log: Subject: [PATCH pod/perlxs.pod] RE: [perl #32660] INT2PTR not mentioned in perlxs(1)
9628              From: Robin Barker <Robin.Barker@npl.co.uk>
9629              Date: Tue, 4 Jan 2005 12:32:29 -0000
9630              Message-ID: <533D273D4014D411AB1D00062938C4D90849C553@hotel.npl.co.uk>
9631      Branch: perl
9632            ! pod/perlxs.pod
9633 ____________________________________________________________________________
9634 [ 23741] By: nicholas                              on 2005/01/04  11:27:57
9635         Log: Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale
9636      Branch: perl
9637            ! gv.c mg.c
9638 ____________________________________________________________________________
9639 [ 23740] By: steveh                                on 2005/01/04  10:56:55
9640         Log: Bring win32/config.* into line with win32/config_H.*
9641              so that "perl -V:usemallocwrap" tells us what the configuration is
9642              instead of saying 'UNKNOWN'.
9643      Branch: perl
9644            ! win32/config.bc win32/config.gc win32/config.vc
9645            ! win32/config.vc64
9646 ____________________________________________________________________________
9647 [ 23739] By: rgs                                   on 2005/01/04  08:36:50
9648         Log: Subject: [PATCH] Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16
9649              From: Tels <nospam-abuse@bloodgate.com>
9650              Date: Sat, 1 Jan 2005 18:59:51 +0100
9651              Message-Id: <200501011859.52858@bloodgate.com>
9652      Branch: perl
9653            + lib/Math/BigInt/t/lib_load.t lib/bignum/t/ratopt_a.t
9654            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
9655            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
9656            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
9657            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
9658            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
9659            ! lib/Math/BigInt/t/inf_nan.t lib/Math/BigInt/t/sub_mbf.t
9660            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
9661            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
9662            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
9663            ! lib/Math/BigRat/t/bigratpm.t lib/bigint.pm lib/bignum.pm
9664            ! lib/bignum/t/option_a.t lib/bignum/t/option_l.t
9665            ! lib/bignum/t/option_p.t lib/bigrat.pm
9666            ! t/lib/Math/BigFloat/Subclass.pm
9667 ____________________________________________________________________________
9668 [ 23738] By: rgs                                   on 2005/01/04  08:05:16
9669         Log: Happy new year
9670      Branch: perl
9671            ! README
9672 ____________________________________________________________________________
9673 [ 23736] By: nicholas                              on 2005/01/03  21:17:28
9674         Log: Return an immortal from attributes::_warn_reserved (a private
9675              function). (saves creating a new IV)
9676      Branch: perl
9677            ! xsutils.c
9678 ____________________________________________________________________________
9679 [ 23735] By: nicholas                              on 2005/01/03  20:58:09
9680         Log: Change dXSTARGET to dXSTARG as recommended by Spider Boardman.
9681      Branch: perl
9682            ! xsutils.c
9683 ____________________________________________________________________________
9684 [ 23733] By: nicholas                              on 2005/01/03  18:54:22
9685         Log: D'oh! Spurious aTHX_. Here was I thinking that my test build was
9686              threaded, but "oh no it isn't!" :-(
9687      Branch: perl
9688            ! toke.c
9689 ____________________________________________________________________________
9690 [ 23732] By: rgs                                   on 2005/01/03  17:24:24
9691         Log: Integrate a patch from Gentoo for uclibc support.
9692              See :
9693              Subject: Re: Static linking notes --- perl5.8.6 and uClibc
9694              From: Alexey Tourbin <at@altlinux.ru>
9695              Date: Tue, 28 Dec 2004 14:25:42 +0300
9696              Message-ID: <20041228112542.GB21037@solemn.turbinal.org>
9697      Branch: perl
9698            ! perlio.c
9699 ____________________________________________________________________________
9700 [ 23731] By: nicholas                              on 2005/01/02  23:18:07
9701         Log: Remove compiler warnings.
9702      Branch: perl
9703            ! toke.c
9704 ____________________________________________________________________________
9705 [ 23730] By: nicholas                              on 2005/01/02  22:49:49
9706         Log: Change 23727 broke code that relied on \ being escaped.
9707              Fix this. *Everything* should work now.
9708      Branch: perl
9709            + t/run/switchF1.t
9710            ! MANIFEST toke.c
9711 ____________________________________________________________________________
9712 [ 23729] By: nicholas                              on 2005/01/02  07:46:12
9713         Log: Splitting the -n/-p code and concatenating strings generates
9714              smaller object code.
9715      Branch: perl
9716            ! toke.c
9717 ____________________________________________________________________________
9718 [ 23728] By: nicholas                              on 2005/01/01  21:34:52
9719         Log: Concatenate some string constants
9720      Branch: perl
9721            ! toke.c
9722 ____________________________________________________________________________
9723 [ 23727] By: nicholas                              on 2005/01/01  21:13:53
9724         Log: Use Rafael's sick trick of ASCII NUL as a q'' delimiter to save a
9725              lot of quoting code
9726      Branch: perl
9727            ! toke.c
9728 ____________________________________________________________________________
9729 [ 23726] By: nicholas                              on 2005/01/01  20:48:31
9730         Log: Probably should be using *pvn rather than *pv forms for speed in
9731              toke.c (to save a strlen())
9732      Branch: perl
9733            ! toke.c
9734 ____________________________________________________________________________
9735 [ 23725] By: nicholas                              on 2005/01/01  20:26:27
9736         Log: strEQ/strNE of 1 character strings seems better hand inlined,
9737              because it generates smaller object code (as well as being
9738              faster than a true function call)
9739      Branch: perl
9740            ! doio.c locale.c op.c perl.c pp.c toke.c util.c
9741 ____________________________________________________________________________
9742 [ 23724] By: nicholas                              on 2005/01/01  17:15:58
9743         Log: Not all the world's a VAX, er ASCII, so don't make assumptions.
9744              Tweak is_gv_magical's string comparisons to produce smaller object
9745              code.
9746              First 2005 copyright notice.
9747      Branch: perl
9748            ! gv.c
9749 ____________________________________________________________________________
9750 [ 23723] By: nicholas                              on 2005/01/01  13:54:33
9751         Log: Change 23714 accidentally broke t/io/layers.t when testing with
9752              UTF8 locales and the -C flag. When UTF8 is flagged as enabled
9753              based on the locale, we have no perl space access to PL_utf8locale
9754              so assume for the moment that UTF8 is never conditionally enabled.
9755      Branch: perl
9756            ! t/io/layers.t
9757 ____________________________________________________________________________
9758 [ 23722] By: nicholas                              on 2004/12/31  23:04:47
9759         Log: Skip the switch statement entirely if the pointer is null, rather
9760              than the old pointless switch on '\0'. Also skip re-comparing the
9761              first character. Faster, and generates terser object code.
9762      Branch: perl
9763            ! pp.c
9764 ____________________________________________________________________________
9765 [ 23721] By: nicholas                              on 2004/12/31  22:46:25
9766         Log: Doing the strnEQ char by char for 2 and 3 character strings
9767              generates a smaller object file, and will be faster.
9768      Branch: perl
9769            ! doio.c
9770 ____________________________________________________________________________
9771 [ 23720] By: nicholas                              on 2004/12/31  21:41:25
9772         Log: Improve documentation for is_gv_magical, and split the switch
9773              statement into 2 parts, lengths > 1 and lengths <= 1
9774              This should cause most variables (lower case, multicharacter)
9775              to escape the function without passing through a switch table.
9776      Branch: perl
9777            ! gv.c
9778 ____________________________________________________________________________
9779 [ 23719] By: nicholas                              on 2004/12/31  21:02:59
9780         Log: Because name is always NUL terminated we can incorporate length
9781              0 names in the switch statement for length 1.
9782      Branch: perl
9783            ! gv.c
9784 ____________________________________________________________________________
9785 [ 23718] By: nicholas                              on 2004/12/31  20:25:52
9786         Log: Generate smaller object code by using a single switch statement
9787              for determining which names are forced into main::
9788      Branch: perl
9789            ! gv.c
9790 ____________________________________________________________________________
9791 [ 23717] By: nicholas                              on 2004/12/31  18:31:18
9792         Log: Tidy up comments in change 23716
9793      Branch: perl
9794            ! gv.c
9795 ____________________________________________________________________________
9796 [ 23716] By: nicholas                              on 2004/12/31  18:22:54
9797         Log: Refactor gv_fetchpv so that the overwhelmingly common case
9798              (variable names starting with a lower case letter or _, longer
9799              than one character) get out of the function very quickly.
9800              (Without even passing through a switch statement jump table)
9801              Also fixes bug 33631
9802      Branch: perl
9803            ! gv.c
9804 ____________________________________________________________________________
9805 [ 23715] By: nicholas                              on 2004/12/31  15:43:07
9806         Log: Subject: [PATCH] randbits and randfunc for VMS
9807              From: "Craig A. Berry" <craigberry@mac.com>
9808              Message-ID: <41D570BF.8010409@mac.com>
9809              Date: Fri, 31 Dec 2004 09:31:11 -0600
9810      Branch: perl
9811            ! configure.com
9812 ____________________________________________________________________________
9813 [ 23714] By: nicholas                              on 2004/12/31  13:14:18
9814         Log: Bug in t/io/layers.t spotted by Ignasi Roca Carrió
9815      Branch: perl
9816            ! AUTHORS t/io/layers.t
9817 ____________________________________________________________________________
9818 [ 23712] By: mhx                                   on 2004/12/30  18:29:02
9819         Log: Mention ppport.h and its --api-info switch in perlguts.
9820      Branch: perl
9821            ! pod/perlguts.pod
9822 ____________________________________________________________________________
9823 [ 23711] By: merijn                                on 2004/12/30  13:10:20
9824         Log: Subject: [PATCH] Allow Configure's d_attribut to be set from the command line
9825              From: Gisle Aas <gisle@ActiveState.com>
9826              Date: 30 Dec 2004 03:39:36 -0800
9827              Message-ID: <lrllbgypzb.fsf@caliper.activestate.com>
9828      Branch: perl
9829            ! Configure
9830 ____________________________________________________________________________
9831 [ 23708] By: nicholas                              on 2004/12/29  21:41:04
9832         Log: Thinko in the description of Config::Extensions
9833      Branch: perl
9834            ! MANIFEST
9835 ____________________________________________________________________________
9836 [ 23707] By: nicholas                              on 2004/12/29  21:25:29
9837         Log: Experimental module intended to simplify core regression tests
9838      Branch: perl
9839            + lib/Config/Extensions.pm lib/Config/Extensions.t
9840            ! MANIFEST
9841 ____________________________________________________________________________
9842 [ 23706] By: nicholas                              on 2004/12/29  21:24:30
9843         Log: Skip tests that binmode :utf8 if there is no perlio
9844      Branch: perl
9845            ! t/op/read.t
9846 ____________________________________________________________________________
9847 [ 23705] By: nicholas                              on 2004/12/29  21:04:43
9848         Log: Ooops. Fix unitialised variable
9849      Branch: perl
9850            ! pp_sys.c
9851 ____________________________________________________________________________
9852 [ 23704] By: nicholas                              on 2004/12/29  19:47:12
9853         Log: Oops. Forgot to uncomment the last set of Unicode values for
9854              testing.
9855      Branch: perl
9856            ! t/op/read.t
9857 ____________________________________________________________________________
9858 [ 23703] By: nicholas                              on 2004/12/29  19:00:12
9859         Log: read (and presuambly sysread) would expose the UTF8 internals when
9860              reading from a byte orientated file handle into a UTF8 scalar.
9861      Branch: perl
9862            ! pp_sys.c t/op/read.t
9863 ____________________________________________________________________________
9864 [ 23702] By: nicholas                              on 2004/12/29  17:20:29
9865         Log: Add a lot of tests for combinations of values, offsets and lengths
9866      Branch: perl
9867            ! t/op/read.t
9868 ____________________________________________________________________________
9869 [ 23701] By: nicholas                              on 2004/12/29  16:28:58
9870         Log: Convert op/read.t to use test.pl and make it stricture compliant.
9871      Branch: perl
9872            ! t/op/read.t
9873 ____________________________________________________________________________
9874 [ 23700] By: mhx                                   on 2004/12/29  13:46:36
9875         Log: Upgrade to Devel::PPPort 3.04
9876      Branch: perl
9877            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
9878            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
9879            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/inc/SvPV
9880            ! ext/Devel/PPPort/parts/inc/ppphbin
9881            ! ext/Devel/PPPort/parts/inc/ppphdoc
9882            ! ext/Devel/PPPort/parts/inc/ppphtest
9883 ____________________________________________________________________________
9884 [ 23696] By: merijn                                on 2004/12/29  12:41:14
9885         Log: Rebuilt after backport start for 23674, 23675, and 23676
9886      Branch: perl
9887            ! Configure
9888 ____________________________________________________________________________
9889 [ 23691] By: merijn                                on 2004/12/29  11:57:57
9890         Log: Subject: [PATCH] Cleanup ext/B tests for -w and to run separately
9891              Date: Tue, 28 Dec 2004 13:49:19 -0800
9892              From: Stephen McCamant <smcc@MIT.EDU>
9893              Message-ID: <16849.54495.424654.896889@apocalypse.OCF.Berkeley.EDU>
9894      Branch: perl
9895            ! ext/B/B/Terse.pm ext/B/t/asmdata.t ext/B/t/b.t
9896            ! ext/B/t/bblock.t ext/B/t/bytecode.t ext/B/t/concise.t
9897            ! ext/B/t/debug.t ext/B/t/deparse.t ext/B/t/f_map.t
9898            ! ext/B/t/f_sort.t ext/B/t/lint.t ext/B/t/o.t
9899            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
9900            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
9901            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
9902            ! ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
9903            ! ext/B/t/xref.t
9904 ____________________________________________________________________________
9905 [ 23688] By: nicholas                              on 2004/12/28  10:25:28
9906         Log: Make Config.t warnings and strictures clean
9907      Branch: perl
9908            ! lib/Config.t
9909 ____________________________________________________________________________
9910 [ 23683] By: nicholas                              on 2004/12/27  16:03:59
9911         Log: Subject: [patch sv.c] comment fix
9912              From: Stas Bekman <stas@stason.org>
9913              Message-ID: <41CF50FE.5070307@stason.org>
9914              Date: Sun, 26 Dec 2004 19:02:06 -0500
9915      Branch: perl
9916            ! sv.c
9917 ____________________________________________________________________________
9918 [ 23682] By: nicholas                              on 2004/12/27  15:48:24
9919         Log: Add investigating self tie segfaults to the TODO
9920      Branch: perl
9921            ! pod/perltodo.pod
9922 ____________________________________________________________________________
9923 [ 23681] By: rgs                                   on 2004/12/24  13:51:59
9924         Log: Subject: [perl #33173] shellwords.pl and tainting
9925              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
9926              Date: 24 Dec 2004 00:14:19 -0000
9927              Message-ID: <rt-3.0.11-33173-103504.3.54366755060383@perl.org>
9928      Branch: perl
9929            ! lib/shellwords.pl
9930 ____________________________________________________________________________
9931 [ 23680] By: rgs                                   on 2004/12/24  13:42:08
9932         Log: Subject: Missign STATEMENT brackets in PUSHMARK
9933              From: perl5-porters@ton.iguana.be (Ton Hospel)
9934              Date: Thu, 23 Dec 2004 17:55:13 +0000 (UTC)
9935              Message-Id: <cqf0q1$9cc$1@post.home.lunix>
9936      Branch: perl
9937            ! pp.h
9938 ____________________________________________________________________________
9939 [ 23679] By: nicholas                              on 2004/12/24  10:33:32
9940         Log: Don't do the ... expansion on archlib, sitelib etc, given that
9941              everyone should already be using archlibext etc
9942              Add the extra special case code for otherlibdirs
9943      Branch: perl
9944            ! configpm
9945 ____________________________________________________________________________
9946 [ 23678] By: rgs                                   on 2004/12/24  08:57:56
9947         Log: Subject: Re: [patch perlapi doc] sv_magic
9948              From: Stas Bekman <stas@stason.org>
9949              Date: Thu, 23 Dec 2004 16:28:06 -0500
9950              Message-ID: <41CB3866.1080307@stason.org>
9951      Branch: perl
9952            ! pod/perlapi.pod sv.c
9953 ____________________________________________________________________________
9954 [ 23677] By: nicholas                              on 2004/12/24  08:54:58
9955         Log: Subject: [PATCH] Re: Smoke [5.9.2] 23675 FAIL(m) openvms E8.2 (Alpha/4 cpu)
9956              From: "Craig A. Berry" <craigberry@mac.com>
9957              Message-ID: <41CB6BD1.8030207@mac.com>
9958              Date: Thu, 23 Dec 2004 19:07:29 -0600
9959      Branch: perl
9960            ! configure.com
9961 ____________________________________________________________________________
9962 [ 23676] By: nicholas                              on 2004/12/23  23:15:24
9963         Log: Bother. It helps if you also propagate the new entry to config.sh
9964      Branch: perl
9965            ! Configure
9966 ____________________________________________________________________________
9967 [ 23675] By: nicholas                              on 2004/12/23  22:14:42
9968         Log: Oops. You can't add new entries to config_h.SH without making some
9969              sort of corresponding defined/undefined value in config.sh somehow.
9970      Branch: perl
9971            ! Configure
9972 ____________________________________________________________________________
9973 [ 23674] By: nicholas                              on 2004/12/23  21:38:59
9974         Log: Relocatable @INC entries for Unix.
9975              (With appropriate fixups in Config.pm to complete the illusion)
9976              Currently can only be enabled with hackery to config.sh
9977              TODO - proper Configure support, and support for otherlibdirs in
9978              Config.pm
9979      Branch: perl
9980            ! Porting/Glossary config_h.SH configpm embed.fnc embed.h perl.c
9981            ! proto.h
9982 ____________________________________________________________________________
9983 [ 23673] By: merijn                                on 2004/12/23  21:04:37
9984         Log: 23669 was not such a good idea. More research needed.
9985      Branch: perl
9986            ! config_h.SH
9987 ____________________________________________________________________________
9988 [ 23672] By: rgs                                   on 2004/12/23  17:21:37
9989         Log: The "Setuid script not plain file" error wasn't documented.
9990      Branch: perl
9991            ! pod/perldiag.pod
9992 ____________________________________________________________________________
9993 [ 23671] By: rgs                                   on 2004/12/23  15:21:58
9994         Log: Subject: [PATCH] Data::Dumper Freezer fixes
9995              From: Sam Tregar <sam@tregar.com>
9996              Date: Sun, 19 Dec 2004 14:40:25 -0500 (EST)
9997              Message-ID: <Pine.LNX.4.61.0412191434490.7660@hillmont.dreamhost.com>
9998
9999              and bump Data::Dumper's VERSION
10000      Branch: perl
10001            + ext/Data/Dumper/t/freezer.t
10002            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
10003 ____________________________________________________________________________
10004 [ 23670] By: nicholas                              on 2004/12/22  23:15:07
10005         Log: Fix typo
10006      Branch: perl
10007            ! ext/Storable/Storable.xs
10008 ____________________________________________________________________________
10009 [ 23669] By: merijn                                on 2004/12/22  20:16:53
10010         Log: Just to re-sync with metaconfig output. No real changes.
10011      Branch: perl
10012            ! config_h.SH
10013 ____________________________________________________________________________
10014 [ 23668] By: rgs                                   on 2004/12/22  08:46:21
10015         Log: Move the definition of the S_procself_val() function before
10016              the point where it's used
10017      Branch: perl
10018            ! perl.c
10019 ____________________________________________________________________________
10020 [ 23667] By: nicholas                              on 2004/12/21  20:56:58
10021         Log: Move the setting of $^X ahead of the initialisation of @INC
10022      Branch: perl
10023            ! perl.c
10024 ____________________________________________________________________________
10025 [ 23666] By: nicholas                              on 2004/12/21  20:31:57
10026         Log: $#a>>=1 relies on malloc wrap to avoid the segfault, so need to
10027              skip the test on platforms where it's not available
10028      Branch: perl
10029            ! t/op/bop.t
10030 ____________________________________________________________________________
10031 [ 23663] By: nicholas                              on 2004/12/21  11:58:53
10032         Log: Note that the shell's test uses eq etc for numbers, = etc for
10033              strings, the reverse of Perl, which is definitely a trap.
10034              Spotted by Alexei Alexandrov.
10035      Branch: perl
10036            ! AUTHORS pod/perltrap.pod
10037 ____________________________________________________________________________
10038 [ 23662] By: merijn                                on 2004/12/20  13:38:45
10039         Log: Subject: [PATCH] AUTHORS
10040              From: Tels <nospam-abuse@bloodgate.com>
10041              Date: Sun, 19 Dec 2004 14:28:44 +0100
10042              Message-Id: <200412191428.45898@bloodgate.com>
10043      Branch: perl
10044            ! AUTHORS
10045 ____________________________________________________________________________
10046 [ 23661] By: rgs                                   on 2004/12/17  09:08:23
10047         Log: Subject: Re: [perl #32717] BeOS specific Updates
10048              From: bonefish@cs.tu-berlin.de
10049              Date: Fri, 17 Dec 2004 01:17:40 +0100
10050              Message-Id: <20041217011740.14398.1@cs.tu-berlin.de>
10051      Branch: perl
10052            - beos/beos_flock_server.cpp beos/beos_flock_server.h
10053            ! MANIFEST Makefile.SH README.beos beos/beos.c beos/beosish.h
10054            ! hints/beos.sh
10055 ____________________________________________________________________________
10056 [ 23660] By: rgs                                   on 2004/12/16  16:09:20
10057         Log: Subject: [PATCH] bop.t follow-up to #23645
10058              From: "Craig A. Berry" <craigberry@mac.com>
10059              Date: Thu, 16 Dec 2004 08:53:32 -0600
10060              Message-ID: <41C1A16C.9040700@mac.com>
10061      Branch: perl
10062            ! t/op/bop.t
10063 ____________________________________________________________________________
10064 [ 23659] By: rgs                                   on 2004/12/16  16:05:49
10065         Log: Subject: Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH]
10066              From: Andy Dougherty <doughera@lafayette.edu>
10067              Date: Thu, 16 Dec 2004 09:57:44 -0500 (EST)
10068              Message-ID: <Pine.SOL.4.58.0412160953470.20202@maxwell.phys.lafayette.edu>
10069      Branch: perl
10070            ! ext/POSIX/Makefile.PL
10071 ____________________________________________________________________________
10072 [ 23658] By: rgs                                   on 2004/12/16  15:58:06
10073         Log: Two pod2html patches from Dave Sparks :
10074
10075              Fix anchors for some function names
10076              Subject: pod2html fragment fix [PATCH]
10077              From: Gisle Aas <gisle@ActiveState.com>
10078              Date: 11 Nov 2004 14:36:46 +0100
10079              Message-ID: <lrk6sso6c1.fsf@caliper.activestate.com>
10080
10081              Subject: Make 'pod2html --quiet' be quiet [PATCH]
10082              From: Gisle Aas <gisle@ActiveState.com>
10083              Date: 11 Nov 2004 15:19:58 +0100
10084              Message-ID: <lrbre4o4c1.fsf@caliper.activestate.com>
10085      Branch: perl
10086            ! lib/Pod/Html.pm
10087 ____________________________________________________________________________
10088 [ 23657] By: rgs                                   on 2004/12/16  15:43:02
10089         Log: Pod::Html is not part of the podlators distribution
10090      Branch: perl
10091            ! Porting/Maintainers.pl
10092 ____________________________________________________________________________
10093 [ 23656] By: rgs                                   on 2004/12/15  16:39:29
10094         Log: Security fix from Debian in the debugger (in the setterm()
10095              function), from:
10096              Subject: Re: Security patch from Debian?
10097              From: Brendan O'Dea <bod@debian.org>
10098              Date: Thu, 2 Dec 2004 13:42:17 +1100
10099              Message-ID: <20041202024217.GA12670@londo.c47.org>
10100      Branch: perl
10101            ! lib/perl5db.pl
10102 ____________________________________________________________________________
10103 [ 23655] By: rgs                                   on 2004/12/15  15:14:05
10104         Log: A couple of SCO compilation patches
10105
10106              Subject: [perl #3097] Re: SCO5 XS dyn loading fails
10107              From: "Ilya N. Golubev" <gin@mo.msk.ru>
10108              Date: Tue, 14 Dec 2004 22:37:27 +0300
10109              Message-ID: <028941bf40f648-gin@mo.msk.ru>
10110
10111              Subject: Re: [perl #3100] NaN passed to gcvt [PATCH]
10112              From: Andy Dougherty <doughera@lafayette.edu>
10113              Date: Wed, 15 Dec 2004 10:29:22 -0500 (EST)
10114              Message-ID: <Pine.SOL.4.58.0412150956360.3441@maxwell.phys.lafayette.edu>
10115      Branch: perl
10116            ! hints/sco.sh
10117 ____________________________________________________________________________
10118 [ 23654] By: rgs                                   on 2004/12/15  13:16:06
10119         Log: Upgrade to Test::Simple 0.54
10120      Branch: perl
10121            + lib/Test/Simple/t/is_fh.t
10122            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
10123            ! lib/Test/Simple.pm lib/Test/Simple/Changes
10124            ! lib/Test/Simple/t/details.t lib/Test/Simple/t/fail-more.t
10125            ! lib/Test/Simple/t/harness_active.t
10126            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/maybe_regex.t
10127            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/sort_bug.t
10128            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
10129 ____________________________________________________________________________
10130 [ 23653] By: rgs                                   on 2004/12/15  12:43:37
10131         Log: Upgrade to ExtUtils::MakeMaker 6.25
10132      Branch: perl
10133            + lib/ExtUtils/t/dir_target.t
10134            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
10135            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
10136            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
10137            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
10138            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
10139            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
10140            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
10141            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
10142            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
10143            ! lib/ExtUtils/NOTES lib/ExtUtils/README lib/ExtUtils/instmodsh
10144            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST_PREFIX.t
10145            ! lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/MM_Unix.t
10146            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/hints.t
10147            ! lib/ExtUtils/t/oneliner.t lib/ExtUtils/t/parse_version.t
10148            ! lib/ExtUtils/t/prereq_print.t lib/ExtUtils/t/split_command.t
10149 ____________________________________________________________________________
10150 [ 23652] By: rgs                                   on 2004/12/14  16:22:42
10151         Log: Fix for [perl #32491] h2xs incorrectly parses enums with implicit values
10152      Branch: perl
10153            ! utils/h2xs.PL
10154 ____________________________________________________________________________
10155 [ 23651] By: rgs                                   on 2004/12/14  12:17:25
10156         Log: Subject: Re: B::walkoptree segfaults
10157              From: Alexey Tourbin <at@altlinux.ru>
10158              Date: Fri, 3 Dec 2004 05:06:49 +0300
10159              Message-ID: <20041203020649.GD3898@solemn.turbinal.org>
10160      Branch: perl
10161            ! ext/B/B.pm
10162 ____________________________________________________________________________
10163 [ 23650] By: rgs                                   on 2004/12/14  11:21:53
10164         Log: Make Sys::Syslog stricture-compliant
10165      Branch: perl
10166            ! ext/Sys/Syslog/Syslog.pm
10167 ____________________________________________________________________________
10168 [ 23649] By: rgs                                   on 2004/12/14  10:35:57
10169         Log: Allow escaping %m as %%m in Sys::Syslog format strings
10170              (suggested by Joshua Richardson <jric@yahoo-inc.com>
10171              and Yitzchak Scott-Thoennes)
10172      Branch: perl
10173            ! ext/Sys/Syslog/Syslog.pm
10174 ____________________________________________________________________________
10175 [ 23648] By: rgs                                   on 2004/12/14  10:22:48
10176         Log: Subject: [perl #24343] [PATCH] -w vs. -s
10177              From: "Steve Peters via RT" <perlbug-followup@perl.org>
10178              Date: 14 Dec 2004 06:41:34 -0000
10179              Message-ID: <rt-3.0.11-24343-103027.13.3005637364295@perl.org>
10180      Branch: perl
10181            ! pod/perlrun.pod
10182 ____________________________________________________________________________
10183 [ 23647] By: merijn                                on 2004/12/14  07:51:43
10184         Log: Subject: [perl #3274] [PATCH] Documentation for utime should be improved
10185              Date: 14 Dec 2004 06:29:23 -0000
10186              From: "Steve Peters via RT" <perlbug-followup@perl.org>
10187              Message-ID: <rt-3.0.11-3274-103026.2.21000805211489@perl.org>
10188      Branch: perl
10189            ! pod/perlfaq5.pod
10190 ____________________________________________________________________________
10191 [ 23646] By: rgs                                   on 2004/12/14  07:41:08
10192         Log: Fix test added in change 23645 with an eval()
10193      Branch: perl
10194            ! t/op/bop.t
10195 ____________________________________________________________________________
10196 [ 23645] By: rgs                                   on 2004/12/14  07:28:57
10197         Log: Test patch for already-solved bug #33003,
10198              by Michael G Schwern.
10199      Branch: perl
10200            ! t/op/bop.t
10201 ____________________________________________________________________________
10202 [ 23644] By: steveh                                on 2004/12/13  17:26:46
10203         Log: Document gv_stashpvn
10204
10205              This is already in the API supported by Devel::PPPort, and is
10206              more efficient than gv_stashpv if the length is already known.
10207      Branch: perl
10208            ! embed.fnc gv.c pod/perlapi.pod
10209 ____________________________________________________________________________
10210 [ 23643] By: rgs                                   on 2004/12/13  10:02:57
10211         Log: Subject: [PATCH] FileCache without import
10212              From: Michael G Schwern <schwern@pobox.com>
10213              Date: Sat, 11 Dec 2004 18:58:32 -0500
10214              Message-ID: <20041211235832.GA13462@windhund.schwern.org>
10215      Branch: perl
10216            + lib/FileCache/t/07noimport.t
10217            ! MANIFEST lib/FileCache.pm
10218 ____________________________________________________________________________
10219 [ 23642] By: rgs                                   on 2004/12/13  09:54:23
10220         Log: Subject: [PATCH] perlipc typo
10221              From: Brendan O'Dea <bod@debian.org>
10222              Date: Sun, 12 Dec 2004 10:25:04 +1100
10223              Message-ID: <20041211232504.GA8380@londo.c47.org>
10224      Branch: perl
10225            ! pod/perlipc.pod
10226 ____________________________________________________________________________
10227 [ 23641] By: rgs                                   on 2004/12/13  09:41:21
10228         Log: Subject: [PATCH] t/op/taint.t follow-up to #23635
10229              From: "Craig A. Berry" <craigberry@mac.com>
10230              Date: Sat, 11 Dec 2004 11:03:57 -0600
10231              Message-ID: <41BB287D.6090001@mac.com>
10232      Branch: perl
10233            ! t/op/taint.t
10234 ____________________________________________________________________________
10235 [ 23640] By: rgs                                   on 2004/12/13  08:39:34
10236         Log: Subject: Re: Smoke [5.9.2] 23634 FAIL(F) openbsd 3.6 (i386/1 cpu) [PATCH]
10237              From: Gisle Aas <gisle@ActiveState.com>
10238              Date: 11 Dec 2004 02:57:19 -0800
10239              Message-ID: <lrr7lxje5s.fsf_-_@caliper.activestate.com>
10240      Branch: perl
10241            ! utf8.c
10242 ____________________________________________________________________________
10243 [ 23639] By: rgs                                   on 2004/12/10  22:02:52
10244         Log: Subject: [PATCH] Re: [perl #2562] wantarray fails in END, INIT, and CHECK blocks
10245              From: mjtg@cam.ac.uk (Mike Guy)
10246              Date: Fri, 10 Dec 2004 19:08:01 +0000
10247              Message-ID: <E1Ccq7V-00057s-9s@virgo.cus.cam.ac.uk>
10248      Branch: perl
10249            ! pod/perlfunc.pod
10250 ____________________________________________________________________________
10251 [ 23638] By: steveh                                on 2004/12/10  14:58:59
10252         Log: Fix Win32 breakage caused by change 23610
10253
10254              Simply skip the offending tests on Win32.  There is no sense in testing
10255              that $Config dir entries appear in @INC because the $Config entries
10256              relate to where perl.exe will be installed (as per INST_DRV/INST_TOP in
10257              win32/Makefile), whereas @INC entries are dynamic, based on where
10258              perlXX.dll is currently located.
10259      Branch: perl
10260            ! lib/Config.t
10261 ____________________________________________________________________________
10262 [ 23637] By: rgs                                   on 2004/12/10  10:17:47
10263         Log: Pod nit ([perl #32800])
10264      Branch: perl
10265            ! pod/perlfunc.pod
10266 ____________________________________________________________________________
10267 [ 23636] By: rgs                                   on 2004/12/10  10:02:12
10268         Log: Subject: [PATCH] Test rt.perl.org 5900
10269              From: Michael G Schwern <schwern@pobox.com>
10270              Date: Thu, 9 Dec 2004 22:11:59 -0500
10271              Message-ID: <20041210031159.GA7629@windhund.schwern.org>
10272      Branch: perl
10273            ! t/op/taint.t
10274 ____________________________________________________________________________
10275 [ 23635] By: rgs                                   on 2004/12/10  09:51:44
10276         Log: Subject: [PATCH] cleanup t/op/taint.t
10277              From: Michael G Schwern <schwern@pobox.com>
10278              Date: Fri, 10 Dec 2004 02:04:49 -0500
10279              Message-ID: <20041210070448.GA22347@windhund.schwern.org>
10280
10281              Subject: [PATCH] Add todo_skip() to test.pl
10282              From: Michael G Schwern <schwern@pobox.com>
10283              Date: Fri, 10 Dec 2004 04:27:06 -0500
10284              Message-ID: <20041210092706.GA23378@windhund.schwern.org>
10285      Branch: perl
10286            ! t/op/taint.t t/test.pl
10287 ____________________________________________________________________________
10288 [ 23634] By: nicholas                              on 2004/12/09  22:51:03
10289         Log: Evade using @ in the 1 liner with some perl 1 syntax.
10290      Branch: perl
10291            ! lib/Config.t
10292 ____________________________________________________________________________
10293 [ 23633] By: rgs                                   on 2004/12/09  18:50:16
10294         Log: Subject: RE: [PATCH perl.h toke.c utf8.c] minor format clean up
10295              From: Robin Barker <Robin.Barker@npl.co.uk>
10296              Date: Wed, 1 Dec 2004 15:15:44 -0000
10297              Message-ID: <533D273D4014D411AB1D00062938C4D90849C521@hotel.npl.co.uk>
10298      Branch: perl
10299            ! perl.h
10300 ____________________________________________________________________________
10301 [ 23632] By: rgs                                   on 2004/12/09  17:12:12
10302         Log: Subject: UTF8_ALLOW_ANYUV should not allow overlong sequences [PATCH]
10303              From: Gisle Aas <gisle@activestate.com>
10304              Date: 06 Dec 2004 02:59:24 -0800
10305              Message-ID: <lrmzwrae0j.fsf_-_@caliper.activestate.com>
10306      Branch: perl
10307            ! utf8.h
10308 ____________________________________________________________________________
10309 [ 23631] By: rgs                                   on 2004/12/09  16:03:01
10310         Log: Subject: [PATCH] :encoding(utf8) broken in perl-5.8.6
10311              From: Gisle Aas <gisle@ActiveState.com>
10312              Date: 03 Dec 2004 06:09:19 -0800
10313              Message-ID: <lrllcfeank.fsf_-_@caliper.activestate.com>
10314      Branch: perl
10315            ! ext/PerlIO/t/encoding.t
10316 ____________________________________________________________________________
10317 [ 23630] By: rgs                                   on 2004/12/09  15:49:07
10318         Log: Upgrade to perldoc 3.14
10319      Branch: perl
10320            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
10321 ____________________________________________________________________________
10322 [ 23629] By: rgs                                   on 2004/12/09  09:57:42
10323         Log: Fix test to cope with the previous h2ph change.
10324      Branch: perl
10325            ! t/lib/h2ph.pht
10326 ____________________________________________________________________________
10327 [ 23628] By: rgs                                   on 2004/12/08  16:50:30
10328         Log: Subject: [perl #32962] h2ph - use of local() in generated code
10329              From: Peter.Dintelmann@dresdner-bank.com (via RT)
10330              Date: 8 Dec 2004 15:49:32 -0000
10331              Message-ID: <rt-3.0.11-32962-102394.11.065973521948@perl.org>
10332      Branch: perl
10333            ! utils/h2ph.PL
10334 ____________________________________________________________________________
10335 [ 23627] By: rgs                                   on 2004/12/08  16:19:38
10336         Log: Subject: [PATCH] Re: [perl #32949] FileCache only works in "main" package
10337              From: "Jos I. Boumans" <kane@xs4all.net>
10338              Date: Wed, 8 Dec 2004 14:24:19 +0100
10339              Message-Id: <7728A4F5-491C-11D9-9CA3-000A95EF62E2@xs4all.net>
10340      Branch: perl
10341            + lib/FileCache/t/06export.t
10342            ! MANIFEST lib/FileCache.pm
10343 ____________________________________________________________________________
10344 [ 23626] By: nicholas                              on 2004/12/07  23:39:46
10345         Log: Avoid getting the stash name twice (at least visually, if not also
10346              in the generated code)
10347      Branch: perl
10348            ! sv.c
10349 ____________________________________________________________________________
10350 [ 23624] By: rgs                                   on 2004/12/07  18:26:48
10351         Log: Upgrade to Encode 2.09
10352      Branch: perl
10353            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
10354            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.xs
10355            ! ext/Encode/t/Encode.t ext/Encode/t/fallback.t
10356 ____________________________________________________________________________
10357 [ 23623] By: nicholas                              on 2004/12/07  15:27:09
10358         Log: Revert part of the change to gv_fullname4(), as the change seems to
10359              be fractionally slower. Re-investigation prompted by a comment from
10360              Tim Bunce, who seems to be more on the ball than I am.
10361      Branch: perl
10362            ! gv.c
10363 ____________________________________________________________________________
10364 [ 23622] By: steveh                                on 2004/12/07  10:50:26
10365         Log: Update AUTHORS (for changes #23200 and #23621)
10366      Branch: perl
10367            ! AUTHORS
10368 ____________________________________________________________________________
10369 [ 23621] By: steveh                                on 2004/12/07  10:35:59
10370         Log: Updates to README.win32 (aka perlwin32), with some changes.
10371
10372              Subject: Patch to README.win32 distributed with 5.8.6 for building under .net / MSVC7 (free)
10373              From: Max Maischein <corion@corion.net>
10374              Date: Sun, 05 Dec 2004 19:39:40 +0100
10375              Message-ID: <41B355EC.9010505@corion.net>
10376      Branch: perl
10377            ! README.win32
10378 ____________________________________________________________________________
10379 [ 23620] By: rgs                                   on 2004/12/06  22:22:11
10380         Log: Upgrade to Term::ANSIColor 1.09
10381      Branch: perl
10382            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
10383            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
10384 ____________________________________________________________________________
10385 [ 23619] By: rgs                                   on 2004/12/06  21:54:55
10386         Log: Small addition to perlsec by Stas Bekman.
10387      Branch: perl
10388            ! pod/perlsec.pod
10389 ____________________________________________________________________________
10390 [ 23618] By: steveh                                on 2004/12/06  15:54:30
10391         Log: Fix another Win32 breakage caused by change 23554
10392      Branch: perl
10393            ! t/win32/system.t
10394 ____________________________________________________________________________
10395 [ 23617] By: nicholas                              on 2004/12/06  15:35:39
10396         Log: Break out setting $^X into its own static function S_set_caret_X
10397      Branch: perl
10398            ! perl.c
10399 ____________________________________________________________________________
10400 [ 23616] By: steveh                                on 2004/12/06  14:42:32
10401         Log: Fix typo from change 23554 which screwed up Windows smokes
10402      Branch: perl
10403            ! win32/Makefile
10404 ____________________________________________________________________________
10405 [ 23615] By: nicholas                              on 2004/12/06  14:39:59
10406         Log: sanity check the arguments to runperl(), to try to avoid it
10407              hanging waiting on STDIN for a script.
10408      Branch: perl
10409            ! t/test.pl
10410 ____________________________________________________________________________
10411 [ 23614] By: nicholas                              on 2004/12/06  13:41:45
10412         Log: Remove spurious semicolons
10413              (As these 2 are spare, I guess I should send them to Mark Rhodes
10414              (former office mate) as he often said that he kept mislaying his)
10415      Branch: perl
10416            ! gv.h
10417 ____________________________________________________________________________
10418 [ 23613] By: nicholas                              on 2004/12/06  13:10:24
10419         Log: Tests for Config.pm much better now - toDONE
10420      Branch: perl
10421            ! pod/perltodo.pod
10422 ____________________________________________________________________________
10423 [ 23612] By: nicholas                              on 2004/12/06  13:01:36
10424         Log: Turn gv_fullname3 and gv_efullname3 into macros that call
10425              gv_fullname4 and gv_efullname4 directly, saving overhead.
10426      Branch: perl
10427            ! embed.fnc embed.h gv.h proto.h
10428 ____________________________________________________________________________
10429 [ 23611] By: merijn                                on 2004/12/06  12:00:10
10430         Log: New Itanium servers
10431      Branch: perl
10432            ! README.hpux
10433 ____________________________________________________________________________
10434 [ 23610] By: nicholas                              on 2004/12/06  10:35:00
10435         Log: Check that @INC entries and %Config path entries are consistent.
10436      Branch: perl
10437            ! lib/Config.t
10438 ____________________________________________________________________________
10439 [ 23609] By: nicholas                              on 2004/12/03  22:17:32
10440         Log: gv_fullname4() can get rid of the main:: for us.
10441              (well, actually, it never puts it in)
10442      Branch: perl
10443            ! op.c
10444 ____________________________________________________________________________
10445 [ 23608] By: rgs                                   on 2004/12/03  21:51:45
10446         Log: $foo::_ was wrongly forced as $main::_.
10447              Since we still want "our $_" to be always forced to $main::_,
10448              deplace the forcing code at our-pad allocation time.
10449              (Making execution probably a tiny bit faster)
10450      Branch: perl
10451            ! gv.c op.c t/op/mydef.t
10452 ____________________________________________________________________________
10453 [ 23607] By: nicholas                              on 2004/12/03  20:38:37
10454         Log: Remove double checking of acceptable switches on tr/// ops.
10455      Branch: perl
10456            ! toke.c
10457 ____________________________________________________________________________
10458 [ 23606] By: nicholas                              on 2004/12/03  20:07:31
10459         Log: use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c)
10460              The latter gives larger code, is less clear and can't be any faster
10461      Branch: perl
10462            ! perl.c toke.c
10463 ____________________________________________________________________________
10464 [ 23605] By: nicholas                              on 2004/12/03  18:56:31
10465         Log: Small code tidy up in gv_fullname4
10466      Branch: perl
10467            ! gv.c
10468 ____________________________________________________________________________
10469 [ 23604] By: nicholas                              on 2004/12/03  18:26:43
10470         Log: There are clearer ways of saying m/^[ab]$/ than strchr("ab", c)
10471              They seem to produce slightly smaller object code too.
10472      Branch: perl
10473            ! gv.c
10474 ____________________________________________________________________________
10475 [ 23603] By: nicholas                              on 2004/12/03  17:02:43
10476         Log: Fix a typo in an assert(). It helps to compile with -DDEBUGGING
10477      Branch: perl
10478            ! perl.c
10479 ____________________________________________________________________________
10480 [ 23602] By: nicholas                              on 2004/12/03  15:50:15
10481         Log: Pull out the duplicateded push @INC, $_ if -e $_ code from
10482              S_pushinc into a new function S_pushinc_if_exists
10483              Avoid the SV copy when pushing onto @INC by creating a new scratch
10484              SV each time a push is done.
10485      Branch: perl
10486            ! perl.c
10487 ____________________________________________________________________________
10488 [ 23601] By: nicholas                              on 2004/12/02  22:35:34
10489         Log: Subject: [PATCH] configure.com: no more CONFIG=true
10490              From: "Craig A. Berry" <craigberry@mac.com>
10491              Message-ID: <41AF87BA.1080108@mac.com>
10492              Date: Thu, 02 Dec 2004 15:23:06 -0600
10493      Branch: perl
10494            ! configure.com
10495 ____________________________________________________________________________
10496 [ 23598] By: nicholas                              on 2004/12/01  23:13:32
10497         Log: 2 new BeOS files were missing
10498      Branch: perl
10499            ! MANIFEST
10500 ____________________________________________________________________________
10501 [ 23592] By: nicholas                              on 2004/12/01  18:54:14
10502         Log: Subject: [PATCH] Makefile.SH: de-parallelise mktables
10503              From: Jarkko Hietaniemi <jhi@iki.fi>
10504              Message-ID: <41ADFD95.4030007@iki.fi>
10505              Date: Wed, 01 Dec 2004 19:21:25 +0200
10506      Branch: perl
10507            ! Makefile.SH
10508 ____________________________________________________________________________
10509 [ 23588] By: nicholas                              on 2004/12/01  16:52:45
10510         Log: &test in constant.t is vestigial, so amputate it.
10511      Branch: perl
10512            ! lib/constant.t
10513 ____________________________________________________________________________
10514 [ 23587] By: nicholas                              on 2004/12/01  16:35:10
10515         Log: Tidy up the reference name stringification to save getting the
10516              hash name twice. Pleasant side effect is 44 byte smaller object
10517              file. (A small win is still a win)
10518      Branch: perl
10519            ! sv.c
10520 ____________________________________________________________________________
10521 [ 23584] By: merijn                                on 2004/12/01  13:44:24
10522         Log: Subject: [perl #32717] BeOS specific Updates
10523              Date: 30 Nov 2004 15:38:32 -0000
10524              From: Ingo Weinhold (via RT) <perlbug-followup@perl.org>
10525              Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org>
10526      Branch: perl
10527            + beos/beos_flock_server.cpp beos/beos_flock_server.h
10528            ! beos/beos.c beos/beosish.h ext/Errno/Errno_pm.PL
10529            ! ext/File/Glob/t/basic.t hints/beos.sh lib/ExtUtils/t/MM_BeOS.t
10530            ! lib/Tie/File/t/16_handle.t perl.c t/op/magic.t
10531 ____________________________________________________________________________
10532 [ 23583] By: merijn                                on 2004/12/01  13:29:18
10533         Log: Subject: [PATCH] add -I../lib to VMS build to find Config_heavy.pl
10534              Date: Wed, 01 Dec 2004 07:24:45 -0600
10535              From: "Craig A. Berry" <craigberry@mac.com>
10536              Message-ID: <41ADC61D.8010407@mac.com>
10537      Branch: perl
10538            ! vms/descrip_mms.template
10539 ____________________________________________________________________________
10540 [ 23581] By: rgs                                   on 2004/12/01  13:01:55
10541         Log: MANIFEST.SKIP is missing from the list of files that come
10542              with MakeMaker
10543      Branch: perl
10544            ! Porting/Maintainers.pl
10545 ____________________________________________________________________________
10546 [ 23577] By: nicholas                              on 2004/11/30  16:40:06
10547         Log: Add placeholders for the new strlcat and strlcpy entries in
10548              config.sh, to ensure that the config.h generated for cross-
10549              compilation will still work.
10550      Branch: perl
10551            ! Cross/config.sh-arm-linux
10552 ____________________________________________________________________________
10553 [ 23575] By: nicholas                              on 2004/11/30  15:32:17
10554         Log: Let pod/buildtoc resort the MANIFEST the way it wants it
10555      Branch: perl
10556            ! MANIFEST
10557 ____________________________________________________________________________
10558 [ 23574] By: nicholas                              on 2004/11/30  15:31:14
10559         Log: Add perl586delta.pod to all the necessary makefiles and tables of
10560              contents.
10561      Branch: perl
10562            ! pod.lst pod/perl.pod pod/perltoc.pod vms/descrip_mms.template
10563            ! win32/pod.mak
10564 ____________________________________________________________________________
10565 [ 23571] By: merijn                                on 2004/11/30  15:11:01
10566         Log: Subject: Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)
10567              Date: Tue, 30 Nov 2004 09:29:06 -0600
10568              From: Steve Peters <steve@fisharerojo.org>
10569              Message-ID: <20041130152906.GA555@mccoy.peters.homeunix.org>
10570      Branch: perl
10571            ! hints/openbsd.sh
10572 ____________________________________________________________________________
10573 [ 23570] By: nicholas                              on 2004/11/30  14:57:53
10574         Log: Integrate perlhist entries for 5.8.6 and its perldelta to blead
10575      Branch: perl
10576           +> pod/perl586delta.pod
10577            ! MANIFEST
10578           !> pod/perlhist.pod
10579 ____________________________________________________________________________
10580 [ 23568] By: rgs                                   on 2004/11/30  13:02:16
10581         Log: Protection against trailing spaces in embed.fnc
10582      Branch: perl
10583            ! autodoc.pl embed.pl
10584 ____________________________________________________________________________
10585 [ 23567] By: rgs                                   on 2004/11/30  12:57:30
10586         Log: Remove trailing whitespace that found their way in the docs
10587              (spotted by Stas Bekman)
10588      Branch: perl
10589            ! embed.fnc pod/perlapi.pod proto.h
10590 ____________________________________________________________________________
10591 [ 23566] By: rgs                                   on 2004/11/29  12:30:31
10592         Log: Upgrade to Test::Simple 0.53
10593      Branch: perl
10594            + lib/Test/Simple/t/circular_data.t
10595            + lib/Test/Simple/t/overload_threads.t
10596            + lib/Test/Simple/t/plan_bad.t
10597            + lib/Test/Simple/t/plan_shouldnt_import.t
10598            + lib/Test/Simple/t/require_ok.t lib/Test/Simple/t/sort_bug.t
10599            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
10600            ! lib/Test/Simple.pm lib/Test/Simple/Changes
10601            ! lib/Test/Simple/README lib/Test/Simple/TODO
10602            ! lib/Test/Simple/t/00signature.t lib/Test/Simple/t/More.t
10603            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/fail_one.t
10604            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/overload.t
10605            ! lib/Test/Simple/t/todo.t t/lib/TieOut.pm
10606 ____________________________________________________________________________
10607 [ 23564] By: nicholas                              on 2004/11/28  16:13:56
10608         Log: Skip generating all the code to deal with "" strings in config.sh
10609              if there aren't any. '' only code is much simpler.
10610      Branch: perl
10611            ! configpm
10612 ____________________________________________________________________________
10613 [ 23563] By: nicholas                              on 2004/11/28  15:00:15
10614         Log: Given that there is a pre-built cache, no need for @v_fast
10615      Branch: perl
10616            ! configpm
10617 ____________________________________________________________________________
10618 [ 23562] By: nicholas                              on 2004/11/28  13:56:30
10619         Log: The byteorder code doesn't need to be in Config.pm if byteorder
10620              isn't actually a frequently looked up value.
10621      Branch: perl
10622            ! configpm
10623 ____________________________________________________________________________
10624 [ 23561] By: nicholas                              on 2004/11/28  13:20:39
10625         Log: Need to stub the public functions to keep some existing code
10626              working.
10627              No need to keep $Config_SH around in memory when we can easily
10628              re-create it.
10629      Branch: perl
10630            ! configpm
10631 ____________________________________________________________________________
10632 [ 23558] By: nicholas                              on 2004/11/27  23:06:41
10633         Log: Generate the precached %Config entries based on some empirical
10634              data, rather than just guesswork.
10635      Branch: perl
10636            ! Makefile.SH configpm
10637 ____________________________________________________________________________
10638 [ 23557] By: nicholas                              on 2004/11/27  21:26:42
10639         Log: Subject: [PATCH] Re: getting Config.pm on a diet
10640              From: "Craig A. Berry" <craigberry@mac.com>
10641              Message-ID: <41A8F225.7080902@mac.com>
10642              Date: Sat, 27 Nov 2004 15:31:17 -0600
10643      Branch: perl
10644            ! vms/descrip_mms.template
10645 ____________________________________________________________________________
10646 [ 23555] By: nicholas                              on 2004/11/27  17:28:47
10647         Log: Hateful cAsE iNsEnSiTiVe file systems
10648      Branch: perl
10649            ! configpm
10650 ____________________________________________________________________________
10651 [ 23554] By: nicholas                              on 2004/11/27  16:56:35
10652         Log: Put Config.pm on a diet. 3K rather than 32K
10653              configpm now generates 2 files, a small Config.pm containing the
10654              commonly used functions and values, which AUTOLOADs a
10655              Config_heavy.pl containing anything else needed.
10656              The "common" values in the small Config.pm may need some
10657              tweaking, based on real world data.
10658      Branch: perl
10659            ! Makefile.SH configpm vms/descrip_mms.template win32/Makefile
10660            ! win32/makefile.mk
10661 ____________________________________________________________________________
10662 [ 23550] By: nicholas                              on 2004/11/27  14:43:37
10663         Log: Clarify the return values of pos, particularly 0 and undef, as
10664              suggested by Stas Bekman
10665      Branch: perl
10666            ! pod/perlfunc.pod
10667 ____________________________________________________________________________
10668 [ 23549] By: nicholas                              on 2004/11/27  14:24:21
10669         Log: Document the interaction of PERL_USE_SAVE_PUTENV and
10670              PL_use_safe_putenv, based on text by Stas Bekman
10671      Branch: perl
10672            ! INSTALL
10673 ____________________________________________________________________________
10674 [ 23548] By: rgs                                   on 2004/11/26  17:20:46
10675         Log: Subject: [perl #32639] [PATCH] Bug in Term::Complete Module with $_ Usage
10676              From: "Steve Peters via RT" <perlbug-followup@perl.org>
10677              Date: 26 Nov 2004 17:14:33 -0000
10678              Message-ID: <rt-3.0.11-32639-101066.11.6172971744206@perl.org>
10679      Branch: perl
10680            ! lib/Term/Complete.pm
10681 ____________________________________________________________________________
10682 [ 23547] By: rgs                                   on 2004/11/26  15:16:59
10683         Log: Freak out if h2ph has to translate a macro that    contains assembly code.
10684
10685              Subject: [PATCH] h2ph vs __asm__
10686              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
10687              Date: Thu, 25 Nov 2004 17:24:43 +0100
10688              Message-ID: <20041125172443.757a4833@dhcp123.mandrakesoft.com>
10689      Branch: perl
10690            ! utils/h2ph.PL
10691 ____________________________________________________________________________
10692 [ 23546] By: rgs                                   on 2004/11/26  15:07:47
10693         Log: Doc nit for B::Lint
10694              Subject: [PATCH] B::Lint
10695              From: Andy Lester <andy@petdance.com>
10696              Date: Fri, 26 Nov 2004 00:30:48 -0600
10697              Message-ID: <20041126063048.GA10161@petdance.com>
10698      Branch: perl
10699            ! ext/B/B/Lint.pm
10700 ____________________________________________________________________________
10701 [ 23545] By: nicholas                              on 2004/11/26  12:33:34
10702         Log: The change to the internal representation introduced a bug whereby
10703              the key returned by FIRSTKEY had an erroneous leading newline.
10704              EXISTS was also buggy.
10705      Branch: perl
10706            ! configpm lib/Config.t
10707 ____________________________________________________________________________
10708 [ 23544] By: nicholas                              on 2004/11/26  11:29:21
10709         Log: Make configpm and the generated Config.pm strict and warnings
10710              clean.
10711      Branch: perl
10712            ! configpm
10713 ____________________________________________________________________________
10714 [ 23543] By: steveh                                on 2004/11/26  10:56:12
10715         Log: Fix Win32 breakage caused by changes 23535/23542.
10716      Branch: perl
10717            ! lib/Config.t
10718 ____________________________________________________________________________
10719 [ 23542] By: nicholas                              on 2004/11/25  23:41:05
10720         Log: Generate the virtual entries at Config.pm build time, as they
10721              don't change. This lets us get rid of the entire "fetch_virtual"
10722              baggage, and makes the config_re lookup work for the virtual
10723              entries.
10724      Branch: perl
10725            ! configpm lib/Config.t
10726 ____________________________________________________________________________
10727 [ 23541] By: nicholas                              on 2004/11/25  22:50:15
10728         Log: Cheat. (Add a leading newline, and so remove all the special
10729              casing for "if we're at the start of $Config_SH")
10730      Branch: perl
10731            ! configpm lib/Config.t
10732 ____________________________________________________________________________
10733 [ 23538] By: nicholas                              on 2004/11/25  21:37:23
10734         Log: Add an exists test for the things we loop over
10735      Branch: perl
10736            ! lib/Config.t
10737 ____________________________________________________________________________
10738 [ 23537] By: nicholas                              on 2004/11/25  21:33:23
10739         Log: The first entry in the virtual config.sh is special cased. So
10740              test it.
10741      Branch: perl
10742            ! lib/Config.t
10743 ____________________________________________________________________________
10744 [ 23536] By: nicholas                              on 2004/11/25  21:00:56
10745         Log: Make $Config{libs_nolargefiles} and
10746              $Config{libswanted_nolargefiles} work. (For the first time)
10747      Branch: perl
10748            ! configpm lib/Config.t
10749 ____________________________________________________________________________
10750 [ 23535] By: nicholas                              on 2004/11/25  20:10:43
10751         Log: Test the currently working virtual %Config entries
10752      Branch: perl
10753            ! lib/Config.t
10754 ____________________________________________________________________________
10755 [ 23534] By: rgs                                   on 2004/11/24  16:09:42
10756         Log: Subject: RC1 pod fix #anchor
10757              From: Stas Bekman <stas@stason.org>
10758              Date: Wed, 24 Nov 2004 10:57:21 -0500
10759              Message-ID: <41A4AF61.9080408@stason.org>
10760      Branch: perl
10761            ! pod/perlrun.pod
10762 ____________________________________________________________________________
10763 [ 23533] By: rgs                                   on 2004/11/24  16:07:38
10764         Log: Subject: [patch pod/perlipc] use POSIX; w/o () is a bad idea
10765              From: Stas Bekman <stas@stason.org>
10766              Date: Wed, 24 Nov 2004 11:25:14 -0500
10767              Message-ID: <41A4B5EA.3020804@stason.org>
10768      Branch: perl
10769            ! pod/perlipc.pod
10770 ____________________________________________________________________________
10771 [ 23532] By: rgs                                   on 2004/11/24  14:47:31
10772         Log: Subject: [perl #3242] [PATCH]No error on assignment to $>
10773              From: "Steve Peters via RT" <perlbug-followup@perl.org>
10774              Date: 21 Nov 2004 04:38:09 -0000
10775              Message-ID: <rt-3.0.11-3242-100676.6.32723019025057@perl.org>
10776      Branch: perl
10777            ! pod/perlvar.pod
10778 ____________________________________________________________________________
10779 [ 23531] By: nicholas                              on 2004/11/24  11:50:28
10780         Log: Wrap some long lines
10781      Branch: perl
10782            ! lib/Config.t
10783 ____________________________________________________________________________
10784 [ 23528] By: rgs                                   on 2004/11/23  13:35:34
10785         Log: Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong value
10786              after eval or require
10787      Branch: perl
10788            ! t/comp/package.t toke.c
10789 ____________________________________________________________________________
10790 [ 23527] By: rgs                                   on 2004/11/23  10:20:02
10791         Log: Subject: Re: [perl #32486] error in documentation for POSIX::pipe
10792              From: Michael G Schwern <schwern@pobox.com>
10793              Date: Fri, 19 Nov 2004 14:28:56 -0500
10794              Message-ID: <20041119192856.GA4769@windhund.schwern.org>
10795      Branch: perl
10796            ! ext/POSIX/POSIX.pod
10797 ____________________________________________________________________________
10798 [ 23526] By: rgs                                   on 2004/11/23  09:26:03
10799         Log: Subject: [perl #3422] [PATCH] CHECK routine called after syntax error
10800              From: "Steve Peters via RT" <perlbug-followup@perl.org>
10801              Date: 23 Nov 2004 00:04:24 -0000
10802              Message-ID: <rt-3.0.11-3422-100830.4.45764701781506@perl.org>
10803      Branch: perl
10804            ! ext/B/B/Deparse.pm
10805 ____________________________________________________________________________
10806 [ 23525] By: rgs                                   on 2004/11/23  09:09:57
10807         Log: Subject: [PATCH] warnings.t portability tweaks
10808              From: "Craig A. Berry" <craigberry@mac.com>
10809              Date: Sat, 20 Nov 2004 10:29:47 -0600
10810              Message-ID: <419F70FB.7000100@mac.com>
10811      Branch: perl
10812            ! t/lib/warnings/9uninit t/lib/warnings/perlio
10813 ____________________________________________________________________________
10814 [ 23523] By: nicholas                              on 2004/11/20  22:17:18
10815         Log: Assimilate Test-Simple 0.50
10816      Branch: perl
10817            + lib/Test/Simple/TODO lib/Test/Simple/t/00signature.t
10818            + lib/Test/Simple/t/00test_harness_check.t
10819            + lib/Test/Simple/t/eq_set.t lib/Test/Simple/t/extra_one.t
10820            + lib/Test/Simple/t/fail_one.t
10821            + lib/Test/Simple/t/harness_active.t lib/Test/Simple/t/no_diag.t
10822            + lib/Test/Simple/t/overload.t lib/Test/Simple/t/reset.t
10823            + lib/Test/Simple/t/thread_taint.t t/lib/NoExporter.pm
10824            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
10825            ! lib/Test/Simple.pm lib/Test/Simple/Changes
10826            ! lib/Test/Simple/README lib/Test/Simple/t/More.t
10827            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
10828            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
10829            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/has_plan2.t
10830            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/missing.t
10831            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan_is_noplan.t
10832            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/threads.t
10833            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/use_ok.t
10834            ! lib/Test/Tutorial.pod t/lib/Test/Simple/Catch.pm
10835            ! t/lib/TieOut.pm
10836 ____________________________________________________________________________
10837 [ 23520] By: nicholas                              on 2004/11/20  14:21:28
10838         Log: genuine possible buffer problems spotted by flawfinder
10839      Branch: perl
10840            ! regcomp.c util.c
10841 ____________________________________________________________________________
10842 [ 23519] By: rgs                                   on 2004/11/19  14:48:35
10843         Log: Make "err" a weak keyword;
10844              that is, it will be overriden by any sub named "err", except when
10845              really an operator is expected at this point. ([perl #32347])
10846      Branch: perl
10847            ! t/op/dor.t toke.c
10848 ____________________________________________________________________________
10849 [ 23518] By: rgs                                   on 2004/11/19  09:22:33
10850         Log: Subject: [perl #32486] error in documentation for POSIX::pipe
10851              From: chris@ex-parrot.com (via RT) <perlbug-followup@perl.org>
10852              Date: 18 Nov 2004 18:09:54 -0000
10853              Message-ID: <rt-3.0.11-32486-100537.1.04456486825399@perl.org>
10854      Branch: perl
10855            ! ext/POSIX/POSIX.pod
10856 ____________________________________________________________________________
10857 [ 23517] By: nicholas                              on 2004/11/18  23:32:20
10858         Log: Bump version number
10859      Branch: perl
10860            ! lib/ExtUtils/Constant.pm
10861 ____________________________________________________________________________
10862 [ 23516] By: rgs                                   on 2004/11/18  22:06:21
10863         Log: Remaining nit in the deparsing of reversed foreach loops
10864      Branch: perl
10865            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
10866 ____________________________________________________________________________
10867 [ 23514] By: rgs                                   on 2004/11/18  18:01:52
10868         Log: Fix deparsing of reversed foreach loops,
10869              plus a bug in the previous commit
10870      Branch: perl
10871            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
10872 ____________________________________________________________________________
10873 [ 23513] By: rgs                                   on 2004/11/18  17:25:19
10874         Log: Fix deparsing of reversed sort and descending sorts,
10875              due to the recent optimisations on this part of the optree.
10876      Branch: perl
10877            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
10878 ____________________________________________________________________________
10879 [ 23510] By: rgs                                   on 2004/11/17  10:41:56
10880         Log: Subject: [perl #28929] File::Find follow_fast => 1 loses dangling symlink
10881              From: "Steve Peters via RT" <perlbug-followup@perl.org>
10882              Date: 12 Nov 2004 02:47:36 -0000
10883              Message-ID: <rt-3.0.11-28929-100158.11.3214775505644@perl.org>
10884      Branch: perl
10885            ! lib/File/Find.pm lib/File/Find/t/find.t
10886 ____________________________________________________________________________
10887 [ 23509] By: rgs                                   on 2004/11/17  10:22:52
10888         Log: PerlFAQ sync.
10889      Branch: perl
10890            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq6.pod
10891            ! pod/perlfaq7.pod
10892 ____________________________________________________________________________
10893 [ 23508] By: rgs                                   on 2004/11/17  10:14:58
10894         Log: Fix a couple of typos.
10895      Branch: perl
10896            ! hv.c utf8.c
10897 ____________________________________________________________________________
10898 [ 23507] By: rgs                                   on 2004/11/17  10:11:20
10899         Log: Subject: SuSE's perl safe_putenf diff
10900              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
10901              Date: Thu, 11 Nov 2004 15:54:43 +0100
10902              Message-ID: <20041111145443.GA1854@immd4.informatik.uni-erlangen.de>
10903
10904              slightly reworked to make the PL_use_safe_putenv variable fit in
10905              the current framework. This patch turns on the use of safe putenv
10906              for any application that embeds a perl interpreter.
10907      Branch: perl
10908            ! embedvar.h mg.c miniperlmain.c perl.c perlapi.h perlvars.h
10909            ! util.c
10910 ____________________________________________________________________________
10911 [ 23506] By: rgs                                   on 2004/11/17  08:57:17
10912         Log: Subject: [PATCH] perl5db.pl POD cleanup
10913              From: Autrijus Tang <autrijus@autrijus.org>
10914              Date: Fri, 12 Nov 2004 12:41:33 +0800
10915              Message-ID: <20041112044133.GA92924@aut.dyndns.org>
10916      Branch: perl
10917            ! lib/perl5db.pl
10918 ____________________________________________________________________________
10919 [ 23505] By: rgs                                   on 2004/11/17  08:31:39
10920         Log: Subject: [PATCH 5.8.x] Allow more tries for t/op/time.t test 2.
10921              From: Andy Dougherty <doughera@lafayette.edu>
10922              Date: Tue, 16 Nov 2004 12:11:00 -0500 (EST)
10923              Message-ID: <Pine.SOL.4.58.0411161149170.5639@maxwell.phys.lafayette.edu>
10924      Branch: perl
10925            ! t/op/time.t
10926 ____________________________________________________________________________
10927 [ 23501] By: steveh                                on 2004/11/16  10:55:20
10928         Log: Make all scripts run by regen.pl write output with UNIX style EOL's.
10929
10930              (autodoc.pl was already done by change 23371.)
10931      Branch: perl
10932            ! bytecode.pl embed.pl keywords.pl opcode.pl regcomp.pl
10933            ! warnings.pl
10934 ____________________________________________________________________________
10935 [ 23500] By: merijn                                on 2004/11/16  10:49:35
10936         Log: Subject: [PATCH] s/hierachy/hierarchy/
10937              Date: Mon, 15 Nov 2004 15:59:14 -0700
10938              From: "Larry Shatzer Jr." <larrysh@cpan.org>
10939              Message-ID: <20041115225913.GA22373@zippy.zyx.net>
10940      Branch: perl
10941            ! ext/B/B.pm ext/Time/HiRes/Makefile.PL perlio.h
10942 ____________________________________________________________________________
10943 [ 23499] By: steveh                                on 2004/11/16  09:42:50
10944         Log: Fix Win32 breakage caused by changes to op.c in change 23433.
10945
10946              Also limit the scope of the locks in a couple of places, as suggested
10947              by Hugo in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-11/msg00286.html.
10948      Branch: perl
10949            ! embed.fnc embed.h global.sym op.c op.h proto.h regcomp.c
10950 ____________________________________________________________________________
10951 [ 23498] By: merijn                                on 2004/11/14  07:02:20
10952         Log: Subject: [PATCH] Add the minitest target to vms buildsystem
10953              From: Abe Timmerman <abe@ztreet.demon.nl>
10954              Date: Sun, 14 Nov 2004 00:48:17 +0100
10955              Message-Id: <200411140048.17035.abe@ztreet.demon.nl>
10956      Branch: perl
10957            ! vms/descrip_mms.template vms/test.com
10958 ____________________________________________________________________________
10959 [ 23497] By: rgs                                   on 2004/11/12  21:11:48
10960         Log: Subject: [perl #32400] Unnecessary warning from constant.pm
10961              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
10962              Date: 10 Nov 2004 18:30:38 -0000
10963              Message-ID: <rt-3.0.11-32400-100099.4.31094423840584@perl.org>
10964      Branch: perl
10965            ! lib/constant.pm lib/constant.t
10966 ____________________________________________________________________________
10967 [ 23496] By: merijn                                on 2004/11/12  20:47:19
10968         Log: Subject: [perl #32419] Spelling fixes for perl@23492
10969              Date: 12 Nov 2004 16:14:49 -0000
10970              From: Richard Soderberg (via RT) <perlbug-followup@perl.org>
10971              Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org>
10972      Branch: perl
10973            ! pod/perl573delta.pod pod/perl58delta.pod pod/perl590delta.pod
10974            ! pod/perl591delta.pod pod/perl592delta.pod pod/perlapi.pod
10975            ! pod/perlapio.pod pod/perldata.pod pod/perldebtut.pod
10976            ! pod/perlipc.pod pod/perlport.pod pod/perlre.pod
10977            ! pod/perlretut.pod pod/perlrun.pod pod/perlsub.pod
10978            ! pod/perlthrtut.pod pod/perltodo.pod pod/perltooc.pod
10979 ____________________________________________________________________________
10980 [ 23495] By: merijn                                on 2004/11/12  20:26:17
10981         Log: Subject: [PATCH] Small documentation fix to ExtUtils::Constant
10982              Date: Fri, 12 Nov 2004 11:15:47 -0600
10983              From: steve@fisharerojo.org
10984              Message-ID: <20041112171547.GA8011@kirk.dsl-verizon.net>
10985      Branch: perl
10986            ! lib/ExtUtils/Constant.pm
10987 ____________________________________________________________________________
10988 [ 23494] By: davem                                 on 2004/11/12  18:59:06
10989         Log: Add some descriptive text from Larry to op.c on how optrees are built
10990      Branch: perl
10991            ! op.c
10992 ____________________________________________________________________________
10993 [ 23492] By: rgs                                   on 2004/11/10  09:32:39
10994         Log: Replace a skip by a todo.
10995              Subject: Re: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
10996              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
10997              Date: Wed, 10 Nov 2004 01:30:14 -0800
10998              Message-ID: <20041110093014.GA1676@efn.org>
10999      Branch: perl
11000            ! t/io/tell.t
11001 ____________________________________________________________________________
11002 [ 23491] By: rgs                                   on 2004/11/10  07:40:31
11003         Log: Subject: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
11004              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
11005              Date: Tue, 9 Nov 2004 17:40:13 -0800
11006              Message-ID: <20041110014012.GA2796@efn.org>
11007      Branch: perl
11008            ! t/io/tell.t
11009 ____________________________________________________________________________
11010 [ 23490] By: rgs                                   on 2004/11/09  18:17:07
11011         Log: Adjust test count for non-windows machines
11012      Branch: perl
11013            ! ext/IO/t/io_file.t
11014 ____________________________________________________________________________
11015 [ 23489] By: merijn                                on 2004/11/09  17:53:53
11016         Log: Subject: [PATCH] fix IO::File to support binmode
11017              From: "Jos I. Boumans" <kane@dwim.org>
11018              Date: Tue, 9 Nov 2004 16:59:27 +0100
11019              Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org>
11020      Branch: perl
11021            + ext/IO/t/io_file.t
11022            ! MANIFEST ext/IO/lib/IO/File.pm
11023 ____________________________________________________________________________
11024 [ 23487] By: nicholas                              on 2004/11/08  20:27:42
11025         Log: No more late changes, dammit
11026      Branch: perl
11027            ! ext/B/t/optree_concise.t
11028 ____________________________________________________________________________
11029 [ 23485] By: rgs                                   on 2004/11/08  08:38:03
11030         Log: Subject: Re: optree tests and VMS progress (no really)
11031              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
11032              Date: Sun, 7 Nov 2004 23:24:15 -0800
11033              Message-ID: <20041108072415.GA3928@efn.org>
11034      Branch: perl
11035            ! ext/B/t/OptreeCheck.pm
11036 ____________________________________________________________________________
11037 [ 23482] By: davem                                 on 2004/11/06  11:59:16
11038         Log: document regcomp.c/regexec.c's dual life under ext/re/
11039      Branch: perl
11040            ! regcomp.c regexec.c
11041 ____________________________________________________________________________
11042 [ 23481] By: nicholas                              on 2004/11/06  08:48:50
11043         Log: Subject: Re: optree tests and VMS progress (no really)
11044              From: Jim Cromie <jim.cromie@gmail.com>
11045              Message-ID: <cfe85dfa041105235723398fe2@mail.gmail.com>
11046              Date: Sat, 6 Nov 2004 00:57:13 -0700
11047      Branch: perl
11048            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
11049            ! ext/B/t/optree_concise.t
11050 ____________________________________________________________________________
11051 [ 23475] By: merijn                                on 2004/11/05  14:16:27
11052         Log: Subject: Re: Buidling stable.tar.gz on Unix as non-root [PATCH]
11053              Date: Fri, 5 Nov 2004 10:36:57 -0500 (EST)
11054              From: Andy Dougherty <doughera@lafayette.edu>
11055              Message-ID: <Pine.SOL.4.58.0411051035020.15217@maxwell.phys.lafayette.edu>
11056      Branch: perl
11057            ! INSTALL
11058 ____________________________________________________________________________
11059 [ 23474] By: merijn                                on 2004/11/05  13:07:16
11060         Log: Skip failing thread/wait tests on HP-UX 10.20
11061              These will never ever be fixed, since 10.20 is obsolete
11062              perl583delta describes this. The quote is included in wait.t
11063      Branch: perl
11064            ! ext/threads/shared/t/wait.t
11065 ____________________________________________________________________________
11066 [ 23473] By: rgs                                   on 2004/11/05  08:47:44
11067         Log: Subject: [perl #32327] Benchmark calls coderef with spurious arguments
11068              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
11069              Date: 4 Nov 2004 20:12:36 -0000
11070              Message-ID: <rt-3.0.11-32327-99325.8.9408996026507@perl.org>
11071      Branch: perl
11072            ! lib/Benchmark.pm lib/Benchmark.t
11073 ____________________________________________________________________________
11074 [ 23471] By: rgs                                   on 2004/11/04  09:26:56
11075         Log: Subject: [PATCH blead] [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
11076              From: Rick Delaney <rick@bort.ca>
11077              Date: Sun, 31 Oct 2004 22:40:40 -0500
11078              Message-ID: <20041101034040.GC1232@biff.bort.ca>
11079      Branch: perl
11080            + t/op/regexp_qr.t
11081            ! MANIFEST pp.c pp_hot.c regexec.c t/op/regexp.t
11082 ____________________________________________________________________________
11083 [ 23470] By: rgs                                   on 2004/11/04  08:25:34
11084         Log: Subject: Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
11085              From: Rick Delaney <rick@bort.ca>
11086              Date: Wed, 3 Nov 2004 19:46:16 -0500
11087              Message-ID: <20041104004616.GA11214@biff.bort.ca>
11088      Branch: perl
11089            ! lib/overload.pm lib/overload.t
11090 ____________________________________________________________________________
11091 [ 23469] By: rgs                                   on 2004/11/03  11:54:28
11092         Log: Mostly revert change #23347 (keep the test suite, fixed),
11093              having decided that it wasn't a correct fix for bug #31793.
11094      Branch: perl
11095            ! lib/overload.pm lib/overload.t
11096 ____________________________________________________________________________
11097 [ 23468] By: rgs                                   on 2004/11/03  07:39:04
11098         Log: Subject: Re: [perl #30633] Perl's "do" operator with a variety of absolute paths under Cygwin
11099              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
11100              Date: Tue, 2 Nov 2004 17:24:29 -0800
11101              Message-ID: <20041103012429.GA7196@efn.org>
11102      Branch: perl
11103            ! util.h
11104 ____________________________________________________________________________
11105 [ 23467] By: rgs                                   on 2004/11/03  06:38:38
11106         Log: Subject: [PATCH configure.com] Re: [PATCH]  Detecting strlcat() and strlcpy() in Configure
11107              From: "Craig A. Berry" <craigberry@mac.com>
11108              Date: Tue, 02 Nov 2004 20:02:04 -0600
11109              Message-ID: <41883C1C.3080108@mac.com>
11110      Branch: perl
11111            ! configure.com
11112 ____________________________________________________________________________
11113 [ 23466] By: rgs                                   on 2004/11/02  12:33:57
11114         Log: FAQ sync
11115      Branch: perl
11116            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
11117            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
11118            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
11119            ! pod/perlfaq9.pod
11120 ____________________________________________________________________________
11121 [ 23465] By: rgs                                   on 2004/11/02  08:18:15
11122         Log: Reformulate an error
11123              (so the error message given by "perl -M" is a bit more
11124              meaningful, as Jarkko pointed out)
11125      Branch: perl
11126            ! perl.c pod/perldiag.pod
11127 ____________________________________________________________________________
11128 [ 23457] By: merijn                                on 2004/11/01  13:26:43
11129         Log: New Glossary and samples for blead
11130              Glossary now is in line with recent changes to config_h.SH
11131      Branch: perl
11132            ! Porting/Glossary Porting/config.sh Porting/config_H
11133 ____________________________________________________________________________
11134 [ 23455] By: merijn                                on 2004/11/01  12:51:52
11135         Log: Since strlcat/strlcpy are not argument/return value compatible
11136              with strncat/strncpy, replace the misleading defines with comment
11137      Branch: perl
11138            ! handy.h
11139 ____________________________________________________________________________
11140 [ 23450] By: merijn                                on 2004/10/31  16:33:17
11141         Log: The next step in strlcat ()/ strcpy () detection and usage
11142              preparation. Change to handy.h eeded for config_h.SH
11143      Branch: perl
11144            ! config_h.SH handy.h
11145 ____________________________________________________________________________
11146 [ 23448] By: nicholas                              on 2004/10/31  14:37:46
11147         Log: Make TEST and harness skip tests for extensions that were not
11148              configured. Currently this skipping is silent - maybe they should
11149              report what they are skipping.
11150      Branch: perl
11151            ! t/TEST t/harness
11152 ____________________________________________________________________________
11153 [ 23446] By: nicholas                              on 2004/10/31  13:02:01
11154         Log: Subject: [patches] optree_* tests unexpectedly succeeding. + maint-only patch
11155              From: Jim Cromie <jim.cromie@gmail.com>
11156              Message-ID: <cfe85dfa04102515365f11ef10@mail.gmail.com>
11157              Date: Mon, 25 Oct 2004 16:36:40 -0600
11158      Branch: perl
11159            ! ext/B/t/optree_check.t ext/B/t/optree_varinit.t
11160 ____________________________________________________________________________
11161 [ 23445] By: nicholas                              on 2004/10/31  12:24:09
11162         Log: Set the IV values for PL_sv_yes and PL_sv_no at initialisation time.
11163      Branch: perl
11164            ! perl.c sv.c
11165 ____________________________________________________________________________
11166 [ 23444] By: nicholas                              on 2004/10/31  11:20:27
11167         Log: Skip tests if Devel::Peek not built
11168      Branch: perl
11169            ! ext/threads/shared/t/sv_refs.t ext/threads/t/end.t
11170            ! ext/threads/t/join.t lib/base/t/fields-base.t
11171 ____________________________________________________________________________
11172 [ 23443] By: nicholas                              on 2004/10/31  11:19:47
11173         Log: Assimilate PathTools 3.01 (File::Spec and Cwd)
11174      Branch: perl
11175            ! ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
11176            ! lib/File/Spec/VMS.pm
11177 ____________________________________________________________________________
11178 [ 23442] By: nicholas                              on 2004/10/31  11:07:57
11179         Log: Oops. Forgot to add the new test in I18N::LangTags 0.35
11180      Branch: perl
11181            + lib/I18N/LangTags/t/20_locales.t
11182 ____________________________________________________________________________
11183 [ 23441] By: nicholas                              on 2004/10/31  10:41:17
11184         Log: Correct change 23437 - as Config isn't imported, need to use a fully
11185              qualified package
11186      Branch: perl
11187            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
11188            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
11189            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
11190            ! ext/B/t/optree_varinit.t
11191 ____________________________________________________________________________
11192 [ 23440] By: nicholas                              on 2004/10/31  10:40:11
11193         Log: Assimilate I18N::LangTags 0.35
11194      Branch: perl
11195            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
11196            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
11197 ____________________________________________________________________________
11198 [ 23439] By: nicholas                              on 2004/10/31  08:17:57
11199         Log: Subject: [PATCH] Temporary fix for usemallocwrap problems on IRIX (was Re: usemallocwrap problems on IRIX (was Re: Problem and question))
11200              Date: Sun, 31 Oct 2004 04:01:42 -0500
11201              From: Ed Allen Smith <easmith@beatrice.rutgers.edu>
11202              Message-Id: <mid+200410310901.i9V91g1Y519894@dogberry.rutgers.edu>
11203      Branch: perl
11204            ! hints/irix_6.sh
11205 ____________________________________________________________________________
11206 [ 23438] By: davem                                 on 2004/10/30  23:25:37
11207         Log: Using foreach on threads::shared array crashes perl
11208              The FETCH code for shared aggregate elements could leak a shared RV
11209              address into a private SV. RVs are now handled specially, in the
11210              same way that they already were for scalar shared magic.
11211      Branch: perl
11212            ! ext/threads/shared/shared.xs
11213 ____________________________________________________________________________
11214 [ 23437] By: nicholas                              on 2004/10/30  22:49:18
11215         Log: Skip tests that require Data::Dumper if it is not built
11216      Branch: perl
11217            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
11218            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
11219            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
11220            ! ext/B/t/optree_varinit.t lib/ExtUtils/t/Liblist.t
11221            ! lib/ExtUtils/t/prereq_print.t
11222 ____________________________________________________________________________
11223 [ 23436] By: merijn                                on 2004/10/30  16:11:15
11224         Log: Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's
11225      Branch: perl
11226            ! NetWare/config_H.wc Porting/config_H plan9/config_h.sample
11227            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11228            ! win32/config_H.vc64 wince/config_H.ce
11229 ____________________________________________________________________________
11230 [ 23435] By: merijn                                on 2004/10/30  15:54:48
11231         Log: Added probes for strlcat () and strlcpy () to Configure
11232              Re-ordered config_h.SH
11233      Branch: perl
11234            ! Configure Makefile.SH config_h.SH
11235 ____________________________________________________________________________
11236 [ 23433] By: davem                                 on 2004/10/29  21:04:17
11237         Log: Threading crash with closures
11238              various OpREFCNT_inc() operations weren't doing locking
11239      Branch: perl
11240            ! pad.c regcomp.c sv.c
11241 ____________________________________________________________________________
11242 [ 23432] By: steveh                                on 2004/10/29  14:12:02
11243         Log: Document sv_magic() changes brought about by sv_magicext()
11244
11245              Change 14335 made sv_magic() a wrapper to a new sv_magicext(),
11246              but didn't update the documentation for sv_magic() to reflect
11247              the changed handling of the name/namlen arguments.
11248
11249              Also correct a couple of typos, and mention sv_magicext() in
11250              perlguts.
11251      Branch: perl
11252            ! pod/perlapi.pod pod/perlguts.pod sv.c
11253 ____________________________________________________________________________
11254 [ 23431] By: merijn                                on 2004/10/29  13:56:03
11255         Log: Subject: [PATCH] 36 additional tests for B
11256              From: Steve Peters <steve@fisharerojo.org>
11257              Date: Fri, 29 Oct 2004 00:53:22 -0500
11258              Message-Id: <200410290053.22947.steve@fisharerojo.org>
11259      Branch: perl
11260            ! ext/B/t/b.t
11261 ____________________________________________________________________________
11262 [ 23426] By: davem                                 on 2004/10/27  22:50:57
11263         Log: include flags and refcount in the list of leaked scalars
11264      Branch: perl
11265            ! perl.c
11266 ____________________________________________________________________________
11267 [ 23425] By: ams                                   on 2004/10/27  11:27:27
11268         Log: Subject: [PATCH] lib/Carp.t improvements
11269              From: "Craig A. Berry" <craigberry@mac.com>
11270              Date: Tue, 26 Oct 2004 23:32:25 -0500
11271              Message-Id: <417F24D9.1000904@mac.com>
11272      Branch: perl
11273            ! lib/Carp.t
11274 ____________________________________________________________________________
11275 [ 23424] By: rgs                                   on 2004/10/25  15:31:21
11276         Log: Fix [perl #32130] Errno.pm must not pass references to "prototype"
11277      Branch: perl
11278            ! ext/Errno/Errno_pm.PL ext/Errno/t/Errno.t
11279 ____________________________________________________________________________
11280 [ 23423] By: rgs                                   on 2004/10/25  15:09:27
11281         Log: Small updates to the web addresses for Perl, noticed by Robert Spier
11282      Branch: perl
11283            ! pod/perl.pod pod/perlfaq2.pod
11284 ____________________________________________________________________________
11285 [ 23422] By: rgs                                   on 2004/10/25  14:56:37
11286         Log: Subject: [perl #30227] [PATCH]splain vs. -w
11287              From: "Steve Peters via RT" <perlbug-followup@perl.org>
11288              Date: 23 Oct 2004 13:55:41 -0000
11289              Message-ID: <rt-3.0.11-30227-98375.1.28465791111211@perl.org>
11290      Branch: perl
11291            ! lib/diagnostics.pm
11292 ____________________________________________________________________________
11293 [ 23421] By: rgs                                   on 2004/10/25  07:29:50
11294         Log: Upgrade to Encode 2.08.
11295      Branch: perl
11296            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
11297            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
11298            ! ext/Encode/Unicode/Unicode.xs
11299            ! ext/Encode/lib/Encode/Encoding.pm
11300 ____________________________________________________________________________
11301 [ 23420] By: mhx                                   on 2004/10/24  07:53:45
11302         Log: Subject: Re: [perl #31937] perlop: add basic =~ examples
11303              From: Steve Peters <steve@fisharerojo.org>
11304              Date: Sat, 23 Oct 2004 08:01:51 -0500
11305              Message-Id: <200410230801.51649.steve@fisharerojo.org>
11306      Branch: perl
11307            ! pod/perlop.pod
11308 ____________________________________________________________________________
11309 [ 23419] By: mhx                                   on 2004/10/23  23:39:18
11310         Log: Subject: [PATCH] Re: Devel::Peek: hash quality 125%?
11311              From: Tels <perl_dummy@bloodgate.com>
11312              Date: Sat, 23 Oct 2004 16:56:31 +0200
11313              Message-Id: <200410231656.40995@bloodgate.com>
11314      Branch: perl
11315            ! ext/Devel/Peek/Changes ext/Devel/Peek/Peek.pm
11316 ____________________________________________________________________________
11317 [ 23418] By: davem                                 on 2004/10/23  21:50:19
11318         Log: Chained goto &sub drops data too early.
11319
11320              Change 22373 to stop a memory leak in goto &foo intead caused
11321              the elements of @_ to be freed too early. This revised fix
11322              just transfers the reifiedness of the old @_ to the new @_
11323      Branch: perl
11324            ! pp_ctl.c t/op/goto.t
11325 ____________________________________________________________________________
11326 [ 23417] By: rgs                                   on 2004/10/23  19:58:07
11327         Log: Upgrade to Encode 2.07
11328      Branch: perl
11329            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
11330            ! ext/Encode/Encode.xs ext/Encode/META.yml
11331            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
11332            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/Encode.t
11333            ! ext/Encode/t/fallback.t ext/Encode/ucm/macArabic.ucm
11334            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macChinsimp.ucm
11335            ! ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDingbats.ucm
11336            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macKorean.ucm
11337            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macSymbol.ucm
11338            ! ext/Encode/ucm/macThai.ucm
11339 ____________________________________________________________________________
11340 [ 23416] By: nicholas                              on 2004/10/23  17:15:46
11341         Log: Subject: [PATCH] ext/IO/IO.xs: fix blocking on sparc linux
11342              Message-ID: <20041022033033.GA12362@londo.c47.org>
11343              From: Brendan O'Dea <bod@debian.org>
11344              Date: Fri, 22 Oct 2004 13:30:33 +1000
11345      Branch: perl
11346            ! ext/IO/IO.xs
11347 ____________________________________________________________________________
11348 [ 23410] By: rgs                                   on 2004/10/21  15:51:32
11349         Log: Subject: docpatch for perltie.pod
11350              From: David Cantrell <david@cantrell.org.uk>
11351              Date: Thu, 21 Oct 2004 12:21:52 +0100
11352              Message-ID: <20041021112151.GA22862@bytemark.barnyard.co.uk>
11353      Branch: perl
11354            ! pod/perltie.pod
11355 ____________________________________________________________________________
11356 [ 23396] By: ams                                   on 2004/10/21  01:36:49
11357         Log: Subject: [PATCH] Math::BigInt v1.73 final
11358              From: Tels <perl_dummy@bloodgate.com>
11359              Date: Wed, 20 Oct 2004 21:06:40 +0200
11360              Message-Id: <200410202106.41840@bloodgate.com>
11361
11362              Subject: [PATCH] Math::BigRat v0.13 (pre-release)
11363              From: Tels <tels@bloodgate.com>
11364              Date: Wed, 20 Oct 2004 22:03:55 +0200
11365              Message-Id: <200410202203.56063@bloodgate.com>
11366      Branch: perl
11367            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/BigRat.pm
11368            ! lib/Math/BigRat/t/big_ap.t lib/Math/BigRat/t/bigrat.t
11369            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
11370            ! lib/Math/BigRat/t/bigratup.t
11371 ____________________________________________________________________________
11372 [ 23395] By: nicholas                              on 2004/10/20  22:39:36
11373         Log: Need to skip optree walking tests if perlio not built
11374      Branch: perl
11375            ! ext/B/t/f_map.t ext/B/t/f_sort.t
11376 ____________________________________________________________________________
11377 [ 23394] By: rgs                                   on 2004/10/20  07:42:34
11378         Log: Remove opmini.c when cleaning up.
11379      Branch: perl
11380            ! Makefile.SH
11381 ____________________________________________________________________________
11382 [ 23393] By: rgs                                   on 2004/10/20  07:36:45
11383         Log: Ensure that PVA.pl returns a true value.
11384      Branch: perl
11385            ! lib/unicore/mktables
11386 ____________________________________________________________________________
11387 [ 23392] By: ams                                   on 2004/10/20  06:19:03
11388         Log: Subject: [PATCH perl.c pod/perl.pod pod/perlfaq2.pod]
11389              Rephrase "Perl Home Page" References
11390              From: chromatic <chromatic@wgz.org>
11391              Date: Tue, 19 Oct 2004 22:52:19 -0700
11392              Message-Id: <1098251539.20976.53.camel@localhost>
11393      Branch: perl
11394            ! AUTHORS perl.c pod/perl.pod pod/perlfaq2.pod
11395 ____________________________________________________________________________
11396 [ 23384] By: rgs                                   on 2004/10/19  13:17:01
11397         Log: Upgrade to Encode 2.05
11398      Branch: perl
11399            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
11400            ! ext/Encode/encoding.pm
11401 ____________________________________________________________________________
11402 [ 23383] By: rgs                                   on 2004/10/19  11:38:37
11403         Log: More Data::Dumper docs nits, fix the previous one,
11404              suggested by Yves Orton.
11405      Branch: perl
11406            ! ext/Data/Dumper/Dumper.pm
11407 ____________________________________________________________________________
11408 [ 23382] By: rgs                                   on 2004/10/19  11:21:55
11409         Log: Subject: [PATCH] perlfaq2.pod (add a book)
11410              From: <richard.foley@ubs.com>
11411              Date: Tue, 19 Oct 2004 07:29:31 +0200
11412              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E3A@NZURC900PEX1.ubsgs.ubsgroup.net>
11413      Branch: perl
11414            ! pod/perlfaq2.pod
11415 ____________________________________________________________________________
11416 [ 23381] By: mhx                                   on 2004/10/19  03:51:59
11417         Log: Re-apply the encoding.pm part of:
11418
11419              Subject: [PATCH] encoding and open pragmas
11420              From: Jarkko Hietaniemi <jhi@iki.fi>
11421              Date: Mon, 16 Aug 2004 22:27:00 +0300
11422              Message-ID: <41210A84.6060506@iki.fi>
11423      Branch: perl
11424            ! ext/Encode/encoding.pm
11425 ____________________________________________________________________________
11426 [ 23380] By: mhx                                   on 2004/10/18  21:00:26
11427         Log: Upgrade to Encode 2.04.
11428      Branch: perl
11429            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
11430            ! ext/Encode/JP/JP.pm ext/Encode/META.yml ext/Encode/Makefile.PL
11431            ! ext/Encode/bin/piconv ext/Encode/bin/ucmsort
11432            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
11433            ! ext/Encode/lib/Encode/Supported.pod
11434            ! ext/Encode/ucm/big5-hkscs.ucm
11435 ____________________________________________________________________________
11436 [ 23379] By: mhx                                   on 2004/10/18  15:44:05
11437         Log: Fix a typo.
11438      Branch: perl
11439            ! utils/c2ph.PL
11440 ____________________________________________________________________________
11441 [ 23378] By: rgs                                   on 2004/10/18  11:25:20
11442         Log: Add a missing warning categorisation in perldiag.
11443      Branch: perl
11444            ! pod/perldiag.pod
11445 ____________________________________________________________________________
11446 [ 23377] By: ams                                   on 2004/10/16  23:52:18
11447         Log: Subject: [PATCH] test_harness tweak for VMS
11448              From: "Craig A. Berry" <craigberry@mac.com>
11449              Date: Sat, 16 Oct 2004 12:15:02 -0500
11450              Message-Id: <41715716.5000108@mac.com>
11451      Branch: perl
11452            ! vms/descrip_mms.template vms/test.com
11453 ____________________________________________________________________________
11454 [ 23376] By: nicholas                              on 2004/10/16  18:16:12
11455         Log: Merge code from vdie and vcroak into S_vdie_croak_common
11456      Branch: perl
11457            ! util.c
11458 ____________________________________________________________________________
11459 [ 23375] By: nicholas                              on 2004/10/16  14:39:48
11460         Log: Merge the common code from Perl_vdie and Perl_vwarner into a
11461              S_vdie_common
11462      Branch: perl
11463            ! util.c
11464 ____________________________________________________________________________
11465 [ 23374] By: nicholas                              on 2004/10/16  12:57:39
11466         Log: The second half of Perl_vwarner is actually a straight cut&paste job
11467              from Perl_vwarn, so convert it into a (tail) call to Perl_vwarn.
11468              cut&paste is bad, m'kay.
11469      Branch: perl
11470            ! util.c
11471 ____________________________________________________________________________
11472 [ 23373] By: nicholas                              on 2004/10/15  17:11:08
11473         Log: Implement sv_svset _nosteal variants by passing a flag into
11474              sv_set_flags rather than messing with the SvTEMP() flag on either
11475              side of the call.
11476      Branch: perl
11477            ! sv.c sv.h
11478 ____________________________________________________________________________
11479 [ 23372] By: rgs                                   on 2004/10/15  14:09:54
11480         Log: Implement a new -dt command-line flag, to enable threads under the
11481              debugger (bug #31666).
11482
11483              Subject: RE: [PATCH] debugger handles threads [perl #31666]
11484              From: <richard.foley@ubs.com>
11485              Date: Wed, 13 Oct 2004 13:01:18 +0200
11486              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E12@NZURC900PEX1.ubsgs.ubsgroup.net>
11487
11488              Subject: Re: [PATCH] debugger handles threads [perl #31666]
11489              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
11490              Date: Wed, 13 Oct 2004 02:49:58 -0700
11491              Message-ID: <20041013094957.GA17184@efn.org>
11492      Branch: perl
11493            ! lib/perl5db.pl perl.c pod/perlrun.pod
11494 ____________________________________________________________________________
11495 [ 23371] By: steveh                                on 2004/10/15  12:54:29
11496         Log: Make autodoc.pl write its output with UNIX style EOL's.
11497
11498              This saves the Win32 committer(s?) having to dos2unix the files
11499              before committing.  Maybe Perforce's "LineEnd: share" suffices
11500              anyway, but there's no harm in playing safe.
11501      Branch: perl
11502            ! autodoc.pl
11503 ____________________________________________________________________________
11504 [ 23370] By: nicholas                              on 2004/10/15  11:01:18
11505         Log: Include opmini.c in the dependency generation.
11506      Branch: perl
11507            ! Makefile.SH
11508 ____________________________________________________________________________
11509 [ 23369] By: rgs                                   on 2004/10/15  10:20:16
11510         Log: Doc nit to Data::Dumper, suggested by Peter Kay.
11511      Branch: perl
11512            ! ext/Data/Dumper/Dumper.pm
11513 ____________________________________________________________________________
11514 [ 23368] By: steveh                                on 2004/10/15  10:12:31
11515         Log: Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg.
11516
11517              These are already in the API supported by Devel::PPPort, and are
11518              often more useful than sv_vcatpvfn and sv_vsetpvfn which were
11519              already documented.
11520      Branch: perl
11521            ! embed.fnc pod/perlapi.pod sv.c
11522 ____________________________________________________________________________
11523 [ 23367] By: mhx                                   on 2004/10/14  18:00:04
11524         Log: Subject: [PATCH] Re: [NOT OK] 23353 OpenVMS 7.2 VAX
11525              From: "Craig A. Berry" <craigberry@mac.com>
11526              Date: Thu, 14 Oct 2004 10:09:41 -0500
11527              Message-ID: <416E96B5.5020100@mac.com>
11528      Branch: perl
11529            ! ext/Devel/PPPort/parts/inc/ppphtest
11530            ! ext/Devel/PPPort/t/ppphtest.t
11531 ____________________________________________________________________________
11532 [ 23366] By: rgs                                   on 2004/10/14  15:50:49
11533         Log: Subject: AW: [perl #31864] IO::Poll - undef fd not checked in mask()
11534              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
11535              Date: Mon, 11 Oct 2004 09:54:15 +0200
11536              Message-ID: <8FD9B6A658383E468B55D364D1A9951601857331@ffz00zm6.ffz00e.mail.dresdner.net>
11537      Branch: perl
11538            ! ext/IO/lib/IO/Poll.pm
11539 ____________________________________________________________________________
11540 [ 23365] By: rgs                                   on 2004/10/14  14:58:21
11541         Log: Fix [perl #31971] local $^D gives noise
11542      Branch: perl
11543            ! embed.fnc embed.h mg.c perl.c proto.h
11544 ____________________________________________________________________________
11545 [ 23364] By: rgs                                   on 2004/10/14  14:25:29
11546         Log: A few fixes in the list of -D debugging flags
11547      Branch: perl
11548            ! perl.c pod/perlrun.pod
11549 ____________________________________________________________________________
11550 [ 23363] By: rgs                                   on 2004/10/14  14:01:50
11551         Log: Subject: [PATCH@23361] RE: [PATCH-for-23358] enable statically linked exte nsions for Win32
11552              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
11553              Date: Wed, 13 Oct 2004 09:45:31 +0400
11554              Message-ID: <7DD1BE2C50259746ABB8683672D2089E08133C@itotest-1.spb.lucent.com>
11555      Branch: perl
11556            ! win32/buildext.pl win32/makefile.mk
11557 ____________________________________________________________________________
11558 [ 23362] By: rgs                                   on 2004/10/12  16:49:53
11559         Log: Minor tweaks for the test.utf16 target, by Jarkko
11560      Branch: perl
11561            ! t/TEST
11562 ____________________________________________________________________________
11563 [ 23361] By: rgs                                   on 2004/10/12  16:07:54
11564         Log: Subject: [perl #31843] warnings::warn($obj,...) fails when $obj overloads ""
11565              From: kaminsky@math.huji.ac.il (via RT) <perlbug-followup@perl.org>
11566              Date: 5 Oct 2004 09:52:07 -0000
11567              Message-ID: <rt-3.0.11-31843-97358.2.89612012687236@perl.org>
11568              (with tweaks)
11569      Branch: perl
11570            ! lib/warnings.pm warnings.pl
11571 ____________________________________________________________________________
11572 [ 23360] By: rgs                                   on 2004/10/12  13:02:44
11573         Log: Subject: [PATCH-for-23358] enable statically linked extensions for Win32
11574              From: Vadim Konovalov <konovalo@mail.wplus.net>
11575              Date: Mon, 11 Oct 2004 22:57:00 +0400
11576              Message-ID: <80173417046.20041011225700@vkonovalov.ru>
11577      Branch: perl
11578            ! makedef.pl win32/Makefile win32/buildext.pl win32/dl_win32.xs
11579            ! win32/makefile.mk win32/perllib.c win32/sync_ext.pl
11580 ____________________________________________________________________________
11581 [ 23359] By: rgs                                   on 2004/10/12  12:54:27
11582         Log: Subject: Patch: BigInt v1.73 (pre-release)
11583              From: Tels <perl_dummy@bloodgate.com>
11584              Date: Sun, 10 Oct 2004 22:36:03 +0200
11585              Message-Id: <200410102236.03637@bloodgate.com>
11586      Branch: perl
11587            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
11588            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
11589            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
11590            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
11591            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
11592            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
11593            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
11594 ____________________________________________________________________________
11595 [ 23358] By: rgs                                   on 2004/10/11  07:28:34
11596         Log: Subject: [PATCH] add the 'test_harness' target to vms "makefile"
11597              From: Abe Timmerman <abe@ztreet.demon.nl>
11598              Date: Sat, 9 Oct 2004 18:13:38 +0200
11599              Message-Id: <200410091813.38673.abe@ztreet.demon.nl>
11600      Branch: perl
11601            ! t/harness vms/descrip_mms.template vms/test.com
11602 ____________________________________________________________________________
11603 [ 23357] By: davem                                 on 2004/10/10  19:18:00
11604         Log: Turn regcomp into a list op
11605      Branch: perl
11606            ! embed.fnc ext/B/B/Deparse.pm lib/overload.t op.c perly.act
11607            ! perly.h perly.tab perly.y pp_ctl.c proto.h toke.c
11608 ____________________________________________________________________________
11609 [ 23356] By: nicholas                              on 2004/10/10  15:21:24
11610         Log: Hack to make -Dusethreads -Uuseithreads -Uuse5005threads pass all tests
11611      Branch: perl
11612            ! ext/B/t/OptreeCheck.pm
11613 ____________________________________________________________________________
11614 [ 23355] By: nicholas                              on 2004/10/10  15:03:25
11615         Log: Restore runtime loading of Encode and Encode-related modules, so that
11616              open.pm will work when the Encode extension isn't build.
11617      Branch: perl
11618            ! lib/open.pm
11619 ____________________________________________________________________________
11620 [ 23354] By: merijn                                on 2004/10/09  12:27:39
11621         Log: Make AIX 5 + gcc work in 64bitall
11622      Branch: perl
11623            ! hints/aix.sh
11624 ____________________________________________________________________________
11625 [ 23353] By: merijn                                on 2004/10/08  09:52:59
11626         Log: A new machine type, some reformatting, some reorganization
11627              and a bit of additional info on Sleepycat's db.
11628      Branch: perl
11629            ! README.hpux
11630 ____________________________________________________________________________
11631 [ 23352] By: rgs                                   on 2004/10/08  08:56:49
11632         Log: Briefly document the test.utf16 make target.
11633      Branch: perl
11634            ! pod/perlhack.pod
11635 ____________________________________________________________________________
11636 [ 23351] By: rgs                                   on 2004/10/08  08:52:39
11637         Log: Make the perl interpreter more tolerant of UTF-16-encoded script
11638              (patch by Jarkko Hietaniemi)
11639      Branch: perl
11640            ! Makefile.SH t/TEST toke.c utf8.c
11641 ____________________________________________________________________________
11642 [ 23350] By: rgs                                   on 2004/10/04  16:05:20
11643         Log: Subject: [perl #31697] [PATCH] B::Showlex::newlex enhancement and pod
11644              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
11645              Date: 23 Sep 2004 21:45:42 -0000
11646              Message-ID: <rt-3.0.11-31697-96840.0.810265136907162@perl.org>
11647              (with doc nits)
11648      Branch: perl
11649            ! ext/B/B/Concise.pm ext/B/B/Showlex.pm ext/B/t/showlex.t
11650 ____________________________________________________________________________
11651 [ 23349] By: rgs                                   on 2004/10/04  15:46:28
11652         Log: Increment $overload::VERSION after change #23347
11653      Branch: perl
11654            ! ext/B/B/Concise.pm lib/overload.pm
11655 ____________________________________________________________________________
11656 [ 23348] By: rgs                                   on 2004/10/04  14:00:11
11657         Log: Subject: [PATCH-for-23341] dynaloader improvements and cleanup
11658              From: Vadim Konovalov <vadim@vkonovalov.ru>
11659              Date: Sun, 3 Oct 2004 22:10:06 +0400
11660              Message-ID: <138-1837306906.20041003221006@vkonovalov.ru>
11661      Branch: perl
11662            ! ext/DynaLoader/DynaLoader_pm.PL
11663 ____________________________________________________________________________
11664 [ 23347] By: rgs                                   on 2004/10/04  10:57:15
11665         Log: Subject: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
11666              From: Rick Delaney <rick@bort.ca>
11667              Date: Sat, 2 Oct 2004 01:04:49 -0400
11668              Message-ID: <20041002050448.GB5059@biff.bort.ca>
11669      Branch: perl
11670            ! lib/overload.pm lib/overload.t
11671 ____________________________________________________________________________
11672 [ 23346] By: rgs                                   on 2004/10/04  10:18:49
11673         Log: Subject: [PATCH] vms/t/filespec.t tweak
11674              From: "Craig A. Berry" <craigberry@mac.com>
11675              Date: Fri, 01 Oct 2004 13:18:03 -0500
11676              Message-ID: <415D9F5B.5040306@mac.com>
11677      Branch: perl
11678            ! vms/ext/filespec.t
11679 ____________________________________________________________________________
11680 [ 23345] By: rgs                                   on 2004/10/04  08:53:04
11681         Log: More caveats on the non-portability of stat(), suggested by
11682              Stas Bekman.
11683      Branch: perl
11684            ! pod/perlfunc.pod
11685 ____________________________________________________________________________
11686 [ 23344] By: nicholas                              on 2004/10/02  21:49:15
11687         Log: Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) without
11688              any check on whether it's valid.
11689      Branch: perl
11690            ! sv.c
11691 ____________________________________________________________________________
11692 [ 23343] By: merijn                                on 2004/10/02  11:08:32
11693         Log: Subject: [PATCH] make t/uni/class.t pass on VMS
11694              From: "Craig A. Berry" <craigberry@mac.com>
11695              Date: Fri, 01 Oct 2004 12:57:55 -0500
11696              Message-ID: <415D9AA3.1000908@mac.com>
11697      Branch: perl
11698            ! t/uni/class.t
11699 ____________________________________________________________________________
11700 [ 23342] By: davem                                 on 2004/09/30  20:51:31
11701         Log: open $1, "file" doesn't raise an exception
11702      Branch: perl
11703            ! pp.c t/io/open.t
11704 ____________________________________________________________________________
11705 [ 23341] By: rgs                                   on 2004/09/30  15:41:40
11706         Log: Subject: [patch] Sys::Syslog POD - $Sys::Syslog::host
11707              From: "Jay Hannah" <jhannah@omnihotels.com>
11708              Date: Wed, 15 Sep 2004 14:51:42 -0500
11709              Message-ID: <002001c49b5d$6d0d79c0$4722000a@omarests2>
11710      Branch: perl
11711            ! ext/Sys/Syslog/Syslog.pm
11712 ____________________________________________________________________________
11713 [ 23340] By: rgs                                   on 2004/09/30  15:12:29
11714         Log: A fix for [perl #31692] : as PerlIO::scalar accesses directly the
11715              PV of the scalar it reads from, avoid to read it when it's an
11716              undefined PV.
11717      Branch: perl
11718            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
11719 ____________________________________________________________________________
11720 [ 23339] By: davem                                 on 2004/09/28  18:05:52
11721         Log: the improved -DT output of #23325 could print an uninit stack value
11722      Branch: perl
11723            ! toke.c
11724 ____________________________________________________________________________
11725 [ 23338] By: nicholas                              on 2004/09/28  16:55:08
11726         Log: Spelling correction spotted by Greg McCarroll
11727      Branch: perl
11728            ! README.epoc
11729 ____________________________________________________________________________
11730 [ 23337] By: rgs                                   on 2004/09/28  15:28:58
11731         Log: Subject: Patch for perl.c fixing an obscure environment bug
11732              From: Merijn Broeren <merijnb@iloquent.com>
11733              Date: Thu, 23 Sep 2004 17:18:17 +0200
11734              Message-ID: <20040923151817.GA15782@brugman.iloquent.nl>
11735      Branch: perl
11736            ! perl.c
11737 ____________________________________________________________________________
11738 [ 23336] By: rgs                                   on 2004/09/28  08:08:24
11739         Log: Perl -DT segfaults when parsing a 'use' statement
11740      Branch: perl
11741            ! toke.c
11742 ____________________________________________________________________________
11743 [ 23334] By: rgs                                   on 2004/09/23  07:33:15
11744         Log: Typo fix.
11745              Subject: [PATCH] Re: Smoke [5.9.2] 23330 FAIL(X) hp-ux 11.11/64 (PA-2.0/64/2 cpu)
11746              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
11747              Date: Wed, 22 Sep 2004 11:20:53 +0200
11748              Message-ID: <20040922112053.686562b6@valis.local>
11749      Branch: perl
11750            ! lib/open.pm
11751 ____________________________________________________________________________
11752 [ 23333] By: rgs                                   on 2004/09/23  07:30:16
11753         Log: Remove a couple of C<> to avoid confusing double quotes in text
11754              rendering. [perl #31678]
11755      Branch: perl
11756            ! pod/perlop.pod
11757 ____________________________________________________________________________
11758 [ 23332] By: rgs                                   on 2004/09/22  09:08:04
11759         Log: Document that $ENV{PATH} may not contain relative directories under -T
11760      Branch: perl
11761            ! pod/perldiag.pod pod/perlsec.pod
11762 ____________________________________________________________________________
11763 [ 23331] By: davem                                 on 2004/09/20  22:11:29
11764         Log: Subject:  Re: [perl #31586] utime does not reach expectations [PATCH]
11765              From:  LAUN Wolfgang <wolfgang.laun@alcatel.at>
11766              Date:  Fri, 17 Sep 2004 14:01:11 +0200
11767              Message-Id:  <DF27CDCBD2581D4B88431901094E4B4D02B0C88B@attmsx1.aut.alcatel.at>
11768
11769              Clarify the effect of utime when the file isn't owned by the user
11770      Branch: perl
11771            ! pod/perlfunc.pod
11772 ____________________________________________________________________________
11773 [ 23330] By: rgs                                   on 2004/09/20  17:20:38
11774         Log: Upgrade to MIME::Base64 3.05.
11775      Branch: perl
11776            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
11777            ! ext/MIME/Base64/t/warn.t
11778 ____________________________________________________________________________
11779 [ 23329] By: rgs                                   on 2004/09/20  17:13:20
11780         Log: Upgrade to Time::HiRes 1.65.
11781      Branch: perl
11782            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
11783            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
11784            ! ext/Time/HiRes/ppport.h ext/Time/HiRes/t/HiRes.t
11785 ____________________________________________________________________________
11786 [ 23327] By: rgs                                   on 2004/09/20  08:23:58
11787         Log: Subject: [perl #27576] [PATCH] Pod::Usage -exitvalue => "NOEXIT" requires -output be set (Doc bug)
11788              From: "Steve Peters via RT" <perlbug-followup@perl.org>
11789              Date: 26 Aug 2004 19:06:52 -0000
11790              Message-ID: <rt-3.0.11-27576-94411.2.28321880730803@perl.org>
11791      Branch: perl
11792            ! lib/Pod/Usage.pm
11793 ____________________________________________________________________________
11794 [ 23326] By: rgs                                   on 2004/09/20  08:10:47
11795         Log: Subject: [PATCH] encoding and open pragmas
11796              From: Jarkko Hietaniemi <jhi@iki.fi>
11797              Date: Mon, 16 Aug 2004 22:27:00 +0300
11798              Message-ID: <41210A84.6060506@iki.fi>
11799
11800              Subject: Re: [PATCH] encoding and open pragmas
11801              From: Jarkko Hietaniemi <jhi@iki.fi>
11802              Date: Tue, 17 Aug 2004 11:22:58 +0300 (EEST)
11803              Message-Id: <200408170822.i7H8MwUU016793@vipunen.hut.fi>
11804      Branch: perl
11805            ! ext/Encode/encoding.pm lib/open.pm lib/open.t t/io/layers.t
11806 ____________________________________________________________________________
11807 [ 23325] By: davem                                 on 2004/09/19  21:47:18
11808         Log: improve lexer debugging output (-DT)
11809              Decode yylex() return values, and show lexer state each time
11810              yylex() is called
11811      Branch: perl
11812            ! embed.fnc embed.h proto.h toke.c
11813 ____________________________________________________________________________
11814 [ 23323] By: rgs                                   on 2004/09/15  16:12:42
11815         Log: The XSUB.h patch from:
11816
11817              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
11818              From: John Peacock <jpeacock@rowman.com>
11819              Date: Wed, 18 Aug 2004 08:26:35 -0400
11820              Message-ID: <41234AFB.1020009@rowman.com>
11821
11822              Now it will use version object logic for version comparison
11823              when loading XS modules.
11824      Branch: perl
11825            ! XSUB.h
11826 ____________________________________________________________________________
11827 [ 23322] By: rgs                                   on 2004/09/15  15:48:23
11828         Log: Upgrade to Time::HiRes 1.63.
11829              Note that it includes a ppport.h file. See if the one
11830              previously built in Devel::PPPort can be used instead.
11831      Branch: perl
11832            + ext/Time/HiRes/ppport.h
11833            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
11834            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
11835            ! ext/Time/HiRes/t/HiRes.t
11836 ____________________________________________________________________________
11837 [ 23321] By: davem                                 on 2004/09/14  21:57:10
11838         Log: Subject:  Re: [perl #31459] Bug in read()
11839              From:  Chris Heath <chris@heathens.co.nz>
11840              Date:  06 Sep 2004 00:03:12 -0400
11841              Message-Id:  <1094443392.12379.35.camel@linux.heathens.co.nz>
11842
11843              a read(F) into a UTF8-encoded buffer with an offset off the
11844              end of the buffer, miss-calculated buffer lengths
11845      Branch: perl
11846            ! pp_sys.c
11847 ____________________________________________________________________________
11848 [ 23320] By: davem                                 on 2004/09/12  22:09:51
11849         Log: Memory leak in nested shared data structures in 5.8.4
11850              A pop of an item from a shared array ref causes a leak due to
11851              AVf_REAL not having been set after an sv_upgrade(sv, SVt_PVAV).
11852              Make sv_upgrade() set always this flag.
11853      Branch: perl
11854            ! sv.c
11855 ____________________________________________________________________________
11856 [ 23319] By: nicholas                              on 2004/09/10  16:40:17
11857         Log: Integrate:
11858              [ 23318]
11859              Update the skips for the no perlio case
11860      Branch: perl
11861           !> ext/B/t/optree_check.t ext/B/t/optree_concise.t
11862           !> ext/B/t/showlex.t
11863 ____________________________________________________________________________
11864 [ 23300] By: nicholas                              on 2004/09/09  15:54:18
11865         Log: A single version of B that supports 5.8 and 5.10
11866      Branch: perl
11867            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
11868            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
11869 ____________________________________________________________________________
11870 [ 23283] By: mhx                                   on 2004/09/08  20:33:55
11871         Log: Subject: [PATCH-5.8.5] lib/bigint.pm tiny typo fix
11872              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
11873              Date: Mon, 6 Sep 2004 11:09:51 +0400
11874              Message-ID: <7DD1BE2C50259746ABB8683672D2089E081132@itotest-1.spb.lucent.com>
11875      Branch: perl
11876            ! lib/bigint.pm
11877 ____________________________________________________________________________
11878 [ 23282] By: mhx                                   on 2004/09/08  20:19:18
11879         Log: Upgrade to Devel::PPPort 3.03.
11880      Branch: perl
11881            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
11882            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
11883            ! ext/Devel/PPPort/PPPort_pm.PL
11884            ! ext/Devel/PPPort/parts/inc/MY_CXT ext/Devel/PPPort/t/MY_CXT.t
11885 ____________________________________________________________________________
11886 [ 23281] By: davem                                 on 2004/09/08  19:42:15
11887         Log: Subject:  [perl #21553] Re: Solaris Perl (fwd)
11888              From:  Andy Dougherty <doughera@lafayette.edu>
11889              Date:  Wed, 8 Sep 2004 11:32:26 -0400 (EDT)
11890              Message-Id:  <Pine.SOL.4.58.0409081129180.17582@maxwell.phys.lafayette.edu>
11891              Clarify whether it's safe to replace the perl bundled with Solaris
11892      Branch: perl
11893            ! README.solaris
11894 ____________________________________________________________________________
11895 [ 23280] By: mhx                                   on 2004/09/08  19:18:06
11896         Log: Upgrade to Devel::PPPort 3.02.
11897      Branch: perl
11898            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
11899            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
11900            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
11901            ! ext/Devel/PPPort/parts/base/5004050
11902            ! ext/Devel/PPPort/parts/base/5005000
11903            ! ext/Devel/PPPort/parts/base/5006000
11904            ! ext/Devel/PPPort/parts/base/5008001
11905            ! ext/Devel/PPPort/parts/base/5009002
11906            ! ext/Devel/PPPort/parts/inc/MY_CXT
11907            ! ext/Devel/PPPort/parts/inc/misc ext/Devel/PPPort/t/MY_CXT.t
11908            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/call.t
11909            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/grok.t
11910            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
11911            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/misc.t
11912            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
11913            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/sv_xpvf.t
11914            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
11915 ____________________________________________________________________________
11916 [ 23279] By: mhx                                   on 2004/09/08  18:46:56
11917         Log: Add MY_CXT_CLONE to the core. (Taken from Time::HiRes.) See also:
11918              http://groups.google.com/groups?selm=r5l1vv00ca033k7a06d40fgei1ion91rnp%404ax.com
11919      Branch: perl
11920            ! perl.h
11921 ____________________________________________________________________________
11922 [ 23278] By: nicholas                              on 2004/09/08  16:53:34
11923         Log: backport B to work on 5.8.x, so that a single version of the source
11924              can be maintained, and ultimately dual-lifed on CPAN
11925              (the version conditional changes are actually surprisingly small)
11926      Branch: perl
11927            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
11928            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_samples.t
11929            ! ext/B/t/stash.t
11930 ____________________________________________________________________________
11931 [ 23277] By: mhx                                   on 2004/09/08  16:49:59
11932         Log: Subject: SvO?OK_off()'s return value
11933              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
11934              Date: Sun, 1 Aug 2004 12:46:48 +0200
11935              Message-Id: <20040801124648.7f9b3cee@r2d2>
11936
11937              Move (void) casts into SvOOK_off macro.
11938      Branch: perl
11939            ! gv.c mg.c perl.c pp.c pp_ctl.c pp_hot.c scope.c sv.c sv.h
11940 ____________________________________________________________________________
11941 [ 23276] By: merijn                                on 2004/09/07  12:57:58
11942         Log: Subject: [PATCH] perlintro.pod
11943              From: Paul Johnson <paul@pjcj.net>
11944              Date: Tue, 7 Sep 2004 15:13:51 +0200
11945              Message-ID: <20040907131351.GD2513@pjcj.net>
11946      Branch: perl
11947            ! pod/perlintro.pod
11948 ____________________________________________________________________________
11949 [ 23275] By: steveh                                on 2004/09/06  10:16:12
11950         Log: Implement new environment variable to allow the use of non-IFS
11951              compatible LSP's on Windows to allow Perl to work in conjunction
11952              with a firewall such as McAfee Guardian.
11953
11954              Bug report and possible solutions by Ken Fox <kfox@ford.com>;
11955              further assistance by Artiom Morozov <artiom@phreaker.net>.
11956      Branch: perl
11957            ! pod/perlrun.pod win32/win32sck.c
11958 ____________________________________________________________________________
11959 [ 23274] By: merijn                                on 2004/09/06  08:49:24
11960         Log: Subject: [PATCH] -Dunlink_all_versions for VMS
11961              From: "Craig A. Berry" <craigberry@mac.com>
11962              Date: Sat, 04 Sep 2004 11:58:56 -0500
11963              Message-ID: <4139F450.7040708@mac.com>
11964      Branch: perl
11965            ! configure.com
11966 ____________________________________________________________________________
11967 [ 23271] By: davem                                 on 2004/09/05  21:36:57
11968         Log: only mortalize deleted array elements for AvREAL
11969              (update to change #23158)
11970      Branch: perl
11971            ! av.c
11972 ____________________________________________________________________________
11973 [ 23267] By: davem                                 on 2004/09/05  20:16:55
11974         Log: I somehow managed to omit the base.pm change from #23266
11975      Branch: perl
11976            ! lib/base.pm
11977 ____________________________________________________________________________
11978 [ 23266] By: davem                                 on 2004/09/05  20:04:35
11979         Log: Fields package bug
11980              An intermediate class with no fields messes up private fields
11981              in the base class.
11982      Branch: perl
11983            ! lib/base.pm lib/base/t/fields-base.t
11984 ____________________________________________________________________________
11985 [ 23258] By: rgs                                   on 2004/09/02  15:37:55
11986         Log: Upgrade to Encode 2.02
11987      Branch: perl
11988            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
11989            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
11990            ! ext/Encode/bin/ucmsort ext/Encode/lib/Encode/Alias.pm
11991            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
11992            ! ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
11993            ! ext/Encode/ucm/big5-hkscs.ucm
11994 ____________________________________________________________________________
11995 [ 23257] By: rgs                                   on 2004/09/02  15:01:39
11996         Log: Upgrade to version 0.42.
11997              From:
11998              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
11999              From: John Peacock <jpeacock@rowman.com>
12000              Date: Wed, 18 Aug 2004 08:26:35 -0400
12001              Message-ID: <41234AFB.1020009@rowman.com>
12002      Branch: perl
12003            ! lib/version.pm lib/version.t util.c
12004 ____________________________________________________________________________
12005 [ 23256] By: davem                                 on 2004/09/01  23:41:25
12006         Log: Subject:  [PATCH] fields.pm lost compile-time benefit
12007              From:  Rick Delaney <rick@bort.ca>
12008              Date:  Fri, 13 Aug 2004 19:54:12 -0400
12009              Message-Id:  <20040813235412.GB12980@biff.bort.ca>
12010
12011              restore the compile-time field checking for
12012              my Dog $spot; $spot->{'walkies'};
12013              that was lost when pseudo-hashes were removed
12014      Branch: perl
12015            ! lib/base/t/fields-base.t lib/base/t/fields.t op.c
12016            ! pod/perldiag.pod
12017 ____________________________________________________________________________
12018 [ 23255] By: davem                                 on 2004/09/01  23:37:07
12019         Log: whoops, fix 'formline undef' test broken by change #23251
12020      Branch: perl
12021            ! t/lib/warnings/9uninit
12022 ____________________________________________________________________________
12023 [ 23253] By: davem                                 on 2004/09/01  22:45:07
12024         Log: Subject:  PATCH: Taintedness and ternary conditional
12025              From:  Andy Lester <andy@petdance.com>
12026              Date:  Thu, 26 Aug 2004 23:44:47 -0500
12027              Message-Id:  <20040827044447.GA5268@petdance.com>
12028
12029              add tests and documentation to the effect that ($tainted ? $a : $b)
12030              doesn't necessarily return a tainted value. Also tidy the markup in
12031              perldoc.pod
12032      Branch: perl
12033            ! pod/perlsec.pod t/op/taint.t
12034 ____________________________________________________________________________
12035 [ 23252] By: davem                                 on 2004/09/01  22:20:05
12036         Log: delete spurious blank lines added by change 23251
12037      Branch: perl
12038            ! pp_ctl.c
12039 ____________________________________________________________________________
12040 [ 23251] By: davem                                 on 2004/09/01  22:17:47
12041         Log: Random made scripts crashing perl
12042              fix 'formline undef' coredump
12043      Branch: perl
12044            ! pp_ctl.c t/lib/warnings/9uninit
12045 ____________________________________________________________________________
12046 [ 23250] By: davem                                 on 2004/09/01  20:46:13
12047         Log: From: david nicol <whatever@davidnicol.com>
12048              Subject: [perl #31228] no no-op
12049              Message-Id: 1093659222.1436.70.camel@plaza.davidnicol.com>
12050              Date: 27 Aug 2004 21:13:42 -0500
12051
12052              Document that 0 and 1 can (sort of) be used as no-ops.
12053      Branch: perl
12054            ! pod/perlop.pod
12055 ____________________________________________________________________________
12056 [ 23249] By: davem                                 on 2004/09/01  18:54:25
12057         Log: Subject:  [ PATCH ] 2 added private flags for B::Concise
12058              From:  Jim Cromie <jcromie@divsol.com>
12059              Date:  Tue, 31 Aug 2004 23:19:54 -0600
12060              Message-Id:  <41355BFA.8010900@divsol.com>
12061
12062              The OPpENTERSUB_NOMOD and OPpCONST_SHORTCIRCUIT flags weren't
12063              displayed by B::Concise.
12064      Branch: perl
12065            ! ext/B/B/Concise.pm
12066 ____________________________________________________________________________
12067 [ 23248] By: rgs                                   on 2004/09/01  15:35:20
12068         Log: Upgrade to Cwd 2.21.
12069      Branch: perl
12070            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
12071 ____________________________________________________________________________
12072 [ 23247] By: rgs                                   on 2004/09/01  15:11:45
12073         Log: Update to File::Spec 0.90
12074      Branch: perl
12075            ! lib/File/Spec.pm lib/File/Spec/VMS.pm
12076 ____________________________________________________________________________
12077 [ 23246] By: mhx                                   on 2004/08/30  18:36:18
12078         Log: Skip Time::HiRes tests if configured without that module.
12079      Branch: perl
12080            ! ext/Time/HiRes/t/HiRes.t
12081 ____________________________________________________________________________
12082 [ 23245] By: mhx                                   on 2004/08/30  18:34:58
12083         Log: Fix skipping of a Dumpvalue test when configured without Devel::Peek.
12084      Branch: perl
12085            ! lib/Dumpvalue.t
12086 ____________________________________________________________________________
12087 [ 23244] By: mhx                                   on 2004/08/30  18:33:27
12088         Log: Skip a Data::Dumper test if configured without B module.
12089      Branch: perl
12090            ! ext/Data/Dumper/t/dumper.t
12091 ____________________________________________________________________________
12092 [ 23243] By: mhx                                   on 2004/08/29  13:22:48
12093         Log: Fix typo in B::Assembler.
12094      Branch: perl
12095            ! ext/B/B/Assembler.pm
12096 ____________________________________________________________________________
12097 [ 23242] By: mhx                                   on 2004/08/29  13:21:50
12098         Log: Skip ext/B/t/assembler.t when configured without B.
12099      Branch: perl
12100            ! ext/B/t/assembler.t
12101 ____________________________________________________________________________
12102 [ 23241] By: merijn                                on 2004/08/28  08:05:19
12103         Log: Subject: [PATCH] File::Spec::VMS update
12104              From: "Craig A. Berry" <craigberry@mac.com>
12105              Date: Fri, 27 Aug 2004 18:51:09 -0500
12106              Message-ID: <412FC8ED.1020300@mac.com>
12107      Branch: perl
12108            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
12109 ____________________________________________________________________________
12110 [ 23240] By: merijn                                on 2004/08/28  07:41:47
12111         Log: Pumpkinship updates
12112      Branch: perl
12113            ! pod/perlhack.pod
12114 ____________________________________________________________________________
12115 [ 23239] By: mhx                                   on 2004/08/26  21:57:39
12116         Log: Fix nasty line break in Storable test file.
12117      Branch: perl
12118            ! ext/Storable/t/just_plain_nasty.t
12119 ____________________________________________________________________________
12120 [ 23238] By: rgs                                   on 2004/08/26  13:02:14
12121         Log: Upgrade to MIME::Base64 3.03
12122      Branch: perl
12123            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
12124            ! ext/MIME/Base64/QuotedPrint.pm
12125 ____________________________________________________________________________
12126 [ 23237] By: rgs                                   on 2004/08/25  08:32:41
12127         Log: Upgrade to MIME::Base64 3.02.
12128      Branch: perl
12129            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
12130            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
12131            ! ext/MIME/Base64/t/quoted-print.t
12132 ____________________________________________________________________________
12133 [ 23236] By: rgs                                   on 2004/08/24  17:24:40
12134         Log: Grammatical nit by Hugo.
12135      Branch: perl
12136            ! pod/perlnewmod.pod
12137 ____________________________________________________________________________
12138 [ 23235] By: rgs                                   on 2004/08/23  12:32:33
12139         Log: Subject: [perl #31295] PATCH: Test comp/use.t fails on Tru64
12140              From: Nikola Milutinovic (via RT) <perlbug-followup@perl.org>
12141              Date: 23 Aug 2004 10:37:31 -0000
12142              Message-ID: <rt-3.0.11-31295-94232.1.74127465250315@perl.org>
12143      Branch: perl
12144            ! t/comp/use.t
12145 ____________________________________________________________________________
12146 [ 23234] By: mhx                                   on 2004/08/23  05:33:39
12147         Log: Upgrade to Devel::PPPort 3.01.
12148      Branch: perl
12149            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
12150            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
12151            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/parts/inc/ppphtest
12152            ! ext/Devel/PPPort/parts/inc/version
12153            ! ext/Devel/PPPort/t/ppphtest.t
12154 ____________________________________________________________________________
12155 [ 23233] By: mhx                                   on 2004/08/22  22:18:56
12156         Log: Fix some backwards-compatibility problems with Storable.
12157      Branch: perl
12158            ! ext/Storable/Storable.xs ext/Storable/t/weak.t
12159 ____________________________________________________________________________
12160 [ 23232] By: rgs                                   on 2004/08/22  19:14:57
12161         Log: Upgrade to Time::HiRes 1.61
12162      Branch: perl
12163            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
12164            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
12165            ! ext/Time/HiRes/hints/solaris.pl ext/Time/HiRes/t/HiRes.t
12166 ____________________________________________________________________________
12167 [ 23231] By: mhx                                   on 2004/08/22  15:36:36
12168         Log: Fix Storable's MANIFEST.
12169      Branch: perl
12170            ! ext/Storable/MANIFEST
12171 ____________________________________________________________________________
12172 [ 23230] By: davem                                 on 2004/08/20  21:20:48
12173         Log: a regex in STDOUT destructor coredumped because regex pad already
12174              freed
12175      Branch: perl
12176            ! perl.c t/op/ref.t
12177 ____________________________________________________________________________
12178 [ 23229] By: mhx                                   on 2004/08/20  13:18:08
12179         Log: Upgrade to Devel::PPPort 3.00_03.
12180      Branch: perl
12181            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
12182            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
12183            ! ext/Devel/PPPort/parts/inc/ppphtest
12184            ! ext/Devel/PPPort/t/ppphtest.t
12185 ____________________________________________________________________________
12186 [ 23228] By: mhx                                   on 2004/08/19  23:14:00
12187         Log: Tweak 'h2xs -h' output.
12188      Branch: perl
12189            ! utils/h2xs.PL
12190 ____________________________________________________________________________
12191 [ 23227] By: mhx                                   on 2004/08/19  17:05:48
12192         Log: Delete superfluous "with".
12193      Branch: perl
12194            ! README.win32
12195 ____________________________________________________________________________
12196 [ 23226] By: mhx                                   on 2004/08/19  11:22:15
12197         Log: Upgrade to Devel::PPPort 3.00_02.
12198      Branch: perl
12199            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
12200            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
12201            ! ext/Devel/PPPort/PPPort_pm.PL
12202 ____________________________________________________________________________
12203 [ 23225] By: rgs                                   on 2004/08/19  07:58:59
12204         Log: Mark a test that relies on tainting behavior as TODO on Windows.
12205      Branch: perl
12206            ! t/comp/opsubs.t
12207 ____________________________________________________________________________
12208 [ 23224] By: steveh                                on 2004/08/18  13:44:13
12209         Log: Add notes for building with MS VC++ Toolkit 2003
12210      Branch: perl
12211            ! README.win32
12212 ____________________________________________________________________________
12213 [ 23223] By: mhx                                   on 2004/08/17  21:33:41
12214         Log: Upgrade to Devel::PPPort 3.00_01.
12215      Branch: perl
12216            + ext/Devel/PPPort/parts/inc/sv_xpvf ext/Devel/PPPort/t/cop.t
12217            + ext/Devel/PPPort/t/sv_xpvf.t
12218            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
12219            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
12220            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
12221            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/apicheck.pl
12222            ! ext/Devel/PPPort/parts/inc/misc
12223            ! ext/Devel/PPPort/parts/inc/ppphbin
12224            ! ext/Devel/PPPort/parts/inc/ppphtest
12225            ! ext/Devel/PPPort/parts/inc/uv
12226            ! ext/Devel/PPPort/parts/ppptools.pl
12227            ! ext/Devel/PPPort/parts/todo/5004000
12228            ! ext/Devel/PPPort/parts/todo/5004050
12229            ! ext/Devel/PPPort/parts/todo/5006000
12230            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/uv.t
12231 ____________________________________________________________________________
12232 [ 23222] By: mhx                                   on 2004/08/17  10:14:46
12233         Log: Upgrade to Devel::PPPort 3.00.
12234      Branch: perl
12235            + (add 103 files)
12236            - ext/Devel/PPPort/t/test.t
12237            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
12238            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
12239            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/README
12240            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/module2.c
12241            ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/ppport_h.PL
12242            ! ext/Devel/PPPort/soak
12243 ____________________________________________________________________________
12244 [ 23221] By: rgs                                   on 2004/08/17  08:25:39
12245         Log: Subject: [PATCH] Document Carp's global variables + provide tests
12246              From: "Jos I. Boumans" <kane@dwim.org>
12247              Date: Mon, 16 Aug 2004 15:53:40 +0200
12248              Message-Id: <ADC6DEC6-EF8B-11D8-8425-000A95EF62E2@dwim.org>
12249              (tests a bit reworked)
12250      Branch: perl
12251            ! lib/Carp.pm lib/Carp.t
12252 ____________________________________________________________________________
12253 [ 23220] By: rgs                                   on 2004/08/17  07:29:11
12254         Log: Subject: Updates to modules-related pod
12255              From: Kirrily Skud Robert <skud@infotrope.net>
12256              Date: Mon, 16 Aug 2004 16:00:14 -0400
12257              Message-ID: <20040816200014.GC27764@infotrope.net>
12258      Branch: perl
12259            ! pod/perlnewmod.pod
12260 ____________________________________________________________________________
12261 [ 23219] By: rgs                                   on 2004/08/16  17:59:22
12262         Log: Subject: [PATCH] running mktables on VMS
12263              From: "Craig A. Berry" <craigberry@mac.com>
12264              Date: Tue, 10 Aug 2004 22:28:04 -0500
12265              Message-ID: <41199244.9020706@mac.com>
12266      Branch: perl
12267            ! vms/descrip_mms.template
12268 ____________________________________________________________________________
12269 [ 23218] By: rgs                                   on 2004/08/16  07:23:56
12270         Log: Subject: [PATCH] make cygwin ld2 executable
12271              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
12272              Date: Sun, 15 Aug 2004 17:14:59 -0700
12273              Message-ID: <20040816001252.GA2148@efn.org>
12274      Branch: perl
12275            ! cygwin/Makefile.SHs
12276 ____________________________________________________________________________
12277 [ 23217] By: davem                                 on 2004/08/14  22:32:16
12278         Log: make pp_goto() cope potential stack reallocation in EXTEND
12279              The code for goto &foo had local pointers to the stack that
12280              pointed to the wrong place after a realloc.
12281      Branch: perl
12282            ! pp_ctl.c t/op/goto.t
12283 ____________________________________________________________________________
12284 [ 23216] By: rgs                                   on 2004/08/13  13:18:37
12285         Log: Subject: [PATCH] pre Math::BigInt v1.72
12286              From: Tels <perl_dummy@bloodgate.com>
12287              Date: Fri, 13 Aug 2004 14:02:50 +0200
12288              Message-Id: <200408131402.52270@bloodgate.com>
12289      Branch: perl
12290            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
12291            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
12292            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
12293            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
12294 ____________________________________________________________________________
12295 [ 23215] By: rgs                                   on 2004/08/13  12:09:35
12296         Log: Subject: Test for functions with operator names
12297              From: Andy Lester <andy@petdance.com>
12298              Date: Thu, 12 Aug 2004 11:31:03 -0500
12299              Message-ID: <20040812163103.GA26687@petdance.com>
12300      Branch: perl
12301            + t/comp/opsubs.t
12302            ! MANIFEST
12303 ____________________________________________________________________________
12304 [ 23214] By: rgs                                   on 2004/08/13  07:13:38
12305         Log: Subject: api doc fix for SvSetMagicSV_nosteal
12306              From: Stas Bekman <stas@stason.org>
12307              Date: Thu, 12 Aug 2004 18:10:36 -0700
12308              Message-ID: <411C150C.5020602@stason.org>
12309      Branch: perl
12310            ! pod/perlapi.pod sv.h
12311 ____________________________________________________________________________
12312 [ 23213] By: rgs                                   on 2004/08/10  13:17:40
12313         Log: Subject: Re: 2 patches: goto.t, B.pm/xs
12314              From: Jim Cromie <jcromie@divsol.com>
12315              Date: Tue, 10 Aug 2004 07:29:08 -0600
12316              Message-ID: <4118CDA4.3060700@divsol.com>
12317      Branch: perl
12318            ! t/op/goto.t
12319 ____________________________________________________________________________
12320 [ 23212] By: rgs                                   on 2004/08/10  07:21:19
12321         Log: Subject: 2 patches: goto.t, B.pm/xs
12322              From: Jim Cromie <jcromie@divsol.com>
12323              Date: Sun, 08 Aug 2004 18:42:47 -0600
12324              Message-ID: <4116C887.9080400@divsol.com>
12325      Branch: perl
12326            ! ext/B/B.pm ext/B/B.xs
12327 ____________________________________________________________________________
12328 [ 23211] By: rgs                                   on 2004/08/10  07:00:01
12329         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
12330              From: Alan Burlison <Alan.Burlison@sun.com>
12331              Date: Mon, 09 Aug 2004 19:00:12 +0100
12332              Message-ID: <4117BBAC.7080603@sun.com>
12333      Branch: perl
12334            ! ext/POSIX/POSIX.xs
12335 ____________________________________________________________________________
12336 [ 23210] By: davem                                 on 2004/08/09  19:58:35
12337         Log: Fix a typo and remove some debugging crud from change #23209
12338      Branch: perl
12339            ! ext/XS/APItest/t/call.t
12340 ____________________________________________________________________________
12341 [ 23209] By: davem                                 on 2004/08/09  19:48:57
12342         Log: eval_sv() failing a taint test could corrupt the stack
12343      Branch: perl
12344            ! ext/XS/APItest/t/call.t perl.c
12345 ____________________________________________________________________________
12346 [ 23208] By: davem                                 on 2004/08/09  18:28:33
12347         Log: made eq_array in t/test.pl handle undef values better
12348      Branch: perl
12349            ! t/test.pl
12350 ____________________________________________________________________________
12351 [ 23207] By: davem                                 on 2004/08/09  17:21:27
12352         Log: fix minor nit in file description, to keep Jarkko happy
12353      Branch: perl
12354            ! utf8.c
12355 ____________________________________________________________________________
12356 [ 23206] By: rgs                                   on 2004/08/09  15:33:54
12357         Log: Subject: Patch for t/op/sleep.t
12358              From: Andy Lester <andy@petdance.com>
12359              Date: Mon, 9 Aug 2004 00:11:51 -0500
12360              Message-ID: <20040809051151.GA13872@petdance.com>
12361      Branch: perl
12362            ! t/op/sleep.t
12363 ____________________________________________________________________________
12364 [ 23205] By: rgs                                   on 2004/08/09  12:10:25
12365         Log: Add a note in perltodo about a potential extension of readpipe()
12366      Branch: perl
12367            ! pod/perltodo.pod
12368 ____________________________________________________________________________
12369 [ 23204] By: rgs                                   on 2004/08/09  09:13:27
12370         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
12371              From: Alan Burlison <Alan.Burlison@sun.com>
12372              Date: Mon, 09 Aug 2004 10:30:25 +0100
12373              Message-ID: <41174431.6050803@sun.com>
12374      Branch: perl
12375            ! ext/POSIX/POSIX.xs
12376 ____________________________________________________________________________
12377 [ 23203] By: davem                                 on 2004/08/07  15:10:40
12378         Log: Add tests for XS call_*() API
12379      Branch: perl
12380            + ext/XS/APItest/t/call.t
12381            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
12382            ! ext/XS/APItest/MANIFEST pod/perlcall.pod
12383 ____________________________________________________________________________
12384 [ 23202] By: mhx                                   on 2004/08/07  15:10:39
12385         Log: Subject: [PATCH] DB_File 1.810
12386              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
12387              Date: Sat, 7 Aug 2004 15:22:09 +0100
12388              Message-Id: <20040807142059.CTQC10838.mta10-svc.ntlworld.com@MARQUESSPT21>
12389      Branch: perl
12390            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12391            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
12392 ____________________________________________________________________________
12393 [ 23200] By: steveh                                on 2004/08/06  12:55:31
12394         Log: Fix [perl #24269] socket() call uses non-IFS providers
12395              causing subsequent print/read to hang or misbehave
12396
12397              Patch supplied by Artiom Morozov <artiom@phreaker.net>
12398              in the bug report at http://rt.perl.org/rt3/index.html?q=24269
12399      Branch: perl
12400            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
12401            ! win32/win32.h win32/win32sck.c
12402 ____________________________________________________________________________
12403 [ 23199] By: steveh                                on 2004/08/06  11:57:59
12404         Log: Another small clean-up following changes #23190 and #23198
12405      Branch: perl
12406            ! gv.c
12407 ____________________________________________________________________________
12408 [ 23198] By: davem                                 on 2004/08/06  10:06:46
12409         Log: remove leaks associated with version object change #23190
12410      Branch: perl
12411            ! gv.c util.c
12412 ____________________________________________________________________________
12413 [ 23197] By: rgs                                   on 2004/08/06  06:53:08
12414         Log: Subject: [PATCH sv.c]  signedness nit in #23190
12415              From: "Craig A. Berry" <craigberry@mac.com>
12416              Date: Thu, 05 Aug 2004 13:10:55 -0500
12417              Message-ID: <4112782F.7040302@mac.com>
12418      Branch: perl
12419            ! sv.c
12420 ____________________________________________________________________________
12421 [ 23196] By: mhx                                   on 2004/08/04  18:29:23
12422         Log: Document sv_catpvn_nomg, sv_setsv_nomg and sv_catsv_nomg.
12423      Branch: perl
12424            ! pod/perlapi.pod sv.h
12425 ____________________________________________________________________________
12426 [ 23195] By: nick                                  on 2004/08/04  18:16:47
12427         Log: Comment describing purpose.
12428      Branch: perl
12429            ! globals.c
12430 ____________________________________________________________________________
12431 [ 23194] By: rgs                                   on 2004/08/04  07:18:49
12432         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
12433              From: Alan Burlison <Alan.Burlison@sun.com>
12434              Date: Mon, 19 Jul 2004 12:07:02 +0100
12435              Message-ID: <40FBAB56.1030208@sun.com>
12436
12437              (last chunk only)
12438      Branch: perl
12439            ! ext/POSIX/POSIX.xs
12440 ____________________________________________________________________________
12441 [ 23193] By: rgs                                   on 2004/08/04  07:00:21
12442         Log: Remove compilation warnings about uninitialized variables.
12443      Branch: perl
12444            ! sv.c
12445 ____________________________________________________________________________
12446 [ 23192] By: rgs                                   on 2004/08/04  06:55:46
12447         Log: Remove the "Newline in left-justified string" warning.
12448      Branch: perl
12449            ! pod/perldiag.pod sv.c t/lib/warnings/sv
12450 ____________________________________________________________________________
12451 [ 23191] By: rgs                                   on 2004/08/04  06:30:58
12452         Log: Subject: [PATCH] extension to diagnostics.pm
12453              From: Fergal Daly <fergal@esatclear.ie>
12454              Date: Wed, 4 Aug 2004 00:33:09 +0100
12455              Message-ID: <20040803233309.GA239@dyn.fergaldaly.com>
12456      Branch: perl
12457            ! lib/diagnostics.pm
12458 ____________________________________________________________________________
12459 [ 23190] By: rgs                                   on 2004/08/04  06:19:27
12460         Log: Subject: [PATCH] Final version object core patch?
12461              From: John Peacock <jpeacock@rowman.com>
12462              Date: Tue, 03 Aug 2004 22:23:57 -0400
12463              Message-ID: <411048BD.3080700@rowman.com>
12464      Branch: perl
12465            ! gv.c perl.c pp_ctl.c sv.c t/comp/require.t t/op/ver.t util.c
12466 ____________________________________________________________________________
12467 [ 23189] By: merijn                                on 2004/08/03  23:51:13
12468         Log: gcc on AIX 4 doesn't like -G on the commandline too
12469      Branch: perl
12470            ! hints/aix_4.sh
12471 ____________________________________________________________________________
12472 [ 23188] By: merijn                                on 2004/08/03  23:48:13
12473         Log: gcc on AIX doesn't like -G on the commandline
12474      Branch: perl
12475            ! hints/aix.sh
12476 ____________________________________________________________________________
12477 [ 23187] By: davem                                 on 2004/08/03  19:20:18
12478         Log: more typo fixes for change 3176 (comments at top of .c files)
12479      Branch: perl
12480            ! mg.c miniperlmain.c perl.c run.c scope.c
12481 ____________________________________________________________________________
12482 [ 23186] By: rgs                                   on 2004/08/03  10:22:54
12483         Log: Subject: [perl #30914] ExtUtils::Embed should use libperl name from Config
12484              From: Marek Rouchal (via RT) <perlbug-followup@perl.org>
12485              Date: 2 Aug 2004 07:00:33 -0000
12486              Message-ID: <rt-3.0.11-30914-93038.14.5123598132685@perl.org>
12487      Branch: perl
12488            ! lib/ExtUtils/Embed.pm
12489 ____________________________________________________________________________
12490 [ 23185] By: rgs                                   on 2004/08/03  09:39:35
12491         Log: Subject: [PATCH] additional -V:foo tests
12492              From: Jim Cromie <jcromie@divsol.com>
12493              Date: Mon, 02 Aug 2004 09:15:23 -0600
12494              Message-ID: <410E5A8B.9030307@divsol.com>
12495      Branch: perl
12496            ! configpm lib/Config.t pod/perlrun.pod
12497 ____________________________________________________________________________
12498 [ 23184] By: rgs                                   on 2004/08/02  16:40:36
12499         Log: Enhance the caveat in the description of tell()
12500
12501              Subject: Re: [perl #30788] Error in documentation
12502              From: Nick Ing-Simmons <nick@ing-simmons.net>
12503              Date: Wed, 28 Jul 2004 15:12:54 +0100
12504              Message-Id: <20040728141254.3861.5@llama.ing-simmons.net>
12505      Branch: perl
12506            ! pod/perlfunc.pod
12507 ____________________________________________________________________________
12508 [ 23183] By: rgs                                   on 2004/08/02  09:16:13
12509         Log: Remove empty rpath from .so files
12510      Branch: perl
12511            ! lib/ExtUtils/MM_Unix.pm
12512 ____________________________________________________________________________
12513 [ 23182] By: rgs                                   on 2004/08/02  09:11:12
12514         Log: Subject: [PATCH] mention refaddr() in overload::StrVal docs
12515              From: Fergal Daly <fergal@esatclear.ie>
12516              Date: Fri, 30 Jul 2004 16:09:19 +0100
12517              Message-ID: <20040730150919.GB19022@dyn.fergaldaly.com>
12518      Branch: perl
12519            ! lib/overload.pm
12520 ____________________________________________________________________________
12521 [ 23181] By: steveh                                on 2004/08/02  08:05:05
12522         Log: Fix breakage caused by Change 23179
12523      Branch: perl
12524            ! t/run/fresh_perl.t
12525 ____________________________________________________________________________
12526 [ 23180] By: davem                                 on 2004/08/01  16:49:20
12527         Log: Add comment to top of reentr.c and fix typos in other files
12528      Branch: perl
12529            ! deb.c dump.c miniperlmain.c pad.c perly.y reentr.c reentr.h
12530            ! reentr.pl regcomp.c regexec.c scope.c utf8.c
12531 ____________________________________________________________________________
12532 [ 23179] By: mhx                                   on 2004/08/01  16:10:19
12533         Log: Skip test when building without Encode.
12534      Branch: perl
12535            ! t/run/fresh_perl.t
12536 ____________________________________________________________________________
12537 [ 23178] By: mhx                                   on 2004/08/01  10:19:46
12538         Log: Remove redundant SvOOK_off (called implicitly by SvOK_off)
12539              and merge identical cases.
12540      Branch: perl
12541            ! scope.c
12542 ____________________________________________________________________________
12543 [ 23177] By: davem                                 on 2004/07/31  16:27:09
12544         Log: shut up a warning in mg.c
12545      Branch: perl
12546            ! mg.c
12547 ____________________________________________________________________________
12548 [ 23176] By: davem                                 on 2004/07/31  16:21:50
12549         Log: Add comment to the top of most .c files explaining their purpose
12550      Branch: perl
12551            ! deb.c doio.c doop.c dump.c gv.c hv.c locale.c malloc.c mg.c
12552            ! miniperlmain.c numeric.c op.c pad.c perl.c perlio.c perly.act
12553            ! perly.h perly.tab perly.y pp.c pp_ctl.c pp_hot.c pp_pack.c
12554            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c taint.c
12555            ! universal.c utf8.c util.c
12556 ____________________________________________________________________________
12557 [ 23175] By: mhx                                   on 2004/07/31  15:19:13
12558         Log: Fix copy & paste bugs in mX?PUSH macro tests.
12559      Branch: perl
12560            ! ext/XS/APItest/APItest.xs
12561 ____________________________________________________________________________
12562 [ 23174] By: merijn                                on 2004/07/31  08:32:31
12563         Log: First steps towards an explicit perl.exp-less AIX build
12564              Previous method can still be used by undeffing usenativedlopen
12565              If that is ever tested at all on AIX
12566      Branch: perl
12567            ! hints/aix.sh hints/aix_4.sh
12568 ____________________________________________________________________________
12569 [ 23173] By: mhx                                   on 2004/07/31  08:29:54
12570         Log: Fix and update Perl_grok_* docs.
12571      Branch: perl
12572            ! numeric.c pod/perlapi.pod
12573 ____________________________________________________________________________
12574 [ 23172] By: steveh                                on 2004/07/30  14:31:08
12575         Log: A few minor updates to README.win32 (aka perlwin32)
12576      Branch: perl
12577            ! README.win32
12578 ____________________________________________________________________________
12579 [ 23171] By: rgs                                   on 2004/07/30  14:24:08
12580         Log: Upgrade to Math::BigInt v1.71.
12581      Branch: perl
12582            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
12583            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
12584            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
12585            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
12586 ____________________________________________________________________________
12587 [ 23170] By: steveh                                on 2004/07/30  13:27:41
12588         Log: Bug report #30132 was resolved before it was finished!
12589              Here's the last piece in the puzzle.
12590      Branch: perl
12591            ! ext/IO/lib/IO/File.pm
12592 ____________________________________________________________________________
12593 [ 23168] By: rgs                                   on 2004/07/28  12:13:36
12594         Log: Upgrade to File::Spec 0.88.
12595      Branch: perl
12596            ! lib/File/Spec.pm lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
12597 ____________________________________________________________________________
12598 [ 23167] By: rgs                                   on 2004/07/28  09:20:12
12599         Log: Subject: Re: [perl #30783] Test::Builder does not handle overloaded "name" values
12600              From: Autrijus Tang <autrijus@gmail.com>
12601              Date: Thu, 22 Jul 2004 20:17:58 -0700
12602              Message-ID: <1912f0e204072220171790193a@mail.gmail.com>
12603      Branch: perl
12604            ! lib/Test/Builder.pm
12605 ____________________________________________________________________________
12606 [ 23166] By: rgs                                   on 2004/07/28  06:31:06
12607         Log: Subject: Re: more 5.9 sort tests (second draft)
12608              From: david nicol <whatever@davidnicol.com>
12609              Date: 21 Jul 2004 17:10:05 -0500
12610              Message-Id: <1090447805.995.24.camel@plaza.davidnicol.com>
12611      Branch: perl
12612            ! t/op/sort.t
12613 ____________________________________________________________________________
12614 [ 23165] By: rgs                                   on 2004/07/28  06:25:15
12615         Log: Subject: Re: AW: [perl #7558] [PATCH] README.solaris
12616              From: Andy Dougherty <doughera@lafayette.edu>
12617              Date: Tue, 27 Jul 2004 14:12:06 -0400 (EDT)
12618              Message-ID: <Pine.SOL.4.58.0407271335550.22839@maxwell.phys.lafayette.edu>
12619      Branch: perl
12620            ! README.solaris
12621 ____________________________________________________________________________
12622 [ 23164] By: davem                                 on 2004/07/26  22:08:32
12623         Log: Subject:  [perl #7558] [PATCH] README.solaris
12624              From:  Andy Dougherty <doughera@lafayette.edu>
12625              Date:  Mon, 26 Jul 2004 15:32:35 -0400 (EDT)
12626              Message-Id:  <Pine.SOL.4.58.0407261530350.19559@maxwell.phys.lafayette.edu>
12627
12628              Add more info on /dev/random under solaris
12629      Branch: perl
12630            ! README.solaris
12631 ____________________________________________________________________________
12632 [ 23163] By: mhx                                   on 2004/07/26  17:14:37
12633         Log: The byte-order modifiers won't go into 5.8.
12634      Branch: perl
12635            ! pod/perlfunc.pod pod/perlport.pod
12636 ____________________________________________________________________________
12637 [ 23162] By: steveh                                on 2004/07/26  10:41:56
12638         Log: Windows-related updates to Porting/repository.pod
12639      Branch: perl
12640            ! Porting/repository.pod
12641 ____________________________________________________________________________
12642 [ 23161] By: davem                                 on 2004/07/25  19:05:28
12643         Log: make -Dl log runops loop entry and exit, and jump level popping
12644      Branch: perl
12645            ! dump.c scope.h
12646 ____________________________________________________________________________
12647 [ 23160] By: davem                                 on 2004/07/24  10:00:27
12648         Log: document that -i messes soft as well hard hard links.
12649      Branch: perl
12650            ! pod/perlrun.pod
12651 ____________________________________________________________________________
12652 [ 23159] By: davem                                 on 2004/07/23  21:15:32
12653         Log: make a note in perlrun that -i doesn't preserve UNIX hard links.
12654      Branch: perl
12655            ! pod/perlrun.pod
12656 ____________________________________________________________________________
12657 [ 23158] By: davem                                 on 2004/07/23  11:06:02
12658         Log: memory leak in array delete
12659              av_delete() wasn't mortalizing the returned value
12660      Branch: perl
12661            ! av.c t/op/delete.t
12662 ____________________________________________________________________________
12663 [ 23157] By: davem                                 on 2004/07/23  10:35:16
12664         Log: remove binary compat from #23156 (remove PL_retstack)
12665      Branch: perl
12666            ! cop.h embed.fnc embed.h embedvar.h perlapi.h proto.h scope.c
12667            ! thrdvar.h
12668 ____________________________________________________________________________
12669 [ 23156] By: davem                                 on 2004/07/23  09:52:59
12670         Log: remove the return stack PL_retstack, and store return ops in the CX
12671              structure directly instead
12672      Branch: perl
12673            ! cc_runtime.h cop.h deb.c mg.c perl.c pp_ctl.c pp_hot.c
12674            ! pp_sys.c scope.c sv.c thrdvar.h
12675 ____________________________________________________________________________
12676 [ 23155] By: nicholas                              on 2004/07/22  18:50:31
12677         Log: Build the perldelta copying command for the main Unix makefile with
12678              buildtoc, so that it doesn't get forgotten on version increments.
12679      Branch: perl
12680            ! Makefile.SH pod/buildtoc
12681 ____________________________________________________________________________
12682 [ 23154] By: nicholas                              on 2004/07/22  18:19:58
12683         Log: Grab perl585delta.pod from maint and
12684
12685              Integrate:
12686              [ 23069]
12687              This is RC2. Maybe this one will last longer.
12688
12689              [ 23141]
12690              Break a leg
12691
12692              [perlhist.pod]
12693      Branch: perl
12694           +> pod/perl585delta.pod
12695            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
12696            ! vms/descrip_mms.template win32/pod.mak
12697           !> pod/perlhist.pod
12698 ____________________________________________________________________________
12699 [ 23152] By: rgs                                   on 2004/07/22  16:16:41
12700         Log: Upgrade to Cwd 2.20
12701      Branch: perl
12702            + ext/Cwd/t/win32.t
12703            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
12704            ! lib/Cwd.pm
12705 ____________________________________________________________________________
12706 [ 23151] By: rgs                                   on 2004/07/22  15:50:34
12707         Log: Sort perldiag.
12708      Branch: perl
12709            ! pod/perldiag.pod
12710 ____________________________________________________________________________
12711 [ 23150] By: rgs                                   on 2004/07/22  13:15:12
12712         Log: Subject: Re: "Too late for -T" could be more descriptive
12713              From: Jim Cromie <jcromie@divsol.com>
12714              Date: Wed, 21 Jul 2004 11:21:50 -0600
12715              Message-ID: <40FEA62E.2010809@divsol.com>
12716              (with tweaks)
12717      Branch: perl
12718            ! perl.c perl.h pod/perldebug.pod pod/perldiag.pod
12719            ! pod/perlrun.pod
12720 ____________________________________________________________________________
12721 [ 23149] By: rgs                                   on 2004/07/22  12:09:40
12722         Log: Email change for Steffen Mueller.
12723      Branch: perl
12724            ! AUTHORS
12725 ____________________________________________________________________________
12726 [ 23148] By: rgs                                   on 2004/07/22  11:32:16
12727         Log: Grammar fix by Paul Johnson.
12728      Branch: perl
12729            ! pod/perldiag.pod
12730 ____________________________________________________________________________
12731 [ 23147] By: nicholas                              on 2004/07/22  10:51:48
12732         Log: Config::config_re and config_sh would report the byteorder as 'ffff'
12733      Branch: perl
12734            ! configpm lib/Config.t
12735 ____________________________________________________________________________
12736 [ 23146] By: rgs                                   on 2004/07/21  12:01:32
12737         Log: Subject: [PATCH] Mention common dynaloader errors in perldiag.pod
12738              From: "Jos I. Boumans" <kane@dwim.org>
12739              Date: Wed, 21 Jul 2004 13:47:35 +0200
12740              Message-Id: <C226C05A-DB0B-11D8-A551-000A95EF62E2@dwim.org>
12741              (with tweaks)
12742      Branch: perl
12743            ! pod/perldiag.pod
12744 ____________________________________________________________________________
12745 [ 23145] By: rgs                                   on 2004/07/21  08:47:14
12746         Log: Subject: [PATCH perl-current] Re: [perl #30688] Empty slice arg with ($;$) prototype
12747              From: Rick Delaney <rick@bort.ca>
12748              Date: Tue, 20 Jul 2004 16:53:54 -0400
12749              Message-ID: <20040720205353.GA970@biff.bort.ca>
12750      Branch: perl
12751            ! pp.c t/op/list.t
12752 ____________________________________________________________________________
12753 [ 23142] By: rgs                                   on 2004/07/19  15:49:12
12754         Log: Subject: [perl #30609] [PATCH] BigInt v1.71 - first try
12755              From: Tels <perl_dummy@bloodgate.com>
12756              Date: Sat, 17 Jul 2004 16:22:57 +0200
12757              Message-Id: <200407171622.58443@bloodgate.com>
12758      Branch: perl
12759            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
12760            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
12761            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
12762            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
12763            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
12764            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
12765 ____________________________________________________________________________
12766 [ 23135] By: nicholas                              on 2004/07/19  08:33:13
12767         Log: Turn 2 strcpy()s into memcpy() because we know the length.
12768      Branch: perl
12769            ! toke.c
12770 ____________________________________________________________________________
12771 [ 23130] By: nicholas                              on 2004/07/16  13:41:22
12772         Log: Clarify that it's only Mac OS *Classic* that uses 1904 - OS X uses
12773              1970
12774      Branch: perl
12775            ! pod/perlfunc.pod
12776 ____________________________________________________________________________
12777 [ 23129] By: nicholas                              on 2004/07/16  13:21:33
12778         Log: Typo fix from Julian Gilbey, forwarded upstream from Debian by
12779              Brendan O'Dea
12780      Branch: perl
12781            ! pod/perluniintro.pod
12782 ____________________________________________________________________________
12783 [ 23128] By: nick                                  on 2004/07/16  12:16:05
12784         Log: Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk().
12785              From: Steve Hay <steve.hay@uk.radan.com>
12786              CC: perl-win32-porters@listserv.ActiveState.com
12787              Message-ID: <40F6B295.8010804@uk.radan.com>
12788
12789              Assumes perl's malloc can now handle non-contiguous memory (believed
12790              to be true).
12791              Does not address threading issues.
12792
12793              "The attached patch (against blead) makes sbrk() initially try to
12794              extend the existing block of memory exactly as it currently does, but
12795              to not  fail immediately if it can't -- it now frees up that part of
12796              whatever it  had previously reserved+committed which hadn't actually
12797              been used yet,  resets all its static variables and basically starts
12798              anew."
12799      Branch: perl
12800            ! win32/win32.c
12801 ____________________________________________________________________________
12802 [ 23127] By: nicholas                              on 2004/07/16  11:14:45
12803         Log: glob('*.c') to find documentation is dangerous when run in unclean
12804              trees, so isntead use MANIFEST to only scan the legitimate source
12805              files.
12806      Branch: perl
12807            ! autodoc.pl
12808 ____________________________________________________________________________
12809 [ 23126] By: nicholas                              on 2004/07/16  11:04:37
12810         Log: Encourage compilers to tail call optimise in sv_savepv, sv_savepvn
12811              and sv_savesharedpv. Need to create non-void returning versions of
12812              Copy and Zero, as the existing macros deliberately cast to (void)
12813      Branch: perl
12814            ! handy.h malloc.c perl.c pod/perlapi.pod sv.c util.c
12815 ____________________________________________________________________________
12816 [ 23125] By: nicholas                              on 2004/07/16  10:59:08
12817         Log: Rebuild perlapi.pod
12818      Branch: perl
12819            ! pod/perlapi.pod
12820 ____________________________________________________________________________
12821 [ 23124] By: merijn                                on 2004/07/16  10:30:53
12822         Log: Be sure HP-UX' ANSI C compiler's PATH is found *before*
12823              the path to the bundled braindead C compiler. This might
12824              influence ccache's behaviour in finding the correct path
12825      Branch: perl
12826            ! Configure
12827 ____________________________________________________________________________
12828 [ 23122] By: nicholas                              on 2004/07/16  10:14:24
12829         Log: oslevel can fail on AIX, but the output generated would confuse
12830              Configure
12831      Branch: perl
12832            ! Configure
12833 ____________________________________________________________________________
12834 [ 23121] By: nicholas                              on 2004/07/16  08:53:28
12835         Log: Some calls to PerlMemShared_alloc() aren't checking the return value.
12836              Bug spotted by Nigel Sandever
12837      Branch: perl
12838            ! ext/threads/threads.xs util.c
12839 ____________________________________________________________________________
12840 [ 23120] By: nicholas                              on 2004/07/15  19:09:15
12841         Log: threads.xs doesn't check the return value of the thread creation
12842              call. D'oh! This gives SEGVs if the OS fails to create another thread.
12843              Cause of problem located by Nigel Sandever
12844      Branch: perl
12845            ! ext/threads/threads.pm ext/threads/threads.xs
12846 ____________________________________________________________________________
12847 [ 23118] By: nicholas                              on 2004/07/15  16:28:03
12848         Log: Assimilate Cwd 2.19
12849      Branch: perl
12850            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
12851 ____________________________________________________________________________
12852 [ 23117] By: merijn                                on 2004/07/15  14:16:07
12853         Log: Trailing semi-colon are not allowed on #ifdef's in ANSI
12854      Branch: perl
12855            ! ext/Storable/Storable.xs
12856 ____________________________________________________________________________
12857 [ 23116] By: nicholas                              on 2004/07/15  12:50:31
12858         Log: Abigail notes that a re-entrant regexp engine is a todo
12859      Branch: perl
12860            ! pod/perltodo.pod
12861 ____________________________________________________________________________
12862 [ 23115] By: nicholas                              on 2004/07/15  12:47:50
12863         Log: for (reverse @foo) now iterates in reverse in place.
12864      Branch: perl
12865            ! op.c pod/perltodo.pod pp_ctl.c
12866 ____________________________________________________________________________
12867 [ 23114] By: nicholas                              on 2004/07/15  10:05:23
12868         Log: Optimise for (reverse ...)
12869      Branch: perl
12870            ! op.c
12871 ____________________________________________________________________________
12872 [ 23113] By: nicholas                              on 2004/07/15  09:44:16
12873         Log: Now optimising for $a (reverse ...)
12874      Branch: perl
12875            ! op.c
12876 ____________________________________________________________________________
12877 [ 23112] By: nicholas                              on 2004/07/15  09:16:43
12878         Log: The optrees for C<for $_ (...)> and C<for (...)> differ, so even more
12879              tests.
12880      Branch: perl
12881            ! t/cmd/for.t
12882 ____________________________________________________________________________
12883 [ 23111] By: nicholas                              on 2004/07/15  09:02:36
12884         Log: This seems to be needed to get COW working on Win32
12885      Branch: perl
12886            ! win32/win32.c
12887 ____________________________________________________________________________
12888 [ 23109] By: nicholas                              on 2004/07/14  23:35:24
12889         Log: "That's the way to do it"
12890              In taking out a bug spotted by my regression tests in t/cmd/for.t
12891              I actually managed to disable the entire optimisation. Which means
12892              that I didn't find the other bug. This optimisation is live, and
12893              passes all tests.
12894      Branch: perl
12895            ! op.c pp_hot.c
12896 ____________________________________________________________________________
12897 [ 23108] By: nicholas                              on 2004/07/14  20:55:30
12898         Log: Optimise foreach my $i (reverse ...)
12899              foreach without a lexical iterator not yet optimised
12900      Branch: perl
12901            ! ext/B/B/Concise.pm op.c op.h pp_ctl.c pp_hot.c
12902 ____________________________________________________________________________
12903 [ 23107] By: nicholas                              on 2004/07/14  17:44:08
12904         Log: Subject:  [PATCH] split doc clarification
12905              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
12906              Date:  Wed, 14 Jul 2004 10:19:36 -0700
12907              Message-Id:  <20040714171936.GA1092@efn.org>
12908      Branch: perl
12909            ! pod/perlfunc.pod
12910 ____________________________________________________________________________
12911 [ 23106] By: nicholas                              on 2004/07/14  15:36:57
12912         Log: Numeric comparison operators mustn't compare addresses of references
12913              that are overloaded.
12914      Branch: perl
12915            ! lib/overload.t pp.c pp_hot.c
12916 ____________________________________________________________________________
12917 [ 23105] By: nicholas                              on 2004/07/14  10:40:54
12918         Log: Lots of tests for for reverse ...
12919      Branch: perl
12920            ! t/cmd/for.t
12921 ____________________________________________________________________________
12922 [ 23104] By: nicholas                              on 2004/07/13  21:10:21
12923         Log: Some thoughts on foreach reverse
12924      Branch: perl
12925            ! pod/perltodo.pod
12926 ____________________________________________________________________________
12927 [ 23103] By: nicholas                              on 2004/07/13  19:10:20
12928         Log: s/sort/split/; - my mistake spotted by Dave.
12929      Branch: perl
12930            ! pod/perltodo.pod
12931 ____________________________________________________________________________
12932 [ 23102] By: nicholas                              on 2004/07/13  18:59:46
12933         Log: Optimise list context reverse sort to reverse as part of the sort op
12934      Branch: perl
12935            ! op.c pp_sort.c
12936 ____________________________________________________________________________
12937 [ 23101] By: nicholas                              on 2004/07/13  18:58:41
12938         Log: Work around evil compiler bug on OS X. (Sucks all memory)
12939      Branch: perl
12940            ! util.c
12941 ____________________________________________________________________________
12942 [ 23100] By: nicholas                              on 2004/07/13  15:05:09
12943         Log: check that reverse (sort (@a), @b) etc work.
12944              Join some lines that don't need wrapping
12945      Branch: perl
12946            ! t/op/sort.t
12947 ____________________________________________________________________________
12948 [ 23099] By: nicholas                              on 2004/07/13  14:46:06
12949         Log: Check that non-optimimisable sort comparisons work when reversed
12950              (Not optimised yet, but might be coming soon)
12951      Branch: perl
12952            ! t/op/sort.t
12953 ____________________________________________________________________________
12954 [ 23098] By: nicholas                              on 2004/07/13  14:34:03
12955         Log: Test reverse sort as the return from a function in list and scalar
12956              contexts.
12957      Branch: perl
12958            ! t/op/sort.t
12959 ____________________________________________________________________________
12960 [ 23097] By: nicholas                              on 2004/07/13  14:23:28
12961         Log: Also test reverse sort in scalar context
12962      Branch: perl
12963            ! t/op/sort.t
12964 ____________________________________________________________________________
12965 [ 23096] By: nicholas                              on 2004/07/13  14:06:36
12966         Log: A proper, working, stable optimisation for sort {$b cmp $a}
12967      Branch: perl
12968            ! ext/B/B/Concise.pm ext/B/t/f_sort.t op.c pp_sort.c
12969 ____________________________________________________________________________
12970 [ 23095] By: rgs                                   on 2004/07/13  13:29:54
12971         Log: Tweak to change #23089, as suggested by Tim Bunce
12972      Branch: perl
12973            ! lib/perl5db.pl
12974 ____________________________________________________________________________
12975 [ 23094] By: nicholas                              on 2004/07/13  11:28:49
12976         Log: Generalised "how many in list context" would be useful
12977      Branch: perl
12978            ! pod/perltodo.pod
12979 ____________________________________________________________________________
12980 [ 23093] By: nicholas                              on 2004/07/13  11:19:31
12981         Log: The current optimisation for sort {$b cmp $a} is bogus now that we
12982              guarantee a stable sort. Disable it, pending a correct optimisation.
12983      Branch: perl
12984            ! ext/B/t/f_sort.t op.c op.h t/op/sort.t
12985 ____________________________________________________________________________
12986 [ 23092] By: rgs                                   on 2004/07/13  09:30:11
12987         Log: Subject: Re: [perl #30568] splice generates undef? [PATCH]
12988              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
12989              Date: Mon, 12 Jul 2004 08:26:01 +0200
12990              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C7D2@attmsx1.aut.alcatel.at>
12991      Branch: perl
12992            ! pp.c t/op/splice.t
12993 ____________________________________________________________________________
12994 [ 23091] By: nicholas                              on 2004/07/13  09:14:22
12995         Log: Check each line of config_re output.
12996      Branch: perl
12997            ! lib/Config.t
12998 ____________________________________________________________________________
12999 [ 23090] By: nicholas                              on 2004/07/13  09:13:39
13000         Log: no_plan support in test.pl
13001      Branch: perl
13002            ! t/test.pl
13003 ____________________________________________________________________________
13004 [ 23089] By: rgs                                   on 2004/07/13  08:53:46
13005         Log: Subject: Re: debugger 'R'estart and open database connections
13006              From: Andrew Pimlott <andrew@pimlott.net>
13007              Date: Mon, 12 Jul 2004 21:06:01 -0400
13008              Message-ID: <20040713010601.GF8232@pimlott.net>
13009      Branch: perl
13010            ! lib/perl5db.pl
13011 ____________________________________________________________________________
13012 [ 23088] By: rgs                                   on 2004/07/13  08:27:11
13013         Log: Subject: [PATCH] was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warning
13014              From: John Peacock <jpeacock@rowman.com>
13015              Date: Mon, 12 Jul 2004 23:16:51 -0400
13016              Message-ID: <40F35423.5080304@rowman.com>
13017      Branch: perl
13018            ! lib/version.pm lib/version.t util.c
13019 ____________________________________________________________________________
13020 [ 23085] By: nicholas                              on 2004/07/12  17:27:28
13021         Log: Bodge to make Tk work - like the UTF8 flag, the READONLY flag has too
13022              many meanings. const const vs mutable in this case.
13023      Branch: perl
13024            ! sv.c
13025 ____________________________________________________________________________
13026 [ 23084] By: nick                                  on 2004/07/12  14:26:12
13027         Log: NI-S: IMHO utf8_upgrade is just changing representation not the value
13028              so it has no business calling SvSETMAGIC.
13029      Branch: perl
13030            ! sv.c
13031 ____________________________________________________________________________
13032 [ 23083] By: nick                                  on 2004/07/12  12:17:56
13033         Log: Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
13034              Can now handle the case
13035              is_utf8_string(NULL,0)
13036              again.
13037              Why do we have code dup for Perl_is_utf8_string_loc() ?
13038      Branch: perl
13039            ! utf8.c
13040 ____________________________________________________________________________
13041 [ 23082] By: nicholas                              on 2004/07/11  20:09:00
13042         Log: A decent benchmark would be useful. But it is vague.
13043      Branch: perl
13044            ! pod/perltodo.pod
13045 ____________________________________________________________________________
13046 [ 23081] By: nicholas                              on 2004/07/11  18:36:49
13047         Log: Finding a way to put "I'm MAINT" in perl -v is a TODO
13048      Branch: perl
13049            ! pod/perltodo.pod
13050 ____________________________________________________________________________
13051 [ 23079] By: nicholas                              on 2004/07/10  21:58:34
13052         Log: Store weak references.
13053      Branch: perl
13054            + ext/Storable/t/testlib.pl ext/Storable/t/weak.t
13055            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
13056            ! ext/Storable/README ext/Storable/Storable.pm
13057            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
13058 ____________________________________________________________________________
13059 [ 23078] By: nicholas                              on 2004/07/10  21:11:56
13060         Log: Dual lifing and dists is a TODO
13061      Branch: perl
13062            ! pod/perltodo.pod
13063 ____________________________________________________________________________
13064 [ 23077] By: nicholas                              on 2004/07/10  18:51:35
13065         Log: Resurrect the TODO items about Unicode filenames and Unicode %ENV
13066              Rant a bit more about POD -> HTML
13067      Branch: perl
13068            ! pod/perltodo.pod
13069 ____________________________________________________________________________
13070 [ 23076] By: nicholas                              on 2004/07/10  16:00:44
13071         Log: Perl_mode_from_discipline must update len. (else SEGV)
13072              Diagnosis and patch from clkao
13073      Branch: perl
13074            ! doio.c
13075 ____________________________________________________________________________
13076 [ 23075] By: rgs                                   on 2004/07/10  13:03:56
13077         Log: Subject: Bug with NEXT when called from an eval block
13078              From: Dave Rolsky <autarch@urth.org>
13079              Date: Fri, 9 Jul 2004 17:06:07 -0500 (CDT)
13080              Message-ID: <Pine.LNX.4.58.0407091703010.4578@urth.org>
13081      Branch: perl
13082            ! lib/NEXT.pm lib/NEXT/t/next.t
13083 ____________________________________________________________________________
13084 [ 23074] By: nicholas                              on 2004/07/09  21:03:11
13085         Log: Subject: Re: Segfault using HTML::Entities
13086              From: Jarkko Hietaniemi <jhi@iki.fi>
13087              Message-ID: <40EDBE1A.6080205@iki.fi>
13088              Date: Fri, 09 Jul 2004 00:35:22 +0300
13089      Branch: perl
13090            ! pp_ctl.c regexec.c t/run/fresh_perl.t
13091 ____________________________________________________________________________
13092 [ 23073] By: nicholas                              on 2004/07/09  14:49:16
13093         Log: A more honest TODO
13094      Branch: perl
13095            ! pod/perltodo.pod
13096 ____________________________________________________________________________
13097 [ 23072] By: nicholas                              on 2004/07/09  11:34:17
13098         Log: dor and // fulfil a TODO
13099              Correct a deviation from the Nicholas Clark style guide.
13100      Branch: perl
13101            ! pod/perltodo.pod
13102 ____________________________________________________________________________
13103 [ 23071] By: rgs                                   on 2004/07/09  08:08:05
13104         Log: Subject: [PATCH] prime_env_iter and zero-length values on VMS
13105              From: "Craig A. Berry" <craigberry@mac.com>
13106              Date: Thu, 08 Jul 2004 23:19:05 -0500
13107              Message-ID: <40EE1CB9.8030407@mac.com>
13108      Branch: perl
13109            ! vms/vms.c
13110 ____________________________________________________________________________
13111 [ 23065] By: nicholas                              on 2004/07/08  13:09:44
13112         Log: Randal notes:
13113
13114              "perldoc perldelta" still says 5.8.3 to 5.8.4, even though there
13115              *is* a "perldoc perl583delta" properly.
13116
13117              This is because perl584delta still thinks it's the perldelta
13118      Branch: perl
13119            ! pod/perl584delta.pod
13120 ____________________________________________________________________________
13121 [ 23063] By: rgs                                   on 2004/07/07  17:48:29
13122         Log: Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef
13123              as an argument.
13124      Branch: perl
13125            ! sv.c
13126 ____________________________________________________________________________
13127 [ 23062] By: nicholas                              on 2004/07/07  15:14:39
13128         Log: First stab at explaining that CLONE may get more parameters in future.
13129              More eloquent rewording desired. Patches welcome.
13130      Branch: perl
13131            ! pod/perlmod.pod
13132 ____________________________________________________________________________
13133 [ 23061] By: nicholas                              on 2004/07/07  13:30:27
13134         Log: hv_store was not passing hash onwards (spotted by Dave)
13135      Branch: perl
13136            ! hv.c
13137 ____________________________________________________________________________
13138 [ 23060] By: mhx                                   on 2004/07/06  21:43:05
13139         Log: Failing matches don't reset numbered variables.
13140              Change #22997 could cause Text::ParseWords to loop forever if the
13141              regex didn't not match. Explicitly return if the match fails.
13142      Branch: perl
13143            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
13144 ____________________________________________________________________________
13145 [ 23059] By: nicholas                              on 2004/07/06  21:39:27
13146         Log: Integrate:
13147              [ 23057]
13148              This is RC1
13149      Branch: perl
13150           !> pod/perlhist.pod
13151 ____________________________________________________________________________
13152 [ 23058] By: nicholas                              on 2004/07/06  20:45:53
13153         Log: Stop ENV_IS_CASELESS hv.c picking up the wrong hash value from a
13154              shared string scalar.
13155      Branch: perl
13156            ! hv.c
13157 ____________________________________________________________________________
13158 [ 23052] By: nicholas                              on 2004/07/06  09:26:24
13159         Log: A tool to check the AUTHORS file
13160      Branch: perl
13161            + Porting/checkAUTHORS.pl
13162            ! MANIFEST
13163 ____________________________________________________________________________
13164 [ 23051] By: nicholas                              on 2004/07/06  09:25:16
13165         Log: Add some missing authors and remove 1 duplicate
13166      Branch: perl
13167            ! AUTHORS
13168 ____________________________________________________________________________
13169 [ 23048] By: nicholas                              on 2004/07/05  17:26:09
13170         Log: There was no need to bump $Text::ParseWords::VERSION to 3.24
13171      Branch: perl
13172            ! lib/Text/ParseWords.pm
13173 ____________________________________________________________________________
13174 [ 23047] By: rgs                                   on 2004/07/05  17:05:55
13175         Log: Update tests and $VERSION for change 23046
13176      Branch: perl
13177            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
13178 ____________________________________________________________________________
13179 [ 23046] By: rgs                                   on 2004/07/05  16:53:54
13180         Log: Subject: Re: [perl #30504] B::Deparse scoping problem with for loop
13181              From: Stephen McCamant <smcc@MIT.EDU>
13182              Date: Mon, 28 Jun 2004 18:26:24 -0700
13183              Message-ID: <16608.50496.787002.560481@apocalypse.OCF.Berkeley.EDU>
13184      Branch: perl
13185            ! ext/B/B/Deparse.pm
13186 ____________________________________________________________________________
13187 [ 23042] By: nicholas                              on 2004/07/05  14:54:15
13188         Log: Bump $B::Deparse::VERSION
13189      Branch: perl
13190            ! ext/B/B/Deparse.pm
13191 ____________________________________________________________________________
13192 [ 23040] By: nicholas                              on 2004/07/05  10:24:17
13193         Log: t/op/tie.t test 23 is failing when run with utf8 everywhere.
13194              Problem appears to be due to theft of temporaries
13195      Branch: perl
13196            ! mg.c
13197 ____________________________________________________________________________
13198 [ 23029] By: nicholas                              on 2004/07/04  16:39:07
13199         Log: Subject: [PATCH Cwd 2.18] _vms_abs_path on non-directories
13200              From: "Craig A. Berry" <craigberry@mac.com>
13201              Message-ID: <40E704AA.4090801@mac.com>
13202              Date: Sat, 03 Jul 2004 14:10:34 -0500
13203      Branch: perl
13204            ! ext/Cwd/t/cwd.t lib/Cwd.pm
13205 ____________________________________________________________________________
13206 [ 23028] By: nicholas                              on 2004/07/04  15:14:33
13207         Log: /usr/bin/locale steadfastly delivers 8 bit output independent of
13208              LC_ALL. So when perl's expecting utf8, things don't quite work right.
13209              This has become visible since fix 22842
13210      Branch: perl
13211            ! lib/locale.t
13212 ____________________________________________________________________________
13213 [ 23027] By: mhx                                   on 2004/07/02  14:44:37
13214         Log: More microperl tweaks.
13215      Branch: perl
13216            ! Makefile.micro README.micro uconfig.h uconfig.sh
13217 ____________________________________________________________________________
13218 [ 23026] By: rgs                                   on 2004/07/02  13:05:23
13219         Log: Maintainer change for Safe
13220      Branch: perl
13221            ! Porting/Maintainers.pl
13222 ____________________________________________________________________________
13223 [ 23025] By: rgs                                   on 2004/07/02  10:06:29
13224         Log: Bump version number of Safe for CPAN release
13225      Branch: perl
13226            ! ext/Opcode/Safe.pm
13227 ____________________________________________________________________________
13228 [ 23024] By: rgs                                   on 2004/07/02  07:50:42
13229         Log: Upgrade to I18N::LangTags 0.33
13230      Branch: perl
13231            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
13232            ! lib/I18N/LangTags/t/80_all_env.t
13233 ____________________________________________________________________________
13234 [ 23023] By: davem                                 on 2004/07/02  01:49:11
13235         Log: utf8 POPSTACK crash on split execution
13236              split() does a SWITCHSTACK to directly split to an array, but
13237              if it subsequently dies (eg the regex triggers a 'use utf8' which
13238              is then denied by Safe), then the switch doesn't get undone. Add
13239              a new save type to allow for this.
13240      Branch: perl
13241            ! pp.c scope.c scope.h
13242 ____________________________________________________________________________
13243 [ 23022] By: mhx                                   on 2004/07/01  21:08:44
13244         Log: The microperl config didn't know about usemallocwrap yet.
13245      Branch: perl
13246            ! uconfig.h uconfig.sh
13247 ____________________________________________________________________________
13248 [ 23021] By: mhx                                   on 2004/07/01  14:30:05
13249         Log: Check for definedness of sv before calling sv_derived_from()
13250              to prevent "Use of uninitialized value..." warning.
13251      Branch: perl
13252            ! universal.c
13253 ____________________________________________________________________________
13254 [ 23019] By: nicholas                              on 2004/07/01  10:14:03
13255         Log: Bump version numbers
13256      Branch: perl
13257            ! ext/File/Glob/Glob.pm ext/XS/APItest/APItest.pm
13258            ! ext/threads/threads.pm lib/Carp.pm lib/File/Copy.pm
13259            ! lib/Text/ParseWords.pm lib/Text/Wrap.pm lib/autouse.pm
13260            ! lib/charnames.pm lib/diagnostics.pm lib/utf8.pm
13261 ____________________________________________________________________________
13262 [ 23018] By: nicholas                              on 2004/06/30  21:37:12
13263         Log: Assert that we aren't leaking memory.
13264      Branch: perl
13265            ! sv.c
13266 ____________________________________________________________________________
13267 [ 23016] By: gbarr                                 on 2004/06/30  13:47:36
13268         Log: Sync to libnet-1.19
13269      Branch: perl
13270            ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
13271            ! lib/Net/POP3.pm lib/Net/SMTP.pm lib/Net/t/datasend.t
13272 ____________________________________________________________________________
13273 [ 23014] By: rgs                                   on 2004/06/30  12:12:24
13274         Log: Subject: [PATCH pod/perlop.pod] Documenting undefined behaviour of $i = $i ++.
13275              From: Abigail <abigail@abigail.nl>
13276              Date: Wed, 30 Jun 2004 12:00:21 +0200
13277              Message-ID: <20040630100021.GA23752@abigail.nl>
13278      Branch: perl
13279            ! pod/perlop.pod
13280 ____________________________________________________________________________
13281 [ 23011] By: nicholas                              on 2004/06/29  15:26:34
13282         Log: Note that sv_2mortal isn't just "increase reference count by 1, and
13283              mark that it needs a deferred recount"
13284      Branch: perl
13285            ! sv.c
13286 ____________________________________________________________________________
13287 [ 23010] By: rgs                                   on 2004/06/29  12:12:58
13288         Log: More caveats in B::Deparse's documentation
13289              (suggested by Yves Orton)
13290      Branch: perl
13291            ! ext/B/B/Deparse.pm
13292 ____________________________________________________________________________
13293 [ 23007] By: merijn                                on 2004/06/29  10:57:46
13294         Log: HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI
13295              11.00 and on are ANSI by default for /opt/ansic/bin
13296              Error was introduced by #22975 in re-enabling 10.01
13297      Branch: perl
13298            ! hints/hpux.sh
13299 ____________________________________________________________________________
13300 [ 23006] By: davem                                 on 2004/06/28  22:50:01
13301         Log: use encoding and "eq" cause memory leak
13302              Perl_sv_eq() was creating a temp and not always freeing it
13303      Branch: perl
13304            ! sv.c
13305 ____________________________________________________________________________
13306 [ 23002] By: nicholas                              on 2004/06/27  20:57:50
13307         Log: Assimilate Locale-Codes-2.07
13308      Branch: perl
13309            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
13310            ! lib/Locale/Codes/t/all.t lib/Locale/Codes/t/constants.t
13311            ! lib/Locale/Codes/t/country.t lib/Locale/Codes/t/currency.t
13312            ! lib/Locale/Codes/t/uk.t lib/Locale/Constants.pm
13313            ! lib/Locale/Constants.pod lib/Locale/Country.pm
13314            ! lib/Locale/Country.pod lib/Locale/Currency.pm
13315            ! lib/Locale/Currency.pod lib/Locale/Language.pm
13316            ! lib/Locale/Language.pod lib/Locale/Script.pm
13317            ! lib/Locale/Script.pod
13318 ____________________________________________________________________________
13319 [ 23001] By: nicholas                              on 2004/06/27  18:27:43
13320         Log: Stop 80_all_env.t failing when LC_ALL is set
13321      Branch: perl
13322            ! lib/I18N/LangTags/t/80_all_env.t
13323 ____________________________________________________________________________
13324 [ 22998] By: nicholas                              on 2004/06/25  22:19:51
13325         Log: Correct detection of absent modules. Based on
13326
13327              Subject: [PATCH] Config{extensions} uses filesystem names as extensions
13328              From: Andy Dougherty <doughera@lafayette.edu>
13329              Message-ID: <Pine.SOL.4.58.0406241505530.14039@maxwell.phys.lafayette.edu>
13330              Date: Thu, 24 Jun 2004 15:09:47 -0400 (EDT)
13331
13332              with improvements from Marcus Holland-Moritz
13333      Branch: perl
13334            ! ext/Devel/PPPort/t/test.t ext/PerlIO/t/scalar.t
13335            ! ext/PerlIO/t/via.t ext/threads/shared/t/disabled.t lib/DB.t
13336            ! lib/Dumpvalue.t lib/PerlIO/via/t/QuotedPrint.t
13337            ! lib/Tie/RefHash.t lib/autouse.t lib/dumpvar.t lib/h2xs.t
13338            ! lib/overload.t t/io/crlf.t
13339 ____________________________________________________________________________
13340 [ 22997] By: mhx                                   on 2004/06/25  20:27:05
13341         Log: Cleanup the main regex in Text::ParseWords and make the
13342              parse_line() routine faster. Add a Unicode test case.
13343      Branch: perl
13344            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
13345 ____________________________________________________________________________
13346 [ 22996] By: merijn                                on 2004/06/25  15:27:21
13347         Log: Subject: [perl #30450] perl 5.8.4: enhancement to hints/solaris_2.sh
13348              From: Nicholas Gianniotis (via RT) <perlbug-followup@perl.org>
13349              Date: 25 Jun 2004 09:39:51 -0000
13350              Message-ID: <rt-3.0.9-30450-91340.10.3279898804255@perl.org>
13351              and
13352              From: Andy Dougherty <doughera@lafayette.edu>
13353              Date: Fri, 25 Jun 2004 11:30:11 -0400 (EDT)
13354              Message-ID: <Pine.SOL.4.58.0406251113420.15961@maxwell.phys.lafayette.edu>
13355      Branch: perl
13356            ! hints/solaris_2.sh
13357 ____________________________________________________________________________
13358 [ 22995] By: rgs                                   on 2004/06/25  15:07:51
13359         Log: Subject: [PATCH] regcomp.c, t/op/regmesg.t -- False range with \p and \P
13360              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
13361              Date: Thu, 24 Jun 2004 16:42:54 -0400 (EDT)
13362              Message-ID: <Pine.LNX.4.44.0406241636340.8774-200000@perlmonk.org>
13363      Branch: perl
13364            ! regcomp.c t/op/regmesg.t
13365 ____________________________________________________________________________
13366 [ 22994] By: rgs                                   on 2004/06/25  08:36:33
13367         Log: More @INC test fixes
13368      Branch: perl
13369            ! t/op/threads.t t/run/switch_A.t t/uni/chomp.t t/uni/tr_7jis.t
13370            ! t/uni/tr_eucjp.t t/uni/tr_sjis.t t/uni/tr_utf8.t
13371 ____________________________________________________________________________
13372 [ 22993] By: rgs                                   on 2004/06/25  08:28:34
13373         Log: Fix the Cwd tests for the core.
13374      Branch: perl
13375            ! ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
13376 ____________________________________________________________________________
13377 [ 22992] By: mhx                                   on 2004/06/24  19:51:06
13378         Log: Fix for: [perl #30442] Text::ParseWords does not handle backslashed newline inside quoted text
13379              Use the suggested regex fix, plus some tests.
13380      Branch: perl
13381            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
13382 ____________________________________________________________________________
13383 [ 22991] By: rgs                                   on 2004/06/24  16:47:24
13384         Log: Upgrade to Cwd 2.18
13385              (with local changes to cwd.t, to adapt it to the core)
13386      Branch: perl
13387            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
13388 ____________________________________________________________________________
13389 [ 22990] By: mhx                                   on 2004/06/24  16:22:05
13390         Log: Fix for: [perl #2738] perl segfautls on input
13391              The parser was incorrectly accepting <> as a subroutine prototype and
13392              newATTRSUB didn't validate the proto argument before accessing op_sv.
13393      Branch: perl
13394            ! op.c pod/perldiag.pod t/comp/parser.t toke.c
13395 ____________________________________________________________________________
13396 [ 22988] By: rgs                                   on 2004/06/24  12:58:35
13397         Log: Upgrade to Cwd 2.17_03
13398      Branch: perl
13399            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm
13400 ____________________________________________________________________________
13401 [ 22977] By: nicholas                              on 2004/06/23  08:38:47
13402         Log: Test that [] // 0 is []
13403      Branch: perl
13404            ! t/op/dor.t
13405 ____________________________________________________________________________
13406 [ 22976] By: rgs                                   on 2004/06/23  08:28:15
13407         Log: Add a regression test for bug #23765 (by Jarkko)
13408      Branch: perl
13409            ! t/op/substr.t
13410 ____________________________________________________________________________
13411 [ 22975] By: merijn                                on 2004/06/23  06:56:15
13412         Log: Backward compatibility issues for HP-UX 10.01 and older
13413              Yes, it is still actively used in production environment
13414              One more patch expected for toke.c optimization level
13415      Branch: perl
13416            ! hints/hpux.sh
13417 ____________________________________________________________________________
13418 [ 22972] By: mhx                                   on 2004/06/22  21:23:59
13419         Log: Proposed patch + test case.
13420
13421              Subject: [perl #30409] charnames.pm clobbers default variable
13422              From: Marcel "Grünauer" (via RT) <perlbug-followup@perl.org>
13423              Date: 22 Jun 2004 16:43:50 -0000
13424              Message-ID: <rt-3.0.9-30409-91174.12.8617678524438@perl.org>
13425      Branch: perl
13426            ! lib/charnames.pm lib/charnames.t
13427 ____________________________________________________________________________
13428 [ 22971] By: mhx                                   on 2004/06/22  21:00:10
13429         Log: Adjust array index in FileCache.pm.
13430
13431              Subject: [perl #30291] Use of uninitialized value (array index reference) in FileCache.pm module at line 140
13432              From: bbucklan@jpl-devvax.jpl.nasa.gov (via RT) <perlbug-followup@perl.org>
13433              Date: 15 Jun 2004 16:55:22 -0000
13434              Message-ID: <rt-3.0.9-30291-90552.18.5392299690759@perl.org>
13435      Branch: perl
13436            ! lib/FileCache.pm
13437 ____________________________________________________________________________
13438 [ 22970] By: mhx                                   on 2004/06/22  20:26:11
13439         Log: Subject: [PATCH] DB_File 1.809  was RE: [perl #30237] DB_File methods and substr don't mix
13440              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
13441              Date: Tue, 22 Jun 2004 21:29:12 +0100
13442              Message-Id: <20040622202910.WBSU21846.mta08-svc.ntlworld.com@MARQUESSPT21>
13443      Branch: perl
13444            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13445            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
13446            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
13447            ! ext/DB_File/typemap
13448 ____________________________________________________________________________
13449 [ 22969] By: nicholas                              on 2004/06/22  13:25:11
13450         Log: Abolish the "Tied variable freed while still in use" error - I have
13451              a way to cleanly avoid the coredump.
13452      Branch: perl
13453            ! mg.c pod/perldiag.pod t/op/tie.t
13454 ____________________________________________________________________________
13455 [ 22968] By: nicholas                              on 2004/06/22  12:28:58
13456         Log: Subject: [PATCH] Storable signedness nit
13457              From: "Craig A. Berry" <craigberry@mac.com>
13458              Message-ID: <40D3AAC7.6030407@mac.com>
13459              Date: Fri, 18 Jun 2004 21:53:59 -0500
13460      Branch: perl
13461            ! ext/Storable/Storable.xs
13462 ____________________________________________________________________________
13463 [ 22967] By: nicholas                              on 2004/06/22  09:57:23
13464         Log: Skip tests if List::Util not built
13465      Branch: perl
13466            ! lib/DB.t lib/Dumpvalue.t lib/autouse.t lib/dumpvar.t
13467            ! lib/overload.t
13468 ____________________________________________________________________________
13469 [ 22966] By: nicholas                              on 2004/06/22  09:56:59
13470         Log: Skip test if Data::Dumper not built
13471      Branch: perl
13472            ! lib/Tie/RefHash.t
13473 ____________________________________________________________________________
13474 [ 22965] By: nicholas                              on 2004/06/22  09:56:34
13475         Log: Skip test if Devel::PPPort is not built.
13476              Probably should fix h2xs to work without it.
13477      Branch: perl
13478            ! lib/h2xs.t
13479 ____________________________________________________________________________
13480 [ 22964] By: rgs                                   on 2004/06/22  07:34:40
13481         Log: Upgrade to I18N::LangTags 0.32
13482      Branch: perl
13483            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
13484            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/80_all_env.t
13485 ____________________________________________________________________________
13486 [ 22963] By: davem                                 on 2004/06/20  12:00:56
13487         Log: make mktables always update modifed time to play better with make
13488      Branch: perl
13489            ! Makefile.SH lib/unicore/mktables
13490 ____________________________________________________________________________
13491 [ 22962] By: davem                                 on 2004/06/20  11:50:19
13492         Log: fix typo in gp_free
13493      Branch: perl
13494            ! gv.c
13495 ____________________________________________________________________________
13496 [ 22961] By: davem                                 on 2004/06/19  12:36:58
13497         Log: 'make test' without preceeding 'make' fails.
13498              Change #22872 added a target to run mktables, but this was
13499              skipped if 'make test' was run first, causing the build of
13500              Unicode::Normalize to fail.
13501      Branch: perl
13502            ! Makefile.SH
13503 ____________________________________________________________________________
13504 [ 22960] By: nicholas                              on 2004/06/18  20:18:02
13505         Log: When expecting an error, it's best to check the text you got, rather
13506              than blindly assuming that it's correct.
13507      Branch: perl
13508            ! t/op/write.t
13509 ____________________________________________________________________________
13510 [ 22959] By: nicholas                              on 2004/06/18  18:57:30
13511         Log: Case insensitive file systems are bad, m'kay
13512      Branch: perl
13513            ! ext/IO/t/IO.t
13514 ____________________________________________________________________________
13515 [ 22958] By: nicholas                              on 2004/06/18  13:45:51
13516         Log: This needs POSIX, so skip if no POSIX
13517      Branch: perl
13518            ! lib/Pod/t/basic.t
13519 ____________________________________________________________________________
13520 [ 22957] By: nicholas                              on 2004/06/18  13:44:27
13521         Log: Also needs skipping if PerlIO::via not built
13522      Branch: perl
13523            ! lib/PerlIO/via/t/QuotedPrint.t
13524 ____________________________________________________________________________
13525 [ 22956] By: nicholas                              on 2004/06/18  13:24:13
13526         Log: Skip tests when PerlIO::scalar and PerlIO::via aren't built
13527      Branch: perl
13528            ! ext/PerlIO/t/scalar.t ext/PerlIO/t/via.t
13529 ____________________________________________________________________________
13530 [ 22955] By: nicholas                              on 2004/06/18  13:19:16
13531         Log: Not ideal, but skip all of IO's tests if Socket is not built.
13532      Branch: perl
13533            ! ext/IO/t/IO.t
13534 ____________________________________________________________________________
13535 [ 22954] By: nicholas                              on 2004/06/18  13:11:31
13536         Log: Skip test if perl configured without threads::shared
13537      Branch: perl
13538            ! ext/threads/shared/t/disabled.t
13539 ____________________________________________________________________________
13540 [ 22953] By: nicholas                              on 2004/06/18  13:09:24
13541         Log: Skip test if Devel::PPPort not built
13542      Branch: perl
13543            ! ext/Devel/PPPort/t/test.t
13544 ____________________________________________________________________________
13545 [ 22952] By: nicholas                              on 2004/06/18  13:07:40
13546         Log: Skip re tests if re not built.
13547      Branch: perl
13548            ! ext/re/t/re.t
13549 ____________________________________________________________________________
13550 [ 22951] By: nicholas                              on 2004/06/18  11:38:24
13551         Log: If we don't build B, we should skip all its tests.
13552      Branch: perl
13553            ! ext/B/t/asmdata.t ext/B/t/b.t ext/B/t/bblock.t
13554            ! ext/B/t/bytecode.t ext/B/t/concise.t ext/B/t/debug.t
13555            ! ext/B/t/deparse.t ext/B/t/f_map.t ext/B/t/f_sort.t
13556            ! ext/B/t/lint.t ext/B/t/o.t ext/B/t/optree_check.t
13557            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
13558            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
13559            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t ext/B/t/stash.t
13560            ! ext/B/t/terse.t ext/B/t/xref.t
13561 ____________________________________________________________________________
13562 [ 22950] By: nicholas                              on 2004/06/18  11:27:51
13563         Log: D'oh. Don't turn on warnings on the #! line without actually testing
13564              the full code in case it warns.
13565      Branch: perl
13566            ! lib/Unicode/UCD.t
13567 ____________________________________________________________________________
13568 [ 22949] By: nicholas                              on 2004/06/18  09:43:12
13569         Log: Unicode::UCD uses Storable, so we can't test if Storable isn't built.
13570      Branch: perl
13571            ! lib/Unicode/UCD.t
13572 ____________________________________________________________________________
13573 [ 22948] By: nicholas                              on 2004/06/18  09:23:20
13574         Log: Can't test the B modules if we didn't build 'em
13575      Branch: perl
13576            ! t/lib/1_compile.t
13577 ____________________________________________________________________________
13578 [ 22947] By: nicholas                              on 2004/06/18  08:59:01
13579         Log: Need to skip test 7 if perl built without the PerlIO::scalar extension
13580      Branch: perl
13581            ! t/io/crlf.t
13582 ____________________________________________________________________________
13583 [ 22946] By: rgs                                   on 2004/06/18  07:44:34
13584         Log: Upgrade to I18N::LangTags 0.31.
13585      Branch: perl
13586            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
13587            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/10_http.t
13588            ! lib/I18N/LangTags/t/80_all_env.t
13589 ____________________________________________________________________________
13590 [ 22945] By: nicholas                              on 2004/06/17  19:27:05
13591         Log: As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't
13592              seem that memzero() of everything is the most efficient idea.
13593      Branch: perl
13594            ! sv.c
13595 ____________________________________________________________________________
13596 [ 22944] By: nicholas                              on 2004/06/17  14:57:14
13597         Log: Change 22516 forgot to add make_overload.pl to generate test data
13598              (submitted from the pub via wireless, bluetooth and then GPRS out
13599              to the Internet)
13600      Branch: perl
13601            + ext/Storable/t/make_overload.pl
13602            ! MANIFEST
13603 ____________________________________________________________________________
13604 [ 22943] By: nicholas                              on 2004/06/17  12:03:48
13605         Log: Storable should cope if the string to thaw happens to be utf8 encoded
13606              And anything with bytes >=256 is corrupt
13607      Branch: perl
13608            ! ext/Storable/ChangeLog ext/Storable/README
13609            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
13610            ! ext/Storable/t/utf8.t
13611 ____________________________________________________________________________
13612 [ 22942] By: rgs                                   on 2004/06/17  09:57:14
13613         Log: Upgrade to Locale::Maketext 1.09
13614      Branch: perl
13615            + lib/Locale/Maketext/t/01_about_verbose.t
13616            + lib/Locale/Maketext/t/10_make.t lib/Locale/Maketext/t/20_get.t
13617            + lib/Locale/Maketext/t/40_super.t
13618            + lib/Locale/Maketext/t/50_super.t
13619            + lib/Locale/Maketext/t/60_super.t
13620            + lib/Locale/Maketext/t/90_utf8.t
13621            - lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
13622            - lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
13623            - lib/Locale/Maketext/t/04super.t
13624            - lib/Locale/Maketext/t/05super.t
13625            - lib/Locale/Maketext/t/06super.t lib/Locale/Maketext/t/90utf8.t
13626            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
13627            ! lib/Locale/Maketext/README
13628 ____________________________________________________________________________
13629 [ 22941] By: rgs                                   on 2004/06/17  09:43:48
13630         Log: Upgrade to I18N::LangTags 0.30.
13631      Branch: perl
13632            + lib/I18N/LangTags/Detect.pm
13633            + lib/I18N/LangTags/t/01_about_verbose.t
13634            + lib/I18N/LangTags/t/05_main.t lib/I18N/LangTags/t/07_listy.t
13635            + lib/I18N/LangTags/t/10_http.t lib/I18N/LangTags/t/50_super.t
13636            + lib/I18N/LangTags/t/55_supers_strict.t
13637            + lib/I18N/LangTags/t/80_all_env.t
13638            - lib/I18N/LangTags/t/01test.t lib/I18N/LangTags/t/02decency.t
13639            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
13640            ! lib/I18N/LangTags/List.pm
13641 ____________________________________________________________________________
13642 [ 22940] By: rgs                                   on 2004/06/17  08:54:41
13643         Log: More forgiving version comparison in perlivp.
13644      Branch: perl
13645            ! utils/perlivp.PL
13646 ____________________________________________________________________________
13647 [ 22939] By: nicholas                              on 2004/06/16  09:05:57
13648         Log: Improve the substitution to cc_r for threading so that compilers
13649              specified with a full path or as a parameter to ccache are changed
13650      Branch: perl
13651            ! hints/aix.sh
13652 ____________________________________________________________________________
13653 [ 22938] By: rgs                                   on 2004/06/15  14:35:00
13654         Log: Subject: [PATCH] File::Basename docs
13655              From: Boris Zentner <bzm@2bz.de>
13656              Date: Sat, 12 Jun 2004 16:29:42 +0200
13657              Message-Id: <200406121629.42595.bzm@2bz.de>
13658      Branch: perl
13659            ! lib/File/Basename.pm
13660 ____________________________________________________________________________
13661 [ 22937] By: nicholas                              on 2004/06/15  09:21:22
13662         Log: It seems that our assert() macro wasn't good enough.
13663              Changed to one that that is an expression, rather than a statement.
13664              Fix new macros definitions in sv.h to be clean enough C to keep the
13665              AIX compiler happy.
13666      Branch: perl
13667            ! perl.h sv.h
13668 ____________________________________________________________________________
13669 [ 22936] By: rgs                                   on 2004/06/15  08:22:32
13670         Log: Subject: [PATCH] perlop.pod: add an example to the .. and ... operators
13671              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
13672              Date: Tue, 15 Jun 2004 10:15:15 +0300 (IDT)
13673              Message-ID: <Pine.LNX.4.56.0406151013140.14618@vipe.technion.ac.il>
13674      Branch: perl
13675            ! pod/perlop.pod
13676 ____________________________________________________________________________
13677 [ 22935] By: nicholas                              on 2004/06/15  07:17:17
13678         Log: Assert SvTYPE is at least PGMV whenever accessing SvSTASH
13679      Branch: perl
13680            ! ext/Storable/Storable.xs sv.h
13681 ____________________________________________________________________________
13682 [ 22934] By: nicholas                              on 2004/06/14  15:26:38
13683         Log: Assert that SV type has magic member when reading/writing.
13684              Will catch buggy code.
13685      Branch: perl
13686            ! sv.c sv.h
13687 ____________________________________________________________________________
13688 [ 22933] By: rgs                                   on 2004/06/13  17:54:47
13689         Log: More h2ph voodoo.
13690      Branch: perl
13691            ! utils/h2ph.PL
13692 ____________________________________________________________________________
13693 [ 22932] By: rgs                                   on 2004/06/13  15:35:00
13694         Log: Subject: [PATCH] t/TEST
13695              From: Abe Timmerman <abe@ztreet.demon.nl>
13696              Date: Sun, 13 Jun 2004 11:41:49 +0200
13697              Message-Id: <200406131141.50361.abe@ztreet.demon.nl>
13698      Branch: perl
13699            ! t/TEST
13700 ____________________________________________________________________________
13701 [ 22931] By: rgs                                   on 2004/06/11  16:54:00
13702         Log: Reapply change #20983, rolled back by change #22920,
13703              as noticed by Craig Berry.
13704      Branch: perl
13705            ! pod/pod2usage.PL pod/podselect.PL
13706 ____________________________________________________________________________
13707 [ 22930] By: rgs                                   on 2004/06/11  14:22:55
13708         Log: More h2ph tweaks: recognition of C types
13709      Branch: perl
13710            ! utils/h2ph.PL
13711 ____________________________________________________________________________
13712 [ 22929] By: rgs                                   on 2004/06/11  13:46:53
13713         Log: More h2ph tweaking for gcc __inline functions
13714      Branch: perl
13715            ! utils/h2ph.PL
13716 ____________________________________________________________________________
13717 [ 22928] By: mhx                                   on 2004/06/11  09:37:42
13718         Log: t/comp/utf.t failed when configuring with -Dnoextensions=Encode
13719      Branch: perl
13720            ! t/comp/utf.t
13721 ____________________________________________________________________________
13722 [ 22927] By: rgs                                   on 2004/06/11  08:28:19
13723         Log: Remove a warning against unsafe signals in perlipc.pod,
13724              now that we have "safe signals".
13725      Branch: perl
13726            ! pod/perlipc.pod
13727 ____________________________________________________________________________
13728 [ 22926] By: rgs                                   on 2004/06/10  19:03:51
13729         Log: Subject: Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparsed code properly
13730              From: Mathieu Arnold <m@absolight.fr>
13731              Date: Thu, 10 Jun 2004 16:43:58 +0200
13732              Message-ID: <34D483170C7F84E0DFBE442B@andromede.in.reaumur.net>
13733              (with a test adjustment)
13734      Branch: perl
13735            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
13736 ____________________________________________________________________________
13737 [ 22925] By: rgs                                   on 2004/06/10  17:26:15
13738         Log: Make h2ph able to understand a limited set of inline functions.
13739              The glibc apparently now ships headers that use inline functions
13740              instead of plain old macros.
13741      Branch: perl
13742            ! utils/h2ph.PL
13743 ____________________________________________________________________________
13744 [ 22924] By: rgs                                   on 2004/06/10  07:55:41
13745         Log: Subject: Change 22872 breaks shared miniperl invocation
13746              From: Alexey Tourbin <at@altlinux.ru>
13747              Date: Fri, 4 Jun 2004 13:24:17 +0400
13748              Message-ID: <20040604092417.GA13447@solemn.turbinal.org>
13749      Branch: perl
13750            ! Makefile.SH
13751 ____________________________________________________________________________
13752 [ 22923] By: rgs                                   on 2004/06/09  19:47:47
13753         Log: Subject: Re: [perl #30045] Transliteration replacement not terminated message obscure
13754              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
13755              Date: Mon, 7 Jun 2004 00:28:55 -0700
13756              Message-ID: <20040607072854.GB1028@efn.org>
13757      Branch: perl
13758            ! pod/perldiag.pod
13759 ____________________________________________________________________________
13760 [ 22922] By: rgs                                   on 2004/06/09  18:40:45
13761         Log: Remove the "malloc wrappage" tests, due to their unportability
13762              (as suggested by Jarkko.)
13763      Branch: perl
13764            ! t/op/array.t t/op/repeat.t
13765 ____________________________________________________________________________
13766 [ 22921] By: rgs                                   on 2004/06/09  15:57:58
13767         Log: Subject: [PATCH] Re: [perl #24081] invalid regexp in perl -V
13768              From: Robin Barker <Robin.Barker@npl.co.uk>
13769              Date: Wed, 9 Jun 2004 12:02:01 +0100
13770              Message-ID: <533D273D4014D411AB1D00062938C4D9040468F1@hotel.npl.co.uk>
13771              with further adjustements for bleadperl
13772      Branch: perl
13773            ! configpm lib/Config.t
13774 ____________________________________________________________________________
13775 [ 22920] By: rgs                                   on 2004/06/09  13:13:29
13776         Log: Upgrade to Pod::Parser 1.28
13777              (except Pod::Find, which has local patches not yet on CPAN)
13778      Branch: perl
13779            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Parser.pm
13780            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
13781            ! t/pod/find.t
13782 ____________________________________________________________________________
13783 [ 22919] By: mhx                                   on 2004/06/09  12:50:12
13784         Log: s/64bit/64-bit/g for consistency in the READMEs.
13785      Branch: perl
13786            ! README.aix README.hpux
13787 ____________________________________________________________________________
13788 [ 22918] By: rgs                                   on 2004/06/09  12:43:59
13789         Log: Subject: [patch] Windows/Win32 thread handle leak with threads join
13790              From: "Kevin Chase" <kevincha99@hotmail.com>
13791              Date: Sun, 06 Jun 2004 09:44:44 -0700
13792              Message-ID: <BAY2-F172Ih5h5xf4rJ0001a3a6@hotmail.com>
13793      Branch: perl
13794            ! ext/threads/threads.xs
13795 ____________________________________________________________________________
13796 [ 22917] By: merijn                                on 2004/06/09  11:46:23
13797         Log: Several updates, major, and minor corrections, model updates,
13798              explained the model numbering of HP-UX servers.
13799      Branch: perl
13800            ! README.hpux
13801 ____________________________________________________________________________
13802 [ 22916] By: rgs                                   on 2004/06/09  09:53:58
13803         Log: Upgrade to Pod::Perldoc 3.13
13804      Branch: perl
13805            + lib/Pod/Perldoc/t/01_about_verbose.t
13806            ! MANIFEST lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
13807 ____________________________________________________________________________
13808 [ 22915] By: rgs                                   on 2004/06/09  09:08:46
13809         Log: Upgrade to Digest 1.08.
13810      Branch: perl
13811            ! lib/Digest.pm
13812 ____________________________________________________________________________
13813 [ 22914] By: rgs                                   on 2004/06/09  08:08:55
13814         Log: Upgrade to CGI.pm 3.05
13815      Branch: perl
13816            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Util.pm lib/CGI/t/html.t
13817 ____________________________________________________________________________
13818 [ 22913] By: davem                                 on 2004/06/08  22:20:40
13819         Log: double DESTROY in for loop
13820              pp_iter decremented the ref count of the previous iterant before
13821              unaliasing it. This could lead to DESTROY being called with the
13822              loop variable still aliased to the freed value. If the DESTROY
13823              also contained a for loop with the same iterator variable, the
13824              freed value would get resurrected then freed for a second time.
13825      Branch: perl
13826            ! pp_hot.c t/cmd/for.t
13827 ____________________________________________________________________________
13828 [ 22912] By: rgs                                   on 2004/06/08  18:51:03
13829         Log: Upgrade to Pod::LaTeX 0.57
13830      Branch: perl
13831            + lib/Pod/t/user.t
13832            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
13833 ____________________________________________________________________________
13834 [ 22911] By: rgs                                   on 2004/06/08  18:42:29
13835         Log: Upgrade to Unicode::Normalize 0.30.
13836      Branch: perl
13837            ! ext/Unicode/Normalize/Changes
13838            ! ext/Unicode/Normalize/Normalize.pm
13839            ! ext/Unicode/Normalize/Normalize.xs
13840            ! ext/Unicode/Normalize/t/illegal.t
13841            ! ext/Unicode/Normalize/t/short.t
13842            ! ext/Unicode/Normalize/t/split.t
13843 ____________________________________________________________________________
13844 [ 22910] By: rgs                                   on 2004/06/08  18:40:38
13845         Log: Remove a spurious \n in a perltie example,
13846              noticed by Geoffrey Young.
13847      Branch: perl
13848            ! pod/perltie.pod
13849 ____________________________________________________________________________
13850 [ 22909] By: rgs                                   on 2004/06/08  18:34:23
13851         Log: Upgrade to Unicode::Collate 0.40
13852      Branch: perl
13853            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/hangul.t
13854 ____________________________________________________________________________
13855 [ 22908] By: rgs                                   on 2004/06/08  18:23:54
13856         Log: Upgrade to Time::Local 1.10.
13857      Branch: perl
13858            ! lib/Time/Local.pm lib/Time/Local.t
13859 ____________________________________________________________________________
13860 [ 22907] By: rgs                                   on 2004/06/08  18:02:59
13861         Log: Upgrade to Test::Harness 2.42
13862      Branch: perl
13863            ! lib/Test/Harness.pm lib/Test/Harness/Changes
13864            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/prove-switches.t
13865 ____________________________________________________________________________
13866 [ 22906] By: nicholas                              on 2004/06/08  14:59:20
13867         Log: Patch 22835 Failed to upgrade all the new files in Encode 2.01
13868              As spotted by Jerry D. Hedden
13869      Branch: perl
13870            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
13871 ____________________________________________________________________________
13872 [ 22905] By: rgs                                   on 2004/06/08  13:53:40
13873         Log: Subject: Re: newSVpvn(NULL, 0); doesn't work as advertised
13874              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
13875              Date: Fri, 4 Jun 2004 16:29:44 +0200
13876              Message-Id: <20040604162944.4011f1c6@r2d2>
13877      Branch: perl
13878            ! pod/perlapi.pod sv.c
13879 ____________________________________________________________________________
13880 [ 22904] By: rgs                                   on 2004/06/08  13:44:27
13881         Log: Subject: Re: [PATCH] Re: Lack of error for large string on Solaris
13882              From: Jarkko Hietaniemi <jhi@iki.fi>
13883              Date: Mon, 07 Jun 2004 20:09:42 +0300
13884              Message-ID: <40C4A156.5030205@iki.fi>
13885      Branch: perl
13886            ! av.c pod/perldiag.pod pp.c pp_hot.c t/op/array.t t/op/repeat.t
13887 ____________________________________________________________________________
13888 [ 22903] By: rgs                                   on 2004/06/08  10:19:27
13889         Log: Subject: [perl #30073] Misleading docs of Text::Wrap
13890              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
13891              Date: 6 Jun 2004 21:50:19 -0000
13892              Message-ID: <rt-3.0.9-30073-89834.19.0927626986204@perl.org>
13893      Branch: perl
13894            ! lib/Text/Wrap.pm
13895 ____________________________________________________________________________
13896 [ 22902] By: rgs                                   on 2004/06/06  07:49:27
13897         Log: Subject: Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T
13898              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
13899              Date: Sun, 06 Jun 2004 00:37:21 +0900
13900              Message-Id: <20040606003344.57B2.BQW10602@nifty.com>
13901      Branch: perl
13902            ! lib/utf8.pm pod/perlapi.pod sv.c t/op/utftaint.t
13903 ____________________________________________________________________________
13904 [ 22901] By: rgs                                   on 2004/06/03  15:19:52
13905         Log: Subject: [PATCH] Have win32/makefile.mk default to gcc, and update docs
13906              From: Steve Hay <steve.hay@uk.radan.com>
13907              Date: Thu, 03 Jun 2004 15:46:17 +0100
13908              Message-ID: <40BF39B9.3060207@uk.radan.com>
13909      Branch: perl
13910            ! README.win32 win32/makefile.mk
13911 ____________________________________________________________________________
13912 [ 22900] By: rgs                                   on 2004/06/03  13:20:37
13913         Log: perlpodspec uses 'nonbreaking' and 'non-breaking'.
13914              Normalize on the hyphenated spelling.
13915      Branch: perl
13916            ! pod/perlpodspec.pod
13917 ____________________________________________________________________________
13918 [ 22899] By: rgs                                   on 2004/06/03  13:03:20
13919         Log: Workaround a dmake oddity.
13920              Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
13921              From: Steve Hay <steve.hay@uk.radan.com>
13922              Date: Thu, 03 Jun 2004 12:16:13 +0100
13923              Message-ID: <40BF087D.8030005@uk.radan.com>
13924      Branch: perl
13925            ! win32/makefile.mk
13926 ____________________________________________________________________________
13927 [ 22898] By: rgs                                   on 2004/06/03  09:02:31
13928         Log: Carp was mostly unusable with Safe because it may require
13929              Carp::Heavy at run-time (while require() is forbidden.)
13930              Have Safe load Carp::Heavy.
13931      Branch: perl
13932            ! ext/Opcode/Safe.pm lib/Carp.pm
13933 ____________________________________________________________________________
13934 [ 22897] By: mhx                                   on 2004/06/02  18:03:40
13935         Log: Make change #22889 work for threaded builds, Part 2.
13936      Branch: perl
13937            ! XSUB.h
13938 ____________________________________________________________________________
13939 [ 22896] By: mhx                                   on 2004/06/02  17:18:44
13940         Log: Make change #22889 work for threaded builds.
13941      Branch: perl
13942            ! pad.c pp.c
13943 ____________________________________________________________________________
13944 [ 22895] By: mhx                                   on 2004/06/02  16:48:41
13945         Log: Fix apidoc entries for PUSHMARK and newXSproto.
13946      Branch: perl
13947            ! XSUB.h pod/perlapi.pod pp.h
13948 ____________________________________________________________________________
13949 [ 22894] By: mhx                                   on 2004/06/02  16:42:24
13950         Log: Document embed.fnc 'U' and 's' flags.
13951      Branch: perl
13952            ! embed.fnc
13953 ____________________________________________________________________________
13954 [ 22893] By: rgs                                   on 2004/06/02  08:21:30
13955         Log: Subject: [PATCH] on VMS, always exit with failure in my_failure_exit
13956              From: "Craig A. Berry" <craigberry@mac.com>
13957              Date: Tue, 01 Jun 2004 23:16:58 -0500
13958              Message-ID: <40BD54BA.9040708@mac.com>
13959      Branch: perl
13960            ! perl.c
13961 ____________________________________________________________________________
13962 [ 22892] By: rgs                                   on 2004/06/02  08:19:30
13963         Log: Subject: Re: [PATCH] [perl #29612] ndbm failure in make test
13964              From: Alexey Tourbin <at@altlinux.ru>
13965              Date: Sat, 22 May 2004 02:22:22 +0400
13966              Message-ID: <20040521222222.GJ2030@solemn.turbinal.org>
13967      Branch: perl
13968            ! ext/NDBM_File/hints/linux.pl
13969 ____________________________________________________________________________
13970 [ 22891] By: rgs                                   on 2004/06/02  06:47:58
13971         Log: Detypo.
13972      Branch: perl
13973            ! pod/perlintern.pod pp_ctl.c
13974 ____________________________________________________________________________
13975 [ 22890] By: rgs                                   on 2004/06/02  06:43:30
13976         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
13977              From: Andrew Dougherty <doughera@lafayette.edu>
13978              Date: Tue, 1 Jun 2004 16:25:48 -0400 (EDT)
13979              Message-ID: <Pine.SOL.4.58.0406011619090.4066@maxwell.phys.lafayette.edu>
13980      Branch: perl
13981            ! INSTALL README
13982 ____________________________________________________________________________
13983 [ 22889] By: rgs                                   on 2004/06/02  06:07:53
13984         Log: Make the dUNDERBAR/UNDERBAR macros work as advertised.
13985              While we're at it, use the same trick to make reverse()
13986              work correctly with lexical $_.
13987      Branch: perl
13988            ! XSUB.h embed.fnc embed.h global.sym pad.c pp.c proto.h
13989            ! t/op/mydef.t
13990 ____________________________________________________________________________
13991 [ 22888] By: rgs                                   on 2004/06/01  15:26:59
13992         Log: Subject: [PATCH] Remove redundant %SIG assignments from FileCache
13993              From: Alan Burlison <Alan.Burlison@Sun.COM>
13994              Date: Fri, 28 May 2004 12:27:06 +0100
13995              Message-ID: <40B7220A.4040305@sun.com>
13996      Branch: perl
13997            ! lib/FileCache.pm
13998 ____________________________________________________________________________
13999 [ 22887] By: merijn                                on 2004/06/01  14:30:48
14000         Log: Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
14001              From: Steve Hay <steve.hay@uk.radan.com>
14002              Date: Tue, 01 Jun 2004 15:30:37 +0100
14003              Message-ID: <40BC930D.90701@uk.radan.com>
14004      Branch: perl
14005            ! win32/Makefile win32/makefile.mk
14006 ____________________________________________________________________________
14007 [ 22886] By: rgs                                   on 2004/06/01  12:24:30
14008         Log: Subject: [Fwd: [PATCH] Pod::Find should ignore SCM files and dirs]
14009              From: Alan Burlison <Alan.Burlison@sun.com>
14010              Date: Fri, 28 May 2004 23:28:44 +0100
14011              Message-ID: <40B7BD1C.40309@sun.com>
14012      Branch: perl
14013            ! lib/Pod/Find.pm
14014 ____________________________________________________________________________
14015 [ 22885] By: rgs                                   on 2004/06/01  12:17:18
14016         Log: Subject: Re: [PATCH] UPDATE - Grammatical fixes and explanations in perlfunc.pod (sysopen)
14017              From: Paul Fenwick <pjf@perltraining.com.au>
14018              Date: Tue, 1 Jun 2004 11:31:34 +1000
14019              Message-ID: <20040601013134.GA11005@perltraining.com.au>
14020      Branch: perl
14021            ! pod/perlfunc.pod
14022 ____________________________________________________________________________
14023 [ 22884] By: merijn                                on 2004/06/01  10:51:33
14024         Log: Subject: [PATCH] configure.com and PERL_API_REVISION
14025              From: "Craig A. Berry" <craigberry@mac.com>
14026              Date: Mon, 31 May 2004 21:04:07 -0500
14027              Message-ID: <40BBE417.2090001@mac.com>
14028      Branch: perl
14029            ! configure.com
14030 ____________________________________________________________________________
14031 [ 22883] By: rgs                                   on 2004/06/01  09:25:32
14032         Log: Subject: [PATCH] Shell.pm: pod rewrite and new mini-feature $Shell::raw
14033              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
14034              Date: Tue, 1 Jun 2004 07:52:58 +0200
14035              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C744@attmsx1.aut.alcatel.at>
14036      Branch: perl
14037            ! lib/Shell.pm
14038 ____________________________________________________________________________
14039 [ 22882] By: rgs                                   on 2004/06/01  08:44:01
14040         Log: Subject: [PATCH] perlhack.pod - working with the Perl source
14041              From: Dave Rolsky <autarch@urth.org>
14042              Date: Mon, 31 May 2004 12:52:43 -0500 (CDT)
14043              Message-ID: <Pine.LNX.4.58.0405311250520.7714@urth.org>
14044      Branch: perl
14045            ! pod/perlhack.pod
14046 ____________________________________________________________________________
14047 [ 22881] By: nicholas                              on 2004/05/31  19:06:21
14048         Log: replace the run time code in lib/utf8_pva.pl with data generated
14049              at build by mktables, stored in lib/unicore/PVA.pl
14050      Branch: perl
14051            - lib/utf8_pva.pl
14052            ! MANIFEST Makefile.SH lib/unicore/mktables lib/utf8_heavy.pl
14053            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
14054 ____________________________________________________________________________
14055 [ 22880] By: nicholas                              on 2004/05/31  17:26:56
14056         Log: Don't need to require utf8_pva.pl at top of file
14057      Branch: perl
14058            ! lib/utf8_heavy.pl
14059 ____________________________________________________________________________
14060 [ 22879] By: nicholas                              on 2004/05/31  14:24:56
14061         Log: Run mktables as part of the build process.
14062              Don't ship any of the files that it generates in lib/unicore
14063      Branch: perl
14064            - (delete 419 files)
14065            ! MANIFEST Makefile.SH lib/unicore/mktables
14066            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
14067 ____________________________________________________________________________
14068 [ 22878] By: rgs                                   on 2004/05/31  14:20:53
14069         Log: Subject: [perl #29937] Entries missing from .packlist
14070              From: jdhedden@1979.usna.com (via RT) <perlbug-followup@perl.org>
14071              Date: 28 May 2004 19:23:48 -0000
14072              Message-ID: <rt-3.0.9-29937-88315.2.18472609678159@perl.org>
14073      Branch: perl
14074            ! installman installperl
14075 ____________________________________________________________________________
14076 [ 22877] By: rgs                                   on 2004/05/31  12:50:57
14077         Log: Subject: [PATCH] Re: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph
14078              From: <wolfgang.laun@chello.at>
14079              Date: Sun, 30 May 2004 17:27:07 +0200
14080              Message-Id: <20040530152707.ZLWL22856.viefep16-int.chello.at@localhost>
14081      Branch: perl
14082            ! utils/h2ph.PL
14083 ____________________________________________________________________________
14084 [ 22876] By: rgs                                   on 2004/05/31  09:52:05
14085         Log: Subject: [PATCH] Fix anomalies in Carp functions
14086              From: Steve Hay <steve.hay@uk.radan.com>
14087              Date: Tue, 25 May 2004 16:05:02 +0100
14088              Message-ID: <40B3609E.5060502@uk.radan.com>
14089      Branch: perl
14090            ! lib/Carp.t lib/Carp/Heavy.pm lib/autouse.t
14091 ____________________________________________________________________________
14092 [ 22875] By: rgs                                   on 2004/05/31  09:25:37
14093         Log: Subject: [PATCH] Fix generation of perlapi.pod
14094              From: Steve Hay <steve.hay@uk.radan.com>
14095              Date: Fri, 28 May 2004 11:46:41 +0100
14096              Message-ID: <40B71891.6090806@uk.radan.com>
14097      Branch: perl
14098            ! autodoc.pl pod/perlapi.pod
14099 ____________________________________________________________________________
14100 [ 22874] By: davem                                 on 2004/05/30  22:31:03
14101         Log: Subject:  Re: my $x->{foo} doesn't work
14102              From:  Shinya Hayakawa <hayakawa@livedoor.jp>
14103              Date:  Tue, 25 May 2004 00:06:06 +0900
14104              Message-Id:  <200405250006.06387.hayakawa@livedoor.jp>
14105
14106              Allow autovivification of (my $x)->{foo}
14107      Branch: perl
14108            ! pp_hot.c t/op/my.t
14109 ____________________________________________________________________________
14110 [ 22873] By: nicholas                              on 2004/05/30  21:58:36
14111         Log: Convert to using File::Spec, so that we can build Unicode files
14112              on all platforms
14113      Branch: perl
14114            ! lib/unicore/mktables
14115 ____________________________________________________________________________
14116 [ 22872] By: nicholas                              on 2004/05/30  20:34:07
14117         Log: First step to generating Unicode files for the regexp engine at build
14118              time - targets in the Makefile
14119      Branch: perl
14120            ! Makefile.SH
14121 ____________________________________________________________________________
14122 [ 22870] By: davem                                 on 2004/05/30  14:30:45
14123         Log: Problem with autouse (causing Perl to crash)
14124              @_ sometimes wasn't getting created right
14125      Branch: perl
14126            ! pad.c pp_ctl.c t/op/goto.t
14127 ____________________________________________________________________________
14128 [ 22868] By: nicholas                              on 2004/05/30  13:57:05
14129         Log: Upgrade to Encode 2.01.
14130      Branch: perl
14131            ! ext/Encode/lib/Encode/CN/HZ.pm
14132            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
14133 ____________________________________________________________________________
14134 [ 22866] By: nicholas                              on 2004/05/30  13:11:41
14135         Log: Skip in minitest
14136      Branch: perl
14137            ! t/comp/utf.t
14138 ____________________________________________________________________________
14139 [ 22853] By: rgs                                   on 2004/05/28  06:29:28
14140         Log: Subject: [PATCH doc] Re: undef loses it magicness when assigned to a variable?
14141              From: Stas Bekman <stas@stason.org>
14142              Date: Thu, 27 May 2004 11:25:08 -0700
14143              Message-ID: <40B63284.5040203@stason.org>
14144      Branch: perl
14145            ! pod/perlapi.pod pod/perlguts.pod sv.h
14146 ____________________________________________________________________________
14147 [ 22852] By: merijn                                on 2004/05/28  05:31:25
14148         Log: Subject: TEST needs to ignore SCM files
14149              From: Alan Burlison <Alan.Burlison@sun.com>
14150              Date: Thu, 27 May 2004 23:32:28 +0100
14151              Message-ID: <40B66C7C.8030303@sun.com>
14152      Branch: perl
14153            ! t/TEST
14154 ____________________________________________________________________________
14155 [ 22850] By: rgs                                   on 2004/05/26  16:17:24
14156         Log: Subject: [PATCH] 'perl -v' fails if local_patches contains code snippets
14157              From: Alan Burlison <Alan.Burlison@sun.com>
14158              Date: Wed, 26 May 2004 16:24:03 +0100
14159              Message-ID: <40B4B693.9090905@sun.com>
14160              (using \0 as a separator for q//)
14161      Branch: perl
14162            ! perl.c
14163 ____________________________________________________________________________
14164 [ 22848] By: rgs                                   on 2004/05/26  08:15:29
14165         Log: Subject: [PATCH] correctly handle C<< >> and C<<< >>> in diagnostics
14166              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14167              Date: Tue, 25 May 2004 02:29:37 -0700
14168              Message-ID: <20040525092937.GA2332@efn.org>
14169      Branch: perl
14170            ! lib/diagnostics.pm
14171 ____________________________________________________________________________
14172 [ 22843] By: rgs                                   on 2004/05/24  16:12:41
14173         Log: Tests for change #22842, by SADAHIRO Tomoyuki
14174              (adapted to the core)
14175      Branch: perl
14176            + t/op/utftaint.t
14177            ! MANIFEST
14178 ____________________________________________________________________________
14179 [ 22842] By: rgs                                   on 2004/05/24  15:55:23
14180         Log: Subject: Re: utf-8 and taint don't work together
14181              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14182              Date: Sat, 22 May 2004 21:38:33 +0900
14183              Message-Id: <20040522212704.C068.BQW10602@nifty.com>
14184
14185              Date: Sun, 23 May 2004 09:56:15 +0900
14186              Message-Id: <20040523095609.E404.BQW10602@nifty.com>
14187      Branch: perl
14188            ! ext/Encode/lib/Encode/CN/HZ.pm
14189            ! ext/Encode/lib/Encode/Unicode/UTF7.pm sv.c
14190 ____________________________________________________________________________
14191 [ 22841] By: rgs                                   on 2004/05/24  11:43:32
14192         Log: Subject: [PATCH] win32_chsize is not exported on Win32
14193              From: Steve Hay <steve.hay@uk.radan.com>
14194              Date: Mon, 24 May 2004 12:52:48 +0100
14195              Message-ID: <40B1E210.4050202@uk.radan.com>
14196      Branch: perl
14197            ! makedef.pl
14198 ____________________________________________________________________________
14199 [ 22840] By: rgs                                   on 2004/05/24  11:23:31
14200         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
14201              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14202              Date: Fri, 21 May 2004 11:35:34 -0700
14203              Message-ID: <20040521183533.GA5108@efn.org>
14204              (plus whitespace removal)
14205      Branch: perl
14206            ! INSTALL
14207 ____________________________________________________________________________
14208 [ 22839] By: davem                                 on 2004/05/22  11:15:34
14209         Log: Optimization busted: '@a = "b", sort @a' drops "b"
14210              Fix the sort-in-place optimization of change #22349.
14211      Branch: perl
14212            ! op.c t/op/sort.t
14213 ____________________________________________________________________________
14214 [ 22838] By: gbarr                                 on 2004/05/22  07:41:21
14215         Log: Update to Scalar-List-Utils-1.14
14216      Branch: perl
14217            + ext/List/Util/Changes
14218            - ext/List/Util/ChangeLog
14219            ! MANIFEST ext/List/Util/README ext/List/Util/Util.xs
14220            ! ext/List/Util/lib/List/Util.pm
14221            ! ext/List/Util/lib/Scalar/Util.pm
14222 ____________________________________________________________________________
14223 [ 22837] By: rgs                                   on 2004/05/21  15:40:49
14224         Log: Subject: Proposed doc patch for getsockopt
14225              From: perl5-porters@ton.iguana.be (Ton Hospel)
14226              Date: Sun, 16 May 2004 13:35:20 +0000 (UTC)
14227              Message-Id: <c87qmo$u9b$1@post.home.lunix>
14228      Branch: perl
14229            ! pod/perlfunc.pod
14230 ____________________________________________________________________________
14231 [ 22836] By: rgs                                   on 2004/05/21  08:45:28
14232         Log: Subject: [PATCH] h2xs doesn't recognize indented enums
14233              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
14234              Date: Fri, 21 May 2004 10:51:58 +0200
14235              Message-id: <20040521085158.GA10660@ethan>
14236              (modified regexp)
14237      Branch: perl
14238            ! utils/h2xs.PL
14239 ____________________________________________________________________________
14240 [ 22835] By: rgs                                   on 2004/05/20  13:30:25
14241         Log: Upgrade to Encode 2.00.
14242      Branch: perl
14243            ! (edit 147 files)
14244 ____________________________________________________________________________
14245 [ 22833] By: rgs                                   on 2004/05/20  11:48:29
14246         Log: Test portability nit.
14247              Subject: [PATCH] Re: Smoke [5.9.2] 22821 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
14248              From: Steve Hay <steve.hay@uk.radan.com>
14249              Date: Tue, 18 May 2004 11:31:04 +0100
14250              Message-ID: <40A9E5E8.7030800@uk.radan.com>
14251      Branch: perl
14252            ! ext/B/t/optree_specials.t
14253 ____________________________________________________________________________
14254 [ 22831] By: davem                                 on 2004/05/19  21:02:04
14255         Log: improve hashing algorithm for ptr tables in perl_clone:
14256              the bottom few bits of a pointer are usually zero
14257      Branch: perl
14258            ! sv.c
14259 ____________________________________________________________________________
14260 [ 22830] By: davem                                 on 2004/05/19  20:17:55
14261         Log: Thread creation time is hypersensitive
14262
14263              Due to a logic error, the dup ptr table sometimes wans't being
14264              grown, leading to extremely slow cloning.
14265      Branch: perl
14266            ! sv.c
14267 ____________________________________________________________________________
14268 [ 22829] By: rgs                                   on 2004/05/18  13:05:48
14269         Log: perlrun.pod minor fixes :
14270              - the parameter to -x is optional
14271              - pod nit
14272      Branch: perl
14273            ! pod/perlrun.pod
14274 ____________________________________________________________________________
14275 [ 22828] By: rgs                                   on 2004/05/18  12:54:47
14276         Log: Subject: [perl #29623] Patch for h2xs.t in Perl 5.8.4
14277              From: mats@sm5sxl.net (via RT) <perlbug-followup@perl.org>
14278              Date: 16 May 2004 13:33:32 -0000
14279              Message-ID: <rt-3.0.9-29623-87522.10.1965589695082@perl.org>
14280      Branch: perl
14281            ! lib/h2xs.t
14282 ____________________________________________________________________________
14283 [ 22827] By: rgs                                   on 2004/05/18  12:16:42
14284         Log: Subject: [PATCH] Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
14285              From: Steve Hay <steve.hay@uk.radan.com>
14286              Date: Fri, 14 May 2004 17:33:17 +0100
14287              Message-ID: <40A4F4CD.2000003@uk.radan.com>
14288      Branch: perl
14289            ! t/comp/utf.t
14290 ____________________________________________________________________________
14291 [ 22826] By: rgs                                   on 2004/05/18  08:15:27
14292         Log: Error message too wide.
14293      Branch: perl
14294            ! perl.c
14295 ____________________________________________________________________________
14296 [ 22825] By: rgs                                   on 2004/05/17  15:12:03
14297         Log: Remove a TODO test that is no longer to do.
14298      Branch: perl
14299            ! ext/B/t/f_sort.t
14300 ____________________________________________________________________________
14301 [ 22824] By: rgs                                   on 2004/05/17  15:08:40
14302         Log: Fix new B::Concise test output
14303              Subject: Re: Smoke [5.9.2] 22820 FAIL(F) openbsd 3.5 (i386/1 cpu)
14304              From: Jim Cromie <jcromie@divsol.com>
14305              Date: Mon, 17 May 2004 09:19:00 -0600
14306              Message-ID: <40A8D7E4.1020007@divsol.com>
14307      Branch: perl
14308            ! ext/B/t/f_sort.t t/TEST
14309 ____________________________________________________________________________
14310 [ 22823] By: rgs                                   on 2004/05/17  08:54:15
14311         Log: Subject: [PATCH] Re: [perl #29581] glob() misses a lot of matches
14312              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
14313              Date: Mon, 17 May 2004 07:38:19 +0200
14314              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C71E@attmsx1.aut.alcatel.at>
14315      Branch: perl
14316            ! ext/File/Glob/Glob.xs
14317 ____________________________________________________________________________
14318 [ 22822] By: rgs                                   on 2004/05/17  08:49:53
14319         Log: David Manura is the new maintainer of Text::Balanced.
14320      Branch: perl
14321            ! Porting/Maintainers.pl
14322 ____________________________________________________________________________
14323 [ 22821] By: davem                                 on 2004/05/16  15:31:42
14324         Log: make Text::Balanced skip "case /..../" correctly for Switch.pm
14325      Branch: perl
14326            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extcbk.t
14327 ____________________________________________________________________________
14328 [ 22820] By: rgs                                   on 2004/05/14  16:30:07
14329         Log: Subject: Re: more B::Concise stuff (PATCH - updated)
14330              From: Jim Cromie <jcromie@divsol.com>
14331              Date: Mon, 10 May 2004 05:28:11 -0600
14332              Message-ID: <409F674B.2000506@divsol.com>
14333      Branch: perl
14334            + ext/B/t/f_map ext/B/t/f_map.t ext/B/t/f_sort ext/B/t/f_sort.t
14335            + ext/B/t/optree_specials.t
14336            ! MANIFEST ext/B/B/Concise.pm ext/B/B/Showlex.pm
14337            ! ext/B/B/Terse.pm ext/B/t/OptreeCheck.pm ext/B/t/concise.t
14338            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
14339            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
14340            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t
14341 ____________________________________________________________________________
14342 [ 22819] By: rgs                                   on 2004/05/14  09:38:43
14343         Log: Add new dUNDERBAR and UNDERBAR macros, to help XS writers to
14344              access the $_ variable, even when there is a lexical one in scope.
14345      Branch: perl
14346            ! XSUB.h pod/perlapi.pod
14347 ____________________________________________________________________________
14348 [ 22818] By: nicholas                              on 2004/05/13  12:15:17
14349         Log: Subject: BOM-marked and (BOMless) UTF-16 scripts not working
14350              From: Jarkko Hietaniemi <jhi@iki.fi>
14351              Message-ID: <40A26D75.8080406@iki.fi>
14352              Date: Wed, 12 May 2004 21:31:17 +0300
14353      Branch: perl
14354            + t/comp/utf.t
14355            ! MANIFEST pod/perldiag.pod pod/perlunicode.pod toke.c
14356 ____________________________________________________________________________
14357 [ 22817] By: rgs                                   on 2004/05/12  16:29:07
14358         Log: Subject: [perl #29527] Perl 5.8.4 build problems on LynxOS
14359              From: Olli Savia (via RT) <perlbug-followup@perl.org>
14360              Date: 12 May 2004 13:02:41 -0000
14361              Message-ID: <rt-3.0.9-29527-87290.17.3367022021997@perl.org>
14362      Branch: perl
14363            ! sv.c
14364 ____________________________________________________________________________
14365 [ 22816] By: rgs                                   on 2004/05/12  16:16:50
14366         Log: Make XSLoader update @DynaLoader::dl_shared_objects.
14367      Branch: perl
14368            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
14369 ____________________________________________________________________________
14370 [ 22815] By: merijn                                on 2004/05/12  10:43:42
14371         Log: Subject: [PATCH] Configure shouldn't unconditionally add in -pipe
14372              From: Andy Dougherty <doughera@lafayette.edu>
14373              Date: Tue, 11 May 2004 13:14:42 -0400 (EDT)
14374              Message-ID: <Pine.SOL.4.58.0405111313210.14279@maxwell.phys.lafayette.edu>
14375      Branch: perl
14376            ! Configure hints/darwin.sh hints/rhapsody.sh
14377 ____________________________________________________________________________
14378 [ 22812] By: mhx                                   on 2004/05/11  17:42:13
14379         Log: Add the byte-order modifiers '<' and '>' to the pack tutorial.
14380              This completes the series: #22734, #22745, #22754, #22780
14381      Branch: perl
14382            ! pod/perlpacktut.pod
14383 ____________________________________________________________________________
14384 [ 22811] By: mhx                                   on 2004/05/11  17:21:35
14385         Log: 'v' unpacks unsigned shorts.
14386      Branch: perl
14387            ! pod/perlpacktut.pod
14388 ____________________________________________________________________________
14389 [ 22810] By: rgs                                   on 2004/05/11  16:35:49
14390         Log: Subject: various -V: searches [PATCH]
14391              From: Jim Cromie <jcromie@divsol.com>
14392              Date: Tue, 11 May 2004 00:15:46 -0600
14393              Message-ID: <40A06F92.1070607@divsol.com>
14394      Branch: perl
14395            ! configpm lib/Config.t pod/perlrun.pod
14396 ____________________________________________________________________________
14397 [ 22809] By: rgs                                   on 2004/05/11  11:00:31
14398         Log: More pod names in the debugger for the runman command
14399      Branch: perl
14400            ! lib/perl5db.pl
14401 ____________________________________________________________________________
14402 [ 22808] By: rgs                                   on 2004/05/11  10:52:27
14403         Log: Subject: [PATCH] debugger (step backwards)
14404              From: Richard.Foley@t-online.de (Richard Foley)
14405              Date: Tue, 11 May 2004 11:04:11 +0200
14406              Message-Id: <200405111104.11484.richard.foley@rfi.net>
14407      Branch: perl
14408            ! lib/perl5db.pl
14409 ____________________________________________________________________________
14410 [ 22807] By: rgs                                   on 2004/05/11  09:16:56
14411         Log: Subject: void context !~ generates "Useless use of not at line..." warning
14412              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14413              Date: Sun, 9 May 2004 00:59:19 -0700
14414              Message-ID: <20040509075919.GA3752@efn.org>
14415      Branch: perl
14416            ! op.c
14417 ____________________________________________________________________________
14418 [ 22806] By: ams                                   on 2004/05/10  22:12:31
14419         Log: Subject: Re: a little extra cmdline help. [PATCH]
14420              From: Jim Cromie <jcromie@divsol.com>
14421              Date: Mon, 10 May 2004 15:25:07 -0600
14422              Message-Id: <409FF333.4020104@divsol.com>
14423      Branch: perl
14424            ! perl.c
14425 ____________________________________________________________________________
14426 [ 22804] By: ams                                   on 2004/05/10  11:10:34
14427         Log: Remove stray '.
14428      Branch: perl
14429            ! lib/File/Copy.pm
14430 ____________________________________________________________________________
14431 [ 22803] By: ams                                   on 2004/05/10  10:14:40
14432         Log: Subject: [PATCH] File::Copy Pod
14433              From: slaven@rezic.de
14434              Date: Mon, 10 May 2004 09:57:37 +0000
14435              Message-Id: <1084183057.10822@devpc01.iconmobile.de>
14436      Branch: perl
14437            ! lib/File/Copy.pm
14438 ____________________________________________________________________________
14439 [ 22802] By: davem                                 on 2004/05/07  19:12:29
14440         Log: symbolic references like ${"foo$index"}*3 would incorrectly warn
14441              that $index was the uninitialized value, when in fact it was $foo1
14442      Branch: perl
14443            ! sv.c t/lib/warnings/9uninit
14444 ____________________________________________________________________________
14445 [ 22801] By: davem                                 on 2004/05/07  18:21:22
14446         Log: Subject:  Re: stdio still supported?
14447              From:  Jim Cromie <jcromie@divsol.com>
14448              Date:  Thu, 06 May 2004 16:37:56 -0600
14449              Message-Id:  <409ABE44.8060307@divsol.com>
14450
14451              Update B::Concise tests to skip stuff requiring the
14452              "open to a scalar" feature of Perlio is it isn't available.
14453              Also note this caveat in perlfunc.pod
14454      Branch: perl
14455            ! ext/B/B/Concise.pm ext/B/t/concise.t ext/B/t/optree_check.t
14456            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
14457            ! ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
14458            ! pod/perlfunc.pod
14459 ____________________________________________________________________________
14460 [ 22800] By: mhx                                   on 2004/05/07  16:58:57
14461         Log: Windows issues with select() are already documented in perlport.
14462      Branch: perl
14463            ! pod/perlfunc.pod
14464 ____________________________________________________________________________
14465 [ 22799] By: ams                                   on 2004/05/07  13:38:16
14466         Log: Subject: [perl #29397] Change in pod2man arguments
14467              From: Thorsten Glaser (via RT) <perlbug-followup@perl.org>
14468              Date: 6 May 2004 22:08:10 -0000
14469              Message-Id: <rt-3.0.9-29397-86929.5.37563386041974@perl.org>
14470      Branch: perl
14471            ! pod/pod2man.PL
14472 ____________________________________________________________________________
14473 [ 22798] By: mhx                                   on 2004/05/07  11:42:37
14474         Log: Scalar::Util::refaddr falsely returns false
14475              Add mg_get() to refaddr() when SV is magical.
14476              Fix the non-xs version of looks_like_number().
14477      Branch: perl
14478            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
14479            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/refaddr.t
14480 ____________________________________________________________________________
14481 [ 22797] By: mhx                                   on 2004/05/07  10:57:23
14482         Log: Document that select() on Windows doesn't work on non-socket filehandles.
14483      Branch: perl
14484            ! pod/perlfunc.pod
14485 ____________________________________________________________________________
14486 [ 22796] By: mhx                                   on 2004/05/06  17:19:17
14487         Log: Double warning for int(undef) and abs(undef)
14488              Remove the duplicate warnings and update tests.
14489      Branch: perl
14490            ! pp.c t/lib/warnings/9uninit
14491 ____________________________________________________________________________
14492 [ 22793] By: rgs                                   on 2004/05/06  14:43:08
14493         Log: Add a small script to check whether a perl source tree
14494              (with or without generated files) is friendly with
14495              case-insensitive filesystems.
14496              Adapted from :
14497              Subject: Re: STerm.pl vs Sterm.pl
14498              From: James Mastros <james@mastros.biz>
14499              Date: Thu, 06 May 2004 14:45:53 +0200
14500              Message-ID: <20040506124556.2402.qmail@onion.perl.org>
14501      Branch: perl
14502            + Porting/checkcase.pl
14503            ! MANIFEST
14504 ____________________________________________________________________________
14505 [ 22789] By: rgs                                   on 2004/05/06  12:33:14
14506         Log: Subject: Problem with system() on Win9x and command.com (perl 5.8.x-5.9.x)
14507              From: bilbo@ua.fm
14508              Date: Wed, 28 Apr 2004 00:19:55 +0300
14509              Message-ID: <611491036.20040428001955@ua.fm>
14510      Branch: perl
14511            ! win32/win32.c
14512 ____________________________________________________________________________
14513 [ 22788] By: merijn                                on 2004/05/06  11:35:21
14514         Log: add -pipe to gcc's default flags
14515              it has shown a compile time speed increase of about 40% on
14516              Linux and HP-UX, and also works on cygwin-1.5.9. On failing
14517              OS/gcc combo's remove it in the hints
14518      Branch: perl
14519            ! Configure
14520 ____________________________________________________________________________
14521 [ 22783] By: mhx                                   on 2004/05/05  19:02:28
14522         Log: Add tests for mX?PUSH[inup] macros.
14523
14524              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
14525              From: Steve Hay <steve.hay@uk.radan.com>
14526              Date: Wed, 05 May 2004 15:34:45 +0100
14527              Message-ID: <4098FB85.1060602@uk.radan.com>
14528      Branch: perl
14529            + ext/XS/APItest/t/push.t
14530            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
14531            ! ext/XS/APItest/MANIFEST
14532 ____________________________________________________________________________
14533 [ 22782] By: rgs                                   on 2004/05/05  16:14:25
14534         Log: Subject: Problem with h2xs
14535              From: David Cannings <lists@edeca.net>
14536              Date: Mon, 3 May 2004 13:44:33 +0100
14537              Message-Id: <200405031344.33723.lists@edeca.net>
14538              (Second patch only)
14539      Branch: perl
14540            ! utils/h2xs.PL
14541 ____________________________________________________________________________
14542 [ 22781] By: davem                                 on 2004/05/04  19:20:36
14543         Log: Bizarre copy of ARRAY
14544              make sure a pad op's flags are updated after optimising away
14545              the assignment in my @a = () (see change 22520).
14546      Branch: perl
14547            ! op.c t/op/my.t
14548 ____________________________________________________________________________
14549 [ 22780] By: mhx                                   on 2004/05/04  14:46:05
14550         Log: Add byte-order group modifiers to (un)pack templates.
14551              Follow-up on: #22734, #22745, #22753, #22754.
14552
14553              Subject: Group modifiers in (un)pack templates
14554              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
14555              Date: Mon, 3 May 2004 20:14:41 +0200
14556              Message-Id: <20040503201441.1b058e0d@r2d2>
14557      Branch: perl
14558            ! perl.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
14559 ____________________________________________________________________________
14560 [ 22779] By: mhx                                   on 2004/05/04  14:30:39
14561         Log: Fix mX?PUSH[inup] macros. (Follow-up to #22756 and #22757)
14562
14563              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
14564              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
14565              Date: Mon, 3 May 2004 20:03:28 +0200
14566              Message-Id: <20040503200328.24efcda5@r2d2>
14567      Branch: perl
14568            ! pp.h
14569 ____________________________________________________________________________
14570 [ 22778] By: davem                                 on 2004/05/03  21:07:44
14571         Log: add test for change #22746 ([perl #29102] Crash on assign to lex fh)
14572      Branch: perl
14573            ! t/io/open.t
14574 ____________________________________________________________________________
14575 [ 22777] By: davem                                 on 2004/05/03  20:48:53
14576         Log: add test for change #22776 ("open m" crashes Perl)
14577      Branch: perl
14578            ! t/io/open.t
14579 ____________________________________________________________________________
14580 [ 22776] By: davem                                 on 2004/05/03  20:26:22
14581         Log: perl -e "open m" crashes Perl
14582      Branch: perl
14583            ! toke.c
14584 ____________________________________________________________________________
14585 [ 22775] By: davem                                 on 2004/05/03  18:52:39
14586         Log: scalar delete of empty slice returned garbage
14587      Branch: perl
14588            ! pp.c t/op/delete.t
14589 ____________________________________________________________________________
14590 [ 22774] By: davem                                 on 2004/05/03  17:44:44
14591         Log: split could leave an array without &PL_sv_undef
14592              in the unused elements
14593      Branch: perl
14594            ! pp.c t/op/split.t
14595 ____________________________________________________________________________
14596 [ 22773] By: nicholas                              on 2004/05/03  13:59:08
14597         Log: Subject: Re: "fuzzy" in mktables
14598              From: Jarkko Hietaniemi <jhi@iki.fi>
14599              Message-ID: <4093A82B.6040609@iki.fi>
14600              Date: Sat, 01 May 2004 16:37:47 +0300
14601      Branch: perl
14602            ! lib/unicore/mktables
14603 ____________________________________________________________________________
14604 [ 22772] By: davem                                 on 2004/05/03  13:33:21
14605         Log: remove spurious intentation in utf8_pva.pl
14606      Branch: perl
14607            ! lib/utf8_pva.pl
14608 ____________________________________________________________________________
14609 [ 22771] By: davem                                 on 2004/05/03  13:28:24
14610         Log: ensure that utf8 Perl code magically called from a regex localizes $.
14611      Branch: perl
14612            ! lib/utf8_pva.pl
14613 ____________________________________________________________________________
14614 [ 22770] By: nicholas                              on 2004/05/03  11:19:10
14615         Log: Integrate:
14616              [ 22694]
14617              For maint, I don't think that we can have sperl go sulky if invoked
14618              from a #! line. So keep .../sperl functional, and have the /dev/fd/...
14619              only set ID exectuable reside under a different name (suidperl)
14620
14621              [ 22700]
14622              The set uid perl is now called setuidperl. Not suidperl.
14623              Which I discover is hardlinked from sperl by ./installperl
14624              elsewhere. Helpfully confusing installperl script.
14625
14626              [ 22718]
14627              Revert 22700 (as part of changes suggested by Brendan O'Dea)
14628
14629              [ 22719]
14630              Revert 22694
14631
14632              [ 22720]
14633              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
14634              binary must have fd script conundrum, as suggested by Brendan O'Dea
14635              Plus restore the more helpful error message from 22694 and the gist
14636              of the perl584delta changes from 22700
14637      Branch: perl
14638           !> INSTALL installperl perl.c pod/perldiag.pod pod/perlsec.pod
14639 ____________________________________________________________________________
14640 [ 22769] By: nicholas                              on 2004/05/03  10:37:45
14641         Log: Subject: [perl #29073] Reference to incorrect method in documentation of
14642              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
14643              Message-ID: <rt-3.0.8-29073-85903.18.1381766820328@perl.org>
14644              Date: 22 Apr 2004 10:49:22 -0000
14645      Branch: perl
14646            ! lib/Text/ParseWords.pm
14647 ____________________________________________________________________________
14648 [ 22768] By: nicholas                              on 2004/05/02  22:40:18
14649         Log: It seems daft to me that we have a synopis example that will fail if
14650              gcc happened to be invoked via the name cc, and completely ignores
14651              the far more reliable 'gccversion' variable
14652              So here's one using 'usethreads' that ought to work everywhere.
14653      Branch: perl
14654            ! configpm
14655 ____________________________________________________________________________
14656 [ 22765] By: nicholas                              on 2004/05/02  18:18:25
14657         Log: Make t/uni/class.t pass on case insensitive file systems
14658      Branch: perl
14659            ! t/uni/class.t
14660 ____________________________________________________________________________
14661 [ 22764] By: nicholas                              on 2004/05/02  17:57:12
14662         Log: Save some repeated strlen()s in Perl_swash_init
14663      Branch: perl
14664            ! utf8.c
14665 ____________________________________________________________________________
14666 [ 22763] By: nicholas                              on 2004/05/01  14:07:45
14667         Log: And that same fool forgot to add the not-really-needed "fuzzy" versions
14668              of some binary property files
14669      Branch: perl
14670            + lib/unicore/lib/gc_sc/Dash2.pl
14671            + lib/unicore/lib/gc_sc/Hyphen2.pl
14672            + lib/unicore/lib/gc_sc/Radical2.pl
14673 ____________________________________________________________________________
14674 [ 22762] By: nicholas                              on 2004/05/01  14:06:05
14675         Log: Some fool removed lib/unicore/ArabicShaping.txt    in change 22760
14676      Branch: perl
14677            ! MANIFEST
14678 ____________________________________________________________________________
14679 [ 22761] By: nicholas                              on 2004/05/01  14:02:59
14680         Log: Avoid mktables generating Sterm.pl and Sterm.pl in the same directory
14681              by making the %BaseName check global
14682      Branch: perl
14683            + lib/unicore/lib/gc_sc/Sterm2.pl
14684            - lib/unicore/lib/gc_sc/Sterm.pl
14685            ! MANIFEST lib/unicore/Canonical.pl
14686            ! lib/unicore/lib/gc_sc/Dash.pl lib/unicore/lib/gc_sc/Hyphen.pl
14687            ! lib/unicore/lib/gc_sc/Radical.pl lib/unicore/mktables
14688 ____________________________________________________________________________
14689 [ 22760] By: nicholas                              on 2004/05/01  13:17:09
14690         Log: Remove the no-longer autogenerated Unicode files
14691      Branch: perl
14692            - (delete 322 files)
14693            ! MANIFEST
14694 ____________________________________________________________________________
14695 [ 22759] By: nicholas                              on 2004/05/01  11:16:35
14696         Log: mktables requires post 5.005
14697      Branch: perl
14698            ! lib/unicore/mktables
14699 ____________________________________________________________________________
14700 [ 22758] By: davem                                 on 2004/04/30  11:48:55
14701         Log: disable problematical 'uninitialized value' warning tests
14702      Branch: perl
14703            ! t/lib/warnings/9uninit
14704 ____________________________________________________________________________
14705 [ 22757] By: rgs                                   on 2004/04/30  11:32:03
14706         Log: Follow-up to previous patch: the mX?PUSH[inup] macros
14707              should handle 'set' magic, just like the X?PUSH[inup]
14708              counterparts.
14709      Branch: perl
14710            ! pod/perlapi.pod pp.h
14711 ____________________________________________________________________________
14712 [ 22756] By: rgs                                   on 2004/04/30  10:15:00
14713         Log: Subject: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
14714              From: Steve Hay <steve.hay@uk.radan.com>
14715              Date: Fri, 30 Apr 2004 10:07:21 +0100
14716              Message-ID: <40921749.3050600@uk.radan.com>
14717      Branch: perl
14718            ! pod/perlapi.pod pod/perlguts.pod pp.h
14719 ____________________________________________________________________________
14720 [ 22755] By: nicholas                              on 2004/04/29  18:30:18
14721         Log: Fix 29149 - another UTF8 cache bug hit by substr.
14722              Regression test from:
14723
14724              Subject: Re: [perl #29149] substr/UTF8 related problem with perl 5.8.3 on linux
14725              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14726              Message-Id: <20040429103926.5BA6.BQW10602@nifty.com>
14727              Date: Thu, 29 Apr 2004 10:53:17 +0900
14728      Branch: perl
14729            ! sv.c t/op/substr.t
14730 ____________________________________________________________________________
14731 [ 22754] By: mhx                                   on 2004/04/29  18:29:28
14732         Log: More unpack cleanups.
14733      Branch: perl
14734            ! pp_pack.c
14735 ____________________________________________________________________________
14736 [ 22753] By: mhx                                   on 2004/04/29  17:50:40
14737         Log: CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
14738              Remove all associated code.
14739      Branch: perl
14740            ! hints/cxux.sh pp_pack.c
14741 ____________________________________________________________________________
14742 [ 22752] By: mhx                                   on 2004/04/29  17:38:32
14743         Log: The openbsd 64-bit test should use $uquadtype rather
14744              than hardcoding unsigned long long.
14745      Branch: perl
14746            ! hints/openbsd.sh
14747 ____________________________________________________________________________
14748 [ 22751] By: ams                                   on 2004/04/29  08:24:31
14749         Log: Update to Test.pm 1.25 (from SBURKE).
14750      Branch: perl
14751            + lib/Test/t/05_about_verbose.t lib/Test/t/multiline.t
14752            ! MANIFEST lib/Test.pm
14753 ____________________________________________________________________________
14754 [ 22750] By: mhx                                   on 2004/04/28  20:53:29
14755         Log: When configuring for 64-bit support, check that the
14756              C library functions for casting floating point values
14757              to 64-bit integer values are not broken.
14758      Branch: perl
14759            ! hints/openbsd.sh
14760 ____________________________________________________________________________
14761 [ 22749] By: rgs                                   on 2004/04/28  18:28:07
14762         Log: Fix for [perl #28963]: find2perl was sometimes generating
14763              invalid code.
14764      Branch: perl
14765            ! x2p/find2perl.PL
14766 ____________________________________________________________________________
14767 [ 22748] By: rgs                                   on 2004/04/28  13:01:13
14768         Log: Subject: [PATCH] Add diagnostics section to base.pm
14769              From: "Jos I. Boumans" <kane@dwim.org>
14770              Date: Wed, 28 Apr 2004 13:04:47 +0200
14771              Message-Id: <DC9B4A9C-9903-11D8-BA95-000A956B0E06@dwim.org>
14772      Branch: perl
14773            ! lib/base.pm
14774 ____________________________________________________________________________
14775 [ 22747] By: merijn                                on 2004/04/28  12:42:50
14776         Log: Subject: [perl #29033] typo in description of sleep in documentation of POSIX module
14777              Date: 21 Apr 2004 11:07:22 -0000
14778              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
14779              Message-ID: <rt-3.0.8-29033-85811.17.0452776199501@perl.org>
14780      Branch: perl
14781            ! ext/POSIX/POSIX.pod
14782 ____________________________________________________________________________
14783 [ 22746] By: davem                                 on 2004/04/27  22:21:35
14784         Log: fix a coredump caused by rv2gv not fully converting a PV to an RV
14785      Branch: perl
14786            ! pp.c
14787 ____________________________________________________________________________
14788 [ 22745] By: mhx                                   on 2004/04/27  20:38:00
14789         Log: Cleanup variables in S_(un)pack_rec().
14790              This also works around a gcc optimizer bug on dec_osf/alpha.
14791      Branch: perl
14792            ! pp_pack.c
14793 ____________________________________________________________________________
14794 [ 22744] By: rgs                                   on 2004/04/27  08:43:38
14795         Log: Subject: [PATCH utf8_heavy.pl, mktables, et. al.] candidate for TR18 compliance
14796              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
14797              Date: Thu, 22 Apr 2004 14:31:30 -0400 (EDT)
14798              Message-ID: <Pine.LNX.4.44.0404221429040.10466-101000@perlmonk.org>
14799
14800              Date: Mon, 26 Apr 2004 12:37:21 -0400 (EDT)
14801              Message-ID: <Pine.LNX.4.44.0404261222320.7154-400000@perlmonk.org>
14802      Branch: perl
14803            + (add 406 files)
14804            ! MANIFEST lib/unicore/Canonical.pl
14805            ! lib/unicore/CombiningClass.pl lib/unicore/Decomposition.pl
14806            ! lib/unicore/Exact.pl lib/unicore/Name.pl
14807            ! lib/unicore/Properties lib/unicore/To/Digit.pl
14808            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
14809            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
14810            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perlunicode.pod
14811            ! t/op/pat.t t/uni/class.t
14812 ____________________________________________________________________________
14813 [ 22743] By: merijn                                on 2004/04/26  22:20:30
14814         Log: usemallocwrap works on AIX, but not with vac-5
14815              Date: Mon, 26 Apr 2004 15:35:23 +0200
14816              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14817              Subject: Re: Perl 5.8.4 "panic: memory wrap" in miniperl on AIX 5.1
14818              Message-Id: <20040426152951.A6C4.H.M.BRAND@hccnet.nl>
14819      Branch: perl
14820            ! hints/aix.sh hints/aix_4.sh
14821 ____________________________________________________________________________
14822 [ 22742] By: davem                                 on 2004/04/24  12:53:07
14823         Log: fix 64-bit casting error in change 22741 (uninit var warnings)
14824      Branch: perl
14825            ! sv.c
14826 ____________________________________________________________________________
14827 [ 22741] By: davem                                 on 2004/04/23  20:43:02
14828         Log: Include variable names in "Use of uninitialized value" warnings
14829      Branch: perl
14830            + t/lib/warnings/9uninit
14831            ! MANIFEST doio.c embed.fnc embed.h ext/DB_File/DB_File.pm
14832            ! ext/DB_File/t/db-recno.t lib/Math/BigInt.pm
14833            ! lib/Math/BigInt/t/mbimbf.inc lib/Tie/RefHash.t lib/charnames.t
14834            ! mg.c perl.h pod/perldiag.pod pod/perlintern.pod pp.c pp_hot.c
14835            ! proto.h sv.c t/lib/warnings/1global t/lib/warnings/2use
14836            ! t/lib/warnings/3both t/lib/warnings/4lint
14837            ! t/lib/warnings/7fatal t/lib/warnings/doio t/lib/warnings/mg
14838            ! t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
14839            ! t/lib/warnings/pp_pack t/lib/warnings/sv t/lib/warnings/util
14840            ! t/run/fresh_perl.t t/run/runenv.t
14841 ____________________________________________________________________________
14842 [ 22739] By: rgs                                   on 2004/04/23  13:32:31
14843         Log: Subject: [PATCH] unfork the debugger (patch for 5.9.x)
14844              From: Richard.Foley@t-online.de (Richard Foley)
14845              Date: Fri, 23 Apr 2004 06:33:34 +0200
14846              Message-Id: <200404230633.34402.richard.foley@rfi.net>
14847      Branch: perl
14848            ! lib/perl5db.pl
14849 ____________________________________________________________________________
14850 [ 22737] By: nicholas                              on 2004/04/23  10:31:20
14851         Log: Ooops. Forgot to update pod.lst, and all that ensues with that
14852      Branch: perl
14853            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
14854            ! vms/descrip_mms.template win32/pod.mak
14855 ____________________________________________________________________________
14856 [ 22736] By: nicholas                              on 2004/04/23  10:11:26
14857         Log: Integrate:
14858              [ 22165]
14859              Create perl584delta.pod
14860              (Not that I'm really proposing to start work on 5.8.4 today)
14861
14862              [ 22650]
14863              Updates from Stas Bekman, Brendan O'Dea and Hugo
14864
14865              [ 22655]
14866              Tweaks from Hugo and Liz
14867
14868              [ 22677]
14869              Improvements from Jarkko
14870
14871              [ 22684]
14872              Integrate:
14873              [ 22665]
14874              AIX-4 with xlc does not like malloc wrap
14875
14876              [ 22666]
14877              Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
14878
14879              [ 22698]
14880              Clarify AIX and win32's malloc wrapping
14881
14882              [ 22700]
14883              The set uid perl is now called setuidperl. Not suidperl.
14884              Which I discover is hardlinked from sperl by ./installperl
14885              elsewhere. Helpfully confusing installperl script.
14886
14887              [ 22703]
14888              More perldelta updates
14889
14890              [ 22710]
14891              Subject:  spelling
14892              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
14893              Date:  Fri, 16 Apr 2004 21:18:18 +0300 (EEST)
14894              Message-Id:  <200404161818.i3GIIILh391648@kosh.hut.fi>
14895
14896              [ 22718]
14897              Revert 22700 (as part of changes suggested by Brendan O'Dea)
14898
14899              [ 22720]
14900              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
14901              binary must have fd script conundrum, as suggested by Brendan O'Dea
14902              Plus restore the more helpful error message from 22694 and the gist
14903              of the perl584delta changes from 22700
14904
14905              [ 22731]
14906              Oink, oink, flap, flap!
14907      Branch: perl
14908           +> pod/perl584delta.pod
14909            ! MANIFEST
14910           !> pod/perlhist.pod
14911 ____________________________________________________________________________
14912 [ 22735] By: merijn                                on 2004/04/23  10:11:23
14913         Log: Subject: [PATCH] Where to find nmake for windows
14914              From: Abe Timmerman <abe@ztreet.demon.nl>
14915              Date: Thu, 22 Apr 2004 23:57:40 +0200
14916              Message-Id: <200404222357.40508.abe@ztreet.demon.nl>
14917              Changed download URL references for nmake
14918      Branch: perl
14919            ! README.win32 pod/perlmodinstall.pod
14920 ____________________________________________________________________________
14921 [ 22734] By: mhx                                   on 2004/04/23  04:07:25
14922         Log: Subject: [PATCH for testing/review] byte-order modifiers for (un)pack templates
14923              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
14924              Date: Wed, 21 Apr 2004 21:09:20 +0200
14925              Message-Id: <20040421210920.3c467772@r2d2>
14926      Branch: perl
14927            ! embed.fnc embed.h perl.h pod/perldiag.pod pod/perlfunc.pod
14928            ! pod/perlport.pod pp_pack.c proto.h t/op/pack.t util.c
14929 ____________________________________________________________________________
14930 [ 22733] By: rgs                                   on 2004/04/22  12:08:35
14931         Log: Missing copyright in the README.
14932      Branch: perl
14933            ! README
14934 ____________________________________________________________________________
14935 [ 22727] By: nicholas                              on 2004/04/21  15:22:29
14936         Log: Subject: [perl #28456] Typo in perlipc man page, and suggestions for same
14937              From: Axel Boldt (via RT) <perlbug-followup@perl.org>
14938              Message-ID: <rt-3.0.8-28456-84424.10.5222745276547@perl.org>
14939              Date: 11 Apr 2004 13:08:17 -0000
14940      Branch: perl
14941            ! pod/perlipc.pod
14942 ____________________________________________________________________________
14943 [ 22725] By: nicholas                              on 2004/04/21  14:21:57
14944         Log: Punt the "reporting bugs" section to the top.
14945              Reorder the description of what to do, to start with the most common
14946              case.
14947              Clarify "how to report bugs effectively" (and why it benefits you)
14948      Branch: perl
14949            ! INSTALL
14950 ____________________________________________________________________________
14951 [ 22724] By: nicholas                              on 2004/04/21  12:51:43
14952         Log: This should be L<>
14953      Branch: perl
14954            ! INSTALL
14955 ____________________________________________________________________________
14956 [ 22723] By: nicholas                              on 2004/04/21  09:42:35
14957         Log: INSTALL didn't mention the 5.8.2 hash changes. Fixed
14958      Branch: perl
14959            ! INSTALL
14960 ____________________________________________________________________________
14961 [ 22722] By: nicholas                              on 2004/04/21  09:25:34
14962         Log: We should be telling people about ..exp, else they use the unexpanded
14963              forms and shaft anyone who installs a private perl within ~
14964      Branch: perl
14965            ! INSTALL
14966 ____________________________________________________________________________
14967 [ 22721] By: rgs                                   on 2004/04/21  08:36:38
14968         Log: Subject: [patch] log the interpreter id in warnings
14969              From: Stas Bekman <stas@stason.org>
14970              Date: Mon, 19 Apr 2004 18:10:01 -0700
14971              Message-ID: <40847869.1000906@stason.org>
14972      Branch: perl
14973            ! gv.c handy.h hv.c perl.c sv.c
14974 ____________________________________________________________________________
14975 [ 22717] By: rgs                                   on 2004/04/20  12:27:18
14976         Log: Subject: [PATCH] Sync Term::Cap with CPAN version
14977              From: Jonathan Stowe <jns@gellyfish.com>
14978              Date: Tue, 20 Apr 2004 12:37:28 +0100
14979              Message-Id: <1082461047.2736.96.camel@localhost>
14980      Branch: perl
14981            ! lib/Term/Cap.pm
14982 ____________________________________________________________________________
14983 [ 22716] By: rgs                                   on 2004/04/19  12:26:35
14984         Log: Fix for [perl #28919] : sometimes the function ck_ftst was trying
14985              to read an op that was just freed, which was obviously illegal.
14986      Branch: perl
14987            ! op.c
14988 ____________________________________________________________________________
14989 [ 22715] By: rgs                                   on 2004/04/19  09:34:01
14990         Log: Upgrade to FileCache 1.04.
14991      Branch: perl
14992            ! lib/FileCache.pm
14993 ____________________________________________________________________________
14994 [ 22714] By: rgs                                   on 2004/04/19  08:57:17
14995         Log: New file left out of the last commit.
14996      Branch: perl
14997            + t/uni/class.t
14998 ____________________________________________________________________________
14999 [ 22713] By: rgs                                   on 2004/04/19  08:56:28
15000         Log: Subject: Re: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
15001              From: "Jeff 'japhy' Pinyan" <japhy@perlmonk.org>
15002              Date: Wed, 14 Apr 2004 17:01:38 -0400 (EDT)
15003              Message-ID: <Pine.LNX.4.44.0404141659480.11423-301000@perlmonk.org>
15004      Branch: perl
15005            ! MANIFEST pod/perlunicode.pod
15006 ____________________________________________________________________________
15007 [ 22712] By: rgs                                   on 2004/04/19  08:30:20
15008         Log: Subject: Re: [perl #28532] optional match of an anchor gets ignored
15009              From: hv@crypt.org
15010              Date: Wed, 14 Apr 2004 19:30:46 +0100
15011              Message-Id: <200404141830.i3EIUko03728@zen.crypt.org>
15012      Branch: perl
15013            ! regcomp.c regexec.c t/op/pat.t
15014 ____________________________________________________________________________
15015 [ 22708] By: nicholas                              on 2004/04/17  13:25:41
15016         Log: Integrate:
15017              [ 22661]
15018              This is RC1
15019
15020              [ 22705]
15021              This is RC2
15022      Branch: perl
15023           !> pod/perlhist.pod
15024 ____________________________________________________________________________
15025 [ 22706] By: rgs                                   on 2004/04/16  15:53:37
15026         Log: On Linux-PPC, using gcc, downgrade to the -O1 optimisation
15027              level (with -O2 miniperl behaves really badly.)
15028      Branch: perl
15029            ! hints/linux.sh
15030 ____________________________________________________________________________
15031 [ 22697] By: merijn                                on 2004/04/15  11:56:32
15032         Log: d_getservbyname_r undef up to at least OpenBSD 3.5
15033              Thanks to Campo Weijerman and Gerard Gerritsen off-list
15034      Branch: perl
15035            ! hints/openbsd.sh
15036 ____________________________________________________________________________
15037 [ 22696] By: merijn                                on 2004/04/14  16:04:40
15038         Log: #24121: Configure under turkish locale fails
15039              toupper (i) != I  in turkish, but U+0130
15040              \N{LATIN CAPITAL LETTER I WITH DOT ABOVE}
15041              Patch supplied by Rafael
15042      Branch: perl
15043            ! Configure
15044 ____________________________________________________________________________
15045 [ 22693] By: rgs                                   on 2004/04/14  08:28:15
15046         Log: Subject: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
15047              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
15048              Date: Mon, 12 Apr 2004 20:24:48 -0400 (EDT)
15049              Message-ID: <Pine.LNX.4.44.0404122011160.3038-200000@perlmonk.org>
15050      Branch: perl
15051            ! lib/utf8_heavy.pl
15052 ____________________________________________________________________________
15053 [ 22692] By: rgs                                   on 2004/04/14  07:26:04
15054         Log: Subject: [PATCH]'s to bring bleadperl up to version-0.39
15055              From: John Peacock <jpeacock@rowman.com>
15056              Date: Tue, 13 Apr 2004 20:51:31 -0400
15057              Message-ID: <407C8B13.9020104@rowman.com>
15058      Branch: perl
15059            ! lib/version.pm lib/version.t t/comp/use.t universal.c util.c
15060 ____________________________________________________________________________
15061 [ 22691] By: rgs                                   on 2004/04/14  07:08:52
15062         Log: Subject: re: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of 5.8.3
15063              From: Jan Dubois <jand@ActiveState.com>
15064              Date: Tue, 13 Apr 2004 19:49:32 -0700
15065              Message-ID: <vm7p70h7au8unrnq4jp85oich7n71ar5ab@4ax.com
15066      Branch: perl
15067            ! win32/win32.c
15068 ____________________________________________________________________________
15069 [ 22689] By: mhx                                   on 2004/04/12  06:53:24
15070         Log: Borland C doesn't like PERL_MALLOC_WRAP.
15071              Until I know why, the fix is to disable it.
15072      Branch: perl
15073            ! win32/config_H.bc
15074 ____________________________________________________________________________
15075 [ 22688] By: davem                                 on 2004/04/11  14:27:26
15076         Log: Stop PL_comppad pointing to a freed pad during global destruction
15077      Branch: perl
15078            ! sv.c
15079 ____________________________________________________________________________
15080 [ 22687] By: davem                                 on 2004/04/11  13:13:35
15081         Log: Make global cleanup fractionally faster by giving S_visit()
15082              flags/mask to compare SVs against.
15083      Branch: perl
15084            ! embed.fnc embed.h proto.h sv.c
15085 ____________________________________________________________________________
15086 [ 22686] By: gbarr                                 on 2004/04/10  08:08:42
15087         Log: Sync with libnet 1.18
15088      Branch: perl
15089            + lib/Net/Changes.libnet lib/Net/t/datasend.t
15090            - lib/Net/ChangeLog.libnet
15091            ! MANIFEST lib/Net/Cmd.pm lib/Net/FTP.pm lib/Net/NNTP.pm
15092            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
15093            ! lib/Net/Time.pm lib/Net/t/hostname.t
15094 ____________________________________________________________________________
15095 [ 22685] By: mhx                                   on 2004/04/10  06:37:30
15096         Log: Remove two unused variables that gcc used to warn about.
15097      Branch: perl
15098            ! util.c
15099 ____________________________________________________________________________
15100 [ 22682] By: rgs                                   on 2004/04/09  11:44:34
15101         Log: Subject: Re: #28386: UNIVERSAL::VERSION segfaults if $VERSION not defined (w/ patch to fix universal.c)
15102              From: David Dyck <david.dyck@fluke.com>
15103              Date: Thu, 8 Apr 2004 19:02:26 -0700 (PDT)
15104              Message-ID: <Pine.LNX.4.51.0404081843290.29618@dd.tc.fluke.com>
15105      Branch: perl
15106            ! universal.c
15107 ____________________________________________________________________________
15108 [ 22681] By: rgs                                   on 2004/04/09  07:04:48
15109         Log: find2perl should not default to -print when -eval is specified.
15110              Noticed by David Dyck.
15111      Branch: perl
15112            ! x2p/find2perl.PL
15113 ____________________________________________________________________________
15114 [ 22680] By: rgs                                   on 2004/04/09  06:58:51
15115         Log: Upgrade to Time::HiRes 1.59.
15116      Branch: perl
15117            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
15118            ! ext/Time/HiRes/HiRes.xs
15119 ____________________________________________________________________________
15120 [ 22675] By: rgs                                   on 2004/04/08  13:00:59
15121         Log: Upgrade to Digest 1.06.
15122      Branch: perl
15123            ! lib/Digest.pm
15124 ____________________________________________________________________________
15125 [ 22674] By: rgs                                   on 2004/04/08  12:57:48
15126         Log: Upgrade to Digest 1.06.
15127      Branch: perl
15128            ! lib/Digest.pm
15129 ____________________________________________________________________________
15130 [ 22673] By: rgs                                   on 2004/04/08  09:59:22
15131         Log: Upgrade to Time::HiRes 1.57.
15132      Branch: perl
15133            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
15134            ! ext/Time/HiRes/HiRes.xs
15135 ____________________________________________________________________________
15136 [ 22672] By: nicholas                              on 2004/04/07  20:48:04
15137         Log: Make gmtime and localtime cross reference each other.
15138              Suggested by Dan Jacobson
15139      Branch: perl
15140            ! pod/perlfunc.pod
15141 ____________________________________________________________________________
15142 [ 22671] By: merijn                                on 2004/04/07  17:54:10
15143         Log: Integrated Time-Local-1.09 from Dave Rolsky
15144              Corrected a wrap error from the CPAN version to match #22670
15145              Tested on AIX to make sure the skip is still needed
15146      Branch: perl
15147            ! lib/Time/Local.pm lib/Time/Local.t
15148 ____________________________________________________________________________
15149 [ 22670] By: merijn                                on 2004/04/07  12:03:11
15150         Log: Disable the edge case tests for timegm and timelocal on
15151              AIX-4.3 since the OS is obsoleted, and fixes are not to
15152              be expected
15153      Branch: perl
15154            ! lib/Time/Local.t
15155 ____________________________________________________________________________
15156 [ 22669] By: rgs                                   on 2004/04/07  08:26:48
15157         Log: Fix command-line quoting under Windows for the new optree tests
15158              Subject: Re: Smoke [5.9.2] 22666 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
15159              From: Steve Hay <steve.hay@uk.radan.com>
15160              Date: Wed, 07 Apr 2004 09:46:01 +0100
15161              Message-ID: <4073BFC9.10707@uk.radan.com>
15162      Branch: perl
15163            ! ext/B/t/optree_samples.t
15164 ____________________________________________________________________________
15165 [ 22668] By: rgs                                   on 2004/04/07  08:00:07
15166         Log: Subject: [PATCH] Bleadperl to version 0.37
15167              From: John Peacock <jpeacock@rowman.com>
15168              Date: Tue, 06 Apr 2004 21:56:19 -0400
15169              Message-ID: <40735FC3.5010305@rowman.com>
15170      Branch: perl
15171            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
15172            ! pod/perlapi.pod proto.h t/comp/use.t t/op/universal.t
15173            ! universal.c util.c
15174 ____________________________________________________________________________
15175 [ 22667] By: rgs                                   on 2004/04/07  07:37:59
15176         Log: The optree builder was looping when constructing the ops
15177              for a map/grep block containing a while(1).
15178              (Bug reported by Pixel.)
15179      Branch: perl
15180            ! op.c t/op/grep.t
15181 ____________________________________________________________________________
15182 [ 22666] By: merijn                                on 2004/04/06  14:44:29
15183         Log: Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
15184      Branch: perl
15185            ! hints/hpux.sh
15186 ____________________________________________________________________________
15187 [ 22665] By: merijn                                on 2004/04/06  13:34:14
15188         Log: AIX-4 with xlc does not like malloc wrap
15189      Branch: perl
15190            ! hints/aix_4.sh
15191 ____________________________________________________________________________
15192 [ 22664] By: rgs                                   on 2004/04/06  07:29:30
15193         Log: Subject: Re: tests for change #22539
15194              From: Jim Cromie <jcromie@divsol.com>
15195              Date: Tue, 30 Mar 2004 14:39:31 -0700
15196              Message-ID: <4069E913.5040906@divsol.com>
15197              (with some spelling tweaks)
15198      Branch: perl
15199            + ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
15200            + ext/B/t/optree_concise.t ext/B/t/optree_samples.t
15201            + ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
15202            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t t/test.pl
15203 ____________________________________________________________________________
15204 [ 22663] By: mhx                                   on 2004/04/06  03:40:10
15205         Log: Make the ! suffix handle n/N/v/V as signed integers
15206              within pack templates.
15207      Branch: perl
15208            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
15209 ____________________________________________________________________________
15210 [ 22662] By: mhx                                   on 2004/04/05  20:03:03
15211         Log: C<undef> doesn't look like a number. See also:
15212
15213              Subject: Re: [perl #27606] undef "looks like" a number
15214              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
15215              Date: Mon, 15 Mar 2004 22:16:26 +0100
15216              Message-Id: <20040315221626.48061c67@r2d2>
15217      Branch: perl
15218            ! ext/List/Util/lib/List/Util.pm
15219            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
15220            ! pp_ctl.c sv.c
15221 ____________________________________________________________________________
15222 [ 22656] By: nicholas                              on 2004/04/05  15:55:18
15223         Log: Subject: Re: perldelta584
15224              From: Craig Berry <craigberry@mac.com>
15225              Message-ID: <12587569.1081180932766.JavaMail.craigberry@mac.com>
15226              Date: Mon, 05 Apr 2004 11:02:12 -0500
15227
15228              (makes malloc wrap the default on VMS)
15229      Branch: perl
15230            ! configure.com
15231 ____________________________________________________________________________
15232 [ 22654] By: rgs                                   on 2004/04/05  15:24:49
15233         Log: Subject: ref ($proto) || $proto patch
15234              From: Ovid <publiustemp-p5p@yahoo.com>
15235              Date: Sat, 03 Apr 2004 18:59:22 -0800
15236              Message-ID: <406F7A0A.50702@yahoo.com>
15237              (with minor reformatting)
15238      Branch: perl
15239            ! pod/perlobj.pod pod/perltoot.pod
15240 ____________________________________________________________________________
15241 [ 22652] By: rgs                                   on 2004/04/05  12:51:10
15242         Log: Subject: sv_pvutf8n_force and sv_pvbyten_force
15243              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15244              Date: Wed, 24 Mar 2004 00:16:52 +0900
15245              Message-Id: <20040324001126.098F.BQW10602@nifty.com>
15246      Branch: perl
15247            ! sv.c
15248 ____________________________________________________________________________
15249 [ 22651] By: rgs                                   on 2004/04/05  11:50:10
15250         Log: wantarray docs should mention effect of eval { wantarray }
15251              as reported by Tim Bunce. Add a note to this effect in perlfunc,
15252              and regression tests for it.
15253      Branch: perl
15254            ! pod/perlfunc.pod t/op/wantarray.t
15255 ____________________________________________________________________________
15256 [ 22649] By: nicholas                              on 2004/04/05  08:57:18
15257         Log: More AUTHORS who deserve credit for patches
15258      Branch: perl
15259            ! AUTHORS
15260 ____________________________________________________________________________
15261 [ 22646] By: nicholas                              on 2004/04/04  16:32:54
15262         Log: Hand merge patch from maint back to blead.
15263      Branch: perl
15264            ! ext/threads/threads.pm
15265 ____________________________________________________________________________
15266 [ 22642] By: nicholas                              on 2004/04/04  13:07:50
15267         Log: Bump version numbers for modules that have changed since 5.8.3
15268      Branch: perl
15269            ! ext/B/B/Assembler.pm ext/B/B/Deparse.pm
15270            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/Handle.pm
15271            ! ext/IO/lib/IO/Pipe.pm ext/ODBM_File/ODBM_File.pm
15272            ! ext/threads/threads.pm lib/ExtUtils/Liblist/Kid.pm
15273            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
15274            ! lib/IPC/Open3.pm lib/Unicode/UCD.pm lib/base.pm lib/utf8.pm
15275 ____________________________________________________________________________
15276 [ 22641] By: rgs                                   on 2004/04/02  15:40:15
15277         Log: Fix bug #27940 : \cX escapes weren't working correctly in regular
15278              expression ranges.
15279      Branch: perl
15280            ! t/op/pat.t toke.c
15281 ____________________________________________________________________________
15282 [ 22637] By: davem                                 on 2004/04/02  10:02:06
15283         Log: Subject:  [PATCH] fix utils install problems on VMS
15284              From:  "Craig A. Berry" <craigberry@mac.com>
15285              Date:  Thu, 01 Apr 2004 20:19:53 -0600
15286              Message-Id:  <406CCDC9.7000500@mac.com>
15287
15288              We were not running utils/instmodsh.PL or utils/xsubpp.PL during
15289              the build, so installperl would not find the generated programs at
15290              install time.
15291              Also fixed several problems with the command definitions for the
15292              utilities
15293      Branch: perl
15294            ! configure.com vms/descrip_mms.template
15295 ____________________________________________________________________________
15296 [ 22636] By: davem                                 on 2004/04/01  22:00:40
15297         Log: Subject:  [PATCH] archname salad on VMS
15298              From:  "Craig A. Berry" <craigberry@mac.com>
15299              Date:  Thu, 01 Apr 2004 14:16:32 -0600
15300              Message-Id:  <406C78A0.2070009@mac.com>
15301
15302              sort out architecture-specific directory names for OpenVMS
15303              Itanium port
15304      Branch: perl
15305            ! configure.com vms/descrip_mms.template
15306 ____________________________________________________________________________
15307 [ 22635] By: davem                                 on 2004/04/01  20:27:14
15308         Log: Fix change #22376. Only mark a const as short-circuited
15309              if it's actually a const!
15310      Branch: perl
15311            ! op.c
15312 ____________________________________________________________________________
15313 [ 22630] By: nicholas                              on 2004/04/01  15:15:10
15314         Log: debug the instructions on upgrading Unicode
15315      Branch: perl
15316            ! lib/unicore/README.perl
15317 ____________________________________________________________________________
15318 [ 22625] By: mhx                                   on 2004/04/01  06:01:25
15319         Log: Fix and tests for [perl #28123] Perl optimizes // away incorrectly
15320      Branch: perl
15321            ! op.c t/op/dor.t
15322 ____________________________________________________________________________
15323 [ 22624] By: davem                                 on 2004/03/31  20:33:52
15324         Log: + (\$) prototype = bad free
15325              av_delete() didn't reify. I also updated its description
15326      Branch: perl
15327            ! av.c t/op/args.t
15328 ____________________________________________________________________________
15329 [ 22621] By: nicholas                              on 2004/03/31  15:05:40
15330         Log: Upgrade to Unicode 4.0.1
15331      Branch: perl
15332            + lib/unicore/lib/Katakan2.pl lib/unicore/lib/Sterm.pl
15333            + lib/unicore/lib/Variatio.pl
15334            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabLink.pl
15335            ! lib/unicore/ArabLnkGrp.pl lib/unicore/ArabicShaping.txt
15336            ! lib/unicore/Bidirectional.pl lib/unicore/Blocks.pl
15337            ! lib/unicore/Blocks.txt lib/unicore/Canonical.pl
15338            ! lib/unicore/CaseFolding.txt lib/unicore/Category.pl
15339            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
15340            ! lib/unicore/Jamo.txt lib/unicore/Lbrk.pl
15341            ! lib/unicore/LineBreak.txt lib/unicore/PropList.txt
15342            ! lib/unicore/PropValueAliases.txt lib/unicore/Properties
15343            ! lib/unicore/PropertyAliases.txt lib/unicore/ReadMe.txt
15344            ! lib/unicore/Scripts.pl lib/unicore/Scripts.txt
15345            ! lib/unicore/SpecialCasing.txt lib/unicore/To/Digit.pl
15346            ! lib/unicore/UnicodeData.txt lib/unicore/lib/Arabic.pl
15347            ! lib/unicore/lib/Armenian.pl lib/unicore/lib/Bengali.pl
15348            ! lib/unicore/lib/BidiBN.pl lib/unicore/lib/BidiCS.pl
15349            ! lib/unicore/lib/BidiEN.pl lib/unicore/lib/BidiES.pl
15350            ! lib/unicore/lib/BidiET.pl lib/unicore/lib/BidiL.pl
15351            ! lib/unicore/lib/BidiON.pl lib/unicore/lib/Bopomofo.pl
15352            ! lib/unicore/lib/Braille.pl lib/unicore/lib/Buhid.pl
15353            ! lib/unicore/lib/C.pl lib/unicore/lib/Canadian.pl
15354            ! lib/unicore/lib/Cf.pl lib/unicore/lib/Cherokee.pl
15355            ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Common.pl
15356            ! lib/unicore/lib/Cypriot.pl lib/unicore/lib/Cyrillic.pl
15357            ! lib/unicore/lib/Deseret.pl lib/unicore/lib/Devanaga.pl
15358            ! lib/unicore/lib/Ethiopic.pl lib/unicore/lib/Georgian.pl
15359            ! lib/unicore/lib/Gothic.pl lib/unicore/lib/Greek.pl
15360            ! lib/unicore/lib/Gujarati.pl lib/unicore/lib/Gurmukhi.pl
15361            ! lib/unicore/lib/Han.pl lib/unicore/lib/Hangul.pl
15362            ! lib/unicore/lib/Hanunoo.pl lib/unicore/lib/Hebrew.pl
15363            ! lib/unicore/lib/Hiragana.pl lib/unicore/lib/InCyril2.pl
15364            ! lib/unicore/lib/Inherite.pl lib/unicore/lib/Kannada.pl
15365            ! lib/unicore/lib/Katakana.pl lib/unicore/lib/Khmer.pl
15366            ! lib/unicore/lib/Lao.pl lib/unicore/lib/Latin.pl
15367            ! lib/unicore/lib/Limbu.pl lib/unicore/lib/LinearB.pl
15368            ! lib/unicore/lib/Malayala.pl lib/unicore/lib/Math.pl
15369            ! lib/unicore/lib/Mongolia.pl lib/unicore/lib/Myanmar.pl
15370            ! lib/unicore/lib/Ogham.pl lib/unicore/lib/OldItali.pl
15371            ! lib/unicore/lib/Oriya.pl lib/unicore/lib/Osmanya.pl
15372            ! lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
15373            ! lib/unicore/lib/OtherMat.pl lib/unicore/lib/Runic.pl
15374            ! lib/unicore/lib/Shavian.pl lib/unicore/lib/Sinhala.pl
15375            ! lib/unicore/lib/SoftDott.pl lib/unicore/lib/Syriac.pl
15376            ! lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
15377            ! lib/unicore/lib/TaiLe.pl lib/unicore/lib/Tamil.pl
15378            ! lib/unicore/lib/Telugu.pl lib/unicore/lib/Terminal.pl
15379            ! lib/unicore/lib/Thaana.pl lib/unicore/lib/Thai.pl
15380            ! lib/unicore/lib/Tibetan.pl lib/unicore/lib/Ugaritic.pl
15381            ! lib/unicore/lib/Yi.pl lib/unicore/lib/Z.pl
15382            ! lib/unicore/lib/Zs.pl lib/unicore/version t/op/pat.t
15383 ____________________________________________________________________________
15384 [ 22619] By: merijn                                on 2004/03/31  13:02:32
15385         Log: Regenerated Configure after backported #22571
15386              Some indent leftovers from earlier patches
15387              We don't like double negatives, not even in comment
15388      Branch: perl
15389            ! Configure
15390 ____________________________________________________________________________
15391 [ 22617] By: merijn                                on 2004/03/31  11:33:09
15392         Log: Subject: Re: [PATCH] MIME::Base64 PERL_NO_GET_CONTEXT
15393              From: Gisle Aas <gisle@ActiveState.com>
15394              Date: 30 Mar 2004 04:29:18 -0800
15395              Message-ID: <lrk712bjs1.fsf@caliper.activestate.com>
15396      Branch: perl
15397            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
15398            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
15399 ____________________________________________________________________________
15400 [ 22615] By: nicholas                              on 2004/03/31  08:24:29
15401         Log: Unknowingly for years we've had a test that has assumed the order
15402              of results from readdir. Fixed.
15403      Branch: perl
15404            ! lib/File/Find/t/find.t
15405 ____________________________________________________________________________
15406 [ 22614] By: nicholas                              on 2004/03/30  21:50:15
15407         Log: Subject: Zaurus SL-[78]60 native compile patch
15408              Message-Id: <46DCC0BF-8199-11D8-8D5B-000A95DBB50A@dan.co.jp>
15409              From: Dan Kogai <dankogai@dan.co.jp>
15410              Date: Tue, 30 Mar 2004 00:53:52 +0900
15411      Branch: perl
15412            ! ext/Errno/Errno_pm.PL
15413 ____________________________________________________________________________
15414 [ 22610] By: davem                                 on 2004/03/29  21:20:35
15415         Log: various win32 build fixes
15416
15417              Subject: Re: [PATCH] Re: MinGW/GCC vs MSVC++ on Win32
15418              From: Steve Hay <steve.hay@uk.radan.com>
15419              Date: Tue, 23 Mar 2004 10:42:12 +0000
15420              Message-ID: <40601484.7040905@uk.radan.com>
15421
15422              Subject: [PATCH] distclean on Win32 should delete perl.base
15423              From: Steve Hay <steve.hay@uk.radan.com>
15424              Date: Tue, 23 Mar 2004 11:35:56 +0000
15425              Message-ID: <4060211C.8020704@uk.radan.com>
15426
15427              Subject: Re: [PATCH] Create debug symbols files on Windows even for release
15428              From: Steve Hay <steve.hay@uk.radan.com>
15429              Date: Fri, 26 Mar 2004 10:46:07 +0000
15430              Message-ID: <406409EF.9020404@uk.radan.com>
15431      Branch: perl
15432            ! win32/Makefile win32/makefile.mk
15433 ____________________________________________________________________________
15434 [ 22609] By: davem                                 on 2004/03/29  20:46:36
15435         Log: Subject: [perl #27986] IPC::Open3 fails in mod_perl (tie bug)
15436              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
15437              Date: 26 Mar 2004 21:02:19 -0000
15438              Message-ID: <rt-3.0.8-27986-82842.3.55447645581215@perl.org>
15439
15440              The forked child should make sure STDIN and STDOUT aren't tied
15441              before messing with them
15442      Branch: perl
15443            ! lib/IPC/Open3.pm
15444 ____________________________________________________________________________
15445 [ 22608] By: davem                                 on 2004/03/29  20:10:05
15446         Log: backout change 22606 (make gv_fullname() include a literal '^')
15447              it breaks select.
15448      Branch: perl
15449            ! gv.c t/op/gv.t
15450 ____________________________________________________________________________
15451 [ 22607] By: davem                                 on 2004/03/28  15:10:48
15452         Log: update -Dx to cope with lexical version of OP_AELEMFAST
15453      Branch: perl
15454            ! dump.c
15455 ____________________________________________________________________________
15456 [ 22606] By: davem                                 on 2004/03/28  15:08:23
15457         Log: make gv_fullname() etc include a literal '^' for *^FOO style names
15458      Branch: perl
15459            ! gv.c t/op/gv.t
15460 ____________________________________________________________________________
15461 [ 22605] By: davem                                 on 2004/03/28  13:11:30
15462         Log: pv_display() had code to display \n etc as escapes but it didn't
15463              actually work.
15464      Branch: perl
15465            ! dump.c
15466 ____________________________________________________________________________
15467 [ 22604] By: davem                                 on 2004/03/28  10:55:30
15468         Log: fix typo in change 22597
15469      Branch: perl
15470            ! op.h
15471 ____________________________________________________________________________
15472 [ 22601] By: davem                                 on 2004/03/27  10:22:52
15473         Log: Subject:  [PATCH] -Dusemallocwrap for VMS)
15474              From:  "Craig A. Berry" <craigberry@mac.com>
15475              Date:  Fri, 26 Mar 2004 22:46:50 -0600
15476              Message-Id:  <4065073A.30007@mac.com>
15477
15478              Mimic in configure.com what Configure does to enable or disable
15479              the new feature -Dusemallocwrap
15480      Branch: perl
15481            ! configure.com
15482 ____________________________________________________________________________
15483 [ 22600] By: davem                                 on 2004/03/27  02:04:03
15484         Log: Subject:  [PATCH] don't clean-up perly.* on VMS
15485              From:  "Craig A. Berry" <craigberry@mac.com>
15486              Date:  Fri, 26 Mar 2004 16:54:44 -0600
15487              Message-Id:  <4064B4B4.2030203@mac.com>
15488
15489              refrain from getting rid of perly.c and perly.h now that there are
15490              no longer VMS-specific overrides for these files
15491      Branch: perl
15492            ! vms/descrip_mms.template
15493 ____________________________________________________________________________
15494 [ 22599] By: davem                                 on 2004/03/27  01:54:09
15495         Log: string corruption with lvalue sub
15496              Depending on the context, the same substr OP may want to return
15497              a PVLV or an LV on subsequent invcations. If TARG is the wrong
15498              type, use a mortal instead.
15499      Branch: perl
15500            ! pp.c t/op/substr.t
15501 ____________________________________________________________________________
15502 [ 22597] By: davem                                 on 2004/03/26  18:56:50
15503         Log: Clarify op.h comments for which ops the OPpDEREF* private flags
15504              are actually used; update Concise.pm to match
15505      Branch: perl
15506            ! ext/B/B/Concise.pm op.h
15507 ____________________________________________________________________________
15508 [ 22596] By: davem                                 on 2004/03/26  18:53:09
15509         Log: fix for change #22594; if using test.pl, must tell perl where to
15510              find it!
15511      Branch: perl
15512            ! t/comp/hints.t
15513 ____________________________________________________________________________
15514 [ 22595] By: davem                                 on 2004/03/26  17:28:48
15515         Log: document the return value of an empty sub
15516      Branch: perl
15517            ! pod/perlsub.pod
15518 ____________________________________________________________________________
15519 [ 22594] By: davem                                 on 2004/03/26  13:05:50
15520         Log: - hints hash was being double freed on scope exit
15521      Branch: perl
15522            ! op.c scope.c scope.h t/comp/hints.t
15523 ____________________________________________________________________________
15524 [ 22593] By: ams                                   on 2004/03/26  08:59:15
15525         Log: Subject: Re: [perl #27906] stat documentation correction
15526              From: Andy Lester <andy@petdance.com>
15527              Date: Wed, 24 Mar 2004 21:48:30 -0600
15528              Message-Id: <20040325034830.GA5865@petdance.com>
15529              (Applied with a correction from Spider Boardman.)
15530      Branch: perl
15531            ! pod/perlfunc.pod t/op/stat.t
15532 ____________________________________________________________________________
15533 [ 22592] By: davem                                 on 2004/03/26  01:24:24
15534         Log: fix some comments in perly.y
15535      Branch: perl
15536            ! perly.y
15537 ____________________________________________________________________________
15538 [ 22591] By: davem                                 on 2004/03/26  01:16:55
15539         Log: Blessed reference to anonymous glob
15540              Stop *$$x=$x giving "Attempt to free unreferenced scalar" warning
15541      Branch: perl
15542            ! sv.c t/op/ref.t
15543 ____________________________________________________________________________
15544 [ 22586] By: davem                                 on 2004/03/24  22:16:30
15545         Log: Subject: [perl #27748] 'find2perl' bug: -exec causes chdir error
15546              From: "jdhedden@1979.usna.com (via RT)" <perlbug-followup@perl.org>
15547              Date: 18 Mar 2004 20:25:50 -0000
15548              Message-ID: <rt-3.0.8-27748-82270.2.99482909739062@perl.org>
15549
15550              Cwd code was planted in the output executable after the exit, so
15551              was never run.
15552      Branch: perl
15553            ! x2p/find2perl.PL
15554 ____________________________________________________________________________
15555 [ 22585] By: nicholas                              on 2004/03/24  21:42:25
15556         Log: Remaining smoked platforms where malloc wrap is known to work.
15557              Data for Irix and NetBSD would be useful - they probably will work too.
15558              Will Unicos work? Place bets now...
15559      Branch: perl
15560            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/freebsd.sh
15561            ! hints/hpux.sh hints/linux.sh hints/openbsd.sh
15562            ! hints/solaris_2.sh
15563 ____________________________________________________________________________
15564 [ 22584] By: davem                                 on 2004/03/24  21:14:08
15565         Log: Subject: [perl #27790] split docs: say the string is EXPR
15566              From: Dan Jacobson (via RT) <perlbug-followup@perl.org>
15567              Date: 20 Mar 2004 05:21:07 -0000
15568              Message-ID: <rt-3.0.8-27790-82358.14.5476352902536@perl.org>
15569
15570              Minor documentation nit in split
15571      Branch: perl
15572            ! pod/perlfunc.pod
15573 ____________________________________________________________________________
15574 [ 22582] By: nicholas                              on 2004/03/24  19:15:29
15575         Log: mintest will pass if I skip the correct number of tests. D'oh!
15576      Branch: perl
15577            ! t/op/magic.t
15578 ____________________________________________________________________________
15579 [ 22579] By: nicholas                              on 2004/03/24  14:59:16
15580         Log: Subject: Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32
15581              From: Steve Hay <steve.hay@uk.radan.com>
15582              Message-ID: <40618D1C.7000601@uk.radan.com>
15583              Date: Wed, 24 Mar 2004 13:29:00 +0000
15584      Branch: perl
15585            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15586            ! win32/config_H.vc64
15587 ____________________________________________________________________________
15588 [ 22578] By: rgs                                   on 2004/03/24  13:54:31
15589         Log: Good catch from Dave Mitchell; plus a null pointer protection.
15590      Branch: perl
15591            ! scope.c
15592 ____________________________________________________________________________
15593 [ 22577] By: nicholas                              on 2004/03/24  11:51:46
15594         Log: Unlike perl, 0 in void context isn't special cased in C :-)
15595              (So it warns). Tweak the no-action malloc wrap checkers to avoid
15596              warnings.
15597      Branch: perl
15598            ! handy.h
15599 ____________________________________________________________________________
15600 [ 22576] By: nicholas                              on 2004/03/24  10:29:16
15601         Log: Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than
15602              NO_MALLOC_WRAP following Configure changes. Identical patch to
15603              mine supplied by Steve Hay while I was working on this.
15604              IP shootout at dawn :-)
15605      Branch: perl
15606            ! makedef.pl
15607 ____________________________________________________________________________
15608 [ 22572] By: nicholas                              on 2004/03/24  09:14:21
15609         Log: Tidy up function prototypes in the light of suidpatch
15610      Branch: perl
15611            ! embed.fnc embed.h perl.c proto.h
15612 ____________________________________________________________________________
15613 [ 22571] By: nicholas                              on 2004/03/23  22:35:09
15614         Log: Make usemallocwrap a Configure-time question. Default is yes for
15615              usedevel, no otherwise, but I'm expecting hints files on known
15616              good platforms to override this. (and known bad)
15617              Demonstration hints file for darwin.
15618      Branch: perl
15619            ! Configure config_h.SH hints/darwin.sh perl.h
15620 ____________________________________________________________________________
15621 [ 22569] By: nicholas                              on 2004/03/23  17:47:44
15622         Log: hv_delete_common was freeing the key, then passing the freed pointer
15623              to S_hv_notallowed. D'oh!
15624      Branch: perl
15625            ! hv.c
15626 ____________________________________________________________________________
15627 [ 22566] By: nicholas                              on 2004/03/23  16:23:58
15628         Log: Unify 5.008 and 5.009's B::Concise 0.58
15629      Branch: perl
15630            ! ext/B/B/Concise.pm
15631 ____________________________________________________________________________
15632 [ 22565] By: nicholas                              on 2004/03/23  16:05:28
15633         Log: Unify 5.008 and 5.009's B::Concise 0.56
15634      Branch: perl
15635            ! ext/B/B/Concise.pm
15636 ____________________________________________________________________________
15637 [ 22564] By: rgs                                   on 2004/03/23  13:43:49
15638         Log: Fix bug [perl #27839] returning @+ out of scope loses its value :
15639
15640              Subject: Re: Wondering about returned regex special arrays on going out of scope
15641              From: hv@crypt.org
15642              Date: Fri, 05 Mar 2004 17:42:25 +0000
15643              Message-Id: <200403051742.i25HgPd11240@zen.crypt.org>
15644
15645              plus a test case.
15646      Branch: perl
15647            ! pp_hot.c t/op/magic.t
15648 ____________________________________________________________________________
15649 [ 22563] By: nicholas                              on 2004/03/23  13:38:11
15650         Log: Subject: [PATCH] 5.9.1 suidperl
15651              From: psz@maths.usyd.edu.au (Paul Szabo)
15652              Message-Id: <200403182117.i2ILHug513080@milan.maths.usyd.edu.au>
15653              Date: Fri, 19 Mar 2004 08:17:56 +1100 (EST)
15654
15655              (which variables renamed as requested, plus tweaks to work on platforms
15656              with no ST_NOEXEC)
15657      Branch: perl
15658            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h
15659 ____________________________________________________________________________
15660 [ 22560] By: rgs                                   on 2004/03/22  21:29:51
15661         Log: Update the -v copyright notice.
15662      Branch: perl
15663            ! perl.c
15664 ____________________________________________________________________________
15665 [ 22559] By: nicholas                              on 2004/03/22  21:05:09
15666         Log: Don't assume that the chmod will always work.
15667              (It won't for files on *BSD where chflags has set uchg, which is
15668              what the OS X perforce client does)
15669      Branch: perl
15670            ! t/op/filetest.t
15671 ____________________________________________________________________________
15672 [ 22557] By: rgs                                   on 2004/03/22  20:46:52
15673         Log: Clarifications on constants subroutines, based on:
15674
15675              Subject: [perl #27768] [patch] wrong examples in perlsub/"Constant Functions"
15676              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
15677              Date: 19 Mar 2004 14:56:09 -0000
15678              Message-ID: <rt-3.0.8-27768-82310.5.12766475665209@perl.org>
15679      Branch: perl
15680            ! pod/perlsub.pod
15681 ____________________________________________________________________________
15682 [ 22556] By: rgs                                   on 2004/03/22  20:30:41
15683         Log: Subject: [PATCH] Re: ../lib/ExtUtils/t/Embed.t failure on Win32/GCC
15684              From: Steve Hay <steve.hay@uk.radan.com>
15685              Date: Mon, 22 Mar 2004 14:44:46 +0000
15686              Message-ID: <405EFBDE.4090209@uk.radan.com>
15687      Branch: perl
15688            ! README.win32
15689 ____________________________________________________________________________
15690 [ 22553] By: rgs                                   on 2004/03/22  19:25:59
15691         Log: Subject: Re: [PATCH] warn on !=~
15692              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
15693              Date: Mon, 22 Mar 2004 10:32:05 -0800
15694              Message-ID: <20040322183106.GA1284@efn.org>
15695
15696              More warnings for this case.
15697      Branch: perl
15698            ! t/lib/warnings/toke toke.c
15699 ____________________________________________________________________________
15700 [ 22549] By: rgs                                   on 2004/03/21  17:22:42
15701         Log: Finally, this "Negative repeat count" warning wasn't such a great
15702              idea. Disable it. But add tests for this :
15703
15704              Subject: Re: [perl #27811] (@x) x -1 is a panic
15705              From: Andy Lester <andy@petdance.com>
15706              Date: Sun, 21 Mar 2004 09:27:04 -0600
15707              Message-ID: <20040321152704.GA9041@petdance.com>
15708      Branch: perl
15709            ! pp.c t/lib/warnings/pp t/op/repeat.t
15710 ____________________________________________________________________________
15711 [ 22548] By: rgs                                   on 2004/03/21  16:40:27
15712         Log: Subject: [PATCH sv.h] Nobody has used SvPVbyte_force?
15713              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15714              Date: Sun, 21 Mar 2004 21:49:53 +0900
15715              Message-Id: <20040321213628.2461.BQW10602@nifty.com>
15716      Branch: perl
15717            ! sv.h
15718 ____________________________________________________________________________
15719 [ 22547] By: rgs                                   on 2004/03/21  13:36:27
15720         Log: I must be tired today.
15721      Branch: perl
15722            ! lib/utf8.t
15723 ____________________________________________________________________________
15724 [ 22546] By: rgs                                   on 2004/03/21  13:26:33
15725         Log: Silence a gcc warning.
15726      Branch: perl
15727            ! sv.c
15728 ____________________________________________________________________________
15729 [ 22545] By: rgs                                   on 2004/03/21  13:18:01
15730         Log: Subject: Re: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar)
15731              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15732              Date: Sun, 21 Mar 2004 15:19:22 +0900
15733              Message-Id: <20040321151828.DAC6.BQW10602@nifty.com>
15734      Branch: perl
15735            ! lib/utf8.t sv.c
15736 ____________________________________________________________________________
15737 [ 22544] By: rgs                                   on 2004/03/21  13:12:53
15738         Log: Subject: [PATCH] fix memory bug in vms.c:mp_do_tounixspec
15739              From: "Craig A. Berry" <craigberry@mac.com>
15740              Date: Sat, 20 Mar 2004 21:51:45 -0600
15741              Message-ID: <405D1151.3040308@mac.com>
15742      Branch: perl
15743            ! vms/vms.c
15744 ____________________________________________________________________________
15745 [ 22543] By: rgs                                   on 2004/03/21  13:06:20
15746         Log: Add a new warning "Negative repeat count"
15747              for the cases $x x -1.
15748      Branch: perl
15749            ! pod/perlop.pod pp.c t/lib/warnings/pp
15750 ____________________________________________________________________________
15751 [ 22542] By: rgs                                   on 2004/03/20  11:49:21
15752         Log: Subject: [PATCH] warn on !=~
15753              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
15754              Date: Thu, 18 Mar 2004 22:24:09 -0800
15755              Message-ID: <20040319062035.GA3768@efn.org>
15756
15757              with an improvement suggested by Ton Hospel.
15758      Branch: perl
15759            ! pod/perldiag.pod t/lib/warnings/toke toke.c
15760 ____________________________________________________________________________
15761 [ 22541] By: rgs                                   on 2004/03/20  10:19:59
15762         Log: Subject: makefile.95 tweak
15763              From: Greg Matheson <lang@ms.chinmin.edu.tw>
15764              Date: Fri, 19 Mar 2004 18:15:25 +0800
15765              Message-ID: <20040319181525.A6347@ms.chinmin.edu.tw>
15766      Branch: perl
15767            ! win32/makefile.mk
15768 ____________________________________________________________________________
15769 [ 22540] By: rgs                                   on 2004/03/20  10:15:36
15770         Log: \x80\xFF is not valid UTF-8.
15771      Branch: perl
15772            ! pod/perluniintro.pod
15773 ____________________________________________________________________________
15774 [ 22539] By: rgs                                   on 2004/03/19  23:09:13
15775         Log: Subject: [perl #24821] enhancement patch for B::Concise
15776              From: jim cromie <jcromie@divsol.com>
15777              Date: Wed, 17 Mar 2004 14:12:43 -0700
15778              Message-ID: <4058BF4B.1000004@divsol.com>
15779              (Only the Concise.pm part, with documentation nits)
15780      Branch: perl
15781            ! ext/B/B/Concise.pm
15782 ____________________________________________________________________________
15783 [ 22538] By: nicholas                              on 2004/03/19  12:15:23
15784         Log: Subject:  [PATCH] open.pm: allow upper-cased EUC
15785              From:  Autrijus Tang <autrijus@autrijus.org>
15786              Date:  Fri, 19 Mar 2004 18:27:10 +0800
15787              Message-Id:  <20040319102710.GA91216@aut.dyndns.org>
15788      Branch: perl
15789            ! lib/open.pm
15790 ____________________________________________________________________________
15791 [ 22537] By: nicholas                              on 2004/03/19  11:59:01
15792         Log: Subject: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
15793              From: Jan Dubois <jand@activestate.com>
15794              Message-ID: <lg2k509o51b8openotuetdts6go7pn4udo@4ax.com>
15795              Date: Thu, 18 Mar 2004 13:13:49 -0800
15796
15797              Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
15798              From: Steve Hay <steve.hay@uk.radan.com>
15799              Message-ID: <405ACC6D.1040804@uk.radan.com>
15800              Date: Fri, 19 Mar 2004 10:33:17 +0000
15801      Branch: perl
15802            + win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
15803            + win32/ext/Win32/Win32.xs
15804            - lib/Win32.pod
15805            ! MANIFEST win32/Makefile win32/makefile.mk
15806 ____________________________________________________________________________
15807 [ 22536] By: nicholas                              on 2004/03/19  11:43:35
15808         Log: Change Storable.xs to conditionally include ppport.h for pre 5.8.0
15809              This allows the ppport.h to be deleted from ext/Storable, which will
15810              reduce the potential for confusion.
15811              Bump Storable's version to 2.12; update the ChangeLog
15812      Branch: perl
15813            - ext/Storable/ppport.h
15814            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
15815            ! ext/Storable/README ext/Storable/Storable.pm
15816            ! ext/Storable/Storable.xs
15817 ____________________________________________________________________________
15818 [ 22535] By: nicholas                              on 2004/03/19  11:03:18
15819         Log: Move Beau Cox's ppport.h fixes into PPPort.pm
15820      Branch: perl
15821            ! ext/Devel/PPPort/PPPort.pm
15822 ____________________________________________________________________________
15823 [ 22534] By: rgs                                   on 2004/03/19  10:13:14
15824         Log: Nit in perluniintro about the U0 and C0 templates,
15825              noticed by Steve Hay.
15826      Branch: perl
15827            ! pod/perluniintro.pod
15828 ____________________________________________________________________________
15829 [ 22533] By: ams                                   on 2004/03/19  02:57:40
15830         Log: Subject: [PATCH] Storable PERL_NO_GET_CONTEXT
15831              From: beau@beaucox.com
15832              Date: Thu, 18 Mar 2004 12:45:45 -1000
15833              Message-Id: <20040318_224545_009145.beau@beaucox.com>
15834      Branch: perl
15835            + ext/Storable/ppport.h
15836            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.xs
15837 ____________________________________________________________________________
15838 [ 22532] By: rgs                                   on 2004/03/18  20:33:02
15839         Log: Subject: [PATCH] range operator warnings / 64-bit fix
15840              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
15841              Date: Wed, 10 Mar 2004 21:45:48 +0100
15842              Message-Id: <20040310214548.4f5e3ab1@r2d2>
15843      Branch: perl
15844            ! pp_ctl.c pp_hot.c t/op/range.t
15845 ____________________________________________________________________________
15846 [ 22531] By: davem                                 on 2004/03/18  19:02:32
15847         Log: add code comment for change 22525
15848      Branch: perl
15849            ! pp.c
15850 ____________________________________________________________________________
15851 [ 22530] By: rgs                                   on 2004/03/18  18:21:32
15852         Log: Add a perl592delta.pod man page.
15853      Branch: perl
15854            + pod/perl592delta.pod
15855            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
15856            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
15857            ! win32/pod.mak
15858 ____________________________________________________________________________
15859 [ 22528] By: nicholas                              on 2004/03/18  16:58:06
15860         Log: Corrections and explanations in comments
15861      Branch: perl
15862            ! ext/Storable/Storable.xs
15863 ____________________________________________________________________________
15864 [ 22527] By: nicholas                              on 2004/03/18  16:50:25
15865         Log: Subject:  pumpkin fodder
15866              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
15867              Date:  Fri, 12 Mar 2004 15:16:57 +0200 (EET)
15868              Message-Id:  <200403121316.i2CDGv1Y254951@kosh.hut.fi>
15869      Branch: perl
15870            ! lib/unicore/README.perl
15871 ____________________________________________________________________________
15872 [ 22526] By: rgs                                   on 2004/03/18  14:33:14
15873         Log: Detypo.
15874      Branch: perl
15875            ! makedef.pl
15876 ____________________________________________________________________________
15877 [ 22525] By: davem                                 on 2004/03/18  14:13:16
15878         Log: make ~$x give warning is $x isn't initialised.
15879              Also add test for uninitialised warning in & op.
15880      Branch: perl
15881            ! pp.c t/lib/warnings/sv
15882 ____________________________________________________________________________
15883 [ 22524] By: rgs                                   on 2004/03/18  13:20:07
15884         Log: Try to fix the AIX and Windows builds regarding the
15885              definedness of the PL_memory_wrap symbol.
15886      Branch: perl
15887            ! makedef.pl
15888 ____________________________________________________________________________
15889 [ 22523] By: rgs                                   on 2004/03/18  08:27:34
15890         Log: Bump bleadperl's version number to 5.9.2.
15891      Branch: perl
15892            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
15893            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
15894            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
15895            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
15896            ! win32/makefile.mk wince/Makefile.ce
15897 ____________________________________________________________________________
15898 [ 22521] By: rgs                                   on 2004/03/17  19:13:03
15899         Log: Subject: [PATCH] format/casting/warning RE: perl 5.9.1
15900              From: Robin Barker <Robin.Barker@npl.co.uk>
15901              Date: Wed, 17 Mar 2004 18:37:10 -0000
15902              Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk>
15903      Branch: perl
15904            ! dump.c ext/Socket/Socket.xs pad.c util.c
15905 ____________________________________________________________________________
15906 [ 22520] By: rgs                                   on 2004/03/17  18:20:54
15907         Log: Optimize away the assignment in the constructs C<my $s = undef>,
15908              C<my @a = ()>, C<my %h = ()>.
15909      Branch: perl
15910            ! op.c
15911 ____________________________________________________________________________
15912 [ 22517] By: nicholas                              on 2004/03/17  17:58:44
15913         Log: Subject: malloc wrappage
15914              From: Jarkko Hietaniemi <jhi@iki.fi>
15915              Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi>
15916              Date: Tue, 10 Feb 2004 23:15:14 +0200
15917
15918              plus change croak to Perl_croak_nocontext to make ithread safe
15919              plus make it conditional on PERL_MALLOC_WRAP (default for blead is on)
15920      Branch: perl
15921            ! av.c handy.h perl.h pod/perldiag.pod pp.c
15922 ____________________________________________________________________________
15923 [ 22516] By: nicholas                              on 2004/03/17  16:10:57
15924         Log: Add auto-require of modules to restore overloading (and tests)
15925      Branch: perl
15926            + ext/Storable/t/HAS_OVERLOAD.pm
15927            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
15928            ! ext/Storable/Storable.xs ext/Storable/t/overload.t
15929 ____________________________________________________________________________
15930 [ 22515] By: nicholas                              on 2004/03/17  15:48:03
15931         Log: Add regression tests for the auto-require of STORABLE_thaw
15932      Branch: perl
15933            + ext/Storable/t/HAS_HOOK.pm
15934            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
15935            ! ext/Storable/t/blessed.t
15936 ____________________________________________________________________________
15937 [ 22514] By: nicholas                              on 2004/03/16  22:36:49
15938         Log: Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS
15939              block. This allows the re-entrant API to be used with ithreads,
15940              which in turn permits -Dusethreads -Uuseithreads -Uuse5005threads
15941              (Which may seem inane, but makes perl threaded at the C level
15942              without enabling ithreads)
15943      Branch: perl
15944            ! intrpvar.h
15945 ____________________________________________________________________________
15946 [ 22513] By: rgs                                   on 2004/03/16  21:55:10
15947         Log: Add a lchown() call to the POSIX module. [perl #27547]
15948      Branch: perl
15949            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
15950 ____________________________________________________________________________
15951 [ 22512] By: rgs                                   on 2004/03/16  21:29:41
15952         Log: Subject: [PATCH] Re: Perl and Parrot disagree about sched_yield on Solaris
15953              From: Andrew Dougherty <doughera@lafayette.edu>
15954              Date: Tue, 16 Mar 2004 16:38:58 -0500 (EST)
15955              Message-ID: <Pine.SOL.4.58.0403161635590.27628@maxwell.phys.lafayette.edu>
15956      Branch: perl
15957            ! hints/solaris_2.sh
15958 ____________________________________________________________________________
15959 [ 22511] By: rgs                                   on 2004/03/16  21:27:02
15960         Log: Restore the "DEVEL" locally-applied-patches version tag in blead.
15961      Branch: perl
15962            ! patchlevel.h
15963 ____________________________________________________________________________
15964 [ 22510] By: rgs                                   on 2004/03/16  18:29:39
15965         Log: Update Changes. (again)
15966      Branch: perl
15967            ! Changes
15968 ____________________________________________________________________________
15969 [ 22509] By: rgs                                   on 2004/03/16  18:19:52
15970         Log: Update copyright notices
15971      Branch: perl
15972            ! cop.h cv.h doio.c doop.c dump.c embed.h embed.pl embedvar.h
15973            ! form.h global.sym gv.c handy.h hv.c mg.c op.c op.h opcode.h
15974            ! opcode.pl opnames.h pad.c patchlevel.h perl.c perl.h perlapi.h
15975            ! perlio.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
15976            ! proto.h regexec.c scope.c scope.h sv.c sv.h thread.h
15977            ! universal.c utf8.c util.c
15978 ____________________________________________________________________________
15979 [ 22508] By: rgs                                   on 2004/03/16  16:31:03
15980         Log: Regenerate META.yml
15981      Branch: perl
15982            ! META.yml
15983 ____________________________________________________________________________
15984 [ 22507] By: rgs                                   on 2004/03/16  15:36:32
15985         Log: Update Changes.
15986      Branch: perl
15987            ! Changes
15988 ____________________________________________________________________________
15989 [ 22506] By: rgs                                   on 2004/03/16  15:32:42
15990         Log: This is 5.9.1.
15991      Branch: perl
15992            ! patchlevel.h
15993 ____________________________________________________________________________
15994 [ 22505] By: rgs                                   on 2004/03/16  15:28:55
15995         Log: We'll ship 5.9.1 today.
15996      Branch: perl
15997            ! pod/perlhist.pod
15998 ____________________________________________________________________________
15999 [ 22504] By: rgs                                   on 2004/03/16  15:25:22
16000         Log: More perldelta updates.
16001      Branch: perl
16002            ! pod/perl591delta.pod
16003 ____________________________________________________________________________
16004 [ 22503] By: rgs                                   on 2004/03/16  13:23:34
16005         Log: Since the signature.t test of CPAN relies on a non-core module,
16006              it's not relevant to the perl core distribution.
16007      Branch: perl
16008            - lib/CPAN/t/signature.t
16009            ! MANIFEST
16010 ____________________________________________________________________________
16011 [ 22502] By: rgs                                   on 2004/03/15  21:54:56
16012         Log: Fix the order of arguments in the usage message of
16013              POSIX::chown(). It's different from the POSIX order but
16014              it's the same than CORE::chown(). Damn.
16015      Branch: perl
16016            ! ext/POSIX/POSIX.pm
16017 ____________________________________________________________________________
16018 [ 22501] By: rgs                                   on 2004/03/15  17:09:26
16019         Log: Subject: Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
16020              From: Steve Hay <steve.hay@uk.radan.com>
16021              Date: Mon, 15 Mar 2004 10:28:02 +0000
16022              Message-ID: <40558532.30002@uk.radan.com>
16023
16024              Plus, restore patch #22489
16025      Branch: perl
16026            ! win32/Makefile win32/makefile.mk
16027 ____________________________________________________________________________
16028 [ 22500] By: davem                                 on 2004/03/14  20:13:47
16029         Log: scope exit could expose freed local() value
16030      Branch: perl
16031            ! scope.c t/op/localref.t
16032 ____________________________________________________________________________
16033 [ 22499] By: davem                                 on 2004/03/14  17:01:34
16034         Log: strict 'subs' didn't warn on bareword array index
16035      Branch: perl
16036            ! op.c t/lib/strict/subs
16037 ____________________________________________________________________________
16038 [ 22498] By: rgs                                   on 2004/03/14  12:52:17
16039         Log: Four Storable patches towards Storable 2.11 :
16040
16041              Subject: Re: [perl #27616] Storable can't freeze restricted hashes in canonical order
16042              From: Nicholas Clark <nick@ccl4.org>
16043              Date: Sat, 13 Mar 2004 15:13:28 +0000
16044              Message-ID: <20040313151327.GS701@plum.flirble.org>
16045
16046              Date: Sat, 13 Mar 2004 20:23:45 +0000
16047              Message-ID: <20040313202345.GX701@plum.flirble.org>
16048
16049              Date: Sat, 13 Mar 2004 22:20:07 +0000
16050              Message-ID: <20040313222007.GZ701@plum.flirble.org>
16051
16052              Date: Sat, 13 Mar 2004 23:03:46 +0000
16053              Message-ID: <20040313230345.GB701@plum.flirble.org>
16054      Branch: perl
16055            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
16056            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
16057            ! ext/Storable/t/restrict.t
16058 ____________________________________________________________________________
16059 [ 22497] By: rgs                                   on 2004/03/13  21:27:57
16060         Log: Subject: [perl #27567] [patch] a typo and a mistake in perltoot.pod
16061              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
16062              Date: 10 Mar 2004 17:05:09 -0000
16063              Message-ID: <rt-3.0.8-27567-81174.13.282806825515@perl.org>
16064      Branch: perl
16065            ! pod/perltoot.pod
16066 ____________________________________________________________________________
16067 [ 22496] By: rgs                                   on 2004/03/13  21:16:59
16068         Log: More small perldelta updates.
16069      Branch: perl
16070            ! pod/perl591delta.pod
16071 ____________________________________________________________________________
16072 [ 22495] By: rgs                                   on 2004/03/13  20:05:20
16073         Log: Revert change #22489, that seems to cause build failures on Windows.
16074      Branch: perl
16075            ! win32/Makefile win32/makefile.mk
16076 ____________________________________________________________________________
16077 [ 22494] By: rgs                                   on 2004/03/13  19:55:43
16078         Log: Subject: Re: [PATCH] Stop splitpod truncating sprintf manpage
16079              From: Steve Hay <steve.hay@uk.radan.com>
16080              Date: Fri, 12 Mar 2004 08:38:41 +0000
16081              Message-ID: <40517711.9030204@uk.radan.com>
16082      Branch: perl
16083            ! pod/splitpod
16084 ____________________________________________________________________________
16085 [ 22493] By: rgs                                   on 2004/03/12  23:39:16
16086         Log: perl591delta nits. Regenerate the tables of contents.
16087      Branch: perl
16088            ! pod/perl591delta.pod pod/perlmodlib.pod pod/perltoc.pod
16089 ____________________________________________________________________________
16090 [ 22492] By: rgs                                   on 2004/03/12  21:35:49
16091         Log: Update perl591delta. Include a small to-do list in it.
16092      Branch: perl
16093            ! pod/perl591delta.pod
16094 ____________________________________________________________________________
16095 [ 22491] By: rgs                                   on 2004/03/12  20:08:31
16096         Log: Subject: [PATCH] Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12
16097              From: Tels <perl_dummy@bloodgate.com>
16098              Date: Fri, 12 Mar 2004 18:02:30 +0100
16099              Message-Id: <200403121802.31679@bloodgate.com>
16100      Branch: perl
16101            + lib/Math/BigInt/t/_e_math.t
16102            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt/t/bare_mbf.t
16103            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
16104            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
16105            ! lib/bigint.pm lib/bignum.pm
16106 ____________________________________________________________________________
16107 [ 22490] By: rgs                                   on 2004/03/12  18:31:12
16108         Log: Fix a bug in the cloning of regexps
16109
16110              Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread
16111              From: hv@crypt.org
16112              Date: Thu, 11 Mar 2004 16:21:50 +0000
16113              Message-Id: <200403111621.i2BGLoi20225@zen.crypt.org>
16114              (plus another similar fix)
16115      Branch: perl
16116            ! sv.c
16117 ____________________________________________________________________________
16118 [ 22489] By: rgs                                   on 2004/03/12  18:26:34
16119         Log: Subject: [PATCH] Fix minitest target in Win32 makefiles
16120              From: Steve Hay <steve.hay@uk.radan.com>
16121              Date: Fri, 12 Mar 2004 15:52:23 +0000
16122              Message-ID: <4051DCB7.107@uk.radan.com>
16123      Branch: perl
16124            ! win32/Makefile win32/makefile.mk
16125 ____________________________________________________________________________
16126 [ 22488] By: rgs                                   on 2004/03/11  22:57:29
16127         Log: Document the new behaviour of the substr lvalue :
16128              Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue window
16129              From: Dave Mitchell <davem@fdisolutions.com>
16130              Date: Mon, 1 Mar 2004 23:59:21 +0000
16131              Message-ID: <20040301235921.GC6469@fdisolutions.com>
16132      Branch: perl
16133            ! pod/perlfunc.pod
16134 ____________________________________________________________________________
16135 [ 22485] By: davem                                 on 2004/03/11  14:52:58
16136         Log: make op/write.t work better under stdio by running the subtests
16137              in the child process rather than the parent.
16138      Branch: perl
16139            ! t/op/write.t
16140 ____________________________________________________________________________
16141 [ 22484] By: merijn                                on 2004/03/11  10:08:17
16142         Log: Subject: Re: [PATCH] Re: Proposal to remove support for MachTen
16143              From: Dominic Dunlop <shouldbedomo@mac.com>
16144              Date: Thu, 11 Mar 2004 10:34:01 +0100
16145              Message-Id: <3B07B7FC-733F-11D8-AC24-000A27839BD6@mac.com>
16146      Branch: perl
16147            ! README.machten hints/machten.sh
16148 ____________________________________________________________________________
16149 [ 22483] By: nicholas                              on 2004/03/10  20:38:49
16150         Log: croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake
16151              back this out until we have a tangible policy
16152      Branch: perl
16153            ! sv.c
16154 ____________________________________________________________________________
16155 [ 22482] By: rgs                                   on 2004/03/10  16:16:00
16156         Log: Upgrade to Cwd 2.17.
16157      Branch: perl
16158            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
16159 ____________________________________________________________________________
16160 [ 22481] By: rgs                                   on 2004/03/10  10:55:12
16161         Log: Subject: Re: [PATCH] More "distclean" tidy ups on Win32
16162              From: Steve Hay <steve.hay@uk.radan.com>
16163              Date: Wed, 10 Mar 2004 10:58:15 +0000
16164              Message-ID: <404EF4C7.9090107@uk.radan.com>
16165      Branch: perl
16166            ! win32/Makefile win32/makefile.mk
16167 ____________________________________________________________________________
16168 [ 22480] By: rgs                                   on 2004/03/10  09:25:36
16169         Log: Change 22476 left out a similar fix for ExtUtils::MM_Win32
16170              (noticed by Steve Hay.)
16171              Also, update MANIFEST.SKIP to be in line with the renaming
16172              "blibdirs" to "blibdirs.exists".
16173      Branch: perl
16174            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Win32.pm
16175 ____________________________________________________________________________
16176 [ 22479] By: rgs                                   on 2004/03/10  09:07:03
16177         Log: A patch by Richard Foley to reduce the amount of
16178              forkage between the 5.8 and 5.9 debuggers.
16179      Branch: perl
16180            ! lib/perl5db.pl
16181 ____________________________________________________________________________
16182 [ 22478] By: chip                                  on 2004/03/09  23:51:41
16183         Log: In line-buffered mode, flush on the *last* newline,
16184              not on every newline.
16185      Branch: perl
16186            ! perlio.c
16187 ____________________________________________________________________________
16188 [ 22477] By: rgs                                   on 2004/03/09  22:27:22
16189         Log: Subject: [PATCH] More "distclean" tidy ups on Win32
16190              From: Steve Hay <steve.hay@uk.radan.com>
16191              Date: Fri, 05 Mar 2004 09:56:36 +0000
16192              Message-ID: <40484ED4.1050001@uk.radan.com>
16193              (only the win32 makefiles part)
16194      Branch: perl
16195            ! win32/Makefile win32/makefile.mk
16196 ____________________________________________________________________________
16197 [ 22476] By: rgs                                   on 2004/03/09  21:45:49
16198         Log: Subject: [PATCH] bleadperl/MM/VMS (was Re: perl@22413)
16199              From: "Craig A. Berry" <craigberry@mac.com>
16200              Date: Mon, 08 Mar 2004 08:18:43 -0600
16201              Message-ID: <404C80C3.6090009@mac.com>
16202
16203              Avoid to build everything twice on VMS.
16204              This is done by renaming the blibdirs target to blibdirs.exists.
16205              No, I don't understand why.
16206      Branch: perl
16207            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
16208            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
16209            ! lib/ExtUtils/t/INST_PREFIX.t
16210 ____________________________________________________________________________
16211 [ 22474] By: rgs                                   on 2004/03/09  20:29:02
16212         Log: Improve the "Prototype mismatch" error message when
16213              the redefined subroutine didn't have any prototype.
16214      Branch: perl
16215            ! op.c t/comp/redef.t
16216 ____________________________________________________________________________
16217 [ 22473] By: mhx                                   on 2004/03/09  19:09:20
16218         Log: Revert change #22472, but keep the new tests.
16219      Branch: perl
16220            ! pp_ctl.c t/op/range.t
16221 ____________________________________________________________________________
16222 [ 22472] By: mhx                                   on 2004/03/09  18:41:15
16223         Log: Subject: Re: undef and the range operator
16224              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
16225              Date: Mon, 8 Mar 2004 21:49:55 +0100
16226              Message-Id: <20040308214955.3d8be3a6@r2d2>
16227      Branch: perl
16228            ! pp_ctl.c t/op/range.t
16229 ____________________________________________________________________________
16230 [ 22471] By: nicholas                              on 2004/03/09  16:11:37
16231         Log: Make a temporary copy of the input buffer in pp_send, so that send
16232              and syswrite don't gratuitously upgrade their input to UTF8
16233      Branch: perl
16234            ! pp_sys.c t/op/sysio.t
16235 ____________________________________________________________________________
16236 [ 22470] By: rgs                                   on 2004/03/09  15:27:38
16237         Log: Upgrade to Cwd 2.16
16238      Branch: perl
16239            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
16240 ____________________________________________________________________________
16241 [ 22469] By: rgs                                   on 2004/03/09  14:56:10
16242         Log: Upgrade to CGI.pm 3.04.
16243      Branch: perl
16244            ! lib/CGI.pm lib/CGI/Cookie.pm
16245 ____________________________________________________________________________
16246 [ 22468] By: rgs                                   on 2004/03/08  15:35:59
16247         Log: perl591delta.pod update.
16248      Branch: perl
16249            ! pod/perl591delta.pod
16250 ____________________________________________________________________________
16251 [ 22467] By: rgs                                   on 2004/03/08  10:43:23
16252         Log: Another makefile portability fix for Win32 by Steve Hay.
16253      Branch: perl
16254            ! win32/Makefile win32/makefile.mk
16255 ____________________________________________________________________________
16256 [ 22466] By: rgs                                   on 2004/03/08  08:06:33
16257         Log: Subject: [PATCH] win32_fstat has a potential buffer overrun problem
16258              From: Jan Dubois <jand@ActiveState.com>
16259              Date: Sun, 07 Mar 2004 17:04:35 -0800
16260              Message-ID: <8lgn409p4k2kpde8d428d7a4r7fsgjc8b4@4ax.com>
16261      Branch: perl
16262            ! win32/win32.c
16263 ____________________________________________________________________________
16264 [ 22465] By: nicholas                              on 2004/03/07  23:31:49
16265         Log: Fix Dave's original shared hash key corruption bug
16266      Branch: perl
16267            ! sv.c
16268 ____________________________________________________________________________
16269 [ 22463] By: nicholas                              on 2004/03/07  21:34:01
16270         Log: Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test
16271              in utf8.t, and fix 3 bugs it exposed in utfhash.t
16272      Branch: perl
16273            ! lib/utf8.t sv.c t/op/utfhash.t
16274 ____________________________________________________________________________
16275 [ 22462] By: rgs                                   on 2004/03/07  20:34:05
16276         Log: Subject: undef and the range operator
16277              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
16278              Date: Sun, 7 Mar 2004 21:11:20 +0100
16279              Message-Id: <20040307211120.10e46933@r2d2>
16280      Branch: perl
16281            ! pp_ctl.c t/op/range.t
16282 ____________________________________________________________________________
16283 [ 22459] By: rgs                                   on 2004/03/07  18:41:36
16284         Log: Subject: Re: [PATCH Cwd 2.15] test tweak for VMS
16285              From: "Ken Williams" <ken@mathforum.org>
16286              Date: Sun, 7 Mar 2004 09:37:19 -0600
16287              Message-Id: <51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org>
16288      Branch: perl
16289            ! ext/Cwd/t/cwd.t
16290 ____________________________________________________________________________
16291 [ 22456] By: rgs                                   on 2004/03/07  14:08:43
16292         Log: Subject: [PATCH t/op/closure.t] line-end tweak for VMS
16293              From: "Craig A. Berry" <craigberry@mac.com>
16294              Date: Sat, 06 Mar 2004 22:50:25 -0600
16295              Message-ID: <404AAA11.8050001@mac.com>
16296      Branch: perl
16297            ! t/op/closure.t
16298 ____________________________________________________________________________
16299 [ 22452] By: rgs                                   on 2004/03/06  21:24:45
16300         Log: Subject: [PATCH Cwd 2.15] test tweak for VMS
16301              From: "Craig A. Berry" <craigberry@mac.com>
16302              Date: Sat, 06 Mar 2004 13:51:55 -0600
16303              Message-ID: <404A2BDB.8030401@mac.com>
16304      Branch: perl
16305            ! ext/Cwd/t/cwd.t
16306 ____________________________________________________________________________
16307 [ 22451] By: rgs                                   on 2004/03/06  21:09:10
16308         Log: Allow syslog() to use numeric constants in addition to strings for
16309              facility names and priorities.
16310
16311              Subject: Patch for Sys::Syslog
16312              From: Jim Schneider <jschneid@netilla.com>
16313              Date: Fri, 5 Mar 2004 14:03:10 -0500
16314              Message-Id: <200403051403.10674.jschneid@netilla.com>
16315      Branch: perl
16316            ! ext/Sys/Syslog/Syslog.pm
16317 ____________________________________________________________________________
16318 [ 22446] By: nicholas                              on 2004/03/06  16:13:48
16319         Log: Make threads tests pass make minitest (by skipping)
16320      Branch: perl
16321            ! t/op/getpid.t t/op/threads.t
16322 ____________________________________________________________________________
16323 [ 22445] By: davem                                 on 2004/03/06  15:25:32
16324         Log: fix coredump in /(?{sub{}})/
16325      Branch: perl
16326            ! pad.c
16327 ____________________________________________________________________________
16328 [ 22444] By: rgs                                   on 2004/03/05  21:19:06
16329         Log: A small perluniintro clarification by Jarkko.
16330      Branch: perl
16331            ! pod/perluniintro.pod
16332 ____________________________________________________________________________
16333 [ 22443] By: rgs                                   on 2004/03/05  14:13:50
16334         Log: Subject: [PATCH] Re: Strange segfault
16335              From: mhx-perl@gmx.net (Marcus Holland-Moritz)
16336              Date: Fri, 5 Mar 2004 15:13:53 +0100
16337              Message-ID: <20040305151353.5f3e913c@r2d2>
16338      Branch: perl
16339            ! pp_ctl.c t/op/range.t
16340 ____________________________________________________________________________
16341 [ 22442] By: rgs                                   on 2004/03/05  09:31:22
16342         Log: Subject: [PATCH] Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32
16343              From: steve.hay@uk.radan.com (Steve Hay)
16344              Date: Fri, 05 Mar 2004 09:42:32 +0000
16345              Message-ID: <40484B88.7070608@uk.radan.com>
16346      Branch: perl
16347            ! win32/makefile.mk
16348 ____________________________________________________________________________
16349 [ 22441] By: rgs                                   on 2004/03/05  08:53:08
16350         Log: Change 22436 broke the Windows build.
16351              Fix by Steve Hay.
16352      Branch: perl
16353            ! ext/POSIX/POSIX.xs
16354 ____________________________________________________________________________
16355 [ 22440] By: davem                                 on 2004/03/05  00:09:23
16356         Log: silence some compiler warnings
16357      Branch: perl
16358            ! pp_ctl.c sv.c
16359 ____________________________________________________________________________
16360 [ 22439] By: davem                                 on 2004/03/04  23:56:42
16361         Log: ensure utf8::encode() normalises its arg
16362      Branch: perl
16363            ! sv.c
16364 ____________________________________________________________________________
16365 [ 22438] By: davem                                 on 2004/03/04  23:32:38
16366         Log: Memory leak in continue loop
16367              make sure redo always frees temps
16368      Branch: perl
16369            ! pp_ctl.c t/op/loopctl.t
16370 ____________________________________________________________________________
16371 [ 22437] By: davem                                 on 2004/03/04  22:03:17
16372         Log: Add perldiag entry for change #22435 (deprecate my $x if 0)
16373      Branch: perl
16374            ! pod/perldiag.pod
16375 ____________________________________________________________________________
16376 [ 22436] By: rgs                                   on 2004/03/04  21:52:18
16377         Log: Subject: [PATCH] Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
16378              From: Andrew Dougherty <doughera@lafayette.edu>
16379              Date: Thu, 4 Mar 2004 14:41:07 -0500 (EST)
16380              Message-ID: <Pine.SOL.4.58.0403041438350.5863@maxwell.phys.lafayette.edu>
16381      Branch: perl
16382            ! ext/POSIX/POSIX.xs
16383 ____________________________________________________________________________
16384 [ 22435] By: davem                                 on 2004/03/04  21:39:47
16385         Log: add deprecation warning for my $x if 0
16386      Branch: perl
16387            ! op.c t/lib/warnings/op
16388 ____________________________________________________________________________
16389 [ 22434] By: davem                                 on 2004/03/04  21:38:57
16390         Log: remove an 'if $a if 0' from AutoSplit.t
16391      Branch: perl
16392            ! lib/AutoSplit.t
16393 ____________________________________________________________________________
16394 [ 22433] By: davem                                 on 2004/03/04  20:33:44
16395         Log: retract 22328 and 22332: deprecation warning for my $x if foo
16396      Branch: perl
16397            ! embed.h op.c opcode.h opcode.pl pod/perldiag.pod pp.sym
16398            ! pp_proto.h t/lib/warnings/op
16399 ____________________________________________________________________________
16400 [ 22432] By: rgs                                   on 2004/03/04  12:18:11
16401         Log: Maintainers.pl update by MJD.
16402      Branch: perl
16403            ! Porting/Maintainers.pl
16404 ____________________________________________________________________________
16405 [ 22431] By: rgs                                   on 2004/03/04  10:35:59
16406         Log: Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3
16407              (by Steve Hay)
16408      Branch: perl
16409            + t/win32/getosversion.t
16410            ! MANIFEST win32/win32.c
16411 ____________________________________________________________________________
16412 [ 22430] By: rgs                                   on 2004/03/04  08:03:54
16413         Log: Clarify the difference between utf8::downgrade/upgrade
16414              and utf8::encode/decode (patch by Jarkko).
16415      Branch: perl
16416            ! lib/utf8.pm pod/perluniintro.pod
16417 ____________________________________________________________________________
16418 [ 22429] By: rgs                                   on 2004/03/03  23:01:56
16419         Log: A couple of notes in perl591delta
16420              (about Benchmark and the debugger.)
16421      Branch: perl
16422            ! pod/perl591delta.pod
16423 ____________________________________________________________________________
16424 [ 22428] By: rgs                                   on 2004/03/03  22:15:42
16425         Log: Subject: [PATCH] simplify sv.h
16426              From: Arthur Bergman <sky@nanisky.com>
16427              Date: Sun, 29 Feb 2004 22:04:53 +0000
16428              Message-Id: <4D3C272C-6B03-11D8-B799-000A95A2734C@nanisky.com>
16429      Branch: perl
16430            ! sv.h
16431 ____________________________________________________________________________
16432 [ 22427] By: rgs                                   on 2004/03/03  21:55:03
16433         Log: Speed up the unicode case mappings (for /i, lc, uc, etc).
16434              Subject: [PATCH] [perl #24826]
16435              From: Jarkko Hietaniemi <jhi@iki.fi>
16436              Date: Wed, 3 Mar 2004 09:37:21 +0200
16437              Message-Id: <9B5CBF96-6CE5-11D8-83B0-00039362CB92@iki.fi>
16438      Branch: perl
16439            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
16440            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
16441            ! lib/unicore/mktables t/uni/case.pl utf8.c
16442 ____________________________________________________________________________
16443 [ 22426] By: rgs                                   on 2004/03/03  21:04:48
16444         Log: Subject: [PATCH] debugger (5.8.x and 5.9.x)
16445              From: Richard.Foley@t-online.de (Richard Foley)
16446              Date: Wed, 3 Mar 2004 16:10:25 +0100
16447              Message-Id: <200403031610.25080.richard.foley@rfi.net>
16448      Branch: perl
16449            ! lib/perl5db.pl
16450 ____________________________________________________________________________
16451 [ 22425] By: davem                                 on 2004/03/03  00:02:51
16452         Log: stop t/op/write.t failures under stdio by always closing files
16453              before reading them back; also replace `cat file` with a function
16454              to read in the file
16455      Branch: perl
16456            ! t/op/write.t
16457 ____________________________________________________________________________
16458 [ 22424] By: nicholas                              on 2004/03/02  22:22:49
16459         Log: Change the skip logic on the unicode tests so that they don't rely on
16460              miniperl's "dynamic loading unavailable" message
16461      Branch: perl
16462            ! t/uni/chomp.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
16463            ! t/uni/tr_utf8.t
16464 ____________________________________________________________________________
16465 [ 22423] By: nicholas                              on 2004/03/02  22:02:36
16466         Log: Work on eliminating systematic failures on make minitest:
16467              make minitest passes a -minitest flag to t/TEST
16468              t/TEST sees this and sets $ENV{PERL_CORE_MINITEST}
16469              Tests can choose to skip based on this.
16470              (Other tactic is to make loading of Errno by %! happen at run time.)
16471      Branch: perl
16472            ! Makefile.SH t/TEST t/io/binmode.t t/io/crlf.t t/io/layers.t
16473            ! t/io/open.t t/io/print.t t/io/read.t t/op/magic.t
16474 ____________________________________________________________________________
16475 [ 22422] By: davem                                 on 2004/03/02  21:33:22
16476         Log: Remove machine-dependent rounding dependency from write overflow
16477              tests
16478      Branch: perl
16479            ! t/op/write.t
16480 ____________________________________________________________________________
16481 [ 22421] By: rgs                                   on 2004/03/02  21:25:12
16482         Log: Subject: [PATCH] nmake distclean cleans too much from lib/Digest on Win32
16483              From: Steve Hay <steve.hay@uk.radan.com>
16484              Date: Fri, 27 Feb 2004 17:42:26 +0000
16485              Message-ID: <403F8182.5090607@uk.radan.com>
16486      Branch: perl
16487            ! win32/Makefile win32/makefile.mk
16488 ____________________________________________________________________________
16489 [ 22419] By: davem                                 on 2004/03/01  22:17:52
16490         Log: add tests for change 22414 (lvalue substr jollity)
16491              courtesy of Graham Barr.
16492      Branch: perl
16493            ! t/op/substr.t
16494 ____________________________________________________________________________
16495 [ 22418] By: davem                                 on 2004/03/01  22:00:11
16496         Log: integrate Time::HiRes 1.56 from CPAN
16497              (which is itself mostly derived from the bleedperl version)
16498      Branch: perl
16499            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
16500            ! ext/Time/HiRes/Makefile.PL
16501 ____________________________________________________________________________
16502 [ 22417] By: mhx                                   on 2004/02/29  21:46:19
16503         Log: Make panics a bit more verbose to ease debugging.
16504      Branch: perl
16505            ! thread.h
16506 ____________________________________________________________________________
16507 [ 22415] By: davem                                 on 2004/02/29  18:06:45
16508         Log: make test breaks permissions on /dev/tty
16509              perl -i could fchmod(stdin) by mistake
16510      Branch: perl
16511            ! doio.c
16512 ____________________________________________________________________________
16513 [ 22414] By: davem                                 on 2004/02/29  16:21:34
16514         Log: Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue
16515              From: Graham Barr <gbarr@pobox.com>
16516              Date: Wed, 29 Oct 2003 09:56:53 +0000
16517              Message-Id: <3993BF6C-09F6-11D8-B6DD-0003938857CC@pobox.com>
16518
16519              make a variable aliased to an lvalue substr value work as expected
16520      Branch: perl
16521            ! mg.c
16522 ____________________________________________________________________________
16523 [ 22411] By: nicholas                              on 2004/02/29  13:08:28
16524         Log: Bump Socket's version to a real floating point value
16525      Branch: perl
16526            ! ext/Socket/Socket.pm
16527 ____________________________________________________________________________
16528 [ 22410] By: ams                                   on 2004/02/29  04:29:24
16529         Log: Back out _01 version suffix.
16530      Branch: perl
16531            ! ext/Storable/Storable.pm
16532 ____________________________________________________________________________
16533 [ 22409] By: davem                                 on 2004/02/28  23:29:10
16534         Log: Bump version numbers of moules affected by change #22258
16535              (removing /tmp and other insecurities)
16536      Branch: perl
16537            ! ext/DB_File/DB_File.pm ext/Devel/PPPort/PPPort.pm
16538            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
16539            ! ext/Time/HiRes/HiRes.pm lib/CGI/Cookie.pm
16540            ! lib/ExtUtils/MakeMaker.pm lib/Memoize.pm lib/Shell.pm
16541            ! lib/perl5db.pl
16542 ____________________________________________________________________________
16543 [ 22408] By: davem                                 on 2004/02/28  22:37:08
16544         Log: make the bison-based parser threadsafe and capable of deep
16545              recursion by eradicating Perl_yylex_r()
16546      Branch: perl
16547            ! embed.fnc embed.h embedvar.h intrpvar.h mg.c perl.h perlapi.h
16548            ! perly.c proto.h toke.c
16549 ____________________________________________________________________________
16550 [ 22407] By: nicholas                              on 2004/02/28  16:10:20
16551         Log: Use File::Temp for tempfiles if it is available.
16552              (Based on a patch from Solar Designer <solar@openwall.com> in
16553              Message-ID: <20040125222218.GA13499@openwall.com>, the bulk of which
16554              was applied as change 22258)
16555      Branch: perl
16556            ! utils/perlbug.PL
16557 ____________________________________________________________________________
16558 [ 22406] By: mhx                                   on 2004/02/28  15:04:41
16559         Log: Fix segfaults when running under -Dx.
16560      Branch: perl
16561            ! dump.c
16562 ____________________________________________________________________________
16563 [ 22403] By: nicholas                              on 2004/02/27  17:56:30
16564         Log: Assimilate Cwd 2.15 from CPAN
16565      Branch: perl
16566            ! ext/Cwd/Changes lib/Cwd.pm
16567 ____________________________________________________________________________
16568 [ 22401] By: nicholas                              on 2004/02/27  16:27:19
16569         Log: Create a new local $_ without triggering tie by using local *_ = \my $a
16570              (an idea from Ton Hospel, Message-Id: <c1igq3$n84$1@post.home.lunix>)
16571      Branch: perl
16572            ! lib/File/Find.pm lib/File/Find/t/find.t
16573 ____________________________________________________________________________
16574 [ 22400] By: merijn                                on 2004/02/27  15:25:27
16575         Log: When threads are active we need -lpthread, but previous `fix' of
16576              now linked libraries invalidated the regex for sed (AIX 5 has no
16577              seperate libc.a and libc_r.a the latter links to the first)
16578      Branch: perl
16579            ! hints/aix.sh
16580 ____________________________________________________________________________
16581 [ 22397] By: nicholas                              on 2004/02/27  13:13:43
16582         Log: Correct thinko in comment.
16583      Branch: perl
16584            ! op.c
16585 ____________________________________________________________________________
16586 [ 22393] By: nicholas                              on 2004/02/27  10:41:39
16587         Log: In hsplit, if a normal hash has placeholders then clear them before
16588              splitting. We can do this safely because Storable ensures hsplit is
16589              not called while it builds restricted hashes (actually any hashes)
16590              This change may not make things faster, but now we have the choice.
16591      Branch: perl
16592            ! ext/Storable/t/restrict.t hv.c
16593 ____________________________________________________________________________
16594 [ 22391] By: nicholas                              on 2004/02/27  10:27:38
16595         Log: My re-implementation of hv_clear_placeholders was buggy - not sure why
16596              the tests still passed. Fixed.
16597      Branch: perl
16598            ! hv.c
16599 ____________________________________________________________________________
16600 [ 22383] By: nicholas                              on 2004/02/26  14:59:40
16601         Log: Moving all the e-mail addresses over by 1 column makes them start on
16602              an 8 column tabstop, which makes editing this file easier.
16603              So then I replaced spaces with tabs and made it smaller too.
16604      Branch: perl
16605            ! AUTHORS
16606 ____________________________________________________________________________
16607 [ 22382] By: nicholas                              on 2004/02/26  14:49:13
16608         Log: Add Mark Fowler
16609      Branch: perl
16610            ! AUTHORS
16611 ____________________________________________________________________________
16612 [ 22381] By: nicholas                              on 2004/02/26  13:11:07
16613         Log: Integrate:
16614              [ 22339]
16615              Mention 5.005_04 RC2
16616
16617              [ 22360]
16618              Update for 5.005_04 release
16619      Branch: perl
16620           !> pod/perlhist.pod
16621 ____________________________________________________________________________
16622 [ 22380] By: rgs                                   on 2004/02/26  13:03:43
16623         Log: Subject: [PATCH] Improved perlapi documentation for croak
16624              From: Mark Fowler <mark@twoshortplanks.com>
16625              Date: Wed, 25 Feb 2004 22:47:21 +0000 (GMT)
16626              Message-ID: <Pine.LNX.4.55.0402252242510.32152@gan.twoshortplanks.com>
16627
16628              (and regenerate perlapi.pod.)
16629      Branch: perl
16630            ! pod/perlapi.pod util.c
16631 ____________________________________________________________________________
16632 [ 22379] By: merijn                                on 2004/02/26  08:44:53
16633         Log: From: Art Haas <ahaas@airmail.net>
16634              Subject: Replacing '-rdynamic' in Configure script
16635              Date: Fri, 20 Feb 2004 13:53:56 -0600
16636              Message-ID: <20040220195400.31177.qmail@onion.perl.org>
16637      Branch: perl
16638            ! Configure
16639 ____________________________________________________________________________
16640 [ 22377] By: davem                                 on 2004/02/25  21:07:44
16641         Log: remove my work address
16642      Branch: perl
16643            ! AUTHORS
16644 ____________________________________________________________________________
16645 [ 22376] By: davem                                 on 2004/02/25  17:10:56
16646         Log: stop "const in void context" warning for a const in an
16647              optimised-away boolean expresssion, eg 5 || print;
16648      Branch: perl
16649            ! op.c op.h t/lib/warnings/op
16650 ____________________________________________________________________________
16651 [ 22375] By: merijn                                on 2004/02/25  11:13:12
16652         Log: Skip the Net/Ping/450_service failures on HP-UX for the time being
16653      Branch: perl
16654            ! lib/Net/Ping/t/450_service.t
16655 ____________________________________________________________________________
16656 [ 22374] By: merijn                                on 2004/02/25  09:32:12
16657         Log: AIX hints stage 3: remove AIX 3 and AIX 4 after split off
16658              One open issue left: promoting to cc_r for threaded builds
16659              need a review to permit users using -Dcc=xlc_r for non
16660              threaded builds
16661      Branch: perl
16662            ! hints/aix.sh
16663 ____________________________________________________________________________
16664 [ 22373] By: davem                                 on 2004/02/24  23:25:52
16665         Log: fix memory leak in @_ = ...; goto &sub
16666      Branch: perl
16667            ! pp_ctl.c
16668 ____________________________________________________________________________
16669 [ 22372] By: rgs                                   on 2004/02/24  22:44:34
16670         Log: Enhance test cleanliness by a very small factor.
16671      Branch: perl
16672            ! t/comp/parser.t
16673 ____________________________________________________________________________
16674 [ 22371] By: rgs                                   on 2004/02/24  22:34:06
16675         Log: Fix a segfault during optree construction. (bug #27024)
16676      Branch: perl
16677            ! op.c t/comp/parser.t
16678 ____________________________________________________________________________
16679 [ 22370] By: rgs                                   on 2004/02/24  20:39:26
16680         Log: Update Changes and AUTHORS.
16681      Branch: perl
16682            ! AUTHORS Changes
16683 ____________________________________________________________________________
16684 [ 22369] By: rgs                                   on 2004/02/24  19:53:51
16685         Log: Subject: [PATCH] optimization for map in scalar context
16686              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
16687              Date: Tue, 24 Feb 2004 12:02:57 +0100
16688              Message-id: <20040224110257.GA5510@ethan>
16689      Branch: perl
16690            ! pp_ctl.c
16691 ____________________________________________________________________________
16692 [ 22368] By: rgs                                   on 2004/02/24  19:30:12
16693         Log: Subject: Bugfix for perlrequick and perlretut
16694              From: Mark Kvale <kvale@phy.ucsf.edu>
16695              Date: Tue, 24 Feb 2004 11:32:34 -0800
16696              Message-Id: <200402241132.34656.kvale@phy.ucsf.edu>
16697      Branch: perl
16698            ! pod/perlrequick.pod pod/perlretut.pod
16699 ____________________________________________________________________________
16700 [ 22367] By: rgs                                   on 2004/02/23  22:08:33
16701         Log: Instead of localising *_, use a dummy foreach loop to get
16702              a local value of $_
16703      Branch: perl
16704            ! lib/File/Find.pm
16705 ____________________________________________________________________________
16706 [ 22366] By: rgs                                   on 2004/02/23  21:40:02
16707         Log: Subject: Re: [perl #24338] Attribute::Handlers will trash UNIVERSAL
16708              From: alan <alan@pair.com>
16709              Date: Tue, 17 Feb 2004 14:23:08 -0500 (EST)
16710              Message-ID: <Pine.BSF.4.58.0402171418090.80983@smx.pair.com>
16711      Branch: perl
16712            ! lib/Attribute/Handlers.pm
16713 ____________________________________________________________________________
16714 [ 22365] By: rgs                                   on 2004/02/23  21:30:42
16715         Log: Update perl591delta.
16716      Branch: perl
16717            ! pod/perl591delta.pod
16718 ____________________________________________________________________________
16719 [ 22364] By: rgs                                   on 2004/02/23  20:56:38
16720         Log: Fix bug #26910: hints were not propagated into (?{...})
16721              blocks, except the utf8 pragma.
16722      Branch: perl
16723            ! pp_ctl.c t/lib/strict/refs t/lib/strict/subs t/lib/strict/vars
16724 ____________________________________________________________________________
16725 [ 22363] By: rgs                                   on 2004/02/23  19:15:53
16726         Log: Subject: Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation
16727              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16728              Date: Sun, 22 Feb 2004 16:09:33 +0900
16729              Message-Id: <20040222160505.98E5.BQW10602@nifty.com>
16730
16731              Subject: [PATCH] Encode::CN::HZ (was Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation)
16732              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16733              Date: Sun, 22 Feb 2004 18:41:43 +0900
16734              Message-Id: <20040222182357.6B39.BQW10602@nifty.com>
16735
16736              Plus, add a "_01" to the theoretical version number of Encode::CN::HZ.
16737      Branch: perl
16738            ! ext/Encode/lib/Encode/CN/HZ.pm pp_hot.c t/op/concat.t
16739 ____________________________________________________________________________
16740 [ 22362] By: rgs                                   on 2004/02/23  18:31:31
16741         Log: Subject: [PATCH] Benchmark for child processes
16742              From: Chia-liang Kao <clkao@clkao.org>
16743              Date: Mon, 23 Feb 2004 22:53:51 +0800
16744              Message-ID: <20040223145351.GH94376@portege.clkao.org>
16745      Branch: perl
16746            ! lib/Benchmark.pm
16747 ____________________________________________________________________________
16748 [ 22359] By: merijn                                on 2004/02/23  11:55:08
16749         Log: Subject: Re: Perl 5.8.1 on IRIX 5.3
16750              Date: Thu, 22 Jan 2004 18:35:26 +0100 (CET)
16751              From: Georg Schwarz <geos@epost.de>
16752              Message-Id: <E1Ajijm-0006ya-LE@mikro.physik.TU-Berlin.DE>
16753      Branch: perl
16754            ! hints/irix_5.sh
16755 ____________________________________________________________________________
16756 [ 22358] By: rgs                                   on 2004/02/22  21:49:47
16757         Log: Subject: initial patch for cygwin IPC via cygserver
16758              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
16759              Date: Thu, 19 Feb 2004 09:01:13 -0800
16760              Message-ID: <20040219170113.GA2792@efn.org>
16761      Branch: perl
16762            ! ext/IPC/SysV/hints/cygwin.pl hints/cygwin.sh
16763 ____________________________________________________________________________
16764 [ 22357] By: davem                                 on 2004/02/22  15:43:53
16765         Log: Extend OP_AELEMFAST optimisation to lexical arrays
16766      Branch: perl
16767            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm op.c op.h pp_hot.c
16768 ____________________________________________________________________________
16769 [ 22356] By: rgs                                   on 2004/02/21  16:51:52
16770         Log: We're not binary compatible with 5.8.
16771              Change PERL_API_VERSION to 5.9.1.
16772      Branch: perl
16773            ! patchlevel.h
16774 ____________________________________________________________________________
16775 [ 22355] By: rgs                                   on 2004/02/21  16:30:02
16776         Log: Document change #22353 in perldelta.
16777      Branch: perl
16778            ! pod/perl591delta.pod
16779 ____________________________________________________________________________
16780 [ 22354] By: rgs                                   on 2004/02/21  16:23:54
16781         Log: Increment the version number of B, due to the incompatible
16782              API change introduced by #22353 (no more op_seq method.)
16783      Branch: perl
16784            ! ext/B/B.pm
16785 ____________________________________________________________________________
16786 [ 22353] By: rgs                                   on 2004/02/21  16:18:32
16787         Log: Subject: Re: op_seq (was: Freeing code)
16788              From: Paul Johnson <paul@pjcj.net>
16789              Date: Sat, 21 Feb 2004 02:31:47 +0100
16790              Message-ID: <20040221013147.GB6953@pjcj.net>
16791
16792              Rework the OP structure to use less space.
16793              Remove op_seq (and simulate it in dump.c),
16794              replace it by op_opt and op_static,
16795              shrink op_type, remove PL_op_seqmax.
16796      Branch: perl
16797            ! bytecode.pl dump.c embed.h embedvar.h ext/B/B.xs
16798            ! ext/B/B/Asmdata.pm ext/B/B/C.pm ext/B/B/Concise.pm
16799            ! ext/B/B/Debug.pm ext/ByteLoader/byterun.c
16800            ! ext/ByteLoader/byterun.h intrpvar.h op.c op.h perlapi.h
16801            ! pod/perlintern.pod sv.c
16802 ____________________________________________________________________________
16803 [ 22352] By: rgs                                   on 2004/02/20  17:29:32
16804         Log: When you write C<my $_ ; for (...) {...}>, the lexical $_
16805              is not actually introduced by the for statement.
16806      Branch: perl
16807            ! op.c
16808 ____________________________________________________________________________
16809 [ 22351] By: davem                                 on 2004/02/20  15:38:10
16810         Log: remove a split test's dependence on -Dx output
16811              (needed after change #22343)
16812      Branch: perl
16813            ! t/op/split.t
16814 ____________________________________________________________________________
16815 [ 22350] By: davem                                 on 2004/02/20  15:34:27
16816         Log: add Deparse/Concise support for inplace sort (change 22349)
16817      Branch: perl
16818            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
16819 ____________________________________________________________________________
16820 [ 22349] By: davem                                 on 2004/02/20  14:54:35
16821         Log: optimise the sorting inplace of plain arrays: @a = sort @a
16822      Branch: perl
16823            ! op.c op.h pp_sort.c t/op/sort.t
16824 ____________________________________________________________________________
16825 [ 22348] By: davem                                 on 2004/02/20  14:18:13
16826         Log: Document the SVf_PADSTALE flag
16827      Branch: perl
16828            ! pad.c
16829 ____________________________________________________________________________
16830 [ 22347] By: rgs                                   on 2004/02/20  10:46:51
16831         Log: Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t)
16832      Branch: perl
16833            - lib/IPC/SysV.t
16834            ! MANIFEST
16835 ____________________________________________________________________________
16836 [ 22346] By: rgs                                   on 2004/02/20  10:23:51
16837         Log: Subject: [PATCH] genmk95.pl touchup for distclean on Win98
16838              From: Greg Matheson <lang@ms.chinmin.edu.tw>
16839              Date: Fri, 20 Feb 2004 15:34:59 +0800
16840              Message-ID: <20040220153459.A30249@ms.chinmin.edu.tw>
16841      Branch: perl
16842            ! win32/genmk95.pl
16843 ____________________________________________________________________________
16844 [ 22345] By: rgs                                   on 2004/02/20  08:21:47
16845         Log: Upgrade to Term::ANSIColor 1.08.
16846      Branch: perl
16847            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
16848            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
16849 ____________________________________________________________________________
16850 [ 22344] By: rgs                                   on 2004/02/19  21:17:10
16851         Log: Upgrade to prereleases of Math::BigInt 1.70 and
16852              Math::BigRat 0.12, by Tels.
16853      Branch: perl
16854            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
16855            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
16856            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
16857            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/bigfltpm.inc
16858            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
16859            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
16860            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
16861            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
16862            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
16863            ! lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/sub_mbf.t
16864            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
16865            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
16866            ! lib/Math/BigInt/t/use_mbfw.t lib/Math/BigInt/t/with_sub.t
16867            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
16868            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
16869            ! lib/bigint.pm t/lib/Math/BigInt/BareCalc.pm
16870            ! t/lib/Math/BigInt/Scalar.pm t/lib/Math/BigRat/Test.pm
16871 ____________________________________________________________________________
16872 [ 22343] By: davem                                 on 2004/02/19  13:43:18
16873         Log: -Dx could coredump on threaded builds because consts are now
16874              stored in the pad
16875      Branch: perl
16876            ! dump.c
16877 ____________________________________________________________________________
16878 [ 22342] By: rgs                                   on 2004/02/18  21:38:13
16879         Log: Add a tool to report dual-lived core modules that don't
16880              have the same version than the corresponding module on CPAN.
16881      Branch: perl
16882            + Porting/corecpan.pl
16883            ! MANIFEST
16884 ____________________________________________________________________________
16885 [ 22341] By: rgs                                   on 2004/02/18  14:04:11
16886         Log: Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION.
16887      Branch: perl
16888            ! pod/perl591delta.pod
16889 ____________________________________________________________________________
16890 [ 22338] By: rgs                                   on 2004/02/18  13:32:17
16891         Log: Add base.pm and fields.pm to the maintainer list.
16892              Remove a duplicate file from this list.
16893      Branch: perl
16894            ! Porting/Maintainers.pl
16895 ____________________________________________________________________________
16896 [ 22337] By: davem                                 on 2004/02/18  13:22:13
16897         Log: fix write test: -small_number may be displayed as 00.00 or -0.00
16898      Branch: perl
16899            ! t/op/write.t
16900 ____________________________________________________________________________
16901 [ 22334] By: merijn                                on 2004/02/18  12:18:52
16902         Log: Removed pm_apiversion and xs_apiversion as requested by
16903              the pumpkin. Chainsaw was still in perfect working order.
16904      Branch: perl
16905            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
16906            ! NetWare/config_H.wc Porting/Glossary Porting/config.sh
16907            ! Porting/config_H config_h.SH configure.com epoc/config.sh
16908            ! plan9/config.plan9 plan9/config_h.sample
16909            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
16910            ! win32/config.gc win32/config.vc win32/config.vc64
16911            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16912            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
16913 ____________________________________________________________________________
16914 [ 22332] By: davem                                 on 2004/02/18  11:14:43
16915         Log: Add tests for the C<my $x if foo> deprecation, and change the
16916              warning text
16917      Branch: perl
16918            ! op.c pod/perldiag.pod t/lib/warnings/op
16919 ____________________________________________________________________________
16920 [ 22330] By: mhx                                   on 2004/02/18  08:53:03
16921         Log: 1. Add section to perlxs.pod describing that the refcount of AVs/HVs
16922              returned from XSUBs through RETVAL isn't decremented as it is for
16923              SVs. This causes those XSUBs to leak memory and cannot be fixed
16924              without breaking existing CPAN modules that work around this bug.
16925
16926              2. Fix a memory leak of that kind in POSIX::localconv.
16927      Branch: perl
16928            ! ext/POSIX/POSIX.xs pod/perlxs.pod
16929 ____________________________________________________________________________
16930 [ 22329] By: rgs                                   on 2004/02/18  08:25:58
16931         Log: Encode has local changes. Up-version it.
16932      Branch: perl
16933            ! ext/Encode/Encode.pm
16934 ____________________________________________________________________________
16935 [ 22328] By: davem                                 on 2004/02/17  23:30:50
16936         Log: add deprecation warning for C<my $x if foo> and C<foo && (my $x)>
16937      Branch: perl
16938            ! op.c opcode.h opcode.pl pod/perldiag.pod pp.sym pp_proto.h
16939 ____________________________________________________________________________
16940 [ 22327] By: rgs                                   on 2004/02/17  23:22:45
16941         Log: It's better to localize *_ than $_, to avoid magic leakage
16942      Branch: perl
16943            ! lib/File/Find.pm
16944 ____________________________________________________________________________
16945 [ 22326] By: rgs                                   on 2004/02/17  23:18:25
16946         Log: One of the new tests of MIME::Base64 relies on a non-core module.
16947      Branch: perl
16948            - ext/MIME/Base64/t/bad-sv.t
16949            ! MANIFEST
16950 ____________________________________________________________________________
16951 [ 22325] By: rgs                                   on 2004/02/17  23:10:22
16952         Log: Upgrade to MIME::Base64 3.00.
16953              Fix t/warn.t so it works in the core.
16954              Reintegrate change #22309 in it. Bump $VERSION to 3.00_01.
16955      Branch: perl
16956            + ext/MIME/Base64/t/bad-sv.t ext/MIME/Base64/t/warn.t
16957            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
16958            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
16959            ! ext/MIME/Base64/t/base64.t
16960 ____________________________________________________________________________
16961 [ 22323] By: rgs                                   on 2004/02/17  22:20:25
16962         Log: Be more clear. Use simple words.
16963      Branch: perl
16964            ! pod/perl591delta.pod
16965 ____________________________________________________________________________
16966 [ 22322] By: davem                                 on 2004/02/17  21:52:08
16967         Log: remove C<my $x if foo> construct from core modules
16968      Branch: perl
16969            ! ext/B/B/Deparse.pm ext/IO/lib/IO/Handle.pm
16970            ! ext/IO/lib/IO/Pipe.pm lib/ExtUtils/Liblist/Kid.pm
16971            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
16972            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/SMTP.pm
16973            ! lib/Pod/Parser.pm lib/Test/Harness.pm utils/h2xs.PL
16974 ____________________________________________________________________________
16975 [ 22321] By: rgs                                   on 2004/02/17  21:22:17
16976         Log: Dave Mitchell suggested this perldelta entry for the SVp_* reordering.
16977      Branch: perl
16978            ! pod/perl591delta.pod
16979 ____________________________________________________________________________
16980 [ 22320] By: rgs                                   on 2004/02/17  21:07:11
16981         Log: Bump $B::VERSION (because of change #22315).
16982      Branch: perl
16983            ! ext/B/B.pm
16984 ____________________________________________________________________________
16985 [ 22319] By: rgs                                   on 2004/02/17  21:03:09
16986         Log: Regenerate table of contents and other related files.
16987      Branch: perl
16988            ! MANIFEST pod/perl.pod pod/perltoc.pod
16989 ____________________________________________________________________________
16990 [ 22318] By: rgs                                   on 2004/02/17  20:06:04
16991         Log: Bump up perl's version number to 5.9.1.
16992              Add perl591delta in perl.pod.
16993              Update the sample config files in Porting/.
16994      Branch: perl
16995            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
16996            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
16997            ! plan9/config.plan9 pod/perl.pod win32/Makefile
16998            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16999            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
17000 ____________________________________________________________________________
17001 [ 22317] By: davem                                 on 2004/02/17  19:28:58
17002         Log: 22316 had stupid precedence thinkos
17003      Branch: perl
17004            ! pp.c pp_hot.c
17005 ____________________________________________________________________________
17006 [ 22316] By: davem                                 on 2004/02/17  18:23:27
17007         Log: Slight update to #22315 ($lval=*FOO); optimise the hot tests,
17008              and fix some incorrect indentation
17009      Branch: perl
17010            ! pp.c pp_hot.c sv.c
17011 ____________________________________________________________________________
17012 [ 22315] By: davem                                 on 2004/02/17  18:01:52
17013         Log: Subject:  Re: [PATCH] GLOB to LVALUE assignment fix
17014              From:  Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
17015              Date:  Tue, 17 Feb 2004 17:32:16 +0100
17016              Message-Id:  <20040217163216.GA6805@ethan>
17017
17018              Make PVLV a superset of PVGV, so that $lvalue = *FOO works
17019      Branch: perl
17020            ! dump.c ext/B/B.pm ext/B/B.xs pp.c pp_hot.c sv.c sv.h t/op/gv.t
17021 ____________________________________________________________________________
17022 [ 22314] By: merijn                                on 2004/02/17  11:22:24
17023         Log: 1. Creating backward compatibility for Configure after patches
17024              #22227 and #22302 to still support 5.8.x and below
17025
17026              2. Small change for building on GNU hurd
17027              Date: Sun, 15 Feb 2004 23:27:17 +1100
17028              From: "Brendan O'Dea" <bod@debian.org>
17029              Message-ID: <20040215122717.GA26812@londo.c47.org>
17030      Branch: perl
17031            ! Configure Makefile.SH hints/gnu.sh
17032 ____________________________________________________________________________
17033 [ 22313] By: mhx                                   on 2004/02/16  20:27:40
17034         Log: Fix for Win32 build failure caused by the byacc to bison switch.
17035      Branch: perl
17036            ! perl.h
17037 ____________________________________________________________________________
17038 [ 22312] By: rgs                                   on 2004/02/16  13:16:43
17039         Log: Revert change 22308 (the patch was against maint, not blead)
17040      Branch: perl
17041            ! lib/ExtUtils/instmodsh
17042 ____________________________________________________________________________
17043 [ 22310] By: merijn                                on 2004/02/16  11:30:29
17044         Log: Fix typo in doc for Encode
17045              From: "Brendan O'Dea" <bod@debian.org>
17046              Date: Sun, 15 Feb 2004 23:27:17 +1100
17047              Message-ID: <20040215122717.GA26812@londo.c47.org>
17048      Branch: perl
17049            ! ext/Encode/Encode.pm
17050 ____________________________________________________________________________
17051 [ 22309] By: merijn                                on 2004/02/16  11:27:34
17052         Log: Missing semi-colon
17053              From: "Brendan O'Dea" <bod@debian.org>
17054              Date: Sun, 15 Feb 2004 23:27:17 +1100
17055              Message-ID: <20040215122717.GA26812@londo.c47.org>
17056      Branch: perl
17057            ! ext/MIME/Base64/Base64.xs
17058 ____________________________________________________________________________
17059 [ 22308] By: merijn                                on 2004/02/16  11:24:59
17060         Log: Add some basic POD to lib/ExtUtils/instmodsh so that
17061              it has a manpage.
17062              From: "Brendan O'Dea" <bod@debian.org>
17063              Date: Sun, 15 Feb 2004 23:27:17 +1100
17064              Message-ID: <20040215122717.GA26812@londo.c47.org>
17065      Branch: perl
17066            ! lib/ExtUtils/instmodsh
17067 ____________________________________________________________________________
17068 [ 22307] By: rgs                                   on 2004/02/15  11:02:49
17069         Log: Subject: [patch perlguts.pod] save_item doesn't handle magic
17070              From: Stas Bekman <stas@stason.org>
17071              Date: Fri, 13 Feb 2004 20:18:59 -0800
17072              Message-ID: <402DA1B3.2010608@stason.org>
17073      Branch: perl
17074            ! pod/perlguts.pod
17075 ____________________________________________________________________________
17076 [ 22306] By: davem                                 on 2004/02/15  00:24:26
17077         Log: Segmentation fault with
17078              sub x { shift; @a = @b; eval +{ use } }
17079      Branch: perl
17080            ! op.c perly.act perly.h perly.tab perly.y t/comp/parser.t
17081 ____________________________________________________________________________
17082 [ 22305] By: davem                                 on 2004/02/14  23:52:09
17083         Log: Enable v (verbose) switch on -Dp to display the top 8 elements
17084              on the parser stack at each reduce.  Also,
17085
17086              Subject: Re: switch from byacc to bison
17087              From: "Craig A. Berry" <craigberry@mac.com>
17088              Date: Sat, 14 Feb 2004 13:26:45 -0600
17089              Message-ID: <craigberry-8058A3.13264414022004@onion.develooper.com>
17090
17091              change #if DEBUGGING to #ifdef ... in perly.c
17092      Branch: perl
17093            ! perly.c pod/perlrun.pod
17094 ____________________________________________________________________________
17095 [ 22304] By: davem                                 on 2004/02/14  13:33:26
17096         Log: Subject:  Re: switch from byacc to bison
17097              From:  Abe Timmerman <abeltje@cpan.org>
17098              Date:  Sat, 14 Feb 2004 11:56:24 +0100
17099              Message-Id:  <200402141156.58185.abeltje@cpan.org>
17100
17101              Fix typos in pumpkin.pod
17102      Branch: perl
17103            ! Porting/pumpkin.pod
17104 ____________________________________________________________________________
17105 [ 22303] By: davem                                 on 2004/02/14  12:28:37
17106         Log: remove binary compatibility stuff from the yacc -> bison switch
17107              of change #22302
17108      Branch: perl
17109            ! embedvar.h intrpvar.h
17110 ____________________________________________________________________________
17111 [ 22302] By: davem                                 on 2004/02/14  02:06:53
17112         Log: Switch from byacc to bison and simplify the perly.* regeneration
17113              process
17114      Branch: perl
17115            + perly.act perly.tab regen_perly.pl
17116            - perly.fixer perly_c.diff perlyline.pl vms/perly_c.vms
17117            - vms/perly_h.vms vms/vms_yfix.pl
17118            ! MANIFEST Makefile.SH Porting/pumpkin.pod embedvar.h intrpvar.h
17119            ! op.c perl.h perlapi.h perly.c perly.h perly.y sv.c toke.c
17120            ! vms/descrip_mms.template
17121 ____________________________________________________________________________
17122 [ 22301] By: rgs                                   on 2004/02/13  21:11:25
17123         Log: Fix an fcntl example in perlopentut, spotted by MJD.
17124      Branch: perl
17125            ! pod/perlopentut.pod
17126 ____________________________________________________________________________
17127 [ 22300] By: davem                                 on 2004/02/12  23:18:20
17128         Log: The new -Dq option didn't actually work!
17129      Branch: perl
17130            ! perl.h
17131 ____________________________________________________________________________
17132 [ 22299] By: merijn                                on 2004/02/12  14:32:15
17133         Log: Subject: [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())
17134              From: Stas Bekman <stas@stason.org>
17135              Date: Wed, 11 Feb 2004 16:53:54 -0800
17136              Message-ID: <402ACEA2.4020907@stason.org>
17137      Branch: perl
17138            ! perl.c
17139 ____________________________________________________________________________
17140 [ 22298] By: rgs                                   on 2004/02/10  08:49:12
17141         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
17142              From: Greg Matheson <lang@ms.chinmin.edu.tw>
17143              Date: Tue, 10 Feb 2004 12:36:33 +0800
17144              Message-ID: <20040210043633.GA33671687@momotaro>
17145      Branch: perl
17146            ! win32/makefile.mk
17147 ____________________________________________________________________________
17148 [ 22297] By: rgs                                   on 2004/02/10  08:05:16
17149         Log: Add 5.005_04-RC1 and Leon in perlhist.
17150      Branch: perl
17151            ! pod/perlhist.pod
17152 ____________________________________________________________________________
17153 [ 22295] By: rgs                                   on 2004/02/09  22:48:54
17154         Log: Add a note in Unicode::UCD about the _getcode() function
17155              being copy-n-pasted in charnames.pm. (spotted by Merijn)
17156      Branch: perl
17157            ! lib/Unicode/UCD.pm
17158 ____________________________________________________________________________
17159 [ 22294] By: rgs                                   on 2004/02/09  21:48:15
17160         Log: Implement stacked filetest operators (-f -w -x $file).
17161      Branch: perl
17162            ! doio.c dump.c ext/B/B/Concise.pm op.c op.h
17163            ! pod/perl591delta.pod pod/perlfunc.pod pp_sys.c t/op/filetest.t
17164 ____________________________________________________________________________
17165 [ 22292] By: rgs                                   on 2004/02/09  21:17:40
17166         Log: Subject: Re: [perl #26073] sprintf miscounts padding when format is utf8
17167              From: hv@crypt.org
17168              Date: Mon, 09 Feb 2004 03:21:21 +0000
17169              Message-Id: <200402090321.i193LL907950@zen.crypt.org>
17170      Branch: perl
17171            ! sv.c t/op/sprintf2.t
17172 ____________________________________________________________________________
17173 [ 22291] By: rgs                                   on 2004/02/09  21:09:14
17174         Log: Subject: reduce overhead of charnames.pm, make op/pat.t work under miniperl
17175              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17176              Date: Mon, 9 Feb 2004 00:51:45 -0800
17177              Message-ID: <20040209085145.GA3204@efn.org>
17178              (plus an etymological notice)
17179      Branch: perl
17180            ! lib/charnames.pm
17181 ____________________________________________________________________________
17182 [ 22290] By: rgs                                   on 2004/02/08  21:34:27
17183         Log: Add the new private flag OPpGREP_LEX in B::Concise.
17184      Branch: perl
17185            ! ext/B/B/Concise.pm
17186 ____________________________________________________________________________
17187 [ 22289] By: rgs                                   on 2004/02/08  21:21:28
17188         Log: map and grep weren't working correctly with lexical $_ in
17189              scalar context, because pp_mapwhile and pp_grepwhile were using
17190              their target as a temporary slot to store the return value.
17191      Branch: perl
17192            ! pp_ctl.c pp_hot.c t/op/mydef.t
17193 ____________________________________________________________________________
17194 [ 22287] By: rgs                                   on 2004/02/08  12:01:35
17195         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
17196              From: Greg Matheson <lang@ms.chinmin.edu.tw>
17197              Date: Mon, 2 Feb 2004 16:52:44 +0800
17198              Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw>
17199      Branch: perl
17200            ! win32/makefile.mk
17201 ____________________________________________________________________________
17202 [ 22286] By: rgs                                   on 2004/02/08  11:48:09
17203         Log: Subject: [PATCH] Correct some prototypes in perlapi.pod
17204              From: Steve Hay <steve.hay@uk.radan.com>
17205              Date: Fri, 06 Feb 2004 12:44:05 +0000
17206              Message-ID: <40238C15.2090200@uk.radan.com>
17207      Branch: perl
17208            ! pod/perlapi.pod sv.h
17209 ____________________________________________________________________________
17210 [ 22285] By: rgs                                   on 2004/02/08  11:44:22
17211         Log: Subject: [PATCH] Fix absolute path handling in installhtml
17212              From: Steve Hay <steve.hay@uk.radan.com>
17213              Date: Fri, 06 Feb 2004 16:14:14 +0000
17214              Message-ID: <4023BD56.6090903@uk.radan.com>
17215      Branch: perl
17216            ! installhtml
17217 ____________________________________________________________________________
17218 [ 22284] By: rgs                                   on 2004/02/08  11:42:08
17219         Log: Subject: [PATCH perlunicode.pod] chomp() cares about Unicode
17220              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17221              Date: Sat, 07 Feb 2004 00:08:36 +0900
17222              Message-Id: <20040206235116.0E36.BQW10602@nifty.com>
17223      Branch: perl
17224            ! pod/perlunicode.pod
17225 ____________________________________________________________________________
17226 [ 22282] By: nicholas                              on 2004/02/07  22:32:44
17227         Log: Comment to record why we can't clear placeholders in hsplit
17228      Branch: perl
17229            ! hv.c
17230 ____________________________________________________________________________
17231 [ 22281] By: nicholas                              on 2004/02/07  21:46:59
17232         Log: deleting keys in restricted hashes was leaking the entry. Yow!
17233      Branch: perl
17234            ! hv.c lib/Hash/Util.t
17235 ____________________________________________________________________________
17236 [ 22280] By: nicholas                              on 2004/02/07  21:20:16
17237         Log: Now hv_delete is able to ingore placeholders.
17238              (This is an XS visible change in the hash API. But not of documented
17239              behaviour)
17240      Branch: perl
17241            ! hv.c
17242 ____________________________________________________________________________
17243 [ 22279] By: nicholas                              on 2004/02/07  20:56:50
17244         Log: All whitespace is equal, but some whitespace is more equal than others
17245              (lib/DBM_Filter/Changes line had spaces. Spaces bad. Tabs better)
17246      Branch: perl
17247            ! MANIFEST
17248 ____________________________________________________________________________
17249 [ 22278] By: nicholas                              on 2004/02/07  19:50:10
17250         Log: hv_clear_placeholders now manipulates the linked lists directly, rather
17251              than using the iterator interface and calling hv_delete
17252              This will allow hv_delete to be simplified to remove most of the
17253              special casing related to placeholders.
17254      Branch: perl
17255            ! hv.c
17256 ____________________________________________________________________________
17257 [ 22273] By: merijn                                on 2004/02/06  11:47:14
17258         Log: Added hints_4.sh for specific AIX 4 support
17259              this is the next stage in the general cleanup process
17260              for the AIX hints. More to come
17261      Branch: perl
17262            + hints/aix_4.sh
17263            ! MANIFEST
17264 ____________________________________________________________________________
17265 [ 22272] By: rgs                                   on 2004/02/06  07:32:15
17266         Log: Fix a non-standard NAME pod section
17267              (by Smylers and Casey West)
17268      Branch: perl
17269            ! lib/Carp/Heavy.pm
17270 ____________________________________________________________________________
17271 [ 22268] By: rgs                                   on 2004/02/04  19:50:05
17272         Log: The "my $_" wasn't nice with foreach loops.
17273      Branch: perl
17274            ! op.c t/op/mydef.t
17275 ____________________________________________________________________________
17276 [ 22267] By: merijn                                on 2004/02/04  10:24:33
17277         Log: AIX 3 support removed from default hints after its separation
17278      Branch: perl
17279            ! hints/aix.sh
17280 ____________________________________________________________________________
17281 [ 22266] By: merijn                                on 2004/02/04  10:16:20
17282         Log: AIX 3 hints split off from default hints in preparation
17283              of a hint file cleanup. aix_4.sh will follow soon
17284      Branch: perl
17285            + hints/aix_3.sh
17286            ! MANIFEST
17287 ____________________________________________________________________________
17288 [ 22265] By: rgs                                   on 2004/02/03  21:54:23
17289         Log: More docs and tests for "my $_".
17290      Branch: perl
17291            ! pod/perlfunc.pod pod/perlsub.pod t/op/mydef.t
17292 ____________________________________________________________________________
17293 [ 22264] By: rgs                                   on 2004/02/03  20:33:02
17294         Log: Subject: [PATCH] was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]
17295              From: John Peacock <jpeacock@rowman.com>
17296              Date: Sun, 01 Feb 2004 21:10:07 -0500
17297              Message-ID: <401DB17F.5060808@rowman.com>
17298      Branch: perl
17299            ! embed.fnc embed.h lib/version.pm lib/version.t pod/perlapi.pod
17300            ! proto.h t/comp/use.t t/op/universal.t universal.c util.c
17301 ____________________________________________________________________________
17302 [ 22263] By: rgs                                   on 2004/02/03  19:41:11
17303         Log: Implement "my $_".
17304      Branch: perl
17305            + t/op/mydef.t
17306            ! MANIFEST gv.c op.c op.h opcode.h opcode.pl
17307            ! pod/perl591delta.pod pod/perlapi.pod pod/perlvar.pod pp.c
17308            ! pp_ctl.c pp_hot.c regexec.c toke.c
17309 ____________________________________________________________________________
17310 [ 22262] By: rgs                                   on 2004/02/03  16:38:25
17311         Log: Regenerate perlapi.pod.
17312      Branch: perl
17313            ! pod/perlapi.pod
17314 ____________________________________________________________________________
17315 [ 22261] By: merijn                                on 2004/02/03  12:57:37
17316         Log: If someone chooses xlc as default C compiler, threaded builds
17317              will fail, unless converted to cc_r
17318      Branch: perl
17319            ! hints/aix.sh
17320 ____________________________________________________________________________
17321 [ 22260] By: rgs                                   on 2004/02/01  20:47:35
17322         Log: Subject: patch for IRIX/gcc link issues
17323              From: Martin Pool <mbp@samba.org>
17324              Date: Wed, 28 Jan 2004 10:56:25 +1100
17325              Message-ID: <20040127235624.GA32612@hp.com>
17326      Branch: perl
17327            ! hints/irix_6.sh
17328 ____________________________________________________________________________
17329 [ 22259] By: davem                                 on 2004/02/01  17:42:44
17330         Log: update fix to Shell.pm in change #22254: make /dev/null portable
17331      Branch: perl
17332            ! lib/Shell.pm
17333 ____________________________________________________________________________
17334 [ 22258] By: davem                                 on 2004/02/01  17:40:02
17335         Log: Subject: Re: [perl #15063] /tmp issues
17336              From: Solar Designer <solar@openwall.com>
17337              Date: Mon, 26 Jan 2004 01:22:18 +0300
17338              Message-ID: <20040125222218.GA13499@openwall.com>
17339
17340              Remove insecure usage of /tmp from code and documentation
17341      Branch: perl
17342            ! ext/DB_File/DB_File.pm ext/DB_File/t/db-recno.t
17343            ! ext/Devel/PPPort/PPPort.pm ext/IO/t/io_unix.t
17344            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.pod
17345            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
17346            ! ext/Time/HiRes/Makefile.PL lib/CGI/Cookie.pm
17347            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/instmodsh
17348            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
17349            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
17350            ! lib/Memoize/t/tie_storable.t lib/Shell.pm lib/dotsh.pl
17351            ! lib/perl5db.pl mpeix/nm mpeix/relink perly.fixer
17352            ! pod/perl571delta.pod pod/perl58delta.pod pod/perldbmfilter.pod
17353            ! pod/perldebug.pod pod/perlfaq5.pod pod/perlfaq8.pod
17354            ! pod/perlfunc.pod pod/perlipc.pod pod/perllexwarn.pod
17355            ! pod/perlobj.pod pod/perlop.pod pod/perlopentut.pod
17356            ! utils/c2ph.PL
17357 ____________________________________________________________________________
17358 [ 22257] By: davem                                 on 2004/02/01  15:46:24
17359         Log: threads documentation: fork on UNIX might not copy all threads.
17360      Branch: perl
17361            ! pod/perlthrtut.pod
17362 ____________________________________________________________________________
17363 [ 22256] By: davem                                 on 2004/02/01  15:34:59
17364         Log: add test for Change 22194:
17365              [perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks
17366      Branch: perl
17367            ! t/lib/strict/subs
17368 ____________________________________________________________________________
17369 [ 22254] By: davem                                 on 2004/02/01  13:11:00
17370         Log: Subject:  Patch for Shell.pm
17371              From:  Manuel Valente <mvalente@idealx.com>
17372              Date:  Tue, 27 Jan 2004 19:18:26 +0100
17373              Message-Id:  <4016AB72.1080503@idealx.com>
17374
17375              New option for Shell.pm to discard stderr instead of capturing it
17376      Branch: perl
17377            ! lib/Shell.pm
17378 ____________________________________________________________________________
17379 [ 22253] By: davem                                 on 2004/02/01  11:26:47
17380         Log: Make Time/HiRes/t/HiRes.t die more gracefully if its watchdog
17381              timeout triggers
17382      Branch: perl
17383            ! ext/Time/HiRes/t/HiRes.t
17384 ____________________________________________________________________________
17385 [ 22252] By: chip                                  on 2004/01/31  17:29:05
17386         Log: Don't show code closing STD{IN,OUT} before reopening, because
17387              doing so is unnecessary and occasionally harmful.
17388      Branch: perl
17389            ! pod/perlfork.pod pod/perlfunc.pod
17390 ____________________________________________________________________________
17391 [ 22248] By: rgs                                   on 2004/01/30  08:29:55
17392         Log: Another undocumented use of $_ : with reverse().
17393      Branch: perl
17394            ! pod/perlfunc.pod
17395 ____________________________________________________________________________
17396 [ 22247] By: merijn                                on 2004/01/30  08:18:28
17397         Log: Drop optimization for -O3 *and higher*
17398      Branch: perl
17399            ! ext/Storable/hints/linux.pl
17400 ____________________________________________________________________________
17401 [ 22246] By: rgs                                   on 2004/01/29  23:20:01
17402         Log: Regenerate perlapi.pod.
17403      Branch: perl
17404            ! pod/perlapi.pod
17405 ____________________________________________________________________________
17406 [ 22245] By: rgs                                   on 2004/01/29  21:08:28
17407         Log: Subject: Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/
17408              From: hv@crypt.org
17409              Date: Thu, 29 Jan 2004 15:12:12 +0000
17410              Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org>
17411      Branch: perl
17412            ! pp_hot.c t/op/pat.t
17413 ____________________________________________________________________________
17414 [ 22244] By: rgs                                   on 2004/01/28  22:00:09
17415         Log: I'm the new maintainer of Switch.
17416              Sync with the CPAN version of Switch 2.10.
17417      Branch: perl
17418            ! Porting/Maintainers.pl lib/Switch.pm lib/Switch/README
17419 ____________________________________________________________________________
17420 [ 22243] By: merijn                                on 2004/01/28  20:30:40
17421         Log: Message-ID: <40113F7B.6050701@davidfavor.com>
17422              Date: Fri, 23 Jan 2004 09:36:27 -0600
17423              From: David Favor <david@davidfavor.com>
17424              Part I: In hints/aix.sh change -qmaxmem=16384 to -qmaxmem=-1
17425              so no compilation stack limits are imposed.
17426      Branch: perl
17427            ! hints/aix.sh
17428 ____________________________________________________________________________
17429 [ 22242] By: rgs                                   on 2004/01/27  22:44:30
17430         Log: Update perl591delta.pod with what we've done so far.
17431      Branch: perl
17432            ! pod/perl591delta.pod
17433 ____________________________________________________________________________
17434 [ 22239] By: rgs                                   on 2004/01/27  21:54:31
17435         Log: Regenerate Changes.
17436              Only include changes from the perl branch.
17437      Branch: perl
17438            ! Changes
17439 ____________________________________________________________________________
17440 [ 22238] By: nicholas                              on 2004/01/27  21:51:27
17441         Log: Storable's hints file shouldn't blanket set optimize to -O2 on Linux
17442              Only *drop* optimize to -O2 if it's -O3 on gcc on Linux
17443      Branch: perl
17444            ! ext/Storable/hints/linux.pl
17445 ____________________________________________________________________________
17446 [ 22235] By: rgs                                   on 2004/01/27  21:19:03
17447         Log: More punctuation, good.
17448      Branch: perl
17449            ! pod/perlfunc.pod
17450 ____________________________________________________________________________
17451 [ 22228] By: rgs                                   on 2004/01/27  10:31:09
17452         Log: Subject: [PATCH] 5.8.3 -- fix signal comments in L<perlfunc/system>
17453              From: Brendan O'Dea <bod@debian.org>
17454              Date: Sun, 25 Jan 2004 11:23:48 +1100
17455              Message-ID: <20040125002348.GA31407@londo.c47.org>
17456      Branch: perl
17457            ! pod/perlfunc.pod
17458 ____________________________________________________________________________
17459 [ 22227] By: davem                                 on 2004/01/26  23:53:06
17460         Log: Subject:  [PATCH] myconfig.SH
17461              From:  "Daniel S. Lewart" <lewart@uiuc.edu>
17462              Date:  Sun, 25 Jan 2004 22:11:25 -0600
17463              Message-Id:  <20040125221125.A5390@staff1.cso.uiuc.edu>
17464
17465              make perl -V show the major release as 5 rather than 5.0
17466      Branch: perl
17467            ! myconfig.SH
17468 ____________________________________________________________________________
17469 [ 22224] By: merijn                                on 2004/01/26  22:10:13
17470         Log: Document change 22192
17471              We still need tests!
17472      Branch: perl
17473            ! lib/Exporter.pm
17474 ____________________________________________________________________________
17475 [ 22223] By: rgs                                   on 2004/01/26  21:58:14
17476         Log: Subject: [PATCH] fix vmsish.t #25
17477              From: "Craig A. Berry" <craigberry@mac.com>
17478              Date: Sat, 24 Jan 2004 18:45:35 -0600
17479              Message-ID: <401311AF.1060706@mac.com>
17480      Branch: perl
17481            ! lib/vmsish.t
17482 ____________________________________________________________________________
17483 [ 22221] By: nicholas                              on 2004/01/26  21:18:31
17484         Log: Merge dynamic perldelta from maint (22081)
17485              So now perldelta.pod is copied at build time from perl591delta.pod
17486              perl590delta.pod is as released to CPAN by Hugo
17487              Regen lots of makefiles, pods and the MANIFEST
17488      Branch: perl
17489            + pod/perl591delta.pod
17490           +> pod/perl590delta.pod
17491            - pod/perldelta.pod
17492            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
17493            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
17494            ! win32/pod.mak
17495 ____________________________________________________________________________
17496 [ 22218] By: rgs                                   on 2004/01/25  23:35:45
17497         Log: Remove the caveat about detached threads crashing on Windows
17498              (fixed by #22201). Bump up the version of threads.pm.
17499      Branch: perl
17500            ! ext/threads/threads.pm
17501 ____________________________________________________________________________
17502 [ 22217] By: nicholas                              on 2004/01/25  22:17:47
17503         Log: Need to skip Storable's threads test on 5.8.2 with ithreads and
17504              -DDEBUGGING, because it tickles a bug. (The same bug that got DBI)
17505      Branch: perl
17506            ! ext/Storable/t/threads.t
17507 ____________________________________________________________________________
17508 [ 22216] By: davem                                 on 2004/01/25  12:06:04
17509         Log: update MANIFEST for 2 new Storable test files introduced by 22205
17510      Branch: perl
17511            ! MANIFEST
17512 ____________________________________________________________________________
17513 [ 22215] By: davem                                 on 2004/01/25  12:00:04
17514         Log: add test for change 22209 (Remove small memory leak in newATTRSUB)
17515      Branch: perl
17516            ! t/op/closure.t
17517 ____________________________________________________________________________
17518 [ 22209] By: davem                                 on 2004/01/25  02:04:23
17519         Log: Remove small memory leak in newATTRSUB that manifested as a
17520              leaking scalar after the interpeter was cloned
17521      Branch: perl
17522            ! op.c
17523 ____________________________________________________________________________
17524 [ 22208] By: davem                                 on 2004/01/24  16:13:17
17525         Log: Subject:  [perl #24942] fields::inherit doesn't bless derived
17526              package's \%FIELDS, results in phash deprecation errors.
17527              From:  "nothingmuch@woobling.org (via RT)" <perlbug-followup@perl.org>
17528              Date:  18 Jan 2004 15:15:46 -0000
17529              Message-Id:  <rt-3.0.8-24942-70144.16.7177902690315@perl.org>
17530      Branch: perl
17531            ! lib/base.pm lib/base/t/fields-base.t
17532 ____________________________________________________________________________
17533 [ 22207] By: davem                                 on 2004/01/24  15:36:28
17534         Log: Subject:  Re: Doc patches for File::Find
17535              From:  Mark Jason Dominus <mjd@plover.com>
17536              Date:  Thu, 22 Jan 2004 09:30:58 -0500
17537              Message-Id:  <20040122143058.29226.qmail@plover.com>
17538
17539              Better document the fact that neither find() nor finddepth() do a
17540              breath-first search.
17541      Branch: perl
17542            ! lib/File/Find.pm
17543 ____________________________________________________________________________
17544 [ 22206] By: ams                                   on 2004/01/24  11:06:51
17545         Log: Subject: [PATCH] Storable-2.08/t/code.t
17546              From: Slaven Rezic <slaven@rezic.de>
17547              Date: Sat, 8 Nov 2003 16:26:19 +0100 (CET)
17548              Message-Id: <200311081526.hA8FQJgb011684@vran.herceg.de>
17549      Branch: perl
17550            ! ext/Storable/t/code.t
17551 ____________________________________________________________________________
17552 [ 22205] By: ams                                   on 2004/01/24  11:03:36
17553         Log: Subject: [patch] make Storable thread-safe
17554              From: Stas Bekman <stas@stason.org>
17555              Date: Mon, 19 Jan 2004 00:20:02 -0800
17556              Message-Id: <400B9332.4070106@stason.org>
17557
17558              Subject: Re: Subroutine reference bug in Storable
17559              From: Slaven Rezic <slaven@rezic.de>
17560              Date: 14 Nov 2003 23:22:55 +0100
17561              Message-Id: <874qx6zj28.fsf@vran.herceg.de>
17562
17563              Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse +
17564              overload + cyclic structures
17565              From: Sam Vilain <sam@vilain.net>
17566              Date: Tue, 20 Jan 2004 22:30:15 +1300
17567              Message-Id: <200401202230.15865.sam@vilain.net>
17568      Branch: perl
17569            + ext/Storable/t/just_plain_nasty.t ext/Storable/t/threads.t
17570            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
17571            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
17572            ! ext/Storable/t/code.t
17573 ____________________________________________________________________________
17574 [ 22204] By: ams                                   on 2004/01/24  08:59:11
17575         Log: Upgrade to Locale::Maketext 1.08.
17576      Branch: perl
17577            + lib/Locale/Maketext/t/06super.t
17578            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
17579            ! lib/Locale/Maketext/TPJ13.pod
17580 ____________________________________________________________________________
17581 [ 22203] By: davem                                 on 2004/01/23  23:06:49
17582         Log: make some t/op/write.t failures more verbose
17583      Branch: perl
17584            ! t/op/write.t
17585 ____________________________________________________________________________
17586 [ 22201] By: davem                                 on 2004/01/23  22:26:47
17587         Log: Subject:  Re: threads::shared::queue;
17588              From:  Jan Dubois <jand@ActiveState.com>
17589              Date:  Thu, 22 Jan 2004 19:18:46 -0800
17590              Message-Id:  <fi41105602ds7a9o4fko2oae7aokbg6als@4ax.com>
17591
17592              Avoid threads+win32 crash by freeing Perl interpreter slightly later
17593      Branch: perl
17594            ! ext/threads/threads.xs
17595 ____________________________________________________________________________
17596 [ 22200] By: nicholas                              on 2004/01/23  18:28:43
17597         Log: test that use encoding; doesn't cause references to be stringified
17598      Branch: perl
17599            ! t/uni/chomp.t
17600 ____________________________________________________________________________
17601 [ 22199] By: nicholas                              on 2004/01/23  18:03:41
17602         Log: Document chomp's travels in the wonderful world of use encoding;
17603      Branch: perl
17604            ! pod/perlfunc.pod
17605 ____________________________________________________________________________
17606 [ 22198] By: nicholas                              on 2004/01/23  17:41:01
17607         Log: Check the return values of chomp
17608              (more tricky than it may seem, as the return value is unicode)
17609      Branch: perl
17610            ! t/uni/chomp.t
17611 ____________________________________________________________________________
17612 [ 22197] By: nicholas                              on 2004/01/23  13:57:46
17613         Log: Test return values of all chomps
17614      Branch: perl
17615            ! t/op/chop.t
17616 ____________________________________________________________________________
17617 [ 22196] By: nicholas                              on 2004/01/23  13:24:41
17618         Log: Subject: Re: [perl #24888] chomp ignores utf8
17619              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17620              Message-Id: <20040116040355.A849.BQW10602@nifty.com>
17621              Date: Fri, 16 Jan 2004 04:13:00 +0900
17622      Branch: perl
17623            + t/uni/chomp.t
17624            ! MANIFEST doop.c t/op/chop.t
17625 ____________________________________________________________________________
17626 [ 22195] By: davem                                 on 2004/01/22  20:48:03
17627         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
17628              From: Steve Hay <steve.hay@uk.radan.com>
17629              Date: Thu, 22 Jan 2004 17:08:29 +0000
17630              Message-ID: <4010038D.4070104@uk.radan.com>
17631      Branch: perl
17632            + win32/makeico.pl win32/perlexe.rc
17633            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
17634 ____________________________________________________________________________
17635 [ 22194] By: davem                                 on 2004/01/22  00:24:51
17636         Log: C<use strict; print if foo> didn't give the
17637              "Bareword not allowed" error unless warnings were enabled
17638      Branch: perl
17639            ! op.c
17640 ____________________________________________________________________________
17641 [ 22193] By: nicholas                              on 2004/01/21  21:58:10
17642         Log: Convert the older parts of op/bop.t over to test.pl
17643      Branch: perl
17644            ! t/op/bop.t
17645 ____________________________________________________________________________
17646 [ 22192] By: merijn                                on 2004/01/21  21:10:10
17647         Log: ':flock' not recognized unless it's first
17648              Exporter::Heavy now will treat :, /, and ! special in
17649              all arguments, not only if the _first_ arg starts with it
17650              Date: Wed, 21 Jan 2004 08:32:47 -0500
17651              Message-ID: <20040121133248.3359.qmail@plover.com>
17652      Branch: perl
17653            ! lib/Exporter/Heavy.pm
17654 ____________________________________________________________________________
17655 [ 22191] By: davem                                 on 2004/01/21  20:45:48
17656         Log: Subject:  PATCH for perl-5.8.4
17657              From:  "Edward S. Peschko" <esp5@pge.com>
17658              Date:  Mon, 19 Jan 2004 17:21:18 -0800
17659              Message-Id:  <20040120012118.GA29151@mdssdev05.comp.pge.com>
17660
17661              Add @DynaLoader::dl_shared_objects feature
17662      Branch: perl
17663            ! ext/DynaLoader/DynaLoader_pm.PL
17664 ____________________________________________________________________________
17665 [ 22190] By: davem                                 on 2004/01/21  20:14:51
17666         Log: remove the platform dependencies of the write.t tests introduced
17667              by change #22161, by hard-coding the expected outputs rather
17668              than using sprintf('%f').
17669      Branch: perl
17670            ! t/op/write.t
17671 ____________________________________________________________________________
17672 [ 22189] By: davem                                 on 2004/01/20  22:41:14
17673         Log: Fix typo in patch #22188
17674      Branch: perl
17675            ! pod/perlfunc.pod
17676 ____________________________________________________________________________
17677 [ 22188] By: davem                                 on 2004/01/20  22:36:10
17678         Log: warn that C<$x : unique> operates on the typeglob, so affects @x
17679              and %x too.
17680      Branch: perl
17681            ! pod/perlfunc.pod
17682 ____________________________________________________________________________
17683 [ 22187] By: davem                                 on 2004/01/20  22:27:50
17684         Log: "sub foo :unique" segfaults
17685
17686              Turn these two into compile-time errors until such time as
17687              someone thinks of a useful meaning for them:
17688              my $x : unique
17689              sub foo : unique
17690      Branch: perl
17691            ! ext/threads/t/problems.t pod/perldiag.pod toke.c xsutils.c
17692 ____________________________________________________________________________
17693 [ 22186] By: rgs                                   on 2004/01/20  21:16:01
17694         Log: Add a new test file for situations where threads may interfere.
17695              Subject: Re: "restricted hashes" hit again !
17696              From: Stas Bekman <stas@stason.org>
17697              Date: Tue, 23 Dec 2003 15:32:26 -0800
17698              Message-ID: <3FE8D08A.4090806@stason.org>
17699      Branch: perl
17700            + t/op/threads.t
17701            ! MANIFEST
17702 ____________________________________________________________________________
17703 [ 22185] By: davem                                 on 2004/01/20  21:01:08
17704         Log: Document CVf_UNIQUE flag better
17705      Branch: perl
17706            ! cv.h
17707 ____________________________________________________________________________
17708 [ 22183] By: rgs                                   on 2004/01/20  20:26:18
17709         Log: Fix precedence errors and add some cleanup in the new
17710              DBM_Filter tests
17711      Branch: perl
17712            ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
17713 ____________________________________________________________________________
17714 [ 22182] By: davem                                 on 2004/01/20  00:16:42
17715         Log: second attempt to fix [perl #24914] freeing a CV reference that was
17716              currently being executed caused coredumps. The dounwind called by
17717              die unwinds all the contexts on the context stack before unwinding
17718              the save stack.  To stop premature freeing of the CV, hold
17719              references to it on both stacks.
17720      Branch: perl
17721            ! cop.h pp_ctl.c pp_hot.c pp_sort.c t/op/closure.t
17722 ____________________________________________________________________________
17723 [ 22181] By: davem                                 on 2004/01/19  23:41:37
17724         Log: change #22071 (taint bug in $^0) introduced a potential double
17725              free(), because PL_osname may get freed but not nulled if a taint
17726              test fails in between. Mea cupla and all that...
17727      Branch: perl
17728            ! mg.c
17729 ____________________________________________________________________________
17730 [ 22180] By: rgs                                   on 2004/01/19  22:32:27
17731         Log: Subject: Re: [perl #24926] chop/~ mangles UTF8 [PATCH]
17732              From: Gisle Aas <gisle@ActiveState.com>
17733              Date: 17 Jan 2004 01:29:02 -0800
17734              Message-ID: <lrn08m7wkh.fsf@caliper.activestate.com>
17735              (test rewritten to fit in blead)
17736      Branch: perl
17737            ! pp.c t/op/bop.t
17738 ____________________________________________________________________________
17739 [ 22179] By: merijn                                on 2004/01/19  21:36:48
17740         Log: Subject: [PATCH] dl_unload_file for HP-UX
17741              Date: Mon, 12 Jan 2004 07:49:44 -0800
17742              From: Neil Watkiss <neil.watkiss@sophos.com>
17743              Message-ID: <20040112154944.GA15412@ActiveState.com>
17744      Branch: perl
17745            ! ext/DynaLoader/dl_hpux.xs
17746 ____________________________________________________________________________
17747 [ 22177] By: merijn                                on 2004/01/19  16:11:22
17748         Log: Allow -Uinc_version_list to mean -Dinc_version_list=none
17749              See INSTALL for more details
17750      Branch: perl
17751            ! Configure
17752 ____________________________________________________________________________
17753 [ 22175] By: merijn                                on 2004/01/19  16:05:50
17754         Log: Describe how to limit the perl's default @INC during Configure
17755              to _not_ include older versions
17756      Branch: perl
17757            ! INSTALL
17758 ____________________________________________________________________________
17759 [ 22174] By: merijn                                on 2004/01/19  10:41:24
17760         Log: Subject: [PATCH bleadperl] rescue PerlIO_getname for VMS
17761              Date: Sun, 18 Jan 2004 12:51:23 -0600
17762              From: "Craig A. Berry" <craigberry@mac.com>
17763              Message-ID: <400AD5AB.3080708@mac.com>
17764      Branch: perl
17765            ! perlio.c
17766 ____________________________________________________________________________
17767 [ 22173] By: merijn                                on 2004/01/19  10:27:53
17768         Log: Subject: [PATCH bleadperl] detect nanosleep on VMS
17769              Date: Sun, 18 Jan 2004 17:03:30 -0600
17770              From: "Craig A. Berry" <craigberry@mac.com>
17771              Message-ID: <400B10C2.9060504@mac.com>
17772      Branch: perl
17773            ! configure.com
17774 ____________________________________________________________________________
17775 [ 22172] By: davem                                 on 2004/01/17  23:58:04
17776         Log: back out change #24914 "freeing a CV reference that was currently
17777              being executed caused coredumps".
17778              The new test case sometimes locks up linux's malloc, and with
17779              Perl's malloc the test code still coredumps :-(
17780      Branch: perl
17781            ! perl.c scope.c scope.h sv.c t/op/closure.t
17782 ____________________________________________________________________________
17783 [ 22171] By: rgs                                   on 2004/01/17  22:00:48
17784         Log: Subject: Refactor VOS patches for bleadperl and perl-5.8.x
17785              From: "Green, Paul" <Paul.Green@stratus.com>
17786              Date: Thu, 15 Jan 2004 16:00:15 -0500
17787              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FBB15@exna4.stratus.com>
17788      Branch: perl
17789            ! README.vos hv.c pp_pack.c vos/Changes
17790 ____________________________________________________________________________
17791 [ 22170] By: rgs                                   on 2004/01/17  21:25:08
17792         Log: Subject: Re: open/or inconsistency
17793              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17794              Date: Sat, 17 Jan 2004 19:59:55 +0900
17795              Message-Id: <20040117195729.623A.BQW10602@nifty.com>
17796              (plus a test.)
17797              Don't produce the warning for constructs like
17798              open my $fh, $file or die;
17799      Branch: perl
17800            ! op.c t/lib/warnings/op
17801 ____________________________________________________________________________
17802 [ 22169] By: davem                                 on 2004/01/17  18:02:31
17803         Log: Subject:  Perl core dumps when running out of memory [PATCH]
17804              From:  Gisle Aas <gisle@ActiveState.com>
17805              Date:  17 Jan 2004 06:18:13 -0800
17806              Message-Id:  <lrsmiebqvu.fsf@caliper.activestate.com>
17807
17808              Display 'out of memeory' errors using low-level I/O to avoid
17809              recursive failure and so coredumps.
17810      Branch: perl
17811            ! util.c
17812 ____________________________________________________________________________
17813 [ 22168] By: davem                                 on 2004/01/17  17:38:21
17814         Log: From: "Paul Marquess" <Paul.Marquess@btinternet.com>
17815              Subject: [PATCH ] Enhanced DBM Filters
17816              Date: Sat, 17 Jan 2004 16:44:53 -0000
17817              Message-ID: <AIEAJICLCBDNAAOLLOKLAEPPPHAA.Paul.Marquess@btinternet.com>
17818
17819              add DBM_Filter
17820      Branch: perl
17821            + lib/DBM_Filter.pm lib/DBM_Filter/Changes
17822            + lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
17823            + lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
17824            + lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
17825            + lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
17826            + lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
17827            + lib/DBM_Filter/t/utf8.t lib/DBM_Filter/utf8.pm
17828            + lib/dbm_filter_util.pl
17829            ! MANIFEST
17830 ____________________________________________________________________________
17831 [ 22167] By: davem                                 on 2004/01/17  16:12:32
17832         Log: freeing a CV reference that was currently being
17833              executed caused coredumps
17834      Branch: perl
17835            ! perl.c scope.c scope.h sv.c t/op/closure.t
17836 ____________________________________________________________________________
17837 [ 22166] By: nicholas                              on 2004/01/17  15:07:31
17838         Log: Integrate final perl583delta
17839      Branch: perl
17840           !> pod/perl583delta.pod
17841 ____________________________________________________________________________
17842 [ 22163] By: davem                                 on 2004/01/16  19:24:14
17843         Log: Subject:  Re: [perl #24816] Magic vars seem unsure if they are purely numeric
17844              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
17845              Date:  Thu, 15 Jan 2004 14:10:37 -0800
17846              Message-Id:  <20040115221037.GA2392@efn.org>
17847
17848              Add sv_2iv_flags() to allow magic to be optionally processed.
17849      Branch: perl
17850            ! doop.c embed.fnc embed.h global.sym pod/perlapi.pod pp.c
17851            ! proto.h sv.c sv.h t/op/bop.t
17852 ____________________________________________________________________________
17853 [ 22162] By: davem                                 on 2004/01/16  16:39:17
17854         Log: format bug with undefined _TOP
17855              name of format_TOP now derived from the name of the current
17856              filehandle rather then the name of the  format associetd with that
17857              handle
17858      Branch: perl
17859            ! pp_sys.c t/op/write.t
17860 ____________________________________________________________________________
17861 [ 22161] By: davem                                 on 2004/01/16  13:29:26
17862         Log: Subject: [PATCH] format/write (version 2)
17863              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
17864              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1>
17865
17866              Fixes and additions to formats:
17867
17868              Improvement: NULL chars in picture line
17869              Bugfix: C<@*> shown in output if not alone on a line
17870              New feature: C<^*> for variable-width, one-line-at-a-time text
17871              Improvement: Diagnostic on C<@#> and C<~~>
17872              Bugfix: Segmentation fault on big numbers
17873              Improvement (maybe): Truncation of numbers produces misleading output
17874              Bugfix: "}" terminates format
17875              Bugfix: Error when copying non-UTF to UTF (EBCDIC only)
17876      Branch: perl
17877            ! embed.fnc embed.h form.h pod/perldiag.pod pod/perlform.pod
17878            ! pp_ctl.c proto.h t/op/write.t toke.c
17879 ____________________________________________________________________________
17880 [ 22160] By: davem                                 on 2004/01/15  23:49:02
17881         Log: buigid #24905 - the code planted to call glob() retained an
17882              extraneous targ index in a pushmark op, leasing to strangeness
17883              when the op was freed
17884      Branch: perl
17885            ! op.c
17886 ____________________________________________________________________________
17887 [ 22159] By: rgs                                   on 2004/01/15  22:19:25
17888         Log: Upgrade to Time::HiRes 1.55
17889      Branch: perl
17890            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
17891            ! ext/Time/HiRes/HiRes.xs
17892 ____________________________________________________________________________
17893 [ 22155] By: nicholas                              on 2004/01/15  00:03:04
17894         Log: Make chomp heed the utf8 flags on the target string and $/
17895              [Fixes #24888]
17896              More work still needed to make chomp heed the encoding pragma.
17897      Branch: perl
17898            ! doop.c t/op/chop.t
17899 ____________________________________________________________________________
17900 [ 22154] By: nicholas                              on 2004/01/14  21:14:14
17901         Log: Update pod.lst with perl583delta,pod, and rerun pod/buildtoc
17902              [Forgot to do this as part of the integration]
17903      Branch: perl
17904            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
17905            ! vms/descrip_mms.template win32/pod.mak
17906 ____________________________________________________________________________
17907 [ 22153] By: nicholas                              on 2004/01/14  19:28:54
17908         Log: Integrate:
17909              [ 22143]
17910              We're planning on making history today. Mind you, not that much -
17911              only 1 line.
17912
17913              perl583delta.pod
17914      Branch: perl
17915           +> pod/perl583delta.pod
17916            ! MANIFEST
17917           !> pod/perlhist.pod
17918 ____________________________________________________________________________
17919 [ 22150] By: nicholas                              on 2004/01/14  17:48:52
17920         Log: Bump version number as file has changed since 5.8.2
17921      Branch: perl
17922            ! lib/File/Find.pm
17923 ____________________________________________________________________________
17924 [ 22149] By: nicholas                              on 2004/01/14  17:45:54
17925         Log: Subject:  Doc patches for File::Find
17926              From:  Andy Lester <andy@petdance.com>
17927              Date:  Mon, 12 Jan 2004 00:10:50 -0600
17928              Message-Id:  <20040112061050.GB7308@petdance.com>
17929      Branch: perl
17930            ! lib/File/Find.pm
17931 ____________________________________________________________________________
17932 [ 22136] By: nicholas                              on 2004/01/14  13:01:27
17933         Log: Assimilate CGI 3.03
17934      Branch: perl
17935            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm
17936 ____________________________________________________________________________
17937 [ 22133] By: nicholas                              on 2004/01/13  22:53:42
17938         Log: Add VMS to the list of "don't fork" OSes
17939              [In the most simple way possible. Fix this properly post 5.8.3
17940              to use $Config{d_fork} or something more robust]
17941      Branch: perl
17942            ! ext/threads/shared/t/wait.t
17943 ____________________________________________________________________________
17944 [ 22129] By: rgs                                   on 2004/01/13  19:26:24
17945         Log: Subject: [PATCH] [ANNOUNCE] Math::BigInt v1.69
17946              From: Tels <perl_dummy@bloodgate.com>
17947              Date: Tue, 13 Jan 2004 19:28:48 +0100
17948              Message-Id: <200401131928.50247@bloodgate.com>
17949      Branch: perl
17950            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
17951            ! lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/bare_mbi.t
17952            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
17953            ! lib/Math/BigInt/t/sub_mbi.t
17954 ____________________________________________________________________________
17955 [ 22128] By: rgs                                   on 2004/01/13  09:06:11
17956         Log: MANIFEST adjustment.
17957      Branch: perl
17958            ! MANIFEST
17959 ____________________________________________________________________________
17960 [ 22126] By: ams                                   on 2004/01/13  07:16:33
17961         Log: Upgrade to Locale::Maketext 1.07.
17962      Branch: perl
17963            + lib/Locale/Maketext/t/04super.t
17964            + lib/Locale/Maketext/t/05super.t
17965            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
17966            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
17967 ____________________________________________________________________________
17968 [ 22125] By: rgs                                   on 2004/01/12  22:44:53
17969         Log: Document usage of $_ and pos() inside /(?{...})/.
17970              (see change #2367.)
17971      Branch: perl
17972            ! pod/perlre.pod
17973 ____________________________________________________________________________
17974 [ 22124] By: rgs                                   on 2004/01/12  22:10:51
17975         Log: Upgrade to MIME::Base64 2.23.
17976      Branch: perl
17977            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
17978            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
17979 ____________________________________________________________________________
17980 [ 22123] By: rgs                                   on 2004/01/12  21:24:28
17981         Log: Subject: [PATCH handy.h] RE: MIME-Base64-2.22 [PATCH]
17982              From: Robin Barker <Robin.Barker@npl.co.uk>
17983              Date: Thu, 8 Jan 2004 16:21:25 -0000
17984              Message-ID: <533D273D4014D411AB1D00062938C4D904046787@hotel.npl.co.uk>
17985      Branch: perl
17986            ! handy.h
17987 ____________________________________________________________________________
17988 [ 22122] By: nicholas                              on 2004/01/12  19:52:16
17989         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
17990              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
17991              Message-ID: <Pine.LNX.4.58.0401121127210.15844@benevelle.wi.securepipe.com>
17992              Date: Mon, 12 Jan 2004 12:41:52 -0600 (CST)
17993      Branch: perl
17994            ! ext/threads/shared/t/wait.t
17995 ____________________________________________________________________________
17996 [ 22121] By: nicholas                              on 2004/01/12  17:27:25
17997         Log: use sv_setpvn rather than sv_setpv and save a strlen()
17998      Branch: perl
17999            ! doop.c
18000 ____________________________________________________________________________
18001 [ 22120] By: merijn                                on 2004/01/12  13:04:42
18002         Log: Subject: [PATCH] Make 'Configure -Dcf_by=...' work
18003              From: Gisle Aas <gisle@ActiveState.com>
18004              Date: 12 Jan 2004 02:35:27 -0800
18005              Message-ID: <lrvfnh315c.fsf@caliper.activestate.com>
18006      Branch: perl
18007            ! Configure
18008 ____________________________________________________________________________
18009 [ 22117] By: rgs                                   on 2004/01/12  10:10:43
18010         Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012]
18011              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18012              Date: Mon, 12 Jan 2004 11:19:37 +0900
18013              Message-Id: <20040112111007.EB69.BQW10602@nifty.com>
18014      Branch: perl
18015            ! doop.c t/op/join.t
18016 ____________________________________________________________________________
18017 [ 22115] By: nicholas                              on 2004/01/11  23:37:09
18018         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
18019              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
18020              Message-ID: <Pine.LNX.4.58.0401111548010.6679@localhost.localdomain>
18021              Date: Sun, 11 Jan 2004 16:24:18 -0600 (CST)
18022      Branch: perl
18023            ! ext/threads/shared/t/wait.t
18024 ____________________________________________________________________________
18025 [ 22113] By: nicholas                              on 2004/01/11  23:14:48
18026         Log: Regenerate win32/Makefile and win32/makefile.mk after
18027
18028              Integrate:
18029              [ 22081]
18030              Move pod/perldelta.pod to pod/perl583delta.pod, and arrange for
18031              a copy to be made at build time.
18032
18033              [ 22111]
18034              Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1)
18035              From: Abe Timmerman <abe@ztreet.demon.nl>
18036              Message-Id: <200401111813.40829.abe@ztreet.demon.nl>
18037              Date: Sun, 11 Jan 2004 18:13:40 +0100
18038
18039              plus revert 22092 and 22080
18040      Branch: perl
18041            ! pod.lst win32/Makefile win32/makefile.mk
18042           !> pod/buildtoc
18043 ____________________________________________________________________________
18044 [ 22112] By: rgs                                   on 2004/01/11  22:38:08
18045         Log: Upgrade to Cwd 2.14.
18046      Branch: perl
18047            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
18048 ____________________________________________________________________________
18049 [ 22110] By: rgs                                   on 2004/01/11  16:34:43
18050         Log: Upgrade to Math::BigRat 0.11
18051
18052              Subject: [PATCH] [ANNOUCNE] Math::BigRat 0.11
18053              From: Tels <perl_dummy@bloodgate.com>
18054              Date: Wed, 7 Jan 2004 18:30:06 +0100
18055              Message-Id: <200401071830.07445@bloodgate.com>
18056      Branch: perl
18057            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
18058            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
18059 ____________________________________________________________________________
18060 [ 22109] By: rgs                                   on 2004/01/10  23:39:38
18061         Log: Subject: [PATCH] Nicer formatting for function arguments in Carp messages
18062              From: Steve Hay <steve.hay@uk.radan.com>
18063              Date: Wed, 07 Jan 2004 13:22:30 +0000
18064              Message-ID: <3FFC0816.9090406@uk.radan.com>
18065
18066              (and increment version number in Carp)
18067      Branch: perl
18068            ! lib/Carp.pm lib/Carp/Heavy.pm
18069 ____________________________________________________________________________
18070 [ 22108] By: adi                                   on 2004/01/10  21:33:59
18071         Log: documentation nit
18072      Branch: perl
18073            ! pod/perlop.pod
18074 ____________________________________________________________________________
18075 [ 22107] By: adi                                   on 2004/01/10  20:19:09
18076         Log: nit to Bytecode - the av_extend opcode wasn't saved when
18077              the array had AvFILL == 0
18078      Branch: perl
18079            ! ext/B/B/Assembler.pm
18080 ____________________________________________________________________________
18081 [ 22106] By: adi                                   on 2004/01/10  20:16:03
18082         Log: still problems with backreferences + reverse cloning
18083              after #21936 - the weak reference may live on the pad.
18084      Branch: perl
18085            ! sv.c
18086 ____________________________________________________________________________
18087 [ 22104] By: nicholas                              on 2004/01/09  19:50:43
18088         Log: Bah. Makefile.PL still tests the sub-MANIFEST
18089      Branch: perl
18090            ! ext/Storable/MANIFEST
18091 ____________________________________________________________________________
18092 [ 22103] By: davem                                 on 2004/01/09  12:20:38
18093         Log: temporarily backout test of thread returning a closure. It crashes
18094              win32.
18095      Branch: perl
18096            ! ext/threads/t/problems.t
18097 ____________________________________________________________________________
18098 [ 22102] By: davem                                 on 2004/01/08  22:32:28
18099         Log: Subject: segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads)
18100              Message-ID: <20040107121357.GD82921@dansat.data-plan.com>
18101
18102              Returning a closure from a thread (via join) could mess up because
18103              pointers to PL_sv_undef weren't rejigged to point at the joiner's
18104              version of PL_sv_undef. Also, the closure's CvGV got cloned too
18105              but never freed, since CvGV isn't refcounted.
18106      Branch: perl
18107            ! ext/threads/t/problems.t ext/threads/threads.xs sv.c
18108 ____________________________________________________________________________
18109 [ 22101] By: rgs                                   on 2004/01/08  21:00:56
18110         Log: perl582delta.pod was not in the MANIFEST.
18111      Branch: perl
18112            ! MANIFEST
18113 ____________________________________________________________________________
18114 [ 22100] By: nicholas                              on 2004/01/08  17:35:27
18115         Log: Integrate:
18116              [ 22093]
18117              Graham says that the search.cpan.org pod finder hashes on name
18118              The 4 files all thinking they are perldelta.pod confuses it.
18119      Branch: perl
18120           +> pod/perl582delta.pod
18121           !> pod/perl581delta.pod pod/perl58delta.pod
18122 ____________________________________________________________________________
18123 [ 22096] By: nicholas                              on 2004/01/08  13:15:38
18124         Log: Subject: [PATCH pod/perlhist.pod] Mention 5.8.3-RC1
18125              From: Abigail <abigail@abigail.nl>
18126              Message-ID: <20040107230027.GC393@abigail.nl>
18127              Date: Thu, 8 Jan 2004 00:00:27 +0100
18128      Branch: perl
18129            ! pod/perlhist.pod
18130 ____________________________________________________________________________
18131 [ 22091] By: nicholas                              on 2004/01/07  19:09:50
18132         Log: [Integrate]
18133              22088 22089 22090 (datestamp corrections - let's see if this really
18134              works)
18135      Branch: perl
18136           !> (integrate 35 files)
18137 ____________________________________________________________________________
18138 [ 22084] By: rgs                                   on 2004/01/07  09:25:16
18139         Log: Hardcoded numerical flag masks. Bad.
18140      Branch: perl
18141            ! doop.c
18142 ____________________________________________________________________________
18143 [ 22083] By: nicholas                              on 2004/01/06  18:57:29
18144         Log: Seems that sv_setsv_cow needs to be visible to core extensions,
18145              so that re will build properly on Win32. Thanks to Steve Hay for
18146              trying COW and finding the problems.
18147      Branch: perl
18148            ! embed.fnc embed.h
18149 ____________________________________________________________________________
18150 [ 22082] By: rgs                                   on 2004/01/06  18:11:22
18151         Log: Fix bug #24813 : the -0 wasn't recognized on the #! line
18152      Branch: perl
18153            + t/run/switch0.t
18154            ! MANIFEST perl.c
18155 ____________________________________________________________________________
18156 [ 22079] By: nicholas                              on 2004/01/06  12:38:52
18157         Log: Jarkko didn't move the cd ..\pod correctly. Given that it's been
18158              like this pre 5.8.1, I suspect that no-one has used it recently.
18159      Branch: perl
18160            ! win32/makefile.mk
18161 ____________________________________________________________________________
18162 [ 22076] By: rgs                                   on 2004/01/06  08:18:44
18163         Log: The TODO tag should be included also when a TODO test succeeds,
18164              so it's reported by the test harness
18165      Branch: perl
18166            ! t/op/write.t
18167 ____________________________________________________________________________
18168 [ 22075] By: rgs                                   on 2004/01/06  07:56:25
18169         Log: This TODO test seems to pass now.
18170      Branch: perl
18171            ! t/op/write.t
18172 ____________________________________________________________________________
18173 [ 22074] By: rgs                                   on 2004/01/05  23:29:55
18174         Log: Some of the bitwise manipulation PP functions weren't checking
18175              whether their arguments were magical before using them.
18176              (bug [#24816]).
18177      Branch: perl
18178            ! pp.c
18179 ____________________________________________________________________________
18180 [ 22071] By: davem                                 on 2004/01/05  22:17:04
18181         Log: [perl #24674]
18182              stop $^O getting tainted on read access, and disallow tainted
18183              assignment to it
18184      Branch: perl
18185            ! mg.c t/op/taint.t
18186 ____________________________________________________________________________
18187 [ 22068] By: rgs                                   on 2004/01/05  21:48:30
18188         Log: Some mandatory syntax warnings emitted by the lexer weren't
18189              disableable (bug [perl #24815]).
18190      Branch: perl
18191            ! pod/perldiag.pod t/lib/warnings/toke toke.c
18192 ____________________________________________________________________________
18193 [ 22067] By: nicholas                              on 2004/01/05  21:36:07
18194         Log: Change the flag logic in buildtoc
18195      Branch: perl
18196            ! pod.lst pod/buildtoc
18197 ____________________________________________________________________________
18198 [ 22064] By: nicholas                              on 2004/01/05  21:16:09
18199         Log: Fix bug with MANIFEST generation when we also regenerate perltoc.pod
18200      Branch: perl
18201            ! pod/buildtoc
18202 ____________________________________________________________________________
18203 [ 22058] By: rgs                                   on 2004/01/05  06:17:47
18204         Log: Subject: [PATCH] skip num.t #47 on VMS
18205              From: "Craig A. Berry" <craigberry@mac.com>
18206              Date: Sun, 04 Jan 2004 23:16:26 -0600
18207              Message-ID: <3FF8F32A.5000108@mac.com>
18208      Branch: perl
18209            ! t/base/num.t
18210 ____________________________________________________________________________
18211 [ 22057] By: rgs                                   on 2004/01/05  06:17:07
18212         Log: Subject: [PATCH configure.com] future-proof signal check
18213              From: "Craig A. Berry" <craigberry@mac.com>
18214              Date: Sun, 04 Jan 2004 22:53:40 -0600
18215              Message-ID: <3FF8EDD4.3080308@mac.com>
18216      Branch: perl
18217            ! configure.com
18218 ____________________________________________________________________________
18219 [ 22056] By: rgs                                   on 2004/01/04  20:45:31
18220         Log: Upgrade to Cwd 2.13
18221      Branch: perl
18222            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
18223 ____________________________________________________________________________
18224 [ 22055] By: davem                                 on 2004/01/04  19:34:36
18225         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
18226              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
18227              Date: Fri, 2 Jan 2004 11:31:46 +0100
18228              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4B3@attmsx1>
18229
18230              eval of of a truncated format should fail
18231      Branch: perl
18232            ! t/op/write.t toke.c
18233 ____________________________________________________________________________
18234 [ 22052] By: rgs                                   on 2004/01/03  19:53:53
18235         Log: Upgrade to PerlIO::via::QuotedPrint 0.06
18236      Branch: perl
18237            ! lib/PerlIO/via/QuotedPrint.pm
18238 ____________________________________________________________________________
18239 [ 22051] By: rgs                                   on 2004/01/03  19:51:02
18240         Log: Upgrade to Time::HiRes 1.54
18241      Branch: perl
18242            + ext/Time/HiRes/hints/solaris.pl
18243            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
18244            ! ext/Time/HiRes/HiRes.xs
18245 ____________________________________________________________________________
18246 [ 22050] By: nicholas                              on 2004/01/03  19:24:00
18247         Log: No matter how hard you proof read it, something always slips through.
18248      Branch: perl
18249            ! ext/Storable/ChangeLog
18250 ____________________________________________________________________________
18251 [ 22049] By: nicholas                              on 2004/01/03  19:22:08
18252         Log: Fix minor problems with the CPAN release
18253              1: Make Storable.xs to work on 5.8.2 and later (already in the core)
18254              2: Ship the linux hints file
18255              3: Ship Test::More for the benefit of Perls pre 5.6.2
18256              4: Correct Makefile.PL to install in core for 5.8.0 and later
18257      Branch: perl
18258            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
18259            ! ext/Storable/Makefile.PL ext/Storable/README
18260            ! ext/Storable/Storable.pm
18261 ____________________________________________________________________________
18262 [ 22047] By: rgs                                   on 2004/01/03  00:07:13
18263         Log: Tidy up change #18751, so that the second parameter to unpack()
18264              defaults to $_ at compile-time, instead of run-time (like all
18265              other primitives that default to $_).
18266      Branch: perl
18267            ! embed.h op.c opcode.h opcode.pl pp.sym pp_pack.c pp_proto.h
18268 ____________________________________________________________________________
18269 [ 22044] By: nicholas                              on 2004/01/02  16:17:24
18270         Log: Bump $threads::VERSION as the documentation has changed. Tweak the
18271              documentaiton, update Arthur's e-mail address
18272      Branch: perl
18273            ! ext/threads/threads.pm
18274 ____________________________________________________________________________
18275 [ 22043] By: rgs                                   on 2004/01/02  08:35:22
18276         Log: Use the optimization level -O2 by default on Linux/gcc.
18277              See :
18278              Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?)
18279              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
18280              Date: Thu, 1 Jan 2004 05:32:15 +0100
18281              Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2>
18282      Branch: perl
18283            ! hints/linux.sh
18284 ____________________________________________________________________________
18285 [ 22041] By: nicholas                              on 2004/01/02  00:38:00
18286         Log: Update debugger version number and Changes file
18287      Branch: perl
18288            ! lib/perl5db.pl
18289 ____________________________________________________________________________
18290 [ 22037] By: davem                                 on 2004/01/01  23:22:10
18291         Log: addition to 22036 (document SUPER better): superclass may be plural
18292      Branch: perl
18293            ! pod/perlbot.pod pod/perlobj.pod
18294 ____________________________________________________________________________
18295 [ 22036] By: davem                                 on 2004/01/01  22:23:11
18296         Log: Document the quirks of SUPER, especially the fact that it it
18297              relative to the current package and not to the invoking object.
18298      Branch: perl
18299            ! pod/perlboot.pod pod/perlbot.pod pod/perlobj.pod
18300            ! pod/perltoot.pod
18301 ____________________________________________________________________________
18302 [ 22034] By: davem                                 on 2004/01/01  19:58:08
18303         Log: Fix bug #24383, where hashes with the :unique attribute weren't
18304              getting made readonly on interpreter clone. Also, remove the
18305              :unique attribute from the hashes in warnings.pm, since they may
18306              later be modified by warnings::register.  Finally, adds tests for
18307              the :unique attribute.
18308      Branch: perl
18309            ! ext/threads/t/problems.t lib/warnings.pm sv.c warnings.pl
18310 ____________________________________________________________________________
18311 [ 22033] By: nicholas                              on 2004/01/01  19:22:24
18312         Log: Subject: Perl 5.8.3 patches from the BS2000 port - part 2
18313              From: Dorner Thomas <tdorner@amadeus.net>
18314              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B6740@Ex02.inhouse.start.de>
18315              Date: Fri, 19 Dec 2003 07:16:47 +0100
18316      Branch: perl
18317            ! t/io/utf8.t t/op/pat.t
18318 ____________________________________________________________________________
18319 [ 22032] By: rgs                                   on 2004/01/01  17:29:21
18320         Log: Subject: [PATCH 5.8.2 @21574] OS/2 update
18321              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
18322              Date: Thu, 18 Dec 2003 14:10:29 -0800
18323              Message-ID: <20031218221029.GA7898@math.berkeley.edu>
18324      Branch: perl
18325            ! README.os2 hints/os2.sh installperl lib/ExtUtils/MM_Unix.pm
18326            ! makedef.pl os2/Changes os2/OS2/REXX/DLL/Changes
18327            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h os2/perl2cmd.pl
18328 ____________________________________________________________________________
18329 [ 22031] By: rgs                                   on 2004/01/01  16:30:13
18330         Log: Document that /[\W]/ doesn't work, unicode-wise (see bug #18281)
18331      Branch: perl
18332            ! pod/perlunicode.pod
18333 ____________________________________________________________________________
18334 [ 22030] By: rgs                                   on 2004/01/01  13:55:31
18335         Log: Document that detached threads aren't supported on Windows yet.
18336      Branch: perl
18337            ! ext/threads/threads.pm
18338 ____________________________________________________________________________
18339 [ 22029] By: rgs                                   on 2004/01/01  13:30:33
18340         Log: Upgrade to Getopt::Long 2.34_01
18341      Branch: perl
18342            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
18343 ____________________________________________________________________________
18344 [ 22026] By: nicholas                              on 2003/12/31  15:22:31
18345         Log: Tweak 00compile.t to avoid splatting a DIAG over core perl's
18346              beautiful clean run of OKs. You are all getting a clean run of OKs,
18347              aren't you?
18348      Branch: perl
18349            ! lib/Test/Harness/t/00compile.t
18350 ____________________________________________________________________________
18351 [ 22025] By: nicholas                              on 2003/12/31  15:11:51
18352         Log: Subject: [PATCH] "piconv -C 512" badly broken
18353              From: Autrijus Tang <autrijus@autrijus.org>
18354              Message-Id: <1072870210.769.5.camel@localhost>
18355              Date: Wed, 31 Dec 2003 19:30:10 +0800
18356      Branch: perl
18357            ! ext/Encode/bin/piconv
18358 ____________________________________________________________________________
18359 [ 22021] By: rgs                                   on 2003/12/31  08:28:43
18360         Log: Upgrade to Test::Harness 2.40.
18361      Branch: perl
18362            ! lib/Test/Harness.pm lib/Test/Harness/Changes
18363            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
18364            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
18365            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
18366            ! lib/Test/Harness/t/prove-switches.t
18367            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
18368            ! lib/Test/Harness/t/test-harness.t
18369 ____________________________________________________________________________
18370 [ 22020] By: rgs                                   on 2003/12/31  07:59:19
18371         Log: C++ comments, bad.
18372      Branch: perl
18373            ! ext/Cwd/Cwd.xs
18374 ____________________________________________________________________________
18375 [ 22018] By: nicholas                              on 2003/12/30  23:29:59
18376         Log: Bump VERSION numbers
18377      Branch: perl
18378            ! ext/POSIX/POSIX.pm lib/Benchmark.pm lib/File/CheckTree.pm
18379            ! lib/Getopt/Std.pm lib/PerlIO.pm lib/Tie/Hash.pm
18380            ! lib/diagnostics.pm
18381 ____________________________________________________________________________
18382 [ 22016] By: rgs                                   on 2003/12/30  21:10:22
18383         Log: A patch for Test::Harness on VMS by Craig Berry
18384              (see RT CPAN bug #4745)
18385      Branch: perl
18386            ! lib/Test/Harness/Straps.pm
18387 ____________________________________________________________________________
18388 [ 22013] By: nicholas                              on 2003/12/30  18:18:28
18389         Log: Subject: more uni doc tweakage
18390              From: Jarkko Hietaniemi <jhi@iki.fi>
18391              Message-ID: <20031230133755.GA23118@vipunen.hut.fi>
18392              Date: Tue, 30 Dec 2003 15:37:55 +0200
18393
18394              Subject: one more pod fix
18395              From: Jarkko Hietaniemi <jhi@iki.fi>
18396              Message-ID: <20031230135641.GA24516@vipunen.hut.fi>
18397              Date: Tue, 30 Dec 2003 15:56:41 +0200
18398      Branch: perl
18399            ! lib/PerlIO.pm pod/perlunicode.pod
18400 ____________________________________________________________________________
18401 [ 22009] By: davem                                 on 2003/12/30  17:14:44
18402         Log: bug #24757 perlrun.pod's description of find -mtime was ambiguous
18403      Branch: perl
18404            ! pod/perlrun.pod
18405 ____________________________________________________________________________
18406 [ 22007] By: rgs                                   on 2003/12/30  16:04:47
18407         Log: Upgrade to Math::BigInt 1.68.
18408      Branch: perl
18409            + lib/Math/BigInt/t/bigroot.t
18410            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
18411            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
18412            ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbi.t
18413            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
18414            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
18415 ____________________________________________________________________________
18416 [ 22005] By: davem                                 on 2003/12/30  15:07:50
18417         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
18418              heuristics for calculating buffer size needed to compile a format
18419              didn't allow for \0
18420      Branch: perl
18421            ! pp_ctl.c t/op/write.t
18422 ____________________________________________________________________________
18423 [ 22003] By: rgs                                   on 2003/12/30  12:54:02
18424         Log: Add a regression test for bug #24762
18425      Branch: perl
18426            ! t/comp/parser.t
18427 ____________________________________________________________________________
18428 [ 22002] By: rgs                                   on 2003/12/30  12:49:09
18429         Log: Updates the notes about byacc in pumpkin.pod.
18430      Branch: perl
18431            ! Porting/pumpkin.pod
18432 ____________________________________________________________________________
18433 [ 22001] By: rgs                                   on 2003/12/30  09:58:08
18434         Log: Bump up UNIVERSAL's version to 1.02
18435              (due to fix #21418)
18436      Branch: perl
18437            ! lib/UNIVERSAL.pm
18438 ____________________________________________________________________________
18439 [ 21999] By: nicholas                              on 2003/12/29  23:53:31
18440         Log: Add Mike Pomraning
18441      Branch: perl
18442            ! AUTHORS
18443 ____________________________________________________________________________
18444 [ 21997] By: rgs                                   on 2003/12/29  20:11:12
18445         Log: Update the README and Changes files for Switch 2.10
18446      Branch: perl
18447            ! lib/Switch/Changes lib/Switch/README
18448 ____________________________________________________________________________
18449 [ 21996] By: rgs                                   on 2003/12/29  20:07:00
18450         Log: Upgrade to Switch 2.10, by integrating some changes by Damian
18451      Branch: perl
18452            ! lib/Switch.pm
18453 ____________________________________________________________________________
18454 [ 21993] By: rgs                                   on 2003/12/29  10:49:29
18455         Log: Windows hasn't getuid/setuid and friends.
18456              Therefore disable the code related to them in POSIX.xs.
18457
18458              Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
18459              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
18460              Date: Mon, 29 Dec 2003 04:51:19 +0100
18461              Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2>
18462      Branch: perl
18463            ! ext/POSIX/POSIX.xs
18464 ____________________________________________________________________________
18465 [ 21992] By: rgs                                   on 2003/12/29  10:31:07
18466         Log: Subject: [PATCH] win32_chsize buglet
18467              From: "Kevin Chase" <kevincha99@hotmail.com>
18468              Date: Sun, 28 Dec 2003 15:48:56 -0800
18469              Message-ID: <BAY2-F90usv0ccZRh8Z0005683d@hotmail.com>
18470      Branch: perl
18471            ! win32/win32.c
18472 ____________________________________________________________________________
18473 [ 21991] By: rgs                                   on 2003/12/29  08:10:51
18474         Log: Upgrade to Encode 1.99.
18475      Branch: perl
18476            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
18477            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
18478            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
18479            ! ext/Encode/t/mime-header.t ext/Encode/ucm/gsm0338.ucm
18480            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
18481            ! ext/Encode/ucm/macHebrew.ucm
18482 ____________________________________________________________________________
18483 [ 21990] By: rgs                                   on 2003/12/28  18:41:35
18484         Log: Fix a little syntax error, reported by Marcus Holland-Moritz
18485      Branch: perl
18486            ! win32/win32.c
18487 ____________________________________________________________________________
18488 [ 21989] By: nicholas                              on 2003/12/28  11:49:20
18489         Log: From: "Nigel Sandever" <njsandever@hotmail.com>
18490              Subject: [PATCH] 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES
18491              Message-ID: <Law9-F94BdsnvUFcxT500000ea5@hotmail.com>
18492              Date: Thu, 25 Sep 2003 21:49:07 +0000
18493      Branch: perl
18494            ! dosish.h win32/win32.c win32/win32sck.c
18495 ____________________________________________________________________________
18496 [ 21988] By: rgs                                   on 2003/12/27  23:46:40
18497         Log: Regenerate the perly.c patch for byacc output painless fixing
18498      Branch: perl
18499            ! perly_c.diff
18500 ____________________________________________________________________________
18501 [ 21986] By: rgs                                   on 2003/12/27  23:11:59
18502         Log: Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax error
18503      Branch: perl
18504            ! perly.c perly.y vms/perly_c.vms
18505 ____________________________________________________________________________
18506 [ 21985] By: nicholas                              on 2003/12/27  22:55:35
18507         Log: Subject: Cross compilation patches for arm.
18508              From: Redvers Davies <red@criticalintegration.com>
18509              Message-Id: <1072098653.4789.6.camel@ragefire>
18510              Date: Mon, 22 Dec 2003 08:11:34 -0500
18511      Branch: perl
18512            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
18513            ! Cross/config.sh-arm-linux Cross/installperl.patch
18514 ____________________________________________________________________________
18515 [ 21983] By: rgs                                   on 2003/12/27  21:29:04
18516         Log: Fix bug [perl #24735] : make sure that the range (..) operator
18517              treats an undefined argument as 0 for numerical ranges and as ""
18518              for magical string ranges.
18519      Branch: perl
18520            ! pp_ctl.c t/op/range.t
18521 ____________________________________________________________________________
18522 [ 21981] By: rgs                                   on 2003/12/27  20:14:09
18523         Log: Subject: PATCH:  *DB*_File
18524              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
18525              Date: Sat, 27 Dec 2003 20:02:30 -0000
18526              Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com>
18527      Branch: perl
18528            ! XSUB.h ext/DB_File/Changes ext/DB_File/DB_File.pm
18529            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
18530            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
18531            ! ext/DB_File/typemap ext/GDBM_File/typemap
18532            ! ext/NDBM_File/typemap ext/ODBM_File/typemap
18533            ! ext/SDBM_File/typemap
18534 ____________________________________________________________________________
18535 [ 21978] By: nicholas                              on 2003/12/27  18:31:27
18536         Log: Straggler from Cwd
18537      Branch: perl
18538            + ext/Cwd/Changes
18539 ____________________________________________________________________________
18540 [ 21977] By: nicholas                              on 2003/12/27  18:29:44
18541         Log: Straggler from Unicode::Collate.
18542              We need to automate this.
18543              For some value of we. (tr/w/m/ I suspect)
18544      Branch: perl
18545            + lib/Unicode/Collate/t/rearrang.t
18546 ____________________________________________________________________________
18547 [ 21976] By: nicholas                              on 2003/12/27  18:28:37
18548         Log: Assimilate Unicode::Collate 0.33
18549      Branch: perl
18550            + lib/Unicode/Collate/t/altern.t lib/Unicode/Collate/t/view.t
18551            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
18552            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
18553            ! lib/Unicode/Collate/t/contract.t
18554            ! lib/Unicode/Collate/t/illegal.t lib/Unicode/Collate/t/test.t
18555            ! lib/Unicode/Collate/t/version.t
18556 ____________________________________________________________________________
18557 [ 21975] By: nicholas                              on 2003/12/27  18:12:33
18558         Log: Assimilate PodParser-1.26
18559      Branch: perl
18560            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
18561            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/PlainText.pm
18562            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/pod2usage.PL
18563            ! pod/podselect.PL t/pod/pod2usage.xr t/pod/podselect.xr
18564 ____________________________________________________________________________
18565 [ 21974] By: nicholas                              on 2003/12/27  17:50:34
18566         Log: Assimilate File::Spec 0.87
18567      Branch: perl
18568            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
18569 ____________________________________________________________________________
18570 [ 21973] By: nicholas                              on 2003/12/27  17:24:27
18571         Log: Assimilate Digest 1.05
18572      Branch: perl
18573            ! lib/Digest.pm lib/Digest/t/digest.t
18574 ____________________________________________________________________________
18575 [ 21972] By: nicholas                              on 2003/12/27  17:20:23
18576         Log: Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so change
18577              21646 was only applied to core (must punt this back and thereby unfork)
18578              Need to fix test boilerplate properly for PERL_CORE
18579      Branch: perl
18580            ! MANIFEST Porting/Maintainers.pl ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
18581            ! ext/Cwd/t/taint.t lib/Cwd.pm
18582 ____________________________________________________________________________
18583 [ 21971] By: nicholas                              on 2003/12/27  16:55:54
18584         Log: Subject: [PATCH] Remove Win32 compiler warnings
18585              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
18586              Date: Sat, 27 Dec 2003 17:39:20 +0100
18587              Message-ID: <018901c3cc97$fa976660$d500a8c0@R2D2>
18588      Branch: perl
18589            ! ext/XS/APItest/APItest.xs ext/threads/shared/shared.xs sv.c
18590 ____________________________________________________________________________
18591 [ 21970] By: nicholas                              on 2003/12/27  16:39:01
18592         Log: Allow overriding of the p4 settings via environment variables
18593              Make regexp more robust to parse FreeBSD's patch output
18594      Branch: perl
18595            ! Porting/apply
18596 ____________________________________________________________________________
18597 [ 21968] By: rgs                                   on 2003/12/27  14:27:57
18598         Log: Subject: [PATCH] perl 5.8.0, FindBin::again
18599              From: Slaven Rezic <slaven@rezic.de>
18600              Date: 01 May 2003 21:28:10 +0200
18601              Message-ID: <873cjy31rp.fsf@vran.herceg.de>
18602      Branch: perl
18603            ! lib/FindBin.pm lib/FindBin.t
18604 ____________________________________________________________________________
18605 [ 21967] By: nicholas                              on 2003/12/27  13:26:29
18606         Log: Subject: [PATCH: sv.c] Turn Quad_t to Uquad_t in unsigned branch
18607              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
18608              Date: Sat, 27 Dec 2003 02:48:19 +0100
18609              Message-ID: <010001c3cc1b$813763a0$d500a8c0@R2D2>
18610      Branch: perl
18611            ! sv.c
18612 ____________________________________________________________________________
18613 [ 21964] By: nicholas                              on 2003/12/26  20:31:38
18614         Log: Change minimum perl version where the test is run from 5.9.0 to 5.8.3
18615              as I'm going to integrate the core patch
18616      Branch: perl
18617            ! ext/List/Util/t/weak.t
18618 ____________________________________________________________________________
18619 [ 21962] By: nicholas                              on 2003/12/26  19:22:16
18620         Log: Subject: [PATCH: sv.c] Re: GCC bug breaking Perl_sv_catpvfn()?
18621              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
18622              Date: Fri, 26 Dec 2003 02:47:09 +0100
18623              Message-ID: <03ca01c3cb52$2d509b40$5700a8c0@R2D2>
18624      Branch: perl
18625            ! sv.c
18626 ____________________________________________________________________________
18627 [ 21960] By: rgs                                   on 2003/12/26  10:18:24
18628         Log: Refactor the code that checks whether a range is numeric
18629              or string-magical.
18630      Branch: perl
18631            ! pp_ctl.c
18632 ____________________________________________________________________________
18633 [ 21959] By: rgs                                   on 2003/12/26  08:51:06
18634         Log: Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.
18635              This fixes building SDBM_File on AIX.
18636      Branch: perl
18637            ! ext/SDBM_File/sdbm/Makefile.PL
18638 ____________________________________________________________________________
18639 [ 21958] By: rgs                                   on 2003/12/25  21:22:25
18640         Log: Fix bug [perl #24641] : when POSIX::set[ug]id() are called,
18641              update the perl variables PL_uid and PL_euid (resp. PL_gid
18642              and PL_egid) with the new values.
18643      Branch: perl
18644            ! ext/POSIX/POSIX.xs
18645 ____________________________________________________________________________
18646 [ 21957] By: rgs                                   on 2003/12/25  20:14:00
18647         Log: Subject: [PATCH 5.8.2 @21574] INSTALL_PREFIX from C
18648              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
18649              Date: Thu, 18 Dec 2003 12:30:06 -0800
18650              Message-ID: <20031218203006.GA7772@math.berkeley.edu>
18651      Branch: perl
18652            ! config_h.SH
18653 ____________________________________________________________________________
18654 [ 21956] By: rgs                                   on 2003/12/25  19:40:55
18655         Log: Subject: BigInt v1.68 - pre-release
18656              From: Tels <perl_dummy@bloodgate.com>
18657              Date: Tue, 23 Dec 2003 01:09:23 +0100
18658              Message-Id: <200312230106.27661@bloodgate.com>
18659      Branch: perl
18660            + lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/alias.inc
18661            + lib/Math/BigInt/t/mbf_ali.t lib/Math/BigInt/t/mbi_ali.t
18662            + lib/Math/BigInt/t/sub_ali.t
18663            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
18664            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
18665            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
18666            ! lib/Math/BigInt/t/upgrade.inc
18667 ____________________________________________________________________________
18668 [ 21955] By: rgs                                   on 2003/12/25  18:59:54
18669         Log: Subject: [perl #24506] [PATCH] cannot weaken refs to read only values
18670              From: Fergal Daly <fergal@esatclear.ie>
18671              Date: Tue, 2 Dec 2003 23:18:18 +0000
18672              Message-Id: <200312022318.18353.fergal@esatclear.ie>
18673
18674              (tweaked so the test is skipped on perls < 5.9.0)
18675      Branch: perl
18676            ! ext/List/Util/t/weak.t sv.c
18677 ____________________________________________________________________________
18678 [ 21953] By: nicholas                              on 2003/12/23  23:34:48
18679         Log: Subject:  [PATCH: perl@21949] document patch for VMS port on new file systems
18680              From:  PPrymmer@factset.com
18681              Date:  Tue, 23 Dec 2003 17:27:44 -0500
18682              Message-Id:  <OF32243F10.A592C9A9-ON85256E05.007B1741-85256E05.007B63CB@factset.com>
18683      Branch: perl
18684            ! README.vms
18685 ____________________________________________________________________________
18686 [ 21952] By: nicholas                              on 2003/12/23  23:19:19
18687         Log: Subject: [patch t/test.pl] comment fix
18688              From: Stas Bekman <stas@stason.org>
18689              Message-ID: <3FE8C65A.4060708@stason.org>
18690              Date: Tue, 23 Dec 2003 14:48:58 -0800
18691      Branch: perl
18692            ! t/test.pl
18693 ____________________________________________________________________________
18694 [ 21951] By: adi                                   on 2003/12/22  23:22:12
18695         Log: re-fix [perl #24508] without speed regression.
18696              keep an eye on this.
18697      Branch: perl
18698            ! op.c opcode.h opcode.pl
18699 ____________________________________________________________________________
18700 [ 21950] By: adi                                   on 2003/12/22  23:19:25
18701         Log: sanitize some macros - based on Chip Salzenberg suggestions and
18702              on the way GNU people use the gcc-ish 'blocks in parens'
18703      Branch: perl
18704            ! XSUB.h sv.h
18705 ____________________________________________________________________________
18706 [ 21948] By: nicholas                              on 2003/12/22  21:00:30
18707         Log: Subject: Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
18708              Message-ID: <Pine.LNX.4.58.0312220116520.17374@localhost.localdomain>
18709              Date: Mon, 22 Dec 2003 01:52:08 -0600 (CST)
18710              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
18711      Branch: perl
18712            ! ext/threads/shared/shared.xs
18713 ____________________________________________________________________________
18714 [ 21946] By: nicholas                              on 2003/12/22  20:34:06
18715         Log: Subject:  doc nits
18716              From:  Jarkko Hietaniemi <jhi@iki.fi>
18717              Date:  Mon, 22 Dec 2003 21:57:34 +0200
18718              Message-Id:  <20031222195734.GA29441@vipunen.hut.fi>
18719      Branch: perl
18720            ! pod/perltodo.pod pod/perlunicode.pod
18721 ____________________________________________________________________________
18722 [ 21944] By: merijn                                on 2003/12/22  10:13:43
18723         Log: Subject: [PATCH] configure.com archname tweak
18724              From: "Craig A. Berry" <craigberry@mac.com>
18725              Date: Sun, 21 Dec 2003 23:07:13 -0600
18726              Message-ID: <3FE67C01.1000704@mac.com>
18727      Branch: perl
18728            ! configure.com
18729 ____________________________________________________________________________
18730 [ 21942] By: rgs                                   on 2003/12/21  21:29:47
18731         Log: Subject: [perl #24651] Taint bug with multiple backticks in ref consturctors
18732              From: Mike Guy <mjtg@cam.ac.uk>
18733              Date: Fri, 19 Dec 2003 17:17:11 +0000
18734              Message-Id: <E1AXOFT-0007DE-7q@draco.cus.cam.ac.uk>
18735      Branch: perl
18736            ! pod/perlsec.pod
18737 ____________________________________________________________________________
18738 [ 21940] By: rgs                                   on 2003/12/21  15:33:19
18739         Log: Fix a side-effect of bug #24674 in the perl debugger.
18740
18741              Subject: [perl #24674] 5.x odd taint bug
18742              From: Dominique Quatravaux (via RT) <perlbug-followup@perl.org>
18743              Date: 16 Dec 2003 15:03:24 -0000
18744              Message-ID: <rt-3.0.7_01-24674-68456.11.3124667849085@perl.org>
18745      Branch: perl
18746            ! lib/perl5db.pl
18747 ____________________________________________________________________________
18748 [ 21938] By: rgs                                   on 2003/12/20  22:56:24
18749         Log: Subject: Perl 5.8.3 patches from the BS2000 port
18750              From: Dorner Thomas <tdorner@amadeus.net>
18751              Date: Wed, 17 Dec 2003 15:41:17 +0100
18752              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de>
18753      Branch: perl
18754            ! hints/posix-bc.sh t/base/num.t t/comp/parser.t
18755 ____________________________________________________________________________
18756 [ 21937] By: adi                                   on 2003/12/20  21:37:03
18757         Log: after back-references, restricted hashes.
18758              see http://nntp.perl.org/group/perl.perl5.porters/86497
18759              this is hopefully only a temporary solution.
18760      Branch: perl
18761            ! perl.c
18762 ____________________________________________________________________________
18763 [ 21936] By: adi                                   on 2003/12/20  21:32:37
18764         Log: fix [perl #24660], [perl #24663].
18765      Branch: perl
18766            ! mg.c sv.c
18767 ____________________________________________________________________________
18768 [ 21935] By: rgs                                   on 2003/12/20  21:21:50
18769         Log: Upgrade to Time::Local 1.07_94
18770      Branch: perl
18771            ! lib/Time/Local.pm lib/Time/Local.t
18772 ____________________________________________________________________________
18773 [ 21933] By: nicholas                              on 2003/12/20  20:07:44
18774         Log: Subject: [PATCH] OpenVMS I64 support
18775              From: "Craig A. Berry" <craigberry@mac.com>
18776              Message-ID: <3FE2441F.2070603@mac.com>
18777              Date: Thu, 18 Dec 2003 18:19:43 -0600
18778      Branch: perl
18779            ! configure.com vms/gen_shrfls.pl
18780 ____________________________________________________________________________
18781 [ 21932] By: nicholas                              on 2003/12/20  19:57:51
18782         Log: remove duplicate PERL_HASH (as spotted by Enache Adrian in
18783              <20031220124854.GA1265@ratsnest.hole> )
18784      Branch: perl
18785            ! hv.c
18786 ____________________________________________________________________________
18787 [ 21931] By: nicholas                              on 2003/12/20  18:58:06
18788         Log: Solaris gconvert() doesn't like ndigits == 0. Currently we have no
18789              Configure test for troublesome gconvert(), so for now simply avoid
18790              the optimisation that calls gconvert() in this case.
18791      Branch: perl
18792            ! sv.c
18793 ____________________________________________________________________________
18794 [ 21928] By: rgs                                   on 2003/12/19  08:36:11
18795         Log: Upgrade to CGI.pm 3.01
18796      Branch: perl
18797            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
18798            ! lib/CGI/Pretty.pm lib/CGI/Util.pm lib/CGI/t/carp.t
18799            ! lib/CGI/t/request.t
18800 ____________________________________________________________________________
18801 [ 21927] By: rgs                                   on 2003/12/19  08:10:41
18802         Log: Subject: [DOCPATCH] base.pm
18803              From: Elizabeth Mattijsen <liz@dijkmat.nl>
18804              Date: Thu, 18 Dec 2003 22:30:52 +0100
18805              Message-Id: <p05111b12bc07cc596977@[192.168.56.3]>
18806
18807              Plus, remove leftover mentions of pseudo-hashes
18808      Branch: perl
18809            ! lib/base.pm
18810 ____________________________________________________________________________
18811 [ 21924] By: nicholas                              on 2003/12/18  20:24:29
18812         Log: "Richard" - who he? (Add "Richard Clamp" to the list of pumpkings)
18813      Branch: perl
18814            ! pod/perlhist.pod
18815 ____________________________________________________________________________
18816 [ 21923] By: rgs                                   on 2003/12/18  14:58:42
18817         Log: Perl 1.0.16 has been released.
18818      Branch: perl
18819            ! pod/perlhist.pod
18820 ____________________________________________________________________________
18821 [ 21922] By: rgs                                   on 2003/12/17  21:36:36
18822         Log: Subject: [PATCH: embed.fnc] arguments for perl_clone()
18823              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
18824              Date: Wed, 17 Dec 2003 13:26:52 +0100
18825              Message-ID: <055701c3c499$11144f90$8cecfe91@R2D2>
18826      Branch: perl
18827            ! embed.fnc embed.h global.sym
18828 ____________________________________________________________________________
18829 [ 21921] By: rgs                                   on 2003/12/17  17:34:05
18830         Log: Subject: [PATCH] 2-arg cond_wait, cond_timedwait, tests
18831              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
18832              Date: Wed, 17 Dec 2003 00:05:58 -0600 (CST)
18833              Message-ID: <Pine.LNX.4.58.0312092202040.13494@benevelle.wi.securepipe.com>
18834      Branch: perl
18835            + ext/threads/shared/t/wait.t
18836            ! MANIFEST ext/threads/shared/shared.pm
18837            ! ext/threads/shared/shared.xs
18838 ____________________________________________________________________________
18839 [ 21918] By: rgs                                   on 2003/12/16  22:00:39
18840         Log: Sync with the latest MakeMaker snapshot.
18841              But set the $VERSION to 6.21_01.
18842      Branch: perl
18843            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
18844            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
18845            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win95.pm
18846            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
18847            ! lib/ExtUtils/instmodsh
18848 ____________________________________________________________________________
18849 [ 21917] By: alanbur                               on 2003/12/15  09:13:49
18850         Log: Remove incorrect guards around inclusion of <signal.h>
18851              Causes problems with UNIX03/SUSv3
18852              Part 2 of change 21916 - oops!
18853
18854              See:
18855              Message-Id: <3FDD06A5.8010004@sun.com>
18856              Subject: Re: UNIX03 & C99 issue with 5.8.2
18857              From: Alan Burlison <Alan.Burlison@sun.com>
18858              Date: Mon, 15 Dec 2003 00:56:05 +0000
18859      Branch: perl
18860            ! doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h util.c
18861 ____________________________________________________________________________
18862 [ 21916] By: alanbur                               on 2003/12/15  09:02:58
18863         Log: Remove incorrect guards around inclusion of <signal.h>
18864              Causes problems with UNIX03/SUSv3
18865      Branch: perl
18866            ! doio.c
18867 ____________________________________________________________________________
18868 [ 21915] By: rgs                                   on 2003/12/15  07:43:50
18869         Log: Add the macros dAX and dITEMS to PPPort.
18870      Branch: perl
18871            ! ext/Devel/PPPort/PPPort.pm
18872 ____________________________________________________________________________
18873 [ 21914] By: rgs                                   on 2003/12/14  22:53:43
18874         Log: Subject: [patch Porting/pumpkin.pod] trying to ensure that PPPort is up-to-date on each new release
18875              From: Stas Bekman <stas@stason.org>
18876              Date: Sun, 14 Dec 2003 15:12:40 -0800
18877              Message-ID: <3FDCEE68.3080509@stason.org>
18878      Branch: perl
18879            ! Porting/pumpkin.pod
18880 ____________________________________________________________________________
18881 [ 21912] By: rgs                                   on 2003/12/14  22:48:17
18882         Log: Subject: [DOCPATCH] perlfunc delete
18883              From: Elizabeth Mattijsen <liz@dijkmat.nl>
18884              Date: Sun, 14 Dec 2003 20:25:07 +0100
18885              Message-Id: <p05111b07bc0269065a99@[192.168.56.3]>
18886      Branch: perl
18887            ! pod/perlfunc.pod
18888 ____________________________________________________________________________
18889 [ 21910] By: nicholas                              on 2003/12/14  20:06:41
18890         Log: Forgot to remove a comment
18891      Branch: perl
18892            ! pp.c
18893 ____________________________________________________________________________
18894 [ 21907] By: nicholas                              on 2003/12/14  18:35:15
18895         Log: S_save_hek_flags should honour the "free" flag.
18896              Ought to mask the flag bits that shouldn't be stored.
18897      Branch: perl
18898            ! hv.c
18899 ____________________________________________________________________________
18900 [ 21906] By: nicholas                              on 2003/12/14  17:06:13
18901         Log: Some fool missed a letter n.
18902              (and then "optimised" code based on its absense. D'oh)
18903              Restore the correct behaviour - fetch with uppercase key, then if
18904              still not found store with mixed/lowercase key.
18905      Branch: perl
18906            ! hv.c
18907 ____________________________________________________________________________
18908 [ 21905] By: nicholas                              on 2003/12/14  16:34:01
18909         Log: Subject: Re: Change 21862
18910              From: Enache Adrian <enache@rdslink.ro>
18911              Date: Wed, 10 Dec 2003 06:05:58 +0200
18912              Message-ID: <20031210040558.GC1584@ratsnest.hole>
18913
18914              (1st hunk), plus the equivalent for hv_delete_common
18915      Branch: perl
18916            ! hv.c
18917 ____________________________________________________________________________
18918 [ 21904] By: nicholas                              on 2003/12/14  15:32:32
18919         Log: Clean up a bug I introduced into caseless ENV hv_delete
18920              (should be the proper fix for 21870 and 21872's band aid)
18921      Branch: perl
18922            ! hv.c
18923 ____________________________________________________________________________
18924 [ 21902] By: rgs                                   on 2003/12/13  21:56:45
18925         Log: Subject: Re: 5.6.2-RC1 on Cygwin
18926              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
18927              Date: Sat, 6 Dec 2003 22:32:59 -0800
18928              Message-ID: <20031207063259.GA3004@efn.org>
18929              (with tweaks to cleanup code)
18930      Branch: perl
18931            ! t/op/taint.t
18932 ____________________________________________________________________________
18933 [ 21898] By: nicholas                              on 2003/12/13  19:20:41
18934         Log: Add Perl_ceil
18935      Branch: perl
18936            ! perl.h pp.c
18937 ____________________________________________________________________________
18938 [ 21897] By: rgs                                   on 2003/12/13  18:41:51
18939         Log: Reformat a long line in perlembed.pod (bug #24623).
18940      Branch: perl
18941            ! pod/perlembed.pod
18942 ____________________________________________________________________________
18943 [ 21896] By: nicholas                              on 2003/12/13  18:40:59
18944         Log: The binary compatibility notes say that new global functions should
18945              go at the end. Not that I'm anything more than "trainee" when it
18946              comes to this bincompat stuff.
18947      Branch: perl
18948            ! embed.fnc proto.h
18949 ____________________________________________________________________________
18950 [ 21895] By: rgs                                   on 2003/12/13  18:33:38
18951         Log: alarm() is now implemented on Win32.
18952      Branch: perl
18953            ! pod/perlport.pod
18954 ____________________________________________________________________________
18955 [ 21893] By: nicholas                              on 2003/12/13  17:40:32
18956         Log: foreach qw() { # not valid syntax for 5.005. So fix it.
18957      Branch: perl
18958            ! pod/buildtoc
18959 ____________________________________________________________________________
18960 [ 21892] By: rgs                                   on 2003/12/13  17:02:12
18961         Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown
18962              From: David Dyck <david.dyck@fluke.com>
18963              Date: Sat, 13 Dec 2003 00:01:34 -0800 (PST)
18964              Message-ID: <Pine.LNX.4.51.0312122351450.8825@dd.tc.fluke.com>
18965      Branch: perl
18966            ! lib/File/CheckTree.pm
18967 ____________________________________________________________________________
18968 [ 21891] By: rgs                                   on 2003/12/13  16:33:46
18969         Log: Make the XSRETURN macro evaluate its argument only once.
18970      Branch: perl
18971            ! XSUB.h
18972 ____________________________________________________________________________
18973 [ 21886] By: rgs                                   on 2003/12/13  12:30:08
18974         Log: More POD fixes ; regenerate perltoc and perlmodlib.
18975      Branch: perl
18976            ! ext/DynaLoader/DynaLoader_pm.PL pod/perlmodlib.pod
18977            ! pod/perltoc.pod
18978 ____________________________________________________________________________
18979 [ 21885] By: rgs                                   on 2003/12/13  12:21:26
18980         Log: Fix some of the pods to produce more standard manpages,
18981              as reported by Eric S. Raymond.
18982      Branch: perl
18983            ! README.ce README.netware lib/Getopt/Std.pm lib/diagnostics.pm
18984 ____________________________________________________________________________
18985 [ 21884] By: rgs                                   on 2003/12/13  00:09:01
18986         Log: Subject: RE: [perl #24610] Pod::Html infinite recursion
18987              From: Anders Johnson <ajohnson@nvidia.com>
18988              Date: Fri, 12 Dec 2003 14:07:40 -0800
18989              Message-ID: <33171CC36240D94EAF1FE584B1D14E0A06EC6F51@mail-sc-11.nvidia.com>
18990              (with tweaks)
18991      Branch: perl
18992            ! lib/Pod/Html.pm
18993 ____________________________________________________________________________
18994 [ 21883] By: rgs                                   on 2003/12/12  23:54:25
18995         Log: Modify the common guard for the signal.h header, because
18996              C99 compilers don't like it.o
18997
18998              see :
18999              Subject: UNIX03 & C99 issue with 5.8.2
19000              From: Alan Burlison <Alan.Burlison@sun.com>
19001              Date: Fri, 12 Dec 2003 23:04:52 +0000
19002              Message-ID: <3FDA4994.6050209@sun.com>
19003      Branch: perl
19004            ! doio.c doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h
19005            ! util.c
19006 ____________________________________________________________________________
19007 [ 21882] By: rgs                                   on 2003/12/12  22:43:11
19008         Log: Subject: [PATCH] Math::BigInt v1.67 released
19009              From: Tels <perl_dummy@bloodgate.com>
19010              Date: Fri, 12 Dec 2003 18:47:43 +0100
19011              Message-Id: <200312121847.49039@bloodgate.com>
19012      Branch: perl
19013            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19014            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
19015            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
19016            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/fallback.t
19017            ! lib/Math/BigInt/t/sub_mbi.t
19018 ____________________________________________________________________________
19019 [ 21881] By: merijn                                on 2003/12/12  16:09:14
19020         Log: Subject: [PATCH] d_u32align for win32
19021              From: Gisle Aas <gisle@ActiveState.com>
19022              Date: 11 Dec 2003 01:33:39 -0800
19023              Message-ID: <lrzndzr958.fsf@caliper.activestate.com>
19024      Branch: perl
19025            ! win32/config.bc win32/config.gc win32/config.vc
19026 ____________________________________________________________________________
19027 [ 21879] By: rgs                                   on 2003/12/11  23:53:34
19028         Log: Subject: [PATCH] environ array fix for VMS
19029              From: "Craig A. Berry" <craigberry@mac.com>
19030              Date: Thu, 11 Dec 2003 14:35:29 -0600
19031              Message-ID: <3FD8D511.2030805@mac.com>
19032      Branch: perl
19033            ! vms/vms.c
19034 ____________________________________________________________________________
19035 [ 21878] By: nicholas                              on 2003/12/11  23:49:20
19036         Log: Subject: [PATCH] Perl 5.9.0 AUTHORS
19037              From: Mark Leighton Fisher <mark-fisher@mindspring.com>
19038              Message-ID: <3FD8E74F.7000202@mindspring.com>
19039              Date: Thu, 11 Dec 2003 16:53:19 -0500
19040      Branch: perl
19041            ! AUTHORS
19042 ____________________________________________________________________________
19043 [ 21877] By: rgs                                   on 2003/12/11  23:40:54
19044         Log: Add a mention of the error "DESTROY created new reference
19045              to dead object" in perldiag.
19046      Branch: perl
19047            ! pod/perldiag.pod
19048 ____________________________________________________________________________
19049 [ 21876] By: adi                                   on 2003/12/11  23:04:03
19050         Log: #21866 was wrong. another try to plumb that damn leak.
19051      Branch: perl
19052            ! mg.c sv.c
19053 ____________________________________________________________________________
19054 [ 21875] By: adi                                   on 2003/12/11  20:11:07
19055         Log: fix bug #24605.
19056              substr() wasn't working when used repeatedly on the same utf-8
19057              string.
19058      Branch: perl
19059            ! sv.c t/op/substr.t
19060 ____________________________________________________________________________
19061 [ 21874] By: rgs                                   on 2003/12/09  21:36:58
19062         Log: Suppress a C< $DB::single = 1 > from Switch.pm, as noticed
19063              by Jan Dubois.
19064      Branch: perl
19065            ! lib/Switch.pm
19066 ____________________________________________________________________________
19067 [ 21873] By: rgs                                   on 2003/12/09  21:33:22
19068         Log: Subject: [PATCH perlunicode.pod, encoding.pm] Implicit upgrading docs
19069              From: Autrijus Tang <autrijus@autrijus.org>
19070              Date: Tue, 9 Dec 2003 20:39:16 +0800
19071              Message-ID: <20031209123915.GA1454@not.autrijus.org>
19072      Branch: perl
19073            ! ext/Encode/encoding.pm pod/perlunicode.pod
19074 ____________________________________________________________________________
19075 [ 21872] By: adi                                   on 2003/12/09  03:26:16
19076         Log: temporary fix to avoid t/op/tie.t failures on Win32
19077      Branch: perl
19078            ! hv.c
19079 ____________________________________________________________________________
19080 [ 21871] By: rgs                                   on 2003/12/08  15:22:26
19081         Log: Upgrade to Digest-MD5 2.33.
19082      Branch: perl
19083            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
19084            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
19085            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/typemap
19086 ____________________________________________________________________________
19087 [ 21870] By: rgs                                   on 2003/12/08  08:22:17
19088         Log: Integrate change #21862 from maint-5.8 :
19089
19090              Win32/MinGW tweaks
19091              A. ENV_IS_CASELESS has trys to free(keysave) when
19092              keysave isn't in scope yet.
19093              B. For default makefile.mk which build with perlhost.h
19094              stuff "live" need to link with g++ to find new/delete etc.
19095      Branch: perl
19096           !> hv.c win32/makefile.mk
19097 ____________________________________________________________________________
19098 [ 21869] By: rgs                                   on 2003/12/08  07:37:27
19099         Log: Subject: [PATCH] iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context)
19100              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
19101              Date: Mon, 08 Dec 2003 08:17:46 +0100
19102              Message-id: <20031208071746.GA594@ethan>
19103      Branch: perl
19104            ! hv.c mg.c
19105 ____________________________________________________________________________
19106 [ 21868] By: adi                                   on 2003/12/08  03:38:39
19107         Log: yet another leak. bigger fish still swimming around.
19108              #!perl
19109              eval q{ $_ = "x"; s/x/"in subst"/e } while 1;
19110              __END__
19111      Branch: perl
19112            ! pp_ctl.c
19113 ____________________________________________________________________________
19114 [ 21867] By: adi                                   on 2003/12/08  03:34:37
19115         Log: yet another 2 leaks. example for the second:
19116              #! perl
19117              eval q{ open $p{q}, "foo" } while 1
19118              __END__
19119      Branch: perl
19120            ! op.c
19121 ____________________________________________________________________________
19122 [ 21866] By: adi                                   on 2003/12/08  03:30:16
19123         Log: plumb a leak with pos().
19124
19125              #! perl
19126              while (1) {
19127              my $a = "\x{1ff}"; $a =~ /\x{1ff}/g; pos($a);
19128              }
19129              __END__
19130      Branch: perl
19131            ! sv.c
19132 ____________________________________________________________________________
19133 [ 21865] By: rgs                                   on 2003/12/07  21:28:13
19134         Log: Subject: [PATCH] documenting SCALAR gotcha
19135              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
19136              Date: Sun, 07 Dec 2003 16:41:16 +0100
19137              Message-id: <20031207154116.GA825@ethan>
19138      Branch: perl
19139            ! pod/perltie.pod
19140 ____________________________________________________________________________
19141 [ 21864] By: rgs                                   on 2003/12/07  20:13:47
19142         Log: Subject: [PATCH] setenv tweak for VMS
19143              From: "Craig A. Berry" <craigberry@mac.com>
19144              Date: Sat, 06 Dec 2003 18:13:32 -0600
19145              Message-ID: <3FD270AC.3000106@mac.com>
19146      Branch: perl
19147            ! vms/vms.c
19148 ____________________________________________________________________________
19149 [ 21863] By: rgs                                   on 2003/12/06  21:33:22
19150         Log: Missing thingies.
19151      Branch: perl
19152            ! pp.c pp_hot.c
19153 ____________________________________________________________________________
19154 [ 21861] By: rgs                                   on 2003/12/06  20:58:12
19155         Log: Subject: [PATCH] Math::BigInt v1.67 (pre-release)
19156              From: Tels <perl_dummy@bloodgate.com>
19157              Date: Sat, 6 Dec 2003 20:19:44 +0100
19158              Message-Id: <200312062016.50484@bloodgate.com>
19159      Branch: perl
19160            + lib/Math/BigInt/t/const_mbf.t lib/Math/BigInt/t/fallback.t
19161            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
19162            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
19163            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
19164            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
19165            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
19166            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
19167            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
19168            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
19169 ____________________________________________________________________________
19170 [ 21860] By: rgs                                   on 2003/12/06  20:33:09
19171         Log: Forgot to update the MANIFEST.
19172      Branch: perl
19173            ! MANIFEST
19174 ____________________________________________________________________________
19175 [ 21859] By: rgs                                   on 2003/12/06  20:19:16
19176         Log: Math::BigInt::Scalar is only for tests.
19177              Move it under t/lib.
19178      Branch: perl
19179           +> t/lib/Math/BigInt/Scalar.pm
19180            - lib/Math/BigInt/Scalar.pm
19181 ____________________________________________________________________________
19182 [ 21858] By: rgs                                   on 2003/12/06  20:01:24
19183         Log: Subject: [PATCH] casting bug in VMS part of Perl_start_glob
19184              From: "Craig A. Berry" <craigberry@mac.com>
19185              Date: Sat, 06 Dec 2003 12:44:40 -0600
19186              Message-ID: <3FD22398.1060506@mac.com>
19187      Branch: perl
19188            ! doio.c
19189 ____________________________________________________________________________
19190 [ 21857] By: rgs                                   on 2003/12/06  19:58:51
19191         Log: Remove the "Can't provide tied hash usage" error from perldiag.
19192              Mention the new tied hash SCALAR method in perldelta.
19193      Branch: perl
19194            ! pod/perldelta.pod pod/perldiag.pod
19195 ____________________________________________________________________________
19196 [ 21856] By: rgs                                   on 2003/12/06  19:51:49
19197         Log: Clarify the description of SCALAR in perltie
19198      Branch: perl
19199            ! pod/perltie.pod
19200 ____________________________________________________________________________
19201 [ 21855] By: rgs                                   on 2003/12/06  19:50:07
19202         Log: Subject: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context
19203              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
19204              Date: Sat, 06 Dec 2003 11:50:59 +0100
19205              Message-id: <20031206105059.GA13989@ethan>
19206      Branch: perl
19207            ! embed.fnc embed.h global.sym hv.c lib/Tie/Hash.pm mg.c
19208            ! pod/perlapi.pod pod/perlfunc.pod pod/perltie.pod pp.c pp_hot.c
19209            ! proto.h t/op/tie.t
19210 ____________________________________________________________________________
19211 [ 21854] By: nicholas                              on 2003/12/06  16:30:35
19212         Log: Make sv_force_normal_flags cope with shared hash key scalars
19213              (remember the pointer from SvPVX, reset the flags before SvGROW,
19214              avoid crazy loops or read-from-free)
19215      Branch: perl
19216            ! sv.c
19217 ____________________________________________________________________________
19218 [ 21851] By: nicholas                              on 2003/12/05  20:49:10
19219         Log: Back out the Makefile.PL part of 21808 as requested by Gisle Aas
19220      Branch: perl
19221            ! ext/Digest/MD5/Makefile.PL
19222 ____________________________________________________________________________
19223 [ 21846] By: merijn                                on 2003/12/05  10:41:32
19224         Log: Subject: [PATCH] Configure gets d_u32align wrong
19225              From: Gisle Aas <gisle@ActiveState.com>
19226              Date: 05 Dec 2003 03:47:01 -0800
19227              Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com>
19228      Branch: perl
19229            ! Configure
19230 ____________________________________________________________________________
19231 [ 21844] By: rgs                                   on 2003/12/05  07:31:18
19232         Log: Subject: [REPATCH lib/AutoLoader.t] Test can() with AutoLoader
19233              From: chromatic <chromatic@wgz.org>
19234              Date: Mon, 01 Dec 2003 09:20:21 -0800
19235              Message-Id: <1070299221.1275.19.camel@localhost>
19236      Branch: perl
19237            ! lib/AutoLoader.t
19238 ____________________________________________________________________________
19239 [ 21843] By: rgs                                   on 2003/12/05  07:13:08
19240         Log: Subject: [PATCH] another ext/SDBM_File/sdbm build fix
19241              From: "Craig A. Berry" <craigberry@mac.com>
19242              Date: Thu, 04 Dec 2003 16:00:03 -0600
19243              Message-ID: <3FCFAE63.1080106@mac.com>
19244      Branch: perl
19245            ! ext/SDBM_File/sdbm/Makefile.PL
19246 ____________________________________________________________________________
19247 [ 21842] By: rgs                                   on 2003/12/05  07:07:30
19248         Log: Subject: [PATCH] $^P, eval and caller
19249              From: Paul Johnson <paul@pjcj.net>
19250              Date: Fri, 5 Dec 2003 00:57:21 +0100
19251              Message-ID: <20031204235721.GJ26355@pjcj.net>
19252      Branch: perl
19253            ! mg.c
19254 ____________________________________________________________________________
19255 [ 21841] By: rgs                                   on 2003/12/04  12:00:28
19256         Log: Fix File::Copy with hard links on Windows.
19257
19258              Subject: [PATCH] Re: perl @ 21830
19259              From: Steve Hay <steve.hay@uk.radan.com>
19260              Date: Wed, 03 Dec 2003 10:53:02 +0000
19261              Message-ID: <3FCDC08E.7080800@uk.radan.com>
19262
19263              and
19264              Date: Thu, 04 Dec 2003 11:02:22 +0000
19265              Message-ID: <3FCF143E.1040905@uk.radan.com>
19266      Branch: perl
19267            ! lib/File/Copy.pm lib/File/Copy.t
19268 ____________________________________________________________________________
19269 [ 21840] By: rgs                                   on 2003/12/04  11:54:28
19270         Log: Subject: Re: a2p.pod not being installed in 5.8.2?
19271              From: Alan Burlison <Alan.Burlison@sun.com>
19272              Date: Thu, 04 Dec 2003 12:14:30 +0000
19273              Message-ID: <3FCF2526.3030905@sun.com>
19274      Branch: perl
19275            ! installperl
19276 ____________________________________________________________________________
19277 [ 21837] By: rgs                                   on 2003/12/03  08:27:33
19278         Log: Subject: Re: XS modules having problems with CLONE and ithreads unless PERL_NO_GET_CONTEXT is defined
19279              From: Stas Bekman <stas@stason.org>
19280              Date: Wed, 03 Dec 2003 01:41:42 -0800
19281              Message-ID: <3FCDAFD6.9050106@stason.org>
19282      Branch: perl
19283            ! sv.c
19284 ____________________________________________________________________________
19285 [ 21836] By: rgs                                   on 2003/12/02  23:31:06
19286         Log: The prove utility should also be installed on VMS and on Windows.
19287              Haven't we regression tests for installations yet ?
19288      Branch: perl
19289            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
19290 ____________________________________________________________________________
19291 [ 21835] By: rgs                                   on 2003/12/02  22:18:05
19292         Log: FAQ sync.
19293      Branch: perl
19294            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
19295            ! pod/perlfaq4.pod pod/perlfaq5.pod
19296 ____________________________________________________________________________
19297 [ 21834] By: rgs                                   on 2003/12/02  21:45:12
19298         Log: Subject: Re: [perl #24574] find2perl provides different results to find
19299              From: Slaven Rezic <slaven@rezic.de>
19300              Date: 30 Nov 2003 22:16:59 +0100
19301              Message-ID: <8765h1pnec.fsf@vran.herceg.de>
19302
19303              (plus a note about find2perl now defaulting to -print in perldelta)
19304      Branch: perl
19305            ! pod/perldelta.pod x2p/find2perl.PL
19306 ____________________________________________________________________________
19307 [ 21833] By: rgs                                   on 2003/12/02  21:34:57
19308         Log: Subject: [PATCH] setting $0 still broken
19309              From: Jan Dubois <jand@ActiveState.com>
19310              Date: Thu, 27 Nov 2003 21:09:51 -0800
19311              Message-ID: <f3mdsv8dcv4asle0kbhiijk0adu1l25sr3@4ax.com>
19312      Branch: perl
19313            ! mg.c
19314 ____________________________________________________________________________
19315 [ 21832] By: rgs                                   on 2003/12/02  21:05:58
19316         Log: Better docs for the special code blocks, based on :
19317              Subject: [DOCPATCH] BEGIN, CHECK, INIT, END explained more
19318              From: Elizabeth Mattijsen <liz@dijkmat.nl>
19319              Date: Sat, 29 Nov 2003 23:15:56 +0100
19320              Message-Id: <p05111b01bbeec2e8bf30@[192.168.56.3]>
19321      Branch: perl
19322            ! pod/perlmod.pod pod/perlsub.pod
19323 ____________________________________________________________________________
19324 [ 21828] By: rgs                                   on 2003/11/30  20:56:00
19325         Log: Fix the test boilerplate in lib/if.t, so it can be run
19326              from the t/ directory.
19327      Branch: perl
19328            ! lib/if.t
19329 ____________________________________________________________________________
19330 [ 21827] By: rgs                                   on 2003/11/30  20:34:39
19331         Log: Keep installing xsubpp in lib/ExtUtils,
19332              so MakeMaker can find it.
19333      Branch: perl
19334            ! installperl
19335 ____________________________________________________________________________
19336 [ 21826] By: rgs                                   on 2003/11/30  20:31:59
19337         Log: Upgrade to Test::Harness 2.38.
19338              Introduce the prove(1) utility.
19339              (The prove-switches test is disabled for now.)
19340      Branch: perl
19341            + lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
19342            + lib/Test/Harness/t/prove-switches.t t/lib/Dev/Null.pm
19343            + t/lib/sample-tests/inc_taint t/lib/sample-tests/taint_warn
19344            + utils/prove.PL
19345            ! MANIFEST installperl lib/Test/Harness.pm
19346            ! lib/Test/Harness/Assert.pm lib/Test/Harness/Changes
19347            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
19348            ! lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
19349            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/pod.t
19350            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
19351            ! lib/Test/Harness/t/test-harness.t utils.lst utils/Makefile
19352 ____________________________________________________________________________
19353 [ 21823] By: rgs                                   on 2003/11/30  18:22:54
19354         Log: Subject: Re: [perl #24554] Segfault in POSIX module
19355              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19356              Date: Sat, 29 Nov 2003 23:32:38 +0900
19357              Message-Id: <20031129233010.8E2F.BQW10602@nifty.com>
19358
19359              (plus a test for the stringification of references
19360              passed to POSIX::isXXX())
19361      Branch: perl
19362            ! ext/POSIX/POSIX.xs ext/POSIX/t/is.t ext/POSIX/t/posix.t
19363 ____________________________________________________________________________
19364 [ 21814] By: nicholas                              on 2003/11/29  20:53:23
19365         Log: Integrate if.pm 0.0401
19366              Needed to edit the test file as t/TEST can't cope with extra output
19367              lines as produced by 0.0401's if.t
19368      Branch: perl
19369            ! lib/if.pm lib/if.t
19370 ____________________________________________________________________________
19371 [ 21813] By: nicholas                              on 2003/11/29  19:54:52
19372         Log: Remove whitespace from ends of lines (simply because it irritates me)
19373      Branch: perl
19374            ! utils/h2xs.PL
19375 ____________________________________________________________________________
19376 [ 21812] By: nicholas                              on 2003/11/29  17:55:32
19377         Log: Update Unicode::Normalize to 0.28
19378      Branch: perl
19379            + ext/Unicode/Normalize/t/illegal.t
19380            + ext/Unicode/Normalize/t/null.t ext/Unicode/Normalize/t/short.t
19381            ! MANIFEST ext/Unicode/Normalize/Changes
19382            ! ext/Unicode/Normalize/Normalize.pm
19383            ! ext/Unicode/Normalize/Normalize.xs
19384            ! ext/Unicode/Normalize/README
19385 ____________________________________________________________________________
19386 [ 21811] By: nicholas                              on 2003/11/29  17:30:18
19387         Log: D'oh! This has been moved to lib/Digest/t/digest.t but not deleted.
19388      Branch: perl
19389            - lib/Digest.t
19390 ____________________________________________________________________________
19391 [ 21810] By: nicholas                              on 2003/11/29  17:29:15
19392         Log: Update Unicode::Collate to 0.31 (Only the .pm version for now)
19393      Branch: perl
19394            + lib/Unicode/Collate/t/illegal.t
19395            + lib/Unicode/Collate/t/illegalp.t
19396            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
19397            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/version.t
19398 ____________________________________________________________________________
19399 [ 21809] By: nicholas                              on 2003/11/29  17:09:25
19400         Log: D'oh! Forgot to lib/Digest/base.pm
19401      Branch: perl
19402            + lib/Digest/base.pm
19403            ! MANIFEST
19404 ____________________________________________________________________________
19405 [ 21808] By: nicholas                              on 2003/11/29  17:04:39
19406         Log: Update to Digest::MD5 2.31
19407      Branch: perl
19408            + ext/Digest/MD5/t/bits.t
19409            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
19410            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/badfile.t
19411            ! ext/Digest/MD5/t/files.t
19412 ____________________________________________________________________________
19413 [ 21807] By: nicholas                              on 2003/11/29  16:45:19
19414         Log: Update Digest to 1.03
19415      Branch: perl
19416            + lib/Digest/t/base.t
19417           +> lib/Digest/t/digest.t
19418            ! MANIFEST Porting/Maintainers.pl lib/Digest.pm
19419 ____________________________________________________________________________
19420 [ 21806] By: nicholas                              on 2003/11/29  15:41:19
19421         Log: When Gconvert is a macro around sprintf with a .* format we need
19422              to cast to int (in case STRLEN isn't the same size as int)
19423              gcc issues a warning even when it is the same size
19424      Branch: perl
19425            ! sv.c
19426 ____________________________________________________________________________
19427 [ 21805] By: nicholas                              on 2003/11/29  14:44:56
19428         Log: Silence gcc 2.95 warning
19429              (Its trace flow isn't good enough to realise that there is no problem)
19430      Branch: perl
19431            ! pp_hot.c
19432 ____________________________________________________________________________
19433 [ 21804] By: nicholas                              on 2003/11/29  14:44:22
19434         Log: Gconvert actually takes type NV, while nv may be either double
19435              or long double (depending on some conditional code)
19436              Rafael and I think that this cast should work.
19437      Branch: perl
19438            ! sv.c
19439 ____________________________________________________________________________
19440 [ 21802] By: rgs                                   on 2003/11/29  11:38:58
19441         Log: POSIX::isXXX(undef) segfaulted. (bug #24554.)
19442      Branch: perl
19443            ! ext/POSIX/POSIX.xs ext/POSIX/t/posix.t
19444 ____________________________________________________________________________
19445 [ 21800] By: rgs                                   on 2003/11/28  22:38:40
19446         Log: Fix a regression introduced by change #21694 on sprintf()
19447              with long doubles, by disabling the specific optimisation
19448              path in this case ; remove a unnecessary cast ; add a new
19449              test file for miscellaneous sprintf() test that don't fit
19450              in the t/op/sprintf.t framework.
19451      Branch: perl
19452            + t/op/sprintf2.t
19453            ! MANIFEST sv.c
19454 ____________________________________________________________________________
19455 [ 21799] By: rgs                                   on 2003/11/28  21:41:29
19456         Log: Subject: [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignored when -T is in effect)
19457              From: Stas Bekman <stas@stason.org>
19458              Date: Fri, 28 Nov 2003 14:42:25 -0800
19459              Message-ID: <3FC7CF51.7060804@stason.org>
19460      Branch: perl
19461            ! pod/perlsec.pod
19462 ____________________________________________________________________________
19463 [ 21798] By: rgs                                   on 2003/11/28  20:42:45
19464         Log: Implement C<use Exporter 'import'> :
19465
19466              Subject: Re: [PATCH] Exporter-related PODs
19467              From: Fergal Daly <fergal@esatclear.ie>
19468              Date: Mon, 10 Nov 2003 00:08:52 +0000
19469              Message-Id: <200311100008.52639.fergal@esatclear.ie>
19470
19471              (tweaked, so the imported import() doesn't spit out warnings)
19472      Branch: perl
19473            ! lib/Exporter.pm lib/Exporter.t
19474 ____________________________________________________________________________
19475 [ 21797] By: rgs                                   on 2003/11/28  20:11:47
19476         Log: Subject: Re: [perl #24245] File::Copy::copy damages hard linked files
19477              From: Slaven Rezic <slaven@rezic.de>
19478              Date: 19 Oct 2003 19:11:31 +0200
19479              Message-ID: <87smlprw3g.fsf@vran.herceg.de>
19480              (with further tweaks)
19481      Branch: perl
19482            ! lib/File/Copy.pm lib/File/Copy.t
19483 ____________________________________________________________________________
19484 [ 21795] By: rgs                                   on 2003/11/28  19:16:33
19485         Log: Subject: [PATCH] Fix perl 5.8 and 5.9 to build on latest VOS
19486              From: "Green, Paul" <Paul.Green@stratus.com>
19487              Date: Thu, 27 Nov 2003 21:51:26 -0500
19488              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com>
19489      Branch: perl
19490            ! hints/vos.sh
19491 ____________________________________________________________________________
19492 [ 21794] By: nicholas                              on 2003/11/28  19:14:58
19493         Log: Arguments to skip were the wrong way round, hence why all the *BSDs
19494              were failing
19495      Branch: perl
19496            ! t/op/readline.t
19497 ____________________________________________________________________________
19498 [ 21789] By: rgs                                   on 2003/11/27  22:18:29
19499         Log: Marcus Holland-Moritz is now the maintainer of Devel::PPPort.
19500              PerlIO and threads are not on CPAN.
19501      Branch: perl
19502            ! Porting/Maintainers.pl
19503 ____________________________________________________________________________
19504 [ 21788] By: nicholas                              on 2003/11/25  21:27:11
19505         Log: Add Torsten Foertsch to AUTHORS (patches plus tests are what we like)
19506      Branch: perl
19507            ! AUTHORS
19508 ____________________________________________________________________________
19509 [ 21787] By: rgs                                   on 2003/11/25  21:12:19
19510         Log: Subject: [PATCH] Re: bug or a feature?
19511              From: Torsten Foertsch <torsten.foertsch@gmx.net>
19512              Date: Sat, 22 Nov 2003 13:15:53 +0100
19513              Message-Id: <200311221315.58539.torsten.foertsch@gmx.net>
19514
19515              and
19516              Date: Sat, 22 Nov 2003 14:21:45 +0100
19517              Message-Id: <200311221421.48940.torsten.foertsch@gmx.net>
19518              (test moved to t/op/readline.t)
19519      Branch: perl
19520            ! pp_hot.c t/op/readline.t
19521 ____________________________________________________________________________
19522 [ 21783] By: merijn                                on 2003/11/24  21:24:46
19523         Log: Subject: remove hardcoded version number from cygwin/perlld.in
19524              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19525              Date: Mon, 24 Nov 2003 08:11:36 -0800
19526              Message-ID: <20031124161136.GC2656@efn.org>
19527      Branch: perl
19528            ! cygwin/Makefile.SHs cygwin/perlld.in
19529 ____________________________________________________________________________
19530 [ 21782] By: nicholas                              on 2003/11/24  20:07:29
19531         Log: Should fix the infinite loop on a dynamic %ENV fetch
19532      Branch: perl
19533            ! hv.c
19534 ____________________________________________________________________________
19535 [ 21781] By: nicholas                              on 2003/11/24  19:47:57
19536         Log: Tweak the order of initialisation of oentry in hv_fetch_common -
19537              C source now cleaner, but optimised object file still the same size.
19538      Branch: perl
19539            ! hv.c
19540 ____________________________________________________________________________
19541 [ 21780] By: rgs                                   on 2003/11/23  21:59:06
19542         Log: Subject: Re: [perl #24439] 64 bit build failure on Solaris 9
19543              From: Andy Dougherty <doughera@lafayette.edu>
19544              Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST)
19545              Message-ID: <Pine.SOL.4.53.0311200926550.25274@maxwell.phys.lafayette.edu>
19546
19547              and :
19548              Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST)
19549              Message-ID: <Pine.SOL.4.53.0311210927460.1876@maxwell.phys.lafayette.edu>
19550      Branch: perl
19551            ! hints/solaris_2.sh
19552 ____________________________________________________________________________
19553 [ 21779] By: nicholas                              on 2003/11/22  23:37:24
19554         Log: D'oh. Mistake in the DYNAMIC_ENV_FETCH conditional code
19555              reported by Craig Berry
19556      Branch: perl
19557            ! hv.c
19558 ____________________________________________________________________________
19559 [ 21774] By: nicholas                              on 2003/11/22  21:21:22
19560         Log: restore_magic needs to undo COW
19561              (while magic was off, sv_setsv is likely to have seen this SV as a
19562              good source for COW)
19563              Should fix the smoke failures on lib/locale.t
19564      Branch: perl
19565            ! mg.c
19566 ____________________________________________________________________________
19567 [ 21773] By: nicholas                              on 2003/11/22  19:12:32
19568         Log: Don't COW if the destination has magic.
19569      Branch: perl
19570            ! sv.c
19571 ____________________________________________________________________________
19572 [ 21772] By: nicholas                              on 2003/11/22  17:05:32
19573         Log: Reorder functions in hv.c so that callers of hv_fetch_common are all
19574              close to it.
19575      Branch: perl
19576            ! hv.c
19577 ____________________________________________________________________________
19578 [ 21771] By: nicholas                              on 2003/11/22  16:43:09
19579         Log: "Space Is a Province of Brazil"
19580              Farewell, hv_store_common. Store is now part of Fetch.
19581              All tests pass. hv.c 15% smaller than when I started all this
19582      Branch: perl
19583            ! embed.fnc embed.h hv.c proto.h
19584 ____________________________________________________________________________
19585 [ 21770] By: nicholas                              on 2003/11/22  13:16:43
19586         Log: Farewell hv_exists_common - exists is now a call to fetch
19587              (with the exists magic handling moved into fetch)
19588      Branch: perl
19589            ! embed.fnc embed.h hv.c proto.h
19590 ____________________________________________________________________________
19591 [ 21769] By: nicholas                              on 2003/11/22  11:02:23
19592         Log: Shift negative klen/flags games from hv_store_common out to hv_store
19593      Branch: perl
19594            ! embed.fnc embed.h hv.c proto.h
19595 ____________________________________________________________________________
19596 [ 21768] By: nicholas                              on 2003/11/22  10:37:24
19597         Log: Shift negative klen/flags games from hv_exists_common out to hv_exists
19598      Branch: perl
19599            ! embed.fnc embed.h hv.c proto.h
19600 ____________________________________________________________________________
19601 [ 21767] By: nicholas                              on 2003/11/21  23:15:47
19602         Log: Check that the key is present before a delete, and absent afterwards
19603      Branch: perl
19604            ! ext/XS/APItest/t/hash.t
19605 ____________________________________________________________________________
19606 [ 21766] By: nicholas                              on 2003/11/21  23:12:33
19607         Log: Move the negative key -> utf8 flag conversion out to hv_delete
19608      Branch: perl
19609            ! embed.fnc embed.h hv.c proto.h
19610 ____________________________________________________________________________
19611 [ 21765] By: nicholas                              on 2003/11/21  22:41:23
19612         Log: Tweaks to S_hv_delete_common:
19613              make the magic call hv_fetch_common rather than ent-or-not
19614              grab the hash from a shared hash key scalar if possible
19615              use masked flags rather than flags for the comparison
19616      Branch: perl
19617            ! hv.c
19618 ____________________________________________________________________________
19619 [ 21764] By: nicholas                              on 2003/11/21  21:54:58
19620         Log: Integrate:
19621              [ 21762]
19622              Refactor hash API tests (prior to some additions)
19623
19624              [ 21763]
19625              Test all permuations of utf8 flags on hashes and keys
19626      Branch: perl
19627           !> ext/XS/APItest/t/hash.t
19628 ____________________________________________________________________________
19629 [ 21760] By: nicholas                              on 2003/11/20  22:34:00
19630         Log: Shift negative klen/flags games from hv_fetch_common out to hv_fetch
19631      Branch: perl
19632            ! embed.fnc hv.c proto.h
19633 ____________________________________________________________________________
19634 [ 21758] By: nicholas                              on 2003/11/20  20:14:17
19635         Log: Merge sv_store_flags and sv_store_ent into sv_store_common
19636      Branch: perl
19637            ! embed.fnc embed.h hv.c proto.h
19638 ____________________________________________________________________________
19639 [ 21756] By: rgs                                   on 2003/11/20  12:04:46
19640         Log: Subject: [PATCH] promote hv_clear_placeholders to perl API
19641              From: Alan Burlison <Alan.Burlison@sun.com>
19642              Date: Thu, 20 Nov 2003 10:34:30 +0000
19643              Message-ID: <3FBC98B6.6090909@sun.com>
19644      Branch: perl
19645            ! embed.fnc embed.h global.sym hv.c pod/perlapi.pod proto.h
19646            ! universal.c
19647 ____________________________________________________________________________
19648 [ 21755] By: rgs                                   on 2003/11/19  22:46:20
19649         Log: Regenerate perlapi and perltoc.
19650      Branch: perl
19651            ! pod/perlapi.pod pod/perltoc.pod
19652 ____________________________________________________________________________
19653 [ 21754] By: rgs                                   on 2003/11/19  22:39:51
19654         Log: Subject: [docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
19655              From: Iain Truskett <spoon@cpan.org>
19656              Date: Thu, 20 Nov 2003 00:41:33 +1100
19657              Message-ID: <20031119134132.GG21314@gytha.anu.edu.au>
19658      Branch: perl
19659            ! lib/PerlIO.pm pod/perlrun.pod
19660 ____________________________________________________________________________
19661 [ 21753] By: nicholas                              on 2003/11/19  22:28:25
19662         Log: merge hv_fetch and hv_fetch_ent into hv_fetch_common
19663              remove S_hv_fetch_flags
19664              hv.c now 13% smaller than when I started. hv_store TODO
19665      Branch: perl
19666            ! embed.fnc embed.h hv.c proto.h
19667 ____________________________________________________________________________
19668 [ 21752] By: rgs                                   on 2003/11/19  21:06:01
19669         Log: Fix bug [perl #24508] Wrong assignment in nested assignment
19670              together with subroutine call
19671              Apparently concat still doesn't deal correctly with lexicals
19672              in all cases. Disable the whole TARGET_MY optimisation for it.
19673              (and remove the corresponding code from the peephole optimiser.)
19674      Branch: perl
19675            ! op.c opcode.h opcode.pl t/op/concat.t
19676 ____________________________________________________________________________
19677 [ 21751] By: rgs                                   on 2003/11/19  21:03:20
19678         Log: Update the runops stuff in perlguts
19679      Branch: perl
19680            ! pod/perlguts.pod
19681 ____________________________________________________________________________
19682 [ 21750] By: nicholas                              on 2003/11/19  20:37:27
19683         Log: integrate hv_delete and hv_delete_ent into hv_delete_common
19684      Branch: perl
19685            ! embed.fnc embed.h hv.c proto.h
19686 ____________________________________________________________________________
19687 [ 21748] By: rgs                                   on 2003/11/19  19:56:20
19688         Log: Subject: [PATCH] clear of empty locked hash SEGVs
19689              From: Alan Burlison <Alan.Burlison@sun.com>
19690              Date: Wed, 19 Nov 2003 14:39:03 +0000
19691              Message-ID: <3FBB8087.20206@sun.com>
19692      Branch: perl
19693            ! hv.c lib/Hash/Util.t
19694 ____________________________________________________________________________
19695 [ 21747] By: nicholas                              on 2003/11/19  19:51:41
19696         Log: merge hv_exists and hv_exists_ent into S_hv_exists_common
19697      Branch: perl
19698            ! embed.fnc embed.h hv.c proto.h
19699 ____________________________________________________________________________
19700 [ 21746] By: nicholas                              on 2003/11/19  18:46:07
19701         Log: Run regen.pl (for hv_assert)
19702      Branch: perl
19703            ! global.sym
19704 ____________________________________________________________________________
19705 [ 21744] By: nicholas                              on 2003/11/19  17:44:58
19706         Log: Integrate:
19707              [ 21642]
19708              space should be tab for lib/I18N/LangTags/t/02decency.t
19709      Branch: perl
19710           !> MANIFEST
19711 ____________________________________________________________________________
19712 [ 21743] By: rgs                                   on 2003/11/19  17:21:50
19713         Log: Restore errno after having read $^E (like for $!)
19714              to preserve errno from unfortunate side-effects.
19715      Branch: perl
19716            ! mg.c
19717 ____________________________________________________________________________
19718 [ 21742] By: nicholas                              on 2003/11/18  21:04:40
19719         Log: Whoops. We weren't actually testing hv_store_ent
19720              We are now. Plus test hv_store for an initially empty hash.
19721      Branch: perl
19722            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
19723 ____________________________________________________________________________
19724 [ 21741] By: rgs                                   on 2003/11/17  23:06:07
19725         Log: Complement of change #21740 for Windows.
19726              (I have the feeling that it's already subtly broken on VMS)
19727      Branch: perl
19728            ! win32/Makefile win32/makefile.mk
19729 ____________________________________________________________________________
19730 [ 21740] By: rgs                                   on 2003/11/17  19:02:21
19731         Log: Install instmodsh and xsubpp in bin/ along the other utilities.
19732      Branch: perl
19733            + utils/instmodsh.PL utils/xsubpp.PL
19734            ! MANIFEST installperl utils.lst utils/Makefile
19735 ____________________________________________________________________________
19736 [ 21739] By: rgs                                   on 2003/11/17  08:52:52
19737         Log: Subject: Re: [perl #24493] install.html not working
19738              From: Slaven Rezic <slaven@rezic.de>
19739              Date: 16 Nov 2003 20:52:29 +0100
19740              Message-ID: <87d6bsw0oy.fsf@vran.herceg.de>
19741      Branch: perl
19742            ! installhtml
19743 ____________________________________________________________________________
19744 [ 21737] By: nicholas                              on 2003/11/16  21:32:09
19745         Log: Ooops. left an XXX comment in, and worse still it's a // comment
19746      Branch: perl
19747            ! hv.c
19748 ____________________________________________________________________________
19749 [ 21735] By: nicholas                              on 2003/11/16  20:20:58
19750         Log: utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
19751              (pp functions use the _ent variants, and as the implementation is
19752              duplicated, these bugs aren't tested, and aren't noticed)
19753      Branch: perl
19754            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
19755 ____________________________________________________________________________
19756 [ 21734] By: nicholas                              on 2003/11/16  17:11:22
19757         Log: Accessing unicode keys in tie hashes via hv_exists was broken.
19758              (pp_exists uses hv_exists_ent, which isn't broken)
19759              I expect an equivalent bug in hv_delete
19760      Branch: perl
19761            + ext/XS/APItest/t/hash.t
19762            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
19763            ! ext/XS/APItest/MANIFEST hv.c
19764 ____________________________________________________________________________
19765 [ 21733] By: rgs                                   on 2003/11/16  16:50:04
19766         Log: Subject: [PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)
19767              From: Elizabeth Mattijsen <liz@dijkmat.nl>
19768              Date: Sat, 15 Nov 2003 23:22:16 +0100
19769              Message-Id: <p05111b04bbdc49076950@[192.168.56.3]>
19770      Branch: perl
19771            ! ext/threads/t/problems.t
19772 ____________________________________________________________________________
19773 [ 21732] By: rgs                                   on 2003/11/16  16:09:34
19774         Log: Subject: [PATCH] configpm, our $summary : unique
19775              From: Elizabeth Mattijsen <liz@dijkmat.nl>
19776              Date: Sat, 15 Nov 2003 22:18:32 +0100
19777              Message-Id: <p05111b03bbdc478d10cb@[192.168.56.3]>
19778              (plus comments)
19779      Branch: perl
19780            ! configpm
19781 ____________________________________________________________________________
19782 [ 21729] By: nicholas                              on 2003/11/15  14:39:00
19783         Log: Subject: [PATCH] Re: Storable Error
19784              From: Nicholas Clark <nick@ccl4.org>
19785              Date: Sat, 9 Aug 2003 00:35:36 +0100
19786              Message-ID: <20030809003535.C20130@plum.flirble.org>
19787      Branch: perl
19788            ! embed.fnc hv.c perl.c perl.h pod/perlapi.pod pod/perlrun.pod
19789            ! proto.h
19790 ____________________________________________________________________________
19791 [ 21728] By: rgs                                   on 2003/11/15  11:43:43
19792         Log: Update perlhist with 5.6.2.
19793      Branch: perl
19794            ! pod/perlhist.pod
19795 ____________________________________________________________________________
19796 [ 21725] By: rgs                                   on 2003/11/14  22:35:20
19797         Log: Add more complete tests for the "variable masks earlier
19798              declaration" warning, including a TODO test
19799      Branch: perl
19800            ! t/lib/warnings/pad
19801 ____________________________________________________________________________
19802 [ 21723] By: rgs                                   on 2003/11/14  07:43:17
19803         Log: Include "SCCS" in the list of directory names that should
19804              be ignored by installperl.
19805      Branch: perl
19806            ! installperl
19807 ____________________________________________________________________________
19808 [ 21718] By: nicholas                              on 2003/11/13  20:46:36
19809         Log: Subject: Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes)
19810              From: Enache Adrian <enache@rdslink.ro>
19811              Date: Tue, 11 Nov 2003 15:25:29 +0200
19812              Message-ID: <20031111132529.GB1271@ratsnest.hole>
19813      Branch: perl
19814            ! op.c
19815 ____________________________________________________________________________
19816 [ 21714] By: rgs                                   on 2003/11/13  18:55:37
19817         Log: Fix bug [perl #24380] : assigning to a hash in list
19818              or scalar context yielded a wrong value if the list
19819              contained duplicated keys for the hash. This is fixed
19820              by counting the number of duplicate keys and trimming
19821              the stack by the corresponding number of items.
19822      Branch: perl
19823            ! pp_hot.c t/op/hashassign.t
19824 ____________________________________________________________________________
19825 [ 21713] By: merijn                                on 2003/11/13  09:25:15
19826         Log: Simplified the reading
19827      Branch: perl
19828            ! hints/solaris_2.sh
19829 ____________________________________________________________________________
19830 [ 21712] By: merijn                                on 2003/11/13  09:22:21
19831         Log: Enable hints to create call-back units that can act when
19832              a specific variable is *not* set (like -Uuselargefiles)
19833      Branch: perl
19834            ! Configure hints/README.hints
19835 ____________________________________________________________________________
19836 [ 21710] By: nicholas                              on 2003/11/12  21:35:35
19837         Log: Subject: [PATCH] Last stab at sdbm/Makefile.PL
19838              From: Michael G Schwern <schwern@pobox.com>
19839              Date: Tue, 11 Nov 2003 21:02:30 -0800
19840              Message-ID: <20031112050230.GO6874@localhost.comcast.net>
19841      Branch: perl
19842            ! ext/SDBM_File/sdbm/Makefile.PL
19843 ____________________________________________________________________________
19844 [ 21708] By: rgs                                   on 2003/11/12  09:46:51
19845         Log: Subject: [PATCH 5.8.2 @21574] make install not installing fully
19846              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
19847              Date: Tue, 4 Nov 2003 20:07:25 -0800
19848              Message-ID: <20031105040725.GA2629@math.berkeley.edu>
19849      Branch: perl
19850            ! installperl
19851 ____________________________________________________________________________
19852 [ 21706] By: ams                                   on 2003/11/11  23:46:19
19853         Log: Subject: Re: [perl #24460] [DOC PATCH] the begincheck program
19854              From: Tom Phoenix <rootbeer@redcat.com>
19855              Date: Tue, 11 Nov 2003 15:50:35 -0800 (PST)
19856              Message-Id: <Pine.BSO.4.53.0311111547500.9242@blue.stonehenge.com>
19857      Branch: perl
19858            ! pod/perlmod.pod
19859 ____________________________________________________________________________
19860 [ 21702] By: rgs                                   on 2003/11/11  20:13:56
19861         Log: Upgrade to MakeMaker 6.21.
19862      Branch: perl
19863            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
19864            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
19865            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
19866 ____________________________________________________________________________
19867 [ 21697] By: rgs                                   on 2003/11/10  20:55:25
19868         Log: Subject: [PATCH 5.8.2 @21574] make install: line noise
19869              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
19870              Date: Tue, 4 Nov 2003 20:10:16 -0800
19871              Message-ID: <20031105041016.GA2639@math.berkeley.edu>
19872
19873              and part of
19874              Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR
19875              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
19876              Date: Tue, 4 Nov 2003 20:18:37 -0800
19877              Message-ID: <20031105041836.GA2649@math.berkeley.edu>
19878
19879              (I've left out the PREFIX part for now)
19880      Branch: perl
19881            ! Makefile.SH installperl os2/Makefile.SHs
19882 ____________________________________________________________________________
19883 [ 21694] By: rgs                                   on 2003/11/09  17:20:35
19884         Log: Subject: [PATCH 5.8.2 @21574] sprintf() painfully slow
19885              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
19886              Date: Mon, 3 Nov 2003 20:27:39 -0800
19887              Message-ID: <20031104042739.GA1697@math.berkeley.edu>
19888
19889              Subject: Re: [PATCH 5.8.2 @21574] sprintf() painfully slow
19890              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
19891              Date: Mon, 3 Nov 2003 20:57:48 -0800
19892              Message-ID: <20031104045748.GA1826@math.berkeley.edu>
19893      Branch: perl
19894            ! sv.c
19895 ____________________________________________________________________________
19896 [ 21693] By: rgs                                   on 2003/11/09  11:37:29
19897         Log: Subject: [PATCH-5.8.2 for WinCE] must copy changes from win32/makeifle.mk to wince/makefile.ce
19898              From: Vadim Konovalov <konovalo@mail.wplus.net>
19899              Date: Sun, 9 Nov 2003 13:31:59 +0300
19900              Message-ID: <93187393948.20031109133159@mail.wplus.net>
19901      Branch: perl
19902            ! wince/Makefile.ce
19903 ____________________________________________________________________________
19904 [ 21691] By: rgs                                   on 2003/11/09  11:13:40
19905         Log: Update the list of pumpkings in perlhist.pod.
19906      Branch: perl
19907            ! pod/perlhist.pod
19908 ____________________________________________________________________________
19909 [ 21687] By: ams                                   on 2003/11/08  17:09:56
19910         Log: Subject: [PATCH 5.6.2-RC1 pod/perlhist.pod]  Updated.
19911              From: Abigail <abigail@abigail.nl>
19912              Date: Sat, 8 Nov 2003 18:51:30 +0100
19913              Message-Id: <20031108175130.GA22273@abigail.nl>
19914      Branch: perl
19915            ! pod/perlhist.pod
19916 ____________________________________________________________________________
19917 [ 21677] By: rgs                                   on 2003/11/07  07:49:17
19918         Log: Subject: [PATCH 5.8.2 @21574] OS/2 docu
19919              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
19920              Date: Thu, 6 Nov 2003 23:26:18 -0800
19921              Message-ID: <20031107072618.GA4370@math.berkeley.edu>
19922      Branch: perl
19923            ! os2/Changes
19924 ____________________________________________________________________________
19925 [ 21676] By: davem                                 on 2003/11/06  22:11:23
19926         Log: bugid #24407: numeric key for shared hash got stringified using
19927              wrong interpreter, and thus got malloced into the wrong thread
19928              memory pool
19929      Branch: perl
19930            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t
19931 ____________________________________________________________________________
19932 [ 21675] By: rgs                                   on 2003/11/06  10:27:22
19933         Log: Upgrade to MakeMaker 6.20.
19934      Branch: perl
19935            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
19936            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MANIFEST.SKIP
19937            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
19938            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Tutorial.pod
19939            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/postamble.t
19940 ____________________________________________________________________________
19941 [ 21674] By: ams                                   on 2003/11/06  09:32:26
19942         Log: Subject: [PATCH blead] Re: [perl #24248] taint propagation regression,
19943              tests fail to spot this
19944              From: Rick Delaney <rick@bort.ca>
19945              Date: Wed, 5 Nov 2003 23:02:41 -0500
19946              Message-Id: <20031105230241.D13585@biff.bort.ca>
19947      Branch: perl
19948            ! pp_ctl.c t/op/taint.t
19949 ____________________________________________________________________________
19950 [ 21673] By: rgs                                   on 2003/11/05  21:47:07
19951         Log: Subject: [PATCH] Be sure to use -fPIC not -fpic on Linux/SPARC
19952              From: Andy Dougherty <doughera@lafayette.edu>
19953              Date: Wed, 5 Nov 2003 17:19:03 -0500 (EST)
19954              Message-ID: <Pine.SOL.4.53.0311051715140.24878@maxwell.phys.lafayette.edu>
19955      Branch: perl
19956            ! hints/linux.sh
19957 ____________________________________________________________________________
19958 [ 21672] By: rgs                                   on 2003/11/05  20:42:47
19959         Log: Subject: [patch t/op/hash.t] extending the hash attack test
19960              From: Stas Bekman <stas@stason.org>
19961              Date: Tue, 04 Nov 2003 14:33:09 -0800
19962              Message-ID: <3FA82925.7020703@stason.org>
19963      Branch: perl
19964            ! t/op/hash.t
19965 ____________________________________________________________________________
19966 [ 21671] By: rgs                                   on 2003/11/05  20:38:09
19967         Log: Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault
19968              From: Stas Bekman <stas@stason.org>
19969              Date: Wed, 05 Nov 2003 00:50:25 -0800
19970              Message-ID: <3FA8B9D1.2020806@stason.org>
19971      Branch: perl
19972            ! lib/Benchmark.pm
19973 ____________________________________________________________________________
19974 [ 21667] By: nicholas                              on 2003/11/05  19:13:56
19975         Log: From: Craig Berry <craigberry@mac.com>
19976              Subject: Opcode.xs/RC2 compile nit on VMS
19977              Date: Wed, 05 Nov 2003 12:16:34 -0600
19978              Message-ID: <2097592.1068056194261.JavaMail.craigberry@mac.com>
19979      Branch: perl
19980            ! ext/Opcode/Opcode.xs
19981 ____________________________________________________________________________
19982 [ 21664] By: ams                                   on 2003/11/05  18:34:28
19983         Log: Orphaned submission from #21546.
19984      Branch: perl
19985            ! perl.c
19986 ____________________________________________________________________________
19987 [ 21663] By: ams                                   on 2003/11/05  17:01:29
19988         Log: Subject: Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu)
19989              From: Slaven Rezic <slaven@rezic.de>
19990              Date: 20 Oct 2003 22:39:28 +0200
19991              Message-Id: <87oewbiqyn.fsf@vran.herceg.de>
19992      Branch: perl
19993            ! lib/filetest.t
19994 ____________________________________________________________________________
19995 [ 21662] By: ams                                   on 2003/11/05  16:51:08
19996         Log: Subject: Re: 'make minitest' fails for op/cproto and op/pat
19997              From: Michael G Schwern <schwern@pobox.com>
19998              Date: Wed, 5 Nov 2003 06:26:36 -0800
19999              Message-Id: <20031105142635.GA22761@localhost.comcast.net>
20000      Branch: perl
20001            ! t/op/cproto.t
20002 ____________________________________________________________________________
20003 [ 21661] By: ams                                   on 2003/11/05  16:50:05
20004         Log: Subject: [PATCH] Modernise INSTALL
20005              From: Gisle Aas <gisle@ActiveState.com>
20006              Date: 05 Nov 2003 05:16:25 -0800
20007              Message-Id: <lrd6c7ez12.fsf@caliper.activestate.com>
20008
20009              Subject: [PATCH pod/perlhist.pod]  Mention 5.8.2-RC2
20010              From: Abigail <abigail@abigail.nl>
20011              Date: Tue, 4 Nov 2003 10:40:57 +0100
20012              Message-Id: <20031104094057.GA22508@abigail.nl>
20013      Branch: perl
20014            ! INSTALL pod/perlhist.pod
20015 ____________________________________________________________________________
20016 [ 21660] By: ams                                   on 2003/11/05  16:46:12
20017         Log: Subject: [PATCH blead]  reentr.pl is not defining _srandom_struct
20018              From: Jan Dubois <jand@ActiveState.com>
20019              Date: Tue, 04 Nov 2003 16:52:14 -0800
20020              Message-Id: <45igqvsus3hr8bno3si087j5qnrqvn79bf@4ax.com>
20021      Branch: perl
20022            ! reentr.c reentr.h reentr.pl
20023 ____________________________________________________________________________
20024 [ 21657] By: rgs                                   on 2003/11/05  08:07:14
20025         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19
20026              From: Michael G Schwern <schwern@pobox.com>
20027              Date: Tue, 4 Nov 2003 17:59:13 -0800
20028              Message-ID: <20031105015913.GL15406@localhost.comcast.net>
20029
20030              Replaces the temporary kludge (#21655).
20031      Branch: perl
20032            ! ext/SDBM_File/sdbm/Makefile.PL
20033 ____________________________________________________________________________
20034 [ 21656] By: rgs                                   on 2003/11/05  07:41:41
20035         Log: Subject: Re: [gherteg@csc.com: your CPAN page on EBCDIC]
20036              From: PPrymmer@factset.com
20037              Date: Tue, 4 Nov 2003 10:00:07 -0500
20038              Message-ID: <OF9A22A404.A32A5C26-ON85256DD4.00522E92-85256DD4.005268A4@factset.com>
20039      Branch: perl
20040            ! pod/perlebcdic.pod
20041 ____________________________________________________________________________
20042 [ 21655] By: rgs                                   on 2003/11/04  22:32:28
20043         Log: Temporary kludge to allow SDBM_File being built
20044              with MakeMaker 6.19.
20045      Branch: perl
20046            ! ext/SDBM_File/sdbm/Makefile.PL
20047 ____________________________________________________________________________
20048 [ 21652] By: rgs                                   on 2003/11/04  21:43:10
20049         Log: Upgrade to ExtUtils::MakeMaker 6.19
20050      Branch: perl
20051            + lib/ExtUtils/t/parse_version.t
20052            + t/lib/MakeMaker/Test/Setup/BFD.pm
20053            + t/lib/MakeMaker/Test/Setup/Problem.pm
20054            - lib/ExtUtils/t/00setup_dummy.t
20055            - lib/ExtUtils/t/zz_cleanup_dummy.t
20056            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
20057            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
20058            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
20059            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
20060            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
20061            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
20062            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
20063            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/bytes.pm
20064            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Manifest.pm
20065            ! lib/ExtUtils/README lib/ExtUtils/TODO lib/ExtUtils/instmodsh
20066            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
20067            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/Install.t
20068            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
20069            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
20070            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/postamble.t
20071            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
20072            ! lib/ExtUtils/t/problems.t lib/ExtUtils/t/writemakefile_args.t
20073            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
20074 ____________________________________________________________________________
20075 [ 21651] By: rgs                                   on 2003/11/04  05:43:56
20076         Log: Subject: Re: [PATCH 5.8.2 @21574] OS/2 build
20077              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
20078              Date: Mon, 3 Nov 2003 20:20:44 -0800
20079              Message-ID: <20031104042044.GA1682@math.berkeley.edu>
20080      Branch: perl
20081            ! os2/Makefile.SHs
20082 ____________________________________________________________________________
20083 [ 21650] By: rgs                                   on 2003/11/03  21:55:42
20084         Log: Subject: [PATCH] Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pm
20085              From: Michael G Schwern <schwern@pobox.com>
20086              Date: Sat, 1 Nov 2003 22:57:45 -0800
20087              Message-ID: <20031102065745.GN3659@localhost.comcast.net>
20088              (goes with change #21418)
20089      Branch: perl
20090            ! lib/autouse.pm lib/autouse.t
20091 ____________________________________________________________________________
20092 [ 21647] By: rgs                                   on 2003/11/03  20:08:18
20093         Log: Subject: [PATCH] Re: PERL_VERSION, SUBVERSION, PATCHLEVEL
20094              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
20095              Date: Mon, 3 Nov 2003 20:53:33 +0100
20096              Message-ID: <023a01c3a244$2a1dd5a0$0c2f1fac@R2D2>
20097      Branch: perl
20098            ! ext/Devel/PPPort/PPPort.pm
20099 ____________________________________________________________________________
20100 [ 21646] By: rgs                                   on 2003/11/03  20:00:07
20101         Log: Subject: Cwd.xs: off-by-one buffer overflow in realpath()
20102              From: Casey West <casey@geeknest.com>
20103              Date: Mon, 3 Nov 2003 10:11:43 -0500
20104              Message-ID: <20031103151143.GB430@geeknest.com>
20105      Branch: perl
20106            ! ext/Cwd/Cwd.xs
20107 ____________________________________________________________________________
20108 [ 21645] By: rgs                                   on 2003/11/03  19:18:42
20109         Log: Subject: Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again
20110              From: Jan Dubois <jand@ActiveState.com>
20111              Date: Sun, 02 Nov 2003 21:43:44 -0800
20112              Message-ID: <8dqbqvg16ln2r807l1l2c905lh7hte303v@4ax.com>
20113      Branch: perl
20114            ! reentr.h reentr.pl
20115 ____________________________________________________________________________
20116 [ 21644] By: rgs                                   on 2003/11/03  15:33:55
20117         Log: Document the fact that keys() and values() are optimized
20118              for void context (as suggested by Liz.)
20119      Branch: perl
20120            ! pod/perlfunc.pod
20121 ____________________________________________________________________________
20122 [ 21639] By: nicholas                              on 2003/11/03  07:04:36
20123         Log: Stas would prefer not to have MOD_PERL defines in perl.
20124      Branch: perl
20125            ! hv.c hv.h
20126 ____________________________________________________________________________
20127 [ 21638] By: nicholas                              on 2003/11/03  06:46:48
20128         Log: s/new_hash/rehash/g (Stas suggested a better name)
20129      Branch: perl
20130            ! embedvar.h hv.h intrpvar.h lib/Hash/Util.pm perl.c perlapi.h
20131            ! sv.c universal.c util.c
20132 ____________________________________________________________________________
20133 [ 21634] By: nicholas                              on 2003/11/02  22:32:21
20134         Log: Provide Internals::new_hash_seed to return PL_new_hash_seed, and
20135              make Hash::Util::hash_seed use this.
20136      Branch: perl
20137            ! lib/Hash/Util.pm universal.c
20138 ____________________________________________________________________________
20139 [ 21628] By: rgs                                   on 2003/11/02  21:05:59
20140         Log: Fix for [perl #24347] segfault with Safe
20141              The empty %INC created for safe compartements was freed
20142              too early.
20143      Branch: perl
20144            ! ext/Opcode/Opcode.xs
20145 ____________________________________________________________________________
20146 [ 21627] By: rgs                                   on 2003/11/02  20:40:47
20147         Log: Subject: [PATCH pod/perlguts.pod] update embed.pl description
20148              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
20149              Date: Sun, 2 Nov 2003 22:24:28 +0100
20150              Message-ID: <007b01c3a187$b34c6110$0c2f1fac@R2D2>
20151      Branch: perl
20152            ! pod/perlguts.pod
20153 ____________________________________________________________________________
20154 [ 21625] By: rgs                                   on 2003/11/02  20:24:21
20155         Log: Mention perl 5.8.2-RC1 in perlhist, as spotted by Abigail.
20156      Branch: perl
20157            ! pod/perlhist.pod
20158 ____________________________________________________________________________
20159 [ 21620] By: nicholas                              on 2003/11/02  18:22:16
20160         Log: Subject: [PATCH 5.8.2 @21574] OS/2 build
20161              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
20162              Date: Wed, 29 Oct 2003 14:00:18 -0800
20163              Message-ID: <20031029220017.GA26384@math.berkeley.edu>
20164      Branch: perl
20165            ! ext/DynaLoader/DynaLoader_pm.PL makedef.pl os2/Makefile.SHs
20166            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2_base.t os2/os2ish.h
20167            ! os2/perl2cmd.pl perlio.c
20168 ____________________________________________________________________________
20169 [ 21619] By: rgs                                   on 2003/11/02  18:07:30
20170         Log: Quoted-printable is evil.
20171      Branch: perl
20172            ! win32/win32.h
20173 ____________________________________________________________________________
20174 [ 21618] By: nicholas                              on 2003/11/02  18:01:21
20175         Log: Stas spotted a missed s//new_/ for the hash seed renaming games
20176      Branch: perl
20177            ! perl.c
20178 ____________________________________________________________________________
20179 [ 21617] By: rgs                                   on 2003/11/02  17:25:50
20180         Log: Portability nit for MinGW 3.
20181
20182              Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's
20183              From: Greg Matheson <lang@ms.chinmin.edu.tw>
20184              Date: Thu, 30 Oct 2003 14:11:58 +0800
20185              Message-ID: <20031030141158.A11772@ms>
20186              (actual patch by Abe Timmerman)
20187      Branch: perl
20188            ! win32/win32.h
20189 ____________________________________________________________________________
20190 [ 21616] By: rgs                                   on 2003/11/02  12:37:54
20191         Log: Subject: DOCPATCH: does STORE need to return anything and if so what?
20192              From: david nicol <whatever@davidnicol.com>
20193              Date: 26 Oct 2003 22:34:04 -0600
20194              Message-Id: <1067229244.1071.51.camel@plaza.davidnicol.com>
20195      Branch: perl
20196            ! pod/perltie.pod
20197 ____________________________________________________________________________
20198 [ 21615] By: rgs                                   on 2003/11/01  20:01:54
20199         Log: Subject: [PATCH] DB_File 1.807
20200              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
20201              Date: Sat, 1 Nov 2003 13:50:12 -0000
20202              Message-ID: <AIEAJICLCBDNAAOLLOKLOENMPAAA.Paul.Marquess@btinternet.com>
20203      Branch: perl
20204            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
20205            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
20206            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
20207 ____________________________________________________________________________
20208 [ 21614] By: rgs                                   on 2003/11/01  19:40:28
20209         Log: Subject: Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?)
20210              From: Rick Delaney <rick@bort.ca>
20211              Date: Mon, 27 Oct 2003 16:24:16 -0500
20212              Message-ID: <20031027162416.H2233@biff.bort.ca>
20213      Branch: perl
20214            ! pp_hot.c
20215 ____________________________________________________________________________
20216 [ 21611] By: nicholas                              on 2003/11/01  16:32:00
20217         Log: D'oh! t/op/hash.t wasn't in the MANIFEST. Rafael spotted this
20218      Branch: perl
20219            ! MANIFEST
20220 ____________________________________________________________________________
20221 [ 21607] By: nicholas                              on 2003/11/01  15:21:23
20222         Log: mod_perl2 will require access to the Plan C hashing function.
20223      Branch: perl
20224            ! hv.h
20225 ____________________________________________________________________________
20226 [ 21604] By: nicholas                              on 2003/11/01  14:21:38
20227         Log: Add Internals::HvREHASH to expose the rehashing flag
20228              t/op/hash.t tests that pathological data triggers rehashing
20229      Branch: perl
20230            + t/op/hash.t
20231            ! universal.c
20232 ____________________________________________________________________________
20233 [ 21599] By: davem                                 on 2003/11/01  00:09:22
20234         Log: whoops, typo
20235      Branch: perl
20236            ! ext/threads/shared/shared.xs
20237 ____________________________________________________________________________
20238 [ 21598] By: davem                                 on 2003/11/01  00:03:38
20239         Log: seg faults when deleting keys of shared hash refs
20240              Ensure that the shared_sv get magic of the element being deleted
20241              is called. Also, avoid posible memory leaks by wrapping all shared
20242              context sections with ENTER/SAVETMPS
20243      Branch: perl
20244            ! ext/threads/shared/shared.xs
20245 ____________________________________________________________________________
20246 [ 21596] By: rgs                                   on 2003/10/31  20:46:44
20247         Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything
20248              From: Andy Dougherty <doughera@lafayette.edu>
20249              Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST)
20250              Message-ID: <Pine.SOL.4.53.0310311433440.8552@maxwell.phys.lafayette.edu>
20251              (plus POD link fixes)
20252      Branch: perl
20253            ! INSTALL
20254 ____________________________________________________________________________
20255 [ 21595] By: rgs                                   on 2003/10/31  20:35:23
20256         Log: Prevent the installation of makefiles that can be found
20257              under lib/.
20258      Branch: perl
20259            ! installperl
20260 ____________________________________________________________________________
20261 [ 21593] By: rgs                                   on 2003/10/31  20:19:01
20262         Log: Test nit ; goes with change 21591
20263      Branch: perl
20264            ! t/lib/warnings/regcomp
20265 ____________________________________________________________________________
20266 [ 21592] By: rgs                                   on 2003/10/31  20:03:58
20267         Log: Subject: [PATCH] Document PERL_DL_NONLAZY
20268              From: Gisle Aas <gisle@ActiveState.com>
20269              Date: 31 Oct 2003 03:13:03 -0800
20270              Message-ID: <lrn0bhbqyo.fsf@caliper.activestate.com>
20271      Branch: perl
20272            ! pod/perlrun.pod
20273 ____________________________________________________________________________
20274 [ 21591] By: rgs                                   on 2003/10/31  19:54:23
20275         Log: Subject: [PATCH] Off-by-one error in regcomp.c
20276              From: Slaven Rezic <slaven@rezic.de>
20277              Date: Fri, 31 Oct 2003 12:16:11 +0000
20278              Message-Id: <1067602571.12768@devpc01.iconmobile.de>
20279      Branch: perl
20280            ! regcomp.c t/op/regmesg.t
20281 ____________________________________________________________________________
20282 [ 21590] By: rgs                                   on 2003/10/31  19:36:32
20283         Log: Subject: [patch pod/perlfunc.pod] separate two unrelated notes in require
20284              From: Stas Bekman <stas@stason.org>
20285              Date: Wed, 29 Oct 2003 16:47:24 -0800
20286              Message-ID: <3FA05F9C.2080304@stason.org>
20287      Branch: perl
20288            ! pod/perlfunc.pod
20289 ____________________________________________________________________________
20290 [ 21589] By: rgs                                   on 2003/10/31  19:31:48
20291         Log: Subject: [5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads
20292              From: Stas Bekman <stas@stason.org>
20293              Date: Wed, 29 Oct 2003 15:15:15 -0800
20294              Message-ID: <3FA04A03.5010603@stason.org>
20295              (enclosed in a #ifdef DEBUGGING)
20296      Branch: perl
20297            ! sv.c
20298 ____________________________________________________________________________
20299 [ 21588] By: rgs                                   on 2003/10/31  19:25:38
20300         Log: Subject: [PATCH] Devel::PPPort and scan_bin
20301              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
20302              Date: Wed, 29 Oct 2003 22:53:43 +0100
20303              Message-ID: <037201c39e67$1faa9940$0c2f1fac@R2D2>
20304      Branch: perl
20305            ! ext/Devel/PPPort/PPPort.pm
20306 ____________________________________________________________________________
20307 [ 21587] By: rgs                                   on 2003/10/31  19:19:00
20308         Log: Subject: [PATCH] change p4d2p to deal with new style diff2 output
20309              From: Jan Dubois <jand@ActiveState.com>
20310              Date: Thu, 30 Oct 2003 18:43:08 -0800
20311              Message-ID: <dpi3qvgf1uke7pj1gcpgmoh622lqcvl6uc@4ax.com>
20312      Branch: perl
20313            ! Porting/p4d2p
20314 ____________________________________________________________________________
20315 [ 21586] By: nicholas                              on 2003/10/31  18:54:26
20316         Log: Comment that this "optimisation" is actually a necessary fixup.
20317              When the split occurs (to make the opti{miser,onal}) this isn't
20318              (Richard Clamp reminded me that I forgot to do this)
20319      Branch: perl
20320            ! op.c
20321 ____________________________________________________________________________
20322 [ 21583] By: nicholas                              on 2003/10/30  22:37:26
20323         Log: Rewrite to correctly use test.pl
20324
20325              Date: Thu, 30 Oct 2003 15:51:03 -0800
20326              From: Michael G Schwern <schwern@pobox.com>
20327              Subject: Re: Fix for the orange lion bug - aka empty sub bug
20328              Message-ID: <20031030235103.GC27017@localhost.comcast.net>
20329      Branch: perl
20330            ! t/op/sub.t
20331 ____________________________________________________________________________
20332 [ 21582] By: nicholas                              on 2003/10/30  22:18:53
20333         Log: Date: Thu, 30 Oct 2003 22:01:35 +0000
20334              Subject: Fix for the orange lion bug - aka empty sub bug
20335              From: Arthur Bergman <sky@nanisky.com>
20336              Message-Id: <A10EEA90-0B24-11D8-93CD-000A95A2734C@nanisky.com>
20337      Branch: perl
20338            + t/op/sub.t
20339            ! MANIFEST op.c
20340 ____________________________________________________________________________
20341 [ 21580] By: nicholas                              on 2003/10/30  19:42:28
20342         Log: 14 is the chain length for attack. From
20343
20344              Message-ID: <20031030204117.16008.qmail@plover.com>
20345              Subject: Re: 5.8.2-RC1 and mp2
20346              Date: Thu, 30 Oct 2003 15:41:17 -0500
20347              From: Mark Jason Dominus <mjd@plover.com>
20348
20349              and
20350
20351              From: Scott A Crosby <scrosby@cs.rice.edu>
20352              Subject: Re: 5.8.2-RC1 and mp2
20353              Date: 30 Oct 2003 14:08:06 -0600
20354              Message-ID: <oydd6cea3q1.fsf@bert.cs.rice.edu>
20355      Branch: perl
20356            ! hv.c
20357 ____________________________________________________________________________
20358 [ 21575] By: rgs                                   on 2003/10/29  06:51:19
20359         Log: Move a fcntl() example in perlfunc at a more proper place,
20360              as suggested by :
20361              Subject: [perl #24334] ioctl/fcntl doc confusion
20362              From: "perl-5.8.0@ton.iguana.be (via RT)" <perlbug-followup@perl.org>
20363              Date: 28 Oct 2003 13:37:49 -0000
20364              Message-ID: <rt-24334-66603.12.4990768314782@rt.perl.org>
20365      Branch: perl
20366            ! pod/perlfunc.pod
20367 ____________________________________________________________________________
20368 [ 21567] By: rgs                                   on 2003/10/28  08:48:06
20369         Log: Upgrade to Time::HiRes 1.52.
20370      Branch: perl
20371            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
20372            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
20373 ____________________________________________________________________________
20374 [ 21566] By: rgs                                   on 2003/10/28  08:34:26
20375         Log: Subject: [PATCH lib/overload.t] TODO tests for bug #24313.
20376              From: Abigail <abigail@abigail.nl>
20377              Date: Mon, 27 Oct 2003 13:05:37 +0100
20378              Message-ID: <20031027120536.GA24608@abigail.nl>
20379
20380              Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.)
20381              From: Rick Delaney <rick@bort.ca>
20382              Date: Mon, 27 Oct 2003 12:17:49 -0500
20383              Message-ID: <20031027121749.E2233@biff.bort.ca>
20384      Branch: perl
20385            ! lib/overload.t toke.c
20386 ____________________________________________________________________________
20387 [ 21565] By: rgs                                   on 2003/10/28  07:42:52
20388         Log: Subject: [PATCH t/comp/proto.t]  Test (5.9.x)
20389              From: Abigail <abigail@abigail.nl>
20390              Date: Mon, 27 Oct 2003 14:50:24 +0100
20391              Message-ID: <20031027135024.GA12666@abigail.nl>
20392      Branch: perl
20393            ! t/comp/proto.t
20394 ____________________________________________________________________________
20395 [ 21564] By: davem                                 on 2003/10/27  22:01:12
20396         Log: Fix more shared threads leaks: add SAVETMPS to the second branch
20397              of sharedsv_scalar_store().
20398      Branch: perl
20399            ! ext/threads/shared/shared.xs
20400 ____________________________________________________________________________
20401 [ 21563] By: rgs                                   on 2003/10/27  19:33:29
20402         Log: Add a new taint error, "%ENV is aliased to %s".
20403              This error is thrown when taint checks are enabled and
20404              when *ENV has been aliased, so that %ENV has no env-magic
20405              anymore. (see bug [perl #24291].)
20406      Branch: perl
20407            ! pod/perldiag.pod t/op/taint.t taint.c
20408 ____________________________________________________________________________
20409 [ 21560] By: nicholas                              on 2003/10/27  18:01:02
20410         Log: Record the escape^Wrelease of 5.9.0
20411      Branch: perl
20412            ! pod/perlhist.pod
20413 ____________________________________________________________________________
20414 [ 21554] By: nicholas                              on 2003/10/27  16:09:37
20415         Log: Subject: Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
20416              From: Alan Burlison <Alan.Burlison@sun.com>
20417              Date: Tue, 21 Oct 2003 15:00:58 +0100
20418              Message-ID: <3F953C1A.3060800@sun.com>
20419      Branch: perl
20420            ! hints/solaris_2.sh
20421 ____________________________________________________________________________
20422 [ 21550] By: nicholas                              on 2003/10/27  13:45:27
20423         Log: Sync with Unicode::Normalize 0.25
20424      Branch: perl
20425            + ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/form.t
20426            + ext/Unicode/Normalize/t/proto.t
20427            + ext/Unicode/Normalize/t/split.t
20428            ! MANIFEST ext/Unicode/Normalize/Changes
20429            ! ext/Unicode/Normalize/Makefile.PL
20430            ! ext/Unicode/Normalize/Normalize.pm
20431            ! ext/Unicode/Normalize/Normalize.xs
20432            ! ext/Unicode/Normalize/README
20433 ____________________________________________________________________________
20434 [ 21549] By: nicholas                              on 2003/10/27  13:11:48
20435         Log: Sync with Unicode::Collate 0.30
20436      Branch: perl
20437            + lib/Unicode/Collate/t/hangtype.t
20438            + lib/Unicode/Collate/t/normal.t lib/Unicode/Collate/t/trailwt.t
20439            + lib/Unicode/Collate/t/variable.t
20440            + lib/Unicode/Collate/t/version.t
20441            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
20442            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/contract.t
20443            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/index.t
20444            ! lib/Unicode/Collate/t/test.t
20445 ____________________________________________________________________________
20446 [ 21548] By: nicholas                              on 2003/10/27  12:39:39
20447         Log: Sync with Pod::Perldoc 3.12
20448      Branch: perl
20449            ! lib/Pod/Perldoc.pm
20450 ____________________________________________________________________________
20451 [ 21546] By: ams                                   on 2003/10/27  09:00:08
20452         Log: Will the real off by one please stand up?
20453      Branch: perl
20454            ! mg.c
20455 ____________________________________________________________________________
20456 [ 21545] By: hv                                    on 2003/10/27  02:52:16
20457         Log: fixup separators
20458      Branch: perl
20459            ! Changes
20460 ____________________________________________________________________________
20461 [ 21544] By: hv                                    on 2003/10/27  02:51:26
20462         Log: don't complain of podless .pm files that have a separate .pod file
20463      Branch: perl
20464            ! pod/buildtoc
20465 ____________________________________________________________________________
20466 [ 21543] By: hv                                    on 2003/10/27  02:50:04
20467         Log: regen pods and toc
20468      Branch: perl
20469            ! pod/perlmodlib.pod pod/perltoc.pod
20470 ____________________________________________________________________________
20471 [ 21542] By: rgs                                   on 2003/10/26  21:36:17
20472         Log: When %ENV has been turned into a non-magical hash after a
20473              glob assignment, TAINT_ENV() may dump core because it
20474              assumes $ENV{PATH} is magical. Fix this ; add a test to
20475              verify that the PATH is still checked for taintedness.
20476      Branch: perl
20477            ! t/op/taint.t taint.c
20478 ____________________________________________________________________________
20479 [ 21540] By: rgs                                   on 2003/10/26  14:59:53
20480         Log: Fix backward-compatibility issues in if.pm.
20481      Branch: perl
20482            ! lib/if.pm
20483 ____________________________________________________________________________
20484 [ 21539] By: hv                                    on 2003/10/26  12:22:54
20485         Log: Update Changes.
20486      Branch: perl
20487            ! Changes patchlevel.h
20488 ____________________________________________________________________________
20489 [ 21538] By: ams                                   on 2003/10/26  08:08:02
20490         Log: Fix off-by-one in $0 set magic. (From Autrijus.)
20491              The whole PL_origalen thing in perl.c looks very hokey.
20492      Branch: perl
20493            ! mg.c
20494 ____________________________________________________________________________
20495 [ 21536] By: nicholas                              on 2003/10/25  22:33:18
20496         Log: show the rehash flags in dumps
20497      Branch: perl
20498            ! dump.c
20499 ____________________________________________________________________________
20500 [ 21535] By: nicholas                              on 2003/10/25  22:32:40
20501         Log: Return 21533 (with modifications) having found the problem
20502      Branch: perl
20503            ! hv.c hv.h
20504 ____________________________________________________________________________
20505 [ 21534] By: nicholas                              on 2003/10/25  20:46:36
20506         Log: Back out 21533 because it broke Encode's build in really weird ways
20507      Branch: perl
20508            ! hv.c hv.h
20509 ____________________________________________________________________________
20510 [ 21533] By: nicholas                              on 2003/10/25  13:10:21
20511         Log: Plan C rough edge smoothing. Criteria for a hash split is now
20512              the earlier of "more keys than buckets" (the old test) or
20513              linked list too long. Rehash is triggered after a split if the
20514              longest linked list is too long.
20515      Branch: perl
20516            ! hv.c hv.h
20517 ____________________________________________________________________________
20518 [ 21532] By: rgs                                   on 2003/10/25  10:03:18
20519         Log: Subject: Re: [perl #948] $, untieable?
20520              From: Richard Clamp <richardc@unixbeard.net>
20521              Date: Tue, 21 Oct 2003 00:02:49 +0100
20522              Message-ID: <20031020230249.GA31123@mirth.demon.co.uk>
20523
20524              Plus a small fix to t/TEST to recognize the added TODO test
20525              as a TODO test.
20526      Branch: perl
20527            ! t/TEST t/op/tie.t
20528 ____________________________________________________________________________
20529 [ 21528] By: nicholas                              on 2003/10/23  19:21:00
20530         Log: When it says "add", then, like, you have to p4 add it. D'oh!
20531              (missed the new file in "Update I18N::LangTags from 0.28 to 0.29")
20532      Branch: perl
20533            + lib/I18N/LangTags/t/02decency.t
20534 ____________________________________________________________________________
20535 [ 21527] By: davem                                 on 2003/10/23  19:13:20
20536         Log: Fix two threads::shared leaks
20537              #24061 - AV in shared interpreter wasn't set to AvREAL
20538              #24255 - mortals were added to the shared interpreter's tmpstack
20539              and never freed.
20540      Branch: perl
20541            ! ext/threads/shared/shared.xs
20542 ____________________________________________________________________________
20543 [ 21526] By: nicholas                              on 2003/10/23  19:11:24
20544         Log: From: Jan Dubois <jand@ActiveState.com>
20545              Subject: [PATCH] Update Pod::Perldoc from 3.10 to 3.11
20546              Date: Wed, 22 Oct 2003 20:17:07 -0700
20547              Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com>
20548
20549              From: Jan Dubois <jand@ActiveState.com>
20550              Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29
20551              Date: Wed, 22 Oct 2003 20:26:56 -0700
20552              Message-ID: <jgiepv0a8fp8ffq3lpc5ujl7j25hoo1rdt@4ax.com>
20553      Branch: perl
20554            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
20555            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
20556            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm pod/perldoc.pod
20557            ! utils/perldoc.PL
20558 ____________________________________________________________________________
20559 [ 21523] By: ams                                   on 2003/10/23  12:53:03
20560         Log: Subject: [PATCH] utime documentation
20561              From: Gisle Aas <gisle@ActiveState.com>
20562              Date: 23 Oct 2003 05:33:43 -0700
20563              Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com>
20564      Branch: perl
20565            ! pod/perlfunc.pod
20566 ____________________________________________________________________________
20567 [ 21522] By: ams                                   on 2003/10/23  08:07:18
20568         Log: Subject: [PATCH]  dup2() not going through PerlLIO abstraction layer
20569              From: Jan Dubois <jand@ActiveState.com>
20570              Date: Wed, 22 Oct 2003 20:33:54 -0700
20571              Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>
20572      Branch: perl
20573            ! doio.c
20574 ____________________________________________________________________________
20575 [ 21520] By: nicholas                              on 2003/10/22  19:50:15
20576         Log: patch created by Casey West from:
20577
20578              Subject: CPAN module problems
20579              From: Edward Moy <emoy@apple.com>
20580              Date: Fri, 10 Oct 2003 17:42:06 -0700
20581              Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com>
20582
20583              (change ld value in hints file)
20584      Branch: perl
20585            ! hints/darwin.sh
20586 ____________________________________________________________________________
20587 [ 21516] By: rgs                                   on 2003/10/22  15:06:13
20588         Log: Small email update in AUTHORS.
20589      Branch: perl
20590            ! AUTHORS
20591 ____________________________________________________________________________
20592 [ 21515] By: rgs                                   on 2003/10/22  06:39:29
20593         Log: Add a test.taintwarn makefile target,
20594              to run the whole test suite with the -t switch.
20595      Branch: perl
20596            ! Makefile.SH pod/perlhack.pod t/TEST
20597 ____________________________________________________________________________
20598 [ 21514] By: rgs                                   on 2003/10/21  21:21:56
20599         Log: Subject: [PATCH @20458] embedding perl
20600              From: Radu Greab <rgreab@fx.ro>
20601              Date: Tue, 05 Aug 2003 20:57:15 +0300 (EEST)
20602              Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro>
20603      Branch: perl
20604            ! hv.c intrpvar.h perl.c pod/perlembed.pod pod/perlintern.pod
20605            ! sv.c
20606 ____________________________________________________________________________
20607 [ 21513] By: rgs                                   on 2003/10/21  20:45:12
20608         Log: Fix doc bug #23890, as suggested by Himanshu Garg :
20609              in perltoot, $him->fullname should be $him->fullname->as_string
20610              when passed to printf.
20611      Branch: perl
20612            ! pod/perltoot.pod
20613 ____________________________________________________________________________
20614 [ 21509] By: rgs                                   on 2003/10/21  05:42:50
20615         Log: Two OS/2 portability patches from Ilya.
20616
20617              Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2
20618              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
20619              Date: Thu, 25 Sep 2003 12:09:11 -0700
20620              Message-ID: <20030925190911.GA27028@math.berkeley.edu>
20621
20622              Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2
20623              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
20624              Date: Thu, 25 Sep 2003 19:50:45 -0700
20625              Message-ID: <20030926025045.GA27507@math.berkeley.edu>
20626      Branch: perl
20627            ! doio.c os2/os2ish.h perl.h perlio.c pp_sys.c
20628 ____________________________________________________________________________
20629 [ 21506] By: rgs                                   on 2003/10/20  19:28:27
20630         Log: Subject: [PATCH] add some missing defines to Devel::PPPort
20631              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
20632              Date: Mon, 20 Oct 2003 20:14:19 +0200
20633              Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2>
20634      Branch: perl
20635            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
20636 ____________________________________________________________________________
20637 [ 21505] By: rgs                                   on 2003/10/20  19:22:38
20638         Log: Subject: Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1
20639              From: Slaven Rezic <slaven@rezic.de>
20640              Date: 19 Oct 2003 17:54:59 +0200
20641              Message-ID: <871xt9te7g.fsf@vran.herceg.de>
20642      Branch: perl
20643            ! perlio.c
20644 ____________________________________________________________________________
20645 [ 21503] By: rgs                                   on 2003/10/20  06:04:04
20646         Log: Skip the chflags tests in filetest.t on Darwin.
20647      Branch: perl
20648            ! lib/filetest.t
20649 ____________________________________________________________________________
20650 [ 21474] By: nicholas                              on 2003/10/17  18:44:28
20651         Log: Plan C rough edge smoothing - forgot to turn on the "has key flags"
20652              flag on the hash when rehashing. Can turn off the "rehasing" flag
20653              if the hash is cleared
20654      Branch: perl
20655            ! hv.c
20656 ____________________________________________________________________________
20657 [ 21473] By: rgs                                   on 2003/10/17  08:53:48
20658         Log: -u is deprecated.
20659              Subject: Re: why PERL5LIB is ignored when -T is in effect
20660              From: Slaven Rezic <slaven@rezic.de>
20661              Date: Fri, 17 Oct 2003 10:02:31 +0000
20662              Message-Id: <1066384951.4964@devpc01.iconmobile.de>
20663      Branch: perl
20664            ! perl.c
20665 ____________________________________________________________________________
20666 [ 21472] By: rgs                                   on 2003/10/17  07:29:10
20667         Log: The compilation of PerlIO::via may hang on AIX when
20668              compiling with vac at -O3 optimization level. Disable
20669              optimization for this module.
20670      Branch: perl
20671            + ext/PerlIO/via/hints/aix.pl
20672            ! MANIFEST
20673 ____________________________________________________________________________
20674 [ 21471] By: nicholas                              on 2003/10/16  21:10:27
20675         Log: Plan C for foiling the algorithmic complexity attack
20676              (based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1),
20677              Chip's plan B (do something new inside the hv functions)
20678              and introspective sort)
20679              Provides infrastructure for hashes to change their hash function
20680              if necessary, and code in hsplit to detect pathalogical data and
20681              instigate a random rehashing.
20682              Needs refinement. Let's see how much smoke it creates.
20683      Branch: perl
20684            ! embedvar.h hv.c hv.h intrpvar.h perl.c perlapi.h sv.c sv.h
20685            ! util.c
20686 ____________________________________________________________________________
20687 [ 21470] By: davem                                 on 2003/10/16  20:03:44
20688         Log: Ensure PL_comppad/curpad point to PL_main_cv's padlist when
20689              PL_main_root is freed; this may not have been be the case if a
20690              thread other than the main one is the last to be destroyed
20691      Branch: perl
20692            ! ext/threads/t/thread.t pad.h perl.c
20693 ____________________________________________________________________________
20694 [ 21469] By: nicholas                              on 2003/10/16  19:31:19
20695         Log: Duplicate 19423 (pathological hashes too easy) into share_hek_flags
20696              (as suggested by Jan Dubois)
20697      Branch: perl
20698            ! hv.c
20699 ____________________________________________________________________________
20700 [ 21468] By: ams                                   on 2003/10/16  19:00:14
20701         Log: Subject: Re: assert.h breaks perl.h
20702              From: Alexey Tourbin <at@altlinux.ru>
20703              Date: Thu, 16 Oct 2003 22:24:35 +0400
20704              Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru>
20705      Branch: perl
20706            ! sv.h
20707 ____________________________________________________________________________
20708 [ 21467] By: ams                                   on 2003/10/16  18:57:57
20709         Log: Subject: [PATCH] Tie::Hash documentation
20710              From: Slaven Rezic <slaven@rezic.de>
20711              Date: Thu, 16 Oct 2003 17:57:35 +0000
20712              Message-Id: <1066327055.1428@devpc01.iconmobile.de>
20713      Branch: perl
20714            ! lib/Tie/Hash.pm
20715 ____________________________________________________________________________
20716 [ 21466] By: rgs                                   on 2003/10/16  08:52:50
20717         Log: Further tweak on change #21464.
20718      Branch: perl
20719            ! perl.c
20720 ____________________________________________________________________________
20721 [ 21464] By: ams                                   on 2003/10/16  08:42:50
20722         Log: Subject: perl -h tweak [PATCH]
20723              From: Gisle Aas <gisle@ActiveState.com>
20724              Date: 16 Oct 2003 02:49:39 -0700
20725              Message-Id: <lrn0c11pho.fsf@caliper.activestate.com>
20726      Branch: perl
20727            ! perl.c
20728 ____________________________________________________________________________
20729 [ 21456] By: rgs                                   on 2003/10/15  19:19:05
20730         Log: Perlfaq1 : take notice that 5.8.1 is now released.
20731      Branch: perl
20732            ! pod/perlfaq1.pod
20733 ____________________________________________________________________________
20734 [ 21454] By: rgs                                   on 2003/10/15  19:06:05
20735         Log: PerlFAQ sync. (only actual changes)
20736      Branch: perl
20737            ! pod/perlfaq4.pod
20738 ____________________________________________________________________________
20739 [ 21453] By: rgs                                   on 2003/10/15  19:02:35
20740         Log: Typos.
20741      Branch: perl
20742            ! hints/aix.sh
20743 ____________________________________________________________________________
20744 [ 21452] By: rgs                                   on 2003/10/15  11:12:31
20745         Log: Fix bug [perl #24212] : improper error recovery in the
20746              tokenizer after an unknown filetest operator.
20747      Branch: perl
20748            ! t/comp/parser.t toke.c
20749 ____________________________________________________________________________
20750 [ 21451] By: rgs                                   on 2003/10/15  09:19:02
20751         Log: Update MIME::Base64 and Digest::MD5 from the CPAN version.
20752      Branch: perl
20753            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
20754            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
20755            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/utf8.t
20756            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
20757            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
20758            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/unicode.t
20759 ____________________________________________________________________________
20760 [ 21450] By: rgs                                   on 2003/10/15  06:47:11
20761         Log: Add support for Linux abstract unix domain sockets to Socket.pm.
20762              Based on a idea by Alex Hudson. (Basically those are unix domain
20763              sockets whose name has a '\0' as first character.)
20764      Branch: perl
20765            ! ext/Socket/Socket.xs ext/Socket/t/Socket.t
20766 ____________________________________________________________________________
20767 [ 21449] By: ams                                   on 2003/10/15  06:32:44
20768         Log: Subject: [PATCH] SIGN => 1 support for MakeMaker
20769              From: Autrijus Tang <autrijus@autrijus.org>
20770              Date: Tue, 14 Oct 2003 18:32:28 +0800
20771              Message-Id: <1066127547.65845.35.camel@localhost>
20772      Branch: perl
20773            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
20774            ! lib/ExtUtils/MakeMaker.pm
20775 ____________________________________________________________________________
20776 [ 21448] By: ams                                   on 2003/10/15  05:56:12
20777         Log: Rewrite #21447.
20778      Branch: perl
20779            ! pod/perliol.pod
20780 ____________________________________________________________________________
20781 [ 21447] By: ams                                   on 2003/10/15  05:36:48
20782         Log: Subject: [patch pod/perliol.pod]
20783              From: Stas Bekman <stas@stason.org>
20784              Date: Tue, 14 Oct 2003 18:05:29 -0700
20785              Message-Id: <3F8C9D59.3040403@stason.org>
20786      Branch: perl
20787            ! pod/perliol.pod
20788 ____________________________________________________________________________
20789 [ 21446] By: nicholas                              on 2003/10/14  18:45:39
20790         Log: Duplicate 19423 (pathological hashes too easy) into hv_store_ent
20791              (the routine used by perl level HV operations)
20792      Branch: perl
20793            ! hv.c
20794 ____________________________________________________________________________
20795 [ 21445] By: rgs                                   on 2003/10/13  21:03:05
20796         Log: Subject: [PATCH ext/Devel/PPPort/PPPort.pm] Changes #20819 and #20996 break compatibility with perl 5.6.0
20797              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
20798              Date: Tue, 30 Sep 2003 19:23:34 +0200
20799              Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2>
20800      Branch: perl
20801            ! ext/Devel/PPPort/PPPort.pm
20802 ____________________________________________________________________________
20803 [ 21442] By: ams                                   on 2003/10/13  08:41:17
20804         Log: Subject: [perl #24189] Incorrect comment in perldoc strict
20805              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
20806              Date: 12 Oct 2003 09:01:25 -0000
20807              Message-Id: <rt-24189-65954.9.50514379869631@rt.perl.org>
20808      Branch: perl
20809            ! lib/strict.pm
20810 ____________________________________________________________________________
20811 [ 21441] By: rgs                                   on 2003/10/13  08:02:21
20812         Log: Subject: [PATCH] Internals::hash_seed() returns wrong value
20813              From: Jan Dubois <jand@ActiveState.com>
20814              Date: Sun, 12 Oct 2003 22:09:39 -0700
20815              Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>
20816      Branch: perl
20817            ! universal.c
20818 ____________________________________________________________________________
20819 [ 21440] By: rgs                                   on 2003/10/12  19:58:05
20820         Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx
20821              From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org>
20822              Date: 5 Oct 2003 20:55:56 -0000
20823              Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org>
20824      Branch: perl
20825            ! mg.c
20826 ____________________________________________________________________________
20827 [ 21439] By: rgs                                   on 2003/10/12  16:28:06
20828         Log: Subject: [PATCH] Tie::Hash documentation
20829              From: Slaven Rezic <slaven@rezic.de>
20830              Date: Sun, 12 Oct 2003 18:55:54 +0200 (CEST)
20831              Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de>
20832      Branch: perl
20833            ! lib/Tie/Hash.pm
20834 ____________________________________________________________________________
20835 [ 21438] By: rgs                                   on 2003/10/12  15:48:13
20836         Log: Subject: Re: [perl #24122] setreuid and friends borked on darwin/osx
20837              From: Slaven Rezic <slaven@rezic.de>
20838              Date: 07 Oct 2003 00:04:34 +0200
20839              Message-ID: <87ekxq6n0t.fsf@vran.herceg.de>
20840      Branch: perl
20841            ! hints/darwin.sh
20842 ____________________________________________________________________________
20843 [ 21437] By: rgs                                   on 2003/10/12  15:25:17
20844         Log: Minor nit in perlrun, spotted by Art Haas.
20845      Branch: perl
20846            ! pod/perlrun.pod
20847 ____________________________________________________________________________
20848 [ 21436] By: ams                                   on 2003/10/10  19:05:55
20849         Log: Subject: [PATCH] threads::async + some cleanup
20850              From: Elizabeth Mattijsen <liz@dijkmat.nl>
20851              Date: Fri, 10 Oct 2003 16:37:55 +0200
20852              Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>
20853      Branch: perl
20854            ! ext/threads/threads.pm
20855 ____________________________________________________________________________
20856 [ 21435] By: ams                                   on 2003/10/10  19:02:34
20857         Log: Make everyone stop posting to p5p about 0e0.
20858      Branch: perl
20859            ! pod/perlsyn.pod
20860 ____________________________________________________________________________
20861 [ 21433] By: nicholas                              on 2003/10/09  20:57:26
20862         Log: Put all pre-processor #s on the first column (some compilers are picky)
20863              [perl #24167] `#' comment signs not at the very beginning of a line
20864      Branch: perl
20865            ! cop.h dosish.h ext/SDBM_File/sdbm/sdbm.h iperlsys.h op.c
20866            ! perl.h regcomp.c
20867 ____________________________________________________________________________
20868 [ 21432] By: rgs                                   on 2003/10/09  11:09:24
20869         Log: Suppress the test file t/op/nothr5005.t and integrate its tests into
20870              t/op/args.t, now that 5005threads have been removed. Port t/op/args.t
20871              to t/test.pl.
20872      Branch: perl
20873            - t/op/nothr5005.t
20874            ! MANIFEST t/op/args.t
20875 ____________________________________________________________________________
20876 [ 21431] By: rgs                                   on 2003/10/09  11:06:15
20877         Log: Document the behaviour of filetest operators regarding parentheses.
20878              This fixes bug #24127 (by documenting it as a feature.)
20879      Branch: perl
20880            ! pod/perlop.pod
20881 ____________________________________________________________________________
20882 [ 21430] By: ams                                   on 2003/10/09  07:55:34
20883         Log: Subject: [PATCH 5.8.1 CORE] Internal fixes to source-code coordinate
20884              calculations in regcomp.c
20885              From: Eric Promislow <ericp@ActiveState.com>
20886              Date: Wed, 8 Oct 2003 17:42:42 -0700
20887              Message-Id: <20031008174242.A17544@ActiveState.com>
20888      Branch: perl
20889            ! regcomp.c
20890 ____________________________________________________________________________
20891 [ 21429] By: ams                                   on 2003/10/09  07:43:56
20892         Log: Patch based on:
20893
20894              Subject: [perl #24157] -MModule=} is broken
20895              From: "Lukas Mai" (via RT) <perlbug-followup@perl.org>
20896              Date: 7 Oct 2003 21:47:43 -0000
20897              Message-Id: <rt-24157-65809.10.9980909617566@rt.perl.org>
20898
20899              (Includes a fix for a similar problem in -A, but not -d.)
20900      Branch: perl
20901            ! perl.c
20902 ____________________________________________________________________________
20903 [ 21428] By: ams                                   on 2003/10/09  02:32:07
20904         Log: Subject: [PATCH] Devel::PPPort is missing an aTHX when calling
20905              grok_numeric_radix()
20906              From: Jan Dubois <jand@ActiveState.com>
20907              Date: Wed, 08 Oct 2003 20:37:42 -0700
20908              Message-Id: <8kl9ov0932qo08o24uafuc9v77clrgnoe4@4ax.com>
20909      Branch: perl
20910            ! ext/Devel/PPPort/PPPort.pm
20911 ____________________________________________________________________________
20912 [ 21427] By: ams                                   on 2003/10/09  01:36:18
20913         Log: Subject: Re: require patch breaks locale
20914              From: Rick Delaney <rick@bort.ca>
20915              Date: Wed, 8 Oct 2003 22:41:55 -0400
20916              Message-Id: <20031008224155.A14638@biff.bort.ca>
20917      Branch: perl
20918            ! t/comp/require.t
20919 ____________________________________________________________________________
20920 [ 21426] By: ams                                   on 2003/10/09  01:26:57
20921         Log: Subject: Re: Simple @INC hook core dump [PATCH]
20922              From: Gisle Aas <gisle@ActiveState.com>
20923              Date: 08 Oct 2003 13:35:28 -0700
20924              Message-Id: <lrr81ncvsf.fsf@caliper.activestate.com>
20925      Branch: perl
20926            ! t/op/inccode.t
20927 ____________________________________________________________________________
20928 [ 21425] By: rgs                                   on 2003/10/08  11:34:17
20929         Log: Fix bug #24108: Goto +foo broken
20930              the fix having been suggested by xmath via Juerd.
20931      Branch: perl
20932            ! op.c t/op/goto.t
20933 ____________________________________________________________________________
20934 [ 21424] By: rgs                                   on 2003/10/08  11:16:58
20935         Log: Subject: Re: Simple @INC hook core dump [PATCH]
20936              From: Gisle Aas <gisle@ActiveState.com>
20937              Date: 08 Oct 2003 04:47:33 -0700
20938              Message-ID: <lrllrweysq.fsf_-_@caliper.activestate.com>
20939      Branch: perl
20940            ! pp_ctl.c
20941 ____________________________________________________________________________
20942 [ 21423] By: ams                                   on 2003/10/08  10:09:41
20943         Log: Subject: [PATCH pod/perlrun.pod] Layout & POD nit.
20944              From: Abigail <abigail@abigail.nl>
20945              Date: Wed, 8 Oct 2003 03:50:49 -0700
20946              Message-Id: <20031008105049.GA15770@ucan.foad.org>
20947      Branch: perl
20948            ! pod/perlrun.pod
20949 ____________________________________________________________________________
20950 [ 21422] By: ams                                   on 2003/10/08  06:13:07
20951         Log: "Are implicit undefs true?" asks Gisle.
20952      Branch: perl
20953            ! pod/perlsyn.pod
20954 ____________________________________________________________________________
20955 [ 21421] By: ams                                   on 2003/10/08  03:20:00
20956         Log: Subject: Re: [PATCH] perlop.pod Revamp - revision 4
20957              From: schwern@pobox.com
20958              Date: Tue, 7 Oct 2003 20:39:36 -0700
20959              Message-Id: <20031007203936.X4301@ttul.org>
20960
20961              (Originally from Shlomi Fish. Applied with tweaks.)
20962      Branch: perl
20963            ! pod/perlop.pod
20964 ____________________________________________________________________________
20965 [ 21420] By: ams                                   on 2003/10/07  19:51:35
20966         Log: Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton),
20967              sv.c (Tim Bunce), t/op/pow.t (John P. Linderman).
20968      Branch: perl
20969            ! pod/perlsyn.pod sv.c t/op/pow.t
20970 ____________________________________________________________________________
20971 [ 21419] By: ams                                   on 2003/10/07  04:03:34
20972         Log: Why should -3**$x be more precisely determined than 3**$x?
20973      Branch: perl
20974            ! t/op/pow.t
20975 ____________________________________________________________________________
20976 [ 21418] By: ams                                   on 2003/10/07  03:59:38
20977         Log: Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness
20978              From: schwern@pobox.com
20979              Date: Mon, 6 Oct 2003 13:14:36 -0700
20980              Message-Id: <20031006131436.G20960@ttul.org>
20981      Branch: perl
20982            ! lib/UNIVERSAL.pm t/op/universal.t
20983 ____________________________________________________________________________
20984 [ 21417] By: ams                                   on 2003/10/07  03:55:18
20985         Log: Update perlfunc/require to describe NXDOMAIN caching... er, you
20986              know what I mean.
20987      Branch: perl
20988            ! pod/perlfunc.pod
20989 ____________________________________________________________________________
20990 [ 21416] By: ams                                   on 2003/10/07  03:37:01
20991         Log: Subject: [patch sv.c] improve "...free unref scalar" warning
20992              From: Stas Bekman <stas@stason.org>
20993              Date: Mon, 06 Oct 2003 21:19:53 -0700
20994              Message-Id: <3F823EE9.4030103@stason.org>
20995      Branch: perl
20996            ! sv.c
20997 ____________________________________________________________________________
20998 [ 21415] By: ams                                   on 2003/10/06  17:30:31
20999         Log: Subject: [PATCH bleadperl] (was Re: require() does not behave aas documented)
21000              From: Rick Delaney <rick@bort.ca>
21001              Date: Tue, 23 Sep 2003 12:14:52 -0400
21002              Message-ID: <20030923121452.G18845@biff.bort.ca>
21003      Branch: perl
21004            ! pp_ctl.c t/comp/require.t
21005 ____________________________________________________________________________
21006 [ 21414] By: rgs                                   on 2003/10/06  15:23:01
21007         Log: Subject: Re: [PATCH lib/warnings.t]  Adding TODO functionality to lib/warnings.
21008              From: Abigail <abigail@abigail.nl>
21009              Date: Wed, 1 Oct 2003 14:19:43 +0200
21010              Message-ID: <20031001121943.GA29419@abigail.nl>
21011      Branch: perl
21012            ! lib/warnings.t
21013 ____________________________________________________________________________
21014 [ 21413] By: rgs                                   on 2003/10/06  15:05:32
21015         Log: Fixes in the modules maintainers list.
21016      Branch: perl
21017            ! Porting/Maintainers.pl
21018 ____________________________________________________________________________
21019 [ 21412] By: rgs                                   on 2003/10/06  15:02:42
21020         Log: Fix broken link in perltodo.pod.
21021      Branch: perl
21022            ! pod/perltodo.pod
21023 ____________________________________________________________________________
21024 [ 21411] By: rgs                                   on 2003/10/06  12:11:10
21025         Log: Typos in perldiag.
21026      Branch: perl
21027            ! pod/perldiag.pod
21028 ____________________________________________________________________________
21029 [ 21410] By: rgs                                   on 2003/10/06  11:55:52
21030         Log: Subject: Re: [doc-PATCH] for unpack_str() and question
21031              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
21032              Date: Mon, 6 Oct 2003 08:45:29 +0200
21033              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4>
21034      Branch: perl
21035            ! pod/perlapi.pod pp_pack.c
21036 ____________________________________________________________________________
21037 [ 21409] By: rgs                                   on 2003/10/06  11:49:55
21038         Log: Subject: [PATCH pod/perlfunc.pod]  ref can return false on references
21039              From: Abigail <abigail@abigail.nl>
21040              Date: Mon, 6 Oct 2003 05:55:21 -0700
21041              Message-ID: <20031006125521.GA26446@ucan.foad.org>
21042      Branch: perl
21043            ! pod/perlfunc.pod
21044 ____________________________________________________________________________
21045 [ 21408] By: rgs                                   on 2003/10/06  11:46:14
21046         Log: Add a new option --check to Porting/Maintainers,
21047              to check for files who are listed for several maintainers.
21048      Branch: perl
21049            ! Porting/Maintainers.pm
21050 ____________________________________________________________________________
21051 [ 21407] By: rgs                                   on 2003/10/06  11:44:33
21052         Log: Subject: [PATCH]Re: The META.yml file in bleadperl
21053              From: Fergal Daly <fergal@esatclear.ie>
21054              Date: Mon, 6 Oct 2003 00:25:29 +0100
21055              Message-Id: <200310060025.29122.fergal@esatclear.ie>
21056
21057              Plus regeneration of META.yml
21058      Branch: perl
21059            ! META.yml Porting/makemeta
21060 ____________________________________________________________________________
21061 [ 21406] By: ams                                   on 2003/10/06  04:22:11
21062         Log: Subject: Re: [perl #24076] "<> err EXPR" and warnings.
21063              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21064              Date: Sun, 5 Oct 2003 21:27:54 +0200
21065              Message-Id: <20031005212754.5ef54472.rgarciasuarez@free.fr>
21066              (Applied with tweaks to op.c and a comment.)
21067      Branch: perl
21068            ! op.c t/lib/warnings/op
21069 ____________________________________________________________________________
21070 [ 21405] By: ams                                   on 2003/10/06  03:56:54
21071         Log: Subject: Re: [PATCH] perlsyn.pod Revision - Resend
21072              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
21073              Date: Fri, 3 Oct 2003 12:34:46 +0200 (IST)
21074              Message-Id: <Pine.LNX.4.56.0310031233580.28640@vipe.technion.ac.il>
21075              (Applied with minor tweaks.)
21076      Branch: perl
21077            ! pod/perlsyn.pod
21078 ____________________________________________________________________________
21079 [ 21404] By: ams                                   on 2003/10/06  03:32:50
21080         Log: Subject: [perl #24120] Tie::Hash documentation has broken code
21081              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
21082              Date: 5 Oct 2003 18:40:36 -0000
21083              Message-Id: <rt-24120-65664.15.9776865968429@rt.perl.org>
21084              (Applied without $VERSION update.)
21085      Branch: perl
21086            ! lib/Tie/Hash.pm
21087 ____________________________________________________________________________
21088 [ 21403] By: ams                                   on 2003/10/06  03:26:39
21089         Log: Subject: Re: [PATCH] [perl #24113] mistake in perlretut
21090              From: Robert Spier <rspier@pobox.com>
21091              Date: Sun, 05 Oct 2003 21:34:30 -0700
21092              Message-Id: <m3vfr39e7d.wl_rspier@pobox.com>
21093      Branch: perl
21094            ! pod/perlretut.pod
21095 ____________________________________________________________________________
21096 [ 21402] By: ams                                   on 2003/10/05  03:08:53
21097         Log: Subject: [PATCH] pp_sys.c: pp_waitpid and EINTR
21098              From: Steve Grazzini <grazz@pobox.com>
21099              Date: Sat, 4 Oct 2003 18:15:23 -0400
21100              Message-Id: <20031004221523.GA29324@grazzini.net>
21101      Branch: perl
21102            ! pp_sys.c
21103 ____________________________________________________________________________
21104 [ 21401] By: ams                                   on 2003/10/02  17:25:34
21105         Log: Subject: Re: 5.8.1 and srand
21106              From: Slaven Rezic <slaven@rezic.de>
21107              Date: Thu, 2 Oct 2003 15:51:11 +0000
21108              Message-Id: <1065109871.3115@devpc01.iconmobile.de>
21109      Branch: perl
21110            ! t/op/fork.t
21111 ____________________________________________________________________________
21112 [ 21400] By: hv                                    on 2003/10/02  09:34:36
21113         Log: minor cleanup for Changes
21114      Branch: perl
21115            ! Changes
21116 ____________________________________________________________________________
21117 [ 21399] By: hv                                    on 2003/10/02  09:18:27
21118         Log: Update changes
21119      Branch: perl
21120            ! Changes patchlevel.h
21121 ____________________________________________________________________________
21122 [ 21398] By: hv                                    on 2003/10/02  09:15:42
21123         Log: build perlapi.pod in deterministic order even when functions differ
21124              only in case; regen perlapi.pod
21125      Branch: perl
21126            ! autodoc.pl pod/perlapi.pod
21127 ____________________________________________________________________________
21128 [ 21397] By: ams                                   on 2003/10/02  07:48:51
21129         Log: Subject: Re: 5.8.1 and srand
21130              From: Brendan O'Dea <bod@debian.org>
21131              Date: Thu, 2 Oct 2003 10:30:36 +1000
21132              Message-Id: <20031002003036.GA9198@londo.c47.org>
21133      Branch: perl
21134            ! util.c
21135 ____________________________________________________________________________
21136 [ 21396] By: ams                                   on 2003/10/01  22:18:13
21137         Log: Update Changes.
21138      Branch: perl
21139            ! Changes patchlevel.h
21140 ____________________________________________________________________________
21141 [ 21394] By: ams                                   on 2003/10/01  20:28:20
21142         Log: Subject: misapplied patch 19452
21143              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
21144              Date: Tue, 30 Sep 2003 06:01:50 -0700
21145              Message-Id: <20030930130150.GA1436@efn.org>
21146      Branch: perl
21147            ! pp_hot.c
21148 ____________________________________________________________________________
21149 [ 21392] By: rgs                                   on 2003/09/30  20:22:02
21150         Log: Revamp the section on local() in perlsub.
21151              - avoid using the word "declare" in conjunction with local()
21152              - less archaelogical references
21153              - more about localization of lvalues
21154              - removes examples of localization of tied hashes that don't work
21155              - give titles to subsections
21156              - explain localization of magic values
21157              - explain localization of globs
21158              - fix link to perldelta
21159      Branch: perl
21160            ! pod/perlsub.pod
21161 ____________________________________________________________________________
21162 [ 21391] By: rgs                                   on 2003/09/30  12:47:13
21163         Log: Useless "local $_" in a perlfaq3 example
21164      Branch: perl
21165            ! pod/perlfaq3.pod
21166 ____________________________________________________________________________
21167 [ 21390] By: rgs                                   on 2003/09/30  11:29:17
21168         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
21169              From: grommel@sears.com
21170              Date: Mon, 29 Sep 2003 14:45:16 -0500
21171              Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain>
21172      Branch: perl
21173            ! hints/svr4.sh t/op/pack.t
21174 ____________________________________________________________________________
21175 [ 21389] By: rgs                                   on 2003/09/30  11:06:53
21176         Log: Add a TODO test for bug #23790, by Abigail
21177      Branch: perl
21178            ! t/op/sub_lval.t
21179 ____________________________________________________________________________
21180 [ 21388] By: rgs                                   on 2003/09/30  10:52:50
21181         Log: Subject: [PATCH] Re: [perl #24071] Typo in description of binmode
21182              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
21183              Date: Tue, 30 Sep 2003 04:53:02 -0700
21184              Message-ID: <20030930115302.GA3200@efn.org>
21185      Branch: perl
21186            ! pod/perlfunc.pod
21187 ____________________________________________________________________________
21188 [ 21387] By: rgs                                   on 2003/09/29  12:47:37
21189         Log: Subject: [PATCH] perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
21190              From: Tom Horsley <Tom.Horsley@ccur.com>
21191              Date: Mon, 29 Sep 2003 13:00:09 GMT
21192              Message-Id: <200309291300.NAA23856@amber2.ccur.com>
21193      Branch: perl
21194            ! ext/Sys/Syslog/t/syslog.t hints/powerux.sh
21195 ____________________________________________________________________________
21196 [ 21386] By: rgs                                   on 2003/09/29  11:14:27
21197         Log: Subject: [PATCH 5.8.1] Fix broken splitpod program
21198              From: Steve Hay <steve.hay@uk.radan.com>
21199              Date: Mon, 29 Sep 2003 11:50:23 +0100
21200              Message-ID: <3F780E6F.3020704@uk.radan.com>
21201      Branch: perl
21202            ! pod/splitpod
21203 ____________________________________________________________________________
21204 [ 21385] By: rgs                                   on 2003/09/29  11:09:32
21205         Log: Subject: [PATCH 5.8.1] pod/perlrun.pod: no space after -i allowed
21206              From: Brendan O'Dea <bod@debian.org>
21207              Date: Sun, 28 Sep 2003 23:23:34 +1000
21208              Message-ID: <20030928132334.GA29499@londo.c47.org>
21209      Branch: perl
21210            ! pod/perlrun.pod
21211 ____________________________________________________________________________
21212 [ 21384] By: rgs                                   on 2003/09/26  20:39:19
21213         Log: Nit to the maintainers list by SADAHIRO Tomoyuki
21214      Branch: perl
21215            ! Porting/Maintainers.pl
21216 ____________________________________________________________________________
21217 [ 21383] By: jhi                                   on 2003/09/26  04:41:17
21218         Log: Missing +x bits.
21219      Branch: perl
21220            ! Porting/makerel
21221 ____________________________________________________________________________
21222 [ 21382] By: rgs                                   on 2003/09/25  19:40:50
21223         Log: Update the perldelta for 5.9.0.
21224      Branch: perl
21225            ! pod/perldelta.pod
21226 ____________________________________________________________________________
21227 [ 21381] By: rgs                                   on 2003/09/25  19:02:12
21228         Log: Add the perl581delta manpage.
21229              Regenerate the table of contents.
21230      Branch: perl
21231            + pod/perl581delta.pod
21232            ! MANIFEST pod.lst pod/perl.pod pod/perlhist.pod pod/perltoc.pod
21233            ! vms/descrip_mms.template win32/pod.mak
21234 ____________________________________________________________________________
21235 [ 21380] By: rgs                                   on 2003/09/25  18:36:45
21236         Log: Update perlhist.pod
21237      Branch: perl
21238            ! pod/perlhist.pod
21239 ____________________________________________________________________________
21240 [ 21372] By: gbarr                                 on 2003/09/25  07:35:24
21241         Log: Sync with libnet 1.17
21242      Branch: perl
21243            ! lib/Net/ChangeLog.libnet lib/Net/Domain.pm lib/Net/FTP.pm
21244 ____________________________________________________________________________
21245 [ 21371] By: gbarr                                 on 2003/09/25  06:57:35
21246         Log: Update to Scalar-List-Utils 1.13
21247      Branch: perl
21248            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
21249            ! ext/List/Util/lib/List/Util.pm
21250            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t
21251 ____________________________________________________________________________
21252 [ 21370] By: jhi                                   on 2003/09/25  06:45:42
21253         Log: CPAN sites update.
21254      Branch: perl
21255            ! pod/perlmodlib.PL
21256 ____________________________________________________________________________
21257 [ 21369] By: jhi                                   on 2003/09/25  05:22:48
21258         Log: Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98)
21259              From: Greg Matheson <lang@ms.chinmin.edu.tw>
21260              Date: Wed, 24 Sep 2003 22:51:09 +0800
21261              Message-ID: <20030924225109.A17126@ms>
21262
21263              (Win98 + MinGW, a missing Win95.pm hunk)
21264      Branch: perl
21265            ! lib/ExtUtils/MM_Win95.pm
21266 ____________________________________________________________________________
21267 [ 21365] By: jhi                                   on 2003/09/25  04:44:05
21268         Log: AUTHORS tweak.
21269      Branch: perl
21270            ! AUTHORS
21271 ____________________________________________________________________________
21272 [ 21361] By: jhi                                   on 2003/09/24  17:40:42
21273         Log: Even though undefing SPACE and FORMAT should be safe,
21274              at this point I'm choosing to be paranoid and using
21275              #ifdef __Lynx__.
21276      Branch: perl
21277            ! perl.h
21278 ____________________________________________________________________________
21279 [ 21360] By: jhi                                   on 2003/09/24  17:30:07
21280         Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
21281              From: Olli Savia (via RT) <perlbug-followup@perl.org>
21282              Date: 24 Sep 2003 15:42:41 -0000
21283              Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
21284      Branch: perl
21285            ! mg.c perl.h perlio.c pp_sys.c
21286 ____________________________________________________________________________
21287 [ 21356] By: jhi                                   on 2003/09/24  08:27:52
21288         Log: Subject: [DOCPATCH] attributes.pm
21289              From: Elizabeth Mattijsen <liz@dijkmat.nl>
21290              Date: Wed, 24 Sep 2003 11:00:42 +0200
21291              Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>
21292
21293              (reformatted a bit)
21294      Branch: perl
21295            ! lib/attributes.pm
21296 ____________________________________________________________________________
21297 [ 21354] By: jhi                                   on 2003/09/24  07:25:48
21298         Log: A fix from Graham for
21299              [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz
21300              (seemingly a NV casting issue)
21301      Branch: perl
21302            ! ext/List/Util/Util.xs
21303 ____________________________________________________________________________
21304 [ 21353] By: jhi                                   on 2003/09/24  05:05:39
21305         Log: Someone actually reads the Makefile.PL messages, it seems.
21306              (from Jonathan Leffler)
21307      Branch: perl
21308            ! ext/Time/HiRes/Makefile.PL
21309 ____________________________________________________________________________
21310 [ 21351] By: jhi                                   on 2003/09/24  04:54:33
21311         Log: perliol tweaks.
21312      Branch: perl
21313            ! pod/perliol.pod
21314 ____________________________________________________________________________
21315 [ 21349] By: rgs                                   on 2003/09/23  22:09:57
21316         Log: The FAQ answer about POD comments was incorrect. [perl #23893]
21317              (plus a few typos.)
21318      Branch: perl
21319            ! pod/perlfaq7.pod pod/perlpodspec.pod
21320 ____________________________________________________________________________
21321 [ 21348] By: rgs                                   on 2003/09/23  21:56:50
21322         Log: Subject: [PATCH] perlvar
21323              From: Juerd <juerd@convolution.nl>
21324              Date: Sun, 21 Sep 2003 21:40:54 +0200
21325              Message-ID: <20030921194054.GD14702@c3.convolution.nl>
21326      Branch: perl
21327            ! pod/perlvar.pod
21328 ____________________________________________________________________________
21329 [ 21344] By: jhi                                   on 2003/09/23  19:33:45
21330         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
21331              From: grommel@sears.com
21332              Date: Tue, 23 Sep 2003 13:40:33 -0500
21333              Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain>
21334      Branch: perl
21335            ! hints/svr4.sh t/op/stat.t
21336 ____________________________________________________________________________
21337 [ 21343] By: jhi                                   on 2003/09/23  19:26:06
21338         Log: Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease)
21339              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
21340              Date: Tue, 23 Sep 2003 09:13:55 -0700
21341              Message-ID: <20030923161354.GA2432@efn.org>
21342      Branch: perl
21343            ! INSTALL
21344 ____________________________________________________________________________
21345 [ 21342] By: rgs                                   on 2003/09/23  19:12:58
21346         Log: Minor nit in a debug message of the tokenizer.
21347      Branch: perl
21348            ! toke.c
21349 ____________________________________________________________________________
21350 [ 21340] By: jhi                                   on 2003/09/23  12:33:53
21351         Log: Let's call it 2.34, already (from Johan).
21352      Branch: perl
21353            ! lib/Getopt/Long.pm
21354 ____________________________________________________________________________
21355 [ 21339] By: jhi                                   on 2003/09/23  12:31:08
21356         Log: Subject: Re: [PATCH] RC5 and Intel's ICC
21357              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
21358              Date: Tue, 23 Sep 2003 15:04:35 +0200
21359              Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2>
21360
21361              (add -we147 to ccflags if cc = ICC so that prototype
21362              detection works right)
21363      Branch: perl
21364            ! hints/linux.sh
21365 ____________________________________________________________________________
21366 [ 21338] By: jhi                                   on 2003/09/23  12:02:28
21367         Log: Bump the Encode version to 1.9801 since we are no more identical
21368              to the CPAN version.
21369      Branch: perl
21370            ! ext/Encode/Encode.pm
21371 ____________________________________________________________________________
21372 [ 21332] By: jhi                                   on 2003/09/23  09:17:32
21373         Log: ucmlintage.
21374      Branch: perl
21375            ! ext/Encode/ucm/gsm0338.ucm
21376 ____________________________________________________________________________
21377 [ 21331] By: jhi                                   on 2003/09/23  09:11:23
21378         Log: GSM 03.38 mapping in Encoding::Byte is incorrect
21379
21380              Fix as much as possible - the specification is still
21381              a bit unclear.
21382      Branch: perl
21383            + ext/Encode/t/gsm0338.t
21384            ! MANIFEST ext/Encode/MANIFEST
21385            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/gsm0338.ucm
21386 ____________________________________________________________________________
21387 [ 21329] By: jhi                                   on 2003/09/23  06:10:28
21388         Log: Subject: [PATCH] Re: B::Deparse fails in pure_string()
21389              From: Stephen McCamant <smcc@MIT.EDU>
21390              Date: Mon, 22 Sep 2003 20:53:57 -0700
21391              Message-ID: <16239.50133.367465.947398@famine.OCF.Berkeley.EDU>
21392      Branch: perl
21393            ! ext/B/B/Deparse.pm
21394 ____________________________________________________________________________
21395 [ 21327] By: jhi                                   on 2003/09/23  04:51:15
21396         Log: Subject: [PATCH] RC5 and Intel's ICC
21397              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
21398              Date: Mon, 22 Sep 2003 22:52:40 +0200
21399              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
21400
21401              (the missing void return type)
21402      Branch: perl
21403            ! ext/threads/shared/shared.xs
21404 ____________________________________________________________________________
21405 [ 21326] By: jhi                                   on 2003/09/23  04:46:48
21406         Log: Subject: [PATCH] RC5 and Intel's ICC
21407              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
21408              Date: Mon, 22 Sep 2003 22:52:40 +0200
21409              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
21410
21411              (the attribute part)
21412      Branch: perl
21413            ! ext/Devel/PPPort/PPPort.pm perl.h
21414 ____________________________________________________________________________
21415 [ 21325] By: jhi                                   on 2003/09/23  04:43:29
21416         Log: Stray CRs noticed by Jan Dubois.
21417      Branch: perl
21418            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/t/MM_Win32.t
21419 ____________________________________________________________________________
21420 [ 21324] By: jhi                                   on 2003/09/23  04:40:19
21421         Log: The RCs have been missing CRs from certain files because
21422              not all shells can handle multiline arguments right.
21423      Branch: perl
21424            ! Porting/makerel
21425 ____________________________________________________________________________
21426 [ 21323] By: rgs                                   on 2003/09/22  20:31:19
21427         Log: When localising a magic value, propagæte the readonly flag
21428              only if this scalar has \0 magic or has magic without a
21429              'set' method. (follows change #20479 for bug #23141.)
21430      Branch: perl
21431            ! scope.c t/op/local.t
21432 ____________________________________________________________________________
21433 [ 21319] By: jhi                                   on 2003/09/22  18:16:40
21434         Log: An error message need not be a novel.
21435      Branch: perl
21436            ! pod/perldiag.pod pp_hot.c
21437 ____________________________________________________________________________
21438 [ 21318] By: jhi                                   on 2003/09/22  17:45:23
21439         Log: Upgrade to Math::BigInt 1.66.
21440      Branch: perl
21441            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
21442            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
21443            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
21444            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
21445            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
21446 ____________________________________________________________________________
21447 [ 21311] By: jhi                                   on 2003/09/22  08:49:24
21448         Log: Some more perlio doc tweaks based on NI-S.
21449      Branch: perl
21450            ! pod/perliol.pod
21451 ____________________________________________________________________________
21452 [ 21305] By: jhi                                   on 2003/09/22  05:59:54
21453         Log: Upgrade to Time::HiRes 1.51.
21454      Branch: perl
21455            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21456 ____________________________________________________________________________
21457 [ 21303] By: jhi                                   on 2003/09/22  04:37:21
21458         Log: Upgrade to Getopt::Long 2.33_03.
21459      Branch: perl
21460            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
21461 ____________________________________________________________________________
21462 [ 21302] By: jhi                                   on 2003/09/22  04:28:57
21463         Log: CPAN.pm 1.76_01 from Andreas.
21464      Branch: perl
21465            ! lib/CPAN.pm
21466 ____________________________________________________________________________
21467 [ 21299] By: jhi                                   on 2003/09/21  09:23:17
21468         Log: Regen toc.
21469      Branch: perl
21470            ! pod/perltoc.pod
21471 ____________________________________________________________________________
21472 [ 21298] By: jhi                                   on 2003/09/21  09:22:57
21473         Log: Handle also the curliffy files when tocing.
21474      Branch: perl
21475            ! pod/buildtoc
21476 ____________________________________________________________________________
21477 [ 21297] By: jhi                                   on 2003/09/21  08:50:22
21478         Log: Macrofy the compile/runtime test.
21479      Branch: perl
21480            ! cop.h gv.c perl.h pp_ctl.c regcomp.c sv.c utf8.c
21481 ____________________________________________________________________________
21482 [ 21296] By: jhi                                   on 2003/09/21  08:47:32
21483         Log: Tweak the section name to agree with the change #21295.
21484      Branch: perl
21485            ! lib/PerlIO.pm
21486 ____________________________________________________________________________
21487 [ 21295] By: jhi                                   on 2003/09/21  08:44:52
21488         Log: One obvious place to look for PerlIO implementations.
21489      Branch: perl
21490            ! pod/perliol.pod
21491 ____________________________________________________________________________
21492 [ 21294] By: jhi                                   on 2003/09/21  08:15:52
21493         Log: Subject: [PATCH #2] Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t
21494              From: Dave Mitchell <davem@fdgroup.com>
21495              Date: Fri, 19 Sep 2003 19:35:44 +0100
21496              Message-ID: <20030919183544.GA14563@fdgroup.com>
21497      Branch: perl
21498            ! pp_ctl.c
21499 ____________________________________________________________________________
21500 [ 21293] By: jhi                                   on 2003/09/21  08:13:58
21501         Log: More PerlIO documentation.
21502      Branch: perl
21503            ! lib/PerlIO.pm pod/perliol.pod
21504 ____________________________________________________________________________
21505 [ 21292] By: jhi                                   on 2003/09/20  18:44:07
21506         Log: Retract #21273, #21264, and #21263 as requested by Schwern.
21507              (The real bug was mp2 being too "friendly" with MM innards.)
21508      Branch: perl
21509            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
21510            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
21511 ____________________________________________________________________________
21512 [ 21291] By: jhi                                   on 2003/09/20  18:37:33
21513         Log: In FreeBSD allow one to try using Perl's malloc with threads.
21514      Branch: perl
21515            ! hints/freebsd.sh
21516 ____________________________________________________________________________
21517 [ 21290] By: rgs                                   on 2003/09/20  10:05:38
21518         Log: Missing perlfaq chunk.
21519      Branch: perl
21520            ! pod/perlfaq4.pod
21521 ____________________________________________________________________________
21522 [ 21289] By: rgs                                   on 2003/09/20  10:00:12
21523         Log: FAQ sync.
21524      Branch: perl
21525            ! pod/perlfaq4.pod
21526 ____________________________________________________________________________
21527 [ 21288] By: jhi                                   on 2003/09/19  14:49:20
21528         Log: Subject: typo fixo
21529              From: Vadim Konovalov <konovalo@mail.wplus.net>
21530              Date: Fri, 19 Sep 2003 06:32:08 +0400
21531              Message-ID: <4538131828.20030919063208@mail.wplus.net>
21532      Branch: perl
21533            ! pod/perlunicode.pod
21534 ____________________________________________________________________________
21535 [ 21286] By: jhi                                   on 2003/09/19  04:48:52
21536         Log: Subject: [PATCH 5.8.1 @21211] getsysinfo() broken on OS/2
21537              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
21538              Date: Thu, 18 Sep 2003 19:01:06 -0700
21539              Message-ID: <20030919020106.GA22511@math.berkeley.edu>
21540      Branch: perl
21541            ! os2/os2.c
21542 ____________________________________________________________________________
21543 [ 21285] By: jhi                                   on 2003/09/19  04:46:39
21544         Log: Tests for change #21284.
21545      Branch: perl
21546            ! lib/dumpvar.t
21547 ____________________________________________________________________________
21548 [ 21284] By: jhi                                   on 2003/09/19  04:46:12
21549         Log: Subject: [PATCH 5.8.1 @21211] dumpvar.pl broken
21550              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
21551              Date: Thu, 18 Sep 2003 18:58:59 -0700
21552              Message-ID: <20030919015858.GA22503@math.berkeley.edu>
21553      Branch: perl
21554            ! lib/dumpvar.pl
21555 ____________________________________________________________________________
21556 [ 21283] By: rgs                                   on 2003/09/18  21:29:23
21557         Log: Perlfaq nits from Iain Truskett.
21558              (from the perlfaq-workers list)
21559      Branch: perl
21560            ! pod/perlfaq2.pod pod/perlfaq4.pod pod/perlfaq8.pod
21561 ____________________________________________________________________________
21562 [ 21282] By: rgs                                   on 2003/09/18  21:10:26
21563         Log: Integrate a change from the perlfaq CVS.
21564              I consider the bleadperl version being more up-to-date as of now.
21565      Branch: perl
21566            ! pod/perlfaq3.pod
21567 ____________________________________________________________________________
21568 [ 21277] By: jhi                                   on 2003/09/18  19:23:22
21569         Log: Subject: [PATCH 5.8.1 @21211] -M -A -C broken
21570              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
21571              Date: Thu, 18 Sep 2003 11:02:02 -0700
21572              Message-ID: <20030918180202.GA21949@math.berkeley.edu>
21573
21574              (use stat.t instead of time.t)
21575      Branch: perl
21576            ! os2/os2ish.h pp_sys.c t/op/stat.t
21577 ____________________________________________________________________________
21578 [ 21276] By: jhi                                   on 2003/09/18  19:15:07
21579         Log: Subject: Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults
21580              From: Rick Delaney <rick.delaney@rogers.com>
21581              Date: Wed, 1 Jan 2003 22:54:59 -0500
21582              Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com>
21583
21584              (Pity the first patch fell through the cracks back then.
21585              Not that forbidding non-object copy constructors is the right
21586              thing to do but the bug could use fixing.)
21587      Branch: perl
21588            ! lib/overload.t pp.h
21589 ____________________________________________________________________________
21590 [ 21274] By: jhi                                   on 2003/09/18  10:59:58
21591         Log: Subject: [PATCH] small fix for Devel::PPPort
21592              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
21593              Date: Thu, 18 Sep 2003 10:14:58 +0200
21594              Message-id: <20030918081458.GA2653@ethan>
21595      Branch: perl
21596            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
21597 ____________________________________________________________________________
21598 [ 21273] By: jhi                                   on 2003/09/18  10:57:41
21599         Log: ld has many guises.
21600      Branch: perl
21601            ! lib/ExtUtils/t/MM_Unix.t
21602 ____________________________________________________________________________
21603 [ 21271] By: jhi                                   on 2003/09/18  08:05:28
21604         Log: Missed OS/2 patch hunk.
21605      Branch: perl
21606            ! os2/os2.c
21607 ____________________________________________________________________________
21608 [ 21270] By: jhi                                   on 2003/09/18  05:00:23
21609         Log: Subject: Patch for VMS::Filespec
21610              From: Ken Williams <ken@mathforum.org>
21611              Date: Wed, 17 Sep 2003 20:11:46 -0500
21612              Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org>
21613      Branch: perl
21614            ! vms/ext/Filespec.pm
21615 ____________________________________________________________________________
21616 [ 21268] By: jhi                                   on 2003/09/18  04:58:05
21617         Log: Subject: 5.8.1 warnings when long double == double
21618              From: Andy Dougherty <doughera@lafayette.edu>
21619              Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT)
21620              Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu>
21621              (the changed message)
21622      Branch: perl
21623            ! Configure
21624 ____________________________________________________________________________
21625 [ 21267] By: jhi                                   on 2003/09/18  04:54:16
21626         Log: Patch from Enache Adrian for the new tricks of gcc 3.4
21627              for "is this symbol defined" scanning of Configure.
21628      Branch: perl
21629            ! Configure
21630 ____________________________________________________________________________
21631 [ 21266] By: jhi                                   on 2003/09/18  04:29:55
21632         Log: Make it possible to override the mistrustnm hint in Solaris.
21633      Branch: perl
21634            ! hints/solaris_2.sh
21635 ____________________________________________________________________________
21636 [ 21264] By: jhi                                   on 2003/09/17  21:01:36
21637         Log: A potential fix for non-empty LD in Unix.
21638      Branch: perl
21639            ! lib/ExtUtils/t/MM_Unix.t
21640 ____________________________________________________________________________
21641 [ 21263] By: jhi                                   on 2003/09/17  14:09:50
21642         Log: Subject: RE: MM in maint@21251 breaks mp2
21643              From: "Orton, Yves" <yves.orton@de.mci.com>
21644              Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2>
21645              Date: Wed, 17 Sep 2003 15:47:35 +0100
21646      Branch: perl
21647            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
21648            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
21649 ____________________________________________________________________________
21650 [ 21261] By: jhi                                   on 2003/09/17  09:33:39
21651         Log: The AIX C product potentially consists of several packages,
21652              the main package being (hopefully) the first one.
21653      Branch: perl
21654            ! hints/aix.sh
21655 ____________________________________________________________________________
21656 [ 21260] By: jhi                                   on 2003/09/17  07:52:03
21657         Log: Fix Solaris ccversion not having the cc version.
21658      Branch: perl
21659            ! hints/solaris_2.sh
21660 ____________________________________________________________________________
21661 [ 21259] By: jhi                                   on 2003/09/17  06:02:19
21662         Log: Subject: [PATCH 5.8.1 @21211] OS/2 APIs again
21663              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
21664              Date: Tue, 16 Sep 2003 23:49:42 -0700
21665              Message-ID: <20030917064941.GA20444@math.berkeley.edu>
21666      Branch: perl
21667            ! os2/os2ish.h
21668 ____________________________________________________________________________
21669 [ 21258] By: jhi                                   on 2003/09/17  06:00:48
21670         Log: Subject: [PATCH 5.8.1 @21211] os2_process.t
21671              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
21672              Date: Tue, 16 Sep 2003 23:21:48 -0700
21673              Message-ID: <20030917062147.GA20400@math.berkeley.edu>
21674      Branch: perl
21675            ! os2/OS2/Process/t/os2_process.t
21676 ____________________________________________________________________________
21677 [ 21257] By: jhi                                   on 2003/09/17  03:53:46
21678         Log: Subject: [PATCH 5.8.1 @21211] magic.t
21679              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
21680              Date: Tue, 16 Sep 2003 19:17:57 -0700
21681              Message-ID: <20030917021757.GA20261@math.berkeley.edu>
21682      Branch: perl
21683            ! t/op/magic.t
21684 ____________________________________________________________________________
21685 [ 21253] By: jhi                                   on 2003/09/16  19:48:08
21686         Log: Subject: [DOC PATCH] Re: [perl #23779] $? and negative exit codes
21687              From: Dave Mitchell <davem@fdgroup.com>
21688              Date: Tue, 16 Sep 2003 21:56:20 +0100
21689              Message-ID: <20030916205620.GB1246@fdgroup.com>
21690      Branch: perl
21691            ! pod/perlfunc.pod
21692 ____________________________________________________________________________
21693 [ 21249] By: jhi                                   on 2003/09/16  19:10:58
21694         Log: More suggested patches for NCR MP-RAS from Andy Dougherty.
21695      Branch: perl
21696            + ext/Time/HiRes/hints/svr4.pl
21697            ! MANIFEST ext/Sys/Syslog/t/syslog.t t/op/pack.t
21698 ____________________________________________________________________________
21699 [ 21247] By: jhi                                   on 2003/09/16  18:57:34
21700         Log: Subject: Re: [perl #23791] Many errors in build under NCR MP-RAS
21701              From: Andy Dougherty <doughera@lafayette.edu>
21702              Date: Tue, 16 Sep 2003 13:47:55 -0400 (EDT)
21703              Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu>
21704      Branch: perl
21705            ! ext/POSIX/hints/svr4.pl hints/svr4.sh
21706 ____________________________________________________________________________
21707 [ 21245] By: jhi                                   on 2003/09/16  18:47:52
21708         Log: Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
21709              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
21710              Date: Wed, 4 Jun 2003 00:45:23 -0700
21711              Message-ID: <20030604074523.GA7148@math.berkeley.edu>
21712      Branch: perl
21713            ! lib/Getopt/Std.pm
21714 ____________________________________________________________________________
21715 [ 21243] By: jhi                                   on 2003/09/16  12:18:03
21716         Log: Give a concrete example of the still existing Unicode slowness.
21717      Branch: perl
21718            ! pod/perlunicode.pod
21719 ____________________________________________________________________________
21720 [ 21241] By: jhi                                   on 2003/09/16  06:38:45
21721         Log: Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
21722              use File::Spec 0.8 is unhappy.
21723      Branch: perl
21724            ! lib/File/Spec.pm
21725 ____________________________________________________________________________
21726 [ 21240] By: jhi                                   on 2003/09/16  06:34:35
21727         Log: The test is not needed, says Schwern.
21728      Branch: perl
21729            - lib/base/t/fields-560.t
21730            ! MANIFEST
21731 ____________________________________________________________________________
21732 [ 21239] By: jhi                                   on 2003/09/16  05:04:09
21733         Log: Upgrade to File::Spec 0.85_03.
21734      Branch: perl
21735            + lib/File/Spec/t/crossplatform.t
21736            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Mac.pm
21737            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
21738            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
21739            ! lib/File/Spec/t/Spec.t
21740 ____________________________________________________________________________
21741 [ 21238] By: jhi                                   on 2003/09/16  04:57:08
21742         Log: Upgrade to MakeMaker 6.17.
21743      Branch: perl
21744            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
21745            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
21746            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
21747            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
21748            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
21749            ! lib/ExtUtils/README lib/ExtUtils/t/MM_Win32.t
21750            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
21751            ! t/lib/MakeMaker/Test/Utils.pm
21752 ____________________________________________________________________________
21753 [ 21235] By: jhi                                   on 2003/09/16  04:35:34
21754         Log: Upgrade to base 2.03.
21755              (Rename the fields-5.6.0.t to have less d.o.t.s.)
21756      Branch: perl
21757            + lib/base/t/base.t lib/base/t/fields-560.t
21758            + lib/base/t/fields-base.t lib/base/t/fields.t
21759            - lib/fields-base.t lib/fields.t
21760            ! MANIFEST lib/base.pm lib/fields.pm
21761 ____________________________________________________________________________
21762 [ 21234] By: jhi                                   on 2003/09/15  19:17:03
21763         Log: Subject: Re: perl@21233 looks ok on VMS 7.3-1
21764              From: PPrymmer@factset.com
21765              Date: Mon, 15 Sep 2003 15:28:52 -0400
21766              Message-ID: <OF6F1E6CF4.9206F415-ON85256DA2.006A58F1-85256DA2.006B0330@factset.com>
21767      Branch: perl
21768            ! lib/Memoize/t/tie_sdbm.t
21769 ____________________________________________________________________________
21770 [ 21230] By: jhi                                   on 2003/09/14  17:46:52
21771         Log: Check the context of for/grep/map.
21772      Branch: perl
21773            ! t/op/grep.t
21774 ____________________________________________________________________________
21775 [ 21228] By: jhi                                   on 2003/09/14  13:40:23
21776         Log: For-non-perlio places we need STDOUT back.
21777      Branch: perl
21778            ! t/io/dup.t
21779 ____________________________________________________________________________
21780 [ 21227] By: jhi                                   on 2003/09/14  09:44:49
21781         Log: Also IRIX wants setlogsock('stream').
21782      Branch: perl
21783            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
21784 ____________________________________________________________________________
21785 [ 21224] By: jhi                                   on 2003/09/14  07:44:26
21786         Log: More portable reading.
21787      Branch: perl
21788            ! t/io/dup.t
21789 ____________________________________________________________________________
21790 [ 21222] By: jhi                                   on 2003/09/14  07:35:28
21791         Log: More dup testing.
21792      Branch: perl
21793            ! t/io/dup.t
21794 ____________________________________________________________________________
21795 [ 21220] By: jhi                                   on 2003/09/14  06:54:05
21796         Log: Use $Config{_exe}.
21797      Branch: perl
21798            ! t/run/switches.t
21799 ____________________________________________________________________________
21800 [ 21219] By: jhi                                   on 2003/09/14  06:46:26
21801         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
21802              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
21803              Date: Sat, 13 Sep 2003 20:20:30 -0700
21804              Message-ID: <20030914032030.GA17822@math.berkeley.edu>
21805      Branch: perl
21806            ! os2/os2.c t/run/switches.t
21807 ____________________________________________________________________________
21808 [ 21218] By: jhi                                   on 2003/09/14  06:45:13
21809         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
21810              From: Michael G Schwern <schwern@pobox.com>
21811              Date: Thu, 11 Sep 2003 15:07:10 -0700
21812              Message-ID: <20030911220710.GO18786@windhund.schwern.org>
21813
21814              (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted)
21815      Branch: perl
21816            ! lib/ExtUtils/t/Manifest.t
21817 ____________________________________________________________________________
21818 [ 21217] By: jhi                                   on 2003/09/14  06:42:12
21819         Log: Subject: [PATCH] PerlIO_tmpfile clean-up for VMS
21820              From: "Craig A. Berry" <craigberry@mac.com>
21821              Date: Sun, 14 Sep 2003 00:23:56 -0500
21822              Message-ID: <3F63FB6C.5040502@mac.com>
21823      Branch: perl
21824            ! perlio.c
21825 ____________________________________________________________________________
21826 [ 21214] By: jhi                                   on 2003/09/13  18:33:41
21827         Log: parse_version doesn't always succeed.
21828      Branch: perl
21829            ! Porting/cmpVERSION.pl
21830 ____________________________________________________________________________
21831 [ 21213] By: jhi                                   on 2003/09/13  18:31:41
21832         Log: pod changes, so change $VERSION.
21833      Branch: perl
21834            ! lib/Fatal.pm
21835 ____________________________________________________________________________
21836 [ 21210] By: jhi                                   on 2003/09/13  15:24:38
21837         Log: Subject: Re: unicode regex problem
21838              From: hv@crypt.org
21839              Date: Sat, 13 Sep 2003 15:21:34 +0100
21840              Message-Id: <200309131421.h8DELYx25894@zen.crypt.org>
21841      Branch: perl
21842            ! regcomp.c t/op/pat.t
21843 ____________________________________________________________________________
21844 [ 21209] By: jhi                                   on 2003/09/13  15:22:38
21845         Log: More PerlIO warnings changes.
21846      Branch: perl
21847            ! ext/PerlIO/t/fail.t t/lib/warnings/perlio
21848 ____________________________________________________________________________
21849 [ 21208] By: jhi                                   on 2003/09/13  11:15:40
21850         Log: The "perlio: " prefix looks a little odd
21851              in the few warning/error messages, since
21852              no other 'subsystems' have prefixes.
21853      Branch: perl
21854            ! perlio.c pod/perldiag.pod t/io/open.t
21855 ____________________________________________________________________________
21856 [ 21207] By: jhi                                   on 2003/09/13  10:37:30
21857         Log: Layer names were recognized by their prefixes
21858              (e.g. open(F, ":u", "file") worked...)
21859      Branch: perl
21860            ! perlio.c t/io/open.t
21861 ____________________________________________________________________________
21862 [ 21206] By: jhi                                   on 2003/09/13  10:10:46
21863         Log: Apparently at some point doing 3-arg open with
21864              illegal mode like ">>>" had stopped croaking.
21865      Branch: perl
21866            ! doio.c t/io/open.t
21867 ____________________________________________________________________________
21868 [ 21205] By: jhi                                   on 2003/09/13  08:42:10
21869         Log: Minuscule code cleanup.
21870      Branch: perl
21871            ! doio.c
21872 ____________________________________________________________________________
21873 [ 21204] By: jhi                                   on 2003/09/13  06:47:23
21874         Log: Subject: [perl #23788] int of a fraction errors
21875              From: "Boyd, Brooks D" (via RT) <perlbug-followup@perl.org>
21876              Date: 11 Sep 2003 22:38:19 -0000
21877              Message-ID: <rt-23788-64511.8.7546744242259@rt.perl.org>
21878
21879              Add a separate faq entry for int().  (Yes, a bit redundant
21880              with the existing "why are my numbers broken" entry.)
21881      Branch: perl
21882            ! pod/perlfaq4.pod
21883 ____________________________________________________________________________
21884 [ 21203] By: jhi                                   on 2003/09/13  06:34:03
21885         Log: Subject: Unknown discipline ':utf8' w/ maint perl w/o perlio
21886              From: Stas Bekman <stas@stason.org>
21887              Date: Fri, 12 Sep 2003 13:44:11 -0700
21888              Message-ID: <3F62301B.3080604@stason.org>
21889
21890              s/discipline/IO layer/, instead of "unknown" say "unavailable",
21891              and have the fuller explanation in perldiag.
21892      Branch: perl
21893            ! doio.c pod/perldiag.pod
21894 ____________________________________________________________________________
21895 [ 21202] By: jhi                                   on 2003/09/13  06:07:27
21896         Log: Make the new glob tests pass (well, skip) even with miniperl.
21897      Branch: perl
21898            ! t/run/fresh_perl.t
21899 ____________________________________________________________________________
21900 [ 21201] By: rgs                                   on 2003/09/12  21:41:04
21901         Log: Stringify the $VERSION of DynaLoader so it's never dependent
21902              on localized float-to-string conversions.
21903      Branch: perl
21904            ! ext/DynaLoader/DynaLoader_pm.PL
21905 ____________________________________________________________________________
21906 [ 21198] By: jhi                                   on 2003/09/12  17:59:25
21907         Log: It's UTF-8, not UTF8.  (Note: not s/UTF-8/UTF8/,
21908              since that would break a lot of code.)  Also few
21909              stray UTF16s, UTF32s, and "encoded in Unicode".
21910      Branch: perl
21911            ! doop.c hv.h pod/perl570delta.pod pod/perl58delta.pod
21912            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
21913            ! pod/perlhack.pod pod/perlpodspec.pod pod/perltoc.pod
21914            ! pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
21915            ! pp_hot.c pp_sys.c sv.c sv.h utf8.c utf8.h utfebcdic.h
21916 ____________________________________________________________________________
21917 [ 21197] By: jhi                                   on 2003/09/12  17:24:17
21918         Log: The buildtoc now has options.
21919      Branch: perl
21920            ! pod/Makefile.SH
21921 ____________________________________________________________________________
21922 [ 21196] By: jhi                                   on 2003/09/12  14:33:16
21923         Log: Some more tweaks on open ...&=.
21924      Branch: perl
21925            ! pod/perlfunc.pod
21926 ____________________________________________________________________________
21927 [ 21194] By: jhi                                   on 2003/09/12  11:36:14
21928         Log: Slightly more documentation for open ...&=.
21929      Branch: perl
21930            ! pod/perlfunc.pod
21931 ____________________________________________________________________________
21932 [ 21193] By: jhi                                   on 2003/09/12  03:21:53
21933         Log: Document the new strict strict in strict.
21934      Branch: perl
21935            ! lib/strict.pm
21936 ____________________________________________________________________________
21937 [ 21191] By: jhi                                   on 2003/09/12  03:03:17
21938         Log: More comments for the FreeBSD threads hints.
21939      Branch: perl
21940            ! hints/freebsd.sh
21941 ____________________________________________________________________________
21942 [ 21188] By: jhi                                   on 2003/09/11  20:23:55
21943         Log: More refactoring of the FreeBSD threads hints.
21944              Basically, for fresh enough 5.x the -pthread is dropped,
21945              otherwise keep it, and no known FreeBSD release has
21946              a functional gethostbyaddr_r.
21947      Branch: perl
21948            ! hints/freebsd.sh
21949 ____________________________________________________________________________
21950 [ 21187] By: jhi                                   on 2003/09/11  20:12:00
21951         Log: Subject: [PATCH 5.8.1 @20218] OS/2 API
21952              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
21953              Date: Thu, 11 Sep 2003 09:15:04 -0700
21954              Message-ID: <20030911161504.GA16113@math.berkeley.edu>
21955      Branch: perl
21956            ! os2/OS2/Process/MANIFEST os2/OS2/Process/Process.pm
21957            ! os2/OS2/Process/Process.xs
21958 ____________________________________________________________________________
21959 [ 21186] By: jhi                                   on 2003/09/11  20:10:32
21960         Log: Subject: [PATCH maint@21148] Security: suidperl path disclosure revisited
21961              From: "Brendan O'Dea" <bod@debian.org>
21962              Date: Fri, 12 Sep 2003 00:12:51 +1000
21963              Message-ID: <20030911141251.GA26907@londo.c47.org>
21964      Branch: perl
21965            ! perl.c
21966 ____________________________________________________________________________
21967 [ 21181] By: jhi                                   on 2003/09/11  08:25:13
21968         Log: The change of not needing -pthread in FreeBSD 5.x
21969              is very recent (Sep 3) (from Anton Berezin).
21970      Branch: perl
21971            ! hints/freebsd.sh
21972 ____________________________________________________________________________
21973 [ 21179] By: jhi                                   on 2003/09/11  06:13:12
21974         Log: Upgrade to Pod::Perldoc 3.10.
21975              (Yes, the doughera address change is wrong, but hardly worth 3.11.)
21976      Branch: perl
21977            ! lib/Pod/Perldoc.pm
21978 ____________________________________________________________________________
21979 [ 21176] By: jhi                                   on 2003/09/11  05:22:27
21980         Log: Upgrade to base 2.02.
21981      Branch: perl
21982            + lib/fields-base.t
21983            ! MANIFEST lib/base.pm lib/fields.t
21984 ____________________________________________________________________________
21985 [ 21174] By: jhi                                   on 2003/09/11  04:45:56
21986         Log: Replace #21158 with a better patch from Hugo
21987              (for [perl #23769]).
21988      Branch: perl
21989            ! regcomp.c regexec.c t/op/pat.t
21990 ____________________________________________________________________________
21991 [ 21173] By: jhi                                   on 2003/09/11  03:08:04
21992         Log: Subject: [PATCH][TESTS] dumpvar.pl
21993              From: Joe McMahon <mcmahon@metalab.unc.edu>
21994              Date: Thu, 11 Sep 2003 00:10:29 -0400 (EDT)
21995              Message-ID: <Pine.LNX.4.44.0309102337150.2043-300000@tribal.metalab.unc.edu>
21996      Branch: perl
21997            ! lib/dumpvar.pl lib/dumpvar.t
21998 ____________________________________________________________________________
21999 [ 21172] By: jhi                                   on 2003/09/11  03:03:52
22000         Log: Enache still wants -pthread gone for FreeBSD 5.x
22001              since it doesn't work with the latest -current.
22002      Branch: perl
22003            ! hints/freebsd.sh
22004 ____________________________________________________________________________
22005 [ 21171] By: jhi                                   on 2003/09/11  02:58:29
22006         Log: Subject: [patch] more fullpath TAGS patches (emacs/cperl-mode.el + emacs/ptags)
22007              From: Stas Bekman <stas@stason.org>
22008              Date: Thu, 28 Aug 2003 16:10:48 -0700
22009              Message-ID: <3F4E8BF8.1090800@stason.org>
22010      Branch: perl
22011            ! emacs/cperl-mode.el emacs/ptags
22012 ____________________________________________________________________________
22013 [ 21170] By: jhi                                   on 2003/09/11  02:56:50
22014         Log: Retract #21149, sez Schwern.
22015      Branch: perl
22016            ! lib/Test/More.pm
22017 ____________________________________________________________________________
22018 [ 21169] By: jhi                                   on 2003/09/11  02:55:49
22019         Log: Retract #21168 based on advice from Anton Berezin (added).
22020      Branch: perl
22021            ! hints/freebsd.sh
22022 ____________________________________________________________________________
22023 [ 21168] By: rgs                                   on 2003/09/10  21:43:40
22024         Log: Subject: nit to hints/freebsd.sh
22025              From: Enache Adrian <enache@rdslink.ro>
22026              Date: Wed, 10 Sep 2003 19:50:59 +0300
22027              Message-ID: <20030910165059.GB1321@ratsnest.hole>
22028      Branch: perl
22029            ! hints/freebsd.sh
22030 ____________________________________________________________________________
22031 [ 21167] By: rgs                                   on 2003/09/10  21:18:59
22032         Log: Subject: Re: [perl #15395] lexical warnings and inheritance
22033              From: Anno Siegel <Siegel@zrz.TU-Berlin.DE>
22034              Date: Sun, 31 Aug 2003 22:08:19 GMT
22035              Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE>
22036
22037              The test has been moved into warnings.pm's test suite. Note
22038              that this patch fixed as well the behaviour of warnings::enabled
22039              regarding lexical scoping and different files; hence the expected
22040              results in a few tests in /t/lib/warnings/9enabled has been
22041              reverted.
22042      Branch: perl
22043            ! lib/warnings.pm t/lib/warnings/9enabled warnings.pl
22044 ____________________________________________________________________________
22045 [ 21166] By: rgs                                   on 2003/09/10  19:36:30
22046         Log: Remove the warning in perlfaq about using map in void context :
22047              From: abigail@abigail.nl (Abigail)
22048              Subject: [PATCH perlfaq6] map in a void context.
22049              Date: Tue, 9 Sep 2003 10:31:58 +0200
22050              Message-ID: <20030909083158.GA24125@abigail.nl>
22051      Branch: perl
22052            ! pod/perlfaq6.pod
22053 ____________________________________________________________________________
22054 [ 21165] By: jhi                                   on 2003/09/10  16:48:52
22055         Log: Subject: [PATCH] AUTHORS
22056              From: enache@rdslink.ro (Enache Adrian)
22057              Date: Tue, 9 Sep 2003 19:34:05 +0300
22058              Message-ID: <20030909163405.GB1398@ratsnest.hole>
22059      Branch: perl
22060            ! AUTHORS
22061 ____________________________________________________________________________
22062 [ 21164] By: jhi                                   on 2003/09/10  15:38:51
22063         Log: Regen perlapi.
22064      Branch: perl
22065            ! pod/perlapi.pod
22066 ____________________________________________________________________________
22067 [ 21163] By: merijn                                on 2003/09/10  15:31:27
22068         Log: Subject: [perl #23778] hints/aix.sh
22069              Date: 10 Sep 2003 16:30:32 -0000
22070              From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org>
22071              Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org>
22072      Branch: perl
22073            ! hints/aix.sh
22074 ____________________________________________________________________________
22075 [ 21162] By: jhi                                   on 2003/09/10  15:21:43
22076         Log: blead version of #21161.
22077      Branch: perl
22078            ! pod/perlvar.pod
22079 ____________________________________________________________________________
22080 [ 21160] By: jhi                                   on 2003/09/10  15:11:59
22081         Log: Subject: Re: Decreasing VMS tests in File::Spec::VMS?
22082              From: PPrymmer@factset.com
22083              Message-ID: <OF103BAFC0.72D92F9B-ON85256D98.00742293-85256D98.0077A3F5@factset.com>
22084              Date: Fri, 5 Sep 2003 17:46:48 -0400
22085      Branch: perl
22086            ! lib/File/Spec/t/Spec.t
22087 ____________________________________________________________________________
22088 [ 21159] By: jhi                                   on 2003/09/10  15:10:06
22089         Log: Subject: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
22090              From: Kurt Starsinic <kstar@cpan.org>
22091              Date: Tue, 9 Sep 2003 23:16:00 -0400
22092              Message-ID: <20030910031600.GA30554@verizon.net>
22093
22094              Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
22095              From: "Brendan O'Dea" <bod@debian.org>
22096              Date: Wed, 10 Sep 2003 22:03:15 +1000
22097              Message-ID: <20030910120315.GA1372@londo.c47.org>
22098      Branch: perl
22099            ! t/lib/h2ph.pht utils/h2ph.PL
22100 ____________________________________________________________________________
22101 [ 21158] By: jhi                                   on 2003/09/10  09:31:24
22102         Log: Unicode regex broken on simple example
22103              regrepeat() did not work right for UTF-8(ed Latin-1)
22104              in the EXACT case, which made the \x{a0}+ fail.
22105      Branch: perl
22106            ! regexec.c t/op/pat.t
22107 ____________________________________________________________________________
22108 [ 21157] By: jhi                                   on 2003/09/10  08:15:54
22109         Log: Linenumbers for utf8 warnings were wrong, test also rcatline.
22110      Branch: perl
22111            ! pp_hot.c t/io/utf8.t
22112 ____________________________________________________________________________
22113 [ 21156] By: jhi                                   on 2003/09/10  08:05:13
22114         Log: Detypo and explain better.
22115      Branch: perl
22116            ! pod/perldiag.pod
22117 ____________________________________________________________________________
22118 [ 21155] By: jhi                                   on 2003/09/10  08:02:55
22119         Log: If doing rcatline no point rescanning each time
22120              the beginning of the SV for utf8 validity.
22121      Branch: perl
22122            ! pp_hot.c
22123 ____________________________________________________________________________
22124 [ 21154] By: jhi                                   on 2003/09/10  07:16:52
22125         Log: No utf8 warnings without use warnings.
22126      Branch: perl
22127            ! t/io/utf8.t
22128 ____________________________________________________________________________
22129 [ 21153] By: jhi                                   on 2003/09/10  06:57:16
22130         Log: Reading a latin1 file with open(... "<:utf8") will freeze
22131              is no more valid, the script doesn't freeze, but I noticed
22132              that neither does the <FILE> complain about bad UTF-8 as it
22133              should and as it does with :encoding(utf8).
22134      Branch: perl
22135            ! pp_hot.c t/io/utf8.t
22136 ____________________________________________________________________________
22137 [ 21152] By: jhi                                   on 2003/09/10  06:54:02
22138         Log: A new UTF-8 API, Perl_is_utf8_string_loc(), a variant
22139              of Perl_utf8_is_string().
22140      Branch: perl
22141            ! embed.fnc embed.h global.sym proto.h utf8.c
22142 ____________________________________________________________________________
22143 [ 21151] By: jhi                                   on 2003/09/10  06:16:28
22144         Log: Document a PerlIO/Encode warning.
22145      Branch: perl
22146            ! pod/perldiag.pod
22147 ____________________________________________________________________________
22148 [ 21149] By: jhi                                   on 2003/09/09  17:22:42
22149         Log: Subject: Re: maint @ 21116
22150              From: Fergal Daly <fergal@esatclear.ie>
22151              Date: Tue, 9 Sep 2003 18:26:20 +0100
22152              Message-Id: <200309091826.20630.fergal@esatclear.ie>
22153
22154              (added warning)
22155      Branch: perl
22156            ! lib/Test/More.pm
22157 ____________________________________________________________________________
22158 [ 21146] By: jhi                                   on 2003/09/09  15:36:20
22159         Log: Adjust the test count.
22160      Branch: perl
22161            ! lib/Test/Simple/t/is_deeply.t
22162 ____________________________________________________________________________
22163 [ 21144] By: jhi                                   on 2003/09/09  15:03:58
22164         Log: AUTHORS update from Dave Mitchell.
22165      Branch: perl
22166            ! AUTHORS
22167 ____________________________________________________________________________
22168 [ 21143] By: jhi                                   on 2003/09/09  15:02:18
22169         Log: Retract #20548 and #20465.
22170      Branch: perl
22171            ! lib/Test/More.pm lib/Test/Simple/t/More.t
22172            ! lib/Test/Simple/t/is_deeply.t
22173 ____________________________________________________________________________
22174 [ 21141] By: jhi                                   on 2003/09/09  14:27:10
22175         Log: Subject: Re: maint @ 21116
22176              From: Enache Adrian <enache@rdslink.ro>
22177              Date: Tue, 9 Sep 2003 16:59:44 +0300
22178              Message-ID: <20030909135944.GA1666@ratsnest.hole>
22179      Branch: perl
22180            ! makedef.pl
22181 ____________________________________________________________________________
22182 [ 21140] By: jhi                                   on 2003/09/09  14:25:51
22183         Log: Retract #21132.
22184      Branch: perl
22185            ! makedef.pl perl.h
22186 ____________________________________________________________________________
22187 [ 21139] By: jhi                                   on 2003/09/09  11:55:33
22188         Log: Warn more about disclosing the hash seed, from Scott A. Crosby.
22189      Branch: perl
22190            ! lib/Hash/Util.pm pod/perlrun.pod
22191 ____________________________________________________________________________
22192 [ 21137] By: jhi                                   on 2003/09/09  09:50:13
22193         Log: Subject: =encoding in perlpod/perlpodspec
22194              From: sburke@cpan.org (Sean M. Burke)
22195              Date: Sun, 07 Sep 2003 03:08:28 -0800
22196              Message-ID: <5.2.1.1.1.20030907030717.00a6aaa0@mailstore.pobox.com>
22197      Branch: perl
22198            ! pod/perlpod.pod pod/perlpodspec.pod
22199 ____________________________________________________________________________
22200 [ 21136] By: jhi                                   on 2003/09/09  09:46:01
22201         Log: One more chance... Elizabeth's change #21107 plus
22202              Subject: Re: [PATCH] warnings.pl: each thread 10K smaller
22203              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22204              Date: Tue, 9 Sep 2003 01:44:24 +0200
22205              Message-Id: <20030909014424.7ef5e0cd.rgarciasuarez@free.fr>
22206      Branch: perl
22207            ! lib/warnings.pm toke.c warnings.pl
22208 ____________________________________________________________________________
22209 [ 21135] By: jhi                                   on 2003/09/09  09:35:48
22210         Log: One more test count tweak.
22211      Branch: perl
22212            ! t/op/grep.t
22213 ____________________________________________________________________________
22214 [ 21132] By: jhi                                   on 2003/09/09  07:57:20
22215         Log: Subject: Re: maint @ 21116
22216              From: Steve Hay <steve.hay@uk.radan.com>
22217              Date: Tue, 09 Sep 2003 09:49:07 +0100
22218              Message-ID: <3F5D9403.3040004@uk.radan.com>
22219      Branch: perl
22220            ! makedef.pl perl.h
22221 ____________________________________________________________________________
22222 [ 21131] By: jhi                                   on 2003/09/09  07:54:52
22223         Log: Subject: Re: [PATCH] honoring void context for map(), return from sub end test
22224              From: david nicol <whatever@davidnicol.com>
22225              Date: 08 Sep 2003 23:39:32 -0500
22226              Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com>
22227
22228              (a testcase)
22229      Branch: perl
22230            ! t/op/grep.t
22231 ____________________________________________________________________________
22232 [ 21128] By: jhi                                   on 2003/09/09  07:08:15
22233         Log: Ooops, perlio into scalars was already history for this test...
22234      Branch: perl
22235            ! lib/dumpvar.t
22236 ____________________________________________________________________________
22237 [ 21127] By: jhi                                   on 2003/09/09  07:06:26
22238         Log: Cannot do perlio into scalars without perlio.
22239      Branch: perl
22240            ! lib/dumpvar.t
22241 ____________________________________________________________________________
22242 [ 21126] By: jhi                                   on 2003/09/09  07:04:53
22243         Log: I claim that the debugger is untestable until proven otherwise.
22244      Branch: perl
22245            - lib/perl5db/de0.t
22246            ! MANIFEST
22247 ____________________________________________________________________________
22248 [ 21124] By: jhi                                   on 2003/09/09  06:59:52
22249         Log: In trying to save space, the warnings.pl change (#21107)
22250              pulled in attributes.pm... and the change didn't seem to
22251              be that well tested with different configurations.
22252              Retract #21119, #21117, #21107.
22253      Branch: perl
22254            ! ext/B/t/stash.t lib/warnings.pm warnings.pl
22255 ____________________________________________________________________________
22256 [ 21122] By: jhi                                   on 2003/09/09  06:28:31
22257         Log: Really do #21121.
22258      Branch: perl
22259            ! MANIFEST
22260 ____________________________________________________________________________
22261 [ 21121] By: jhi                                   on 2003/09/09  05:56:52
22262         Log: There's no particular reason to have the dumpvar.t
22263              in lib/perl5db/.
22264      Branch: perl
22265            + lib/dumpvar.t
22266            - lib/perl5db/dumpvar.t
22267            ! MANIFEST
22268 ____________________________________________________________________________
22269 [ 21119] By: jhi                                   on 2003/09/09  05:46:02
22270         Log: strict stash seems to have gone, too.
22271      Branch: perl
22272            ! ext/B/t/stash.t
22273 ____________________________________________________________________________
22274 [ 21117] By: rgs                                   on 2003/09/08  22:26:36
22275         Log: Loading warnings.pm now loads attributes.pm that loads strict.pm.
22276              (due to #21107 apparently.) Adjust this test accordingly.
22277      Branch: perl
22278            ! ext/B/t/stash.t
22279 ____________________________________________________________________________
22280 [ 21113] By: jhi                                   on 2003/09/08  21:10:53
22281         Log: Subject: [PATCH] silence 1 compiler warning
22282              From: Nicholas Clark <nick@ccl4.org>
22283              Date: Mon, 8 Sep 2003 23:04:45 +0100
22284              Message-ID: <20030908230445.E30881@plum.flirble.org>
22285      Branch: perl
22286            ! universal.c
22287 ____________________________________________________________________________
22288 [ 21112] By: jhi                                   on 2003/09/08  21:09:34
22289         Log: Retract #21096, mostly: I had misexplained the situation
22290              to Scott A. Crosby.  Seeing the seed value while not good
22291              for the ultimate paranoia viewpoint is not that bad, as long
22292              as the users are fully aware of the dangers of disclosing
22293              the hash seed.     So hash_seed() is okay.
22294
22295              Being able to see the hash values (as in Java) would
22296              be another option, but dubious: it's not that per-key
22297              hash values themselves are bad to allow scripts to see,
22298              but rather that hash values are just as sensitive (from
22299              the DoSing viewpoint) as the hash seed itself (and there
22300              usually more hash values than the one hash seed....)
22301      Branch: perl
22302            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
22303 ____________________________________________________________________________
22304 [ 21110] By: jhi                                   on 2003/09/08  20:59:04
22305         Log: Urk.  unique, not shared.
22306      Branch: perl
22307            ! configpm
22308 ____________________________________________________________________________
22309 [ 21109] By: jhi                                   on 2003/09/08  20:57:25
22310         Log: Subject: [PATCH] configpm: about 1.5K less per thread
22311              From: Elizabeth Mattijsen <liz@dijkmat.nl>
22312              Date: Mon, 8 Sep 2003 23:58:34 +0200
22313              Message-Id: <p05111b21bb829c68b496@[192.168.56.4]>
22314      Branch: perl
22315            ! configpm
22316 ____________________________________________________________________________
22317 [ 21107] By: jhi                                   on 2003/09/08  20:45:38
22318         Log: Subject: [PATCH] warnings.pl: each thread 10K smaller
22319              From: Elizabeth Mattijsen <liz@dijkmat.nl>
22320              Date: Mon, 8 Sep 2003 22:22:38 +0200
22321              Message-Id: <p05111b16bb827ce551da@[192.168.56.4]>
22322      Branch: perl
22323            ! lib/warnings.pm warnings.pl
22324 ____________________________________________________________________________
22325 [ 21106] By: rgs                                   on 2003/09/08  20:45:03
22326         Log: A version of change #21073 that works.
22327      Branch: perl
22328            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
22329 ____________________________________________________________________________
22330 [ 21105] By: jhi                                   on 2003/09/08  20:44:22
22331         Log: Regen perlapi.
22332      Branch: perl
22333            ! pod/perlapi.pod
22334 ____________________________________________________________________________
22335 [ 21103] By: jhi                                   on 2003/09/08  20:18:56
22336         Log: Radu Greab is my hero (the recent cygwin getpw*->pw_comment
22337              being a bad pointer is apparently a known cygwin bug).     The
22338              cure is to initialize the field.
22339      Branch: perl
22340            ! pp_sys.c
22341 ____________________________________________________________________________
22342 [ 21100] By: jhi                                   on 2003/09/08  19:38:39
22343         Log: Bad export.
22344      Branch: perl
22345            ! lib/Hash/Util.t
22346 ____________________________________________________________________________
22347 [ 21098] By: jhi                                   on 2003/09/08  19:06:09
22348         Log: The IPC::Open3 is just too unreliable for this task.
22349      Branch: perl
22350            ! lib/perl5db/de0.t
22351 ____________________________________________________________________________
22352 [ 21097] By: jhi                                   on 2003/09/08  18:42:43
22353         Log: Try to make the de0.t test more robust.
22354              The test is so flakey (too many external things influencing
22355              the result) that I'm likely to leave it out from the maint.
22356      Branch: perl
22357            ! lib/perl5db/de0.t
22358 ____________________________________________________________________________
22359 [ 21096] By: jhi                                   on 2003/09/08  17:58:19
22360         Log: Scott A. Crosby believes in not disclosing
22361              any more information than necessary: therefore
22362              instead of hash_seed() we have now hashes_random().
22363      Branch: perl
22364            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
22365 ____________________________________________________________________________
22366 [ 21095] By: jhi                                   on 2003/09/08  17:36:50
22367         Log: Mac OS X "last resort" recipe.
22368      Branch: perl
22369            ! README.macosx
22370 ____________________________________________________________________________
22371 [ 21094] By: jhi                                   on 2003/09/08  16:50:55
22372         Log: Subject: [patch] AUTHORS
22373              From: Juerd <juerd@cpan.org>
22374              Date: Mon, 8 Sep 2003 08:42:13 +0200
22375              Message-ID: <20030908064213.GC23461@c3.convolution.nl>
22376      Branch: perl
22377            ! AUTHORS
22378 ____________________________________________________________________________
22379 [ 21093] By: jhi                                   on 2003/09/08  15:47:14
22380         Log: Slightly more intelligent paranoia.
22381      Branch: perl
22382            ! pod/perldiag.pod util.c
22383 ____________________________________________________________________________
22384 [ 21090] By: jhi                                   on 2003/09/08  14:07:03
22385         Log: Win32 is playing to hard to get but I do not have
22386              time to chase it, so restore #21072, more or less.
22387              I think testing the debugger in UNIX-like places
22388              is enough, no need to go into painful contortions
22389              trying to "portably" run interactive programs like
22390              the debugger.
22391      Branch: perl
22392            ! lib/perl5db/de0.t
22393 ____________________________________________________________________________
22394 [ 21088] By: jhi                                   on 2003/09/08  12:50:15
22395         Log: 5.8.1 was mistakenly redefining PL_sv_placeholder.
22396      Branch: perl
22397            ! ext/Storable/Storable.xs
22398 ____________________________________________________________________________
22399 [ 21087] By: jhi                                   on 2003/09/08  12:34:37
22400         Log: Add Hash::Util::hash_seed() which answers among
22401              other things the question whether our hashes are
22402              "randomised".  (They always were...)
22403      Branch: perl
22404            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
22405 ____________________________________________________________________________
22406 [ 21086] By: jhi                                   on 2003/09/08  12:22:03
22407         Log: XSRETURN_UV was missing.
22408      Branch: perl
22409            ! XSUB.h
22410 ____________________________________________________________________________
22411 [ 21085] By: jhi                                   on 2003/09/08  12:15:23
22412         Log: Superparanoia.
22413      Branch: perl
22414            ! util.c
22415 ____________________________________________________________________________
22416 [ 21084] By: ams                                   on 2003/09/08  11:44:25
22417         Log: Clean up pp_readdir() somewhat.
22418      Branch: perl
22419            ! pp_sys.c
22420 ____________________________________________________________________________
22421 [ 21082] By: jhi                                   on 2003/09/08  11:32:46
22422         Log: The #21073 broke ext/B/t/o.t, retracting the #21073.
22423      Branch: perl
22424            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
22425 ____________________________________________________________________________
22426 [ 21080] By: jhi                                   on 2003/09/08  09:52:40
22427         Log: In Win32 IPC::Open3 + IO::Select does not work that well
22428              so mostly undo the change #21072 and revert back to using
22429              a temp file.
22430      Branch: perl
22431            ! lib/perl5db/de0.t
22432 ____________________________________________________________________________
22433 [ 21078] By: jhi                                   on 2003/09/08  09:10:47
22434         Log: In Win32 the cmd.exe console output doesn't seem to
22435              be catchable using the in-memory I/O + select trick,
22436              so use tie-STDOUT trick instead.
22437      Branch: perl
22438            ! lib/perl5db/dumpvar.t
22439 ____________________________________________________________________________
22440 [ 21077] By: jhi                                   on 2003/09/08  09:03:13
22441         Log: Move Config test.
22442      Branch: perl
22443            ! lib/perl5db/de0.t
22444 ____________________________________________________________________________
22445 [ 21076] By: jhi                                   on 2003/09/08  08:50:27
22446         Log: Let's require fork for this test.
22447      Branch: perl
22448            ! lib/perl5db/de0.t
22449 ____________________________________________________________________________
22450 [ 21074] By: jhi                                   on 2003/09/08  08:09:27
22451         Log: Subject: [PATCH] call_(pv|etc.) for Devel::PPPort
22452              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
22453              Date: Mon, 08 Sep 2003 08:56:09 +0200
22454              Message-id: <20030908065609.GA1260@ethan>
22455      Branch: perl
22456            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
22457            ! ext/Devel/PPPort/t/test.t
22458 ____________________________________________________________________________
22459 [ 21073] By: jhi                                   on 2003/09/08  08:07:55
22460         Log: Subject: Re: one nit to fix [PATCH]
22461              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
22462              Date: Mon, 8 Sep 2003 10:19:08 +0200
22463              Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com>
22464      Branch: perl
22465            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
22466 ____________________________________________________________________________
22467 [ 21072] By: jhi                                   on 2003/09/08  08:04:53
22468         Log: Subject: Re: [PATCH] Test skeleton for debugger commands
22469              From: Andreas J Koenig <andreas.koenig@anima.de>
22470              Date: Mon, 08 Sep 2003 10:48:27 +0200
22471              Message-ID: <87llszis2s.fsf@franz.ak.mind.de>
22472      Branch: perl
22473            ! lib/perl5db/de0.t
22474 ____________________________________________________________________________
22475 [ 21071] By: jhi                                   on 2003/09/08  06:46:00
22476         Log: de0.t: use Test::More, add some tests.
22477      Branch: perl
22478            ! lib/perl5db/de0.t
22479 ____________________________________________________________________________
22480 [ 21070] By: jhi                                   on 2003/09/08  06:31:39
22481         Log: More dumpvar testing.
22482      Branch: perl
22483            ! lib/perl5db/dumpvar.t
22484 ____________________________________________________________________________
22485 [ 21069] By: jhi                                   on 2003/09/08  05:34:03
22486         Log: An empty test.
22487      Branch: perl
22488            ! lib/perl5db/dumpvar.t
22489 ____________________________________________________________________________
22490 [ 21068] By: jhi                                   on 2003/09/08  05:21:21
22491         Log: dumpvar.t: use Test::More;
22492      Branch: perl
22493            ! lib/perl5db/dumpvar.t
22494 ____________________________________________________________________________
22495 [ 21067] By: jhi                                   on 2003/09/08  05:11:46
22496         Log: Cleanup PerlIO::scalar documentation a bit.
22497      Branch: perl
22498            ! ext/PerlIO/scalar/scalar.pm
22499 ____________________________________________________________________________
22500 [ 21066] By: jhi                                   on 2003/09/08  04:49:28
22501         Log: The in-memory files require PerlIO::scalar.
22502      Branch: perl
22503            ! lib/perl5db/dumpvar.t
22504 ____________________________________________________________________________
22505 [ 21065] By: rgs                                   on 2003/09/07  21:17:23
22506         Log: Subject: [PATCH] Test skeleton for debugger commands
22507              From: Andreas J Koenig <andreas.koenig@anima.de>
22508              Date: Sun, 07 Sep 2003 18:51:56 +0200
22509              Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de>
22510              With minor adjustments
22511      Branch: perl
22512            + lib/perl5db/de0.t lib/perl5db/dumpvar.t
22513            ! MANIFEST
22514 ____________________________________________________________________________
22515 [ 21064] By: rgs                                   on 2003/09/07  19:12:05
22516         Log: Upgrade to Unicode::Collate 0.28
22517      Branch: perl
22518            + lib/Unicode/Collate/t/contract.t
22519            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
22520            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
22521 ____________________________________________________________________________
22522 [ 21063] By: rgs                                   on 2003/09/07  18:25:23
22523         Log: Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
22524              From: Dave Mitchell <davem@fdgroup.com>
22525              Date: Sun, 7 Sep 2003 19:14:44 +0100
22526              Message-ID: <20030907181444.GA7058@fdgroup.com>
22527      Branch: perl
22528            ! ext/Opcode/Safe.pm
22529 ____________________________________________________________________________
22530 [ 21062] By: rgs                                   on 2003/09/07  12:44:33
22531         Log: Subject: [PATCH] honoring void context for map()
22532              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
22533              Date: Thu, 04 Sep 2003 11:13:41 +0200
22534              Message-id: <20030904091341.GA30655@ethan>
22535      Branch: perl
22536            ! pp_ctl.c
22537 ____________________________________________________________________________
22538 [ 21061] By: jhi                                   on 2003/09/07  07:04:53
22539         Log: Retract #21010.
22540      Branch: perl
22541            ! lib/dumpvar.pl
22542 ____________________________________________________________________________
22543 [ 21060] By: rgs                                   on 2003/09/06  21:30:10
22544         Log: Minor doc style nits in XSLoader.
22545      Branch: perl
22546            ! ext/DynaLoader/XSLoader_pm.PL
22547 ____________________________________________________________________________
22548 [ 21058] By: jhi                                   on 2003/09/06  19:57:46
22549         Log: Vanity patch.
22550      Branch: perl
22551            ! AUTHORS
22552 ____________________________________________________________________________
22553 [ 21057] By: jhi                                   on 2003/09/06  19:56:53
22554         Log: Updated Sharp Zaurus cross-compilation from Redvers Davies.
22555      Branch: perl
22556            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README Cross/TODO
22557            ! Cross/config.sh-arm-linux Cross/generate_config_sh
22558            ! Cross/installperl.patch
22559 ____________________________________________________________________________
22560 [ 21056] By: rgs                                   on 2003/09/06  19:03:41
22561         Log: Email nits in Fatal.pm [perl #23724].
22562      Branch: perl
22563            ! lib/Fatal.pm
22564 ____________________________________________________________________________
22565 [ 21052] By: jhi                                   on 2003/09/05  20:34:15
22566         Log: Musty corners of Syslog.pm.
22567      Branch: perl
22568            ! ext/Sys/Syslog/Syslog.pm
22569 ____________________________________________________________________________
22570 [ 21051] By: ams                                   on 2003/09/05  18:43:46
22571         Log: 1. Work around the bug fixed by #20587 (because it's in 5.8.0).
22572              2. Compensate for PL_sv_placeholder <= 5.8.1.
22573              3. Clean up non-backwards-compatible tests.
22574              4. Prepare for the 2.08 CPAN release.
22575      Branch: perl
22576            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
22577            ! ext/Storable/t/freeze.t ext/Storable/t/malice.t
22578            ! ext/Storable/t/utf8hash.t
22579 ____________________________________________________________________________
22580 [ 21048] By: jhi                                   on 2003/09/05  13:53:23
22581         Log: One more known tie problem.
22582      Branch: perl
22583            ! pod/perltie.pod
22584 ____________________________________________________________________________
22585 [ 21047] By: jhi                                   on 2003/09/05  13:46:35
22586         Log: Subject: [PATCH] threads/shared.pm: saves 4K per thread
22587              Date: Fri, 5 Sep 2003 14:46:00 +0200
22588              Message-Id: <p05111b05bb7e177db044@[192.168.56.4]>
22589              From: Elizabeth Mattijsen <liz@dijkmat.nl>
22590      Branch: perl
22591            ! ext/threads/shared/shared.pm
22592 ____________________________________________________________________________
22593 [ 21046] By: jhi                                   on 2003/09/05  13:44:30
22594         Log: Subject: versions threads modules
22595              From: Elizabeth Mattijsen <liz@dijkmat.nl>
22596              Date: Fri, 5 Sep 2003 12:22:52 +0200
22597              Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]>
22598      Branch: perl
22599            ! ext/threads/shared/shared.pm
22600 ____________________________________________________________________________
22601 [ 21045] By: jhi                                   on 2003/09/05  13:43:36
22602         Log: More suidperl path disclosure plugging:
22603              the #9813 didn't do enough.  See either of
22604              http://rt.perl.org/rt2/Ticket/Display.html?id=6511
22605              http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426
22606      Branch: perl
22607            ! perl.c pod/perldiag.pod
22608 ____________________________________________________________________________
22609 [ 21044] By: jhi                                   on 2003/09/05  13:09:54
22610         Log: FreeBSD hints updates from Anton Berezin.
22611      Branch: perl
22612            ! hints/freebsd.sh
22613 ____________________________________________________________________________
22614 [ 21043] By: merijn                                on 2003/09/05  11:18:20
22615         Log: Changed conflicting diff options
22616      Branch: perl
22617            ! patchlevel.h
22618 ____________________________________________________________________________
22619 [ 21042] By: jhi                                   on 2003/09/05  06:47:43
22620         Log: Acknowledge some known tie bugs.
22621      Branch: perl
22622            ! pod/perltie.pod
22623 ____________________________________________________________________________
22624 [ 21041] By: merijn                                on 2003/09/05  04:50:44
22625         Log: Subject: [PATCH] Remove dublicated entry in AUTHORS
22626              From: Ilya Martynov <ilya@martynov.org>
22627              Date: Fri, 05 Sep 2003 00:49:57 +0400
22628              Message-ID: <8765k8uvm2.fsf@abra.ru>
22629      Branch: perl
22630            ! AUTHORS
22631 ____________________________________________________________________________
22632 [ 21040] By: jhi                                   on 2003/09/05  04:36:48
22633         Log: code example error in "perlopentut"
22634      Branch: perl
22635            ! pod/perlopentut.pod
22636 ____________________________________________________________________________
22637 [ 21039] By: jhi                                   on 2003/09/05  04:13:17
22638         Log: Another seemingly fixed (un)tie bug,
22639              [perl ##22297] cannot untie scalar from within tied FETCH
22640      Branch: perl
22641            ! t/op/tie.t
22642 ____________________________________________________________________________
22643 [ 21036] By: jhi                                   on 2003/09/04  19:34:26
22644         Log: Subject: Re: [PATCH] Data::Dumper 2.121
22645              From: Ilya Martynov <ilya@martynov.org>
22646              Date: Fri, 05 Sep 2003 00:33:46 +0400
22647              Message-ID: <87ad9kuwd1.fsf@abra.ru>
22648      Branch: perl
22649            ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
22650            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
22651            ! ext/Data/Dumper/t/overload.t ext/Data/Dumper/t/pair.t
22652 ____________________________________________________________________________
22653 [ 21033] By: jhi                                   on 2003/09/04  18:52:29
22654         Log: I think once is enough.
22655      Branch: perl
22656            ! configure.gnu
22657 ____________________________________________________________________________
22658 [ 21032] By: jhi                                   on 2003/09/04  17:30:28
22659         Log: Subject: [PATCH] Re: [PATCH] Re: ByteLoader and MSWin32
22660              From: Enache Adrian <enache@rdslink.ro>
22661              Date: Thu, 4 Sep 2003 20:09:06 +0300
22662              Message-ID: <20030904170906.GA1235@ratsnest.hole>
22663      Branch: perl
22664            ! bytecode.pl ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
22665            ! ext/ByteLoader/byterun.c
22666 ____________________________________________________________________________
22667 [ 21031] By: jhi                                   on 2003/09/04  17:27:58
22668         Log: Subject: [PATCH] perlreftut: change distribution conditions
22669              From: "Brendan O'Dea" <bod@debian.org>
22670              Date: Thu, 4 Sep 2003 02:28:49 +1000
22671              Message-ID: <20030903162849.GA9675@londo.c47.org>
22672      Branch: perl
22673            ! pod/perlreftut.pod
22674 ____________________________________________________________________________
22675 [ 21030] By: jhi                                   on 2003/09/04  17:26:48
22676         Log: Subject: Re: "vendor" patch pickup
22677              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
22678              Date: Thu, 4 Sep 2003 19:47:55 +0200
22679              Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2>
22680
22681              (Gentoo: take Marcus' version of the __THROW patch and
22682              even further #ifdef-protect it with __GLIBC__.)
22683      Branch: perl
22684            ! perl.h
22685 ____________________________________________________________________________
22686 [ 21029] By: jhi                                   on 2003/09/04  16:01:26
22687         Log: Tiny perlcc tweaks.
22688      Branch: perl
22689            ! utils/perlcc.PL
22690 ____________________________________________________________________________
22691 [ 21028] By: jhi                                   on 2003/09/04  15:10:48
22692         Log: A SuSE patchlet for perlcc -c to avoid
22693              "Modification of a read-only value attempted at ... C.pm"
22694      Branch: perl
22695            ! ext/B/B/C.pm
22696 ____________________________________________________________________________
22697 [ 21027] By: jhi                                   on 2003/09/04  08:54:40
22698         Log: AUTHORS updates.
22699      Branch: perl
22700            ! AUTHORS
22701 ____________________________________________________________________________
22702 [ 21025] By: jhi                                   on 2003/09/03  20:27:56
22703         Log: Upgrade to Math::BigInt pre-rel 1.66 as of
22704              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html
22705              (the tar.gz link doesn't have 'v1.66', it has '1.66')
22706              so that the smoke builds can start chewing it.
22707      Branch: perl
22708            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
22709            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
22710            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
22711            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
22712            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbf.t
22713            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
22714 ____________________________________________________________________________
22715 [ 21022] By: jhi                                   on 2003/09/03  16:42:24
22716         Log: Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids
22717              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
22718              Date: Wed, 3 Sep 2003 19:20:20 +0200
22719              Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2>
22720      Branch: perl
22721            ! Porting/valgrindpp.pl
22722 ____________________________________________________________________________
22723 [ 21019] By: jhi                                   on 2003/09/03  15:51:35
22724         Log: Also indicate the Unicode level here.
22725              (The last date is non-committal :-)
22726      Branch: perl
22727            ! pod/perlunicode.pod
22728 ____________________________________________________________________________
22729 [ 21018] By: jhi                                   on 2003/09/03  12:08:23
22730         Log: Avoid lvalue casts, from Enache.
22731      Branch: perl
22732            ! ext/ByteLoader/bytecode.h op.h
22733 ____________________________________________________________________________
22734 [ 21017] By: jhi                                   on 2003/09/03  08:23:39
22735         Log: Bump up the VERSION.
22736      Branch: perl
22737            ! lib/bytes.pm
22738 ____________________________________________________________________________
22739 [ 21016] By: jhi                                   on 2003/09/03  08:22:48
22740         Log: Add, document, and test bytes::substr, index, rindex, chr,
22741              document bytes::ord.
22742      Branch: perl
22743            ! lib/bytes.pm lib/bytes.t lib/bytes_heavy.pl
22744 ____________________________________________________________________________
22745 [ 21014] By: jhi                                   on 2003/09/03  06:16:24
22746         Log: Subject: [PATCH] Re: maint@20974 or before broke mp2 ithreads test
22747              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
22748              Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST)
22749              Message-ID: <29644.1062572245@www50.gmx.net>
22750
22751              The other half of #20930 should be still good.
22752      Branch: perl
22753            ! op.c
22754 ____________________________________________________________________________
22755 [ 21013] By: jhi                                   on 2003/09/03  06:15:09
22756         Log: use IO; is deprecated.
22757      Branch: perl
22758            ! ext/threads/t/join.t
22759 ____________________________________________________________________________
22760 [ 21012] By: jhi                                   on 2003/09/03  05:28:50
22761         Log: Upgrade to base 2.01 from CPAN.
22762      Branch: perl
22763            ! lib/base.pm lib/fields.pm
22764 ____________________________________________________________________________
22765 [ 21011] By: jhi                                   on 2003/09/03  05:08:29
22766         Log: Changing the test count is a good idea.
22767      Branch: perl
22768            ! ext/threads/t/join.t
22769 ____________________________________________________________________________
22770 [ 21010] By: jhi                                   on 2003/09/03  04:59:38
22771         Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object
22772              From: Joe McMahon <mcmahon@ibiblio.org>
22773              Date: Tue, 2 Sep 2003 18:02:14 -0400
22774              Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org>
22775      Branch: perl
22776            ! lib/dumpvar.pl
22777 ____________________________________________________________________________
22778 [ 21009] By: jhi                                   on 2003/09/03  04:48:40
22779         Log: Subject: Re: maint@20974 or before broke mp2 ithreads test
22780              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
22781              Date: Wed, 3 Sep 2003 06:07:54 +0200
22782              Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2>
22783      Branch: perl
22784            ! ext/threads/t/join.t
22785 ____________________________________________________________________________
22786 [ 21008] By: jhi                                   on 2003/09/03  04:31:35
22787         Log: VMS does not have quite UNIX glob semantics.
22788      Branch: perl
22789            ! t/run/fresh_perl.t
22790 ____________________________________________________________________________
22791 [ 21007] By: rgs                                   on 2003/09/02  21:21:27
22792         Log: Subject: some method calls not autoloaded
22793              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
22794              Date: Tue, 2 Sep 2003 15:06:29 -0700
22795              Message-ID: <20030902220629.GA2952@efn.org>
22796      Branch: perl
22797            ! pod/perlfunc.pod pod/perlsub.pod
22798 ____________________________________________________________________________
22799 [ 21003] By: jhi                                   on 2003/09/02  19:01:07
22800         Log: An untie test from perlmonks-- worked in 5.6.1,
22801              broken in 5.8.0, seems to be working again in maint,
22802              better nail it down now.
22803      Branch: perl
22804            ! t/op/tie.t
22805 ____________________________________________________________________________
22806 [ 21000] By: jhi                                   on 2003/09/02  15:35:40
22807         Log: Retract #20930 because of
22808              Subject: maint@20974 or before broke mp2 ithreads test
22809              From: Stas Bekman <stas@stason.org>
22810              Date: Mon, 01 Sep 2003 23:31:11 -0700
22811              Message-ID: <3F54392F.7080009@stason.org>
22812      Branch: perl
22813            ! op.c
22814 ____________________________________________________________________________
22815 [ 20999] By: jhi                                   on 2003/09/02  15:34:14
22816         Log: Subject: [DOCPATCH] Re: [perl #23630] problem with "used only once" warning
22817              From: Fergal Daly <fergal@esatclear.ie>
22818              Date: Tue, 2 Sep 2003 17:36:52 +0100
22819              Message-Id: <200309021736.52725.fergal@esatclear.ie>
22820      Branch: perl
22821            ! pod/perldiag.pod
22822 ____________________________________________________________________________
22823 [ 20998] By: jhi                                   on 2003/09/02  15:02:47
22824         Log: Subject: [perl #23672] Math::BigInit POD
22825              From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
22826              Date: 1 Sep 2003 08:47:39 -0000
22827              Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>
22828      Branch: perl
22829            ! lib/Math/BigInt.pm
22830 ____________________________________________________________________________
22831 [ 20997] By: jhi                                   on 2003/09/02  14:58:21
22832         Log: Subject: [PATCH perlfaq6.pod] Explain \Q better
22833              From: Mark Jason Dominus <mjd@plover.com>
22834              Date: Mon, 01 Sep 2003 16:19:20 -0400
22835              Message-ID: <20030901201920.3929.qmail@plover.com>
22836      Branch: perl
22837            ! pod/perlfaq6.pod
22838 ____________________________________________________________________________
22839 [ 20996] By: jhi                                   on 2003/09/02  14:56:29
22840         Log: Subject: [PATCH] grok_(number|numeric_radix) added to Devel::PPPort
22841              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
22842              Date: Tue, 02 Sep 2003 11:27:19 +0200
22843              Message-id: <20030902092719.GA18075@ethan>
22844      Branch: perl
22845            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
22846            ! ext/Devel/PPPort/t/test.t
22847 ____________________________________________________________________________
22848 [ 20993] By: jhi                                   on 2003/09/02  14:40:54
22849         Log: Subject: [PATCH] Re: ByteLoader and MSWin32
22850              From: Enache Adrian <enache@rdslink.ro>
22851              Date: Tue, 2 Sep 2003 03:45:11 +0300
22852              Message-ID: <20030902004511.GA1442@ratsnest.hole>
22853      Branch: perl
22854            ! embed.fnc embed.h ext/ByteLoader/bytecode.h global.sym op.c
22855            ! op.h proto.h t/TEST
22856 ____________________________________________________________________________
22857 [ 20990] By: jhi                                   on 2003/09/02  04:29:45
22858         Log: Upgrade to Unicode::Collate 0.27.
22859      Branch: perl
22860            + lib/Unicode/Collate/t/hangul.t
22861            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
22862            ! lib/Unicode/Collate/README
22863 ____________________________________________________________________________
22864 [ 20989] By: jhi                                   on 2003/09/02  04:23:20
22865         Log: Subject: [PATCH Porting/valgrindpp.pl] more options for valgrindpp.pl
22866              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
22867              Date: Mon, 1 Sep 2003 22:28:58 +0200
22868              Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2>
22869      Branch: perl
22870            ! Porting/valgrindpp.pl
22871 ____________________________________________________________________________
22872 [ 20983] By: jhi                                   on 2003/09/01  14:14:49
22873         Log: From Craig Berry, following the example of the other podxxx.PL
22874              in relying on basename($0, '.PL') to Do The Right Thing with
22875              regard to the case of the extension, which could be either
22876              .pl or .PL on VMS depending on version-specific features.
22877      Branch: perl
22878            ! pod/pod2usage.PL pod/podselect.PL
22879 ____________________________________________________________________________
22880 [ 20982] By: jhi                                   on 2003/09/01  13:01:49
22881         Log: Configure -r in AIX bad.
22882      Branch: perl
22883            ! README.aix
22884 ____________________________________________________________________________
22885 [ 20981] By: jhi                                   on 2003/09/01  11:28:35
22886         Log: Subject: [DOC PATCH] perlfaq4.pod
22887              Date: Mon, 1 Sep 2003 12:38:50 +0200
22888              From: Elizabeth Mattijsen <liz@dijkmat.nl>
22889              Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]>
22890      Branch: perl
22891            ! pod/perlfaq4.pod
22892 ____________________________________________________________________________
22893 [ 20980] By: jhi                                   on 2003/09/01  08:49:02
22894         Log: Subject: glob() bug
22895              From: Gurusamy Sarathy <gsar@ActiveState.com>
22896              Date: Mon, 01 Sep 2003 02:25:41 -0700
22897              Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com>
22898      Branch: perl
22899            ! op.c t/run/fresh_perl.t
22900 ____________________________________________________________________________
22901 [ 20979] By: jhi                                   on 2003/09/01  06:32:01
22902         Log: Ultrix VAX is like VMS VAX in floating point.
22903      Branch: perl
22904            ! t/op/sprintf.t
22905 ____________________________________________________________________________
22906 [ 20978] By: jhi                                   on 2003/09/01  05:44:25
22907         Log: Subject: [PATCH@20959] some WinCE compilers require a little correction
22908              From: Vadim Konovalov <vkonovalov@peterstar.ru>
22909              Date: Mon, 1 Sep 2003 02:57:33 +0400
22910              Message-ID: <1091134912500.20030901025733@peterstar.ru>
22911      Branch: perl
22912            ! wince/Makefile.ce wince/wince.c
22913 ____________________________________________________________________________
22914 [ 20973] By: jhi                                   on 2003/08/31  15:34:43
22915         Log: Add test for -i.
22916      Branch: perl
22917            ! MANIFEST t/run/switches.t
22918 ____________________________________________________________________________
22919 [ 20972] By: jhi                                   on 2003/08/31  15:12:10
22920         Log: Add tests for -h and (unknown) -z.
22921      Branch: perl
22922            ! MANIFEST t/run/switches.t
22923 ____________________________________________________________________________
22924 [ 20971] By: jhi                                   on 2003/08/31  15:03:42
22925         Log: Add test for -v.
22926      Branch: perl
22927            ! MANIFEST t/run/switches.t
22928 ____________________________________________________________________________
22929 [ 20970] By: jhi                                   on 2003/08/31  14:55:54
22930         Log: List the switches tested in switches.t.
22931      Branch: perl
22932            ! t/run/switches.t
22933 ____________________________________________________________________________
22934 [ 20969] By: jhi                                   on 2003/08/31  14:51:19
22935         Log: Subject: [PATCH: perl@20898] have installperl install perl_setup.com and dbga2p.exe for VMS
22936              From: PPrymmer@factset.com
22937              Message-ID: <OF0394CB1E.C7646793-ON85256D93.004D75D4-85256D93.004E01F2@factset.com>
22938              Date: Sun, 31 Aug 2003 10:11:54 -0400
22939      Branch: perl
22940            ! installperl
22941 ____________________________________________________________________________
22942 [ 20968] By: jhi                                   on 2003/08/31  13:24:10
22943         Log: Subject: [PATCH sv.c] Re: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
22944              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
22945              Date: Sun, 31 Aug 2003 15:21:17 +0200
22946              Message-ID: <038401c36fc2$d01b1440$9b00a8c0@R2D2>
22947      Branch: perl
22948            ! sv.c
22949 ____________________________________________________________________________
22950 [ 20965] By: jhi                                   on 2003/08/31  08:55:59
22951         Log: Ouch.  Upgrading to base 2.0 made the threads tests very unhappy
22952              both in blead and maint, lots of "Attempt to free non-existent
22953              shared string" and "Unbalanced string table refcount" errors.
22954              Retract #20960 (and #20963).
22955      Branch: perl
22956            - lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
22957            - lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
22958            ! MANIFEST lib/base.pm lib/fields.pm
22959 ____________________________________________________________________________
22960 [ 20964] By: jhi                                   on 2003/08/31  08:17:43
22961         Log: Integrate from maint:
22962              [ 20963]
22963              Muffle the 'Pseudo-hashes are deprecated' warning for maint.
22964      Branch: perl
22965           !> lib/base/t/fp560.t
22966 ____________________________________________________________________________
22967 [ 20961] By: jhi                                   on 2003/08/31  08:09:21
22968         Log: De-cargo-cult.
22969      Branch: perl
22970            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
22971 ____________________________________________________________________________
22972 [ 20960] By: jhi                                   on 2003/08/31  08:07:43
22973         Log: Upgrade to base.pm 2.0.
22974
22975              (Rename the tests around a bit to be more 8.3-friendly.)
22976      Branch: perl
22977            + lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
22978            + lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
22979            ! MANIFEST lib/base.pm lib/fields.pm
22980 ____________________________________________________________________________
22981 [ 20957] By: jhi                                   on 2003/08/30  18:47:02
22982         Log: Fewer naked char constants.
22983      Branch: perl
22984            ! doio.c perlio.c sv.h
22985 ____________________________________________________________________________
22986 [ 20956] By: jhi                                   on 2003/08/30  18:38:05
22987         Log: This is probably a wrong fix for
22988              [perl #23645] tell with perlio on appended files
22989              but maybe this gets NI-S agitated enough to present the correct fix :-)
22990      Branch: perl
22991            ! perlio.c t/io/tell.t
22992 ____________________________________________________________________________
22993 [ 20954] By: jhi                                   on 2003/08/30  17:14:19
22994         Log: A new try at
22995
22996              Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
22997              From: "Gerrit P. Haase" <gp@familiehaase.de>
22998              Date: Thu, 28 Aug 2003 08:18:51 +0200
22999              Message-ID: <4157199551.20030828081851@familiehaase.de>
23000
23001              (this time Cygwin only)
23002      Branch: perl
23003            ! perlio.c
23004 ____________________________________________________________________________
23005 [ 20952] By: rgs                                   on 2003/08/30  15:20:48
23006         Log: Tweak XSLoader.t.
23007              XSLoader is supposed to work even for extensions that
23008              are statically linked. So only check that the extension we
23009              test for is actually available. (This test is not supposed
23010              to be run by miniperl.)
23011      Branch: perl
23012            ! ext/DynaLoader/t/XSLoader.t
23013 ____________________________________________________________________________
23014 [ 20950] By: jhi                                   on 2003/08/30  06:49:31
23015         Log: Something went wrong in change #20929;
23016              linux 2.4.18-bf2.4 didn't like it:
23017              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html
23018              and similar failure pattern also seen in Solaris 8.
23019      Branch: perl
23020            ! perlio.c
23021 ____________________________________________________________________________
23022 [ 20948] By: jhi                                   on 2003/08/30  06:08:57
23023         Log: Setup @INC.
23024      Branch: perl
23025            ! t/op/cproto.t
23026 ____________________________________________________________________________
23027 [ 20946] By: jhi                                   on 2003/08/30  06:00:09
23028         Log: Tabify and re-sort MANIFEST.
23029      Branch: perl
23030            ! MANIFEST
23031 ____________________________________________________________________________
23032 [ 20945] By: jhi                                   on 2003/08/30  05:57:04
23033         Log: Make XSLoader.t more robust (and sdbm.t more verbose)
23034      Branch: perl
23035            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
23036 ____________________________________________________________________________
23037 [ 20944] By: jhi                                   on 2003/08/30  05:50:41
23038         Log: Subject: [PATCH] XSLoader nits and tests
23039              From: Michael G Schwern <schwern@pobox.com>
23040              Date: Fri, 29 Aug 2003 22:55:07 -0700
23041              Message-ID: <20030830055507.GI25970@windhund.schwern.org>
23042      Branch: perl
23043            + ext/DynaLoader/t/XSLoader.t
23044            ! MANIFEST ext/DynaLoader/XSLoader_pm.PL
23045 ____________________________________________________________________________
23046 [ 20943] By: jhi                                   on 2003/08/30  05:44:02
23047         Log: Missed from #20942.
23048      Branch: perl
23049            ! lib/File/Spec/VMS.pm
23050 ____________________________________________________________________________
23051 [ 20942] By: jhi                                   on 2003/08/30  05:41:59
23052         Log: Subject: [PATCH: perl@20898] fix File::Spec->abs2rel() to return absolute $path more often for VMS
23053              From: PPrymmer@factset.com
23054              Date: Sat, 30 Aug 2003 00:57:28 -0400
23055              Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com>
23056      Branch: perl
23057            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
23058 ____________________________________________________________________________
23059 [ 20941] By: jhi                                   on 2003/08/30  05:37:13
23060         Log: Subject: [patch sv.h api doc] SvTAINTED_on does its craft only under -T
23061              From: Stas Bekman <stas@stason.org>
23062              Date: Fri, 29 Aug 2003 17:11:41 -0700
23063              Message-ID: <3F4FEBBD.8000901@stason.org>
23064      Branch: perl
23065            ! pod/perlapi.pod sv.h
23066 ____________________________________________________________________________
23067 [ 20940] By: rgs                                   on 2003/08/29  21:17:59
23068         Log: Add a new test, to ensure that we don't unexpectedly change
23069              prototypes of builtins.
23070      Branch: perl
23071            + t/op/cproto.t
23072            ! MANIFEST
23073 ____________________________________________________________________________
23074 [ 20938] By: rgs                                   on 2003/08/29  20:22:21
23075         Log: Don't cast PL_multiline to bool : you may loose important bits.
23076      Branch: perl
23077            ! pp.c pp_hot.c
23078 ____________________________________________________________________________
23079 [ 20937] By: jhi                                   on 2003/08/29  17:22:11
23080         Log: Subject: [PATCH] Re: all 9007199254740992s are equal, but some are more equal than others
23081              From: Nicholas Clark <nick@ccl4.org>
23082              Date: Wed, 27 Aug 2003 22:59:55 +0100
23083              Message-ID: <20030827225955.E558@plum.flirble.org>
23084      Branch: perl
23085            ! pp.c
23086 ____________________________________________________________________________
23087 [ 20936] By: jhi                                   on 2003/08/29  17:17:16
23088         Log: Some perluniintro tweaks.
23089      Branch: perl
23090            ! pod/perluniintro.pod
23091 ____________________________________________________________________________
23092 [ 20935] By: jhi                                   on 2003/08/29  17:07:25
23093         Log: Tiny doc tweak from Shannon -jj Behrens.
23094      Branch: perl
23095            ! pod/perluniintro.pod
23096 ____________________________________________________________________________
23097 [ 20933] By: jhi                                   on 2003/08/29  13:25:18
23098         Log: Comparing an int to a U32 makes VC6 nervous.
23099      Branch: perl
23100            ! pp.c pp_hot.c
23101 ____________________________________________________________________________
23102 [ 20932] By: jhi                                   on 2003/08/29  13:06:06
23103         Log: Better skip() explicit number of tests, test counts getting
23104              out of sync less likely that way.
23105      Branch: perl
23106            ! t/op/pack.t
23107 ____________________________________________________________________________
23108 [ 20931] By: jhi                                   on 2003/08/29  12:59:32
23109         Log: Some Ultrix test dodgings.
23110      Branch: perl
23111            ! t/base/num.t t/op/arith.t t/op/pack.t
23112 ____________________________________________________________________________
23113 [ 20930] By: jhi                                   on 2003/08/29  12:57:07
23114         Log: Subject: [PATCH op.c] Perl_newCONSTSUB() related memory leaks
23115              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
23116              Date: Thu, 28 Aug 2003 21:47:22 +0200
23117              Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2>
23118      Branch: perl
23119            ! op.c
23120 ____________________________________________________________________________
23121 [ 20929] By: jhi                                   on 2003/08/29  12:55:12
23122         Log: Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
23123              From: "Gerrit P. Haase" <gp@familiehaase.de>
23124              Date: Thu, 28 Aug 2003 08:18:51 +0200
23125              Message-ID: <4157199551.20030828081851@familiehaase.de>
23126
23127              (changed so that the 'b' is always appended)
23128      Branch: perl
23129            ! perlio.c
23130 ____________________________________________________________________________
23131 [ 20928] By: jhi                                   on 2003/08/29  07:04:17
23132         Log: Subject: RE: [PATCH] Pod::InputObjects performance de-pessimization
23133              From: marek.rouchal@infineon.com
23134              Date: Wed, 27 Aug 2003 17:25:28 +0200
23135              Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com>
23136
23137              PodParser-1.25 prerelease.
23138      Branch: perl
23139            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
23140            ! lib/Pod/Parser.pm pod/pod2usage.PL pod/podchecker.PL
23141            ! pod/podselect.PL t/pod/find.t t/pod/poderrs.xr
23142 ____________________________________________________________________________
23143 [ 20927] By: jhi                                   on 2003/08/28  18:53:45
23144         Log: MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.
23145      Branch: perl
23146            ! ext/DynaLoader/dl_mpeix.xs mpeix/mpeix.c
23147 ____________________________________________________________________________
23148 [ 20925] By: jhi                                   on 2003/08/28  16:15:47
23149         Log: Subject: [PATCH] valgrindpp.pl
23150              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
23151              Date: Thu, 28 Aug 2003 09:43:49 +0200
23152              Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2>
23153      Branch: perl
23154            ! Porting/valgrindpp.pl
23155 ____________________________________________________________________________
23156 [ 20924] By: jhi                                   on 2003/08/28  16:12:08
23157         Log: Subject: [PATCH] Quieten more warnings in Deparse.pm
23158              From: Paul Johnson <paul@pjcj.net>
23159              Date: Thu, 28 Aug 2003 00:13:59 +0200
23160              Message-ID: <20030827221359.GE28396@pjcj.net>
23161      Branch: perl
23162            ! ext/B/B/Deparse.pm
23163 ____________________________________________________________________________
23164 [ 20923] By: jhi                                   on 2003/08/28  01:45:51
23165         Log: Subject: Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod
23166              From: Michael G Schwern <schwern@pobox.com>
23167              Date: Wed, 27 Aug 2003 15:05:20 -0700
23168              Message-ID: <20030827220520.GD7300@windhund.schwern.org>
23169      Branch: perl
23170            ! lib/ExtUtils/MakeMaker/Tutorial.pod
23171 ____________________________________________________________________________
23172 [ 20922] By: rgs                                   on 2003/08/27  19:52:27
23173         Log: Add caveats and tests for Symbol::delete_package().
23174      Branch: perl
23175            ! lib/Symbol.pm lib/Symbol.t
23176 ____________________________________________________________________________
23177 [ 20921] By: jhi                                   on 2003/08/27  17:12:56
23178         Log: Configure is doing fine in Ultrix, operator error.
23179      Branch: perl
23180            ! hints/ultrix_4.sh
23181 ____________________________________________________________________________
23182 [ 20920] By: jhi                                   on 2003/08/27  16:49:22
23183         Log: Add the valgrindpp.pl script from Marcus Holland-Moritz.
23184      Branch: perl
23185            + Porting/valgrindpp.pl
23186            ! MANIFEST
23187 ____________________________________________________________________________
23188 [ 20917] By: jhi                                   on 2003/08/27  13:09:33
23189         Log: Subject: disturbing, disruptive typo in Tutorial.pod [PATCH]
23190              From: "John P. Linderman" <jpl@research.att.com>
23191              Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
23192              Message-Id: <200308271210.IAA23907@raptor.research.att.com>
23193
23194              Subject: typo in pod/perlnewmod.pod [PATCH]
23195              From: "John P. Linderman" <jpl@research.att.com>
23196              Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
23197              Message-Id: <200308271307.JAA46955@raptor.research.att.com>
23198
23199              Subject: [PATCH] document the location of byacc
23200              From: Dave Mitchell <davem@fdgroup.com>
23201              Date: Wed, 27 Aug 2003 14:26:50 +0100
23202              Message-ID: <20030827132650.GA23144@fdgroup.com>
23203      Branch: perl
23204            ! Porting/pumpkin.pod lib/ExtUtils/MakeMaker/Tutorial.pod
23205            ! pod/perlnewmod.pod
23206 ____________________________________________________________________________
23207 [ 20916] By: jhi                                   on 2003/08/27  13:01:26
23208         Log: Ultrix tweaks: <string.h> must not be included twice
23209              (otherwise one gets prototype conflicts between the <string.h>
23210              and proto.h because Ultrix thinks e.g. Perl_ninstr has been
23211              define in <string.h>...); and Configure misprobes some features.
23212      Branch: perl
23213            ! ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/sdbm.c
23214            ! ext/SDBM_File/sdbm/sdbm.h ext/Socket/Socket.xs
23215            ! hints/ultrix_4.sh
23216 ____________________________________________________________________________
23217 [ 20915] By: jhi                                   on 2003/08/27  05:37:34
23218         Log: Urk.  In Mac OS X byteorder is not one of the "known ones",
23219              but instead it is 0xFFFF.  So retract #20914.
23220      Branch: perl
23221            ! perl.h
23222 ____________________________________________________________________________
23223 [ 20914] By: jhi                                   on 2003/08/27  05:17:44
23224         Log: Sanity check for BYTEORDER.
23225      Branch: perl
23226            ! perl.h
23227 ____________________________________________________________________________
23228 [ 20913] By: rgs                                   on 2003/08/26  20:34:48
23229         Log: Integrate two DJGPP portability patches from the 5.6.2 branch :
23230
23231              [20859]
23232              Two portability patches for DJGPP from Richard Dawe
23233              <rich@phekda.freeserve.co.uk>.
23234              Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
23235
23236              [20911]
23237              Don't uppercase automatically all environment variables on DJGPP.
23238              (reported by Richard Dawe, this breaks portability of Unix
23239              scripts.) Don't change the behaviour on plain MS/DOS.
23240      Branch: perl
23241            ! perl.c
23242           !> djgpp/djgppsed.sh dosish.h
23243 ____________________________________________________________________________
23244 [ 20912] By: rgs                                   on 2003/08/26  20:15:40
23245         Log: perlapi.pod tweaks, based on :
23246              Subject: misdocumented return value for sv_setref*
23247              From: Joe Schaefer <joe+perl@sunstarsys.com>
23248              Date: 12 Aug 2003 13:21:42 -0400
23249              Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com>
23250      Branch: perl
23251            ! pod/perlapi.pod sv.c
23252 ____________________________________________________________________________
23253 [ 20910] By: rgs                                   on 2003/08/26  19:37:29
23254         Log: Change the internal prototype of the pop() and shift() builtins
23255              to (;\@), to reflect that their array argument is optional.
23256      Branch: perl
23257            ! opcode.h opcode.pl
23258 ____________________________________________________________________________
23259 [ 20909] By: rgs                                   on 2003/08/26  19:13:39
23260         Log: Subject: [PATCH] improved 19064 (local $_[0] problems)
23261              From: Dave Mitchell <davem@fdgroup.com>
23262              Date: Sun, 24 Aug 2003 15:52:00 +0100
23263              Message-ID: <20030824145159.GA12210@fdgroup.com>
23264      Branch: perl
23265            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
23266 ____________________________________________________________________________
23267 [ 20908] By: rgs                                   on 2003/08/26  18:40:50
23268         Log: Subject: [PATCH] minor File::Spec testing cleanup
23269              From: Ken Williams <ken@mathforum.org>
23270              Date: Thu, 21 Aug 2003 22:47:51 -0500
23271              Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org>
23272      Branch: perl
23273            ! lib/File/Spec/t/rel2abs2rel.t
23274 ____________________________________________________________________________
23275 [ 20907] By: jhi                                   on 2003/08/26  12:12:14
23276         Log: Maintainer catch from Rafael.
23277      Branch: perl
23278            ! Porting/Maintainers.pl
23279 ____________________________________________________________________________
23280 [ 20905] By: jhi                                   on 2003/08/26  09:36:22
23281         Log: Take a cutdown version of the change #20903 also to perlebcdic.
23282      Branch: perl
23283            ! pod/perlebcdic.pod
23284 ____________________________________________________________________________
23285 [ 20904] By: jhi                                   on 2003/08/26  09:29:49
23286         Log: No dynaloading at all in Ultrix.
23287      Branch: perl
23288            ! hints/ultrix_4.sh
23289 ____________________________________________________________________________
23290 [ 20903] By: jhi                                   on 2003/08/26  08:54:02
23291         Log: PerlIO on EBCDIC on BS2000 advice from Thomas Dorner.
23292              (This information looks interesting enough to be mentioned
23293              elsewhere, too.)
23294      Branch: perl
23295            ! README.bs2000
23296 ____________________________________________________________________________
23297 [ 20902] By: jhi                                   on 2003/08/26  08:36:36
23298         Log: CGI::Carp from CGI.pm 3.00 was missing.
23299      Branch: perl
23300            ! lib/CGI/Carp.pm
23301 ____________________________________________________________________________
23302 [ 20901] By: jhi                                   on 2003/08/26  05:18:15
23303         Log: Subject: Re: [PATCH] valgrind and /#/x
23304              From: Enache Adrian <enache@rdslink.ro>
23305              Date: Tue, 26 Aug 2003 08:11:07 +0300
23306              Message-ID: <20030826051107.GA1086@ratsnest.hole>
23307      Branch: perl
23308            ! regcomp.c t/op/re_tests t/run/fresh_perl.t toke.c
23309 ____________________________________________________________________________
23310 [ 20900] By: jhi                                   on 2003/08/26  04:53:09
23311         Log: More memory lane.
23312      Branch: perl
23313            ! hints/ultrix_4.sh
23314 ____________________________________________________________________________
23315 [ 20899] By: rgs                                   on 2003/08/25  21:05:57
23316         Log: fix syscall() prototype description in
23317              perlfunc.pod, as suggested by Lukas Mai.
23318      Branch: perl
23319            ! pod/perlfunc.pod
23320 ____________________________________________________________________________
23321 [ 20896] By: jhi                                   on 2003/08/25  19:52:48
23322         Log: Tiny doc tweak.
23323      Branch: perl
23324            ! README.solaris
23325 ____________________________________________________________________________
23326 [ 20895] By: jhi                                   on 2003/08/25  19:46:31
23327         Log: Even more SunOS 4 info.
23328      Branch: perl
23329            ! README.solaris
23330 ____________________________________________________________________________
23331 [ 20894] By: jhi                                   on 2003/08/25  19:37:00
23332         Log: Subject: [PATCH@20512] make backspace key work for WinCE users
23333              From: Vadim Konovalov <vkonovalov@peterstar.ru>
23334              Date: Tue, 26 Aug 2003 00:10:29 +0400
23335              Message-ID: <135606488000.20030826001029@peterstar.ru>
23336      Branch: perl
23337            ! wince/perlmain.c
23338 ____________________________________________________________________________
23339 [ 20893] By: jhi                                   on 2003/08/25  19:25:08
23340         Log: Subject: more valgrinding: select problem?
23341              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
23342              Date: Mon, 25 Aug 2003 22:02:17 +0200
23343              Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>
23344
23345              In glibc, just use the __FD_SETSIZE since that's
23346              the size of the buffer (usually 1024 bits, much
23347              more than the selectminbits of 32).
23348      Branch: perl
23349            ! pp_sys.c
23350 ____________________________________________________________________________
23351 [ 20892] By: jhi                                   on 2003/08/25  19:11:32
23352         Log: More ptags tweakage from Stas; now add 'fullpath'
23353              option to get absolute paths.
23354      Branch: perl
23355            ! emacs/ptags
23356 ____________________________________________________________________________
23357 [ 20891] By: jhi                                   on 2003/08/25  18:35:03
23358         Log: The new tests of #20888 didn't really test what they claimed to.
23359      Branch: perl
23360            ! t/op/pat.t
23361 ____________________________________________________________________________
23362 [ 20890] By: jhi                                   on 2003/08/25  18:14:33
23363         Log: Subject: [5.8.1] maint @ 20845 OK on aix 4.2
23364              From: Jose.auguste-etienne@cgss-guyane.fr
23365              Date: Mon, 25 Aug 2003 14:35:45 -0300
23366              Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr>
23367
23368              AIX Configure advice.
23369      Branch: perl
23370            ! README.aix
23371 ____________________________________________________________________________
23372 [ 20889] By: jhi                                   on 2003/08/25  18:08:42
23373         Log: More SunOS 4.x info.
23374      Branch: perl
23375            ! README.solaris
23376 ____________________________________________________________________________
23377 [ 20888] By: jhi                                   on 2003/08/25  17:53:32
23378         Log: The #20887 didn't go over that well;
23379              and add a few more tests from UTS#18.
23380      Branch: perl
23381            ! t/op/pat.t
23382 ____________________________________________________________________________
23383 [ 20887] By: jhi                                   on 2003/08/25  16:40:51
23384         Log: pat.t -> charnames -> UCD -> Storable,
23385              not good for static builds and minitest.
23386      Branch: perl
23387            ! t/op/pat.t
23388 ____________________________________________________________________________
23389 [ 20886] By: jhi                                   on 2003/08/25  16:35:26
23390         Log: SunOS 4.1.4 is working, too.
23391      Branch: perl
23392            ! README.solaris hints/sunos_4_1.sh
23393 ____________________________________________________________________________
23394 [ 20884] By: jhi                                   on 2003/08/25  16:05:18
23395         Log: Regen perlmodlib, perltoc.
23396      Branch: perl
23397            ! pod/perlmodlib.pod pod/perltoc.pod
23398 ____________________________________________________________________________
23399 [ 20881] By: jhi                                   on 2003/08/25  15:45:51
23400         Log: UVSIZE is not yet defined when it would be needed
23401              by MULTIARCH.  So go back to LONGSIZE, and (belt-
23402              and-suspenders-and-rope style) later in UVSIZE
23403              possibly redefine BYTEORDER.
23404      Branch: perl
23405            ! Configure config_h.SH
23406 ____________________________________________________________________________
23407 [ 20880] By: jhi                                   on 2003/08/25  11:28:45
23408         Log: Subject: [PATCH] valgrind and /#/x
23409              From: Dave Mitchell <davem@fdgroup.com>
23410              Date: Mon, 25 Aug 2003 13:27:49 +0100
23411              Message-ID: <20030825122748.GA15560@fdgroup.com>
23412      Branch: perl
23413            ! regcomp.c
23414 ____________________________________________________________________________
23415 [ 20879] By: jhi                                   on 2003/08/25  11:16:29
23416         Log: Subject: Please update my address
23417              From: Ed Avis <ed@membled.com>
23418              Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST)
23419              Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>
23420
23421              (Just the AUTHORS part, though, I don't think retroactively
23422              updating the Changes* is useful.)
23423      Branch: perl
23424            ! AUTHORS
23425 ____________________________________________________________________________
23426 [ 20878] By: jhi                                   on 2003/08/25  11:14:26
23427         Log: Document even more ways of affecting your "utf8ness".
23428      Branch: perl
23429            ! lib/utf8.pm
23430 ____________________________________________________________________________
23431 [ 20877] By: jhi                                   on 2003/08/25  11:11:40
23432         Log: Change the VERSION since there are now changes since Perl 5.8.0.
23433      Branch: perl
23434            ! ext/I18N/Langinfo/Langinfo.pm
23435 ____________________________________________________________________________
23436 [ 20876] By: jhi                                   on 2003/08/25  11:11:13
23437         Log: Keep the CGI::Util VERSION at 1.31 since there have been changes
23438              since Perl 5.8.0.
23439      Branch: perl
23440            ! lib/CGI/Util.pm
23441 ____________________________________________________________________________
23442 [ 20875] By: jhi                                   on 2003/08/25  11:09:49
23443         Log: Upgrade to CGI.pm 3.00.
23444      Branch: perl
23445            ! lib/CGI.pm lib/CGI/Util.pm
23446 ____________________________________________________________________________
23447 [ 20872] By: jhi                                   on 2003/08/25  09:03:44
23448         Log: Subject: [PATCH] valgrind update
23449              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
23450              Date: Mon, 25 Aug 2003 09:51:57 +0200 (MEST)
23451              Message-ID: <21671.1061797917@www38.gmx.net>
23452      Branch: perl
23453            ! t/TEST t/op/magic.t
23454 ____________________________________________________________________________
23455 [ 20871] By: jhi                                   on 2003/08/25  05:16:02
23456         Log: Subject: [PATCH] valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)
23457              From: Nicholas Clark <nick@ccl4.org>
23458              Date: Sun, 24 Aug 2003 16:48:53 +0100
23459              Message-ID: <20030824164851.E558@plum.flirble.org>
23460      Branch: perl
23461            ! doop.c
23462 ____________________________________________________________________________
23463 [ 20870] By: jhi                                   on 2003/08/25  05:14:04
23464         Log: Subject: [patch emacs/ptags] allow xemacs to be used
23465              From: Stas Bekman <stas@stason.org>
23466              Date: Sun, 24 Aug 2003 22:05:00 -0700
23467              Message-ID: <3F4998FC.3090401@stason.org>
23468      Branch: perl
23469            ! emacs/ptags
23470 ____________________________________________________________________________
23471 [ 20868] By: jhi                                   on 2003/08/24  13:20:03
23472         Log: MPE/iX doc tweak from Mark Bixby.
23473      Branch: perl
23474            ! README.mpeix
23475 ____________________________________________________________________________
23476 [ 20867] By: jhi                                   on 2003/08/24  10:46:42
23477         Log: Various tweaks for getting Perl to compile on SunOS 4.x.
23478              Doesn't work well yet, something broken in DynaLoader/XSLoader?
23479      Branch: perl
23480            ! README.solaris ext/IO/poll.c hints/sunos_4_1.sh
23481 ____________________________________________________________________________
23482 [ 20866] By: jhi                                   on 2003/08/24  10:00:59
23483         Log: IRIX 5.3 is 99.90% okay.
23484      Branch: perl
23485            ! README.irix hints/irix_5.sh
23486 ____________________________________________________________________________
23487 [ 20865] By: jhi                                   on 2003/08/24  08:24:46
23488         Log: An imperfect last resort in case there is no strtoul() but
23489              there is strtol() (like e.g. SunOS 4) because of the Atoul()
23490              in Perl_get_hash_seed()).  The only true fix would be to
23491              implement Perl_my_strtoul() (and Perl_my_strtol(), I guess)
23492              in numeric.c.
23493      Branch: perl
23494            ! perl.h
23495 ____________________________________________________________________________
23496 [ 20864] By: jhi                                   on 2003/08/24  07:45:47
23497         Log: s/rationale/rational/g on bigrats.
23498      Branch: perl
23499            ! lib/Math/BigRat.pm lib/bigrat.pm
23500 ____________________________________________________________________________
23501 [ 20862] By: jhi                                   on 2003/08/24  06:41:17
23502         Log: Update the CPAN mirrors list.
23503      Branch: perl
23504            ! pod/perlmodlib.PL pod/perlmodlib.pod
23505 ____________________________________________________________________________
23506 [ 20861] By: jhi                                   on 2003/08/24  06:13:13
23507         Log: gcc -O3 and Storable in Linux do not like each other.
23508      Branch: perl
23509            ! ext/Storable/hints/linux.pl
23510 ____________________________________________________________________________
23511 [ 20860] By: jhi                                   on 2003/08/24  05:34:56
23512         Log: Bad quote day, noticed by Philip Newton.
23513      Branch: perl
23514            ! hints/dos_djgpp.sh
23515 ____________________________________________________________________________
23516 [ 20856] By: jhi                                   on 2003/08/23  09:15:15
23517         Log: Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture"
23518              From: Enache Adrian <enache@rdslink.ro>
23519              Date: Mon, 4 Aug 2003 16:20:19 +0300
23520              Message-ID: <20030804132019.GA6764@ratsnest.hole>
23521      Branch: perl
23522            ! Configure config_h.SH
23523 ____________________________________________________________________________
23524 [ 20855] By: jhi                                   on 2003/08/23  07:51:32
23525         Log: Add more comments so that one can see what is supposed to happen.
23526      Branch: perl
23527            ! t/op/lc.t
23528 ____________________________________________________________________________
23529 [ 20854] By: jhi                                   on 2003/08/23  07:41:11
23530         Log: More data points about the Storable optimization problem
23531              in Linux.  (It might be that also non-Debians are affected,
23532              waiting for more information.)
23533      Branch: perl
23534            ! ext/Storable/hints/linux.pl
23535 ____________________________________________________________________________
23536 [ 20853] By: jhi                                   on 2003/08/23  07:37:41
23537         Log: Move the note about known eval leaks earlier.
23538      Branch: perl
23539            ! pod/perlhack.pod
23540 ____________________________________________________________________________
23541 [ 20852] By: jhi                                   on 2003/08/23  07:15:58
23542         Log: Forgot to regen byterun.c.
23543      Branch: perl
23544            ! ext/ByteLoader/byterun.c
23545 ____________________________________________________________________________
23546 [ 20851] By: jhi                                   on 2003/08/23  07:13:29
23547         Log: Doc tweaks on perlhack.
23548      Branch: perl
23549            ! pod/perlhack.pod
23550 ____________________________________________________________________________
23551 [ 20850] By: jhi                                   on 2003/08/23  06:54:58
23552         Log: Subject: [PATCH] Re: valgrind as a leak hound?
23553              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
23554              Date: Fri, 22 Aug 2003 23:28:18 +0200
23555              Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2>
23556
23557              Add the leak detection to valgrind testing.
23558      Branch: perl
23559            + t/perl.supp
23560            ! MANIFEST pod/perlhack.pod t/TEST
23561 ____________________________________________________________________________
23562 [ 20843] By: jhi                                   on 2003/08/22  15:05:39
23563         Log: Oops.  Why can't C comments nest?
23564      Branch: perl
23565            ! pp_sys.c
23566 ____________________________________________________________________________
23567 [ 20842] By: jhi                                   on 2003/08/22  14:57:09
23568         Log: Try to dodge getspnam() in AIX.
23569      Branch: perl
23570            ! pp_sys.c
23571 ____________________________________________________________________________
23572 [ 20840] By: jhi                                   on 2003/08/22  13:52:26
23573         Log: Subject: Re: mysterious bytecode.t failure
23574              From: Enache Adrian <enache@rdslink.ro>
23575              Date: Fri, 22 Aug 2003 11:49:34 +0300
23576              Message-ID: <20030822084934.GA1257@ratsnest.hole>
23577      Branch: perl
23578            ! t/base/lex.t
23579 ____________________________________________________________________________
23580 [ 20839] By: jhi                                   on 2003/08/22  13:51:44
23581         Log: Subject: [PATCH] for File::Temp::tempdir(CLEANUP => 1)
23582              From: Slaven Rezic <slaven@rezic.de>
23583              Date: Sun, 17 Aug 2003 12:52:47 +0200 (CEST)
23584              Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de>
23585      Branch: perl
23586            ! lib/File/Temp.pm lib/File/Temp/t/tempfile.t
23587 ____________________________________________________________________________
23588 [ 20837] By: jhi                                   on 2003/08/22  13:42:24
23589         Log: Just #.
23590      Branch: perl
23591            ! pod/buildtoc pod/perltoc.pod
23592 ____________________________________________________________________________
23593 [ 20835] By: jhi                                   on 2003/08/22  13:32:12
23594         Log: Regen toc.
23595      Branch: perl
23596            ! pod/perltoc.pod
23597 ____________________________________________________________________________
23598 [ 20834] By: jhi                                   on 2003/08/22  13:28:36
23599         Log: Also MANIFEST the vms/perlvms restoration.
23600      Branch: perl
23601            ! MANIFEST
23602 ____________________________________________________________________________
23603 [ 20833] By: jhi                                   on 2003/08/22  13:22:02
23604         Log: In the vms/descrip_mms.template    the perlvms.pod must
23605              be copied from vms/, err, [.vms], not [.pod].
23606      Branch: perl
23607            ! pod/buildtoc vms/descrip_mms.template
23608 ____________________________________________________________________________
23609 [ 20832] By: jhi                                   on 2003/08/22  13:15:35
23610         Log: Retract #20826 and #20831; things are done differently
23611              in VMS, it seems.  Maybe the vms/descrip_mms.template
23612              needs to be changed?
23613      Branch: perl
23614            + vms/perlvms.pod
23615            - pod/perlvms.pod
23616            ! MANIFEST Makefile.SH
23617 ____________________________________________________________________________
23618 [ 20831] By: jhi                                   on 2003/08/22  13:04:47
23619         Log: Rafael spotted that vms/perlvms.pod was still referred to.
23620      Branch: perl
23621            ! Makefile.SH
23622 ____________________________________________________________________________
23623 [ 20829] By: jhi                                   on 2003/08/22  12:22:04
23624         Log: The change #20809 opened up a code path that might leave s unset.
23625      Branch: perl
23626            ! mg.c
23627 ____________________________________________________________________________
23628 [ 20828] By: jhi                                   on 2003/08/22  12:17:49
23629         Log: Subject: [PATCH: lib/File/Path.t] Re: maint @ 20803
23630              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
23631              Date: Fri, 22 Aug 2003 14:57:09 +0200
23632              Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2>
23633      Branch: perl
23634            ! lib/File/Path.t
23635 ____________________________________________________________________________
23636 [ 20827] By: jhi                                   on 2003/08/22  12:17:01
23637         Log: Test the correct longness; from Enache.
23638      Branch: perl
23639            ! ext/B/t/assembler.t
23640 ____________________________________________________________________________
23641 [ 20826] By: jhi                                   on 2003/08/22  12:15:28
23642         Log: perlvms moving day, from Craig Berry.
23643      Branch: perl
23644            + pod/perlvms.pod
23645            - vms/perlvms.pod
23646            ! MANIFEST
23647 ____________________________________________________________________________
23648 [ 20825] By: jhi                                   on 2003/08/22  12:14:14
23649         Log: Lower Storable.xs optimization to -O2 on certain
23650              known platforms.
23651      Branch: perl
23652            + ext/Storable/hints/linux.pl
23653            ! MANIFEST
23654 ____________________________________________________________________________
23655 [ 20824] By: jhi                                   on 2003/08/22  08:20:15
23656         Log: Subject: [PATCH] Re: [perl #23463] compiler version on sparc/netbsd
23657              From: Nicholas Clark <nick@ccl4.org>
23658              Date: Thu, 21 Aug 2003 22:26:18 +0100
23659              Message-ID: <20030821222618.T558@plum.flirble.org>
23660      Branch: perl
23661            ! t/op/pack.t
23662 ____________________________________________________________________________
23663 [ 20823] By: jhi                                   on 2003/08/22  08:16:47
23664         Log: Subject: Re: [perl #23463]: compiler version on sparc/netbsd
23665              From: alian@cpan.org (Alian)
23666              Date: Wed, 20 Aug 2003 20:39:17 +0200
23667              Message-ID: <3F43C055.6030709@jupiter.alianet>
23668      Branch: perl
23669            ! t/op/pack.t
23670 ____________________________________________________________________________
23671 [ 20822] By: jhi                                   on 2003/08/22  08:01:57
23672         Log: Try to make the use of utf8 as clear as possible.
23673      Branch: perl
23674            ! lib/utf8.pm
23675 ____________________________________________________________________________
23676 [ 20821] By: jhi                                   on 2003/08/22  07:51:21
23677         Log: Put the tests of the change #19064 back, but disable them.
23678      Branch: perl
23679            ! t/op/args.t
23680 ____________________________________________________________________________
23681 [ 20820] By: jhi                                   on 2003/08/22  06:47:50
23682         Log: Advertise the encoding pragma at the utf8 pragma.
23683      Branch: perl
23684            ! lib/utf8.pm
23685 ____________________________________________________________________________
23686 [ 20819] By: jhi                                   on 2003/08/22  06:31:29
23687         Log: Subject: [PATCH] grok_* symbols missing in Devel::PPPort (2nd attempt)
23688              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
23689              Date: Fri, 22 Aug 2003 09:01:09 +0200
23690              Message-id: <20030822070109.GA1029@ethan>
23691      Branch: perl
23692            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
23693            ! ext/Devel/PPPort/t/test.t
23694 ____________________________________________________________________________
23695 [ 20817] By: jhi                                   on 2003/08/22  05:18:53
23696         Log: Subject: [PATCH] perl-5.8.0, langinfo.h and YESSTR
23697              From: insecure <insecure@mail.od.ua>
23698              Date: Thu, 21 Aug 2003 21:37:56 +0300
23699              Message-Id: <200308212137.57016.insecure@mail.od.ua>
23700      Branch: perl
23701            ! ext/I18N/Langinfo/Langinfo.xs
23702 ____________________________________________________________________________
23703 [ 20816] By: jhi                                   on 2003/08/22  05:15:30
23704         Log: More bytecode patching from Enache.
23705      Branch: perl
23706            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
23707            ! ext/B/B/Disassembler.pm ext/ByteLoader/bytecode.h
23708 ____________________________________________________________________________
23709 [ 20815] By: jhi                                   on 2003/08/22  05:06:58
23710         Log: Subject: Re: pod cleanup
23711              From: Ken Williams <ken@mathforum.org>
23712              Date: Thu, 21 Aug 2003 21:24:57 -0500
23713              Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org>
23714      Branch: perl
23715            ! lib/File/Spec/Cygwin.pm lib/File/Spec/OS2.pm
23716 ____________________________________________________________________________
23717 [ 20814] By: jhi                                   on 2003/08/22  05:05:52
23718         Log: Do not edit perltoc since it is autogenerated.
23719      Branch: perl
23720            ! pod/buildtoc
23721 ____________________________________________________________________________
23722 [ 20813] By: jhi                                   on 2003/08/22  04:57:12
23723         Log: Subject: [PATCH] Re: pod cleanup
23724              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
23725              Date: Thu, 21 Aug 2003 17:09:17 -0400
23726              Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
23727
23728              (the pod part)
23729      Branch: perl
23730            ! pod/perl5005delta.pod pod/perlfaq4.pod pod/perlhack.pod
23731            ! pod/perlipc.pod pod/perlpacktut.pod
23732 ____________________________________________________________________________
23733 [ 20811] By: jhi                                   on 2003/08/22  04:46:58
23734         Log: No need to E<gt>.
23735      Branch: perl
23736            ! pod/perluniintro.pod
23737 ____________________________________________________________________________
23738 [ 20810] By: jhi                                   on 2003/08/22  04:46:01
23739         Log: Add File::Temp's OO test.
23740      Branch: perl
23741            + lib/File/Temp/t/object.t
23742            ! MANIFEST
23743 ____________________________________________________________________________
23744 [ 20809] By: rgs                                   on 2003/08/21  19:07:22
23745         Log: The magic variables that alter STDOUT have a tendancy to segfault
23746              when accessed if STDOUT is undefined. Protect them.
23747      Branch: perl
23748            ! mg.c
23749 ____________________________________________________________________________
23750 [ 20808] By: jhi                                   on 2003/08/21  18:39:36
23751         Log: Mention the Unicode UTR #18 version referenced.
23752      Branch: perl
23753            ! pod/perlunicode.pod
23754 ____________________________________________________________________________
23755 [ 20807] By: jhi                                   on 2003/08/21  18:22:22
23756         Log: Must close so that unlink works portably.
23757      Branch: perl
23758            ! t/io/utf8.t
23759 ____________________________________________________________________________
23760 [ 20806] By: jhi                                   on 2003/08/21  18:15:07
23761         Log: Subject: [perluniintro.pod] pod markup fix
23762              From: Stas Bekman <stas@stason.org>
23763              Date: Thu, 21 Aug 2003 11:41:01 -0700
23764              Message-ID: <3F45123D.8020805@stason.org>
23765      Branch: perl
23766            ! pod/perluniintro.pod
23767 ____________________________________________________________________________
23768 [ 20805] By: jhi                                   on 2003/08/21  18:11:30
23769         Log: Subject: [PATCH] utf8 variable names scrambled in error messages
23770              From: Enache Adrian <enache@rdslink.ro>
23771              Date: Thu, 21 Aug 2003 21:17:26 +0300
23772              Message-ID: <20030821181726.GA1241@ratsnest.hole>
23773      Branch: perl
23774            ! gv.c t/op/die.t
23775 ____________________________________________________________________________
23776 [ 20804] By: jhi                                   on 2003/08/21  18:09:10
23777         Log: Fix the syswrite downgrade bug of
23778              [perl #23428] Somethings rotten in unicode semantics
23779      Branch: perl
23780            ! pp_sys.c t/io/utf8.t
23781 ____________________________________________________________________________
23782 [ 20801] By: jhi                                   on 2003/08/21  15:06:16
23783         Log: No more public cwd(), use private _cwd().
23784      Branch: perl
23785            ! lib/File/Spec/t/Spec.t
23786 ____________________________________________________________________________
23787 [ 20799] By: jhi                                   on 2003/08/21  14:20:04
23788         Log: Underline the fact that abs2rel() makes no sense
23789              if it spans multiple roots.
23790      Branch: perl
23791            ! lib/File/Spec.pm lib/File/Spec/Unix.pm
23792 ____________________________________________________________________________
23793 [ 20798] By: jhi                                   on 2003/08/21  14:12:29
23794         Log: Rename the internal cwd() to _cwd() (it's not curdir).
23795      Branch: perl
23796            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
23797            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
23798            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
23799            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
23800 ____________________________________________________________________________
23801 [ 20797] By: jhi                                   on 2003/08/21  14:05:18
23802         Log: Subject: Re: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
23803              From: PPrymmer@factset.com
23804              Message-ID: <OF261B78F0.19FBE242-ON85256D88.00091B48-85256D88.000A179D@factset.com>
23805              Date: Tue, 19 Aug 2003 21:50:12 -0400
23806      Branch: perl
23807            ! lib/ExtUtils/MM_Unix.pm
23808 ____________________________________________________________________________
23809 [ 20795] By: jhi                                   on 2003/08/21  04:42:56
23810         Log: Retract #19064, broke mod_perl flushing (localisation of $|).
23811              http://public.activestate.com/cgi-bin/perlbrowse?patch=19064
23812              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01466.html
23813      Branch: perl
23814            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
23815 ____________________________________________________________________________
23816 [ 20794] By: jhi                                   on 2003/08/21  04:35:54
23817         Log: MPE/iX does not have nanosleep() (the test makes
23818              a wrong conclusion of the linking succeeding)
23819      Branch: perl
23820            ! ext/Time/HiRes/Makefile.PL
23821 ____________________________________________________________________________
23822 [ 20793] By: jhi                                   on 2003/08/21  04:35:05
23823         Log: Subject: Re: untieing your victim during the act
23824              From: Dave Mitchell <davem@fdgroup.com>
23825              Date: Wed, 20 Aug 2003 20:44:53 +0100
23826              Message-ID: <20030820194453.GD27719@fdgroup.com>
23827      Branch: perl
23828            ! mg.c
23829 ____________________________________________________________________________
23830 [ 20792] By: jhi                                   on 2003/08/21  04:30:54
23831         Log: Byteloader patching from Enache continues;
23832              PADOFFSET handling was wrong.
23833      Branch: perl
23834            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
23835            ! ext/B/t/assembler.t ext/ByteLoader/bytecode.h
23836            ! ext/ByteLoader/byterun.c
23837 ____________________________________________________________________________
23838 [ 20791] By: jhi                                   on 2003/08/20  13:55:35
23839         Log: Subject: [PATCH perl@20760] Remove redundant targets from Win32 Makefile
23840              From: Steve Hay <steve.hay@uk.radan.com>
23841              Date: Wed, 20 Aug 2003 10:54:46 +0100
23842              Message-ID: <3F434566.3030602@uk.radan.com>
23843      Branch: perl
23844            ! win32/Makefile win32/makefile.mk
23845 ____________________________________________________________________________
23846 [ 20790] By: jhi                                   on 2003/08/20  11:01:52
23847         Log: Upgrade to Encode 1.98.
23848      Branch: perl
23849            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
23850            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
23851            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
23852            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_eucjp.t
23853            ! ext/Encode/t/enc_utf8.t ext/Encode/t/mime-header.t
23854            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
23855            ! ext/Encode/ucm/macHebrew.ucm
23856 ____________________________________________________________________________
23857 [ 20789] By: jhi                                   on 2003/08/20  10:49:51
23858         Log: Patch from Enache for the crashing of bytecode.t in Tru64.
23859      Branch: perl
23860            ! ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
23861 ____________________________________________________________________________
23862 [ 20786] By: rgs                                   on 2003/08/19  20:22:07
23863         Log: t/TEST fails to fail when it can't find tests.
23864      Branch: perl
23865            ! t/TEST
23866 ____________________________________________________________________________
23867 [ 20785] By: jhi                                   on 2003/08/19  19:34:18
23868         Log: Manifest.t.ation of Schwern.
23869      Branch: perl
23870            ! lib/ExtUtils/t/Manifest.t
23871 ____________________________________________________________________________
23872 [ 20783] By: jhi                                   on 2003/08/19  19:24:00
23873         Log: Nick's podulator was right, I just hadn't read the manual...
23874              the vms\perlvms.pod lines needed to be moved.
23875      Branch: perl
23876            ! win32/Makefile win32/makefile.mk
23877 ____________________________________________________________________________
23878 [ 20781] By: jhi                                   on 2003/08/19  16:59:49
23879         Log: Subject: Re: [perl #23304] Installing perl breaks redhat-config scripts[was: New (well  known) printer won't install in RH-9]
23880              From: Andy Dougherty <doughera@lafayette.edu>
23881              Date: Tue, 19 Aug 2003 10:45:24 -0400 (EDT)
23882              Message-ID: <Pine.SOL.4.53.0308191027250.6665@maxwell.phys.lafayette.edu>
23883      Branch: perl
23884            ! INSTALL
23885 ____________________________________________________________________________
23886 [ 20780] By: jhi                                   on 2003/08/19  16:54:48
23887         Log: Subject: [PATCH] Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted
23888              From: alian <alian@cpan.org>
23889              Date: Tue, 19 Aug 2003 18:18:03 +0200
23890              Message-ID: <20030819161650.65754.qmail@onion.perl.org>
23891      Branch: perl
23892            + ext/B/hints/openbsd.pl
23893            ! MANIFEST
23894 ____________________________________________________________________________
23895 [ 20779] By: jhi                                   on 2003/08/19  16:49:22
23896         Log: Subject: Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
23897              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
23898              Date: Tue, 19 Aug 2003 08:28:14 -0700
23899              Message-ID: <20030819152814.GA15441@math.berkeley.edu>
23900      Branch: perl
23901            ! lib/File/Spec/OS2.pm
23902 ____________________________________________________________________________
23903 [ 20778] By: jhi                                   on 2003/08/19  15:09:30
23904         Log: Unnecessary whitespace diff.
23905      Branch: perl
23906            ! lib/ExtUtils/MakeMaker.pm
23907 ____________________________________________________________________________
23908 [ 20777] By: jhi                                   on 2003/08/19  15:05:18
23909         Log: One less failure.
23910      Branch: perl
23911            ! lib/ExtUtils/t/Manifest.t
23912 ____________________________________________________________________________
23913 [ 20776] By: jhi                                   on 2003/08/19  13:36:03
23914         Log: Replace #20772 with
23915
23916              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
23917              From: PPrymmer@factset.com
23918              Message-ID: <OFE22C35CE.D5CB1A7F-ON85256D87.004E3BCA-85256D87.004F9EF2@factset.com>
23919              Date: Tue, 19 Aug 2003 10:29:44 -0400
23920      Branch: perl
23921            ! lib/ExtUtils/t/Manifest.t
23922 ____________________________________________________________________________
23923 [ 20775] By: jhi                                   on 2003/08/19  13:29:13
23924         Log: (From Enache) Keep bytecode files (.plc) around in case
23925              of failures.  (Currently Tru64 is reliably barfing.)
23926      Branch: perl
23927            ! ext/B/t/bytecode.t
23928 ____________________________________________________________________________
23929 [ 20774] By: jhi                                   on 2003/08/19  13:20:59
23930         Log: 's buildtoc now.
23931      Branch: perl
23932            ! README.cygwin
23933 ____________________________________________________________________________
23934 [ 20773] By: jhi                                   on 2003/08/19  13:19:24
23935         Log: These are kind of important.
23936      Branch: perl
23937            ! MANIFEST
23938 ____________________________________________________________________________
23939 [ 20772] By: jhi                                   on 2003/08/19  13:13:26
23940         Log: Replace #20763 with
23941
23942              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
23943              From: Michael G Schwern <schwern@pobox.com>
23944              Date: Mon, 18 Aug 2003 17:07:30 -0700
23945              Message-ID: <20030819000729.GG14782@windhund.schwern.org>
23946      Branch: perl
23947            ! lib/ExtUtils/t/Manifest.t
23948 ____________________________________________________________________________
23949 [ 20771] By: jhi                                   on 2003/08/19  13:10:42
23950         Log: Subject: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
23951              From: Michael G Schwern <schwern@pobox.com>
23952              Date: Mon, 18 Aug 2003 18:02:08 -0700
23953              Message-ID: <20030819010208.GI14782@windhund.schwern.org>
23954      Branch: perl
23955            ! lib/File/Spec/OS2.pm
23956 ____________________________________________________________________________
23957 [ 20770] By: jhi                                   on 2003/08/19  13:08:45
23958         Log: Subject: [PATCH] maintperl - File::Spec cwd() stuff
23959              From: Ken Williams <ken@mathforum.org>
23960              Date: Mon, 18 Aug 2003 17:07:43 -0500
23961              Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org>
23962      Branch: perl
23963            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
23964            ! lib/File/Spec/t/Spec.t
23965 ____________________________________________________________________________
23966 [ 20769] By: jhi                                   on 2003/08/19  12:25:07
23967         Log: Update the history records.
23968      Branch: perl
23969            ! pod/perlhist.pod
23970 ____________________________________________________________________________
23971 [ 20768] By: jhi                                   on 2003/08/19  12:15:58
23972         Log: Still trying to unify MANIFEST sorting.
23973      Branch: perl
23974            ! MANIFEST pod/buildtoc
23975 ____________________________________________________________________________
23976 [ 20767] By: jhi                                   on 2003/08/19  12:10:00
23977         Log: Try to unify the MANIFEST sorting.
23978      Branch: perl
23979            ! MANIFEST Makefile.SH pod/buildtoc
23980 ____________________________________________________________________________
23981 [ 20766] By: jhi                                   on 2003/08/19  12:04:22
23982         Log: Nicholas Clark's podulator.  The win32 makefile
23983              generation doesn't seem to be working yet.
23984      Branch: perl
23985            + pod.lst pod/buildtoc
23986            - pod/buildtoc.PL
23987            ! MANIFEST Makefile.SH pod/Makefile.SH pod/perl.pod
23988            ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
23989 ____________________________________________________________________________
23990 [ 20765] By: jhi                                   on 2003/08/19  03:10:57
23991         Log: Pod tweaks for NEXT from Alan Ferrency.
23992      Branch: perl
23993            ! lib/NEXT.pm
23994 ____________________________________________________________________________
23995 [ 20764] By: jhi                                   on 2003/08/18  19:34:16
23996         Log: Typo tweaks from Gerrit P. Haase.  Fcntl, fcntl, fcntl.
23997      Branch: perl
23998            ! ext/Fcntl/Fcntl.pm pod/perlfunc.pod t/io/utf8.t
23999 ____________________________________________________________________________
24000 [ 20763] By: jhi                                   on 2003/08/18  19:01:33
24001         Log: Subject: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
24002              From: PPrymmer@factset.com
24003              Date: Mon, 18 Aug 2003 15:57:12 -0400
24004              Message-ID: <OF314202D4.49371ADF-ON85256D86.006CEBE2-85256D86.006D9AA7@factset.com>
24005      Branch: perl
24006            ! lib/ExtUtils/t/Manifest.t
24007 ____________________________________________________________________________
24008 [ 20762] By: jhi                                   on 2003/08/18  18:57:22
24009         Log: Subject: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
24010              From: PPrymmer@factset.com
24011              Date: Mon, 18 Aug 2003 14:28:22 -0400
24012              Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com>
24013      Branch: perl
24014            ! vms/descrip_mms.template
24015 ____________________________________________________________________________
24016 [ 20761] By: jhi                                   on 2003/08/18  18:53:05
24017         Log: Use the base class cwd() method.
24018      Branch: perl
24019            ! lib/File/Spec/VMS.pm
24020 ____________________________________________________________________________
24021 [ 20758] By: jhi                                   on 2003/08/18  09:37:22
24022         Log: Subject: [PATCH] Uppercase globals in Pod::Html
24023              From: Michael G Schwern <schwern@pobox.com>
24024              Date: Mon, 18 Aug 2003 03:29:09 -0700
24025              Message-ID: <20030818102909.GJ823@windhund.schwern.org>
24026      Branch: perl
24027            ! lib/Pod/Html.pm
24028 ____________________________________________________________________________
24029 [ 20756] By: jhi                                   on 2003/08/18  08:46:52
24030         Log: Subject: [PATCH] Pod::Html  unifying global variable declaration and initialization
24031              From: Michael G Schwern <schwern@pobox.com>
24032              Date: Mon, 18 Aug 2003 02:44:31 -0700
24033              Message-ID: <20030818094431.GG823@windhund.schwern.org>
24034      Branch: perl
24035            ! lib/Pod/Html.pm
24036 ____________________________________________________________________________
24037 [ 20755] By: jhi                                   on 2003/08/18  08:41:24
24038         Log: Warn about the slowness of memory debuggers.
24039      Branch: perl
24040            ! pod/perlhack.pod
24041 ____________________________________________________________________________
24042 [ 20754] By: jhi                                   on 2003/08/18  08:34:00
24043         Log: Upgrade to ExtUtils::MakeMaker 6.16.
24044      Branch: perl
24045            + lib/ExtUtils/t/prereq_print.t
24046            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Installed.pm
24047            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
24048            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
24049            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
24050            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Manifest.t
24051 ____________________________________________________________________________
24052 [ 20753] By: jhi                                   on 2003/08/18  08:21:36
24053         Log: Subject: Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
24054              From: Michael G Schwern <schwern@pobox.com>
24055              Date: Mon, 18 Aug 2003 01:34:34 -0700
24056              Message-ID: <20030818083433.GB823@windhund.schwern.org>
24057      Branch: perl
24058            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
24059 ____________________________________________________________________________
24060 [ 20752] By: jhi                                   on 2003/08/18  07:01:16
24061         Log: I could have sworn the base class method was there.
24062      Branch: perl
24063            ! lib/File/Spec/Unix.pm
24064 ____________________________________________________________________________
24065 [ 20751] By: jhi                                   on 2003/08/18  05:09:34
24066         Log: utf8::is_utf8() wasn't there in 5.8.0.
24067      Branch: perl
24068            ! lib/utf8.pm
24069 ____________________________________________________________________________
24070 [ 20750] By: jhi                                   on 2003/08/18  04:53:22
24071         Log: Subject: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
24072              From: "Craig A. Berry" <craigberry@mac.com>
24073              Date: Sun, 17 Aug 2003 23:28:21 -0500
24074              Message-ID: <3F4055E5.2070407@mac.com>
24075      Branch: perl
24076            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
24077 ____________________________________________________________________________
24078 [ 20749] By: jhi                                   on 2003/08/17  19:27:03
24079         Log: Subject: [PATCH] Taint safe Cwd::_qnx_abs_path()
24080              From: Michael G Schwern <schwern@pobox.com>
24081              Date: Sat, 16 Aug 2003 14:58:25 -0700
24082              Message-ID: <20030816215824.GF5859@windhund.schwern.org>
24083
24084              (plus local *REALPATH)
24085      Branch: perl
24086            ! lib/Cwd.pm
24087 ____________________________________________________________________________
24088 [ 20747] By: jhi                                   on 2003/08/17  08:44:18
24089         Log: Subject: [PATCH] Re: [BUG] string loses its utf8 flag on die
24090              From: Enache Adrian <enache@rdslink.ro>
24091              Date: Sat, 16 Aug 2003 16:03:16 +0300
24092              Message-ID: <20030816130316.GA1654@ratsnest.hole>
24093
24094              Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die
24095              From: Enache Adrian <enache@rdslink.ro>
24096              Date: Sun, 17 Aug 2003 04:42:22 +0300
24097              Message-ID: <20030817014222.GA1287@ratsnest.hole>
24098      Branch: perl
24099            ! t/op/die.t util.c
24100 ____________________________________________________________________________
24101 [ 20745] By: jhi                                   on 2003/08/17  07:52:47
24102         Log: The lib/Cwd.pm diet part of
24103
24104              Subject: [PATCH] File::Spec on diet
24105              From: Tels <perl_dummy@bloodgate.com>
24106              Date: Mon, 7 Jul 2003 22:41:42 +0200
24107              Message-Id: <200307072235.03364@bloodgate.com>
24108      Branch: perl
24109            ! lib/Cwd.pm
24110 ____________________________________________________________________________
24111 [ 20744] By: jhi                                   on 2003/08/17  07:50:00
24112         Log: The "reduce memory footprint and increase speed by not
24113              unconditionally pulling in Cwd"    part of
24114
24115              Subject: [PATCH] File::Spec on diet
24116              From: Tels <perl_dummy@bloodgate.com>
24117              Date: Mon, 7 Jul 2003 22:41:42 +0200
24118              Message-Id: <200307072235.03364@bloodgate.com>
24119
24120              was still valid.
24121      Branch: perl
24122            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
24123            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
24124            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
24125            ! lib/File/Spec/Win32.pm
24126 ____________________________________________________________________________
24127 [ 20741] By: jhi                                   on 2003/08/17  06:53:07
24128         Log: File::Temp 0.14 from Tim Jenness, now with OO interface.
24129      Branch: perl
24130            ! lib/File/Temp.pm
24131 ____________________________________________________________________________
24132 [ 20739] By: jhi                                   on 2003/08/16  21:03:07
24133         Log: Subject: [PATCH: perl@20724] fixes for installperl and the vmsdebug build on VMS
24134              From: PPrymmer@factset.com
24135              Date: Sat, 16 Aug 2003 11:55:58 -0400
24136              Message-ID: <OFA82C9B0A.6463DD81-ON85256D84.0056DF1B-85256D84.005784F2@factset.com>
24137      Branch: perl
24138            ! installperl
24139 ____________________________________________________________________________
24140 [ 20738] By: jhi                                   on 2003/08/16  20:39:47
24141         Log: Update to Filter::Util::Call 1.6 from CPAN, but keep our
24142              $VERSION at 1.601 so that we are different in version
24143              than 5.8.0 since the module is different (one doc tweak).
24144      Branch: perl
24145            ! ext/Filter/Util/Call/Call.pm
24146 ____________________________________________________________________________
24147 [ 20737] By: jhi                                   on 2003/08/16  20:25:21
24148         Log: valgrind --help didn't return a happy exit status.
24149      Branch: perl
24150            ! Makefile.SH
24151 ____________________________________________________________________________
24152 [ 20736] By: rgs                                   on 2003/08/16  19:54:43
24153         Log: Avoid a "Subroutine Cwd::fastcwd redefined" warning when
24154              loading Cwd. Undefing &Cwd::fastcwd beforehand is inconvenient
24155              because loading the XS part of Cwd might fail.
24156      Branch: perl
24157            ! lib/Cwd.pm
24158 ____________________________________________________________________________
24159 [ 20735] By: rgs                                   on 2003/08/16  19:39:39
24160         Log: Subject: [patch lib/utf8.pm] doc tweaks
24161              From: Stas Bekman <stas@stason.org>
24162              Date: Sat, 16 Aug 2003 13:30:28 -0700
24163              Message-ID: <3F3E9464.3030202@stason.org>
24164      Branch: perl
24165            ! lib/utf8.pm
24166 ____________________________________________________________________________
24167 [ 20734] By: rgs                                   on 2003/08/16  19:32:05
24168         Log: Subject: [PATCH] Taint problems in Cwd::abs_path
24169              From: Michael G Schwern <schwern@pobox.com>
24170              Date: Fri, 15 Aug 2003 18:43:45 -0700
24171              Message-ID: <20030816014345.GE4023@windhund.schwern.org>
24172      Branch: perl
24173            ! ext/Cwd/t/taint.t lib/Cwd.pm
24174 ____________________________________________________________________________
24175 [ 20733] By: jhi                                   on 2003/08/16  17:03:15
24176         Log: No ODBM for Mac OS X, even if we have Fink GDBM libraries.
24177      Branch: perl
24178            ! hints/darwin.sh
24179 ____________________________________________________________________________
24180 [ 20732] By: jhi                                   on 2003/08/16  16:52:50
24181         Log: Add valgrind testing target.
24182      Branch: perl
24183            ! Makefile.SH pod/perlhack.pod t/TEST
24184 ____________________________________________________________________________
24185 [ 20731] By: jhi                                   on 2003/08/16  14:37:33
24186         Log: More networking negativity.
24187      Branch: perl
24188            ! pod/perlport.pod
24189 ____________________________________________________________________________
24190 [ 20730] By: rgs                                   on 2003/08/16  12:12:43
24191         Log: Remove a useless vstring reference in perlnumber.pod.
24192      Branch: perl
24193            ! pod/perlnumber.pod
24194 ____________________________________________________________________________
24195 [ 20729] By: jhi                                   on 2003/08/16  10:11:30
24196         Log: README.macosx updates about known problems.
24197      Branch: perl
24198            ! README.macosx
24199 ____________________________________________________________________________
24200 [ 20728] By: jhi                                   on 2003/08/16  08:32:04
24201         Log: Subject: [PATCH] Small test tweak for Memoize/t/error.t
24202              From: Andreas J Koenig <andreas.koenig@anima.de>
24203              Date: Fri, 15 Aug 2003 11:55:22 +0200
24204              Message-ID: <87smo39red.fsf@franz.ak.mind.de>
24205      Branch: perl
24206            ! lib/Memoize/t/errors.t
24207 ____________________________________________________________________________
24208 [ 20727] By: jhi                                   on 2003/08/16  07:25:08
24209         Log: Upgrade to File::Temp 0.13 from CPAN--
24210              but since we had a '0.13' already in 5.8.0, make this
24211              still a '0.131'.
24212      Branch: perl
24213            ! lib/File/Temp.pm lib/File/Temp/t/mktemp.t
24214            ! lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
24215            ! lib/File/Temp/t/tempfile.t
24216 ____________________________________________________________________________
24217 [ 20726] By: jhi                                   on 2003/08/15  20:29:10
24218         Log: Clarify the E flag.
24219      Branch: perl
24220            ! embed.fnc
24221 ____________________________________________________________________________
24222 [ 20725] By: jhi                                   on 2003/08/15  15:37:36
24223         Log: Integrate from maint:
24224              [ 20724]
24225              No peeking before the buffer.
24226              (This was probably the random failure showing up
24227              in Solaris with t/uni/tr_7jis.t)
24228      Branch: perl
24229           !> toke.c
24230 ____________________________________________________________________________
24231 [ 20721] By: jhi                                   on 2003/08/15  08:44:42
24232         Log: Subject: [PATCH] TEST script (Was: Not ok 20712ff)
24233              From: Andreas J Koenig <andreas.koenig@anima.de>
24234              Date: Fri, 15 Aug 2003 11:37:29 +0200
24235              Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de>
24236      Branch: perl
24237            ! t/TEST
24238 ____________________________________________________________________________
24239 [ 20720] By: jhi                                   on 2003/08/15  08:40:07
24240         Log: Integrate from maint:
24241              [ 20719]
24242              no_plan is not a good plan until TEST is fixed.
24243      Branch: perl
24244           !> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
24245 ____________________________________________________________________________
24246 [ 20717] By: jhi                                   on 2003/08/15  05:06:39
24247         Log: Up the F::S subpackage versions; up the JPL JNI.pm version
24248              (the JPL cvs seems to be out of order), the only real change
24249              (in JNI.xs) seems to have been CRLF->LF conversion.
24250      Branch: perl
24251            ! jpl/JNI/JNI.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
24252 ____________________________________________________________________________
24253 [ 20716] By: jhi                                   on 2003/08/15  04:58:34
24254         Log: Upgrade to Test::Harness 2.30.
24255      Branch: perl
24256            ! lib/Test/Harness.pm lib/Test/Harness/Changes
24257            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/pod.t
24258 ____________________________________________________________________________
24259 [ 20715] By: jhi                                   on 2003/08/15  04:41:37
24260         Log: Damian replied that he'll make a CPAN Switch 2.10
24261              out of 5.8.1 Switch 2.10.
24262      Branch: perl
24263            ! lib/Switch.pm
24264 ____________________________________________________________________________
24265 [ 20714] By: jhi                                   on 2003/08/14  18:35:07
24266         Log: Add PerlIO::via::QuotedPrint to Maintainers.
24267      Branch: perl
24268            ! Porting/Maintainers.pl
24269 ____________________________________________________________________________
24270 [ 20713] By: jhi                                   on 2003/08/14  18:33:06
24271         Log: Upgrade to PerlIO::via::Quoted 0.05.
24272      Branch: perl
24273            ! lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
24274 ____________________________________________________________________________
24275 [ 20712] By: jhi                                   on 2003/08/14  18:29:19
24276         Log: Upgrade to NEXT 0.60.
24277      Branch: perl
24278            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
24279            ! lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
24280 ____________________________________________________________________________
24281 [ 20711] By: jhi                                   on 2003/08/14  17:31:55
24282         Log: perlcheat is a reference, not tutorial.
24283      Branch: perl
24284            ! pod/perl.pod
24285 ____________________________________________________________________________
24286 [ 20710] By: jhi                                   on 2003/08/14  16:48:34
24287         Log: Subject: PATCH RC4 IO::Dir
24288              From: Mark Jason Dominus <mjd@plover.com>
24289              Date: Thu, 14 Aug 2003 12:02:59 -0400
24290              Message-ID: <20030814160259.27586.qmail@plover.com>
24291      Branch: perl
24292            ! ext/IO/lib/IO/Dir.pm
24293 ____________________________________________________________________________
24294 [ 20708] By: jhi                                   on 2003/08/14  14:45:20
24295         Log: win32/fcrypt.c was forgotten.
24296      Branch: perl
24297            ! MANIFEST
24298 ____________________________________________________________________________
24299 [ 20706] By: jhi                                   on 2003/08/14  14:40:30
24300         Log: Not so great a version bump, let Paul release 0.17.
24301      Branch: perl
24302            ! ext/Filter/Util/Call/Call.pm
24303 ____________________________________________________________________________
24304 [ 20705] By: jhi                                   on 2003/08/14  14:38:40
24305         Log: One more XS change versus no VERSION change.
24306              (Remaining in JNI.pm/xs, don't know what to about that
24307              since JNI is kind of "stable".)
24308      Branch: perl
24309            ! ext/Filter/Util/Call/Call.pm
24310 ____________________________________________________________________________
24311 [ 20704] By: jhi                                   on 2003/08/14  14:36:45
24312         Log: XS contents changes versus VERSION non-changes.
24313      Branch: perl
24314            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
24315            ! ext/PerlIO/scalar/scalar.pm ext/SDBM_File/SDBM_File.pm
24316            ! ext/Socket/Socket.pm
24317 ____________________________________________________________________________
24318 [ 20702] By: jhi                                   on 2003/08/14  14:24:40
24319         Log: Subject: [PATCH perl@20684] Include fcrypt.c for crypt() on Windows
24320              From: Steve Hay <steve.hay@uk.radan.com>
24321              Date: Thu, 14 Aug 2003 15:39:16 +0100
24322              Message-ID: <3F3B9F14.4040609@uk.radan.com>
24323
24324              (Sarathy okayed the idea.)
24325      Branch: perl
24326            + win32/fcrypt.c
24327            - win32/des_fcrypt.patch
24328            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
24329 ____________________________________________________________________________
24330 [ 20701] By: jhi                                   on 2003/08/14  14:17:42
24331         Log: Subject: [DOC PATCH] warnings.pl
24332              From: Elizabeth Mattijsen <liz@dijkmat.nl>
24333              Date: Thu, 14 Aug 2003 13:12:55 +0200
24334              Message-id: <p05111b00bb611e8835e0@[192.168.56.3]>
24335
24336              (some rewording)
24337      Branch: perl
24338            ! lib/warnings.pm warnings.pl
24339 ____________________________________________________________________________
24340 [ 20700] By: gbarr                                 on 2003/08/14  14:12:45
24341         Log: Update to Scalar-List-Utils 1.12
24342      Branch: perl
24343            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
24344            ! ext/List/Util/lib/List/Util.pm
24345            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/reduce.t
24346 ____________________________________________________________________________
24347 [ 20699] By: jhi                                   on 2003/08/14  13:16:27
24348         Log: All the authors of these modules have now been contacted;
24349              but assuming no CPAN updates are upcoming, here are 'fake'
24350              version updates to make us different from 5.8.0.
24351              (List::Util+Scalar::Util will soon be updated;
24352              File::Spec CPAN release will be made based on 5.8.1.)
24353      Branch: perl
24354            ! ext/Data/Dumper/Dumper.pm lib/CGI/Fast.pm lib/CGI/Util.pm
24355            ! lib/File/Temp.pm lib/Locale/Country.pm lib/Locale/Currency.pm
24356            ! lib/Locale/Language.pm lib/Locale/Script.pm lib/Switch.pm
24357            ! lib/Test/Harness/Straps.pm lib/Text/Wrap.pm
24358 ____________________________________________________________________________
24359 [ 20697] By: jhi                                   on 2003/08/14  07:05:48
24360         Log: Make the blead versions of these be newer...
24361      Branch: perl
24362            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
24363 ____________________________________________________________________________
24364 [ 20696] By: jhi                                   on 2003/08/14  06:51:34
24365         Log: Tweak from Slaven to catch also changed .xs files
24366              (.pm -> .xs name equivalence is assumed)
24367      Branch: perl
24368            ! Porting/cmpVERSION.pl
24369 ____________________________________________________________________________
24370 [ 20695] By: jhi                                   on 2003/08/14  06:44:10
24371         Log: Diffs-sans-version-diffs between blead and maint.
24372      Branch: perl
24373            ! ext/B/B.pm ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
24374            ! ext/Devel/PPPort/PPPort.pm lib/English.pm lib/overload.pm
24375            ! lib/warnings.pm warnings.pl
24376 ____________________________________________________________________________
24377 [ 20692] By: jhi                                   on 2003/08/14  05:23:58
24378         Log: One more VERSION bump.
24379      Branch: perl
24380            ! lib/SelfLoader.pm
24381 ____________________________________________________________________________
24382 [ 20691] By: jhi                                   on 2003/08/14  05:21:20
24383         Log: Add a known exception.
24384      Branch: perl
24385            ! Porting/cmpVERSION.pl
24386 ____________________________________________________________________________
24387 [ 20689] By: jhi                                   on 2003/08/14  04:54:18
24388         Log: The blead version has got the dor.
24389      Branch: perl
24390            ! ext/Opcode/Opcode.pm
24391 ____________________________________________________________________________
24392 [ 20688] By: jhi                                   on 2003/08/14  04:51:30
24393         Log: A swath of VERSION patches from Nicholas Clark.
24394      Branch: perl
24395            ! lib/AutoSplit.pm lib/CPAN/Nox.pm lib/Cwd.pm lib/English.pm
24396            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Path.pm
24397            ! lib/Hash/Util.pm lib/Net/hostent.pm lib/Net/servent.pm
24398            ! lib/Text/Abbrev.pm lib/Thread/Semaphore.pm lib/Tie/Array.pm
24399            ! lib/Tie/RefHash.pm lib/UNIVERSAL.pm lib/Unicode/UCD.pm
24400            ! lib/attributes.pm lib/base.pm lib/diagnostics.pm lib/fields.pm
24401            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/utf8.pm
24402            ! lib/vmsish.pm os2/OS2/Process/Process.pm
24403            ! os2/OS2/REXX/DLL/DLL.pm t/TestInit.pm
24404            ! t/lib/MakeMaker/Test/Utils.pm t/lib/Math/BigInt/BareCalc.pm
24405            ! vms/ext/Filespec.pm warnings.pl
24406 ____________________________________________________________________________
24407 [ 20687] By: jhi                                   on 2003/08/13  18:53:15
24408         Log: Alpha version numbers noticed by Schwern.
24409              (These hacks are no more needed since the PAUSE indexer no
24410              more indexes the insides of Perl distributions, says Andreas.)
24411      Branch: perl
24412            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
24413            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
24414            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
24415            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
24416            ! ext/IPC/SysV/SysV.pm
24417 ____________________________________________________________________________
24418 [ 20686] By: jhi                                   on 2003/08/13  18:42:50
24419         Log: Subject: Re: script wanted
24420              From: Nicholas Clark <nick@ccl4.org>
24421              Date: Wed, 13 Aug 2003 20:46:09 +0100
24422              Message-ID: <20030813204609.G20130@plum.flirble.org>
24423      Branch: perl
24424            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/Debug.pm
24425            ! ext/B/B/Lint.pm ext/Fcntl/Fcntl.pm ext/File/Glob/Glob.pm
24426            ! ext/IO/IO.pm ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
24427            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
24428            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/Msg.pm
24429            ! ext/IPC/SysV/Semaphore.pm ext/POSIX/POSIX.pm
24430            ! ext/Sys/Hostname/Hostname.pm ext/Sys/Syslog/Syslog.pm
24431            ! ext/re/re.pm ext/threads/shared/shared.pm
24432            ! ext/threads/threads.pm
24433 ____________________________________________________________________________
24434 [ 20685] By: jhi                                   on 2003/08/13  18:24:50
24435         Log: Subject: Re: script wanted
24436              From: Enache Adrian <enache@rdslink.ro>
24437              Date: Wed, 13 Aug 2003 22:31:18 +0300
24438              Message-ID: <20030813193118.GA1273@ratsnest.hole>
24439      Branch: perl
24440            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
24441            ! ext/B/B/Disassembler.pm
24442 ____________________________________________________________________________
24443 [ 20681] By: jhi                                   on 2003/08/13  17:13:12
24444         Log: Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted
24445              From: Robin Barker <Robin.Barker@npl.co.uk>
24446              Date: Wed, 13 Aug 2003 18:05:38 +0100
24447              Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk>
24448      Branch: perl
24449            ! lib/lib_pm.PL utils/h2xs.PL utils/perlcc.PL
24450 ____________________________________________________________________________
24451 [ 20680] By: jhi                                   on 2003/08/13  17:11:38
24452         Log: Subject: [PATCH] GNU Public General Public General GNU Public License License
24453              From: Michael G Schwern <schwern@pobox.com>
24454              Date: Wed, 13 Aug 2003 11:15:40 -0700
24455              Message-ID: <20030813181539.GA22658@windhund.schwern.org>
24456      Branch: perl
24457            ! pod/perlartistic.pod pod/perlgpl.pod
24458 ____________________________________________________________________________
24459 [ 20678] By: jhi                                   on 2003/08/13  13:46:18
24460         Log: Add cmpVERSION.pl from Slaven for comparing two
24461              Perl source trees for modules that have changed
24462              but have the same version numbers.
24463      Branch: perl
24464            + Porting/cmpVERSION.pl
24465            ! MANIFEST
24466 ____________________________________________________________________________
24467 [ 20676] By: jhi                                   on 2003/08/13  12:03:08
24468         Log: Make Johan's confusion go away, but there are no doubt more
24469              similar cases.
24470      Branch: perl
24471            ! lib/File/Find.pm
24472 ____________________________________________________________________________
24473 [ 20674] By: jhi                                   on 2003/08/13  11:57:47
24474         Log: Make (hopefully) the Windows CR CR LF bug go away
24475              by making the CRLF layer repel any other CRLF layers.
24476              In other words: binmode(FH, ":crlf") in e.g. Win32
24477              is effectively a no-op since there already is one
24478              CRLF layer in the stack by default.
24479      Branch: perl
24480            ! perlio.c pod/perlrun.pod t/io/crlf.t t/io/layers.t
24481 ____________________________________________________________________________
24482 [ 20673] By: jhi                                   on 2003/08/13  10:29:56
24483         Log: One tweak from Dave Mitchell.
24484      Branch: perl
24485            ! pod/perlport.pod
24486 ____________________________________________________________________________
24487 [ 20672] By: jhi                                   on 2003/08/13  10:27:54
24488         Log: One tweak for microperl in OS/2.
24489      Branch: perl
24490            ! perl.h
24491 ____________________________________________________________________________
24492 [ 20671] By: merijn                                on 2003/08/13  08:57:27
24493         Log: Subject: [PATCH] another VMS pod nit
24494              From: "Craig A. Berry" <craigberry@mac.com>
24495              Date: Wed, 13 Aug 2003 01:01:46 -0500
24496              Message-ID: <3F39D44A.4010207@mac.com>
24497      Branch: perl
24498            ! vms/descrip_mms.template
24499 ____________________________________________________________________________
24500 [ 20670] By: merijn                                on 2003/08/13  08:54:45
24501         Log: Subject: [PATCH Tie::File] turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))
24502              From: "Craig A. Berry" <craigberry@mac.com>
24503              Date: Tue, 12 Aug 2003 21:12:00 -0500
24504              Message-ID: <3F399E70.4050607@mac.com>
24505      Branch: perl
24506            ! lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/29_downcopy.t
24507            ! lib/Tie/File/t/29a_upcopy.t
24508 ____________________________________________________________________________
24509 [ 20669] By: jhi                                   on 2003/08/13  06:06:39
24510         Log: More don't:s for nyetworking.
24511      Branch: perl
24512            ! pod/perlport.pod
24513 ____________________________________________________________________________
24514 [ 20668] By: rgs                                   on 2003/08/12  20:27:41
24515         Log: perlipc thinko by John P. Linderman.
24516      Branch: perl
24517            ! pod/perlipc.pod
24518 ____________________________________________________________________________
24519 [ 20666] By: jhi                                   on 2003/08/12  20:02:13
24520         Log: Subject: Re: maint @ 20617 [PATCH]
24521              From: =?iso-8859-1?q?Sreeji=20K=20Das?= <sreeji_k@yahoo.com>
24522              Date: Tue, 12 Aug 2003 13:19:00 +0100 (BST)
24523              Message-ID: <20030812121900.26127.qmail@web10501.mail.yahoo.com>
24524      Branch: perl
24525            ! lib/ExtUtils/Installed.pm
24526 ____________________________________________________________________________
24527 [ 20665] By: jhi                                   on 2003/08/12  19:59:54
24528         Log: README.cygwin updates from Gerrit P. Haase.
24529      Branch: perl
24530            ! README.cygwin
24531 ____________________________________________________________________________
24532 [ 20664] By: jhi                                   on 2003/08/12  19:57:53
24533         Log: Do some updates also on pod.mak -- which seems to
24534              be badly out of date.
24535      Branch: perl
24536            ! win32/pod.mak
24537 ____________________________________________________________________________
24538 [ 20663] By: jhi                                   on 2003/08/12  19:48:01
24539         Log: More missing pods for VMS.
24540      Branch: perl
24541            ! vms/descrip_mms.template
24542 ____________________________________________________________________________
24543 [ 20662] By: jhi                                   on 2003/08/12  19:43:46
24544         Log: Subject: [PATCH: perl@20617] add handling for new perlreref.pod file to VMS build.
24545              From: PPrymmer@factset.com
24546              Date: Tue, 12 Aug 2003 16:24:21 -0400
24547              Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com>
24548      Branch: perl
24549            ! vms/descrip_mms.template
24550 ____________________________________________________________________________
24551 [ 20661] By: jhi                                   on 2003/08/12  19:41:50
24552         Log: perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett.
24553      Branch: perl
24554            ! pod/perlreref.pod
24555 ____________________________________________________________________________
24556 [ 20660] By: jhi                                   on 2003/08/12  18:44:27
24557         Log: A better patch from Yitzchak Scott-Thoennes for [perl #23287].
24558      Branch: perl
24559            ! pp_sys.c
24560 ____________________________________________________________________________
24561 [ 20657] By: jhi                                   on 2003/08/12  13:55:56
24562         Log: Multiline one-liners are a bit too much to ask.
24563      Branch: perl
24564            ! t/op/closure.t
24565 ____________________________________________________________________________
24566 [ 20654] By: jhi                                   on 2003/08/12  13:23:00
24567         Log: Add perlcheat to the toc and perl.pod; regen toc.
24568      Branch: perl
24569            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
24570 ____________________________________________________________________________
24571 [ 20653] By: jhi                                   on 2003/08/12  13:15:17
24572         Log: Retract #20644 and #20643; on non-microperl non-fcntl
24573              systems Wrong Thing would be done.  (And as Sarathy
24574              points out, closing both ends of a pipe is rather
24575              identical to never opening it...)
24576      Branch: perl
24577            ! pp_sys.c util.c
24578 ____________________________________________________________________________
24579 [ 20652] By: ams                                   on 2003/08/12  13:06:40
24580         Log: Subject: perlcheat
24581              From: Juerd <juerd@cpan.org>
24582              Date: Mon, 11 Aug 2003 20:24:34 +0200
24583              Message-Id: <20030811182434.GI17748@c3.convolution.nl>
24584      Branch: perl
24585            + pod/perlcheat.pod
24586            ! MANIFEST
24587 ____________________________________________________________________________
24588 [ 20651] By: jhi                                   on 2003/08/12  12:52:09
24589         Log: Microperl expects C89 (like the rest of Perl).
24590      Branch: perl
24591            ! README.micro
24592 ____________________________________________________________________________
24593 [ 20650] By: jhi                                   on 2003/08/12  12:32:29
24594         Log: Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code
24595              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
24596              Date: Sun, 3 Aug 2003 06:19:02 -0700
24597              Message-ID: <20030803131902.GA5146@math.berkeley.edu>
24598      Branch: perl
24599            ! lib/ExtUtils/xsubpp
24600 ____________________________________________________________________________
24601 [ 20648] By: jhi                                   on 2003/08/12  11:56:52
24602         Log: If we are void we cannot return a value.
24603      Branch: perl
24604            ! mg.c
24605 ____________________________________________________________________________
24606 [ 20647] By: jhi                                   on 2003/08/12  11:54:32
24607         Log: Oops.
24608      Branch: perl
24609            ! perl.c
24610 ____________________________________________________________________________
24611 [ 20646] By: jhi                                   on 2003/08/12  11:51:25
24612         Log: Apply much of Ilya's microperl patch, but instead of
24613              implementing the opendir()/readdir()/closedir() using
24614              external commands give up "ANSI-pureness" and define them
24615              in uconfig.sh, also define other stuff like rename() and putenv().
24616              Leave out the $| emulation in my_fork() since we are
24617              not supposed to have fork() under microperl.
24618      Branch: perl
24619            ! Makefile.micro README.micro doio.c mg.c perl.c perl.h
24620            ! perlvars.h pp_sys.c sv.c uconfig.h uconfig.sh util.c
24621 ____________________________________________________________________________
24622 [ 20645] By: jhi                                   on 2003/08/12  10:40:54
24623         Log: Localize PARENT (based on Ilya's microperl patch).
24624      Branch: perl
24625            ! lib/Cwd.pm
24626 ____________________________________________________________________________
24627 [ 20644] By: jhi                                   on 2003/08/12  10:37:55
24628         Log: More microperlish faking in case no fcntl F_SETFD for pipes.
24629      Branch: perl
24630            ! util.c
24631 ____________________________________________________________________________
24632 [ 20643] By: jhi                                   on 2003/08/12  10:13:53
24633         Log: A generally useful hunk from Ilya's microperl patch.
24634              (If no fcntl F_SETFD, fake it the best we can.)
24635      Branch: perl
24636            ! pp_sys.c
24637 ____________________________________________________________________________
24638 [ 20640] By: jhi                                   on 2003/08/12  09:59:16
24639         Log: returning would be good, too.
24640      Branch: perl
24641            ! ext/Safe/t/safeops.t
24642 ____________________________________________________________________________
24643 [ 20639] By: jhi                                   on 2003/08/12  09:57:07
24644         Log: No dor in maint.
24645      Branch: perl
24646            ! ext/Safe/t/safeops.t
24647 ____________________________________________________________________________
24648 [ 20634] By: jhi                                   on 2003/08/12  08:41:49
24649         Log: Subject: [PATCH 5.8.1 @19053] XSLoader revisted
24650              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
24651              Date: Mon, 21 Apr 2003 22:44:37 -0700
24652              Message-ID: <20030422054437.GA8297@math.berkeley.edu>
24653
24654              (the XSLoader doc hunk; the h2xs looks like a behavioural change)
24655      Branch: perl
24656            ! ext/DynaLoader/XSLoader_pm.PL
24657 ____________________________________________________________________________
24658 [ 20633] By: jhi                                   on 2003/08/12  08:31:01
24659         Log: Subject: [PATCH h2xs] produce Foo-Bar/lib/Foo/Bar.pm
24660              From: Michael G Schwern <schwern@pobox.com>
24661              Date: Sat, 9 Aug 2003 15:03:02 -0700
24662              Message-ID: <20030809220301.GE24919@windhund.schwern.org>
24663
24664              (plus one extra catfile() in h2xs.t)
24665      Branch: perl
24666            ! lib/h2xs.t utils/h2xs.PL
24667 ____________________________________________________________________________
24668 [ 20632] By: jhi                                   on 2003/08/12  08:11:08
24669         Log: The Debian people have expressed a wish for the boilerplate
24670              being specific about the Perl version; patch from Nicholas Clark.
24671      Branch: perl
24672            ! utils/h2xs.PL
24673 ____________________________________________________________________________
24674 [ 20631] By: jhi                                   on 2003/08/12  08:09:43
24675         Log: A new try from Dave Mitchell for [perl #23265].
24676      Branch: perl
24677            ! pad.c t/op/closure.t
24678 ____________________________________________________________________________
24679 [ 20630] By: jhi                                   on 2003/08/12  07:59:22
24680         Log: Fix for [perl #23287] segfault in untie.
24681              (Well, at least no more coredump.)
24682      Branch: perl
24683            ! pp_sys.c t/op/tie.t
24684 ____________________________________________________________________________
24685 [ 20629] By: jhi                                   on 2003/08/12  06:24:32
24686         Log: =head2 ALL CAPS
24687      Branch: perl
24688            ! pod/perlreref.pod
24689 ____________________________________________________________________________
24690 [ 20628] By: jhi                                   on 2003/08/12  06:22:25
24691         Log: Too enthusiastic head2-ing.
24692      Branch: perl
24693            ! pod/perlreref.pod
24694 ____________________________________________________________________________
24695 [ 20627] By: jhi                                   on 2003/08/12  05:17:14
24696         Log: Gotta Get'em Cases Right.
24697      Branch: perl
24698            ! pod/perlreref.pod
24699 ____________________________________________________________________________
24700 [ 20626] By: jhi                                   on 2003/08/12  05:04:02
24701         Log: head2-ify many of the head1s, will probably make this look
24702              better in HTML.
24703      Branch: perl
24704            ! pod/perlreref.pod
24705 ____________________________________________________________________________
24706 [ 20625] By: jhi                                   on 2003/08/12  04:55:32
24707         Log: Subject: Re: [PATCH] perlreref.pod tweaks
24708              From: Iain Truskett <spoon@cpan.org>
24709              Date: Tue, 12 Aug 2003 13:59:27 +1000
24710              Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au>
24711
24712              plus explain "Titlecase".
24713      Branch: perl
24714            ! pod/perlreref.pod
24715 ____________________________________________________________________________
24716 [ 20623] By: rgs                                   on 2003/08/11  19:59:17
24717         Log: Add a new regression test for Safe : tests that all ops
24718              can be trapped by a Safe compartement (except for the ones
24719              that can't.)
24720      Branch: perl
24721            + ext/Safe/t/safeops.t
24722            ! MANIFEST
24723 ____________________________________________________________________________
24724 [ 20622] By: rgs                                   on 2003/08/11  18:33:06
24725         Log: B::Deparse wasn't handling correctly builtins that
24726              have two filehandles in their prototypes (pipe, socketpair,
24727              accept) when non-bareword prototypes were used.
24728      Branch: perl
24729            ! ext/B/B/Deparse.pm
24730 ____________________________________________________________________________
24731 [ 20620] By: jhi                                   on 2003/08/11  17:08:29
24732         Log: Subject: [PATCH] [@20616] perlreref.pod incorrectly describes \c
24733              From: merlyn@stonehenge.com (Randal L. Schwartz)
24734              Date: 11 Aug 2003 09:45:29 -0700
24735              Message-ID: <86isp4kus6.fsf@blue.stonehenge.com>
24736
24737              Subject: [PATCH] perlreref.pod tweaks
24738              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
24739              Date: Mon, 11 Aug 2003 13:19:51 -0400
24740              Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu>
24741
24742              Plus a note about {,n} not being a quantifier.
24743      Branch: perl
24744            ! pod/perlreref.pod
24745 ____________________________________________________________________________
24746 [ 20619] By: jhi                                   on 2003/08/11  15:50:34
24747         Log: Integrate:
24748              [ 20618]
24749              $* is not yet fully gone in 5.8.1.
24750      Branch: perl
24751           !> pod/perlreref.pod
24752 ____________________________________________________________________________
24753 [ 20614] By: nick                                  on 2003/08/11  12:14:55
24754         Log: Allow via layer to affect the PERLIO_F_UTF8 flag.
24755      Branch: perl
24756            ! ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
24757 ____________________________________________________________________________
24758 [ 20612] By: jhi                                   on 2003/08/11  10:55:19
24759         Log: VC6 warning: result still unsigned.
24760      Branch: perl
24761            ! regexec.c
24762 ____________________________________________________________________________
24763 [ 20611] By: jhi                                   on 2003/08/11  08:33:13
24764         Log: Typo fix from Boris Zentner.
24765      Branch: perl
24766            ! pod/perlfaq5.pod
24767 ____________________________________________________________________________
24768 [ 20609] By: jhi                                   on 2003/08/11  04:28:29
24769         Log: Subject: [perl #23273] warnings in Unicode::UCD
24770              From: Lukas Mai (via RT) <perlbug-followup@perl.org>
24771              Date: 10 Aug 2003 22:37:41 -0000
24772              Message-ID: <rt-23273-62473.18.6967347513833@rt.perl.org>
24773      Branch: perl
24774            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
24775 ____________________________________________________________________________
24776 [ 20608] By: jhi                                   on 2003/08/11  04:24:34
24777         Log: Explain the 'Wide character in print' a bit more.
24778      Branch: perl
24779            ! pod/perldiag.pod
24780 ____________________________________________________________________________
24781 [ 20607] By: rgs                                   on 2003/08/10  20:44:23
24782         Log: Subject: Re: killing for vital signs [PATCH]
24783              From: "John P. Linderman" <jpl@research.att.com>
24784              Date: Sun, 10 Aug 2003 15:44:33 -0400 (EDT)
24785              Message-Id: <200308101944.PAA96547@raptor.research.att.com>
24786      Branch: perl
24787            ! pod/perlfunc.pod pod/perlipc.pod
24788 ____________________________________________________________________________
24789 [ 20605] By: jhi                                   on 2003/08/10  20:38:39
24790         Log: gcc -ansi -pedantic cleanup; and a seemingly forgotten
24791              sv_placeholder hunk.
24792      Branch: perl
24793            ! perl.h sv.h
24794 ____________________________________________________________________________
24795 [ 20604] By: jhi                                   on 2003/08/10  20:14:28
24796         Log: Clarify the format checking instructions.
24797      Branch: perl
24798            ! Porting/pumpkin.pod
24799 ____________________________________________________________________________
24800 [ 20602] By: jhi                                   on 2003/08/10  19:45:45
24801         Log: Retract #20597, too many resulting core dumps.
24802      Branch: perl
24803            ! pad.c t/op/closure.t
24804 ____________________________________________________________________________
24805 [ 20597] By: jhi                                   on 2003/08/10  17:55:03
24806         Log: Subject: Re: [perl #23265] Nested anonymous subs
24807              From: Dave Mitchell <davem@fdgroup.com>
24808              Date: Sun, 10 Aug 2003 01:35:30 +0100
24809              Message-ID: <20030810003530.GB6547@fdgroup.com>
24810      Branch: perl
24811            ! pad.c t/op/closure.t
24812 ____________________________________________________________________________
24813 [ 20596] By: jhi                                   on 2003/08/10  17:38:35
24814         Log: Try simple workaround for the POSIX autosplit.ix warning.
24815      Branch: perl
24816            ! ext/POSIX/POSIX.pm
24817 ____________________________________________________________________________
24818 [ 20595] By: jhi                                   on 2003/08/10  17:33:12
24819         Log: One more PL_csighandlerp.
24820      Branch: perl
24821            ! ext/POSIX/POSIX.xs
24822 ____________________________________________________________________________
24823 [ 20594] By: rgs                                   on 2003/08/10  13:30:11
24824         Log: Further tweaks on perlreref.pod (by Iain Truskett)
24825      Branch: perl
24826            ! pod/perlreref.pod
24827 ____________________________________________________________________________
24828 [ 20593] By: rgs                                   on 2003/08/10  12:32:47
24829         Log: Add the perlreref manpage, by Iain Truskett
24830              (regular expressions quick reference.)
24831              Regenerate the table of contents.
24832      Branch: perl
24833            + pod/perlreref.pod
24834            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
24835 ____________________________________________________________________________
24836 [ 20592] By: rgs                                   on 2003/08/09  21:13:27
24837         Log: Remove ByteLoader from the list of modules whose compilability should
24838              be tested : it's loaded (at runtime) by ext/B/t/bytecode.t (as Enache
24839              pointed out.)
24840      Branch: perl
24841            ! t/lib/1_compile.t
24842 ____________________________________________________________________________
24843 [ 20591] By: rgs                                   on 2003/08/09  21:08:59
24844         Log: Subject: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
24845              From: Dave Mitchell <davem@fdgroup.com>
24846              Date: Sat, 9 Aug 2003 14:51:44 +0100
24847              Message-ID: <20030809135144.GC4997@fdgroup.com>
24848      Branch: perl
24849            ! embed.fnc embed.h global.sym op.c pp_ctl.c proto.h scope.c
24850            ! scope.h t/lib/warnings/pad
24851 ____________________________________________________________________________
24852 [ 20590] By: rgs                                   on 2003/08/09  21:02:21
24853         Log: Regenerate perlapi.pod.
24854      Branch: perl
24855            ! pod/perlapi.pod
24856 ____________________________________________________________________________
24857 [ 20589] By: rgs                                   on 2003/08/09  20:26:28
24858         Log: Subject: [PATCH t/lib/1_compile.t] Removing tested modules
24859              From: Michael G Schwern <schwern@pobox.com>
24860              Date: Sat, 9 Aug 2003 13:36:59 -0700
24861              Message-ID: <20030809203659.GB24919@windhund.schwern.org>
24862      Branch: perl
24863            ! t/lib/1_compile.t
24864 ____________________________________________________________________________
24865 [ 20588] By: jhi                                   on 2003/08/09  18:13:07
24866         Log: Update Jon Orwant's email address as he wants it,
24867              drop TPJ URL; upate also Doug MacEachern's address.
24868      Branch: perl
24869            ! pod/perlembed.pod pod/perlmodinstall.pod
24870 ____________________________________________________________________________
24871 [ 20587] By: ams                                   on 2003/08/09  18:09:34
24872         Log: hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a
24873              normal key was replaced by its UTF-8 equivalent. This caused the
24874              "Storable problem" RT3 users reported under RH9.
24875      Branch: perl
24876            ! hv.c
24877 ____________________________________________________________________________
24878 [ 20586] By: jhi                                   on 2003/08/09  18:08:20
24879         Log: Subject: [PATCH perlmodinstall.pod] Installation on Win32
24880              From: Michael G Schwern <schwern@pobox.com>
24881              Date: Fri, 8 Aug 2003 18:35:51 -0700
24882              Message-ID: <20030809013550.GS1587@windhund.schwern.org>
24883      Branch: perl
24884            ! pod/perlmodinstall.pod
24885 ____________________________________________________________________________
24886 [ 20584] By: jhi                                   on 2003/08/09  18:05:22
24887         Log: Reintroduce the U_32-ification to pad.c,
24888              suggested by Dave Mitchell.
24889      Branch: perl
24890            ! pad.c
24891 ____________________________________________________________________________
24892 [ 20583] By: rgs                                   on 2003/08/09  12:43:50
24893         Log: Change #20578 to SelfLoader is probably also useful to AutoSplit.
24894      Branch: perl
24895            ! lib/AutoSplit.pm
24896 ____________________________________________________________________________
24897 [ 20579] By: jhi                                   on 2003/08/09  08:07:22
24898         Log: Some updates for the memory use debugging section:
24899              -DL is obsolete, mention Devel::Size, and Purify and valgrind.
24900      Branch: perl
24901            ! pod/perldebguts.pod
24902 ____________________________________________________________________________
24903 [ 20578] By: jhi                                   on 2003/08/09  07:34:16
24904         Log: Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
24905              Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8.
24906              which was on old bug unearthed by the change #20559.
24907              Basically, qr// + (??{$lexical}) combination is very, VERY broken.
24908              Workaround is not to use lexicals.
24909      Branch: perl
24910            ! lib/SelfLoader.pm
24911 ____________________________________________________________________________
24912 [ 20577] By: jhi                                   on 2003/08/09  07:28:41
24913         Log: The libcygipc doesn't really work with the Perl SysV IPC tests
24914              so no much point in adding it yet.
24915      Branch: perl
24916            ! hints/cygwin.sh
24917 ____________________________________________________________________________
24918 [ 20575] By: jhi                                   on 2003/08/09  07:24:43
24919         Log: Retract #20524 since it was due to broken INT32_MIN in
24920              Cygwin 1.5's stdint.h.
24921      Branch: perl
24922            ! pad.c
24923 ____________________________________________________________________________
24924 [ 20574] By: jhi                                   on 2003/08/09  07:11:32
24925         Log: Subject: [ PATCH] Re: strange destruction problem on VMS
24926              From: Dave Mitchell <davem@fdgroup.com>
24927              Date: Fri, 8 Aug 2003 22:28:48 +0100
24928              Message-ID: <20030808212848.GA2628@fdgroup.com>
24929      Branch: perl
24930            ! sv.c
24931 ____________________________________________________________________________
24932 [ 20573] By: jhi                                   on 2003/08/09  07:09:07
24933         Log: Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
24934              From: Michael G Schwern <schwern@pobox.com>
24935              Date: Fri, 8 Aug 2003 13:59:50 -0700
24936              Message-ID: <20030808205950.GJ1587@windhund.schwern.org>
24937      Branch: perl
24938            ! pod/perlfaq8.pod
24939 ____________________________________________________________________________
24940 [ 20572] By: jhi                                   on 2003/08/09  07:06:37
24941         Log: Subject: [PATCH] kill 'INT' doesn't work on Windows
24942              From: Jan Dubois <jand@ActiveState.com>
24943              Date: Fri, 08 Aug 2003 17:49:03 -0700
24944              Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com>
24945      Branch: perl
24946            ! win32/win32.c
24947 ____________________________________________________________________________
24948 [ 20571] By: jhi                                   on 2003/08/09  06:53:54
24949         Log: Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
24950              From: Nicholas Clark <nick@ccl4.org>
24951              Date: Fri, 8 Aug 2003 23:30:00 +0100
24952              Message-ID: <20030808233000.B20130@plum.flirble.org>
24953      Branch: perl
24954            ! ext/Storable/Storable.xs
24955 ____________________________________________________________________________
24956 [ 20570] By: jhi                                   on 2003/08/09  06:52:36
24957         Log: Two more tests for #20566/#20568.
24958      Branch: perl
24959            ! t/op/pat.t
24960 ____________________________________________________________________________
24961 [ 20568] By: jhi                                   on 2003/08/08  21:05:24
24962         Log: Subject: [PATCH] Re: UNICODE regexp bug
24963              From: Nick Ing-Simmons <nick@ing-simmons.net>
24964              Date: Fri, 08 Aug 2003 23:05:49 +0100
24965              Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com>
24966
24967              Better patch (than #20566) from NI-S, one more test
24968              (introduce another variable rather than reuse the tmp, though)
24969      Branch: perl
24970            ! regexec.c t/op/pat.t
24971 ____________________________________________________________________________
24972 [ 20566] By: jhi                                   on 2003/08/08  19:47:45
24973         Log: Subject: UNICODE regexp bug
24974              From: Nick Ing-Simmons <nick@ing-simmons.net>
24975              Date: Fri, 08 Aug 2003 20:36:56 +0100
24976              Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com>
24977      Branch: perl
24978            ! regexec.c t/op/pat.t
24979 ____________________________________________________________________________
24980 [ 20565] By: jhi                                   on 2003/08/08  18:59:40
24981         Log: Move the csighandler to be a data variable so that
24982              things like DLL trampolines can't mess up the code
24983              variables the Perl_csighandler (seen in Cygwin:
24984              Perl_csighandler in POSIX extension was different
24985              than in main executable).
24986      Branch: perl
24987            ! embedvar.h ext/POSIX/POSIX.xs mg.c perlapi.h perlvars.h
24988 ____________________________________________________________________________
24989 [ 20564] By: jhi                                   on 2003/08/08  13:12:19
24990         Log: Subject: [PATCH] Re: main@20537: WinXP build failed op/time.t test 2
24991              From: Steve Hay <steve.hay@uk.radan.com>
24992              Date: Fri, 08 Aug 2003 12:42:28 +0100
24993              Message-ID: <3F338CA4.3010503@uk.radan.com>
24994      Branch: perl
24995            ! t/op/time.t
24996 ____________________________________________________________________________
24997 [ 20563] By: jhi                                   on 2003/08/08  13:09:00
24998         Log: Subject: [PATCH] maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist
24999              From: "Gerrit P. Haase" <gp@familiehaase.de>
25000              Date: Fri, 8 Aug 2003 13:44:51 +0200
25001              Message-ID: <1621817486657.20030808134451@familiehaase.de>
25002      Branch: perl
25003            ! ext/NDBM_File/hints/cygwin.pl ext/ODBM_File/hints/cygwin.pl
25004            ! hints/cygwin.sh
25005 ____________________________________________________________________________
25006 [ 20560] By: jhi                                   on 2003/08/08  04:28:44
25007         Log: Retract PASTHRU* changes as recommended by Schwern.
25008      Branch: perl
25009            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
25010            ! lib/ExtUtils/t/MM_Win32.t
25011 ____________________________________________________________________________
25012 [ 20559] By: rgs                                   on 2003/08/07  19:59:18
25013         Log: Subject: Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicals
25014              From: Dave Mitchell <davem@fdgroup.com>
25015              Date: Thu, 7 Aug 2003 15:53:35 +0100
25016              Message-ID: <20030807145335.GF26683@fdgroup.com>
25017      Branch: perl
25018            ! scope.c t/lib/warnings/pad
25019 ____________________________________________________________________________
25020 [ 20556] By: jhi                                   on 2003/08/07  18:14:41
25021         Log: The #20546 was too ambitious, broke the test.
25022      Branch: perl
25023            ! lib/Benchmark.pm lib/Benchmark.t
25024 ____________________________________________________________________________
25025 [ 20554] By: jhi                                   on 2003/08/07  17:00:03
25026         Log: Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS.
25027              From: PPrymmer@factset.com
25028              Date: Thu, 7 Aug 2003 14:02:02 -0400
25029              Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com>
25030      Branch: perl
25031            ! vms/descrip_mms.template
25032 ____________________________________________________________________________
25033 [ 20553] By: jhi                                   on 2003/08/07  16:45:25
25034         Log: Some AUTHORS updates.
25035      Branch: perl
25036            ! AUTHORS
25037 ____________________________________________________________________________
25038 [ 20552] By: jhi                                   on 2003/08/07  15:45:03
25039         Log: Hint away the semid_ds test in NetBSD/sparc.
25040      Branch: perl
25041            ! hints/netbsd.sh
25042 ____________________________________________________________________________
25043 [ 20550] By: jhi                                   on 2003/08/07  15:39:53
25044         Log: Allow hinting d_semctl_semun and d_semctl_semid_ds.
25045      Branch: perl
25046            ! Configure
25047 ____________________________________________________________________________
25048 [ 20548] By: jhi                                   on 2003/08/07  14:48:27
25049         Log: Subject: [PATCH] Test::More
25050              From: Fergal Daly <fergal@esatclear.ie>
25051              Date: Thu, 7 Aug 2003 15:52:11 +0100
25052              Message-Id: <200308071552.11873.fergal@esatclear.ie>
25053      Branch: perl
25054            ! lib/Test/More.pm
25055 ____________________________________________________________________________
25056 [ 20547] By: jhi                                   on 2003/08/07  14:45:22
25057         Log: Integrate from maint:
25058              [ 20543]
25059              Workround for SuSE8.2's -lndbm hack
25060      Branch: perl
25061           !> hints/linux.sh
25062 ____________________________________________________________________________
25063 [ 20546] By: jhi                                   on 2003/08/07  14:43:57
25064         Log: Subject: [PATCH 5.8.1] Benchmark problem
25065              From: Radu Greab <rgreab@fx.ro>
25066              Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST)
25067              Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro>
25068
25069              Subject: Re: [PATCH 5.8.1] Benchmark problem
25070              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25071              Date: Thu, 7 Aug 2003 15:48:38 +0200
25072              Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr>
25073      Branch: perl
25074            ! lib/Benchmark.pm lib/Benchmark.t
25075 ____________________________________________________________________________
25076 [ 20544] By: jhi                                   on 2003/08/07  14:25:25
25077         Log: Retract #20359: too wide a brush.
25078      Branch: perl
25079            ! hints/netbsd.sh
25080 ____________________________________________________________________________
25081 [ 20542] By: jhi                                   on 2003/08/07  06:24:23
25082         Log: If no alarm(), skip the subtests.
25083      Branch: perl
25084            ! ext/Time/HiRes/t/HiRes.t
25085 ____________________________________________________________________________
25086 [ 20541] By: jhi                                   on 2003/08/07  06:15:54
25087         Log: Subject: Re: maint @ 20537
25088              From: Philip Newton <Philip.Newton@gmx.net>
25089              Date: Thu, 07 Aug 2003 09:05:17 +0200
25090              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
25091      Branch: perl
25092            ! ext/Socket/Socket.xs
25093 ____________________________________________________________________________
25094 [ 20540] By: jhi                                   on 2003/08/07  06:13:19
25095         Log: Subject: Re: maint @ 20537
25096              From: Philip Newton <Philip.Newton@gmx.net>
25097              Date: Thu, 07 Aug 2003 09:05:17 +0200
25098              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
25099      Branch: perl
25100            ! hints/dos_djgpp.sh
25101 ____________________________________________________________________________
25102 [ 20539] By: jhi                                   on 2003/08/07  05:17:56
25103         Log: NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
25104              broken SysV semaphores.
25105      Branch: perl
25106            ! hints/netbsd.sh
25107 ____________________________________________________________________________
25108 [ 20538] By: jhi                                   on 2003/08/07  05:08:14
25109         Log: Subject: Re: [perl #23030] Error in negative lookahead with alternations
25110              From: hv@crypt.org
25111              Date: Thu, 07 Aug 2003 02:44:23 +0100
25112              Message-Id: <200308070144.h771iN906446@zen.crypt.org>
25113      Branch: perl
25114            ! regexec.c t/op/re_tests
25115 ____________________________________________________________________________
25116 [ 20535] By: jhi                                   on 2003/08/06  19:05:18
25117         Log: ESUCCESS = 0 is not true, but exists.
25118      Branch: perl
25119            ! ext/Errno/t/Errno.t
25120 ____________________________________________________________________________
25121 [ 20533] By: jhi                                   on 2003/08/06  18:39:49
25122         Log: Subject: [pathc] Sys:Syslog.pm::syslog() - Better error message
25123              From: jari.aalto@poboxes.com (Jari Aalto)
25124              Date: Wed, 06 Aug 2003 14:24:42 +0300
25125              Message-ID: <ekzzowp1.fsf@blue.sea.net>
25126      Branch: perl
25127            ! ext/Sys/Syslog/Syslog.pm
25128 ____________________________________________________________________________
25129 [ 20530] By: jhi                                   on 2003/08/06  18:24:56
25130         Log: Make code agree with documentation (from Wolfgang Friebel)
25131      Branch: perl
25132            ! lib/ExtUtils/MakeMaker.pm
25133 ____________________________________________________________________________
25134 [ 20529] By: jhi                                   on 2003/08/06  18:20:31
25135         Log: Various tweaks to help DJGPP builds.
25136      Branch: perl
25137            ! djgpp/djgppsed.sh hints/dos_djgpp.sh
25138 ____________________________________________________________________________
25139 [ 20527] By: jhi                                   on 2003/08/06  14:57:22
25140         Log: More PASTHRU patching from Steve Hay.
25141      Branch: perl
25142            ! lib/ExtUtils/MM_Unix.pm
25143 ____________________________________________________________________________
25144 [ 20526] By: jhi                                   on 2003/08/06  13:53:01
25145         Log: Cast away gcc 3.3 type conversion pickiness.
25146      Branch: perl
25147            ! ext/threads/threads.xs
25148 ____________________________________________________________________________
25149 [ 20524] By: jhi                                   on 2003/08/06  13:36:44
25150         Log: Subject: Re: perl with cygwin 1.5, need help
25151              From: "Gerrit P. Haase" <gp@familiehaase.de>
25152              Date: Tue, 5 Aug 2003 14:36:55 +0200
25153              Message-ID: <71561410910.20030805143655@familiehaase.de>
25154
25155              (needed manual fitting)
25156      Branch: perl
25157            ! pad.c
25158 ____________________________________________________________________________
25159 [ 20523] By: jhi                                   on 2003/08/06  13:30:42
25160         Log: Subject: maint @ 20512
25161              From: Robin Barker <Robin.Barker@npl.co.uk>
25162              Date: Wed, 6 Aug 2003 15:31:33 +0100
25163              Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk>
25164      Branch: perl
25165            ! MANIFEST Porting/Maintainers.pl
25166 ____________________________________________________________________________
25167 [ 20520] By: jhi                                   on 2003/08/06  11:38:46
25168         Log: Subject: [PATCH] Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
25169              From: Steve Hay <steve.hay@uk.radan.com>
25170              Date: Wed, 06 Aug 2003 10:56:44 +0100
25171              Message-ID: <3F30D0DC.20700@uk.radan.com>
25172      Branch: perl
25173            ! lib/ExtUtils/MM_Unix.pm
25174 ____________________________________________________________________________
25175 [ 20514] By: jhi                                   on 2003/08/06  05:22:29
25176         Log: Subject: Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition
25177              From: Tim Jenness <t.jenness@jach.hawaii.edu>
25178              Date: Tue, 5 Aug 2003 17:21:46 -1000 (HST)
25179              Message-ID: <Pine.LNX.4.44.0308051720280.8532-100000@lapaki>
25180      Branch: perl
25181            ! pod/perlfaq2.pod
25182 ____________________________________________________________________________
25183 [ 20513] By: jhi                                   on 2003/08/06  05:18:32
25184         Log: Subject: [PATCH] dprofpp.PL again -- #20488 thinko
25185              From: "Craig A. Berry" <craigberry@mac.com>
25186              Date: Wed, 06 Aug 2003 00:18:36 -0500
25187              Message-ID: <3F308FAC.4090409@mac.com>
25188
25189              (from vmsperl list)
25190      Branch: perl
25191            ! utils/dprofpp.PL
25192 ____________________________________________________________________________
25193 [ 20510] By: jhi                                   on 2003/08/05  19:01:08
25194         Log: Subject: [PATCH pod/perlfaq2.pod] BETTER update Friedl book listing for 2nd edition
25195              From: mjd@plover.com
25196              Date: 5 Aug 2003 19:23:46 -0000
25197              Message-ID: <20030805192346.25911.qmail@plover.com>
25198      Branch: perl
25199            ! pod/perlfaq2.pod
25200 ____________________________________________________________________________
25201 [ 20508] By: jhi                                   on 2003/08/05  18:36:38
25202         Log: Continue #20506.
25203      Branch: perl
25204            ! lib/ExtUtils/MM_Unix.pm
25205 ____________________________________________________________________________
25206 [ 20506] By: jhi                                   on 2003/08/05  17:58:01
25207         Log: Try to fix the INC in PASTHRU.
25208      Branch: perl
25209            ! lib/ExtUtils/MM_Unix.pm
25210 ____________________________________________________________________________
25211 [ 20503] By: jhi                                   on 2003/08/05  16:02:14
25212         Log: Subject: Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined.
25213              From: Chip Salzenberg <chip@pobox.com>
25214              Date: Tue, 5 Aug 2003 11:39:24 -0400
25215              Message-ID: <20030805153924.GO1751@perlsupport.com
25216      Branch: perl
25217            ! perlio.c
25218 ____________________________________________________________________________
25219 [ 20502] By: jhi                                   on 2003/08/05  15:32:39
25220         Log: Subject: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
25221              From: Steve Hay <steve.hay@uk.radan.com>
25222              Date: Tue, 05 Aug 2003 10:43:49 +0100
25223              Message-ID: <3F2F7C55.9020808@uk.radan.com>
25224
25225              (The MM_Unix.pm part was dealt with in #20501.)
25226      Branch: perl
25227            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t
25228 ____________________________________________________________________________
25229 [ 20501] By: jhi                                   on 2003/08/05  15:28:17
25230         Log: Reinstate #11125, hopefully making MakeMaker to pass
25231              DEFINE and INCLUDE to subdirs (NI-S says he'll work
25232              around any problems caused seen Tk if necessary).
25233              Also (document and) reorder the PASTHRU_INC and PASTHRU_DEFINE
25234              to be _after_ the directory-specific INC and DEFINE as suggested
25235              by NI-S (Tk probably being the only "user" of the said macros).
25236      Branch: perl
25237            ! lib/ExtUtils/MM_Unix.pm
25238 ____________________________________________________________________________
25239 [ 20500] By: jhi                                   on 2003/08/05  15:14:35
25240         Log: Subject: [PATCH-5.8.1-RC4] WinCE more implemented functions
25241              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
25242              Date: Tue, 5 Aug 2003 20:12:18 +0400
25243              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com>
25244      Branch: perl
25245            - wince/include/netdb.h
25246            ! MANIFEST wince/Makefile.ce wince/win32.h wince/win32io.c
25247            ! wince/wince.c
25248 ____________________________________________________________________________
25249 [ 20499] By: jhi                                   on 2003/08/05  14:03:43
25250         Log: A suggested perlio doc addition from Stas.
25251      Branch: perl
25252            ! pod/perliol.pod
25253 ____________________________________________________________________________
25254 [ 20498] By: jhi                                   on 2003/08/05  13:32:59
25255         Log: Subject: [PATCH RC4] AUTHORS +  Maintainers.pl
25256              From: Robin Barker <Robin.Barker@npl.co.uk>
25257              Date: Tue, 5 Aug 2003 15:32:36 +0100
25258              Message-ID: <533D273D4014D411AB1D00062938C4D90404661C@hotel.npl.co.uk>
25259      Branch: perl
25260            ! AUTHORS Porting/Maintainers.pl
25261 ____________________________________________________________________________
25262 [ 20497] By: jhi                                   on 2003/08/05  12:23:04
25263         Log: This is necessary to get things building for the VMS debugger.
25264              (Craig Berry)
25265      Branch: perl
25266            ! vms/descrip_mms.template
25267 ____________________________________________________________________________
25268 [ 20495] By: jhi                                   on 2003/08/05  09:23:24
25269         Log: Subject: Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6
25270              From: alian <alian@cpan.org>
25271              Date: Tue, 05 Aug 2003 12:21:42 +0200
25272              Message-ID: <3F2F8536.1090702@jupiter.alianet>
25273      Branch: perl
25274            ! ext/POSIX/t/posix.t
25275 ____________________________________________________________________________
25276 [ 20494] By: jhi                                   on 2003/08/05  09:03:57
25277         Log: Add some known cases to Maintainers.
25278      Branch: perl
25279            ! Porting/Maintainers.pl
25280 ____________________________________________________________________________
25281 [ 20492] By: jhi                                   on 2003/08/05  08:34:34
25282         Log: Subject: [PATCH] perlthrtut.pod
25283              From: Elizabeth Mattijsen <liz@dijkmat.nl>
25284              Date: Tue, 5 Aug 2003 11:26:04 +0200
25285              Message-Id: <p05111b0abb5525e65401@[80.127.186.62]>
25286      Branch: perl
25287            ! pod/perlthrtut.pod
25288 ____________________________________________________________________________
25289 [ 20491] By: jhi                                   on 2003/08/05  08:31:29
25290         Log: Add META.yml and Stas' makemeta (plus extensive reworking
25291              of the Maintainers utility)
25292      Branch: perl
25293            + META.yml Porting/Maintainers.pm Porting/makemeta
25294            ! MANIFEST Makefile.SH Porting/Maintainers
25295            ! Porting/Maintainers.pl
25296 ____________________________________________________________________________
25297 [ 20490] By: jhi                                   on 2003/08/05  06:28:06
25298         Log: ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparc
25299              Try to remove the created message queues and semaphores
25300              even in the case of failures.
25301      Branch: perl
25302            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
25303 ____________________________________________________________________________
25304 [ 20489] By: jhi                                   on 2003/08/05  06:21:47
25305         Log: Subject: PerlIO_{read,write} return value doc patch
25306              From: Gisle Aas <gisle@ActiveState.com>
25307              Date: 04 Aug 2003 13:25:28 -0700
25308              Message-ID: <lr4r0xuq4n.fsf@caliper.activestate.com>
25309      Branch: perl
25310            ! pod/perlapio.pod
25311 ____________________________________________________________________________
25312 [ 20488] By: jhi                                   on 2003/08/05  06:12:07
25313         Log: Subject: [PATCH utils/dprofpp.PL] (was Re: DProf tests with -p broken on VMS)
25314              From: "Craig A. Berry" <craigberry@mac.com>
25315              Date: Mon, 04 Aug 2003 19:29:51 -0500
25316              Message-ID: <3F2EFA7F.6070801@mac.com>
25317      Branch: perl
25318            ! utils/dprofpp.PL
25319 ____________________________________________________________________________
25320 [ 20486] By: jhi                                   on 2003/08/05  06:05:53
25321         Log: Subject: [PATCH] typos in encoding.pm
25322              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
25323              Date: Mon, 4 Aug 2003 20:09:35 +0200
25324              Message-ID: <005001c35ab3$9225c320$0c2f1fac@R2D2>
25325      Branch: perl
25326            ! ext/Encode/encoding.pm
25327 ____________________________________________________________________________
25328 [ 20485] By: jhi                                   on 2003/08/05  05:29:11
25329         Log: Bytecode patching from Enache.
25330      Branch: perl
25331            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
25332            ! ext/B/t/bytecode.t ext/ByteLoader/bytecode.h t/TEST
25333 ____________________________________________________________________________
25334 [ 20484] By: jhi                                   on 2003/08/05  05:26:32
25335         Log: Upgrade to Digest::MD5 2.27.
25336      Branch: perl
25337            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
25338            ! ext/Digest/MD5/t/files.t
25339 ____________________________________________________________________________
25340 [ 20483] By: jhi                                   on 2003/08/05  05:15:16
25341         Log: Subject: [Patch 5.8.1 Encode.pm] v-strings deprecated
25342              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25343              Date: Tue, 05 Aug 2003 00:27:10 +0900
25344              Message-Id: <20030805002313.9880.BQW10602@nifty.com>
25345      Branch: perl
25346            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
25347 ____________________________________________________________________________
25348 [ 20482] By: rgs                                   on 2003/08/04  22:06:46
25349         Log: Nit in INSTALL about the svr?.sh hint files.
25350      Branch: perl
25351            ! INSTALL
25352 ____________________________________________________________________________
25353 [ 20480] By: rgs                                   on 2003/08/04  21:30:25
25354         Log: Subject: [PATCH] Re: [perl #23210] parser error with 'print $HANDLE func(@args)'
25355              From: Steve Grazzini <grazz@pobox.com>
25356              Date: Mon, 4 Aug 2003 16:01:45 -0400
25357              Message-ID: <20030804200145.GB21699@grazzini.net>
25358
25359              Prevent the warning "Bareword found where operator expected" in
25360              the case "print $fh foo()" where foo() is an undefined function.
25361      Branch: perl
25362            ! toke.c
25363 ____________________________________________________________________________
25364 [ 20479] By: rgs                                   on 2003/08/04  20:26:17
25365         Log: Fix bug #23141 : localization of readonly magic scalars
25366              now produces an error "Modification of a read-only value
25367              attempted", instead of silently failing.
25368      Branch: perl
25369            ! scope.c t/op/local.t
25370 ____________________________________________________________________________
25371 [ 20478] By: rgs                                   on 2003/08/04  20:10:52
25372         Log: Revert change #19282 : it caused problems for some -Duseshrplib
25373              builds. On the other hand, make sure that your C compiler isn't
25374              a perl script !
25375      Branch: perl
25376            ! Makefile.SH
25377 ____________________________________________________________________________
25378 [ 20475] By: jhi                                   on 2003/08/04  09:35:55
25379         Log: Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
25380      Branch: perl
25381            ! perl.c perl.h
25382 ____________________________________________________________________________
25383 [ 20474] By: jhi                                   on 2003/08/04  08:41:55
25384         Log: Oops.
25385      Branch: perl
25386            ! hints/darwin.sh hints/rhapsody.sh
25387 ____________________________________________________________________________
25388 [ 20473] By: jhi                                   on 2003/08/04  07:58:36
25389         Log: Subject: [PATCH] Re: Can't usemymalloc on OS X
25390              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25391              Date: Mon, 4 Aug 2003 10:35:12 +0200
25392              Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr>
25393      Branch: perl
25394            ! hints/darwin.sh
25395 ____________________________________________________________________________
25396 [ 20470] By: jhi                                   on 2003/08/04  06:30:05
25397         Log: Test count adjustment from Rafael.
25398      Branch: perl
25399            ! lib/Test/Simple/t/is_deeply.t
25400 ____________________________________________________________________________
25401 [ 20469] By: jhi                                   on 2003/08/04  06:23:26
25402         Log: Subject: [PATCH] maint, Win32, GCC 3.2
25403              From: Mattia Barbon <mbarbon@dsi.unive.it>
25404              Date: Sat, 2 Aug 2003 10:31:07 +0200 (ora legale Europa occidentale)
25405              Message-ID: <Mahogany-0.64.2-624-20030802-103107.00@rbnet.it>
25406      Branch: perl
25407            ! ext/Errno/Errno_pm.PL
25408 ____________________________________________________________________________
25409 [ 20467] By: jhi                                   on 2003/08/04  05:10:57
25410         Log: Apparently the newly introduce -DDARWIN did conflict with
25411              some Apple definition, how ironic...
25412      Branch: perl
25413            ! hints/darwin.sh perl.h
25414 ____________________________________________________________________________
25415 [ 20466] By: jhi                                   on 2003/08/04  05:03:30
25416         Log: Subject: Debian patch that skips podless modules
25417              From: Alexey Tourbin <at@altlinux.ru>
25418              Date: Sun, 3 Aug 2003 21:33:00 +0400
25419              Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru>
25420
25421              (plus Schwern's and Robert's nits)
25422      Branch: perl
25423            ! installman
25424 ____________________________________________________________________________
25425 [ 20465] By: jhi                                   on 2003/08/04  05:00:04
25426         Log: Subject: [PATCH] 4 bugs in Test::More
25427              From: Fergal Daly <fergal@esatclear.ie> (by way of Fergal Daly <fergal@esatclear.ie>)
25428              Date: Fri, 21 Mar 2003 10:57:31 +0000
25429              Message-Id: <200303211057.31879.fergal@esatclear.ie>
25430      Branch: perl
25431            ! lib/Test/More.pm lib/Test/Simple/t/More.t
25432            ! lib/Test/Simple/t/is_deeply.t
25433 ____________________________________________________________________________
25434 [ 20464] By: jhi                                   on 2003/08/04  04:44:08
25435         Log: Upgrade to ExtUtils::MakeMaker 6.15.
25436      Branch: perl
25437            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
25438            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
25439            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
25440 ____________________________________________________________________________
25441 [ 20463] By: jhi                                   on 2003/08/04  04:37:25
25442         Log: Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong
25443              From: Michael G Schwern <schwern@pobox.com>
25444              Date: Sun, 3 Aug 2003 16:12:35 -0700
25445              Message-ID: <20030803231235.GJ24350@windhund.schwern.org>
25446      Branch: perl
25447            ! lib/Benchmark.pm lib/Benchmark.t
25448 ____________________________________________________________________________
25449 [ 20462] By: rgs                                   on 2003/08/03  22:26:10
25450         Log: Subject: [PATCH] Re: [perl #23207] persistant sideffect involving bitwise xor and substr
25451              From: Enache Adrian <enache@rdslink.ro>
25452              Date: Sun, 3 Aug 2003 18:00:05 +0300
25453              Message-ID: <20030803150005.GA1319@ratsnest.hole>
25454      Branch: perl
25455            ! pp.c t/op/substr.t
25456 ____________________________________________________________________________
25457 [ 20461] By: rgs                                   on 2003/08/03  21:50:11
25458         Log: Subject: Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6
25459              From: alian <alian@cpan.org>
25460              Date: Sat, 02 Aug 2003 16:19:25 +0200
25461              Message-ID: <3F2BC86D.2050400@jupiter.alianet>
25462
25463              Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern)
25464      Branch: perl
25465            ! ext/POSIX/t/posix.t
25466 ____________________________________________________________________________
25467 [ 20458] By: jhi                                   on 2003/08/03  19:01:08
25468         Log: Subject: [PATCH-for-5.8.1-RC4] wince distribution
25469              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
25470              Date: Mon, 4 Aug 2003 00:01:08 +0400
25471              Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad>
25472      Branch: perl
25473            ! wince/makedist.pl
25474 ____________________________________________________________________________
25475 [ 20457] By: jhi                                   on 2003/08/03  18:59:10
25476         Log: Subject: [PATCH perlreftut.pod] Minor edits
25477              From: mjd@plover.com
25478              Date: 3 Aug 2003 17:46:08 -0000
25479              Message-ID: <20030803174608.15792.qmail@plover.com>
25480      Branch: perl
25481            ! pod/perlreftut.pod
25482 ____________________________________________________________________________
25483 [ 20456] By: jhi                                   on 2003/08/03  18:52:16
25484         Log: Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits
25485              From: mjd@plover.com
25486              Date: 3 Aug 2003 19:37:49 -0000
25487              Message-ID: <20030803193749.3733.qmail@plover.com>
25488      Branch: perl
25489            ! ext/Time/HiRes/HiRes.pm
25490 ____________________________________________________________________________
25491 [ 20455] By: jhi                                   on 2003/08/03  18:47:13
25492         Log: Subject: [PATCH] Re: win32.c bug - handle leak
25493              From: Jan Dubois <jand@ActiveState.com>
25494              Date: Sat, 02 Aug 2003 10:25:05 -0700
25495              Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com>
25496      Branch: perl
25497            ! win32/win32.c
25498 ____________________________________________________________________________
25499 [ 20454] By: jhi                                   on 2003/08/03  18:45:53
25500         Log: Subject: [PATCH 5.8.1 @20218] OS/2 build
25501              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
25502              Date: Sat, 2 Aug 2003 09:38:50 -0700
25503              Message-ID: <20030802163850.GA4712@math.berkeley.edu>
25504      Branch: perl
25505            ! os2/os2ish.h
25506 ____________________________________________________________________________
25507 [ 20453] By: jhi                                   on 2003/08/03  18:44:29
25508         Log: Subject: [PATCH] Storable and uninitalized array values
25509              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
25510              Date: Sat, 2 Aug 2003 13:40:16 +0200
25511              Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2>
25512      Branch: perl
25513            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
25514 ____________________________________________________________________________
25515 [ 20452] By: jhi                                   on 2003/08/03  18:27:47
25516         Log: Upgrade to Unicode::Collate 0.26.
25517      Branch: perl
25518            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
25519            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
25520            ! lib/Unicode/Collate/t/test.t
25521 ____________________________________________________________________________
25522 [ 20451] By: jhi                                   on 2003/08/03  18:24:18
25523         Log: Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl
25524              From: "Craig A. Berry" <craigberry@mac.com>
25525              Date: Sat, 02 Aug 2003 10:25:44 -0500
25526              Message-ID: <3F2BD7F8.8090003@mac.com>
25527      Branch: perl
25528            ! lib/Net/Ping.pm
25529 ____________________________________________________________________________
25530 [ 20450] By: rgs                                   on 2003/08/03  12:50:07
25531         Log: Subject: [PATCH 5.8.1 @20218] Shell.t
25532              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
25533              Date: Sun, 3 Aug 2003 06:21:41 -0700
25534              Message-ID: <20030803132141.GA5156@math.berkeley.edu>
25535      Branch: perl
25536            ! lib/Shell.t
25537 ____________________________________________________________________________
25538 [ 20447] By: jhi                                   on 2003/08/02  07:26:58
25539         Log: C++ (or C99) sneak attack ("inline" function keyword).
25540      Branch: perl
25541            ! ext/Devel/DProf/DProf.xs
25542 ____________________________________________________________________________
25543 [ 20445] By: jhi                                   on 2003/08/02  06:24:30
25544         Log: Subject: [PATCH] Re: [perl #23185] perl crash with File::Glob
25545              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
25546              Date: Fri, 1 Aug 2003 13:12:14 +0200
25547              Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2>
25548      Branch: perl
25549            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
25550            ! ext/File/Glob/t/basic.t
25551 ____________________________________________________________________________
25552 [ 20444] By: jhi                                   on 2003/08/02  06:17:28
25553         Log: Only show the message if the locale settings look risky.
25554      Branch: perl
25555            ! ext/Time/HiRes/Makefile.PL
25556 ____________________________________________________________________________
25557 [ 20443] By: jhi                                   on 2003/08/02  06:01:27
25558         Log: Add a message about the LC_ALL=C workaround (for non-core builds);
25559              update Changes.
25560      Branch: perl
25561            ! ext/Time/HiRes/Changes ext/Time/HiRes/Makefile.PL
25562 ____________________________________________________________________________
25563 [ 20441] By: jhi                                   on 2003/08/02  05:37:37
25564         Log: Subject: [PATCH] Small nit to pad.c
25565              From: Enache Adrian <enache@rdslink.ro>
25566              Date: Sat, 2 Aug 2003 01:50:40 +0300
25567              Message-ID: <20030801225040.GB1281@ratsnest.hole>
25568      Branch: perl
25569            ! pad.c
25570 ____________________________________________________________________________
25571 [ 20440] By: jhi                                   on 2003/08/02  05:12:13
25572         Log: Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes
25573              From: Radu Greab <rgreab@fx.ro>
25574              Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST)
25575              Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro>
25576      Branch: perl
25577            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
25578            ! ext/Devel/DProf/DProf.xs t/lib/dprof/test8_t
25579            ! t/lib/dprof/test8_v
25580 ____________________________________________________________________________
25581 [ 20439] By: jhi                                   on 2003/08/02  05:06:43
25582         Log: Subject: [PATCH] ioctl for VMS
25583              From: "Craig A. Berry" <craigberry@mac.com>
25584              Date: Fri, 01 Aug 2003 23:34:31 -0500
25585              Message-ID: <3F2B3F57.4050609@mac.com>
25586      Branch: perl
25587            ! configure.com vms/vmsish.h
25588 ____________________________________________________________________________
25589 [ 20438] By: jhi                                   on 2003/08/02  05:05:40
25590         Log: Subject: [PATCH] argv case nit for VMS
25591              From: "Craig A. Berry" <craigberry@mac.com>
25592              Date: Fri, 01 Aug 2003 19:16:30 -0500
25593              Message-ID: <3F2B02DE.10207@mac.com>
25594      Branch: perl
25595            ! ext/Encode/bin/enc2xs pod/pod2usage.PL pod/podselect.PL
25596 ____________________________________________________________________________
25597 [ 20437] By: jhi                                   on 2003/08/01  22:00:30
25598         Log: Hugo's second thoughts: drop the relatively rare and
25599              slow optimization for now.
25600      Branch: perl
25601            ! regexec.c
25602 ____________________________________________________________________________
25603 [ 20435] By: jhi                                   on 2003/08/01  21:55:19
25604         Log: Missed this bit in the last update: couldn't answer ''
25605              or ' ' to get 'none'.
25606      Branch: perl
25607            ! Configure
25608 ____________________________________________________________________________
25609 [ 20432] By: jhi                                   on 2003/08/01  13:45:10
25610         Log: Encode pre-1.98 update from Dan Kogai, sent from
25611              the ashes of his smoldering motherboard.
25612      Branch: perl
25613            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/META.yml
25614            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
25615            ! ext/Encode/t/perlio.t ext/Encode/ucm/macArabic.ucm
25616            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macHebrew.ucm
25617 ____________________________________________________________________________
25618 [ 20431] By: jhi                                   on 2003/08/01  13:34:28
25619         Log: More runperl(switches => ...) finds (bleadperl only).
25620      Branch: perl
25621            ! t/op/readline.t
25622 ____________________________________________________________________________
25623 [ 20426] By: jhi                                   on 2003/08/01  12:45:19
25624         Log: Regen perltoc.
25625      Branch: perl
25626            ! pod/perltoc.pod
25627 ____________________________________________________________________________
25628 [ 20425] By: jhi                                   on 2003/08/01  12:44:16
25629         Log: pod likes whitespace.
25630      Branch: perl
25631            ! ext/ByteLoader/ByteLoader.pm
25632 ____________________________________________________________________________
25633 [ 20422] By: jhi                                   on 2003/08/01  11:37:53
25634         Log: Faulty check.
25635      Branch: perl
25636            ! t/test.pl
25637 ____________________________________________________________________________
25638 [ 20420] By: jhi                                   on 2003/08/01  11:06:54
25639         Log: Update INSTALL on the *dir.
25640      Branch: perl
25641            ! INSTALL
25642 ____________________________________________________________________________
25643 [ 20419] By: jhi                                   on 2003/08/01  11:04:55
25644         Log: Regen Glossary et al.
25645      Branch: perl
25646            ! Porting/Glossary Porting/config.sh Porting/config_H
25647 ____________________________________________________________________________
25648 [ 20418] By: jhi                                   on 2003/08/01  10:58:23
25649         Log: Now the test should be really testing what it's supposed to.
25650      Branch: perl
25651            ! ext/B/t/bytecode.t
25652 ____________________________________________________________________________
25653 [ 20417] By: jhi                                   on 2003/08/01  10:45:57
25654         Log: Fix the options.
25655      Branch: perl
25656            ! ext/B/t/bytecode.t
25657 ____________________________________________________________________________
25658 [ 20416] By: jhi                                   on 2003/08/01  10:44:19
25659         Log: Argument sanity checking.
25660      Branch: perl
25661            ! t/test.pl
25662 ____________________________________________________________________________
25663 [ 20413] By: jhi                                   on 2003/08/01  10:37:09
25664         Log: Regen Configure to use the *html*dir files.
25665              (installhtml uses none of that, though)
25666      Branch: perl
25667            ! Configure Policy_sh.SH config_h.SH
25668 ____________________________________________________________________________
25669 [ 20411] By: jhi                                   on 2003/08/01  10:10:05
25670         Log: More for the *dir changes.
25671      Branch: perl
25672            ! Policy_sh.SH config_h.SH hints/darwin.sh
25673 ____________________________________________________________________________
25674 [ 20410] By: jhi                                   on 2003/08/01  10:09:38
25675         Log: Regen Configure for the new *dir installation variables.
25676              If these don't work, ask Schwern.
25677      Branch: perl
25678            ! Configure
25679 ____________________________________________________________________________
25680 [ 20408] By: jhi                                   on 2003/08/01  05:27:48
25681         Log: Upgrade to MakeMaker 6.13.
25682      Branch: perl
25683            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
25684            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
25685            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
25686            ! lib/ExtUtils/t/basic.t
25687 ____________________________________________________________________________
25688 [ 20407] By: jhi                                   on 2003/08/01  05:21:36
25689         Log: JAPH patch :-) from Abigail.
25690      Branch: perl
25691            ! t/japh/abigail.t
25692 ____________________________________________________________________________
25693 [ 20406] By: jhi                                   on 2003/08/01  05:10:30
25694         Log: Regen perlapi.
25695      Branch: perl
25696            ! perlapi.c
25697 ____________________________________________________________________________
25698 [ 20405] By: jhi                                   on 2003/08/01  05:09:23
25699         Log: Subject: [PATCH] Re: utf8+regex bug in 5.8.1-RC2
25700              From: Dave Mitchell <davem@fdgroup.com>
25701              Date: Fri, 1 Aug 2003 01:16:31 +0100
25702              Message-ID: <20030801001631.GA11233@fdgroup.com>
25703      Branch: perl
25704            ! regcomp.c t/op/pat.t
25705 ____________________________________________________________________________
25706 [ 20404] By: ams                                   on 2003/08/01  03:28:17
25707         Log: Subject: [PATCH] LotR quote for perlapi.c
25708              From: Autrijus Tang <autrijus@autrijus.org>
25709              Date: Fri, 1 Aug 2003 10:00:29 +0800
25710              Message-Id: <20030801020029.GA28241@not.autrijus.org>
25711      Branch: perl
25712            ! embed.pl
25713 ____________________________________________________________________________
25714 [ 20396] By: rgs                                   on 2003/07/31  20:37:50
25715         Log: Document in INSTALL that -Uinstallusrbinperl is now the default.
25716      Branch: perl
25717            ! INSTALL
25718 ____________________________________________________________________________
25719 [ 20395] By: jhi                                   on 2003/07/31  20:32:30
25720         Log: Integrate README.macosx more.
25721      Branch: perl
25722            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
25723            ! win32/Makefile win32/makefile.mk
25724 ____________________________________________________________________________
25725 [ 20394] By: jhi                                   on 2003/07/31  20:31:49
25726         Log: README.macosx from Sherm Pendley.
25727      Branch: perl
25728            + README.macosx
25729            ! MANIFEST
25730 ____________________________________________________________________________
25731 [ 20393] By: jhi                                   on 2003/07/31  20:31:08
25732         Log: Unportable subtest needs rethink.
25733      Branch: perl
25734            ! ext/B/t/bytecode.t
25735 ____________________________________________________________________________
25736 [ 20392] By: jhi                                   on 2003/07/31  20:22:03
25737         Log: Enache again.
25738      Branch: perl
25739            ! ext/ByteLoader/bytecode.h
25740 ____________________________________________________________________________
25741 [ 20390] By: jhi                                   on 2003/07/31  20:20:28
25742         Log: Retract #20385.
25743      Branch: perl
25744            ! ext/ByteLoader/bytecode.h
25745 ____________________________________________________________________________
25746 [ 20389] By: jhi                                   on 2003/07/31  20:14:06
25747         Log: Yet another bytecode tweak from Enache.
25748      Branch: perl
25749            ! ext/B/B/Bytecode.pm
25750 ____________________________________________________________________________
25751 [ 20388] By: jhi                                   on 2003/07/31  20:11:21
25752         Log: Subject: [DOC PATCH] pod/perlguts.pod
25753              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
25754              Date: Thu, 31 Jul 2003 22:39:01 +0200
25755              Message-ID: <004a01c357a3$c71f9f50$0c2f1fac@R2D2>
25756      Branch: perl
25757            ! pod/perlguts.pod
25758 ____________________________________________________________________________
25759 [ 20387] By: jhi                                   on 2003/07/31  19:57:36
25760         Log: Subject: Re: [perl #23171] Regex too selfish
25761              From: hv@crypt.org
25762              Date: Thu, 31 Jul 2003 18:59:43 +0100
25763              Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org>
25764
25765              (choose the second code patch)
25766      Branch: perl
25767            ! regexec.c t/op/re_tests
25768 ____________________________________________________________________________
25769 [ 20386] By: jhi                                   on 2003/07/31  19:48:17
25770         Log: Make consistent with installperl (and working in MPE/iX)
25771              (Mark Bixby)
25772      Branch: perl
25773            ! installman
25774 ____________________________________________________________________________
25775 [ 20385] By: jhi                                   on 2003/07/31  19:46:14
25776         Log: (retracted by #20390)
25777      Branch: perl
25778            ! ext/ByteLoader/bytecode.h
25779 ____________________________________________________________________________
25780 [ 20383] By: jhi                                   on 2003/07/31  19:37:22
25781         Log: Upgrade to real CPAN.pm 1.76.
25782      Branch: perl
25783            + lib/CPAN/META.yml lib/CPAN/PAUSE2003.pub lib/CPAN/SIGNATURE
25784            + lib/CPAN/t/signature.t
25785            ! MANIFEST lib/CPAN.pm
25786 ____________________________________________________________________________
25787 [ 20379] By: jhi                                   on 2003/07/31  12:32:31
25788         Log: One more tweak for Mac OS X hints.
25789      Branch: perl
25790            ! hints/darwin.sh
25791 ____________________________________________________________________________
25792 [ 20378] By: jhi                                   on 2003/07/31  11:39:31
25793         Log: The new PKI system is far too untested and rough yet
25794              (think machines with no network, machines behind firewalls,
25795              corporate and national encryption policies).  It cannot be
25796              considered useable at this stage.
25797
25798              Therefore, create a fake CPAN 1.76.
25799      Branch: perl
25800            ! lib/CPAN.pm
25801 ____________________________________________________________________________
25802 [ 20377] By: jhi                                   on 2003/07/31  11:28:58
25803         Log: This test is pretty useless as it stands.
25804      Branch: perl
25805            - lib/CPAN/t/signature.t
25806            ! MANIFEST
25807 ____________________________________________________________________________
25808 [ 20376] By: jhi                                   on 2003/07/31  10:30:08
25809         Log: Document the requirements for Module::Signature a bit.
25810      Branch: perl
25811            ! lib/CPAN.pm
25812 ____________________________________________________________________________
25813 [ 20375] By: jhi                                   on 2003/07/31  09:37:44
25814         Log: We are change #20316 ahead of 1.75.
25815      Branch: perl
25816            ! lib/CPAN.pm
25817 ____________________________________________________________________________
25818 [ 20373] By: jhi                                   on 2003/07/31  07:35:11
25819         Log: Integrate from maint:
25820              [ 20359]
25821              No more wince/README.compile here, either.
25822      Branch: perl
25823           !> Porting/makerel
25824 ____________________________________________________________________________
25825 [ 20371] By: jhi                                   on 2003/07/31  05:41:56
25826         Log: ext/SDBM_File/sdbm's auto directory ended up in ext/SDBM_File.
25827              (Schwern)
25828      Branch: perl
25829            ! lib/ExtUtils/MakeMaker.pm
25830 ____________________________________________________________________________
25831 [ 20370] By: jhi                                   on 2003/07/31  05:39:11
25832         Log: Schwern says this is most probably an old VMS MakeMaker
25833              bug workaround that can go now.
25834      Branch: perl
25835            ! ext/SDBM_File/sdbm/Makefile.PL
25836 ____________________________________________________________________________
25837 [ 20369] By: jhi                                   on 2003/07/31  05:32:15
25838         Log: Final touches to "Apple-like" installation directories.
25839      Branch: perl
25840            ! hints/darwin.sh
25841 ____________________________________________________________________________
25842 [ 20368] By: jhi                                   on 2003/07/31  05:28:17
25843         Log: Tests for change #20367 (and change use overload; to
25844              just require overload;)
25845      Branch: perl
25846            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
25847 ____________________________________________________________________________
25848 [ 20367] By: jhi                                   on 2003/07/31  05:12:47
25849         Log: Subject: [PATCH Tie::RefHash] added support for overloaded ""
25850              From: Xavier Noria <fxn@hashref.com>
25851              Date: Thu, 31 Jul 2003 00:29:13 +0200
25852              Message-Id: <200307310029.13567.fxn@hashref.com>
25853      Branch: perl
25854            ! lib/Tie/RefHash.pm
25855 ____________________________________________________________________________
25856 [ 20366] By: jhi                                   on 2003/07/31  05:06:11
25857         Log: Subject: [PATCH] test for B::Bytecode/ByteLoader
25858              From: Enache Adrian <enache@rdslink.ro>
25859              Date: Thu, 31 Jul 2003 03:49:40 +0300
25860              Message-ID: <20030731004940.GB1266@ratsnest.hole>
25861
25862              (but use test.pl:run_perl() instead of manual `$^X ...`)
25863      Branch: perl
25864            + ext/B/t/bytecode.t
25865            ! MANIFEST
25866 ____________________________________________________________________________
25867 [ 20364] By: rgs                                   on 2003/07/30  21:35:08
25868         Log: Silence spurious noise from MakeMaker :
25869              hint files shouldn't return undef and have set $!.
25870      Branch: perl
25871            ! ext/DynaLoader/hints/linux.pl
25872 ____________________________________________________________________________
25873 [ 20362] By: jhi                                   on 2003/07/30  20:24:49
25874         Log: Upgrade to NEXT 0.52.
25875      Branch: perl
25876            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
25877            ! lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
25878 ____________________________________________________________________________
25879 [ 20356] By: jhi                                   on 2003/07/30  18:16:55
25880         Log: Might as well.
25881      Branch: perl
25882            ! pod/perlhist.pod
25883 ____________________________________________________________________________
25884 [ 20355] By: jhi                                   on 2003/07/30  18:15:49
25885         Log: Silly gcc.
25886      Branch: perl
25887            ! perl.c
25888 ____________________________________________________________________________
25889 [ 20353] By: jhi                                   on 2003/07/30  17:09:59
25890         Log: This is getting comical.  (Practical tip: never ask
25891              for opinions from one than one person at one time.)
25892              Now back to -Dprefix='/usr' replacing the system Perl,
25893              but don't use the Apple internal DSTROOT.
25894      Branch: perl
25895            ! hints/darwin.sh
25896 ____________________________________________________________________________
25897 [ 20352] By: jhi                                   on 2003/07/30  17:00:25
25898         Log: Mac OS X hints dance continues.  Now drop any special
25899              installation directory mangling.  In other words, if
25900              you want to overwrite the system perl, you really need
25901              to find out how to do that.
25902      Branch: perl
25903            ! hints/darwin.sh
25904 ____________________________________________________________________________
25905 [ 20350] By: jhi                                   on 2003/07/30  14:23:03
25906         Log: Try again with the Mac OS X hints.  Now the three cases
25907              (no -Dprefix, /usr, and something else) all install
25908              into separate places.  No prefix installs to /usr/local.
25909              The /usr overwrites the Apple install (modulo the version).
25910      Branch: perl
25911            ! hints/darwin.sh
25912 ____________________________________________________________________________
25913 [ 20348] By: jhi                                   on 2003/07/30  13:28:30
25914         Log: Subject: [PATCH] NEXT and Diamond Inheritance
25915              From: Casey West <casey@geeknest.com>
25916              Date: Tue, 29 Jul 2003 17:37:15 -0400
25917              Message-ID: <20030729213715.GY76899@geeknest.com>
25918
25919              (Use Damian's NEXT-0.51 once Damian and PAUSE like each other)
25920      Branch: perl
25921            ! lib/NEXT.pm lib/NEXT/t/unseen.t
25922 ____________________________________________________________________________
25923 [ 20347] By: jhi                                   on 2003/07/30  13:19:03
25924         Log: Match also on full name and email (though the email is
25925              now less interesting than it used to be).
25926      Branch: perl
25927            ! Porting/Maintainers
25928 ____________________________________________________________________________
25929 [ 20346] By: jhi                                   on 2003/07/30  12:26:53
25930         Log: Maintainers script tweaks.
25931      Branch: perl
25932            ! Porting/Maintainers
25933 ____________________________________________________________________________
25934 [ 20345] By: jhi                                   on 2003/07/30  11:17:33
25935         Log: rmdir t/lib/IO.
25936      Branch: perl
25937            ! ext/IO/t/IO.t
25938 ____________________________________________________________________________
25939 [ 20344] By: jhi                                   on 2003/07/30  11:15:30
25940         Log: Adjust the list of rmdired lib directories.
25941      Branch: perl
25942            ! Makefile.SH
25943 ____________________________________________________________________________
25944 [ 20343] By: jhi                                   on 2003/07/30  10:06:24
25945         Log: Be paranoid about PL_origargv.
25946              Paranoia warranted by Win32 mod_perl.
25947      Branch: perl
25948            ! perl.c
25949 ____________________________________________________________________________
25950 [ 20342] By: jhi                                   on 2003/07/30  09:57:55
25951         Log: Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c
25952              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
25953              Date: Wed, 30 Jul 2003 14:56:32 +0400
25954              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com>
25955      Branch: perl
25956            ! perlio.c
25957 ____________________________________________________________________________
25958 [ 20341] By: jhi                                   on 2003/07/30  09:54:46
25959         Log: Upgrade to ExtUtils::MakeMaker 6.12.
25960      Branch: perl
25961            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
25962            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
25963            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
25964            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
25965 ____________________________________________________________________________
25966 [ 20340] By: jhi                                   on 2003/07/30  09:47:32
25967         Log: That's M. Schwern to you, earthling.
25968      Branch: perl
25969            ! Porting/Maintainers.pl
25970 ____________________________________________________________________________
25971 [ 20339] By: jhi                                   on 2003/07/30  09:43:32
25972         Log: Arthur maintains Safe.
25973      Branch: perl
25974            ! Porting/Maintainers.pl
25975 ____________________________________________________________________________
25976 [ 20338] By: jhi                                   on 2003/07/30  09:40:28
25977         Log: Use the CPAN id where available.
25978      Branch: perl
25979            ! Porting/Maintainers.pl
25980 ____________________________________________________________________________
25981 [ 20337] By: jhi                                   on 2003/07/30  09:26:47
25982         Log: Rename Modules and Modules.pl as Maintainers and
25983              Maintainers.pl since the same framework can be used
25984              for more than just modules.
25985      Branch: perl
25986            + Porting/Maintainers Porting/Maintainers.pl
25987            - Porting/Modules Porting/Modules.pl
25988            ! MANIFEST
25989 ____________________________________________________________________________
25990 [ 20336] By: jhi                                   on 2003/07/30  09:11:06
25991         Log: Strip leading ./
25992      Branch: perl
25993            ! Porting/Modules
25994 ____________________________________________________________________________
25995 [ 20335] By: jhi                                   on 2003/07/30  09:01:47
25996         Log: More Modules.pl.
25997      Branch: perl
25998            ! Porting/Modules.pl
25999 ____________________________________________________________________________
26000 [ 20334] By: jhi                                   on 2003/07/30  08:51:57
26001         Log: Modules.pl: add B::Deparse.
26002      Branch: perl
26003            ! Porting/Modules.pl
26004 ____________________________________________________________________________
26005 [ 20333] By: jhi                                   on 2003/07/30  08:26:47
26006         Log: Mac OS X: tweak once again the installation directories.
26007      Branch: perl
26008            ! hints/darwin.sh
26009 ____________________________________________________________________________
26010 [ 20332] By: jhi                                   on 2003/07/30  07:55:04
26011         Log: Modules.pl tweaks.
26012      Branch: perl
26013            ! Porting/Modules.pl
26014 ____________________________________________________________________________
26015 [ 20331] By: jhi                                   on 2003/07/30  06:13:55
26016         Log: Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information
26017              From: Jan Dubois <jand@ActiveState.com>
26018              Date: Tue, 29 Jul 2003 19:14:10 -0700
26019              Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com>
26020      Branch: perl
26021            ! lib/Win32.pod win32/win32.c
26022 ____________________________________________________________________________
26023 [ 20330] By: rgs                                   on 2003/07/29  21:20:28
26024         Log: FAQ sync.
26025      Branch: perl
26026            ! pod/perlfaq4.pod pod/perlfaq7.pod
26027 ____________________________________________________________________________
26028 [ 20329] By: jhi                                   on 2003/07/29  20:54:38
26029         Log: Subject: tiny fix for WinCE (Re: maint @ 20277)
26030              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
26031              Date: Wed, 30 Jul 2003 02:02:41 +0400
26032              Message-ID: <016701c3561d$43735ca0$195ec3d9@vad>
26033      Branch: perl
26034            ! wince/wince.c
26035 ____________________________________________________________________________
26036 [ 20327] By: jhi                                   on 2003/07/29  20:09:15
26037         Log: MPE/iX fix from Mark Bixby: fcntl() on sockets on works.
26038      Branch: perl
26039            ! README.mpeix ext/IO/t/io_sock.t mpeix/mpeix.c mpeix/mpeixish.h
26040 ____________________________________________________________________________
26041 [ 20324] By: jhi                                   on 2003/07/29  19:55:50
26042         Log: Revert #20301, apparently the _SOCKADDR_LEN #define is
26043              important for IPv6 (Spider).  Since there is no way to
26044              otherwise detect 3.X, use the hints.
26045      Branch: perl
26046            ! hints/dec_osf.sh perl.h
26047 ____________________________________________________________________________
26048 [ 20316] By: jhi                                   on 2003/07/29  15:27:46
26049         Log: Don't nag about Module::Signature if there is no
26050              way for the user to use it (based on Autrijus' patch).
26051      Branch: perl
26052            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
26053 ____________________________________________________________________________
26054 [ 20315] By: jhi                                   on 2003/07/29  14:47:04
26055         Log: Oops.
26056      Branch: perl
26057            ! sv.c
26058 ____________________________________________________________________________
26059 [ 20314] By: jhi                                   on 2003/07/29  13:26:26
26060         Log: Slight rewording on the destdir.
26061      Branch: perl
26062            ! INSTALL
26063 ____________________________________________________________________________
26064 [ 20312] By: jhi                                   on 2003/07/29  13:20:21
26065         Log: Subject: [PATCH] pod/perlvar.pod: minor typo
26066              From: "Brendan O'Dea" <bod@debian.org>
26067              Date: Tue, 29 Jul 2003 23:49:18 +1000
26068              Message-ID: <20030729134918.GA4339@londo.c47.org>
26069      Branch: perl
26070            ! pod/perlvar.pod
26071 ____________________________________________________________________________
26072 [ 20310] By: jhi                                   on 2003/07/29  13:11:57
26073         Log: Subject: [PATCH: (repatch) 5.8.1 RC2] Encode test fixes for VMS (was Re: possible fix to File::Find problems)
26074              From: PPrymmer@factset.com
26075              Date: Tue, 22 Jul 2003 11:12:05 -0400
26076              Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>
26077      Branch: perl
26078            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
26079            ! ext/Encode/t/perlio.t
26080 ____________________________________________________________________________
26081 [ 20309] By: jhi                                   on 2003/07/29  13:06:24
26082         Log: Subject: [perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r?
26083              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
26084              Date: Sun, 13 Jul 2003 10:23:35 +0900
26085              Message-Id: <20030713102228.C76A.BQW10602@nifty.com>
26086      Branch: perl
26087            ! ext/Encode/lib/Encode/Alias.pm
26088 ____________________________________________________________________________
26089 [ 20308] By: jhi                                   on 2003/07/29  13:02:43
26090         Log: The --destdir option to installman should be made
26091              optional so that it doesn't complain when passed
26092              an empty value (from Rafael)
26093      Branch: perl
26094            ! installman
26095 ____________________________________________________________________________
26096 [ 20306] By: jhi                                   on 2003/07/29  12:05:24
26097         Log: Too many my $fh:s.
26098      Branch: perl
26099            ! lib/CPAN.pm
26100 ____________________________________________________________________________
26101 [ 20305] By: jhi                                   on 2003/07/29  11:55:11
26102         Log: Quieten MSVC6.
26103      Branch: perl
26104            ! pp.c
26105 ____________________________________________________________________________
26106 [ 20302] By: jhi                                   on 2003/07/29  11:31:17
26107         Log: Subject: DESTDIR in perl-5.8.1 package?
26108              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
26109              Date: Fri, 11 Jul 2003 14:48:41 +0200
26110              Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de>
26111
26112              Subject: Re: DESTDIR in perl-5.8.1 package?
26113              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
26114              Date: Mon, 14 Jul 2003 12:00:25 +0200
26115              Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de>
26116
26117              (blindly prepending and s///ing away the $destdir does not work
26118              at least in VMS, but the --destdir should help rpm builders
26119              and the like)
26120      Branch: perl
26121            ! INSTALL Makefile.SH installman installperl
26122 ____________________________________________________________________________
26123 [ 20301] By: jhi                                   on 2003/07/29  11:20:07
26124         Log: Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
26125              From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
26126              Date: 26 Jul 2003 21:44:06 -0000
26127              Message-ID: <rt-23134-61814.9.36507226414463@rt.perl.org>
26128
26129              Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
26130              releases 4.x and 5.x.
26131      Branch: perl
26132            ! perl.h
26133 ____________________________________________________________________________
26134 [ 20300] By: jhi                                   on 2003/07/29  11:18:27
26135         Log: Cleanup the sv_gets() logic for platforms with small stacks.
26136              (I think hogging 8K of stack sounds like bad behaviour on any
26137              platform, big stack or not.)
26138      Branch: perl
26139            ! sv.c
26140 ____________________________________________________________________________
26141 [ 20299] By: merijn                                on 2003/07/29  10:57:37
26142         Log: README.hpux now mentions the http mirror for prebuilt gcc binaries
26143      Branch: perl
26144            ! README.hpux
26145 ____________________________________________________________________________
26146 [ 20298] By: jhi                                   on 2003/07/29  10:57:28
26147         Log: DEC OSF/1 3.x did (does) not do sizer -v.
26148      Branch: perl
26149            ! hints/dec_osf.sh
26150 ____________________________________________________________________________
26151 [ 20295] By: jhi                                   on 2003/07/29  10:36:25
26152         Log: Subject: [PATCH CPAN.pm] unlink pre-PGP-signed CHECKSUM
26153              From: Autrijus Tang <autrijus@autrijus.org>
26154              Date: Tue, 29 Jul 2003 09:58:35 +0800
26155              Message-ID: <20030729015834.GA7149@not.autrijus.org>
26156      Branch: perl
26157            ! lib/CPAN.pm
26158 ____________________________________________________________________________
26159 [ 20294] By: jhi                                   on 2003/07/29  10:30:05
26160         Log: There is no skip() since we are not using Test*.
26161      Branch: perl
26162            ! lib/CPAN/t/signature.t
26163 ____________________________________________________________________________
26164 [ 20293] By: jhi                                   on 2003/07/29  10:28:10
26165         Log: Upgrade to CPAN.pm 1.74.
26166      Branch: perl
26167            ! lib/CPAN.pm lib/CPAN/t/signature.t
26168 ____________________________________________________________________________
26169 [ 20292] By: jhi                                   on 2003/07/29  10:14:26
26170         Log: Most importantly, don't try HvNAME(gp->gp_hv)
26171              unless PL_stashcache exists, otherwise we get
26172              an invalid read (detected by valgrind, and crashes
26173              ext/threads/t/basic.t in Windows).
26174
26175              Also add a few if:s for the refcnt decrements,
26176              no need to call Perl_sv_free() if there's nothing to free.
26177      Branch: perl
26178            ! gv.c
26179 ____________________________________________________________________________
26180 [ 20291] By: jhi                                   on 2003/07/29  09:00:58
26181         Log: Tabify.
26182      Branch: perl
26183            ! MANIFEST
26184 ____________________________________________________________________________
26185 [ 20288] By: jhi                                   on 2003/07/29  08:29:50
26186         Log: Subject: [perl #22969] fix $hash{utf8bareword}
26187              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
26188              Date: Tue, 29 Jul 2003 11:09:37 +0200
26189              Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com>
26190      Branch: perl
26191            ! t/op/utfhash.t toke.c
26192 ____________________________________________________________________________
26193 [ 20287] By: jhi                                   on 2003/07/29  08:26:48
26194         Log: Subject: [PATCH pointer] B::Deparse 0.64
26195              From: Stephen McCamant <smcc@mit.edu>
26196              Date: Mon, 28 Jul 2003 16:57:19 -0400
26197              Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU>
26198      Branch: perl
26199            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
26200 ____________________________________________________________________________
26201 [ 20286] By: jhi                                   on 2003/07/29  08:24:45
26202         Log: More perlio docs from Stas.
26203      Branch: perl
26204            ! pod/perliol.pod
26205 ____________________________________________________________________________
26206 [ 20285] By: jhi                                   on 2003/07/29  08:22:49
26207         Log: Reintroduce Porting/Modules.  No, it's not duplicating
26208              the information in Module::CoreList.
26209      Branch: perl
26210            + Porting/Modules Porting/Modules.pl
26211            ! AUTHORS MANIFEST
26212 ____________________________________________________________________________
26213 [ 20283] By: jhi                                   on 2003/07/29  05:00:12
26214         Log: The better prefixify() patch from Ed Moy.
26215      Branch: perl
26216            ! lib/ExtUtils/MM_Unix.pm
26217 ____________________________________________________________________________
26218 [ 20282] By: jhi                                   on 2003/07/29  04:57:57
26219         Log: PerlIO_popped doc addition from NI-S.
26220      Branch: perl
26221            ! pod/perliol.pod
26222 ____________________________________________________________________________
26223 [ 20281] By: jhi                                   on 2003/07/29  04:55:48
26224         Log: Subject: [PATCH] another File::Find tweak for VMS (improve on #20221)
26225              From: "Craig A. Berry" <craigberry@mac.com>
26226              Date: Tue, 29 Jul 2003 00:11:46 -0500
26227              Message-ID: <3F260212.9000104@mac.com>
26228      Branch: perl
26229            ! lib/File/Find.pm
26230 ____________________________________________________________________________
26231 [ 20278] By: jhi                                   on 2003/07/28  18:03:48
26232         Log: More bytecode tweaks.
26233      Branch: perl
26234            ! ext/B/B.xs ext/B/B/Bytecode.pm
26235 ____________________________________________________________________________
26236 [ 20275] By: jhi                                   on 2003/07/28  16:47:53
26237         Log: No more wince/README.compile.
26238      Branch: perl
26239            ! Porting/curliff.pl
26240 ____________________________________________________________________________
26241 [ 20272] By: jhi                                   on 2003/07/28  16:19:47
26242         Log: Slightly better failure output.
26243      Branch: perl
26244            ! ext/Devel/Peek/t/Peek.t
26245 ____________________________________________________________________________
26246 [ 20270] By: jhi                                   on 2003/07/28  15:12:28
26247         Log: These directories no more exist during cleanup.
26248      Branch: perl
26249            ! Makefile.SH
26250 ____________________________________________________________________________
26251 [ 20269] By: jhi                                   on 2003/07/28  15:07:22
26252         Log: No more ext/*/*.t, move them all to ext/*/t.
26253      Branch: perl
26254            + ext/Devel/DProf/t/DProf.t ext/Devel/Peek/t/Peek.t
26255            + ext/Errno/t/Errno.t ext/GDBM_File/t/gdbm.t
26256            + ext/I18N/Langinfo/t/Langinfo.t ext/IPC/SysV/t/ipcsysv.t
26257            + ext/NDBM_File/t/ndbm.t ext/ODBM_File/t/odbm.t
26258            + ext/Opcode/t/Opcode.t ext/Opcode/t/ops.t ext/PerlIO/t/PerlIO.t
26259            + ext/SDBM_File/t/sdbm.t ext/Safe/t/safe1.t ext/Safe/t/safe2.t
26260            + ext/Safe/t/safe3.t ext/Socket/t/Socket.t
26261            + ext/Socket/t/socketpair.t ext/Sys/Hostname/t/Hostname.t
26262            + ext/Sys/Syslog/t/syslog.t ext/Time/HiRes/t/HiRes.t
26263            + ext/XS/Typemap/t/Typemap.t ext/attrs/t/attrs.t ext/re/t/re.t
26264            - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t
26265            - ext/Errno/Errno.t ext/GDBM_File/gdbm.t
26266            - ext/I18N/Langinfo/Langinfo.t ext/IPC/SysV/ipcsysv.t
26267            - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t
26268            - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t
26269            - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t
26270            - ext/Socket/Socket.t ext/Socket/socketpair.t
26271            - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t
26272            - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t
26273            - ext/re/re.t
26274            ! MANIFEST ext/IPC/SysV/MANIFEST
26275 ____________________________________________________________________________
26276 [ 20268] By: jhi                                   on 2003/07/28  14:31:17
26277         Log: Move the ext/IO tests to a more standard location so that
26278              the *.t do not get copied to the build tree (lib/IO/).
26279      Branch: perl
26280            + ext/IO/t/IO.t ext/IO/t/io_const.t ext/IO/t/io_dir.t
26281            + ext/IO/t/io_dup.t ext/IO/t/io_linenum.t
26282            + ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_poll.t
26283            + ext/IO/t/io_sel.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
26284            + ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
26285            + ext/IO/t/io_utf8.t ext/IO/t/io_xs.t
26286            - ext/IO/lib/IO/t/IO.t ext/IO/lib/IO/t/io_const.t
26287            - ext/IO/lib/IO/t/io_dir.t ext/IO/lib/IO/t/io_dup.t
26288            - ext/IO/lib/IO/t/io_linenum.t ext/IO/lib/IO/t/io_multihomed.t
26289            - ext/IO/lib/IO/t/io_pipe.t ext/IO/lib/IO/t/io_poll.t
26290            - ext/IO/lib/IO/t/io_sel.t ext/IO/lib/IO/t/io_sock.t
26291            - ext/IO/lib/IO/t/io_taint.t ext/IO/lib/IO/t/io_tell.t
26292            - ext/IO/lib/IO/t/io_udp.t ext/IO/lib/IO/t/io_unix.t
26293            - ext/IO/lib/IO/t/io_utf8.t ext/IO/lib/IO/t/io_xs.t
26294            ! MANIFEST
26295 ____________________________________________________________________________
26296 [ 20267] By: jhi                                   on 2003/07/28  14:16:44
26297         Log: Retract #20260.
26298      Branch: perl
26299            ! perlio.c perliol.h
26300 ____________________________________________________________________________
26301 [ 20266] By: jhi                                   on 2003/07/28  13:38:59
26302         Log: Bump the $VERSION of core File::Spec as requested by Ken Williams.
26303      Branch: perl
26304            ! lib/File/Spec.pm
26305 ____________________________________________________________________________
26306 [ 20265] By: jhi                                   on 2003/07/28  13:23:44
26307         Log: Subject: [PATCH] #20177 broke skip logic in t/op/write.t
26308              From: "Craig A. Berry" <craigberry@mac.com>
26309              Date: Mon, 28 Jul 2003 08:04:32 -0500
26310              Message-ID: <3F251F60.6050607@mac.com>
26311      Branch: perl
26312            ! t/op/write.t
26313 ____________________________________________________________________________
26314 [ 20264] By: jhi                                   on 2003/07/28  13:21:58
26315         Log: Subject: [PATCH] t/op/write.t cleanup after itself.
26316              From: Michael G Schwern <schwern@pobox.com>
26317              Date: Mon, 28 Jul 2003 05:54:19 -0700
26318              Message-ID: <20030728125419.GJ21044@windhund.schwern.org>
26319      Branch: perl
26320            ! t/op/write.t
26321 ____________________________________________________________________________
26322 [ 20263] By: jhi                                   on 2003/07/28  12:13:24
26323         Log: Make Storable work with blead/maint by making PL_sv_placeholder
26324              a true global, bump $VERSION to 2.08.  Will take a look at the
26325              portability issue of placeholders soon.
26326      Branch: perl
26327            ! embedvar.h ext/Storable/Storable.pm ext/Storable/Storable.xs
26328            ! intrpvar.h perlapi.h perlvars.h sv.c
26329 ____________________________________________________________________________
26330 [ 20262] By: jhi                                   on 2003/07/28  11:35:31
26331         Log: Storable test nosewipe.
26332      Branch: perl
26333            ! ext/Storable/t/code.t ext/Storable/t/utf8hash.t
26334 ____________________________________________________________________________
26335 [ 20261] By: jhi                                   on 2003/07/28  11:02:23
26336         Log: Solaris cc didn't appreciate casting a long to a pointer
26337              with no cast, and lval casts are unportable, so introduce
26338              a rval cast.
26339      Branch: perl
26340            ! bytecode.pl ext/ByteLoader/byterun.c
26341 ____________________________________________________________________________
26342 [ 20260] By: jhi                                   on 2003/07/28  10:46:58
26343         Log: (Retracted by #20267)
26344      Branch: perl
26345            ! perlio.c perliol.h
26346 ____________________________________________________________________________
26347 [ 20257] By: jhi                                   on 2003/07/28  10:05:58
26348         Log: Subject: CPAN/t/signature.t noisy
26349              From: Michael G Schwern <schwern@pobox.com>
26350              Date: Mon, 28 Jul 2003 02:14:19 -0700
26351              Message-ID: <20030728091419.GG21044@windhund.schwern.org>
26352      Branch: perl
26353            ! lib/CPAN/t/signature.t
26354 ____________________________________________________________________________
26355 [ 20256] By: jhi                                   on 2003/07/28  10:00:11
26356         Log: Extra noise from File::Spec.
26357      Branch: perl
26358            ! lib/File/Spec/t/rel2abs2rel.t
26359 ____________________________________________________________________________
26360 [ 20255] By: jhi                                   on 2003/07/28  09:50:55
26361         Log: Prettyprint the constants list of defsubs_h.PL.
26362      Branch: perl
26363            ! ext/B/defsubs_h.PL
26364 ____________________________________________________________________________
26365 [ 20253] By: jhi                                   on 2003/07/28  04:56:48
26366         Log: Subject: [PATCH] B enhancements
26367              From: Stephen McCamant <smcc@mit.edu>
26368              Date: Sun, 27 Jul 2003 14:07:46 -0400
26369              Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU>
26370      Branch: perl
26371            ! ext/B/B.pm ext/B/B.xs ext/B/defsubs_h.PL
26372 ____________________________________________________________________________
26373 [ 20252] By: jhi                                   on 2003/07/28  04:55:42
26374         Log: More clarification about the hash randomisation defines.
26375      Branch: perl
26376            ! perl.h
26377 ____________________________________________________________________________
26378 [ 20251] By: jhi                                   on 2003/07/28  04:51:46
26379         Log: Clarify the process a bit.
26380      Branch: perl
26381            ! INSTALL
26382 ____________________________________________________________________________
26383 [ 20250] By: jhi                                   on 2003/07/28  04:43:23
26384         Log: Add $VERSION to B::Bytecode.
26385      Branch: perl
26386            ! ext/B/B/Bytecode.pm
26387 ____________________________________________________________________________
26388 [ 20249] By: jhi                                   on 2003/07/28  04:39:14
26389         Log: Missing test file.  (Not very useful since Module::Signature
26390              is not in the core, but let's not make an exception.)
26391      Branch: perl
26392            ! MANIFEST
26393 ____________________________________________________________________________
26394 [ 20248] By: jhi                                   on 2003/07/28  04:35:27
26395         Log: Subject: Re: downrev modules in RC2
26396              From: Gisle Aas <gisle@ActiveState.com>
26397              Date: 27 Jul 2003 20:25:07 -0700
26398              Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com>
26399
26400              (upgrade to Digest::MD5 2.26)
26401      Branch: perl
26402            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
26403            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
26404 ____________________________________________________________________________
26405 [ 20247] By: jhi                                   on 2003/07/28  04:31:32
26406         Log: Upgrade to CGI 2.97.
26407      Branch: perl
26408            ! lib/CGI.pm
26409 ____________________________________________________________________________
26410 [ 20246] By: jhi                                   on 2003/07/28  04:26:58
26411         Log: Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.
26412              (from Enache)
26413      Branch: perl
26414            ! bytecode.pl ext/ByteLoader/byterun.c
26415 ____________________________________________________________________________
26416 [ 20243] By: jhi                                   on 2003/07/27  20:31:31
26417         Log: Upgrade to CPAN 1.72.
26418      Branch: perl
26419            + lib/CPAN/t/signature.t
26420            ! MANIFEST lib/CPAN.pm
26421 ____________________________________________________________________________
26422 [ 20242] By: jhi                                   on 2003/07/27  20:21:40
26423         Log: We now return to your normally scheduled hash randomisation.
26424      Branch: perl
26425            ! INSTALL perl.h pod/perlfunc.pod pod/perlrun.pod
26426            ! pod/perlsec.pod
26427 ____________________________________________________________________________
26428 [ 20240] By: jhi                                   on 2003/07/27  19:45:22
26429         Log: fresh_perl_(is|like) were printing out the wrong file/line
26430              number on failure because _where() was hard coded to only
26431              look one level up the call stack.  In these cases it has to
26432              look two.
26433              (Schwern)
26434      Branch: perl
26435            ! t/test.pl
26436 ____________________________________________________________________________
26437 [ 20239] By: jhi                                   on 2003/07/27  19:43:34
26438         Log: cleanup tiehandle.t to use test.pl, is(), like(), etc...
26439              (Schwern)
26440      Branch: perl
26441            ! t/op/tiehandle.t
26442 ____________________________________________________________________________
26443 [ 20238] By: jhi                                   on 2003/07/27  19:20:45
26444         Log: Upgrade to Test::Harness 2.29.
26445      Branch: perl
26446            ! lib/Test/Harness.pm lib/Test/Harness/Straps.pm
26447            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
26448            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
26449            ! lib/Test/Harness/t/test-harness.t
26450 ____________________________________________________________________________
26451 [ 20237] By: jhi                                   on 2003/07/27  18:37:45
26452         Log: Missing MakeMaker test.
26453      Branch: perl
26454            + lib/ExtUtils/t/postamble.t
26455            ! MANIFEST
26456 ____________________________________________________________________________
26457 [ 20236] By: jhi                                   on 2003/07/27  18:29:16
26458         Log: Add -l (one file per line) option to manicheck.
26459      Branch: perl
26460            ! Porting/manicheck
26461 ____________________________________________________________________________
26462 [ 20235] By: jhi                                   on 2003/07/27  18:08:55
26463         Log: Further Byteloader tweaks from Enache.
26464      Branch: perl
26465            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
26466            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/defsubs_h.PL
26467            ! ext/B/t/assembler.t ext/ByteLoader/ByteLoader.pm
26468            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
26469            ! ext/ByteLoader/byterun.h t/TEST
26470 ____________________________________________________________________________
26471 [ 20234] By: jhi                                   on 2003/07/27  18:02:24
26472         Log: Reapply some perldoc changes not in 3.09.
26473      Branch: perl
26474            ! lib/Pod/Perldoc.pm
26475 ____________________________________________________________________________
26476 [ 20233] By: jhi                                   on 2003/07/27  17:51:01
26477         Log: Upgrade to Pod::Perldoc 3.09.
26478      Branch: perl
26479            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
26480 ____________________________________________________________________________
26481 [ 20232] By: jhi                                   on 2003/07/27  17:34:23
26482         Log: A bug reported in perl-unicode by Terry Jones, fixed
26483              by Andreas Koenig, and add a test.
26484      Branch: perl
26485            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
26486 ____________________________________________________________________________
26487 [ 20231] By: jhi                                   on 2003/07/27  17:21:11
26488         Log: Unicode::UCD doc nit from Andreas Koenig.
26489      Branch: perl
26490            ! lib/Unicode/UCD.pm
26491 ____________________________________________________________________________
26492 [ 20230] By: jhi                                   on 2003/07/27  17:13:55
26493         Log: Upgrade to I18N::LangTags 0.28.
26494      Branch: perl
26495            + lib/I18N/LangTags/t/01test.t
26496            - lib/I18N/LangTags/test.pl
26497            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/List.pm
26498 ____________________________________________________________________________
26499 [ 20229] By: jhi                                   on 2003/07/27  16:59:27
26500         Log: Skip the test until Enache fixes it.
26501      Branch: perl
26502            ! ext/B/t/assembler.t
26503 ____________________________________________________________________________
26504 [ 20225] By: jhi                                   on 2003/07/27  16:12:44
26505         Log: Upgrade to File::Spec 0.85.
26506      Branch: perl
26507            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
26508            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
26509            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
26510            ! lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
26511            ! lib/File/Spec/t/rel2abs2rel.t
26512 ____________________________________________________________________________
26513 [ 20224] By: jhi                                   on 2003/07/27  15:48:20
26514         Log: Subject: Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
26515              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
26516              Date: Sun, 20 Jul 2003 22:36:02 +0200
26517              Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2>
26518      Branch: perl
26519            ! dump.c embedvar.h ext/Storable/Storable.xs hv.c intrpvar.h
26520            ! perl.c perlapi.h sv.c universal.c
26521 ____________________________________________________________________________
26522 [ 20223] By: jhi                                   on 2003/07/27  15:43:30
26523         Log: Regen byterun once more: the incav is not yet right, but at
26524              least it compiles now (Tru64 cc choked on the lvalue cast).
26525      Branch: perl
26526            ! bytecode.pl ext/ByteLoader/byterun.c
26527 ____________________________________________________________________________
26528 [ 20222] By: jhi                                   on 2003/07/27  15:31:52
26529         Log: Regenerated because of #20220.
26530      Branch: perl
26531            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
26532            ! ext/ByteLoader/byterun.h
26533 ____________________________________________________________________________
26534 [ 20221] By: jhi                                   on 2003/07/27  15:19:57
26535         Log: Subject: [PATCH] fix for File::Find logical name collision on VMS
26536              From: "Craig A. Berry" <craigberry@mac.com>
26537              Date: Mon, 21 Jul 2003 19:40:20 -0500
26538              Message-ID: <3F1C87F4.2070401@mac.com>
26539      Branch: perl
26540            ! lib/File/Find.pm
26541 ____________________________________________________________________________
26542 [ 20220] By: jhi                                   on 2003/07/27  15:13:10
26543         Log: Subject: Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
26544              From: Enache Adrian <enache@rdslink.ro>
26545              Date: Fri, 18 Jul 2003 23:15:37 +0300
26546              Message-ID: <20030718201537.GA1574@ratsnest.hole>
26547      Branch: perl
26548            ! Makefile.SH bytecode.pl ext/B/B.xs ext/B/B/Assembler.pm
26549            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/typemap
26550            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
26551            ! ext/ByteLoader/bytecode.h installperl t/TEST utils/perlcc.PL
26552 ____________________________________________________________________________
26553 [ 20219] By: jhi                                   on 2003/07/27  15:08:23
26554         Log: Subject: [PATCH-for-RC2] WinCE port addition
26555              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
26556              Date: Fri, 25 Jul 2003 22:17:11 +0400
26557              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com>
26558      Branch: perl
26559            - wince/README.compile
26560            ! MANIFEST README.ce wince/Makefile.ce wince/README.perlce
26561            ! wince/compile.bat wince/wince.c wince/wince.h
26562 ____________________________________________________________________________
26563 [ 20217] By: jhi                                   on 2003/07/25  06:39:08
26564         Log: Another missing hunk for MakeMaker from .org.
26565      Branch: perl
26566            ! lib/ExtUtils/MakeMaker.pm
26567 ____________________________________________________________________________
26568 [ 20213] By: jhi                                   on 2003/07/24  14:49:25
26569         Log: Grabbed from www.makemaker.org.
26570      Branch: perl
26571            + t/lib/MakeMaker/Test/Setup/Recurs.pm
26572            ! MANIFEST
26573 ____________________________________________________________________________
26574 [ 20211] By: jhi                                   on 2003/07/24  14:00:29
26575         Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8
26576              From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org>
26577              Date: 14 Jul 2003 05:35:15 -0000
26578              Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org>
26579      Branch: perl
26580            ! utf8.c
26581 ____________________________________________________________________________
26582 [ 20209] By: jhi                                   on 2003/07/24  13:42:58
26583         Log: Subject: Re: [typo] sv.c pod/perlapi.pod
26584              From: Stas Bekman <stas@stason.org>
26585              Date: Thu, 24 Jul 2003 16:49:27 +0200
26586              Message-ID: <3F1FF1F7.30500@stason.org>
26587      Branch: perl
26588            ! pod/perlapi.pod sv.c
26589 ____________________________________________________________________________
26590 [ 20208] By: jhi                                   on 2003/07/24  13:41:37
26591         Log: Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11
26592              From: Michael G Schwern <schwern@pobox.com>
26593              Date: Thu, 24 Jul 2003 01:28:07 -0700
26594              Message-ID: <20030724082807.GA24285@windhund.schwern.org>
26595      Branch: perl
26596            ! lib/ExtUtils/MakeMaker.pm
26597 ____________________________________________________________________________
26598 [ 20207] By: jhi                                   on 2003/07/24  13:40:39
26599         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_08
26600              From: Michael G Schwern <schwern@pobox.com>
26601              Date: Mon, 21 Jul 2003 20:12:25 -0700
26602              Message-ID: <20030722031224.GD12711@windhund.schwern.org>
26603      Branch: perl
26604            + lib/ExtUtils/t/recurs.t
26605            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
26606            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
26607            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
26608            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/PATCHING
26609            ! lib/ExtUtils/README lib/ExtUtils/t/Command.t
26610            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
26611            ! lib/ExtUtils/t/basic.t
26612 ____________________________________________________________________________
26613 [ 20206] By: jhi                                   on 2003/07/24  13:23:27
26614         Log: (accidentally empty checkin)
26615      Branch: perl
26616            ! lib/perl5db.pl
26617 ____________________________________________________________________________
26618 [ 20203] By: jhi                                   on 2003/07/24  13:14:53
26619         Log: Subject: [possible PATCH?] Re: Where is PerlIO_isutf8()?
26620              From: Steve Hay <steve.hay@uk.radan.com>
26621              Date: Fri, 18 Jul 2003 10:03:21 +0100
26622              Message-ID: <3F17B7D9.80805@uk.radan.com>
26623      Branch: perl
26624            ! makedef.pl
26625 ____________________________________________________________________________
26626 [ 20202] By: jhi                                   on 2003/07/24  13:12:08
26627         Log: Subject: [patch] perldebug.pod clarification
26628              From: Stéphane Payrard <stef@payrard.net>
26629              Date: Mon, 21 Jul 2003 21:36:59 +0200
26630              Message-ID: <20030721193659.GC2722@stefp.dyndns.org>
26631      Branch: perl
26632            ! pod/perldebug.pod
26633 ____________________________________________________________________________
26634 [ 20201] By: jhi                                   on 2003/07/24  13:08:50
26635         Log: Subject: PATCH: More edge tests on t/op/pow.t
26636              From: Andy Lester <andy@petdance.com>
26637              Date: Wed, 23 Jul 2003 16:38:35 -0500
26638              Message-ID: <20030723213834.GA20468@petdance.com>
26639      Branch: perl
26640            ! t/op/pow.t
26641 ____________________________________________________________________________
26642 [ 20200] By: jhi                                   on 2003/07/24  13:06:36
26643         Log: Subject: [PATCH] Fix saving 'V' magic in scan_vstring()
26644              From: Stephen McCamant <smcc@mit.edu>
26645              Date: Tue, 22 Jul 2003 09:41:10 -0400
26646              Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU>
26647      Branch: perl
26648            ! toke.c
26649 ____________________________________________________________________________
26650 [ 20199] By: jhi                                   on 2003/07/24  13:04:24
26651         Log: Subject: [PATCH] Re: Reference to tied elements results in lvalue.
26652              From: Dave Mitchell <davem@fdgroup.com>
26653              Date: Fri, 18 Jul 2003 18:49:43 +0100
26654              Message-ID: <20030718174943.GB6427@fdgroup.com>
26655      Branch: perl
26656            ! sv.c t/op/tie.t
26657 ____________________________________________________________________________
26658 [ 20198] By: jhi                                   on 2003/07/24  09:07:45
26659         Log: Subject: [PATCH] Re: Bug in B::Deparse/Concise with ithreads
26660              From: Stephen McCamant <smcc@mit.edu>
26661              Date: Sat, 19 Jul 2003 12:06:31 -0400
26662              Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU>
26663      Branch: perl
26664            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
26665 ____________________________________________________________________________
26666 [ 20197] By: jhi                                   on 2003/07/24  08:59:45
26667         Log: Subject: [PATCH] typo in VMS::Filespec
26668              From: Ken Williams <ken@mathforum.org>
26669              Date: Tue, 22 Jul 2003 15:18:21 -0500
26670              Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org>
26671      Branch: perl
26672            ! vms/ext/Filespec.pm
26673 ____________________________________________________________________________
26674 [ 20196] By: jhi                                   on 2003/07/24  08:54:54
26675         Log: EBCDIC fix from Thomas Dorner.
26676      Branch: perl
26677            ! Makefile.SH
26678 ____________________________________________________________________________
26679 [ 20195] By: jhi                                   on 2003/07/24  08:54:13
26680         Log: POSIX-BC patch from Thomas Dorner.
26681      Branch: perl
26682            ! hints/posix-bc.sh
26683 ____________________________________________________________________________
26684 [ 20194] By: jhi                                   on 2003/07/24  08:45:55
26685         Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning
26686              From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org>
26687              Date: 14 Jul 2003 05:37:15 -0000
26688              Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org>
26689      Branch: perl
26690            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
26691 ____________________________________________________________________________
26692 [ 20193] By: jhi                                   on 2003/07/24  08:43:33
26693         Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0
26694              From: Hrunting Johnson (via RT) <perlbug-followup@perl.org>
26695              Date: 14 Jul 2003 05:37:02 -0000
26696              Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org>
26697      Branch: perl
26698            ! ext/IO/lib/IO/Socket.pm
26699 ____________________________________________________________________________
26700 [ 20191] By: jhi                                   on 2003/07/24  08:38:35
26701         Log: Subject: [PATCH] Re: Fatal 5.8.1 error in our $FOO = x if $FOO
26702              From: Dave Mitchell <davem@fdgroup.com>
26703              Date: Thu, 17 Jul 2003 20:33:29 +0100
26704              Message-ID: <20030717193329.GA2699@fdgroup.com>
26705      Branch: perl
26706            ! pad.c t/lib/warnings/pad
26707 ____________________________________________________________________________
26708 [ 20190] By: jhi                                   on 2003/07/24  08:35:11
26709         Log: Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C
26710              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
26711              Date: 22 Jul 2003 02:59:13 -0000
26712              Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org>
26713      Branch: perl
26714            ! pod/perlfunc.pod
26715 ____________________________________________________________________________
26716 [ 20189] By: jhi                                   on 2003/07/24  08:26:02
26717         Log: Subject: [PATCH RC2] Missing semicolon in PERL_FPU_INIT macro
26718              From: Stephen Clouse <stephenc@theiqgroup.com>
26719              Date: Tue, 22 Jul 2003 21:31:38 -0500
26720              Message-ID: <20030723023138.GA15653@owns.warpcore.org>
26721      Branch: perl
26722            ! perl.h
26723 ____________________________________________________________________________
26724 [ 20187] By: jhi                                   on 2003/07/24  07:53:33
26725         Log: Subject: [PATCH] configure.gnu --prefix
26726              From: slaven@rezic.de
26727              Date: Thu, 10 Jul 2003 09:33:27 +0000
26728              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
26729      Branch: perl
26730            ! configure.gnu
26731 ____________________________________________________________________________
26732 [ 20186] By: jhi                                   on 2003/07/24  07:48:21
26733         Log: Subject: Re: problem with rc1 and rc2 on Mac OS X
26734              From: Edward Moy <emoy@apple.com>
26735              Date: Sun, 13 Jul 2003 14:12:57 -0700
26736              Message-Id: <C66FBFAC-B576-11D7-89B5-0030657B317C@apple.com>
26737      Branch: perl
26738            ! lib/ExtUtils/MM_Unix.pm
26739 ____________________________________________________________________________
26740 [ 20184] By: jhi                                   on 2003/07/24  07:02:31
26741         Log: Subject: [PATCH 5.8.1 @20153] malloc cleanup
26742              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
26743              Date: Tue, 15 Jul 2003 07:46:58 -0700
26744              Message-ID: <20030715144657.GA21313@math.berkeley.edu>
26745      Branch: perl
26746            ! makedef.pl malloc.c malloc_ctl.h
26747 ____________________________________________________________________________
26748 [ 20182] By: jhi                                   on 2003/07/23  13:28:52
26749         Log: This should make Stas happy.
26750      Branch: perl
26751            ! hv.h perl.c
26752 ____________________________________________________________________________
26753 [ 20180] By: jhi                                   on 2003/07/23  12:40:11
26754         Log: utils.lst parsing tweak for bin/perldoc installation from Rafael.
26755      Branch: perl
26756            ! installperl
26757 ____________________________________________________________________________
26758 [ 20179] By: rgs                                   on 2003/07/21  19:46:19
26759         Log: As the perldoc.pod is now in a separate file under pod/,
26760              the installman script was installing an empty perldoc.1 manpage.
26761      Branch: perl
26762            ! installperl utils.lst
26763 ____________________________________________________________________________
26764 [ 20178] By: rgs                                   on 2003/07/21  19:19:06
26765         Log: Subject: [DOCPATCH] %SIG and SA_RESTART
26766              From: Steve Grazzini <grazz@pobox.com>
26767              Date: Wed, 16 Jul 2003 08:56:21 -0400
26768              Message-ID: <20030716125620.GA7022@grazzini.net>
26769      Branch: perl
26770            ! pod/perlipc.pod pod/perlvar.pod
26771 ____________________________________________________________________________
26772 [ 20177] By: rgs                                   on 2003/07/21  19:14:35
26773         Log: Subject: [PATCH] Re: Perl formats do not work with tied values
26774              From: Dave Mitchell <davem@fdgroup.com>
26775              Date: Tue, 15 Jul 2003 20:46:07 +0100
26776              Message-ID: <20030715194607.GA24592@fdgroup.com>
26777
26778              plus the regression test :
26779              Subject: Re: [PATCH] Re: Perl formats do not work with tied values
26780              From: Nicholas Clark <nick@ccl4.org>
26781              Date: Tue, 15 Jul 2003 22:24:04 +0100
26782              Message-ID: <20030715222404.L20414@plum.flirble.org>
26783      Branch: perl
26784            ! pp_ctl.c t/op/write.t
26785 ____________________________________________________________________________
26786 [ 20176] By: rgs                                   on 2003/07/21  19:00:32
26787         Log: Subject: Re: [PATCH] h2xs and extra_libraries
26788              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
26789              Date: Tue, 15 Jul 2003 07:28:52 +0200
26790              Message-id: <20030715052852.GA494@ethan>
26791      Branch: perl
26792            ! utils/h2xs.PL
26793 ____________________________________________________________________________
26794 [ 20175] By: merijn                                on 2003/07/21  14:26:43
26795         Log: Subject: Re: [PATCH] test clean-up for VMS
26796              From: "Craig A. Berry" <craigberry@mac.com>
26797              Date: Sun, 20 Jul 2003 10:43:32 -0500
26798              Message-ID: <3F1AB8A4.2070207@mac.com>
26799      Branch: perl
26800            ! ext/PerlIO/t/encoding.t lib/File/Spec/t/rel2abs2rel.t
26801            ! lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
26802            ! lib/FileCache/t/03append.t t/io/argv.t t/op/stat.t
26803            ! t/uni/write.t
26804 ____________________________________________________________________________
26805 [ 20174] By: hv                                    on 2003/07/21  10:26:07
26806         Log: Update Changes.
26807      Branch: perl
26808            ! Changes patchlevel.h
26809 ____________________________________________________________________________
26810 [ 20173] By: rgs                                   on 2003/07/20  21:48:21
26811         Log: Minor doc nits concerning the dosish ALTERNATE_SHEBANG
26812              (bug #22968)
26813      Branch: perl
26814            ! pod/perlfaq3.pod pod/perlrun.pod
26815 ____________________________________________________________________________
26816 [ 20172] By: rgs                                   on 2003/07/20  21:14:12
26817         Log: Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
26818              From: Andy Dougherty <doughera@lafayette.edu>
26819              Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT)
26820              Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu>
26821
26822              plus a clarification to INSTALL :
26823              Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
26824              From: Andy Dougherty <doughera@lafayette.edu>
26825              Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT)
26826              Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu>
26827      Branch: perl
26828            ! INSTALL Makefile.SH
26829 ____________________________________________________________________________
26830 [ 20171] By: rgs                                   on 2003/07/20  20:12:54
26831         Log: The warning "Possible precedence problem on bitwise operator"
26832              was incorrectly produced with the bitwise-assignment operators.
26833              Fix it. (bug #23065 concerning 5.8.1 RC2)
26834      Branch: perl
26835            ! op.c t/lib/warnings/op
26836 ____________________________________________________________________________
26837 [ 20170] By: rgs                                   on 2003/07/18  08:03:02
26838         Log: Rename get_seed() to get_hash_seed(), as suggested by
26839              Eric J Kidder, to solve a name conflict on HP_UX 11.00.
26840      Branch: perl
26841            ! embed.fnc embed.h perl.c proto.h util.c
26842 ____________________________________________________________________________
26843 [ 20169] By: rgs                                   on 2003/07/18  06:36:20
26844         Log: Subject: Re: [PATCH] Re: Oops - Can't calculate our powers
26845              From: Andreas J Koenig <andreas.koenig@anima.de>
26846              Date: Fri, 18 Jul 2003 09:36:47 +0200
26847              Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de>
26848      Branch: perl
26849            ! t/op/pow.t
26850 ____________________________________________________________________________
26851 [ 20168] By: rgs                                   on 2003/07/18  06:21:15
26852         Log: Subject: [ PATCH] Re: isa(UNIVERSAL)?
26853              From: Dave Mitchell <davem@fdgroup.com>
26854              Date: Thu, 17 Jul 2003 21:51:12 +0100
26855              Message-ID: <20030717205112.GA2994@fdgroup.com>
26856      Branch: perl
26857            ! t/op/universal.t universal.c
26858 ____________________________________________________________________________
26859 [ 20167] By: rgs                                   on 2003/07/18  06:14:33
26860         Log: Subject: [PATCH] Re: Oops - Can't calculate our powers
26861              From: Stephen McCamant <smcc@mit.edu>
26862              Date: Fri, 18 Jul 2003 02:26:14 -0400
26863              Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU>
26864      Branch: perl
26865            ! pp.c t/op/pow.t
26866 ____________________________________________________________________________
26867 [ 20166] By: rgs                                   on 2003/07/17  21:49:10
26868         Log: Subject: [PATCH] Increment cop_seqmax in utilize()
26869              From: Stephen McCamant <smcc@mit.edu>
26870              Date: Tue, 15 Jul 2003 09:57:26 -0400
26871              Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>
26872
26873              Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
26874              From: Stephen McCamant <smcc@mit.edu>
26875              Date: Tue, 15 Jul 2003 09:57:31 -0400
26876              Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU>
26877      Branch: perl
26878            ! ext/B/B/Concise.pm ext/B/B/Terse.pm op.c
26879 ____________________________________________________________________________
26880 [ 20165] By: rgs                                   on 2003/07/17  21:24:46
26881         Log: Subject: [PATCH] Re: POSIX::div
26882              From: Michael G Schwern <schwern@pobox.com>
26883              Date: Mon, 14 Jul 2003 14:00:58 -0700
26884              Message-ID: <20030714210057.GK18517@windhund.schwern.org>
26885      Branch: perl
26886            ! ext/POSIX/POSIX.pm
26887 ____________________________________________________________________________
26888 [ 20164] By: rgs                                   on 2003/07/17  21:15:51
26889         Log: PERL5LIB is not colon-separated everywhere
26890      Branch: perl
26891            ! pod/perlrun.pod
26892 ____________________________________________________________________________
26893 [ 20163] By: rgs                                   on 2003/07/17  20:59:15
26894         Log: Subject: [PATCH] fix $^N-related coredump
26895              From: Anton Berezin <tobez@tobez.org>
26896              Date: Mon, 14 Jul 2003 13:50:35 +0200
26897              Message-ID: <20030714115035.GA10971@heechee.tobez.org>
26898      Branch: perl
26899            ! pp_hot.c sv.c
26900 ____________________________________________________________________________
26901 [ 20162] By: rgs                                   on 2003/07/17  20:39:31
26902         Log: Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT
26903              From: Tony Bowden <tony@kasei.com>
26904              Date: Thu, 17 Jul 2003 16:49:35 +0100
26905              Message-ID: <20030717154935.GA20302@soto.kasei.com>
26906      Branch: perl
26907            ! pod/perlfunc.pod
26908 ____________________________________________________________________________
26909 [ 20161] By: rgs                                   on 2003/07/17  20:25:52
26910         Log: Minor nits in perlsyn.pod
26911      Branch: perl
26912            ! pod/perlsyn.pod
26913 ____________________________________________________________________________
26914 [ 20159] By: rgs                                   on 2003/07/13  20:02:34
26915         Log: Subject: [PATCH] incorrect error message from Attribute::Handlers
26916              From: Claes Jacobsson <claes@surfar.nu>
26917              Date: Sat, 12 Jul 2003 16:30:42 +0200
26918              Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu>
26919      Branch: perl
26920            ! lib/Attribute/Handlers.pm
26921 ____________________________________________________________________________
26922 [ 20158] By: rgs                                   on 2003/07/13  19:52:58
26923         Log: Add a TODO test for perlbug #19049
26924              Subject: Re: [perl #19049] Incorrect $` after replacement (test for same)
26925              From: Alex Gough <alex-p5p@earth.li>
26926              Date: Fri, 11 Jul 2003 01:12:42 +0100
26927              Message-ID: <20030711001242.GD2484@the.earth.li>
26928      Branch: perl
26929            ! t/op/pat.t
26930 ____________________________________________________________________________
26931 [ 20157] By: rgs                                   on 2003/07/13  19:43:29
26932         Log: Minor updates of the charnames documentation.
26933      Branch: perl
26934            ! lib/charnames.pm
26935 ____________________________________________________________________________
26936 [ 20156] By: rgs                                   on 2003/07/11  19:37:34
26937         Log: Subject: Re: Sort sub and NaNs
26938              From: "John P. Linderman" <jpl@research.att.com>
26939              Date: Thu, 10 Jul 2003 10:45:06 -0400
26940              Message-Id: <200307101445.KAA79110@raptor.research.att.com>
26941
26942              Warn against a potential edge case with sort, <=> and NaNs.
26943      Branch: perl
26944            ! pod/perlfunc.pod
26945 ____________________________________________________________________________
26946 [ 20155] By: rgs                                   on 2003/07/11  19:11:17
26947         Log: Subject: [DOCPATCH] perlfunc/read
26948              From: Steve Grazzini <grazz@pobox.com>
26949              Date: Tue, 8 Jul 2003 10:23:03 -0400
26950              Message-ID: <20030708142303.GB23698@grazzini.net>
26951
26952              Clarify the OFFSET parameter to read().
26953      Branch: perl
26954            ! pod/perlfunc.pod
26955 ____________________________________________________________________________
26956 [ 20154] By: rgs                                   on 2003/07/11  18:54:09
26957         Log: Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction
26958              From: Michael G Schwern <schwern@pobox.com>
26959              Date: Tue, 13 May 2003 18:33:05 -0700
26960              Message-ID: <20030514013305.GB22001@windhund.schwern.org>
26961      Branch: perl
26962            ! pod/perlsyn.pod pod/perltrap.pod
26963 ____________________________________________________________________________
26964 [ 20145] By: jhi                                   on 2003/07/11  05:07:09
26965         Log: I think the API for mod_perl v2 should be simply that
26966              PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
26967              itself, hopefully from a good source of random bits.
26968      Branch: perl
26969            ! perl.c
26970 ____________________________________________________________________________
26971 [ 20143] By: jhi                                   on 2003/07/11  00:35:07
26972         Log: pTHX.
26973      Branch: perl
26974            ! util.c
26975 ____________________________________________________________________________
26976 [ 20139] By: jhi                                   on 2003/07/11  00:21:43
26977         Log: New order of seed.
26978      Branch: perl
26979            ! pod/perlrun.pod
26980 ____________________________________________________________________________
26981 [ 20138] By: jhi                                   on 2003/07/11  00:13:11
26982         Log: More retraction.
26983      Branch: perl
26984            ! INSTALL
26985 ____________________________________________________________________________
26986 [ 20137] By: jhi                                   on 2003/07/11  00:10:14
26987         Log: Retract the statements.
26988      Branch: perl
26989            ! pod/perlfunc.pod pod/perlsec.pod
26990 ____________________________________________________________________________
26991 [ 20135] By: jhi                                   on 2003/07/11  00:03:33
26992         Log: Chicken out: the hash randomisation is not on by default.
26993              We switch over to the explicit mode: in other words, if
26994              the $ENV{PERL_HASH_SEED} is on, we randomise.  Also, we
26995              randomise only if PL_hash_seed_set is FALSE (this means
26996              one can use PERL_HASH() before perl_run.)  Also, since
26997              now PERL_HASH_SEED is okay even under -T, all should be fine.
26998              (Ha!)
26999      Branch: perl
27000            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h
27001            ! perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c
27002 ____________________________________________________________________________
27003 [ 20134] By: jhi                                   on 2003/07/10  23:23:38
27004         Log: Check PERL_HASH_SEED even when tainted.
27005      Branch: perl
27006            ! perl.c pod/perlrun.pod
27007 ____________________________________________________________________________
27008 [ 20131] By: jhi                                   on 2003/07/10  22:42:29
27009         Log: &Time::HiRes::d_nanosleep was broken.
27010      Branch: perl
27011            ! ext/Time/HiRes/Makefile.PL
27012 ____________________________________________________________________________
27013 [ 20130] By: jhi                                   on 2003/07/10  22:37:02
27014         Log: Subject: [PATCH} db-recno.t on Mac OS X
27015              From: slaven@rezic.de
27016              Date: Thu, 10 Jul 2003 12:41:05 +0000
27017              Message-Id: <1057840865.9622@devpc01.iconmobile.de>
27018      Branch: perl
27019            ! ext/DB_File/t/db-recno.t
27020 ____________________________________________________________________________
27021 [ 20129] By: jhi                                   on 2003/07/10  22:31:39
27022         Log: Subject: [comment patch]
27023              From: Stas Bekman <stas@stason.org>
27024              Date: Thu, 10 Jul 2003 14:19:22 -0700
27025              Message-ID: <3F0DD85A.1070902@stason.org>
27026      Branch: perl
27027            ! perl.c
27028 ____________________________________________________________________________
27029 [ 20127] By: jhi                                   on 2003/07/10  22:21:04
27030         Log: Be vague enough.
27031      Branch: perl
27032            ! pod/perldata.pod
27033 ____________________________________________________________________________
27034 [ 20125] By: rgs                                   on 2003/07/10  19:28:48
27035         Log: regen embed.pl for the bleadperl branch as well.
27036      Branch: perl
27037            ! embedvar.h
27038 ____________________________________________________________________________
27039 [ 20124] By: jhi                                   on 2003/07/10  18:33:56
27040         Log: Time travel noticed by Enache.
27041      Branch: perl
27042            ! pod/perlhist.pod
27043 ____________________________________________________________________________
27044 [ 20120] By: jhi                                   on 2003/07/10  17:38:28
27045         Log: I can see the future.  It is cloudy.
27046      Branch: perl
27047            ! pod/perlhist.pod
27048 ____________________________________________________________________________
27049 [ 20119] By: jhi                                   on 2003/07/10  17:37:25
27050         Log: Subject: [PATCH] configure.gnu --prefix
27051              From: slaven@rezic.de
27052              Date: Thu, 10 Jul 2003 09:33:27 +0000
27053              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
27054      Branch: perl
27055            ! configure.gnu
27056 ____________________________________________________________________________
27057 [ 20118] By: jhi                                   on 2003/07/10  17:35:32
27058         Log: malloc alignment patch from Spider, needed for Tru64 + longdouble.
27059      Branch: perl
27060            ! malloc.c
27061 ____________________________________________________________________________
27062 [ 20117] By: jhi                                   on 2003/07/10  17:33:53
27063         Log: Subject: [PATCH] Restore SIGFPE on exec()
27064              From: Chip Salzenberg <chip@pobox.com>
27065              Date: Thu, 10 Jul 2003 13:13:20 -0400
27066              Message-ID: <20030710171319.GA21588@perlsupport.com>
27067      Branch: perl
27068            ! doio.c perl.c perl.h perlapi.h perlvars.h toke.c
27069 ____________________________________________________________________________
27070 [ 20116] By: jhi                                   on 2003/07/10  17:28:00
27071         Log: The *right* way to make the csighandler visible.
27072      Branch: perl
27073            ! embed.fnc embed.h global.sym
27074 ____________________________________________________________________________
27075 [ 20114] By: jhi                                   on 2003/07/10  15:06:41
27076         Log: Retract #20112.
27077      Branch: perl
27078            ! embed.fnc embedvar.h intrpvar.h perlapi.h
27079 ____________________________________________________________________________
27080 [ 20112] By: jhi                                   on 2003/07/10  14:17:59
27081         Log: Argh.  At least AIX builds choke because of this.
27082      Branch: perl
27083            ! embed.fnc embedvar.h intrpvar.h perlapi.h
27084 ____________________________________________________________________________
27085 [ 20106] By: jhi                                   on 2003/07/10  04:50:05
27086         Log: Upgrade to podlators 1.27.
27087      Branch: perl
27088            ! lib/Pod/Text/Termcap.pm
27089 ____________________________________________________________________________
27090 [ 20104] By: jhi                                   on 2003/07/10  04:40:02
27091         Log: Deprecate v-strings.
27092      Branch: perl
27093            ! pod/perldata.pod
27094 ____________________________________________________________________________
27095 [ 20103] By: jhi                                   on 2003/07/10  04:28:40
27096         Log: perlfaq sync.
27097      Branch: perl
27098            ! pod/perlfaq1.pod
27099 ____________________________________________________________________________
27100 [ 20100] By: jhi                                   on 2003/07/09  17:40:41
27101         Log: Detypo.
27102      Branch: perl
27103            ! hints/darwin.sh
27104 ____________________________________________________________________________
27105 [ 20098] By: jhi                                   on 2003/07/09  17:29:53
27106         Log: Fixes from Ron Kimball.
27107      Branch: perl
27108            ! pod/perldata.pod
27109 ____________________________________________________________________________
27110 [ 20097] By: jhi                                   on 2003/07/09  17:27:35
27111         Log: Fix for the 'print v65' plus safety tweaks from Rafael.
27112      Branch: perl
27113            ! toke.c
27114 ____________________________________________________________________________
27115 [ 20096] By: jhi                                   on 2003/07/09  17:06:29
27116         Log: More Darwin/MacOSX paths twiddling.
27117      Branch: perl
27118            ! hints/darwin.sh
27119 ____________________________________________________________________________
27120 [ 20093] By: jhi                                   on 2003/07/09  11:43:09
27121         Log: Play safe and use the system malloc in FreeBSD.
27122              Yes, performance suffers.  But that is better than
27123              random core dumps.
27124      Branch: perl
27125            ! hints/freebsd.sh
27126 ____________________________________________________________________________
27127 [ 20090] By: jhi                                   on 2003/07/09  08:12:32
27128         Log: Upgrade to Encode 1.97.
27129      Branch: perl
27130            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
27131            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
27132            ! ext/Encode/lib/Encode/Encoder.pm
27133            ! ext/Encode/lib/Encode/Guess.pm
27134            ! ext/Encode/lib/Encode/JP/JIS7.pm
27135 ____________________________________________________________________________
27136 [ 20089] By: jhi                                   on 2003/07/09  08:08:30
27137         Log: Rework the perldata vXX => ... entry a bit.
27138      Branch: perl
27139            ! pod/perldata.pod
27140 ____________________________________________________________________________
27141 [ 20088] By: jhi                                   on 2003/07/09  08:04:04
27142         Log: Document the vXX => change in perldata, too.
27143      Branch: perl
27144            ! pod/perldata.pod
27145 ____________________________________________________________________________
27146 [ 20085] By: jhi                                   on 2003/07/09  07:49:46
27147         Log: Test the vX => ... fix.
27148      Branch: perl
27149            ! t/op/ver.t
27150 ____________________________________________________________________________
27151 [ 20084] By: jhi                                   on 2003/07/09  06:58:39
27152         Log: Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
27153              From: John Peacock <jpeacock@rowman.com>
27154              Date: Wed, 09 Jul 2003 01:05:38 -0700
27155              Message-ID: <3F0BCCD2.1020009@rowman.com>
27156      Branch: perl
27157            ! embed.fnc pod/perlapi.pod toke.c util.c
27158 ____________________________________________________________________________
27159 [ 20083] By: jhi                                   on 2003/07/09  06:27:15
27160         Log: Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
27161              for the install dirs.
27162      Branch: perl
27163            ! hints/darwin.sh
27164 ____________________________________________________________________________
27165 [ 20082] By: jhi                                   on 2003/07/09  05:57:16
27166         Log: Enable avoiding /System/Library in Mac OS X by
27167              doing Configure -Dprefix=/some/where -Uvendorlib.
27168      Branch: perl
27169            ! hints/darwin.sh
27170 ____________________________________________________________________________
27171 [ 20081] By: jhi                                   on 2003/07/09  05:53:56
27172         Log: Subject: [PATCH] Safe signals via POSIX::sigaction
27173              From: Chip Salzenberg <chip@pobox.com>
27174              Date: Wed, 9 Jul 2003 01:49:10 -0400
27175              Message-ID: <20030709054910.GH2021@perlsupport.com>
27176      Branch: perl
27177            ! embed.fnc embed.h ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
27178            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t proto.h
27179 ____________________________________________________________________________
27180 [ 20079] By: rgs                                   on 2003/07/08  20:26:20
27181         Log: The CHECKOP macro was not invoked on some newly created ops
27182              (to match them against the current opmask.) As a consequence,
27183              Safe compartments were unable to trap some ops (pattern
27184              match, slices, conditionals.) This fixes the holes.
27185      Branch: perl
27186            ! op.c
27187 ____________________________________________________________________________
27188 [ 20078] By: jhi                                   on 2003/07/08  19:30:13
27189         Log: Revert #20077.
27190      Branch: perl
27191            ! lib/CPAN.pm
27192 ____________________________________________________________________________
27193 [ 20077] By: jhi                                   on 2003/07/08  18:40:51
27194         Log: Don't recommend to upgrade the base.pm in the core with
27195              the base.pm from Class::Fields.  They are not the same.
27196      Branch: perl
27197            ! lib/CPAN.pm
27198 ____________________________________________________________________________
27199 [ 20076] By: jhi                                   on 2003/07/08  17:39:49
27200         Log: Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output
27201              From: Enache Adrian <enache@rdslink.ro>
27202              Date: Tue, 8 Jul 2003 20:47:58 +0300
27203              Message-ID: <20030708174758.GA1177@ratsnest.hole>
27204
27205              (ByteLoader tweak avoiding a leaked scalar)
27206      Branch: perl
27207            ! op.c
27208 ____________________________________________________________________________
27209 [ 20071] By: jhi                                   on 2003/07/08  09:18:19
27210         Log: In 5.8.x, fast stdio places still do use stdio.
27211      Branch: perl
27212            ! ext/Digest/MD5/t/badfile.t
27213 ____________________________________________________________________________
27214 [ 20069] By: jhi                                   on 2003/07/08  08:41:01
27215         Log: Subject: [PATCH] format 'botched' in malloc.c
27216              From: Enache Adrian <enache@rdslink.ro>
27217              Date: Mon, 7 Jul 2003 21:57:06 +0300
27218              Message-ID: <20030707185706.GB7017@ratsnest.hole>
27219      Branch: perl
27220            ! malloc.c
27221 ____________________________________________________________________________
27222 [ 20068] By: jhi                                   on 2003/07/08  08:36:27
27223         Log: Subject: [PATCH: maint @ 20046] warnings, line numbers & windows
27224              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
27225              Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST)
27226              Message-ID: <12022.1057655645@www59.gmx.net>
27227      Branch: perl
27228            ! ext/B/B.xs lib/Pod/Text/Termcap.pm mg.c op.c
27229 ____________________________________________________________________________
27230 [ 20066] By: jhi                                   on 2003/07/08  05:24:58
27231         Log: Retract #20065: I don't think this is the right way
27232              to patch this issue.
27233      Branch: perl
27234            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
27235 ____________________________________________________________________________
27236 [ 20065] By: jhi                                   on 2003/07/08  05:14:31
27237         Log: Configure tweak from Johnny Lam so that the
27238              INSTALLSITEMAN[13]DIR get correctly set.
27239      Branch: perl
27240            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
27241 ____________________________________________________________________________
27242 [ 20063] By: rgs                                   on 2003/07/07  18:58:47
27243         Log: Regexp bug in the docs, spotted by Enache's eagle eyes.
27244      Branch: perl
27245            ! pod/perlsyn.pod
27246 ____________________________________________________________________________
27247 [ 20062] By: jhi                                   on 2003/07/07  18:27:02
27248         Log: Mark Bixby ++.
27249      Branch: perl
27250            ! perl.c
27251 ____________________________________________________________________________
27252 [ 20061] By: jhi                                   on 2003/07/07  18:26:35
27253         Log: The nanosleep() probe was kaputt, fixed by Mark Bixby.
27254      Branch: perl
27255            ! ext/Time/HiRes/Makefile.PL
27256 ____________________________________________________________________________
27257 [ 20059] By: jhi                                   on 2003/07/07  15:06:35
27258         Log: Good catch from Gisle.
27259      Branch: perl
27260            ! pod/perlfunc.pod
27261 ____________________________________________________________________________
27262 [ 20058] By: jhi                                   on 2003/07/07  14:12:27
27263         Log: Refashioned #20055: we cannot trust stdio to fail here.
27264      Branch: perl
27265            ! ext/Digest/MD5/t/badfile.t
27266 ____________________________________________________________________________
27267 [ 20057] By: jhi                                   on 2003/07/07  14:08:16
27268         Log: Retract #20056, #20055, #20052, #20050, #20048: the changes
27269              are just breaking more than they are fixing.
27270      Branch: perl
27271            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
27272            ! ext/Digest/MD5/t/files.t perlio.c
27273 ____________________________________________________________________________
27274 [ 20056] By: jhi                                   on 2003/07/07  13:31:14
27275         Log: Returning zero from PerlIO_read() is okay;
27276              update MD5 sums.
27277      Branch: perl
27278            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
27279 ____________________________________________________________________________
27280 [ 20055] By: jhi                                   on 2003/07/07  13:23:58
27281         Log: If perlio is completely out of the picture, we can
27282              get tripped by different stdio implementations.
27283      Branch: perl
27284            ! ext/Digest/MD5/t/badfile.t
27285 ____________________________________________________________________________
27286 [ 20054] By: jhi                                   on 2003/07/07  12:58:06
27287         Log: AUTHORS tweak.
27288      Branch: perl
27289            ! AUTHORS
27290 ____________________________________________________________________________
27291 [ 20053] By: jhi                                   on 2003/07/07  12:04:26
27292         Log: Subject: Patch to README.solaris
27293              From: Alan Burlison <Alan.Burlison@sun.com>
27294              Date: Mon, 07 Jul 2003 14:15:57 +0100
27295              Message-ID: <3F09728D.1070408@sun.com>
27296      Branch: perl
27297            ! README.solaris
27298 ____________________________________________________________________________
27299 [ 20052] By: jhi                                   on 2003/07/07  10:28:35
27300         Log: Update MD5 checksums.
27301      Branch: perl
27302            ! ext/Digest/MD5/t/files.t
27303 ____________________________________________________________________________
27304 [ 20051] By: jhi                                   on 2003/07/07  09:56:48
27305         Log: Be more explicit than just 'characters'.
27306      Branch: perl
27307            ! pod/perlfunc.pod
27308 ____________________________________________________________________________
27309 [ 20050] By: jhi                                   on 2003/07/07  09:38:28
27310         Log: Try making PerlIO errors more consistent.
27311              (1) Check early whether the filehandle is capable of
27312              the requested action.
27313              (2) PerlIO_read() really can return -1, and so can
27314              PerlIOUnix_read().
27315              (3) Some stdio implementations are more forgiving
27316              than others, so check also for errors recorded
27317              by PerlIO in PerlStdio_errno().
27318      Branch: perl
27319            ! perlio.c
27320 ____________________________________________________________________________
27321 [ 20049] By: jhi                                   on 2003/07/07  09:08:19
27322         Log: Linewrapping.
27323      Branch: perl
27324            ! pod/perlapio.pod
27325 ____________________________________________________________________________
27326 [ 20048] By: jhi                                   on 2003/07/07  09:06:58
27327         Log: PerlIO_read() can return negative.
27328      Branch: perl
27329            ! ext/Digest/MD5/MD5.xs
27330 ____________________________________________________________________________
27331 [ 20043] By: jhi                                   on 2003/07/07  04:36:22
27332         Log: Use the existence, instead of the truth, to decide
27333              whether to scan for a symbol.
27334              (Also remove trailing spaces.)
27335      Branch: perl
27336            ! ext/Time/HiRes/Makefile.PL
27337 ____________________________________________________________________________
27338 [ 20042] By: jhi                                   on 2003/07/07  04:29:35
27339         Log: MPE/iX tweak from Mark Bixby.
27340      Branch: perl
27341            ! ext/Time/HiRes/Makefile.PL
27342 ____________________________________________________________________________
27343 [ 20041] By: rgs                                   on 2003/07/06  21:45:37
27344         Log: Upgrade BigInt and BigRat
27345              Subject: BigInt v1.65, Bigrat v0.10 - reloaded
27346              From: Tels <perl_dummy@bloodgate.com>
27347              Date: Sun, 6 Jul 2003 15:41:36 +0200
27348              Message-Id: <200307061158.23576@bloodgate.com>
27349      Branch: perl
27350            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
27351            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t
27352            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm
27353            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
27354            ! lib/Math/BigRat/t/bigratpm.t
27355 ____________________________________________________________________________
27356 [ 20040] By: rgs                                   on 2003/07/06  21:11:20
27357         Log: Subject: Re: [perl #5025] #line directive explination wrong
27358              From: Casey West <casey@geeknest.com>
27359              Date: Sun, 6 Jul 2003 18:24:46 -0400
27360              Message-ID: <20030706222446.GL7506@geeknest.com>
27361      Branch: perl
27362            ! pod/perlsyn.pod
27363 ____________________________________________________________________________
27364 [ 20039] By: jhi                                   on 2003/07/06  20:19:31
27365         Log: Update the CPAN mirrors list.
27366      Branch: perl
27367            ! pod/perlmodlib.PL pod/perlmodlib.pod
27368 ____________________________________________________________________________
27369 [ 20036] By: gsar                                  on 2003/07/06  17:11:59
27370         Log: yet another symbol missing in change#20018
27371      Branch: perl
27372            ! makedef.pl
27373 ____________________________________________________________________________
27374 [ 20035] By: gsar                                  on 2003/07/06  17:02:21
27375         Log: PerlIOBase_pushed seems to have gone missing in change#20018
27376      Branch: perl
27377            ! makedef.pl
27378 ____________________________________________________________________________
27379 [ 20034] By: jhi                                   on 2003/07/06  16:46:20
27380         Log: Subject: [PATCH @19834] DProf fixes
27381              From: Radu Greab <radu@netsoft.ro>
27382              Date: Sun, 6 Jul 2003 20:09:12 +0300
27383              Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
27384      Branch: perl
27385            + t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t
27386            + t/lib/dprof/test8_v
27387            ! MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t
27388            ! ext/Devel/DProf/DProf.xs perl.c pod/perldiag.pod
27389            ! pod/perltodo.pod pod/perlvar.pod pp_ctl.c
27390 ____________________________________________________________________________
27391 [ 20032] By: jhi                                   on 2003/07/06  16:21:33
27392         Log: Forgotten from change #20031.
27393      Branch: perl
27394            ! makedef.pl malloc_ctl.h
27395 ____________________________________________________________________________
27396 [ 20031] By: jhi                                   on 2003/07/06  16:16:08
27397         Log: Subject: [PATCH] improve WinCE port
27398              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
27399              Date: Sun, 6 Jul 2003 18:46:09 +0400
27400              Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
27401
27402              Subject: [PATCH] improve WinCE port -- addition
27403              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
27404              Date: Sun, 6 Jul 2003 19:50:47 +0400
27405              Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>
27406      Branch: perl
27407            + wince/perlhost.h wince/vdir.h wince/vmem.h
27408            ! MANIFEST wince/Makefile.ce wince/config.ce wince/perllib.c
27409            ! wince/win32.h wince/win32io.c wince/win32iop.h
27410            ! wince/win32thread.c wince/win32thread.h wince/wince.c
27411            ! wince/wince.h
27412 ____________________________________________________________________________
27413 [ 20030] By: jhi                                   on 2003/07/06  15:59:25
27414         Log: Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca
27415              From: merlyn@stonehenge.com (Randal L. Schwartz)
27416              Date: 05 Jul 2003 16:29:14 -0700
27417              Message-ID: <867k6weenp.fsf@blue.stonehenge.com>
27418      Branch: perl
27419            ! pod/perlfaq2.pod
27420 ____________________________________________________________________________
27421 [ 20026] By: jhi                                   on 2003/07/06  08:14:48
27422         Log: FreeBSD: if someone *really* wants to use the system malloc.
27423      Branch: perl
27424            ! hints/freebsd.sh
27425 ____________________________________________________________________________
27426 [ 20025] By: jhi                                   on 2003/07/06  07:48:01
27427         Log: Make the 'slow ok' feature optional.
27428      Branch: perl
27429            ! lib/Test/Harness.pm
27430 ____________________________________________________________________________
27431 [ 20024] By: jhi                                   on 2003/07/06  07:44:57
27432         Log: The change #20022 didn't work for Command.t.
27433      Branch: perl
27434            ! lib/ExtUtils/t/Command.t
27435 ____________________________________________________________________________
27436 [ 20023] By: jhi                                   on 2003/07/06  07:29:22
27437         Log: Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
27438              From: Michael G Schwern <schwern@pobox.com>
27439              Date: Sat, 5 Jul 2003 13:34:37 -0700
27440              Message-ID: <20030705203437.GB2598@windhund.schwern.org>
27441
27442              Print out the "ok" messages only once every second,
27443              this should make output much less and therefore testing
27444              much faster, especially on slower connections.
27445      Branch: perl
27446            ! lib/Test/Harness.pm
27447 ____________________________________________________________________________
27448 [ 20022] By: jhi                                   on 2003/07/06  07:26:52
27449         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_07
27450              From: Michael G Schwern <schwern@pobox.com>
27451              Date: Sat, 5 Jul 2003 16:59:49 -0700
27452              Message-ID: <20030705235949.GB3485@windhund.schwern.org>
27453      Branch: perl
27454            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
27455            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
27456            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker/FAQ.pod
27457            ! lib/ExtUtils/t/Command.t
27458 ____________________________________________________________________________
27459 [ 20021] By: jhi                                   on 2003/07/06  07:19:17
27460         Log: Reintroduce changes #19723 and #19723 that were not
27461              in Net::Ping 2.31; needed for Windows.
27462      Branch: perl
27463            ! lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
27464 ____________________________________________________________________________
27465 [ 20020] By: jhi                                   on 2003/07/05  19:12:21
27466         Log: Upgrade to Digest::MD5 2.25.
27467      Branch: perl
27468            + ext/Digest/MD5/t/clone.t
27469            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
27470            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
27471            ! ext/Digest/MD5/t/files.t
27472 ____________________________________________________________________________
27473 [ 20019] By: jhi                                   on 2003/07/05  18:40:51
27474         Log: Make a read from a write-only fh to set errno
27475              (found by Gisle)
27476      Branch: perl
27477            ! perlio.c
27478 ____________________________________________________________________________
27479 [ 20018] By: jhi                                   on 2003/07/05  18:05:19
27480         Log: Add PerlIOBuf_close to makedef.pl as pointed out by
27481              Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
27482              duplicates.
27483      Branch: perl
27484            ! makedef.pl
27485 ____________________________________________________________________________
27486 [ 20017] By: jhi                                   on 2003/07/05  17:47:47
27487         Log: Subject: [PATCH] fix for ext/threads/t/problems.t failures
27488              From: Dave Mitchell <davem@fdgroup.com>
27489              Date: Sat, 5 Jul 2003 19:12:51 +0100
27490              Message-ID: <20030705181251.GA14502@fdgroup.com>
27491      Branch: perl
27492            ! ext/threads/t/problems.t
27493 ____________________________________________________________________________
27494 [ 20016] By: jhi                                   on 2003/07/05  17:36:34
27495         Log: OpenBSD sometimes gets -0, probably due to fp fuzziness..
27496      Branch: perl
27497            ! lib/Benchmark.t
27498 ____________________________________________________________________________
27499 [ 20012] By: jhi                                   on 2003/07/05  13:46:05
27500         Log: Be explicit about the $0 pain in Linux 2.2.
27501      Branch: perl
27502            ! pod/perlvar.pod
27503 ____________________________________________________________________________
27504 [ 20010] By: rgs                                   on 2003/07/05  12:06:41
27505         Log: Comment out some debugging output in Math::BigInt, that
27506              causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.
27507      Branch: perl
27508            ! lib/Math/BigInt.pm
27509 ____________________________________________________________________________
27510 [ 20009] By: jhi                                   on 2003/07/05  10:56:55
27511         Log: The logic for additional randomisation for 64-bit UV
27512              cases was wrong.
27513      Branch: perl
27514            ! perl.c
27515 ____________________________________________________________________________
27516 [ 20008] By: jhi                                   on 2003/07/05  09:10:46
27517         Log: IIRC gcc would complain about if (s = ...).
27518      Branch: perl
27519            ! perl.c
27520 ____________________________________________________________________________
27521 [ 20007] By: jhi                                   on 2003/07/05  09:09:44
27522         Log: Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
27523              since CGI scripts are (should be) run under -T, being able
27524              to show the HASH_SEED in case of problems is good.
27525              The $ENV{PERL_HASH_SEED} is still ignored under taint.
27526      Branch: perl
27527            ! perl.c
27528 ____________________________________________________________________________
27529 [ 20006] By: jhi                                   on 2003/07/05  07:56:56
27530         Log: Subject: [PATCH] MM_VMS.pm -- fix xs installation
27531              From: "Craig A. Berry" <craigberry@mac.com>
27532              Date: Sat, 05 Jul 2003 00:38:28 -0500
27533              Message-ID: <3F066454.90003@mac.com>
27534      Branch: perl
27535            ! lib/ExtUtils/MM_VMS.pm
27536 ____________________________________________________________________________
27537 [ 20004] By: jhi                                   on 2003/07/05  07:47:02
27538         Log: Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997
27539              From: Robin Barker <Robin.Barker@npl.co.uk>
27540              Date: Fri, 4 Jul 2003 19:15:01 +0100
27541              Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>
27542      Branch: perl
27543            ! dump.c
27544 ____________________________________________________________________________
27545 [ 20003] By: rgs                                   on 2003/07/05  07:45:16
27546         Log: Allow to create more than one Shell object :
27547              Subject: [patch] Shell.pm fix
27548              From: Stéphane Payrard <stef@payrard.net>
27549              Date: Sat, 5 Jul 2003 01:16:50 +0200
27550              Message-ID: <20030704231650.GA19701@stefp.dyndns.org>
27551      Branch: perl
27552            ! lib/Shell.pm
27553 ____________________________________________________________________________
27554 [ 20002] By: rgs                                   on 2003/07/04  21:49:05
27555         Log: Author list update (to be continued...)
27556      Branch: perl
27557            ! AUTHORS
27558 ____________________________________________________________________________
27559 [ 20001] By: rgs                                   on 2003/07/04  21:42:12
27560         Log: Add a new test target in the makefile, test_harness_notty.
27561              It's like test_harness, but sets HARNESS_NOTTY=1 to make
27562              Test::Harness' output less blinking.
27563      Branch: perl
27564            ! Makefile.SH
27565 ____________________________________________________________________________
27566 [ 20000] By: rgs                                   on 2003/07/04  20:58:05
27567         Log: Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
27568              and bignum v0.14.
27569      Branch: perl
27570            + lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t
27571            + lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t
27572            + lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t
27573            + lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t
27574            + lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t
27575            + lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t
27576            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
27577            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
27578            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
27579            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
27580            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
27581            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/bigints.t
27582            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
27583            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/mbimbf.inc
27584            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/require.t
27585            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
27586            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.inc
27587            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
27588            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
27589            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
27590            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
27591            ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
27592            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
27593            ! lib/bignum/t/brinfnan.t lib/bigrat.pm
27594            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
27595            ! t/lib/Math/BigInt/Subclass.pm
27596 ____________________________________________________________________________
27597 [ 19999] By: rgs                                   on 2003/07/04  19:39:01
27598         Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always
27599              appears just before the name of the command to be run. See
27600
27601              Subject: Re: PERL_SKIP_TTY_TEST fix
27602              From: Alexey Tourbin <at@altlinux.ru>
27603              Date: Fri, 4 Jul 2003 17:25:34 +0400
27604              Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>
27605      Branch: perl
27606            ! Makefile.SH
27607 ____________________________________________________________________________
27608 [ 19998] By: rgs                                   on 2003/07/04  19:31:33
27609         Log: Fix non-numeric $VERSION.
27610      Branch: perl
27611            ! lib/Math/BigInt.pm
27612 ____________________________________________________________________________
27613 [ 19995] By: jhi                                   on 2003/07/04  14:36:56
27614         Log: According to Tels our M::BI is _better_ than the 1.64 in CPAN.
27615      Branch: perl
27616            ! lib/Math/BigInt.pm
27617 ____________________________________________________________________________
27618 [ 19994] By: jhi                                   on 2003/07/04  14:36:17
27619         Log: More $0 sad tales.
27620      Branch: perl
27621            ! pod/perlvar.pod
27622 ____________________________________________________________________________
27623 [ 19993] By: jhi                                   on 2003/07/04  14:34:40
27624         Log: Oops.
27625      Branch: perl
27626            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
27627 ____________________________________________________________________________
27628 [ 19990] By: jhi                                   on 2003/07/04  13:50:29
27629         Log: Upgrade to PodParser 1.23; but do not update
27630              t/pod/find.t or t/pod/testp2pt.pl since the
27631              first one does not work at all under core,
27632              and the second change would drop MacOS Classic
27633              portability tweaks introduced by change #18669.
27634      Branch: perl
27635            ! lib/Pod/Find.pm lib/Pod/Usage.pm
27636 ____________________________________________________________________________
27637 [ 19989] By: jhi                                   on 2003/07/04  13:20:51
27638         Log: Upgrade to Text::Balanced 1.94.
27639      Branch: perl
27640            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
27641            ! lib/Text/Balanced/README lib/Text/Balanced/t/extcbk.t
27642            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
27643 ____________________________________________________________________________
27644 [ 19988] By: jhi                                   on 2003/07/04  13:17:22
27645         Log: Upgrade to Net::Ping 2.31.
27646      Branch: perl
27647            ! lib/Net/Ping.pm lib/Net/Ping/Changes
27648            ! lib/Net/Ping/t/250_ping_hires.t
27649            ! lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/450_service.t
27650 ____________________________________________________________________________
27651 [ 19987] By: jhi                                   on 2003/07/04  13:09:04
27652         Log: Upgrade to Locale::Maketext 1.06.
27653      Branch: perl
27654            + lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
27655            + lib/Locale/Maketext/t/90utf8.t
27656            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
27657 ____________________________________________________________________________
27658 [ 19986] By: jhi                                   on 2003/07/04  12:59:45
27659         Log: Upgrade to Digest::MD5 2.24, with few extra tweaks:
27660              (1) make the PATCHLEVEL logic as it is with List::Util
27661              (more portable to older Perls)
27662              (2) regen the MD5 checksums with ...
27663              (3) ... the Mac OS Classic checksums generated via MacRoman
27664              (just a guess)
27665              (4) Keep the core Makefile.PL.
27666      Branch: perl
27667            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
27668            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
27669 ____________________________________________________________________________
27670 [ 19985] By: jhi                                   on 2003/07/04  12:43:10
27671         Log: Upgrade to CPAN 1.71.
27672      Branch: perl
27673            ! lib/CPAN.pm
27674 ____________________________________________________________________________
27675 [ 19984] By: jhi                                   on 2003/07/04  12:39:20
27676         Log: Upgrade to CGI.pm 2.97.
27677      Branch: perl
27678            ! lib/CGI.pm lib/CGI/Carp.pm
27679 ____________________________________________________________________________
27680 [ 19982] By: jhi                                   on 2003/07/04  10:45:05
27681         Log: No energy now to figure out what is wrong with $0
27682              (or ps) in Tru64.  The test works fine when run from
27683              command line.
27684      Branch: perl
27685            ! ext/threads/t/join.t
27686 ____________________________________________________________________________
27687 [ 19981] By: jhi                                   on 2003/07/04  10:34:42
27688         Log: AUTHORS updates.
27689      Branch: perl
27690            ! AUTHORS
27691 ____________________________________________________________________________
27692 [ 19980] By: jhi                                   on 2003/07/04  08:40:51
27693         Log: line_t is U32, not I32.
27694      Branch: perl
27695            ! bytecode.pl
27696 ____________________________________________________________________________
27697 [ 19979] By: jhi                                   on 2003/07/04  08:33:32
27698         Log: Remove PL_earlytaint since the hash seed code
27699              can be delayed until perl_parse().
27700      Branch: perl
27701            ! dosish.h embedvar.h epoc/epocish.h mpeix/mpeixish.h
27702            ! os2/os2ish.h perl.c perl.h perlapi.h perlvars.h
27703            ! plan9/plan9ish.h unixish.h vms/vmsish.h
27704 ____________________________________________________________________________
27705 [ 19977] By: jhi                                   on 2003/07/04  04:56:41
27706         Log: $0 is pain.
27707      Branch: perl
27708            ! ext/threads/t/join.t
27709 ____________________________________________________________________________
27710 [ 19976] By: jhi                                   on 2003/07/04  04:48:37
27711         Log: Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global
27712              From: PPrymmer@factset.com
27713              Date: Thu, 3 Jul 2003 23:59:51 -0400
27714              Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>
27715      Branch: perl
27716            ! vms/vms.c vms/vmspipe.com
27717 ____________________________________________________________________________
27718 [ 19973] By: jhi                                   on 2003/07/03  21:34:03
27719         Log: Bump Time::HiRes version to 1.50.
27720      Branch: perl
27721            ! ext/Time/HiRes/HiRes.pm
27722 ____________________________________________________________________________
27723 [ 19972] By: jhi                                   on 2003/07/03  21:33:10
27724         Log: Subject: [PATCH] installperl -n
27725              From: Slaven Rezic <slaven@rezic.de>
27726              Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST)
27727              Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>
27728      Branch: perl
27729            ! installperl
27730 ____________________________________________________________________________
27731 [ 19971] By: jhi                                   on 2003/07/03  21:31:47
27732         Log: Subject: [PATCH] t/op/magic.t on FreeBSD
27733              From: Slaven Rezic <slaven@rezic.de>
27734              Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST)
27735              Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>
27736      Branch: perl
27737            ! t/op/magic.t
27738 ____________________________________________________________________________
27739 [ 19969] By: jhi                                   on 2003/07/03  21:27:11
27740         Log: Ask Schwern.
27741      Branch: perl
27742            - Porting/Modules
27743            ! AUTHORS MANIFEST
27744 ____________________________________________________________________________
27745 [ 19967] By: jhi                                   on 2003/07/03  19:02:40
27746         Log: Add autarch and Time::Local to Modules.
27747      Branch: perl
27748            ! Porting/Modules
27749 ____________________________________________________________________________
27750 [ 19966] By: jhi                                   on 2003/07/03  18:59:44
27751         Log: Subject: Re: [PATCH] Bring Time::Local to 1.07
27752              From: Dave Rolsky <autarch@urth.org>
27753              Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT)
27754              Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
27755      Branch: perl
27756            ! lib/Time/Local.pm
27757 ____________________________________________________________________________
27758 [ 19965] By: jhi                                   on 2003/07/03  18:58:25
27759         Log: Subject: [PATCH] Win32: fix WM_TIMER handling
27760              From: Mattia Barbon <mbarbon@dsi.unive.it>
27761              Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale)
27762              Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>
27763      Branch: perl
27764            ! win32/win32.c
27765 ____________________________________________________________________________
27766 [ 19964] By: jhi                                   on 2003/07/03  18:56:26
27767         Log: Subject: Re: randomly untainting?
27768              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27769              Date: Thu, 3 Jul 2003 17:35:09 +0200
27770              Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>
27771      Branch: perl
27772            ! t/TestInit.pm
27773 ____________________________________________________________________________
27774 [ 19963] By: jhi                                   on 2003/07/03  18:55:37
27775         Log: Revert #19957 as requested by Rafael.
27776      Branch: perl
27777            ! ext/List/Util/t/tainted.t
27778 ____________________________________________________________________________
27779 [ 19962] By: jhi                                   on 2003/07/03  18:54:09
27780         Log: Add at least meager beginnings of assertion checks for
27781              the UTF-8 length/pos cache.  It's not as full as I would
27782              like since the exact behaviour of the second half of the
27783              cache, used in substr(), eludes me right now.
27784      Branch: perl
27785            ! sv.c
27786 ____________________________________________________________________________
27787 [ 19961] By: jhi                                   on 2003/07/03  13:57:47
27788         Log: Extra light testing for the UTF-8 cache
27789              (that it isn't broken, not that it helps).
27790      Branch: perl
27791            ! t/op/length.t
27792 ____________________________________________________________________________
27793 [ 19957] By: jhi                                   on 2003/07/03  12:01:25
27794         Log: Subject: Re: randomly untainting?
27795              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27796              Date: Thu, 3 Jul 2003 14:58:18 +0200
27797              Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
27798              (plus extra debug printing)
27799      Branch: perl
27800            ! ext/List/Util/t/tainted.t
27801 ____________________________________________________________________________
27802 [ 19954] By: jhi                                   on 2003/07/03  11:10:21
27803         Log: Subject: Re: maint @ 19923
27804              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
27805              Date: Thu, 3 Jul 2003 15:57:55 +0400
27806              Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>
27807      Branch: perl
27808            ! wince/Makefile.ce wince/wince.c
27809 ____________________________________________________________________________
27810 [ 19952] By: jhi                                   on 2003/07/03  10:56:45
27811         Log: Tiny tweak to perlartistic from Robin Barker.
27812      Branch: perl
27813            ! pod/perlartistic.pod
27814 ____________________________________________________________________________
27815 [ 19950] By: jhi                                   on 2003/07/03  07:46:45
27816         Log: Mention Modules in AUTHORS.
27817      Branch: perl
27818            ! AUTHORS
27819 ____________________________________________________________________________
27820 [ 19949] By: jhi                                   on 2003/07/03  06:58:01
27821         Log: No fancy binmode() if no perlio.
27822      Branch: perl
27823            ! ext/IO/lib/IO/t/io_sock.t
27824 ____________________________________________________________________________
27825 [ 19948] By: jhi                                   on 2003/07/03  06:55:12
27826         Log: Underline the fact that XSLoader is not DynaLoader
27827              ([perl #21974] dl_load_flags not honored by XSLoader)
27828      Branch: perl
27829            ! ext/DynaLoader/XSLoader_pm.PL
27830 ____________________________________________________________________________
27831 [ 19947] By: jhi                                   on 2003/07/03  06:35:29
27832         Log: Apply Schwern's suggested warning code from
27833              [perl #22209] Test::Harness::Straps vs. $Config{path_sep}
27834      Branch: perl
27835            ! lib/Test/Harness/Straps.pm
27836 ____________________________________________________________________________
27837 [ 19944] By: jhi                                   on 2003/07/03  06:30:11
27838         Log: Subject: [PATCH] "without parens" vs "without parentheses"
27839              From: Iain Truskett <spoon@cpan.org>
27840              Date: Thu, 3 Jul 2003 12:40:42 +1000
27841              Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
27842      Branch: perl
27843            ! t/lib/warnings/toke toke.c
27844 ____________________________________________________________________________
27845 [ 19943] By: jhi                                   on 2003/07/03  06:27:18
27846         Log: Subject: [PATCH] Re: ext/List/Util/t/weak.t panic
27847              From: Dave Mitchell <davem@fdgroup.com>
27848              Date: Thu, 3 Jul 2003 01:32:11 +0100
27849              Message-ID: <20030703003211.GB3747@fdgroup.com>
27850      Branch: perl
27851            ! mg.c sv.c
27852 ____________________________________________________________________________
27853 [ 19942] By: jhi                                   on 2003/07/03  06:25:30
27854         Log: Nicer options for Porting/Modules.
27855      Branch: perl
27856            ! MANIFEST Porting/Modules
27857 ____________________________________________________________________________
27858 [ 19941] By: rgs                                   on 2003/07/02  21:38:19
27859         Log: Minor test adjustments :
27860              - test name correction in op/concat.t by Yitzchak Scott-Thoennes
27861              - prototypes added to some public functions in t/test.pl,
27862              as suggested by Enache Adrian
27863      Branch: perl
27864            ! t/op/concat.t t/test.pl
27865 ____________________________________________________________________________
27866 [ 19940] By: rgs                                   on 2003/07/02  20:58:19
27867         Log: Skip a socketpair test on SCO OSR
27868      Branch: perl
27869            ! ext/Socket/socketpair.t
27870 ____________________________________________________________________________
27871 [ 19939] By: jhi                                   on 2003/07/02  20:10:47
27872         Log: Subject: [PATCH] various Deparse fixes
27873              From: Dave Mitchell <davem@fdgroup.com>
27874              Date: Wed, 2 Jul 2003 18:10:45 +0100
27875              Message-ID: <20030702171045.GF2137@fdgroup.com>
27876      Branch: perl
27877            ! ext/B/B/Concise.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
27878            ! ext/B/defsubs_h.PL t/TEST t/op/ord.t
27879 ____________________________________________________________________________
27880 [ 19935] By: jhi                                   on 2003/07/02  20:01:06
27881         Log: It would seem that in Linux 2.2 there is no way
27882              we can do the right thing to make ps(1) see $0
27883              our way.  Also amend the $0 documentation a bit.
27884      Branch: perl
27885            ! pod/perlvar.pod t/op/magic.t
27886 ____________________________________________________________________________
27887 [ 19934] By: jhi                                   on 2003/07/02  19:39:11
27888         Log: Subject: [PATCH] line numbers are given % 64k
27889              From: James Jurach <muaddib@erf.net>
27890              Date: Wed, 2 Jul 2003 13:31:05 -0500
27891              Message-ID: <20030702183105.GA4837@lebowski>
27892      Branch: perl
27893            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
27894            ! handy.h pp_ctl.c scope.h
27895 ____________________________________________________________________________
27896 [ 19933] By: jhi                                   on 2003/07/02  14:55:49
27897         Log: Subject: Re: maint @ 19923
27898              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
27899              Date: Wed, 2 Jul 2003 11:43:05 -0400
27900              Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu>
27901      Branch: perl
27902            ! pod/perlfunc.pod
27903 ____________________________________________________________________________
27904 [ 19932] By: jhi                                   on 2003/07/02  14:29:42
27905         Log: Subject: Re: maint @ 19923
27906              From: Jim Cromie <jcromie@divsol.com>
27907              Date: Wed, 02 Jul 2003 05:35:06 -0600
27908              Message-ID: <3F02C36A.9030704@divsol.com>
27909      Branch: perl
27910            ! pod/perlfunc.pod
27911 ____________________________________________________________________________
27912 [ 19931] By: jhi                                   on 2003/07/02  11:34:49
27913         Log: Fix for [perl #22759 insufficient format string checking];
27914              using ewix makes no sense, assuming evix was intended,
27915              no old tests fail; add the test case.
27916      Branch: perl
27917            ! sv.c t/op/sprintf.t
27918 ____________________________________________________________________________
27919 [ 19929] By: jhi                                   on 2003/07/02  09:13:33
27920         Log: Better links.
27921      Branch: perl
27922            ! pod/perlipc.pod pod/perlrun.pod
27923 ____________________________________________________________________________
27924 [ 19928] By: jhi                                   on 2003/07/02  08:58:26
27925         Log: Darwin: -Dprefix=$HOME/Perl tried to install to /Library.
27926      Branch: perl
27927            ! hints/darwin.sh
27928 ____________________________________________________________________________
27929 [ 19927] By: jhi                                   on 2003/07/02  08:48:00
27930         Log: ...and getting the comma right, too.
27931      Branch: perl
27932            ! t/op/magic.t
27933 ____________________________________________________________________________
27934 [ 19926] By: jhi                                   on 2003/07/02  08:46:18
27935         Log: Getting the whitespace right.
27936      Branch: perl
27937            ! t/op/magic.t
27938 ____________________________________________________________________________
27939 [ 19925] By: jhi                                   on 2003/07/02  08:40:36
27940         Log: FreeBSD $0 dance.
27941      Branch: perl
27942            ! pod/perlvar.pod t/op/magic.t
27943 ____________________________________________________________________________
27944 [ 19924] By: jhi                                   on 2003/07/02  08:17:31
27945         Log: Fix from Enache Adrian for the magic.t failure in
27946              FreeBSD: setproctitle() cannot get rid of the " (perl)".
27947      Branch: perl
27948            ! t/op/magic.t
27949 ____________________________________________________________________________
27950 [ 19921] By: jhi                                   on 2003/07/02  05:26:33
27951         Log: VMS: with this, 100% make test in Compaq C V6.5-001
27952              on OpenVMS Alpha V7.3-1, from Craig Berry.
27953      Branch: perl
27954            ! configure.com ext/Devel/DProf/DProf.t t/op/magic.t
27955 ____________________________________________________________________________
27956 [ 19920] By: jhi                                   on 2003/07/02  05:21:23
27957         Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
27958              The latest releases of NetBSD don't require the hack.  From
27959              Johnny Lam.
27960      Branch: perl
27961            ! hints/netbsd.sh
27962 ____________________________________________________________________________
27963 [ 19918] By: jhi                                   on 2003/07/01  20:02:33
27964         Log: Add a new utility, Porting/Modules.
27965      Branch: perl
27966            + Porting/Modules
27967            ! MANIFEST
27968 ____________________________________________________________________________
27969 [ 19917] By: jhi                                   on 2003/07/01  17:00:02
27970         Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod
27971              From: Robin Barker <Robin.Barker@npl.co.uk>
27972              Date: Tue, 1 Jul 2003 18:21:34 +0100
27973              Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
27974
27975              Subject:  [PATCH] long C<=item>s in lib/CGI.pm
27976              From: Robin Barker <Robin.Barker@npl.co.uk>
27977              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
27978              Date: Tue, 1 Jul 2003 18:25:17 +0100
27979
27980              Subject: [PATCH] long <=item>s  in lib/ExtUtils/MakeMaker/FAQ.pod
27981              From: Robin Barker <Robin.Barker@npl.co.uk>
27982              Date: Tue, 1 Jul 2003 18:29:09 +0100
27983              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
27984      Branch: perl
27985            ! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod
27986 ____________________________________________________________________________
27987 [ 19916] By: jhi                                   on 2003/07/01  16:51:31
27988         Log: Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
27989              From: Enache Adrian <enache@rdslink.ro>
27990              Date: Tue, 1 Jul 2003 19:51:25 +0300
27991              Message-ID: <20030701165125.GA1521@ratsnest.hole>
27992      Branch: perl
27993            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm ext/B/defsubs_h.PL
27994            ! ext/B/typemap t/op/magic.t
27995 ____________________________________________________________________________
27996 [ 19915] By: jhi                                   on 2003/07/01  16:22:09
27997         Log: Upgrade to Unicode::Normalize 0.23.
27998      Branch: perl
27999            ! ext/Unicode/Normalize/Changes
28000            ! ext/Unicode/Normalize/Normalize.pm
28001            ! ext/Unicode/Normalize/Normalize.xs
28002 ____________________________________________________________________________
28003 [ 19914] By: jhi                                   on 2003/07/01  13:08:44
28004         Log: A naked values() caused shuffling of lib/Config.pm,
28005              which in turn caused unnecessary rebuilds.
28006      Branch: perl
28007            ! configpm
28008 ____________________________________________________________________________
28009 [ 19913] By: jhi                                   on 2003/07/01  13:01:10
28010         Log: Even more :utf8 socket testing, now in both directions.
28011      Branch: perl
28012            ! ext/IO/lib/IO/t/io_sock.t
28013 ____________________________________________________________________________
28014 [ 19912] By: jhi                                   on 2003/07/01  12:44:32
28015         Log: One more test (does binmode()ing a socket succeed)
28016              and add -w.
28017      Branch: perl
28018            ! ext/IO/lib/IO/t/io_sock.t
28019 ____________________________________________________________________________
28020 [ 19911] By: jhi                                   on 2003/07/01  12:38:13
28021         Log: Tweak an existing IO test to test also the change #19910.
28022      Branch: perl
28023            ! ext/IO/lib/IO/t/io_sock.t
28024 ____________________________________________________________________________
28025 [ 19910] By: jhi                                   on 2003/07/01  11:18:27
28026         Log: Integrate from perlio:
28027              [ 19909]
28028              binmode() should affect IoOFP() as well as IoIFP() if it is
28029              distinct (e.g. sockets).
28030      Branch: perl
28031           !> pp_sys.c
28032 ____________________________________________________________________________
28033 [ 19906] By: jhi                                   on 2003/07/01  08:03:17
28034         Log: Do the "aligned contiguous" check only if the arguments
28035              look like aligned; re-introduce the "traditional contiguous"
28036              checks with OS/2 special quirks and all.
28037      Branch: perl
28038            ! perl.c
28039 ____________________________________________________________________________
28040 [ 19903] By: jhi                                   on 2003/07/01  06:22:12
28041         Log: Switch on PERL_IMPLICIT_SYS, not on Win32.
28042      Branch: perl
28043            ! perl.c
28044 ____________________________________________________________________________
28045 [ 19902] By: jhi                                   on 2003/07/01  06:20:48
28046         Log: Regen Glossary et al.
28047      Branch: perl
28048            ! Porting/Glossary Porting/config.sh Porting/config_H
28049 ____________________________________________________________________________
28050 [ 19900] By: jhi                                   on 2003/07/01  05:56:38
28051         Log: Regen Configure.
28052      Branch: perl
28053            ! Configure
28054 ____________________________________________________________________________
28055 [ 19899] By: jhi                                   on 2003/07/01  05:56:14
28056         Log: More nanosleep removal.
28057      Branch: perl
28058            ! Cross/config.sh-arm-linux NetWare/config_H.wc epoc/config.sh
28059            ! hints/vos.sh win32/config.gc win32/config.vc win32/config.vc64
28060            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28061            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
28062 ____________________________________________________________________________
28063 [ 19898] By: jhi                                   on 2003/07/01  05:54:58
28064         Log: Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
28065      Branch: perl
28066            + ext/Time/HiRes/hints/dec_osf.pl
28067            ! MANIFEST ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
28068            ! ext/Time/HiRes/hints/sco.pl
28069 ____________________________________________________________________________
28070 [ 19897] By: jhi                                   on 2003/07/01  05:04:50
28071         Log: Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
28072              From: Alan Burlison <Alan.Burlison@sun.com>
28073              Date: Tue, 01 Jul 2003 00:03:24 +0100
28074              Message-ID: <3F00C1BC.3020103@sun.com>
28075      Branch: perl
28076            ! Configure Makefile.SH config_h.SH configure.com
28077            ! hints/solaris_2.sh perl.h uconfig.h uconfig.sh
28078 ____________________________________________________________________________
28079 [ 19896] By: jhi                                   on 2003/06/30  20:20:54
28080         Log: Integrate #19892, #19895 from perlio to compile and avoid
28081              crashing on Win32.
28082      Branch: perl
28083           !> perl.c
28084 ____________________________________________________________________________
28085 [ 19890] By: jhi                                   on 2003/06/30  08:41:51
28086         Log: int is not UV.
28087      Branch: perl
28088            ! perl.c
28089 ____________________________________________________________________________
28090 [ 19889] By: jhi                                   on 2003/06/30  08:36:38
28091         Log: The 'contiguous' test for argv[], envp[] was bogus
28092              since those need not be in memory end-to-end, e.g.
28093              in Tru64 they are aligned by eight.  Loosen the test
28094              so that 'contiguousness' is fulfilled if the elements
28095              are within PTRSIZE alignment.  This makes Tru64 to pass
28096              the join.t, too.
28097      Branch: perl
28098            ! ext/threads/t/join.t mg.c perl.c
28099 ____________________________________________________________________________
28100 [ 19888] By: jhi                                   on 2003/06/30  07:24:18
28101         Log: $0 doc tweakage.
28102      Branch: perl
28103            ! pod/perlvar.pod
28104 ____________________________________________________________________________
28105 [ 19887] By: jhi                                   on 2003/06/30  07:20:58
28106         Log: $0 test tweaks from Andreas.
28107      Branch: perl
28108            ! ext/threads/t/join.t t/op/magic.t
28109 ____________________________________________________________________________
28110 [ 19886] By: rgs                                   on 2003/06/29  19:18:43
28111         Log: Misc Pod Nits.
28112      Branch: perl
28113            ! ext/B/B.pm pod/perlrun.pod
28114 ____________________________________________________________________________
28115 [ 19885] By: jhi                                   on 2003/06/29  15:49:52
28116         Log: Fix a faulty alias.
28117      Branch: perl
28118            ! ext/Encode/lib/Encode/Alias.pm
28119 ____________________________________________________________________________
28120 [ 19884] By: jhi                                   on 2003/06/29  15:41:05
28121         Log: The joy of $0.  Undoing the #16399 makes Andreas'
28122              tests (see [perl #22811]) pass (yes, padding with space    instead
28123              of nul makes no sense, but that seems to work, maybe Linux does
28124              some deep magic in ps(1)?); moving the PL_origalen computation
28125              earlier makes also the threaded-first case fully pass.
28126
28127              But in general modifying the argv[] is very non-portable.
28128              (e.g. in Tru64 it seems to be limited to the size of the
28129              original argv[0] since the argv[] are not contiguous?)
28130
28131              Everybody should just have setproctitle().
28132      Branch: perl
28133            ! mg.c perl.c pod/perlvar.pod
28134 ____________________________________________________________________________
28135 [ 19883] By: jhi                                   on 2003/06/29  13:47:36
28136         Log: More on the macro debugging and expansion.
28137      Branch: perl
28138            ! pod/perlhack.pod
28139 ____________________________________________________________________________
28140 [ 19882] By: rgs                                   on 2003/06/29  13:17:09
28141         Log: Perl_doing_taint must be public, for programs that embed perl
28142      Branch: perl
28143            ! embed.fnc embed.h global.sym
28144 ____________________________________________________________________________
28145 [ 19881] By: jhi                                   on 2003/06/29  10:17:28
28146         Log: More coffee...
28147      Branch: perl
28148            ! lib/Test/Harness.pm
28149 ____________________________________________________________________________
28150 [ 19880] By: jhi                                   on 2003/06/29  09:48:50
28151         Log: argc, argv.
28152      Branch: perl
28153            ! perl.h
28154 ____________________________________________________________________________
28155 [ 19879] By: jhi                                   on 2003/06/29  09:34:47
28156         Log: Another spot where a zero $test{$max} can make things go boom.
28157      Branch: perl
28158            ! lib/Test/Harness.pm
28159 ____________________________________________________________________________
28160 [ 19878] By: jhi                                   on 2003/06/29  09:28:58
28161         Log: Move the PL_earlytaint initialization to the PERL_SYS_INIT()
28162              as per suggestion from Sarathy.
28163      Branch: perl
28164            ! dosish.h epoc/epocish.h miniperlmain.c mpeix/mpeixish.h
28165            ! os2/os2ish.h perl.h plan9/plan9ish.h unixish.h vms/vmsish.h
28166 ____________________________________________________________________________
28167 [ 19877] By: jhi                                   on 2003/06/28  18:28:01
28168         Log: The #19842 is no more needed thanks to #19876,
28169              and the #19842 was wrong anyway (it affected
28170              only the threaded case.)
28171      Branch: perl
28172            ! hints/dec_osf.sh
28173 ____________________________________________________________________________
28174 [ 19876] By: jhi                                   on 2003/06/28  18:24:46
28175         Log: Subject: Re: your malloc patches
28176              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
28177              Date: Fri, 27 Jun 2003 06:54:06 -0700
28178              Message-ID: <20030627135406.GA8914@math.berkeley.edu>
28179
28180              More malloc patches: now they seem to work even in Tru64.
28181      Branch: perl
28182            ! malloc.c
28183 ____________________________________________________________________________
28184 [ 19875] By: jhi                                   on 2003/06/28  18:09:30
28185         Log: Duh.
28186      Branch: perl
28187            ! perl.h
28188 ____________________________________________________________________________
28189 [ 19874] By: jhi                                   on 2003/06/28  17:30:52
28190         Log: Retract #19867; the bug was really much simpler:
28191              the < max must be <= max instead.
28192      Branch: perl
28193            ! hv.c
28194 ____________________________________________________________________________
28195 [ 19873] By: rgs                                   on 2003/06/28  16:02:53
28196         Log: Using $1 without testing success of the regexp, bad.
28197      Branch: perl
28198            ! pod/perlretut.pod
28199 ____________________________________________________________________________
28200 [ 19872] By: rgs                                   on 2003/06/28  16:01:08
28201         Log: Some clarification about the current semantics of CHECK and
28202              INIT blocks. See bug [perl #22826].
28203      Branch: perl
28204            ! pod/perlmod.pod
28205 ____________________________________________________________________________
28206 [ 19871] By: rgs                                   on 2003/06/28  15:47:22
28207         Log: Subject: [Encode] pre-1.97 patches
28208              From: Dan Kogai <dankogai@dan.co.jp>
28209              Date: Sat, 28 Jun 2003 01:20:59 +0900
28210              Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
28211      Branch: perl
28212            ! ext/Encode/Changes ext/Encode/Encode.pm
28213            ! ext/Encode/lib/Encode/Guess.pm
28214 ____________________________________________________________________________
28215 [ 19870] By: rgs                                   on 2003/06/28  15:39:57
28216         Log: Two debugging patches.
28217              The first allows to hold symbolic switches in $^D
28218              and more generally fixes assignment to $^D. The
28219              second one improves the information given by -Dl.
28220
28221              Subject: [PATCH] allow $^D = "flags"
28222              From: Dave Mitchell <davem@fdgroup.com>
28223              Date: Fri, 27 Jun 2003 22:26:24 +0100
28224              Message-ID: <20030627212624.GB12887@fdgroup.com>
28225
28226              Subject: [PATCH] make -Dl show more scope info
28227              From: Dave Mitchell <davem@fdgroup.com>
28228              Date: Fri, 27 Jun 2003 23:00:36 +0100
28229              Message-ID: <20030627220036.GC12887@fdgroup.com>
28230      Branch: perl
28231            ! cop.h embed.fnc embed.h mg.c perl.c perl.h pod/perlvar.pod
28232            ! proto.h scope.h
28233 ____________________________________________________________________________
28234 [ 19869] By: rgs                                   on 2003/06/28  14:39:40
28235         Log: Fix test count, by Abe Timmerman.
28236      Branch: perl
28237            ! t/comp/require.t
28238 ____________________________________________________________________________
28239 [ 19867] By: jhi                                   on 2003/06/27  10:08:20
28240         Log: The two-for-loops is no more a valid way to walk through
28241              a hash (this was the reason the Hash/Util.t intermittently
28242              failed, the two-loop didn't find all the SVs of the HV).
28243      Branch: perl
28244            ! hv.c
28245 ____________________________________________________________________________
28246 [ 19866] By: jhi                                   on 2003/06/27  08:54:16
28247         Log: Some warnings about the (im)proper uses of the hash randomisation.
28248      Branch: perl
28249            ! pod/perlsec.pod
28250 ____________________________________________________________________________
28251 [ 19865] By: jhi                                   on 2003/06/27  08:40:45
28252         Log: atoi() doesn't cut the mustard if the PERL_HASH_SEED
28253              is larger than INT_MAX (atoi() returns -1 in that case).
28254      Branch: perl
28255            ! perl.c
28256 ____________________________________________________________________________
28257 [ 19864] By: jhi                                   on 2003/06/27  08:18:47
28258         Log: Use the PL_earlytaint.  (PL_earlytaint is a global,
28259              not per-interp, since perl_construct() is not passed
28260              the argc, argv, and therefore it can't set the per-interp
28261              PL_tainting.)
28262      Branch: perl
28263            ! perl.c perl.h
28264 ____________________________________________________________________________
28265 [ 19863] By: jhi                                   on 2003/06/27  08:15:11
28266         Log: Introduce (global) variable PL_earlytaint which
28267              is set very early in main(), before perl_parse()
28268              has been called and PL_tainting (or PL_taint_warn)
28269              might have been set.
28270      Branch: perl
28271            ! embed.fnc embedvar.h miniperlmain.c perl.c perl.h perlapi.h
28272            ! perlvars.h proto.h
28273 ____________________________________________________________________________
28274 [ 19862] By: jhi                                   on 2003/06/27  07:39:58
28275         Log: Make doing_taint() always available (though not
28276              part of the public API).
28277      Branch: perl
28278            ! embed.fnc embed.h perl.c proto.h
28279 ____________________________________________________________________________
28280 [ 19861] By: jhi                                   on 2003/06/27  05:30:03
28281         Log: Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
28282              if tainting-- but is this a good thing or a bad thing?
28283              (At least it makes debugging lib/Hash/Util.t harder,
28284              since it has, for no apparent good reason, -T: one must
28285              make a copy of it without the -T.)
28286      Branch: perl
28287            ! perl.c
28288 ____________________________________________________________________________
28289 [ 19860] By: jhi                                   on 2003/06/27  05:02:14
28290         Log: Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch.
28291              From: Tim Bunce <Tim.Bunce@pobox.com>
28292              Date: Thu, 26 Jun 2003 10:53:22 +0100
28293              Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
28294      Branch: perl
28295            ! INSTALL
28296 ____________________________________________________________________________
28297 [ 19859] By: jhi                                   on 2003/06/27  04:59:23
28298         Log: Hash/Util.t and Encode/t/Aliases.t seem to be having
28299              random failures.  To make these easier to reproduce,
28300              add a variable, PERL_HASH_SEED_DEBUG, to display the
28301              hash seed.  E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
28302              of 82972356 makes the first one to fail.
28303      Branch: perl
28304            ! perl.c pod/perlrun.pod
28305 ____________________________________________________________________________
28306 [ 19858] By: rgs                                   on 2003/06/26  20:21:53
28307         Log: perlhack update, by Steve Grazzini
28308              about macro support in gdb and gcc.
28309      Branch: perl
28310            ! pod/perlhack.pod
28311 ____________________________________________________________________________
28312 [ 19854] By: jhi                                   on 2003/06/26  05:32:02
28313         Log: Bite the bullet and apply the hash randomisation patch.
28314              [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
28315      Branch: perl
28316            ! INSTALL embedvar.h ext/Data/Dumper/Dumper.pm
28317            ! ext/Data/Dumper/t/dumper.t hv.h intrpvar.h perl.c perl.h
28318            ! perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
28319            ! sv.c
28320 ____________________________________________________________________________
28321 [ 19853] By: rgs                                   on 2003/06/25  19:35:02
28322         Log: Subject: Re: P and V
28323              From: "Philip Newton" <pnewton@gmx.de>
28324              Date: Wed, 25 Jun 2003 17:50:22 +0200
28325              Message-ID: <3EF9E0DE.4786.16A6869@localhost>
28326      Branch: perl
28327            ! lib/Thread/Semaphore.pm
28328 ____________________________________________________________________________
28329 [ 19852] By: rgs                                   on 2003/06/25  19:27:42
28330         Log: Enhance some macro robustness.
28331      Branch: perl
28332            ! opcode.h opcode.pl
28333 ____________________________________________________________________________
28334 [ 19851] By: rgs                                   on 2003/06/25  19:25:47
28335         Log: Fix [perl #21742] :
28336              require() should always be called in scalar context,
28337              even when it's the last statement in an eval("").
28338      Branch: perl
28339            ! pp_ctl.c t/comp/require.t
28340 ____________________________________________________________________________
28341 [ 19849] By: jhi                                   on 2003/06/24  17:32:37
28342         Log: Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects
28343              From: Dave Mitchell <davem@fdgroup.com>
28344              Date: Tue, 24 Jun 2003 13:16:18 +0100
28345              Message-ID: <20030624121618.GC22675@fdgroup.com>
28346      Branch: perl
28347            ! sv.c t/op/ref.t
28348 ____________________________________________________________________________
28349 [ 19848] By: merijn                                on 2003/06/24  08:06:57
28350         Log: Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl
28351              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
28352              Date: Tue, 24 Jun 2003 11:00:34 +0200
28353              Message-ID: <186930306740.20030624110034@familiehaase.de>
28354      Branch: perl
28355            ! lib/Pod/Perldoc.pm
28356 ____________________________________________________________________________
28357 [ 19847] By: jhi                                   on 2003/06/24  04:52:42
28358         Log: Subject: [PATCH] version.pm up to date with CPAN
28359              From: John Peacock <jpeacock@rowman.com>
28360              Date: Mon, 23 Jun 2003 21:58:18 -0400
28361              Message-ID: <3EF7B03A.2060705@rowman.com>
28362      Branch: perl
28363            ! lib/version.pm lib/version.t universal.c
28364 ____________________________________________________________________________
28365 [ 19846] By: rgs                                   on 2003/06/23  20:52:26
28366         Log: Subject: [perlport.pod] code point of \cU
28367              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
28368              Date: Tue, 24 Jun 2003 01:00:16 +0900
28369              Message-Id: <20030624004743.1237.BQW10602@nifty.com>
28370      Branch: perl
28371            ! pod/perlport.pod
28372 ____________________________________________________________________________
28373 [ 19845] By: jhi                                   on 2003/06/23  04:55:39
28374         Log: Test tweaks for VMS from Craig Berry.
28375      Branch: perl
28376            ! lib/strict.t lib/warnings.t
28377 ____________________________________________________________________________
28378 [ 19843] By: jhi                                   on 2003/06/22  17:00:10
28379         Log: Move the (pseudo)seed functio for (pseudo)random numbers to util.c.
28380      Branch: perl
28381            ! embed.fnc embed.h pp.c proto.h util.c
28382 ____________________________________________________________________________
28383 [ 19842] By: jhi                                   on 2003/06/22  16:44:16
28384         Log: Until the Perl malloc problems in Tru64 are fixed.
28385      Branch: perl
28386            ! hints/dec_osf.sh
28387 ____________________________________________________________________________
28388 [ 19841] By: jhi                                   on 2003/06/22  16:35:33
28389         Log: Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6"
28390              From: Enache Adrian <enache@rdslink.ro>
28391              Date: Sat, 21 Jun 2003 03:19:31 +0300
28392              Message-ID: <20030621001931.GB1255@ratsnest.hole>
28393      Branch: perl
28394            ! op.c t/op/concat.t
28395 ____________________________________________________________________________
28396 [ 19840] By: jhi                                   on 2003/06/22  16:33:25
28397         Log: Subject: [perl #22753] overload::StrVal() fails for regexp refs
28398              From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org>
28399              Date: 21 Jun 2003 19:02:30 -0000
28400              Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org>
28401      Branch: perl
28402            ! lib/overload.pm lib/overload.t
28403 ____________________________________________________________________________
28404 [ 19839] By: jhi                                   on 2003/06/22  16:31:05
28405         Log: Subject: FileCache 1.03 broken on VMS -- possible patch
28406              From: "Craig A. Berry" <craigberry@mac.com>
28407              Date: Sat, 21 Jun 2003 10:31:59 -0500
28408              Message-ID: <3EF47A6F.9060904@mac.com>
28409      Branch: perl
28410            ! lib/FileCache.pm lib/FileCache/t/01open.t
28411            ! lib/FileCache/t/03append.t lib/FileCache/t/05override.t
28412 ____________________________________________________________________________
28413 [ 19838] By: jhi                                   on 2003/06/22  16:16:01
28414         Log: Debian fix from Brendan O'Dea:
28415              Adjust output to screen width.
28416              (adjusted to probe for the stty command)
28417      Branch: perl
28418            ! utils/dprofpp.PL
28419 ____________________________________________________________________________
28420 [ 19837] By: jhi                                   on 2003/06/22  15:56:45
28421         Log: Debian fix from Brendan O'Dea:
28422              Use a temporary directory to avoid symlink attacks.
28423              Specify -gstabs explicitly (not the default format for gcc 3.2).
28424      Branch: perl
28425            ! utils/c2ph.PL
28426 ____________________________________________________________________________
28427 [ 19836] By: jhi                                   on 2003/06/22  15:55:13
28428         Log: Debian fix from Brendan O'Dea:
28429              Bug#156284: the stucture used by pp_accept is too small to hold an
28430              IPv6 address.
28431      Branch: perl
28432            ! pp_sys.c
28433 ____________________________________________________________________________
28434 [ 19835] By: jhi                                   on 2003/06/22  15:46:50
28435         Log: For characters beyond the BMP the $bits will be undef,
28436              which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
28437              analysis and fix from SADAHIRO Tomoyuki)
28438      Branch: perl
28439            ! lib/utf8_heavy.pl
28440 ____________________________________________________________________________
28441 [ 19834] By: jhi                                   on 2003/06/20  08:42:58
28442         Log: Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).
28443      Branch: perl
28444            ! malloc.c
28445 ____________________________________________________________________________
28446 [ 19833] By: jhi                                   on 2003/06/20  08:16:02
28447         Log: Don't do sprintf().
28448      Branch: perl
28449            ! malloc.c
28450 ____________________________________________________________________________
28451 [ 19832] By: jhi                                   on 2003/06/20  07:43:48
28452         Log: Show the source code location of an "assertion botch".
28453      Branch: perl
28454            ! malloc.c
28455 ____________________________________________________________________________
28456 [ 19831] By: jhi                                   on 2003/06/20  07:31:11
28457         Log: More Perl malloc debugging magic from Ilya.  Seems to work in
28458              Linux, Solaris, AIX.  Had to do #ifdef OS2 for the <io.h> in
28459              malloc.c, found in AIX since there is no such header.
28460              In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
28461              memory was overwritten?"
28462              (In IRIX compiles but that doesn't prove much since in IRIX
28463              Perl's malloc is simply not used.)
28464      Branch: perl
28465            + malloc_ctl.h
28466            ! MANIFEST dosish.h epoc/epocish.h malloc.c os2/os2ish.h perl.c
28467            ! perl.h plan9/plan9ish.h sv.c unixish.h vms/vmsish.h
28468 ____________________________________________________________________________
28469 [ 19830] By: jhi                                   on 2003/06/20  06:02:21
28470         Log: Retract #19785 and #19756: JPL nowadays works without this
28471              (verified by a true JPL user).
28472      Branch: perl
28473            ! perl.c
28474 ____________________________________________________________________________
28475 [ 19827] By: jhi                                   on 2003/06/19  20:18:31
28476         Log: Apparently this is needed for VMS (Craig Berry).
28477      Branch: perl
28478            ! lib/Tie/File.pm
28479 ____________________________________________________________________________
28480 [ 19824] By: jhi                                   on 2003/06/19  15:11:48
28481         Log: Bump Time::HiRes to 1.49.
28482      Branch: perl
28483            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
28484            ! ext/Time/HiRes/HiRes.xs
28485 ____________________________________________________________________________
28486 [ 19822] By: jhi                                   on 2003/06/19  14:49:37
28487         Log: This change chunk doesn't work well with blead.
28488      Branch: perl
28489            ! lib/ExtUtils/t/Command.t
28490 ____________________________________________________________________________
28491 [ 19821] By: jhi                                   on 2003/06/19  14:27:52
28492         Log: A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
28493              make happy.
28494      Branch: perl
28495            ! lib/ExtUtils/MM_Unix.pm
28496 ____________________________________________________________________________
28497 [ 19820] By: jhi                                   on 2003/06/19  14:25:53
28498         Log: Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
28499              as of 2003-06-19 18:39 EET).
28500      Branch: perl
28501            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm
28502            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
28503            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t
28504            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
28505 ____________________________________________________________________________
28506 [ 19819] By: jhi                                   on 2003/06/19  14:08:13
28507         Log: Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings
28508              From: grazz@pobox.com (Steve Grazzini)
28509              Date: Wed, 18 Jun 2003 19:42:37 -0400
28510              Message-ID: <20030618234237.GA6267@grazzini.net>
28511      Branch: perl
28512            ! embed.fnc embed.h pod/perltie.pod pp_ctl.c proto.h
28513            ! t/op/runlevel.t t/op/tiehandle.t util.c
28514 ____________________________________________________________________________
28515 [ 19818] By: jhi                                   on 2003/06/19  13:57:55
28516         Log: Subject: [PATCH -current] email address correction
28517              Date: Thu, 19 Jun 2003 02:19:31 -0700
28518              Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net>
28519              From: rs@crystalflame.net (Richard Soderberg)
28520      Branch: perl
28521            ! ext/threads/threads.pm
28522 ____________________________________________________________________________
28523 [ 19816] By: jhi                                   on 2003/06/19  05:02:22
28524         Log: MPE/iX gets serious indigestion on w-packed infinities.
28525      Branch: perl
28526            ! t/op/pack.t
28527 ____________________________________________________________________________
28528 [ 19815] By: rgs                                   on 2003/06/18  20:47:47
28529         Log: A bunch of minor changes to perlguts.pod.
28530      Branch: perl
28531            ! pod/perlguts.pod
28532 ____________________________________________________________________________
28533 [ 19814] By: jhi                                   on 2003/06/18  19:19:38
28534         Log: Subject: Re: [perl #22727] split() with re_eval segfaults/panics
28535              From: Enache Adrian <enache@rdslink.ro>
28536              Date: Wed, 18 Jun 2003 23:00:43 +0300
28537              Message-ID: <20030618200043.GA1249@ratsnest.hole>
28538      Branch: perl
28539            ! pp.c regexec.c t/op/pat.t
28540 ____________________________________________________________________________
28541 [ 19813] By: jhi                                   on 2003/06/18  17:31:50
28542         Log: Upgrade to Tie::File 0.97.
28543      Branch: perl
28544            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
28545            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/28_mtwrite.t
28546            ! lib/Tie/File/t/29_downcopy.t
28547 ____________________________________________________________________________
28548 [ 19812] By: gbarr                                 on 2003/06/18  16:41:31
28549         Log: Sync with libnet 1.16
28550      Branch: perl
28551            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
28552 ____________________________________________________________________________
28553 [ 19811] By: jhi                                   on 2003/06/18  12:11:07
28554         Log: Subject: Encode] 1.96 Released
28555              From: Dan Kogai <dankogai@dan.co.jp>
28556              Date: Wed, 18 Jun 2003 19:09:11 +0900
28557              Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp>
28558      Branch: perl
28559            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
28560            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
28561            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/piconv
28562            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
28563            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/Unicode.t
28564            ! ext/Encode/t/guess.t
28565 ____________________________________________________________________________
28566 [ 19810] By: jhi                                   on 2003/06/18  09:20:43
28567         Log: Oops in change #19809.
28568      Branch: perl
28569            ! ext/POSIX/POSIX.xs
28570 ____________________________________________________________________________
28571 [ 19809] By: jhi                                   on 2003/06/18  09:08:47
28572         Log: If the first argument of sigaction() was a string, not a number
28573              (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO"
28574              isn't numeric in subroutine entry ...' but after that one got
28575              (depending on the OS) either a coredump (because of trying to
28576              assign to *0 in mg_get) or a hang (because of the sigprocmask()
28577              blocking signals inside POSIX::sigaction, a nasty hang since
28578              one obviously cannot interrupt it...only SIGKILL works).
28579              In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...'
28580              because of the string becoming zero due to the XS typemap magic.
28581              Resolved by making the POSIX::sigaction to try harder to figure
28582              out a valid signal number (one still gets the warning, though),
28583              and returning undef if no sense can be made.
28584      Branch: perl
28585            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
28586 ____________________________________________________________________________
28587 [ 19808] By: rgs                                   on 2003/06/17  21:10:06
28588         Log: Some docs for the assertions.
28589      Branch: perl
28590            ! lib/assertions.pm lib/assertions/activate.pm
28591            ! pod/perllexwarn.pod pod/perlrun.pod t/run/switch_A.t
28592 ____________________________________________________________________________
28593 [ 19806] By: jhi                                   on 2003/06/17  18:12:26
28594         Log: io_dir.t tweak from Craig Berry.
28595      Branch: perl
28596            ! ext/IO/lib/IO/t/io_dir.t
28597 ____________________________________________________________________________
28598 [ 19805] By: jhi                                   on 2003/06/17  16:47:06
28599         Log: Subject: /ext/DynaLoader/dl_dyld.xs
28600              From: "Peter O'Gorman" <peter@pogma.com>
28601              Date: Tue, 17 Jun 2003 23:45:47 +0900
28602              Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
28603
28604              No need to see dlclose() and dlsym() outside the dl_dyld.xs
28605              (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
28606              of OpenDarwin.
28607      Branch: perl
28608            ! ext/DynaLoader/dl_dyld.xs
28609 ____________________________________________________________________________
28610 [ 19804] By: jhi                                   on 2003/06/17  13:12:21
28611         Log: Subject: DOCPATCH Re: $1 remains uncleared for failed matches
28612              From: david nicol <whatever@davidnicol.com>
28613              Date: 16 Jun 2003 20:35:24 -0500
28614              Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
28615
28616              Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
28617              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
28618              Date: Tue, 17 Jun 2003 00:12:04 -0400
28619              Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu>
28620      Branch: perl
28621            ! pod/perlre.pod pod/perltrap.pod
28622 ____________________________________________________________________________
28623 [ 19802] By: jhi                                   on 2003/06/17  04:51:33
28624         Log: UNICOS: try papering over the Configure symbol scan problems
28625              by disavowing any knowledge of dynaloading.
28626      Branch: perl
28627            ! hints/unicos.sh
28628 ____________________________________________________________________________
28629 [ 19801] By: rgs                                   on 2003/06/16  22:47:28
28630         Log: Revert change #19126, a poor attempt at fixing bug #21742.
28631              The test for #21742 is marked as TODO.
28632              Plus new regression tests from :
28633
28634              Subject: [perl #22708] void context in string eval is broken
28635              From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
28636              Date: 15 Jun 2003 23:09:03 -0000
28637              Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
28638      Branch: perl
28639            ! pp_ctl.c t/comp/require.t t/op/eval.t
28640 ____________________________________________________________________________
28641 [ 19800] By: rgs                                   on 2003/06/16  21:14:26
28642         Log: Subject: [PATCH] unnecessary stringification in eval/die
28643              From: Steve Grazzini <grazz@pobox.com>
28644              Date: 15 Jun 2003 21:02:26 -0000
28645              Message-ID: <20030615210226.56430.qmail@onion.perl.org>
28646              (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net>
28647              in c.l.p.misc and bug #17763)
28648      Branch: perl
28649            ! pod/perlfunc.pod pp_ctl.c
28650 ____________________________________________________________________________
28651 [ 19799] By: rgs                                   on 2003/06/16  20:15:28
28652         Log: Subject: [perl #22622] Bogus error codes from File::Copy::move
28653              From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
28654              Date: 9 Jun 2003 15:48:09 -0000
28655              Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
28656      Branch: perl
28657            ! lib/File/Copy.pm
28658 ____________________________________________________________________________
28659 [ 19798] By: jhi                                   on 2003/06/16  12:26:29
28660         Log: And even more glibc fcntl constants, this time mostly F_XXX.
28661              Be more conservative and use @EXPORT_OK instead of @EXPORT.
28662      Branch: perl
28663            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
28664 ____________________________________________________________________________
28665 [ 19797] By: jhi                                   on 2003/06/16  08:05:11
28666         Log: Even more glibc O_ modes.
28667      Branch: perl
28668            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
28669 ____________________________________________________________________________
28670 [ 19796] By: jhi                                   on 2003/06/16  07:59:26
28671         Log: Add O_NOATIME.
28672      Branch: perl
28673            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
28674 ____________________________________________________________________________
28675 [ 19795] By: jhi                                   on 2003/06/16  06:51:19
28676         Log: Instead of fancy condvar footwork do a simple join,
28677              as suggested by Arthur.
28678      Branch: perl
28679            ! ext/threads/shared/t/hv_refs.t
28680 ____________________________________________________________________________
28681 [ 19794] By: rgs                                   on 2003/06/15  21:01:18
28682         Log: Rename again the warning about $* being no longer supported
28683              (and update perldiag this time!)
28684      Branch: perl
28685            ! gv.c pod/perldiag.pod t/lib/warnings/gv
28686 ____________________________________________________________________________
28687 [ 19793] By: rgs                                   on 2003/06/15  19:47:21
28688         Log: Remove all magic in untie()
28689
28690              Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
28691              From: Aaron J Mackey <ajm6q@virginia.edu>
28692              Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
28693              Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
28694              (plus a test case)
28695      Branch: perl
28696            ! pp_sys.c t/op/tie.t
28697 ____________________________________________________________________________
28698 [ 19790] By: jhi                                   on 2003/06/15  17:22:08
28699         Log: Start using Perl malloc in FreeBSD since the system malloc
28700              is reaaally slooow for Perl.
28701
28702              Subject: FreeBSD 5.1 vs. -Uusemymalloc
28703              From: Dan Kogai <dankogai@dan.co.jp>
28704              Date: Mon, 16 Jun 2003 01:48:49 +0900
28705              Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
28706      Branch: perl
28707            ! hints/freebsd.sh
28708 ____________________________________________________________________________
28709 [ 19789] By: jhi                                   on 2003/06/15  17:08:02
28710         Log: Subject: [PATCH 5.8.1 @19774] OS2 patches
28711              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
28712              Date: Sat, 14 Jun 2003 17:49:57 -0700
28713              Message-ID: <20030615004956.GA28272@math.berkeley.edu>
28714      Branch: perl
28715            + os2/OS2/typemap os2/perlrexx.cmd
28716            - os2/OS2/PrfDB/typemap
28717            ! MANIFEST doio.c emacs/ptags ext/Time/HiRes/Makefile.PL handy.h
28718            ! hints/os2.sh lib/ExtUtils/t/MM_OS2.t makedef.pl
28719            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
28720            ! os2/OS2/Process/Process.xs os2/OS2/REXX/DLL/DLL.pm
28721            ! os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/t/rx_emxrv.t
28722            ! os2/OS2/REXX/t/rx_objcall.t os2/dl_os2.c os2/os2.c
28723            ! os2/os2ish.h pp_sys.c utils/h2xs.PL
28724 ____________________________________________________________________________
28725 [ 19788] By: jhi                                   on 2003/06/15  15:05:40
28726         Log: Reindent a section of the file.
28727      Branch: perl
28728            ! universal.c
28729 ____________________________________________________________________________
28730 [ 19787] By: jhi                                   on 2003/06/15  15:01:26
28731         Log: Unused variable.
28732      Branch: perl
28733            ! universal.c
28734 ____________________________________________________________________________
28735 [ 19786] By: jhi                                   on 2003/06/15  07:41:23
28736         Log: Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
28737              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
28738              Date: Sun, 15 Jun 2003 10:48:40 +0200
28739              Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2>
28740      Branch: perl
28741            ! embed.fnc embed.h proto.h sv.c
28742 ____________________________________________________________________________
28743 [ 19785] By: jhi                                   on 2003/06/15  07:37:02
28744         Log: Most often unused variables.
28745      Branch: perl
28746            ! perl.c
28747 ____________________________________________________________________________
28748 [ 19784] By: rgs                                   on 2003/06/14  20:08:52
28749         Log: Rename the warning about $* being removed,
28750              as suggested by Dave Mitchell
28751      Branch: perl
28752            ! gv.c t/lib/warnings/gv
28753 ____________________________________________________________________________
28754 [ 19783] By: jhi                                   on 2003/06/14  16:30:23
28755         Log: The FileCache 1.03 tests from belg4mit.
28756      Branch: perl
28757            + lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
28758            + lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
28759            + lib/FileCache/t/05override.t
28760            - lib/FileCache.t
28761            ! MANIFEST
28762 ____________________________________________________________________________
28763 [ 19782] By: jhi                                   on 2003/06/14  13:45:01
28764         Log: Mention the Unicode::Regex::Set module.
28765      Branch: perl
28766            ! pod/perlunicode.pod
28767 ____________________________________________________________________________
28768 [ 19781] By: jhi                                   on 2003/06/14  13:39:45
28769         Log: Followup on #19779: make the helper function static,
28770              and rename it for paranoia reasons.
28771      Branch: perl
28772            ! embed.fnc embed.h proto.h sv.c
28773 ____________________________________________________________________________
28774 [ 19779] By: jhi                                   on 2003/06/14  13:13:34
28775         Log: Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
28776              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
28777              Date: Sat, 14 Jun 2003 12:51:31 +0200
28778              Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
28779
28780              (choosing the safe alternative)
28781      Branch: perl
28782            ! sv.c
28783 ____________________________________________________________________________
28784 [ 19778] By: jhi                                   on 2003/06/14  09:28:01
28785         Log: Exercise the utf8:: "internal" functions.
28786      Branch: perl
28787            ! lib/utf8.pm lib/utf8.t
28788 ____________________________________________________________________________
28789 [ 19777] By: jhi                                   on 2003/06/14  09:05:07
28790         Log: Having to pull in the whole Encode just to get SvUTF8()
28791              is a bit too much: introduce utf8::is_utf8().
28792      Branch: perl
28793            ! lib/utf8.pm pod/perluniintro.pod universal.c
28794 ____________________________________________________________________________
28795 [ 19776] By: jhi                                   on 2003/06/14  08:56:11
28796         Log: Slight tweaks on the length() and chr() entries,
28797              passing-by rewrapping on the rmdir entry.
28798      Branch: perl
28799            ! pod/perlfunc.pod
28800 ____________________________________________________________________________
28801 [ 19775] By: jhi                                   on 2003/06/14  08:50:16
28802         Log: test.pl-ify and add a couple of tests.
28803      Branch: perl
28804            ! lib/bytes.t
28805 ____________________________________________________________________________
28806 [ 19773] By: jhi                                   on 2003/06/14  08:05:01
28807         Log: Slight reorg of the binmode() entry.
28808      Branch: perl
28809            ! pod/perlfunc.pod
28810 ____________________________________________________________________________
28811 [ 19772] By: jhi                                   on 2003/06/14  07:07:38
28812         Log: Illegal cpp.
28813      Branch: perl
28814            ! util.c
28815 ____________________________________________________________________________
28816 [ 19770] By: jhi                                   on 2003/06/14  04:36:18
28817         Log: Subject: Re: FileCache
28818              From: belg4mit <belg4mit@MIT.EDU>
28819              Date: Sat, 14 Jun 2003 01:35:05 -0400
28820              Message-ID: <3EEAB409.7B4C21EA@mit.edu>
28821
28822              FileCache 1.03.
28823      Branch: perl
28824            ! lib/FileCache.pm
28825 ____________________________________________________________________________
28826 [ 19769] By: rgs                                   on 2003/06/13  19:17:50
28827         Log: Remove the deprecated $* variable.
28828              Incidentally, this fixes bug #22354, about unwanted
28829              action-at-distance of the /m regexp modifier.
28830              Add a new warning to advertise this fact.
28831      Branch: perl
28832            ! gv.c lib/English.pm mg.c pod/perldelta.pod pod/perldiag.pod
28833            ! pod/perlre.pod pod/perlvar.pod pp.c pp_hot.c t/lib/warnings/gv
28834            ! t/op/pat.t t/op/study.t
28835 ____________________________________________________________________________
28836 [ 19768] By: jhi                                   on 2003/06/13  17:08:45
28837         Log: Encode simply needs more work on EBCDIC.
28838      Branch: perl
28839            ! ext/Encode/t/Unicode.t
28840 ____________________________________________________________________________
28841 [ 19767] By: jhi                                   on 2003/06/13  17:05:01
28842         Log: Redundancy removal from Brian De Pradine;
28843              both the forms, pthread_mutexattr_settype() and
28844              pthread_mutexattr_setkind_np(), exist on z/OS.
28845      Branch: perl
28846            ! thread.h
28847 ____________________________________________________________________________
28848 [ 19766] By: jhi                                   on 2003/06/13  17:02:57
28849         Log: Somehow MPE/iX managed to get
28850              "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
28851      Branch: perl
28852            ! lib/Test/Harness.pm
28853 ____________________________________________________________________________
28854 [ 19765] By: jhi                                   on 2003/06/13  14:36:18
28855         Log: Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD
28856              From: alan <alan@pair.com>
28857              Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
28858              Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
28859
28860              (the first alternative)
28861      Branch: perl
28862            ! util.c
28863 ____________________________________________________________________________
28864 [ 19764] By: jhi                                   on 2003/06/13  14:33:51
28865         Log: Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
28866              way of detecting Darwin/Mac OS X; instead it is recommended to
28867              detect the OS at a higher level and pass the information manually
28868              down to the application, using e.g. a -Ddefinition.
28869      Branch: perl
28870            ! hints/darwin.sh perl.h x2p/util.c
28871 ____________________________________________________________________________
28872 [ 19763] By: jhi                                   on 2003/06/13  14:12:13
28873         Log: Define a cpp symbol, BSDish, if that looks appropriate.
28874      Branch: perl
28875            ! perl.h
28876 ____________________________________________________________________________
28877 [ 19760] By: jhi                                   on 2003/06/13  12:00:06
28878         Log: Even more tweakage on symbol scanning from Alan Burlison.
28879      Branch: perl
28880            ! Configure
28881 ____________________________________________________________________________
28882 [ 19758] By: gbarr                                 on 2003/06/13  07:01:11
28883         Log: Sync with libnet 1.15
28884      Branch: perl
28885            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
28886 ____________________________________________________________________________
28887 [ 19756] By: jhi                                   on 2003/06/13  05:09:17
28888         Log: The changes #8803 and #8896 that fixed JPL for use with
28889              JDK 1.2/1.3 had somehow disappeared.
28890      Branch: perl
28891            ! perl.c perl.h
28892 ____________________________________________________________________________
28893 [ 19752] By: rgs                                   on 2003/06/12  20:49:25
28894         Log: Add a new warning, "Newline in left-justified string for printf/sprintf"
28895              to be issued if the string to be left-justified by s?printf contains
28896              a newline.
28897
28898              Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf
28899              From: Robin Barker <Robin.Barker@npl.co.uk>
28900              Date: Wed, 11 Jun 2003 18:10:14 +0100
28901              Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
28902      Branch: perl
28903            ! pod/perldiag.pod sv.c t/lib/warnings/sv
28904 ____________________________________________________________________________
28905 [ 19751] By: rgs                                   on 2003/06/12  20:25:41
28906         Log: Patch for a warning emitted twice, from :
28907              Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
28908              From: Steve Grazzini <grazz@pobox.com>
28909              Date: Wed, 11 Jun 2003 00:46:47 -0400
28910              Message-ID: <20030611044647.GA16696@grazzini.net>
28911      Branch: perl
28912            ! pp_sys.c
28913 ____________________________________________________________________________
28914 [ 19750] By: sky                                   on 2003/06/12  15:03:55
28915         Log: In free we want to destroy, not init, thanks to Tim Bunce for
28916              detecting this. Should hopefully fix memory leak on Tru64
28917      Branch: perl
28918            ! ext/threads/shared/shared.xs
28919 ____________________________________________________________________________
28920 [ 19749] By: jhi                                   on 2003/06/12  13:27:44
28921         Log: More perlio ->Open paranoia.  Set errno to EINVAL if there's
28922              no ->Open, not if ->Open returns NULL.
28923      Branch: perl
28924            ! perlio.c
28925 ____________________________________________________________________________
28926 [ 19748] By: jhi                                   on 2003/06/12  11:32:44
28927         Log: Further perlio doc tweaks.
28928      Branch: perl
28929            ! lib/PerlIO.pm pod/perlrun.pod
28930 ____________________________________________________________________________
28931 [ 19747] By: jhi                                   on 2003/06/12  11:25:19
28932         Log: Slightly amended version of the proposed patch for
28933              "[perl #22390] export PERLIO=bytes segfaults";
28934              the amendment is to set errno.
28935              TODO: we really should not get here if the layer
28936              stack is corrupt or non-sensical (like "bytes").
28937      Branch: perl
28938            ! perlio.c
28939 ____________________________________________________________________________
28940 [ 19746] By: sky                                   on 2003/06/12  08:37:39
28941         Log: Be polite and destroy the mutexes and conditions we use!
28942      Branch: perl
28943            ! ext/threads/shared/shared.xs
28944 ____________________________________________________________________________
28945 [ 19744] By: rgs                                   on 2003/06/11  20:49:04
28946         Log: Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
28947              From: Andy Dougherty <doughera@lafayette.edu>
28948              Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT)
28949              Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>
28950      Branch: perl
28951            ! lib/File/Temp/t/security.t
28952 ____________________________________________________________________________
28953 [ 19742] By: jhi                                   on 2003/06/11  18:28:12
28954         Log: Subject: [PATCH] Configure -Dnoextensions would not accept a list
28955              From: Andy Dougherty <doughera@lafayette.edu>
28956              Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT)
28957              Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
28958      Branch: perl
28959            ! Configure
28960 ____________________________________________________________________________
28961 [ 19741] By: merijn                                on 2003/06/11  14:06:49
28962         Log: Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
28963              From: PPrymmer@factset.com
28964              Date: Wed, 11 Jun 2003 09:00:34 -0400
28965              Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
28966      Branch: perl
28967            ! lib/vmsish.t
28968 ____________________________________________________________________________
28969 [ 19740] By: jhi                                   on 2003/06/11  13:29:59
28970         Log: Doc nit.
28971      Branch: perl
28972            ! INSTALL
28973 ____________________________________________________________________________
28974 [ 19739] By: jhi                                   on 2003/06/11  05:30:53
28975         Log: Integrate from maint:
28976              [ 19738]
28977              Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
28978              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
28979              Date: Tue, 10 Jun 2003 22:10:47 +0200
28980              Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
28981      Branch: perl
28982           !> ext/Encode/encengine.c ext/List/Util/Util.xs
28983           !> ext/POSIX/POSIX.xs ext/Storable/Storable.xs
28984           !> ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h
28985           !> sv.c
28986 ____________________________________________________________________________
28987 [ 19735] By: jhi                                   on 2003/06/10  05:27:33
28988         Log: Upgrade to Unicode::Normalize 0.22.
28989      Branch: perl
28990            ! ext/Unicode/Normalize/Changes
28991            ! ext/Unicode/Normalize/Makefile.PL
28992            ! ext/Unicode/Normalize/Normalize.pm
28993            ! ext/Unicode/Normalize/Normalize.xs
28994            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
28995            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
28996            ! ext/Unicode/Normalize/t/test.t
28997 ____________________________________________________________________________
28998 [ 19734] By: jhi                                   on 2003/06/10  05:14:18
28999         Log: Upgrade to Unicode::Collate 0.25.
29000      Branch: perl
29001            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
29002            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
29003            ! lib/Unicode/Collate/t/test.t
29004 ____________________________________________________________________________
29005 [ 19731] By: jhi                                   on 2003/06/09  20:48:14
29006         Log: On a real multicpu box the child thread could still be running
29007              when the parent thread was already testing.
29008      Branch: perl
29009            ! ext/threads/shared/t/hv_refs.t
29010 ____________________________________________________________________________
29011 [ 19730] By: rgs                                   on 2003/06/09  19:56:29
29012         Log: Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
29013              From: Andy Dougherty <doughera@lafayette.edu>
29014              Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT)
29015              Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>
29016      Branch: perl
29017            ! INSTALL
29018 ____________________________________________________________________________
29019 [ 19729] By: rgs                                   on 2003/06/09  19:13:16
29020         Log: Subject: [PATCH] Re: nitpick with \(0..2)
29021              From: Steve Grazzini <grazz@pobox.com>
29022              Date: Fri, 6 Jun 2003 01:42:59 -0400
29023              Message-ID: <20030606054259.GA30249@grazzini.net>
29024      Branch: perl
29025            ! op.c pod/perlop.pod t/op/ref.t
29026 ____________________________________________________________________________
29027 [ 19726] By: jhi                                   on 2003/06/09  18:45:00
29028         Log: Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
29029      Branch: perl
29030            ! ext/Unicode/Normalize/Normalize.pm
29031 ____________________________________________________________________________
29032 [ 19725] By: rgs                                   on 2003/06/09  18:33:50
29033         Log: In the debugger, flush stdout/stderr before the prompt is printed
29034              Subject: Re: [PATCH] Perlbug #15228
29035              From: Alex Vandiver <alexmv@MIT.EDU>
29036              Date: 04 Jun 2003 04:50:10 -0400
29037              Message-Id: <1054716610.21402.45.camel@supox>
29038      Branch: perl
29039            ! lib/perl5db.pl
29040 ____________________________________________________________________________
29041 [ 19724] By: gsar                                  on 2003/06/09  18:17:42
29042         Log: mark 450_service.t#18 as a todo test on windows
29043      Branch: perl
29044            ! lib/Net/Ping/t/450_service.t
29045 ____________________________________________________________________________
29046 [ 19723] By: gsar                                  on 2003/06/09  18:00:57
29047         Log: one of the Net::Ping time-dependent tests fails sporadically
29048              when the response from localhost is "too quick"
29049      Branch: perl
29050            ! lib/Net/Ping/t/250_ping_hires.t
29051 ____________________________________________________________________________
29052 [ 19721] By: jhi                                   on 2003/06/09  17:04:50
29053         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
29054              From: Michael G Schwern <schwern@pobox.com>
29055              Date: Sat, 7 Jun 2003 01:16:32 -0700
29056              Message-ID: <20030607081632.GA16228@windhund.schwern.org>
29057      Branch: perl
29058            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
29059            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker/FAQ.pod
29060            ! lib/ExtUtils/t/Liblist.t
29061 ____________________________________________________________________________
29062 [ 19720] By: gsar                                  on 2003/06/09  15:59:52
29063         Log: fix for perlio.t failures on windows (from Dan Kogai)
29064      Branch: perl
29065            ! ext/Encode/t/perlio.t
29066 ____________________________________________________________________________
29067 [ 19719] By: jhi                                   on 2003/06/09  15:28:18
29068         Log: Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils
29069              From: PPrymmer@factset.com
29070              Date: Mon, 9 Jun 2003 09:57:43 -0400
29071              Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
29072      Branch: perl
29073            ! configure.com utils/perlivp.PL
29074 ____________________________________________________________________________
29075 [ 19717] By: gsar                                  on 2003/06/09  14:09:55
29076         Log: windows: fix memory leak in %ENV handling (shows up as a
29077              leak even in the simplest fork() loop, because perl_construct()
29078              now does the equivalent of %ENV assignments using mg_set())
29079      Branch: perl
29080            ! win32/perlhost.h
29081 ____________________________________________________________________________
29082 [ 19715] By: sky                                   on 2003/06/09  09:35:47
29083         Log: Support blessed shared references.
29084      Branch: perl
29085            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
29086            ! ext/threads/shared/t/hv_refs.t
29087 ____________________________________________________________________________
29088 [ 19714] By: jhi                                   on 2003/06/09  04:29:04
29089         Log: Subject: [PATCH] pack.t tweak for non-IEEE VMS systems
29090              From: "Craig A. Berry" <craigberry@mac.com>
29091              Date: Sun, 08 Jun 2003 16:49:43 -0500
29092              Message-ID: <3EE3AF77.7060302@mac.com>
29093      Branch: perl
29094            ! t/op/pack.t
29095 ____________________________________________________________________________
29096 [ 19712] By: jhi                                   on 2003/06/08  17:05:59
29097         Log: Subject: Re: forwarded you a test result
29098              From: Dan Kogai <dankogai@dan.co.jp>
29099              Date: Sun, 8 Jun 2003 11:04:43 +0900
29100              Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
29101      Branch: perl
29102            ! ext/Encode/t/Encode.t
29103 ____________________________________________________________________________
29104 [ 19710] By: jhi                                   on 2003/06/08  17:03:07
29105         Log: Regen Configure et al.
29106      Branch: perl
29107            ! Configure Porting/config.sh Porting/config_H
29108 ____________________________________________________________________________
29109 [ 19709] By: jhi                                   on 2003/06/08  16:45:50
29110         Log: More symbol scan logic from Alan Burlison.
29111      Branch: perl
29112            ! Configure Porting/Glossary hints/solaris_2.sh
29113 ____________________________________________________________________________
29114 [ 19708] By: sky                                   on 2003/06/07  13:28:50
29115         Log: Major (internal) change to make it much more easy to embed
29116              threaded perl because we don't use our own TLS for the current
29117              thread info, but instead use PL_modglobal. Should make the
29118              mod_perl2 team (Hi Stas!) happy. Should also be more robust.
29119      Branch: perl
29120            ! ext/threads/threads.xs
29121 ____________________________________________________________________________
29122 [ 19707] By: sky                                   on 2003/06/07  13:27:01
29123         Log: Last patch broke this slightly because INC was wrong.
29124      Branch: perl
29125            ! ext/threads/t/thread.t
29126 ____________________________________________________________________________
29127 [ 19706] By: sky                                   on 2003/06/07  13:07:53
29128         Log: Remove warnings from tests.
29129      Branch: perl
29130            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
29131            ! ext/threads/t/list.t
29132 ____________________________________________________________________________
29133 [ 19705] By: sky                                   on 2003/06/07  12:42:28
29134         Log: Work in non core env.
29135      Branch: perl
29136            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
29137            ! ext/threads/t/libc.t ext/threads/t/list.t
29138            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
29139            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
29140            ! ext/threads/t/thread.t
29141 ____________________________________________________________________________
29142 [ 19703] By: jhi                                   on 2003/06/07  05:11:50
29143         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05
29144              From: Michael G Schwern <schwern@pobox.com>
29145              Date: Fri, 6 Jun 2003 18:41:45 -0700
29146              Message-ID: <20030607014145.GB12031@windhund.schwern.org>
29147      Branch: perl
29148            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
29149            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/META.yml
29150            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
29151            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
29152            ! lib/ExtUtils/TODO lib/ExtUtils/t/00compile.t
29153            ! lib/ExtUtils/t/Install.t lib/ExtUtils/t/basic.t
29154            ! lib/ExtUtils/t/zz_cleanup_dummy.t
29155 ____________________________________________________________________________
29156 [ 19702] By: rgs                                   on 2003/06/06  23:00:00
29157         Log: Upgrade to Time::Local 1.06, by Dave Rolsky
29158      Branch: perl
29159            ! lib/Time/Local.pm lib/Time/Local.t
29160 ____________________________________________________________________________
29161 [ 19701] By: rgs                                   on 2003/06/06  22:50:37
29162         Log: Complement to change #19698 :
29163              add also this information (=> and curly braces doesn't
29164              quote compound identifiers) to the strict manpage.
29165              As an experiment in documentation, add a "HISTORY" section
29166              to the strict manpage.
29167      Branch: perl
29168            ! lib/strict.pm
29169 ____________________________________________________________________________
29170 [ 19700] By: rgs                                   on 2003/06/06  22:31:50
29171         Log: Minor grammatical nit.
29172      Branch: perl
29173            ! README.hpux
29174 ____________________________________________________________________________
29175 [ 19699] By: rgs                                   on 2003/06/06  22:29:38
29176         Log: Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi>
29177              From: Stas Bekman <stas@stason.org>
29178              Date: Thu, 05 Jun 2003 10:10:36 +1000
29179              Message-ID: <3EDE8A7C.2080302@stason.org>
29180
29181              Subject: [patch] perlguts authors dup
29182              From: Stas Bekman <stas@stason.org>
29183              Date: Thu, 05 Jun 2003 10:14:12 +1000
29184              Message-ID: <3EDE8B54.6090808@stason.org>
29185      Branch: perl
29186            ! pod/perl5005delta.pod pod/perlguts.pod pod/perlxs.pod
29187 ____________________________________________________________________________
29188 [ 19698] By: rgs                                   on 2003/06/06  22:23:56
29189         Log: Clarify that => doesn't quote compound identifiers.
29190      Branch: perl
29191            ! pod/perldata.pod
29192 ____________________________________________________________________________
29193 [ 19696] By: merijn                                on 2003/06/06  12:21:43
29194         Log: Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
29195              as the compiler supports it)
29196      Branch: perl
29197            ! README.hpux
29198 ____________________________________________________________________________
29199 [ 19695] By: jhi                                   on 2003/06/05  18:50:51
29200         Log: Subject: [PATCH] Re: SPUG:-s option doesn't always work!
29201              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29202              Date: Wed, 04 Jun 2003 00:08:32 -0700
29203              Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
29204      Branch: perl
29205            ! t/run/switches.t toke.c
29206 ____________________________________________________________________________
29207 [ 19694] By: jhi                                   on 2003/06/05  18:37:02
29208         Log: Subject: [PATCH] RE: maint @ 19683
29209              From: Robin Barker <Robin.Barker@npl.co.uk>
29210              Date: Thu, 5 Jun 2003 17:16:58 +0100
29211              Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
29212
29213              (skipped the MIME::Base64 part, leaving that to Gisle)
29214      Branch: perl
29215            ! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h
29216 ____________________________________________________________________________
29217 [ 19693] By: jhi                                   on 2003/06/05  17:26:04
29218         Log: SKIP label was missing.
29219      Branch: perl
29220            ! t/io/utf8.t
29221 ____________________________________________________________________________
29222 [ 19692] By: jhi                                   on 2003/06/05  16:58:23
29223         Log: z/OS makedepend fix from Peter Prymmer;
29224              still needed as reported by Brian De Pradine.
29225      Branch: perl
29226            ! makedepend.SH
29227 ____________________________________________________________________________
29228 [ 19691] By: jhi                                   on 2003/06/05  16:56:01
29229         Log: Even more getspecific patches from Brian De Pradine;
29230              macrofy the construct.
29231      Branch: perl
29232            ! ext/threads/threads.xs
29233 ____________________________________________________________________________
29234 [ 19690] By: jhi                                   on 2003/06/05  16:19:40
29235         Log: z/OS threads tweak from Brian De Pradine.
29236      Branch: perl
29237            ! ext/threads/threads.xs
29238 ____________________________________________________________________________
29239 [ 19689] By: jhi                                   on 2003/06/05  05:43:31
29240         Log: Upgrade to Time::HiRes 1.48.
29241      Branch: perl
29242            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
29243 ____________________________________________________________________________
29244 [ 19688] By: rgs                                   on 2003/06/04  18:53:48
29245         Log: Prevent a potential null pointer dereference.
29246              Noticed by Ryan Koga <rkoga@caida.org> in
29247              Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
29248      Branch: perl
29249            ! perlio.c
29250 ____________________________________________________________________________
29251 [ 19687] By: jhi                                   on 2003/06/04  18:26:08
29252         Log: Subject: Re: [MacOS X] consider useshrplib='false' by default
29253              From: Andy Dougherty <doughera@lafayette.edu>
29254              Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT)
29255              Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>
29256      Branch: perl
29257            ! hints/darwin.sh
29258 ____________________________________________________________________________
29259 [ 19686] By: jhi                                   on 2003/06/04  11:02:54
29260         Log: On closer reading the proposed UTS#18 update required
29261              even more changes.
29262      Branch: perl
29263            ! lib/unicore/lib/Blank.pl lib/unicore/lib/Graph.pl
29264            ! lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
29265            ! lib/unicore/lib/SpacePer.pl lib/unicore/lib/Word.pl
29266            ! lib/unicore/mktables
29267 ____________________________________________________________________________
29268 [ 19685] By: jhi                                   on 2003/06/04  10:14:09
29269         Log: Align the 'graph' property definition with the proposed
29270              Unicode UTS #18 update (v7).
29271      Branch: perl
29272            ! lib/unicore/lib/Graph.pl lib/unicore/mktables
29273 ____________________________________________________________________________
29274 [ 19681] By: jhi                                   on 2003/06/04  05:16:38
29275         Log: Subject: [MacOS X] consider useshrplib='false' by default
29276              From: Dan Kogai <dankogai@dan.co.jp>
29277              Date: Wed, 4 Jun 2003 01:29:42 +0900
29278              Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
29279      Branch: perl
29280            ! hints/darwin.sh
29281 ____________________________________________________________________________
29282 [ 19679] By: jhi                                   on 2003/06/03  15:51:36
29283         Log: Urk.  Joe's patches were for the maint branch,
29284              not for the blead (which has assertions and stuff).
29285              Retract #19677, #19676, #19674.
29286      Branch: perl
29287            ! lib/perl5db.pl
29288 ____________________________________________________________________________
29289 [ 19678] By: jhi                                   on 2003/06/03  15:05:19
29290         Log: According to Arthur this should help
29291              #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug
29292      Branch: perl
29293            ! ext/threads/threads.xs
29294 ____________________________________________________________________________
29295 [ 19677] By: jhi                                   on 2003/06/03  14:07:06
29296         Log: Tiny tweaks from Joe McMahon.
29297      Branch: perl
29298            ! lib/perl5db.pl
29299 ____________________________________________________________________________
29300 [ 19676] By: jhi                                   on 2003/06/03  12:38:46
29301         Log: Tiny pod and speling tweaks.
29302      Branch: perl
29303            ! lib/perl5db.pl
29304 ____________________________________________________________________________
29305 [ 19674] By: jhi                                   on 2003/06/03  12:20:59
29306         Log: Subject: Extensive documentation patch redux
29307              From: Joe McMahon <mcmahon@ibiblio.org>
29308              Date: Mon, 2 Jun 2003 09:53:40 -0400
29309              Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org>
29310
29311              Subject: RE: [PATCH] RE: Extensive documentation patch redux
29312              From: Robin Barker <Robin.Barker@npl.co.uk>
29313              Date: Tue, 3 Jun 2003 10:00:22 +0100
29314              Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk>
29315      Branch: perl
29316            ! lib/perl5db.pl
29317 ____________________________________________________________________________
29318 [ 19673] By: jhi                                   on 2003/06/03  09:51:59
29319         Log: Salvage parts of #19667.
29320      Branch: perl
29321            ! perlio.c win32/win32.c win32/win32iop.h
29322 ____________________________________________________________________________
29323 [ 19672] By: jhi                                   on 2003/06/03  09:26:45
29324         Log: Salvage parts of #19418 (the ext/PerlIO/t/open.t
29325              still is there).
29326      Branch: perl
29327            ! MANIFEST pod/perlfunc.pod
29328 ____________________________________________________________________________
29329 [ 19671] By: merijn                                on 2003/06/03  08:27:07
29330         Log: Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
29331              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29332              Date: Tue, 03 Jun 2003 01:55:06 -0700
29333              Message-ID: <qJG3+gzkgajL092yn@efn.org>
29334      Branch: perl
29335            ! README.cygwin
29336 ____________________________________________________________________________
29337 [ 19670] By: jhi                                   on 2003/06/03  08:04:39
29338         Log: Retract #19667, #19660, #19659, #19658, #19657, #19656,
29339              #19655, #19418; File::Temp no more used internally.
29340              Some parts of these will be salvaged later.
29341      Branch: perl
29342            ! MANIFEST embed.fnc embed.h op.c perlio.c pod/perlfunc.pod
29343            ! proto.h win32/win32.c win32/win32iop.h
29344 ____________________________________________________________________________
29345 [ 19669] By: gsar                                  on 2003/06/02  20:59:39
29346         Log: fix for 09_gen_rs.t#59 failure on windows
29347      Branch: perl
29348            ! lib/Tie/File/t/09_gen_rs.t
29349 ____________________________________________________________________________
29350 [ 19668] By: gsar                                  on 2003/06/02  20:40:19
29351         Log: resurrect change#19628 and make it work by generalizing
29352              a spot that had a hardcoded dependency on the cmd.exe
29353              arguments being "/x/c" or "/c"
29354      Branch: perl
29355            ! pod/perlrun.pod win32/win32.c
29356 ____________________________________________________________________________
29357 [ 19667] By: gsar                                  on 2003/06/02  18:44:34
29358         Log: don't use File::Temp to implement PerlIO_tmpfile() on windows;
29359              reuse the straightforward native implementation instead
29360
29361              this fixes the warning from io_xs.t
29362
29363              NOTE: File::Temp has a less-than-robust implementation on windows
29364              that relies on END blocks being run (this may not happen always)
29365      Branch: perl
29366            ! op.c win32/win32.c win32/win32iop.h
29367 ____________________________________________________________________________
29368 [ 19666] By: gsar                                  on 2003/06/02  18:29:46
29369         Log: change#19628 broke many win32/system.t tests, so back it out
29370      Branch: perl
29371            ! pod/perlrun.pod win32/win32.c
29372 ____________________________________________________________________________
29373 [ 19665] By: rgs                                   on 2003/06/02  18:22:06
29374         Log: A little bit more of weird-code-proofing in B::Deparse.
29375              Fixes a bug reported by Alexey Tourbin in
29376              Message-ID: <20030602085348.GA24023@solemn.turbinal.org>
29377      Branch: perl
29378            ! ext/B/B/Deparse.pm
29379 ____________________________________________________________________________
29380 [ 19664] By: jhi                                   on 2003/06/02  16:41:37
29381         Log: Upgrade to the CGI.pm 2.93.
29382
29383              (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks.  Sigh.)
29384      Branch: perl
29385            + lib/CGI/t/util-58.t
29386            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
29387            ! lib/CGI/Fast.pm lib/CGI/Pretty.pm lib/CGI/Util.pm
29388            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
29389            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
29390            ! lib/CGI/t/html.t lib/CGI/t/push.t lib/CGI/t/request.t
29391            ! lib/CGI/t/switch.t lib/CGI/t/util.t
29392 ____________________________________________________________________________
29393 [ 19663] By: jhi                                   on 2003/06/02  16:16:51
29394         Log: Whitespace tweaks.
29395      Branch: perl
29396            ! hints/uwin.sh
29397 ____________________________________________________________________________
29398 [ 19662] By: jhi                                   on 2003/06/02  16:08:22
29399         Log: U/WIN: final (for now) touches from John P. Linderman;
29400              now we get 97% success rate, the remaining failures are
29401              quite obscure.
29402      Branch: perl
29403            ! hints/uwin.sh lib/locale.t
29404 ____________________________________________________________________________
29405 [ 19661] By: gbarr                                 on 2003/06/02  12:13:35
29406         Log: Sync with libnet 1.14
29407      Branch: perl
29408            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Domain.pm
29409            ! lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/NNTP.pm
29410            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
29411            ! lib/Net/libnetFAQ.pod lib/Net/t/hostname.t
29412 ____________________________________________________________________________
29413 [ 19660] By: jhi                                   on 2003/06/02  09:28:30
29414         Log: Beautification.
29415      Branch: perl
29416            ! op.c
29417 ____________________________________________________________________________
29418 [ 19659] By: jhi                                   on 2003/06/02  09:07:38
29419         Log: Duplicate definition bad.
29420      Branch: perl
29421            ! op.c
29422 ____________________________________________________________________________
29423 [ 19658] By: jhi                                   on 2003/06/02  09:02:18
29424         Log: I thought I tried building threaded.  Never think.  Try.
29425      Branch: perl
29426            ! perlio.c
29427 ____________________________________________________________________________
29428 [ 19657] By: jhi                                   on 2003/06/02  08:54:04
29429         Log: Stick with the original (5.8.0) logic.
29430      Branch: perl
29431            ! op.c
29432 ____________________________________________________________________________
29433 [ 19656] By: jhi                                   on 2003/06/02  08:28:51
29434         Log: Since pulling in File::Temp for tempfiles would pull in
29435              also Fcntl, miniperl could not open up tempfiles.  This broke
29436              the use of miniperl in VMS, as noticed by Craig Berry.
29437              Try to cure this by moving the creation of tempfile into its
29438              own routine, my_tmpfp(), which gets compiled differently
29439              for miniperl and perl.
29440      Branch: perl
29441            ! embed.fnc embed.h op.c perlio.c proto.h
29442 ____________________________________________________________________________
29443 [ 19655] By: jhi                                   on 2003/06/02  06:54:05
29444         Log: A pointless test, noticed by Craig Berry.
29445      Branch: perl
29446            ! perlio.c
29447 ____________________________________________________________________________
29448 [ 19654] By: rgs                                   on 2003/06/01  07:37:50
29449         Log: Two Cygwin patches from Gerrit.
29450
29451              Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
29452              From: "Gerrit P. Haase" <gp@familiehaase.de>
29453              Date: Sat, 31 May 2003 14:12:07 +0200
29454              Message-ID: <179860591535.20030531141207@familiehaase.de>
29455
29456              Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
29457              Date: Sat, 31 May 2003 13:57:49 +0200
29458              Message-ID: <11859733881.20030531135749@familiehaase.de>
29459      Branch: perl
29460            ! README.cygwin perl.h t/io/layers.t
29461 ____________________________________________________________________________
29462 [ 19652] By: rgs                                   on 2003/05/31  19:54:31
29463         Log: Fix a case of segfault in gv_check(), by making
29464              it ignore non-GV values in stashes.
29465      Branch: perl
29466            ! gv.c t/op/stash.t
29467 ____________________________________________________________________________
29468 [ 19651] By: rgs                                   on 2003/05/31  18:48:59
29469         Log: Don't install test.pl files.
29470      Branch: perl
29471            ! installperl
29472 ____________________________________________________________________________
29473 [ 19650] By: rgs                                   on 2003/05/31  18:47:50
29474         Log: Regenerate internals pods.
29475      Branch: perl
29476            ! pod/perlapi.pod pod/perlintern.pod
29477 ____________________________________________________________________________
29478 [ 19649] By: rgs                                   on 2003/05/31  18:33:07
29479         Log: Subject: [PATCH] jumbo closure patch broke formats
29480              From: Dave Mitchell <davem@fdgroup.com>
29481              Date: Sat, 31 May 2003 19:54:48 +0100
29482              Message-ID: <20030531185448.GA6055@fdgroup.com>
29483              Plus restore the original test script for bug #22372
29484      Branch: perl
29485            ! pad.c t/op/write.t
29486 ____________________________________________________________________________
29487 [ 19648] By: jhi                                   on 2003/05/31  17:37:36
29488         Log: Better patch from Inaba Hiroto for
29489              [perl #22375] 'split'/'index' problem for utf8
29490      Branch: perl
29491            ! sv.c
29492 ____________________________________________________________________________
29493 [ 19647] By: rgs                                   on 2003/05/31  11:46:52
29494         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
29495              From: Enache Adrian <enache@rdslink.ro>
29496              Date: Sat, 31 May 2003 14:18:11 +0300
29497              Message-ID: <20030531111811.GA1240@ratsnest.hole>
29498      Branch: perl
29499            ! t/op/write.t
29500 ____________________________________________________________________________
29501 [ 19646] By: jhi                                   on 2003/05/31  05:40:15
29502         Log: Interesting patch(1) glitch.
29503      Branch: perl
29504            ! lib/Tie/File.pm
29505 ____________________________________________________________________________
29506 [ 19645] By: jhi                                   on 2003/05/31  05:37:10
29507         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
29508              From: Enache Adrian <enache@rdslink.ro>
29509              Date: Fri, 30 May 2003 18:52:28 +0300
29510              Message-ID: <20030530155228.GA872@ratsnest.hole>
29511      Branch: perl
29512            ! sv.c t/op/write.t
29513 ____________________________________________________________________________
29514 [ 19644] By: jhi                                   on 2003/05/31  05:31:11
29515         Log: Subject: [PATCH] ext/Encode/t/perlio.t filename tweak
29516              From: "Craig A. Berry" <craigberry@mac.com>
29517              Date: Fri, 30 May 2003 13:08:01 -0500
29518              Message-ID: <3ED79E01.8050401@mac.com>
29519      Branch: perl
29520            ! ext/Encode/t/perlio.t
29521 ____________________________________________________________________________
29522 [ 19643] By: jhi                                   on 2003/05/31  05:28:56
29523         Log: Upgrade to Tie::File 0.96.
29524      Branch: perl
29525            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
29526            ! lib/Tie/File/t/09_gen_rs.t
29527 ____________________________________________________________________________
29528 [ 19642] By: jhi                                   on 2003/05/30  19:06:02
29529         Log: test.pl-isation.
29530      Branch: perl
29531            ! t/op/index.t
29532 ____________________________________________________________________________
29533 [ 19641] By: jhi                                   on 2003/05/30  15:59:57
29534         Log: A bit of networking notworking negativity.
29535              (Inspiration from Jos.)
29536      Branch: perl
29537            ! pod/perlport.pod
29538 ____________________________________________________________________________
29539 [ 19640] By: jhi                                   on 2003/05/30  05:47:15
29540         Log: Fix for "#22375 'split'/'index' problem for utf8".
29541      Branch: perl
29542            ! sv.c t/op/index.t
29543 ____________________________________________________________________________
29544 [ 19639] By: jhi                                   on 2003/05/29  19:07:35
29545         Log: Add the test case for the already fixed
29546              [perl #22351] perl bug with 'e' substitution modifier
29547      Branch: perl
29548            ! t/op/subst.t
29549 ____________________________________________________________________________
29550 [ 19638] By: jhi                                   on 2003/05/29  18:56:46
29551         Log: Comment tweakage.
29552      Branch: perl
29553            ! intrpvar.h
29554 ____________________________________________________________________________
29555 [ 19637] By: rgs                                   on 2003/05/29  18:47:40
29556         Log: Subject: [PATCH] jumbo closure fix
29557              From: Dave Mitchell <davem@fdgroup.com>
29558              Date: Wed, 26 Feb 2003 14:49:47 +0000
29559              Message-ID: <20030226144947.A14444@fdgroup.com>
29560      Branch: perl
29561            ! embed.fnc embed.h embedvar.h ext/Devel/Peek/Peek.t intrpvar.h
29562            ! op.c pad.c perlapi.h pod/perldiag.pod pod/perlintern.pod
29563            ! pod/perlref.pod proto.h regcomp.c t/lib/warnings/pad
29564            ! t/op/closure.t
29565 ____________________________________________________________________________
29566 [ 19635] By: jhi                                   on 2003/05/29  09:13:06
29567         Log: Subject: Credits patch
29568              From: Ed Avis <ed@membled.com>
29569              Date: Sun, 18 May 2003 18:08:55 +0100 (BST)
29570              Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>
29571      Branch: perl
29572            ! lib/Tie/RefHash.pm
29573 ____________________________________________________________________________
29574 [ 19634] By: jhi                                   on 2003/05/29  09:11:30
29575         Log: Subject: [patch] IO::File->open() with encoding
29576              From: Pradeep Hodigere <phodigere@yahoo.com>
29577              Date: Mon, 19 May 2003 16:05:47 -0700 (PDT)
29578              Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
29579      Branch: perl
29580            + ext/IO/lib/IO/t/io_utf8.t
29581            ! MANIFEST ext/IO/lib/IO/File.pm
29582 ____________________________________________________________________________
29583 [ 19633] By: jhi                                   on 2003/05/29  08:18:09
29584         Log: A *much* cut-down version of the patches in the thread
29585              Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
29586              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
29587              Date: 16 May 2003 19:04:28 -0000
29588              Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>
29589      Branch: perl
29590            ! pod/perldiag.pod
29591 ____________________________________________________________________________
29592 [ 19632] By: jhi                                   on 2003/05/29  08:12:46
29593         Log: Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning
29594              From: Dave Mitchell <davem@fdgroup.com>
29595              Date: Tue, 27 May 2003 19:31:10 +0100
29596              Message-ID: <20030527183110.GA22715@fdgroup.com>
29597      Branch: perl
29598            ! hv.c
29599 ____________________________________________________________________________
29600 [ 19631] By: jhi                                   on 2003/05/29  08:11:42
29601         Log: Document that setvbuf() is not probably any more available.
29602              Many reports, most recently by mjd in
29603              [perl #22339] IO::Handle::setvbuf not defined properly
29604      Branch: perl
29605            ! ext/IO/lib/IO/Handle.pm
29606 ____________________________________________________________________________
29607 [ 19630] By: jhi                                   on 2003/05/29  07:59:51
29608         Log: Subject: typo in pod/perlfunc.pod
29609              From: Alexey Mahotkin <alexm@w-m.ru>
29610              Date: Wed, 28 May 2003 15:18:04 +0400
29611              Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>
29612      Branch: perl
29613            ! pod/perlfunc.pod
29614 ____________________________________________________________________________
29615 [ 19629] By: merijn                                on 2003/05/28  12:24:42
29616         Log: Subject: [PATCH] Re: a2p is linked against too many libraries
29617              From: Andy Dougherty <doughera@lafayette.edu>
29618              Date: Wed, 28 May 2003 09:20:06 -0400 (EDT)
29619              Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
29620      Branch: perl
29621            ! x2p/Makefile.SH
29622 ____________________________________________________________________________
29623 [ 19628] By: jhi                                   on 2003/05/28  05:26:43
29624         Log: Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
29625              From: Jan Dubois <jand@ActiveState.com>
29626              Date: Mon, 26 May 2003 23:33:53 -0700
29627              Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
29628      Branch: perl
29629            ! pod/perlrun.pod win32/win32.c
29630 ____________________________________________________________________________
29631 [ 19627] By: jhi                                   on 2003/05/28  05:08:07
29632         Log: OpenZaurus cross-compilation patches from Redvers Davies.
29633      Branch: perl
29634            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
29635            ! Cross/config.sh-arm-linux Cross/generate_config_sh
29636            ! Cross/installperl.patch
29637 ____________________________________________________________________________
29638 [ 19626] By: jhi                                   on 2003/05/27  06:30:54
29639         Log: For now reword the sysread/syswrite description to
29640              stress the fact that by default everything is still bytes.
29641      Branch: perl
29642            ! pod/perlfunc.pod
29643 ____________________________________________________________________________
29644 [ 19625] By: jhi                                   on 2003/05/26  20:31:56
29645         Log: Subject: Re: [perl #22299] goto doesn't find label
29646              From: Dave Mitchell <davem@fdgroup.com>
29647              Date: Sat, 24 May 2003 12:25:17 +0100
29648              Message-ID: <20030524112517.GA11761@fdgroup.com>
29649
29650              Subject: [PATCH] Re: [perl #22299] goto doesn't find label
29651              From: Dave Mitchell <davem@fdgroup.com>
29652              Date: Mon, 26 May 2003 13:47:11 +0100
29653              Message-ID: <20030526124710.GA17670@fdgroup.com>
29654      Branch: perl
29655            ! pp_ctl.c t/op/goto.t
29656 ____________________________________________________________________________
29657 [ 19623] By: merijn                                on 2003/05/26  11:19:38
29658         Log: Subject: [PATCH] for cygwin/perlld.in
29659              From: "Gerrit P. Haase" <gp@familiehaase.de>
29660              Date: Sat, 24 May 2003 16:51:29 +0200
29661              Message-ID: <162265353578.20030524165129@familiehaase.de>
29662      Branch: perl
29663            ! cygwin/perlld.in
29664 ____________________________________________________________________________
29665 [ 19622] By: jhi                                   on 2003/05/25  18:57:18
29666         Log: Regen modlib and toc.
29667      Branch: perl
29668            ! pod/perlmodlib.pod pod/perltoc.pod
29669 ____________________________________________________________________________
29670 [ 19621] By: jhi                                   on 2003/05/25  18:51:00
29671         Log: Run external commands only with localized sanitized $ENV{PATH}.
29672      Branch: perl
29673            ! ext/Sys/Hostname/Hostname.pm
29674 ____________________________________________________________________________
29675 [ 19620] By: jhi                                   on 2003/05/25  18:39:04
29676         Log: Subject: Re: [PATCH: perlio.h] maint snap @ 19613
29677              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
29678              Date: Sun, 25 May 2003 21:17:42 +0200
29679              Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>
29680      Branch: perl
29681            ! perlio.h
29682 ____________________________________________________________________________
29683 [ 19619] By: jhi                                   on 2003/05/25  18:36:17
29684         Log: Protect against race conditions: if the pid is not seen,
29685              neither will be the $0 change be seen (and vice versa).
29686      Branch: perl
29687            ! ext/threads/t/join.t
29688 ____________________________________________________________________________
29689 [ 19618] By: jhi                                   on 2003/05/24  19:54:39
29690         Log: Subject: [Encode] Minor bug in piconv induced by Getopt::Long
29691              From: Dan Kogai <dankogai@dan.co.jp>
29692              Date: 24 May 2003 19:50:48 -0000
29693              Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>
29694      Branch: perl
29695            ! ext/Encode/bin/piconv
29696 ____________________________________________________________________________
29697 [ 19610] By: jhi                                   on 2003/05/24  06:42:52
29698         Log: Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
29699              From: Dave Mitchell <davem@fdgroup.com>
29700              Date: Thu, 22 May 2003 10:13:19 +0100
29701              Message-ID: <20030522091319.GA4568@fdgroup.com>
29702
29703              Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
29704              From: Dave Mitchell <davem@fdgroup.com>
29705              Date: Fri, 23 May 2003 17:09:44 +0100
29706              Message-ID: <20030523160944.GC9194@fdgroup.com>
29707      Branch: perl
29708            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/debug.t
29709            ! ext/B/t/deparse.t op.c op.h t/op/goto.t t/run/switchd.t
29710 ____________________________________________________________________________
29711 [ 19608] By: jhi                                   on 2003/05/24  06:30:40
29712         Log: Missing "to".
29713      Branch: perl
29714            ! NetWare/config_H.wc Porting/config_H config_h.SH
29715            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
29716            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29717            ! win32/config_H.vc64 wince/config_H.ce
29718 ____________________________________________________________________________
29719 [ 19607] By: jhi                                   on 2003/05/24  06:23:51
29720         Log: Introduce (undefined) pthread_attr_setscope to non-Configure lands.
29721      Branch: perl
29722            ! Cross/config.sh-arm-linux NetWare/config.wc
29723            ! NetWare/config_H.wc configure.com epoc/config.sh
29724            ! plan9/config.plan9 plan9/config_h.sample
29725            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
29726            ! win32/config.gc win32/config.vc win32/config.vc64
29727            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29728            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
29729 ____________________________________________________________________________
29730 [ 19606] By: jhi                                   on 2003/05/24  06:05:17
29731         Log: Regen Glossary et al.
29732      Branch: perl
29733            ! Porting/Glossary Porting/config.sh Porting/config_H
29734 ____________________________________________________________________________
29735 [ 19604] By: jhi                                   on 2003/05/24  05:57:49
29736         Log: Add a real scan for pthread_attr_setscope().
29737      Branch: perl
29738            ! Configure config_h.SH ext/threads/threads.xs
29739 ____________________________________________________________________________
29740 [ 19603] By: jhi                                   on 2003/05/24  05:32:34
29741         Log: lib/ftp.pl requires the obsoleted (and removed) chat2.pl.
29742      Branch: perl
29743            - lib/ftp.pl
29744            ! MANIFEST
29745 ____________________________________________________________________________
29746 [ 19602] By: jhi                                   on 2003/05/23  17:02:28
29747         Log: Noticed by John P. Linderman.
29748      Branch: perl
29749            ! epoc/epocish.h mpeix/mpeixish.h perl.h unixish.h
29750 ____________________________________________________________________________
29751 [ 19601] By: jhi                                   on 2003/05/23  16:58:04
29752         Log: Subject: [PATCH] RE: state of deparse?
29753              From: Robin Barker <Robin.Barker@npl.co.uk>
29754              Date: Fri, 23 May 2003 17:42:37 +0100
29755              Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>
29756      Branch: perl
29757            ! ext/B/B/Deparse.pm
29758 ____________________________________________________________________________
29759 [ 19600] By: jhi                                   on 2003/05/23  16:55:09
29760         Log: Subject: [PATCH] for Configure -Dnoextensions=Encode
29761              From: Robin Barker <Robin.Barker@npl.co.uk>
29762              Date: Fri, 23 May 2003 17:37:09 +0100
29763              Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>
29764      Branch: perl
29765            ! ext/PerlIO/t/encoding.t ext/PerlIO/t/fallback.t
29766            ! ext/Storable/t/utf8hash.t lib/open.pm lib/open.t
29767 ____________________________________________________________________________
29768 [ 19599] By: jhi                                   on 2003/05/23  16:51:18
29769         Log: Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
29770              From: Robin Barker <Robin.Barker@npl.co.uk>
29771              Date: Fri, 23 May 2003 17:32:22 +0100
29772              Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
29773      Branch: perl
29774            ! embed.pl perl.h perlio.c perlio.h proto.h
29775 ____________________________________________________________________________
29776 [ 19598] By: jhi                                   on 2003/05/23  16:05:36
29777         Log: Hasty editing, grumble.
29778      Branch: perl
29779            ! ext/POSIX/POSIX.xs
29780 ____________________________________________________________________________
29781 [ 19597] By: jhi                                   on 2003/05/23  16:02:30
29782         Log: Linewrapping MUAs, grumble.
29783      Branch: perl
29784            ! ext/POSIX/POSIX.xs
29785 ____________________________________________________________________________
29786 [ 19596] By: jhi                                   on 2003/05/23  16:00:51
29787         Log: U/WIN extension fix from John P. Linderman.
29788      Branch: perl
29789            ! ext/POSIX/POSIX.xs
29790 ____________________________________________________________________________
29791 [ 19595] By: jhi                                   on 2003/05/23  14:19:53
29792         Log: Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
29793              From: Dan Kogai <dankogai@dan.co.jp>
29794              Date: Sat, 24 May 2003 00:15:49 +0900
29795              Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>
29796      Branch: perl
29797            ! ext/Encode/Changes ext/Encode/Unicode/Unicode.xs
29798            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
29799 ____________________________________________________________________________
29800 [ 19594] By: jhi                                   on 2003/05/23  13:06:25
29801         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
29802              From: Michael G Schwern <schwern@pobox.com>
29803              Date: Fri, 23 May 2003 02:10:46 -0700
29804              Message-ID: <20030523091046.GB11662@windhund.schwern.org>
29805      Branch: perl
29806            + lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
29807            + lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
29808            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm
29809            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Any.pm
29810            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
29811            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
29812            ! lib/ExtUtils/MakeMaker/FAQ.pod
29813            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
29814            ! lib/ExtUtils/TODO lib/ExtUtils/t/Install.t
29815            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
29816 ____________________________________________________________________________
29817 [ 19593] By: jhi                                   on 2003/05/23  12:56:23
29818         Log: Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
29819              From: Dan Kogai <dankogai@dan.co.jp>
29820              Date: Fri, 23 May 2003 20:17:16 +0900
29821              Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>
29822      Branch: perl
29823            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
29824            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
29825            ! ext/Encode/lib/Encode/Encoding.pm
29826            ! ext/PerlIO/encoding/encoding.xs
29827 ____________________________________________________________________________
29828 [ 19592] By: jhi                                   on 2003/05/23  12:52:05
29829         Log: Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
29830      Branch: perl
29831            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
29832            ! ext/Time/HiRes/HiRes.xs
29833 ____________________________________________________________________________
29834 [ 19590] By: jhi                                   on 2003/05/22  11:51:46
29835         Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
29836              From: Dan Kogai <dankogai@dan.co.jp>
29837              Date: Thu, 22 May 2003 18:46:40 +0900
29838              Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp>
29839      Branch: perl
29840            ! ext/Encode/encoding.pm
29841 ____________________________________________________________________________
29842 [ 19589] By: rgs                                   on 2003/05/21  21:37:28
29843         Log: Subject: [PATCH] [perl #21887] h2xs becoming enum-aware
29844              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
29845              Date: Tue, 13 May 2003 10:36:32 +0200
29846              Message-id: <20030513083631.GA21782@ethan>
29847      Branch: perl
29848            ! utils/h2xs.PL
29849 ____________________________________________________________________________
29850 [ 19588] By: rgs                                   on 2003/05/21  21:03:04
29851         Log: New warning "Useless localization of %s", based on
29852              Subject: [PATCH] new warning "Useless localization of %s is deprecated"
29853              From: Dave Mitchell <davem@fdgroup.com>
29854              Date: Wed, 30 Apr 2003 21:17:38 +0100
29855              Message-ID: <20030430201738.GA22054@fdgroup.com>
29856
29857              The proposed patch added this warning in the 'deprecated' category ;
29858              I think this category is for things that exist and will be removed,
29859              rather than for things that don't exist and that will maybe be added.
29860      Branch: perl
29861            ! op.c pod/perldiag.pod t/lib/warnings/op
29862 ____________________________________________________________________________
29863 [ 19586] By: rgs                                   on 2003/05/21  19:56:38
29864         Log: Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
29865              disable the loading of .pmc files if defined.
29866              Rename the function S_doopen_pmc to S_doopen_pm.
29867      Branch: perl
29868            ! Porting/thirdclean embed.fnc embed.h pp_ctl.c proto.h
29869 ____________________________________________________________________________
29870 [ 19585] By: jhi                                   on 2003/05/21  19:28:23
29871         Log: More U/WIN tweaks from John P. Linderman.
29872      Branch: perl
29873            ! t/io/layers.t t/io/tell.t
29874 ____________________________________________________________________________
29875 [ 19584] By: rgs                                   on 2003/05/21  19:27:13
29876         Log: Subject: [PATCH] perldata.pod revamp rev. 3
29877              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
29878              Date: Wed, 14 May 2003 17:46:05 +0300 (IDT)
29879              Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>
29880      Branch: perl
29881            ! pod/perldata.pod
29882 ____________________________________________________________________________
29883 [ 19583] By: jhi                                   on 2003/05/21  19:18:21
29884         Log: Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
29885              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
29886              Date: Mon, 19 May 2003 17:53:25 -0400
29887              Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
29888
29889              (the bug id corrected to be #22231, not #22238)
29890      Branch: perl
29891            ! lib/Switch.pm
29892 ____________________________________________________________________________
29893 [ 19582] By: jhi                                   on 2003/05/21  14:17:14
29894         Log: MAN3PODS => {} good.  (Was in 5.8.0, has been lost at some point.)
29895      Branch: perl
29896            ! ext/MIME/Base64/Makefile.PL
29897 ____________________________________________________________________________
29898 [ 19581] By: jhi                                   on 2003/05/21  14:15:26
29899         Log: U/WIN test tweak from John P. Linderman.
29900      Branch: perl
29901            ! t/op/chdir.t
29902 ____________________________________________________________________________
29903 [ 19580] By: jhi                                   on 2003/05/21  13:06:13
29904         Log: VMS test tweak from Craig Berry.
29905      Branch: perl
29906            ! lib/DirHandle.t
29907 ____________________________________________________________________________
29908 [ 19579] By: jhi                                   on 2003/05/21  13:03:34
29909         Log: U/WIN test nit for John P. Linderman.
29910      Branch: perl
29911            ! ext/Cwd/t/cwd.t
29912 ____________________________________________________________________________
29913 [ 19578] By: jhi                                   on 2003/05/21  13:01:42
29914         Log: Subject: [Encode] 1.95 released
29915              From: Dan Kogai <dankogai@dan.co.jp>
29916              Date: Wed, 21 May 2003 18:26:26 +0900
29917              Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>
29918      Branch: perl
29919            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
29920            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
29921            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
29922            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Unicode.t
29923            ! ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
29924            ! ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
29925            ! ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
29926            ! ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
29927            ! ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
29928            ! ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
29929            ! ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
29930            ! ext/Encode/ucm/8859-9.ucm
29931 ____________________________________________________________________________
29932 [ 19575] By: rgs                                   on 2003/05/20  19:22:30
29933         Log: Enhance the failure reporting for the pod2html tests
29934      Branch: perl
29935            ! lib/Pod/t/htmlview.t lib/Pod/t/pod2html-lib.pl
29936 ____________________________________________________________________________
29937 [ 19574] By: rgs                                   on 2003/05/20  18:52:21
29938         Log: Upgrade to Getopt::Long 2.33
29939              (mostly a version number increment)
29940      Branch: perl
29941            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
29942            ! lib/Getopt/Long/README
29943 ____________________________________________________________________________
29944 [ 19573] By: rgs                                   on 2003/05/20  18:43:37
29945         Log: Upgrade to CPAN 1.70_54
29946              Subject: Re: CPAN.pm into blead
29947              From: Andreas J Koenig <andreas.koenig@anima.de>
29948              Date: Tue, 20 May 2003 11:31:16 +0200
29949              Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>
29950      Branch: perl
29951            - lib/CPAN/README
29952            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
29953 ____________________________________________________________________________
29954 [ 19571] By: jhi                                   on 2003/05/19  19:52:23
29955         Log: Further -Uuseperlio tweaking.
29956      Branch: perl
29957            ! ext/Encode/t/Unicode.t
29958 ____________________________________________________________________________
29959 [ 19570] By: rgs                                   on 2003/05/19  19:20:48
29960         Log: Subject: Re: Possible precedence problem on bitwise ^ operator
29961              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29962              Date: Sun, 18 May 2003 19:21:01 -0700
29963              Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
29964              (with tweaks to perldiag.pod)
29965      Branch: perl
29966            ! op.c pod/perldiag.pod
29967 ____________________________________________________________________________
29968 [ 19569] By: jhi                                   on 2003/05/19  19:02:23
29969         Log: More Ultrix double definition avoidance.
29970      Branch: perl
29971            ! ext/Socket/Socket.xs
29972 ____________________________________________________________________________
29973 [ 19566] By: jhi                                   on 2003/05/19  04:58:25
29974         Log: Integrate perlio:
29975              [ 19556]
29976              Fix ticket 18265
29977
29978              [ 19557]
29979              EINTR retry should exit on count >= 0 not !=0
29980      Branch: perl
29981           !> perlio.c
29982 ____________________________________________________________________________
29983 [ 19565] By: jhi                                   on 2003/05/19  04:56:16
29984         Log: Nekkid numbers.
29985      Branch: perl
29986            ! ext/threads/threads.xs
29987 ____________________________________________________________________________
29988 [ 19564] By: jhi                                   on 2003/05/19  04:52:49
29989         Log: Meaningless cosmetics.
29990      Branch: perl
29991            ! ext/threads/threads.xs
29992 ____________________________________________________________________________
29993 [ 19563] By: jhi                                   on 2003/05/19  04:47:53
29994         Log: Make Perl_ithread_self() a bit more helpful when
29995              finding the thread fails (suggested by Stas in
29996              perl-ithreads Mar 01)
29997      Branch: perl
29998            ! ext/threads/threads.xs
29999 ____________________________________________________________________________
30000 [ 19562] By: jhi                                   on 2003/05/19  04:40:11
30001         Log: Slightly wrong panic messages.
30002      Branch: perl
30003            ! ext/threads/threads.xs
30004 ____________________________________________________________________________
30005 [ 19561] By: jhi                                   on 2003/05/19  04:33:31
30006         Log: Ultrix: the #19435 helped the IO extension, so this should
30007              help the Socket extension (socket structs redefinitions).
30008      Branch: perl
30009            ! ext/Socket/Socket.xs
30010 ____________________________________________________________________________
30011 [ 19560] By: jhi                                   on 2003/05/19  04:30:01
30012         Log: Based on
30013
30014              Subject: [PATCH threads.xs] no system scope on VMS
30015              From: "Craig A. Berry" <craigberry@mac.com>
30016              Date: Sun, 18 May 2003 23:02:07 -0500
30017              Message-ID: <3EC8573F.6050005@mac.com>
30018
30019              but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
30020      Branch: perl
30021            ! ext/threads/threads.xs
30022 ____________________________________________________________________________
30023 [ 19559] By: jhi                                   on 2003/05/19  04:24:27
30024         Log: Make the test work without perlio, from Dan Kogai.
30025      Branch: perl
30026            ! ext/Encode/t/Unicode.t
30027 ____________________________________________________________________________
30028 [ 19558] By: rgs                                   on 2003/05/18  21:40:10
30029         Log: Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
30030              From: Michael G Schwern <schwern@pobox.com>
30031              Date: Wed, 14 May 2003 15:36:23 -0700
30032              Message-ID: <20030514223623.GD23350@windhund.schwern.org>
30033      Branch: perl
30034            ! pod/perlsyn.pod pod/perltrap.pod
30035 ____________________________________________________________________________
30036 [ 19552] By: jhi                                   on 2003/05/18  07:57:23
30037         Log: Integrate from perlio:
30038              [ 19542]
30039              Fix ticket #22219
30040
30041              [ 19543]
30042              Spotted a bare close() where PerlLIO_close() seems correct.
30043      Branch: perl
30044           !> doio.c perlio.c
30045 ____________________________________________________________________________
30046 [ 19550] By: jhi                                   on 2003/05/18  06:23:50
30047         Log: UTF-7 tweak from Dan Kogai.
30048      Branch: perl
30049            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
30050 ____________________________________________________________________________
30051 [ 19549] By: jhi                                   on 2003/05/18  05:58:58
30052         Log: The 'quotes' really are important (caught by Enache Adrian).
30053      Branch: perl
30054            ! Makefile.SH
30055 ____________________________________________________________________________
30056 [ 19548] By: jhi                                   on 2003/05/17  16:39:19
30057         Log: Subject: [Encode] UTF-7 Support
30058              From: Dan Kogai <dankogai@dan.co.jp>
30059              Date: Sun, 18 May 2003 00:45:35 +0900
30060              Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>
30061      Branch: perl
30062            + ext/Encode/lib/Encode/Unicode/UTF7.pm
30063            ! MANIFEST ext/Encode/Changes ext/Encode/MANIFEST
30064            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
30065            ! ext/Encode/lib/Encode/Config.pm
30066            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t
30067 ____________________________________________________________________________
30068 [ 19547] By: jhi                                   on 2003/05/17  16:26:47
30069         Log: Old (4.2BSD, like Ultrix) Bourne shells do not understand
30070              non-left-aligned heredocs.
30071      Branch: perl
30072            ! Makefile.SH
30073 ____________________________________________________________________________
30074 [ 19545] By: jhi                                   on 2003/05/17  15:51:07
30075         Log: Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1
30076              From: Alan Burlison <Alan.Burlison@sun.com>
30077              Date: Thu, 15 May 2003 22:17:55 +0100
30078              Message-ID: <3EC40403.9000804@sun.com>
30079
30080              (fixed symbol scanning for Solaris 10)
30081      Branch: perl
30082            ! Configure
30083 ____________________________________________________________________________
30084 [ 19541] By: rgs                                   on 2003/05/17  12:10:14
30085         Log: Upgrade to Getopt::Long 2.32_05
30086      Branch: perl
30087            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
30088            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
30089            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
30090            ! lib/Getopt/Long/t/gol-oo.t
30091 ____________________________________________________________________________
30092 [ 19540] By: rgs                                   on 2003/05/17  11:46:25
30093         Log: Clarify the explanation of the warning "Possible precedence problem
30094              on bitwise operator".
30095      Branch: perl
30096            ! pod/perldiag.pod
30097 ____________________________________________________________________________
30098 [ 19539] By: rgs                                   on 2003/05/17  11:36:08
30099         Log: Fix bug #22216 : B::Deparse can't handle "use Module Version"
30100              with fractional version numbers or v-strings.
30101      Branch: perl
30102            ! ext/B/B/Deparse.pm
30103 ____________________________________________________________________________
30104 [ 19537] By: gsar                                  on 2003/05/17  06:32:46
30105         Log: missing init in change#19533
30106      Branch: perl
30107            ! win32/win32sck.c
30108 ____________________________________________________________________________
30109 [ 19536] By: gsar                                  on 2003/05/17  06:07:07
30110         Log: apply Net::Ping patch that makes the fork()-based approach
30111              work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
30112
30113              the code this affects is currently not enabled anywhere, but
30114              could be enabled if the non-blocking approach runs into problems
30115              on older windows versions
30116      Branch: perl
30117            ! lib/Net/Ping.pm
30118 ____________________________________________________________________________
30119 [ 19535] By: gsar                                  on 2003/05/17  05:54:39
30120         Log: improve the implementation of Net::Ping on windows by avoiding
30121              fork(), which is pretty heavy-weight for this kind of
30122              application; use non-blocking sockets instead
30123
30124              has been verified to work on Win2k but will need testing on
30125              other flavors of windows
30126
30127              there is a single known failure on windows in 450_service.t (test 18)
30128              due to what appears to be bugs in the ping_syn()/ack() code
30129      Branch: perl
30130            ! lib/Net/Ping.pm
30131 ____________________________________________________________________________
30132 [ 19534] By: gsar                                  on 2003/05/17  04:53:06
30133         Log: change#16723 broke the ioctl() return value on platforms
30134              that have ioctl() but no fcntl() (e.g. windows)
30135
30136              change#17577 then attempted to fix the bustage, but got
30137              it wrong
30138      Branch: perl
30139            ! pp_sys.c
30140 ____________________________________________________________________________
30141 [ 19533] By: gsar                                  on 2003/05/17  04:49:18
30142         Log: avoid select() on windows destroying errno (used to typically
30143              always sets it to EINVAL due to the way it maps the FD_SETs)
30144      Branch: perl
30145            ! win32/win32sck.c
30146 ____________________________________________________________________________
30147 [ 19532] By: jhi                                   on 2003/05/16  18:21:27
30148         Log: The suggested patch for [perl #22201] "patch: perl 5.8.0
30149              compile error on ia64/HP-UX (comparing incompatible pointers)"
30150              plus a possible cure for the warning mentioned in the case.
30151      Branch: perl
30152            ! ext/Storable/Storable.xs
30153 ____________________________________________________________________________
30154 [ 19531] By: jhi                                   on 2003/05/16  17:56:06
30155         Log: Apply the supplied patch for [perl #22195]
30156              "File::Find, sorted directory traversal order is inverted"
30157      Branch: perl
30158            ! lib/File/Find.pm
30159 ____________________________________________________________________________
30160 [ 19528] By: jhi                                   on 2003/05/16  15:56:33
30161         Log: Subject: [PATCH] RE: maint snapshot @ 19525
30162              From: Robin Barker <Robin.Barker@npl.co.uk>
30163              Date: Fri, 16 May 2003 17:16:57 +0100
30164              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
30165
30166              (Part #2: the hv.c SVf)
30167      Branch: perl
30168            ! hv.c
30169 ____________________________________________________________________________
30170 [ 19527] By: jhi                                   on 2003/05/16  15:55:10
30171         Log: Subject: [PATCH] RE: maint snapshot @ 19525
30172              From: Robin Barker <Robin.Barker@npl.co.uk>
30173              Date: Fri, 16 May 2003 17:16:57 +0100
30174              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
30175
30176              (Part #1: the __format__ and __printf__)
30177      Branch: perl
30178            ! Configure embed.pl perlio.c proto.h
30179 ____________________________________________________________________________
30180 [ 19523] By: jhi                                   on 2003/05/14  05:19:05
30181         Log: Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
30182              From: Gisle Aas <gisle@ActiveState.com>
30183              Date: 13 May 2003 19:51:19 -0700
30184              Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
30185      Branch: perl
30186            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
30187            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
30188            ! ext/MIME/Base64/t/quoted-print.t
30189 ____________________________________________________________________________
30190 [ 19522] By: jhi                                   on 2003/05/14  05:11:49
30191         Log: More Panther moves.
30192      Branch: perl
30193            ! Makefile.SH hints/darwin.sh
30194 ____________________________________________________________________________
30195 [ 19521] By: jhi                                   on 2003/05/13  19:33:44
30196         Log: Curliff and liff with ease.
30197      Branch: perl
30198            + Porting/curliff.pl
30199            ! MANIFEST
30200 ____________________________________________________________________________
30201 [ 19520] By: jhi                                   on 2003/05/13  18:59:51
30202         Log: Use /usr/bin/perl (de facto in Porting/ scripts).
30203      Branch: perl
30204            ! Porting/sort_perldiag.pl
30205 ____________________________________________________________________________
30206 [ 19518] By: jhi                                   on 2003/05/13  18:53:48
30207         Log: Subject: [PATCH] [perl #8599] s/catenate/concatenate/
30208              From: Casey West <casey@geeknest.com>
30209              Date: Fri, 9 May 2003 04:00:44 -0400
30210              Message-ID: <20030509080044.GA49820@geeknest.com>
30211
30212              (except for the dup.t patch which diddled with system().)
30213      Branch: perl
30214            ! Configure NetWare/config_H.wc Porting/config_H README.Y2K
30215            ! config_h.SH lib/File/Spec.pm lib/File/Spec/Unix.pm
30216            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
30217            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30218            ! win32/config_H.vc64 wince/config_H.ce
30219 ____________________________________________________________________________
30220 [ 19517] By: jhi                                   on 2003/05/13  18:39:40
30221         Log: Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
30222              From: Gisle Aas <gisle@ActiveState.com>
30223              Date: 13 May 2003 09:59:50 -0700
30224              Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
30225      Branch: perl
30226            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
30227            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
30228            ! ext/MIME/Base64/t/quoted-print.t
30229 ____________________________________________________________________________
30230 [ 19516] By: jhi                                   on 2003/05/13  18:37:11
30231         Log: Subject: [PATCH] More perldiag.pod sorting
30232              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
30233              Date: Tue, 13 May 2003 15:13:53 -0400
30234              Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
30235
30236              (plus add 'no locale;')
30237      Branch: perl
30238            + Porting/sort_perldiag.pl
30239            ! MANIFEST pod/perldiag.pod
30240 ____________________________________________________________________________
30241 [ 19514] By: jhi                                   on 2003/05/13  17:38:09
30242         Log: Detypo.
30243      Branch: perl
30244            ! lib/Unicode/UCD.pm
30245 ____________________________________________________________________________
30246 [ 19512] By: gsar                                  on 2003/05/13  13:28:42
30247         Log: make it easier to reproduce the bug
30248      Branch: perl
30249            ! lib/Tie/File.pm
30250 ____________________________________________________________________________
30251 [ 19511] By: gsar                                  on 2003/05/13  13:08:47
30252         Log: the \do {local *FH} trick in Tie::File was really only needed
30253              on 5.005 and earlier, since later versions can autovivify
30254              the handle
30255
30256              however, a search in the p5p archives reveals the trick doesn't
30257              fully work in the versions it is needed in, so use the more
30258              standard Symbol::gensym() way
30259      Branch: perl
30260            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
30261 ____________________________________________________________________________
30262 [ 19510] By: gsar                                  on 2003/05/13  12:36:01
30263         Log: $Config{usethreads} wasn't being set on windows
30264      Branch: perl
30265            ! win32/Makefile win32/makefile.mk
30266 ____________________________________________________________________________
30267 [ 19509] By: jhi                                   on 2003/05/13  12:24:19
30268         Log: Reinstate the #19498 but now skip the crashing
30269              tests (when threaded) as TODOs.
30270      Branch: perl
30271            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
30272 ____________________________________________________________________________
30273 [ 19508] By: jhi                                   on 2003/05/13  11:22:06
30274         Log: Revert #19498 since it broke threaded builds.
30275      Branch: perl
30276            ! lib/Tie/File.pm
30277 ____________________________________________________________________________
30278 [ 19507] By: jhi                                   on 2003/05/13  05:20:56
30279         Log: Better be explicit with dangling elses.
30280      Branch: perl
30281            ! pp.c
30282 ____________________________________________________________________________
30283 [ 19506] By: jhi                                   on 2003/05/13  04:46:18
30284         Log: Detypo Pantherisms.
30285      Branch: perl
30286            ! Makefile.SH hints/darwin.sh
30287 ____________________________________________________________________________
30288 [ 19505] By: rgs                                   on 2003/05/12  21:49:21
30289         Log: Subject: Re: Bug stomping fun. [PATCH: bug #1016]
30290              From: Alex Vandiver <alexmv@MIT.EDU>
30291              Date: 02 May 2003 06:45:05 -0400
30292              Message-Id: <1051872303.26203.104.camel@supox>
30293              (plus perldiag nit)
30294      Branch: perl
30295            ! dump.c gv.c hv.c pod/perldiag.pod pp.c pp_hot.c sv.c
30296            ! t/comp/package.t
30297 ____________________________________________________________________________
30298 [ 19504] By: rgs                                   on 2003/05/12  20:52:52
30299         Log: Small nit in perlsyn about the new // operator
30300      Branch: perl
30301            ! pod/perlsyn.pod
30302 ____________________________________________________________________________
30303 [ 19503] By: rgs                                   on 2003/05/12  19:43:07
30304         Log: Use a more sophisticated heuristics to produce the warning
30305              'Parentheses missing around "%s" list'. This fixes bug #22147.
30306              Also, the warning is now produced for C<local *a,*b;>.
30307      Branch: perl
30308            ! op.c t/lib/warnings/op
30309 ____________________________________________________________________________
30310 [ 19502] By: jhi                                   on 2003/05/12  19:34:10
30311         Log: Work also without perlio.
30312      Branch: perl
30313            ! t/io/dup.t
30314 ____________________________________________________________________________
30315 [ 19500] By: jhi                                   on 2003/05/12  05:25:14
30316         Log: Panther preparation.
30317      Branch: perl
30318            ! Makefile.SH hints/darwin.sh
30319 ____________________________________________________________________________
30320 [ 19499] By: jhi                                   on 2003/05/12  04:49:57
30321         Log: More moves to intrpvar.h.
30322      Branch: perl
30323            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
30324 ____________________________________________________________________________
30325 [ 19498] By: gsar                                  on 2003/05/12  01:40:46
30326         Log: fix for Tie::File test failures on windows: the problem was
30327              that Tie::File did not close any file handles it opens internally,
30328              leading to file handle leaks and t/tf* temporary file littering;
30329              we now close the handle iff Tie::File opened it
30330
30331              this fix unearths what appears to be a perl bug in localizing globs:
30332              09_gen_rs.t fails due to a prematurely closed filehandle, although
30333              it wasn't explicitly closed anywhere by the code (renaming the
30334              *FH at line 97 to *FH1 makes it work, but I haven't done this
30335              to allow the bug to be tracked down)
30336      Branch: perl
30337            ! lib/Tie/File.pm
30338 ____________________________________________________________________________
30339 [ 19497] By: jhi                                   on 2003/05/11  20:17:30
30340         Log: Move the thread *hook into interpreter.
30341      Branch: perl
30342            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
30343 ____________________________________________________________________________
30344 [ 19496] By: rgs                                   on 2003/05/11  20:06:03
30345         Log: Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
30346              From: Dave Mitchell <davem@fdgroup.com>
30347              Date: Sat, 10 May 2003 01:45:23 +0100
30348              Message-ID: <20030510004523.GC20871@fdgroup.com>
30349      Branch: perl
30350            ! pp_ctl.c
30351 ____________________________________________________________________________
30352 [ 19495] By: rgs                                   on 2003/05/11  20:01:10
30353         Log: Open UNIX is not really "formerly Unixware", since the most
30354              recent releases are known as Unixware, not as Open UNIX.
30355      Branch: perl
30356            ! pod/perlport.pod
30357 ____________________________________________________________________________
30358 [ 19494] By: jhi                                   on 2003/05/11  19:52:38
30359         Log: Slight tweaks to the platform list.
30360      Branch: perl
30361            ! pod/perlport.pod
30362 ____________________________________________________________________________
30363 [ 19493] By: rgs                                   on 2003/05/11  19:13:00
30364         Log: Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
30365              From: Casey West <casey@geeknest.com>
30366              Date: Fri, 9 May 2003 10:30:13 -0400
30367              Message-ID: <20030509143013.GM49820@geeknest.com>
30368      Branch: perl
30369            ! pod/perlop.pod
30370 ____________________________________________________________________________
30371 [ 19492] By: rgs                                   on 2003/05/11  19:04:27
30372         Log: perlport.pod nit for doc bug #8253.
30373      Branch: perl
30374            ! pod/perlport.pod
30375 ____________________________________________________________________________
30376 [ 19491] By: jhi                                   on 2003/05/11  17:50:49
30377         Log: Use test.pl.
30378      Branch: perl
30379            ! t/io/fflush.t
30380 ____________________________________________________________________________
30381 [ 19490] By: jhi                                   on 2003/05/11  17:46:09
30382         Log: Try to handle a $^X with spaces in it.
30383      Branch: perl
30384            ! t/test.pl
30385 ____________________________________________________________________________
30386 [ 19489] By: jhi                                   on 2003/05/11  17:44:28
30387         Log: Separate the creation of the command to run by
30388              runperl() into its own function, _create_runperl().
30389      Branch: perl
30390            ! t/test.pl
30391 ____________________________________________________________________________
30392 [ 19488] By: jhi                                   on 2003/05/11  16:52:00
30393         Log: Fixup the method behaviour table.
30394      Branch: perl
30395            ! pod/perliol.pod
30396 ____________________________________________________________________________
30397 [ 19487] By: jhi                                   on 2003/05/11  16:43:26
30398         Log: Integrate from perlio:
30399              [ 19474]
30400              Tweaks to Jarkko's NULL deref checks in perlio.c
30401
30402              [ 19475]
30403              Fix for bugs 21717 and 22140.
30404              Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
30405              and derived layers. So have :unix's "pushed" method stat() the fd and
30406              cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
30407              UNIX behaviour.
30408
30409              [ 19479]
30410              Better but still unproven fix for lseek() on pipes.
30411
30412              [ 19483]
30413              Unused variable
30414
30415              [ 19485]
30416              Tests to prove Ticket 9468 is fixed.
30417
30418              [ 19486]
30419              add test for change#19475,19479 (bugs#21717,22140)
30420      Branch: perl
30421           !> ext/Encode/Encode.xs perlio.c perliol.h t/io/dup.t
30422           !> t/io/fflush.t
30423 ____________________________________________________________________________
30424 [ 19484] By: gsar                                  on 2003/05/11  15:37:14
30425         Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
30426              in terms of an exported function rather than as an inlined
30427              macro (latter wants PL_op_mutex which isn't exported as such)
30428
30429              Jarkko: please merge into maint-5.8
30430      Branch: perl
30431            ! dosish.h makedef.pl win32/win32.c win32/win32.h
30432 ____________________________________________________________________________
30433 [ 19482] By: jhi                                   on 2003/05/11  07:53:26
30434         Log: Test _getcode().
30435      Branch: perl
30436            ! lib/Unicode/UCD.t
30437 ____________________________________________________________________________
30438 [ 19481] By: jhi                                   on 2003/05/11  06:25:08
30439         Log: Clarify the doc (and the code) for Unicode code points.
30440      Branch: perl
30441            ! lib/Unicode/UCD.pm
30442 ____________________________________________________________________________
30443 [ 19480] By: jhi                                   on 2003/05/11  06:18:06
30444         Log: Another doc suggestion from terry@eatoni.com (terry jones):
30445              use codepoints that return undef.
30446      Branch: perl
30447            ! lib/Unicode/UCD.pm
30448 ____________________________________________________________________________
30449 [ 19478] By: jhi                                   on 2003/05/10  19:01:17
30450         Log: Add Encode's META.yml.
30451      Branch: perl
30452            + ext/Encode/META.yml
30453            ! MANIFEST
30454 ____________________________________________________________________________
30455 [ 19477] By: jhi                                   on 2003/05/10  18:59:29
30456         Log: Upgrade to Encode 1.94.
30457      Branch: perl
30458            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
30459            ! ext/Encode/MANIFEST ext/Encode/bin/piconv
30460            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_module.t
30461            ! ext/Encode/t/mime-header.t
30462 ____________________________________________________________________________
30463 [ 19476] By: jhi                                   on 2003/05/10  18:56:08
30464         Log: Doc bug noticed by terry@eatoni.com (terry jones).
30465      Branch: perl
30466            ! lib/Unicode/UCD.pm
30467 ____________________________________________________________________________
30468 [ 19472] By: jhi                                   on 2003/05/10  10:55:49
30469         Log: Try to plug more potential PerlIO NULL method
30470              dereferences; try to document the matter.
30471      Branch: perl
30472            ! perlio.c pod/perliol.pod
30473 ____________________________________________________________________________
30474 [ 19471] By: jhi                                   on 2003/05/10  07:07:30
30475         Log: UseNicerNames instead of SHOUTING_LIKE_THIS.
30476      Branch: perl
30477            ! perlio.c
30478 ____________________________________________________________________________
30479 [ 19470] By: jhi                                   on 2003/05/10  06:51:24
30480         Log: In eof() the errno can get stomped by the peek-ahead.
30481      Branch: perl
30482            ! doio.c ext/Socket/socketpair.t
30483 ____________________________________________________________________________
30484 [ 19469] By: rgs                                   on 2003/05/09  21:33:15
30485         Log: A regression test for the remaining "Final $ should be..." error.
30486      Branch: perl
30487            ! t/comp/parser.t
30488 ____________________________________________________________________________
30489 [ 19468] By: rgs                                   on 2003/05/09  21:23:57
30490         Log: Remove the error messages "Final @ should be \@ or @name"
30491              and "Final % should be \% or %name", that appear to be
30492              only produced in addition to another syntax error, and therefore
30493              misleading, if I understand correctly that kind of black magic.
30494      Branch: perl
30495            ! pod/perldiag.pod toke.c
30496 ____________________________________________________________________________
30497 [ 19467] By: jhi                                   on 2003/05/09  20:11:18
30498         Log: Have to think this test more when I'm awake.
30499      Branch: perl
30500            ! ext/Socket/socketpair.t
30501 ____________________________________________________________________________
30502 [ 19466] By: rgs                                   on 2003/05/09  19:56:37
30503         Log: Document that perl tries to load .pmc files before .pm files.
30504              Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
30505              From: Casey West <casey@geeknest.com>
30506              Date: Fri, 9 May 2003 17:03:50 -0400
30507              Message-ID: <20030509210350.GW49820@geeknest.com>
30508      Branch: perl
30509            ! pod/perlfunc.pod
30510 ____________________________________________________________________________
30511 [ 19465] By: rgs                                   on 2003/05/09  19:47:49
30512         Log: Fix for doc bug #8602 : clarify eof() example comments
30513      Branch: perl
30514            ! pod/perlfunc.pod
30515 ____________________________________________________________________________
30516 [ 19464] By: rgs                                   on 2003/05/09  19:34:30
30517         Log: Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
30518              From: Casey West <casey@geeknest.com>
30519              Date: Fri, 9 May 2003 11:09:39 -0400
30520              Message-ID: <20030509150939.GN49820@geeknest.com>
30521      Branch: perl
30522            ! pod/perltrap.pod
30523 ____________________________________________________________________________
30524 [ 19463] By: rgs                                   on 2003/05/09  19:33:25
30525         Log: Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
30526              From: Casey West <casey@geeknest.com>
30527              Date: Fri, 9 May 2003 15:25:59 -0400
30528              Message-ID: <20030509192559.GS49820@geeknest.com>
30529      Branch: perl
30530            ! pod/perlfunc.pod
30531 ____________________________________________________________________________
30532 [ 19462] By: jhi                                   on 2003/05/09  18:53:27
30533         Log: Try to comprehensively have a plan B if a PerlIO
30534              layer doesn't have a particular function.
30535              (1) If there's a corresponding PerlIOBase, call it.
30536              (2) If not having the function is 'harmless', be silently happy.
30537              (Currently only Flush is in this category.)
30538              (3) Otherwise set errno and return failure.
30539      Branch: perl
30540            ! perlio.c
30541 ____________________________________________________________________________
30542 [ 19461] By: rgs                                   on 2003/05/09  18:45:39
30543         Log: Subject: [PATCH] [perl #8703] unescaped @ is fine
30544              From: Casey West <casey@geeknest.com>
30545              Date: Fri, 9 May 2003 11:17:53 -0400
30546              Message-ID: <20030509151753.GO49820@geeknest.com>
30547      Branch: perl
30548            ! pod/perltrap.pod
30549 ____________________________________________________________________________
30550 [ 19460] By: jhi                                   on 2003/05/09  14:25:49
30551         Log: Add the PerlIOBase_noop_* to the public API as suggested by Stas.
30552      Branch: perl
30553            ! makedef.pl
30554 ____________________________________________________________________________
30555 [ 19459] By: jhi                                   on 2003/05/09  14:22:08
30556         Log: Result of change #19458.
30557      Branch: perl
30558            ! MANIFEST
30559 ____________________________________________________________________________
30560 [ 19458] By: jhi                                   on 2003/05/09  14:21:51
30561         Log: Subject: Weekend fun: MANIFEST sorting
30562              From: andreas.koenig@anima.de (Andreas J. Koenig)
30563              Date: Fri, 09 May 2003 15:12:05 +0200
30564              Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
30565
30566              (both sorts need LC_ALL=C)
30567              (add also manicheck target)
30568      Branch: perl
30569            ! Makefile.SH
30570 ____________________________________________________________________________
30571 [ 19457] By: jhi                                   on 2003/05/09  04:30:13
30572         Log: Better skip this test on OpenBSD and BSD/OS since it
30573              does not seem to work (Slaven Rezic).
30574      Branch: perl
30575            ! lib/filetest.t
30576 ____________________________________________________________________________
30577 [ 19456] By: jhi                                   on 2003/05/09  03:41:56
30578         Log: Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
30579              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30580              Date: Wed, 07 May 2003 23:37:47 -0700
30581              Message-ID: <7sfu+gzkg+AY092yn@efn.org>
30582      Branch: perl
30583            ! pod/perlfunc.pod
30584 ____________________________________________________________________________
30585 [ 19455] By: jhi                                   on 2003/05/09  03:36:54
30586         Log: Missing files.
30587      Branch: perl
30588            ! MANIFEST
30589 ____________________________________________________________________________
30590 [ 19454] By: rgs                                   on 2003/05/08  18:49:25
30591         Log: Suppress a few compilation warnings in pp_hot.c.
30592      Branch: perl
30593            ! pp_hot.c
30594 ____________________________________________________________________________
30595 [ 19453] By: rgs                                   on 2003/05/08  18:42:16
30596         Log: Remove duplicate entries from perldiag
30597      Branch: perl
30598            ! pod/perldiag.pod
30599 ____________________________________________________________________________
30600 [ 19452] By: jhi                                   on 2003/05/08  18:12:46
30601         Log: Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
30602              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30603              Date: Wed, 07 May 2003 15:27:07 -0700
30604              Message-ID: <7gYu+gzkgaFU092yn@efn.org>
30605      Branch: perl
30606            ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c
30607            ! pp_hot.c t/op/magic.t
30608 ____________________________________________________________________________
30609 [ 19451] By: jhi                                   on 2003/05/08  17:47:13
30610         Log: Tiny nit from mjd.
30611      Branch: perl
30612            ! lib/Tie/File.pm
30613 ____________________________________________________________________________
30614 [ 19450] By: jhi                                   on 2003/05/08  17:46:26
30615         Log: Upgrade to Tie::File 0.95.
30616      Branch: perl
30617            + lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t
30618            + lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
30619            + lib/Tie/File/t/42_offset.t
30620            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
30621            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
30622            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
30623            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/21_win32.t
30624            ! lib/Tie/File/t/25_gen_nocache.t lib/Tie/File/t/26_twrite.t
30625            ! lib/Tie/File/t/30_defer.t
30626 ____________________________________________________________________________
30627 [ 19449] By: jhi                                   on 2003/05/08  17:35:10
30628         Log: Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
30629              From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
30630              Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
30631              Date: 8 May 2003 00:42:18 -0000
30632      Branch: perl
30633            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
30634            ! ext/Time/HiRes/Makefile.PL
30635 ____________________________________________________________________________
30636 [ 19448] By: jhi                                   on 2003/05/08  17:27:47
30637         Log: Subject: [PATCH] alphabetize perldiag.pod
30638              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
30639              Date: Thu, 8 May 2003 11:52:39 -0400
30640              Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
30641      Branch: perl
30642            ! pod/perldiag.pod
30643 ____________________________________________________________________________
30644 [ 19447] By: jhi                                   on 2003/05/08  17:19:06
30645         Log: Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
30646              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
30647              Date: Thu, 08 May 2003 08:42:20 +0200
30648              Message-id: <20030508064220.GA763@ethan>
30649      Branch: perl
30650            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
30651            ! ext/Devel/PPPort/t/test.t
30652 ____________________________________________________________________________
30653 [ 19445] By: jhi                                   on 2003/05/08  05:21:44
30654         Log: A variant of
30655
30656              Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
30657              From: enache@rdslink.ro (Enache Adrian)
30658              Date: Tue, 22 Apr 2003 02:54:05 +0300
30659              Message-ID: <20030421235405.GA1162@ratsnest.hole>
30660
30661              to quench the black smoke from the BSD builds.
30662      Branch: perl
30663            ! lib/ExtUtils/MM_Unix.pm
30664 ____________________________________________________________________________
30665 [ 19444] By: rgs                                   on 2003/05/07  20:25:45
30666         Log: Subject: Re: [DOC PATCH] & More File::Path issues
30667              From: Casey West <casey@geeknest.com>
30668              Date: Mon, 5 May 2003 13:25:47 -0400
30669              Message-ID: <20030505172547.GB20508@geeknest.com>
30670      Branch: perl
30671            ! lib/File/Path.pm
30672 ____________________________________________________________________________
30673 [ 19443] By: jhi                                   on 2003/05/07  20:03:58
30674         Log: Spelling correction from Nicholas Clark.
30675      Branch: perl
30676            ! ext/POSIX/POSIX.pod
30677 ____________________________________________________________________________
30678 [ 19440] By: jhi                                   on 2003/05/07  19:20:53
30679         Log: One more possible extensions permutation.
30680      Branch: perl
30681            ! Configure
30682 ____________________________________________________________________________
30683 [ 19437] By: jhi                                   on 2003/05/07  16:58:21
30684         Log: Allow platforms to manipulate their archname by creating
30685              a archname.cbu in their hints files.
30686      Branch: perl
30687            ! Configure
30688 ____________________________________________________________________________
30689 [ 19436] By: jhi                                   on 2003/05/07  16:53:26
30690         Log: More long double logic from Alan Burlison.
30691      Branch: perl
30692            ! Configure
30693 ____________________________________________________________________________
30694 [ 19435] By: jhi                                   on 2003/05/06  15:21:55
30695         Log: Worth a try for [perl #17146]
30696      Branch: perl
30697            ! ext/IO/poll.c
30698 ____________________________________________________________________________
30699 [ 19433] By: jhi                                   on 2003/05/06  05:12:23
30700         Log: Document which interfaces are NOT Unicode-aware.
30701      Branch: perl
30702            ! pod/perltodo.pod pod/perlunicode.pod
30703 ____________________________________________________________________________
30704 [ 19432] By: rgs                                   on 2003/05/05  20:31:22
30705         Log: Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
30706              From: Casey West <casey@geeknest.com>
30707              Date: Mon, 28 Apr 2003 11:07:36 -0400
30708              Message-ID: <20030428150736.GD62281@geeknest.com>
30709      Branch: perl
30710            ! pod/perlfilter.pod
30711 ____________________________________________________________________________
30712 [ 19431] By: rgs                                   on 2003/05/05  20:07:33
30713         Log: Subject: [patch] Re: [perl #21728] regexp SEGV
30714              From: Enache Adrian <enache@rdslink.ro>
30715              Date: Fri, 28 Mar 2003 23:53:09 +0200
30716              Message-ID: <20030328215309.GA6413@ratsnest.hole>
30717              (with minor tweaks)
30718      Branch: perl
30719            ! embed.fnc embed.h global.sym proto.h regexec.c scope.c scope.h
30720 ____________________________________________________________________________
30721 [ 19430] By: rgs                                   on 2003/05/05  20:01:36
30722         Log: Fix doc bug #22067, noticed by Mark Knutsen
30723      Branch: perl
30724            ! pod/perlfunc.pod
30725 ____________________________________________________________________________
30726 [ 19429] By: rgs                                   on 2003/05/05  18:59:59
30727         Log: Fix : the svr5 hints file doesn't propagate libswanted with
30728              threads enabled. Now threads are OK on OpenUNIX 8, except a
30729              mysterious failure in ext/POSIX/t/sigaction.t.
30730      Branch: perl
30731            ! hints/svr5.sh
30732 ____________________________________________________________________________
30733 [ 19428] By: jhi                                   on 2003/05/05  16:54:34
30734         Log: Snip away the perlunicode slowness demo since the new
30735              caching scheme should help things a bit.
30736      Branch: perl
30737            ! pod/perlunicode.pod
30738 ____________________________________________________________________________
30739 [ 19427] By: jhi                                   on 2003/05/05  16:14:09
30740         Log: Subject: Re: Minor change to strict.pm. Who? How?
30741              From: Adam Kennedy <adam@ali.as>
30742              Date: Wed, 30 Apr 2003 00:02:40 +1000
30743              Message-ID: <3EAE8600.2000806@ali.as>
30744
30745              Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
30746              From: Michael G Schwern <schwern@pobox.com>
30747              Date: Tue, 29 Apr 2003 12:26:32 -0700
30748              Message-ID: <20030429192632.GA6129@windhund.schwern.org>
30749      Branch: perl
30750            ! lib/strict.pm
30751 ____________________________________________________________________________
30752 [ 19426] By: jhi                                   on 2003/05/05  15:48:57
30753         Log: Subject: [DOC PATCH] missing ')' in File::Path docs
30754              From: "Jos I.Boumans" <kane@dwim.org>
30755              Date: 30 Apr 2003 09:45:16 -0000
30756              Message-ID: <20030430114513165+0200@nntp.perl.org>
30757      Branch: perl
30758            ! lib/File/Path.pm
30759 ____________________________________________________________________________
30760 [ 19425] By: jhi                                   on 2003/05/05  15:47:19
30761         Log: Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
30762              From: Michael G Schwern <schwern@pobox.com>
30763              Date: Sat, 3 May 2003 15:30:16 -0700
30764              Message-ID: <20030503223016.GE1234@windhund.schwern.org>
30765      Branch: perl
30766            ! pod/perlmod.pod
30767 ____________________________________________________________________________
30768 [ 19424] By: jhi                                   on 2003/05/05  15:44:39
30769         Log: Subject: [PATCH] [perl #3096] undefing hash with object values
30770              From: Dave Mitchell <davem@fdgroup.com>
30771              Date: Thu, 1 May 2003 21:06:57 +0100
30772              Message-ID: <20030501200657.GA25456@fdgroup.com>
30773      Branch: perl
30774            ! hv.c t/op/undef.t
30775 ____________________________________________________________________________
30776 [ 19423] By: jhi                                   on 2003/05/05  15:42:58
30777         Log: Subject: Re: hv.c patch - pathological hashes too easy
30778              From: "Tye McQueen" <tye@metronet.com>
30779              Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
30780              Message-Id: <200305011834.h41IYoE08503@metronet.com>
30781      Branch: perl
30782            ! hv.c
30783 ____________________________________________________________________________
30784 [ 19422] By: jhi                                   on 2003/05/05  15:40:02
30785         Log: Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
30786              From: Casey West <casey@geeknest.com>
30787              Date: Tue, 29 Apr 2003 16:14:20 -0400
30788              Message-ID: <20030429201420.GT62281@geeknest.com>
30789      Branch: perl
30790            ! pod/perlrequick.pod
30791 ____________________________________________________________________________
30792 [ 19421] By: jhi                                   on 2003/05/05  15:38:23
30793         Log: Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
30794              From: Slaven Rezic <slaven@rezic.de>
30795              Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
30796              Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
30797      Branch: perl
30798            ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t
30799 ____________________________________________________________________________
30800 [ 19420] By: jhi                                   on 2003/05/05  15:36:39
30801         Log: Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
30802              From: Steve Hay <steve.hay@uk.radan.com>
30803              Date: Wed, 30 Apr 2003 09:52:30 +0100
30804              Message-ID: <3EAF8ECE.8060403@uk.radan.com>
30805      Branch: perl
30806            ! utils/h2xs.PL
30807 ____________________________________________________________________________
30808 [ 19419] By: jhi                                   on 2003/05/05  08:20:34
30809         Log: Reintroduce the mention of the fact that the Artistic/GPL
30810              also are Perl's own licenses.
30811      Branch: perl
30812            ! pod/perlartistic.pod pod/perlgpl.pod
30813 ____________________________________________________________________________
30814 [ 19418] By: jhi                                   on 2003/05/05  07:23:57
30815         Log: Switch the new perlio way of opening anonymous temporary files
30816              open my $fh, '+>', undef
30817              to using File::Temp.  Test it, and test also the "accidental
30818              feature" of +< working the same way.
30819              This should address [perl #21937].
30820      Branch: perl
30821            + ext/PerlIO/t/open.t
30822            ! MANIFEST perlio.c pod/perlfunc.pod
30823 ____________________________________________________________________________
30824 [ 19417] By: jhi                                   on 2003/05/05  05:52:47
30825         Log: perlartistic and perlgpl reformatting from Sean Burke.
30826      Branch: perl
30827            ! pod/perlartistic.pod pod/perlgpl.pod
30828 ____________________________________________________________________________
30829 [ 19416] By: jhi                                   on 2003/05/05  05:33:43
30830         Log: pack/unpack fixes from Wolfgang Laun:
30831              - fix bug in UNICOS (where SIZE16 != sizeof(short))
30832              - introduce and use new internal pack/unpack API
30833              (packlist, unpackstring)
30834              that does away with the unused arguments in the old API
30835              (pack_cat, unpack_str).
30836      Branch: perl
30837            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_pack.c proto.h
30838 ____________________________________________________________________________
30839 [ 19415] By: jhi                                   on 2003/05/05  04:58:39
30840         Log: Subject: [PATCH] Embed.t flushing problem
30841              From: "Craig A. Berry" <craigberry@mac.com>
30842              Date: Sun, 04 May 2003 16:25:38 -0500
30843              Message-ID: <3EB58552.2070207@mac.com>
30844      Branch: perl
30845            ! lib/ExtUtils/t/Embed.t
30846 ____________________________________________________________________________
30847 [ 19414] By: jhi                                   on 2003/05/05  04:52:37
30848         Log: Doc nit from mjd.
30849      Branch: perl
30850            ! ext/DB_File/DB_File.pm
30851 ____________________________________________________________________________
30852 [ 19413] By: ams                                   on 2003/05/05  04:03:10
30853         Log: None of that "our" stuff here, please.
30854      Branch: perl
30855            ! ext/Storable/t/tied.t
30856 ____________________________________________________________________________
30857 [ 19412] By: ams                                   on 2003/05/05  03:57:06
30858         Log: Oops. More Storable 2.07 preparations.
30859      Branch: perl
30860            ! ext/Storable/README ext/Storable/Storable.pm
30861 ____________________________________________________________________________
30862 [ 19411] By: ams                                   on 2003/05/05  03:53:44
30863         Log: Update changelog for 2.07 release.
30864      Branch: perl
30865            ! ext/Storable/ChangeLog
30866 ____________________________________________________________________________
30867 [ 19410] By: ams                                   on 2003/05/05  03:31:36
30868         Log: Update Changes.
30869      Branch: perl
30870            ! Changes
30871 ____________________________________________________________________________
30872 [ 19409] By: ams                                   on 2003/05/05  03:21:41
30873         Log: Subject: Re: Bug in Storable???
30874              From: Slaven Rezic <slaven@rezic.de>
30875              Date: 04 May 2003 18:00:40 +0200
30876              Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
30877      Branch: perl
30878            ! ext/Storable/Storable.xs ext/Storable/t/integer.t
30879 ____________________________________________________________________________
30880 [ 19407] By: jhi                                   on 2003/05/04  19:39:01
30881         Log: This way reads a bit better with pod2man.
30882      Branch: perl
30883            ! pod/perlartistic.pod pod/perlgpl.pod
30884 ____________________________________________________________________________
30885 [ 19406] By: jhi                                   on 2003/05/04  12:01:00
30886         Log: Integrate from maint:
30887              [ 18568]
30888              Add the POSIX::sigaction() trick by Slaven Rezic
30889              for [perl #17341].
30890      Branch: perl
30891           !> pod/perlfunc.pod pod/perlipc.pod
30892 ____________________________________________________________________________
30893 [ 19401] By: jhi                                   on 2003/05/04  09:25:48
30894         Log: Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
30895              regen perltoc, perlmodlib.  The GPL added as verbatim as possible,
30896              the perlartistic is a straightforward podification.
30897      Branch: perl
30898            + pod/perlartistic.pod pod/perlgpl.pod
30899            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
30900            ! pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
30901 ____________________________________________________________________________
30902 [ 19398] By: jhi                                   on 2003/05/04  08:19:14
30903         Log: Doesn't make any difference for the test but is more logical.
30904      Branch: perl
30905            ! t/lib/Devel/switchd.pm
30906 ____________________________________________________________________________
30907 [ 19396] By: jhi                                   on 2003/05/03  15:42:54
30908         Log: Plagued by thinkos tonight.
30909      Branch: perl
30910            ! lib/filetest.t
30911 ____________________________________________________________________________
30912 [ 19395] By: jhi                                   on 2003/05/03  15:37:35
30913         Log: Must skip more.
30914      Branch: perl
30915            ! lib/filetest.t
30916 ____________________________________________________________________________
30917 [ 19394] By: jhi                                   on 2003/05/03  15:30:45
30918         Log: Subject: Re: Does filetest work at all?
30919              From: Slaven Rezic <slaven@rezic.de>
30920              Date: 03 May 2003 18:26:49 +0200
30921              Message-ID: <87ade4q9me.fsf@vran.herceg.de>
30922      Branch: perl
30923            ! lib/filetest.t pp_sys.c
30924 ____________________________________________________________________________
30925 [ 19393] By: jhi                                   on 2003/05/03  05:34:21
30926         Log: Extra tweakage from Rafael for #19392.
30927      Branch: perl
30928            ! ext/B/B/Concise.pm lib/filetest.pm
30929 ____________________________________________________________________________
30930 [ 19392] By: jhi                                   on 2003/05/03  05:33:04
30931         Log: Salvage 'use filetest "access"' from compiletime to runtime.
30932      Branch: perl
30933            ! dump.c op.c op.h pp_sys.c
30934 ____________________________________________________________________________
30935 [ 19391] By: jhi                                   on 2003/05/03  05:19:23
30936         Log: Upgrade to Unicode 4.0.0.  (Well, upgrade at least
30937              the Unicode character database to 4.0.0.)
30938      Branch: perl
30939            + lib/unicore/HangulSyllableType.txt
30940            + lib/unicore/NormalizationCorrections.txt
30941            + lib/unicore/StandardizedVariants.txt
30942            + lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl
30943            + lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl
30944            + lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl
30945            + lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl
30946            + lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl
30947            + lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl
30948            + lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl
30949            + lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl
30950            + lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl
30951            + lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl
30952            + lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl
30953            + lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl
30954            ! (edit 129 files)
30955 ____________________________________________________________________________
30956 [ 19390] By: jhi                                   on 2003/05/03  04:52:09
30957         Log: Tru64: PerlIO_tell() was returning about one _megabyte_ for
30958              the fp offset, which was quite a big larger than the input file,
30959              which meant that the SvGROW tried to grow the file to about
30960              2**64-2**20, which made safesysrealloc() to understandably
30961              croak (in argv.t).
30962      Branch: perl
30963            ! sv.c
30964 ____________________________________________________________________________
30965 [ 19387] By: jhi                                   on 2003/05/02  19:18:35
30966         Log: Regen Configure (no changes but that's fine).
30967      Branch: perl
30968            ! Configure
30969 ____________________________________________________________________________
30970 [ 19386] By: jhi                                   on 2003/05/02  19:06:39
30971         Log: Subject: [PATCH] Re: maintperl on OpenUNIX 8
30972              From: Andy Dougherty <doughera@lafayette.edu>
30973              Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
30974              Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
30975      Branch: perl
30976            ! Configure
30977 ____________________________________________________________________________
30978 [ 19385] By: jhi                                   on 2003/05/02  19:01:04
30979         Log: Subject: [PATCH] OpenUNIX 8 support
30980              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30981              Date: Fri, 2 May 2003 12:12:08 +0200
30982              Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
30983      Branch: perl
30984            ! Configure ext/Socket/socketpair.t hints/svr5.sh pp_sys.c
30985 ____________________________________________________________________________
30986 [ 19384] By: jhi                                   on 2003/05/02  18:58:32
30987         Log: Subject: [PATCH win32/win32.c] silence compiler warnings
30988              From: Abe Timmerman <abe@ztreet.demon.nl>
30989              Date: Fri, 2 May 2003 00:51:42 +0200
30990              Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
30991      Branch: perl
30992            ! win32/win32.c
30993 ____________________________________________________________________________
30994 [ 19383] By: jhi                                   on 2003/05/02  18:55:37
30995         Log: Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
30996              From: Abe Timmerman <abe@ztreet.demon.nl>
30997              Date: Thu, 1 May 2003 18:34:35 +0200
30998              Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
30999      Branch: perl
31000            ! win32/win32.h
31001 ____________________________________________________________________________
31002 [ 19382] By: jhi                                   on 2003/05/02  18:50:25
31003         Log: Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
31004              From: Michael G Schwern <schwern@pobox.com>
31005              Date: Wed, 30 Apr 2003 18:19:32 -0700
31006              Message-ID: <20030501011932.GM701@windhund.schwern.org>
31007      Branch: perl
31008            ! ext/POSIX/POSIX.pod
31009 ____________________________________________________________________________
31010 [ 19381] By: jhi                                   on 2003/05/02  15:12:47
31011         Log: Forgot to check in the -d: file.
31012      Branch: perl
31013            + t/lib/Devel/switchd.pm
31014            ! MANIFEST t/run/switchd.t
31015 ____________________________________________________________________________
31016 [ 19380] By: jhi                                   on 2003/05/02  15:02:04
31017         Log: Solaris: make -Duse64bitall'ed to have an archname of
31018              sun4-solaris-64, from Alan Burlison.  (The default is to not
31019              to suffix anything with -Duse64bitall if longs are 64 bit.
31020              This may lead into confusion and much sorrow if 32-bit binaries
31021              and 64-bit binaries are installed under the same directories.
31022              Why is "-64" or something like that the default?  Well, there
31023              are platforms where 64 bits really is the default default.
31024              There adding a "-64" would be kind of odd.  Better to let
31025              each 64-bit capable platform to choose their archnames.)
31026      Branch: perl
31027            ! hints/solaris_2.sh
31028 ____________________________________________________________________________
31029 [ 19378] By: jhi                                   on 2003/05/02  08:41:40
31030         Log: The [perl #21890] (Devel::Coverage breakage) has been fixed
31031              by change #18589 (it was broken by change #9754); add test case.
31032      Branch: perl
31033            + t/run/switchd.t
31034            ! MANIFEST
31035 ____________________________________________________________________________
31036 [ 19376] By: jhi                                   on 2003/05/02  05:31:52
31037         Log: great_circle_direction() was broken,
31038              reported by Alexander Becher.
31039      Branch: perl
31040            ! lib/Math/Trig.pm lib/Math/Trig.t
31041 ____________________________________________________________________________
31042 [ 19375] By: jhi                                   on 2003/05/01  18:18:06
31043         Log: OS X: could not -Doptimize=-g.
31044      Branch: perl
31045            ! hints/darwin.sh
31046 ____________________________________________________________________________
31047 [ 19374] By: jhi                                   on 2003/05/01  12:33:44
31048         Log: OS X test tweak.
31049      Branch: perl
31050            ! ext/Cwd/t/cwd.t
31051 ____________________________________________________________________________
31052 [ 19373] By: jhi                                   on 2003/05/01  11:09:42
31053         Log: Subject: [PATCH] RE: perl@19333
31054              From: Robin Barker <Robin.Barker@npl.co.uk>
31055              Date: Tue, 29 Apr 2003 17:30:23 +0100
31056              Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
31057      Branch: perl
31058            ! embed.pl pp_hot.c pp_pack.c proto.h
31059 ____________________________________________________________________________
31060 [ 19372] By: jhi                                   on 2003/05/01  09:52:52
31061         Log: miniperl cannot handle layers.t.
31062      Branch: perl
31063            ! t/io/layers.t
31064 ____________________________________________________________________________
31065 [ 19371] By: jhi                                   on 2003/05/01  08:26:06
31066         Log: The solution in change #19363 was too unportable.
31067      Branch: perl
31068            ! t/io/openpid.t
31069 ____________________________________________________________________________
31070 [ 19369] By: jhi                                   on 2003/05/01  07:48:06
31071         Log: perlreftut updates from mjd.
31072      Branch: perl
31073            ! pod/perlreftut.pod
31074 ____________________________________________________________________________
31075 [ 19368] By: jhi                                   on 2003/05/01  07:45:06
31076         Log: z/OS: More threaded build tweaks from Brian De Pradine--
31077              apparently now it works!
31078      Branch: perl
31079            ! ext/threads/threads.xs handy.h hints/os390.sh thread.h
31080 ____________________________________________________________________________
31081 [ 19367] By: rgs                                   on 2003/04/29  20:31:07
31082         Log: Subject: [PATCH] buglet: sub a(;&) { } doesn't work
31083              From: Enache Adrian <enache@rdslink.ro>
31084              Date: Sat, 19 Apr 2003 01:41:07 +0300
31085              Message-ID: <20030418224107.GA2751@ratsnest.hole>
31086      Branch: perl
31087            ! t/comp/parser.t toke.c
31088 ____________________________________________________________________________
31089 [ 19366] By: jhi                                   on 2003/04/29  08:55:12
31090         Log: If it's S_, it should be STATIC.
31091      Branch: perl
31092            ! embed.fnc embed.h numeric.c proto.h
31093 ____________________________________________________________________________
31094 [ 19365] By: sky                                   on 2003/04/28  16:30:03
31095         Log: Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
31096              From: Casey West <casey@geeknest.com>
31097              Date: m\8cn apr 28, 2003  16:00:05 Europe/Stockholm
31098              Message-Id: <20030428140005.GC62281@geeknest.com>
31099      Branch: perl
31100            ! pod/perlop.pod
31101 ____________________________________________________________________________
31102 [ 19364] By: sky                                   on 2003/04/28  16:20:43
31103         Log: Subject: [PATCH] [patch #7514] Bug in perlop regex explination
31104              From: Casey West <casey@geeknest.com>
31105              Date: m\8cn apr 28, 2003  19:22:06 Europe/Stockholm
31106              Message-Id: <20030428172206.GK62281@geeknest.com>
31107      Branch: perl
31108            ! pod/perlop.pod
31109 ____________________________________________________________________________
31110 [ 19363] By: sky                                   on 2003/04/28  15:32:35
31111         Log: Fix bug 2681, change the test not to use the shell and use 3+arg
31112              open.
31113      Branch: perl
31114            ! t/io/openpid.t
31115 ____________________________________________________________________________
31116 [ 19359] By: jhi                                   on 2003/04/28  08:43:23
31117         Log: Feel-good cleanup.
31118      Branch: perl
31119            ! intrpvar.h sv.c
31120 ____________________________________________________________________________
31121 [ 19358] By: jhi                                   on 2003/04/28  08:27:15
31122         Log: SysV msg queues can be something hanging (witnessed in IRIX),
31123              so let's use IPC_NOWAIT.
31124      Branch: perl
31125            ! ext/IPC/SysV/t/msg.t t/op/taint.t
31126 ____________________________________________________________________________
31127 [ 19357] By: jhi                                   on 2003/04/28  06:32:47
31128         Log: Detecting errors of reentrant APIs: getgrgid_r and the like
31129              when returning an int can either return the error in the return
31130              value or in the errno.  We need a new per-interp variable to store
31131              the return value instead of clobbering the errno with it.  The new
31132              variable, PL_reentrant_retint, is only used within the reentrancy
31133              framework, and immediately after it's set, so there should not be
31134              similar visibility issues as for the errno.  Spotted by Edward Moy.
31135      Branch: perl
31136            ! embedvar.h intrpvar.h perlapi.h reentr.c reentr.h reentr.pl
31137 ____________________________________________________________________________
31138 [ 19356] By: rgs                                   on 2003/04/27  20:09:01
31139         Log: Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
31140              Check errno to see if the call to nice(2) succeeded.
31141              Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
31142              From: Enache Adrian <enache@rdslink.ro>
31143              Date: Wed, 23 Apr 2003 22:48:20 +0300
31144              Message-ID: <20030423194820.GA874@ratsnest.hole>
31145      Branch: perl
31146            ! ext/POSIX/POSIX.xs
31147 ____________________________________________________________________________
31148 [ 19355] By: jhi                                   on 2003/04/27  19:56:09
31149         Log: Document a faint compilation noise.
31150      Branch: perl
31151            ! README.aix
31152 ____________________________________________________________________________
31153 [ 19354] By: rgs                                   on 2003/04/27  19:35:11
31154         Log: $[ clarifications.
31155      Branch: perl
31156            ! pod/perlvar.pod
31157 ____________________________________________________________________________
31158 [ 19353] By: rgs                                   on 2003/04/27  18:51:37
31159         Log: utime() doc clarifications
31160              based on :
31161              Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
31162              From: Casey West <casey@geeknest.com>
31163              Date: Fri, 25 Apr 2003 08:00:54 -0400
31164              Message-ID: <20030425120054.GQ34510@geeknest.com>
31165      Branch: perl
31166            ! pod/perlfunc.pod
31167 ____________________________________________________________________________
31168 [ 19351] By: jhi                                   on 2003/04/27  08:13:34
31169         Log: Add a test case for [perl #15288] (already solved).
31170      Branch: perl
31171            ! t/op/pack.t
31172 ____________________________________________________________________________
31173 [ 19350] By: jhi                                   on 2003/04/27  07:38:17
31174         Log: Add Dave Mitchell's test case for fields.
31175      Branch: perl
31176            ! lib/fields.t
31177 ____________________________________________________________________________
31178 [ 19349] By: jhi                                   on 2003/04/27  06:50:09
31179         Log: Subject: [PATCH] VMS::Stdio test tweak
31180              From: "Craig A. Berry" <craigberry@mac.com>
31181              Date: Sat, 26 Apr 2003 15:53:07 -0500
31182              Message-ID: <3EAAF1B3.7020708@mac.com>
31183      Branch: perl
31184            ! vms/ext/Stdio/test.pl
31185 ____________________________________________________________________________
31186 [ 19348] By: jhi                                   on 2003/04/27  06:46:16
31187         Log: Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
31188              From: Casey West <casey@geeknest.com>
31189              Date: Thu, 24 Apr 2003 08:18:42 -0400
31190              Message-ID: <20030424121842.GW34510@geeknest.com>
31191      Branch: perl
31192            ! lib/UNIVERSAL.pm
31193 ____________________________________________________________________________
31194 [ 19346] By: jhi                                   on 2003/04/27  06:03:48
31195         Log: Document that restricted hashes are not atomic
31196              (from Dave Mitchell).
31197      Branch: perl
31198            ! lib/Hash/Util.pm
31199 ____________________________________________________________________________
31200 [ 19345] By: jhi                                   on 2003/04/27  05:59:39
31201         Log: Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
31202              From: Dave Mitchell <davem@fdgroup.com>
31203              Date: Sat, 26 Apr 2003 18:45:28 +0100
31204              Message-ID: <20030426174528.GA9588@fdgroup.com>
31205      Branch: perl
31206            ! hv.c lib/Hash/Util.t pod/perldiag.pod
31207 ____________________________________________________________________________
31208 [ 19344] By: rgs                                   on 2003/04/26  22:48:32
31209         Log: Some doc patches by Casey West :
31210
31211              Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
31212              From: Casey West <casey@geeknest.com>
31213              Date: Fri, 25 Apr 2003 10:46:39 -0400
31214              Message-ID: <20030425144639.GY34510@geeknest.com>
31215
31216              Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
31217              From: Casey West <casey@geeknest.com>
31218              Date: Fri, 25 Apr 2003 07:52:13 -0400
31219              Message-ID: <20030425115213.GP34510@geeknest.com>
31220
31221              Subject: Re: [perl #7213] [PATCH] Updating example in perldata
31222              From: Casey West <casey@geeknest.com>
31223              Date: Thu, 24 Apr 2003 21:27:22 -0400
31224              Message-ID: <20030425012722.GN34510@geeknest.com>
31225      Branch: perl
31226            ! pod/perldata.pod pod/perlfunc.pod pod/perlsyn.pod
31227 ____________________________________________________________________________
31228 [ 19343] By: rgs                                   on 2003/04/26  22:30:07
31229         Log: Document that splice() doesn't extend arrays
31230              Subject: Re: slice autoextending ? still another revised doc patch; COW
31231              From: david nicol <whatever@davidnicol.com>
31232              Date: 22 Apr 2003 22:05:02 -0500
31233              Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
31234      Branch: perl
31235            ! pod/perlfunc.pod
31236 ____________________________________________________________________________
31237 [ 19342] By: sky                                   on 2003/04/26  21:43:32
31238         Log: Fix bug #15161 by increasing the refcount on the RE and making
31239              sure to restore it correctly. Deals with both s//e and s///g.
31240      Branch: perl
31241            ! pp_ctl.c pp_hot.c
31242 ____________________________________________________________________________
31243 [ 19341] By: jhi                                   on 2003/04/26  04:36:03
31244         Log: Integrate:
31245              [ 19340]
31246              Caught by Mark Lutz in UNICOS: A declaration cannot appear
31247              after an executable statement in a block.
31248      Branch: perl
31249           !> pp_pack.c
31250 ____________________________________________________________________________
31251 [ 19337] By: jhi                                   on 2003/04/25  20:19:36
31252         Log: Now the -Dnoextensions and -Dnoextensions have the
31253              chance of actually doing something.
31254      Branch: perl
31255            ! Configure
31256 ____________________________________________________________________________
31257 [ 19334] By: jhi                                   on 2003/04/25  19:48:31
31258         Log: Subject: [PATCH] Configure's extension sanity check is too strict
31259              From: Andy Dougherty <doughera@lafayette.edu>
31260              Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
31261              Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
31262      Branch: perl
31263            ! Configure
31264 ____________________________________________________________________________
31265 [ 19330] By: jhi                                   on 2003/04/25  14:11:33
31266         Log: Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
31267              From: "Craig A. Berry" <craigberry@mac.com>
31268              Date: Thu, 24 Apr 2003 20:09:48 -0500
31269              Message-ID: <3EA88ADC.3000300@mac.com>
31270      Branch: perl
31271            ! ext/Encode/t/enc_module.t
31272 ____________________________________________________________________________
31273 [ 19329] By: jhi                                   on 2003/04/25  07:06:49
31274         Log: Upgrade to Time::HiRes 1.46.
31275      Branch: perl
31276            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
31277            ! ext/Time/HiRes/Makefile.PL
31278 ____________________________________________________________________________
31279 [ 19328] By: jhi                                   on 2003/04/25  06:57:10
31280         Log: Subject: typo in Time::HiRes docs
31281              From: mjd@plover.com
31282              Date: 19 Apr 2003 15:13:44 -0000
31283              Message-ID: <20030419151344.28237.qmail@plover.com>
31284      Branch: perl
31285            ! ext/Time/HiRes/HiRes.pm
31286 ____________________________________________________________________________
31287 [ 19327] By: jhi                                   on 2003/04/25  04:45:05
31288         Log: Clarify(?) the perlio default layers table.
31289      Branch: perl
31290            ! lib/PerlIO.pm t/io/layers.t
31291 ____________________________________________________________________________
31292 [ 19326] By: jhi                                   on 2003/04/25  04:22:49
31293         Log: Upgrade to Test::Harness 2.28.
31294      Branch: perl
31295            ! lib/Test/Harness.pm lib/Test/Harness/Changes
31296            ! lib/Test/Harness/t/pod.t
31297 ____________________________________________________________________________
31298 [ 19325] By: jhi                                   on 2003/04/24  19:06:29
31299         Log: Upgrade to Encode 1.93.
31300      Branch: perl
31301            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL
31302            ! ext/Encode/lib/Encode/CJKConstants.pm
31303            ! ext/Encode/lib/Encode/CN/HZ.pm
31304            ! ext/Encode/lib/Encode/Encoding.pm
31305            ! ext/Encode/lib/Encode/Guess.pm
31306            ! ext/Encode/lib/Encode/KR/2022_KR.pm
31307            ! ext/Encode/lib/Encode/PerlIO.pod ext/Encode/t/CJKT.t
31308            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
31309            ! ext/Encode/t/guess.t ext/Encode/ucm/euc-cn.ucm
31310            ! ext/Encode/ucm/euc-jp.ucm ext/Encode/ucm/euc-kr.ucm
31311 ____________________________________________________________________________
31312 [ 19323] By: jhi                                   on 2003/04/24  16:57:13
31313         Log: VMS patch for faststdio from Craig Berry.
31314      Branch: perl
31315            ! configure.com
31316 ____________________________________________________________________________
31317 [ 19320] By: rgs                                   on 2003/04/23  20:20:58
31318         Log: Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
31319              From: Casey West <casey@geeknest.com>
31320              Date: Wed, 23 Apr 2003 14:03:20 -0400
31321              Message-ID: <20030423180320.GZ15574@geeknest.com>
31322      Branch: perl
31323            ! pod/perlmodlib.PL pod/perlmodlib.pod
31324 ____________________________________________________________________________
31325 [ 19319] By: rgs                                   on 2003/04/23  19:54:31
31326         Log: Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
31327              From: Chris Pepper (via RT) <perlbug-followup@perl.org>
31328              Date: 22 Apr 2003 04:31:17 -0000
31329              Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
31330              (with minor further corrections)
31331      Branch: perl
31332            ! pod/perlmod.pod
31333 ____________________________________________________________________________
31334 [ 19316] By: rgs                                   on 2003/04/23  19:11:01
31335         Log: A new fatal error :
31336              Subject: [PATCH] Perl_croak("Use of freed value in iteration")
31337              From: Dave Mitchell <davem@fdgroup.com>
31338              Date: Mon, 21 Apr 2003 13:19:50 +0100
31339              Message-ID: <20030421121950.GB18189@fdgroup.com>
31340              Message-ID: <20030421125433.GC18189@fdgroup.com>
31341      Branch: perl
31342            ! pod/perldiag.pod pp_hot.c t/cmd/for.t
31343 ____________________________________________________________________________
31344 [ 19314] By: jhi                                   on 2003/04/23  18:53:46
31345         Log: Introduce 'fast stdio' symbols to non-Configure lands.
31346      Branch: perl
31347            ! NetWare/config.wc NetWare/config_H.wc configure.com
31348            ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
31349            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
31350            ! win32/config.gc win32/config.vc win32/config.vc64
31351            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31352            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
31353 ____________________________________________________________________________
31354 [ 19312] By: jhi                                   on 2003/04/23  18:21:47
31355         Log: Regen Configure, Glossary, et alia.
31356      Branch: perl
31357            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31358            ! config_h.SH
31359 ____________________________________________________________________________
31360 [ 19310] By: jhi                                   on 2003/04/23  08:34:33
31361         Log: Handle the combination of dosish and non-faststdio.
31362      Branch: perl
31363            ! t/io/layers.t
31364 ____________________________________________________________________________
31365 [ 19308] By: rgs                                   on 2003/04/22  20:53:20
31366         Log: Subject: 5.8.0: two problems
31367              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
31368              Date: Tue, 22 Apr 2003 11:43:17 -0700
31369              Message-ID: <20030422184316.GA8602@math.berkeley.edu>
31370      Branch: perl
31371            ! XSUB.h
31372 ____________________________________________________________________________
31373 [ 19307] By: ams                                   on 2003/04/22  16:39:51
31374         Log: Subject: [PATCH] Doc pointers in perlbot.
31375              From: Casey West <casey@geeknest.com>
31376              Date: Tue, 22 Apr 2003 11:19:09 -0400
31377              Message-Id: <20030422151909.GC11119@geeknest.com>
31378              (Applied by hand.)
31379      Branch: perl
31380            ! pod/perlbot.pod
31381 ____________________________________________________________________________
31382 [ 19306] By: jhi                                   on 2003/04/22  13:09:21
31383         Log: z/OS: changes for building threaded from "Brian De Pradine"
31384              <PRADINE@uk.ibm.com>.
31385      Branch: perl
31386            ! Makefile.SH hints/os390.sh thread.h util.c
31387 ____________________________________________________________________________
31388 [ 19305] By: jhi                                   on 2003/04/22  11:42:35
31389         Log: Enache's turn.
31390      Branch: perl
31391            ! ext/Encode/t/enc_module.t
31392 ____________________________________________________________________________
31393 [ 19304] By: jhi                                   on 2003/04/22  10:48:47
31394         Log: Re-merge Encode 1.92.
31395      Branch: perl
31396            ! ext/Encode/Makefile.PL ext/Encode/t/enc_module.t
31397 ____________________________________________________________________________
31398 [ 19302] By: jhi                                   on 2003/04/22  05:26:21
31399         Log: Argh, cut-and-pasto.
31400      Branch: perl
31401            ! perlio.c
31402 ____________________________________________________________________________
31403 [ 19301] By: sky                                   on 2003/04/21  21:33:14
31404         Log: Fix bug 17964 by properly refcounting the gv top.
31405              Seems like the entries in rsfp are way different than
31406              normal PVIO objects.
31407      Branch: perl
31408            ! sv.c
31409 ____________________________________________________________________________
31410 [ 19300] By: rgs                                   on 2003/04/21  19:42:04
31411         Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY).
31412
31413              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
31414              From: Enache Adrian <enache@rdslink.ro>
31415              Date: Sun, 20 Apr 2003 02:45:48 +0300
31416              Message-ID: <20030419234548.GA849@ratsnest.hole>
31417              and
31418              Date: Wed, 2 Apr 2003 07:52:28 +0300
31419              Message-ID: <20030402045227.GA1023@ratsnest.hole>
31420      Branch: perl
31421            ! pp_sys.c t/op/ref.t util.c
31422 ____________________________________________________________________________
31423 [ 19299] By: sky                                   on 2003/04/21  17:05:31
31424         Log: Croak on non ref to shared methods instead of segfault.
31425              This can really only happen for &share("string").
31426      Branch: perl
31427            ! ext/threads/shared/shared.xs
31428 ____________________________________________________________________________
31429 [ 19297] By: jhi                                   on 2003/04/21  16:24:36
31430         Log: Add OpenZaurus cross-compilation patches.
31431      Branch: perl
31432            + Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
31433            + Cross/config.sh-arm-linux Cross/generate_config_sh
31434            + Cross/installperl.patch Cross/warp
31435            ! Cross/README INSTALL MANIFEST
31436 ____________________________________________________________________________
31437 [ 19289] By: sky                                   on 2003/04/21  13:24:40
31438         Log: Fixes bug #17043, resets PL_srand_called before the cloning.
31439              Allows people to override the resetting by using srand() in CLONE.
31440      Branch: perl
31441            ! ext/threads/t/thread.t ext/threads/threads.xs
31442 ____________________________________________________________________________
31443 [ 19286] By: jhi                                   on 2003/04/21  06:50:42
31444         Log: Introduce two new Configure symbols:
31445              [1] d_faststdio  = d_stdstdio && d_stdio_ptr_lval &&
31446              (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
31447              [2] usefaststdio = do we use fast stdio if we have it?
31448              For 5.[68], we do.  For anything else, we don't.
31449              (At least, unless otherwise instructed by -Dusefaststdio.)
31450              This means that for bleadperl we no more use stdio, but instead
31451              default to perlio: the effect of PERLIO=perlio, in other words.
31452              (PERLIO=stdio will still switch to using stdio.)
31453              This change may endanger extensions using FILE*-- but if we are
31454              to migrate fully to perlio, better start swallowing the poison now.
31455              For maintperl, the usefaststdio still defaults to yes.
31456      Branch: perl
31457            ! Configure config_h.SH perlio.c t/io/layers.t
31458 ____________________________________________________________________________
31459 [ 19285] By: jhi                                   on 2003/04/21  05:43:55
31460         Log: Upgrade to Locale::Maketext 1.05.
31461      Branch: perl
31462            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
31463 ____________________________________________________________________________
31464 [ 19284] By: jhi                                   on 2003/04/21  05:40:34
31465         Log: Upgrade to Test 1.24.
31466      Branch: perl
31467            ! lib/Test.pm
31468 ____________________________________________________________________________
31469 [ 19283] By: rgs                                   on 2003/04/20  22:01:28
31470         Log: Subject: [PATCH] goto &sub doesn't empty @_
31471              From: Dave Mitchell <davem@fdgroup.com>
31472              Date: Sun, 20 Apr 2003 21:46:51 +0100
31473              Message-ID: <20030420204651.GE15591@fdgroup.com>
31474      Branch: perl
31475            ! pp_ctl.c
31476 ____________________________________________________________________________
31477 [ 19282] By: rgs                                   on 2003/04/20  21:22:29
31478         Log: Remove, in the main Makefile, the $(LDLIBPTH) variable from
31479              the commands that invoke $(CC).
31480              Subject: Re: Smoke failure
31481              From: Enache Adrian <enache@rdslink.ro>
31482              Date: Fri, 18 Apr 2003 19:06:07 +0300
31483              Message-ID: <20030418160606.GA797@ratsnest.hole>
31484      Branch: perl
31485            ! Makefile.SH
31486 ____________________________________________________________________________
31487 [ 19281] By: rgs                                   on 2003/04/20  19:53:53
31488         Log: Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
31489              From: Enache Adrian <enache@rdslink.ro>
31490              Date: Sat, 19 Apr 2003 20:12:18 +0300
31491              Message-ID: <20030419171218.GA974@ratsnest.hole>
31492      Branch: perl
31493            ! sv.c
31494 ____________________________________________________________________________
31495 [ 19280] By: rgs                                   on 2003/04/20  18:55:40
31496         Log: Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
31497              Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
31498              From: Steve Hay <steve.hay@uk.radan.com>
31499              Date: Wed, 16 Apr 2003 11:12:22 +0100
31500              Message-ID: <3E9D2C86.8040104@uk.radan.com>
31501      Branch: perl
31502            ! INSTALL win32/Makefile
31503 ____________________________________________________________________________
31504 [ 19278] By: jhi                                   on 2003/04/20  07:42:17
31505         Log: Give more information of what to do when -Dusexxx fail.
31506      Branch: perl
31507            ! Configure
31508 ____________________________________________________________________________
31509 [ 19277] By: rgs                                   on 2003/04/19  19:40:22
31510         Log: Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
31511              by adding a dummy destructor method Regexp::DESTROY.
31512              This prevents infinite recursion, since Regexp::DESTROY
31513              is no more autoloaded.
31514
31515              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
31516              From: Enache Adrian <enache@rdslink.ro>
31517              Date: Wed, 2 Apr 2003 05:02:42 +0300
31518              Message-ID: <20030402020242.GA2966@ratsnest.hole>
31519      Branch: perl
31520            ! ext/B/t/stash.t t/op/ref.t universal.c
31521 ____________________________________________________________________________
31522 [ 19276] By: rgs                                   on 2003/04/19  19:32:25
31523         Log: Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
31524              From: Dave Mitchell <davem@fdgroup.com>
31525              Date: Sat, 19 Apr 2003 20:06:51 +0100
31526              Message-ID: <20030419190651.GD13333@fdgroup.com>
31527      Branch: perl
31528            ! t/comp/parser.t toke.c
31529 ____________________________________________________________________________
31530 [ 19275] By: jhi                                   on 2003/04/19  18:52:24
31531         Log: Restore the two variables retired by the change #19268
31532              (for binary backward compatibility)
31533      Branch: perl
31534            ! embedvar.h perlapi.h thrdvar.h
31535 ____________________________________________________________________________
31536 [ 19273] By: jhi                                   on 2003/04/19  17:36:33
31537         Log: Fail if the specified -Duse64xxx cannot be fulfilled.
31538              (And undo a doublesize probe glitch from change #19272.)
31539      Branch: perl
31540            ! Configure
31541 ____________________________________________________________________________
31542 [ 19272] By: jhi                                   on 2003/04/19  16:38:12
31543         Log: If long doubles fail, we really cannot sensibly
31544              drop back to doubles anymore, therefore abort.
31545              Pointed out by Slaven Rezic. (I tried to fix this
31546              via metaconfig but ended up with a vicious cyclic
31547              dependency.)
31548      Branch: perl
31549            ! Configure
31550 ____________________________________________________________________________
31551 [ 19270] By: jhi                                   on 2003/04/19  12:09:21
31552         Log: Upgrade to Net::Ping 2.30.
31553      Branch: perl
31554            ! lib/Net/Ping.pm lib/Net/Ping/Changes
31555            ! lib/Net/Ping/t/450_service.t
31556 ____________________________________________________________________________
31557 [ 19269] By: jhi                                   on 2003/04/19  07:10:57
31558         Log: Bump the test count.
31559      Branch: perl
31560            ! ext/Storable/t/tied.t
31561 ____________________________________________________________________________
31562 [ 19268] By: jhi                                   on 2003/04/19  07:06:13
31563         Log: Subject: [PATCH] allow recursive FETCHes
31564              From: Dave Mitchell <davem@fdgroup.com>
31565              Date: Mon, 7 Apr 2003 10:00:41 +0100
31566              Message-ID: <20030407100041.A1617@fdgroup.com>
31567      Branch: perl
31568            ! av.c dump.c embed.fnc embed.h embedvar.h
31569            ! ext/Storable/t/st-dump.pl hv.c perl.c perlapi.h proto.h sv.c
31570            ! sv.h t/op/tie.t thrdvar.h
31571 ____________________________________________________________________________
31572 [ 19267] By: jhi                                   on 2003/04/19  06:54:34
31573         Log: Subject: [PATCH] readline.t tweak for VMS
31574              From: "Craig A. Berry" <craigberry@mac.com>
31575              Date: Thu, 17 Apr 2003 17:18:19 -0500
31576              Message-ID: <3E9F282B.6090603@mac.com>
31577      Branch: perl
31578            ! t/op/readline.t
31579 ____________________________________________________________________________
31580 [ 19266] By: jhi                                   on 2003/04/19  06:46:48
31581         Log: Subject: [PATCH] Re: any takers for this Storable bug?
31582              From: Enache Adrian <enache@rdslink.ro>
31583              Date: Wed, 16 Apr 2003 21:11:11 +0300
31584              Message-ID: <20030416181111.GA6687@ratsnest.hole>
31585
31586              ams had already fixed the bug by #19227, but take the
31587              test case.
31588      Branch: perl
31589            ! ext/Storable/t/tied.t
31590 ____________________________________________________________________________
31591 [ 19265] By: sky                                   on 2003/04/19  00:40:42
31592         Log: Don't use the stack to allocate a SV that we hand out to another
31593              function, only badness can ensure.
31594              Message-Id: <20030418180131.GD10086@fdgroup.com>
31595              Thanks go to Dave Mitchell for help in tracking down the bug!
31596      Branch: perl
31597            ! sv.c
31598 ____________________________________________________________________________
31599 [ 19264] By: jhi                                   on 2003/04/18  19:28:04
31600         Log: UTF8 regexp patch from Inaba Hiroto.
31601      Branch: perl
31602            ! regcomp.c t/op/pat.t
31603 ____________________________________________________________________________
31604 [ 19263] By: jhi                                   on 2003/04/18  19:16:43
31605         Log: Unused variables.
31606      Branch: perl
31607            ! perlio.c universal.c
31608 ____________________________________________________________________________
31609 [ 19262] By: sky                                   on 2003/04/17  20:02:33
31610         Log: Another needle in the voodoo doll.
31611              Now I think it should work with the shared
31612              strings.
31613      Branch: perl
31614            ! sv.c
31615 ____________________________________________________________________________
31616 [ 19254] By: sky                                   on 2003/04/17  17:31:52
31617         Log: Extreme Voodoo programming, by not pinching the SV if it is a
31618              PADTMP it happily keeps it's value later on!
31619      Branch: perl
31620            ! sv.c
31621 ____________________________________________________________________________
31622 [ 19253] By: jhi                                   on 2003/04/17  17:09:16
31623         Log: Implement -Dnoextensions=... and -Donlyextensions=...
31624      Branch: perl
31625            ! Configure INSTALL
31626 ____________________________________________________________________________
31627 [ 19252] By: ams                                   on 2003/04/17  16:19:31
31628         Log: Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
31629              Anything that's broken by this change should be fixed.
31630      Branch: perl
31631            ! gv.c
31632 ____________________________________________________________________________
31633 [ 19251] By: jhi                                   on 2003/04/17  15:39:56
31634         Log: Introduce the new *l APIs, undefined, to non-Configure lands.
31635      Branch: perl
31636            ! NetWare/config.wc NetWare/config_H.wc configure.com
31637            ! djgpp/configure.bat epoc/config.sh plan9/config.plan9
31638            ! plan9/config_h.sample plan9/config_sh.sample win32/config.bc
31639            ! win32/config.gc win32/config.vc win32/config.vc64
31640            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31641            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
31642 ____________________________________________________________________________
31643 [ 19250] By: jhi                                   on 2003/04/17  15:07:08
31644         Log: Regen Glossary et alia.
31645      Branch: perl
31646            ! Porting/Glossary Porting/config.sh Porting/config_H
31647 ____________________________________________________________________________
31648 [ 19248] By: jhi                                   on 2003/04/17  14:53:41
31649         Log: Small tidying up of the selectminbits code, but most
31650              importantly allocate the buffer from the heap using
31651              malloc, not from the stack: using stack causes unaligned
31652              access in LP64 Solaris since stack data is not guaranteed
31653              to be 64-bit aligned, while a fd_set is (it has 1024 longs).
31654              (via Alan Burlison)
31655      Branch: perl
31656            ! Configure
31657 ____________________________________________________________________________
31658 [ 19247] By: ams                                   on 2003/04/17  12:24:57
31659         Log: Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
31660              From: Enache Adrian <enache@rdslink.ro>
31661              Date: Thu, 17 Apr 2003 14:35:36 +0300
31662              Message-Id: <20030417113536.GA898@ratsnest.hole>
31663      Branch: perl
31664            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
31665 ____________________________________________________________________________
31666 [ 19245] By: jhi                                   on 2003/04/17  09:20:27
31667         Log: Document that the open pragma does not affect
31668              the three-headed hydra, ummm, open.
31669      Branch: perl
31670            ! lib/open.pm
31671 ____________________________________________________________________________
31672 [ 19244] By: jhi                                   on 2003/04/17  06:45:26
31673         Log: More maneuvering closer to proposed POSIX classes
31674              mapping to Unicode: (1) The definitions of "graph" and
31675              "print" are still in flux: move closer back to how Perl
31676              5.8.0 defined it (though drop Co, that did not make sense)
31677              (2) Add U+0085 (NEL) to "space".
31678      Branch: perl
31679            ! lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl
31680            ! lib/unicore/lib/Space.pl lib/unicore/mktables
31681 ____________________________________________________________________________
31682 [ 19243] By: jhi                                   on 2003/04/17  05:29:24
31683         Log: Detect the 'fast stdio' case.
31684      Branch: perl
31685            ! lib/PerlIO.pm t/io/layers.t
31686 ____________________________________________________________________________
31687 [ 19242] By: jhi                                   on 2003/04/16  20:14:01
31688         Log: Fix up Larry's copyright statements to my best knowledge.
31689              (Lots of Perl 5 source code archaeology was involved.)
31690              Larry didn't make strangled noises when I showed him
31691              the patch, either :-)
31692      Branch: perl
31693            ! EXTERN.h INTERN.h Porting/pumpkin.pod README XSUB.h av.c av.h
31694            ! cc_runtime.h cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
31695            ! embed.h embed.pl embedvar.h fakesdio.h fakethr.h form.h
31696            ! global.sym globals.c gv.c gv.h handy.h hv.c hv.h keywords.h
31697            ! keywords.pl locale.c mg.c mg.h miniperlmain.c nostdio.h
31698            ! numeric.c op.c op.h opcode.h opcode.pl opnames.h pad.c pad.h
31699            ! patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.h
31700            ! perlsdio.h perlsfio.h perlvars.h pp.c pp.h pp_ctl.c pp_hot.c
31701            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.c reentr.h
31702            ! reentr.pl regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
31703            ! scope.h sv.c sv.h taint.c thrdvar.h thread.h toke.c
31704            ! universal.c unixish.h utf8.c utf8.h utfebcdic.h util.c util.h
31705            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
31706            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
31707            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c xsutils.c
31708 ____________________________________________________________________________
31709 [ 19241] By: jhi                                   on 2003/04/16  17:24:24
31710         Log: Handle PERLIO= and document a bit.
31711      Branch: perl
31712            ! lib/PerlIO.pm pod/perlrun.pod t/io/layers.t
31713 ____________________________________________________________________________
31714 [ 19240] By: sky                                   on 2003/04/16  16:27:43
31715         Log: Fix double join problem for those places where free
31716              actually means free (solaris for example :)
31717              Fixes bug #16681
31718      Branch: perl
31719            ! ext/threads/t/join.t ext/threads/threads.xs
31720 ____________________________________________________________________________
31721 [ 19239] By: jhi                                   on 2003/04/16  14:57:47
31722         Log: Try to get the layers.t working also for dosish platforms.
31723      Branch: perl
31724            ! lib/PerlIO.pm t/io/layers.t
31725 ____________________________________________________________________________
31726 [ 19238] By: jhi                                   on 2003/04/16  13:27:24
31727         Log: A -C parsed from the #! line can still have line endings in it.
31728      Branch: perl
31729            ! util.c
31730 ____________________________________________________________________________
31731 [ 19237] By: jhi                                   on 2003/04/16  13:23:37
31732         Log: What does an empty PERLIO= mean, anyway?
31733      Branch: perl
31734            ! t/io/layers.t
31735 ____________________________________________________________________________
31736 [ 19236] By: jhi                                   on 2003/04/16  13:09:42
31737         Log: Document the effect of thread creation context.
31738      Branch: perl
31739            ! ext/threads/threads.pm
31740 ____________________________________________________________________________
31741 [ 19235] By: jhi                                   on 2003/04/16  12:13:07
31742         Log: Use the right prototype and a glob is fine (from Rafael).
31743      Branch: perl
31744            ! lib/PerlIO.pm universal.c
31745 ____________________________________________________________________________
31746 [ 19234] By: jhi                                   on 2003/04/16  10:20:46
31747         Log: PerlIO::get_layers() usage tip.
31748      Branch: perl
31749            ! lib/PerlIO.pm
31750 ____________________________________________________________________________
31751 [ 19233] By: jhi                                   on 2003/04/16  10:07:48
31752         Log: Syntax terror.
31753      Branch: perl
31754            ! lib/unicore/mktables
31755 ____________________________________________________________________________
31756 [ 19232] By: jhi                                   on 2003/04/16  09:45:51
31757         Log: Redundant test.
31758      Branch: perl
31759            ! lib/unicore/mktables
31760 ____________________________________________________________________________
31761 [ 19231] By: jhi                                   on 2003/04/16  09:21:25
31762         Log: Synchronize the specifications of the POSIX character
31763              classes alnum, graph, and print closer to the planned
31764              Unicode proposal.
31765      Branch: perl
31766            ! lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
31767            ! lib/unicore/lib/Print.pl lib/unicore/mktables utf8.c
31768 ____________________________________________________________________________
31769 [ 19230] By: jhi                                   on 2003/04/16  08:57:01
31770         Log: Patch from Merijn.
31771      Branch: perl
31772            ! perl.h
31773 ____________________________________________________________________________
31774 [ 19228] By: jhi                                   on 2003/04/16  08:27:26
31775         Log: Thinko in modfl detection.
31776      Branch: perl
31777            ! Configure
31778 ____________________________________________________________________________
31779 [ 19227] By: ams                                   on 2003/04/16  02:32:11
31780         Log: Storable now handles self-tied scalars with NULL mg_obj.
31781      Branch: perl
31782            ! ext/Storable/Storable.xs
31783 ____________________________________________________________________________
31784 [ 19226] By: jhi                                   on 2003/04/15  18:00:21
31785         Log: Upgrade to Pod::LaTeX 0.55.
31786      Branch: perl
31787            + lib/Pod/t/pod2latex.t
31788            - lib/Pod/t/latex.t
31789            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
31790 ____________________________________________________________________________
31791 [ 19224] By: jhi                                   on 2003/04/15  17:01:27
31792         Log: The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.
31793      Branch: perl
31794            ! Configure
31795 ____________________________________________________________________________
31796 [ 19223] By: jhi                                   on 2003/04/15  16:36:32
31797         Log: Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
31798      Branch: perl
31799            ! t/io/layers.t
31800 ____________________________________________________________________________
31801 [ 19221] By: jhi                                   on 2003/04/15  16:27:49
31802         Log: False alarm: no cyclic dependency.
31803      Branch: perl
31804            ! Configure config_h.SH
31805 ____________________________________________________________________________
31806 [ 19219] By: jhi                                   on 2003/04/15  16:08:11
31807         Log: Backport of _most_ of the changes in #19218: not one big
31808              cyclic dependency, though, it must be broken up somehow.
31809      Branch: perl
31810            ! Configure config_h.SH
31811 ____________________________________________________________________________
31812 [ 19218] By: jhi                                   on 2003/04/15  14:09:31
31813         Log: Big patch from Alan Burlison to make Solaris long doubles work.
31814              (Also spreads more <stdlib.h> joy.)
31815              Needs backporting to metaconfig units and introducing the new
31816              symbols to non-Configure lands.
31817      Branch: perl
31818            ! Configure config_h.SH hints/solaris_2.sh numeric.c perl.h pp.c
31819 ____________________________________________________________________________
31820 [ 19217] By: jhi                                   on 2003/04/15  14:01:03
31821         Log: Don't skip the whole test for PERLIO=perlio.
31822      Branch: perl
31823            ! t/io/layers.t
31824 ____________________________________________________________________________
31825 [ 19215] By: jhi                                   on 2003/04/15  05:54:17
31826         Log: Add a test for [perl #17753].
31827      Branch: perl
31828            ! t/op/undef.t
31829 ____________________________________________________________________________
31830 [ 19214] By: jhi                                   on 2003/04/15  05:40:52
31831         Log: "proto.h": 'id' is a reserved word in Objective-C.
31832      Branch: perl
31833            ! embed.fnc op.c proto.h
31834 ____________________________________________________________________________
31835 [ 19213] By: sky                                   on 2003/04/14  21:42:10
31836         Log: Ook, run tests on correct build-dir next time.
31837              We must check if the hv is a stash, otherwise we try to delete
31838              something that is a HvNAME of null.....  tests pass better now
31839      Branch: perl
31840            ! gv.c
31841 ____________________________________________________________________________
31842 [ 19212] By: sky                                   on 2003/04/14  21:15:00
31843         Log: Fixes to bugs introduced by PL_stashcache
31844              A) Follow suggestion by Benjamin Goldberg to use hv_delete
31845              instead of hv_delete_ent to avoid creating a temporary SV
31846              B) Don't increment the refcount, sneak it into an IV instead
31847              C) When a GP is a deleted that contains a stash, remove the
31848              corresponding entry since hv might be in use in other places.
31849              D) Note that no test cases test the deletion of packages to catch
31850              this bug.
31851      Branch: perl
31852            ! gv.c hv.c pp_hot.c
31853 ____________________________________________________________________________
31854 [ 19211] By: rgs                                   on 2003/04/14  21:11:11
31855         Log: Mention that "make test_harness" lets messages sent through
31856              standard error out. Complements change #19206.
31857      Branch: perl
31858            ! pod/perlhack.pod
31859 ____________________________________________________________________________
31860 [ 19210] By: rgs                                   on 2003/04/14  20:48:02
31861         Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1  [perl #17757]
31862              From: Inaba Hiroto <inaba@st.rim.or.jp>
31863              Date: Fri, 21 Mar 2003 17:35:21 +0900
31864              Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
31865              Date: Sat, 22 Mar 2003 11:28:05 +0900
31866              Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
31867      Branch: perl
31868            ! regexec.c t/op/pat.t
31869 ____________________________________________________________________________
31870 [ 19209] By: jhi                                   on 2003/04/14  20:36:55
31871         Log: PERLIO=perlio requires extra steps.
31872      Branch: perl
31873            ! lib/PerlIO.pm t/io/layers.t
31874 ____________________________________________________________________________
31875 [ 19208] By: jhi                                   on 2003/04/14  20:02:04
31876         Log: Skip as early as possible if no perlio since the
31877              use open would be compile-time.
31878      Branch: perl
31879            ! t/io/layers.t
31880 ____________________________________________________________________________
31881 [ 19207] By: rgs                                   on 2003/04/14  19:34:42
31882         Log: Document and test autovivified dirhandles.
31883              Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
31884              From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
31885              Date: 12 Apr 2003 12:40:45 -0000
31886              Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
31887      Branch: perl
31888            ! pod/perlfunc.pod t/op/readdir.t
31889 ____________________________________________________________________________
31890 [ 19206] By: rgs                                   on 2003/04/14  19:13:26
31891         Log: More docs about running tests and the test suite.
31892              Update perlhack.pod in various places.
31893              Add 'test_harness' as a .PHONY dependency in the Makefile.
31894      Branch: perl
31895            ! Makefile.SH pod/perlhack.pod t/README
31896 ____________________________________________________________________________
31897 [ 19205] By: jhi                                   on 2003/04/14  18:58:01
31898         Log: Build get_layers() also under -Uuseperlio.
31899      Branch: perl
31900            ! universal.c
31901 ____________________________________________________________________________
31902 [ 19204] By: jhi                                   on 2003/04/14  18:48:04
31903         Log: Bump up the version and admonish against aspiring (ab)use.
31904      Branch: perl
31905            ! lib/PerlIO.pm
31906 ____________________________________________________________________________
31907 [ 19203] By: jhi                                   on 2003/04/14  17:35:51
31908         Log: Introduce PerlIO::get_layers() to allow people to peek
31909              at the PerlIO layer stack.
31910      Branch: perl
31911            + t/io/layers.t
31912            ! MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
31913            ! universal.c
31914 ____________________________________________________________________________
31915 [ 19202] By: merijn                                on 2003/04/14  05:42:18
31916         Log: Subject: [PATCH] vms/vms.c waitpid tweak
31917              From: "Craig A. Berry" <craigberry@mac.com>
31918              Date: Mon, 14 Apr 2003 00:43:00 -0500
31919              Message-ID: <3E9A4A64.6030205@mac.com>
31920      Branch: perl
31921            ! vms/vms.c
31922 ____________________________________________________________________________
31923 [ 19201] By: sky                                   on 2003/04/13  19:26:46
31924         Log: Fix bug #16253, use all the CPU that we can :-)
31925      Branch: perl
31926            ! ext/threads/threads.xs
31927 ____________________________________________________________________________
31928 [ 19200] By: sky                                   on 2003/04/13  18:38:58
31929         Log: Fix bug #15893 by creating shared scalars with a refcount of 1
31930              instead of 2 and make push and pop increase the refcount.
31931      Branch: perl
31932            ! ext/threads/shared/shared.xs
31933 ____________________________________________________________________________
31934 [ 19199] By: jhi                                   on 2003/04/13  11:45:42
31935         Log: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
31936              ../../lib for the lc() at line 66 (UTF-8 data possible
31937              if using UTF-8 locales).
31938      Branch: perl
31939            ! lib/ExtUtils/t/Install.t
31940 ____________________________________________________________________________
31941 [ 19198] By: jhi                                   on 2003/04/13  09:43:09
31942         Log: The lib/ipc_sysv.t test has a new name.
31943      Branch: perl
31944            ! INSTALL
31945 ____________________________________________________________________________
31946 [ 19197] By: jhi                                   on 2003/04/13  09:32:05
31947         Log: Continue hunting for the cause of the Tru64 failed threaded smokes
31948              most probably introduced by the change #19157.  The tweak suggested
31949              by Stephen McCamant trades a possible dangling pointer (CopFILE()
31950              is tricky like that with threads) to a memory leak.  (This means
31951              that this tweak shouldn't be left in as-is, but if this helps,
31952              we at least know that the failure was caused by the #19157.)
31953      Branch: perl
31954            ! op.c
31955 ____________________________________________________________________________
31956 [ 19196] By: jhi                                   on 2003/04/13  09:20:02
31957         Log: Upgrade to Net::Ping 2.29.
31958      Branch: perl
31959            + lib/Net/Ping/t/510_ping_udp.t
31960            - lib/Net/Ping/README
31961            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
31962 ____________________________________________________________________________
31963 [ 19195] By: jhi                                   on 2003/04/13  09:02:05
31964         Log: Upgrade to Test::Harness 2.27_04.
31965      Branch: perl
31966            + lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
31967            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Straps.pm
31968            ! lib/Test/Harness/t/test-harness.t
31969 ____________________________________________________________________________
31970 [ 19194] By: rgs                                   on 2003/04/12  21:21:04
31971         Log: Darwin/Rhapsody hints files updates by Wilfredo Sánchez
31972      Branch: perl
31973            ! hints/darwin.sh hints/rhapsody.sh
31974 ____________________________________________________________________________
31975 [ 19192] By: jhi                                   on 2003/04/12  18:23:40
31976         Log: The debugging aid #19182 didn't.
31977      Branch: perl
31978            ! ext/B/t/deparse.t
31979 ____________________________________________________________________________
31980 [ 19191] By: jhi                                   on 2003/04/12  16:51:12
31981         Log: Benchmark nit from Nicholas Clark (in OpenBSD the result could
31982              be a negative zero, -0).
31983      Branch: perl
31984            ! lib/Benchmark.t
31985 ____________________________________________________________________________
31986 [ 19190] By: rgs                                   on 2003/04/12  13:41:25
31987         Log: Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
31988              From: Michael G Schwern <schwern@pobox.com>
31989              Date: Fri, 11 Apr 2003 00:32:02 -0700
31990              Message-ID: <20030411073202.GC5916@windhund.schwern.org>
31991      Branch: perl
31992            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
31993            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
31994            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO
31995            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/00setup_dummy.t
31996            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/basic.t
31997            ! lib/ExtUtils/t/zz_cleanup_dummy.t
31998 ____________________________________________________________________________
31999 [ 19189] By: rgs                                   on 2003/04/10  20:40:14
32000         Log: Peter Scott suggests that the docs for base.pm should
32001              state explicitely that base.pm doesn't call import()
32002              on base classes. Plus a few typos.
32003      Branch: perl
32004            ! lib/base.pm
32005 ____________________________________________________________________________
32006 [ 19188] By: rgs                                   on 2003/04/10  19:45:08
32007         Log: PerlFAQ sync.
32008      Branch: perl
32009            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
32010            ! pod/perlfaq7.pod pod/perlfaq9.pod
32011 ____________________________________________________________________________
32012 [ 19187] By: rgs                                   on 2003/04/10  19:25:18
32013         Log: Fix bug #21914, 3-arg open + local $fh + strict coredump.
32014              There used to be a nullstash (%{"<none>::"}) to hold illegal
32015              variables under strict 'vars'. It has been removed by change #17942.
32016              This can lead to segfaults during the parsing, because some illegal
32017              variables might have been discarded before the compilation of the
32018              current statement had completed.
32019              Bug analysis and test case by Enache Adrian.
32020      Branch: perl
32021            ! gv.c t/lib/strict/vars
32022 ____________________________________________________________________________
32023 [ 19186] By: jhi                                   on 2003/04/10  19:13:40
32024         Log: Be more descriptive.
32025      Branch: perl
32026            ! MANIFEST
32027 ____________________________________________________________________________
32028 [ 19185] By: jhi                                   on 2003/04/10  19:06:02
32029         Log: Noted by Nat: -0 didn't work that well with Unicode.
32030      Branch: perl
32031            ! perl.c pod/perlrun.pod
32032 ____________________________________________________________________________
32033 [ 19184] By: jhi                                   on 2003/04/10  17:26:43
32034         Log: Add an option for the grok_xxx() to silently ignore bad digits.
32035      Branch: perl
32036            ! numeric.c perl.h
32037 ____________________________________________________________________________
32038 [ 19183] By: jhi                                   on 2003/04/10  10:56:25
32039         Log: The test doesn't work that well when -Uusedl.
32040              Some of the tests could be salvaged even then I guess.
32041      Branch: perl
32042            ! lib/ExtUtils/t/Constant.t
32043 ____________________________________________________________________________
32044 [ 19182] By: jhi                                   on 2003/04/10  09:40:24
32045         Log: A temporary debugging aid for Tru64 threaded builds.
32046      Branch: perl
32047            ! ext/B/t/deparse.t
32048 ____________________________________________________________________________
32049 [ 19181] By: jhi                                   on 2003/04/10  08:02:10
32050         Log: Unless Inuits are involved...
32051      Branch: perl
32052            ! pod/perlrun.pod
32053 ____________________________________________________________________________
32054 [ 19180] By: jhi                                   on 2003/04/10  07:02:44
32055         Log: With AFS the cwds have little chance of agreeing.
32056      Branch: perl
32057            ! ext/Cwd/t/cwd.t
32058 ____________________________________________________________________________
32059 [ 19179] By: jhi                                   on 2003/04/10  06:46:50
32060         Log: I assume the idea was to use the *cwd variables for testing.
32061      Branch: perl
32062            ! ext/Cwd/t/cwd.t
32063 ____________________________________________________________________________
32064 [ 19177] By: jhi                                   on 2003/04/10  04:34:48
32065         Log: perlport information about portably embedding string data.
32066      Branch: perl
32067            ! pod/perlport.pod
32068 ____________________________________________________________________________
32069 [ 19176] By: jhi                                   on 2003/04/10  04:18:45
32070         Log: Also locale names can contain illegal UTF-8.
32071      Branch: perl
32072            ! lib/locale.t
32073 ____________________________________________________________________________
32074 [ 19175] By: jhi                                   on 2003/04/10  04:03:48
32075         Log: In case someone is using UTF-8 locales.
32076      Branch: perl
32077            ! lib/ExtUtils/MM_MacOS.pm
32078 ____________________________________________________________________________
32079 [ 19174] By: merijn                                on 2003/04/09  14:33:12
32080         Log: Even more promotion for -lc128 (long doubles on AIX)
32081              More obvious detection of C compiler
32082              cc_type should not promote to config.sh
32083
32084              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32085              Date: Wed, 09 Apr 2003 14:31:48 +0200
32086              Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
32087      Branch: perl
32088            ! hints/aix.sh
32089 ____________________________________________________________________________
32090 [ 19173] By: jhi                                   on 2003/04/09  12:39:35
32091         Log: open(my $fh, ">&", STDOUT) should not warn under strict.
32092      Branch: perl
32093            ! op.c t/io/open.t
32094 ____________________________________________________________________________
32095 [ 19172] By: jhi                                   on 2003/04/09  10:40:31
32096         Log: Try to be more descriptive than just __ANONIO__ which is what
32097              you get when you autovivify filehandles into array/hash elements.
32098      Branch: perl
32099            ! doio.c op.c t/io/open.t
32100 ____________________________________________________________________________
32101 [ 19171] By: rgs                                   on 2003/04/08  20:44:20
32102         Log: Implement support for --help and --version in Getopt::Std
32103              Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
32104              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
32105              Date: Mon, 7 Apr 2003 17:07:15 -0700
32106              Message-ID: <20030408000714.GA953@math.berkeley.edu>
32107      Branch: perl
32108            ! lib/Getopt/Std.pm
32109 ____________________________________________________________________________
32110 [ 19170] By: rgs                                   on 2003/04/08  19:47:05
32111         Log: Subject: [PATCH] Re: Error: Unknown error
32112              From: Enache Adrian <enache@rdslink.ro>
32113              Date: Tue, 8 Apr 2003 07:12:13 +0300
32114              Message-ID: <20030408041213.GA13553@ratsnest.hole>
32115      Branch: perl
32116            ! lib/fields.t lib/strict.t op.c t/lib/strict/subs
32117 ____________________________________________________________________________
32118 [ 19169] By: rgs                                   on 2003/04/08  19:19:34
32119         Log: Subject: [PATCH] (vaguely connected with) [perl #21875] Hash ref transformed as a list
32120              From: Dave Mitchell <davem@fdgroup.com>
32121              Date: Mon, 7 Apr 2003 21:43:17 +0100
32122              Message-ID: <20030407204317.GA8796@fdgroup.com>
32123
32124              The new XTERMORDORDOR lexer expectation must also be named
32125              in debugging perls, to be used in the output of -DT.
32126      Branch: perl
32127            ! perl.h toke.c
32128 ____________________________________________________________________________
32129 [ 19168] By: rgs                                   on 2003/04/08  19:05:22
32130         Log: Document that perl recognizes 2>&1 on the command-line on VMS.
32131      Branch: perl
32132            ! vms/perlvms.pod
32133 ____________________________________________________________________________
32134 [ 19167] By: rgs                                   on 2003/04/08  18:47:18
32135         Log: Typos fixes by Stas Bekman.
32136      Branch: perl
32137            ! cv.h lib/attributes.pm sv.h
32138 ____________________________________________________________________________
32139 [ 19166] By: rgs                                   on 2003/04/08  18:43:22
32140         Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1`  these days?
32141              From: Robin Barker <Robin.Barker@npl.co.uk>
32142              Date: Tue, 8 Apr 2003 14:23:04 +0100
32143              Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
32144      Branch: perl
32145            ! pod/perlpod.pod
32146 ____________________________________________________________________________
32147 [ 19164] By: jhi                                   on 2003/04/08  04:42:05
32148         Log: Few more words about safe/unsafe signals.
32149      Branch: perl
32150            ! pod/perlipc.pod pod/perlrun.pod pod/perlvar.pod
32151 ____________________________________________________________________________
32152 [ 19163] By: jhi                                   on 2003/04/07  19:25:39
32153         Log: The SvGROW() might move the PV.
32154      Branch: perl
32155            ! pp.c
32156 ____________________________________________________________________________
32157 [ 19162] By: jhi                                   on 2003/04/07  18:23:29
32158         Log: Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
32159              From: Michael G Schwern <schwern@pobox.com>
32160              Date: Mon, 7 Apr 2003 02:09:17 -0700
32161              Message-ID: <20030407090917.GA9221@windhund.schwern.org>
32162      Branch: perl
32163            + lib/ExtUtils/t/MM_Any.t
32164            ! MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Command/MM.pm
32165            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
32166            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
32167            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
32168            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
32169            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
32170            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_UWIN.pm
32171            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
32172            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
32173            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
32174            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
32175            ! lib/ExtUtils/README lib/ExtUtils/TODO
32176            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/MM_Cygwin.t
32177            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
32178 ____________________________________________________________________________
32179 [ 19160] By: jhi                                   on 2003/04/07  04:17:38
32180         Log: Time::HiRes: Do not create files in blib directories under core
32181              (from Rafael)
32182      Branch: perl
32183            ! ext/Time/HiRes/Makefile.PL
32184 ____________________________________________________________________________
32185 [ 19159] By: jhi                                   on 2003/04/07  03:53:01
32186         Log: Future binary compat wishful thinking:
32187              maint will use the stashcache, but not the dbassertion.
32188      Branch: perl
32189            ! intrpvar.h
32190 ____________________________________________________________________________
32191 [ 19158] By: jhi                                   on 2003/04/07  03:41:17
32192         Log: More WinCE tweaking for Vadim Konovalov.
32193      Branch: perl
32194            ! wince/Makefile.ce wince/compile-all.bat wince/compile.bat
32195            ! wince/makedist.pl
32196 ____________________________________________________________________________
32197 [ 19157] By: rgs                                   on 2003/04/06  20:53:29
32198         Log: Subject: CvFILE for constant subs
32199              From: Stephen McCamant <smcc@mit.edu>
32200              Date: Sun, 6 Apr 2003 16:39:13 -0400
32201              Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
32202      Branch: perl
32203            ! op.c
32204 ____________________________________________________________________________
32205 [ 19156] By: rgs                                   on 2003/04/06  20:44:09
32206         Log: Subject: [PATCH] B::Deparse: sv_no != 0
32207              From: Stephen McCamant <smcc@mit.edu>
32208              Date: Sun, 6 Apr 2003 17:00:48 -0400
32209              Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
32210      Branch: perl
32211            ! ext/B/B/Deparse.pm
32212 ____________________________________________________________________________
32213 [ 19154] By: jhi                                   on 2003/04/06  19:46:35
32214         Log: An unconditional carp is not nice.
32215      Branch: perl
32216            ! ext/Sys/Syslog/Syslog.pm
32217 ____________________________________________________________________________
32218 [ 19153] By: rgs                                   on 2003/04/06  18:37:58
32219         Log: Subject: [DOC PATCH] README.solaris and -Dcc=gcc
32220              From: Robert Spier <rspier@pobox.com>
32221              Date: Sat, 05 Apr 2003 21:12:20 -0800
32222              Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
32223      Branch: perl
32224            ! README.solaris
32225 ____________________________________________________________________________
32226 [ 19152] By: rgs                                   on 2003/04/06  18:24:38
32227         Log: Remove unportable ">|" shell syntax
32228              Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
32229              From: Enache Adrian <enache@rdslink.ro>
32230              Date: Sun, 6 Apr 2003 21:13:27 +0300
32231              Message-ID: <20030406181326.GA873@ratsnest.hole>
32232      Branch: perl
32233            ! Makefile.SH
32234 ____________________________________________________________________________
32235 [ 19151] By: jhi                                   on 2003/04/06  18:14:44
32236         Log: Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
32237              From: Joost van Baal <J.E.vanBaal@uvt.nl>
32238              Date: Mon, 25 Nov 2002 17:35:37 +0100
32239              Message-ID: <20021125163537.GC4745@banach.uvt.nl>
32240
32241              (The .pm patch modified a bit, and removed the false
32242              claim that _PATH_INFO would be coming from syslog.ph)
32243      Branch: perl
32244            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
32245            ! ext/Sys/Syslog/syslog.t
32246 ____________________________________________________________________________
32247 [ 19150] By: rgs                                   on 2003/04/05  21:10:00
32248         Log: Subject: LD_PRELOAD hack, still badly flawed / a solution
32249              From: Enache Adrian <enache@rdslink.ro>
32250              Date: Thu, 3 Apr 2003 15:50:48 +0300
32251              Message-ID: <20030403125048.GA6107@ratsnest.hole>
32252
32253              On linux, when building a shared library, generate
32254              a small shell wrapper, "preload", that preloads libperl.so
32255              only if it exists. Useful when the 'make' process stops
32256              before the link phase.
32257      Branch: perl
32258            ! Makefile.SH
32259 ____________________________________________________________________________
32260 [ 19149] By: jhi                                   on 2003/04/05  20:44:25
32261         Log: Upgrade to Locale::Maketext 1.04.
32262      Branch: perl
32263            + lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
32264            + lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
32265            - lib/Locale/Maketext/test.pl
32266            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
32267            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
32268 ____________________________________________________________________________
32269 [ 19148] By: jhi                                   on 2003/04/05  20:38:30
32270         Log: perluniintro.pod: nice_string() doesn't escape
32271              literal escape chars -- use Sadahiro-san's fix(es).
32272      Branch: perl
32273            ! pod/perluniintro.pod
32274 ____________________________________________________________________________
32275 [ 19147] By: rgs                                   on 2003/04/05  19:12:30
32276         Log: Subject: [PATCH 5.8.1 @19053] Embedding
32277              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
32278              Date: Mon, 31 Mar 2003 12:39:24 -0800
32279              Message-ID: <20030331203924.GA3602@math.berkeley.edu>
32280
32281              Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
32282              to be used in a C program's main function.
32283      Branch: perl
32284            ! lib/ExtUtils/t/Embed.t pod/perlembed.pod
32285 ____________________________________________________________________________
32286 [ 19146] By: jhi                                   on 2003/04/05  19:08:37
32287         Log: Heredocs and use encoding didn't work for SJIS;
32288              patch from Inaba Hiroto.
32289      Branch: perl
32290            ! toke.c
32291 ____________________________________________________________________________
32292 [ 19145] By: rgs                                   on 2003/04/05  11:45:36
32293         Log: The manpages don't have to be built by MakeMaker for the
32294              core modules in ext/. Disable this in Devel::PPPort (not
32295              up-to-date on CPAN), Unicode::Normalize (the CPAN version
32296              uses a different Makefile.PL anyway) and XS::APItest
32297              (not CPANized.)
32298      Branch: perl
32299            ! ext/Devel/PPPort/Makefile.PL ext/Unicode/Normalize/Makefile.PL
32300            ! ext/XS/APItest/Makefile.PL
32301 ____________________________________________________________________________
32302 [ 19144] By: rgs                                   on 2003/04/05  11:28:22
32303         Log: Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
32304              by SADAHIRO Tomoyuki.
32305      Branch: perl
32306            ! ext/Unicode/Normalize/Changes
32307            ! ext/Unicode/Normalize/Normalize.pm
32308            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
32309            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
32310            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
32311            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
32312            ! lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
32313 ____________________________________________________________________________
32314 [ 19143] By: merijn                                on 2003/04/03  08:55:33
32315         Log: Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
32316              From: "Craig A. Berry" <craigberry@mac.com>
32317              Date: Wed, 02 Apr 2003 18:09:03 -0600
32318              Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
32319      Branch: perl
32320            ! vms/vms.c vms/vmsish.h
32321 ____________________________________________________________________________
32322 [ 19142] By: merijn                                on 2003/04/03  08:50:55
32323         Log: Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
32324              From: andreas.koenig@anima.de (Andreas J. Koenig)
32325              Date: Thu, 03 Apr 2003 08:28:52 +0200
32326              Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
32327      Branch: perl
32328            ! lib/Pod/t/Functions.t
32329 ____________________________________________________________________________
32330 [ 19141] By: jhi                                   on 2003/04/03  05:00:36
32331         Log: Don't recurse from threads to threads/shared (since
32332              threads/shared is built separately, temp solution from
32333              Schwern while MM is being fixed.)
32334      Branch: perl
32335            ! ext/threads/Makefile.PL
32336 ____________________________________________________________________________
32337 [ 19140] By: rgs                                   on 2003/04/02  20:41:46
32338         Log: Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
32339              From: Steve Hay <steve.hay@uk.radan.com>
32340              Date: Thu, 20 Mar 2003 11:55:01 +0000
32341              Message-ID: <3E79AC15.80307@uk.radan.com>
32342      Branch: perl
32343            ! installhtml lib/Pod/Functions.pm pod/perlfunc.pod pod/splitpod
32344 ____________________________________________________________________________
32345 [ 19139] By: jhi                                   on 2003/04/02  19:44:07
32346         Log: Make perldiag agree with #19138.
32347      Branch: perl
32348            ! pod/perldiag.pod
32349 ____________________________________________________________________________
32350 [ 19138] By: jhi                                   on 2003/04/02  19:37:59
32351         Log: Make at least the thread count make sense.
32352      Branch: perl
32353            ! ext/threads/threads.xs
32354 ____________________________________________________________________________
32355 [ 19137] By: rgs                                   on 2003/04/02  19:24:47
32356         Log: Adjust test for the recent change (#19136) to Pod::Html
32357      Branch: perl
32358            ! lib/Pod/t/htmlview.t
32359 ____________________________________________________________________________
32360 [ 19136] By: rgs                                   on 2003/04/02  18:46:31
32361         Log: Fixes for "installhtml --splithead", based on :
32362              Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
32363              From: Steve Hay <steve.hay@uk.radan.com>
32364              Date: Wed, 02 Apr 2003 11:33:41 +0100
32365              Message-ID: <3E8ABC85.5060807@uk.radan.com>
32366
32367              This also includes a small patch to Pod::Html : when generating
32368              anchor names, play on the safe side and turn every non-alphanumeric
32369              character into an '_'. Moreover, Pod::Html::anchorify() is now
32370              optionally exported.
32371      Branch: perl
32372            ! installhtml lib/Pod/Html.pm
32373 ____________________________________________________________________________
32374 [ 19135] By: rgs                                   on 2003/04/02  18:42:50
32375         Log: Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
32376              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32377              Date: Tue, 01 Apr 2003 16:32:46 -0800
32378              Message-ID: <u+ii+gzkgqkV092yn@efn.org>
32379      Branch: perl
32380            ! pp.c t/op/split.t
32381 ____________________________________________________________________________
32382 [ 19134] By: sky                                   on 2003/04/02  18:01:40
32383         Log: Fix some small nits, thanks to Rafael.
32384      Branch: perl
32385            ! pp_hot.c
32386 ____________________________________________________________________________
32387 [ 19133] By: sky                                   on 2003/04/02  13:41:14
32388         Log: Add packname->stash cache before the check if a packname is a
32389              filehandle or a package, it works because only packnames
32390              that have been resolved to stashes are added to the cache,
32391              and when a newIO is created we clean the cache.
32392              Results in roughly 1.8 speed increase for class->method()
32393              calls.
32394      Branch: perl
32395            ! embedvar.h gv.c hv.c intrpvar.h perl.c perlapi.h pp_hot.c sv.c
32396 ____________________________________________________________________________
32397 [ 19132] By: merijn                                on 2003/04/02  11:28:02
32398         Log: #19122 should have been tested on non-glibc system (like AIX)
32399      Branch: perl
32400            ! pp.c
32401 ____________________________________________________________________________
32402 [ 19131] By: jhi                                   on 2003/04/02  05:25:19
32403         Log: Spread IlyaZ's PERL_CORE detection trick.
32404      Branch: perl
32405            ! ext/Encode/Makefile.PL
32406 ____________________________________________________________________________
32407 [ 19130] By: jhi                                   on 2003/04/02  04:42:40
32408         Log: Cannot portably compare files if one of them is still open
32409              (from Craig Berry).
32410      Branch: perl
32411            ! ext/Encode/t/enc_module.t
32412 ____________________________________________________________________________
32413 [ 19129] By: jhi                                   on 2003/04/02  04:30:45
32414         Log: MM_VMS tweak from Craig Berry:
32415              http://nntp.x.perl.org/group/perl.makemaker/1002
32416      Branch: perl
32417            ! lib/ExtUtils/MM_VMS.pm
32418 ____________________________________________________________________________
32419 [ 19128] By: rgs                                   on 2003/04/01  21:30:12
32420         Log: Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
32421              From: Steve Hay <steve.hay@uk.radan.com>
32422              Date: Thu, 20 Mar 2003 12:34:15 +0000
32423              Message-ID: <3E79B547.6030201@uk.radan.com>
32424              (with a few minor tweaks)
32425      Branch: perl
32426            ! installhtml
32427 ____________________________________________________________________________
32428 [ 19127] By: rgs                                   on 2003/04/01  19:01:20
32429         Log: Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
32430              From: Enache Adrian <enache@rdslink.ro>
32431              Date: Sat, 29 Mar 2003 19:45:41 +0200
32432              Message-ID: <20030329174541.GA8138@ratsnest.hole>
32433      Branch: perl
32434            ! ext/B/B/Deparse.pm
32435 ____________________________________________________________________________
32436 [ 19126] By: rgs                                   on 2003/04/01  18:39:43
32437         Log: Fix bug #21742. require should be always invoked in
32438              scalar context. This wasn't the case when called from
32439              an eval(""), because the void context doesn't propagate
32440              through the leaveeval op. Instead of making scalarvoid()
32441              handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
32442              a workaround in doeval().
32443      Branch: perl
32444            ! pp_ctl.c t/comp/require.t
32445 ____________________________________________________________________________
32446 [ 19124] By: jhi                                   on 2003/04/01  16:52:28
32447         Log: Subject: [patch] fix HiRes.t failures on Stratus VOS
32448              From: "Green, Paul" <Paul.Green@stratus.com>
32449              Date: Tue, 1 Apr 2003 12:37:38 -0500
32450              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
32451      Branch: perl
32452            ! hints/vos.sh
32453 ____________________________________________________________________________
32454 [ 19122] By: jhi                                   on 2003/04/01  16:36:52
32455         Log: Integrate:
32456              [ 19119]
32457              Address "5.8.1@19053: crypt_r() takes 128K per thread".
32458      Branch: perl
32459           !> pp.c reentr.c reentr.h reentr.pl
32460 ____________________________________________________________________________
32461 [ 19121] By: jhi                                   on 2003/04/01  16:36:02
32462         Log: Integrate:
32463              [ 19109]
32464              Subject: [PATCH 5.8.1 @19053] Time::HiRes
32465              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
32466              Date: Mon, 31 Mar 2003 12:53:01 -0800
32467              Message-ID: <20030331205301.GA3687@math.berkeley.edu>
32468
32469              [ 19111]
32470              A cleaner way to detect PERL_CORE, from IlyaZ.
32471      Branch: perl
32472           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/Makefile.PL
32473 ____________________________________________________________________________
32474 [ 19120] By: jhi                                   on 2003/04/01  16:32:03
32475         Log: Integrate:
32476              [ 19106]
32477              Subject: [PATCH 5.8.1 @19053] OS/2-related patches
32478              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
32479              Date: Mon, 31 Mar 2003 12:43:37 -0800
32480              Message-ID: <20030331204337.GA3634@math.berkeley.edu>
32481
32482              and regen Configure.
32483      Branch: perl
32484            ! Configure config_h.SH embedvar.h
32485           !> Makefile.SH embed.fnc embed.h embed.pl ext/threads/threads.xs
32486           !> intrpvar.h makedef.pl os2/Makefile.SHs os2/OS2/ExtAttr/Changes
32487           !> os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
32488           !> os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
32489           !> os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2.c os2/os2ish.h
32490           !> os2/os2thread.h perlapi.h perlio.c perlvars.h reentr.c
32491           !> reentr.h reentr.pl sv.c
32492 ____________________________________________________________________________
32493 [ 19118] By: jhi                                   on 2003/04/01  16:17:04
32494         Log: Document the _exit() issue with threads in Linux [perl #17057].
32495      Branch: perl
32496            ! ext/POSIX/POSIX.pod
32497 ____________________________________________________________________________
32498 [ 19117] By: jhi                                   on 2003/04/01  16:07:59
32499         Log: Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
32500              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32501              Date: Tue, 1 Apr 2003 11:02:35 +0200
32502              Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
32503      Branch: perl
32504            ! t/op/getpid.t
32505 ____________________________________________________________________________
32506 [ 19116] By: jhi                                   on 2003/04/01  16:06:12
32507         Log: Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
32508              From: Michael G Schwern <schwern@pobox.com>
32509              Date: Mon, 31 Mar 2003 15:16:57 -0800
32510              Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
32511      Branch: perl
32512            ! ext/SDBM_File/sdbm/Makefile.PL
32513 ____________________________________________________________________________
32514 [ 19115] By: jhi                                   on 2003/04/01  15:58:45
32515         Log: Subject: [PATCH] overdue perlhack.pod corrections for RT
32516              From: Richard.Foley@ubsw.com
32517              Date: Mon, 31 Mar 2003 16:27:14 +0200
32518              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
32519      Branch: perl
32520            ! pod/perlhack.pod
32521 ____________________________________________________________________________
32522 [ 19114] By: jhi                                   on 2003/04/01  15:56:27
32523         Log: Subject: [PATCH] Text::Abbrev warnings safe
32524              From: Peter Scott <Peter@PSDT.com>
32525              Date: Fri, 28 Mar 2003 16:34:47 -0800
32526              Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
32527      Branch: perl
32528            ! lib/Text/Abbrev.pm lib/Text/Abbrev.t
32529 ____________________________________________________________________________
32530 [ 19113] By: merijn                                on 2003/04/01  14:12:33
32531         Log: Implemented AIX longdouble support in hints/aix.sh, which now
32532              actually work.  Thanks to John L. Allen for the hint.
32533
32534              Subject: Re: AIX longdoubles
32535              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32536              Date: Tue, 01 Apr 2003 17:18:57 +0200
32537              Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
32538      Branch: perl
32539            ! hints/aix.sh
32540 ____________________________________________________________________________
32541 [ 19104] By: jhi                                   on 2003/03/31  10:51:36
32542         Log: Tabify; strictly speaking unnecessary but anyway...
32543      Branch: perl
32544            ! MANIFEST
32545 ____________________________________________________________________________
32546 [ 19102] By: jhi                                   on 2003/03/31  10:36:48
32547         Log: Upgrade to Test::Harness 2.27_02.
32548      Branch: perl
32549            + t/lib/sample-tests/no_output t/lib/sample-tests/segfault
32550            + t/lib/sample-tests/too_many
32551            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
32552            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
32553            ! lib/Test/Harness/t/strap.t lib/Test/Harness/t/test-harness.t
32554 ____________________________________________________________________________
32555 [ 19101] By: jhi                                   on 2003/03/31  10:07:35
32556         Log: Upgrade to podlators 1.26.
32557      Branch: perl
32558            ! lib/Pod/Man.pm
32559 ____________________________________________________________________________
32560 [ 19100] By: jhi                                   on 2003/03/31  10:03:50
32561         Log: Upgrade to Encode 1.92.
32562      Branch: perl
32563            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
32564            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Guess.pm
32565            ! ext/Encode/t/CJKT.t ext/Encode/t/enc_module.t
32566            ! ext/Encode/ucm/big5-eten.ucm ext/Encode/ucm/big5-hkscs.ucm
32567            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
32568            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
32569 ____________________________________________________________________________
32570 [ 19099] By: jhi                                   on 2003/03/31  09:54:52
32571         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
32572              From: Michael G Schwern <schwern@pobox.com>
32573              Date: Mon, 31 Mar 2003 02:42:58 -0800
32574              Message-ID: <20030331104257.GB15327@windhund.schwern.org>
32575      Branch: perl
32576            + lib/ExtUtils/MakeMaker/FAQ.pod
32577            + lib/ExtUtils/MakeMaker/Tutorial.pod
32578            + lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
32579            + lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
32580            + lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
32581            + lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
32582            + lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
32583            + t/lib/TieIn.pm
32584            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
32585            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
32586            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
32587            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Any.pm
32588            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
32589            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
32590            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
32591            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
32592            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
32593            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
32594            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t
32595            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
32596            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/MM_BeOS.t
32597            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_NW5.t
32598            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
32599            ! lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/MM_Win32.t
32600            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
32601            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/prefixify.t
32602 ____________________________________________________________________________
32603 [ 19098] By: jhi                                   on 2003/03/31  09:36:11
32604         Log: Subject: [PATCH dump.c] stray n_a
32605              From: Michael G Schwern <schwern@pobox.com>
32606              Date: Mon, 31 Mar 2003 00:55:49 -0800
32607              Message-ID: <20030331085549.GB1300@windhund.schwern.org>
32608      Branch: perl
32609            ! dump.c
32610 ____________________________________________________________________________
32611 [ 19097] By: jhi                                   on 2003/03/31  05:00:07
32612         Log: Some low-hanging fruit for EBCDIC portability
32613              (or for marking as EBCDIC todos)
32614      Branch: perl
32615            ! ext/List/Util/t/isvstring.t lib/utf8.t t/run/switchC.t
32616            ! t/uni/write.t
32617 ____________________________________________________________________________
32618 [ 19094] By: jhi                                   on 2003/03/30  15:54:35
32619         Log: Upgrade to Time::HiRes 1.44.
32620      Branch: perl
32621            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
32622 ____________________________________________________________________________
32623 [ 19092] By: jhi                                   on 2003/03/30  15:09:02
32624         Log: IRIX 5.3 update.
32625      Branch: perl
32626            ! README.irix
32627 ____________________________________________________________________________
32628 [ 19091] By: jhi                                   on 2003/03/30  10:26:32
32629         Log: Not all compilers like #ifdefs within cpp macros
32630              (follow-up on #19086)
32631      Branch: perl
32632            ! pp_sys.c
32633 ____________________________________________________________________________
32634 [ 19090] By: jhi                                   on 2003/03/30  09:50:33
32635         Log: Ending strings is customary (typo from #19084).
32636      Branch: perl
32637            ! ext/Socket/Socket.t
32638 ____________________________________________________________________________
32639 [ 19089] By: jhi                                   on 2003/03/30  09:24:08
32640         Log: Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
32641      Branch: perl
32642            ! MANIFEST
32643 ____________________________________________________________________________
32644 [ 19088] By: jhi                                   on 2003/03/30  09:09:42
32645         Log: Another victim of IRIX 5.3's inability to resolve 'localhost'
32646              as the test expects.
32647      Branch: perl
32648            ! lib/Net/hostent.t
32649 ____________________________________________________________________________
32650 [ 19087] By: jhi                                   on 2003/03/30  09:08:07
32651         Log: In IRIX 5.3 turn off some of the warnings that cannot
32652              really be helped (e.g. warnings coming from system headers,
32653              or linker warnings during Configure).
32654      Branch: perl
32655            ! hints/irix_5.sh
32656 ____________________________________________________________________________
32657 [ 19086] By: jhi                                   on 2003/03/30  08:59:24
32658         Log: In IRIX 5.3 the cc is awfully confused about the prototype
32659              of select().
32660      Branch: perl
32661            ! hints/irix_5.sh pp_sys.c
32662 ____________________________________________________________________________
32663 [ 19085] By: jhi                                   on 2003/03/30  08:43:53
32664         Log: In IRIX 5.3 being too POSIXly hides the struct timespec.
32665      Branch: perl
32666            + ext/Time/HiRes/hints/irix.pl
32667            ! MANIFEST
32668 ____________________________________________________________________________
32669 [ 19084] By: jhi                                   on 2003/03/30  08:31:53
32670         Log: gethostbyname('localhost') is not that portable.
32671              inet_aton('localhost') in IRIX 5.3 returned an undef,
32672              which in turn made pack_sockaddr_in to barf on zero
32673              length in_addr.
32674      Branch: perl
32675            ! ext/Socket/Socket.t pod/perlfunc.pod pod/perlport.pod
32676 ____________________________________________________________________________
32677 [ 19083] By: jhi                                   on 2003/03/30  07:49:46
32678         Log: Subject: [PATCH] COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
32679              From: Nicholas Clark <nick@unfortu.net>
32680              Date: Sun, 30 Mar 2003 00:35:48 +0000
32681              Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net>
32682      Branch: perl
32683            ! sv.c
32684 ____________________________________________________________________________
32685 [ 19082] By: jhi                                   on 2003/03/29  21:18:32
32686         Log: IRIX 5.3 can have PF_LINK defined to be AF_LINK but
32687              not defined AF_LINK.
32688      Branch: perl
32689            ! ext/Socket/Socket.xs
32690 ____________________________________________________________________________
32691 [ 19081] By: jhi                                   on 2003/03/29  20:41:56
32692         Log: Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
32693              From: Nicholas Clark <nick@unfortu.net>
32694              Date: Sat, 29 Mar 2003 18:58:09 +0000
32695              Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
32696      Branch: perl
32697            ! dump.c
32698 ____________________________________________________________________________
32699 [ 19080] By: rgs                                   on 2003/03/29  20:39:34
32700         Log: Minor rephrasing in perlopentut,
32701              noticed by Bob Wilkinson (RT [perl #21725])
32702      Branch: perl
32703            ! pod/perlopentut.pod
32704 ____________________________________________________________________________
32705 [ 19079] By: rgs                                   on 2003/03/29  20:21:11
32706         Log: Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
32707              From: Nicholas Clark <nick@unfortu.net>
32708              Date: Thu, 27 Mar 2003 22:37:35 +0000
32709              Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
32710      Branch: perl
32711            ! pod/perlapi.pod sv.h
32712 ____________________________________________________________________________
32713 [ 19078] By: jhi                                   on 2003/03/29  07:23:00
32714         Log: It seems that in Tru64 V5 gcc cannot be used to
32715              compile a threaded Perl because <pthread.h> explicitly
32716              checks for supported compilers (gcc not being one of them).
32717              This is not so bad since the system C compiler is always there.
32718      Branch: perl
32719            ! README.tru64 hints/dec_osf.sh
32720 ____________________________________________________________________________
32721 [ 19077] By: jhi                                   on 2003/03/28  06:03:16
32722         Log: Feeding illegal QP (like \x80) to this
32723              ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
32724              caused a coredump in av_length() <- nextargv() because
32725              the av was NULL.  I don't know that returning Nullfp is
32726              the best thing to do, but it dodges the segfault and
32727              introduces no test failures.
32728      Branch: perl
32729            ! doio.c
32730 ____________________________________________________________________________
32731 [ 19074] By: jhi                                   on 2003/03/27  18:17:20
32732         Log: Missing final \n.
32733      Branch: perl
32734            ! lib/Attribute/Handlers/Changes
32735 ____________________________________________________________________________
32736 [ 19072] By: rgs                                   on 2003/03/26  22:30:09
32737         Log: Subject: [perl #21672] IO::New and undefined filename behaviour
32738              From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
32739              Date: 24 Mar 2003 16:29:08 -0000
32740              Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
32741              plus a regression test
32742      Branch: perl
32743            ! ext/IO/lib/IO/File.pm lib/FileHandle.t
32744 ____________________________________________________________________________
32745 [ 19071] By: rgs                                   on 2003/03/26  22:08:16
32746         Log: Better version of change #19069
32747              Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
32748              From: Nicholas Clark <nick@unfortu.net>
32749              Date: Wed, 26 Mar 2003 23:01:46 +0000
32750              Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
32751      Branch: perl
32752            ! pp_hot.c sv.c t/op/readline.t
32753 ____________________________________________________________________________
32754 [ 19070] By: rgs                                   on 2003/03/26  21:31:55
32755         Log: Subject: [patch] for Stratus VOS
32756              From: "Green, Paul" <Paul.Green@stratus.com>
32757              Date: Wed, 26 Mar 2003 17:24:38 -0500
32758              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
32759              (plus a small tweak to the test script)
32760      Branch: perl
32761            ! README.vos t/op/pack.t
32762 ____________________________________________________________________________
32763 [ 19069] By: rgs                                   on 2003/03/26  21:14:33
32764         Log: Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
32765              From: Nicholas Clark <nick@unfortu.net>
32766              Date: Tue, 25 Mar 2003 22:59:17 +0000
32767              Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
32768      Branch: perl
32769            ! sv.c t/op/readline.t
32770 ____________________________________________________________________________
32771 [ 19068] By: rgs                                   on 2003/03/26  20:53:18
32772         Log: Win32 counterpart of change #19065
32773      Branch: perl
32774            ! win32/Makefile win32/makefile.mk
32775 ____________________________________________________________________________
32776 [ 19067] By: rgs                                   on 2003/03/26  20:34:32
32777         Log: VMS counterpart of change #19065
32778      Branch: perl
32779            ! vms/descrip_mms.template
32780 ____________________________________________________________________________
32781 [ 19066] By: jhi                                   on 2003/03/26  20:05:40
32782         Log: Upgrade to Term::ANSIColor 1.07.
32783      Branch: perl
32784            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
32785            ! lib/Term/ANSIColor/README
32786 ____________________________________________________________________________
32787 [ 19065] By: rgs                                   on 2003/03/26  19:55:20
32788         Log: Add a file utils/cpan.PL to generate the "cpan" utility,
32789              also separately maintained on CPAN, and now moved as
32790              lib/CPAN/bin/cpan. Tweak installperl to avoid installing
32791              this last file.
32792      Branch: perl
32793            + utils/cpan.PL
32794           +> lib/CPAN/bin/cpan
32795            - utils/cpan
32796            ! MANIFEST installperl utils/Makefile
32797 ____________________________________________________________________________
32798 [ 19064] By: jhi                                   on 2003/03/26  19:48:32
32799         Log: Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
32800              From: Dave Mitchell <davem@fdgroup.com>
32801              Date: Thu, 20 Mar 2003 01:26:19 +0000
32802              Message-ID: <20030320012619.C19869@fdgroup.com>
32803
32804              Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
32805              From: Dave Mitchell <davem@fdgroup.com>
32806              Date: Mon, 24 Mar 2003 16:06:51 +0000
32807              Message-ID: <20030324160651.D1798@fdgroup.com>
32808      Branch: perl
32809            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
32810 ____________________________________________________________________________
32811 [ 19063] By: jhi                                   on 2003/03/26  19:33:09
32812         Log: Subject: [perl #21648] Doc typo in Net::servent
32813              From: Andy Lester (via RT) <perlbug-followup@perl.org>
32814              Date: 22 Mar 2003 05:02:31 -0000
32815              Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
32816      Branch: perl
32817            ! lib/Net/servent.pm
32818 ____________________________________________________________________________
32819 [ 19062] By: jhi                                   on 2003/03/26  19:29:39
32820         Log: Subject: [PATCH README.qnx] for QNX 6.2
32821              From: Norton Allen <allen@huarp.harvard.edu>
32822              Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
32823              Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
32824      Branch: perl
32825            ! README.qnx
32826 ____________________________________________________________________________
32827 [ 19060] By: merijn                                on 2003/03/26  13:13:23
32828         Log: Subject: [PATCH] lib/vmsish.t GMT bug fix
32829              From: "Craig A. Berry" <craigberry@mac.com>
32830              Date: Tue, 25 Mar 2003 22:52:58 -0600
32831              Message-ID: <3E81322A.3040508@mac.com>
32832      Branch: perl
32833            ! lib/vmsish.t
32834 ____________________________________________________________________________
32835 [ 19059] By: rgs                                   on 2003/03/24  21:43:03
32836         Log: Change 19056 wasn't good enough.
32837              ldlibpth should be changed later, to avoid spaces to be quoted.
32838      Branch: perl
32839            ! Makefile.SH
32840 ____________________________________________________________________________
32841 [ 19058] By: rgs                                   on 2003/03/24  21:37:59
32842         Log: Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
32843              From: Michael G Schwern <schwern@pobox.com>
32844              Date: Mon, 24 Mar 2003 00:50:39 -0800
32845              Message-ID: <20030324085039.GA19981@windhund.schwern.org>
32846      Branch: perl
32847            ! pod/perlhist.pod
32848 ____________________________________________________________________________
32849 [ 19057] By: rgs                                   on 2003/03/24  21:33:43
32850         Log: Typo, spotted by Doru Petrescu
32851              Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
32852      Branch: perl
32853            ! ext/Data/Dumper/Dumper.pm
32854 ____________________________________________________________________________
32855 [ 19056] By: rgs                                   on 2003/03/24  21:05:48
32856         Log: Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
32857              From: Enache Adrian <enache@rdslink.ro>
32858              Date: Mon, 24 Mar 2003 23:56:25 +0200
32859              Message-ID: <20030324215625.GB853@ratsnest.hole>
32860      Branch: perl
32861            ! Makefile.SH
32862 ____________________________________________________________________________
32863 [ 19055] By: merijn                                on 2003/03/24  07:05:39
32864         Log: Subject: no more 'make install && make test' with shared libperl.so on Linux
32865              From: Enache Adrian <enache@rdslink.ro>
32866              Date: Sat, 22 Mar 2003 22:49:49 +0200
32867              Message-ID: <20030322204949.GB794@ratsnest.hole>
32868
32869              This is a slightly more defensive patch than Chip's patch that
32870              fell through the cracks, but does the same
32871              Subject: Shared libperl.so and build issues
32872              From: Chip Turner <cturner@redhat.com>
32873              Date: Tue 31 Dec 2002 17:21
32874      Branch: perl
32875            ! Makefile.SH
32876 ____________________________________________________________________________
32877 [ 19054] By: merijn                                on 2003/03/24  06:54:23
32878         Log: Subject: [PATCH bleadperl] vms.c thread clean-up
32879              From: "Craig A. Berry" <craigberry@mac.com>
32880              Date: Sun, 23 Mar 2003 15:32:58 -0600
32881              Message-ID: <3E7E280A.5000304@mac.com>
32882      Branch: perl
32883            ! vms/vms.c
32884 ____________________________________________________________________________
32885 [ 19052] By: jhi                                   on 2003/03/24  04:28:13
32886         Log: For change #19051: a new .bat to CRLF.
32887      Branch: perl
32888            ! Porting/makerel
32889 ____________________________________________________________________________
32890 [ 19051] By: jhi                                   on 2003/03/24  04:27:55
32891         Log: WinCE update from Vadim Konovalov.
32892      Branch: perl
32893            + wince/compile-all.bat wince/makedist.pl
32894            - wince/include/sys/stat.h wince/xbuildall.ksh
32895            - wince/xdistclean.ksh wince/xmakediffs.ksh
32896            ! MANIFEST README.ce dosish.h wince/Makefile.ce
32897            ! wince/compile.bat wince/config.ce
32898 ____________________________________________________________________________
32899 [ 19050] By: jhi                                   on 2003/03/24  04:25:15
32900         Log: Oops (change #19013 missed changing the Perl version number).
32901      Branch: perl
32902            ! cygwin/perlld.in
32903 ____________________________________________________________________________
32904 [ 19047] By: jhi                                   on 2003/03/23  17:54:33
32905         Log: Integrate from maint-5.8:
32906              [ 19045]
32907              If no IVSIZE == 8, no need for modulo_1.
32908      Branch: perl
32909           !> pp.c
32910 ____________________________________________________________________________
32911 [ 19044] By: rgs                                   on 2003/03/21  21:09:15
32912         Log: Subject: [PATCH] p4genpatch
32913              From: andreas.koenig@anima.de (Andreas J. Koenig)
32914              Date: Sat, 15 Mar 2003 12:04:18 +0100
32915              Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
32916      Branch: perl
32917            ! Porting/p4genpatch
32918 ____________________________________________________________________________
32919 [ 19043] By: rgs                                   on 2003/03/21  20:43:55
32920         Log: Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
32921              From: Martien Verbruggen <mgjv@tradingpost.com.au>
32922              Date: Sat, 15 Mar 2003 12:31:47 +1100
32923              Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
32924      Branch: perl
32925            ! pod/perlsub.pod pod/perlsyn.pod
32926 ____________________________________________________________________________
32927 [ 19042] By: merijn                                on 2003/03/21  07:45:54
32928         Log: Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
32929              From: "Craig A. Berry" <craigberry@mac.com>
32930              Date: Thu, 20 Mar 2003 23:03:36 -0600
32931              Message-ID: <3E7A9D28.1040706@mac.com>
32932      Branch: perl
32933            ! configure.com vms/vms.c vms/vmsish.h
32934 ____________________________________________________________________________
32935 [ 19039] By: rgs                                   on 2003/03/20  22:40:38
32936         Log: Subject: Re: [patch] [perl #21628] rcatline issue
32937              From: Enache Adrian <enache@rdslink.ro>
32938              Date: Thu, 20 Mar 2003 22:39:06 +0200
32939              Message-ID: <20030320203906.GA31199@ratsnest.hole>
32940      Branch: perl
32941            ! MANIFEST pp_hot.c t/op/readline.t
32942 ____________________________________________________________________________
32943 [ 19038] By: rgs                                   on 2003/03/20  22:07:50
32944         Log: Subject: Re: Bytecode? Back into service.
32945              From: Enache Adrian <enache@rdslink.ro>
32946              Date: Thu, 20 Mar 2003 07:38:39 +0200
32947              Message-ID: <20030320053839.GA4044@ratsnest.hole>
32948      Branch: perl
32949            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
32950            ! ext/ByteLoader/byterun.h op.c
32951 ____________________________________________________________________________
32952 [ 19037] By: rgs                                   on 2003/03/20  20:16:43
32953         Log: Subject: [DOC-PATCH] for README.cygwin, bleadperl version
32954              From: "Gerrit P. Haase" <gp@familiehaase.de>
32955              Date: Thu, 20 Mar 2003 21:23:28 +0100
32956              Message-ID: <941032389637.20030320212328@familiehaase.de>
32957      Branch: perl
32958            ! README.cygwin
32959 ____________________________________________________________________________
32960 [ 19036] By: jhi                                   on 2003/03/20  05:23:15
32961         Log: Integrate:
32962              [ 19033]
32963              file test operators weren't doing the right thing if the SV
32964              passed to them wasn't NUL-terminated
32965
32966              [ 19034]
32967              ensure SVs returned by Win32::Get{Short,Full}PathName() are
32968              NUL-terminated
32969      Branch: perl
32970           !> doio.c win32/win32.c
32971 ____________________________________________________________________________
32972 [ 19028] By: jhi                                   on 2003/03/19  09:46:27
32973         Log: Better wording as requested by Rafael, and
32974              the module is BerkeleyDB, not BerkeleyFile.
32975      Branch: perl
32976            ! README.tru64
32977 ____________________________________________________________________________
32978 [ 19026] By: jhi                                   on 2003/03/19  09:11:43
32979         Log: Update the DB_File instructions in Tru64.
32980      Branch: perl
32981            ! README.tru64
32982 ____________________________________________________________________________
32983 [ 19025] By: rgs                                   on 2003/03/18  21:59:33
32984         Log: Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
32985              From: Dave Mitchell <davem@fdgroup.com>
32986              Date: Tue, 18 Mar 2003 21:55:05 +0000
32987              Message-ID: <20030318215505.A16787@fdgroup.com>
32988      Branch: perl
32989            ! pp_ctl.c t/op/goto.t
32990 ____________________________________________________________________________
32991 [ 19024] By: rgs                                   on 2003/03/18  21:24:27
32992         Log: Subject: [PATCH] VMS pod install tweaks
32993              From: "Craig A. Berry" <craigberry@mac.com>
32994              Date: Sat, 15 Mar 2003 16:06:07 -0600
32995              Message-ID: <3E73A3CF.3060502@mac.com>
32996      Branch: perl
32997            ! vms/descrip_mms.template
32998 ____________________________________________________________________________
32999 [ 19023] By: rgs                                   on 2003/03/18  21:22:03
33000         Log: Subject: [PATCH] poll() help for VMS
33001              From: "Craig A. Berry" <craigberry@mac.com>
33002              Date: Tue, 18 Mar 2003 01:10:10 -0600
33003              Message-ID: <3E76C652.30205@mac.com>
33004      Branch: perl
33005            ! configure.com ext/IO/poll.h
33006 ____________________________________________________________________________
33007 [ 19021] By: jhi                                   on 2003/03/18  06:56:26
33008         Log: The description of SIG_SIZE was off.
33009      Branch: perl
33010            ! Configure NetWare/config_H.wc Porting/Glossary
33011            ! Porting/config.sh Porting/config_H config_h.SH
33012            ! plan9/config.plan9 plan9/config_h.sample win32/config_H.bc
33013            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
33014            ! wince/config_H.ce
33015 ____________________________________________________________________________
33016 [ 19020] By: merijn                                on 2003/03/18  05:45:50
33017         Log: Minor updates of Wolfgang's pack patch
33018
33019              Subject: Re: pack changes and related fixes
33020              From: Philip Newton <Philip.Newton@gmx.net>
33021              Date: Tue, 18 Mar 2003 06:19:30 +0100
33022              Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
33023      Branch: perl
33024            ! embed.fnc pod/perldiag.pod
33025 ____________________________________________________________________________
33026 [ 19019] By: gsar                                  on 2003/03/18  05:06:07
33027         Log: regenerate win32/config_H.*
33028      Branch: perl
33029            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33030            ! win32/config_H.vc64
33031 ____________________________________________________________________________
33032 [ 19018] By: gsar                                  on 2003/03/18  03:02:38
33033         Log: there is no trailing NULL in sig_name or sig_num, so don't
33034              talk about it
33035      Branch: perl
33036            ! Porting/Glossary
33037 ____________________________________________________________________________
33038 [ 19017] By: gsar                                  on 2003/03/18  03:01:02
33039         Log: according to the new Porting/Glossary, sig_num doesn't have an
33040              extra '0' at the end
33041      Branch: perl
33042            ! win32/config.bc win32/config.gc win32/config.vc
33043            ! win32/config.vc64
33044 ____________________________________________________________________________
33045 [ 19016] By: hv                                    on 2003/03/18  00:52:09
33046         Log: add tests for existing behaviour of undef postinc/dec
33047      Branch: perl
33048            ! t/op/inc.t
33049 ____________________________________________________________________________
33050 [ 19015] By: hv                                    on 2003/03/18  00:46:18
33051         Log: add comment at undef postinc special case
33052      Branch: perl
33053            ! pp.c
33054 ____________________________________________________________________________
33055 [ 19014] By: hv                                    on 2003/03/18  00:27:19
33056         Log: clarify behaviour of $a++
33057      Branch: perl
33058            ! pod/perlop.pod
33059 ____________________________________________________________________________
33060 [ 19013] By: jhi                                   on 2003/03/17  19:52:06
33061         Log: Integrate:
33062              [ 19012]
33063              We don't have the new Perl at this stage.
33064      Branch: perl
33065           !> cygwin/perlld.in
33066 ____________________________________________________________________________
33067 [ 19010] By: jhi                                   on 2003/03/17  17:16:44
33068         Log: Subject: pack changes and related fixes
33069              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
33070              Date: Mon, 17 Mar 2003 13:55:37 +0100
33071              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
33072      Branch: perl
33073            ! embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
33074            ! pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
33075            ! t/lib/warnings/pp_pack t/op/pack.t
33076 ____________________________________________________________________________
33077 [ 19007] By: jhi                                   on 2003/03/17  04:45:40
33078         Log: Integrate:
33079              [ 19006]
33080              Subject: Re: [Patch] Maintperl versioning for Cygwin
33081              From: Slaven Rezic <slaven@rezic.de>
33082              Date: 17 Mar 2003 00:42:43 +0100
33083              Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
33084      Branch: perl
33085           !> cygwin/perlld.in
33086 ____________________________________________________________________________
33087 [ 19005] By: hv                                    on 2003/03/17  02:06:20
33088         Log: Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
33089              From: chocolateboy <chocolateboy@chocolatey.com>
33090              Date: Sat, 22 Feb 2003 12:17:28 +0000
33091              Message-ID: <3E576A58.8010901@chocolatey.com>
33092      Branch: perl
33093            + ext/Data/Dumper/t/pair.t
33094            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
33095 ____________________________________________________________________________
33096 [ 19004] By: hv                                    on 2003/03/17  01:38:23
33097         Log: Subject: [patch] utils/h2xs.PL (get rid of \t and '')
33098              From: Stas Bekman <stas@stason.org>
33099              Date: Fri, 14 Feb 2003 11:59:53 +1100
33100              Message-ID: <3E4C3F89.6050005@stason.org>
33101      Branch: perl
33102            ! utils/h2xs.PL
33103 ____________________________________________________________________________
33104 [ 19003] By: hv                                    on 2003/03/17  01:23:02
33105         Log: Subject: [perl #20724] Patch for dprofpp
33106              From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
33107              Date: 5 Feb 2003 08:41:17 -0000
33108              Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
33109      Branch: perl
33110            ! utils/dprofpp.PL
33111 ____________________________________________________________________________
33112 [ 19002] By: hv                                    on 2003/03/16  23:36:57
33113         Log: Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
33114              From: Adam Spiers (via RT) <perlbug-followup@perl.org>
33115              Date: 10 Jan 2003 10:59:44 -0000
33116              Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
33117      Branch: perl
33118            ! lib/IPC/Open3.pm
33119 ____________________________________________________________________________
33120 [ 19001] By: jhi                                   on 2003/03/16  21:50:24
33121         Log: getservbyname_r() kaputt in OpenBSD (might get fixed
33122              for 3.3, but only might)
33123      Branch: perl
33124            ! hints/openbsd.sh
33125 ____________________________________________________________________________
33126 [ 18999] By: jhi                                   on 2003/03/16  21:33:49
33127         Log: Stay within known facts: what platforms the skippage helps,
33128              and in which it is not needed.
33129      Branch: perl
33130            ! ext/POSIX/t/posix.t
33131 ____________________________________________________________________________
33132 [ 18998] By: jhi                                   on 2003/03/16  18:15:42
33133         Log: This seems to fix (well, dodge) the problems in FreeBSD for
33134              Enache Adrian; in _theory_ this patch could be good for NetBSD,
33135              too, but Alian gets a core dump already at subtest #9 (anyone
33136              with a real NetBSD, Alian's is a VMware one, which has in the
33137              past caused similar odd crashes).  OpenBSD threaded build result
33138              still unknown.
33139      Branch: perl
33140            ! ext/POSIX/t/posix.t
33141 ____________________________________________________________________________
33142 [ 18997] By: jhi                                   on 2003/03/16  18:07:30
33143         Log: IRIX ls -l marks sockets with 'S'.
33144      Branch: perl
33145            ! t/op/stat.t
33146 ____________________________________________________________________________
33147 [ 18996] By: jhi                                   on 2003/03/16  17:41:42
33148         Log: Turn on UTF-8 flag only if the $str is valid utf8
33149              (pointed out by Dan Kogai).
33150      Branch: perl
33151            ! lib/Term/ReadLine.pm
33152 ____________________________________________________________________________
33153 [ 18995] By: jhi                                   on 2003/03/16  16:40:06
33154         Log: Signedness nits.
33155      Branch: perl
33156            ! regcomp.c
33157 ____________________________________________________________________________
33158 [ 18994] By: jhi                                   on 2003/03/16  15:41:44
33159         Log: Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
33160              Should work both for PERL_UNICODE/-C and use encoding 'foo';
33161      Branch: perl
33162            ! lib/Term/ReadLine.pm
33163 ____________________________________________________________________________
33164 [ 18991] By: jhi                                   on 2003/03/16  15:14:31
33165         Log: Pod fix from Philip Newton.
33166      Branch: perl
33167            ! pod/perlfunc.pod
33168 ____________________________________________________________________________
33169 [ 18990] By: jhi                                   on 2003/03/16  15:12:00
33170         Log: Further potential pitfalls for the utf8 len/pos cache
33171              found by Inaba Hiroto.  No test cases, yet.
33172      Branch: perl
33173            ! regcomp.c
33174 ____________________________________________________________________________
33175 [ 18989] By: jhi                                   on 2003/03/16  08:02:31
33176         Log: Make the :bytes conditional on PerlIO.
33177      Branch: perl
33178            ! ext/Encode/t/CJKT.t
33179 ____________________________________________________________________________
33180 [ 18988] By: jhi                                   on 2003/03/15  18:27:36
33181         Log: Needs PerlIO for :bytes.
33182      Branch: perl
33183            ! ext/Encode/t/CJKT.t
33184 ____________________________________________________________________________
33185 [ 18986] By: rgs                                   on 2003/03/14  20:28:20
33186         Log: Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
33187              From: Enache Adrian <enache@rdslink.ro>
33188              Date: Fri, 14 Mar 2003 23:02:42 +0200
33189              Message-ID: <20030314210242.GA1159@ratsnest.hole>
33190              (with an added test)
33191      Branch: perl
33192            ! t/comp/parser.t toke.c
33193 ____________________________________________________________________________
33194 [ 18985] By: rgs                                   on 2003/03/14  19:45:18
33195         Log: Time::HiRes is a core module
33196      Branch: perl
33197            ! pod/perlfunc.pod
33198 ____________________________________________________________________________
33199 [ 18984] By: rgs                                   on 2003/03/14  19:38:57
33200         Log: Subject: [patch ext/B/typemap] STRLEN T_UV
33201              From: Stas Bekman <stas@stason.org>
33202              Date: Fri, 14 Mar 2003 17:45:09 +1100
33203              Message-ID: <3E717A75.2060300@stason.org>
33204      Branch: perl
33205            ! ext/B/typemap
33206 ____________________________________________________________________________
33207 [ 18982] By: jhi                                   on 2003/03/14  15:16:18
33208         Log: Better pass in the $self for a method.
33209      Branch: perl
33210            ! lib/File/Spec/Unix.pm
33211 ____________________________________________________________________________
33212 [ 18980] By: jhi                                   on 2003/03/14  13:42:32
33213         Log: Cleanup the File::Spec tmpdir() implementations:
33214              now all the platforms specific modules call _tmpdir()
33215              (inherited from Unix.pm) with the list of platform
33216              specific list of temporary directories, and _tmpdir()
33217              then does the appropriate suitability checking.
33218      Branch: perl
33219            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
33220            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
33221            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
33222            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
33223 ____________________________________________________________________________
33224 [ 18979] By: jhi                                   on 2003/03/14  12:48:09
33225         Log: whichsig() really does return -1 for unknown signals.
33226      Branch: perl
33227            ! mg.c
33228 ____________________________________________________________________________
33229 [ 18977] By: jhi                                   on 2003/03/14  10:42:33
33230         Log: Rework the @Config{/sig.*/} tests.
33231      Branch: perl
33232            ! lib/Config.t
33233 ____________________________________________________________________________
33234 [ 18976] By: jhi                                   on 2003/03/14  10:31:50
33235         Log: Subject: [PATCH] configure.com: sig_num, etc.
33236              From: "Craig A. Berry" <craigberry@mac.com>
33237              Date: Thu, 13 Mar 2003 21:38:19 -0600
33238              Message-ID: <3E714EAB.6030001@mac.com>
33239      Branch: perl
33240            ! configure.com
33241 ____________________________________________________________________________
33242 [ 18975] By: jhi                                   on 2003/03/14  10:30:53
33243         Log: Make whichsig() to work also if some system defines
33244              zero signals (now -1 is the "not found").  Note that
33245              in couple of mg.c spots only whichsig() > 0 branches
33246              are taken because signal handlers et al don't make
33247              much sense for the zero signal.
33248      Branch: perl
33249            ! doio.c mg.c
33250 ____________________________________________________________________________
33251 [ 18973] By: jhi                                   on 2003/03/14  10:27:46
33252         Log: Since Configure does the signal name/number probe with awk
33253              based on the cpp results (not by really running code), testing
33254              for the signum value is not really helpful if we have runtime
33255              function calls (some signal numbers are dynamic, for example)
33256              (or other extra stuff where the signum value is expected).
33257              (Runtimeness also means that Configure cannot get these right,
33258              anyway.) Better filter in just the constant non-negative numbers.
33259      Branch: perl
33260            ! Configure
33261 ____________________________________________________________________________
33262 [ 18971] By: jhi                                   on 2003/03/14  09:30:18
33263         Log: Signal issues.
33264              (1) Filter out negative signals.
33265              (2) Correct sig_num* and sig_name* descriptions.
33266      Branch: perl
33267            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33268            ! config_h.SH
33269 ____________________________________________________________________________
33270 [ 18970] By: jhi                                   on 2003/03/14  06:21:48
33271         Log: Hopefully this works also in Win32.
33272      Branch: perl
33273            ! ext/Encode/t/CJKT.t
33274 ____________________________________________________________________________
33275 [ 18969] By: jhi                                   on 2003/03/14  05:43:34
33276         Log: Subject: [PATCH] Perldoc.pm tweak for VMS
33277              From: "Craig A. Berry" <craigberry@mac.com>
33278              Date: Thu, 13 Mar 2003 13:44:55 -0600
33279              Message-ID: <3E70DFB7.8070405@mac.com>
33280      Branch: perl
33281            ! lib/Pod/Perldoc.pm
33282 ____________________________________________________________________________
33283 [ 18968] By: gsar                                  on 2003/03/14  04:41:25
33284         Log: fix for switchC.t test#6 failure on windows
33285      Branch: perl
33286            ! perl.c
33287 ____________________________________________________________________________
33288 [ 18967] By: gsar                                  on 2003/03/14  04:29:10
33289         Log: Config.t wasn't getting the sig_num and sig_size relationship
33290              right, and therefore failed test#35 on windows
33291
33292              note that config_h.SH documents that $sig_size does NOT include
33293              the final NULL in $sig_num!
33294      Branch: perl
33295            ! lib/Config.t
33296 ____________________________________________________________________________
33297 [ 18966] By: gsar                                  on 2003/03/14  04:20:51
33298         Log: another fix for failing test on windows ("use encoding" puts
33299              STDIN in :raw mode, so chomp() wasn't stripping the CR)
33300      Branch: perl
33301            ! ext/Encode/t/enc_module.t
33302 ____________________________________________________________________________
33303 [ 18965] By: gsar                                  on 2003/03/14  04:06:31
33304         Log: fix CJKT.t failures on windows due to incorrect binmode()
33305      Branch: perl
33306            ! ext/Encode/t/CJKT.t
33307 ____________________________________________________________________________
33308 [ 18964] By: rgs                                   on 2003/03/13  21:47:52
33309         Log: Skip the last test of Config.t on HP-UX.
33310              (This test should be skipped for every system that
33311              actually defines a negative signal number. Maybe that
33312              test should be removed, to be future-proof.)
33313      Branch: perl
33314            ! lib/Config.t
33315 ____________________________________________________________________________
33316 [ 18963] By: rgs                                   on 2003/03/13  20:57:32
33317         Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2
33318              From: Kurt Starsinic <kstar@cpan.org>
33319              Date: Mon, 10 Mar 2003 00:54:49 -0500
33320              Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
33321      Branch: perl
33322            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
33323 ____________________________________________________________________________
33324 [ 18962] By: rgs                                   on 2003/03/13  20:46:53
33325         Log: Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
33326              From: "Craig A. Berry" <craigberry@mac.com>
33327              Date: Tue, 11 Mar 2003 21:29:31 -0600
33328              Message-ID: <3E6EA99B.9060902@mac.com>
33329              Patch by Scott Lepage (scott.lepage@hp.com)
33330      Branch: perl
33331            ! hv.c
33332 ____________________________________________________________________________
33333 [ 18959] By: jhi                                   on 2003/03/13  20:05:50
33334         Log: Some more stdlib.h inclusions and change the gccversion
33335              test to use return (could have used that for all, sigh).
33336      Branch: perl
33337            ! Configure
33338 ____________________________________________________________________________
33339 [ 18958] By: rgs                                   on 2003/03/12  20:46:58
33340         Log: Trims slashes from the argument to rmdir(), likewise
33341              to what happens with rmdir(). Factorize the code in a
33342              local macro, TRIMSLASHES.
33343      Branch: perl
33344            ! pp_sys.c
33345 ____________________________________________________________________________
33346 [ 18957] By: jhi                                   on 2003/03/12  14:23:02
33347         Log: VOS nit from Paul Green.
33348      Branch: perl
33349            ! vos/configure_full_perl.sh
33350 ____________________________________________________________________________
33351 [ 18956] By: jhi                                   on 2003/03/12  13:58:26
33352         Log: File::Spec: Do not fall back to '', use curdir instead.
33353              Note: Mac used to use cwd(), now curdir, slight change
33354              (relative vs. absolute).
33355      Branch: perl
33356            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
33357            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
33358            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
33359 ____________________________________________________________________________
33360 [ 18955] By: jhi                                   on 2003/03/12  13:49:15
33361         Log: File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
33362              was unset (the tests attempted to create files at the /)
33363      Branch: perl
33364            ! lib/File/Spec/Cygwin.pm
33365 ____________________________________________________________________________
33366 [ 18954] By: jhi                                   on 2003/03/12  10:59:03
33367         Log: Another finding by IRIX cc: non-void function
33368              sv_cat_decode() should return a value.
33369      Branch: perl
33370            ! sv.c
33371 ____________________________________________________________________________
33372 [ 18952] By: jhi                                   on 2003/03/12  10:53:02
33373         Log: Integrate:
33374              [ 18949]
33375              pudge> never integrate anything from macos/
33376      Branch: perl
33377            - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
33378            - macos/macperl.sym
33379           !> MANIFEST
33380 ____________________________________________________________________________
33381 [ 18951] By: jhi                                   on 2003/03/12  10:52:17
33382         Log: Integrate:
33383              [ 18946]
33384              Integrate from maint-5.8/macperl:
33385              [ 18937]
33386              Various MacOS portability fixes for tests
33387
33388              [ 18938]
33389              File::Spec::Unix method should be called on $self
33390
33391              [ 18939]
33392              lib.pm:_get_dirs() should use $_[0], not $_
33393
33394              [ 18940]
33395              Update MacOS for new configpm
33396
33397              [ 18941]
33398              Update MacOS build
33399              Update Makefile for new source files,
33400              update test script, add additional symbol for APItest
33401      Branch: perl
33402           +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
33403           +> macos/macperl.sym
33404           !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
33405           !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
33406           !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
33407           !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
33408           !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
33409           !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
33410 ____________________________________________________________________________
33411 [ 18950] By: jhi                                   on 2003/03/12  10:49:27
33412         Log: Cygwin doesn't like initing the $0 mutex in perl_construct()
33413              (Too early? If inited there the pthread_mutex_init() returns
33414              an integer much too large be an errno), but initing the mutex
33415              later, in perl_alloc(), seems to be okay with Cygwin, and also
33416              with Linux.
33417      Branch: perl
33418            ! perl.c
33419 ____________________________________________________________________________
33420 [ 18944] By: jhi                                   on 2003/03/12  06:00:48
33421         Log: Ouch.  Missed one more, the void flags check (and exit() is void).
33422      Branch: perl
33423            ! Configure
33424 ____________________________________________________________________________
33425 [ 18943] By: jhi                                   on 2003/03/12  05:51:21
33426         Log: Tell how to possibly dodge 'Out of memory' errors.
33427      Branch: perl
33428            ! pod/perldiag.pod
33429 ____________________________________________________________________________
33430 [ 18935] By: jhi                                   on 2003/03/11  22:00:54
33431         Log: WinCE tweaks from Vadim Konovalov.
33432      Branch: perl
33433            ! perl.c perlio.c wince/Makefile.ce
33434 ____________________________________________________________________________
33435 [ 18932] By: jhi                                   on 2003/03/11  20:22:07
33436         Log: Missed one.
33437      Branch: perl
33438            ! Configure
33439 ____________________________________________________________________________
33440 [ 18929] By: jhi                                   on 2003/03/11  20:15:51
33441         Log: Single vs doublequoted context is important...
33442      Branch: perl
33443            ! Configure
33444 ____________________________________________________________________________
33445 [ 18927] By: jhi                                   on 2003/03/11  20:04:33
33446         Log: """glob.*""" patch for VMS, from Peter Prymmer.
33447      Branch: perl
33448            ! vms/perlvms.pod vms/vms.c
33449 ____________________________________________________________________________
33450 [ 18926] By: rgs                                   on 2003/03/11  19:44:54
33451         Log: Questionable construct.
33452      Branch: perl
33453            ! pod/perltooc.pod
33454 ____________________________________________________________________________
33455 [ 18925] By: jhi                                   on 2003/03/11  19:15:15
33456         Log: Better setmode() prototype for cygwin.
33457      Branch: perl
33458            ! perl.h
33459 ____________________________________________________________________________
33460 [ 18923] By: jhi                                   on 2003/03/11  19:11:39
33461         Log: Solaris cc wants prototype for exit(), so <stdlib.h> needed.
33462      Branch: perl
33463            ! Configure
33464 ____________________________________________________________________________
33465 [ 18921] By: jhi                                   on 2003/03/11  18:15:45
33466         Log: The 0, in the assert_not_ROK() makes IRIX cc to worry
33467              (cc-1171 cc: WARNING ... The indicated expression has no effect.)
33468              So make the macro to include the , and the non-gcc case empty.
33469      Branch: perl
33470            ! sv.h
33471 ____________________________________________________________________________
33472 [ 18919] By: jhi                                   on 2003/03/11  17:43:10
33473         Log: Uid_t and Gid_t can easily be shorts and one cannot
33474              pull shorts off the va_args, int is the shortest (ahem).
33475      Branch: perl
33476            ! reentr.c reentr.pl
33477 ____________________________________________________________________________
33478 [ 18918] By: jhi                                   on 2003/03/11  17:32:23
33479         Log: Subject: [PATCH] io_sock.t
33480              From: Norton Allen <allen@huarp.harvard.edu>
33481              Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
33482              Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
33483      Branch: perl
33484            ! README.qnx ext/IO/lib/IO/t/io_sock.t
33485 ____________________________________________________________________________
33486 [ 18917] By: jhi                                   on 2003/03/11  17:30:43
33487         Log: Get rid of one Cygwin warning by introducing a prototype
33488              for the init_os_extras().  Since there is no header file
33489              in Perl specific to cygwin, use perl.h.
33490      Branch: perl
33491            ! perl.h
33492 ____________________________________________________________________________
33493 [ 18916] By: jhi                                   on 2003/03/11  11:40:38
33494         Log: Upgrade to Time-HiRes 1.43.
33495      Branch: perl
33496            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
33497            ! ext/Time/HiRes/Makefile.PL
33498 ____________________________________________________________________________
33499 [ 18915] By: jhi                                   on 2003/03/11  09:19:54
33500         Log: Be more lax about the out of memory error message.
33501      Branch: perl
33502            ! t/op/recurse.t
33503 ____________________________________________________________________________
33504 [ 18914] By: jhi                                   on 2003/03/11  09:18:25
33505         Log: Try to handle hitting the heap/data limit in small systems.
33506              (One can simulate this with e.g. 32MB or 64MB datasize,
33507              use your shell's ulimit/limit/limits command.)
33508      Branch: perl
33509            ! t/op/recurse.t
33510 ____________________________________________________________________________
33511 [ 18912] By: hv                                    on 2003/03/11  07:36:00
33512         Log: typo for utf8locale in #18907
33513      Branch: perl
33514            ! sv.c
33515 ____________________________________________________________________________
33516 [ 18910] By: jhi                                   on 2003/03/11  06:55:29
33517         Log: Subject: [PATCH] clear PL_exitlist in perl_destruct
33518              From: "Craig A. Berry" <craigberry@mac.com>
33519              Date: Tue, 11 Mar 2003 00:34:39 -0600
33520              Message-ID: <3E6D837F.7000506@mac.com>
33521      Branch: perl
33522            ! perl.c
33523 ____________________________________________________________________________
33524 [ 18909] By: jhi                                   on 2003/03/11  06:29:35
33525         Log: Upgrade to cperl-mode 5.0, from IlyaZ.
33526      Branch: perl
33527            ! emacs/cperl-mode.el
33528 ____________________________________________________________________________
33529 [ 18908] By: jhi                                   on 2003/03/11  06:09:05
33530         Log: Missed some, cryptically.
33531      Branch: perl
33532            ! pod/perlfunc.pod
33533 ____________________________________________________________________________
33534 [ 18907] By: jhi                                   on 2003/03/11  06:01:28
33535         Log: Add missing intrpvar clonings to perl_clone.
33536              Also move the IDBassertion to the end since there's
33537              no particular reason to break bincompat for that.
33538      Branch: perl
33539            ! intrpvar.h sv.c
33540 ____________________________________________________________________________
33541 [ 18906] By: jhi                                   on 2003/03/11  05:43:30
33542         Log: Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
33543      Branch: perl
33544            ! intrpvar.h
33545 ____________________________________________________________________________
33546 [ 18905] By: jhi                                   on 2003/03/11  05:38:10
33547         Log: Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
33548              From: Stas Bekman <stas@stason.org>
33549              Date: Tue, 11 Mar 2003 17:09:02 +1100
33550              Message-ID: <3E6D7D7E.5000704@stason.org>
33551      Branch: perl
33552            ! sv.c
33553 ____________________________________________________________________________
33554 [ 18904] By: jhi                                   on 2003/03/11  05:33:10
33555         Log: Subject: [PATCH] typos and other minor things
33556              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
33557              Date: Mon, 10 Mar 2003 21:00:55 -0700
33558              Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
33559      Branch: perl
33560            ! emacs/cperl-mode.el ext/B/B/Concise.pm ext/DB_File/DB_File.pm
33561            ! ext/DB_File/DB_File.xs ext/Devel/PPPort/PPPort.pm
33562            ! ext/IO/lib/IO/Socket.pm ext/PerlIO/encoding/encoding.xs
33563            ! ext/PerlIO/via/via.pm ext/Storable/Storable.xs lib/Net/FTP.pm
33564            ! lib/Net/NNTP.pm lib/Net/Ping.pm lib/Pod/Perldoc.pm
33565            ! lib/Tie/File/t/05_size.t lib/charnames.pm lib/ftp.pl
33566            ! lib/utf8.t pad.c pod/perlfunc.pod pod/perlintern.pod
33567            ! pod/perlthrtut.pod pod/pod2latex.PL regcomp.c t/op/sprintf.t
33568            ! utils/libnetcfg.PL vms/vms.c win32/vmem.h
33569 ____________________________________________________________________________
33570 [ 18903] By: jhi                                   on 2003/03/11  05:29:12
33571         Log: A rejected hunk of #18902 reapplied.
33572      Branch: perl
33573            ! t/io/utf8.t
33574 ____________________________________________________________________________
33575 [ 18902] By: jhi                                   on 2003/03/11  05:19:15
33576         Log: Patch from Craig Berry to resolve test failures in VMS.
33577              Will poke the Net::Ping author.
33578      Branch: perl
33579            ! ext/threads/shared/t/cond.t lib/Net/Ping/t/190_alarm.t
33580            ! t/io/utf8.t t/op/magic.t
33581 ____________________________________________________________________________
33582 [ 18900] By: rgs                                   on 2003/03/10  22:12:37
33583         Log: Integrate (by hand) change #18386 from maint-5.8
33584      Branch: perl
33585            ! t/op/split.t
33586 ____________________________________________________________________________
33587 [ 18899] By: jhi                                   on 2003/03/10  21:44:12
33588         Log: VMS has an extra \n at the end, and I assume Windows has \r\n.
33589      Branch: perl
33590            ! t/run/switchC.t
33591 ____________________________________________________________________________
33592 [ 18891] By: rgs                                   on 2003/03/10  20:22:39
33593         Log: A new test, to check that signal numbers are actually positive,
33594              and that there is a consistent number of signals available.
33595      Branch: perl
33596            ! lib/Config.t
33597 ____________________________________________________________________________
33598 [ 18889] By: rgs                                   on 2003/03/10  19:55:06
33599         Log: Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
33600              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33601              Date: Fri, 07 Mar 2003 13:12:49 -0800
33602              Message-ID: <RtQa+gzkg2kF092yn@efn.org>
33603      Branch: perl
33604            ! mg.c pod/perldiag.pod t/op/tie.t
33605 ____________________________________________________________________________
33606 [ 18888] By: rgs                                   on 2003/03/10  19:37:40
33607         Log: Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
33608              From: Nicholas Clark <nick@unfortu.net>
33609              Date: Sun, 9 Mar 2003 21:24:46 +0000
33610              Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
33611      Branch: perl
33612            ! lib/Config.t
33613 ____________________________________________________________________________
33614 [ 18880] By: jhi                                   on 2003/03/10  16:17:50
33615         Log: Integrate from maint:
33616              [ 18428]
33617              Somehow I managed to get makefile.olds that didn't get cleaned away.
33618      Branch: perl
33619           !> Makefile.SH x2p/Makefile.SH
33620 ____________________________________________________________________________
33621 [ 18876] By: jhi                                   on 2003/03/10  06:35:20
33622         Log: Comment fix.
33623      Branch: perl
33624            ! t/io/utf8.t
33625 ____________________________________________________________________________
33626 [ 18875] By: jhi                                   on 2003/03/10  05:31:00
33627         Log: Remove the foo-old files.
33628      Branch: perl
33629            ! opcode.pl
33630 ____________________________________________________________________________
33631 [ 18874] By: jhi                                   on 2003/03/10  05:23:32
33632         Log: Subject: Re: Shared libperl.so and build issues
33633              From: Chip Turner <cturner@redhat.com>
33634              Date: 05 Jan 2003 10:35:40 -0500
33635              Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
33636      Branch: perl
33637            ! INSTALL
33638 ____________________________________________________________________________
33639 [ 18873] By: jhi                                   on 2003/03/10  05:18:02
33640         Log: Bunch of doc patches from Stas; plus regen.
33641
33642              Subject: [doc patch] perl.c's pod api entry
33643              From: Stas Bekman <stas@stason.org>
33644              Date: Mon, 10 Mar 2003 12:35:52 +1100
33645              Message-ID: <3E6BEBF8.80402@stason.org>
33646
33647              Subject: Re: [patch] perlguts.pod
33648              From: Stas Bekman <stas@stason.org>
33649              Date: Mon, 10 Mar 2003 12:38:57 +1100
33650              Message-ID: <3E6BECB1.7050009@stason.org>
33651
33652              Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
33653              From: Stas Bekman <stas@stason.org>
33654              Date: Mon, 10 Mar 2003 12:41:46 +1100
33655              Message-ID: <3E6BED5A.801@stason.org>
33656
33657              Subject: Re: [patch] perlapi.pod fix
33658              From: Stas Bekman <stas@stason.org>
33659              Date: Mon, 10 Mar 2003 12:43:33 +1100
33660              Message-ID: <3E6BEDC5.6010405@stason.org>
33661
33662              Subject: Re: [docs patch] replace gets() with fgets() in example
33663              From: Stas Bekman <stas@stason.org>
33664              Date: Mon, 10 Mar 2003 12:45:41 +1100
33665              Message-ID: <3E6BEE45.9030901@stason.org>
33666
33667              Subject: [doc patch] perlrun.pod
33668              From: Stas Bekman <stas@stason.org>
33669              Date: Mon, 10 Mar 2003 14:49:59 +1100
33670              Message-ID: <3E6C0B67.4050606@stason.org>
33671      Branch: perl
33672            ! ext/DynaLoader/DynaLoader_pm.PL handy.h perl.c pod/perlapi.pod
33673            ! pod/perlembed.pod pod/perlguts.pod pod/perlrun.pod
33674 ____________________________________________________________________________
33675 [ 18871] By: jhi                                   on 2003/03/09  20:15:13
33676         Log: Must not hide the protos, though.
33677      Branch: perl
33678            ! embed.pl proto.h
33679 ____________________________________________________________________________
33680 [ 18870] By: jhi                                   on 2003/03/09  20:12:11
33681         Log: I hate embed*.  Tell me what you know.
33682      Branch: perl
33683            ! embed.fnc embed.h
33684 ____________________________________________________________________________
33685 [ 18869] By: jhi                                   on 2003/03/09  19:32:19
33686         Log: Upgrade to Encode 1.91.
33687      Branch: perl
33688            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
33689            ! ext/Encode/encoding.pm ext/Encode/t/enc_module.t
33690 ____________________________________________________________________________
33691 [ 18868] By: jhi                                   on 2003/03/09  19:04:22
33692         Log: Export the symbols from #18863; do not prototype (but export)
33693              Nicholas Clark's experimental COW functions.
33694              Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
33695              a mess of Herculean proportions.  Someone should redesign and
33696              clean up the stables.
33697      Branch: perl
33698            ! embed.fnc embed.pl global.sym proto.h
33699 ____________________________________________________________________________
33700 [ 18867] By: jhi                                   on 2003/03/09  17:12:55
33701         Log: Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
33702      Branch: perl
33703            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
33704            ! ext/Encode/MANIFEST ext/Encode/encoding.pm
33705            ! ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_data.t
33706            ! ext/Encode/t/enc_module.t
33707 ____________________________________________________________________________
33708 [ 18865] By: jhi                                   on 2003/03/09  13:50:57
33709         Log: From Inaba Hiroto: DATA wasn't properly utf8ed
33710              under 'use encoding'.
33711      Branch: perl
33712            + ext/Encode/t/enc_data.t
33713            ! MANIFEST ext/Encode/MANIFEST toke.c
33714 ____________________________________________________________________________
33715 [ 18864] By: jhi                                   on 2003/03/09  13:21:09
33716         Log: Tru64: additional instructions for building a newer Berkeley DB.
33717      Branch: perl
33718            ! README.tru64 hints/dec_osf.sh
33719 ____________________________________________________________________________
33720 [ 18863] By: jhi                                   on 2003/03/09  12:07:28
33721         Log: At Sarathy's request restore the bin5005compat Perl_foo_sv()
33722              function stubs, should be helpful for really simple extensions.
33723              Undoes large parts of changes #16289 and #16290.
33724      Branch: perl
33725            ! sv.c
33726 ____________________________________________________________________________
33727 [ 18862] By: rgs                                   on 2003/03/09  11:48:37
33728         Log: ... and add a test case for bug #20798
33729      Branch: perl
33730            ! t/op/eval.t
33731 ____________________________________________________________________________
33732 [ 18861] By: jhi                                   on 2003/03/09  11:46:17
33733         Log: Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
33734              From: Enache Adrian <enache@rdslink.ro>
33735              Date: Fri, 7 Mar 2003 23:28:37 +0200
33736              Message-ID: <20030307212837.GB765@ratsnest.hole>
33737
33738              (and few more test cases from the thread)
33739      Branch: perl
33740            ! sv.c t/op/sprintf.t
33741 ____________________________________________________________________________
33742 [ 18860] By: rgs                                   on 2003/03/09  11:33:09
33743         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
33744              From: Enache Adrian <enache@rdslink.ro>
33745              Date: Fri, 7 Mar 2003 00:12:03 +0200
33746              Message-ID: <20030306221203.GB13330@ratsnest.hole>
33747      Branch: perl
33748            ! op.c
33749 ____________________________________________________________________________
33750 [ 18859] By: rgs                                   on 2003/03/09  11:30:22
33751         Log: Adjust test count.
33752      Branch: perl
33753            ! t/op/pat.t
33754 ____________________________________________________________________________
33755 [ 18858] By: jhi                                   on 2003/03/09  10:54:10
33756         Log: From Inaba Hiroto: re_intuit_start set a value to
33757              PL_bostr before calling find_byclass when regexp has
33758              ROPT_UTF8 flag on. But right value for PL_bostr is set
33759              before re_intuit_start is called.  PL_regdata is always
33760              assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
33761              can be deleted.
33762      Branch: perl
33763            ! regexec.c t/op/pat.t
33764 ____________________________________________________________________________
33765 [ 18857] By: jhi                                   on 2003/03/09  10:46:23
33766         Log: From Inaba Hiroto: the UTF-8 length cache wasn't
33767              updated when fbm_compile() appended a "\n".
33768      Branch: perl
33769            ! t/op/pat.t util.c
33770 ____________________________________________________________________________
33771 [ 18856] By: rgs                                   on 2003/03/08  20:16:36
33772         Log: Add a B::COP::io() method, to return the cop_io field of COPs.
33773              Print it in B::Debug. Can be used later in B::Deparse to deparse
33774              the open pragma.
33775      Branch: perl
33776            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm
33777 ____________________________________________________________________________
33778 [ 18855] By: rgs                                   on 2003/03/08  19:51:40
33779         Log: Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
33780              From: Richard.Foley@ubsw.com
33781              Date: Fri, 21 Feb 2003 13:51:51 +0100
33782              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
33783      Branch: perl
33784            ! pod/perldebug.pod
33785 ____________________________________________________________________________
33786 [ 18854] By: jhi                                   on 2003/03/08  19:41:25
33787         Log: Enache Adrian reads comments.
33788      Branch: perl
33789            ! perl.h
33790 ____________________________________________________________________________
33791 [ 18853] By: rgs                                   on 2003/03/08  19:40:13
33792         Log: Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
33793              From: Richard Soderberg <perl@crystalflame.net>
33794              Date: Sat, 15 Feb 2003 01:27:17 -0500
33795              Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
33796      Branch: perl
33797            ! ext/IO/lib/IO/Select.pm
33798 ____________________________________________________________________________
33799 [ 18852] By: jhi                                   on 2003/03/08  19:05:04
33800         Log: Subject: [PATCH] long %ENV values for VMS
33801              From: "Craig A. Berry" <craigberry@mac.com>
33802              Date: Fri, 07 Mar 2003 13:49:50 -0600
33803              Message-ID: <3E68F7DE.8070603@mac.com>
33804      Branch: perl
33805            ! vms/vms.c
33806 ____________________________________________________________________________
33807 [ 18851] By: jhi                                   on 2003/03/08  06:49:35
33808         Log: regen_headers tiny tidying:
33809              - regen.pl renamed as regen_lib.pl
33810              - regen_headers.pl renamed as regen.pl
33811              - added make target 'regen' (kept target 'regen_headers'
33812              for porters' brains' backward compatibility)
33813              - regen.pl fancified a bit to display the names
33814              of the files that got changed by running the scripts
33815      Branch: perl
33816            + regen_lib.pl
33817            - regen_headers.pl
33818            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
33819            ! keywords.pl opcode.pl regcomp.pl regen.pl
33820 ____________________________________________________________________________
33821 [ 18848] By: jhi                                   on 2003/03/07  08:40:52
33822         Log: Give pointers to runtime Unicode changes.
33823      Branch: perl
33824            ! pod/perlrun.pod pod/perlvar.pod
33825 ____________________________________________________________________________
33826 [ 18847] By: jhi                                   on 2003/03/07  08:02:50
33827         Log: Extra character noticed by Tels.
33828      Branch: perl
33829            ! MANIFEST
33830 ____________________________________________________________________________
33831 [ 18846] By: jhi                                   on 2003/03/07  05:28:11
33832         Log: Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
33833              From: Kay Roepke <kay@dolphin-services.de>
33834              Date: Thu, 06 Mar 2003 23:00:10 +0100
33835              Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
33836
33837              (plus change the d_gethostbyaddr_r_proto default to "0",
33838              that is what an undefined r_proto looks like)
33839      Branch: perl
33840            ! hints/freebsd.sh
33841 ____________________________________________________________________________
33842 [ 18845] By: jhi                                   on 2003/03/07  05:21:43
33843         Log: Define the Perl_pp_i_modulo_1() only iff we have glibc.
33844              (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
33845              in non-glibc case", from Craig Berry)
33846      Branch: perl
33847            ! pp.c
33848 ____________________________________________________________________________
33849 [ 18844] By: jhi                                   on 2003/03/07  05:05:57
33850         Log: Good observation from Philip Newton.
33851      Branch: perl
33852            ! pod/perlrun.pod
33853 ____________________________________________________________________________
33854 [ 18843] By: rgs                                   on 2003/03/06  21:59:02
33855         Log: Make the -A switch work without an assertion name.
33856              by Salvador Fandiño.
33857      Branch: perl
33858            ! perl.c t/run/switch_A.t
33859 ____________________________________________________________________________
33860 [ 18842] By: rgs                                   on 2003/03/06  21:27:15
33861         Log: Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
33862              From: "Jos I. Boumans" <kane@dwim.org>
33863              Date: Fri, 21 Feb 2003 20:33:53 +0100
33864              Message-ID: <3E567F21.6020006@dwim.org>
33865              (with some minor tweaks)
33866      Branch: perl
33867            ! pod/perlmodstyle.pod
33868 ____________________________________________________________________________
33869 [ 18841] By: rgs                                   on 2003/03/06  20:56:32
33870         Log: Subject: Re: [perl #20682] [fix] @- array not visible in s///
33871              From: Enache Adrian <enache@rdslink.ro>
33872              Date: Sun, 2 Mar 2003 06:05:22 +0200
33873              Message-ID: <20030302040522.GB4905@ratsnest.hole>
33874      Branch: perl
33875            ! t/op/subst.t
33876 ____________________________________________________________________________
33877 [ 18840] By: rgs                                   on 2003/03/06  20:45:08
33878         Log: Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
33879              From: Enache Adrian <enache@rdslink.ro>
33880              Date: Wed, 5 Mar 2003 12:06:20 +0200
33881              Message-ID: <20030305100620.GA909@ratsnest.hole>
33882      Branch: perl
33883            ! ext/POSIX/t/sigaction.t ext/POSIX/t/waitpid.t t/op/method.t
33884            ! t/op/sub_lval.t t/op/ver.t t/run/fresh_perl.t
33885 ____________________________________________________________________________
33886 [ 18839] By: jhi                                   on 2003/03/06  17:21:36
33887         Log: Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
33888              From: "Craig A. Berry" <craigberry@mac.com>
33889              Date: Thu, 06 Mar 2003 10:42:05 -0600
33890              Message-ID: <3E677A5D.10805@mac.com>
33891      Branch: perl
33892            ! mg.c
33893 ____________________________________________________________________________
33894 [ 18838] By: jhi                                   on 2003/03/06  10:11:22
33895         Log: Thinko fix.
33896      Branch: perl
33897            ! Porting/findrfuncs
33898 ____________________________________________________________________________
33899 [ 18837] By: jhi                                   on 2003/03/06  09:33:33
33900         Log: PERL_UNICODE explanation saga continues.
33901      Branch: perl
33902            ! pod/perlrun.pod
33903 ____________________________________________________________________________
33904 [ 18836] By: jhi                                   on 2003/03/06  07:55:03
33905         Log: Handle also extra directories et alia.
33906      Branch: perl
33907            ! Porting/manicheck
33908 ____________________________________________________________________________
33909 [ 18835] By: jhi                                   on 2003/03/06  07:48:05
33910         Log: Add mani(fest) check(ing) utility.
33911      Branch: perl
33912            + Porting/manicheck
33913            ! MANIFEST
33914 ____________________________________________________________________________
33915 [ 18833] By: jhi                                   on 2003/03/06  05:36:13
33916         Log: Subject: [patch config_h.SH] redefining __attribute__
33917              From: Stas Bekman <stas@stason.org>
33918              Date: Thu, 06 Mar 2003 12:03:39 +1100
33919              Message-ID: <3E669E6B.1060606@stason.org>
33920      Branch: perl
33921            ! Configure NetWare/config_H.wc Porting/config.sh
33922            ! Porting/config_H config_h.SH plan9/config.plan9
33923            ! plan9/config_h.sample win32/config_H.bc win32/config_H.gc
33924            ! win32/config_H.vc win32/config_H.vc64 wince/config_H.ce
33925 ____________________________________________________________________________
33926 [ 18831] By: jhi                                   on 2003/03/05  19:56:41
33927         Log: Couple more _r possibilities (found in a RH 8.0 box), and
33928              the random() macros were all wrong.  (I don't know why
33929              metaconfig did so much reordering of config_h.SH.)
33930      Branch: perl
33931            ! Configure config_h.SH reentr.h reentr.pl
33932 ____________________________________________________________________________
33933 [ 18830] By: rgs                                   on 2003/03/04  23:25:01
33934         Log: Change #18829 makes this test workaround obsolete.
33935      Branch: perl
33936            ! ext/B/t/deparse.t
33937 ____________________________________________________________________________
33938 [ 18829] By: rgs                                   on 2003/03/04  22:23:41
33939         Log: Patch by Salvador Fandiño to read the warning mask
33940              returned by caller() and ${^WARNING_BITS} from
33941              $warnings::Bits{all} and not from the hardcoded core
33942              constant. (This mask could have been extended by
33943              warnings::register.) Plus tests.
33944      Branch: perl
33945            ! mg.c pp_ctl.c t/op/caller.t
33946 ____________________________________________________________________________
33947 [ 18828] By: rgs                                   on 2003/03/04  20:49:59
33948         Log: Subject: [PATCH] assertions
33949              From: Salvador Fandiño <sfandino@yahoo.com>
33950              Date: Fri, 21 Feb 2003 17:26:16 +0000
33951              Message-ID: <3E566138.4090709@yahoo.com>
33952              and the complement : (with added comments)
33953              Subject: [PATCH] bug in ext/B/t/deparse.t
33954              Message-ID: <3E563E16.7060303@yahoo.com>
33955              plus perldiag.pod patch for the new warning
33956              (previous change was, once again, empty)
33957      Branch: perl
33958            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
33959            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
33960            ! pod/perldiag.pod warnings.h warnings.pl
33961 ____________________________________________________________________________
33962 [ 18827] By: rgs                                   on 2003/03/04  20:48:09
33963         Log: Subject: [PATCH] assertions
33964              From: Salvador Fandiño <sfandino@yahoo.com>
33965              Date: Fri, 21 Feb 2003 17:26:16 +0000
33966              Message-ID: <3E566138.4090709@yahoo.com>
33967              and the complement : (with added comments)
33968              Subject: [PATCH] bug in ext/B/t/deparse.t
33969              Message-ID: <3E563E16.7060303@yahoo.com>
33970              plus perldiag.pod patch for the new warning
33971      Branch: perl
33972            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
33973            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
33974            ! pod/perldiag.pod warnings.h warnings.pl
33975 ____________________________________________________________________________
33976 [ 18826] By: jhi                                   on 2003/03/04  20:22:25
33977         Log: Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
33978              The variant is from how List::Util Util.xs does it.
33979      Branch: perl
33980            ! ext/Devel/PPPort/PPPort.pm
33981 ____________________________________________________________________________
33982 [ 18825] By: rgs                                   on 2003/03/04  19:56:28
33983         Log: Doc typos.
33984      Branch: perl
33985            ! lib/File/Find.pm
33986 ____________________________________________________________________________
33987 [ 18823] By: jhi                                   on 2003/03/04  05:33:50
33988         Log: Try to give rcatline() a good jog on Unicode.
33989      Branch: perl
33990            ! t/io/utf8.t
33991 ____________________________________________________________________________
33992 [ 18822] By: jhi                                   on 2003/03/04  05:14:13
33993         Log: Subject: Re: [perl #21395] rcatline doesn't grok utf8
33994              From: Enache Adrian <enache@rdslink.ro>
33995              Date: Sun, 2 Mar 2003 05:43:54 +0200
33996              Message-ID: <20030302034354.GA4905@ratsnest.hole>
33997      Branch: perl
33998            ! sv.c t/io/utf8.t
33999 ____________________________________________________________________________
34000 [ 18821] By: jhi                                   on 2003/03/04  04:58:36
34001         Log: Can't test this without PerlIO.
34002      Branch: perl
34003            ! t/uni/write.t
34004 ____________________________________________________________________________
34005 [ 18820] By: sky                                   on 2003/03/04  01:01:07
34006         Log: Fixes bug #15654 bizarre constant mangling in 5.8.0
34007              What happened was that a constant was freed, the pad released but
34008              the pad slot still held the SV, when pad slot was reallocated
34009              to be a target for a stringify, it did a sv_setpv on the target
34010              and the original SV was wiped out. When this SV was later on
34011              to new places using the constant, they got the wrong value.
34012              By replacing pad_free with pad_swipe for these cases, we
34013              won't have such a problem. (pad_swipe also removes the
34014              pointer to the original SV).
34015      Branch: perl
34016            ! op.c
34017 ____________________________________________________________________________
34018 [ 18819] By: jhi                                   on 2003/03/03  19:15:07
34019         Log: Further clarification on PERL_UNICODE's semantics.
34020      Branch: perl
34021            ! pod/perlrun.pod
34022 ____________________________________________________________________________
34023 [ 18818] By: gbarr                                 on 2003/03/03  10:07:44
34024         Log: Sync with libnet-1.13
34025      Branch: perl
34026            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
34027            ! lib/Net/POP3.pm lib/Net/SMTP.pm
34028 ____________________________________________________________________________
34029 [ 18817] By: jhi                                   on 2003/03/03  06:45:59
34030         Log: Upgrade to Unicode::Normalize 0.20.
34031      Branch: perl
34032            ! ext/Unicode/Normalize/Changes
34033            ! ext/Unicode/Normalize/Normalize.pm
34034            ! ext/Unicode/Normalize/Normalize.xs
34035            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
34036            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
34037            ! ext/Unicode/Normalize/t/test.t
34038 ____________________________________________________________________________
34039 [ 18816] By: jhi                                   on 2003/03/03  06:17:28
34040         Log: Upgrade to Encode 1.89.  The enc_module.t required
34041              a little tweak, sending that to Dan.
34042      Branch: perl
34043            + ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
34044            + ext/Encode/t/enc_module.t
34045            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
34046            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
34047            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
34048            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
34049            ! ext/Encode/ucm/viscii.ucm
34050 ____________________________________________________________________________
34051 [ 18813] By: jhi                                   on 2003/03/03  05:33:21
34052         Log: Use a macro for abs() to avoid the possible truncation to an int;
34053              also make an explicit (double)cast for the arguments to fabs().
34054      Branch: perl
34055            ! perl.h pp.c sv.c util.c
34056 ____________________________________________________________________________
34057 [ 18812] By: hv                                    on 2003/03/02  22:36:05
34058         Log: Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
34059              From: andreas.koenig@anima.de (Andreas J. Koenig)
34060              Date: Wed, 19 Feb 2003 11:05:28 +0100
34061              Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
34062      Branch: perl
34063            ! patchlevel.h
34064 ____________________________________________________________________________
34065 [ 18811] By: hv                                    on 2003/03/02  22:30:50
34066         Log: Subject: [perl #21289] [Fwd: IPC::Msg bug report]
34067              From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
34068              Date: 18 Feb 2003 21:05:15 -0000
34069              Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
34070      Branch: perl
34071            ! ext/IPC/SysV/Msg.pm
34072 ____________________________________________________________________________
34073 [ 18810] By: hv                                    on 2003/03/02  21:59:10
34074         Log: Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
34075              From: Richard Soderberg <perl@crystalflame.net>
34076              Date: Sat, 15 Feb 2003 01:27:21 -0500
34077              Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
34078      Branch: perl
34079            ! lib/File/Basename.pm
34080 ____________________________________________________________________________
34081 [ 18809] By: hv                                    on 2003/03/02  21:54:53
34082         Log: Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
34083              From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
34084              Date: 15 Feb 2003 00:21:41 -0000
34085              Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
34086      Branch: perl
34087            ! lib/File/Find.pm
34088 ____________________________________________________________________________
34089 [ 18807] By: hv                                    on 2003/03/02  21:22:56
34090         Log: Reverse copyright update (#18801) for files not changed in 2003.
34091      Branch: perl
34092            ! EXTERN.h INTERN.h README av.h cc_runtime.h deb.c doop.c
34093            ! dosish.h fakethr.h form.h globals.c gv.h handy.h hv.h
34094            ! keywords.h keywords.pl mg.h miniperlmain.c numeric.c pad.h
34095            ! perlapi.c perlsdio.h perlsfio.h perlvars.h perly.y pp.h
34096            ! regcomp.h run.c scope.h taint.c thread.h unixish.h utf8.h
34097            ! utfebcdic.h util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c
34098            ! x2p/a2p.h x2p/a2p.y x2p/hash.c x2p/hash.h x2p/proto.h
34099            ! x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
34100 ____________________________________________________________________________
34101 [ 18805] By: hv                                    on 2003/03/02  16:29:28
34102         Log: Subject: Re: [perl #21411] [fix] Postponed RE with split()
34103              From: Enache Adrian <enache@rdslink.ro>
34104              Date: Sun, 2 Mar 2003 10:11:27 +0200
34105              Message-ID: <20030302081127.GA10782@ratsnest.hole>
34106      Branch: perl
34107            ! pp.c t/op/pat.t
34108 ____________________________________________________________________________
34109 [ 18803] By: hv                                    on 2003/03/02  16:12:34
34110         Log: Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch   included)
34111              From: "Anders Johnson" <ajohnson@wischip.com>
34112              Date: Mon, 10 Feb 2003 14:09:46 -0800
34113              Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
34114      Branch: perl
34115            ! mg.c t/op/magic.t
34116 ____________________________________________________________________________
34117 [ 18802] By: jhi                                   on 2003/03/02  15:39:06
34118         Log: Narrow down the -C test skippage.
34119      Branch: perl
34120            ! t/run/switchC.t
34121 ____________________________________________________________________________
34122 [ 18801] By: hv                                    on 2003/03/02  15:24:22
34123         Log: Update all copyrights to 2003, from Jarkko
34124      Branch: perl
34125            ! EXTERN.h INTERN.h README XSUB.h av.c av.h cc_runtime.h cop.h
34126            ! cv.h deb.c doio.c doop.c dosish.h dump.c embed.h embed.pl
34127            ! embedvar.h fakesdio.h fakethr.h form.h global.sym globals.c
34128            ! gv.c gv.h handy.h hv.c hv.h keywords.h keywords.pl locale.c
34129            ! mg.c mg.h miniperlmain.c nostdio.h numeric.c op.c op.h
34130            ! opcode.h opcode.pl opnames.h pad.c pad.h patchlevel.h perl.c
34131            ! perl.h perlapi.c perlapi.h perlio.h perlsdio.h perlsfio.h
34132            ! perlvars.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
34133            ! pp_sort.c pp_sys.c proto.h reentr.c reentr.h reentr.pl
34134            ! regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h
34135            ! sv.c sv.h taint.c thrdvar.h thread.h toke.c universal.c
34136            ! unixish.h utf8.c utf8.h utfebcdic.h util.c util.h x2p/EXTERN.h
34137            ! x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/hash.c
34138            ! x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h x2p/util.c
34139            ! x2p/util.h x2p/walk.c xsutils.c
34140 ____________________________________________________________________________
34141 [ 18800] By: hv                                    on 2003/03/02  15:16:38
34142         Log: Subject: [PATCH] for perl5db.pl against missing args destroying pre-post command setups
34143              From: Richard.Foley@ubsw.com
34144              Date: Wed, 19 Feb 2003 13:24:38 +0100
34145              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
34146      Branch: perl
34147            ! lib/perl5db.pl
34148 ____________________________________________________________________________
34149 [ 18799] By: jhi                                   on 2003/03/02  13:34:13
34150         Log: The -CI cannot be easily tested under UTF-8 locale with
34151              the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
34152              Also other small tweaks in the -C neighbourhood.
34153      Branch: perl
34154            ! perl.c perl.h t/run/switchC.t util.c
34155 ____________________________________________________________________________
34156 [ 18798] By: jhi                                   on 2003/03/02  09:12:06
34157         Log: Go with "right = -right" for greater portability, some platforms
34158              might require llabs() to get abs() of long longs.
34159      Branch: perl
34160            ! pp.c
34161 ____________________________________________________________________________
34162 [ 18797] By: jhi                                   on 2003/03/02  08:07:32
34163         Log: Patch for [perl #9402], known also as "glibc _moddi3 bug
34164              with negative quads", or also as RedHat bug #65612.
34165      Branch: perl
34166            ! pp.c
34167 ____________________________________________________________________________
34168 [ 18796] By: jhi                                   on 2003/03/02  07:34:54
34169         Log: Forgotten from change #18795.
34170      Branch: perl
34171            ! global.sym
34172 ____________________________________________________________________________
34173 [ 18795] By: jhi                                   on 2003/03/02  07:27:44
34174         Log: Subject: Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
34175              From: Abe Timmerman <abe@ztreet.demon.nl>
34176              Date: Sun, 2 Mar 2003 02:03:16 +0100
34177              Message-Id: <200303020203.16708.abe@ztreet.demon.nl>
34178      Branch: perl
34179            ! embed.fnc embed.h makedef.pl
34180 ____________________________________________________________________________
34181 [ 18794] By: jhi                                   on 2003/03/02  07:21:36
34182         Log: Further Unicode formats patching from Inaba Hiroto.
34183      Branch: perl
34184            + t/uni/write.t
34185            ! MANIFEST pp_ctl.c
34186 ____________________________________________________________________________
34187 [ 18793] By: jhi                                   on 2003/03/01  08:18:35
34188         Log: Integrate change #18788 from maint.
34189      Branch: perl
34190           !> perl.h
34191 ____________________________________________________________________________
34192 [ 18792] By: jhi                                   on 2003/03/01  08:14:43
34193         Log: Subject: [PATCH] Get MSWin32 back compiling
34194              From: Abe Timmerman <abe@ztreet.demon.nl>
34195              Date: Sat, 1 Mar 2003 04:31:19 +0100
34196              Message-Id: <200303010431.20205.abe@ztreet.demon.nl>
34197      Branch: perl
34198            ! embed.fnc embed.h global.sym makedef.pl
34199 ____________________________________________________________________________
34200 [ 18785] By: jhi                                   on 2003/02/26  20:38:55
34201         Log: Subject: Re: [PATCH] Re: format, PerlIO and utf8
34202              From: Inaba Hiroto <inaba@st.rim.or.jp>
34203              Date: Mon, 10 Feb 2003 00:04:51 +0900
34204              Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
34205      Branch: perl
34206            ! pp_ctl.c toke.c
34207 ____________________________________________________________________________
34208 [ 18784] By: jhi                                   on 2003/02/26  19:45:53
34209         Log: An already fixed bug from perl-unicode.
34210      Branch: perl
34211            ! t/op/pat.t
34212 ____________________________________________________________________________
34213 [ 18782] By: hv                                    on 2003/02/26  01:36:49
34214         Log: Subject: Re: [perl #20683] [fix] Better Patch
34215              From: Enache Adrian <enache@rdslink.ro>
34216              Date: Sun, 23 Feb 2003 20:16:39 +0200
34217              Message-ID: <20030223181639.GA18713@ratsnest.hole>
34218      Branch: perl
34219            ! embed.fnc embed.h ext/Devel/Peek/Peek.t mg.c perl.h proto.h
34220            ! regexec.c sv.c t/op/pat.t
34221 ____________________________________________________________________________
34222 [ 18781] By: hv                                    on 2003/02/26  01:11:14
34223         Log: regen headers
34224      Branch: perl
34225            ! perlapi.h pod/perlapi.pod
34226 ____________________________________________________________________________
34227 [ 18780] By: hv                                    on 2003/02/26  00:25:32
34228         Log: Two typos found by Philip Newton <pnewton@gmx.de>
34229      Branch: perl
34230            ! configpm ext/DB_File/DB_File.pm
34231 ____________________________________________________________________________
34232 [ 18779] By: jhi                                   on 2003/02/25  18:20:01
34233         Log: Add tests for the -C switch.  Depending on the
34234              CLIs some $^O dance may be needed.
34235      Branch: perl
34236            + t/run/switchC.t
34237            ! MANIFEST
34238 ____________________________________________________________________________
34239 [ 18778] By: hv                                    on 2003/02/25  15:24:17
34240         Log: Add missing file from change #18774.
34241      Branch: perl
34242            + t/op/localref.t
34243 ____________________________________________________________________________
34244 [ 18777] By: hv                                    on 2003/02/25  14:07:59
34245         Log: More variables for change #18776.
34246      Branch: perl
34247            ! op.c
34248 ____________________________________________________________________________
34249 [ 18776] By: hv                                    on 2003/02/25  14:04:03
34250         Log: Subject: [perl #20682] [fix] @- array not visible in s///
34251              From: Enache Adrian <enache@rdslink.ro>
34252              Date: Fri, 21 Feb 2003 17:50:14 +0200
34253              Message-ID: <20030221155014.GB793@ratsnest.hole>
34254      Branch: perl
34255            ! op.c t/op/subst.t
34256 ____________________________________________________________________________
34257 [ 18775] By: hv                                    on 2003/02/25  13:53:11
34258         Log: Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
34259              From: Enache Adrian <enache@rdslink.ro>
34260              Date: Fri, 21 Feb 2003 17:49:41 +0200
34261              Message-ID: <20030221154941.GA793@ratsnest.hole>
34262      Branch: perl
34263            ! pp_ctl.c t/op/subst.t
34264 ____________________________________________________________________________
34265 [ 18774] By: hv                                    on 2003/02/25  13:21:19
34266         Log: Subject: Re: [perl #21321] local ${"FOO"} does not work
34267              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34268              Date: Sun, 23 Feb 2003 00:03:27 +0100
34269              Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
34270      Branch: perl
34271            ! MANIFEST op.c perl.h pp.c pp_hot.c t/op/local.t
34272 ____________________________________________________________________________
34273 [ 18773] By: hv                                    on 2003/02/25  12:45:01
34274         Log: Subject: [Encode] 1.88 Released
34275              From: Dan Kogai <dankogai@dan.co.jp>
34276              Date: Thu, 20 Feb 2003 23:49:55 +0900
34277              Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
34278      Branch: perl
34279            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
34280            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
34281            ! ext/Encode/lib/Encode/CJKConstants.pm
34282            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/enc_eucjp.t
34283            ! ext/Encode/t/enc_utf8.t ext/Encode/ucm/viscii.ucm
34284 ____________________________________________________________________________
34285 [ 18772] By: merijn                                on 2003/02/25  12:12:14
34286         Log: Subject: [perl@18752] warnings from CGI tests under cygwin
34287              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34288              Date: Wed, 19 Feb 2003 13:37:39 -0800
34289              Message-ID: <jk/U+gzkg2DE092yn@efn.org>
34290      Branch: perl
34291            ! lib/CGI.pm
34292 ____________________________________________________________________________
34293 [ 18771] By: jhi                                   on 2003/02/25  07:46:53
34294         Log: Cleanup #18770 as suggested by Rafael.
34295      Branch: perl
34296            ! mg.c perl.h
34297 ____________________________________________________________________________
34298 [ 18770] By: jhi                                   on 2003/02/25  06:01:09
34299         Log: A new try at #18765 (for [perl #20920]).
34300      Branch: perl
34301            ! mg.c
34302 ____________________________________________________________________________
34303 [ 18769] By: jhi                                   on 2003/02/25  05:33:10
34304         Log: Retract change #18765: makes HiRes.t hang after subtest #11.
34305      Branch: perl
34306            ! mg.c
34307 ____________________________________________________________________________
34308 [ 18768] By: chip                                  on 2003/02/24  21:42:57
34309         Log: Include p4d2p in Porting again, because p4genpatch doesn't work
34310              until a change has been submitted.
34311      Branch: perl
34312            + Porting/p4d2p
34313            ! MANIFEST
34314 ____________________________________________________________________________
34315 [ 18767] By: chip                                  on 2003/02/24  21:35:56
34316         Log: In Porting scripts, use standard perl path of "/usr/bin/perl".
34317      Branch: perl
34318            ! Porting/check83.pl Porting/findvars Porting/fixCORE
34319            ! Porting/fixvars Porting/genlog Porting/makerel Porting/patchls
34320 ____________________________________________________________________________
34321 [ 18766] By: jhi                                   on 2003/02/24  20:04:36
34322         Log: PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
34323      Branch: perl
34324            ! embedvar.h intrpvar.h mg.c perl.c perl.h pod/perldiag.pod
34325            ! pod/perlipc.pod pod/perlrun.pod pp_sys.c util.c
34326 ____________________________________________________________________________
34327 [ 18765] By: jhi                                   on 2003/02/24  19:56:23
34328         Log: Subject: Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
34329              From: Slaven Rezic <slaven@rezic.de>
34330              Date: 14 Feb 2003 09:11:15 +0100
34331              Message-ID: <878ywji8nw.fsf@vran.herceg.de>
34332
34333              (with slight tweaks)
34334      Branch: perl
34335            ! mg.c
34336 ____________________________________________________________________________
34337 [ 18764] By: jhi                                   on 2003/02/24  18:44:41
34338         Log: Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
34339              "scalar upgraded to UTF-8 as a side effect of quote-interpolation
34340              when 'use encoding' is engaged"-- wasn't actually encoding's fault.
34341      Branch: perl
34342            ! pp_ctl.c pp_hot.c sv.c sv.h t/op/concat.t
34343 ____________________________________________________________________________
34344 [ 18763] By: chip                                  on 2003/02/24  14:54:36
34345         Log: Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
34346      Branch: perl
34347            ! op.c win32/perlhost.h
34348 ____________________________________________________________________________
34349 [ 18762] By: hv                                    on 2003/02/24  00:18:42
34350         Log: Remove no-longer-true line from perlop
34351      Branch: perl
34352            ! pod/perlop.pod
34353 ____________________________________________________________________________
34354 [ 18761] By: jhi                                   on 2003/02/23  12:07:53
34355         Log: Chip noticed that the intended optionality of the 'IV' was
34356              forgotten in the change #18758.
34357      Branch: perl
34358            ! ext/Devel/Peek/Peek.t
34359 ____________________________________________________________________________
34360 [ 18760] By: jhi                                   on 2003/02/22  19:17:04
34361         Log: API doc tweaks.
34362      Branch: perl
34363            ! utf8.c
34364 ____________________________________________________________________________
34365 [ 18759] By: sky                                   on 2003/02/21  09:08:30
34366         Log: Change regex to be a bit more friendly against various
34367              outputs from ps -f, regex suggest by rgs
34368      Branch: perl
34369            ! ext/threads/t/join.t
34370 ____________________________________________________________________________
34371 [ 18758] By: jhi                                   on 2003/02/20  17:28:44
34372         Log: Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
34373              From: PPrymmer@factset.com
34374              Date: Thu, 20 Feb 2003 13:28:09 -0500
34375              Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
34376      Branch: perl
34377            ! ext/Devel/Peek/Peek.t
34378 ____________________________________________________________________________
34379 [ 18757] By: jhi                                   on 2003/02/20  17:27:17
34380         Log: Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
34381              From: PPrymmer@factset.com
34382              Date: Wed, 19 Feb 2003 15:04:40 -0500
34383              Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
34384      Branch: perl
34385            ! README.vms configure.com
34386 ____________________________________________________________________________
34387 [ 18756] By: jhi                                   on 2003/02/20  06:16:05
34388         Log: Doc tweakage on -C.
34389      Branch: perl
34390            ! pod/perlrun.pod
34391 ____________________________________________________________________________
34392 [ 18755] By: rgs                                   on 2003/02/19  21:31:43
34393         Log: Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
34394              From: Brendan O'Dea <bod@debian.org>
34395              Date: Sun, 16 Feb 2003 21:09:23 +1100
34396              Message-ID: <20030216100923.GA29761@londo.c47.org>
34397      Branch: perl
34398            ! pod/perlcompile.pod
34399 ____________________________________________________________________________
34400 [ 18754] By: rgs                                   on 2003/02/19  21:14:37
34401         Log: Document clearly that "_" is always in package "main".
34402      Branch: perl
34403            ! pod/perlvar.pod
34404 ____________________________________________________________________________
34405 [ 18753] By: rgs                                   on 2003/02/19  20:55:09
34406         Log: Subject: Re: [perl #20716] scope error with brackets
34407              From: Enache Adrian <enache@rdslink.ro>
34408              Date: Thu, 13 Feb 2003 04:52:21 +0200
34409              Message-ID: <20030213025221.GA1215@ratsnest.hole>
34410              (better version of change #18687)
34411      Branch: perl
34412            ! t/comp/parser.t toke.c
34413 ____________________________________________________________________________
34414 [ 18752] By: jhi                                   on 2003/02/19  05:10:26
34415         Log: 'A' is not 65 everywhere.
34416      Branch: perl
34417            ! t/op/pack.t
34418 ____________________________________________________________________________
34419 [ 18751] By: chip                                  on 2003/02/19  03:54:45
34420         Log: Support one-parameter unpack(), which unpacks $_.
34421      Branch: perl
34422            ! opcode.h opcode.pl pod/perlfunc.pod pp_pack.c t/op/pack.t
34423 ____________________________________________________________________________
34424 [ 18750] By: hv                                    on 2003/02/19  00:53:03
34425         Log: more complex assertions activation:
34426              Subject: Re: Did the assertion patch/feature submission get overlooked?
34427              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
34428              Date: Tue, 18 Feb 2003 19:24:13 +0000
34429              Message-ID: <3E52885D.5060903@yahoo.com>
34430      Branch: perl
34431            ! lib/assertions.pm lib/assertions/activate.pm
34432            ! t/comp/assertions.t
34433 ____________________________________________________________________________
34434 [ 18749] By: hv                                    on 2003/02/19  00:19:21
34435         Log: Subject: [PATCH] Make adding notes to patchlevel.h easier
34436              From: andreas.koenig@anima.de (Andreas J. Koenig)
34437              Date: Tue, 18 Feb 2003 11:48:40 +0100
34438              Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
34439      Branch: perl
34440            ! patchlevel.h
34441 ____________________________________________________________________________
34442 [ 18748] By: hv                                    on 2003/02/19  00:00:41
34443         Log: Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
34444              From: Dave Mitchell <davem@fdgroup.com>
34445              Date: Tue, 18 Feb 2003 21:45:45 +0000
34446              Message-ID: <20030218214545.C18547@fdgroup.com>
34447
34448              and tests for the same:
34449              From: Dave Mitchell <davem@fdgroup.com>
34450              Date: Wed, 19 Feb 2003 00:42:01 +0000
34451              Message-ID: <20030219004201.F18547@fdgroup.com>
34452      Branch: perl
34453            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
34454 ____________________________________________________________________________
34455 [ 18747] By: hv                                    on 2003/02/18  23:47:06
34456         Log: Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
34457              problems on case-insensitive file systems. Rename it back to
34458              t/run/switch_A.t
34459      Branch: perl
34460           +> t/run/switch_A.t
34461            - t/run/switchA.t
34462            ! MANIFEST
34463 ____________________________________________________________________________
34464 [ 18746] By: sky                                   on 2003/02/18  21:31:37
34465         Log: Subject: Re: -Os for Darwin why?
34466              From: schwern@pobox.com
34467              Date: tis feb 18, 2003  20:37:39 Europe/Stockholm
34468              Message-Id: <20030218113739.D25848@ttul.org>
34469      Branch: perl
34470            ! hints/darwin.sh
34471 ____________________________________________________________________________
34472 [ 18741] By: jhi                                   on 2003/02/18  14:01:34
34473         Log: Format nit.
34474      Branch: perl
34475            ! util.c
34476 ____________________________________________________________________________
34477 [ 18740] By: sky                                   on 2003/02/18  06:33:57
34478         Log: Re: -Os for Darwin why?
34479              From: schwern@pobox.com
34480              Date: tis feb 18, 2003  04:14:03 Europe/Stockholm
34481              Message-Id: <20030217191403.A17553@ttul.org>
34482      Branch: perl
34483            ! hints/darwin.sh
34484 ____________________________________________________________________________
34485 [ 18739] By: hv                                    on 2003/02/18  01:04:01
34486         Log: Subject: Re: Did the assertion patch/feature submission get overlooked?
34487              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
34488              Date: Mon, 17 Feb 2003 23:38:05 +0000
34489              Message-ID: <3E51725D.5060303@yahoo.com>
34490      Branch: perl
34491            + t/comp/assertions.t t/run/switchA.t
34492            ! MANIFEST
34493 ____________________________________________________________________________
34494 [ 18738] By: hv                                    on 2003/02/18  00:51:24
34495         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
34496              From: Nicholas Clark <nick@ccl4.org>
34497              Date: Mon, 17 Feb 2003 21:07:03 +0000
34498              Message-ID: <20030217210330.A8611@plum.flirble.org>
34499      Branch: perl
34500            ! sv.c
34501 ____________________________________________________________________________
34502 [ 18737] By: hv                                    on 2003/02/18  00:47:00
34503         Log: Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
34504              From: Stephen McCamant <smcc@mit.edu>
34505              Date: Mon, 17 Feb 2003 19:34:36 -0500
34506              Date: Mon, 17 Feb 2003 19:34:36 -0500
34507              Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
34508      Branch: perl
34509            ! ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
34510            ! ext/B/B/Terse.pm ext/B/t/terse.t
34511 ____________________________________________________________________________
34512 [ 18736] By: hv                                    on 2003/02/17  09:33:47
34513         Log: Subject: [PATCH] Re: [PATCH] Copy on write for $& and $1...
34514              From: Nicholas Clark <nick@unfortu.net>
34515              Date: Sun, 16 Feb 2003 23:09:50 +0000
34516              Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net>
34517      Branch: perl
34518            ! sv.c
34519 ____________________________________________________________________________
34520 [ 18735] By: hv                                    on 2003/02/17  09:13:02
34521         Log: Use the escape E<ntilde> in source files rather than the actual char.
34522      Branch: perl
34523            ! lib/assertions.pm lib/assertions/activate.pm
34524 ____________________________________________________________________________
34525 [ 18734] By: hv                                    on 2003/02/17  09:06:44
34526         Log: Suppress empty #ifdef blocks in embed.pl
34527      Branch: perl
34528            ! embed.h embed.pl
34529 ____________________________________________________________________________
34530 [ 18733] By: hv                                    on 2003/02/17  08:51:53
34531         Log: fix typo in sv.c and regenerate perlapi.pod
34532      Branch: perl
34533            ! pod/perlapi.pod sv.c
34534 ____________________________________________________________________________
34535 [ 18732] By: jhi                                   on 2003/02/17  06:40:09
34536         Log: Philip Newton has eagle eyes :-)
34537      Branch: perl
34538            ! pod/perlrun.pod
34539 ____________________________________________________________________________
34540 [ 18731] By: jhi                                   on 2003/02/17  05:31:18
34541         Log: Doc tweaks (and one code tweak) based on Philip Newton's comments.
34542      Branch: perl
34543            ! locale.c pod/perlrun.pod pod/perlunicode.pod
34544            ! pod/perluniintro.pod pod/perlvar.pod util.c
34545 ____________________________________________________________________________
34546 [ 18730] By: jhi                                   on 2003/02/17  04:44:53
34547         Log: Make also the -CAL conditional on locale.
34548      Branch: perl
34549            ! perl.c pod/perlrun.pod
34550 ____________________________________________________________________________
34551 [ 18729] By: jhi                                   on 2003/02/16  18:33:05
34552         Log: NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
34553      Branch: perl
34554            ! embed.h embed.pl pod/perlembed.pod
34555 ____________________________________________________________________________
34556 [ 18728] By: jhi                                   on 2003/02/16  18:20:04
34557         Log: According to Sarathy it's better have the Ministry
34558              of Information to remove all memory of NO_EMBED.
34559              What NO_EMBED?
34560      Branch: perl
34561            ! embed.h embed.pl
34562 ____________________________________________________________________________
34563 [ 18727] By: hv                                    on 2003/02/16  13:55:10
34564         Log: add support for assertions. Updated form of:
34565              Subject: Re: Did the assertion patch/feature submission get overlooked?
34566              From: Salvador =?ISO-8859-1?Q?Fandi=F1o?= <sfandino@yahoo.com>
34567              Date: Sat, 30 Nov 2002 17:24:09 +0000
34568              Message-ID: <3DE8F439.50402@yahoo.com>
34569      Branch: perl
34570            + lib/assertions.pm lib/assertions/activate.pm
34571            ! MANIFEST cv.h dump.c embed.pl embedvar.h ext/B/B/Deparse.pm
34572            ! ext/B/defsubs_h.PL intrpvar.h lib/perl5db.pl op.c perl.c
34573            ! perl.h perlapi.h pp_hot.c sv.c toke.c xsutils.c
34574 ____________________________________________________________________________
34575 [ 18726] By: hv                                    on 2003/02/16  13:10:32
34576         Log: COW regexps:
34577              Subject: [PATCH] Copy on write for $& and $1...
34578              From: Nicholas Clark <nick@unfortu.net>
34579              Date: Sun, 9 Feb 2003 23:00:09 +0000
34580              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
34581      Branch: perl
34582            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_ctl.c pp_hot.c
34583            ! proto.h regcomp.c regexec.c regexp.h sv.c sv.h thrdvar.h
34584 ____________________________________________________________________________
34585 [ 18725] By: hv                                    on 2003/02/16  13:08:52
34586         Log: inline SvREFCNT_dec:
34587              Subject: [PATCH] Copy on write for $& and $1...
34588              From: Nicholas Clark <nick@unfortu.net>
34589              Date: Sun, 9 Feb 2003 23:00:09 +0000
34590              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
34591      Branch: perl
34592            ! embed.fnc embed.h proto.h sv.c sv.h
34593 ____________________________________________________________________________
34594 [ 18723] By: hv                                    on 2003/02/16  11:12:58
34595         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
34596              From: Enache Adrian <enache@rdslink.ro>
34597              Date: Sun, 16 Feb 2003 00:05:10 +0200
34598              Message-ID: <20030215220510.GB893@ratsnest.hole>
34599      Branch: perl
34600            ! op.c
34601 ____________________________________________________________________________
34602 [ 18722] By: hv                                    on 2003/02/16  11:08:06
34603         Log: outdent else-if chain in scope()
34604      Branch: perl
34605            ! op.c
34606 ____________________________________________________________________________
34607 [ 18721] By: hv                                    on 2003/02/16  11:00:47
34608         Log: Subject: [PATCH] arcane tainting bug in vms.c
34609              From: "Craig A. Berry" <craigberry@mac.com>
34610              Date: Sat, 15 Feb 2003 12:29:03 -0600
34611              Message-ID: <3E4E86EF.8090609@mac.com>
34612      Branch: perl
34613            ! vms/vms.c
34614 ____________________________________________________________________________
34615 [ 18720] By: hv                                    on 2003/02/16  10:54:58
34616         Log: restrict PERL_PRESERVE_IVUV to things that should really give an
34617              integer, but extend to runtime. Based on:
34618              Subject: Re: [perl #20827] Unexpected scientific notation.
34619              From: hv@crypt.org
34620              Date: Wed, 12 Feb 2003 03:12:43 +0000
34621              Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
34622      Branch: perl
34623            ! op.c pp.c
34624 ____________________________________________________________________________
34625 [ 18718] By: jhi                                   on 2003/02/16  09:47:02
34626         Log: As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
34627              which will disable the short forms of the Perl_ API, good for
34628              embedding stuff.  (Kind of like the old NO_EMBED, but better.)
34629      Branch: perl
34630            ! embed.h embed.pl pod/perlembed.pod
34631 ____________________________________________________________________________
34632 [ 18717] By: jhi                                   on 2003/02/16  09:44:57
34633         Log: Clarify the -C syntax a bit.
34634      Branch: perl
34635            ! pod/perlrun.pod
34636 ____________________________________________________________________________
34637 [ 18716] By: jhi                                   on 2003/02/16  08:29:54
34638         Log: Forgotten from #18715.
34639      Branch: perl
34640            ! embed.h proto.h
34641 ____________________________________________________________________________
34642 [ 18715] By: jhi                                   on 2003/02/15  21:19:37
34643         Log: The new(er) way of controlling Unicode I/O (and other) features;
34644              -C (or PERL_UNICODE).  See perlrun/-C for more details.
34645      Branch: perl
34646            ! embed.fnc embedvar.h gv.c intrpvar.h locale.c mg.c perl.c
34647            ! perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
34648            ! pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
34649            ! util.c
34650 ____________________________________________________________________________
34651 [ 18714] By: jhi                                   on 2003/02/15  12:31:25
34652         Log: Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
34653      Branch: perl
34654            ! ext/Storable/Storable.xs
34655 ____________________________________________________________________________
34656 [ 18712] By: jhi                                   on 2003/02/15  08:39:38
34657         Log: Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
34658              even closer to each other.  The dec_osf.pl is irrelevant
34659              for the current core but adding it makes for one less exception
34660              when integrating.
34661      Branch: perl
34662            + ext/Digest/MD5/hints/dec_osf.pl
34663            ! MANIFEST ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
34664            ! ext/Digest/MD5/t/files.t
34665 ____________________________________________________________________________
34666 [ 18711] By: jhi                                   on 2003/02/15  08:32:04
34667         Log: Update MD5 Changes; update checksums.
34668      Branch: perl
34669            ! ext/Digest/MD5/Changes ext/Digest/MD5/t/files.t
34670 ____________________________________________________________________________
34671 [ 18710] By: jhi                                   on 2003/02/15  08:19:20
34672         Log: Update the MD5 checksums.
34673      Branch: perl
34674            ! ext/Digest/MD5/t/files.t
34675 ____________________________________________________________________________
34676 [ 18709] By: jhi                                   on 2003/02/15  08:16:26
34677         Log: Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
34678              (problem noticed by Graham with List::Util).
34679      Branch: perl
34680            ! ext/Data/Dumper/Dumper.xs ext/Digest/MD5/MD5.xs
34681            ! ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
34682 ____________________________________________________________________________
34683 [ 18708] By: jhi                                   on 2003/02/15  07:31:17
34684         Log: Subject: Re: [perl #20912] UTF8 related glitch + fix
34685              From: Enache Adrian <enache@rdslink.ro>
34686              Date: Sat, 15 Feb 2003 00:37:40 +0200
34687              Message-ID: <20030214223740.GA13575@ratsnest.hole>
34688      Branch: perl
34689            ! pp.c t/op/split.t
34690 ____________________________________________________________________________
34691 [ 18707] By: hv                                    on 2003/02/15  06:38:15
34692         Log: Subject: [doc patch] ext/threads/shared/shared.pm
34693              From: Stas Bekman <stas@stason.org>
34694              Date: Fri, 14 Feb 2003 11:12:39 +1100
34695              Message-ID: <3E4C3477.7030306@stason.org>
34696      Branch: perl
34697            ! ext/threads/shared/shared.pm
34698 ____________________________________________________________________________
34699 [ 18706] By: hv                                    on 2003/02/15  06:32:35
34700         Log: Subject: Re: perlvar phrasing clarification for $^S
34701              From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
34702              Date: Fri, 14 Feb 2003 10:12:00 +1100
34703              Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
34704      Branch: perl
34705            ! pod/perlvar.pod
34706 ____________________________________________________________________________
34707 [ 18705] By: hv                                    on 2003/02/15  06:27:07
34708         Log: Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
34709              From: Dave Mitchell <davem@fdgroup.com>
34710              Date: Fri, 14 Feb 2003 22:48:27 +0000
34711              Message-ID: <20030214224827.B6783@fdgroup.com>
34712
34713              with tests:
34714              From: Slaven Rezic <slaven@rezic.de>
34715              Date: 14 Feb 2003 20:23:20 +0100
34716              Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
34717      Branch: perl
34718            ! pp.c t/op/substr.t t/op/vec.t
34719 ____________________________________________________________________________
34720 [ 18704] By: hv                                    on 2003/02/15  06:17:06
34721         Log: Subject: Re: overriding builtins quirk
34722              From: Jerrad Pierce <belg4mit@MIT.EDU>
34723              Date: Fri, 14 Feb 2003 09:28:13 -0500
34724              Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
34725      Branch: perl
34726            ! pod/perlsub.pod
34727 ____________________________________________________________________________
34728 [ 18703] By: rgs                                   on 2003/02/14  22:23:56
34729         Log: Subject: Re: trying to fix #20154, #20357
34730              From: Enache Adrian <enache@rdslink.ro>
34731              Date: Sat, 8 Feb 2003 21:05:14 +0200
34732              Message-ID: <20030208190514.GA866@ratsnest.hole>
34733              (fixes #19061 as well)
34734      Branch: perl
34735            ! pp_ctl.c t/op/goto.t
34736 ____________________________________________________________________________
34737 [ 18702] By: gbarr                                 on 2003/02/14  19:26:23
34738         Log: Update to Scalar-List-Utils 1.11
34739      Branch: perl
34740            + ext/List/Util/t/proto.t
34741            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
34742            ! ext/List/Util/lib/List/Util.pm
34743            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
34744 ____________________________________________________________________________
34745 [ 18699] By: jhi                                   on 2003/02/13  09:43:33
34746         Log: gcc 3.2.1 does not have -Wall faith that tmp
34747              will not be used uninitialized.
34748      Branch: perl
34749            ! toke.c
34750 ____________________________________________________________________________
34751 [ 18698] By: hv                                    on 2003/02/12  03:01:32
34752         Log: Subject: perlbug (was: Re: [perl #20606] [no subject])
34753              From: Slaven Rezic <slaven@rezic.de>
34754              Date: 30 Jan 2003 19:03:41 +0100
34755              Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
34756      Branch: perl
34757            ! utils/perlbug.PL
34758 ____________________________________________________________________________
34759 [ 18697] By: hv                                    on 2003/02/12  02:20:39
34760         Log: Subject: [PATCH 5.9.0] to silence compiler warning
34761              From: Robin Barker <Robin.Barker@npl.co.uk>
34762              Date: Tue, 28 Jan 2003 13:27:17 -0000
34763              Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
34764      Branch: perl
34765            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
34766            ! universal.c util.c
34767 ____________________________________________________________________________
34768 [ 18696] By: rgs                                   on 2003/02/11  20:13:21
34769         Log: Subject: [perl #20654] %*v02x considered invalid in printf
34770              From: Robin Barker (via RT) <perlbug-followup@perl.org>
34771              Date: 10 Feb 2003 16:43:23 -0000
34772              Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
34773      Branch: perl
34774            ! sv.c t/op/sprintf.t
34775 ____________________________________________________________________________
34776 [ 18695] By: rgs                                   on 2003/02/11  20:00:23
34777         Log: Subject: mini-[patch] perlrun "^$W" typo
34778              From: Iain Truskett <spoon@dellah.org>
34779              Date: Tue, 11 Feb 2003 08:38:52 +1100
34780              Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
34781      Branch: perl
34782            ! pod/perlrun.pod
34783 ____________________________________________________________________________
34784 [ 18694] By: rgs                                   on 2003/02/11  19:44:00
34785         Log: Subject: [PATCH] More B::Concise fixes
34786              From: Stephen McCamant <smcc@mit.edu>
34787              Date: Sun, 9 Feb 2003 17:28:38 -0500
34788              Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
34789      Branch: perl
34790            ! ext/B/B/Concise.pm
34791 ____________________________________________________________________________
34792 [ 18693] By: merijn                                on 2003/02/11  08:14:29
34793         Log: More code cleanup.
34794
34795              Subject: Re: New SV Flag
34796              Date: Fri, 07 Feb 2003 09:57:43 +0100
34797              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34798              Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl>
34799      Branch: perl
34800            ! sv.c sv.h
34801 ____________________________________________________________________________
34802 [ 18692] By: jhi                                   on 2003/02/11  07:53:26
34803         Log: Dueling patches.
34804      Branch: perl
34805            - lib/CPAN/ChangeLog
34806            ! MANIFEST
34807 ____________________________________________________________________________
34808 [ 18691] By: hv                                    on 2003/02/11  00:27:56
34809         Log: Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
34810              From: Mark Mielke <mark@mark.mielke.cc>
34811              Date: Mon, 20 Jan 2003 19:56:13 -0500
34812              Message-ID: <20030121005613.GA31739@mark.mielke.cc>
34813      Branch: perl
34814            ! sv.c
34815 ____________________________________________________________________________
34816 [ 18690] By: hv                                    on 2003/02/10  22:08:05
34817         Log: fix comment in change #18689
34818      Branch: perl
34819            ! sv.c
34820 ____________________________________________________________________________
34821 [ 18689] By: hv                                    on 2003/02/10  21:59:34
34822         Log: Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
34823              Now allows but ignores the 'l' modifier on floating point formats
34824              and adds a couple of tests.
34825      Branch: perl
34826            ! sv.c t/op/sprintf.t
34827 ____________________________________________________________________________
34828 [ 18688] By: sky                                   on 2003/02/10  19:54:13
34829         Log: Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
34830              From: Enache Adrian <enache@rdslink.ro>
34831              Date: sun feb 9, 2003  21:10:25 Europe/Stockholm
34832              Message-Id: <20030209201025.GA1247@ratsnest.hole>
34833      Branch: perl
34834            ! pp_ctl.c
34835 ____________________________________________________________________________
34836 [ 18687] By: sky                                   on 2003/02/10  18:13:29
34837         Log: Subject: Re: [perl #20716] [FIX] scope error with brackets
34838              From: Enache Adrian <enache@rdslink.ro>
34839              Date: mon feb 10, 2003  18:48:58 Europe/Stockholm
34840              Message-id: <20030210174858.GA872@ratsnest.hole>
34841      Branch: perl
34842            ! t/comp/parser.t toke.c
34843 ____________________________________________________________________________
34844 [ 18686] By: sky                                   on 2003/02/10  18:11:35
34845         Log: Compile under threads and MacOSX. For some reason newSVpvf
34846              was not exapnded.
34847      Branch: perl
34848            ! universal.c
34849 ____________________________________________________________________________
34850 [ 18685] By: ams                                   on 2003/02/10  03:44:07
34851         Log: No, we don't really want the utility scripts.
34852      Branch: perl
34853            - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
34854            - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
34855            ! MANIFEST ext/MIME/Base64/Makefile.PL
34856 ____________________________________________________________________________
34857 [ 18684] By: hv                                    on 2003/02/10  01:43:12
34858         Log: fix for C< use if qw/ 1 open :utf8 / > based on:
34859              Subject: [perl #20536] use if 1, open => ':utf8' fails
34860              From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
34861              Date: 24 Jan 2003 22:39:06 -0000
34862              Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
34863      Branch: perl
34864            ! lib/if.pm lib/if.t
34865 ____________________________________________________________________________
34866 [ 18683] By: hv                                    on 2003/02/10  01:15:52
34867         Log: Subject: RE: perldebug.pod suggestion
34868              From: "Jay Hannah" <jhannah@omnihotels.com>
34869              Date: Fri, 24 Jan 2003 11:28:44 -0600
34870              Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
34871      Branch: perl
34872            ! pod/perldebug.pod
34873 ____________________________________________________________________________
34874 [ 18682] By: hv                                    on 2003/02/10  00:26:50
34875         Log: Subject: [PATCH] version objects final(?) patch
34876              From: John Peacock <jpeacock@rowman.com>
34877              Date: Sun, 05 Jan 2003 21:28:41 -0500
34878              Message-ID: <3E18E9D9.2040908@rowman.com>
34879      Branch: perl
34880            ! lib/version.pm lib/version.t universal.c util.c
34881 ____________________________________________________________________________
34882 [ 18680] By: chip                                  on 2003/02/09  17:39:33
34883         Log: Add CPAN ChangeLog to MANIFEST.
34884      Branch: perl
34885            ! MANIFEST
34886 ____________________________________________________________________________
34887 [ 18678] By: jhi                                   on 2003/02/09  14:37:38
34888         Log: CPAN ChangeLog not needed, says Andreas.
34889      Branch: perl
34890            ! MANIFEST
34891 ____________________________________________________________________________
34892 [ 18677] By: jhi                                   on 2003/02/09  08:42:19
34893         Log: Subject: [perl #20785] glitches with $PerlIO::encoding::fallback
34894              From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" <perlbug-followup@perl.org>
34895              Date: 8 Feb 2003 11:54:11 -0000
34896              Message-Id: <rt-20785-50586.6.45611613038412@bugs6.perl.org>
34897      Branch: perl
34898            ! ext/PerlIO/encoding/encoding.pm
34899 ____________________________________________________________________________
34900 [ 18676] By: jhi                                   on 2003/02/09  08:35:25
34901         Log: Subject: Re: utime undef, undef, "/tmp/test" and warnings
34902              From: Stas Bekman <stas@stason.org>
34903              Date: Sat, 08 Feb 2003 11:12:28 +1100
34904              Message-ID: <3E444B6C.5060407@stason.org>
34905      Branch: perl
34906            ! doio.c
34907 ____________________________________________________________________________
34908 [ 18675] By: jhi                                   on 2003/02/08  19:49:40
34909         Log: Possible cruft removal.
34910      Branch: perl
34911            ! x2p/Makefile.SH
34912 ____________________________________________________________________________
34913 [ 18674] By: jhi                                   on 2003/02/08  18:22:42
34914         Log: Signedness nits.
34915      Branch: perl
34916            ! toke.c
34917 ____________________________________________________________________________
34918 [ 18672] By: jhi                                   on 2003/02/08  08:45:35
34919         Log: Upgrade to CPAN 1.64, from Andreas Koenig.
34920      Branch: perl
34921            + lib/CPAN/ChangeLog lib/CPAN/README utils/cpan
34922            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
34923            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
34924            ! utils.lst
34925 ____________________________________________________________________________
34926 [ 18671] By: jhi                                   on 2003/02/08  08:35:06
34927         Log: Upgrade to Net::Ping 2.28, from Rob Brown.
34928      Branch: perl
34929            + lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
34930            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
34931            ! lib/Net/Ping/README lib/Net/Ping/t/300_ping_stream.t
34932            ! lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/410_syn_host.t
34933 ____________________________________________________________________________
34934 [ 18670] By: jhi                                   on 2003/02/08  07:23:02
34935         Log: Subject: [PATCH] perluniintro nit
34936              From: Autrijus Tang <autrijus@autrijus.org>
34937              Date: Fri, 7 Feb 2003 00:02:49 +0800
34938              Message-ID: <20030206160249.GA12984@not.autrijus.org>
34939      Branch: perl
34940            ! pod/perluniintro.pod
34941 ____________________________________________________________________________
34942 [ 18669] By: jhi                                   on 2003/02/06  20:06:09
34943         Log: Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
34944              From: PPrymmer@factset.com
34945              Date: Wed, 5 Feb 2003 12:00:05 -0500
34946              Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
34947      Branch: perl
34948            ! t/pod/find.t
34949 ____________________________________________________________________________
34950 [ 18668] By: jhi                                   on 2003/02/06  20:00:52
34951         Log: sv_cat_recode() proto was missing, noticed by Craig Berry.
34952      Branch: perl
34953            ! proto.h
34954 ____________________________________________________________________________
34955 [ 18666] By: sky                                   on 2003/02/06  09:39:24
34956         Log: Patch from Richard Soderberg, cleanup the code a bit and comment
34957              why we are not using SvOOK_on.
34958      Branch: perl
34959            ! sv.c
34960 ____________________________________________________________________________
34961 [ 18664] By: jhi                                   on 2003/02/06  09:26:53
34962         Log: Things forgotten from Encode 1.87.
34963      Branch: perl
34964            ! ext/Encode/Unicode/Unicode.xs ext/Encode/t/CJKT.t
34965 ____________________________________________________________________________
34966 [ 18663] By: jhi                                   on 2003/02/06  04:03:31
34967         Log: Upgrade to Encode 1.87.
34968      Branch: perl
34969            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/Changes
34970            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/KR/KR.pm
34971            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
34972            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
34973            ! ext/Encode/lib/Encode/CJKConstants.pm
34974            ! ext/Encode/lib/Encode/Encoder.pm
34975            ! ext/Encode/lib/Encode/Encoding.pm
34976            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/CJKT.t
34977            ! ext/Encode/t/enc_eucjp.t
34978 ____________________________________________________________________________
34979 [ 18662] By: jhi                                   on 2003/02/05  19:40:38
34980         Log: Add the test of [perl #8760] (fixed by change #18656).
34981      Branch: perl
34982            ! t/run/fresh_perl.t
34983 ____________________________________________________________________________
34984 [ 18661] By: jhi                                   on 2003/02/05  19:28:37
34985         Log: has become fixed too (by changes #18653
34986              and #18658, methinks), adding the test(s).
34987      Branch: perl
34988            ! t/op/pat.t
34989 ____________________________________________________________________________
34990 [ 18660] By: jhi                                   on 2003/02/05  17:15:35
34991         Log: Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
34992              From: Inaba HIroto <inaba@st.rim.or.jp>
34993              Date: Sat, 01 Feb 2003 21:58:20 +0900
34994              Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
34995      Branch: perl
34996            ! embed.fnc embed.h ext/Encode/Encode.pm ext/Encode/Encode.xs
34997            ! ext/Encode/Encode/encode.h ext/Encode/encengine.c
34998            ! ext/Encode/lib/Encode/Encoding.pm
34999            ! ext/Encode/lib/Encode/JP/JIS7.pm global.sym lib/utf8.t
35000            ! pod/perlapi.pod sv.c t/uni/tr_7jis.t toke.c
35001 ____________________________________________________________________________
35002 [ 18659] By: jhi                                   on 2003/02/05  11:51:30
35003         Log: Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
35004              From: PPrymmer@factset.com
35005              Date: Tue, 4 Feb 2003 12:03:17 -0500
35006              Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
35007      Branch: perl
35008            ! ext/PerlIO/via/via.xs
35009 ____________________________________________________________________________
35010 [ 18658] By: jhi                                   on 2003/02/05  05:45:11
35011         Log: s/S_cache_re/cache_re/ for building with threads.
35012      Branch: perl
35013            ! regexec.c
35014 ____________________________________________________________________________
35015 [ 18657] By: rgs                                   on 2003/02/04  20:06:19
35016         Log: Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
35017              From: Stephen McCamant <smcc@mit.edu>
35018              Date: Mon, 3 Feb 2003 21:01:07 -0500
35019              Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
35020      Branch: perl
35021            ! ext/B/B/Concise.pm ext/B/t/concise.t
35022 ____________________________________________________________________________
35023 [ 18656] By: rgs                                   on 2003/02/04  20:02:56
35024         Log: Better version of change #18648, by Enache Adrian
35025              Message-ID: <20030204101533.GA11817@ratsnest.hole>
35026      Branch: perl
35027            ! op.c
35028 ____________________________________________________________________________
35029 [ 18655] By: jhi                                   on 2003/02/04  15:56:36
35030         Log: Add the new test to MANIFEST.
35031      Branch: perl
35032            ! MANIFEST
35033 ____________________________________________________________________________
35034 [ 18654] By: gbarr                                 on 2003/02/04  14:42:51
35035         Log: Sync with 1.10
35036      Branch: perl
35037            + ext/List/Util/t/lln.t
35038            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
35039            ! ext/List/Util/lib/List/Util.pm
35040            ! ext/List/Util/lib/Scalar/Util.pm
35041 ____________________________________________________________________________
35042 [ 18653] By: jhi                                   on 2003/02/04  11:04:25
35043         Log: Fix "[perl #20667] unicode regex vs non-unicode regex".
35044              The PL_regdata was not set up (S_cache_re()) before it
35045              was needed (S_reginclass()).  The test put in fresh_perl.t
35046              because we need a pristine state to start.
35047      Branch: perl
35048            ! regexec.c t/run/fresh_perl.t
35049 ____________________________________________________________________________
35050 [ 18652] By: jhi                                   on 2003/02/04  06:35:51
35051         Log: Comment tweak.
35052      Branch: perl
35053            ! t/op/pat.t
35054 ____________________________________________________________________________
35055 [ 18651] By: jhi                                   on 2003/02/04  06:28:53
35056         Log: Signedness issue.
35057      Branch: perl
35058            ! ext/MIME/Base64/Base64.xs
35059 ____________________________________________________________________________
35060 [ 18650] By: rgs                                   on 2003/02/03  22:02:44
35061         Log: Force the C locale in makedepend, to prevent gcc from
35062              producing locale-dependent messages.
35063      Branch: perl
35064            ! makedepend.SH
35065 ____________________________________________________________________________
35066 [ 18649] By: rgs                                   on 2003/02/03  22:00:21
35067         Log: Document the environment variable PERL_UTF8_LOCALE in perlrun.
35068      Branch: perl
35069            ! pod/perlrun.pod
35070 ____________________________________________________________________________
35071 [ 18648] By: rgs                                   on 2003/02/03  19:32:57
35072         Log: Fix bug #8760 : cop_line isn't properly restored
35073              when a module is loaded at runtime behind the scenes.
35074      Branch: perl
35075            ! op.c t/lib/warnings/perlio
35076 ____________________________________________________________________________
35077 [ 18647] By: merijn                                on 2003/02/03  16:14:00
35078         Log: Subject: Re: [perl #20606] [PATCH} openbsd hints
35079              From: Abe Timmerman <abe@ztreet.demon.nl>
35080              Date: Sun, 2 Feb 2003 18:27:57 +0100
35081              Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
35082      Branch: perl
35083            ! hints/openbsd.sh
35084 ____________________________________________________________________________
35085 [ 18644] By: jhi                                   on 2003/02/03  12:41:51
35086         Log: Duh, test -e ENOPORTABLE, I should've remembered that.
35087              (Made Solaris go boom.)
35088      Branch: perl
35089            ! Configure
35090 ____________________________________________________________________________
35091 [ 18643] By: jhi                                   on 2003/02/03  10:36:15
35092         Log: Detypo.
35093      Branch: perl
35094            ! cop.h
35095 ____________________________________________________________________________
35096 [ 18642] By: ams                                   on 2003/02/03  08:26:36
35097         Log: Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
35098              utility scripts?)
35099      Branch: perl
35100            + ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
35101            + ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
35102            ! MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
35103            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
35104            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/base64.t
35105            ! ext/MIME/Base64/t/quoted-print.t
35106 ____________________________________________________________________________
35107 [ 18641] By: sky                                   on 2003/02/02  23:46:24
35108         Log: In any case, never copy this but use the same SV since
35109              if we copy we loose the hash we so badly need.
35110              For op_const we might still need to copy however.
35111      Branch: perl
35112            ! op.c
35113 ____________________________________________________________________________
35114 [ 18640] By: sky                                   on 2003/02/02  23:38:40
35115         Log: Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
35116              threading issue. Should perhaps be a PVOP to save memory, but then
35117              we have nowhere to store the hash of the function!
35118      Branch: perl
35119            ! dump.c op.c pp_hot.c
35120 ____________________________________________________________________________
35121 [ 18637] By: jhi                                   on 2003/02/02  20:07:57
35122         Log: Plan 9: Some time has passed.
35123      Branch: perl
35124            ! plan9/buildinfo
35125 ____________________________________________________________________________
35126 [ 18636] By: jhi                                   on 2003/02/02  20:02:11
35127         Log: Subject: Re: typo in checkin 18616
35128              From: Nick Ing-Simmons <nick@ing-simmons.net>
35129              Date: Sun, 02 Feb 2003 17:23:08 +0000
35130              Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
35131      Branch: perl
35132            ! XSUB.h
35133 ____________________________________________________________________________
35134 [ 18635] By: jhi                                   on 2003/02/02  19:46:35
35135         Log: Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
35136      Branch: perl
35137            + plan9/config_sh.sample
35138            ! MANIFEST
35139 ____________________________________________________________________________
35140 [ 18634] By: ams                                   on 2003/02/02  18:07:01
35141         Log: Subject: [PATCH] pod/perlfunc.pod
35142              From: abigail@abigail.nl
35143              Date: Sun, 2 Feb 2003 16:59:48 +0100
35144              Message-Id: <20030202155948.7971.qmail@abigail.nl>
35145      Branch: perl
35146            ! pod/perlfunc.pod
35147 ____________________________________________________________________________
35148 [ 18633] By: jhi                                   on 2003/02/02  16:48:26
35149         Log: Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
35150              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35151              Date: Wed, 22 Jan 2003 22:35:56 +0100
35152              Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
35153      Branch: perl
35154            ! mg.c pp.c pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t
35155 ____________________________________________________________________________
35156 [ 18632] By: jhi                                   on 2003/02/02  15:31:36
35157         Log: Also [perl #3547] has been fixed; add its test case.
35158      Branch: perl
35159            ! t/op/pat.t
35160 ____________________________________________________________________________
35161 [ 18631] By: jhi                                   on 2003/02/02  15:26:10
35162         Log: The [perl #7471] seems to have been fixed; add its test.
35163      Branch: perl
35164            ! t/op/pat.t
35165 ____________________________________________________________________________
35166 [ 18630] By: jhi                                   on 2003/02/02  15:21:23
35167         Log: seems to have been fixed; add its test.
35168      Branch: perl
35169            ! t/op/pat.t
35170 ____________________________________________________________________________
35171 [ 18629] By: jhi                                   on 2003/02/02  15:09:39
35172         Log: Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
35173      Branch: perl
35174            + plan9/config_h.sample
35175            ! MANIFEST
35176 ____________________________________________________________________________
35177 [ 18628] By: jhi                                   on 2003/02/02  14:46:26
35178         Log: Plan 9: Update config.plan9 based on Russ Cox' work.
35179      Branch: perl
35180            ! plan9/config.plan9
35181 ____________________________________________________________________________
35182 [ 18627] By: jhi                                   on 2003/02/02  14:24:00
35183         Log: Plan 9: Update the list of object files.
35184      Branch: perl
35185            ! plan9/mkfile
35186 ____________________________________________________________________________
35187 [ 18626] By: jhi                                   on 2003/02/02  14:03:16
35188         Log: Plan 9: No Configure.
35189      Branch: perl
35190            ! Configure
35191 ____________________________________________________________________________
35192 [ 18624] By: jhi                                   on 2003/02/02  13:29:02
35193         Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
35194      Branch: perl
35195            ! Configure
35196 ____________________________________________________________________________
35197 [ 18622] By: jhi                                   on 2003/02/02  12:49:13
35198         Log: minitest wasn't working.  (The $^X /miniperl/ test in
35199              io/crlf.t didn't work in Tru64, $^X was "./perl", used
35200              the same 'eval q/use .../' trick everywhere.)
35201      Branch: perl
35202            ! t/io/crlf.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
35203            ! t/uni/tr_utf8.t
35204 ____________________________________________________________________________
35205 [ 18621] By: jhi                                   on 2003/02/02  12:23:28
35206         Log: Fix and test for [perl #15549 Empty \Q\E not permitted]
35207              (test.pl-ise quotemeta.t, too)
35208      Branch: perl
35209            ! t/op/quotemeta.t toke.c
35210 ____________________________________________________________________________
35211 [ 18618] By: sky                                   on 2003/02/01  21:04:36
35212         Log: Fix bug #15837, temporary from storable call hadn't gotten
35213              freed yet and was cloned but without a real (AvREAL)
35214              reference to it. @_ doesn't refcount!
35215      Branch: perl
35216            ! ext/threads/threads.xs
35217 ____________________________________________________________________________
35218 [ 18616] By: jhi                                   on 2003/02/01  19:43:09
35219         Log: Integrate from perlio:
35220
35221              [ 18591]
35222              PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
35223              correct XSUB.h
35224
35225              [ 18611]
35226              Michael Schroeder's fix for re-try if stdio ops after
35227              interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
35228
35229              [ 18612]
35230              PerlIO friendly version of speed up of $/ = undef case.
35231
35232              [ 18613]
35233              fflush() before invalidating stdio's fileno.
35234      Branch: perl
35235           !> XSUB.h perlio.c sv.c
35236 ____________________________________________________________________________
35237 [ 18615] By: sky                                   on 2003/02/01  12:01:01
35238         Log: Don't free thread before using it, breaks platforms that
35239              trust that I really want to free what I free, (like HPUX
35240              and AIX).
35241      Branch: perl
35242            ! ext/threads/threads.xs
35243 ____________________________________________________________________________
35244 [ 18614] By: ams                                   on 2003/02/01  12:00:29
35245         Log: Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
35246              From: Nick Ing-Simmons <nick@ing-simmons.net>
35247              Date: Sat, 01 Feb 2003 13:03:52 +0000
35248              Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
35249      Branch: perl
35250            ! perlio.c
35251 ____________________________________________________________________________
35252 [ 18609] By: jhi                                   on 2003/01/31  08:58:40
35253         Log: Go even further (back) than change #18608 and revert
35254              to the 5.8.0 code, since otherwise split.t #40 fails.
35255              The four new tests of pat.t should keep us more honest.
35256      Branch: perl
35257            ! regexec.c
35258 ____________________________________________________________________________
35259 [ 18608] By: jhi                                   on 2003/01/31  08:24:53
35260         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
35261              From: Enache Adrian <enache@rdslink.ro>
35262              Date: Fri, 31 Jan 2003 09:20:59 +0200
35263              Message-ID: <20030131072059.GB6045@ratsnest.hole>
35264      Branch: perl
35265            ! regexec.c t/op/pat.t
35266 ____________________________________________________________________________
35267 [ 18607] By: ams                                   on 2003/01/31  02:29:56
35268         Log: Fix typo in version check ($[ to $]).
35269      Branch: perl
35270            ! ext/Storable/t/restrict.t
35271 ____________________________________________________________________________
35272 [ 18606] By: rgs                                   on 2003/01/30  22:02:47
35273         Log: Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
35274              From: Jose.auguste-etienne@cgss-guyane.fr
35275              Date: Thu, 30 Jan 2003 12:40:53 -0300
35276              Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
35277      Branch: perl
35278            ! pod/perlunicode.pod
35279 ____________________________________________________________________________
35280 [ 18605] By: rgs                                   on 2003/01/30  20:58:52
35281         Log: code example in the FAQ that isn't strict-friendly.
35282              Subject: [perl #20616] Tie::IxHash doc error.
35283              From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
35284              Date: 30 Jan 2003 11:43:17 -0000
35285              Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
35286      Branch: perl
35287            ! pod/perlfaq4.pod
35288 ____________________________________________________________________________
35289 [ 18604] By: rgs                                   on 2003/01/30  20:52:05
35290         Log: FAQ sync.
35291      Branch: perl
35292            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
35293            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
35294            ! pod/perlfaq8.pod
35295 ____________________________________________________________________________
35296 [ 18603] By: jhi                                   on 2003/01/30  08:05:22
35297         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
35298              From: Enache Adrian <enache@rdslink.ro>
35299              Date: Thu, 30 Jan 2003 10:48:09 +0200
35300              Message-ID: <20030130084809.GA16902@ratsnest.hole>
35301
35302              Fix for half of the failures, with an expanded test.
35303      Branch: perl
35304            ! lib/utf8.t sv.c
35305 ____________________________________________________________________________
35306 [ 18602] By: merijn                                on 2003/01/30  06:31:50
35307         Log: Updates to the openbsd hints
35308
35309              Subject: [perl #20606] [no subject]
35310              Date: 29 Jan 2003 18:38:37 -0000
35311              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
35312              Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
35313      Branch: perl
35314            ! hints/openbsd.sh
35315 ____________________________________________________________________________
35316 [ 18601] By: jhi                                   on 2003/01/29  05:58:36
35317         Log: More of the #18600.
35318      Branch: perl
35319            ! pad.c
35320 ____________________________________________________________________________
35321 [ 18600] By: jhi                                   on 2003/01/29  05:37:12
35322         Log: Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
35323              dumping (but now use SvPV_nolen).  (This change made an empty
35324              prototype to show up as "_" under -Uuseperlio.)
35325      Branch: perl
35326            ! dump.c
35327 ____________________________________________________________________________
35328 [ 18599] By: rgs                                   on 2003/01/28  21:07:08
35329         Log: Fix a very small memory leak in op_free, by reserving the
35330              case op_seq == (U16)-1 for the compiler backend
35331
35332              Subject: Re: Freeing code
35333              From: "Paul Johnson" <paul@pjcj.net>
35334              Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
35335              Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
35336      Branch: perl
35337            ! op.c
35338 ____________________________________________________________________________
35339 [ 18598] By: rgs                                   on 2003/01/28  20:43:02
35340         Log: Integrate from maint-5.8:
35341              Change 18450 :
35342              Tiny output tweak.
35343              Change 18429 :
35344              AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
35345              things like drand48_data are undefined).
35346              Change 18388 :
35347              List the PERL_MAGIC_utf8 ('w') flag.
35348      Branch: perl
35349           !> hints/aix.sh pod/perlguts.pod t/op/pat.t
35350 ____________________________________________________________________________
35351 [ 18597] By: rgs                                   on 2003/01/27  21:52:00
35352         Log: Subject: Re: [perl #20274] perlbug requires dynamic loading
35353              From: Slaven Rezic <slaven@rezic.de>
35354              Date: 14 Jan 2003 20:58:54 +0100
35355              Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
35356      Branch: perl
35357            ! ext/Sys/Hostname/Hostname.pm
35358 ____________________________________________________________________________
35359 [ 18596] By: rgs                                   on 2003/01/27  20:38:21
35360         Log: Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
35361              without the lval context tweak. Used in OP_DBSTATE.
35362              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
35363              From: Dave Mitchell <davem@fdgroup.com>
35364              Date: Sun, 26 Jan 2003 17:42:42 +0000
35365              Message-ID: <20030126174242.H16182@fdgroup.com>
35366      Branch: perl
35367            ! cop.h pp_ctl.c
35368 ____________________________________________________________________________
35369 [ 18595] By: rgs                                   on 2003/01/27  20:32:01
35370         Log: Subject: [PATCH] make Copy On Write work once again
35371              From: Nicholas Clark <nick@unfortu.net>
35372              Date: Sat, 25 Jan 2003 00:25:50 +0000
35373              Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>
35374      Branch: perl
35375            ! sv.h
35376 ____________________________________________________________________________
35377 [ 18594] By: jhi                                   on 2003/01/27  20:01:44
35378         Log: Update the pod list for Plan 9.
35379      Branch: perl
35380            ! plan9/mkfile
35381 ____________________________________________________________________________
35382 [ 18593] By: sky                                   on 2003/01/26  22:37:21
35383         Log: When we copy things out of a hash and increment the
35384              refcount of the shared scalar, we really must protect
35385              that refcount increase with a lock, or else it might not
35386              happen. Fixes segfault when objects would prematurely
35387              be killed.
35388      Branch: perl
35389            ! ext/threads/shared/shared.xs
35390 ____________________________________________________________________________
35391 [ 18592] By: jhi                                   on 2003/01/26  21:54:36
35392         Log: Missing (STRLEN)casts.
35393      Branch: perl
35394            ! sv.c
35395 ____________________________________________________________________________
35396 [ 18589] By: rgs                                   on 2003/01/26  13:06:49
35397         Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
35398
35399              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
35400              From: Dave Mitchell <davem@fdgroup.com>
35401              Date: Fri, 24 Jan 2003 18:44:19 +0000
35402              Message-ID: <20030124184419.F11179@fdgroup.com>
35403      Branch: perl
35404            ! mg.c op.h pp_ctl.c
35405 ____________________________________________________________________________
35406 [ 18588] By: jhi                                   on 2003/01/26  12:18:10
35407         Log: Lest people get worried about not having PerlIO.
35408      Branch: perl
35409            ! pod/perluniintro.pod
35410 ____________________________________________________________________________
35411 [ 18586] By: jhi                                   on 2003/01/26  09:19:01
35412         Log: Plan 9 doesn't do nm, from Russ Cox.
35413      Branch: perl
35414            ! Configure
35415 ____________________________________________________________________________
35416 [ 18584] By: jhi                                   on 2003/01/26  09:11:23
35417         Log: Plan 9 doesn't really have the symlink API, from Russ Cox.
35418      Branch: perl
35419            ! plan9/plan9ish.h
35420 ____________________________________________________________________________
35421 [ 18583] By: jhi                                   on 2003/01/26  09:08:36
35422         Log: Plan 9 compiler can't return quads from the ?: (condop).
35423              (There may be more spots like this, so a Configure test
35424              maybe in order, but this works for now.)  From Russ Cox.
35425      Branch: perl
35426            ! ext/PerlIO/via/via.xs plan9/plan9ish.h
35427 ____________________________________________________________________________
35428 [ 18581] By: ams                                   on 2003/01/26  05:29:40
35429         Log: Subject: Re: truncate using a globref
35430              From: Slaven Rezic <slaven@rezic.de>
35431              Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
35432              Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
35433      Branch: perl
35434            ! pp_sys.c t/io/fs.t
35435 ____________________________________________________________________________
35436 [ 18580] By: ams                                   on 2003/01/26  04:57:47
35437         Log: Subject: patch to speed up Perl's slurp mode
35438              From: Enache Adrian <enache@rdslink.ro>
35439              Date: Fri, 24 Jan 2003 06:23:54 +0200
35440              Message-Id: <20030124042354.GA30362@ratsnest.hole>
35441      Branch: perl
35442            ! sv.c
35443 ____________________________________________________________________________
35444 [ 18579] By: ams                                   on 2003/01/26  02:50:44
35445         Log: Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
35446              From: Enache Adrian <enache@rdslink.ro>
35447              Date: Sun, 26 Jan 2003 04:55:48 +0200
35448              Message-Id: <20030126025548.GB812@ratsnest.hole>
35449      Branch: perl
35450            ! pp_ctl.c
35451 ____________________________________________________________________________
35452 [ 18578] By: ams                                   on 2003/01/26  02:40:20
35453         Log: Subject: [PATCH Storable 2.06] const declaration fixup
35454              From: "Craig A. Berry" <craigberry@mac.com>
35455              Date: Thu, 23 Jan 2003 16:24:46 -0600
35456              Message-Id: <3E306BAE.4030807@mac.com>
35457      Branch: perl
35458            ! ext/Storable/Storable.xs
35459 ____________________________________________________________________________
35460 [ 18577] By: rgs                                   on 2003/01/23  20:46:00
35461         Log: Subject: [PATCH] move pad.c warnings to different test file
35462              From: Dave Mitchell <davem@fdgroup.com>
35463              Date: Thu, 23 Jan 2003 20:56:47 +0000
35464              Message-ID: <20030123205647.C8696@fdgroup.com>
35465      Branch: perl
35466            + t/lib/warnings/pad
35467            ! MANIFEST t/lib/warnings/op
35468 ____________________________________________________________________________
35469 [ 18573] By: nick                                  on 2003/01/23  07:26:43
35470         Log: Fix Solaris 32-bit invalidate case.
35471      Branch: perl
35472            ! perlio.c
35473 ____________________________________________________________________________
35474 [ 18572] By: rgs                                   on 2003/01/22  21:40:21
35475         Log: Integrate change 18448 from maint-5.8 :
35476
35477              Subject: Partial Data::Dumper patch
35478              From: Richard Clamp <richardc@unixbeard.net>
35479              Date: Sat, 4 Jan 2003 00:52:47 +0000
35480              Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
35481
35482              Subject: Re: Partial Data::Dumper patch
35483              From: Slaven Rezic <slaven@rezic.de>
35484              Date: 04 Jan 2003 02:48:08 +0100
35485              Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
35486      Branch: perl
35487           !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
35488 ____________________________________________________________________________
35489 [ 18571] By: rgs                                   on 2003/01/22  21:22:31
35490         Log: Subject: [PATCH] Re: difference between my and our before introduction
35491              From: Dave Mitchell <davem@fdgroup.com>
35492              Date: Thu, 16 Jan 2003 17:12:37 +0000
35493              Message-ID: <20030116171237.C420@fdgroup.com>
35494              (with a small test tweak)
35495      Branch: perl
35496            ! pad.c t/comp/our.t toke.c
35497 ____________________________________________________________________________
35498 [ 18569] By: rgs                                   on 2003/01/22  21:00:59
35499         Log: Fix [perl #19860] by adding a POSIX::fsync() stub.
35500      Branch: perl
35501            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
35502 ____________________________________________________________________________
35503 [ 18561] By: jhi                                   on 2003/01/22  17:43:45
35504         Log: Integrate from perlio:
35505              [ 18560]
35506              Fixes for open.pm which attempts to load layers:
35507              1. C equivalent of local $SIG{__WARN__} = sub {}
35508              while loading layers to supress warnings lib/open.t does
35509              not want.
35510              2. The loading scheme does not recurse now so look for
35511              new symptom of bad layer which is that a good module
35512              fails to load (as we cannot open any files).
35513
35514              NOTE: In my opinion open.pm should probably die on bad layer
35515              spec rather than just (maybe) warning and then allowing opens
35516              to fail.
35517      Branch: perl
35518           !> lib/open.t perlio.c
35519 ____________________________________________________________________________
35520 [ 18559] By: jhi                                   on 2003/01/22  13:19:31
35521         Log: Upgrade to Encode 1.86.
35522      Branch: perl
35523            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
35524            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
35525            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
35526 ____________________________________________________________________________
35527 [ 18558] By: jhi                                   on 2003/01/22  13:05:27
35528         Log: Subject: Re: slight tweak to -DR flag - display whether on tmps stack
35529              From: Dave Mitchell <davem@fdgroup.com>
35530              Date: Sun, 19 Jan 2003 17:22:05 +0000
35531              Message-ID: <20030119172204.D24444@fdgroup.com>
35532      Branch: perl
35533            ! dump.c
35534 ____________________________________________________________________________
35535 [ 18557] By: jhi                                   on 2003/01/22  13:01:15
35536         Log: Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning   in blead with SIGWARN
35537              From: Nicholas Clark <nick@unfortu.net>
35538              Date: Tue, 21 Jan 2003 22:27:21 +0000
35539              Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>
35540      Branch: perl
35541            ! sv.c t/op/ref.t
35542 ____________________________________________________________________________
35543 [ 18556] By: jhi                                   on 2003/01/22  12:59:02
35544         Log: Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
35545              From: Robin Barker <Robin.Barker@npl.co.uk>
35546              Date: Mon, 20 Jan 2003 15:26:21 -0000
35547              Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
35548      Branch: perl
35549            ! perlio.h
35550 ____________________________________________________________________________
35551 [ 18555] By: jhi                                   on 2003/01/22  12:57:20
35552         Log: Integrate from perlio:
35553              [ 18539]
35554              Try the invalidate_fileno() idea for non-leaky stdio sockets.
35555
35556              [ 18540]
35557              stdio does NOT set errno==EBADF on invalidated fileno
35558
35559              [ 18547]
35560              Tweak APItest for new semantics of printf.
35561              Now printf() is always real printf() and not #define'd to
35562              PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
35563              back to original file does not affect stdout unless we are
35564              using :stdio as implementation. So things printf()ed XS side
35565              are not written to file (and turn up at end of test).
35566              So add an XS function which does fflush(stdout), modify .pm
35567              file to export it and .t file to call it.
35568
35569              [ 18548]
35570              Add defined(__osf__) case to invalidate_fileno (for Tru64).
35571
35572              [ 18549]
35573              Report layer name (without arg) on fail, and attempt to
35574              autoload layer name. (Fix for [perl #20460]).
35575
35576              [ 18550]
35577              #if defined(__irix__) (for stdio invalidate) from Jarkko.
35578      Branch: perl
35579           !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
35580           !> ext/XS/APItest/t/printf.t lib/open.pm perlio.c
35581 ____________________________________________________________________________
35582 [ 18554] By: jhi                                   on 2003/01/22  12:47:03
35583         Log: Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
35584              From: Dave Mitchell <davem@fdgroup.com>
35585              Date: Sun, 19 Jan 2003 16:43:54 +0000
35586              Message-ID: <20030119164353.B24444@fdgroup.com>
35587      Branch: perl
35588            ! av.c t/op/array.t
35589 ____________________________________________________________________________
35590 [ 18553] By: jhi                                   on 2003/01/22  12:43:31
35591         Log: Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
35592              From: Martti Rahkila <martti.rahkila@hut.fi>
35593              Date: Sat, 18 Jan 2003 00:25:39 +0200
35594              Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
35595
35596              (chose the 'even safer' version)
35597      Branch: perl
35598            ! lib/Term/Complete.pm
35599 ____________________________________________________________________________
35600 [ 18552] By: jhi                                   on 2003/01/22  12:34:06
35601         Log: Subject: [PATCH] assert PV isn't RV
35602              From: Nicholas Clark <nick@unfortu.net>
35603              Date: Fri, 17 Jan 2003 19:40:45 +0000
35604              Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
35605      Branch: perl
35606            ! sv.h
35607 ____________________________________________________________________________
35608 [ 18551] By: jhi                                   on 2003/01/22  12:28:11
35609         Log: Integrate from maint-5.8:
35610              [ 18375]
35611              Better version of change #18370; use the new 'E' flag
35612              so that cxinc is exposed (as cpp) only to List::Util
35613              (well, any extension) (well, anyone who does -DPERL_EXT),
35614              no need to export it globally.
35615      Branch: perl
35616           !> embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
35617 ____________________________________________________________________________
35618 [ 18545] By: ams                                   on 2003/01/22  06:06:26
35619         Log: Subject: [PATCH perl-current] AUTHORS correction
35620              From: Richard Soderberg <rs@crystalflame.net>
35621              Date: Wed, 22 Jan 2003 02:08:13 -0500
35622              Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
35623      Branch: perl
35624            ! AUTHORS
35625 ____________________________________________________________________________
35626 [ 18544] By: jhi                                   on 2003/01/22  03:45:01
35627         Log: Continuation of #18542.
35628      Branch: perl
35629            ! sv.c
35630 ____________________________________________________________________________
35631 [ 18543] By: jhi                                   on 2003/01/22  03:21:23
35632         Log: Update the MD5 checksums.
35633      Branch: perl
35634            ! ext/Digest/MD5/t/files.t
35635 ____________________________________________________________________________
35636 [ 18542] By: hv                                    on 2003/01/22  01:37:52
35637         Log: #18530 misses a couple of pTHX definitions
35638      Branch: perl
35639            ! sv.c
35640 ____________________________________________________________________________
35641 [ 18541] By: jhi                                   on 2003/01/21  22:08:51
35642         Log: Try to make including patchlevel.h a bit more
35643              robust (use <> instead of "") and in case of
35644              failure (PERL_VERSION didn't get defined) try
35645              to fail (by trying to #include an "obviously"
35646              named file that should not exist) (didn't use
35647              #error since IIRC older cpps do not have it)
35648              (Tries to address [perl #20276].)
35649      Branch: perl
35650            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
35651            ! ext/Digest/MD5/MD5.xs ext/List/Util/Util.xs
35652            ! ext/Storable/Storable.xs
35653 ____________________________________________________________________________
35654 [ 18538] By: merijn                                on 2003/01/21  16:54:00
35655         Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
35656              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35657              Date: Mon, 30 Dec 2002 18:01:16 -0800
35658              Message-ID: <spPE+gzkg+6F092yn@efn.org>
35659      Branch: perl
35660            ! Configure
35661 ____________________________________________________________________________
35662 [ 18536] By: jhi                                   on 2003/01/21  14:18:40
35663         Log: Allow explicit -C enable/disable by -C:1/-C:0
35664              (suggested by Peter Haworth).
35665      Branch: perl
35666            ! perl.c pod/perlrun.pod
35667 ____________________________________________________________________________
35668 [ 18534] By: hv                                    on 2003/01/21  02:22:53
35669         Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
35670              From: Chip Turner <cturner@redhat.com>
35671              Date: 02 Jan 2003 11:35:57 -0500
35672              Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
35673      Branch: perl
35674            ! lib/Pod/Perldoc.pm
35675 ____________________________________________________________________________
35676 [ 18533] By: hv                                    on 2003/01/21  02:15:29
35677         Log: Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
35678              From: hv@crypt.org
35679              Date: Thu, 02 Jan 2003 14:33:49 +0000
35680              Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
35681      Branch: perl
35682            ! regexec.c t/op/subst.t
35683 ____________________________________________________________________________
35684 [ 18532] By: hv                                    on 2003/01/21  01:56:31
35685         Log: Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
35686              From: Martien Verbruggen <mgjv@tradingpost.com.au>
35687              Date: Tue, 31 Dec 2002 16:42:28 +1100
35688              Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
35689      Branch: perl
35690            ! pod/perlsyn.pod
35691 ____________________________________________________________________________
35692 [ 18531] By: hv                                    on 2003/01/21  01:52:49
35693         Log: integrate #18366-18370 from maint-5.8:
35694              Implement the CPP namespace protection from [perl #8610];
35695              unless a function has an 'A' flag, it's defined only if
35696              PERL_CORE.  (Why do we have so many many functions with an
35697              'A' flag, is another matter.)  (The number of #ifdef PERL_COREs
35698              could be cut down further by having a state variable and
35699              inserting #ifdefs and #endifs when the state flips.)
35700
35701              Caught by change #18366; thanks to the re extension we have some
35702              functions that are file static but yet part of "the public API"...
35703              Maybe a new class of exportability (a new embed.fnc flag) is
35704              required for this case.
35705
35706              Continue on change #18367; implement the said flag, 'E'.
35707              (Some nm output studying was needed to get the right set
35708              of re symbols defined.)
35709
35710              In AIX (strict symbol exports) the cxinc is needed for List::Util.
35711      Branch: perl
35712            ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym
35713 ____________________________________________________________________________
35714 [ 18530] By: hv                                    on 2003/01/21  01:37:03
35715         Log: integrate (by hand) #18353 and #18359 from maint-5.8:
35716              Introduce a cache for UTF-8 data: length and byte<->char offset
35717              mapping are stored in a new type of magic.  Speeds up length(),
35718              substr(), index(), rindex(), pos(), and some parts of s///.
35719
35720              The speedup varies a lot (on the usual suspects: what is the
35721              access pattern of the data, compiler, CPU), but should be at
35722              least one order of magnitude, and getting to the same magnitude
35723              as byte string speeds, and in some cases  (length on unchanged data)
35724              even reaching the byte string speed.  On the other hand, in some
35725              cases (index) the byte speed is still faster by a factor of five
35726              or so, but the bottleneck there does not seem to be any more
35727              the byte<->char offset mapping (instead, the fbm_instr() speed).
35728
35729              There is one cache slot for the length, and only two for the
35730              byte<->char offset mapping (the first one for the start->offset,
35731              and the second for the offset->offset+length, when talking
35732              in substr() terms).
35733
35734              Code this hairy is bound to have hairy trolls hiding under it.
35735              [...]
35736              A small tweak on top of #18353: don't display mg_len bytes of
35737              mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
35738      Branch: perl
35739            ! dump.c embed.fnc embed.h mg.c perl.h pod/perlapi.pod proto.h
35740            ! sv.c util.c
35741 ____________________________________________________________________________
35742 [ 18529] By: hv                                    on 2003/01/21  00:44:20
35743         Log: integrate #18349 from maint-5.8:
35744              At least partially address [perl #10000] by speeding
35745              up both the ASCII case (by about 2-3%) and the UTF-8 case
35746              (by about 45%).  The major trick is to avoid hitting the
35747              costly S_reginclass().  (Even before this patch the speedup
35748              since 5.8.0 was about 40-50%.)  After this the UTF-8 case is
35749              still about 30-60% slower than the ASCII case.  (Note that
35750              I'm unable to reproduce the 10-fold speed difference of the
35751              original bug report; I can see a factor of 2 or 3, but no more.)
35752      Branch: perl
35753           !> regexec.c
35754 ____________________________________________________________________________
35755 [ 18528] By: hv                                    on 2003/01/21  00:24:11
35756         Log: Subject: [PATCH pp_ctl.c] silence warning
35757              From: Dave Mitchell <davem@fdgroup.com>
35758              Date: Sun, 29 Dec 2002 15:09:31 +0000
35759              Message-ID: <20021229150931.C2325@fdgroup.com>
35760      Branch: perl
35761            ! pp_ctl.c
35762 ____________________________________________________________________________
35763 [ 18527] By: hv                                    on 2003/01/21  00:04:14
35764         Log: Subject: perl version reporting
35765              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35766              Date: Wed, 18 Dec 2002 08:30:32 +0100
35767              Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
35768      Branch: perl
35769            ! perl.c
35770 ____________________________________________________________________________
35771 [ 18526] By: hv                                    on 2003/01/20  23:21:22
35772         Log: Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
35773              From: Blair Zajac <blair@orcaware.com>
35774              Date: Wed, 08 Jan 2003 12:28:35 -0800
35775              Message-ID: <3E1C89F3.2B4759C@orcaware.com>
35776      Branch: perl
35777            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
35778            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
35779 ____________________________________________________________________________
35780 [ 18524] By: jhi                                   on 2003/01/20  17:51:10
35781         Log: Integrate from perlio:
35782              [ 18520]
35783              Move #define printf out of perl.h into appropriate
35784              PerlIO files.
35785      Branch: perl
35786           !> fakesdio.h nostdio.h perl.h
35787 ____________________________________________________________________________
35788 [ 18523] By: jhi                                   on 2003/01/20  17:48:51
35789         Log: Upgrade to Digest 1.02.
35790      Branch: perl
35791            ! lib/Digest.pm lib/Digest.t
35792 ____________________________________________________________________________
35793 [ 18522] By: jhi                                   on 2003/01/20  17:43:15
35794         Log: Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
35795              From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
35796              Date: 20 Jan 2003 01:54:07 -0000
35797              Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
35798      Branch: perl
35799            ! pp_hot.c
35800 ____________________________________________________________________________
35801 [ 18521] By: jhi                                   on 2003/01/20  17:37:35
35802         Log: Retract #18154 (integrate of perlio #18507), not enough
35803              threadsafety.
35804      Branch: perl
35805            ! perlio.c
35806 ____________________________________________________________________________
35807 [ 18519] By: jhi                                   on 2003/01/20  12:25:43
35808         Log: Encode MANIFEST update.
35809      Branch: perl
35810            ! ext/Encode/MANIFEST
35811 ____________________________________________________________________________
35812 [ 18517] By: nick                                  on 2003/01/20  08:34:10
35813         Log: Integrate #18405 from maint-5.8 which fixes whitespac
35814              issues in open(FH,"&...")
35815      Branch: perl
35816           !> doio.c
35817 ____________________________________________________________________________
35818 [ 18516] By: jhi                                   on 2003/01/19  13:48:10
35819         Log: microperl update.
35820      Branch: perl
35821            ! Makefile.micro uconfig.h uconfig.sh
35822 ____________________________________________________________________________
35823 [ 18514] By: jhi                                   on 2003/01/18  18:36:00
35824         Log: Integrate from perlio:
35825              [ 18507]
35826              Thread-protection for dup/fclose/dup2 scheme of stdio leak
35827              avoidance.
35828      Branch: perl
35829           !> perlio.c t/io/tell.t
35830 ____________________________________________________________________________
35831 [ 18513] By: jhi                                   on 2003/01/18  18:07:01
35832         Log: Slight pod reformatting based on [perl #20284].
35833      Branch: perl
35834            ! README.mint ext/Data/Dumper/Dumper.pm
35835 ____________________________________________________________________________
35836 [ 18512] By: jhi                                   on 2003/01/17  21:00:15
35837         Log: EPOC perl address updates.
35838      Branch: perl
35839            ! README.epoc
35840 ____________________________________________________________________________
35841 [ 18511] By: jhi                                   on 2003/01/17  20:23:42
35842         Log: Upgrade to Digest 1.01.
35843      Branch: perl
35844            ! lib/Digest.pm
35845 ____________________________________________________________________________
35846 [ 18510] By: jhi                                   on 2003/01/17  19:53:37
35847         Log: Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
35848      Branch: perl
35849            ! utils/libnetcfg.PL
35850 ____________________________________________________________________________
35851 [ 18509] By: jhi                                   on 2003/01/17  19:45:11
35852         Log: Upgrade to Digest::MD5 2.22.
35853      Branch: perl
35854            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
35855            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
35856            ! ext/Digest/MD5/t/files.t
35857 ____________________________________________________________________________
35858 [ 18508] By: merijn                                on 2003/01/17  14:12:53
35859         Log: Subject: Re: 18457 on cygwin/20030113
35860              From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
35861              Date: Fri, 17 Jan 2003 15:10:34 +0000
35862              Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
35863      Branch: perl
35864            ! t/io/tell.t
35865 ____________________________________________________________________________
35866 [ 18504] By: jhi                                   on 2003/01/17  13:21:51
35867         Log: Integrate from perlio:
35868              [ 18476]
35869              Remove workaround for :stdio layer bug now fixed
35870              (Fixes #18975)
35871      Branch: perl
35872           !> pp_sys.c
35873 ____________________________________________________________________________
35874 [ 18502] By: jhi                                   on 2003/01/16  22:53:23
35875         Log: Integrate from maint-5.6:
35876              [ 18477]
35877              search utility doesn't skip exe/lib/pdb files properly on windows
35878      Branch: perl
35879           !> win32/bin/search.pl
35880 ____________________________________________________________________________
35881 [ 18501] By: rgs                                   on 2003/01/16  21:28:42
35882         Log: Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
35883              From: "Jos I. Boumans" <kane@dwim.org>
35884              Date: Thu, 16 Jan 2003 14:04:48 +0100
35885              Message-ID: <3E26ADF0.6010605@dwim.org>
35886              (with test tweaks)
35887      Branch: perl
35888            ! lib/File/Find.pm lib/File/Find/t/find.t
35889 ____________________________________________________________________________
35890 [ 18500] By: rgs                                   on 2003/01/16  21:17:14
35891         Log: Integrate #18447 from maint-5.8 :
35892              test.pl-ise t/op/fh.t.
35893      Branch: perl
35894           !> t/op/fh.t
35895 ____________________________________________________________________________
35896 [ 18499] By: rgs                                   on 2003/01/16  20:58:59
35897         Log: Integrate changes to Attribute::Handlers from maint-5.8
35898              (18404 and 18427).
35899              Subject: [PATCH] Re: Attribute::Handlers phase variance
35900              From: Richard Clamp <richardc@unixbeard.net>
35901              Date: Mon, 9 Dec 2002 11:10:24 +0000
35902              Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
35903      Branch: perl
35904           !> lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
35905 ____________________________________________________________________________
35906 [ 18498] By: rgs                                   on 2003/01/16  20:48:10
35907         Log: Integrate changes #18422 and #18423 from maint-5.8.
35908              18422 :
35909              Third Degree found a read of uninit memory (after setting
35910              grent_size with sysconf(), pwent_size was read).  Also make
35911              the ERANGE/INVARG more consistent.
35912              18423 :
35913              spent_size was still off.  (As far as I can tell
35914              _SC_GETPW_R_SIZE_MAX is supposed to be used also
35915              for spents, not just pwents.)
35916      Branch: perl
35917           !> reentr.c reentr.h reentr.pl
35918 ____________________________________________________________________________
35919 [ 18497] By: rgs                                   on 2003/01/16  20:40:58
35920         Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
35921              From: Dave Mitchell <davem@fdgroup.com>
35922              Date: Wed, 1 Jan 2003 21:43:24 +0000
35923              Message-ID: <20030101214324.F12907@fdgroup.com>
35924              (integrated from change #18397 in maint-5.8)
35925      Branch: perl
35926           !> lib/Time/Local.pm lib/Time/Local.t
35927 ____________________________________________________________________________
35928 [ 18496] By: jhi                                   on 2003/01/16  20:36:23
35929         Log: Fix 'use encoding' I/O for code points 0x80..0xFF;
35930              code changes from Inaba Hiroto; test tweaks by jhi.
35931      Branch: perl
35932            + ext/Encode/t/enc_eucjp.t
35933            ! MANIFEST doio.c ext/Encode/encoding.pm ext/Encode/t/enc_utf8.t
35934            ! pp.c sv.c sv.h t/uni/tr_utf8.t
35935 ____________________________________________________________________________
35936 [ 18495] By: jhi                                   on 2003/01/16  20:19:36
35937         Log: It seems the binmode() is needed with UTF-8 locales enabled.
35938      Branch: perl
35939            ! ext/Encode/t/CJKT.t
35940 ____________________________________________________________________________
35941 [ 18494] By: jhi                                   on 2003/01/16  20:11:35
35942         Log: Upgrade to CGI.pm 2.89.
35943      Branch: perl
35944            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
35945            ! lib/CGI/t/carp.t lib/CGI/t/html.t lib/CGI/t/pretty.t
35946 ____________________________________________________________________________
35947 [ 18493] By: jhi                                   on 2003/01/16  20:03:01
35948         Log: Subject: Update for ext/MIME/Base64/
35949              From: Gisle Aas <gisle@ActiveState.com>
35950              Date: 30 Dec 2002 07:34:34 -0800
35951              Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
35952      Branch: perl
35953            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
35954            ! ext/MIME/Base64/QuotedPrint.pm
35955            ! ext/MIME/Base64/t/quoted-print.t ext/MIME/Base64/t/unicode.t
35956 ____________________________________________________________________________
35957 [ 18492] By: jhi                                   on 2003/01/16  19:56:07
35958         Log: Subject: Update for ext/Digest/MD5/
35959              From: Gisle Aas <gisle@ActiveState.com>
35960              Date: 30 Dec 2002 07:38:16 -0800
35961              Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
35962      Branch: perl
35963            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
35964            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
35965            ! ext/Digest/MD5/t/files.t
35966 ____________________________________________________________________________
35967 [ 18491] By: jhi                                   on 2003/01/16  19:24:10
35968         Log: if (0) the PL_widesyscalls code for now: Sarathy
35969              should take another look to see whether it is really
35970              safe to remove the code, too.
35971      Branch: perl
35972            ! win32/win32.h wince/win32.h
35973 ____________________________________________________________________________
35974 [ 18490] By: jhi                                   on 2003/01/16  01:58:39
35975         Log: Make the locale-induced UTF-8-ification of STD fhs
35976              and the default file open layer explicit (either -C
35977              or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
35978      Branch: perl
35979            ! embedvar.h gv.c intrpvar.h locale.c mg.c perl.c perlapi.h
35980            ! pod/perlrun.pod pod/perlunicode.pod pod/perluniintro.pod
35981            ! pod/perlvar.pod
35982 ____________________________________________________________________________
35983 [ 18489] By: rgs                                   on 2003/01/15  20:55:00
35984         Log: Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
35985              From: Brendan O'Dea <bod@debian.org>
35986              Date: Sun, 12 Jan 2003 06:18:32 +1100
35987              Message-ID: <20030111191832.GA19441@londo.c47.org>
35988      Branch: perl
35989            ! pod/perlrun.pod
35990 ____________________________________________________________________________
35991 [ 18488] By: rgs                                   on 2003/01/15  20:51:48
35992         Log: Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
35993              From: Brendan O'Dea <bod@debian.org>
35994              Date: Sun, 12 Jan 2003 06:17:30 +1100
35995              Message-ID: <20030111191730.GA19420@londo.c47.org>
35996      Branch: perl
35997            ! lib/diagnostics.pm
35998 ____________________________________________________________________________
35999 [ 18487] By: rgs                                   on 2003/01/15  20:45:14
36000         Log: Add a test case for bug [perl #19545]
36001      Branch: perl
36002            ! t/op/do.t
36003 ____________________________________________________________________________
36004 [ 18486] By: rgs                                   on 2003/01/15  20:34:52
36005         Log: isa() and can() didn't work on magic variables
36006              see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
36007              plus a test case by B. Goldberg
36008      Branch: perl
36009            ! t/op/universal.t universal.c
36010 ____________________________________________________________________________
36011 [ 18485] By: rgs                                   on 2003/01/15  20:10:57
36012         Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
36013              From: Stephen McCamant <smcc@mit.edu>
36014              Date: Thu, 2 Jan 2003 18:08:23 -0500
36015              Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
36016              Plus a test by Jarkko
36017              Integrated from changes 18444 and 18446 from maint-5.8
36018      Branch: perl
36019           +> t/op/readline.t
36020           !> MANIFEST pp_hot.c
36021 ____________________________________________________________________________
36022 [ 18484] By: jhi                                   on 2003/01/15  14:09:57
36023         Log: Upgrade to Time::HiRes 1.42.
36024      Branch: perl
36025            + ext/Time/HiRes/fallback/const-c.inc
36026            + ext/Time/HiRes/fallback/const-xs.inc
36027            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
36028            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
36029 ____________________________________________________________________________
36030 [ 18483] By: jhi                                   on 2003/01/15  00:23:20
36031         Log: Detypo.
36032      Branch: perl
36033            ! ext/Encode/Unicode/Unicode.xs
36034 ____________________________________________________________________________
36035 [ 18482] By: rgs                                   on 2003/01/14  21:41:04
36036         Log: Integrate change #18365 from maint-5.8 :
36037              Doc tweak on the S_ macros.
36038      Branch: perl
36039           !> pod/perlfunc.pod
36040 ____________________________________________________________________________
36041 [ 18481] By: jhi                                   on 2003/01/14  12:40:24
36042         Log: Apparently some stdios have bugs (no! don't tell it is so!)
36043              or there is a corner of stdio that is substandardised.
36044      Branch: perl
36045            ! t/io/tell.t
36046 ____________________________________________________________________________
36047 [ 18480] By: jhi                                   on 2003/01/14  01:25:14
36048         Log: Encode 1.84 broke the subtest #7, further study required.
36049      Branch: perl
36050            ! t/uni/tr_utf8.t
36051 ____________________________________________________________________________
36052 [ 18479] By: jhi                                   on 2003/01/13  23:13:02
36053         Log: Add a test for encoding 'utf8'.
36054      Branch: perl
36055            + ext/Encode/t/enc_utf8.t
36056            ! MANIFEST ext/Encode/MANIFEST
36057 ____________________________________________________________________________
36058 [ 18478] By: jhi                                   on 2003/01/13  23:10:55
36059         Log: Upgrade to Encode 1.84.
36060      Branch: perl
36061            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
36062            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
36063 ____________________________________________________________________________
36064 [ 18475] By: jhi                                   on 2003/01/13  02:42:47
36065         Log: Integrate from perlio:
36066              [ 18471]
36067              Fix #18711 and add test for it (and indeed tell on write
36068              handles at all !
36069
36070              (#18711 Serious bug of tell() in perl)
36071      Branch: perl
36072           !> perlio.c t/io/tell.t
36073 ____________________________________________________________________________
36074 [ 18474] By: jhi                                   on 2003/01/13  02:41:04
36075         Log: Integrate from perlio:
36076              [ 18470]
36077              Fix #16306 and #16880
36078
36079              (#16306 Big Badda leak in Sockets)
36080              (#16880 Memory leak with IO::Socket in Perl v5.8.0)
36081      Branch: perl
36082           !> perlio.c
36083 ____________________________________________________________________________
36084 [ 18473] By: jhi                                   on 2003/01/13  02:38:33
36085         Log: Integrate perlio #18040 and #18043 (no real changes;
36086              some whitespace changes but ignored them so that Dan's
36087              version of Encode wins)
36088      Branch: perl
36089           !> ext/Encode/Encode.xs
36090 ____________________________________________________________________________
36091 [ 18472] By: jhi                                   on 2003/01/13  01:31:01
36092         Log: Integrate perlio to mainline:
36093              [ 18240]
36094              Avoid eqtime() wiping the file (as suggested by
36095              "Luis G. Uribe C." <GUribe@SoftHome.net>
36096      Branch: perl
36097           !> lib/ExtUtils/Command.pm
36098 ____________________________________________________________________________
36099 [ 18468] By: rgs                                   on 2003/01/09  21:07:44
36100         Log: Subject: [PATCH] VMS perly build tweak
36101              From: "Craig A. Berry" <craigberry@mac.com>
36102              Date: Thu, 9 Jan 2003 14:44:40 -0600
36103              Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
36104      Branch: perl
36105            ! vms/descrip_mms.template
36106 ____________________________________________________________________________
36107 [ 18467] By: rgs                                   on 2003/01/09  21:03:07
36108         Log: Document that ${^TAINT} is read-only.
36109      Branch: perl
36110            ! pod/perlvar.pod
36111 ____________________________________________________________________________
36112 [ 18465] By: rgs                                   on 2003/01/08  22:02:26
36113         Log: Fix the doc for splitpath() in the File::Spec modules :
36114              this function doesn't return undef in any case.
36115      Branch: perl
36116            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
36117            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
36118 ____________________________________________________________________________
36119 [ 18464] By: rgs                                   on 2003/01/08  21:40:37
36120         Log: Subject: [PATCH] label code in pp_ctl.c
36121              From: Nicholas Clark <nick@unfortu.net>
36122              Date: Thu, 26 Dec 2002 21:19:36 +0000
36123              Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
36124              (Integrated from change #18400 from maint-5.8)
36125      Branch: perl
36126           !> pp_ctl.c
36127 ____________________________________________________________________________
36128 [ 18463] By: rgs                                   on 2003/01/08  21:27:49
36129         Log: Subject: [DOCPATCH] hv_store and hv_store_ent
36130              From: Nicholas Clark <nick@unfortu.net>
36131              Date: Wed, 1 Jan 2003 18:17:59 +0000
36132              Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
36133              (Integrated from change #18399 from maint-5.8)
36134      Branch: perl
36135           !> hv.c
36136 ____________________________________________________________________________
36137 [ 18462] By: rgs                                   on 2003/01/08  21:24:09
36138         Log: Integrate change #18391 from maint-5.8:
36139              Document the installprefix trick for compiling PASE Perl in AIX.
36140      Branch: perl
36141           !> README.os400
36142 ____________________________________________________________________________
36143 [ 18461] By: rgs                                   on 2003/01/08  21:16:54
36144         Log: Integrate change #18362 from maint-5.8:
36145              Fix [perl #18666] (taking the more conservative approach).
36146      Branch: perl
36147           !> lib/File/Spec/Unix.pm
36148 ____________________________________________________________________________
36149 [ 18460] By: rgs                                   on 2003/01/08  21:14:20
36150         Log: Integrate change #18361 from maint-5.8:
36151              Document that the socketpair tests are unhappy in old SCO,
36152              as per [perl #18537].
36153      Branch: perl
36154           !> pod/perl58delta.pod
36155 ____________________________________________________________________________
36156 [ 18459] By: rgs                                   on 2003/01/08  20:48:19
36157         Log: PerlFAQ sync.
36158      Branch: perl
36159            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
36160            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
36161            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
36162            ! pod/perlfaq9.pod
36163 ____________________________________________________________________________
36164 [ 18456] By: hv                                    on 2003/01/07  09:20:22
36165         Log: Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
36166              From: Nicholas Clark <nick@unfortu.net>
36167              Date: Thu, 26 Dec 2002 21:16:27 +0000
36168              Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
36169      Branch: perl
36170            ! doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c pad.c perl.c
36171            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c universal.c
36172            ! utf8.c
36173 ____________________________________________________________________________
36174 [ 18455] By: hv                                    on 2003/01/07  08:54:38
36175         Log: Subject: [PATCH] integrate more with report_evil_fh
36176              From: Nicholas Clark <nick@unfortu.net>
36177              Date: Thu, 26 Dec 2002 20:56:21 +0000
36178              Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
36179      Branch: perl
36180            ! pp_sys.c
36181 ____________________________________________________________________________
36182 [ 18454] By: hv                                    on 2003/01/07  08:45:54
36183         Log: Integrate podlators-1.25
36184      Branch: perl
36185            ! lib/Pod/Man.pm lib/Pod/t/man.t
36186 ____________________________________________________________________________
36187 [ 18453] By: rgs                                   on 2003/01/06  20:31:43
36188         Log: Change the value of ${^TAINT} : 0 without taint checks,
36189              1 with -T, and -1 with -t or -TU.
36190      Branch: perl
36191            ! mg.c pod/perlvar.pod t/op/taint.t t/run/runenv.t
36192            ! t/run/switcht.t
36193 ____________________________________________________________________________
36194 [ 18451] By: merijn                                on 2003/01/06  06:43:11
36195         Log: Subject: [PATCH perl@18746] VMS test adjustments
36196              Date: Sat, 04 Jan 2003 11:26:00 -0600
36197              From: "Craig A. Berry" <craigberry@mac.com>
36198              Message-ID: <3E171928.1040100@mac.com>
36199      Branch: perl
36200            ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
36201            ! t/run/switchI.t
36202 ____________________________________________________________________________
36203 [ 18441] By: rgs                                   on 2003/01/04  20:06:45
36204         Log: Subject: [DOCPATCH] File::Copy's synopsis
36205              From: Nicholas Clark <nick@unfortu.net>
36206              Date: Wed, 1 Jan 2003 21:09:30 +0000
36207              Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
36208      Branch: perl
36209            ! lib/File/Copy.pm
36210 ____________________________________________________________________________
36211 [ 18440] By: rgs                                   on 2003/01/04  16:31:31
36212         Log: Integrate change #18420 from maint-5.8:
36213              Mea culpa: the join() was the string join, not the
36214              ithreads join().
36215      Branch: perl
36216           !> ext/threads/t/join.t
36217 ____________________________________________________________________________
36218 [ 18439] By: rgs                                   on 2003/01/04  15:34:54
36219         Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
36220              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36221              Date: Fri, 13 Dec 2002 00:54:43 +0100
36222              Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
36223              Same as change 18403 for maint-5.8 branch
36224      Branch: perl
36225            ! lib/ExtUtils/t/Embed.t
36226 ____________________________________________________________________________
36227 [ 18438] By: rgs                                   on 2003/01/04  15:24:22
36228         Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
36229              From: andreas.koenig@anima.de (Andreas J. Koenig)
36230              Date: Fri, 03 Jan 2003 00:57:15 +0100
36231              Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
36232      Branch: perl
36233            ! pod/perlre.pod
36234 ____________________________________________________________________________
36235 [ 18435] By: jhi                                   on 2003/01/04  14:36:08
36236         Log: The problems.t is back.
36237      Branch: perl
36238            ! MANIFEST
36239 ____________________________________________________________________________
36240 [ 18434] By: sky                                   on 2003/01/04  07:43:50
36241         Log: Forgot to add problems.t with change #18419
36242      Branch: perl
36243            + ext/threads/t/problems.t
36244 ____________________________________________________________________________
36245 [ 18432] By: jhi                                   on 2003/01/04  04:48:30
36246         Log: One more (or, rather, less) //.
36247      Branch: perl
36248            ! ext/threads/threads.xs
36249 ____________________________________________________________________________
36250 [ 18431] By: jhi                                   on 2003/01/04  04:39:01
36251         Log: Integrate from maintperl:
36252              [ 18430]
36253              // is still not portable C commentary.
36254      Branch: perl
36255           !> ext/threads/threads.xs
36256 ____________________________________________________________________________
36257 [ 18425] By: jhi                                   on 2003/01/04  03:37:04
36258         Log: Until Arthur really adds the problems.t.
36259      Branch: perl
36260            ! MANIFEST
36261 ____________________________________________________________________________
36262 [ 18421] By: sky                                   on 2003/01/04  01:27:55
36263         Log: Fix long standing memory leak with pop and shift!
36264      Branch: perl
36265            ! ext/threads/shared/shared.xs
36266 ____________________________________________________________________________
36267 [ 18419] By: sky                                   on 2003/01/03  23:45:34
36268         Log: Fixes bug #15273, the return of the object caused
36269              the stash of the object to be cloned, cloning the entire syntax
36270              tree and all lexicals in there creating danglning copies to the
36271              object. (Pararell but unlinked STASH tree).
36272              This adds a new flag, when set it will use STASHES from the
36273              thread we are joining into avoiding the problem.
36274      Branch: perl
36275            ! MANIFEST ext/threads/threads.xs sv.c sv.h
36276 ____________________________________________________________________________
36277 [ 18417] By: sky                                   on 2003/01/03  18:16:46
36278         Log: Fake what context we are running in for CLONE and DESTROY so
36279              threads->tid() returns the correct value.
36280              This is reported as bug #10046
36281      Branch: perl
36282            ! ext/threads/t/basic.t ext/threads/threads.xs
36283 ____________________________________________________________________________
36284 [ 18413] By: sky                                   on 2003/01/03  15:15:14
36285         Log: Change pp_lock to take a reference instead of a
36286              scalar since it wouldn't fork for the HELEM/AELEM
36287              case. This was reported in bug #10045
36288      Branch: perl
36289            ! ext/threads/shared/t/hv_refs.t opcode.h opcode.pl opnames.h
36290 ____________________________________________________________________________
36291 [ 18412] By: hv                                    on 2003/01/03  11:14:51
36292         Log: Integrate from maint-5.8 #18348:
36293              Make Math::Trig a little bit more better behaved module citizen.
36294      Branch: perl
36295           !> lib/Math/Trig.pm
36296 ____________________________________________________________________________
36297 [ 18411] By: hv                                    on 2003/01/03  11:11:09
36298         Log: Subject: Re: [perl #19061] 'goto' confuses 'redo'
36299              From: Stephen McCamant <smcc@mit.edu>
36300              Date: Sun, 22 Dec 2002 22:09:51 -0500
36301              Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
36302      Branch: perl
36303            ! pp_ctl.c
36304 ____________________________________________________________________________
36305 [ 18410] By: hv                                    on 2003/01/03  11:06:40
36306         Log: Subject: new flag SvPADSTALE
36307              From: Dave Mitchell <davem@fdgroup.com>
36308              Date: Thu, 19 Dec 2002 19:00:21 +0000
36309              Message-ID: <20021219190021.D9530@fdgroup.com>
36310      Branch: perl
36311            ! dump.c scope.c sv.h
36312 ____________________________________________________________________________
36313 [ 18409] By: hv                                    on 2003/01/03  11:05:09
36314         Log: Subject: remove flag SvPADBUSY
36315              From: Dave Mitchell <davem@fdgroup.com>
36316              Date: Thu, 19 Dec 2002 18:55:43 +0000
36317              Message-ID: <20021219185543.C9530@fdgroup.com>
36318      Branch: perl
36319            ! dump.c ext/Devel/Peek/Peek.t pad.c scope.c sv.h
36320 ____________________________________________________________________________
36321 [ 18408] By: hv                                    on 2003/01/03  10:56:54
36322         Log: Subject: win32_msgwait() problem
36323              From: Gurusamy Sarathy <gsar@ActiveState.com>
36324              Date: Fri, 13 Dec 2002 17:31:59 -0800
36325              Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
36326      Branch: perl
36327            ! win32/win32.c
36328 ____________________________________________________________________________
36329 [ 18407] By: hv                                    on 2003/01/03  10:30:05
36330         Log: Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
36331              From: hv@crypt.org
36332              Date: Thu, 02 Jan 2003 17:16:04 +0000
36333              Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
36334      Branch: perl
36335            ! sv.c
36336 ____________________________________________________________________________
36337 [ 18406] By: sky                                   on 2003/01/03  08:23:16
36338         Log: Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
36339              libc_r functions.
36340      Branch: perl
36341            ! hints/darwin.sh
36342 ____________________________________________________________________________
36343 [ 18393] By: merijn                                on 2003/01/02  19:41:29
36344         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)
36345              Date: Thu, 2 Jan 2003 19:02:21 +0100
36346              Message-ID: <200301021902.22444.abe@ztreet.demon.nl>
36347              From: abe@ztreet.demon.nl (Abe Timmerman)
36348      Branch: perl
36349            ! win32/makefile.mk
36350 ____________________________________________________________________________
36351 [ 18390] By: merijn                                on 2003/01/02  07:32:00
36352         Log: Use a more likely location for the perl binary
36353      Branch: perl
36354            ! Porting/genlog
36355 ____________________________________________________________________________
36356 [ 18378] By: gsar                                  on 2002/12/31  04:07:56
36357         Log: integrate change#18377 from maint-5.6 branch
36358
36359              change#17566 needs to be more defensive about win32_dup2()
36360              itself calling SetStdHandle() (at least MSVCRT does this)
36361      Branch: perl
36362           !> win32/win32.c
36363 ____________________________________________________________________________
36364 [ 18376] By: hv                                    on 2002/12/31  02:02:17
36365         Log: Update Changes
36366      Branch: perl
36367            ! Changes patchlevel.h
36368 ____________________________________________________________________________
36369 [ 18374] By: hv                                    on 2002/12/30  03:32:22
36370         Log: Remove duplicate entry
36371      Branch: perl
36372            ! MANIFEST
36373 ____________________________________________________________________________
36374 [ 18373] By: hv                                    on 2002/12/30  03:19:17
36375         Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
36376              From: Dave Paris (via RT) <perlbug-followup@perl.org>
36377              Date: 22 Dec 2002 05:15:14 -0000
36378              Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
36379      Branch: perl
36380            ! pod/perlfunc.pod
36381 ____________________________________________________________________________
36382 [ 18372] By: hv                                    on 2002/12/30  03:13:42
36383         Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
36384              From: Michael G Schwern <schwern@pobox.com>
36385              Date: Sat, 21 Dec 2002 19:29:41 -0800
36386              Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
36387      Branch: perl
36388            ! lib/AutoSplit.pm
36389 ____________________________________________________________________________
36390 [ 18371] By: hv                                    on 2002/12/30  03:08:12
36391         Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
36392              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36393              Date: Fri, 27 Dec 2002 16:14:24 +0100
36394              Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
36395      Branch: perl
36396            ! mg.c t/op/magic.t
36397 ____________________________________________________________________________
36398 [ 18358] By: gsar                                  on 2002/12/28  03:30:49
36399         Log: save_re_context() was not saving many regexec.c state
36400              variables, resulting in various reentrancy problems when
36401              the swatches were autoloaded by perl in the midst of a
36402              match
36403      Branch: perl
36404            ! regcomp.c
36405 ____________________________________________________________________________
36406 [ 18357] By: gsar                                  on 2002/12/28  02:16:51
36407         Log: silence another signed/unsigned mismatch warning
36408      Branch: perl
36409            ! op.c
36410 ____________________________________________________________________________
36411 [ 18356] By: gsar                                  on 2002/12/28  02:08:23
36412         Log: fix signed/unsigned mismatch warning from change#18266
36413      Branch: perl
36414            ! regcomp.c
36415 ____________________________________________________________________________
36416 [ 18355] By: gsar                                  on 2002/12/28  02:05:14
36417         Log: these variables are not in use anywhere since 5.8.0
36418      Branch: perl
36419            ! embedvar.h perlapi.h sv.c thrdvar.h
36420 ____________________________________________________________________________
36421 [ 18354] By: ams                                   on 2002/12/26  03:54:09
36422         Log: Subject: [PATCH] docpatch for cv.h
36423              From: Nicholas Clark <nick@unfortu.net>
36424              Date: Wed, 25 Dec 2002 21:01:04 +0000
36425              Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
36426      Branch: perl
36427            ! cv.h
36428 ____________________________________________________________________________
36429 [ 18351] By: hv                                    on 2002/12/25  02:29:17
36430         Log: #18345 was still broken; should be fixed now.
36431      Branch: perl
36432            ! sv.c
36433 ____________________________________________________________________________
36434 [ 18350] By: merijn                                on 2002/12/24  05:26:40
36435         Log: Removal of duplicate comment block
36436
36437              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36438              Subject: Re: [perl #19306] Sys::Syslog issues.
36439              Date: Mon, 23 Dec 2002 15:25:51 -0800
36440              Message-ID: </t5B+gzkg6DR092yn@efn.org>
36441      Branch: perl
36442            ! ext/Sys/Syslog/Syslog.pm
36443 ____________________________________________________________________________
36444 [ 18346] By: hv                                    on 2002/12/23  06:14:22
36445         Log: integrate maint-5.8 #18301
36446      Branch: perl
36447           !> lib/perl5db.pl
36448 ____________________________________________________________________________
36449 [ 18345] By: hv                                    on 2002/12/23  06:01:17
36450         Log: more on #18344.
36451      Branch: perl
36452            ! sv.c
36453 ____________________________________________________________________________
36454 [ 18344] By: hv                                    on 2002/12/23  05:56:43
36455         Log: more on #18312: sv.c:ss_dup()
36456      Branch: perl
36457            ! sv.c
36458 ____________________________________________________________________________
36459 [ 18343] By: hv                                    on 2002/12/23  05:47:17
36460         Log: Subject: [perl #19153] Term::Complete (the argument of stty)
36461              From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
36462              Date: 15 Dec 2002 13:45:23 -0000
36463              Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
36464      Branch: perl
36465            ! lib/Term/Complete.pm
36466 ____________________________________________________________________________
36467 [ 18342] By: hv                                    on 2002/12/23  05:27:25
36468         Log: Subject: [perl #18544] Patch included to fix problem.
36469              From: Richard Kandarian <richard.kandarian@lanl.gov>
36470              Date: Thu, 21 Nov 2002 08:00:20 -0700
36471              (from RT)
36472      Branch: perl
36473            ! regexec.c
36474 ____________________________________________________________________________
36475 [ 18341] By: hv                                    on 2002/12/23  05:08:49
36476         Log: Subject: [PATCH] operation on `PL_na' may be undefined
36477              From: Nicholas Clark <nick@unfortu.net>
36478              Date: Tue, 10 Dec 2002 19:59:18 +0000
36479              Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net>
36480      Branch: perl
36481            ! universal.c
36482 ____________________________________________________________________________
36483 [ 18340] By: hv                                    on 2002/12/23  05:04:29
36484         Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet)
36485              From: Nicholas Clark <nick@unfortu.net>
36486              Date: Tue, 10 Dec 2002 18:55:28 +0000
36487              Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net>
36488      Branch: perl
36489            ! pp_hot.c
36490 ____________________________________________________________________________
36491 [ 18339] By: hv                                    on 2002/12/23  04:39:48
36492         Log: Integrate Time::HiRes v1.39 (for VMS build tweak)
36493      Branch: perl
36494            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
36495            ! ext/Time/HiRes/Makefile.PL
36496 ____________________________________________________________________________
36497 [ 18338] By: hv                                    on 2002/12/23  03:43:09
36498         Log: Subject: [PATCH] read permissions for h2ph-generated files
36499              From: Slaven Rezic <slaven.rezic@berlin.de>
36500              Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
36501              Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
36502      Branch: perl
36503            ! utils/h2ph.PL
36504 ____________________________________________________________________________
36505 [ 18337] By: hv                                    on 2002/12/23  03:38:59
36506         Log: handy hint: getting a perforce change as a usable patch
36507      Branch: perl
36508            ! Porting/repository.pod
36509 ____________________________________________________________________________
36510 [ 18336] By: hv                                    on 2002/12/23  03:36:26
36511         Log: Reverse #18285, for reasons given in:
36512              Subject: Re: Precedence of ? :
36513              From: hv@crypt.org
36514              Date: Fri, 20 Dec 2002 00:35:27 +0000
36515              Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
36516      Branch: perl
36517            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
36518            ! vms/perly_c.vms
36519 ____________________________________________________________________________
36520 [ 18335] By: gsar                                  on 2002/12/18  23:12:14
36521         Log: my_fflush_all() wasn't doing the right thing under useperlio
36522              on many platforms
36523      Branch: perl
36524            ! util.c
36525 ____________________________________________________________________________
36526 [ 18334] By: merijn                                on 2002/12/18  06:48:11
36527         Log: AIX compiler version updates
36528      Branch: perl
36529            ! README.aix
36530 ____________________________________________________________________________
36531 [ 18332] By: gsar                                  on 2002/12/18  03:20:27
36532         Log: $Config{prefixexp} was set incorrectly on windows
36533      Branch: perl
36534            ! win32/config.bc win32/config.gc win32/config.vc
36535            ! win32/config.vc64
36536 ____________________________________________________________________________
36537 [ 18330] By: gsar                                  on 2002/12/18  02:32:20
36538         Log: remove CRs from a couple of files (these show up as CRCRLF
36539              on windows)
36540      Branch: perl
36541            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
36542 ____________________________________________________________________________
36543 [ 18328] By: gsar                                  on 2002/12/18  02:27:10
36544         Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
36545      Branch: perl
36546            ! win32/win32.c
36547 ____________________________________________________________________________
36548 [ 18327] By: gsar                                  on 2002/12/18  02:08:12
36549         Log: windows: support for large files
36550
36551              note that this change will break binary compatibility with the
36552              default 5.8.0 build options; nevertheless I think it is worth
36553              having in 5.8.1 (people who want the compatibility can disable
36554              the option in the makefile)
36555      Branch: perl
36556            ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs
36557            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h
36558            ! pp_sys.c win32/Makefile win32/config.bc win32/config.gc
36559            ! win32/config.vc win32/config.vc64 win32/config_H.bc
36560            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
36561            ! win32/config_sh.PL win32/makefile.mk win32/perlhost.h
36562            ! win32/win32.c win32/win32iop.h
36563 ____________________________________________________________________________
36564 [ 18326] By: gsar                                  on 2002/12/18  00:57:46
36565         Log: Win32.pod update
36566      Branch: perl
36567            ! lib/Win32.pod
36568 ____________________________________________________________________________
36569 [ 18325] By: gsar                                  on 2002/12/18  00:42:45
36570         Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
36571      Branch: perl
36572            ! XSUB.h
36573 ____________________________________________________________________________
36574 [ 18324] By: gsar                                  on 2002/12/18  00:34:08
36575         Log: windows: avoid prompting under some shells during $(MAKE) distclean
36576      Branch: perl
36577            ! win32/Makefile win32/makefile.mk
36578 ____________________________________________________________________________
36579 [ 18323] By: gsar                                  on 2002/12/18  00:17:29
36580         Log: PerlSIO_stderr et al are not functions
36581      Branch: perl
36582            ! XSUB.h
36583 ____________________________________________________________________________
36584 [ 18321] By: gsar                                  on 2002/12/17  22:56:25
36585         Log: integrate change#18320 from maint-5.6 branch
36586
36587              C<require '\foo\bar.pm'> fails on windows if not running
36588              from the root directory; for a test case, see:
36589
36590              http://bugs.activestate.com/show_bug.cgi?id=19317
36591
36592              this was due to not recognizing \foo\bar.pm as an absolute
36593              path name
36594      Branch: perl
36595           !> util.h
36596 ____________________________________________________________________________
36597 [ 18319] By: hv                                    on 2002/12/17  10:08:24
36598         Log: Whoops, these are the changes supposed to be in #18318.
36599      Branch: perl
36600            ! pad.c t/op/eval.t
36601 ____________________________________________________________________________
36602 [ 18318] By: hv                                    on 2002/12/17  03:12:18
36603         Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
36604              From: Nicholas Clark <nick@unfortu.net>
36605              Date: Sat, 14 Dec 2002 23:13:37 +0000
36606              Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net>
36607      Branch: perl
36608            ! pad.c t/op/eval.t
36609 ____________________________________________________________________________
36610 [ 18317] By: hv                                    on 2002/12/17  02:58:12
36611         Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
36612      Branch: perl
36613            + lib/Net/Ping/t/410_syn_host.t
36614            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t
36615            ! lib/Net/Ping/t/450_service.t
36616 ____________________________________________________________________________
36617 [ 18316] By: hv                                    on 2002/12/17  02:17:16
36618         Log: Subject: [PATCH 5.8.1 @oldish-18156] build
36619              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
36620              Date: Fri, 13 Dec 2002 13:54:05 -0800
36621              Message-ID: <20021213215404.GA2597@math.berkeley.edu>
36622      Branch: perl
36623            ! os2/os2.c t/run/runenv.t
36624 ____________________________________________________________________________
36625 [ 18315] By: hv                                    on 2002/12/17  02:03:58
36626         Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
36627              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
36628              Date: Fri, 13 Dec 2002 13:47:08 -0800
36629              Message-ID: <20021213214707.GA2588@math.berkeley.edu>
36630      Branch: perl
36631            ! lib/constant.t lib/fields.t
36632 ____________________________________________________________________________
36633 [ 18314] By: hv                                    on 2002/12/17  01:58:32
36634         Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
36635              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
36636              Date: Fri, 13 Dec 2002 14:00:48 -0800
36637              Message-ID: <20021213220048.GA2606@math.berkeley.edu>
36638      Branch: perl
36639            ! os2/OS2/Process/t/os2_process.t os2/os2.c
36640 ____________________________________________________________________________
36641 [ 18313] By: hv                                    on 2002/12/17  01:54:19
36642         Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
36643              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
36644              Date: Fri, 13 Dec 2002 14:08:00 -0800
36645              Message-ID: <20021213220800.GA2625@math.berkeley.edu>
36646      Branch: perl
36647            ! os2/OS2/REXX/REXX.xs
36648 ____________________________________________________________________________
36649 [ 18312] By: hv                                    on 2002/12/17  01:43:28
36650         Log: Subject: [Fwd: Patch for perl utf8-related bug]
36651              From: Richard Hitt <rbh00@utsglobal.com>
36652              Date: Fri, 06 Dec 2002 16:47:42 -0800
36653              [perl #18932]
36654      Branch: perl
36655            ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c
36656            ! scope.h
36657 ____________________________________________________________________________
36658 [ 18311] By: hv                                    on 2002/12/17  00:52:05
36659         Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums]
36660              From: Dave Mitchell <davem@fdgroup.com>
36661              Date: Sat, 14 Dec 2002 19:16:49 +0000
36662              Message-ID: <20021214191649.B3992@fdgroup.com>
36663      Branch: perl
36664            ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h
36665 ____________________________________________________________________________
36666 [ 18310] By: hv                                    on 2002/12/17  00:51:46
36667         Log: regen-headers to get new API docs from #18306
36668      Branch: perl
36669            ! pod/perlapi.pod
36670 ____________________________________________________________________________
36671 [ 18308] By: rgs                                   on 2002/12/16  22:06:23
36672         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
36673              From: peter@PSDT.com (Peter Scott)
36674              Date: 12 Dec 2002 18:13:17 -0000
36675              Message-ID: <20021212181317.50538.qmail@onion.perl.org>
36676              (fix bug [perl #19058])
36677      Branch: perl
36678            ! lib/perl5db.pl
36679 ____________________________________________________________________________
36680 [ 18307] By: rgs                                   on 2002/12/16  22:01:14
36681         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
36682              From: Dave Mitchell <davem@fdgroup.com>
36683              Date: Thu, 12 Dec 2002 23:42:35 +0000
36684              Message-ID: <20021212234235.A29245@fdgroup.com>
36685              and
36686              Date: Sat, 14 Dec 2002 19:16:38 +0000
36687              Message-ID: <20021214191638.A3992@fdgroup.com>
36688      Branch: perl
36689            ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c
36690            ! proto.h t/op/eval.t
36691 ____________________________________________________________________________
36692 [ 18306] By: sky                                   on 2002/12/16  21:41:40
36693         Log: More documentation of obscure flags is good, even if the
36694              documentation might be not so good. Atleast it's not false!
36695              Documents the flags one can give to perl_clone
36696      Branch: perl
36697            ! sv.c
36698 ____________________________________________________________________________
36699 [ 18305] By: merijn                                on 2002/12/16  10:53:19
36700         Log: Enough changes to Configure and metaunits warrant an update.
36701              Several small changes and three additions
36702      Branch: perl
36703            ! Porting/Glossary
36704 ____________________________________________________________________________
36705 [ 18304] By: merijn                                on 2002/12/16  10:44:57
36706         Log: Redone #18011 from metaunits
36707      Branch: perl
36708            ! Configure
36709 ____________________________________________________________________________
36710 [ 18302] By: rgs                                   on 2002/12/14  22:34:25
36711         Log: Subject: Proper fix for CvOUTSIDE weak refcounting
36712              From: Dave Mitchell <davem@fdgroup.com>
36713              Date: Tue, 10 Dec 2002 01:26:44 +0000
36714              Message-ID: <20021210012644.A7843@fdgroup.com>
36715      Branch: perl
36716            ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL
36717            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod
36718            ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t
36719 ____________________________________________________________________________
36720 [ 18300] By: rgs                                   on 2002/12/12  20:40:22
36721         Log: Subject: [patch] typo in perlop
36722              From: andreas.koenig@anima.de (Andreas J. Koenig)
36723              Date: Wed, 11 Dec 2002 21:31:14 +0100
36724              Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
36725      Branch: perl
36726            ! pod/perlop.pod
36727 ____________________________________________________________________________
36728 [ 18299] By: rgs                                   on 2002/12/12  20:35:29
36729         Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297
36730      Branch: perl
36731           !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t
36732           !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t
36733           !> t/op/subst.t
36734 ____________________________________________________________________________
36735 [ 18298] By: rgs                                   on 2002/12/12  20:00:36
36736         Log: Whitespace and indentation fix in the output of B::Debug.
36737      Branch: perl
36738            ! ext/B/B/Debug.pm
36739 ____________________________________________________________________________
36740 [ 18292] By: gbarr                                 on 2002/12/12  09:23:04
36741         Log: Update to Scalar-List-Utils 1.09
36742      Branch: perl
36743            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
36744            ! ext/List/Util/lib/List/Util.pm
36745 ____________________________________________________________________________
36746 [ 18287] By: gsar                                  on 2002/12/11  18:53:07
36747         Log: this has been incorrect for a while now, and has changed
36748              again recently
36749      Branch: perl
36750            ! Porting/repository.pod
36751 ____________________________________________________________________________
36752 [ 18285] By: hv                                    on 2002/12/11  10:35:01
36753         Log: Subject: [PATCH] Re: Precedence of ? :
36754              From: Stephen McCamant <smcc@mit.edu>
36755              Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST)
36756              Message-Id: <20021210055707.974F073CCC@syllepsis>
36757      Branch: perl
36758            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
36759            ! vms/perly_c.vms
36760 ____________________________________________________________________________
36761 [ 18284] By: hv                                    on 2002/12/11  10:21:12
36762         Log: One more email address for #18282
36763      Branch: perl
36764            ! lib/Pod/Perldoc.pm
36765 ____________________________________________________________________________
36766 [ 18283] By: hv                                    on 2002/12/11  10:18:07
36767         Log: More email addresses for #18282
36768      Branch: perl
36769            ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh
36770            ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh
36771            ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh
36772            ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh
36773            ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh
36774 ____________________________________________________________________________
36775 [ 18282] By: hv                                    on 2002/12/11  10:16:05
36776         Log: Subject: Remove stale e-mail addresses
36777              From: Andy Dougherty <doughera@lafayette.edu>
36778              Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
36779              Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
36780      Branch: perl
36781            ! Porting/pumpkin.pod configure.gnu
36782            ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl
36783            ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too
36784            ! lib/File/Spec.pm perly.fixer pod/checkpods.PL
36785 ____________________________________________________________________________
36786 [ 18281] By: hv                                    on 2002/12/11  09:59:31
36787         Log: Integrate from maint-5.8 #18156, #18218.
36788      Branch: perl
36789           !> lib/Unicode/UCD.t lib/unicore/Category.pl
36790           !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
36791           !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
36792           !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
36793           !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
36794           !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t
36795 ____________________________________________________________________________
36796 [ 18280] By: rgs                                   on 2002/12/10  21:30:10
36797         Log: Integrate from the maint-5.8/ branch :
36798              changes 18219, 18236, 18242-3, 18247-8,
36799              18253-5, 18257, 18273-6
36800      Branch: perl
36801           +> t/op/lc_user.t
36802           !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl
36803           !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod
36804           !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t
36805           !> t/uni/tr_utf8.t
36806 ____________________________________________________________________________
36807 [ 18279] By: merijn                                on 2002/12/10  14:10:03
36808         Log: Subject: Re: ANSIColor 1.06 released
36809              Version bump only after typo fix to sync with CPAN
36810      Branch: perl
36811            ! lib/Term/ANSIColor.pm
36812 ____________________________________________________________________________
36813 [ 18277] By: merijn                                on 2002/12/10  08:46:05
36814         Log: Subject: [PATCH perl@18251] VMS build update
36815              Message-ID: <3DF56BE2.9000300@mac.com>
36816              Date: Mon, 09 Dec 2002 22:21:54 -0600
36817              From: "Craig A. Berry" <craigberry@mac.com>
36818      Branch: perl
36819            ! configure.com ext/Time/HiRes/Makefile.PL
36820            ! vms/descrip_mms.template
36821 ____________________________________________________________________________
36822 [ 18272] By: merijn                                on 2002/12/09  15:31:28
36823         Log: RT#15950
36824
36825              Subject: [PATCH] Typo in Term::ANSIColor
36826              Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
36827              From: "Mr. Nobody" <mrnobo1024  at  yahoo.com>
36828      Branch: perl
36829            ! lib/Term/ANSIColor.pm
36830 ____________________________________________________________________________
36831 [ 18270] By: hv                                    on 2002/12/09  00:25:26
36832         Log: Subject: [perl #18256] xsubpp can make nested comments in C code
36833              From: Nicholas Clark (via RT) <perlbug@perl.org>
36834              Date: 7 Nov 2002 14:58:14 -0000
36835              Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
36836      Branch: perl
36837            ! lib/ExtUtils/xsubpp
36838 ____________________________________________________________________________
36839 [ 18269] By: hv                                    on 2002/12/09  00:19:33
36840         Log: Subject: Re: Bug in Filter::Simple
36841              From: Slaven Rezic <slaven.rezic@berlin.de>
36842              Date: 07 Nov 2002 10:01:41 +0100
36843              Message-ID: <87of91u51m.fsf@vran.herceg.de>
36844      Branch: perl
36845            ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
36846 ____________________________________________________________________________
36847 [ 18268] By: hv                                    on 2002/12/09  00:14:58
36848         Log: fix #18266 sprintf format mismatch
36849      Branch: perl
36850            ! regcomp.c
36851 ____________________________________________________________________________
36852 [ 18267] By: hv                                    on 2002/12/09  00:10:09
36853         Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime()  are sometimes wrong
36854              From: Slaven Rezic <slaven.rezic@berlin.de>
36855              Date: 09 Nov 2002 23:21:16 +0100
36856              Message-ID: <874raqz8o3.fsf@vran.herceg.de>
36857      Branch: perl
36858            ! config_h.SH ext/POSIX/t/posix.t util.c
36859 ____________________________________________________________________________
36860 [ 18266] By: hv                                    on 2002/12/09  00:02:57
36861         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
36862              From: Abhijit Menon-Sen <ams@wiw.org>
36863              Date: Wed, 6 Nov 2002 19:38:11 +0530
36864              Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
36865      Branch: perl
36866            ! regcomp.c t/op/lc.t
36867 ____________________________________________________________________________
36868 [ 18265] By: rgs                                   on 2002/12/08  22:10:45
36869         Log: Subject: Re: [perl #18927] barewords with no errors
36870              From: Abe Timmerman <abe@ztreet.demon.nl>
36871              Date: Sun, 8 Dec 2002 17:12:56 +0100
36872              Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
36873      Branch: perl
36874            ! t/lib/strict/subs
36875 ____________________________________________________________________________
36876 [ 18264] By: rgs                                   on 2002/12/08  22:04:39
36877         Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
36878              From: Slaven Rezic <slaven.rezic@berlin.de>
36879              Date: 30 Nov 2002 00:07:05 +0100
36880              Message-ID: <8765ugnffq.fsf@vran.herceg.de>
36881      Branch: perl
36882            ! pp_ctl.c t/cmd/for.t
36883 ____________________________________________________________________________
36884 [ 18263] By: rgs                                   on 2002/12/08  21:56:13
36885         Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
36886              From: Slaven Rezic <slaven.rezic@berlin.de>
36887              Date: 08 Dec 2002 01:31:45 +0100
36888              Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
36889      Branch: perl
36890            ! lib/Exporter/Heavy.pm
36891 ____________________________________________________________________________
36892 [ 18262] By: rgs                                   on 2002/12/08  20:31:42
36893         Log: getservbyport() should accept an empty string as its
36894              proto argument (as does getservbyname()).
36895
36896              Subject: Re: Is this a bug or am I being stupid?
36897              From: Slaven Rezic <slaven.rezic@berlin.de>
36898              Date: 08 Dec 2002 01:54:37 +0100
36899              Message-ID: <87znrhl48i.fsf@vran.herceg.de>
36900      Branch: perl
36901            ! pp_sys.c
36902 ____________________________________________________________________________
36903 [ 18261] By: rgs                                   on 2002/12/08  20:17:37
36904         Log: Change the set of characters that are considered to be
36905              safe in $ENV{TERM} for taint checkings.
36906      Branch: perl
36907            ! taint.c
36908 ____________________________________________________________________________
36909 [ 18260] By: rgs                                   on 2002/12/08  20:14:57
36910         Log: Document that $ENV{TERM} may produce taint failures.
36911              Subject: Re: [perl #18717] spurious failures in regression test
36912              From: Slaven Rezic <slaven.rezic@berlin.de>
36913              Date: 29 Nov 2002 22:11:46 +0100
36914              Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
36915      Branch: perl
36916            ! pod/perldiag.pod
36917 ____________________________________________________________________________
36918 [ 18259] By: rgs                                   on 2002/12/08  19:34:34
36919         Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
36920              From: Nicholas Clark <nick@unfortu.net>
36921              Date: Mon, 2 Dec 2002 21:48:29 +0000
36922              Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
36923      Branch: perl
36924            ! hv.c lib/Hash/Util.t
36925 ____________________________________________________________________________
36926 [ 18251] By: rgs                                   on 2002/12/06  21:27:55
36927         Log: Fix two cases of buffer overflow in the lexer.
36928      Branch: perl
36929            ! t/comp/parser.t toke.c
36930 ____________________________________________________________________________
36931 [ 18250] By: rgs                                   on 2002/12/06  20:44:26
36932         Log: Fix bug #18874, essentially by reverting change #11890.
36933              Add a regression test for it.
36934      Branch: perl
36935            ! lib/English.pm lib/English.t
36936 ____________________________________________________________________________
36937 [ 18249] By: rgs                                   on 2002/12/06  20:42:01
36938         Log: Suppress a compilation warning reported by Jarkko
36939              (variable initialization skipped by goto).
36940      Branch: perl
36941            ! toke.c
36942 ____________________________________________________________________________
36943 [ 18239] By: jhi                                   on 2002/12/03  12:49:01
36944         Log: Fix up #18229.
36945      Branch: perl
36946            ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
36947            ! pod/perlintern.pod
36948 ____________________________________________________________________________
36949 [ 18233] By: rgs                                   on 2002/12/02  20:03:09
36950         Log: Fix bug #18573 : in a double-quoted string, a \c not followed
36951              by any character may corrupt memory due to reading past the
36952              end of the input buffer. Add a new error message corresponding
36953              to this case.
36954      Branch: perl
36955            ! pod/perldiag.pod t/comp/parser.t toke.c
36956 ____________________________________________________________________________
36957 [ 18232] By: rgs                                   on 2002/12/02  19:59:07
36958         Log: Skip test #17 of lib/open.t when useperlio is not defined.
36959      Branch: perl
36960            ! lib/open.t
36961 ____________________________________________________________________________
36962 [ 18231] By: merijn                                on 2002/12/02  16:00:12
36963         Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
36964              Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
36965              From: Andy Dougherty <doughera@lafayette.edu>
36966              Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
36967      Branch: perl
36968            ! README.hpux
36969 ____________________________________________________________________________
36970 [ 18230] By: merijn                                on 2002/12/02  15:45:31
36971         Log: $0 modifying part II (HP-UX only)
36972
36973              Date: Sat, 30 Nov 2002 20:16:51 +0200
36974              From: Jarkko Hietaniemi <jhi@iki.fi>
36975              Subject: [PATCH] $0 modifying
36976              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
36977      Branch: perl
36978            ! mg.c
36979 ____________________________________________________________________________
36980 [ 18229] By: merijn                                on 2002/12/02  15:43:16
36981         Log: $0 mofifying part I
36982
36983              Date: Sat, 30 Nov 2002 20:16:51 +0200
36984              From: Jarkko Hietaniemi <jhi@iki.fi>
36985              Subject: [PATCH] $0 modifying
36986              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
36987      Branch: perl
36988            ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
36989            ! sv.c t/op/magic.t thread.h
36990 ____________________________________________________________________________
36991 [ 18228] By: hv                                    on 2002/12/02  13:37:59
36992         Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
36993              with a module-driven version, and separates out its docs.
36994      Branch: perl
36995            + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
36996            + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
36997            + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
36998            + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
36999            + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
37000            + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
37001            + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
37002            + pod/perldoc.pod
37003            ! MANIFEST utils/perldoc.PL
37004 ____________________________________________________________________________
37005 [ 18226] By: hv                                    on 2002/12/02  12:44:35
37006         Log: missed the new file from #18224
37007      Branch: perl
37008            + lib/Pod/PlainText.pm
37009            ! MANIFEST
37010 ____________________________________________________________________________
37011 [ 18225] By: hv                                    on 2002/12/02  03:09:42
37012         Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS
37013      Branch: perl
37014            ! util.c
37015 ____________________________________________________________________________
37016 [ 18224] By: hv                                    on 2002/12/02  02:59:02
37017         Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
37018              and lib/Pod/t/utils.t to cater for simpler output text.
37019      Branch: perl
37020            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm
37021            ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL
37022            ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t
37023            ! t/pod/included.t t/pod/lref.t t/pod/lref.xr
37024            ! t/pod/multiline_items.t t/pod/multiline_items.xr
37025            ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t
37026            ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t
37027            ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr
37028            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
37029 ____________________________________________________________________________
37030 [ 18223] By: hv                                    on 2002/12/02  02:46:17
37031         Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub
37032              From: Dave Mitchell <davem@fdgroup.com>
37033              Date: Mon, 25 Nov 2002 21:25:33 +0000
37034              Message-ID: <20021125212533.B29157@fdgroup.com>
37035      Branch: perl
37036            ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t
37037 ____________________________________________________________________________
37038 [ 18222] By: hv                                    on 2002/12/02  02:23:28
37039         Log: #18221 broke t/op/eval.t
37040      Branch: perl
37041            ! t/op/eval.t
37042 ____________________________________________________________________________
37043 [ 18221] By: hv                                    on 2002/12/02  02:18:19
37044         Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
37045      Branch: perl
37046           +> ext/POSIX/t/is.t
37047           !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t
37048           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
37049           !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod
37050           !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t
37051 ____________________________________________________________________________
37052 [ 18220] By: hv                                    on 2002/12/02  00:58:54
37053         Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope
37054              From: Dave Mitchell <davem@fdgroup.com>
37055              Date: Sun, 24 Nov 2002 22:19:06 +0000
37056              Message-ID: <20021124221906.A25386@fdgroup.com>
37057      Branch: perl
37058            ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
37059            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
37060            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c
37061            ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c
37062 ____________________________________________________________________________
37063 [ 18217] By: rgs                                   on 2002/11/29  12:11:28
37064         Log: Document the hint constants and where they're used.
37065      Branch: perl
37066            ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm
37067            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm
37068            ! perl.h
37069 ____________________________________________________________________________
37070 [ 18216] By: merijn                                on 2002/11/29  10:00:54
37071         Log: 64bit Peek failure on HP-UX 11.00
37072
37073              Subject: Re: Smoke 18188
37074              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37075              From: Slaven Rezic <slaven.rezic@berlin.de>
37076              Date: 28 Nov 2002 19:25:25 +0100
37077              Message-ID: <877kexsga2.fsf@vran.herceg.de>
37078      Branch: perl
37079            ! ext/Devel/Peek/Peek.t
37080 ____________________________________________________________________________
37081 [ 18203] By: jhi                                   on 2002/11/28  14:54:34
37082         Log: Slight beauty tweak.
37083      Branch: perl
37084            ! intrpvar.h
37085 ____________________________________________________________________________
37086 [ 18188] By: hv                                    on 2002/11/27  01:32:52
37087         Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
37088              From: Slaven Rezic <slaven.rezic@berlin.de>
37089              Date: 03 Nov 2002 10:59:43 +0100
37090              Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
37091      Branch: perl
37092            ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c
37093 ____________________________________________________________________________
37094 [ 18186] By: hv                                    on 2002/11/27  00:57:18
37095         Log: Subject: DESTROY called in scalar context ?
37096              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37097              Date: Tue, 29 Oct 2002 22:04:23 +0100
37098              Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
37099      Branch: perl
37100            ! sv.c
37101 ____________________________________________________________________________
37102 [ 18185] By: rgs                                   on 2002/11/26  21:06:48
37103         Log: PerlFAQ sync.
37104      Branch: perl
37105            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
37106            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
37107            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
37108            ! pod/perlfaq9.pod
37109 ____________________________________________________________________________
37110 [ 18184] By: rgs                                   on 2002/11/26  20:42:25
37111         Log: Subject: [PATCH] 2 Pod errors in perlop.pod
37112              From: andreas.koenig@anima.de (Andreas J. Koenig)
37113              Date: Mon, 25 Nov 2002 10:21:08 +0100
37114              Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
37115
37116              Plus a few similar POD fixes
37117      Branch: perl
37118            ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
37119            ! pod/perltie.pod
37120 ____________________________________________________________________________
37121 [ 18183] By: rgs                                   on 2002/11/26  19:53:26
37122         Log: Subject: Re: [perl #18626] bug in perlipc man page
37123              From: Slaven Rezic <slaven.rezic@berlin.de>
37124              Date: 23 Nov 2002 21:23:20 +0100
37125              Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
37126      Branch: perl
37127            ! pod/perlipc.pod
37128 ____________________________________________________________________________
37129 [ 18182] By: merijn                                on 2002/11/26  08:44:39
37130         Log: Subject: #17171: ld flag for shrplib on OpenBSD
37131              Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
37132              From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>
37133      Branch: perl
37134            ! Configure
37135 ____________________________________________________________________________
37136 [ 18180] By: hv                                    on 2002/11/25  03:10:03
37137         Log: integrate #18144 updates to pod/perlport.pod
37138      Branch: perl
37139            ! pod/perlport.pod
37140 ____________________________________________________________________________
37141 [ 18179] By: hv                                    on 2002/11/25  03:06:44
37142         Log: Subject: [PATCH] UTF8 regexp {n} bug
37143              From: Inaba Hiroto <inaba@st.rim.or.jp>
37144              Date: Sat, 16 Nov 2002 19:23:00 +0900
37145              Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
37146      Branch: perl
37147            ! regcomp.c t/op/pat.t
37148 ____________________________________________________________________________
37149 [ 18178] By: hv                                    on 2002/11/25  02:43:40
37150         Log: Subject: Re: Storable bug #1698
37151              From: Slaven Rezic <slaven.rezic@berlin.de>
37152              Date: 18 Nov 2002 10:41:36 +0100
37153              Message-ID: <87ptt343lb.fsf@vran.herceg.de>
37154      Branch: perl
37155            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
37156            ! ext/Storable/t/forgive.t
37157 ____________________________________________________________________________
37158 [ 18177] By: hv                                    on 2002/11/25  02:37:07
37159         Log: add support for STASH and MAGIC information for REFs to sv_dump().
37160              Subject: [PATCH]
37161              From: Slaven Rezic <slaven.rezic@berlin.de>
37162              Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
37163              Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
37164      Branch: perl
37165            ! dump.c ext/Devel/Peek/Peek.t
37166 ____________________________________________________________________________
37167 [ 18176] By: hv                                    on 2002/11/25  02:31:10
37168         Log: Subject: Re: [perl #18479] Error when no strict refs in effect
37169              From: Slaven Rezic <slaven.rezic@berlin.de>
37170              Date: 18 Nov 2002 22:50:04 +0100
37171              Message-ID: <87smxya6pf.fsf@vran.herceg.de>
37172      Branch: perl
37173            ! pp_ctl.c
37174 ____________________________________________________________________________
37175 [ 18175] By: hv                                    on 2002/11/25  02:20:48
37176         Log: Subject: [Encode] 1.83 + bleedperl patch released
37177              From: Dan Kogai <dankogai@dan.co.jp>
37178              Date: Tue, 19 Nov 2002 03:18:44 +0900
37179              Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
37180      Branch: perl
37181            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
37182            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs
37183            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl
37184            ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t
37185 ____________________________________________________________________________
37186 [ 18172] By: rgs                                   on 2002/11/22  21:44:09
37187         Log: Subject: [PATCH] Historic version labels
37188              From: andreas.koenig@anima.de (Andreas J. Koenig)
37189              Date: Fri, 22 Nov 2002 14:39:41 +0100
37190              Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
37191      Branch: perl
37192            ! Changes5.005 Changes5.6
37193 ____________________________________________________________________________
37194 [ 18171] By: rgs                                   on 2002/11/22  21:15:54
37195         Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
37196              Fix the existing tests that didn't checked the difference
37197              between 0 and undef.
37198      Branch: perl
37199            ! t/op/magic.t
37200 ____________________________________________________________________________
37201 [ 18170] By: rgs                                   on 2002/11/22  20:49:12
37202         Log: Move some tests from t/run/fresh_perl.t
37203              to the new t/comp/parser.t. The goal being to
37204              get rid of fresh_perl.t at some point.
37205      Branch: perl
37206            ! t/comp/parser.t t/run/fresh_perl.t
37207 ____________________________________________________________________________
37208 [ 18169] By: rgs                                   on 2002/11/21  20:49:36
37209         Log: Add a test for bug #17920, and a new test file for it.
37210      Branch: perl
37211            + t/comp/parser.t
37212            ! MANIFEST
37213 ____________________________________________________________________________
37214 [ 18168] By: merijn                                on 2002/11/21  13:59:12
37215         Log: Subject: [PATCH] hires sleeping wants libs
37216              Date: Wed, 20 Nov 2002 17:18:31 +0200
37217              From: Jarkko Hietaniemi <jhi@iki.fi>
37218              Message-ID: <20021120151830.GC127060@lyta.hut.fi>
37219      Branch: perl
37220            ! Configure hints/irix_6.sh
37221 ____________________________________________________________________________
37222 [ 18166] By: rgs                                   on 2002/11/19  23:02:31
37223         Log: Fix perl bug #17920 : a case of parser coredump.
37224              The fix is to disable Perl_block_start and Perl_block_end
37225              when the yacc parser has encountered errors. This prevents
37226              corruption of the internal stack, at the expense of correctness,
37227              but this doesn't matter as the code is unparseable anyway.
37228      Branch: perl
37229            ! op.c
37230 ____________________________________________________________________________
37231 [ 18165] By: rgs                                   on 2002/11/19  22:45:36
37232         Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
37233              From: Jarkko Hietaniemi <jhi@iki.fi>
37234              Date: Sun, 3 Nov 2002 17:50:08 +0200
37235              Message-ID: <20021103155008.GA382682@lyta.hut.fi>
37236      Branch: perl
37237            ! lib/open.pm locale.c pod/perl58delta.pod
37238 ____________________________________________________________________________
37239 [ 18164] By: rgs                                   on 2002/11/19  22:32:52
37240         Log: t/io/crlf.t failed with miniperl.
37241      Branch: perl
37242            ! t/io/crlf.t
37243 ____________________________________________________________________________
37244 [ 18163] By: rgs                                   on 2002/11/19  22:11:24
37245         Log: Subject: Re: [PATCH] AutoLoader gives wrong message
37246              From: Peter Scott <Peter@PSDT.com>
37247              Date: Thu, 07 Nov 2002 19:04:27 -0800
37248              Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
37249
37250              With a tweak to the END cleanup block to fully remove the
37251              temporary test directory
37252      Branch: perl
37253            ! lib/AutoLoader.t
37254 ____________________________________________________________________________
37255 [ 18162] By: rgs                                   on 2002/11/19  21:29:25
37256         Log: Subject: [PATCH ext/threads/threads.xs] trivial typo
37257              From: Dave Mitchell <davem@fdgroup.com>
37258              Date: Thu, 14 Nov 2002 22:55:39 +0000
37259              Message-ID: <20021114225539.A18614@fdgroup.com>
37260      Branch: perl
37261            ! ext/threads/threads.xs
37262 ____________________________________________________________________________
37263 [ 18161] By: rgs                                   on 2002/11/19  21:26:21
37264         Log: Subject: [PATCH Win32] Document wperl.exe
37265              From: "Brent Dax" <brentdax@cpan.org>
37266              Date: Fri, 15 Nov 2002 23:02:01 -0800
37267              Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
37268      Branch: perl
37269            ! README.win32
37270 ____________________________________________________________________________
37271 [ 18160] By: hv                                    on 2002/11/19  12:07:25
37272         Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
37273              From: Nicholas Clark <nick@unfortu.net>
37274              Date: Tue, 29 Oct 2002 23:00:05 +0000
37275              Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
37276      Branch: perl
37277            + regen.pl regen_headers.pl
37278            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
37279            ! keywords.pl opcode.pl regcomp.pl
37280 ____________________________________________________________________________
37281 [ 18159] By: hv                                    on 2002/11/19  11:48:30
37282         Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
37283              From: Gurusamy Sarathy <gsar@ActiveState.com>
37284              Date: Wed, 30 Oct 2002 20:58:15 -0800
37285              Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
37286              Date: Wed, 30 Oct 2002 21:56:22 -0800
37287              Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
37288              Date: Wed, 30 Oct 2002 22:55:30 -0800
37289              Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
37290      Branch: perl
37291            ! gv.c pp_hot.c t/op/method.t
37292 ____________________________________________________________________________
37293 [ 18158] By: hv                                    on 2002/11/19  11:35:16
37294         Log: Remove duplicate my() declaration giving warnings from change #18105.
37295      Branch: perl
37296            ! lib/Class/Struct.t
37297 ____________________________________________________________________________
37298 [ 18154] By: rgs                                   on 2002/11/16  22:08:44
37299         Log: Correction to change #18152, by Dave Mitchell.
37300      Branch: perl
37301            ! pod/perlhack.pod
37302 ____________________________________________________________________________
37303 [ 18152] By: rgs                                   on 2002/11/16  21:23:15
37304         Log: Subject: Re: [PATCH] optional code for debugging leaking scalars
37305              From: Dave Mitchell <davem@fdgroup.com>
37306              Date: Sat, 16 Nov 2002 22:18:23 +0000
37307              Message-ID: <20021116221823.A23614@fdgroup.com>
37308              Documentation for change #18150.
37309      Branch: perl
37310            ! pod/perlhack.pod
37311 ____________________________________________________________________________
37312 [ 18151] By: rgs                                   on 2002/11/16  20:45:26
37313         Log: Document PRIVSHIFT.
37314              Subject: [PATCH] two small doc patches
37315              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37316              Date: Thu, 14 Nov 2002 15:07:35 -0800
37317              Message-ID: <3yC19gzkguTO092yn@efn.org>
37318      Branch: perl
37319            ! sv.h
37320 ____________________________________________________________________________
37321 [ 18150] By: rgs                                   on 2002/11/16  20:25:57
37322         Log: Subject: [PATCH] optional code for debugging leaking scalars
37323              From: Dave Mitchell <davem@fdgroup.com>
37324              Date: Thu, 14 Nov 2002 23:03:00 +0000
37325              Message-ID: <20021114230300.B18614@fdgroup.com>
37326      Branch: perl
37327            ! perl.c sv.c
37328 ____________________________________________________________________________
37329 [ 18149] By: rgs                                   on 2002/11/16  20:10:50
37330         Log: New B::Lint option, bare-subs, that checks for implicitely
37331              quoted barewords that are also subroutines, from
37332              Ian Phillipps <ip@tarragon-et.co.uk>.
37333              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
37334              With a few tweaks to the implementation and tests.
37335              (previous change was empty)
37336      Branch: perl
37337            ! ext/B/B/Lint.pm ext/B/t/lint.t
37338 ____________________________________________________________________________
37339 [ 18148] By: rgs                                   on 2002/11/16  20:05:34
37340         Log: New B::Lint option, bare-subs, that checks for implicitely
37341              quoted barewords that are also subroutines, from
37342              Ian Phillipps <ip@tarragon-et.co.uk>.
37343              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
37344              With a few tweaks to the implementation and tests.
37345      Branch: perl
37346            ! ext/B/B/Lint.pm ext/B/t/lint.t
37347 ____________________________________________________________________________
37348 [ 18147] By: rgs                                   on 2002/11/16  19:52:54
37349         Log: Subject: [PATCH] Typo in perl58delta
37350              From: andreas.koenig@anima.de (Andreas J. Koenig)
37351              Date: Sat, 16 Nov 2002 16:29:14 +0100
37352              Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
37353      Branch: perl
37354            ! pod/perl58delta.pod
37355 ____________________________________________________________________________
37356 [ 18142] By: rgs                                   on 2002/11/12  22:09:39
37357         Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
37358              From: Dave Mitchell <davem@fdgroup.com>
37359              Date: Thu, 7 Nov 2002 16:38:02 +0000
37360              Message-ID: <20021107163802.C25337@fdgroup.com>
37361      Branch: perl
37362            ! pad.h
37363 ____________________________________________________________________________
37364 [ 18141] By: merijn                                on 2002/11/12  16:15:30
37365         Log: repair 18139 (missing awk command)
37366      Branch: perl
37367            ! Configure
37368 ____________________________________________________________________________
37369 [ 18139] By: merijn                                on 2002/11/12  14:20:36
37370         Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
37371              From: Jarkko Hietaniemi <jhi@iki.fi>
37372              Subject: [PATCH] Tru64 osvers
37373              Message-ID: <20021112144922.GI511825@lyta.hut.fi>
37374      Branch: perl
37375            ! Configure
37376 ____________________________________________________________________________
37377 [ 18137] By: rgs                                   on 2002/11/10  21:57:04
37378         Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
37379              From: Slaven Rezic <slaven.rezic@berlin.de>
37380              Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
37381              Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
37382      Branch: perl
37383            ! lib/Term/ReadLine.pm
37384 ____________________________________________________________________________
37385 [ 18136] By: rgs                                   on 2002/11/10  21:38:44
37386         Log: Subject: t/run/runenv.t bug
37387              From: Salvador "Fandiño" <sfandino@yahoo.com>
37388              Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
37389              Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
37390      Branch: perl
37391            ! t/run/runenv.t
37392 ____________________________________________________________________________
37393 [ 18135] By: rgs                                   on 2002/11/10  21:30:36
37394         Log: Subject: [PATCH] perlopentut and PerlIO documentation
37395              From: Slaven Rezic <slaven.rezic@berlin.de>
37396              Date: 08 Nov 2002 22:22:19 +0100
37397              Message-ID: <8765v7kb90.fsf@vran.herceg.de>
37398      Branch: perl
37399            ! lib/PerlIO.pm pod/perlopentut.pod
37400 ____________________________________________________________________________
37401 [ 18125] By: hv                                    on 2002/11/07  14:01:57
37402         Log: Subject: Re: The Inaba patch for tr/// vs. use encoding
37403              From: Dan Kogai <dankogai@dan.co.jp>
37404              Date: Fri, 25 Oct 2002 13:04:00 +0900
37405              Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
37406      Branch: perl
37407            + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
37408            + t/uni/tr_utf8.t
37409            ! MANIFEST
37410 ____________________________________________________________________________
37411 [ 18124] By: hv                                    on 2002/11/07  13:51:39
37412         Log: Subject: [PATCH] File::Temp documentation fix
37413              From: Slaven Rezic <slaven.rezic@berlin.de>
37414              Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
37415              Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
37416      Branch: perl
37417            ! lib/File/Temp.pm
37418 ____________________________________________________________________________
37419 [ 18123] By: hv                                    on 2002/11/07  13:46:59
37420         Log: Subject: PATCH x2p/find2perl.PL
37421              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
37422              Date: Thu, 24 Oct 2002 10:05:19 +0200
37423              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
37424      Branch: perl
37425            ! x2p/find2perl.PL
37426 ____________________________________________________________________________
37427 [ 18122] By: hv                                    on 2002/11/07  13:40:25
37428         Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
37429              From: "david@dhaller.de (via RT)" <perlbug@perl.org>
37430              Date: 23 Oct 2002 18:42:51 -0000
37431              Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
37432      Branch: perl
37433            ! ext/Fcntl/t/syslfs.t t/op/lfs.t
37434 ____________________________________________________________________________
37435 [ 18121] By: hv                                    on 2002/11/07  13:21:15
37436         Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0?
37437              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37438              Date: Sun, 03 Nov 2002 15:48:18 -0800
37439              Message-ID: <CXbx9gzkgS8W092yn@efn.org>
37440      Branch: perl
37441            ! sv.c t/op/tie.t
37442 ____________________________________________________________________________
37443 [ 18120] By: hv                                    on 2002/11/07  13:14:21
37444         Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
37445              From: Gurusamy Sarathy <gsar@ActiveState.com>
37446              Date: Sat, 19 Oct 2002 12:11:43 -0700
37447              Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
37448      Branch: perl
37449            ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h
37450 ____________________________________________________________________________
37451 [ 18119] By: hv                                    on 2002/11/07  12:13:28
37452         Log: Subject: [perl #18154] Problem found in calculating offsets in regex
37453              From: Mark Pease (via RT) <perlbug@perl.org>
37454              Date: 29 Oct 2002 20:23:54 -0000
37455              Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
37456      Branch: perl
37457            ! regcomp.c
37458 ____________________________________________________________________________
37459 [ 18118] By: hv                                    on 2002/11/07  11:33:38
37460         Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
37461              From: hv@crypt.org
37462              Date: Sun, 03 Nov 2002 16:41:24 +0000
37463              Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
37464      Branch: perl
37465            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
37466            ! t/op/sub_lval.t
37467 ____________________________________________________________________________
37468 [ 18117] By: rgs                                   on 2002/11/06  22:15:36
37469         Log: "make distclean" should remove the generated file lib/Config.pod.
37470      Branch: perl
37471            ! Makefile.SH
37472 ____________________________________________________________________________
37473 [ 18116] By: rgs                                   on 2002/11/06  22:11:06
37474         Log: The new test introduced in #18114 failed with threads
37475      Branch: perl
37476            ! ext/B/t/concise.t
37477 ____________________________________________________________________________
37478 [ 18115] By: rgs                                   on 2002/11/06  20:43:14
37479         Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
37480              From: Slaven Rezic <slaven.rezic@berlin.de>
37481              Date: 24 Oct 2002 00:44:35 +0200
37482              Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
37483      Branch: perl
37484            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t
37485            ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys
37486 ____________________________________________________________________________
37487 [ 18114] By: rgs                                   on 2002/11/06  20:08:53
37488         Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
37489              From: Stephen McCamant <smcc@mit.edu>
37490              Date: Thu, 31 Oct 2002 01:35:29 -0500
37491              Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
37492
37493              plus a test case in ext/B/t/concise.t
37494              plus a (less intrusive, but less future-proof) fix for a
37495              similar problem in B::walkoptree_exec().
37496      Branch: perl
37497            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
37498 ____________________________________________________________________________
37499 [ 18113] By: rgs                                   on 2002/11/05  20:11:55
37500         Log: make regen_headers.
37501              Backport change #18078 to warnings.pl.
37502      Branch: perl
37503            ! global.sym perlapi.c perlapi.h proto.h warnings.pl
37504 ____________________________________________________________________________
37505 [ 18109] By: ams                                   on 2002/11/05  13:03:34
37506         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
37507              From: hv@crypt.org
37508              Date: Tue, 05 Nov 2002 13:30:00 +0000
37509              Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
37510
37511              This is half of the fix for #18107. The swash_init() problems
37512              described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
37513              but can now be seen only with UTF-8 test cases.
37514      Branch: perl
37515            ! pp.c
37516 ____________________________________________________________________________
37517 [ 18108] By: merijn                                on 2002/11/05  07:52:08
37518         Log: Put back the DO NOT EDIT headers in proto.h and global.sym
37519
37520              Subject: Re: [perl #18066] Bug in -I when path has double colons?
37521              From: Slaven Rezic <slaven.rezic@berlin.de>
37522              Date: 03 Nov 2002 10:25:10 +0100
37523              Message-ID: <87adkrngy1.fsf@vran.herceg.de>
37524      Branch: perl
37525            ! embed.pl
37526 ____________________________________________________________________________
37527 [ 18107] By: ams                                   on 2002/11/05  03:43:46
37528         Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
37529              character is UTF-8. (Copied from pp_lcfirst.)
37530              2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
37531      Branch: perl
37532            ! dump.c pp.c
37533 ____________________________________________________________________________
37534 [ 18106] By: hv                                    on 2002/11/05  01:43:27
37535         Log: new test based on:
37536              Subject: [TEST] for [PATCH] bug in utf8.c(?)
37537              From: Marty Pauley <marty+p5p@kasei.com>
37538              Date: Fri, 18 Oct 2002 21:02:38 +0100
37539              Message-ID: <20021018200238.GY3764@soto.kasei.com>
37540      Branch: perl
37541            ! lib/utf8.t
37542 ____________________________________________________________________________
37543 [ 18105] By: hv                                    on 2002/11/05  00:59:30
37544         Log: Subject: Re: Class::Struct, simple patch, tests
37545              From: Marty Pauley <marty+p5p@kasei.com>
37546              Date: Fri, 18 Oct 2002 22:26:38 +0100
37547              Message-ID: <20021018212638.GB3764@soto.kasei.com>
37548      Branch: perl
37549            ! lib/Class/Struct.pm lib/Class/Struct.t
37550 ____________________________________________________________________________
37551 [ 18102] By: rgs                                   on 2002/11/04  21:43:53
37552         Log: Subject: Re: [perl #18066] Bug in -I when path has double colons?
37553              From: Slaven Rezic <slaven.rezic@berlin.de>
37554              Date: 30 Oct 2002 11:18:47 +0100
37555              Message-ID: <87of9c2prs.fsf@vran.herceg.de>
37556
37557              With the corresponding change to embed.fnc
37558      Branch: perl
37559            + t/run/switchI.t
37560            ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c
37561            ! proto.h t/run/runenv.t
37562 ____________________________________________________________________________
37563 [ 18094] By: merijn                                on 2002/11/04  16:08:22
37564         Log: Changed the warning detection pattern because of:
37565
37566              Subject: ccache gcc3.2 doesn't work
37567              From: Nicholas Clark <nick@ccl4.org>
37568              Date: Tue, 29 Oct 2002 15:01:39
37569              Message-ID: <20021029150139.J82080@plum.flirble.org>
37570      Branch: perl
37571            ! Configure
37572 ____________________________________________________________________________
37573 [ 18093] By: jhi                                   on 2002/11/04  16:06:39
37574         Log: s/Perlf/Perl/ (thanks rgs)
37575      Branch: perl
37576            ! pod/perldiag.pod
37577 ____________________________________________________________________________
37578 [ 18091] By: jhi                                   on 2002/11/04  15:50:07
37579         Log: How pre-5.9.0 Perl can be fooled by a defined-or.
37580      Branch: perl
37581            ! pod/perldiag.pod
37582 ____________________________________________________________________________
37583 [ 18090] By: hv                                    on 2002/11/04  15:49:29
37584         Log: extend #13786 to cover the other four identical chunks of code
37585              to avoid looping under overload.
37586      Branch: perl
37587            ! sv.c
37588 ____________________________________________________________________________
37589 [ 18088] By: merijn                                on 2002/11/04  15:37:06
37590         Log: Charnames take 4
37591              Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
37592      Branch: perl
37593            ! lib/charnames.pm lib/charnames.t
37594 ____________________________________________________________________________
37595 [ 18086] By: hv                                    on 2002/11/04  15:16:34
37596         Log: integrate from perlio: changes #17709, #17795, #17796, #18032
37597      Branch: perl
37598           !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t
37599           !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t
37600 ____________________________________________________________________________
37601 [ 18085] By: hv                                    on 2002/11/04  12:17:12
37602         Log: Subject: Re: [perl #17064] illegal legal unicode character
37603              From: hv@crypt.org
37604              Date: Mon, 04 Nov 2002 13:23:49 +0000
37605              Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
37606      Branch: perl
37607            ! regexec.c t/op/split.t
37608 ____________________________________________________________________________
37609 [ 18084] By: merijn                                on 2002/11/04  11:04:45
37610         Log: Tru64, gcc -O3, datasize
37611              Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
37612      Branch: perl
37613            ! README.tru64 hints/dec_osf.sh
37614 ____________________________________________________________________________
37615 [ 18083] By: merijn                                on 2002/11/04  10:58:52
37616         Log: Typo configpm
37617              Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37618      Branch: perl
37619            ! configpm
37620 ____________________________________________________________________________
37621 [ 18078] By: hv                                    on 2002/11/03  13:20:50
37622         Log: avoid reliance on croak() prototype
37623      Branch: perl
37624            ! lib/warnings.pm
37625 ____________________________________________________________________________
37626 [ 18077] By: hv                                    on 2002/11/03  13:18:17
37627         Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re().
37628              (with tweaks)
37629              From: Michael G Schwern <schwern@pobox.com>
37630              Date: Wed, 4 Sep 2002 12:06:08 -0700
37631              Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
37632      Branch: perl
37633            ! configpm lib/Config.t
37634 ____________________________________________________________________________
37635 [ 18076] By: gbarr                                 on 2002/11/03  10:11:18
37636         Log: Update to Scalar-List-Utils 1.08
37637      Branch: perl
37638            + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
37639            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/README
37640            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
37641            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
37642            ! ext/List/Util/t/reduce.t
37643 ____________________________________________________________________________
37644 [ 18075] By: rgs                                   on 2002/10/31  20:58:12
37645         Log: Adjust the number of tests in t/op/range.t
37646      Branch: perl
37647            ! t/op/range.t
37648 ____________________________________________________________________________
37649 [ 18074] By: ams                                   on 2002/10/30  22:30:32
37650         Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
37651              but "-4\n".."-0\n" is!
37652              From: Slaven Rezic <slaven.rezic@berlin.de>
37653              Date: 30 Oct 2002 16:22:36 +0100
37654              Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
37655
37656              Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
37657              is not DWIM but "-4\n".."-0\n" is!
37658              From: "Orton, Yves" <yves.orton@mciworldcom.de>
37659              Date: Wed, 30 Oct 2002 11:59:31 -0000
37660              Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
37661
37662              (Applied over previous fix.)
37663      Branch: perl
37664            ! pp_ctl.c t/op/range.t
37665 ____________________________________________________________________________
37666 [ 18073] By: ams                                   on 2002/10/30  19:47:12
37667         Log: Subject: [perl #18165] "0" fails as right-hand argument to ..
37668              From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
37669              Date: 30 Oct 2002 17:27:53 -0000
37670              Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
37671
37672              (Fixed by making an exception for .."0" in pp_flop.)
37673      Branch: perl
37674            ! pp_ctl.c t/op/range.t
37675 ____________________________________________________________________________
37676 [ 18072] By: rgs                                   on 2002/10/29  20:37:31
37677         Log: Partial fix of bug [perl #17589] : prevent the parser to
37678              segfault when encountering the erroneous construct "sub;".
37679      Branch: perl
37680            ! pod/perldiag.pod t/op/anonsub.t toke.c
37681 ____________________________________________________________________________
37682 [ 18071] By: rgs                                   on 2002/10/28  21:57:25
37683         Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
37684              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
37685              Date: Mon, 28 Oct 2002 12:53:52 -0000
37686              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
37687      Branch: perl
37688            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
37689 ____________________________________________________________________________
37690 [ 18070] By: rgs                                   on 2002/10/28  20:46:33
37691         Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)
37692              From: Nicholas Clark <nick@unfortu.net>
37693              Date: Sun, 27 Oct 2002 18:39:03 +0000
37694              Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net>
37695      Branch: perl
37696            ! util.c
37697 ____________________________________________________________________________
37698 [ 18069] By: rgs                                   on 2002/10/28  20:44:12
37699         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
37700              From: Nicholas Clark <nick@unfortu.net>
37701              Date: Sun, 27 Oct 2002 22:31:08 +0000
37702              Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
37703      Branch: perl
37704            ! t/op/pack.t
37705 ____________________________________________________________________________
37706 [ 18068] By: merijn                                on 2002/10/27  17:57:15
37707         Log: Repair broken previous patch. I don't like it, but not repairing it
37708              breaks each and every build. Will teach me to test on the same
37709              machine where I patched it. Sorry.
37710      Branch: perl
37711            ! embed.pl
37712 ____________________________________________________________________________
37713 [ 18067] By: merijn                                on 2002/10/27  06:02:21
37714         Log: embed.pl doc. (embed.pl reorganization for doc headers)
37715              Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
37716              With some additional modifications
37717      Branch: perl
37718            ! embed.pl
37719 ____________________________________________________________________________
37720 [ 18064] By: merijn                                on 2002/10/25  11:47:07
37721         Log: The 5005thread todo list; 2 down 25 to go
37722      Branch: perl
37723            ! README.irix README.tru64
37724 ____________________________________________________________________________
37725 [ 18063] By: hv                                    on 2002/10/25  00:28:48
37726         Log: change #18038 gives too many problems on t/450_service.t; disable
37727              it for now
37728      Branch: perl
37729            ! lib/Net/Ping/t/450_service.t
37730 ____________________________________________________________________________
37731 [ 18062] By: hv                                    on 2002/10/25  00:21:17
37732         Log: Subject: [PATCH] DB_File 1.806
37733              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
37734              Date: Tue, 22 Oct 2002 11:16:21 +0100
37735              Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
37736      Branch: perl
37737            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
37738            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
37739            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
37740 ____________________________________________________________________________
37741 [ 18061] By: hv                                    on 2002/10/25  00:13:07
37742         Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm
37743              From: chromatic <chromatic@wgz.org>
37744              Date: Mon, 21 Oct 2002 20:27:43 -0700
37745              Message-ID: <20021022033253.57952.qmail@onion.perl.org>
37746      Branch: perl
37747            + ext/IO/lib/IO/t/IO.t
37748            ! MANIFEST lib/Net/Ping/t/450_service.t
37749 ____________________________________________________________________________
37750 [ 18060] By: hv                                    on 2002/10/24  23:54:50
37751         Log: 2 lines of change #18039 had several problems
37752      Branch: perl
37753            ! ext/IO/IO.pm
37754 ____________________________________________________________________________
37755 [ 18059] By: hv                                    on 2002/10/24  23:46:29
37756         Log: Subject: [perl #18036] perldoc refuses to run on BeOS
37757              From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
37758              Date: 21 Oct 2002 10:18:50 -0000
37759              Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
37760      Branch: perl
37761            ! utils/perldoc.PL
37762 ____________________________________________________________________________
37763 [ 18058] By: hv                                    on 2002/10/24  23:36:48
37764         Log: Subject: The Inaba patch for tr/// vs. use encoding
37765              From: Dan Kogai <dankogai@dan.co.jp>
37766              Date: Mon, 21 Oct 2002 17:36:02 +0900
37767              Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
37768      Branch: perl
37769            ! mg.c regcomp.c sv.c toke.c
37770 ____________________________________________________________________________
37771 [ 18057] By: hv                                    on 2002/10/24  23:16:15
37772         Log: Subject: [Encode] 1.80 released
37773              From: Dan Kogai <dankogai@dan.co.jp>
37774              Date: Tue, 22 Oct 2002 05:47:16 +0900
37775              Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
37776      Branch: perl
37777            + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl
37778            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
37779            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
37780            ! ext/Encode/lib/Encode/MIME/Header.pm
37781            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t
37782            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
37783            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
37784            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
37785 ____________________________________________________________________________
37786 [ 18056] By: hv                                    on 2002/10/24  22:48:06
37787         Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again
37788              From: Autrijus Tang <autrijus@autrijus.org>
37789              Date: Sat, 19 Oct 2002 17:51:57 +0800
37790              Message-ID: <20021019095157.GA430@not.autrijus.org>
37791      Branch: perl
37792            ! ext/B/B/C.pm
37793 ____________________________________________________________________________
37794 [ 18055] By: hv                                    on 2002/10/24  22:34:10
37795         Log: Reverse change #8066 and sense of test, to satisfy [perl #17763]
37796      Branch: perl
37797            ! pp_sys.c t/run/fresh_perl.t
37798 ____________________________________________________________________________
37799 [ 18054] By: hv                                    on 2002/10/24  22:17:40
37800         Log: change #18030 needs the removal of ext/Thread/thr5005.t
37801      Branch: perl
37802            - ext/Thread/thr5005.t
37803 ____________________________________________________________________________
37804 [ 18053] By: merijn                                on 2002/10/24  08:20:09
37805         Log: charnames pragma extended with :alias for customized
37806              unicode naming aliases
37807              Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
37808      Branch: perl
37809            ! lib/charnames.pm lib/charnames.t
37810 ____________________________________________________________________________
37811 [ 18052] By: rgs                                   on 2002/10/23  19:16:50
37812         Log: Further tweaks to perlmodlib.pod.
37813              Add a note about perllocal.pod, which wasn't documented.
37814      Branch: perl
37815            ! pod/perlmodlib.PL pod/perlmodlib.pod
37816 ____________________________________________________________________________
37817 [ 18051] By: rgs                                   on 2002/10/23  18:56:08
37818         Log: Further tweaks to perluniintro.pod
37819      Branch: perl
37820            ! pod/perluniintro.pod
37821 ____________________________________________________________________________
37822 [ 18050] By: rgs                                   on 2002/10/22  19:11:12
37823         Log: perlmodlib.pod nit suggested by David Dyck (bug #18055)
37824              Regenerate perlmodlib.pod
37825      Branch: perl
37826            ! pod/perlmodlib.PL pod/perlmodlib.pod
37827 ____________________________________________________________________________
37828 [ 18049] By: rgs                                   on 2002/10/22  18:48:00
37829         Log: Subject: [PATCH] perluniintro
37830              From: Jarkko Hietaniemi <jhi@iki.fi>
37831              Date: Sun, 20 Oct 2002 15:48:09 +0300
37832              Message-ID: <20021020124809.GE444369@lyta.hut.fi>
37833      Branch: perl
37834            ! pod/perluniintro.pod
37835 ____________________________________________________________________________
37836 [ 18048] By: hv                                    on 2002/10/22  17:04:26
37837         Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always
37838              From: Dave Mitchell <davem@fdgroup.com>
37839              Date: Fri, 18 Oct 2002 13:36:40 +0100
37840              Message-ID: <20021018133640.A19172@fdgroup.com>
37841      Branch: perl
37842            ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c
37843            ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h
37844            ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t
37845 ____________________________________________________________________________
37846 [ 18047] By: hv                                    on 2002/10/22  16:20:18
37847         Log: Subject: [PATCH] AutoLoader gives wrong message
37848              From: Peter Scott <peter@psdt.com>
37849              Date: Thu, 17 Oct 2002 19:54:56 -0700
37850              Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
37851      Branch: perl
37852            ! lib/AutoLoader.pm
37853 ____________________________________________________________________________
37854 [ 18046] By: hv                                    on 2002/10/22  15:52:40
37855         Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
37856              From: Alain Barbet <alian@alianwebserver.com>
37857              Date: Fri, 18 Oct 2002 15:29:29 +0200
37858              Message-ID: <3DB00CB9.70708@alianwebserver.com>
37859      Branch: perl
37860            ! README.win32 win32/makefile.mk win32/win32.c
37861 ____________________________________________________________________________
37862 [ 18045] By: hv                                    on 2002/10/22  15:47:21
37863         Log: improve 'atomicity' wording
37864      Branch: perl
37865            ! lib/filetest.pm
37866 ____________________________________________________________________________
37867 [ 18044] By: hv                                    on 2002/10/22  15:43:55
37868         Log: Subject: [PATCH] Shell.pm object methods broken
37869              From: Dan Brook <dbrook@easyspace.com>
37870              Date: Thu, 17 Oct 2002 16:05:04 +0100
37871              Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
37872      Branch: perl
37873            ! lib/Shell.pm lib/Shell.t
37874 ____________________________________________________________________________
37875 [ 18042] By: hv                                    on 2002/10/21  09:20:54
37876         Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
37877              From: hv@crypt.org
37878              Date: Mon, 21 Oct 2002 11:27:40 +0100
37879              Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
37880      Branch: perl
37881            ! t/lib/warnings/toke toke.c
37882 ____________________________________________________________________________
37883 [ 18041] By: hv                                    on 2002/10/21  01:14:48
37884         Log: Subject: Re: [perl #18019] regex overoptimization
37885              From: hv@crypt.org
37886              Date: Mon, 21 Oct 2002 03:21:54 +0100
37887              Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
37888      Branch: perl
37889            ! regcomp.c t/op/re_tests
37890 ____________________________________________________________________________
37891 [ 18039] By: hv                                    on 2002/10/20  14:33:16
37892         Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
37893              From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
37894              Date: Tue, 15 Oct 2002 02:17:03 +0200
37895              Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
37896      Branch: perl
37897            ! ext/IO/IO.pm
37898 ____________________________________________________________________________
37899 [ 18038] By: hv                                    on 2002/10/20  14:23:06
37900         Log: Update to Net::Ping v2.23
37901      Branch: perl
37902            + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t
37903            + lib/Net/Ping/t/450_service.t
37904            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
37905            ! lib/Net/Ping/t/200_ping_tcp.t
37906 ____________________________________________________________________________
37907 [ 18037] By: hv                                    on 2002/10/20  13:57:06
37908         Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
37909              From: Jarkko Hietaniemi <jhi@iki.fi>
37910              Date: Mon, 14 Oct 2002 14:49:54 +0300
37911              Message-ID: <20021014114954.GB80937@lyta.hut.fi>
37912      Branch: perl
37913            ! t/op/pack.t
37914 ____________________________________________________________________________
37915 [ 18036] By: hv                                    on 2002/10/20  13:43:56
37916         Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
37917              From: Slaven Rezic <slaven.rezic@berlin.de>
37918              Date: 14 Oct 2002 09:37:18 +0200
37919              Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
37920      Branch: perl
37921            ! pp_sys.c t/op/mkdir.t
37922 ____________________________________________________________________________
37923 [ 18035] By: hv                                    on 2002/10/20  13:39:09
37924         Log: Subject: Re: [perl #17951] Strange UTF error
37925              From: Jarkko Hietaniemi <jhi@iki.fi>
37926              Date: Wed, 16 Oct 2002 18:50:51 +0300
37927              Message-ID: <20021016155051.GB268437@lyta.hut.fi>
37928      Branch: perl
37929            ! lib/utf8_heavy.pl t/run/fresh_perl.t
37930 ____________________________________________________________________________
37931 [ 18034] By: hv                                    on 2002/10/20  13:23:16
37932         Log: Update to Time::HiRes v1.38
37933      Branch: perl
37934            + ext/Time/HiRes/typemap
37935            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
37936            ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs
37937            ! ext/Time/HiRes/Makefile.PL
37938 ____________________________________________________________________________
37939 [ 18033] By: hv                                    on 2002/10/20  13:12:25
37940         Log: Upgrade to Test.pm v1.23
37941      Branch: perl
37942            ! lib/Test.pm
37943 ____________________________________________________________________________
37944 [ 18030] By: merijn                                on 2002/10/19  14:10:21
37945         Log: Happy chainsaw stories; The removal of the 5005 threads
37946              Still imcomplete. Configure will follow
37947      Branch: perl
37948            ! MANIFEST NetWare/Makefile NetWare/config.wc
37949            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
37950            ! Porting/Glossary Porting/config.sh Porting/config_H
37951            ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h
37952            ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm
37953            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
37954            ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads
37955            ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh
37956            ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c
37957            ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h
37958            ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c
37959            ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c
37960            ! uconfig.h uconfig.sh util.c vms/vms.c win32/Makefile
37961            ! win32/config.bc win32/config.gc win32/config.vc
37962            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
37963            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
37964            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
37965            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
37966            ! wince/Makefile.ce wince/config.ce wince/config_H.ce
37967            ! wince/config_sh.PL wince/win32.h wince/win32thread.c
37968            ! wince/win32thread.h wince/wincesck.c
37969 ____________________________________________________________________________
37970 [ 18029] By: merijn                                on 2002/10/18  07:28:21
37971         Log: minor tweaks in Porting/pumpkin.pod
37972              Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
37973      Branch: perl
37974            ! Porting/pumpkin.pod
37975 ____________________________________________________________________________
37976 [ 18028] By: rgs                                   on 2002/10/17  20:33:32
37977         Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
37978              From: Abe Timmerman <abe@ztreet.demon.nl>
37979              Date: Thu, 17 Oct 2002 23:38:34 +0200
37980              Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
37981      Branch: perl
37982            ! t/run/switches.t
37983 ____________________________________________________________________________
37984 [ 18027] By: hv                                    on 2002/10/17  14:39:27
37985         Log: Subject: Re: versions too accurate
37986              From: John Peacock <jpeacock@rowman.com>
37987              Date: Mon, 14 Oct 2002 22:36:48 -0400
37988              Message-ID: <3DAB7F40.1050200@rowman.com>
37989      Branch: perl
37990            ! lib/version.pm util.c
37991 ____________________________________________________________________________
37992 [ 18026] By: hv                                    on 2002/10/17  14:29:41
37993         Log: Subject: Re: [PATCH] Version object combined patch
37994              From: John Peacock <jpeacock@rowman.com>
37995              Date: Thu, 10 Oct 2002 21:23:01 -0400
37996              Message-ID: <3DA627F5.5050907@rowman.com>
37997      Branch: perl
37998            ! lib/version.pm lib/version.t pod/perldiag.pod util.c
37999 ____________________________________________________________________________
38000 [ 18025] By: hv                                    on 2002/10/17  13:37:04
38001         Log: definition of MAXPATHLEN
38002              Subject: [PATCH] standard lawyerism
38003              From: Jarkko Hietaniemi <jhi@iki.fi>
38004              Date: Fri, 11 Oct 2002 02:48:26 +0300
38005              Message-ID: <20021010234825.GM292305@lyta.hut.fi>
38006      Branch: perl
38007            ! perl.h
38008 ____________________________________________________________________________
38009 [ 18024] By: hv                                    on 2002/10/17  13:34:01
38010         Log: Subject: Re: [perl #17061] no strict 'garbage'
38011              From: Slaven Rezic <slaven.rezic@berlin.de>
38012              Date: 10 Oct 2002 16:23:22 +0200
38013              Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
38014      Branch: perl
38015            ! ext/Storable/Storable.pm
38016 ____________________________________________________________________________
38017 [ 18023] By: hv                                    on 2002/10/17  12:56:28
38018         Log: Subject: Re: [perl #17830] open FH, "<&", $fd
38019              From: Steve Grazzini <grazz@nyc.rr.com>
38020              Date: 11 Oct 2002 22:28:58 -0000
38021              Message-ID: <20021011222858.452.qmail@onion.perl.org>
38022      Branch: perl
38023            ! doio.c t/io/open.t
38024 ____________________________________________________________________________
38025 [ 18022] By: hv                                    on 2002/10/17  12:24:42
38026         Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
38027              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38028              Date: Tue, 15 Oct 2002 17:01:43 -0700
38029              Message-ID: <nxKr9gzkgmBO092yn@efn.org>
38030      Branch: perl
38031            ! t/op/assignwarn.t
38032 ____________________________________________________________________________
38033 [ 18021] By: hv                                    on 2002/10/17  11:28:38
38034         Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
38035              From: Slaven Rezic <slaven.rezic@berlin.de>
38036              Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
38037              Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
38038      Branch: perl
38039            ! Porting/pumpkin.pod
38040 ____________________________________________________________________________
38041 [ 18020] By: rgs                                   on 2002/10/16  18:43:21
38042         Log: prototype() didn't warn when used in void context.
38043      Branch: perl
38044            ! op.c t/lib/warnings/op
38045 ____________________________________________________________________________
38046 [ 18019] By: ams                                   on 2002/10/15  20:54:53
38047         Log: Subject: Japanese translation of Storable
38048              From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
38049              Date: Tue, 15 Oct 2002 06:31:01 +0900
38050              Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
38051      Branch: perl
38052            ! ext/Storable/README
38053 ____________________________________________________________________________
38054 [ 18018] By: rgs                                   on 2002/10/15  19:08:20
38055         Log: Subject: Re: [PATCH] cv.h: Comment update
38056              From: Paul Johnson <paul@pjcj.net>
38057              Date: Mon, 14 Oct 2002 20:00:50 +0200
38058              Message-ID: <20021014180050.GC7333@pjcj.net>
38059      Branch: perl
38060            ! cv.h
38061 ____________________________________________________________________________
38062 [ 18017] By: rgs                                   on 2002/10/14  20:37:06
38063         Log: Subject: [PATCH] perlipc.pod
38064              From: Slaven Rezic <slaven.rezic@berlin.de>
38065              Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
38066              Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
38067      Branch: perl
38068            ! pod/perlipc.pod
38069 ____________________________________________________________________________
38070 [ 18016] By: rgs                                   on 2002/10/14  20:30:03
38071         Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
38072              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
38073              Date: Sun, 13 Oct 2002 09:02:36 +0900
38074              Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
38075      Branch: perl
38076            ! pod/perlunicode.pod
38077 ____________________________________________________________________________
38078 [ 18015] By: rgs                                   on 2002/10/12  20:22:37
38079         Log: The -0 command-line switch wasn't setting $/ at compile-time.
38080              Move the initialization of $/ just after switch parsing
38081              (it was done after yyparse().)
38082      Branch: perl
38083            ! perl.c t/run/switches.t
38084 ____________________________________________________________________________
38085 [ 18014] By: rgs                                   on 2002/10/12  20:18:55
38086         Log: Subject: Re: [PATCH] perl573delta delinting
38087              From: Philip Newton <Philip.Newton@gmx.net>
38088              Date: Sat, 12 Oct 2002 21:25:49 +0200
38089              Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
38090      Branch: perl
38091            ! pod/perl573delta.pod
38092 ____________________________________________________________________________
38093 [ 18013] By: hv                                    on 2002/10/12  15:41:50
38094         Log: Subject: [PATCH] for -Dm
38095              From: Slaven Rezic <slaven.rezic@berlin.de>
38096              Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
38097              Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
38098      Branch: perl
38099            ! malloc.c
38100 ____________________________________________________________________________
38101 [ 18012] By: hv                                    on 2002/10/12  15:39:49
38102         Log: #18005 was not enough
38103              Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
38104              From: Abe Timmerman <abeltje@cpan.org>
38105              Date: Sat, 12 Oct 2002 17:56:39 +0200
38106              Message-Id: <200210121756.39803.abeltje@cpan.org>
38107      Branch: perl
38108            ! win32/makefile.mk
38109 ____________________________________________________________________________
38110 [ 18011] By: hv                                    on 2002/10/12  15:36:43
38111         Log: Subject: [perl #17805] BUG: Grammar bug during Configure
38112              From: Richard Hitt (via RT) <perlbug@perl.org>
38113              Date: 8 Oct 2002 21:04:30 -0000
38114              Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
38115      Branch: perl
38116            ! Configure
38117 ____________________________________________________________________________
38118 [ 18010] By: hv                                    on 2002/10/12  15:31:06
38119         Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
38120              From: Nicholas Clark <nick@unfortu.net>
38121              Date: Tue, 8 Oct 2002 21:52:53 +0100
38122              Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
38123      Branch: perl
38124            ! pod/perldiag.pod pp_pack.c t/op/pack.t
38125 ____________________________________________________________________________
38126 [ 18009] By: hv                                    on 2002/10/12  15:12:18
38127         Log: Subject: [PATCH perldoc] For screaming hell's sake
38128              From: Simon Cozens <simon@netthink.co.uk>
38129              Date: Tue, 8 Oct 2002 11:13:07 +0100
38130              Message-ID: <20021008101307.GA8175@netthink.co.uk>
38131      Branch: perl
38132            ! utils/perldoc.PL
38133 ____________________________________________________________________________
38134 [ 18008] By: hv                                    on 2002/10/12  14:38:19
38135         Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
38136              From: Nicholas Clark <nick@unfortu.net>
38137              Date: Mon, 7 Oct 2002 23:35:34 +0100
38138              Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
38139      Branch: perl
38140            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
38141            ! ext/Storable/README ext/Storable/Storable.pm
38142            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
38143            ! ext/Storable/t/forgive.t ext/Storable/t/integer.t
38144            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
38145 ____________________________________________________________________________
38146 [ 18007] By: hv                                    on 2002/10/12  14:22:36
38147         Log: Subject: [perl #17773] errors in c2ph(1) man page
38148              From: Eric Melville (via RT) <perlbug@perl.org>
38149              Date: 7 Oct 2002 02:58:34 -0000
38150              Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
38151      Branch: perl
38152            ! utils/c2ph.PL
38153 ____________________________________________________________________________
38154 [ 18006] By: hv                                    on 2002/10/12  14:19:55
38155         Log: Subject: [PATCH pad.c] Re: closure failures
38156              From: Dave Mitchell <davem@fdgroup.com>
38157              Date: Mon, 7 Oct 2002 02:42:13 +0100
38158              Message-ID: <20021007024213.B29760@fdgroup.com>
38159      Branch: perl
38160            ! pad.c
38161 ____________________________________________________________________________
38162 [ 18005] By: hv                                    on 2002/10/12  14:17:07
38163         Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7
38164              From: Abe Timmerman <abeltje@cpan.org>
38165              Date: Tue, 8 Oct 2002 14:16:56 +0200
38166              Message-Id: <200210081416.56942.abeltje@cpan.org>
38167      Branch: perl
38168            ! win32/Makefile
38169 ____________________________________________________________________________
38170 [ 18004] By: hv                                    on 2002/10/12  14:06:59
38171         Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
38172      Branch: perl
38173            ! hints/darwin.sh
38174 ____________________________________________________________________________
38175 [ 18003] By: hv                                    on 2002/10/12  13:48:34
38176         Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
38177              and #18001.
38178      Branch: perl
38179            ! ext/Devel/Peek/Peek.t
38180 ____________________________________________________________________________
38181 [ 18002] By: hv                                    on 2002/10/11  23:22:56
38182         Log: Subject: [Encode] 1.77 Released
38183              From: Dan Kogai <dankogai@dan.co.jp>
38184              Date: Sun, 6 Oct 2002 12:52:52 +0900
38185              Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
38186      Branch: perl
38187            ! ext/Encode/Changes ext/Encode/Encode.pm
38188            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
38189            ! ext/Encode/lib/Encode/Alias.pm
38190            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t
38191            ! ext/Encode/ucm/big5-eten.ucm
38192 ____________________________________________________________________________
38193 [ 18001] By: hv                                    on 2002/10/11  22:52:43
38194         Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
38195              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38196              Date: Thu, 10 Oct 2002 14:28:55 -0700
38197              Message-ID: <XEfp9gzkgquV092yn@efn.org>
38198      Branch: perl
38199            ! ext/Devel/Peek/Peek.t
38200 ____________________________________________________________________________
38201 [ 18000] By: hv                                    on 2002/10/11  22:30:36
38202         Log: Subject: [PATCH] perl573delta delinting
38203              From: Jarkko Hietaniemi <jhi@iki.fi>
38204              Date: Fri, 4 Oct 2002 16:19:31 +0300
38205              Message-ID: <20021004131931.GE278184@lyta.hut.fi>
38206      Branch: perl
38207            ! pod/perl573delta.pod
38208 ____________________________________________________________________________
38209 [ 17999] By: hv                                    on 2002/10/11  22:28:36
38210         Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
38211              From: Jarkko Hietaniemi <jhi@iki.fi>
38212              Date: Fri, 4 Oct 2002 16:11:57 +0300
38213              Message-ID: <20021004131157.GD278184@lyta.hut.fi>
38214      Branch: perl
38215            ! pod/perldiag.pod reentr.c reentr.pl
38216 ____________________________________________________________________________
38217 [ 17998] By: rgs                                   on 2002/10/11  19:53:05
38218         Log: Fix bug #17771 : segfault with the 'for' statement modifier
38219              used inside a map or a grep.
38220      Branch: perl
38221            ! pp_ctl.c t/op/grep.t
38222 ____________________________________________________________________________
38223 [ 17997] By: hv                                    on 2002/10/11  12:10:39
38224         Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
38225              From: Information Service <info@lingo.kiev.ua>
38226              Date: Wed, 09 Oct 2002 07:17:00 +0400
38227              Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
38228      Branch: perl
38229            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
38230 ____________________________________________________________________________
38231 [ 17996] By: hv                                    on 2002/10/11  11:55:53
38232         Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
38233              From: chromatic <chromatic@wgz.org>
38234              Date: Thu, 03 Oct 2002 22:56:54 -0700
38235              Message-ID: <20021004060120.33329.qmail@onion.perl.org>
38236      Branch: perl
38237            ! lib/AutoLoader.pm lib/AutoLoader.t
38238 ____________________________________________________________________________
38239 [ 17995] By: ams                                   on 2002/10/11  05:24:20
38240         Log: Subject: [perl #17819] Typo in perltooc?
38241              From: Bob Wilkinson (via RT) <perlbug@perl.org>
38242              Date: 9 Oct 2002 09:50:40 -0000
38243              Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
38244
38245              Subject: [perl #17821] Typo in perltooc
38246              From: Bob Wilkinson (via RT) <perlbug@perl.org>
38247              Date: 9 Oct 2002 10:12:51 -0000
38248              Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
38249      Branch: perl
38250            ! pod/perltooc.pod
38251 ____________________________________________________________________________
38252 [ 17994] By: rgs                                   on 2002/10/10  20:19:27
38253         Log: Fix bug #17776 : memory corruption in qr/##/x
38254      Branch: perl
38255            ! sv.c t/op/pat.t
38256 ____________________________________________________________________________
38257 [ 17993] By: rgs                                   on 2002/10/10  19:52:00
38258         Log: croak() is better written Perl_croak() in C code.
38259      Branch: perl
38260            ! util.c
38261 ____________________________________________________________________________
38262 [ 17992] By: hv                                    on 2002/10/10  11:29:12
38263         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
38264              From: andreas.koenig@anima.de (Andreas J. Koenig)
38265              Date: Fri, 04 Oct 2002 06:38:57 +0200
38266              Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
38267      Branch: perl
38268            ! lib/Hash/Util.pm
38269 ____________________________________________________________________________
38270 [ 17991] By: hv                                    on 2002/10/10  11:20:41
38271         Log: new files lib/version.pm and lib/version.t for change #17990.
38272      Branch: perl
38273            + lib/version.pm lib/version.t
38274 ____________________________________________________________________________
38275 [ 17990] By: hv                                    on 2002/10/10  11:19:57
38276         Log: Subject: [PATCH] Version object combined patch
38277              From: John Peacock <jpeacock@rowman.com>
38278              Date: Fri, 04 Oct 2002 23:15:10 -0400
38279              Message-ID: <3D9E593E.1060605@rowman.com>
38280      Branch: perl
38281            ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod
38282            ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c
38283 ____________________________________________________________________________
38284 [ 17989] By: hv                                    on 2002/10/10  10:48:42
38285         Log: Subject: PATCH: lib/ExtUtils/typemap
38286              From: Brian Ingerson <ingy@ttul.org>
38287              Date: Sat, 28 Sep 2002 13:03:24 -0700
38288              Message-ID: <20020928130324.A16900@ttul.org>
38289      Branch: perl
38290            ! lib/ExtUtils/typemap
38291 ____________________________________________________________________________
38292 [ 17988] By: hv                                    on 2002/10/10  10:45:19
38293         Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
38294              From: Nicholas Clark <nick@unfortu.net>
38295              Date: Sat, 28 Sep 2002 18:52:00 +0100
38296              Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
38297      Branch: perl
38298            ! lib/Exporter.t lib/Exporter/Heavy.pm
38299 ____________________________________________________________________________
38300 [ 17987] By: hv                                    on 2002/10/10  10:27:40
38301         Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
38302              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
38303              Date: Mon, 9 Sep 2002 17:36:55 -0400
38304              Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
38305      Branch: perl
38306            ! pod/perlfunc.pod
38307 ____________________________________________________________________________
38308 [ 17986] By: hv                                    on 2002/10/10  09:51:24
38309         Log: Remove use of caller() in strict.pm, and tighten Safe compartment
38310              for Storable tests to match.
38311      Branch: perl
38312            ! ext/Storable/t/code.t lib/strict.pm lib/strict.t
38313 ____________________________________________________________________________
38314 [ 17985] By: hv                                    on 2002/10/10  09:27:00
38315         Log: Subject: Re: README.cygwin draft update
38316              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38317              Date: Mon, 07 Oct 2002 17:15:09 -0700
38318              Message-ID: <NOio9gzkg6oR092yn@efn.org>
38319      Branch: perl
38320            ! README.cygwin pod/perl58delta.pod
38321 ____________________________________________________________________________
38322 [ 17984] By: rgs                                   on 2002/10/09  19:17:08
38323         Log: Fix bug #17823 : non-modifying tr/// stringifies references
38324      Branch: perl
38325            ! doop.c t/op/tr.t
38326 ____________________________________________________________________________
38327 [ 17983] By: merijn                                on 2002/10/09  12:22:26
38328         Log: Tru64 and gcc and threads
38329              Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
38330      Branch: perl
38331            ! thread.h
38332 ____________________________________________________________________________
38333 [ 17982] By: merijn                                on 2002/10/09  10:34:40
38334         Log: Correct mailing list archive URL
38335              Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
38336      Branch: perl
38337            ! Porting/pumpkin.pod
38338 ____________________________________________________________________________
38339 [ 17981] By: merijn                                on 2002/10/09  04:49:06
38340         Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
38341              Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
38342      Branch: perl
38343            ! Porting/pumpkin.pod
38344 ____________________________________________________________________________
38345 [ 17980] By: sky                                   on 2002/10/06  15:40:56
38346         Log: Upgrade Safe.pm to 2.09 after CPAN backport.
38347              Fix testcases to run properly outside perl core build enviroment.
38348      Branch: perl
38349            ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t
38350            ! ext/Safe/safe3.t
38351 ____________________________________________________________________________
38352 [ 17979] By: sky                                   on 2002/10/06  07:03:19
38353         Log: Subject: [PATCH] fix typo in Tie::Array
38354              From: "Jos I. Boumans" <kane@cpan.org>
38355              Date: sat okt 5, 2002  20:39:17 Europe/Stockholm
38356              Message-Id: <20021005183920.14746.qmail@onion.perl.org>
38357      Branch: perl
38358            ! lib/Tie/Array.pm
38359 ____________________________________________________________________________
38360 [ 17978] By: sky                                   on 2002/10/05  04:44:10
38361         Log: Upgrade to Attribute::Handlers 0.78
38362      Branch: perl
38363            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
38364            ! lib/Attribute/Handlers/README
38365 ____________________________________________________________________________
38366 [ 17977] By: rgs                                   on 2002/10/04  20:01:54
38367         Log: Complement to change #17976 :
38368              there was a similar bug on rdo().
38369              Increment $Safe::VERSION.
38370      Branch: perl
38371            ! ext/Opcode/Safe.pm ext/Safe/safe3.t
38372 ____________________________________________________________________________
38373 [ 17976] By: rgs                                   on 2002/10/04  19:44:48
38374         Log: Fix bug #17744, suggested by Andreas Jurenda,
38375              tweaked by rgs (security hole in Safe).
38376      Branch: perl
38377            + ext/Safe/safe3.t
38378            ! MANIFEST ext/Opcode/Safe.pm
38379 ____________________________________________________________________________
38380 [ 17975] By: merijn                                on 2002/10/04  13:30:17
38381         Log: Non ANSI feature detection in enum
38382      Branch: perl
38383            ! pad.h
38384 ____________________________________________________________________________
38385 [ 17974] By: rgs                                   on 2002/10/03  21:00:50
38386         Log: Fix a precedence problem.
38387      Branch: perl
38388            ! ext/Storable/t/integer.t
38389 ____________________________________________________________________________
38390 [ 17973] By: rgs                                   on 2002/10/03  20:34:13
38391         Log: Change the warning message "%s trapped by operation mask"
38392              to include '' around the op name. Document it in perldiag.
38393      Branch: perl
38394            ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c
38395            ! pod/perldiag.pod
38396 ____________________________________________________________________________
38397 [ 17972] By: rgs                                   on 2002/10/03  20:26:54
38398         Log: Add a new warning, "Possible precedence problem on bitwise
38399              %c operator", triggerred when a bitwise op has a numeric
38400              comparison op as child.
38401      Branch: perl
38402            ! op.c pod/perldiag.pod t/lib/warnings/op
38403 ____________________________________________________________________________
38404 [ 17971] By: ams                                   on 2002/10/03  11:03:41
38405         Log: Subject: Re: Not OK 17969
38406              From: Slaven Rezic <slaven.rezic@berlin.de>
38407              Date: 03 Oct 2002 13:12:58 +0200
38408              Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
38409      Branch: perl
38410            ! ext/Storable/Storable.pm ext/Storable/t/code.t
38411            ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t
38412            ! ext/Storable/t/malice.t
38413 ____________________________________________________________________________
38414 [ 17970] By: ams                                   on 2002/10/03  02:21:15
38415         Log: Add a line about 2.05.
38416      Branch: perl
38417            ! ext/Storable/ChangeLog
38418 ____________________________________________________________________________
38419 [ 17969] By: ams                                   on 2002/10/03  02:12:27
38420         Log: Subject: [PATCH] Storable and code serialization: documentation
38421              From: Slaven Rezic <slaven.rezic@berlin.de>
38422              Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
38423              Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
38424      Branch: perl
38425            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
38426            ! ext/Storable/t/code.t
38427 ____________________________________________________________________________
38428 [ 17968] By: ams                                   on 2002/10/03  01:40:51
38429         Log: Subject: [PATCH] Re: speed of my
38430              From: Stephen McCamant <smcc@mit.edu>
38431              Date: Wed, 2 Oct 2002 21:48:59 -0400
38432              Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
38433      Branch: perl
38434            ! pp.c
38435 ____________________________________________________________________________
38436 [ 17967] By: hv                                    on 2002/10/02  15:04:57
38437         Log: Subject: [PATCH] reentrant buffers
38438              From: Jarkko Hietaniemi <jhi@iki.fi>
38439              Date: Fri, 27 Sep 2002 01:08:56 +0300
38440              Message-ID: <20020926220856.GA339120@lyta.hut.fi>
38441      Branch: perl
38442            ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl
38443 ____________________________________________________________________________
38444 [ 17966] By: hv                                    on 2002/10/02  14:46:52
38445         Log: Subject: [PATCH] retropatch
38446              From: Jarkko Hietaniemi <jhi@iki.fi>
38447              Date: Fri, 27 Sep 2002 03:51:34 +0300
38448              Message-ID: <20020927005134.GB339120@lyta.hut.fi>
38449      Branch: perl
38450            + pod/perl573delta.pod
38451            ! MANIFEST pod/buildtoc.PL pod/perl.pod
38452 ____________________________________________________________________________
38453 [ 17965] By: hv                                    on 2002/10/02  14:42:21
38454         Log: op/tr.t test is affected by #17962
38455      Branch: perl
38456            ! t/op/tr.t
38457 ____________________________________________________________________________
38458 [ 17964] By: hv                                    on 2002/10/02  14:38:59
38459         Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
38460              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38461              Date: Tue, 1 Oct 2002 23:34:35 +0200
38462              Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
38463      Branch: perl
38464            ! t/op/override.t toke.c
38465 ____________________________________________________________________________
38466 [ 17963] By: hv                                    on 2002/10/02  14:15:22
38467         Log: Subject: Re: [perl #17376] Bug Report - our(%)
38468              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38469              Date: Tue, 01 Oct 2002 09:54:30 -0700
38470              Message-ID: <GNdm9gzkgWOS092yn@efn.org>
38471      Branch: perl
38472            ! op.c pp_hot.c t/comp/our.t
38473 ____________________________________________________________________________
38474 [ 17962] By: ams                                   on 2002/10/02  14:10:07
38475         Log: Subject: [PATCH] no [] in tr///
38476              From: Jarkko Hietaniemi <jhi@iki.fi>
38477              Date: Wed, 2 Oct 2002 17:09:11 +0300
38478              Message-Id: <20021002140911.GH278184@lyta.hut.fi>
38479      Branch: perl
38480            ! pod/perldiag.pod toke.c
38481 ____________________________________________________________________________
38482 [ 17961] By: hv                                    on 2002/10/02  14:09:11
38483         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
38484              From: andreas.koenig@anima.de (Andreas J. Koenig)
38485              Date: Mon, 30 Sep 2002 17:24:06 +0200
38486              Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
38487      Branch: perl
38488            ! lib/Hash/Util.pm
38489 ____________________________________________________________________________
38490 [ 17959] By: hv                                    on 2002/10/02  14:06:29
38491         Log: Subject: [DOCPATCH] Unicode porting advice
38492              From: andreas.koenig@anima.de (Andreas J. Koenig)
38493              Date: Fri, 27 Sep 2002 15:30:16 +0200
38494              Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
38495      Branch: perl
38496            ! pod/perlunicode.pod
38497 ____________________________________________________________________________
38498 [ 17958] By: hv                                    on 2002/10/02  13:57:06
38499         Log: missing quote from #17957
38500      Branch: perl
38501            ! Porting/pumpkin.pod
38502 ____________________________________________________________________________
38503 [ 17957] By: hv                                    on 2002/10/02  13:55:56
38504         Log: document how to set APPLLIB_EXP
38505              Subject: Re: [perl #15957] error installing perl 5.8.0
38506              From: Andy Dougherty <doughera@lafayette.edu>
38507              Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
38508              Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
38509      Branch: perl
38510            ! Porting/pumpkin.pod
38511 ____________________________________________________________________________
38512 [ 17956] By: hv                                    on 2002/10/02  13:51:12
38513         Log: Devel::Peek tests from:
38514              Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
38515              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38516              Date: Thu, 26 Sep 2002 22:16:39 -0700
38517              Message-ID: <3m+k9gzkgqnP092yn@efn.org>
38518      Branch: perl
38519            ! ext/Devel/Peek/Peek.t
38520 ____________________________________________________________________________
38521 [ 17955] By: hv                                    on 2002/10/02  13:43:26
38522         Log: add precedence warning for bitwise docs
38523              Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
38524              From: Mike Guy <mjtg@cam.ac.uk>
38525              Date: Thu, 26 Sep 2002 13:20:45 +0100
38526              Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
38527      Branch: perl
38528            ! pod/perlop.pod
38529 ____________________________________________________________________________
38530 [ 17954] By: hv                                    on 2002/10/02  13:18:01
38531         Log: Subject: [PATCH] Re: perlio bug?
38532              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38533              Date: Wed, 25 Sep 2002 21:58:12 +0200
38534              Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
38535      Branch: perl
38536            ! doio.c pod/perldiag.pod t/lib/warnings/doio
38537 ____________________________________________________________________________
38538 [ 17953] By: hv                                    on 2002/10/02  12:55:29
38539         Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file
38540              From: Dave Mitchell <davem@fdgroup.com>
38541              Date: Wed, 25 Sep 2002 23:40:23 +0100
38542              Message-ID: <20020925234023.A20044@fdgroup.com>
38543      Branch: perl
38544            + pad.c pad.h
38545            ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
38546            ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t
38547            ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod
38548            ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
38549            ! proto.h scope.c sv.c toke.c
38550 ____________________________________________________________________________
38551 [ 17952] By: hv                                    on 2002/10/02  11:23:38
38552         Log: better handling of whitespace in autodoc declarations; fragment from:
38553              Subject: [PATCH pad.c,h] move all pad-related code to its own src file
38554              From: Dave Mitchell <davem@fdgroup.com>
38555              Date: Wed, 25 Sep 2002 23:40:23 +0100
38556              Message-ID: <20020925234023.A20044@fdgroup.com>
38557      Branch: perl
38558            ! autodoc.pl
38559 ____________________________________________________________________________
38560 [ 17951] By: merijn                                on 2002/10/02  09:15:18
38561         Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
38562              Thu, 25 Jul 2002, Andy Dougherty
38563      Branch: perl
38564            ! Configure Policy_sh.SH
38565 ____________________________________________________________________________
38566 [ 17950] By: ams                                   on 2002/10/02  03:43:41
38567         Log: Add silly bandaid to stop segfaults on subsequent accesses to
38568              the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
38569              (<$fred>).
38570      Branch: perl
38571            ! op.c
38572 ____________________________________________________________________________
38573 [ 17949] By: hv                                    on 2002/10/01  08:49:02
38574         Log: patch based on:
38575              Subject: Re: [perl #17376] Bug Report - our(%)
38576              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38577              Date: Mon, 30 Sep 2002 15:22:18 -0700
38578              Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
38579      Branch: perl
38580            ! op.c
38581 ____________________________________________________________________________
38582 [ 17948] By: hv                                    on 2002/10/01  08:26:44
38583         Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
38584              From: chromatic <chromatic@wgz.org>
38585              Date: Fri, 13 Sep 2002 14:26:08 -0700
38586              Message-Id: <200209131426.08116.chromatic@wgz.org>
38587      Branch: perl
38588            ! lib/AutoLoader.pm
38589 ____________________________________________________________________________
38590 [ 17947] By: hv                                    on 2002/10/01  08:10:21
38591         Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags
38592              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38593              Date: Wed, 11 Sep 2002 22:22:45 -0700
38594              Message-ID: <lSCg9gzkgymX092yn@efn.org>
38595      Branch: perl
38596            ! dump.c mg.h regexec.c sv.c t/op/pat.t
38597 ____________________________________________________________________________
38598 [ 17946] By: merijn                                on 2002/09/30  15:19:36
38599         Log: nanosleep on VMS not present
38600      Branch: perl
38601            ! configure.com
38602 ____________________________________________________________________________
38603 [ 17945] By: merijn                                on 2002/09/30  09:51:40
38604         Log: -Dgccansipedantic only for gcc 3+
38605              Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
38606      Branch: perl
38607            ! Porting/pumpkin.pod cflags.SH
38608 ____________________________________________________________________________
38609 [ 17944] By: merijn                                on 2002/09/30  08:29:33
38610         Log: nanosleep probes as per Jarkko's request
38611      Branch: perl
38612            ! Configure NetWare/config_H.wc Porting/config.sh
38613            ! Porting/config_H config_h.SH epoc/config.sh perl.h
38614            ! win32/config.bc win32/config.gc win32/config.vc
38615            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
38616            ! win32/config_H.vc win32/config_H.vc64 wince/config.ce
38617            ! wince/config_H.ce
38618 ____________________________________________________________________________
38619 [ 17942] By: ams                                   on 2002/09/29  22:26:37
38620         Log: Remove package; (Heh heh.)
38621      Branch: perl
38622            ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y
38623            ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t
38624            ! vms/perly_c.vms vms/perly_h.vms
38625 ____________________________________________________________________________
38626 [ 17941] By: hv                                    on 2002/09/29  12:11:06
38627         Log: Subject: [perl #16796] Configure script buglet
38628              From: "Amick, Eric" (via RT) <perlbug@perl.org>
38629              Date: 27 Aug 2002 20:09:29 -0000
38630              Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
38631      Branch: perl
38632            ! Configure
38633 ____________________________________________________________________________
38634 [ 17940] By: hv                                    on 2002/09/29  11:59:28
38635         Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
38636              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38637              Date: Fri, 27 Sep 2002 13:52:18 +0200
38638              Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
38639      Branch: perl
38640            ! lib/Attribute/Handlers.pm
38641 ____________________________________________________________________________
38642 [ 17939] By: hv                                    on 2002/09/29  11:55:17
38643         Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
38644              From: Allen Smith (via RT) <perlbug@perl.org>
38645              Date: 13 Sep 2002 03:01:30 -0000
38646              Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
38647      Branch: perl
38648            ! t/lib/h2ph.pht utils/h2ph.PL
38649 ____________________________________________________________________________
38650 [ 17938] By: rgs                                   on 2002/09/28  20:42:59
38651         Log: Email address change for Stéphane Payrard
38652      Branch: perl
38653            ! AUTHORS
38654 ____________________________________________________________________________
38655 [ 17937] By: hv                                    on 2002/09/27  10:05:42
38656         Log: Subject: Re: [REVISED PATCH] Magic v-strings
38657              From: John Peacock <jpeacock@rowman.com>
38658              Date: Thu, 19 Sep 2002 22:30:58 -0400
38659              Message-ID: <3D8A8862.3000602@rowman.com>
38660      Branch: perl
38661            ! sv.c util.c
38662 ____________________________________________________________________________
38663 [ 17936] By: hv                                    on 2002/09/27  10:00:42
38664         Log: Subject: [PATCH] configure.com -- don't exclude threads::shared
38665              From: "Craig A. Berry" <craigberry@mac.com>
38666              Date: Wed, 25 Sep 2002 17:14:33 -0500
38667              Message-ID: <3D923549.6050809@mac.com>
38668      Branch: perl
38669            ! configure.com
38670 ____________________________________________________________________________
38671 [ 17935] By: hv                                    on 2002/09/27  09:48:19
38672         Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
38673              From: Andy Lester <andy@petdance.com>
38674              Date: Fri, 20 Sep 2002 12:23:41 -0500
38675              Message-ID: <20020920172341.GA15672@petdance.com>
38676      Branch: perl
38677            ! pod/perlopentut.pod
38678 ____________________________________________________________________________
38679 [ 17934] By: hv                                    on 2002/09/26  18:50:02
38680         Log: missing '.' in test from #17932
38681      Branch: perl
38682            ! t/lib/strict/subs
38683 ____________________________________________________________________________
38684 [ 17933] By: hv                                    on 2002/09/26  17:01:11
38685         Log: Subject: [PATCH] perl #17453
38686              From: Jarkko Hietaniemi <jhi@iki.fi>
38687              Date: Fri, 20 Sep 2002 17:22:45 +0300
38688              Message-ID: <20020920142245.GG280265@lyta.hut.fi>
38689      Branch: perl
38690            ! lib/utf8_heavy.pl t/op/pat.t
38691 ____________________________________________________________________________
38692 [ 17932] By: hv                                    on 2002/09/26  16:47:32
38693         Log: #17931 checked for wrong constant
38694      Branch: perl
38695            ! op.c
38696 ____________________________________________________________________________
38697 [ 17931] By: hv                                    on 2002/09/26  16:29:26
38698         Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
38699              From: Kay_Röpke <kay@dolphin-services.de>
38700              Date: Fri, 20 Sep 2002 16:09:08 +0200
38701              Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
38702      Branch: perl
38703            ! op.c t/lib/strict/subs
38704 ____________________________________________________________________________
38705 [ 17930] By: hv                                    on 2002/09/26  15:56:07
38706         Log: Subject: [perl #17445] Class::Struct patch: version number, examples
38707              From: Ken Neighbors (via RT) <perlbug@perl.org>
38708              Date: 19 Sep 2002 18:48:22 -0000
38709              Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
38710      Branch: perl
38711            ! lib/Class/Struct.pm
38712 ____________________________________________________________________________
38713 [ 17928] By: hv                                    on 2002/09/26  09:54:05
38714         Log: Subject: [PATCH] bug in utf8.c(?)
38715              From: Marty Pauley <marty+p5p@kasei.com>
38716              Date: Fri, 20 Sep 2002 10:55:33 +0100
38717              Subject: [PATCH] bug in utf8.c(?)
38718      Branch: perl
38719            ! utf8.c
38720 ____________________________________________________________________________
38721 [ 17927] By: hv                                    on 2002/09/26  09:37:19
38722         Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
38723              From: Marty Pauley <marty+p5p@kasei.com>
38724              Date: Fri, 20 Sep 2002 09:52:16 +0100
38725              Message-Id: 20020920085216.GC10512@soto.kasei.com
38726      Branch: perl
38727            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
38728 ____________________________________________________________________________
38729 [ 17926] By: hv                                    on 2002/09/26  09:28:06
38730         Log: Subject: [PATCH] defuse installusrbinperl
38731              From: Jarkko Hietaniemi <jhi@iki.fi>
38732              Date: Thu, 19 Sep 2002 18:01:03 +0300
38733              Message-ID: <20020919150103.GI208696@lyta.hut.fi>
38734      Branch: perl
38735            ! Configure
38736 ____________________________________________________________________________
38737 [ 17925] By: hv                                    on 2002/09/26  09:15:55
38738         Log: Subject: [PATCH v2] enable -ansi -pedantic
38739              From: Jarkko Hietaniemi <jhi@iki.fi>
38740              Date: Wed, 18 Sep 2002 01:19:25 +0300
38741              Message-ID: <20020917221925.GF85044@lyta.hut.fi>
38742      Branch: perl
38743            ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c
38744            ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c
38745 ____________________________________________________________________________
38746 [ 17924] By: hv                                    on 2002/09/26  08:44:16
38747         Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads)
38748              From: Nicholas Clark <nick@unfortu.net>
38749              Date: Sat, 14 Sep 2002 18:49:10 +0100
38750              Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net>
38751      Branch: perl
38752            ! sv.c
38753 ____________________________________________________________________________
38754 [ 17923] By: hv                                    on 2002/09/26  08:33:54
38755         Log: Subject: [PATCH] Re: Advice on coredump
38756              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38757              Date: Wed, 18 Sep 2002 22:14:57 +0200
38758              Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
38759      Branch: perl
38760            ! op.c t/op/closure.t
38761 ____________________________________________________________________________
38762 [ 17922] By: hv                                    on 2002/09/26  08:25:28
38763         Log: Subject: Re: [PATCH] spurious t/auto directory appears
38764              From: Michael G Schwern <schwern@pobox.com>
38765              Date: Fri, 13 Sep 2002 23:56:05 -0400
38766              Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
38767      Branch: perl
38768            ! lib/ExtUtils/t/Installed.t
38769 ____________________________________________________________________________
38770 [ 17921] By: hv                                    on 2002/09/26  08:21:59
38771         Log: add TODO tests for slow our() declaration
38772              Subject: Re: [perl #17376] Bug Report - our(%)
38773              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38774              Date: Thu, 19 Sep 2002 22:34:01 -0700
38775              Message-ID: <JNri9gzkgSBB092yn@efn.org>
38776      Branch: perl
38777            + t/comp/our.t
38778            ! MANIFEST
38779 ____________________________________________________________________________
38780 [ 17920] By: hv                                    on 2002/09/26  08:16:43
38781         Log: LEAKTEST is dead, RIP
38782              Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
38783              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38784              Date: Mon, 23 Sep 2002 18:33:12 +0200
38785              Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
38786      Branch: perl
38787            ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
38788            ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
38789 ____________________________________________________________________________
38790 [ 17919] By: hv                                    on 2002/09/26  07:59:42
38791         Log: Subject: [PATCH] AIX hints missinga  >&4
38792              From: Jarkko Hietaniemi <jhi@iki.fi>
38793              Date: Fri, 13 Sep 2002 16:48:42 +0300
38794              Message-ID: <20020913134842.GD8929@lyta.hut.fi>
38795      Branch: perl
38796            ! hints/aix.sh
38797 ____________________________________________________________________________
38798 [ 17918] By: hv                                    on 2002/09/26  07:51:10
38799         Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod)
38800              From: "Brendan O'Dea" <bod@debian.org>
38801              Date: Mon, 23 Sep 2002 22:45:40 +1000
38802              Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
38803      Branch: perl
38804            ! pod/perlfunc.pod
38805 ____________________________________________________________________________
38806 [ 17917] By: hv                                    on 2002/09/26  07:46:43
38807         Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
38808              From: Slaven Rezic <slaven.rezic@berlin.de>
38809              Date: 11 Sep 2002 19:37:09 +0200
38810              Message-ID: <871y80a0my.fsf@vran.herceg.de>
38811      Branch: perl
38812            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
38813 ____________________________________________________________________________
38814 [ 17916] By: hv                                    on 2002/09/26  07:31:42
38815         Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
38816              From: "Brendan O'Dea" <bod@debian.org>
38817              Date: Tue, 10 Sep 2002 09:19:05 +1000
38818              Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
38819      Branch: perl
38820            ! pod/perlembed.pod
38821 ____________________________________________________________________________
38822 [ 17915] By: rgs                                   on 2002/09/24  20:19:22
38823         Log: Patch #17914 was empty ; this should have been applied instead.
38824      Branch: perl
38825            ! hints/aix.sh
38826 ____________________________________________________________________________
38827 [ 17914] By: rgs                                   on 2002/09/21  19:58:57
38828         Log: Subject: [PATCH] PASE saga continues
38829              From: Jarkko Hietaniemi <jhi@iki.fi>
38830              Date: Thu, 19 Sep 2002 23:30:20 +0300
38831              Message-ID: <20020919203020.GB274453@lyta.hut.fi>
38832      Branch: perl
38833            ! hints/aix.sh
38834 ____________________________________________________________________________
38835 [ 17913] By: rgs                                   on 2002/09/21  19:46:56
38836         Log: Subject: [PATCH perl@17882] file spec tweaks for VMS
38837              From: "Craig A. Berry" <craigberry@mac.com>
38838              Date: Wed, 18 Sep 2002 16:57:02 -0500
38839              Message-ID: <3D88F6AE.3020708@mac.com>
38840      Branch: perl
38841            ! lib/File/Spec/VMS.pm vms/ext/filespec.t
38842 ____________________________________________________________________________
38843 [ 17912] By: ams                                   on 2002/09/19  17:21:24
38844         Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
38845              From: Jarkko Hietaniemi <jhi@iki.fi>
38846              Date: Thu, 19 Sep 2002 18:59:48 +0300
38847              Message-Id: <20020919155948.GU208696@lyta.hut.fi>
38848
38849              Subject: [PATCH] more PASE tweakage
38850              From: Jarkko Hietaniemi <jhi@iki.fi>
38851              Date: Thu, 19 Sep 2002 18:01:44 +0300
38852              Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
38853      Branch: perl
38854            ! README.os400 hints/aix.sh
38855 ____________________________________________________________________________
38856 [ 17911] By: ams                                   on 2002/09/17  19:29:53
38857         Log: Typo fix.
38858      Branch: perl
38859            ! ext/POSIX/POSIX.pod
38860 ____________________________________________________________________________
38861 [ 17910] By: ams                                   on 2002/09/17  18:09:32
38862         Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by
38863              checking for SvOK in do_readline().
38864      Branch: perl
38865            ! pp_hot.c t/op/gv.t
38866 ____________________________________________________________________________
38867 [ 17909] By: rgs                                   on 2002/09/16  21:49:27
38868         Log: Pod formatting nit, found by Merijn and Jos Boumans.
38869      Branch: perl
38870            ! pod/perlunicode.pod
38871 ____________________________________________________________________________
38872 [ 17908] By: rgs                                   on 2002/09/16  21:34:55
38873         Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
38874              From: (Ilya Martynov) (via RT) <perlbug@perl.org>
38875              Date: 15 Sep 2002 19:06:56 -0000
38876              Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
38877      Branch: perl
38878            ! lib/Locale/Country.pm lib/Locale/Currency.pm
38879            ! lib/Locale/Language.pm lib/Locale/Script.pm
38880 ____________________________________________________________________________
38881 [ 17907] By: rgs                                   on 2002/09/16  20:33:51
38882         Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
38883              From: Jarkko Hietaniemi <jhi@iki.fi>
38884              Date: Sun, 15 Sep 2002 18:02:17 +0300
38885              Message-ID: <20020915150217.GB21300@lyta.hut.fi>
38886      Branch: perl
38887            ! hints/netbsd.sh
38888 ____________________________________________________________________________
38889 [ 17906] By: rgs                                   on 2002/09/15  11:30:38
38890         Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list
38891              of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
38892              not all modules listed in perlmodlib are necessarily installed.
38893              Plus some corrections by Vincent Lefevre.
38894      Branch: perl
38895            ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod
38896 ____________________________________________________________________________
38897 [ 17904] By: merijn                                on 2002/09/13  14:02:18
38898         Log: Tabs erroneusly expanded to spaces, causing AIX to fail
38899              in building DProf
38900      Branch: perl
38901            ! Configure
38902 ____________________________________________________________________________
38903 [ 17902] By: merijn                                on 2002/09/13  07:47:29
38904         Log: configure.com needs d_modflproto
38905              Thu 12 Sep 2002 23:19, "Craig A. Berry"
38906      Branch: perl
38907            ! configure.com
38908 ____________________________________________________________________________
38909 [ 17901] By: rgs                                   on 2002/09/12  20:19:55
38910         Log: Subject: [PATCH] more PASE wisdom
38911              From: Jarkko Hietaniemi <jhi@iki.fi>
38912              Date: Fri, 13 Sep 2002 00:17:39 +0300
38913              Message-ID: <20020912211739.GB6980@lyta.hut.fi>
38914      Branch: perl
38915            ! README.os400
38916 ____________________________________________________________________________
38917 [ 17900] By: rgs                                   on 2002/09/12  19:33:06
38918         Log: Fix a syntax incompatibility introduced by the // operator.
38919              (Note that C<print $fh //> is still a syntax error, it
38920              wasn't with perl 5.8.0.)
38921      Branch: perl
38922            ! t/op/dor.t toke.c
38923 ____________________________________________________________________________
38924 [ 17898] By: rgs                                   on 2002/09/11  20:58:46
38925         Log: Fix bug #17006 : remove spurious do{} in the deparsing
38926              of s/.../.../e.
38927      Branch: perl
38928            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
38929 ____________________________________________________________________________
38930 [ 17897] By: rgs                                   on 2002/09/11  20:56:21
38931         Log: Subject: [perl #17119] typo in utils/dprofpp.PL
38932              From: "Todd C. Miller" (via RT) <perlbug@perl.org>
38933              Date: 10 Sep 2002 18:49:56 -0000
38934              Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
38935      Branch: perl
38936            ! utils/dprofpp.PL
38937 ____________________________________________________________________________
38938 [ 17896] By: merijn                                on 2002/09/11  08:31:45
38939         Log: re-synced Configure to backported metaunits
38940      Branch: perl
38941            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38942            ! config_h.SH
38943 ____________________________________________________________________________
38944 [ 17892] By: merijn                                on 2002/09/10  15:43:53
38945         Log: Callback behaviour in hints
38946              Mon, 9 Sep 2002, Allen Smith
38947      Branch: perl
38948            ! hints/README.hints
38949 ____________________________________________________________________________
38950 [ 17888] By: merijn                                on 2002/09/10  09:20:52
38951         Log: New low-price HP servers
38952      Branch: perl
38953            ! README.hpux
38954 ____________________________________________________________________________
38955 [ 17887] By: rgs                                   on 2002/09/09  21:00:08
38956         Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm
38957              From: Paul Johnson <paul@pjcj.net>
38958              Date: Mon, 9 Sep 2002 23:37:33 +0200
38959              Message-ID: <20020909213733.GD879@pjcj.net>
38960      Branch: perl
38961            ! ext/B/B/Deparse.pm
38962 ____________________________________________________________________________
38963 [ 17886] By: rgs                                   on 2002/09/09  20:38:01
38964         Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
38965              From: Nicholas Clark <nick@unfortu.net>
38966              Date: Sun, 8 Sep 2002 23:05:54 +0100
38967              Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
38968      Branch: perl
38969            ! configpm
38970 ____________________________________________________________________________
38971 [ 17885] By: rgs                                   on 2002/09/09  20:35:34
38972         Log: Subject: [PATCH] strict.pm pod at __END__
38973              From: Nicholas Clark <nick@unfortu.net>
38974              Date: Sun, 8 Sep 2002 22:36:09 +0100
38975              Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
38976      Branch: perl
38977            ! lib/strict.pm
38978 ____________________________________________________________________________
38979 [ 17884] By: rgs                                   on 2002/09/09  19:33:11
38980         Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
38981              From: Nicholas Clark <nick@unfortu.net>
38982              Date: Sun, 8 Sep 2002 19:45:52 +0100
38983              Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
38984      Branch: perl
38985            ! lib/File/Find/t/find.t
38986 ____________________________________________________________________________
38987 [ 17883] By: rgs                                   on 2002/09/09  19:10:08
38988         Log: Subject: [PATCH] Quieten warnings in Deparse.pm
38989              From: Paul Johnson <paul@pjcj.net>
38990              Date: Sun, 8 Sep 2002 23:50:11 +0200
38991              Message-ID: <20020908215011.GA879@pjcj.net>
38992      Branch: perl
38993            ! ext/B/B/Deparse.pm
38994 ____________________________________________________________________________
38995 [ 17882] By: hv                                    on 2002/09/09  10:33:58
38996         Log: Update Changes
38997      Branch: perl
38998            ! Changes patchlevel.h
38999 ____________________________________________________________________________
39000 [ 17881] By: hv                                    on 2002/09/09  09:54:55
39001         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
39002              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
39003              Date: Mon, 9 Sep 2002 01:48:08 -0400
39004              Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
39005      Branch: perl
39006            ! perl.h sv.c
39007 ____________________________________________________________________________
39008 [ 17880] By: hv                                    on 2002/09/09  09:33:55
39009         Log: integrate Math::BigInt-1.63
39010              Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
39011              From: Tels <perl_dummy@bloodgate.com>
39012              Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
39013              Message-Id: <200209082022.g88KMGY20194@crypt.org>
39014      Branch: perl
39015            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
39016            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/constant.t
39017            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
39018            ! lib/Math/BigInt/t/sub_mif.t
39019 ____________________________________________________________________________
39020 [ 17879] By: hv                                    on 2002/09/09  09:23:53
39021         Log: Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
39022              From: Jarkko Hietaniemi <jhi@iki.fi>
39023              Date: Mon, 9 Sep 2002 00:07:46 +0300
39024              Message-ID: <20020908210746.GB4136@lyta.hut.fi>
39025      Branch: perl
39026            ! Configure
39027 ____________________________________________________________________________
39028 [ 17878] By: hv                                    on 2002/09/09  09:11:57
39029         Log: small grammar fix in Benchmark docs
39030      Branch: perl
39031            ! lib/Benchmark.pm
39032 ____________________________________________________________________________
39033 [ 17877] By: hv                                    on 2002/09/09  09:09:30
39034         Log: Subject: [PATCH] configpm
39035              From: Abe Timmerman <abe@ztreet.demon.nl>
39036              Date: Sun, 8 Sep 2002 17:21:19 +0200
39037              Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
39038      Branch: perl
39039            ! configpm
39040 ____________________________________________________________________________
39041 [ 17876] By: hv                                    on 2002/09/09  08:48:35
39042         Log: Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
39043              From: Abe Timmerman <abe@ztreet.demon.nl>
39044              Date: Mon, 9 Sep 2002 01:32:19 +0200
39045              Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
39046      Branch: perl
39047            ! makedef.pl
39048 ____________________________________________________________________________
39049 [ 17875] By: rgs                                   on 2002/09/08  18:55:01
39050         Log: Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
39051              From: Nicholas Clark <nick@unfortu.net>
39052              Date: Sun, 8 Sep 2002 15:46:44 +0100
39053              Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
39054
39055              Plus two other similar tweaks
39056      Branch: perl
39057            ! ext/SDBM_File/sdbm.t
39058 ____________________________________________________________________________
39059 [ 17874] By: hv                                    on 2002/09/08  17:10:38
39060         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
39061              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
39062              Date: Sat, 7 Sep 2002 05:25:45 -0400
39063              Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
39064      Branch: perl
39065            ! hints/irix_6.sh numeric.c perl.h sv.c t/base/num.t
39066            ! t/op/sprintf.t
39067 ____________________________________________________________________________
39068 [ 17873] By: hv                                    on 2002/09/08  16:48:54
39069         Log: Subject: [PATCH] COW for ithreads (was Re: what copies scalars in ithreads?)
39070              From: Nicholas Clark <nick@unfortu.net>
39071              Date: Sat, 7 Sep 2002 00:20:53 +0100
39072              Message-ID: <20020906232052.GB901@Bagpuss.unfortu.net>
39073      Branch: perl
39074            ! op.c sv.c
39075 ____________________________________________________________________________
39076 [ 17872] By: hv                                    on 2002/09/08  16:35:46
39077         Log: temporarily skip failing Storable tests caused by #17869
39078      Branch: perl
39079            ! ext/Storable/t/code.t
39080 ____________________________________________________________________________
39081 [ 17871] By: hv                                    on 2002/09/08  16:23:49
39082         Log: Subject: [PATCH] tiddly tidy up for util.c
39083              From: Nicholas Clark <nick@unfortu.net>
39084              Date: Fri, 6 Sep 2002 23:00:14 +0100
39085              Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
39086      Branch: perl
39087            ! util.c
39088 ____________________________________________________________________________
39089 [ 17870] By: hv                                    on 2002/09/08  16:21:23
39090         Log: regularise whitespace and formatting in util.c
39091      Branch: perl
39092            ! util.c
39093 ____________________________________________________________________________
39094 [ 17869] By: hv                                    on 2002/09/08  15:46:08
39095         Log: Subject: [perl #17061] no strict 'garbage'
39096              From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
39097              Date: 6 Sep 2002 19:31:02 -0000
39098              Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
39099              Date: Sat, 07 Sep 2002 13:40:22 +0200
39100              Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
39101      Branch: perl
39102            ! lib/strict.pm lib/strict.t
39103 ____________________________________________________________________________
39104 [ 17868] By: hv                                    on 2002/09/08  15:24:08
39105         Log: small fix to perl58delta for MIME::QuotedPrint, from Jarkko
39106      Branch: perl
39107            ! pod/perl58delta.pod
39108 ____________________________________________________________________________
39109 [ 17867] By: hv                                    on 2002/09/08  15:10:46
39110         Log: Subject: [PATCH] allow using hires time() in Benchmark
39111              From: Jarkko Hietaniemi <jhi@iki.fi>
39112              Date: Fri, 6 Sep 2002 00:38:11 +0300
39113              Message-ID: <20020905213811.GA23771@lyta.hut.fi>
39114      Branch: perl
39115            ! lib/Benchmark.pm
39116 ____________________________________________________________________________
39117 [ 17866] By: hv                                    on 2002/09/08  15:06:05
39118         Log: Subject: [PATCH] OS/400 PASE symbol scan tweak
39119              From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
39120              Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
39121              Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
39122      Branch: perl
39123            ! Configure
39124 ____________________________________________________________________________
39125 [ 17865] By: hv                                    on 2002/09/08  15:03:23
39126         Log: Subject: Unicode::Collate 0.23 Released
39127              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
39128              Date: Thu, 05 Sep 2002 23:28:32 +0900
39129              Message-Id: <20020905232316.8151.BQW10602@nifty.com>
39130      Branch: perl
39131            + lib/Unicode/Collate/t/index.t
39132            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
39133            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
39134 ____________________________________________________________________________
39135 [ 17864] By: hv                                    on 2002/09/08  14:55:31
39136         Log: Subject: sv_2pv_flags and ROK and UTF8 flags
39137              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39138              Date: Wed, 04 Sep 2002 21:09:01 -0700
39139              Message-ID: <djtd9gzkgyLd092yn@efn.org>
39140              Date: Fri, 06 Sep 2002 09:23:03 -0700
39141              Message-ID: <nZNe9gzkgKdH092yn@efn.org>
39142      Branch: perl
39143            ! lib/overload.t sv.c sv.h t/op/pat.t
39144 ____________________________________________________________________________
39145 [ 17863] By: hv                                    on 2002/09/08  14:11:54
39146         Log: setting PERL_CORE as in #17861 violates assumptions made by taint tests
39147      Branch: perl
39148            ! t/op/taint.t
39149 ____________________________________________________________________________
39150 [ 17862] By: hv                                    on 2002/09/08  14:01:07
39151         Log: Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
39152              From: Michael G Schwern <schwern@pobox.com>
39153              Date: Wed, 4 Sep 2002 11:38:01 -0700
39154              Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
39155      Branch: perl
39156            ! t/TestInit.pm
39157 ____________________________________________________________________________
39158 [ 17861] By: hv                                    on 2002/09/08  13:58:10
39159         Log: Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
39160              From: Michael G Schwern <schwern@pobox.com>
39161              Date: Fri, 6 Sep 2002 14:03:16 -0700
39162              Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
39163      Branch: perl
39164            ! t/test.pl
39165 ____________________________________________________________________________
39166 [ 17860] By: hv                                    on 2002/09/08  13:48:49
39167         Log: #17859 misuses s/// return values
39168      Branch: perl
39169            ! configpm
39170 ____________________________________________________________________________
39171 [ 17859] By: hv                                    on 2002/09/08  13:17:46
39172         Log: Subject: Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
39173              From: Nicholas Clark <nick@unfortu.net>
39174              Date: Mon, 2 Sep 2002 23:22:32 +0100
39175              Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
39176      Branch: perl
39177            ! configpm
39178 ____________________________________________________________________________
39179 [ 17850] By: ams                                   on 2002/09/06  03:31:32
39180         Log: Subject: [PATCH] (mostly (Unicode)) pod nits
39181              From: Jarkko Hietaniemi <jhi@iki.fi>
39182              Date: Fri, 6 Sep 2002 06:01:57 +0300
39183              Message-Id: <20020906030157.GA28252@lyta.hut.fi>
39184      Branch: perl
39185            ! pod/perl.pod pod/perlunicode.pod pod/perluniintro.pod
39186 ____________________________________________________________________________
39187 [ 17849] By: gsar                                  on 2002/09/05  06:28:36
39188         Log: document setting the email address
39189      Branch: perl
39190            ! Porting/repository.pod
39191 ____________________________________________________________________________
39192 [ 17848] By: hv                                    on 2002/09/04  23:12:15
39193         Log: AUTHORS: preferred address for Allen Smith
39194      Branch: perl
39195            ! AUTHORS
39196 ____________________________________________________________________________
39197 [ 17847] By: hv                                    on 2002/09/04  23:10:37
39198         Log: copy on write: fixes and debugging
39199              Subject: what copies scalars in ithreads?
39200              From: Nicholas Clark <nick@unfortu.net>
39201              Date: Wed, 4 Sep 2002 21:52:47 +0100
39202              Message-ID: <20020904205247.GA280@Bagpuss.unfortu.net>
39203      Branch: perl
39204            ! sv.c
39205 ____________________________________________________________________________
39206 [ 17846] By: hv                                    on 2002/09/04  23:02:43
39207         Log: Subject: Re: [PATCH] A variety of README nitpicks.
39208              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39209              Date: Wed, 04 Sep 2002 09:10:05 +0200
39210              Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
39211      Branch: perl
39212            ! README.hpux
39213 ____________________________________________________________________________
39214 [ 17845] By: hv                                    on 2002/09/04  15:06:33
39215         Log: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
39216      Branch: perl
39217            ! lib/Math/BigInt/t/constant.t
39218 ____________________________________________________________________________
39219 [ 17844] By: hv                                    on 2002/09/04  14:32:19
39220         Log: #17836 (DB_File-1.805) misses a couple of dTHX declarations
39221      Branch: perl
39222            ! ext/DB_File/DB_File.xs
39223 ____________________________________________________________________________
39224 [ 17843] By: hv                                    on 2002/09/04  14:09:13
39225         Log: #17842 was only half the story
39226              Subject: [PATCH deb.c] Re: HiRes failure is success?
39227              From: Dave Mitchell <davem@fdgroup.com>
39228              Date: Wed, 4 Sep 2002 16:11:15 +0100
39229              Message-ID: <20020904161115.E27603@fdgroup.com>
39230      Branch: perl
39231            ! deb.c
39232 ____________________________________________________________________________
39233 [ 17842] By: hv                                    on 2002/09/04  14:04:40
39234         Log: printf argument mismatch in Perl_deb_stack_all() from change #17718
39235      Branch: perl
39236            ! deb.c
39237 ____________________________________________________________________________
39238 [ 17841] By: hv                                    on 2002/09/04  13:57:27
39239         Log: Subject: [PATCH] op/getpid.t failure
39240              From: Michael G Schwern <schwern@pobox.com>
39241              Date: Tue, 3 Sep 2002 17:48:24 -0700
39242              Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
39243      Branch: perl
39244            ! t/op/getpid.t
39245 ____________________________________________________________________________
39246 [ 17840] By: hv                                    on 2002/09/04  13:55:20
39247         Log: Subject: [PATCH] File::Basename doesn't lazy load Carp right.
39248              and Subject: [PATCH] More modules that don't lazy load Carp right.
39249              From: Michael G Schwern <schwern@pobox.com>
39250              Date: Tue, 3 Sep 2002 17:21:57 -0700
39251              Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
39252              and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
39253      Branch: perl
39254            ! ext/Encode/Unicode/Unicode.pm
39255            ! ext/Encode/lib/Encode/Encoding.pm ext/Sys/Hostname/Hostname.pm
39256            ! lib/File/Basename.pm
39257 ____________________________________________________________________________
39258 [ 17839] By: hv                                    on 2002/09/04  13:47:12
39259         Log: Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
39260              From: "Brendan O'Dea" <bod@debian.org>
39261              Date: Wed, 4 Sep 2002 02:36:10 +1000
39262              Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
39263      Branch: perl
39264            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
39265 ____________________________________________________________________________
39266 [ 17838] By: hv                                    on 2002/09/04  13:41:27
39267         Log: Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
39268              From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
39269              Date: Tue, 3 Sep 2002 13:46:18 +0200
39270              Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
39271      Branch: perl
39272            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
39273 ____________________________________________________________________________
39274 [ 17837] By: hv                                    on 2002/09/04  13:38:27
39275         Log: Subject: [PATCH lib/Config.t] test grandfathered Config variables
39276              From: Michael G Schwern <schwern@pobox.com>
39277              Date: Mon, 2 Sep 2002 22:29:07 -0700
39278              Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
39279      Branch: perl
39280            ! lib/Config.t
39281 ____________________________________________________________________________
39282 [ 17836] By: hv                                    on 2002/09/04  13:35:36
39283         Log: Subject: [PATCH] DB_File 1.805
39284              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
39285              Date: Mon, 2 Sep 2002 23:56:40 +0100
39286              Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
39287      Branch: perl
39288            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
39289            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
39290            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
39291            ! ext/DB_File/t/db-recno.t ext/DB_File/typemap
39292 ____________________________________________________________________________
39293 [ 17835] By: hv                                    on 2002/09/04  13:23:17
39294         Log: fix coredump after 64k-deep recursion
39295              Subject: Re: debugging coredump with -DD
39296              From: hv@crypt.org
39297              Date: Tue, 03 Sep 2002 14:34:20 +0100
39298              Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
39299      Branch: perl
39300            ! cop.h t/op/recurse.t
39301 ____________________________________________________________________________
39302 [ 17834] By: hv                                    on 2002/09/04  13:08:36
39303         Log: perldoc: allow arguments for pager
39304              Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
39305              From: Chip Turner <cturner@redhat.com>
39306              Date: 02 Sep 2002 01:17:23 -0400
39307              Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
39308      Branch: perl
39309            ! utils/perldoc.PL
39310 ____________________________________________________________________________
39311 [ 17833] By: hv                                    on 2002/09/04  12:55:54
39312         Log: Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
39313              From: Jarkko Hietaniemi <jhi@iki.fi>
39314              Date: Sun, 1 Sep 2002 19:23:55 +0300
39315              Message-ID: <20020901162355.GH12536@lyta.hut.fi>
39316      Branch: perl
39317            ! embedvar.h intrpvar.h perl.c perlapi.h pp_sys.c
39318 ____________________________________________________________________________
39319 [ 17832] By: hv                                    on 2002/09/04  12:39:42
39320         Log: Subject: Re: [PATCH] Correct/completes Overloading in XS mods
39321              From: John Peacock <jpeacock@rowman.com>
39322              Date: Sun, 01 Sep 2002 15:00:12 -0400
39323              Message-ID: <3D7263BC.9020608@rowman.com>
39324      Branch: perl
39325            ! lib/ExtUtils/xsubpp pod/perlxs.pod
39326 ____________________________________________________________________________
39327 [ 17831] By: hv                                    on 2002/09/04  11:47:10
39328         Log: #17827 misses some win32 tweaks
39329      Branch: perl
39330            ! win32/Makefile win32/makefile.mk
39331 ____________________________________________________________________________
39332 [ 17830] By: hv                                    on 2002/09/04  11:41:22
39333         Log: update email address for Paul Marquess
39334      Branch: perl
39335            ! AUTHORS
39336 ____________________________________________________________________________
39337 [ 17829] By: hv                                    on 2002/09/04  11:38:39
39338         Log: Subject: Correction for AUTHORS.html
39339              From: Sean Davis <dive@ender.com>
39340              Date: Fri, 30 Aug 2002 03:51:16 -0700
39341              Message-ID: <20020830035116.A18739@endersgame.net>
39342      Branch: perl
39343            ! AUTHORS
39344 ____________________________________________________________________________
39345 [ 17828] By: hv                                    on 2002/09/04  11:31:42
39346         Log: Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
39347              From: Michael G Schwern <schwern@pobox.com>
39348              Date: Fri, 30 Aug 2002 03:40:45 -0700
39349              Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
39350      Branch: perl
39351            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
39352            ! lib/File/Spec/t/Spec.t
39353 ____________________________________________________________________________
39354 [ 17827] By: hv                                    on 2002/09/04  11:21:57
39355         Log: Subject: [PATCH] OS/400 PASE port
39356              From: Jarkko Hietaniemi <jhi@iki.fi>
39357              Date: Thu, 29 Aug 2002 22:22:51 +0300
39358              Message-ID: <20020829192251.GA27102@lyta.hut.fi>
39359      Branch: perl
39360            + README.os400 hints/os400.sh
39361            ! Configure MANIFEST hints/aix.sh lib/Cwd.pm pod/buildtoc.PL
39362            ! pod/perl.pod pod/perlebcdic.pod pod/perlport.pod
39363 ____________________________________________________________________________
39364 [ 17826] By: hv                                    on 2002/09/04  11:10:54
39365         Log: Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
39366              From: "Brendan O'Dea" <bod@debian.org>
39367              Date: Thu, 29 Aug 2002 22:42:39 +1000
39368              Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
39369      Branch: perl
39370            ! ext/Sys/Syslog/syslog.t
39371 ____________________________________________________________________________
39372 [ 17825] By: hv                                    on 2002/09/04  10:53:59
39373         Log: Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
39374              From: "John P. Linderman" <jpl@research.att.com>
39375              Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
39376              Message-Id: <200208271900.PAA98096@raptor.research.att.com>
39377      Branch: perl
39378            ! ext/IPC/SysV/Semaphore.pm
39379 ____________________________________________________________________________
39380 [ 17824] By: rgs                                   on 2002/09/03  20:02:36
39381         Log: Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
39382              From: Richard Soderberg (via RT) <perlbug@perl.org>
39383              Date: 3 Sep 2002 18:48:54 -0000
39384              Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
39385
39386              Subject: [PATCH] A variety of README nitpicks.
39387              From: Richard Soderberg <rs@crystalflame.net>
39388              Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
39389              Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
39390      Branch: perl
39391            ! README.amiga README.dgux README.dos README.epoc README.hpux
39392            ! README.mint README.netware README.vmesa
39393 ____________________________________________________________________________
39394 [ 17823] By: rgs                                   on 2002/09/03  19:47:05
39395         Log: Fix bug #16828.
39396              Add a few tests to ext/B/t/b.t, make it use Test::More.
39397      Branch: perl
39398            ! ext/B/B.xs ext/B/t/b.t
39399 ____________________________________________________________________________
39400 [ 17822] By: rgs                                   on 2002/09/02  19:29:52
39401         Log: Some simple tests for the POSIX::isXXX() functions.
39402      Branch: perl
39403            ! ext/POSIX/t/posix.t
39404 ____________________________________________________________________________
39405 [ 17821] By: rgs                                   on 2002/08/30  19:56:53
39406         Log: Advertise Linux::Pid.
39407      Branch: perl
39408            ! pod/perlfunc.pod pod/perlvar.pod
39409 ____________________________________________________________________________
39410 [ 17819] By: hv                                    on 2002/08/30  13:42:02
39411         Log: Subject: [PATCH] Tweaks to Bleadperl Version Object Support
39412              From: John Peacock <jpeacock@rowman.com>
39413              Date: Wed, 28 Aug 2002 22:13:48 -0400
39414              Message-ID: <3D6D835C.50809@rowman.com>
39415      Branch: perl
39416            ! universal.c util.c
39417 ____________________________________________________________________________
39418 [ 17818] By: hv                                    on 2002/08/30  13:16:05
39419         Log: add test related to change #17799:
39420              Subject: Re: if.pm bug.
39421              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
39422              Date: Thu, 29 Aug 2002 19:39:58 +0200
39423              Message-ID: <20020829173358.34731.qmail@onion.perl.org>
39424      Branch: perl
39425            ! lib/if.t
39426 ____________________________________________________________________________
39427 [ 17817] By: hv                                    on 2002/08/30  13:12:20
39428         Log: Subject: [PATCH] AUTHORS
39429              From: "Brendan O'Dea" <bod@debian.org>
39430              Date: Thu, 29 Aug 2002 22:49:34 +1000
39431              Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
39432      Branch: perl
39433            ! AUTHORS
39434 ____________________________________________________________________________
39435 [ 17816] By: hv                                    on 2002/08/30  13:10:45
39436         Log: Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
39437              From: "Brendan O'Dea" <bod@debian.org>
39438              Date: Thu, 29 Aug 2002 22:46:47 +1000
39439              Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
39440      Branch: perl
39441            ! lib/Term/Cap.pm
39442 ____________________________________________________________________________
39443 [ 17815] By: hv                                    on 2002/08/30  13:02:41
39444         Log: formatting cleanup and:
39445              Subject: Re: perl-5.8.0 on HP porting center
39446              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39447              Date: Thu, 29 Aug 2002 12:23:31 +0200
39448              Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
39449      Branch: perl
39450            ! installperl
39451 ____________________________________________________________________________
39452 [ 17814] By: hv                                    on 2002/08/30  12:23:33
39453         Log: Subject: [PATCH] perlmod.pod nit
39454              From: Autrijus Tang <autrijus@autrijus.org>
39455              Date: Thu, 29 Aug 2002 03:49:34 +0800
39456              Message-ID: <20020828194934.GA12244@not.autrijus.org>
39457      Branch: perl
39458            ! pod/perlmod.pod
39459 ____________________________________________________________________________
39460 [ 17813] By: hv                                    on 2002/08/30  12:19:15
39461         Log: Subject: [PATCH] Re: glob names and Regexp type introspection
39462              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39463              Date: Thu, 29 Aug 2002 17:31:31 -0700
39464              Message-ID: <jzrb9gzkgO7W092yn@efn.org>
39465      Branch: perl
39466            ! sv.c t/op/pat.t
39467 ____________________________________________________________________________
39468 [ 17812] By: hv                                    on 2002/08/30  12:06:20
39469         Log: Subject: [PATCH] typos in Hash::Util documentation
39470              From: Slaven Rezic <slaven.rezic@berlin.de>
39471              Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
39472              Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
39473      Branch: perl
39474            ! lib/Hash/Util.pm
39475 ____________________________________________________________________________
39476 [ 17811] By: hv                                    on 2002/08/30  12:02:59
39477         Log: Subject: Re: Recent changes on the HP porting center
39478              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39479              Date: Wed, 28 Aug 2002 17:39:27 +0200
39480              Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
39481      Branch: perl
39482            ! README.hpux
39483 ____________________________________________________________________________
39484 [ 17810] By: hv                                    on 2002/08/30  11:58:18
39485         Log: Subject: [PATCH] Fixes to threads::shared when disabled
39486              From: Michael G Schwern <schwern@pobox.com>
39487              Date: Wed, 28 Aug 2002 06:04:18 -0700
39488              Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
39489      Branch: perl
39490            + ext/threads/shared/t/disabled.t
39491            ! MANIFEST ext/threads/shared/shared.pm
39492            ! ext/threads/shared/t/hv_refs.t
39493 ____________________________________________________________________________
39494 [ 17808] By: ams                                   on 2002/08/30  02:59:31
39495         Log: Subject: [PATCH] Tru64 vs Berkeley DB
39496              From: Jarkko Hietaniemi <jhi@iki.fi>
39497              Date: Fri, 30 Aug 2002 06:56:38 +0300
39498              Message-Id: <20020830035638.GB874@lyta.hut.fi>
39499      Branch: perl
39500            ! README.tru64 hints/dec_osf.sh
39501 ____________________________________________________________________________
39502 [ 17807] By: ams                                   on 2002/08/30  02:32:30
39503         Log: Subject: [PATCH] IRIX + INSTALL
39504              From: Jarkko Hietaniemi <jhi@iki.fi>
39505              Date: Fri, 30 Aug 2002 06:31:48 +0300
39506              Message-Id: <20020830033148.GA874@lyta.hut.fi>
39507      Branch: perl
39508            ! INSTALL hints/irix_6.sh
39509 ____________________________________________________________________________
39510 [ 17806] By: hv                                    on 2002/08/29  22:56:45
39511         Log: #17449 failed to apply the actual patch. This is it.
39512      Branch: perl
39513            ! lib/Exporter.pm lib/Exporter/Heavy.pm
39514 ____________________________________________________________________________
39515 [ 17805] By: hv                                    on 2002/08/29  13:49:04
39516         Log: Fix based on:
39517              Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
39518              From: "esm@pobox.com (via RT)" <perlbug@perl.org>
39519              Date: 27 Aug 2002 22:10:16 -0000
39520              Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
39521      Branch: perl
39522            ! ext/POSIX/POSIX.xs
39523 ____________________________________________________________________________
39524 [ 17804] By: hv                                    on 2002/08/29  13:29:43
39525         Log: Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
39526              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39527              Date: Tue, 27 Aug 2002 23:36:53 +0200
39528              Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
39529      Branch: perl
39530            ! embedvar.h ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm intrpvar.h
39531            ! perl.c perlapi.h sv.c
39532 ____________________________________________________________________________
39533 [ 17803] By: ams                                   on 2002/08/29  13:09:47
39534         Log: Subject: [PATCH] AIX compiler setup sanity checking
39535              From: Jarkko Hietaniemi <jhi@iki.fi>
39536              Date: Thu, 29 Aug 2002 16:43:51 +0300
39537              Message-Id: <20020829134351.GG5219@lyta.hut.fi>
39538      Branch: perl
39539            ! hints/aix.sh
39540 ____________________________________________________________________________
39541 [ 17802] By: hv                                    on 2002/08/29  12:32:51
39542         Log: Subject: [perl #16769] Documention bug
39543              From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
39544              Date: 26 Aug 2002 10:01:04 -0000
39545              Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
39546      Branch: perl
39547            ! pod/perl58delta.pod
39548 ____________________________________________________________________________
39549 [ 17801] By: hv                                    on 2002/08/29  12:19:30
39550         Log: Subject: [PATCH] ExtUtils::Constant 0.14
39551              From: Nicholas Clark <nick@unfortu.net>
39552              Date: Sun, 25 Aug 2002 18:06:00 +0100
39553              Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
39554      Branch: perl
39555            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
39556 ____________________________________________________________________________
39557 [ 17800] By: hv                                    on 2002/08/29  12:08:59
39558         Log: Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
39559              From: Mark-Jason Dominus <mjd@plover.com>
39560              Date: Sun, 25 Aug 2002 12:09:53 -0400
39561              Message-ID: <20020825160953.15987.qmail@plover.com>
39562      Branch: perl
39563            ! pod/perlfaq5.pod
39564 ____________________________________________________________________________
39565 [ 17799] By: hv                                    on 2002/08/29  11:48:39
39566         Log: Subject: Re: if.pm bug.
39567              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
39568              Date: Sun, 25 Aug 2002 00:27:59 +0200
39569              Message-ID: <20020824222210.16387.qmail@onion.perl.org>
39570      Branch: perl
39571            ! lib/if.pm
39572 ____________________________________________________________________________
39573 [ 17798] By: hv                                    on 2002/08/29  11:44:00
39574         Log: Subject: [PATCH] posixify getppid on linux-multithread
39575              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39576              Date: Tue, 6 Aug 2002 21:56:46 +0200
39577              Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
39578      Branch: perl
39579            + t/op/getpid.t
39580            ! MANIFEST embedvar.h hints/linux.sh perl.c perlapi.h perlvars.h
39581            ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c util.c
39582 ____________________________________________________________________________
39583 [ 17797] By: hv                                    on 2002/08/29  10:55:41
39584         Log: Subject: Re: [perl #16677] B::SV::FLAGS dumps core
39585              From: Mark-Jason Dominus <mjd@plover.com>
39586              Date: Sun, 25 Aug 2002 22:31:54 -0400
39587              Message-ID: <20020826023154.22986.qmail@plover.com>
39588      Branch: perl
39589            ! ext/B/B.pm
39590 ____________________________________________________________________________
39591 [ 17791] By: hv                                    on 2002/08/27  11:28:32
39592         Log: Missing MANIFEST files for #17783.
39593      Branch: perl
39594            ! MANIFEST
39595 ____________________________________________________________________________
39596 [ 17790] By: hv                                    on 2002/08/27  11:22:36
39597         Log: #17783 introduced an outdated test module, causing failure in
39598              lib/ExtUtils/t/problems.t. This grabs a more recent copy from
39599              ExtUtils::MakeMaker.
39600      Branch: perl
39601            ! t/lib/TieOut.pm
39602 ____________________________________________________________________________
39603 [ 17789] By: ams                                   on 2002/08/27  04:04:48
39604         Log: Subject: Patch perlvar.pod
39605              From: mjd@plover.com
39606              Date: 27 Aug 2002 03:03:01 -0000
39607              Message-Id: <20020827030301.32481.qmail@plover.com>
39608      Branch: perl
39609            ! pod/perlvar.pod
39610 ____________________________________________________________________________
39611 [ 17788] By: hv                                    on 2002/08/26  23:59:47
39612         Log: Update Changes
39613      Branch: perl
39614            ! Changes patchlevel.h
39615 ____________________________________________________________________________
39616 [ 17787] By: hv                                    on 2002/08/26  19:22:27
39617         Log: fix for:
39618              Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
39619              From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
39620              Date: 26 Aug 2002 15:01:36 -0000
39621              Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
39622      Branch: perl
39623            ! regexec.c t/op/re_tests
39624 ____________________________________________________________________________
39625 [ 17786] By: hv                                    on 2002/08/26  15:34:25
39626         Log: Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
39627              From: "Sean M. Burke" <sburke@cpan.org>
39628              Date: Mon, 26 Aug 2002 04:38:19 -0600
39629              Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
39630      Branch: perl
39631            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
39632            ! lib/Test/t/todo.t
39633 ____________________________________________________________________________
39634 [ 17785] By: hv                                    on 2002/08/26  15:18:41
39635         Log: fix non-ANSI C++-style comment
39636              Subject: [ PATCH ]  Smoke 17780 /pro/3gl/CPAN/perl-current
39637              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39638              Date: Mon, 26 Aug 2002 09:15:18 +0200
39639              Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
39640      Branch: perl
39641            ! ext/Storable/Storable.xs
39642 ____________________________________________________________________________
39643 [ 17784] By: hv                                    on 2002/08/26  15:15:19
39644         Log: #17780 relies on unixy paths to locate own directory for bignum tests.
39645      Branch: perl
39646            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
39647            ! lib/bignum/t/brinfnan.t
39648 ____________________________________________________________________________
39649 [ 17783] By: hv                                    on 2002/08/26  15:07:21
39650         Log: Subject: [ANNOUNCE] Test::Simple 0.47
39651              From: Michael G Schwern <schwern@pobox.com>
39652              Date: Mon, 26 Aug 2002 04:13:03 -0700
39653              Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
39654      Branch: perl
39655            + lib/Test/Simple/t/details.t lib/Test/Simple/t/fork.t
39656            + lib/Test/Simple/t/has_plan.t lib/Test/Simple/t/has_plan2.t
39657            + lib/Test/Simple/t/ok_obj.t
39658            + t/lib/Test/Simple/sample_tests/pre_plan_death.plx
39659            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
39660            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
39661            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/threads.t
39662            ! lib/Test/Tutorial.pod t/lib/TieOut.pm
39663 ____________________________________________________________________________
39664 [ 17782] By: hv                                    on 2002/08/26  15:00:55
39665         Log: new test for change #17773
39666              Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
39667              From: DH <crazyinsomniac@yahoo.com>
39668              Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
39669              Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
39670      Branch: perl
39671            ! lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
39672 ____________________________________________________________________________
39673 [ 17781] By: hv                                    on 2002/08/26  14:48:35
39674         Log: #17775 changed reentr.c instead of reentr.pl, which generates it
39675      Branch: perl
39676            ! reentr.pl
39677 ____________________________________________________________________________
39678 [ 17780] By: hv                                    on 2002/08/25  19:03:50
39679         Log: fix bignum test failures
39680      Branch: perl
39681            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
39682            ! lib/bignum/t/brinfnan.t
39683 ____________________________________________________________________________
39684 [ 17779] By: hv                                    on 2002/08/25  18:56:29
39685         Log: upgrade bignum to v0.13: fix test failures and update docs
39686      Branch: perl
39687            ! lib/bignum.pm lib/bignum/t/bignum.t lib/bignum/t/bninfnan.t
39688 ____________________________________________________________________________
39689 [ 17778] By: hv                                    on 2002/08/25  18:43:06
39690         Log: Subject: Encode 1.76 Released
39691              From: Dan Kogai <dankogai@dan.co.jp>
39692              Date: su elo 25, 2002  11:27:07 US/Eastern
39693              Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
39694      Branch: perl
39695            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/piconv
39696            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
39697            ! ext/Encode/lib/Encode/MIME/Header.pm
39698            ! ext/Encode/t/big5-eten.utf ext/Encode/ucm/big5-eten.ucm
39699 ____________________________________________________________________________
39700 [ 17777] By: rgs                                   on 2002/08/25  18:42:46
39701         Log: Fix parsing problems with the // operator.
39702              Make // able to follow various unary operators used without
39703              arguments or parens (shift, pop, getc, pos, readline,
39704              readlink, undef, umask, and the filetest operators), as
39705              well as the <FH> operator.
39706      Branch: perl
39707            ! perl.h t/op/dor.t toke.c
39708 ____________________________________________________________________________
39709 [ 17776] By: hv                                    on 2002/08/25  15:56:37
39710         Log: Subject: [PATCH] ExtUtils::Constant 0.13
39711              From: Nicholas Clark <nick@unfortu.net>
39712              Date: Fri, 23 Aug 2002 19:21:12 +0100
39713              Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
39714      Branch: perl
39715            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
39716 ____________________________________________________________________________
39717 [ 17775] By: hv                                    on 2002/08/25  15:46:28
39718         Log: Subject: [perl #16729] crypt() doesn't work in multithreaded perl
39719              From: "mls@suse.de (via RT)" <perlbug@perl.org>
39720              Date: 23 Aug 2002 15:24:39 -0000
39721              Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
39722      Branch: perl
39723            ! reentr.c
39724 ____________________________________________________________________________
39725 [ 17774] By: hv                                    on 2002/08/25  15:29:42
39726         Log: Subject: [PATCH lib/Benchmark.(pm|t)]  Make cmpthese work as documented.
39727              From: Abigail <abigail@foad.org>
39728              Date: Thu, 22 Aug 2002 04:10:39 -0700
39729              Message-ID: <20020822041039.A2089@ucan.foad.org>
39730      Branch: perl
39731            ! lib/Benchmark.pm lib/Benchmark.t
39732 ____________________________________________________________________________
39733 [ 17773] By: hv                                    on 2002/08/25  15:17:16
39734         Log: Subject: Re: a bugfix for Pod::Html (in diff -u format)
39735              From: DH <crazyinsomniac@yahoo.com>
39736              Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
39737              Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
39738      Branch: perl
39739            ! lib/Pod/Html.pm
39740 ____________________________________________________________________________
39741 [ 17772] By: hv                                    on 2002/08/25  14:49:37
39742         Log: Subject: Re: p5p patches
39743              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39744              Date: Fri, 23 Aug 2002 15:27:48 +0200
39745              Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
39746      Branch: perl
39747            ! Porting/patching.pod
39748 ____________________________________________________________________________
39749 [ 17771] By: hv                                    on 2002/08/25  14:45:46
39750         Log: Subject: Newdated info for HP-UX
39751              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39752              Date: Wed, 21 Aug 2002 20:20:17 +0200
39753              Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
39754      Branch: perl
39755            ! README.hpux
39756 ____________________________________________________________________________
39757 [ 17770] By: hv                                    on 2002/08/25  14:26:36
39758         Log: Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
39759              From: "Jos I. Boumans" <kane@cpan.org>
39760              Date: Wed, 21 Aug 2002 14:55:51 +0200
39761              Message-ID: <20020821124817.34761.qmail@onion.perl.org>
39762      Branch: perl
39763            ! pod/perlfaq1.pod
39764 ____________________________________________________________________________
39765 [ 17769] By: hv                                    on 2002/08/25  14:16:50
39766         Log: Subject: bit more for WinCE
39767              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
39768              Date: Wed, 21 Aug 2002 01:31:52 +0400
39769              Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
39770      Branch: perl
39771            ! wince/Makefile.ce wince/compile.bat wince/win32io.c
39772            ! wince/wince.c
39773 ____________________________________________________________________________
39774 [ 17768] By: hv                                    on 2002/08/25  14:02:47
39775         Log: Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
39776              From: Anton Berezin <tobez@tobez.org>
39777              Date: Tue, 20 Aug 2002 23:44:25 +0200
39778              Message-ID: <20020820214425.GG16178@heechee.tobez.org>
39779      Branch: perl
39780            ! lib/lib.t lib/lib_pm.PL
39781 ____________________________________________________________________________
39782 [ 17767] By: hv                                    on 2002/08/25  13:52:08
39783         Log: Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
39784              From: "Randy W. Sims" (via RT) <perlbug@perl.org>
39785              Date: 18 Aug 2002 13:27:12 -0000
39786              Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
39787      Branch: perl
39788            ! utils/perldoc.PL
39789 ____________________________________________________________________________
39790 [ 17766] By: rgs                                   on 2002/08/24  20:33:05
39791         Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
39792              From: Peter BARABAS (via RT) <perlbug@perl.org>
39793              Date: 24 Aug 2002 08:16:19 -0000
39794              Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>
39795      Branch: perl
39796            ! pod/perlxstut.pod
39797 ____________________________________________________________________________
39798 [ 17765] By: rgs                                   on 2002/08/24  19:03:52
39799         Log: Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
39800              From: Nicholas Clark <nick@unfortu.net>
39801              Date: Sat, 24 Aug 2002 17:01:08 +0100
39802              Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
39803              (plus a typo fix)
39804      Branch: perl
39805            ! lib/Net/t/hostname.t
39806 ____________________________________________________________________________
39807 [ 17764] By: rgs                                   on 2002/08/24  12:29:27
39808         Log: a2p wasn't installed with -Dversiononly
39809      Branch: perl
39810            ! installperl
39811 ____________________________________________________________________________
39812 [ 17763] By: hv                                    on 2002/08/23  12:23:31
39813         Log: #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
39814              with a NULL subaddr. Fix that, and stop it happening again.
39815      Branch: perl
39816            ! op.c universal.c
39817 ____________________________________________________________________________
39818 [ 17762] By: hv                                    on 2002/08/23  11:02:35
39819         Log: fixup threaded build for vstring changes
39820      Branch: perl
39821            ! universal.c util.c
39822 ____________________________________________________________________________
39823 [ 17761] By: ams                                   on 2002/08/23  02:54:09
39824         Log: Incorporate fix from JHI at:
39825              http://rt.perl.org/rt2/Ticket/Display.html?id=16708
39826      Branch: perl
39827            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
39828 ____________________________________________________________________________
39829 [ 17760] By: ams                                   on 2002/08/23  01:30:46
39830         Log: Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
39831              From: Jarkko Hietaniemi <jhi@iki.fi>
39832              Date: Fri, 23 Aug 2002 05:29:09 +0300
39833              Message-Id: <20020823022909.GC9135@lyta.hut.fi>
39834      Branch: perl
39835            ! ext/Devel/PPPort/PPPort.pm
39836 ____________________________________________________________________________
39837 [ 17759] By: ams                                   on 2002/08/23  01:27:23
39838         Log: Subject: [PATCH] x2p/str.c signedness nits
39839              From: Jarkko Hietaniemi <jhi@iki.fi>
39840              Date: Fri, 23 Aug 2002 02:43:30 +0300
39841              Message-Id: <20020822234330.GC31624@lyta.hut.fi>
39842      Branch: perl
39843            ! x2p/str.c
39844 ____________________________________________________________________________
39845 [ 17758] By: hv                                    on 2002/08/22  22:29:45
39846         Log: bignum-0.12 updates from:
39847              Subject: [ANNOUCNE] Big Math::Big* update
39848              From: Tels <perl_dummy@bloodgate.com>
39849              Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
39850              Message-Id: <200208132121.g7DLLRV21408@crypt.org>
39851      Branch: perl
39852            + lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
39853            + lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
39854            + lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
39855            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
39856            ! lib/bigrat.pm
39857 ____________________________________________________________________________
39858 [ 17757] By: hv                                    on 2002/08/22  22:19:42
39859         Log: new file for #17756
39860      Branch: perl
39861            ! MANIFEST
39862 ____________________________________________________________________________
39863 [ 17756] By: hv                                    on 2002/08/22  22:16:41
39864         Log: Subject: ANNOUCNE: Math::BigRat v0.09
39865              From: Tels <perl_dummy@bloodgate.com>
39866              Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
39867              Message-Id: <200208141812.g7EICrV23771@crypt.org>
39868      Branch: perl
39869            + lib/Math/BigRat/t/big_ap.t
39870            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
39871            ! lib/Math/BigRat/t/bigratpm.inc
39872 ____________________________________________________________________________
39873 [ 17755] By: hv                                    on 2002/08/22  19:44:03
39874         Log: new files from #17754
39875      Branch: perl
39876            + lib/Math/BigInt/Scalar.pm lib/Math/BigInt/t/bigints.t
39877 ____________________________________________________________________________
39878 [ 17754] By: hv                                    on 2002/08/22  19:42:58
39879         Log: Subject: ANNOUNCE: Math-BigInt v1.62
39880              From: Tels <perl_dummy@bloodgate.com>
39881              Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
39882              Message-Id: <200208211513.g7LFDUs02512@crypt.org>
39883      Branch: perl
39884            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
39885            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
39886            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
39887            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
39888            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
39889            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
39890            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbimbf.inc
39891            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
39892            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
39893            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
39894            ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigFloat/Subclass.pm
39895 ____________________________________________________________________________
39896 [ 17753] By: hv                                    on 2002/08/22  12:05:57
39897         Log: Subject: podlators 1.24 released
39898              From: Russ Allbery <rra@stanford.edu>
39899              Date: Sat, 03 Aug 2002 20:56:42 -0700
39900              Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
39901      Branch: perl
39902            + lib/Pod/t/text-options.t
39903            ! MANIFEST lib/Pod/Text.pm lib/Pod/Text/Overstrike.pm
39904            ! lib/Pod/t/basic.t pod/pod2text.PL
39905 ____________________________________________________________________________
39906 [ 17752] By: hv                                    on 2002/08/22  11:13:17
39907         Log: Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
39908              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
39909              Date: Fri, 26 Jul 2002 02:59:12 +0900
39910              Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
39911      Branch: perl
39912            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
39913            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
39914            ! lib/Unicode/Collate/t/test.t
39915 ____________________________________________________________________________
39916 [ 17751] By: hv                                    on 2002/08/22  11:08:35
39917         Log: fix test failure from #17747
39918      Branch: perl
39919            ! ext/B/t/stash.t
39920 ____________________________________________________________________________
39921 [ 17750] By: hv                                    on 2002/08/22  10:46:19
39922         Log: Subject: [PATCH] Fix DBM filters
39923              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
39924              Date: Wed, 21 Aug 2002 11:40:49 +0100
39925              Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
39926      Branch: perl
39927            ! XSUB.h ext/DB_File/DB_File.xs ext/DB_File/typemap
39928            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/gdbm.t
39929            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.xs
39930            ! ext/NDBM_File/ndbm.t ext/NDBM_File/typemap
39931            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
39932            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
39933            ! ext/SDBM_File/sdbm.t ext/SDBM_File/typemap
39934 ____________________________________________________________________________
39935 [ 17749] By: hv                                    on 2002/08/22  01:04:32
39936         Log: avoid use of %caller::EXPORT
39937              Subject: [PATCH] Re: question about Exporter::import
39938              From: Nicholas Clark <nick@unfortu.net>
39939              Date: Wed, 14 Aug 2002 21:33:12 +0100
39940              Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
39941      Branch: perl
39942            ! lib/Exporter.pm lib/Exporter/Heavy.pm
39943 ____________________________________________________________________________
39944 [ 17748] By: hv                                    on 2002/08/22  00:54:03
39945         Log: todo test for linux $0 modification
39946              Subject: Re: [perl #16206] $0 in 5.8
39947              From: Slaven Rezic <slaven.rezic@berlin.de>
39948              Date: 17 Aug 2002 21:32:37 +0200
39949              Message-id: <87elcx2sdm.fsf@vran.herceg.de>
39950      Branch: perl
39951            ! t/op/magic.t
39952 ____________________________________________________________________________
39953 [ 17747] By: hv                                    on 2002/08/22  00:11:34
39954         Log: Subject: Re: [PATCH] Version object patch #1
39955              From: John Peacock <jpeacock@rowman.com>
39956              Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
39957              Message-id: <3D630042.6020407@rowman.com>
39958
39959              Subject: Re: [REVISED PATCH] Magic v-strings
39960              From: John Peacock <jpeacock@rowman.com>
39961              Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
39962              Message-id: <3D63E532.7020305@rowman.com>
39963      Branch: perl
39964            ! sv.c t/op/ver.t universal.c util.c
39965 ____________________________________________________________________________
39966 [ 17746] By: hv                                    on 2002/08/20  16:48:05
39967         Log: Subject: [PATCH] Version object patch #1
39968              From: John Peacock <jpeacock@rowman.com>
39969              Date: Thu, 15 Aug 2002 10:06:21 -0400 (15:06 BST)
39970              Message-id: <3D5BB55D.6090603@rowman.com>
39971              and Message-id: <3D627D1A.4050607@rowman.com>
39972              and t/lib/warnings/universal tweak to skip
39973      Branch: perl
39974            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.h
39975            ! t/lib/warnings/universal toke.c util.c
39976 ____________________________________________________________________________
39977 [ 17745] By: hv                                    on 2002/08/20  16:27:01
39978         Log: perldelta for #17727
39979      Branch: perl
39980            ! pod/perldelta.pod
39981 ____________________________________________________________________________
39982 [ 17744] By: hv                                    on 2002/08/20  15:34:36
39983         Log: Subject: typo in perfunc.pod
39984              From: "John P. Linderman" <jpl@research.att.com>
39985              Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
39986              Message-id: <200208191245.IAA20072@raptor.research.att.com>
39987      Branch: perl
39988            ! pod/perlfunc.pod
39989 ____________________________________________________________________________
39990 [ 17743] By: hv                                    on 2002/08/20  15:31:40
39991         Log: Subject: Re: [PATCH] fix typos in perlpacktut
39992              From: "Mr. Nobody" <mrnobo1024@yahoo.com>
39993              Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
39994              Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
39995      Branch: perl
39996            ! pod/perlpacktut.pod
39997 ____________________________________________________________________________
39998 [ 17742] By: hv                                    on 2002/08/20  14:51:16
39999         Log: Subject: [REVISED PATCH] Magic v-strings
40000              From: John Peacock <jpeacock@rowman.com>
40001              Date: Sat, 10 Aug 2002 15:56:22 -0400 (20:56 BST)
40002              Message-id: <3D556FE6.6000404@rowman.com>
40003              plus a bit of cleanup
40004      Branch: perl
40005            ! dump.c perl.h pod/perlguts.pod sv.c sv.h util.c
40006 ____________________________________________________________________________
40007 [ 17741] By: hv                                    on 2002/08/20  14:20:16
40008         Log: Subject: Re: [PATCH] Storable and CODE references
40009              From: Slaven Rezic <slaven.rezic@berlin.de>
40010              Date: 17 Aug 2002 21:58:03 +0200
40011              Message-id: <87bs812r78.fsf@vran.herceg.de>
40012      Branch: perl
40013            + ext/Storable/t/code.t
40014            ! MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
40015            ! ext/Storable/t/malice.t
40016 ____________________________________________________________________________
40017 [ 17740] By: hv                                    on 2002/08/20  14:07:56
40018         Log: Clean up copy-on-write macros and debug facilities (new flag 'C').
40019              Handle CoW in hashes:
40020              Subject: Re: why would tr/// be performing hash copies?
40021              From: Nicholas Clark <nick@unfortu.net>
40022              Date: Sun, 18 Aug 2002 23:17:01 +0100
40023              Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
40024      Branch: perl
40025            ! hv.c perl.c perl.h pod/perlrun.pod sv.c sv.h
40026 ____________________________________________________________________________
40027 [ 17739] By: hv                                    on 2002/08/20  13:52:18
40028         Log: Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
40029              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40030              Date: Tue, 23 Jul 2002 09:21:10 +0200
40031              Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
40032      Branch: perl
40033            ! Configure
40034 ____________________________________________________________________________
40035 [ 17737] By: ams                                   on 2002/08/19  07:48:39
40036         Log: Effect a speedy recovery from POD affected by (ahem, Australian)
40037              negligence.
40038      Branch: perl
40039            ! pod/perlrun.pod
40040 ____________________________________________________________________________
40041 [ 17736] By: hv                                    on 2002/08/18  18:27:28
40042         Log: Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
40043              From: Dave Mitchell <davem@fdgroup.com>
40044              Date: Fri, 16 Aug 2002 23:31:07 +0100
40045              Message-id: <20020816233107.E9388@fdgroup.com>
40046      Branch: perl
40047            ! numeric.c t/base/num.t
40048 ____________________________________________________________________________
40049 [ 17735] By: hv                                    on 2002/08/18  02:22:21
40050         Log: Subject: Re: [perl #16198] pod tpyo in hostent.pm
40051              From: Mark-Jason Dominus <mjd@plover.com>
40052              Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
40053              Message-id: <20020814011909.22744.qmail@plover.com>
40054      Branch: perl
40055            ! lib/Net/hostent.pm
40056 ____________________________________________________________________________
40057 [ 17734] By: hv                                    on 2002/08/18  02:20:05
40058         Log: Subject: [PATCH] Re: Pod::Functions tpyo
40059              From: Abe Timmerman <abe@ztreet.demon.nl>
40060              Date: Tue, 13 Aug 2002 23:47:00 +0200
40061              Message-id: <200208132347.00782.abe@ztreet.demon.nl>
40062      Branch: perl
40063            ! lib/Pod/Functions.pm
40064 ____________________________________________________________________________
40065 [ 17733] By: hv                                    on 2002/08/18  02:17:18
40066         Log: Subject: Server rename revisited
40067              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40068              Date: Tue, 13 Aug 2002 19:19:03 +0200
40069              Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
40070      Branch: perl
40071            ! README.hpux
40072 ____________________________________________________________________________
40073 [ 17732] By: hv                                    on 2002/08/18  02:11:49
40074         Log: Subject: [PATCH] Remove old VOS build methods
40075              From: Paul_GreenVOS@vos.stratus.com
40076              Date: Tue, 13 Aug 02 10:25 edt (15:25 BST)
40077              Message-id: <200208131426.KAA01012@mailhub1.stratus.com>
40078      Branch: perl
40079            - vos/Makefile vos/build.cm vos/compile_perl.cm
40080            - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40081            - vos/config.ga.h vos/config.pl vos/configure_perl.cm
40082            - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
40083            - vos/vos_dummies.c
40084            ! MANIFEST README.vos pod/perlport.pod vos/Changes
40085 ____________________________________________________________________________
40086 [ 17731] By: hv                                    on 2002/08/18  01:57:12
40087         Log: Subject: [PATCH] Configure missing d_modflproto=''
40088              From: "Gerrit P. Haase" <gp@familiehaase.de>
40089              Date: Tue, 13 Aug 2002 15:11:05 +0200
40090              Message-id: <11417599086.20020813151105@familiehaase.de>
40091      Branch: perl
40092            ! Configure
40093 ____________________________________________________________________________
40094 [ 17730] By: hv                                    on 2002/08/18  01:41:33
40095         Log: missing chunk from #17725 causes lib/constant.t test failures
40096      Branch: perl
40097            ! lib/constant.t
40098 ____________________________________________________________________________
40099 [ 17729] By: hv                                    on 2002/08/17  02:33:15
40100         Log: Subject: [PATCH] Safe.pm documentation
40101              From: Slaven Rezic <slaven.rezic@berlin.de>
40102              Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
40103              Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
40104      Branch: perl
40105            ! ext/Opcode/Safe.pm pod/perlre.pod
40106 ____________________________________________________________________________
40107 [ 17728] By: hv                                    on 2002/08/17  02:07:24
40108         Log: Subject: Copy On Write
40109              From: Nicholas Clark <nick@ccl4.org>
40110              Date: Thu, 15 Aug 2002 00:10:35 +0100
40111              Message-id: <20020815001035.A69079@plum.flirble.org>
40112              specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use
40113      Branch: perl
40114            ! doop.c dump.c embed.fnc embed.h mg.c pod/perlapi.pod pp.c
40115            ! pp_hot.c proto.h sv.c sv.h
40116 ____________________________________________________________________________
40117 [ 17727] By: hv                                    on 2002/08/17  01:20:05
40118         Log: Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
40119              From: Mark-Jason Dominus <mjd@plover.com>
40120              Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
40121              Message-id: <20020415033855.6343.qmail@plover.com>
40122      Branch: perl
40123            ! av.c av.h pod/perltie.pod t/op/tiearray.t
40124 ____________________________________________________________________________
40125 [ 17726] By: hv                                    on 2002/08/17  01:17:09
40126         Log: pp.c warns that sv may be used uninitialised in pp_delete()
40127      Branch: perl
40128            ! pp.c
40129 ____________________________________________________________________________
40130 [ 17725] By: hv                                    on 2002/08/17  00:51:19
40131         Log: Subject: [PATCH] Remove pseudo-hashes (complete)
40132              From: Michael G Schwern <schwern@pobox.com>
40133              Date: Tue, 6 Aug 2002 13:05:10 -0700 (21:05 BST)
40134              Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net>
40135      Branch: perl
40136            ! av.c doop.c dump.c embed.fnc embed.h ext/B/B/Concise.pm
40137            ! global.sym lib/fields.pm lib/fields.t lib/overload.pm mg.c
40138            ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlref.pod
40139            ! pp.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
40140 ____________________________________________________________________________
40141 [ 17724] By: hv                                    on 2002/08/17  00:27:33
40142         Log: ext/B/defsubs.h also depends on the program that builds it
40143      Branch: perl
40144            ! ext/B/Makefile.PL
40145 ____________________________________________________________________________
40146 [ 17723] By: hv                                    on 2002/08/17  00:10:24
40147         Log: Subject: Re: deb.c compile time error (patchlevel 17721)
40148              From: Dave Mitchell <davem@fdgroup.com>
40149              Date: Tue, 13 Aug 2002 14:42:15 +0100
40150              Message-ID: <20020813144215.G11939@fdgroup.com>
40151      Branch: perl
40152            ! embed.fnc embed.h global.sym proto.h
40153 ____________________________________________________________________________
40154 [ 17722] By: ams                                   on 2002/08/16  05:20:22
40155         Log: Subject: Minor perlrun.pod patch
40156              From: Iain Truskett <spoon@cpan.org>
40157              Date: Fri, 16 Aug 2002 16:20:27 +1000
40158              Message-Id: <20020816162027.D17196@eh.org>
40159      Branch: perl
40160            ! pod/perlrun.pod
40161 ____________________________________________________________________________
40162 [ 17721] By: hv                                    on 2002/08/12  12:17:19
40163         Log: #17717 needed tests fixing up
40164      Branch: perl
40165            ! t/op/chop.t
40166 ____________________________________________________________________________
40167 [ 17720] By: hv                                    on 2002/08/12  12:10:07
40168         Log: Subject: Re: [PATCH] Re: taint news
40169              From: Rick Delaney <rick.delaney@rogers.com>
40170              Date: 04 Aug 2002 00:28:58 EDT
40171              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
40172              missed patch fragment from Change #17676
40173      Branch: perl
40174            ! pod/perlsec.pod
40175 ____________________________________________________________________________
40176 [ 17719] By: hv                                    on 2002/08/12  12:03:53
40177         Log: Subject: [perl #15987] Tests fail when sources are under CVS control
40178              From: Warren Jones (via RT) <perlbug@perl.org>
40179              Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
40180              Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
40181      Branch: perl
40182            ! lib/strict.t lib/warnings.t
40183 ____________________________________________________________________________
40184 [ 17718] By: hv                                    on 2002/08/12  11:57:17
40185         Log: Subject: [PATCH] add verbose stack display option, -Dvs
40186              From: Dave Mitchell <davem@fdgroup.com>
40187              Date: Mon, 5 Aug 2002 00:55:33 +0100
40188              Message-id: <20020805005533.B26111@fdgroup.com>
40189      Branch: perl
40190            ! deb.c dump.c embed.fnc embed.h perl.c perl.h pod/perlapi.pod
40191            ! pod/perlrun.pod proto.h
40192 ____________________________________________________________________________
40193 [ 17717] By: hv                                    on 2002/08/12  11:44:06
40194         Log: Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
40195              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
40196              Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
40197              Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
40198      Branch: perl
40199            ! op.c t/op/chop.t t/op/ref.t
40200 ____________________________________________________________________________
40201 [ 17716] By: hv                                    on 2002/08/12  11:29:53
40202         Log: Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
40203              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
40204              Date: Sat, 13 Jul 2002 17:44:02 +0100
40205              Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
40206      Branch: perl
40207            ! pp_hot.c t/op/tiehandle.t
40208 ____________________________________________________________________________
40209 [ 17715] By: hv                                    on 2002/08/12  11:28:26
40210         Log: Subject: [PATCH] better modfl detection
40211              From: Nicholas Clark <nick@unfortu.net>
40212              Date: Sun, 11 Aug 2002 20:05:49 +0100
40213              Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
40214      Branch: perl
40215            ! Configure config_h.SH perl.h
40216 ____________________________________________________________________________
40217 [ 17714] By: hv                                    on 2002/08/12  11:26:23
40218         Log: Subject: [PATCH] perltodo.pod
40219              From: Richard.Foley@t-online.de
40220              Date: Sun, 11 Aug 2002 18:26:10 +0200
40221              Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
40222              perlbug credits
40223      Branch: perl
40224            ! pod/perltodo.pod
40225 ____________________________________________________________________________
40226 [ 17713] By: hv                                    on 2002/08/12  11:24:44
40227         Log: Subject: [PATCH] gv_fullname3 as call to gv_fullname4
40228              From: Nicholas Clark <nick@unfortu.net>
40229              Date: Sun, 11 Aug 2002 16:59:16 +0100
40230              Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
40231      Branch: perl
40232            ! gv.c
40233 ____________________________________________________________________________
40234 [ 17712] By: hv                                    on 2002/08/12  11:23:06
40235         Log: Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
40236              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40237              Date: Mon, 12 Aug 2002 10:25:20 +0200
40238              Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
40239              gcc bug test needs -lm
40240      Branch: perl
40241            ! hints/hpux.sh
40242 ____________________________________________________________________________
40243 [ 17711] By: hv                                    on 2002/08/12  11:20:49
40244         Log: Subject: [PATCH s2p] Small typo correction
40245              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
40246              Date: Wed, 7 Aug 2002 11:50:51 +0200
40247              Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
40248      Branch: perl
40249            ! x2p/s2p.PL
40250 ____________________________________________________________________________
40251 [ 17710] By: hv                                    on 2002/08/12  11:17:21
40252         Log: Subject: [PATCH] pod/perlfaq4.pod
40253              From: Abigail <abigail@foad.org>
40254              Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
40255              Message-id: <20020730095202.A6462@ucan.foad.org>
40256              Add references to Regexp::Common.
40257      Branch: perl
40258            ! pod/perlfaq4.pod
40259 ____________________________________________________________________________
40260 [ 17707] By: rgs                                   on 2002/08/09  21:23:20
40261         Log: Subject: New HP-UX itanium servers
40262              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40263              Date: Wed, 07 Aug 2002 13:25:57 +0200
40264              Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
40265      Branch: perl
40266            ! README.hpux
40267 ____________________________________________________________________________
40268 [ 17706] By: rgs                                   on 2002/08/09  21:00:41
40269         Log: Subject: Re: missing lower range in {} regex
40270              From: "John P. Linderman" <jpl@research.att.com>
40271              Date: Fri, 09 Aug 2002 12:48:55 -0400
40272              Message-ID: <200208091648.MAA77577@raptor.research.att.com>
40273      Branch: perl
40274            ! pod/perlre.pod
40275 ____________________________________________________________________________
40276 [ 17705] By: rgs                                   on 2002/08/08  20:57:59
40277         Log: More tests for the attribute syntax, from the
40278              attributes manpage.
40279      Branch: perl
40280            ! t/op/attrs.t
40281 ____________________________________________________________________________
40282 [ 17704] By: rgs                                   on 2002/08/08  19:47:44
40283         Log: Fix bug #16080 : an attribute list should end at '}'
40284      Branch: perl
40285            ! t/op/attrs.t toke.c
40286 ____________________________________________________________________________
40287 [ 17703] By: hv                                    on 2002/08/08  15:30:12
40288         Log: Update Changes
40289      Branch: perl
40290            ! Changes patchlevel.h
40291 ____________________________________________________________________________
40292 [ 17702] By: hv                                    on 2002/08/08  15:08:57
40293         Log: Subject: Re: README.aix
40294              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40295              Date: Tue, 30 Jul 2002 13:30:29 +0200
40296              Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
40297      Branch: perl
40298            ! README.aix
40299 ____________________________________________________________________________
40300 [ 17701] By: hv                                    on 2002/08/08  15:06:01
40301         Log: Subject: [PATCH] Re: pp_sys.c compile failed..
40302              From: Andy Dougherty <doughera@lafayette.edu>
40303              Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
40304              Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
40305      Branch: perl
40306            ! hints/aix.sh
40307 ____________________________________________________________________________
40308 [ 17700] By: hv                                    on 2002/08/08  15:02:57
40309         Log: Subject: [DOC PATCH] perlipc.pod
40310              From: Arjen Laarhoven <arjen@nl.demon.net>
40311              Date: Tue, 6 Aug 2002 14:16:01 +0200
40312              Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
40313      Branch: perl
40314            ! pod/perlipc.pod
40315 ____________________________________________________________________________
40316 [ 17699] By: hv                                    on 2002/08/08  14:56:56
40317         Log: Subject: [PATCH] Re: [perl #15898] coredump with variable our
40318              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40319              Date: Fri, 2 Aug 2002 23:44:21 +0200
40320              Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
40321      Branch: perl
40322            ! op.c t/op/attrs.t
40323 ____________________________________________________________________________
40324 [ 17698] By: hv                                    on 2002/08/08  14:52:45
40325         Log: Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
40326              From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
40327              Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
40328              Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
40329      Branch: perl
40330            ! Configure
40331 ____________________________________________________________________________
40332 [ 17697] By: hv                                    on 2002/08/08  14:49:00
40333         Log: Subject: Doc patch for Class::Struct under 5.8.0
40334              From: Damian Conway <damian@conway.org>
40335              Date: Tue, 30 Jul 2002 23:03:14 +1000
40336              Message-id: <3D471FCF.1C7C6E6B@conway.org>
40337      Branch: perl
40338            ! lib/Class/Struct.pm
40339 ____________________________________________________________________________
40340 [ 17696] By: hv                                    on 2002/08/08  14:44:21
40341         Log: Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
40342              From: Slaven Rezic <slaven.rezic@berlin.de>
40343              Date: 31 Jul 2002 09:50:06 +0200
40344              Message-id: <87ado85ob5.fsf@vran.herceg.de>
40345      Branch: perl
40346            ! pp.c
40347 ____________________________________________________________________________
40348 [ 17695] By: hv                                    on 2002/08/08  14:40:41
40349         Log: Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
40350              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40351              Date: Fri, 2 Aug 2002 00:13:10 +0200
40352              Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
40353      Branch: perl
40354            + t/op/stash.t
40355            ! MANIFEST perl.h
40356 ____________________________________________________________________________
40357 [ 17694] By: hv                                    on 2002/08/08  14:31:55
40358         Log: Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
40359              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40360              Date: Wed, 31 Jul 2002 16:04:02 +0200
40361              Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
40362      Branch: perl
40363            ! hints/hpux.sh
40364 ____________________________________________________________________________
40365 [ 17693] By: hv                                    on 2002/08/08  14:25:16
40366         Log: Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
40367              From: Abigail <abigail@foad.org>
40368              Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
40369              Message-id: <20020725085252.A2703@ucan.foad.org>
40370      Branch: perl
40371            ! lib/ExtUtils/MM_Unix.pm
40372 ____________________________________________________________________________
40373 [ 17692] By: hv                                    on 2002/08/08  14:20:05
40374         Log: Subject: [PATCH] README.jp and README.cn
40375              From: Autrijus Tang <autrijus@autrijus.org>
40376              Date: Thu, 25 Jul 2002 07:05:11 +0800
40377              Message-id: <20020724230511.GA1327@not.autrijus.org>
40378      Branch: perl
40379            ! README.cn README.jp
40380 ____________________________________________________________________________
40381 [ 17691] By: hv                                    on 2002/08/08  14:01:50
40382         Log: Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
40383              From: Henrik Tougaard (via RT) <perlbug@perl.org>
40384              Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
40385              Message-id: <rt-15398-31095.6.30466042998663@perl>
40386      Branch: perl
40387            ! lib/Pod/Usage.pm
40388 ____________________________________________________________________________
40389 [ 17690] By: rgs                                   on 2002/08/07  19:56:42
40390         Log: Doc fix : the symbol for COPs wasn't documented.
40391      Branch: perl
40392            ! opcode.pl
40393 ____________________________________________________________________________
40394 [ 17689] By: rgs                                   on 2002/08/06  20:45:30
40395         Log: Subject: Re: no warnings 'io';
40396              From: Nicholas Clark <nick@unfortu.net>
40397              Date: Sat, 27 Jul 2002 21:49:55 +0100
40398              Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
40399
40400              Plus a little bit of regression tests.
40401      Branch: perl
40402            ! t/lib/warnings/pp_hot util.c
40403 ____________________________________________________________________________
40404 [ 17688] By: rgs                                   on 2002/08/06  20:04:19
40405         Log: Subject: [PATCH] XS build fix for VMS
40406              From: "Craig A. Berry" <craigberry@mac.com>
40407              Date: Sun, 4 Aug 2002 12:13:06 -0500
40408              Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
40409      Branch: perl
40410            ! vms/descrip_mms.template
40411 ____________________________________________________________________________
40412 [ 17687] By: rgs                                   on 2002/08/06  19:50:12
40413         Log: PerlIO::scalar wasn't able to read from non-string
40414              scalar ; now stringifies its argument.
40415      Branch: perl
40416            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
40417 ____________________________________________________________________________
40418 [ 17686] By: rgs                                   on 2002/08/06  19:10:51
40419         Log: More regression tests for $^H and %^H.
40420              Add a TODO test for eval "" preserving %^H.
40421      Branch: perl
40422            ! t/comp/hints.t
40423 ____________________________________________________________________________
40424 [ 17685] By: hv                                    on 2002/08/05  22:42:09
40425         Log: Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
40426              From: "John P. Linderman" <jpl@research.att.com>
40427              Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
40428              Message-id: <200207211613.MAA69505@raptor.research.att.com>
40429      Branch: perl
40430            ! lib/sort.pm lib/sort.t
40431 ____________________________________________________________________________
40432 [ 17684] By: hv                                    on 2002/08/05  22:35:22
40433         Log: Integrate from perlio: change #17653 fixes bug RT15283
40434      Branch: perl
40435           !> ext/PerlIO/via/via.xs
40436 ____________________________________________________________________________
40437 [ 17683] By: hv                                    on 2002/08/05  22:26:45
40438         Log: Integrate from maint-5.6/macperl via macperl
40439              Changes 17660, 17661, 17662, 17663, 17664
40440      Branch: perl
40441           !> perl.c
40442 ____________________________________________________________________________
40443 [ 17682] By: hv                                    on 2002/08/05  15:04:54
40444         Log: Subject: Defined-or patch (cleaned up)
40445              From: "Brent Dax" <brentdax@cpan.org>
40446              Date: Fri, 26 Jul 2002 05:41:52 -0700 (13:41 BST)
40447              Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue>
40448      Branch: perl
40449            + t/op/dor.t
40450            ! MANIFEST embed.h ext/B/B/Deparse.pm ext/Opcode/Opcode.pm
40451            ! keywords.h keywords.pl op.c opcode.h opcode.pl opnames.h
40452            ! perly.c perly.h perly.y perly_c.diff pod/perlop.pod pp.sym
40453            ! pp_ctl.c pp_hot.c pp_proto.h toke.c vms/perly_c.vms
40454            ! vms/perly_h.vms
40455 ____________________________________________________________________________
40456 [ 17681] By: hv                                    on 2002/08/05  14:41:23
40457         Log: typo
40458      Branch: perl
40459            ! keywords.h keywords.pl
40460 ____________________________________________________________________________
40461 [ 17680] By: hv                                    on 2002/08/05  14:33:39
40462         Log: warn that keywords.h is generated
40463      Branch: perl
40464            ! keywords.h keywords.pl
40465 ____________________________________________________________________________
40466 [ 17679] By: hv                                    on 2002/08/04  23:40:22
40467         Log: again: #17678 caused test failures in pod2html,
40468              in which $1 could leak from previous regexp
40469      Branch: perl
40470            ! mg.c
40471 ____________________________________________________________________________
40472 [ 17678] By: hv                                    on 2002/08/04  15:34:19
40473         Log: Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
40474              From: hv@crypt.org
40475              Date: Sun, 04 Aug 2002 17:40:30 +0100
40476              Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
40477      Branch: perl
40478            ! mg.c t/op/taint.t
40479 ____________________________________________________________________________
40480 [ 17677] By: hv                                    on 2002/08/04  15:25:25
40481         Log: Main branch no longer needs op/taint.t version check.
40482      Branch: perl
40483            ! t/op/taint.t
40484 ____________________________________________________________________________
40485 [ 17676] By: hv                                    on 2002/08/04  15:14:09
40486         Log: Subject: Re: [PATCH] Re: taint news
40487              From: Rick Delaney <rick.delaney@rogers.com>
40488              Date: 04 Aug 2002 00:28:58 EDT
40489              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
40490              Ref: 20020208.005
40491      Branch: perl
40492            ! pp_sys.c
40493 ____________________________________________________________________________
40494 [ 17675] By: hv                                    on 2002/08/04  01:48:36
40495         Log: Fix email address for Kragen Sitaker <kragen@pobox.com>.
40496      Branch: perl
40497            ! AUTHORS
40498 ____________________________________________________________________________
40499 [ 17674] By: hv                                    on 2002/08/04  01:30:11
40500         Log: Subject: [PATCH] AUTHORS
40501              From: Colin Watson <colinw@zeus.com>
40502              Date: Thu, 25 Jul 2002 15:54:37 +0100
40503              Message-id: <20020725145437.GC4921@zeus.com>
40504      Branch: perl
40505            ! AUTHORS
40506 ____________________________________________________________________________
40507 [ 17673] By: hv                                    on 2002/08/04  01:27:36
40508         Log: Subject: [PATCH] AUTHORS
40509              From: Walt Mankowski <waltman@pobox.com>
40510              Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
40511              Message-id: <20020721025612.GB15958@pobox.com>
40512      Branch: perl
40513            ! AUTHORS
40514 ____________________________________________________________________________
40515 [ 17672] By: hv                                    on 2002/08/04  01:25:14
40516         Log: Subject: Re: mention of "use sort" botched in perlfunc?
40517              From: Michael G Schwern <schwern@pobox.com>
40518              Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
40519              Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
40520      Branch: perl
40521            ! pod/perlfunc.pod
40522 ____________________________________________________________________________
40523 [ 17671] By: hv                                    on 2002/08/04  01:11:32
40524         Log: Change version from 5.8.0 to 5.9.0.
40525      Branch: perl
40526            ! Configure NetWare/Makefile NetWare/config_H.wc
40527            ! Porting/config.sh Porting/config_H README.win32 config_h.SH
40528            ! cygwin/perlld.in epoc/config.sh epoc/createpkg.pl
40529            ! hints/dgux.sh installperl lib/ExtUtils/MM_NW5.pm makedef.pl
40530            ! patchlevel.h win32/Makefile win32/makefile.mk
40531            ! wince/Makefile.ce
40532 ____________________________________________________________________________
40533 [ 17656] By: ams                                   on 2002/07/28  06:12:33
40534         Log: Subject: [PATCH] Typo in regcomp.c
40535              From: Chris Ball <chris@cpan.org>
40536              Date: 26 Jul 2002 17:49:35 +0100
40537              Message-Id: <868z3yzb6o.fsf@void.printf.net>
40538              (With additional tweak to s_reginclasslen.)
40539      Branch: perl
40540            ! regcomp.c
40541 ____________________________________________________________________________
40542 [ 17655] By: jhi                                   on 2002/07/25  20:37:16
40543         Log: Upgrade to Unicode::Collate 0.20.
40544      Branch: perl
40545            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
40546            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
40547 ____________________________________________________________________________
40548 [ 17654] By: jhi                                   on 2002/07/23  16:33:52
40549         Log: Commas, schcommas.
40550      Branch: perl
40551            ! patchlevel.h
40552 ____________________________________________________________________________
40553 [ 17644] By: jhi                                   on 2002/07/19  18:55:18
40554         Log: Copy perldelta as perl58delta, purge the perldelta.
40555      Branch: perl
40556            + pod/perl58delta.pod
40557            ! MANIFEST pod/perldelta.pod
40558 ____________________________________________________________________________
40559 [ 17642] By: jhi                                   on 2002/07/19  16:37:39
40560         Log: Update Changes; mainly to get the DEVELNNNNN stamp back in business.
40561      Branch: perl
40562            ! Changes patchlevel.h
40563 ____________________________________________________________________________
40564 [ 17641] By: jhi                                   on 2002/07/19  16:31:08
40565         Log: Integrate perlio (no changes, but that's fine).
40566      Branch: perl
40567           !> embed.fnc perl.h
40568 ____________________________________________________________________________
40569 [ 17639] By: jhi                                   on 2002/07/19  00:47:18
40570         Log: It's all yours, Hugo.
40571      Branch: perl
40572            + Changes5.8
40573            ! Changes MANIFEST